Branch data Line data Source code
1 : : #include "Python.h"
2 : : #include "internal/pycore_gc.h"
3 : : #include "internal/pycore_code.h"
4 : : #include "internal/pycore_frame.h"
5 : : #include "internal/pycore_long.h"
6 : :
7 : : static
8 : : struct {
9 : : PyASCIIObject _ascii;
10 : : uint8_t _data[340];
11 : : }
12 : : importlib__bootstrap_toplevel_consts_0 = {
13 : : ._ascii = {
14 : : .ob_base = {
15 : : .ob_refcnt = 999999999,
16 : : .ob_type = &PyUnicode_Type,
17 : : },
18 : : .length = 339,
19 : : .hash = -1,
20 : : .state = {
21 : : .kind = 1,
22 : : .compact = 1,
23 : : .ascii = 1,
24 : : },
25 : : },
26 : : ._data = "\x43\x6f\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x0a\x0a\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x4e\x4f\x54\x20\x6d\x65\x61\x6e\x74\x20\x74\x6f\x20\x62\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x21\x20\x49\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x73\x75\x63\x68\x0a\x74\x68\x61\x74\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x70\x65\x64\x20\x69\x6e\x74\x6f\x20\x50\x79\x74\x68\x6f\x6e\x20\x61\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x41\x73\x0a\x73\x75\x63\x68\x20\x69\x74\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x20\x6f\x66\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x77\x6f\x72\x6b\x2e\x20\x4f\x6e\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x75\x73\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x61\x73\x20\x74\x68\x65\x20\x70\x75\x62\x6c\x69\x63\x2d\x66\x61\x63\x69\x6e\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a",
27 : : };
28 : : static
29 : : struct {
30 : : PyGC_Head _gc_head;
31 : : struct {
32 : : PyObject_VAR_HEAD
33 : : PyObject *ob_item[1];
34 : : }_object;
35 : : }
36 : : importlib__bootstrap_toplevel_consts_1_consts = {
37 : : ._object = {
38 : : .ob_base = {
39 : : .ob_base = {
40 : : .ob_refcnt = 999999999,
41 : : .ob_type = &PyTuple_Type,
42 : : },
43 : : .ob_size = 1,
44 : : },
45 : : .ob_item = {
46 : : Py_None,
47 : : },
48 : : },
49 : : };
50 : : static
51 : : struct {
52 : : PyASCIIObject _ascii;
53 : : uint8_t _data[15];
54 : : }
55 : : const_str_AttributeError = {
56 : : ._ascii = {
57 : : .ob_base = {
58 : : .ob_refcnt = 999999999,
59 : : .ob_type = &PyUnicode_Type,
60 : : },
61 : : .length = 14,
62 : : .hash = -1,
63 : : .state = {
64 : : .kind = 1,
65 : : .compact = 1,
66 : : .ascii = 1,
67 : : },
68 : : },
69 : : ._data = "AttributeError",
70 : : };
71 : : static
72 : : struct {
73 : : PyASCIIObject _ascii;
74 : : uint8_t _data[5];
75 : : }
76 : : const_str_type = {
77 : : ._ascii = {
78 : : .ob_base = {
79 : : .ob_refcnt = 999999999,
80 : : .ob_type = &PyUnicode_Type,
81 : : },
82 : : .length = 4,
83 : : .hash = -1,
84 : : .state = {
85 : : .kind = 1,
86 : : .compact = 1,
87 : : .ascii = 1,
88 : : },
89 : : },
90 : : ._data = "type",
91 : : };
92 : : static
93 : : struct {
94 : : PyGC_Head _gc_head;
95 : : struct {
96 : : PyObject_VAR_HEAD
97 : : PyObject *ob_item[3];
98 : : }_object;
99 : : }
100 : : importlib__bootstrap_toplevel_consts_1_names = {
101 : : ._object = {
102 : : .ob_base = {
103 : : .ob_base = {
104 : : .ob_refcnt = 999999999,
105 : : .ob_type = &PyTuple_Type,
106 : : },
107 : : .ob_size = 3,
108 : : },
109 : : .ob_item = {
110 : : &_Py_ID(__qualname__),
111 : : & const_str_AttributeError._ascii.ob_base,
112 : : & const_str_type._ascii.ob_base,
113 : : },
114 : : },
115 : : };
116 : : static
117 : : struct {
118 : : PyASCIIObject _ascii;
119 : : uint8_t _data[30];
120 : : }
121 : : importlib__bootstrap_toplevel_consts_1_filename = {
122 : : ._ascii = {
123 : : .ob_base = {
124 : : .ob_refcnt = 999999999,
125 : : .ob_type = &PyUnicode_Type,
126 : : },
127 : : .length = 29,
128 : : .hash = -1,
129 : : .state = {
130 : : .kind = 1,
131 : : .compact = 1,
132 : : .ascii = 1,
133 : : },
134 : : },
135 : : ._data = "<frozen importlib._bootstrap>",
136 : : };
137 : : static
138 : : struct {
139 : : PyASCIIObject _ascii;
140 : : uint8_t _data[13];
141 : : }
142 : : const_str__object_name = {
143 : : ._ascii = {
144 : : .ob_base = {
145 : : .ob_refcnt = 999999999,
146 : : .ob_type = &PyUnicode_Type,
147 : : },
148 : : .length = 12,
149 : : .hash = -1,
150 : : .state = {
151 : : .kind = 1,
152 : : .compact = 1,
153 : : .ascii = 1,
154 : : },
155 : : },
156 : : ._data = "_object_name",
157 : : };
158 : : static
159 : : struct {
160 : : PyObject_VAR_HEAD
161 : : Py_hash_t ob_shash;
162 : : char ob_sval[69];
163 : : }
164 : : importlib__bootstrap_toplevel_consts_1_linetable = {
165 : : .ob_base = {
166 : : .ob_base = {
167 : : .ob_refcnt = 999999999,
168 : : .ob_type = &PyBytes_Type,
169 : : },
170 : : .ob_size = 68,
171 : : },
172 : : .ob_shash = -1,
173 : : .ob_sval = "\x80\x00\xf0\x02\x03\x05\x26\xd8\x0f\x12\xd7\x0f\x1f\xd1\x0f\x1f\xd0\x08\x1f\xf8\xdd\x0b\x19\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xdd\x0f\x13\x90\x43\x8c\x79\xd7\x0f\x25\xd1\x0f\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25\xf0\x03\x01\x05\x26\xf8\xf8\xf8",
174 : : };
175 : : static
176 : : struct {
177 : : PyObject_VAR_HEAD
178 : : Py_hash_t ob_shash;
179 : : char ob_sval[13];
180 : : }
181 : : importlib__bootstrap_toplevel_consts_1_exceptiontable = {
182 : : .ob_base = {
183 : : .ob_base = {
184 : : .ob_refcnt = 999999999,
185 : : .ob_type = &PyBytes_Type,
186 : : },
187 : : .ob_size = 12,
188 : : },
189 : : .ob_shash = -1,
190 : : .ob_sval = "\x82\x0b\x0e\x00\x8e\x21\x32\x03\xb1\x01\x32\x03",
191 : : };
192 : : static
193 : : struct {
194 : : PyGC_Head _gc_head;
195 : : struct {
196 : : PyObject_VAR_HEAD
197 : : PyObject *ob_item[1];
198 : : }_object;
199 : : }
200 : : importlib__bootstrap_toplevel_consts_1_localsplusnames = {
201 : : ._object = {
202 : : .ob_base = {
203 : : .ob_base = {
204 : : .ob_refcnt = 999999999,
205 : : .ob_type = &PyTuple_Type,
206 : : },
207 : : .ob_size = 1,
208 : : },
209 : : .ob_item = {
210 : : &_Py_ID(obj),
211 : : },
212 : : },
213 : : };
214 : : static
215 : : struct _PyCode_DEF(106)
216 : : importlib__bootstrap_toplevel_consts_1 = {
217 : : .ob_base = {
218 : : .ob_base = {
219 : : .ob_refcnt = 999999999,
220 : : .ob_type = &PyCode_Type,
221 : : },
222 : : .ob_size = 53,
223 : : },
224 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
225 : : .co_names = & importlib__bootstrap_toplevel_consts_1_names._object.ob_base.ob_base,
226 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_1_exceptiontable.ob_base.ob_base,
227 : : .co_flags = 3,
228 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
229 : : ._co_linearray_entry_size = 0,
230 : : .co_argcount = 1,
231 : : .co_posonlyargcount = 0,
232 : : .co_kwonlyargcount = 0,
233 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
234 : : .co_stacksize = 4,
235 : : .co_firstlineno = 23,
236 : : .co_nlocalsplus = 1,
237 : : .co_nlocals = 1,
238 : : .co_nplaincellvars = 0,
239 : : .co_ncellvars = 0,
240 : : .co_nfreevars = 0,
241 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
242 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
243 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
244 : : .co_name = & const_str__object_name._ascii.ob_base,
245 : : .co_qualname = & const_str__object_name._ascii.ob_base,
246 : : .co_linetable = & importlib__bootstrap_toplevel_consts_1_linetable.ob_base.ob_base,
247 : : ._co_code = NULL,
248 : : ._co_linearray = NULL,
249 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
250 : : ._co_firsttraceable = 0,
251 : : };
252 : : static
253 : : struct {
254 : : PyASCIIObject _ascii;
255 : : uint8_t _data[48];
256 : : }
257 : : importlib__bootstrap_toplevel_consts_3_consts_0 = {
258 : : ._ascii = {
259 : : .ob_base = {
260 : : .ob_refcnt = 999999999,
261 : : .ob_type = &PyUnicode_Type,
262 : : },
263 : : .length = 47,
264 : : .hash = -1,
265 : : .state = {
266 : : .kind = 1,
267 : : .compact = 1,
268 : : .ascii = 1,
269 : : },
270 : : },
271 : : ._data = "Simple substitute for functools.update_wrapper.",
272 : : };
273 : : static
274 : : struct {
275 : : PyGC_Head _gc_head;
276 : : struct {
277 : : PyObject_VAR_HEAD
278 : : PyObject *ob_item[4];
279 : : }_object;
280 : : }
281 : : importlib__bootstrap_toplevel_consts_3_consts_1 = {
282 : : ._object = {
283 : : .ob_base = {
284 : : .ob_base = {
285 : : .ob_refcnt = 999999999,
286 : : .ob_type = &PyTuple_Type,
287 : : },
288 : : .ob_size = 4,
289 : : },
290 : : .ob_item = {
291 : : &_Py_ID(__module__),
292 : : &_Py_ID(__name__),
293 : : &_Py_ID(__qualname__),
294 : : &_Py_ID(__doc__),
295 : : },
296 : : },
297 : : };
298 : : static
299 : : struct {
300 : : PyGC_Head _gc_head;
301 : : struct {
302 : : PyObject_VAR_HEAD
303 : : PyObject *ob_item[3];
304 : : }_object;
305 : : }
306 : : importlib__bootstrap_toplevel_consts_3_consts = {
307 : : ._object = {
308 : : .ob_base = {
309 : : .ob_base = {
310 : : .ob_refcnt = 999999999,
311 : : .ob_type = &PyTuple_Type,
312 : : },
313 : : .ob_size = 3,
314 : : },
315 : : .ob_item = {
316 : : & importlib__bootstrap_toplevel_consts_3_consts_0._ascii.ob_base,
317 : : & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
318 : : Py_None,
319 : : },
320 : : },
321 : : };
322 : : static
323 : : struct {
324 : : PyASCIIObject _ascii;
325 : : uint8_t _data[8];
326 : : }
327 : : const_str_hasattr = {
328 : : ._ascii = {
329 : : .ob_base = {
330 : : .ob_refcnt = 999999999,
331 : : .ob_type = &PyUnicode_Type,
332 : : },
333 : : .length = 7,
334 : : .hash = -1,
335 : : .state = {
336 : : .kind = 1,
337 : : .compact = 1,
338 : : .ascii = 1,
339 : : },
340 : : },
341 : : ._data = "hasattr",
342 : : };
343 : : static
344 : : struct {
345 : : PyASCIIObject _ascii;
346 : : uint8_t _data[8];
347 : : }
348 : : const_str_setattr = {
349 : : ._ascii = {
350 : : .ob_base = {
351 : : .ob_refcnt = 999999999,
352 : : .ob_type = &PyUnicode_Type,
353 : : },
354 : : .length = 7,
355 : : .hash = -1,
356 : : .state = {
357 : : .kind = 1,
358 : : .compact = 1,
359 : : .ascii = 1,
360 : : },
361 : : },
362 : : ._data = "setattr",
363 : : };
364 : : static
365 : : struct {
366 : : PyASCIIObject _ascii;
367 : : uint8_t _data[7];
368 : : }
369 : : const_str_update = {
370 : : ._ascii = {
371 : : .ob_base = {
372 : : .ob_refcnt = 999999999,
373 : : .ob_type = &PyUnicode_Type,
374 : : },
375 : : .length = 6,
376 : : .hash = -1,
377 : : .state = {
378 : : .kind = 1,
379 : : .compact = 1,
380 : : .ascii = 1,
381 : : },
382 : : },
383 : : ._data = "update",
384 : : };
385 : : static
386 : : struct {
387 : : PyGC_Head _gc_head;
388 : : struct {
389 : : PyObject_VAR_HEAD
390 : : PyObject *ob_item[5];
391 : : }_object;
392 : : }
393 : : importlib__bootstrap_toplevel_consts_3_names = {
394 : : ._object = {
395 : : .ob_base = {
396 : : .ob_base = {
397 : : .ob_refcnt = 999999999,
398 : : .ob_type = &PyTuple_Type,
399 : : },
400 : : .ob_size = 5,
401 : : },
402 : : .ob_item = {
403 : : & const_str_hasattr._ascii.ob_base,
404 : : & const_str_setattr._ascii.ob_base,
405 : : &_Py_ID(getattr),
406 : : &_Py_ID(__dict__),
407 : : & const_str_update._ascii.ob_base,
408 : : },
409 : : },
410 : : };
411 : : static
412 : : struct {
413 : : PyASCIIObject _ascii;
414 : : uint8_t _data[6];
415 : : }
416 : : const_str__wrap = {
417 : : ._ascii = {
418 : : .ob_base = {
419 : : .ob_refcnt = 999999999,
420 : : .ob_type = &PyUnicode_Type,
421 : : },
422 : : .length = 5,
423 : : .hash = -1,
424 : : .state = {
425 : : .kind = 1,
426 : : .compact = 1,
427 : : .ascii = 1,
428 : : },
429 : : },
430 : : ._data = "_wrap",
431 : : };
432 : : static
433 : : struct {
434 : : PyObject_VAR_HEAD
435 : : Py_hash_t ob_shash;
436 : : char ob_sval[89];
437 : : }
438 : : importlib__bootstrap_toplevel_consts_3_linetable = {
439 : : .ob_base = {
440 : : .ob_base = {
441 : : .ob_refcnt = 999999999,
442 : : .ob_type = &PyBytes_Type,
443 : : },
444 : : .ob_size = 88,
445 : : },
446 : : .ob_shash = -1,
447 : : .ob_sval = "\x80\x00\xe0\x13\x48\xf0\x00\x02\x05\x39\xf1\x00\x02\x05\x39\x88\x07\xdd\x0b\x12\x90\x33\x98\x07\xd4\x0b\x20\xf0\x00\x01\x09\x39\xdd\x0c\x13\x90\x43\x98\x17\xa5\x27\xa8\x23\xa8\x77\xd4\x22\x37\xd4\x0c\x38\xd0\x0c\x38\xd0\x0c\x38\xd8\x04\x07\x87\x4c\x81\x4c\xd7\x04\x17\xd1\x04\x17\x98\x03\x9f\x0c\x99\x0c\xd4\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25",
448 : : };
449 : : static
450 : : struct {
451 : : PyASCIIObject _ascii;
452 : : uint8_t _data[4];
453 : : }
454 : : const_str_new = {
455 : : ._ascii = {
456 : : .ob_base = {
457 : : .ob_refcnt = 999999999,
458 : : .ob_type = &PyUnicode_Type,
459 : : },
460 : : .length = 3,
461 : : .hash = -1,
462 : : .state = {
463 : : .kind = 1,
464 : : .compact = 1,
465 : : .ascii = 1,
466 : : },
467 : : },
468 : : ._data = "new",
469 : : };
470 : : static
471 : : struct {
472 : : PyASCIIObject _ascii;
473 : : uint8_t _data[4];
474 : : }
475 : : const_str_old = {
476 : : ._ascii = {
477 : : .ob_base = {
478 : : .ob_refcnt = 999999999,
479 : : .ob_type = &PyUnicode_Type,
480 : : },
481 : : .length = 3,
482 : : .hash = -1,
483 : : .state = {
484 : : .kind = 1,
485 : : .compact = 1,
486 : : .ascii = 1,
487 : : },
488 : : },
489 : : ._data = "old",
490 : : };
491 : : static
492 : : struct {
493 : : PyGC_Head _gc_head;
494 : : struct {
495 : : PyObject_VAR_HEAD
496 : : PyObject *ob_item[3];
497 : : }_object;
498 : : }
499 : : importlib__bootstrap_toplevel_consts_3_localsplusnames = {
500 : : ._object = {
501 : : .ob_base = {
502 : : .ob_base = {
503 : : .ob_refcnt = 999999999,
504 : : .ob_type = &PyTuple_Type,
505 : : },
506 : : .ob_size = 3,
507 : : },
508 : : .ob_item = {
509 : : & const_str_new._ascii.ob_base,
510 : : & const_str_old._ascii.ob_base,
511 : : &_Py_ID(replace),
512 : : },
513 : : },
514 : : };
515 : : static
516 : : struct {
517 : : PyObject_VAR_HEAD
518 : : Py_hash_t ob_shash;
519 : : char ob_sval[4];
520 : : }
521 : : importlib__bootstrap_toplevel_consts_3_localspluskinds = {
522 : : .ob_base = {
523 : : .ob_base = {
524 : : .ob_refcnt = 999999999,
525 : : .ob_type = &PyBytes_Type,
526 : : },
527 : : .ob_size = 3,
528 : : },
529 : : .ob_shash = -1,
530 : : .ob_sval = " ",
531 : : };
532 : : static
533 : : struct _PyCode_DEF(176)
534 : : importlib__bootstrap_toplevel_consts_3 = {
535 : : .ob_base = {
536 : : .ob_base = {
537 : : .ob_refcnt = 999999999,
538 : : .ob_type = &PyCode_Type,
539 : : },
540 : : .ob_size = 88,
541 : : },
542 : : .co_consts = & importlib__bootstrap_toplevel_consts_3_consts._object.ob_base.ob_base,
543 : : .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
544 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
545 : : .co_flags = 3,
546 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
547 : : ._co_linearray_entry_size = 0,
548 : : .co_argcount = 2,
549 : : .co_posonlyargcount = 0,
550 : : .co_kwonlyargcount = 0,
551 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
552 : : .co_stacksize = 9,
553 : : .co_firstlineno = 40,
554 : : .co_nlocalsplus = 3,
555 : : .co_nlocals = 3,
556 : : .co_nplaincellvars = 0,
557 : : .co_ncellvars = 0,
558 : : .co_nfreevars = 0,
559 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
560 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
561 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
562 : : .co_name = & const_str__wrap._ascii.ob_base,
563 : : .co_qualname = & const_str__wrap._ascii.ob_base,
564 : : .co_linetable = & importlib__bootstrap_toplevel_consts_3_linetable.ob_base.ob_base,
565 : : ._co_code = NULL,
566 : : ._co_linearray = NULL,
567 : : .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
568 : : ._co_firsttraceable = 0,
569 : : };
570 : : static
571 : : struct {
572 : : PyASCIIObject _ascii;
573 : : uint8_t _data[4];
574 : : }
575 : : const_str_sys = {
576 : : ._ascii = {
577 : : .ob_base = {
578 : : .ob_refcnt = 999999999,
579 : : .ob_type = &PyUnicode_Type,
580 : : },
581 : : .length = 3,
582 : : .hash = -1,
583 : : .state = {
584 : : .kind = 1,
585 : : .compact = 1,
586 : : .ascii = 1,
587 : : },
588 : : },
589 : : ._data = "sys",
590 : : };
591 : : static
592 : : struct {
593 : : PyGC_Head _gc_head;
594 : : struct {
595 : : PyObject_VAR_HEAD
596 : : PyObject *ob_item[2];
597 : : }_object;
598 : : }
599 : : importlib__bootstrap_toplevel_consts_4_names = {
600 : : ._object = {
601 : : .ob_base = {
602 : : .ob_base = {
603 : : .ob_refcnt = 999999999,
604 : : .ob_type = &PyTuple_Type,
605 : : },
606 : : .ob_size = 2,
607 : : },
608 : : .ob_item = {
609 : : & const_str_type._ascii.ob_base,
610 : : & const_str_sys._ascii.ob_base,
611 : : },
612 : : },
613 : : };
614 : : static
615 : : struct {
616 : : PyASCIIObject _ascii;
617 : : uint8_t _data[12];
618 : : }
619 : : const_str__new_module = {
620 : : ._ascii = {
621 : : .ob_base = {
622 : : .ob_refcnt = 999999999,
623 : : .ob_type = &PyUnicode_Type,
624 : : },
625 : : .length = 11,
626 : : .hash = -1,
627 : : .state = {
628 : : .kind = 1,
629 : : .compact = 1,
630 : : .ascii = 1,
631 : : },
632 : : },
633 : : ._data = "_new_module",
634 : : };
635 : : static
636 : : struct {
637 : : PyObject_VAR_HEAD
638 : : Py_hash_t ob_shash;
639 : : char ob_sval[19];
640 : : }
641 : : importlib__bootstrap_toplevel_consts_4_linetable = {
642 : : .ob_base = {
643 : : .ob_base = {
644 : : .ob_refcnt = 999999999,
645 : : .ob_type = &PyBytes_Type,
646 : : },
647 : : .ob_size = 18,
648 : : },
649 : : .ob_shash = -1,
650 : : .ob_sval = "\x80\x00\xd8\x0b\x14\x8d\x34\x95\x03\x8c\x39\x90\x54\x8c\x3f\xd0\x04\x1a",
651 : : };
652 : : static
653 : : struct {
654 : : PyGC_Head _gc_head;
655 : : struct {
656 : : PyObject_VAR_HEAD
657 : : PyObject *ob_item[1];
658 : : }_object;
659 : : }
660 : : importlib__bootstrap_toplevel_consts_4_localsplusnames = {
661 : : ._object = {
662 : : .ob_base = {
663 : : .ob_base = {
664 : : .ob_refcnt = 999999999,
665 : : .ob_type = &PyTuple_Type,
666 : : },
667 : : .ob_size = 1,
668 : : },
669 : : .ob_item = {
670 : : &_Py_ID(name),
671 : : },
672 : : },
673 : : };
674 : : static
675 : : struct _PyCode_DEF(52)
676 : : importlib__bootstrap_toplevel_consts_4 = {
677 : : .ob_base = {
678 : : .ob_base = {
679 : : .ob_refcnt = 999999999,
680 : : .ob_type = &PyCode_Type,
681 : : },
682 : : .ob_size = 26,
683 : : },
684 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
685 : : .co_names = & importlib__bootstrap_toplevel_consts_4_names._object.ob_base.ob_base,
686 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
687 : : .co_flags = 3,
688 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
689 : : ._co_linearray_entry_size = 0,
690 : : .co_argcount = 1,
691 : : .co_posonlyargcount = 0,
692 : : .co_kwonlyargcount = 0,
693 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
694 : : .co_stacksize = 4,
695 : : .co_firstlineno = 48,
696 : : .co_nlocalsplus = 1,
697 : : .co_nlocals = 1,
698 : : .co_nplaincellvars = 0,
699 : : .co_ncellvars = 0,
700 : : .co_nfreevars = 0,
701 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
702 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
703 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
704 : : .co_name = & const_str__new_module._ascii.ob_base,
705 : : .co_qualname = & const_str__new_module._ascii.ob_base,
706 : : .co_linetable = & importlib__bootstrap_toplevel_consts_4_linetable.ob_base.ob_base,
707 : : ._co_code = NULL,
708 : : ._co_linearray = NULL,
709 : : .co_code_adaptive = "\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
710 : : ._co_firsttraceable = 0,
711 : : };
712 : : static
713 : : struct {
714 : : PyASCIIObject _ascii;
715 : : uint8_t _data[15];
716 : : }
717 : : const_str__DeadlockError = {
718 : : ._ascii = {
719 : : .ob_base = {
720 : : .ob_refcnt = 999999999,
721 : : .ob_type = &PyUnicode_Type,
722 : : },
723 : : .length = 14,
724 : : .hash = -1,
725 : : .state = {
726 : : .kind = 1,
727 : : .compact = 1,
728 : : .ascii = 1,
729 : : },
730 : : },
731 : : ._data = "_DeadlockError",
732 : : };
733 : : static
734 : : struct {
735 : : PyGC_Head _gc_head;
736 : : struct {
737 : : PyObject_VAR_HEAD
738 : : PyObject *ob_item[2];
739 : : }_object;
740 : : }
741 : : importlib__bootstrap_toplevel_consts_5_consts = {
742 : : ._object = {
743 : : .ob_base = {
744 : : .ob_base = {
745 : : .ob_refcnt = 999999999,
746 : : .ob_type = &PyTuple_Type,
747 : : },
748 : : .ob_size = 2,
749 : : },
750 : : .ob_item = {
751 : : & const_str__DeadlockError._ascii.ob_base,
752 : : Py_None,
753 : : },
754 : : },
755 : : };
756 : : static
757 : : struct {
758 : : PyGC_Head _gc_head;
759 : : struct {
760 : : PyObject_VAR_HEAD
761 : : PyObject *ob_item[3];
762 : : }_object;
763 : : }
764 : : importlib__bootstrap_toplevel_consts_5_names = {
765 : : ._object = {
766 : : .ob_base = {
767 : : .ob_base = {
768 : : .ob_refcnt = 999999999,
769 : : .ob_type = &PyTuple_Type,
770 : : },
771 : : .ob_size = 3,
772 : : },
773 : : .ob_item = {
774 : : &_Py_ID(__name__),
775 : : &_Py_ID(__module__),
776 : : &_Py_ID(__qualname__),
777 : : },
778 : : },
779 : : };
780 : : static
781 : : struct {
782 : : PyObject_VAR_HEAD
783 : : Py_hash_t ob_shash;
784 : : char ob_sval[16];
785 : : }
786 : : importlib__bootstrap_toplevel_consts_5_linetable = {
787 : : .ob_base = {
788 : : .ob_base = {
789 : : .ob_refcnt = 999999999,
790 : : .ob_type = &PyBytes_Type,
791 : : },
792 : : .ob_size = 15,
793 : : },
794 : : .ob_shash = -1,
795 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x08\x80\x44",
796 : : };
797 : : static
798 : : struct _PyCode_DEF(14)
799 : : importlib__bootstrap_toplevel_consts_5 = {
800 : : .ob_base = {
801 : : .ob_base = {
802 : : .ob_refcnt = 999999999,
803 : : .ob_type = &PyCode_Type,
804 : : },
805 : : .ob_size = 7,
806 : : },
807 : : .co_consts = & importlib__bootstrap_toplevel_consts_5_consts._object.ob_base.ob_base,
808 : : .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
809 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
810 : : .co_flags = 0,
811 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
812 : : ._co_linearray_entry_size = 0,
813 : : .co_argcount = 0,
814 : : .co_posonlyargcount = 0,
815 : : .co_kwonlyargcount = 0,
816 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
817 : : .co_stacksize = 1,
818 : : .co_firstlineno = 61,
819 : : .co_nlocalsplus = 0,
820 : : .co_nlocals = 0,
821 : : .co_nplaincellvars = 0,
822 : : .co_ncellvars = 0,
823 : : .co_nfreevars = 0,
824 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
825 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
826 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
827 : : .co_name = & const_str__DeadlockError._ascii.ob_base,
828 : : .co_qualname = & const_str__DeadlockError._ascii.ob_base,
829 : : .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
830 : : ._co_code = NULL,
831 : : ._co_linearray = NULL,
832 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
833 : : ._co_firsttraceable = 0,
834 : : };
835 : : static
836 : : struct {
837 : : PyASCIIObject _ascii;
838 : : uint8_t _data[12];
839 : : }
840 : : const_str__ModuleLock = {
841 : : ._ascii = {
842 : : .ob_base = {
843 : : .ob_refcnt = 999999999,
844 : : .ob_type = &PyUnicode_Type,
845 : : },
846 : : .length = 11,
847 : : .hash = -1,
848 : : .state = {
849 : : .kind = 1,
850 : : .compact = 1,
851 : : .ascii = 1,
852 : : },
853 : : },
854 : : ._data = "_ModuleLock",
855 : : };
856 : : static
857 : : struct {
858 : : PyASCIIObject _ascii;
859 : : uint8_t _data[170];
860 : : }
861 : : importlib__bootstrap_toplevel_consts_7_consts_1 = {
862 : : ._ascii = {
863 : : .ob_base = {
864 : : .ob_refcnt = 999999999,
865 : : .ob_type = &PyUnicode_Type,
866 : : },
867 : : .length = 169,
868 : : .hash = -1,
869 : : .state = {
870 : : .kind = 1,
871 : : .compact = 1,
872 : : .ascii = 1,
873 : : },
874 : : },
875 : : ._data = "\x41\x20\x72\x65\x63\x75\x72\x73\x69\x76\x65\x20\x6c\x6f\x63\x6b\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x77\x68\x69\x63\x68\x20\x69\x73\x20\x61\x62\x6c\x65\x20\x74\x6f\x20\x64\x65\x74\x65\x63\x74\x20\x64\x65\x61\x64\x6c\x6f\x63\x6b\x73\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x20\x74\x68\x72\x65\x61\x64\x20\x31\x20\x74\x72\x79\x69\x6e\x67\x20\x74\x6f\x20\x74\x61\x6b\x65\x20\x6c\x6f\x63\x6b\x73\x20\x41\x20\x74\x68\x65\x6e\x20\x42\x2c\x20\x61\x6e\x64\x20\x74\x68\x72\x65\x61\x64\x20\x32\x20\x74\x72\x79\x69\x6e\x67\x20\x74\x6f\x0a\x20\x20\x20\x20\x74\x61\x6b\x65\x20\x6c\x6f\x63\x6b\x73\x20\x42\x20\x74\x68\x65\x6e\x20\x41\x29\x2e\x0a\x20\x20\x20\x20",
876 : : };
877 : : static
878 : : struct {
879 : : PyGC_Head _gc_head;
880 : : struct {
881 : : PyObject_VAR_HEAD
882 : : PyObject *ob_item[2];
883 : : }_object;
884 : : }
885 : : importlib__bootstrap_toplevel_consts_7_consts_2_consts = {
886 : : ._object = {
887 : : .ob_base = {
888 : : .ob_base = {
889 : : .ob_refcnt = 999999999,
890 : : .ob_type = &PyTuple_Type,
891 : : },
892 : : .ob_size = 2,
893 : : },
894 : : .ob_item = {
895 : : Py_None,
896 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
897 : : },
898 : : },
899 : : };
900 : : static
901 : : struct {
902 : : PyASCIIObject _ascii;
903 : : uint8_t _data[8];
904 : : }
905 : : const_str__thread = {
906 : : ._ascii = {
907 : : .ob_base = {
908 : : .ob_refcnt = 999999999,
909 : : .ob_type = &PyUnicode_Type,
910 : : },
911 : : .length = 7,
912 : : .hash = -1,
913 : : .state = {
914 : : .kind = 1,
915 : : .compact = 1,
916 : : .ascii = 1,
917 : : },
918 : : },
919 : : ._data = "_thread",
920 : : };
921 : : static
922 : : struct {
923 : : PyASCIIObject _ascii;
924 : : uint8_t _data[14];
925 : : }
926 : : const_str_allocate_lock = {
927 : : ._ascii = {
928 : : .ob_base = {
929 : : .ob_refcnt = 999999999,
930 : : .ob_type = &PyUnicode_Type,
931 : : },
932 : : .length = 13,
933 : : .hash = -1,
934 : : .state = {
935 : : .kind = 1,
936 : : .compact = 1,
937 : : .ascii = 1,
938 : : },
939 : : },
940 : : ._data = "allocate_lock",
941 : : };
942 : : static
943 : : struct {
944 : : PyASCIIObject _ascii;
945 : : uint8_t _data[5];
946 : : }
947 : : const_str_lock = {
948 : : ._ascii = {
949 : : .ob_base = {
950 : : .ob_refcnt = 999999999,
951 : : .ob_type = &PyUnicode_Type,
952 : : },
953 : : .length = 4,
954 : : .hash = -1,
955 : : .state = {
956 : : .kind = 1,
957 : : .compact = 1,
958 : : .ascii = 1,
959 : : },
960 : : },
961 : : ._data = "lock",
962 : : };
963 : : static
964 : : struct {
965 : : PyASCIIObject _ascii;
966 : : uint8_t _data[7];
967 : : }
968 : : const_str_wakeup = {
969 : : ._ascii = {
970 : : .ob_base = {
971 : : .ob_refcnt = 999999999,
972 : : .ob_type = &PyUnicode_Type,
973 : : },
974 : : .length = 6,
975 : : .hash = -1,
976 : : .state = {
977 : : .kind = 1,
978 : : .compact = 1,
979 : : .ascii = 1,
980 : : },
981 : : },
982 : : ._data = "wakeup",
983 : : };
984 : : static
985 : : struct {
986 : : PyASCIIObject _ascii;
987 : : uint8_t _data[6];
988 : : }
989 : : const_str_owner = {
990 : : ._ascii = {
991 : : .ob_base = {
992 : : .ob_refcnt = 999999999,
993 : : .ob_type = &PyUnicode_Type,
994 : : },
995 : : .length = 5,
996 : : .hash = -1,
997 : : .state = {
998 : : .kind = 1,
999 : : .compact = 1,
1000 : : .ascii = 1,
1001 : : },
1002 : : },
1003 : : ._data = "owner",
1004 : : };
1005 : : static
1006 : : struct {
1007 : : PyASCIIObject _ascii;
1008 : : uint8_t _data[6];
1009 : : }
1010 : : const_str_count = {
1011 : : ._ascii = {
1012 : : .ob_base = {
1013 : : .ob_refcnt = 999999999,
1014 : : .ob_type = &PyUnicode_Type,
1015 : : },
1016 : : .length = 5,
1017 : : .hash = -1,
1018 : : .state = {
1019 : : .kind = 1,
1020 : : .compact = 1,
1021 : : .ascii = 1,
1022 : : },
1023 : : },
1024 : : ._data = "count",
1025 : : };
1026 : : static
1027 : : struct {
1028 : : PyASCIIObject _ascii;
1029 : : uint8_t _data[8];
1030 : : }
1031 : : const_str_waiters = {
1032 : : ._ascii = {
1033 : : .ob_base = {
1034 : : .ob_refcnt = 999999999,
1035 : : .ob_type = &PyUnicode_Type,
1036 : : },
1037 : : .length = 7,
1038 : : .hash = -1,
1039 : : .state = {
1040 : : .kind = 1,
1041 : : .compact = 1,
1042 : : .ascii = 1,
1043 : : },
1044 : : },
1045 : : ._data = "waiters",
1046 : : };
1047 : : static
1048 : : struct {
1049 : : PyGC_Head _gc_head;
1050 : : struct {
1051 : : PyObject_VAR_HEAD
1052 : : PyObject *ob_item[8];
1053 : : }_object;
1054 : : }
1055 : : importlib__bootstrap_toplevel_consts_7_consts_2_names = {
1056 : : ._object = {
1057 : : .ob_base = {
1058 : : .ob_base = {
1059 : : .ob_refcnt = 999999999,
1060 : : .ob_type = &PyTuple_Type,
1061 : : },
1062 : : .ob_size = 8,
1063 : : },
1064 : : .ob_item = {
1065 : : & const_str__thread._ascii.ob_base,
1066 : : & const_str_allocate_lock._ascii.ob_base,
1067 : : & const_str_lock._ascii.ob_base,
1068 : : & const_str_wakeup._ascii.ob_base,
1069 : : &_Py_ID(name),
1070 : : & const_str_owner._ascii.ob_base,
1071 : : & const_str_count._ascii.ob_base,
1072 : : & const_str_waiters._ascii.ob_base,
1073 : : },
1074 : : },
1075 : : };
1076 : : static
1077 : : struct {
1078 : : PyASCIIObject _ascii;
1079 : : uint8_t _data[21];
1080 : : }
1081 : : importlib__bootstrap_toplevel_consts_7_consts_2_qualname = {
1082 : : ._ascii = {
1083 : : .ob_base = {
1084 : : .ob_refcnt = 999999999,
1085 : : .ob_type = &PyUnicode_Type,
1086 : : },
1087 : : .length = 20,
1088 : : .hash = -1,
1089 : : .state = {
1090 : : .kind = 1,
1091 : : .compact = 1,
1092 : : .ascii = 1,
1093 : : },
1094 : : },
1095 : : ._data = "_ModuleLock.__init__",
1096 : : };
1097 : : static
1098 : : struct {
1099 : : PyObject_VAR_HEAD
1100 : : Py_hash_t ob_shash;
1101 : : char ob_sval[67];
1102 : : }
1103 : : importlib__bootstrap_toplevel_consts_7_consts_2_linetable = {
1104 : : .ob_base = {
1105 : : .ob_base = {
1106 : : .ob_refcnt = 999999999,
1107 : : .ob_type = &PyBytes_Type,
1108 : : },
1109 : : .ob_size = 66,
1110 : : },
1111 : : .ob_shash = -1,
1112 : : .ob_sval = "\x80\x00\xdd\x14\x1b\xd7\x14\x29\xd1\x14\x29\xd4\x14\x2b\x88\x04\x8c\x09\xdd\x16\x1d\xd7\x16\x2b\xd1\x16\x2b\xd4\x16\x2d\x88\x04\x8c\x0b\xd8\x14\x18\x88\x04\x8c\x09\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x16\x88\x04\x8c\x0a\xd8\x17\x18\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
1113 : : };
1114 : : static
1115 : : struct {
1116 : : PyASCIIObject _ascii;
1117 : : uint8_t _data[5];
1118 : : }
1119 : : const_str_self = {
1120 : : ._ascii = {
1121 : : .ob_base = {
1122 : : .ob_refcnt = 999999999,
1123 : : .ob_type = &PyUnicode_Type,
1124 : : },
1125 : : .length = 4,
1126 : : .hash = -1,
1127 : : .state = {
1128 : : .kind = 1,
1129 : : .compact = 1,
1130 : : .ascii = 1,
1131 : : },
1132 : : },
1133 : : ._data = "self",
1134 : : };
1135 : : static
1136 : : struct {
1137 : : PyGC_Head _gc_head;
1138 : : struct {
1139 : : PyObject_VAR_HEAD
1140 : : PyObject *ob_item[2];
1141 : : }_object;
1142 : : }
1143 : : importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames = {
1144 : : ._object = {
1145 : : .ob_base = {
1146 : : .ob_base = {
1147 : : .ob_refcnt = 999999999,
1148 : : .ob_type = &PyTuple_Type,
1149 : : },
1150 : : .ob_size = 2,
1151 : : },
1152 : : .ob_item = {
1153 : : & const_str_self._ascii.ob_base,
1154 : : &_Py_ID(name),
1155 : : },
1156 : : },
1157 : : };
1158 : : static
1159 : : struct {
1160 : : PyObject_VAR_HEAD
1161 : : Py_hash_t ob_shash;
1162 : : char ob_sval[3];
1163 : : }
1164 : : importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds = {
1165 : : .ob_base = {
1166 : : .ob_base = {
1167 : : .ob_refcnt = 999999999,
1168 : : .ob_type = &PyBytes_Type,
1169 : : },
1170 : : .ob_size = 2,
1171 : : },
1172 : : .ob_shash = -1,
1173 : : .ob_sval = " ",
1174 : : };
1175 : : static
1176 : : struct _PyCode_DEF(170)
1177 : : importlib__bootstrap_toplevel_consts_7_consts_2 = {
1178 : : .ob_base = {
1179 : : .ob_base = {
1180 : : .ob_refcnt = 999999999,
1181 : : .ob_type = &PyCode_Type,
1182 : : },
1183 : : .ob_size = 85,
1184 : : },
1185 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
1186 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
1187 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
1188 : : .co_flags = 3,
1189 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1190 : : ._co_linearray_entry_size = 0,
1191 : : .co_argcount = 2,
1192 : : .co_posonlyargcount = 0,
1193 : : .co_kwonlyargcount = 0,
1194 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
1195 : : .co_stacksize = 2,
1196 : : .co_firstlineno = 71,
1197 : : .co_nlocalsplus = 2,
1198 : : .co_nlocals = 2,
1199 : : .co_nplaincellvars = 0,
1200 : : .co_ncellvars = 0,
1201 : : .co_nfreevars = 0,
1202 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
1203 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
1204 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1205 : : .co_name = &_Py_ID(__init__),
1206 : : .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
1207 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
1208 : : ._co_code = NULL,
1209 : : ._co_linearray = NULL,
1210 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
1211 : : ._co_firsttraceable = 0,
1212 : : };
1213 : : static
1214 : : struct {
1215 : : PyGC_Head _gc_head;
1216 : : struct {
1217 : : PyObject_VAR_HEAD
1218 : : PyObject *ob_item[3];
1219 : : }_object;
1220 : : }
1221 : : importlib__bootstrap_toplevel_consts_7_consts_3_consts = {
1222 : : ._object = {
1223 : : .ob_base = {
1224 : : .ob_base = {
1225 : : .ob_refcnt = 999999999,
1226 : : .ob_type = &PyTuple_Type,
1227 : : },
1228 : : .ob_size = 3,
1229 : : },
1230 : : .ob_item = {
1231 : : Py_None,
1232 : : Py_True,
1233 : : Py_False,
1234 : : },
1235 : : },
1236 : : };
1237 : : static
1238 : : struct {
1239 : : PyASCIIObject _ascii;
1240 : : uint8_t _data[10];
1241 : : }
1242 : : const_str_get_ident = {
1243 : : ._ascii = {
1244 : : .ob_base = {
1245 : : .ob_refcnt = 999999999,
1246 : : .ob_type = &PyUnicode_Type,
1247 : : },
1248 : : .length = 9,
1249 : : .hash = -1,
1250 : : .state = {
1251 : : .kind = 1,
1252 : : .compact = 1,
1253 : : .ascii = 1,
1254 : : },
1255 : : },
1256 : : ._data = "get_ident",
1257 : : };
1258 : : static
1259 : : struct {
1260 : : PyASCIIObject _ascii;
1261 : : uint8_t _data[4];
1262 : : }
1263 : : const_str_set = {
1264 : : ._ascii = {
1265 : : .ob_base = {
1266 : : .ob_refcnt = 999999999,
1267 : : .ob_type = &PyUnicode_Type,
1268 : : },
1269 : : .length = 3,
1270 : : .hash = -1,
1271 : : .state = {
1272 : : .kind = 1,
1273 : : .compact = 1,
1274 : : .ascii = 1,
1275 : : },
1276 : : },
1277 : : ._data = "set",
1278 : : };
1279 : : static
1280 : : struct {
1281 : : PyASCIIObject _ascii;
1282 : : uint8_t _data[13];
1283 : : }
1284 : : const_str__blocking_on = {
1285 : : ._ascii = {
1286 : : .ob_base = {
1287 : : .ob_refcnt = 999999999,
1288 : : .ob_type = &PyUnicode_Type,
1289 : : },
1290 : : .length = 12,
1291 : : .hash = -1,
1292 : : .state = {
1293 : : .kind = 1,
1294 : : .compact = 1,
1295 : : .ascii = 1,
1296 : : },
1297 : : },
1298 : : ._data = "_blocking_on",
1299 : : };
1300 : : static
1301 : : struct {
1302 : : PyGC_Head _gc_head;
1303 : : struct {
1304 : : PyObject_VAR_HEAD
1305 : : PyObject *ob_item[7];
1306 : : }_object;
1307 : : }
1308 : : importlib__bootstrap_toplevel_consts_7_consts_3_names = {
1309 : : ._object = {
1310 : : .ob_base = {
1311 : : .ob_base = {
1312 : : .ob_refcnt = 999999999,
1313 : : .ob_type = &PyTuple_Type,
1314 : : },
1315 : : .ob_size = 7,
1316 : : },
1317 : : .ob_item = {
1318 : : & const_str__thread._ascii.ob_base,
1319 : : & const_str_get_ident._ascii.ob_base,
1320 : : & const_str_owner._ascii.ob_base,
1321 : : & const_str_set._ascii.ob_base,
1322 : : & const_str__blocking_on._ascii.ob_base,
1323 : : &_Py_ID(get),
1324 : : &_Py_ID(add),
1325 : : },
1326 : : },
1327 : : };
1328 : : static
1329 : : struct {
1330 : : PyASCIIObject _ascii;
1331 : : uint8_t _data[13];
1332 : : }
1333 : : const_str_has_deadlock = {
1334 : : ._ascii = {
1335 : : .ob_base = {
1336 : : .ob_refcnt = 999999999,
1337 : : .ob_type = &PyUnicode_Type,
1338 : : },
1339 : : .length = 12,
1340 : : .hash = -1,
1341 : : .state = {
1342 : : .kind = 1,
1343 : : .compact = 1,
1344 : : .ascii = 1,
1345 : : },
1346 : : },
1347 : : ._data = "has_deadlock",
1348 : : };
1349 : : static
1350 : : struct {
1351 : : PyASCIIObject _ascii;
1352 : : uint8_t _data[25];
1353 : : }
1354 : : importlib__bootstrap_toplevel_consts_7_consts_3_qualname = {
1355 : : ._ascii = {
1356 : : .ob_base = {
1357 : : .ob_refcnt = 999999999,
1358 : : .ob_type = &PyUnicode_Type,
1359 : : },
1360 : : .length = 24,
1361 : : .hash = -1,
1362 : : .state = {
1363 : : .kind = 1,
1364 : : .compact = 1,
1365 : : .ascii = 1,
1366 : : },
1367 : : },
1368 : : ._data = "_ModuleLock.has_deadlock",
1369 : : };
1370 : : static
1371 : : struct {
1372 : : PyObject_VAR_HEAD
1373 : : Py_hash_t ob_shash;
1374 : : char ob_sval[128];
1375 : : }
1376 : : importlib__bootstrap_toplevel_consts_7_consts_3_linetable = {
1377 : : .ob_base = {
1378 : : .ob_base = {
1379 : : .ob_refcnt = 999999999,
1380 : : .ob_type = &PyBytes_Type,
1381 : : },
1382 : : .ob_size = 127,
1383 : : },
1384 : : .ob_shash = -1,
1385 : : .ob_sval = "\x80\x00\xe5\x0d\x14\xd7\x0d\x1e\xd1\x0d\x1e\xd4\x0d\x20\x88\x02\xd8\x0e\x12\x8f\x6a\x89\x6a\x88\x03\xdd\x0f\x12\x8c\x75\x88\x04\xd8\x0e\x12\xdd\x13\x1f\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd4\x13\x28\x88\x44\xd8\x0f\x13\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\xd8\x12\x16\x97\x2a\x91\x2a\x88\x43\xd8\x0f\x12\x90\x62\x8a\x79\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xd8\x0f\x12\x90\x64\x88\x7b\xf0\x00\x06\x0d\x1d\xf0\x0c\x00\x18\x1d\x90\x75\xd8\x0c\x10\x8f\x48\x89\x48\x90\x53\x8c\x4d\x88\x4d\xf0\x1d\x00\x0f\x13",
1386 : : };
1387 : : static
1388 : : struct {
1389 : : PyASCIIObject _ascii;
1390 : : uint8_t _data[3];
1391 : : }
1392 : : const_str_me = {
1393 : : ._ascii = {
1394 : : .ob_base = {
1395 : : .ob_refcnt = 999999999,
1396 : : .ob_type = &PyUnicode_Type,
1397 : : },
1398 : : .length = 2,
1399 : : .hash = -1,
1400 : : .state = {
1401 : : .kind = 1,
1402 : : .compact = 1,
1403 : : .ascii = 1,
1404 : : },
1405 : : },
1406 : : ._data = "me",
1407 : : };
1408 : : static
1409 : : struct {
1410 : : PyASCIIObject _ascii;
1411 : : uint8_t _data[4];
1412 : : }
1413 : : const_str_tid = {
1414 : : ._ascii = {
1415 : : .ob_base = {
1416 : : .ob_refcnt = 999999999,
1417 : : .ob_type = &PyUnicode_Type,
1418 : : },
1419 : : .length = 3,
1420 : : .hash = -1,
1421 : : .state = {
1422 : : .kind = 1,
1423 : : .compact = 1,
1424 : : .ascii = 1,
1425 : : },
1426 : : },
1427 : : ._data = "tid",
1428 : : };
1429 : : static
1430 : : struct {
1431 : : PyASCIIObject _ascii;
1432 : : uint8_t _data[5];
1433 : : }
1434 : : const_str_seen = {
1435 : : ._ascii = {
1436 : : .ob_base = {
1437 : : .ob_refcnt = 999999999,
1438 : : .ob_type = &PyUnicode_Type,
1439 : : },
1440 : : .length = 4,
1441 : : .hash = -1,
1442 : : .state = {
1443 : : .kind = 1,
1444 : : .compact = 1,
1445 : : .ascii = 1,
1446 : : },
1447 : : },
1448 : : ._data = "seen",
1449 : : };
1450 : : static
1451 : : struct {
1452 : : PyGC_Head _gc_head;
1453 : : struct {
1454 : : PyObject_VAR_HEAD
1455 : : PyObject *ob_item[5];
1456 : : }_object;
1457 : : }
1458 : : importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames = {
1459 : : ._object = {
1460 : : .ob_base = {
1461 : : .ob_base = {
1462 : : .ob_refcnt = 999999999,
1463 : : .ob_type = &PyTuple_Type,
1464 : : },
1465 : : .ob_size = 5,
1466 : : },
1467 : : .ob_item = {
1468 : : & const_str_self._ascii.ob_base,
1469 : : & const_str_me._ascii.ob_base,
1470 : : & const_str_tid._ascii.ob_base,
1471 : : & const_str_seen._ascii.ob_base,
1472 : : & const_str_lock._ascii.ob_base,
1473 : : },
1474 : : },
1475 : : };
1476 : : static
1477 : : struct {
1478 : : PyObject_VAR_HEAD
1479 : : Py_hash_t ob_shash;
1480 : : char ob_sval[6];
1481 : : }
1482 : : importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds = {
1483 : : .ob_base = {
1484 : : .ob_base = {
1485 : : .ob_refcnt = 999999999,
1486 : : .ob_type = &PyBytes_Type,
1487 : : },
1488 : : .ob_size = 5,
1489 : : },
1490 : : .ob_shash = -1,
1491 : : .ob_sval = " ",
1492 : : };
1493 : : static
1494 : : struct _PyCode_DEF(240)
1495 : : importlib__bootstrap_toplevel_consts_7_consts_3 = {
1496 : : .ob_base = {
1497 : : .ob_base = {
1498 : : .ob_refcnt = 999999999,
1499 : : .ob_type = &PyCode_Type,
1500 : : },
1501 : : .ob_size = 120,
1502 : : },
1503 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
1504 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
1505 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
1506 : : .co_flags = 3,
1507 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1508 : : ._co_linearray_entry_size = 0,
1509 : : .co_argcount = 1,
1510 : : .co_posonlyargcount = 0,
1511 : : .co_kwonlyargcount = 0,
1512 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
1513 : : .co_stacksize = 3,
1514 : : .co_firstlineno = 79,
1515 : : .co_nlocalsplus = 5,
1516 : : .co_nlocals = 5,
1517 : : .co_nplaincellvars = 0,
1518 : : .co_ncellvars = 0,
1519 : : .co_nfreevars = 0,
1520 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
1521 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
1522 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1523 : : .co_name = & const_str_has_deadlock._ascii.ob_base,
1524 : : .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
1525 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
1526 : : ._co_code = NULL,
1527 : : ._co_linearray = NULL,
1528 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x02\x53\x00\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x02\x7c\x03\x76\x00\x72\x02\x64\x02\x53\x00\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48",
1529 : : ._co_firsttraceable = 0,
1530 : : };
1531 : : static
1532 : : struct {
1533 : : PyASCIIObject _ascii;
1534 : : uint8_t _data[186];
1535 : : }
1536 : : importlib__bootstrap_toplevel_consts_7_consts_4_consts_0 = {
1537 : : ._ascii = {
1538 : : .ob_base = {
1539 : : .ob_refcnt = 999999999,
1540 : : .ob_type = &PyUnicode_Type,
1541 : : },
1542 : : .length = 185,
1543 : : .hash = -1,
1544 : : .state = {
1545 : : .kind = 1,
1546 : : .compact = 1,
1547 : : .ascii = 1,
1548 : : },
1549 : : },
1550 : : ._data = "\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x41\x63\x71\x75\x69\x72\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x2e\x20\x20\x49\x66\x20\x61\x20\x70\x6f\x74\x65\x6e\x74\x69\x61\x6c\x20\x64\x65\x61\x64\x6c\x6f\x63\x6b\x20\x69\x73\x20\x64\x65\x74\x65\x63\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x20\x5f\x44\x65\x61\x64\x6c\x6f\x63\x6b\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4f\x74\x68\x65\x72\x77\x69\x73\x65\x2c\x20\x74\x68\x65\x20\x6c\x6f\x63\x6b\x20\x69\x73\x20\x61\x6c\x77\x61\x79\x73\x20\x61\x63\x71\x75\x69\x72\x65\x64\x20\x61\x6e\x64\x20\x54\x72\x75\x65\x20\x69\x73\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
1551 : : };
1552 : : static
1553 : : struct {
1554 : : PyASCIIObject _ascii;
1555 : : uint8_t _data[24];
1556 : : }
1557 : : importlib__bootstrap_toplevel_consts_7_consts_4_consts_5 = {
1558 : : ._ascii = {
1559 : : .ob_base = {
1560 : : .ob_refcnt = 999999999,
1561 : : .ob_type = &PyUnicode_Type,
1562 : : },
1563 : : .length = 23,
1564 : : .hash = -1,
1565 : : .state = {
1566 : : .kind = 1,
1567 : : .compact = 1,
1568 : : .ascii = 1,
1569 : : },
1570 : : },
1571 : : ._data = "deadlock detected by %r",
1572 : : };
1573 : : static
1574 : : struct {
1575 : : PyGC_Head _gc_head;
1576 : : struct {
1577 : : PyObject_VAR_HEAD
1578 : : PyObject *ob_item[7];
1579 : : }_object;
1580 : : }
1581 : : importlib__bootstrap_toplevel_consts_7_consts_4_consts = {
1582 : : ._object = {
1583 : : .ob_base = {
1584 : : .ob_base = {
1585 : : .ob_refcnt = 999999999,
1586 : : .ob_type = &PyTuple_Type,
1587 : : },
1588 : : .ob_size = 7,
1589 : : },
1590 : : .ob_item = {
1591 : : & importlib__bootstrap_toplevel_consts_7_consts_4_consts_0._ascii.ob_base,
1592 : : Py_True,
1593 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
1594 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
1595 : : Py_None,
1596 : : & importlib__bootstrap_toplevel_consts_7_consts_4_consts_5._ascii.ob_base,
1597 : : Py_False,
1598 : : },
1599 : : },
1600 : : };
1601 : : static
1602 : : struct {
1603 : : PyASCIIObject _ascii;
1604 : : uint8_t _data[8];
1605 : : }
1606 : : const_str_acquire = {
1607 : : ._ascii = {
1608 : : .ob_base = {
1609 : : .ob_refcnt = 999999999,
1610 : : .ob_type = &PyUnicode_Type,
1611 : : },
1612 : : .length = 7,
1613 : : .hash = -1,
1614 : : .state = {
1615 : : .kind = 1,
1616 : : .compact = 1,
1617 : : .ascii = 1,
1618 : : },
1619 : : },
1620 : : ._data = "acquire",
1621 : : };
1622 : : static
1623 : : struct {
1624 : : PyASCIIObject _ascii;
1625 : : uint8_t _data[8];
1626 : : }
1627 : : const_str_release = {
1628 : : ._ascii = {
1629 : : .ob_base = {
1630 : : .ob_refcnt = 999999999,
1631 : : .ob_type = &PyUnicode_Type,
1632 : : },
1633 : : .length = 7,
1634 : : .hash = -1,
1635 : : .state = {
1636 : : .kind = 1,
1637 : : .compact = 1,
1638 : : .ascii = 1,
1639 : : },
1640 : : },
1641 : : ._data = "release",
1642 : : };
1643 : : static
1644 : : struct {
1645 : : PyGC_Head _gc_head;
1646 : : struct {
1647 : : PyObject_VAR_HEAD
1648 : : PyObject *ob_item[12];
1649 : : }_object;
1650 : : }
1651 : : importlib__bootstrap_toplevel_consts_7_consts_4_names = {
1652 : : ._object = {
1653 : : .ob_base = {
1654 : : .ob_base = {
1655 : : .ob_refcnt = 999999999,
1656 : : .ob_type = &PyTuple_Type,
1657 : : },
1658 : : .ob_size = 12,
1659 : : },
1660 : : .ob_item = {
1661 : : & const_str__thread._ascii.ob_base,
1662 : : & const_str_get_ident._ascii.ob_base,
1663 : : & const_str__blocking_on._ascii.ob_base,
1664 : : & const_str_lock._ascii.ob_base,
1665 : : & const_str_count._ascii.ob_base,
1666 : : & const_str_owner._ascii.ob_base,
1667 : : & const_str_has_deadlock._ascii.ob_base,
1668 : : & const_str__DeadlockError._ascii.ob_base,
1669 : : & const_str_wakeup._ascii.ob_base,
1670 : : & const_str_acquire._ascii.ob_base,
1671 : : & const_str_waiters._ascii.ob_base,
1672 : : & const_str_release._ascii.ob_base,
1673 : : },
1674 : : },
1675 : : };
1676 : : static
1677 : : struct {
1678 : : PyASCIIObject _ascii;
1679 : : uint8_t _data[20];
1680 : : }
1681 : : importlib__bootstrap_toplevel_consts_7_consts_4_qualname = {
1682 : : ._ascii = {
1683 : : .ob_base = {
1684 : : .ob_refcnt = 999999999,
1685 : : .ob_type = &PyUnicode_Type,
1686 : : },
1687 : : .length = 19,
1688 : : .hash = -1,
1689 : : .state = {
1690 : : .kind = 1,
1691 : : .compact = 1,
1692 : : .ascii = 1,
1693 : : },
1694 : : },
1695 : : ._data = "_ModuleLock.acquire",
1696 : : };
1697 : : static
1698 : : struct {
1699 : : PyObject_VAR_HEAD
1700 : : Py_hash_t ob_shash;
1701 : : char ob_sval[373];
1702 : : }
1703 : : importlib__bootstrap_toplevel_consts_7_consts_4_linetable = {
1704 : : .ob_base = {
1705 : : .ob_base = {
1706 : : .ob_refcnt = 999999999,
1707 : : .ob_type = &PyBytes_Type,
1708 : : },
1709 : : .ob_size = 372,
1710 : : },
1711 : : .ob_shash = -1,
1712 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\xd7\x0e\x1f\xd1\x0e\x1f\xd4\x0e\x21\x88\x03\xd8\x1c\x20\x8d\x0c\x90\x53\xd1\x08\x19\xf0\x02\x0f\x09\x22\xd8\x12\x16\xd8\x15\x19\x97\x59\x91\x59\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xd8\x17\x1b\x97\x7a\x91\x7a\xa0\x51\x92\x7f\xf0\x00\x03\x15\x24\xa8\x24\xaf\x2a\xa9\x2a\xb8\x03\xd2\x2a\x3b\xf0\x00\x03\x15\x24\xd8\x25\x28\x98\x04\x9c\x0a\xd8\x18\x1c\x98\x0a\x9f\x0a\x99\x0a\xa0\x61\x99\x0f\x98\x0a\x9c\x0a\xd8\x1f\x23\xf0\x09\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf4\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf5\x1a\x00\x11\x1d\x98\x53\xd0\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x11\x00\x18\x1c\xd7\x17\x28\xd1\x17\x28\xd4\x17\x2a\xf0\x00\x01\x15\x4f\x01\xdd\x1e\x2c\xd0\x2d\x46\xc8\x14\xd1\x2d\x4d\xd4\x1e\x4e\xd0\x18\x4e\xd8\x17\x1b\x97\x7b\x91\x7b\xd7\x17\x2a\xd1\x17\x2a\xa8\x35\xd4\x17\x31\xf0\x00\x01\x15\x2a\xd8\x18\x1c\x98\x0c\x9f\x0c\x99\x0c\xa8\x01\xd1\x18\x29\x98\x0c\x9c\x0c\xf0\x11\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf4\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x14\x00\x11\x15\x97\x0b\x91\x0b\xd7\x10\x23\xd1\x10\x23\xd4\x10\x25\xd0\x10\x25\xd8\x10\x14\x97\x0b\x91\x0b\xd7\x10\x23\xd1\x10\x23\xd4\x10\x25\xd0\x10\x25\xf0\x19\x00\x13\x17\xf0\x02\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf0\x00\x08\x11\x2a\xf8\xf8\xf8\xf8\xf5\x1a\x00\x11\x1d\x98\x53\xd0\x10\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21",
1713 : : };
1714 : : static
1715 : : struct {
1716 : : PyObject_VAR_HEAD
1717 : : Py_hash_t ob_shash;
1718 : : char ob_sval[49];
1719 : : }
1720 : : importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable = {
1721 : : .ob_base = {
1722 : : .ob_base = {
1723 : : .ob_refcnt = 999999999,
1724 : : .ob_type = &PyBytes_Type,
1725 : : },
1726 : : .ob_size = 48,
1727 : : },
1728 : : .ob_shash = -1,
1729 : : .ob_sval = "\xa2\x0d\x44\x1e\x00\xaf\x3e\x44\x12\x03\xc1\x2d\x09\x44\x1e\x00\xc2\x00\x41\x12\x44\x12\x03\xc3\x12\x41\x00\x44\x1e\x00\xc4\x12\x05\x44\x1b\x07\xc4\x17\x07\x44\x1e\x00\xc4\x1e\x0a\x44\x28\x03",
1730 : : };
1731 : : static
1732 : : struct {
1733 : : PyGC_Head _gc_head;
1734 : : struct {
1735 : : PyObject_VAR_HEAD
1736 : : PyObject *ob_item[2];
1737 : : }_object;
1738 : : }
1739 : : importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames = {
1740 : : ._object = {
1741 : : .ob_base = {
1742 : : .ob_base = {
1743 : : .ob_refcnt = 999999999,
1744 : : .ob_type = &PyTuple_Type,
1745 : : },
1746 : : .ob_size = 2,
1747 : : },
1748 : : .ob_item = {
1749 : : & const_str_self._ascii.ob_base,
1750 : : & const_str_tid._ascii.ob_base,
1751 : : },
1752 : : },
1753 : : };
1754 : : static
1755 : : struct _PyCode_DEF(598)
1756 : : importlib__bootstrap_toplevel_consts_7_consts_4 = {
1757 : : .ob_base = {
1758 : : .ob_base = {
1759 : : .ob_refcnt = 999999999,
1760 : : .ob_type = &PyCode_Type,
1761 : : },
1762 : : .ob_size = 299,
1763 : : },
1764 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_4_consts._object.ob_base.ob_base,
1765 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_4_names._object.ob_base.ob_base,
1766 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_4_exceptiontable.ob_base.ob_base,
1767 : : .co_flags = 3,
1768 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1769 : : ._co_linearray_entry_size = 0,
1770 : : .co_argcount = 1,
1771 : : .co_posonlyargcount = 0,
1772 : : .co_kwonlyargcount = 0,
1773 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
1774 : : .co_stacksize = 6,
1775 : : .co_firstlineno = 100,
1776 : : .co_nlocalsplus = 2,
1777 : : .co_nlocals = 2,
1778 : : .co_nplaincellvars = 0,
1779 : : .co_ncellvars = 0,
1780 : : .co_nfreevars = 0,
1781 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
1782 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
1783 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1784 : : .co_name = & const_str_acquire._ascii.ob_base,
1785 : : .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_4_qualname._ascii.ob_base,
1786 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_4_linetable.ob_base.ob_base,
1787 : : ._co_code = NULL,
1788 : : ._co_linearray = NULL,
1789 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x09\x00\x09\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x73\x10\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x30\x7c\x01\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x64\x01\x53\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x10\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x15\x7c\x00\x78\x01\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xef\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x40\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x77\x00\x78\x03\x59\x00\x77\x01",
1790 : : ._co_firsttraceable = 0,
1791 : : };
1792 : : static
1793 : : struct {
1794 : : PyASCIIObject _ascii;
1795 : : uint8_t _data[32];
1796 : : }
1797 : : importlib__bootstrap_toplevel_consts_7_consts_5_consts_1 = {
1798 : : ._ascii = {
1799 : : .ob_base = {
1800 : : .ob_refcnt = 999999999,
1801 : : .ob_type = &PyUnicode_Type,
1802 : : },
1803 : : .length = 31,
1804 : : .hash = -1,
1805 : : .state = {
1806 : : .kind = 1,
1807 : : .compact = 1,
1808 : : .ascii = 1,
1809 : : },
1810 : : },
1811 : : ._data = "cannot release un-acquired lock",
1812 : : };
1813 : : static
1814 : : struct {
1815 : : PyGC_Head _gc_head;
1816 : : struct {
1817 : : PyObject_VAR_HEAD
1818 : : PyObject *ob_item[4];
1819 : : }_object;
1820 : : }
1821 : : importlib__bootstrap_toplevel_consts_7_consts_5_consts = {
1822 : : ._object = {
1823 : : .ob_base = {
1824 : : .ob_base = {
1825 : : .ob_refcnt = 999999999,
1826 : : .ob_type = &PyTuple_Type,
1827 : : },
1828 : : .ob_size = 4,
1829 : : },
1830 : : .ob_item = {
1831 : : Py_None,
1832 : : & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
1833 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
1834 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
1835 : : },
1836 : : },
1837 : : };
1838 : : static
1839 : : struct {
1840 : : PyASCIIObject _ascii;
1841 : : uint8_t _data[13];
1842 : : }
1843 : : const_str_RuntimeError = {
1844 : : ._ascii = {
1845 : : .ob_base = {
1846 : : .ob_refcnt = 999999999,
1847 : : .ob_type = &PyUnicode_Type,
1848 : : },
1849 : : .length = 12,
1850 : : .hash = -1,
1851 : : .state = {
1852 : : .kind = 1,
1853 : : .compact = 1,
1854 : : .ascii = 1,
1855 : : },
1856 : : },
1857 : : ._data = "RuntimeError",
1858 : : };
1859 : : static
1860 : : struct {
1861 : : PyGC_Head _gc_head;
1862 : : struct {
1863 : : PyObject_VAR_HEAD
1864 : : PyObject *ob_item[9];
1865 : : }_object;
1866 : : }
1867 : : importlib__bootstrap_toplevel_consts_7_consts_5_names = {
1868 : : ._object = {
1869 : : .ob_base = {
1870 : : .ob_base = {
1871 : : .ob_refcnt = 999999999,
1872 : : .ob_type = &PyTuple_Type,
1873 : : },
1874 : : .ob_size = 9,
1875 : : },
1876 : : .ob_item = {
1877 : : & const_str__thread._ascii.ob_base,
1878 : : & const_str_get_ident._ascii.ob_base,
1879 : : & const_str_lock._ascii.ob_base,
1880 : : & const_str_owner._ascii.ob_base,
1881 : : & const_str_RuntimeError._ascii.ob_base,
1882 : : & const_str_count._ascii.ob_base,
1883 : : & const_str_waiters._ascii.ob_base,
1884 : : & const_str_wakeup._ascii.ob_base,
1885 : : & const_str_release._ascii.ob_base,
1886 : : },
1887 : : },
1888 : : };
1889 : : static
1890 : : struct {
1891 : : PyASCIIObject _ascii;
1892 : : uint8_t _data[20];
1893 : : }
1894 : : importlib__bootstrap_toplevel_consts_7_consts_5_qualname = {
1895 : : ._ascii = {
1896 : : .ob_base = {
1897 : : .ob_refcnt = 999999999,
1898 : : .ob_type = &PyUnicode_Type,
1899 : : },
1900 : : .length = 19,
1901 : : .hash = -1,
1902 : : .state = {
1903 : : .kind = 1,
1904 : : .compact = 1,
1905 : : .ascii = 1,
1906 : : },
1907 : : },
1908 : : ._data = "_ModuleLock.release",
1909 : : };
1910 : : static
1911 : : struct {
1912 : : PyObject_VAR_HEAD
1913 : : Py_hash_t ob_shash;
1914 : : char ob_sval[261];
1915 : : }
1916 : : importlib__bootstrap_toplevel_consts_7_consts_5_linetable = {
1917 : : .ob_base = {
1918 : : .ob_base = {
1919 : : .ob_refcnt = 999999999,
1920 : : .ob_type = &PyBytes_Type,
1921 : : },
1922 : : .ob_size = 260,
1923 : : },
1924 : : .ob_shash = -1,
1925 : : .ob_sval = "\x80\x00\xdd\x0e\x15\xd7\x0e\x1f\xd1\x0e\x1f\xd4\x0e\x21\x88\x03\xd8\x0d\x11\x8f\x59\x89\x59\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xd8\x0f\x13\x8f\x7a\x89\x7a\x98\x53\xd2\x0f\x20\xf0\x00\x01\x0d\x46\x01\xdd\x16\x22\xd0\x23\x44\xd4\x16\x45\xd0\x10\x45\xd8\x13\x17\x97\x3a\x91\x3a\xa0\x01\x92\x3e\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd8\x0c\x10\x88\x4a\x8f\x4a\x89\x4a\x98\x21\x89\x4f\x88\x4a\x8c\x4a\xd8\x0f\x13\x8f\x7a\x89\x7a\x98\x51\x8a\x7f\xf0\x00\x04\x0d\x2a\xd8\x1d\x21\x90\x04\x94\x0a\xd8\x13\x17\x97\x3c\x91\x3c\xf0\x00\x02\x11\x2a\xd8\x14\x18\x90\x4c\x97\x4c\x91\x4c\xa0\x41\xd1\x14\x25\x90\x4c\x94\x4c\xd8\x14\x18\x97\x4b\x91\x4b\xd7\x14\x27\xd1\x14\x27\xd4\x14\x29\xd0\x14\x29\xf0\x13\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf4\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf8\xf8\xf8",
1926 : : };
1927 : : static
1928 : : struct {
1929 : : PyObject_VAR_HEAD
1930 : : Py_hash_t ob_shash;
1931 : : char ob_sval[13];
1932 : : }
1933 : : importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable = {
1934 : : .ob_base = {
1935 : : .ob_base = {
1936 : : .ob_refcnt = 999999999,
1937 : : .ob_type = &PyBytes_Type,
1938 : : },
1939 : : .ob_size = 12,
1940 : : },
1941 : : .ob_shash = -1,
1942 : : .ob_sval = "\xa3\x42\x18\x43\x06\x03\xc3\x06\x05\x43\x10\x07",
1943 : : };
1944 : : static
1945 : : struct _PyCode_DEF(422)
1946 : : importlib__bootstrap_toplevel_consts_7_consts_5 = {
1947 : : .ob_base = {
1948 : : .ob_base = {
1949 : : .ob_refcnt = 999999999,
1950 : : .ob_type = &PyCode_Type,
1951 : : },
1952 : : .ob_size = 211,
1953 : : },
1954 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_5_consts._object.ob_base.ob_base,
1955 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_5_names._object.ob_base.ob_base,
1956 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_7_consts_5_exceptiontable.ob_base.ob_base,
1957 : : .co_flags = 3,
1958 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
1959 : : ._co_linearray_entry_size = 0,
1960 : : .co_argcount = 1,
1961 : : .co_posonlyargcount = 0,
1962 : : .co_kwonlyargcount = 0,
1963 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
1964 : : .co_stacksize = 6,
1965 : : .co_firstlineno = 125,
1966 : : .co_nlocalsplus = 2,
1967 : : .co_nlocals = 2,
1968 : : .co_nplaincellvars = 0,
1969 : : .co_ncellvars = 0,
1970 : : .co_nfreevars = 0,
1971 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_4_localsplusnames._object.ob_base.ob_base,
1972 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
1973 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
1974 : : .co_name = & const_str_release._ascii.ob_base,
1975 : : .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_5_qualname._ascii.ob_base,
1976 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_5_linetable.ob_base.ob_base,
1977 : : ._co_code = NULL,
1978 : : ._co_linearray = NULL,
1979 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x00\x78\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x43\x64\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x7c\x00\x78\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
1980 : : ._co_firsttraceable = 0,
1981 : : };
1982 : : static
1983 : : struct {
1984 : : PyASCIIObject _ascii;
1985 : : uint8_t _data[24];
1986 : : }
1987 : : importlib__bootstrap_toplevel_consts_7_consts_6_consts_1 = {
1988 : : ._ascii = {
1989 : : .ob_base = {
1990 : : .ob_refcnt = 999999999,
1991 : : .ob_type = &PyUnicode_Type,
1992 : : },
1993 : : .length = 23,
1994 : : .hash = -1,
1995 : : .state = {
1996 : : .kind = 1,
1997 : : .compact = 1,
1998 : : .ascii = 1,
1999 : : },
2000 : : },
2001 : : ._data = "_ModuleLock({!r}) at {}",
2002 : : };
2003 : : static
2004 : : struct {
2005 : : PyGC_Head _gc_head;
2006 : : struct {
2007 : : PyObject_VAR_HEAD
2008 : : PyObject *ob_item[2];
2009 : : }_object;
2010 : : }
2011 : : importlib__bootstrap_toplevel_consts_7_consts_6_consts = {
2012 : : ._object = {
2013 : : .ob_base = {
2014 : : .ob_base = {
2015 : : .ob_refcnt = 999999999,
2016 : : .ob_type = &PyTuple_Type,
2017 : : },
2018 : : .ob_size = 2,
2019 : : },
2020 : : .ob_item = {
2021 : : Py_None,
2022 : : & importlib__bootstrap_toplevel_consts_7_consts_6_consts_1._ascii.ob_base,
2023 : : },
2024 : : },
2025 : : };
2026 : : static
2027 : : struct {
2028 : : PyASCIIObject _ascii;
2029 : : uint8_t _data[7];
2030 : : }
2031 : : const_str_format = {
2032 : : ._ascii = {
2033 : : .ob_base = {
2034 : : .ob_refcnt = 999999999,
2035 : : .ob_type = &PyUnicode_Type,
2036 : : },
2037 : : .length = 6,
2038 : : .hash = -1,
2039 : : .state = {
2040 : : .kind = 1,
2041 : : .compact = 1,
2042 : : .ascii = 1,
2043 : : },
2044 : : },
2045 : : ._data = "format",
2046 : : };
2047 : : static
2048 : : struct {
2049 : : PyASCIIObject _ascii;
2050 : : uint8_t _data[3];
2051 : : }
2052 : : const_str_id = {
2053 : : ._ascii = {
2054 : : .ob_base = {
2055 : : .ob_refcnt = 999999999,
2056 : : .ob_type = &PyUnicode_Type,
2057 : : },
2058 : : .length = 2,
2059 : : .hash = -1,
2060 : : .state = {
2061 : : .kind = 1,
2062 : : .compact = 1,
2063 : : .ascii = 1,
2064 : : },
2065 : : },
2066 : : ._data = "id",
2067 : : };
2068 : : static
2069 : : struct {
2070 : : PyGC_Head _gc_head;
2071 : : struct {
2072 : : PyObject_VAR_HEAD
2073 : : PyObject *ob_item[3];
2074 : : }_object;
2075 : : }
2076 : : importlib__bootstrap_toplevel_consts_7_consts_6_names = {
2077 : : ._object = {
2078 : : .ob_base = {
2079 : : .ob_base = {
2080 : : .ob_refcnt = 999999999,
2081 : : .ob_type = &PyTuple_Type,
2082 : : },
2083 : : .ob_size = 3,
2084 : : },
2085 : : .ob_item = {
2086 : : & const_str_format._ascii.ob_base,
2087 : : &_Py_ID(name),
2088 : : & const_str_id._ascii.ob_base,
2089 : : },
2090 : : },
2091 : : };
2092 : : static
2093 : : struct {
2094 : : PyASCIIObject _ascii;
2095 : : uint8_t _data[21];
2096 : : }
2097 : : importlib__bootstrap_toplevel_consts_7_consts_6_qualname = {
2098 : : ._ascii = {
2099 : : .ob_base = {
2100 : : .ob_refcnt = 999999999,
2101 : : .ob_type = &PyUnicode_Type,
2102 : : },
2103 : : .length = 20,
2104 : : .hash = -1,
2105 : : .state = {
2106 : : .kind = 1,
2107 : : .compact = 1,
2108 : : .ascii = 1,
2109 : : },
2110 : : },
2111 : : ._data = "_ModuleLock.__repr__",
2112 : : };
2113 : : static
2114 : : struct {
2115 : : PyObject_VAR_HEAD
2116 : : Py_hash_t ob_shash;
2117 : : char ob_sval[30];
2118 : : }
2119 : : importlib__bootstrap_toplevel_consts_7_consts_6_linetable = {
2120 : : .ob_base = {
2121 : : .ob_base = {
2122 : : .ob_refcnt = 999999999,
2123 : : .ob_type = &PyBytes_Type,
2124 : : },
2125 : : .ob_size = 29,
2126 : : },
2127 : : .ob_shash = -1,
2128 : : .ob_sval = "\x80\x00\xd8\x0f\x28\xd7\x0f\x2f\xd1\x0f\x2f\xb0\x04\xb7\x09\xb1\x09\xbd\x32\xb8\x64\xbc\x38\xd4\x0f\x44\xd0\x08\x44",
2129 : : };
2130 : : static
2131 : : struct {
2132 : : PyGC_Head _gc_head;
2133 : : struct {
2134 : : PyObject_VAR_HEAD
2135 : : PyObject *ob_item[1];
2136 : : }_object;
2137 : : }
2138 : : importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames = {
2139 : : ._object = {
2140 : : .ob_base = {
2141 : : .ob_base = {
2142 : : .ob_refcnt = 999999999,
2143 : : .ob_type = &PyTuple_Type,
2144 : : },
2145 : : .ob_size = 1,
2146 : : },
2147 : : .ob_item = {
2148 : : & const_str_self._ascii.ob_base,
2149 : : },
2150 : : },
2151 : : };
2152 : : static
2153 : : struct _PyCode_DEF(82)
2154 : : importlib__bootstrap_toplevel_consts_7_consts_6 = {
2155 : : .ob_base = {
2156 : : .ob_base = {
2157 : : .ob_refcnt = 999999999,
2158 : : .ob_type = &PyCode_Type,
2159 : : },
2160 : : .ob_size = 41,
2161 : : },
2162 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_6_consts._object.ob_base.ob_base,
2163 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
2164 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2165 : : .co_flags = 3,
2166 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2167 : : ._co_linearray_entry_size = 0,
2168 : : .co_argcount = 1,
2169 : : .co_posonlyargcount = 0,
2170 : : .co_kwonlyargcount = 0,
2171 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
2172 : : .co_stacksize = 6,
2173 : : .co_firstlineno = 138,
2174 : : .co_nlocalsplus = 1,
2175 : : .co_nlocals = 1,
2176 : : .co_nplaincellvars = 0,
2177 : : .co_ncellvars = 0,
2178 : : .co_nfreevars = 0,
2179 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2180 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2181 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2182 : : .co_name = &_Py_ID(__repr__),
2183 : : .co_qualname = & importlib__bootstrap_toplevel_consts_7_consts_6_qualname._ascii.ob_base,
2184 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_consts_6_linetable.ob_base.ob_base,
2185 : : ._co_code = NULL,
2186 : : ._co_linearray = NULL,
2187 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
2188 : : ._co_firsttraceable = 0,
2189 : : };
2190 : : static
2191 : : struct {
2192 : : PyGC_Head _gc_head;
2193 : : struct {
2194 : : PyObject_VAR_HEAD
2195 : : PyObject *ob_item[8];
2196 : : }_object;
2197 : : }
2198 : : importlib__bootstrap_toplevel_consts_7_consts = {
2199 : : ._object = {
2200 : : .ob_base = {
2201 : : .ob_base = {
2202 : : .ob_refcnt = 999999999,
2203 : : .ob_type = &PyTuple_Type,
2204 : : },
2205 : : .ob_size = 8,
2206 : : },
2207 : : .ob_item = {
2208 : : & const_str__ModuleLock._ascii.ob_base,
2209 : : & importlib__bootstrap_toplevel_consts_7_consts_1._ascii.ob_base,
2210 : : & importlib__bootstrap_toplevel_consts_7_consts_2.ob_base.ob_base,
2211 : : & importlib__bootstrap_toplevel_consts_7_consts_3.ob_base.ob_base,
2212 : : & importlib__bootstrap_toplevel_consts_7_consts_4.ob_base.ob_base,
2213 : : & importlib__bootstrap_toplevel_consts_7_consts_5.ob_base.ob_base,
2214 : : & importlib__bootstrap_toplevel_consts_7_consts_6.ob_base.ob_base,
2215 : : Py_None,
2216 : : },
2217 : : },
2218 : : };
2219 : : static
2220 : : struct {
2221 : : PyGC_Head _gc_head;
2222 : : struct {
2223 : : PyObject_VAR_HEAD
2224 : : PyObject *ob_item[9];
2225 : : }_object;
2226 : : }
2227 : : importlib__bootstrap_toplevel_consts_7_names = {
2228 : : ._object = {
2229 : : .ob_base = {
2230 : : .ob_base = {
2231 : : .ob_refcnt = 999999999,
2232 : : .ob_type = &PyTuple_Type,
2233 : : },
2234 : : .ob_size = 9,
2235 : : },
2236 : : .ob_item = {
2237 : : &_Py_ID(__name__),
2238 : : &_Py_ID(__module__),
2239 : : &_Py_ID(__qualname__),
2240 : : &_Py_ID(__doc__),
2241 : : &_Py_ID(__init__),
2242 : : & const_str_has_deadlock._ascii.ob_base,
2243 : : & const_str_acquire._ascii.ob_base,
2244 : : & const_str_release._ascii.ob_base,
2245 : : &_Py_ID(__repr__),
2246 : : },
2247 : : },
2248 : : };
2249 : : static
2250 : : struct {
2251 : : PyObject_VAR_HEAD
2252 : : Py_hash_t ob_shash;
2253 : : char ob_sval[111];
2254 : : }
2255 : : importlib__bootstrap_toplevel_consts_7_linetable = {
2256 : : .ob_base = {
2257 : : .ob_base = {
2258 : : .ob_refcnt = 999999999,
2259 : : .ob_type = &PyBytes_Type,
2260 : : },
2261 : : .ob_size = 110,
2262 : : },
2263 : : .ob_shash = -1,
2264 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x03\x05\x08\xf0\x00\x03\x05\x08\xf0\x0a\x06\x05\x19\xf0\x00\x06\x05\x19\xf0\x00\x06\x05\x19\xf0\x10\x13\x05\x1a\xf0\x00\x13\x05\x1a\xf0\x00\x13\x05\x1a\xf0\x2a\x17\x05\x22\xf0\x00\x17\x05\x22\xf0\x00\x17\x05\x22\xf0\x32\x0b\x05\x2a\xf0\x00\x0b\x05\x2a\xf0\x00\x0b\x05\x2a\xf0\x1a\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01",
2265 : : };
2266 : : static
2267 : : struct _PyCode_DEF(48)
2268 : : importlib__bootstrap_toplevel_consts_7 = {
2269 : : .ob_base = {
2270 : : .ob_base = {
2271 : : .ob_refcnt = 999999999,
2272 : : .ob_type = &PyCode_Type,
2273 : : },
2274 : : .ob_size = 24,
2275 : : },
2276 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts._object.ob_base.ob_base,
2277 : : .co_names = & importlib__bootstrap_toplevel_consts_7_names._object.ob_base.ob_base,
2278 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2279 : : .co_flags = 0,
2280 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2281 : : ._co_linearray_entry_size = 0,
2282 : : .co_argcount = 0,
2283 : : .co_posonlyargcount = 0,
2284 : : .co_kwonlyargcount = 0,
2285 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
2286 : : .co_stacksize = 1,
2287 : : .co_firstlineno = 65,
2288 : : .co_nlocalsplus = 0,
2289 : : .co_nlocals = 0,
2290 : : .co_nplaincellvars = 0,
2291 : : .co_ncellvars = 0,
2292 : : .co_nfreevars = 0,
2293 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
2294 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
2295 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2296 : : .co_name = & const_str__ModuleLock._ascii.ob_base,
2297 : : .co_qualname = & const_str__ModuleLock._ascii.ob_base,
2298 : : .co_linetable = & importlib__bootstrap_toplevel_consts_7_linetable.ob_base.ob_base,
2299 : : ._co_code = NULL,
2300 : : ._co_linearray = NULL,
2301 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x53\x00",
2302 : : ._co_firsttraceable = 0,
2303 : : };
2304 : : static
2305 : : struct {
2306 : : PyASCIIObject _ascii;
2307 : : uint8_t _data[17];
2308 : : }
2309 : : const_str__DummyModuleLock = {
2310 : : ._ascii = {
2311 : : .ob_base = {
2312 : : .ob_refcnt = 999999999,
2313 : : .ob_type = &PyUnicode_Type,
2314 : : },
2315 : : .length = 16,
2316 : : .hash = -1,
2317 : : .state = {
2318 : : .kind = 1,
2319 : : .compact = 1,
2320 : : .ascii = 1,
2321 : : },
2322 : : },
2323 : : ._data = "_DummyModuleLock",
2324 : : };
2325 : : static
2326 : : struct {
2327 : : PyASCIIObject _ascii;
2328 : : uint8_t _data[87];
2329 : : }
2330 : : importlib__bootstrap_toplevel_consts_9_consts_1 = {
2331 : : ._ascii = {
2332 : : .ob_base = {
2333 : : .ob_refcnt = 999999999,
2334 : : .ob_type = &PyUnicode_Type,
2335 : : },
2336 : : .length = 86,
2337 : : .hash = -1,
2338 : : .state = {
2339 : : .kind = 1,
2340 : : .compact = 1,
2341 : : .ascii = 1,
2342 : : },
2343 : : },
2344 : : ._data = "\x41\x20\x73\x69\x6d\x70\x6c\x65\x20\x5f\x4d\x6f\x64\x75\x6c\x65\x4c\x6f\x63\x6b\x20\x65\x71\x75\x69\x76\x61\x6c\x65\x6e\x74\x20\x66\x6f\x72\x20\x50\x79\x74\x68\x6f\x6e\x20\x62\x75\x69\x6c\x64\x73\x20\x77\x69\x74\x68\x6f\x75\x74\x0a\x20\x20\x20\x20\x6d\x75\x6c\x74\x69\x2d\x74\x68\x72\x65\x61\x64\x69\x6e\x67\x20\x73\x75\x70\x70\x6f\x72\x74\x2e",
2345 : : };
2346 : : static
2347 : : struct {
2348 : : PyGC_Head _gc_head;
2349 : : struct {
2350 : : PyObject_VAR_HEAD
2351 : : PyObject *ob_item[2];
2352 : : }_object;
2353 : : }
2354 : : importlib__bootstrap_toplevel_consts_9_consts_2_names = {
2355 : : ._object = {
2356 : : .ob_base = {
2357 : : .ob_base = {
2358 : : .ob_refcnt = 999999999,
2359 : : .ob_type = &PyTuple_Type,
2360 : : },
2361 : : .ob_size = 2,
2362 : : },
2363 : : .ob_item = {
2364 : : &_Py_ID(name),
2365 : : & const_str_count._ascii.ob_base,
2366 : : },
2367 : : },
2368 : : };
2369 : : static
2370 : : struct {
2371 : : PyASCIIObject _ascii;
2372 : : uint8_t _data[26];
2373 : : }
2374 : : importlib__bootstrap_toplevel_consts_9_consts_2_qualname = {
2375 : : ._ascii = {
2376 : : .ob_base = {
2377 : : .ob_refcnt = 999999999,
2378 : : .ob_type = &PyUnicode_Type,
2379 : : },
2380 : : .length = 25,
2381 : : .hash = -1,
2382 : : .state = {
2383 : : .kind = 1,
2384 : : .compact = 1,
2385 : : .ascii = 1,
2386 : : },
2387 : : },
2388 : : ._data = "_DummyModuleLock.__init__",
2389 : : };
2390 : : static
2391 : : struct {
2392 : : PyObject_VAR_HEAD
2393 : : Py_hash_t ob_shash;
2394 : : char ob_sval[21];
2395 : : }
2396 : : importlib__bootstrap_toplevel_consts_9_consts_2_linetable = {
2397 : : .ob_base = {
2398 : : .ob_base = {
2399 : : .ob_refcnt = 999999999,
2400 : : .ob_type = &PyBytes_Type,
2401 : : },
2402 : : .ob_size = 20,
2403 : : },
2404 : : .ob_shash = -1,
2405 : : .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x15\x16\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
2406 : : };
2407 : : static
2408 : : struct _PyCode_DEF(34)
2409 : : importlib__bootstrap_toplevel_consts_9_consts_2 = {
2410 : : .ob_base = {
2411 : : .ob_base = {
2412 : : .ob_refcnt = 999999999,
2413 : : .ob_type = &PyCode_Type,
2414 : : },
2415 : : .ob_size = 17,
2416 : : },
2417 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
2418 : : .co_names = & importlib__bootstrap_toplevel_consts_9_consts_2_names._object.ob_base.ob_base,
2419 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2420 : : .co_flags = 3,
2421 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2422 : : ._co_linearray_entry_size = 0,
2423 : : .co_argcount = 2,
2424 : : .co_posonlyargcount = 0,
2425 : : .co_kwonlyargcount = 0,
2426 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
2427 : : .co_stacksize = 2,
2428 : : .co_firstlineno = 146,
2429 : : .co_nlocalsplus = 2,
2430 : : .co_nlocals = 2,
2431 : : .co_nplaincellvars = 0,
2432 : : .co_ncellvars = 0,
2433 : : .co_nfreevars = 0,
2434 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
2435 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
2436 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2437 : : .co_name = &_Py_ID(__init__),
2438 : : .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_2_qualname._ascii.ob_base,
2439 : : .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_2_linetable.ob_base.ob_base,
2440 : : ._co_code = NULL,
2441 : : ._co_linearray = NULL,
2442 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
2443 : : ._co_firsttraceable = 0,
2444 : : };
2445 : : static
2446 : : struct {
2447 : : PyGC_Head _gc_head;
2448 : : struct {
2449 : : PyObject_VAR_HEAD
2450 : : PyObject *ob_item[3];
2451 : : }_object;
2452 : : }
2453 : : importlib__bootstrap_toplevel_consts_9_consts_3_consts = {
2454 : : ._object = {
2455 : : .ob_base = {
2456 : : .ob_base = {
2457 : : .ob_refcnt = 999999999,
2458 : : .ob_type = &PyTuple_Type,
2459 : : },
2460 : : .ob_size = 3,
2461 : : },
2462 : : .ob_item = {
2463 : : Py_None,
2464 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
2465 : : Py_True,
2466 : : },
2467 : : },
2468 : : };
2469 : : static
2470 : : struct {
2471 : : PyGC_Head _gc_head;
2472 : : struct {
2473 : : PyObject_VAR_HEAD
2474 : : PyObject *ob_item[1];
2475 : : }_object;
2476 : : }
2477 : : importlib__bootstrap_toplevel_consts_9_consts_3_names = {
2478 : : ._object = {
2479 : : .ob_base = {
2480 : : .ob_base = {
2481 : : .ob_refcnt = 999999999,
2482 : : .ob_type = &PyTuple_Type,
2483 : : },
2484 : : .ob_size = 1,
2485 : : },
2486 : : .ob_item = {
2487 : : & const_str_count._ascii.ob_base,
2488 : : },
2489 : : },
2490 : : };
2491 : : static
2492 : : struct {
2493 : : PyASCIIObject _ascii;
2494 : : uint8_t _data[25];
2495 : : }
2496 : : importlib__bootstrap_toplevel_consts_9_consts_3_qualname = {
2497 : : ._ascii = {
2498 : : .ob_base = {
2499 : : .ob_refcnt = 999999999,
2500 : : .ob_type = &PyUnicode_Type,
2501 : : },
2502 : : .length = 24,
2503 : : .hash = -1,
2504 : : .state = {
2505 : : .kind = 1,
2506 : : .compact = 1,
2507 : : .ascii = 1,
2508 : : },
2509 : : },
2510 : : ._data = "_DummyModuleLock.acquire",
2511 : : };
2512 : : static
2513 : : struct {
2514 : : PyObject_VAR_HEAD
2515 : : Py_hash_t ob_shash;
2516 : : char ob_sval[25];
2517 : : }
2518 : : importlib__bootstrap_toplevel_consts_9_consts_3_linetable = {
2519 : : .ob_base = {
2520 : : .ob_base = {
2521 : : .ob_refcnt = 999999999,
2522 : : .ob_type = &PyBytes_Type,
2523 : : },
2524 : : .ob_size = 24,
2525 : : },
2526 : : .ob_shash = -1,
2527 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x0a\x8f\x0a\x89\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\xd8\x0f\x13\x88\x74",
2528 : : };
2529 : : static
2530 : : struct _PyCode_DEF(48)
2531 : : importlib__bootstrap_toplevel_consts_9_consts_3 = {
2532 : : .ob_base = {
2533 : : .ob_base = {
2534 : : .ob_refcnt = 999999999,
2535 : : .ob_type = &PyCode_Type,
2536 : : },
2537 : : .ob_size = 24,
2538 : : },
2539 : : .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_3_consts._object.ob_base.ob_base,
2540 : : .co_names = & importlib__bootstrap_toplevel_consts_9_consts_3_names._object.ob_base.ob_base,
2541 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2542 : : .co_flags = 3,
2543 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2544 : : ._co_linearray_entry_size = 0,
2545 : : .co_argcount = 1,
2546 : : .co_posonlyargcount = 0,
2547 : : .co_kwonlyargcount = 0,
2548 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
2549 : : .co_stacksize = 3,
2550 : : .co_firstlineno = 150,
2551 : : .co_nlocalsplus = 1,
2552 : : .co_nlocals = 1,
2553 : : .co_nplaincellvars = 0,
2554 : : .co_ncellvars = 0,
2555 : : .co_nfreevars = 0,
2556 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2557 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2558 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2559 : : .co_name = & const_str_acquire._ascii.ob_base,
2560 : : .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_3_qualname._ascii.ob_base,
2561 : : .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_3_linetable.ob_base.ob_base,
2562 : : ._co_code = NULL,
2563 : : ._co_linearray = NULL,
2564 : : .co_code_adaptive = "\x97\x00\x7c\x00\x78\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x0d\x00\x00\x63\x02\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
2565 : : ._co_firsttraceable = 0,
2566 : : };
2567 : : static
2568 : : struct {
2569 : : PyGC_Head _gc_head;
2570 : : struct {
2571 : : PyObject_VAR_HEAD
2572 : : PyObject *ob_item[4];
2573 : : }_object;
2574 : : }
2575 : : importlib__bootstrap_toplevel_consts_9_consts_4_consts = {
2576 : : ._object = {
2577 : : .ob_base = {
2578 : : .ob_base = {
2579 : : .ob_refcnt = 999999999,
2580 : : .ob_type = &PyTuple_Type,
2581 : : },
2582 : : .ob_size = 4,
2583 : : },
2584 : : .ob_item = {
2585 : : Py_None,
2586 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
2587 : : & importlib__bootstrap_toplevel_consts_7_consts_5_consts_1._ascii.ob_base,
2588 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
2589 : : },
2590 : : },
2591 : : };
2592 : : static
2593 : : struct {
2594 : : PyGC_Head _gc_head;
2595 : : struct {
2596 : : PyObject_VAR_HEAD
2597 : : PyObject *ob_item[2];
2598 : : }_object;
2599 : : }
2600 : : importlib__bootstrap_toplevel_consts_9_consts_4_names = {
2601 : : ._object = {
2602 : : .ob_base = {
2603 : : .ob_base = {
2604 : : .ob_refcnt = 999999999,
2605 : : .ob_type = &PyTuple_Type,
2606 : : },
2607 : : .ob_size = 2,
2608 : : },
2609 : : .ob_item = {
2610 : : & const_str_count._ascii.ob_base,
2611 : : & const_str_RuntimeError._ascii.ob_base,
2612 : : },
2613 : : },
2614 : : };
2615 : : static
2616 : : struct {
2617 : : PyASCIIObject _ascii;
2618 : : uint8_t _data[25];
2619 : : }
2620 : : importlib__bootstrap_toplevel_consts_9_consts_4_qualname = {
2621 : : ._ascii = {
2622 : : .ob_base = {
2623 : : .ob_refcnt = 999999999,
2624 : : .ob_type = &PyUnicode_Type,
2625 : : },
2626 : : .length = 24,
2627 : : .hash = -1,
2628 : : .state = {
2629 : : .kind = 1,
2630 : : .compact = 1,
2631 : : .ascii = 1,
2632 : : },
2633 : : },
2634 : : ._data = "_DummyModuleLock.release",
2635 : : };
2636 : : static
2637 : : struct {
2638 : : PyObject_VAR_HEAD
2639 : : Py_hash_t ob_shash;
2640 : : char ob_sval[53];
2641 : : }
2642 : : importlib__bootstrap_toplevel_consts_9_consts_4_linetable = {
2643 : : .ob_base = {
2644 : : .ob_base = {
2645 : : .ob_refcnt = 999999999,
2646 : : .ob_type = &PyBytes_Type,
2647 : : },
2648 : : .ob_size = 52,
2649 : : },
2650 : : .ob_shash = -1,
2651 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3a\x89\x3a\x98\x11\x8a\x3f\xf0\x00\x01\x09\x42\x01\xdd\x12\x1e\xd0\x1f\x40\xd4\x12\x41\xd0\x0c\x41\xd8\x08\x0c\x88\x0a\x8f\x0a\x89\x0a\x90\x61\x89\x0f\x88\x0a\x8c\x0a\x88\x0a\x88\x0a",
2652 : : };
2653 : : static
2654 : : struct _PyCode_DEF(106)
2655 : : importlib__bootstrap_toplevel_consts_9_consts_4 = {
2656 : : .ob_base = {
2657 : : .ob_base = {
2658 : : .ob_refcnt = 999999999,
2659 : : .ob_type = &PyCode_Type,
2660 : : },
2661 : : .ob_size = 53,
2662 : : },
2663 : : .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_4_consts._object.ob_base.ob_base,
2664 : : .co_names = & importlib__bootstrap_toplevel_consts_9_consts_4_names._object.ob_base.ob_base,
2665 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2666 : : .co_flags = 3,
2667 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2668 : : ._co_linearray_entry_size = 0,
2669 : : .co_argcount = 1,
2670 : : .co_posonlyargcount = 0,
2671 : : .co_kwonlyargcount = 0,
2672 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
2673 : : .co_stacksize = 3,
2674 : : .co_firstlineno = 154,
2675 : : .co_nlocalsplus = 1,
2676 : : .co_nlocals = 1,
2677 : : .co_nplaincellvars = 0,
2678 : : .co_ncellvars = 0,
2679 : : .co_nfreevars = 0,
2680 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2681 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2682 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2683 : : .co_name = & const_str_release._ascii.ob_base,
2684 : : .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_4_qualname._ascii.ob_base,
2685 : : .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_4_linetable.ob_base.ob_base,
2686 : : ._co_code = NULL,
2687 : : ._co_linearray = NULL,
2688 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x78\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x17\x00\x00\x63\x02\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
2689 : : ._co_firsttraceable = 0,
2690 : : };
2691 : : static
2692 : : struct {
2693 : : PyASCIIObject _ascii;
2694 : : uint8_t _data[29];
2695 : : }
2696 : : importlib__bootstrap_toplevel_consts_9_consts_5_consts_1 = {
2697 : : ._ascii = {
2698 : : .ob_base = {
2699 : : .ob_refcnt = 999999999,
2700 : : .ob_type = &PyUnicode_Type,
2701 : : },
2702 : : .length = 28,
2703 : : .hash = -1,
2704 : : .state = {
2705 : : .kind = 1,
2706 : : .compact = 1,
2707 : : .ascii = 1,
2708 : : },
2709 : : },
2710 : : ._data = "_DummyModuleLock({!r}) at {}",
2711 : : };
2712 : : static
2713 : : struct {
2714 : : PyGC_Head _gc_head;
2715 : : struct {
2716 : : PyObject_VAR_HEAD
2717 : : PyObject *ob_item[2];
2718 : : }_object;
2719 : : }
2720 : : importlib__bootstrap_toplevel_consts_9_consts_5_consts = {
2721 : : ._object = {
2722 : : .ob_base = {
2723 : : .ob_base = {
2724 : : .ob_refcnt = 999999999,
2725 : : .ob_type = &PyTuple_Type,
2726 : : },
2727 : : .ob_size = 2,
2728 : : },
2729 : : .ob_item = {
2730 : : Py_None,
2731 : : & importlib__bootstrap_toplevel_consts_9_consts_5_consts_1._ascii.ob_base,
2732 : : },
2733 : : },
2734 : : };
2735 : : static
2736 : : struct {
2737 : : PyASCIIObject _ascii;
2738 : : uint8_t _data[26];
2739 : : }
2740 : : importlib__bootstrap_toplevel_consts_9_consts_5_qualname = {
2741 : : ._ascii = {
2742 : : .ob_base = {
2743 : : .ob_refcnt = 999999999,
2744 : : .ob_type = &PyUnicode_Type,
2745 : : },
2746 : : .length = 25,
2747 : : .hash = -1,
2748 : : .state = {
2749 : : .kind = 1,
2750 : : .compact = 1,
2751 : : .ascii = 1,
2752 : : },
2753 : : },
2754 : : ._data = "_DummyModuleLock.__repr__",
2755 : : };
2756 : : static
2757 : : struct {
2758 : : PyObject_VAR_HEAD
2759 : : Py_hash_t ob_shash;
2760 : : char ob_sval[30];
2761 : : }
2762 : : importlib__bootstrap_toplevel_consts_9_consts_5_linetable = {
2763 : : .ob_base = {
2764 : : .ob_base = {
2765 : : .ob_refcnt = 999999999,
2766 : : .ob_type = &PyBytes_Type,
2767 : : },
2768 : : .ob_size = 29,
2769 : : },
2770 : : .ob_shash = -1,
2771 : : .ob_sval = "\x80\x00\xd8\x0f\x2d\xd7\x0f\x34\xd1\x0f\x34\xb0\x54\xb7\x59\xb1\x59\xc5\x02\xc0\x34\xc4\x08\xd4\x0f\x49\xd0\x08\x49",
2772 : : };
2773 : : static
2774 : : struct _PyCode_DEF(82)
2775 : : importlib__bootstrap_toplevel_consts_9_consts_5 = {
2776 : : .ob_base = {
2777 : : .ob_base = {
2778 : : .ob_refcnt = 999999999,
2779 : : .ob_type = &PyCode_Type,
2780 : : },
2781 : : .ob_size = 41,
2782 : : },
2783 : : .co_consts = & importlib__bootstrap_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
2784 : : .co_names = & importlib__bootstrap_toplevel_consts_7_consts_6_names._object.ob_base.ob_base,
2785 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2786 : : .co_flags = 3,
2787 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2788 : : ._co_linearray_entry_size = 0,
2789 : : .co_argcount = 1,
2790 : : .co_posonlyargcount = 0,
2791 : : .co_kwonlyargcount = 0,
2792 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
2793 : : .co_stacksize = 6,
2794 : : .co_firstlineno = 159,
2795 : : .co_nlocalsplus = 1,
2796 : : .co_nlocals = 1,
2797 : : .co_nplaincellvars = 0,
2798 : : .co_ncellvars = 0,
2799 : : .co_nfreevars = 0,
2800 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
2801 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
2802 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2803 : : .co_name = &_Py_ID(__repr__),
2804 : : .co_qualname = & importlib__bootstrap_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
2805 : : .co_linetable = & importlib__bootstrap_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
2806 : : ._co_code = NULL,
2807 : : ._co_linearray = NULL,
2808 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
2809 : : ._co_firsttraceable = 0,
2810 : : };
2811 : : static
2812 : : struct {
2813 : : PyGC_Head _gc_head;
2814 : : struct {
2815 : : PyObject_VAR_HEAD
2816 : : PyObject *ob_item[7];
2817 : : }_object;
2818 : : }
2819 : : importlib__bootstrap_toplevel_consts_9_consts = {
2820 : : ._object = {
2821 : : .ob_base = {
2822 : : .ob_base = {
2823 : : .ob_refcnt = 999999999,
2824 : : .ob_type = &PyTuple_Type,
2825 : : },
2826 : : .ob_size = 7,
2827 : : },
2828 : : .ob_item = {
2829 : : & const_str__DummyModuleLock._ascii.ob_base,
2830 : : & importlib__bootstrap_toplevel_consts_9_consts_1._ascii.ob_base,
2831 : : & importlib__bootstrap_toplevel_consts_9_consts_2.ob_base.ob_base,
2832 : : & importlib__bootstrap_toplevel_consts_9_consts_3.ob_base.ob_base,
2833 : : & importlib__bootstrap_toplevel_consts_9_consts_4.ob_base.ob_base,
2834 : : & importlib__bootstrap_toplevel_consts_9_consts_5.ob_base.ob_base,
2835 : : Py_None,
2836 : : },
2837 : : },
2838 : : };
2839 : : static
2840 : : struct {
2841 : : PyGC_Head _gc_head;
2842 : : struct {
2843 : : PyObject_VAR_HEAD
2844 : : PyObject *ob_item[8];
2845 : : }_object;
2846 : : }
2847 : : importlib__bootstrap_toplevel_consts_9_names = {
2848 : : ._object = {
2849 : : .ob_base = {
2850 : : .ob_base = {
2851 : : .ob_refcnt = 999999999,
2852 : : .ob_type = &PyTuple_Type,
2853 : : },
2854 : : .ob_size = 8,
2855 : : },
2856 : : .ob_item = {
2857 : : &_Py_ID(__name__),
2858 : : &_Py_ID(__module__),
2859 : : &_Py_ID(__qualname__),
2860 : : &_Py_ID(__doc__),
2861 : : &_Py_ID(__init__),
2862 : : & const_str_acquire._ascii.ob_base,
2863 : : & const_str_release._ascii.ob_base,
2864 : : &_Py_ID(__repr__),
2865 : : },
2866 : : },
2867 : : };
2868 : : static
2869 : : struct {
2870 : : PyObject_VAR_HEAD
2871 : : Py_hash_t ob_shash;
2872 : : char ob_sval[96];
2873 : : }
2874 : : importlib__bootstrap_toplevel_consts_9_linetable = {
2875 : : .ob_base = {
2876 : : .ob_base = {
2877 : : .ob_refcnt = 999999999,
2878 : : .ob_type = &PyBytes_Type,
2879 : : },
2880 : : .ob_size = 95,
2881 : : },
2882 : : .ob_shash = -1,
2883 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x08\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x03\x05\x18\xf0\x00\x03\x05\x18\xf0\x00\x03\x05\x18\xf0\x0a\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01",
2884 : : };
2885 : : static
2886 : : struct _PyCode_DEF(42)
2887 : : importlib__bootstrap_toplevel_consts_9 = {
2888 : : .ob_base = {
2889 : : .ob_base = {
2890 : : .ob_refcnt = 999999999,
2891 : : .ob_type = &PyCode_Type,
2892 : : },
2893 : : .ob_size = 21,
2894 : : },
2895 : : .co_consts = & importlib__bootstrap_toplevel_consts_9_consts._object.ob_base.ob_base,
2896 : : .co_names = & importlib__bootstrap_toplevel_consts_9_names._object.ob_base.ob_base,
2897 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
2898 : : .co_flags = 0,
2899 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
2900 : : ._co_linearray_entry_size = 0,
2901 : : .co_argcount = 0,
2902 : : .co_posonlyargcount = 0,
2903 : : .co_kwonlyargcount = 0,
2904 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
2905 : : .co_stacksize = 1,
2906 : : .co_firstlineno = 142,
2907 : : .co_nlocalsplus = 0,
2908 : : .co_nlocals = 0,
2909 : : .co_nplaincellvars = 0,
2910 : : .co_ncellvars = 0,
2911 : : .co_nfreevars = 0,
2912 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
2913 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
2914 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
2915 : : .co_name = & const_str__DummyModuleLock._ascii.ob_base,
2916 : : .co_qualname = & const_str__DummyModuleLock._ascii.ob_base,
2917 : : .co_linetable = & importlib__bootstrap_toplevel_consts_9_linetable.ob_base.ob_base,
2918 : : ._co_code = NULL,
2919 : : ._co_linearray = NULL,
2920 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x53\x00",
2921 : : ._co_firsttraceable = 0,
2922 : : };
2923 : : static
2924 : : struct {
2925 : : PyASCIIObject _ascii;
2926 : : uint8_t _data[19];
2927 : : }
2928 : : const_str__ModuleLockManager = {
2929 : : ._ascii = {
2930 : : .ob_base = {
2931 : : .ob_refcnt = 999999999,
2932 : : .ob_type = &PyUnicode_Type,
2933 : : },
2934 : : .length = 18,
2935 : : .hash = -1,
2936 : : .state = {
2937 : : .kind = 1,
2938 : : .compact = 1,
2939 : : .ascii = 1,
2940 : : },
2941 : : },
2942 : : ._data = "_ModuleLockManager",
2943 : : };
2944 : : static
2945 : : struct {
2946 : : PyASCIIObject _ascii;
2947 : : uint8_t _data[6];
2948 : : }
2949 : : const_str__name = {
2950 : : ._ascii = {
2951 : : .ob_base = {
2952 : : .ob_refcnt = 999999999,
2953 : : .ob_type = &PyUnicode_Type,
2954 : : },
2955 : : .length = 5,
2956 : : .hash = -1,
2957 : : .state = {
2958 : : .kind = 1,
2959 : : .compact = 1,
2960 : : .ascii = 1,
2961 : : },
2962 : : },
2963 : : ._data = "_name",
2964 : : };
2965 : : static
2966 : : struct {
2967 : : PyASCIIObject _ascii;
2968 : : uint8_t _data[6];
2969 : : }
2970 : : const_str__lock = {
2971 : : ._ascii = {
2972 : : .ob_base = {
2973 : : .ob_refcnt = 999999999,
2974 : : .ob_type = &PyUnicode_Type,
2975 : : },
2976 : : .length = 5,
2977 : : .hash = -1,
2978 : : .state = {
2979 : : .kind = 1,
2980 : : .compact = 1,
2981 : : .ascii = 1,
2982 : : },
2983 : : },
2984 : : ._data = "_lock",
2985 : : };
2986 : : static
2987 : : struct {
2988 : : PyGC_Head _gc_head;
2989 : : struct {
2990 : : PyObject_VAR_HEAD
2991 : : PyObject *ob_item[2];
2992 : : }_object;
2993 : : }
2994 : : importlib__bootstrap_toplevel_consts_11_consts_1_names = {
2995 : : ._object = {
2996 : : .ob_base = {
2997 : : .ob_base = {
2998 : : .ob_refcnt = 999999999,
2999 : : .ob_type = &PyTuple_Type,
3000 : : },
3001 : : .ob_size = 2,
3002 : : },
3003 : : .ob_item = {
3004 : : & const_str__name._ascii.ob_base,
3005 : : & const_str__lock._ascii.ob_base,
3006 : : },
3007 : : },
3008 : : };
3009 : : static
3010 : : struct {
3011 : : PyASCIIObject _ascii;
3012 : : uint8_t _data[28];
3013 : : }
3014 : : importlib__bootstrap_toplevel_consts_11_consts_1_qualname = {
3015 : : ._ascii = {
3016 : : .ob_base = {
3017 : : .ob_refcnt = 999999999,
3018 : : .ob_type = &PyUnicode_Type,
3019 : : },
3020 : : .length = 27,
3021 : : .hash = -1,
3022 : : .state = {
3023 : : .kind = 1,
3024 : : .compact = 1,
3025 : : .ascii = 1,
3026 : : },
3027 : : },
3028 : : ._data = "_ModuleLockManager.__init__",
3029 : : };
3030 : : static
3031 : : struct {
3032 : : PyObject_VAR_HEAD
3033 : : Py_hash_t ob_shash;
3034 : : char ob_sval[21];
3035 : : }
3036 : : importlib__bootstrap_toplevel_consts_11_consts_1_linetable = {
3037 : : .ob_base = {
3038 : : .ob_base = {
3039 : : .ob_refcnt = 999999999,
3040 : : .ob_type = &PyBytes_Type,
3041 : : },
3042 : : .ob_size = 20,
3043 : : },
3044 : : .ob_shash = -1,
3045 : : .ob_sval = "\x80\x00\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x19\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
3046 : : };
3047 : : static
3048 : : struct _PyCode_DEF(34)
3049 : : importlib__bootstrap_toplevel_consts_11_consts_1 = {
3050 : : .ob_base = {
3051 : : .ob_base = {
3052 : : .ob_refcnt = 999999999,
3053 : : .ob_type = &PyCode_Type,
3054 : : },
3055 : : .ob_size = 17,
3056 : : },
3057 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3058 : : .co_names = & importlib__bootstrap_toplevel_consts_11_consts_1_names._object.ob_base.ob_base,
3059 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3060 : : .co_flags = 3,
3061 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3062 : : ._co_linearray_entry_size = 0,
3063 : : .co_argcount = 2,
3064 : : .co_posonlyargcount = 0,
3065 : : .co_kwonlyargcount = 0,
3066 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
3067 : : .co_stacksize = 2,
3068 : : .co_firstlineno = 165,
3069 : : .co_nlocalsplus = 2,
3070 : : .co_nlocals = 2,
3071 : : .co_nplaincellvars = 0,
3072 : : .co_ncellvars = 0,
3073 : : .co_nfreevars = 0,
3074 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
3075 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
3076 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3077 : : .co_name = &_Py_ID(__init__),
3078 : : .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_1_qualname._ascii.ob_base,
3079 : : .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_1_linetable.ob_base.ob_base,
3080 : : ._co_code = NULL,
3081 : : ._co_linearray = NULL,
3082 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
3083 : : ._co_firsttraceable = 0,
3084 : : };
3085 : : static
3086 : : struct {
3087 : : PyASCIIObject _ascii;
3088 : : uint8_t _data[17];
3089 : : }
3090 : : const_str__get_module_lock = {
3091 : : ._ascii = {
3092 : : .ob_base = {
3093 : : .ob_refcnt = 999999999,
3094 : : .ob_type = &PyUnicode_Type,
3095 : : },
3096 : : .length = 16,
3097 : : .hash = -1,
3098 : : .state = {
3099 : : .kind = 1,
3100 : : .compact = 1,
3101 : : .ascii = 1,
3102 : : },
3103 : : },
3104 : : ._data = "_get_module_lock",
3105 : : };
3106 : : static
3107 : : struct {
3108 : : PyGC_Head _gc_head;
3109 : : struct {
3110 : : PyObject_VAR_HEAD
3111 : : PyObject *ob_item[4];
3112 : : }_object;
3113 : : }
3114 : : importlib__bootstrap_toplevel_consts_11_consts_2_names = {
3115 : : ._object = {
3116 : : .ob_base = {
3117 : : .ob_base = {
3118 : : .ob_refcnt = 999999999,
3119 : : .ob_type = &PyTuple_Type,
3120 : : },
3121 : : .ob_size = 4,
3122 : : },
3123 : : .ob_item = {
3124 : : & const_str__get_module_lock._ascii.ob_base,
3125 : : & const_str__name._ascii.ob_base,
3126 : : & const_str__lock._ascii.ob_base,
3127 : : & const_str_acquire._ascii.ob_base,
3128 : : },
3129 : : },
3130 : : };
3131 : : static
3132 : : struct {
3133 : : PyASCIIObject _ascii;
3134 : : uint8_t _data[29];
3135 : : }
3136 : : importlib__bootstrap_toplevel_consts_11_consts_2_qualname = {
3137 : : ._ascii = {
3138 : : .ob_base = {
3139 : : .ob_refcnt = 999999999,
3140 : : .ob_type = &PyUnicode_Type,
3141 : : },
3142 : : .length = 28,
3143 : : .hash = -1,
3144 : : .state = {
3145 : : .kind = 1,
3146 : : .compact = 1,
3147 : : .ascii = 1,
3148 : : },
3149 : : },
3150 : : ._data = "_ModuleLockManager.__enter__",
3151 : : };
3152 : : static
3153 : : struct {
3154 : : PyObject_VAR_HEAD
3155 : : Py_hash_t ob_shash;
3156 : : char ob_sval[44];
3157 : : }
3158 : : importlib__bootstrap_toplevel_consts_11_consts_2_linetable = {
3159 : : .ob_base = {
3160 : : .ob_base = {
3161 : : .ob_refcnt = 999999999,
3162 : : .ob_type = &PyBytes_Type,
3163 : : },
3164 : : .ob_size = 43,
3165 : : },
3166 : : .ob_shash = -1,
3167 : : .ob_sval = "\x80\x00\xdd\x15\x25\xa0\x64\xa7\x6a\xa1\x6a\xd4\x15\x31\x88\x04\x8c\x0a\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x1a\xd1\x08\x1a\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
3168 : : };
3169 : : static
3170 : : struct _PyCode_DEF(116)
3171 : : importlib__bootstrap_toplevel_consts_11_consts_2 = {
3172 : : .ob_base = {
3173 : : .ob_base = {
3174 : : .ob_refcnt = 999999999,
3175 : : .ob_type = &PyCode_Type,
3176 : : },
3177 : : .ob_size = 58,
3178 : : },
3179 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3180 : : .co_names = & importlib__bootstrap_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
3181 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3182 : : .co_flags = 3,
3183 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3184 : : ._co_linearray_entry_size = 0,
3185 : : .co_argcount = 1,
3186 : : .co_posonlyargcount = 0,
3187 : : .co_kwonlyargcount = 0,
3188 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
3189 : : .co_stacksize = 3,
3190 : : .co_firstlineno = 169,
3191 : : .co_nlocalsplus = 1,
3192 : : .co_nlocals = 1,
3193 : : .co_nplaincellvars = 0,
3194 : : .co_ncellvars = 0,
3195 : : .co_nfreevars = 0,
3196 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
3197 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
3198 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3199 : : .co_name = &_Py_ID(__enter__),
3200 : : .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
3201 : : .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
3202 : : ._co_code = NULL,
3203 : : ._co_linearray = NULL,
3204 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
3205 : : ._co_firsttraceable = 0,
3206 : : };
3207 : : static
3208 : : struct {
3209 : : PyGC_Head _gc_head;
3210 : : struct {
3211 : : PyObject_VAR_HEAD
3212 : : PyObject *ob_item[2];
3213 : : }_object;
3214 : : }
3215 : : importlib__bootstrap_toplevel_consts_11_consts_3_names = {
3216 : : ._object = {
3217 : : .ob_base = {
3218 : : .ob_base = {
3219 : : .ob_refcnt = 999999999,
3220 : : .ob_type = &PyTuple_Type,
3221 : : },
3222 : : .ob_size = 2,
3223 : : },
3224 : : .ob_item = {
3225 : : & const_str__lock._ascii.ob_base,
3226 : : & const_str_release._ascii.ob_base,
3227 : : },
3228 : : },
3229 : : };
3230 : : static
3231 : : struct {
3232 : : PyASCIIObject _ascii;
3233 : : uint8_t _data[28];
3234 : : }
3235 : : importlib__bootstrap_toplevel_consts_11_consts_3_qualname = {
3236 : : ._ascii = {
3237 : : .ob_base = {
3238 : : .ob_refcnt = 999999999,
3239 : : .ob_type = &PyUnicode_Type,
3240 : : },
3241 : : .length = 27,
3242 : : .hash = -1,
3243 : : .state = {
3244 : : .kind = 1,
3245 : : .compact = 1,
3246 : : .ascii = 1,
3247 : : },
3248 : : },
3249 : : ._data = "_ModuleLockManager.__exit__",
3250 : : };
3251 : : static
3252 : : struct {
3253 : : PyObject_VAR_HEAD
3254 : : Py_hash_t ob_shash;
3255 : : char ob_sval[28];
3256 : : }
3257 : : importlib__bootstrap_toplevel_consts_11_consts_3_linetable = {
3258 : : .ob_base = {
3259 : : .ob_base = {
3260 : : .ob_refcnt = 999999999,
3261 : : .ob_type = &PyBytes_Type,
3262 : : },
3263 : : .ob_size = 27,
3264 : : },
3265 : : .ob_shash = -1,
3266 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x1a\xd1\x08\x1a\xd4\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c",
3267 : : };
3268 : : static
3269 : : struct {
3270 : : PyASCIIObject _ascii;
3271 : : uint8_t _data[5];
3272 : : }
3273 : : const_str_args = {
3274 : : ._ascii = {
3275 : : .ob_base = {
3276 : : .ob_refcnt = 999999999,
3277 : : .ob_type = &PyUnicode_Type,
3278 : : },
3279 : : .length = 4,
3280 : : .hash = -1,
3281 : : .state = {
3282 : : .kind = 1,
3283 : : .compact = 1,
3284 : : .ascii = 1,
3285 : : },
3286 : : },
3287 : : ._data = "args",
3288 : : };
3289 : : static
3290 : : struct {
3291 : : PyASCIIObject _ascii;
3292 : : uint8_t _data[7];
3293 : : }
3294 : : const_str_kwargs = {
3295 : : ._ascii = {
3296 : : .ob_base = {
3297 : : .ob_refcnt = 999999999,
3298 : : .ob_type = &PyUnicode_Type,
3299 : : },
3300 : : .length = 6,
3301 : : .hash = -1,
3302 : : .state = {
3303 : : .kind = 1,
3304 : : .compact = 1,
3305 : : .ascii = 1,
3306 : : },
3307 : : },
3308 : : ._data = "kwargs",
3309 : : };
3310 : : static
3311 : : struct {
3312 : : PyGC_Head _gc_head;
3313 : : struct {
3314 : : PyObject_VAR_HEAD
3315 : : PyObject *ob_item[3];
3316 : : }_object;
3317 : : }
3318 : : importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames = {
3319 : : ._object = {
3320 : : .ob_base = {
3321 : : .ob_base = {
3322 : : .ob_refcnt = 999999999,
3323 : : .ob_type = &PyTuple_Type,
3324 : : },
3325 : : .ob_size = 3,
3326 : : },
3327 : : .ob_item = {
3328 : : & const_str_self._ascii.ob_base,
3329 : : & const_str_args._ascii.ob_base,
3330 : : & const_str_kwargs._ascii.ob_base,
3331 : : },
3332 : : },
3333 : : };
3334 : : static
3335 : : struct _PyCode_DEF(60)
3336 : : importlib__bootstrap_toplevel_consts_11_consts_3 = {
3337 : : .ob_base = {
3338 : : .ob_base = {
3339 : : .ob_refcnt = 999999999,
3340 : : .ob_type = &PyCode_Type,
3341 : : },
3342 : : .ob_size = 30,
3343 : : },
3344 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3345 : : .co_names = & importlib__bootstrap_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
3346 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3347 : : .co_flags = 15,
3348 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3349 : : ._co_linearray_entry_size = 0,
3350 : : .co_argcount = 1,
3351 : : .co_posonlyargcount = 0,
3352 : : .co_kwonlyargcount = 0,
3353 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
3354 : : .co_stacksize = 2,
3355 : : .co_firstlineno = 173,
3356 : : .co_nlocalsplus = 3,
3357 : : .co_nlocals = 3,
3358 : : .co_nplaincellvars = 0,
3359 : : .co_ncellvars = 0,
3360 : : .co_nfreevars = 0,
3361 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
3362 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
3363 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3364 : : .co_name = &_Py_ID(__exit__),
3365 : : .co_qualname = & importlib__bootstrap_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
3366 : : .co_linetable = & importlib__bootstrap_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
3367 : : ._co_code = NULL,
3368 : : ._co_linearray = NULL,
3369 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
3370 : : ._co_firsttraceable = 0,
3371 : : };
3372 : : static
3373 : : struct {
3374 : : PyGC_Head _gc_head;
3375 : : struct {
3376 : : PyObject_VAR_HEAD
3377 : : PyObject *ob_item[5];
3378 : : }_object;
3379 : : }
3380 : : importlib__bootstrap_toplevel_consts_11_consts = {
3381 : : ._object = {
3382 : : .ob_base = {
3383 : : .ob_base = {
3384 : : .ob_refcnt = 999999999,
3385 : : .ob_type = &PyTuple_Type,
3386 : : },
3387 : : .ob_size = 5,
3388 : : },
3389 : : .ob_item = {
3390 : : & const_str__ModuleLockManager._ascii.ob_base,
3391 : : & importlib__bootstrap_toplevel_consts_11_consts_1.ob_base.ob_base,
3392 : : & importlib__bootstrap_toplevel_consts_11_consts_2.ob_base.ob_base,
3393 : : & importlib__bootstrap_toplevel_consts_11_consts_3.ob_base.ob_base,
3394 : : Py_None,
3395 : : },
3396 : : },
3397 : : };
3398 : : static
3399 : : struct {
3400 : : PyGC_Head _gc_head;
3401 : : struct {
3402 : : PyObject_VAR_HEAD
3403 : : PyObject *ob_item[6];
3404 : : }_object;
3405 : : }
3406 : : importlib__bootstrap_toplevel_consts_11_names = {
3407 : : ._object = {
3408 : : .ob_base = {
3409 : : .ob_base = {
3410 : : .ob_refcnt = 999999999,
3411 : : .ob_type = &PyTuple_Type,
3412 : : },
3413 : : .ob_size = 6,
3414 : : },
3415 : : .ob_item = {
3416 : : &_Py_ID(__name__),
3417 : : &_Py_ID(__module__),
3418 : : &_Py_ID(__qualname__),
3419 : : &_Py_ID(__init__),
3420 : : &_Py_ID(__enter__),
3421 : : &_Py_ID(__exit__),
3422 : : },
3423 : : },
3424 : : };
3425 : : static
3426 : : struct {
3427 : : PyObject_VAR_HEAD
3428 : : Py_hash_t ob_shash;
3429 : : char ob_sval[66];
3430 : : }
3431 : : importlib__bootstrap_toplevel_consts_11_linetable = {
3432 : : .ob_base = {
3433 : : .ob_base = {
3434 : : .ob_refcnt = 999999999,
3435 : : .ob_type = &PyBytes_Type,
3436 : : },
3437 : : .ob_size = 65,
3438 : : },
3439 : : .ob_shash = -1,
3440 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x08\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x00\x01\x05\x1d",
3441 : : };
3442 : : static
3443 : : struct _PyCode_DEF(32)
3444 : : importlib__bootstrap_toplevel_consts_11 = {
3445 : : .ob_base = {
3446 : : .ob_base = {
3447 : : .ob_refcnt = 999999999,
3448 : : .ob_type = &PyCode_Type,
3449 : : },
3450 : : .ob_size = 16,
3451 : : },
3452 : : .co_consts = & importlib__bootstrap_toplevel_consts_11_consts._object.ob_base.ob_base,
3453 : : .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
3454 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
3455 : : .co_flags = 0,
3456 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3457 : : ._co_linearray_entry_size = 0,
3458 : : .co_argcount = 0,
3459 : : .co_posonlyargcount = 0,
3460 : : .co_kwonlyargcount = 0,
3461 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
3462 : : .co_stacksize = 1,
3463 : : .co_firstlineno = 163,
3464 : : .co_nlocalsplus = 0,
3465 : : .co_nlocals = 0,
3466 : : .co_nplaincellvars = 0,
3467 : : .co_ncellvars = 0,
3468 : : .co_nfreevars = 0,
3469 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
3470 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
3471 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3472 : : .co_name = & const_str__ModuleLockManager._ascii.ob_base,
3473 : : .co_qualname = & const_str__ModuleLockManager._ascii.ob_base,
3474 : : .co_linetable = & importlib__bootstrap_toplevel_consts_11_linetable.ob_base.ob_base,
3475 : : ._co_code = NULL,
3476 : : ._co_linearray = NULL,
3477 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
3478 : : ._co_firsttraceable = 0,
3479 : : };
3480 : : static
3481 : : struct {
3482 : : PyASCIIObject _ascii;
3483 : : uint8_t _data[140];
3484 : : }
3485 : : importlib__bootstrap_toplevel_consts_13_consts_0 = {
3486 : : ._ascii = {
3487 : : .ob_base = {
3488 : : .ob_refcnt = 999999999,
3489 : : .ob_type = &PyUnicode_Type,
3490 : : },
3491 : : .length = 139,
3492 : : .hash = -1,
3493 : : .state = {
3494 : : .kind = 1,
3495 : : .compact = 1,
3496 : : .ascii = 1,
3497 : : },
3498 : : },
3499 : : ._data = "\x47\x65\x74\x20\x6f\x72\x20\x63\x72\x65\x61\x74\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x20\x66\x6f\x72\x20\x61\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x41\x63\x71\x75\x69\x72\x65\x2f\x72\x65\x6c\x65\x61\x73\x65\x20\x69\x6e\x74\x65\x72\x6e\x61\x6c\x6c\x79\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x69\x6d\x70\x6f\x72\x74\x20\x6c\x6f\x63\x6b\x20\x74\x6f\x20\x70\x72\x6f\x74\x65\x63\x74\x0a\x20\x20\x20\x20\x5f\x6d\x6f\x64\x75\x6c\x65\x5f\x6c\x6f\x63\x6b\x73\x2e",
3500 : : };
3501 : : static
3502 : : struct {
3503 : : PyASCIIObject _ascii;
3504 : : uint8_t _data[5];
3505 : : }
3506 : : const_str__imp = {
3507 : : ._ascii = {
3508 : : .ob_base = {
3509 : : .ob_refcnt = 999999999,
3510 : : .ob_type = &PyUnicode_Type,
3511 : : },
3512 : : .length = 4,
3513 : : .hash = -1,
3514 : : .state = {
3515 : : .kind = 1,
3516 : : .compact = 1,
3517 : : .ascii = 1,
3518 : : },
3519 : : },
3520 : : ._data = "_imp",
3521 : : };
3522 : : static
3523 : : struct {
3524 : : PyASCIIObject _ascii;
3525 : : uint8_t _data[13];
3526 : : }
3527 : : const_str_acquire_lock = {
3528 : : ._ascii = {
3529 : : .ob_base = {
3530 : : .ob_refcnt = 999999999,
3531 : : .ob_type = &PyUnicode_Type,
3532 : : },
3533 : : .length = 12,
3534 : : .hash = -1,
3535 : : .state = {
3536 : : .kind = 1,
3537 : : .compact = 1,
3538 : : .ascii = 1,
3539 : : },
3540 : : },
3541 : : ._data = "acquire_lock",
3542 : : };
3543 : : static
3544 : : struct {
3545 : : PyASCIIObject _ascii;
3546 : : uint8_t _data[14];
3547 : : }
3548 : : const_str__module_locks = {
3549 : : ._ascii = {
3550 : : .ob_base = {
3551 : : .ob_refcnt = 999999999,
3552 : : .ob_type = &PyUnicode_Type,
3553 : : },
3554 : : .length = 13,
3555 : : .hash = -1,
3556 : : .state = {
3557 : : .kind = 1,
3558 : : .compact = 1,
3559 : : .ascii = 1,
3560 : : },
3561 : : },
3562 : : ._data = "_module_locks",
3563 : : };
3564 : : static
3565 : : struct {
3566 : : PyASCIIObject _ascii;
3567 : : uint8_t _data[13];
3568 : : }
3569 : : const_str_release_lock = {
3570 : : ._ascii = {
3571 : : .ob_base = {
3572 : : .ob_refcnt = 999999999,
3573 : : .ob_type = &PyUnicode_Type,
3574 : : },
3575 : : .length = 12,
3576 : : .hash = -1,
3577 : : .state = {
3578 : : .kind = 1,
3579 : : .compact = 1,
3580 : : .ascii = 1,
3581 : : },
3582 : : },
3583 : : ._data = "release_lock",
3584 : : };
3585 : : static
3586 : : struct {
3587 : : PyGC_Head _gc_head;
3588 : : struct {
3589 : : PyObject_VAR_HEAD
3590 : : PyObject *ob_item[5];
3591 : : }_object;
3592 : : }
3593 : : importlib__bootstrap_toplevel_consts_13_consts_2_names = {
3594 : : ._object = {
3595 : : .ob_base = {
3596 : : .ob_base = {
3597 : : .ob_refcnt = 999999999,
3598 : : .ob_type = &PyTuple_Type,
3599 : : },
3600 : : .ob_size = 5,
3601 : : },
3602 : : .ob_item = {
3603 : : & const_str__imp._ascii.ob_base,
3604 : : & const_str_acquire_lock._ascii.ob_base,
3605 : : & const_str__module_locks._ascii.ob_base,
3606 : : &_Py_ID(get),
3607 : : & const_str_release_lock._ascii.ob_base,
3608 : : },
3609 : : },
3610 : : };
3611 : : static
3612 : : struct {
3613 : : PyASCIIObject _ascii;
3614 : : uint8_t _data[3];
3615 : : }
3616 : : const_str_cb = {
3617 : : ._ascii = {
3618 : : .ob_base = {
3619 : : .ob_refcnt = 999999999,
3620 : : .ob_type = &PyUnicode_Type,
3621 : : },
3622 : : .length = 2,
3623 : : .hash = -1,
3624 : : .state = {
3625 : : .kind = 1,
3626 : : .compact = 1,
3627 : : .ascii = 1,
3628 : : },
3629 : : },
3630 : : ._data = "cb",
3631 : : };
3632 : : static
3633 : : struct {
3634 : : PyASCIIObject _ascii;
3635 : : uint8_t _data[29];
3636 : : }
3637 : : importlib__bootstrap_toplevel_consts_13_consts_2_qualname = {
3638 : : ._ascii = {
3639 : : .ob_base = {
3640 : : .ob_refcnt = 999999999,
3641 : : .ob_type = &PyUnicode_Type,
3642 : : },
3643 : : .length = 28,
3644 : : .hash = -1,
3645 : : .state = {
3646 : : .kind = 1,
3647 : : .compact = 1,
3648 : : .ascii = 1,
3649 : : },
3650 : : },
3651 : : ._data = "_get_module_lock.<locals>.cb",
3652 : : };
3653 : : static
3654 : : struct {
3655 : : PyObject_VAR_HEAD
3656 : : Py_hash_t ob_shash;
3657 : : char ob_sval[99];
3658 : : }
3659 : : importlib__bootstrap_toplevel_consts_13_consts_2_linetable = {
3660 : : .ob_base = {
3661 : : .ob_base = {
3662 : : .ob_refcnt = 999999999,
3663 : : .ob_type = &PyBytes_Type,
3664 : : },
3665 : : .ob_size = 98,
3666 : : },
3667 : : .ob_shash = -1,
3668 : : .ob_sval = "\x80\x00\xdd\x10\x14\xd7\x10\x21\xd1\x10\x21\xd4\x10\x23\xd0\x10\x23\xf0\x02\x07\x11\x28\xf5\x08\x00\x18\x25\xd7\x17\x28\xd1\x17\x28\xa8\x14\xd4\x17\x2e\xb0\x23\xd0\x17\x35\xf0\x00\x01\x15\x30\xdd\x1c\x29\xa8\x24\xd0\x1c\x2f\xe5\x14\x18\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\x95\x44\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xf8\xf8\xf8",
3669 : : };
3670 : : static
3671 : : struct {
3672 : : PyObject_VAR_HEAD
3673 : : Py_hash_t ob_shash;
3674 : : char ob_sval[12];
3675 : : }
3676 : : importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable = {
3677 : : .ob_base = {
3678 : : .ob_base = {
3679 : : .ob_refcnt = 999999999,
3680 : : .ob_type = &PyBytes_Type,
3681 : : },
3682 : : .ob_size = 11,
3683 : : },
3684 : : .ob_shash = -1,
3685 : : .ob_sval = "\x98\x21\x41\x11\x00\xc1\x11\x18\x41\x29\x03",
3686 : : };
3687 : : static
3688 : : struct {
3689 : : PyASCIIObject _ascii;
3690 : : uint8_t _data[4];
3691 : : }
3692 : : const_str_ref = {
3693 : : ._ascii = {
3694 : : .ob_base = {
3695 : : .ob_refcnt = 999999999,
3696 : : .ob_type = &PyUnicode_Type,
3697 : : },
3698 : : .length = 3,
3699 : : .hash = -1,
3700 : : .state = {
3701 : : .kind = 1,
3702 : : .compact = 1,
3703 : : .ascii = 1,
3704 : : },
3705 : : },
3706 : : ._data = "ref",
3707 : : };
3708 : : static
3709 : : struct {
3710 : : PyGC_Head _gc_head;
3711 : : struct {
3712 : : PyObject_VAR_HEAD
3713 : : PyObject *ob_item[2];
3714 : : }_object;
3715 : : }
3716 : : importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames = {
3717 : : ._object = {
3718 : : .ob_base = {
3719 : : .ob_base = {
3720 : : .ob_refcnt = 999999999,
3721 : : .ob_type = &PyTuple_Type,
3722 : : },
3723 : : .ob_size = 2,
3724 : : },
3725 : : .ob_item = {
3726 : : & const_str_ref._ascii.ob_base,
3727 : : &_Py_ID(name),
3728 : : },
3729 : : },
3730 : : };
3731 : : static
3732 : : struct _PyCode_DEF(216)
3733 : : importlib__bootstrap_toplevel_consts_13_consts_2 = {
3734 : : .ob_base = {
3735 : : .ob_base = {
3736 : : .ob_refcnt = 999999999,
3737 : : .ob_type = &PyCode_Type,
3738 : : },
3739 : : .ob_size = 108,
3740 : : },
3741 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
3742 : : .co_names = & importlib__bootstrap_toplevel_consts_13_consts_2_names._object.ob_base.ob_base,
3743 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_consts_2_exceptiontable.ob_base.ob_base,
3744 : : .co_flags = 19,
3745 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3746 : : ._co_linearray_entry_size = 0,
3747 : : .co_argcount = 2,
3748 : : .co_posonlyargcount = 0,
3749 : : .co_kwonlyargcount = 0,
3750 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
3751 : : .co_stacksize = 4,
3752 : : .co_firstlineno = 198,
3753 : : .co_nlocalsplus = 2,
3754 : : .co_nlocals = 2,
3755 : : .co_nplaincellvars = 0,
3756 : : .co_ncellvars = 0,
3757 : : .co_nfreevars = 0,
3758 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_consts_2_localsplusnames._object.ob_base.ob_base,
3759 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
3760 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3761 : : .co_name = & const_str_cb._ascii.ob_base,
3762 : : .co_qualname = & importlib__bootstrap_toplevel_consts_13_consts_2_qualname._ascii.ob_base,
3763 : : .co_linetable = & importlib__bootstrap_toplevel_consts_13_consts_2_linetable.ob_base.ob_base,
3764 : : ._co_code = NULL,
3765 : : ._co_linearray = NULL,
3766 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x75\x00\x72\x08\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
3767 : : ._co_firsttraceable = 0,
3768 : : };
3769 : : static
3770 : : struct {
3771 : : PyGC_Head _gc_head;
3772 : : struct {
3773 : : PyObject_VAR_HEAD
3774 : : PyObject *ob_item[3];
3775 : : }_object;
3776 : : }
3777 : : importlib__bootstrap_toplevel_consts_13_consts = {
3778 : : ._object = {
3779 : : .ob_base = {
3780 : : .ob_base = {
3781 : : .ob_refcnt = 999999999,
3782 : : .ob_type = &PyTuple_Type,
3783 : : },
3784 : : .ob_size = 3,
3785 : : },
3786 : : .ob_item = {
3787 : : & importlib__bootstrap_toplevel_consts_13_consts_0._ascii.ob_base,
3788 : : Py_None,
3789 : : & importlib__bootstrap_toplevel_consts_13_consts_2.ob_base.ob_base,
3790 : : },
3791 : : },
3792 : : };
3793 : : static
3794 : : struct {
3795 : : PyASCIIObject _ascii;
3796 : : uint8_t _data[9];
3797 : : }
3798 : : const_str_KeyError = {
3799 : : ._ascii = {
3800 : : .ob_base = {
3801 : : .ob_refcnt = 999999999,
3802 : : .ob_type = &PyUnicode_Type,
3803 : : },
3804 : : .length = 8,
3805 : : .hash = -1,
3806 : : .state = {
3807 : : .kind = 1,
3808 : : .compact = 1,
3809 : : .ascii = 1,
3810 : : },
3811 : : },
3812 : : ._data = "KeyError",
3813 : : };
3814 : : static
3815 : : struct {
3816 : : PyASCIIObject _ascii;
3817 : : uint8_t _data[9];
3818 : : }
3819 : : const_str__weakref = {
3820 : : ._ascii = {
3821 : : .ob_base = {
3822 : : .ob_refcnt = 999999999,
3823 : : .ob_type = &PyUnicode_Type,
3824 : : },
3825 : : .length = 8,
3826 : : .hash = -1,
3827 : : .state = {
3828 : : .kind = 1,
3829 : : .compact = 1,
3830 : : .ascii = 1,
3831 : : },
3832 : : },
3833 : : ._data = "_weakref",
3834 : : };
3835 : : static
3836 : : struct {
3837 : : PyGC_Head _gc_head;
3838 : : struct {
3839 : : PyObject_VAR_HEAD
3840 : : PyObject *ob_item[10];
3841 : : }_object;
3842 : : }
3843 : : importlib__bootstrap_toplevel_consts_13_names = {
3844 : : ._object = {
3845 : : .ob_base = {
3846 : : .ob_base = {
3847 : : .ob_refcnt = 999999999,
3848 : : .ob_type = &PyTuple_Type,
3849 : : },
3850 : : .ob_size = 10,
3851 : : },
3852 : : .ob_item = {
3853 : : & const_str__imp._ascii.ob_base,
3854 : : & const_str_acquire_lock._ascii.ob_base,
3855 : : & const_str__module_locks._ascii.ob_base,
3856 : : & const_str_KeyError._ascii.ob_base,
3857 : : & const_str__thread._ascii.ob_base,
3858 : : & const_str__DummyModuleLock._ascii.ob_base,
3859 : : & const_str__ModuleLock._ascii.ob_base,
3860 : : & const_str__weakref._ascii.ob_base,
3861 : : & const_str_ref._ascii.ob_base,
3862 : : & const_str_release_lock._ascii.ob_base,
3863 : : },
3864 : : },
3865 : : };
3866 : : static
3867 : : struct {
3868 : : PyObject_VAR_HEAD
3869 : : Py_hash_t ob_shash;
3870 : : char ob_sval[211];
3871 : : }
3872 : : importlib__bootstrap_toplevel_consts_13_linetable = {
3873 : : .ob_base = {
3874 : : .ob_base = {
3875 : : .ob_refcnt = 999999999,
3876 : : .ob_type = &PyBytes_Type,
3877 : : },
3878 : : .ob_size = 210,
3879 : : },
3880 : : .ob_shash = -1,
3881 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x09\xd7\x04\x15\xd1\x04\x15\xd4\x04\x17\xd0\x04\x17\xf0\x02\x19\x05\x1c\xf0\x02\x03\x09\x18\xdd\x13\x26\xa0\x14\xd4\x13\x26\xd4\x13\x28\x88\x44\xf0\x08\x00\x0c\x10\xf0\x00\x11\x09\x39\xdd\x0f\x16\xf0\x00\x03\x0d\x29\xdd\x17\x27\xa8\x04\xd4\x17\x2d\x90\x04\x90\x04\xe5\x17\x22\xa0\x34\xd4\x17\x28\x90\x04\xe0\x1d\x21\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf0\x00\x09\x0d\x28\xf5\x16\x00\x23\x2b\xa7\x2c\xa1\x2c\xa8\x74\xb0\x52\xd4\x22\x38\x8d\x4d\x98\x24\xd1\x0c\x1f\xe5\x08\x0c\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xe0\x0b\x0f\x80\x4b\xf8\xf5\x31\x00\x10\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x44\x88\x44\x88\x44\xf0\x03\x01\x09\x18\xf8\xf8\xf8\xf8\xf5\x2c\x00\x09\x0d\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf8\xf8\xf8",
3882 : : };
3883 : : static
3884 : : struct {
3885 : : PyObject_VAR_HEAD
3886 : : Py_hash_t ob_shash;
3887 : : char ob_sval[42];
3888 : : }
3889 : : importlib__bootstrap_toplevel_consts_13_exceptiontable = {
3890 : : .ob_base = {
3891 : : .ob_base = {
3892 : : .ob_refcnt = 999999999,
3893 : : .ob_type = &PyBytes_Type,
3894 : : },
3895 : : .ob_size = 41,
3896 : : },
3897 : : .ob_shash = -1,
3898 : : .ob_sval = "\x99\x12\x42\x0c\x00\xab\x41\x09\x42\x1e\x00\xc2\x0c\x0c\x42\x1b\x03\xc2\x18\x02\x42\x1e\x00\xc2\x1a\x01\x42\x1b\x03\xc2\x1b\x03\x42\x1e\x00\xc2\x1e\x18\x42\x36\x03",
3899 : : };
3900 : : static
3901 : : struct {
3902 : : PyGC_Head _gc_head;
3903 : : struct {
3904 : : PyObject_VAR_HEAD
3905 : : PyObject *ob_item[3];
3906 : : }_object;
3907 : : }
3908 : : importlib__bootstrap_toplevel_consts_13_localsplusnames = {
3909 : : ._object = {
3910 : : .ob_base = {
3911 : : .ob_base = {
3912 : : .ob_refcnt = 999999999,
3913 : : .ob_type = &PyTuple_Type,
3914 : : },
3915 : : .ob_size = 3,
3916 : : },
3917 : : .ob_item = {
3918 : : &_Py_ID(name),
3919 : : & const_str_lock._ascii.ob_base,
3920 : : & const_str_cb._ascii.ob_base,
3921 : : },
3922 : : },
3923 : : };
3924 : : static
3925 : : struct _PyCode_DEF(370)
3926 : : importlib__bootstrap_toplevel_consts_13 = {
3927 : : .ob_base = {
3928 : : .ob_base = {
3929 : : .ob_refcnt = 999999999,
3930 : : .ob_type = &PyCode_Type,
3931 : : },
3932 : : .ob_size = 185,
3933 : : },
3934 : : .co_consts = & importlib__bootstrap_toplevel_consts_13_consts._object.ob_base.ob_base,
3935 : : .co_names = & importlib__bootstrap_toplevel_consts_13_names._object.ob_base.ob_base,
3936 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_13_exceptiontable.ob_base.ob_base,
3937 : : .co_flags = 3,
3938 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
3939 : : ._co_linearray_entry_size = 0,
3940 : : .co_argcount = 1,
3941 : : .co_posonlyargcount = 0,
3942 : : .co_kwonlyargcount = 0,
3943 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
3944 : : .co_stacksize = 4,
3945 : : .co_firstlineno = 179,
3946 : : .co_nlocalsplus = 3,
3947 : : .co_nlocals = 3,
3948 : : .co_nplaincellvars = 0,
3949 : : .co_ncellvars = 0,
3950 : : .co_nfreevars = 0,
3951 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
3952 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
3953 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
3954 : : .co_name = & const_str__get_module_lock._ascii.ob_base,
3955 : : .co_qualname = & const_str__get_module_lock._ascii.ob_base,
3956 : : .co_linetable = & importlib__bootstrap_toplevel_consts_13_linetable.ob_base.ob_base,
3957 : : ._co_code = NULL,
3958 : : ._co_linearray = NULL,
3959 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x47\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0e\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x0d\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x66\x01\x64\x02\x84\x01\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3c\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x01\x59\x00\x8c\x6f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
3960 : : ._co_firsttraceable = 0,
3961 : : };
3962 : : static
3963 : : struct {
3964 : : PyASCIIObject _ascii;
3965 : : uint8_t _data[190];
3966 : : }
3967 : : importlib__bootstrap_toplevel_consts_14_consts_0 = {
3968 : : ._ascii = {
3969 : : .ob_base = {
3970 : : .ob_refcnt = 999999999,
3971 : : .ob_type = &PyUnicode_Type,
3972 : : },
3973 : : .length = 189,
3974 : : .hash = -1,
3975 : : .state = {
3976 : : .kind = 1,
3977 : : .compact = 1,
3978 : : .ascii = 1,
3979 : : },
3980 : : },
3981 : : ._data = "\x41\x63\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x6e\x20\x72\x65\x6c\x65\x61\x73\x65\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6c\x6f\x63\x6b\x20\x66\x6f\x72\x20\x61\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x69\x73\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x65\x6e\x73\x75\x72\x65\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x63\x6f\x6d\x70\x6c\x65\x74\x65\x6c\x79\x20\x69\x6e\x69\x74\x69\x61\x6c\x69\x7a\x65\x64\x2c\x20\x69\x6e\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x65\x76\x65\x6e\x74\x20\x69\x74\x20\x69\x73\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x20\x62\x79\x20\x61\x6e\x6f\x74\x68\x65\x72\x20\x74\x68\x72\x65\x61\x64\x2e\x0a\x20\x20\x20\x20",
3982 : : };
3983 : : static
3984 : : struct {
3985 : : PyGC_Head _gc_head;
3986 : : struct {
3987 : : PyObject_VAR_HEAD
3988 : : PyObject *ob_item[2];
3989 : : }_object;
3990 : : }
3991 : : importlib__bootstrap_toplevel_consts_14_consts = {
3992 : : ._object = {
3993 : : .ob_base = {
3994 : : .ob_base = {
3995 : : .ob_refcnt = 999999999,
3996 : : .ob_type = &PyTuple_Type,
3997 : : },
3998 : : .ob_size = 2,
3999 : : },
4000 : : .ob_item = {
4001 : : & importlib__bootstrap_toplevel_consts_14_consts_0._ascii.ob_base,
4002 : : Py_None,
4003 : : },
4004 : : },
4005 : : };
4006 : : static
4007 : : struct {
4008 : : PyGC_Head _gc_head;
4009 : : struct {
4010 : : PyObject_VAR_HEAD
4011 : : PyObject *ob_item[4];
4012 : : }_object;
4013 : : }
4014 : : importlib__bootstrap_toplevel_consts_14_names = {
4015 : : ._object = {
4016 : : .ob_base = {
4017 : : .ob_base = {
4018 : : .ob_refcnt = 999999999,
4019 : : .ob_type = &PyTuple_Type,
4020 : : },
4021 : : .ob_size = 4,
4022 : : },
4023 : : .ob_item = {
4024 : : & const_str__get_module_lock._ascii.ob_base,
4025 : : & const_str_acquire._ascii.ob_base,
4026 : : & const_str_release._ascii.ob_base,
4027 : : & const_str__DeadlockError._ascii.ob_base,
4028 : : },
4029 : : },
4030 : : };
4031 : : static
4032 : : struct {
4033 : : PyObject_VAR_HEAD
4034 : : Py_hash_t ob_shash;
4035 : : char ob_sval[86];
4036 : : }
4037 : : importlib__bootstrap_toplevel_consts_14_linetable = {
4038 : : .ob_base = {
4039 : : .ob_base = {
4040 : : .ob_refcnt = 999999999,
4041 : : .ob_type = &PyBytes_Type,
4042 : : },
4043 : : .ob_size = 85,
4044 : : },
4045 : : .ob_shash = -1,
4046 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x1c\x98\x44\xd4\x0b\x21\x80\x44\xf0\x02\x07\x05\x17\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xf0\x0c\x00\x09\x0d\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\x88\x0e\x88\x0e\xf8\xf5\x0b\x00\x0c\x1a\xf0\x00\x03\x05\x0d\xf0\x00\x03\x05\x0d\xf0\x00\x03\x05\x0d\xf0\x06\x00\x09\x0d\x88\x04\x88\x04\xf0\x07\x03\x05\x0d\xf8\xf8\xf8",
4047 : : };
4048 : : static
4049 : : struct {
4050 : : PyObject_VAR_HEAD
4051 : : Py_hash_t ob_shash;
4052 : : char ob_sval[16];
4053 : : }
4054 : : importlib__bootstrap_toplevel_consts_14_exceptiontable = {
4055 : : .ob_base = {
4056 : : .ob_base = {
4057 : : .ob_refcnt = 999999999,
4058 : : .ob_type = &PyBytes_Type,
4059 : : },
4060 : : .ob_size = 15,
4061 : : },
4062 : : .ob_shash = -1,
4063 : : .ob_sval = "\x8f\x11\x33\x00\xb3\x0a\x41\x01\x03\xc1\x00\x01\x41\x01\x03",
4064 : : };
4065 : : static
4066 : : struct {
4067 : : PyGC_Head _gc_head;
4068 : : struct {
4069 : : PyObject_VAR_HEAD
4070 : : PyObject *ob_item[2];
4071 : : }_object;
4072 : : }
4073 : : importlib__bootstrap_toplevel_consts_14_localsplusnames = {
4074 : : ._object = {
4075 : : .ob_base = {
4076 : : .ob_base = {
4077 : : .ob_refcnt = 999999999,
4078 : : .ob_type = &PyTuple_Type,
4079 : : },
4080 : : .ob_size = 2,
4081 : : },
4082 : : .ob_item = {
4083 : : &_Py_ID(name),
4084 : : & const_str_lock._ascii.ob_base,
4085 : : },
4086 : : },
4087 : : };
4088 : : static
4089 : : struct _PyCode_DEF(136)
4090 : : importlib__bootstrap_toplevel_consts_14 = {
4091 : : .ob_base = {
4092 : : .ob_base = {
4093 : : .ob_refcnt = 999999999,
4094 : : .ob_type = &PyCode_Type,
4095 : : },
4096 : : .ob_size = 68,
4097 : : },
4098 : : .co_consts = & importlib__bootstrap_toplevel_consts_14_consts._object.ob_base.ob_base,
4099 : : .co_names = & importlib__bootstrap_toplevel_consts_14_names._object.ob_base.ob_base,
4100 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_14_exceptiontable.ob_base.ob_base,
4101 : : .co_flags = 3,
4102 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4103 : : ._co_linearray_entry_size = 0,
4104 : : .co_argcount = 1,
4105 : : .co_posonlyargcount = 0,
4106 : : .co_kwonlyargcount = 0,
4107 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
4108 : : .co_stacksize = 4,
4109 : : .co_firstlineno = 216,
4110 : : .co_nlocalsplus = 2,
4111 : : .co_nlocals = 2,
4112 : : .co_nplaincellvars = 0,
4113 : : .co_ncellvars = 0,
4114 : : .co_nfreevars = 0,
4115 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
4116 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
4117 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4118 : : .co_name = &_Py_ID(_lock_unlock_module),
4119 : : .co_qualname = &_Py_ID(_lock_unlock_module),
4120 : : .co_linetable = & importlib__bootstrap_toplevel_consts_14_linetable.ob_base.ob_base,
4121 : : ._co_code = NULL,
4122 : : ._co_linearray = NULL,
4123 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
4124 : : ._co_firsttraceable = 0,
4125 : : };
4126 : : static
4127 : : struct {
4128 : : PyASCIIObject _ascii;
4129 : : uint8_t _data[303];
4130 : : }
4131 : : importlib__bootstrap_toplevel_consts_15_consts_0 = {
4132 : : ._ascii = {
4133 : : .ob_base = {
4134 : : .ob_refcnt = 999999999,
4135 : : .ob_type = &PyUnicode_Type,
4136 : : },
4137 : : .length = 302,
4138 : : .hash = -1,
4139 : : .state = {
4140 : : .kind = 1,
4141 : : .compact = 1,
4142 : : .ascii = 1,
4143 : : },
4144 : : },
4145 : : ._data = "\x72\x65\x6d\x6f\x76\x65\x5f\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x5f\x66\x72\x61\x6d\x65\x73\x20\x69\x6e\x20\x69\x6d\x70\x6f\x72\x74\x2e\x63\x20\x77\x69\x6c\x6c\x20\x61\x6c\x77\x61\x79\x73\x20\x72\x65\x6d\x6f\x76\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x73\x0a\x20\x20\x20\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x66\x72\x61\x6d\x65\x73\x20\x74\x68\x61\x74\x20\x65\x6e\x64\x20\x77\x69\x74\x68\x20\x61\x20\x63\x61\x6c\x6c\x20\x74\x6f\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x0a\x0a\x20\x20\x20\x20\x55\x73\x65\x20\x69\x74\x20\x69\x6e\x73\x74\x65\x61\x64\x20\x6f\x66\x20\x61\x20\x6e\x6f\x72\x6d\x61\x6c\x20\x63\x61\x6c\x6c\x20\x69\x6e\x20\x70\x6c\x61\x63\x65\x73\x20\x77\x68\x65\x72\x65\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x0a\x20\x20\x20\x20\x66\x72\x61\x6d\x65\x73\x20\x69\x6e\x74\x72\x6f\x64\x75\x63\x65\x73\x20\x75\x6e\x77\x61\x6e\x74\x65\x64\x20\x6e\x6f\x69\x73\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x74\x72\x61\x63\x65\x62\x61\x63\x6b\x20\x28\x65\x2e\x67\x2e\x20\x77\x68\x65\x6e\x20\x65\x78\x65\x63\x75\x74\x69\x6e\x67\x0a\x20\x20\x20\x20\x6d\x6f\x64\x75\x6c\x65\x20\x63\x6f\x64\x65\x29\x0a\x20\x20\x20\x20",
4146 : : };
4147 : : static
4148 : : struct {
4149 : : PyGC_Head _gc_head;
4150 : : struct {
4151 : : PyObject_VAR_HEAD
4152 : : PyObject *ob_item[1];
4153 : : }_object;
4154 : : }
4155 : : importlib__bootstrap_toplevel_consts_15_consts = {
4156 : : ._object = {
4157 : : .ob_base = {
4158 : : .ob_base = {
4159 : : .ob_refcnt = 999999999,
4160 : : .ob_type = &PyTuple_Type,
4161 : : },
4162 : : .ob_size = 1,
4163 : : },
4164 : : .ob_item = {
4165 : : & importlib__bootstrap_toplevel_consts_15_consts_0._ascii.ob_base,
4166 : : },
4167 : : },
4168 : : };
4169 : : static
4170 : : struct {
4171 : : PyASCIIObject _ascii;
4172 : : uint8_t _data[26];
4173 : : }
4174 : : const_str__call_with_frames_removed = {
4175 : : ._ascii = {
4176 : : .ob_base = {
4177 : : .ob_refcnt = 999999999,
4178 : : .ob_type = &PyUnicode_Type,
4179 : : },
4180 : : .length = 25,
4181 : : .hash = -1,
4182 : : .state = {
4183 : : .kind = 1,
4184 : : .compact = 1,
4185 : : .ascii = 1,
4186 : : },
4187 : : },
4188 : : ._data = "_call_with_frames_removed",
4189 : : };
4190 : : static
4191 : : struct {
4192 : : PyObject_VAR_HEAD
4193 : : Py_hash_t ob_shash;
4194 : : char ob_sval[26];
4195 : : }
4196 : : importlib__bootstrap_toplevel_consts_15_linetable = {
4197 : : .ob_base = {
4198 : : .ob_base = {
4199 : : .ob_refcnt = 999999999,
4200 : : .ob_type = &PyBytes_Type,
4201 : : },
4202 : : .ob_size = 25,
4203 : : },
4204 : : .ob_shash = -1,
4205 : : .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x0d\x88\x31\x88\x64\xd0\x0b\x1b\x90\x64\xd0\x0b\x1b\xd0\x0b\x1b\xd0\x04\x1b",
4206 : : };
4207 : : static
4208 : : struct {
4209 : : PyASCIIObject _ascii;
4210 : : uint8_t _data[2];
4211 : : }
4212 : : const_str_f = {
4213 : : ._ascii = {
4214 : : .ob_base = {
4215 : : .ob_refcnt = 999999999,
4216 : : .ob_type = &PyUnicode_Type,
4217 : : },
4218 : : .length = 1,
4219 : : .hash = -1,
4220 : : .state = {
4221 : : .kind = 1,
4222 : : .compact = 1,
4223 : : .ascii = 1,
4224 : : },
4225 : : },
4226 : : ._data = "f",
4227 : : };
4228 : : static
4229 : : struct {
4230 : : PyASCIIObject _ascii;
4231 : : uint8_t _data[5];
4232 : : }
4233 : : const_str_kwds = {
4234 : : ._ascii = {
4235 : : .ob_base = {
4236 : : .ob_refcnt = 999999999,
4237 : : .ob_type = &PyUnicode_Type,
4238 : : },
4239 : : .length = 4,
4240 : : .hash = -1,
4241 : : .state = {
4242 : : .kind = 1,
4243 : : .compact = 1,
4244 : : .ascii = 1,
4245 : : },
4246 : : },
4247 : : ._data = "kwds",
4248 : : };
4249 : : static
4250 : : struct {
4251 : : PyGC_Head _gc_head;
4252 : : struct {
4253 : : PyObject_VAR_HEAD
4254 : : PyObject *ob_item[3];
4255 : : }_object;
4256 : : }
4257 : : importlib__bootstrap_toplevel_consts_15_localsplusnames = {
4258 : : ._object = {
4259 : : .ob_base = {
4260 : : .ob_base = {
4261 : : .ob_refcnt = 999999999,
4262 : : .ob_type = &PyTuple_Type,
4263 : : },
4264 : : .ob_size = 3,
4265 : : },
4266 : : .ob_item = {
4267 : : & const_str_f._ascii.ob_base,
4268 : : & const_str_args._ascii.ob_base,
4269 : : & const_str_kwds._ascii.ob_base,
4270 : : },
4271 : : },
4272 : : };
4273 : : static
4274 : : struct _PyCode_DEF(18)
4275 : : importlib__bootstrap_toplevel_consts_15 = {
4276 : : .ob_base = {
4277 : : .ob_base = {
4278 : : .ob_refcnt = 999999999,
4279 : : .ob_type = &PyCode_Type,
4280 : : },
4281 : : .ob_size = 9,
4282 : : },
4283 : : .co_consts = & importlib__bootstrap_toplevel_consts_15_consts._object.ob_base.ob_base,
4284 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
4285 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
4286 : : .co_flags = 15,
4287 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4288 : : ._co_linearray_entry_size = 0,
4289 : : .co_argcount = 1,
4290 : : .co_posonlyargcount = 0,
4291 : : .co_kwonlyargcount = 0,
4292 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
4293 : : .co_stacksize = 5,
4294 : : .co_firstlineno = 233,
4295 : : .co_nlocalsplus = 3,
4296 : : .co_nlocals = 3,
4297 : : .co_nplaincellvars = 0,
4298 : : .co_ncellvars = 0,
4299 : : .co_nfreevars = 0,
4300 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
4301 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
4302 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4303 : : .co_name = & const_str__call_with_frames_removed._ascii.ob_base,
4304 : : .co_qualname = & const_str__call_with_frames_removed._ascii.ob_base,
4305 : : .co_linetable = & importlib__bootstrap_toplevel_consts_15_linetable.ob_base.ob_base,
4306 : : ._co_code = NULL,
4307 : : ._co_linearray = NULL,
4308 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
4309 : : ._co_firsttraceable = 0,
4310 : : };
4311 : : static
4312 : : struct {
4313 : : PyASCIIObject _ascii;
4314 : : uint8_t _data[10];
4315 : : }
4316 : : const_str_verbosity = {
4317 : : ._ascii = {
4318 : : .ob_base = {
4319 : : .ob_refcnt = 999999999,
4320 : : .ob_type = &PyUnicode_Type,
4321 : : },
4322 : : .length = 9,
4323 : : .hash = -1,
4324 : : .state = {
4325 : : .kind = 1,
4326 : : .compact = 1,
4327 : : .ascii = 1,
4328 : : },
4329 : : },
4330 : : ._data = "verbosity",
4331 : : };
4332 : : static
4333 : : struct {
4334 : : PyGC_Head _gc_head;
4335 : : struct {
4336 : : PyObject_VAR_HEAD
4337 : : PyObject *ob_item[1];
4338 : : }_object;
4339 : : }
4340 : : importlib__bootstrap_toplevel_consts_17 = {
4341 : : ._object = {
4342 : : .ob_base = {
4343 : : .ob_base = {
4344 : : .ob_refcnt = 999999999,
4345 : : .ob_type = &PyTuple_Type,
4346 : : },
4347 : : .ob_size = 1,
4348 : : },
4349 : : .ob_item = {
4350 : : & const_str_verbosity._ascii.ob_base,
4351 : : },
4352 : : },
4353 : : };
4354 : : static
4355 : : struct {
4356 : : PyASCIIObject _ascii;
4357 : : uint8_t _data[62];
4358 : : }
4359 : : importlib__bootstrap_toplevel_consts_18_consts_0 = {
4360 : : ._ascii = {
4361 : : .ob_base = {
4362 : : .ob_refcnt = 999999999,
4363 : : .ob_type = &PyUnicode_Type,
4364 : : },
4365 : : .length = 61,
4366 : : .hash = -1,
4367 : : .state = {
4368 : : .kind = 1,
4369 : : .compact = 1,
4370 : : .ascii = 1,
4371 : : },
4372 : : },
4373 : : ._data = "Print the message to stderr if -v/PYTHONVERBOSE is turned on.",
4374 : : };
4375 : : static
4376 : : struct {
4377 : : PyASCIIObject _ascii;
4378 : : uint8_t _data[2];
4379 : : }
4380 : : importlib__bootstrap_toplevel_consts_18_consts_1_0 = {
4381 : : ._ascii = {
4382 : : .ob_base = {
4383 : : .ob_refcnt = 999999999,
4384 : : .ob_type = &PyUnicode_Type,
4385 : : },
4386 : : .length = 1,
4387 : : .hash = -1,
4388 : : .state = {
4389 : : .kind = 1,
4390 : : .compact = 1,
4391 : : .ascii = 1,
4392 : : },
4393 : : },
4394 : : ._data = "#",
4395 : : };
4396 : : static
4397 : : struct {
4398 : : PyASCIIObject _ascii;
4399 : : uint8_t _data[8];
4400 : : }
4401 : : importlib__bootstrap_toplevel_consts_18_consts_1_1 = {
4402 : : ._ascii = {
4403 : : .ob_base = {
4404 : : .ob_refcnt = 999999999,
4405 : : .ob_type = &PyUnicode_Type,
4406 : : },
4407 : : .length = 7,
4408 : : .hash = -1,
4409 : : .state = {
4410 : : .kind = 1,
4411 : : .compact = 1,
4412 : : .ascii = 1,
4413 : : },
4414 : : },
4415 : : ._data = "import ",
4416 : : };
4417 : : static
4418 : : struct {
4419 : : PyGC_Head _gc_head;
4420 : : struct {
4421 : : PyObject_VAR_HEAD
4422 : : PyObject *ob_item[2];
4423 : : }_object;
4424 : : }
4425 : : importlib__bootstrap_toplevel_consts_18_consts_1 = {
4426 : : ._object = {
4427 : : .ob_base = {
4428 : : .ob_base = {
4429 : : .ob_refcnt = 999999999,
4430 : : .ob_type = &PyTuple_Type,
4431 : : },
4432 : : .ob_size = 2,
4433 : : },
4434 : : .ob_item = {
4435 : : & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
4436 : : & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
4437 : : },
4438 : : },
4439 : : };
4440 : : static
4441 : : struct {
4442 : : PyASCIIObject _ascii;
4443 : : uint8_t _data[3];
4444 : : }
4445 : : importlib__bootstrap_toplevel_consts_18_consts_2 = {
4446 : : ._ascii = {
4447 : : .ob_base = {
4448 : : .ob_refcnt = 999999999,
4449 : : .ob_type = &PyUnicode_Type,
4450 : : },
4451 : : .length = 2,
4452 : : .hash = -1,
4453 : : .state = {
4454 : : .kind = 1,
4455 : : .compact = 1,
4456 : : .ascii = 1,
4457 : : },
4458 : : },
4459 : : ._data = "# ",
4460 : : };
4461 : : static
4462 : : struct {
4463 : : PyASCIIObject _ascii;
4464 : : uint8_t _data[5];
4465 : : }
4466 : : const_str_file = {
4467 : : ._ascii = {
4468 : : .ob_base = {
4469 : : .ob_refcnt = 999999999,
4470 : : .ob_type = &PyUnicode_Type,
4471 : : },
4472 : : .length = 4,
4473 : : .hash = -1,
4474 : : .state = {
4475 : : .kind = 1,
4476 : : .compact = 1,
4477 : : .ascii = 1,
4478 : : },
4479 : : },
4480 : : ._data = "file",
4481 : : };
4482 : : static
4483 : : struct {
4484 : : PyGC_Head _gc_head;
4485 : : struct {
4486 : : PyObject_VAR_HEAD
4487 : : PyObject *ob_item[1];
4488 : : }_object;
4489 : : }
4490 : : importlib__bootstrap_toplevel_consts_18_consts_3 = {
4491 : : ._object = {
4492 : : .ob_base = {
4493 : : .ob_base = {
4494 : : .ob_refcnt = 999999999,
4495 : : .ob_type = &PyTuple_Type,
4496 : : },
4497 : : .ob_size = 1,
4498 : : },
4499 : : .ob_item = {
4500 : : & const_str_file._ascii.ob_base,
4501 : : },
4502 : : },
4503 : : };
4504 : : static
4505 : : struct {
4506 : : PyGC_Head _gc_head;
4507 : : struct {
4508 : : PyObject_VAR_HEAD
4509 : : PyObject *ob_item[5];
4510 : : }_object;
4511 : : }
4512 : : importlib__bootstrap_toplevel_consts_18_consts = {
4513 : : ._object = {
4514 : : .ob_base = {
4515 : : .ob_base = {
4516 : : .ob_refcnt = 999999999,
4517 : : .ob_type = &PyTuple_Type,
4518 : : },
4519 : : .ob_size = 5,
4520 : : },
4521 : : .ob_item = {
4522 : : & importlib__bootstrap_toplevel_consts_18_consts_0._ascii.ob_base,
4523 : : & importlib__bootstrap_toplevel_consts_18_consts_1._object.ob_base.ob_base,
4524 : : & importlib__bootstrap_toplevel_consts_18_consts_2._ascii.ob_base,
4525 : : & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
4526 : : Py_None,
4527 : : },
4528 : : },
4529 : : };
4530 : : static
4531 : : struct {
4532 : : PyASCIIObject _ascii;
4533 : : uint8_t _data[6];
4534 : : }
4535 : : const_str_flags = {
4536 : : ._ascii = {
4537 : : .ob_base = {
4538 : : .ob_refcnt = 999999999,
4539 : : .ob_type = &PyUnicode_Type,
4540 : : },
4541 : : .length = 5,
4542 : : .hash = -1,
4543 : : .state = {
4544 : : .kind = 1,
4545 : : .compact = 1,
4546 : : .ascii = 1,
4547 : : },
4548 : : },
4549 : : ._data = "flags",
4550 : : };
4551 : : static
4552 : : struct {
4553 : : PyASCIIObject _ascii;
4554 : : uint8_t _data[8];
4555 : : }
4556 : : const_str_verbose = {
4557 : : ._ascii = {
4558 : : .ob_base = {
4559 : : .ob_refcnt = 999999999,
4560 : : .ob_type = &PyUnicode_Type,
4561 : : },
4562 : : .length = 7,
4563 : : .hash = -1,
4564 : : .state = {
4565 : : .kind = 1,
4566 : : .compact = 1,
4567 : : .ascii = 1,
4568 : : },
4569 : : },
4570 : : ._data = "verbose",
4571 : : };
4572 : : static
4573 : : struct {
4574 : : PyASCIIObject _ascii;
4575 : : uint8_t _data[11];
4576 : : }
4577 : : const_str_startswith = {
4578 : : ._ascii = {
4579 : : .ob_base = {
4580 : : .ob_refcnt = 999999999,
4581 : : .ob_type = &PyUnicode_Type,
4582 : : },
4583 : : .length = 10,
4584 : : .hash = -1,
4585 : : .state = {
4586 : : .kind = 1,
4587 : : .compact = 1,
4588 : : .ascii = 1,
4589 : : },
4590 : : },
4591 : : ._data = "startswith",
4592 : : };
4593 : : static
4594 : : struct {
4595 : : PyASCIIObject _ascii;
4596 : : uint8_t _data[6];
4597 : : }
4598 : : const_str_print = {
4599 : : ._ascii = {
4600 : : .ob_base = {
4601 : : .ob_refcnt = 999999999,
4602 : : .ob_type = &PyUnicode_Type,
4603 : : },
4604 : : .length = 5,
4605 : : .hash = -1,
4606 : : .state = {
4607 : : .kind = 1,
4608 : : .compact = 1,
4609 : : .ascii = 1,
4610 : : },
4611 : : },
4612 : : ._data = "print",
4613 : : };
4614 : : static
4615 : : struct {
4616 : : PyGC_Head _gc_head;
4617 : : struct {
4618 : : PyObject_VAR_HEAD
4619 : : PyObject *ob_item[7];
4620 : : }_object;
4621 : : }
4622 : : importlib__bootstrap_toplevel_consts_18_names = {
4623 : : ._object = {
4624 : : .ob_base = {
4625 : : .ob_base = {
4626 : : .ob_refcnt = 999999999,
4627 : : .ob_type = &PyTuple_Type,
4628 : : },
4629 : : .ob_size = 7,
4630 : : },
4631 : : .ob_item = {
4632 : : & const_str_sys._ascii.ob_base,
4633 : : & const_str_flags._ascii.ob_base,
4634 : : & const_str_verbose._ascii.ob_base,
4635 : : & const_str_startswith._ascii.ob_base,
4636 : : & const_str_print._ascii.ob_base,
4637 : : & const_str_format._ascii.ob_base,
4638 : : &_Py_ID(stderr),
4639 : : },
4640 : : },
4641 : : };
4642 : : static
4643 : : struct {
4644 : : PyASCIIObject _ascii;
4645 : : uint8_t _data[17];
4646 : : }
4647 : : const_str__verbose_message = {
4648 : : ._ascii = {
4649 : : .ob_base = {
4650 : : .ob_refcnt = 999999999,
4651 : : .ob_type = &PyUnicode_Type,
4652 : : },
4653 : : .length = 16,
4654 : : .hash = -1,
4655 : : .state = {
4656 : : .kind = 1,
4657 : : .compact = 1,
4658 : : .ascii = 1,
4659 : : },
4660 : : },
4661 : : ._data = "_verbose_message",
4662 : : };
4663 : : static
4664 : : struct {
4665 : : PyObject_VAR_HEAD
4666 : : Py_hash_t ob_shash;
4667 : : char ob_sval[102];
4668 : : }
4669 : : importlib__bootstrap_toplevel_consts_18_linetable = {
4670 : : .ob_base = {
4671 : : .ob_base = {
4672 : : .ob_refcnt = 999999999,
4673 : : .ob_type = &PyBytes_Type,
4674 : : },
4675 : : .ob_size = 101,
4676 : : },
4677 : : .ob_shash = -1,
4678 : : .ob_sval = "\x80\x00\xe5\x07\x0a\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\x98\x49\xd2\x07\x25\xf0\x00\x03\x05\x36\xd8\x0f\x16\xd7\x0f\x21\xd1\x0f\x21\xd0\x22\x32\xd4\x0f\x33\xf0\x00\x01\x09\x25\xd8\x16\x1a\x98\x57\x91\x6e\x88\x47\xdd\x08\x0d\x88\x6e\x88\x67\x8f\x6e\x89\x6e\x98\x64\xd0\x0e\x23\xad\x23\xaf\x2a\xa9\x2a\xd0\x08\x35\xd4\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xf0\x07\x03\x05\x36\xf0\x00\x03\x05\x36",
4679 : : };
4680 : : static
4681 : : struct {
4682 : : PyASCIIObject _ascii;
4683 : : uint8_t _data[8];
4684 : : }
4685 : : const_str_message = {
4686 : : ._ascii = {
4687 : : .ob_base = {
4688 : : .ob_refcnt = 999999999,
4689 : : .ob_type = &PyUnicode_Type,
4690 : : },
4691 : : .length = 7,
4692 : : .hash = -1,
4693 : : .state = {
4694 : : .kind = 1,
4695 : : .compact = 1,
4696 : : .ascii = 1,
4697 : : },
4698 : : },
4699 : : ._data = "message",
4700 : : };
4701 : : static
4702 : : struct {
4703 : : PyGC_Head _gc_head;
4704 : : struct {
4705 : : PyObject_VAR_HEAD
4706 : : PyObject *ob_item[3];
4707 : : }_object;
4708 : : }
4709 : : importlib__bootstrap_toplevel_consts_18_localsplusnames = {
4710 : : ._object = {
4711 : : .ob_base = {
4712 : : .ob_base = {
4713 : : .ob_refcnt = 999999999,
4714 : : .ob_type = &PyTuple_Type,
4715 : : },
4716 : : .ob_size = 3,
4717 : : },
4718 : : .ob_item = {
4719 : : & const_str_message._ascii.ob_base,
4720 : : & const_str_verbosity._ascii.ob_base,
4721 : : & const_str_args._ascii.ob_base,
4722 : : },
4723 : : },
4724 : : };
4725 : : static
4726 : : struct _PyCode_DEF(204)
4727 : : importlib__bootstrap_toplevel_consts_18 = {
4728 : : .ob_base = {
4729 : : .ob_base = {
4730 : : .ob_refcnt = 999999999,
4731 : : .ob_type = &PyCode_Type,
4732 : : },
4733 : : .ob_size = 102,
4734 : : },
4735 : : .co_consts = & importlib__bootstrap_toplevel_consts_18_consts._object.ob_base.ob_base,
4736 : : .co_names = & importlib__bootstrap_toplevel_consts_18_names._object.ob_base.ob_base,
4737 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
4738 : : .co_flags = 7,
4739 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
4740 : : ._co_linearray_entry_size = 0,
4741 : : .co_argcount = 1,
4742 : : .co_posonlyargcount = 0,
4743 : : .co_kwonlyargcount = 1,
4744 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
4745 : : .co_stacksize = 5,
4746 : : .co_firstlineno = 244,
4747 : : .co_nlocalsplus = 3,
4748 : : .co_nlocals = 3,
4749 : : .co_nplaincellvars = 0,
4750 : : .co_ncellvars = 0,
4751 : : .co_nfreevars = 0,
4752 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
4753 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
4754 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
4755 : : .co_name = & const_str__verbose_message._ascii.ob_base,
4756 : : .co_qualname = & const_str__verbose_message._ascii.ob_base,
4757 : : .co_linetable = & importlib__bootstrap_toplevel_consts_18_linetable.ob_base.ob_base,
4758 : : ._co_code = NULL,
4759 : : ._co_linearray = NULL,
4760 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x05\x00\x00\x00\x00\x72\x44\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x05\x64\x02\x7c\x00\x7a\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x8e\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x64\x04\x53\x00",
4761 : : ._co_firsttraceable = 0,
4762 : : };
4763 : : static
4764 : : struct {
4765 : : PyASCIIObject _ascii;
4766 : : uint8_t _data[50];
4767 : : }
4768 : : importlib__bootstrap_toplevel_consts_19_consts_0 = {
4769 : : ._ascii = {
4770 : : .ob_base = {
4771 : : .ob_refcnt = 999999999,
4772 : : .ob_type = &PyUnicode_Type,
4773 : : },
4774 : : .length = 49,
4775 : : .hash = -1,
4776 : : .state = {
4777 : : .kind = 1,
4778 : : .compact = 1,
4779 : : .ascii = 1,
4780 : : },
4781 : : },
4782 : : ._data = "Decorator to verify the named module is built-in.",
4783 : : };
4784 : : static
4785 : : struct {
4786 : : PyASCIIObject _ascii;
4787 : : uint8_t _data[30];
4788 : : }
4789 : : importlib__bootstrap_toplevel_consts_19_consts_1_consts_1 = {
4790 : : ._ascii = {
4791 : : .ob_base = {
4792 : : .ob_refcnt = 999999999,
4793 : : .ob_type = &PyUnicode_Type,
4794 : : },
4795 : : .length = 29,
4796 : : .hash = -1,
4797 : : .state = {
4798 : : .kind = 1,
4799 : : .compact = 1,
4800 : : .ascii = 1,
4801 : : },
4802 : : },
4803 : : ._data = "{!r} is not a built-in module",
4804 : : };
4805 : : static
4806 : : struct {
4807 : : PyGC_Head _gc_head;
4808 : : struct {
4809 : : PyObject_VAR_HEAD
4810 : : PyObject *ob_item[3];
4811 : : }_object;
4812 : : }
4813 : : importlib__bootstrap_toplevel_consts_19_consts_1_consts = {
4814 : : ._object = {
4815 : : .ob_base = {
4816 : : .ob_base = {
4817 : : .ob_refcnt = 999999999,
4818 : : .ob_type = &PyTuple_Type,
4819 : : },
4820 : : .ob_size = 3,
4821 : : },
4822 : : .ob_item = {
4823 : : Py_None,
4824 : : & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
4825 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
4826 : : },
4827 : : },
4828 : : };
4829 : : static
4830 : : struct {
4831 : : PyASCIIObject _ascii;
4832 : : uint8_t _data[21];
4833 : : }
4834 : : const_str_builtin_module_names = {
4835 : : ._ascii = {
4836 : : .ob_base = {
4837 : : .ob_refcnt = 999999999,
4838 : : .ob_type = &PyUnicode_Type,
4839 : : },
4840 : : .length = 20,
4841 : : .hash = -1,
4842 : : .state = {
4843 : : .kind = 1,
4844 : : .compact = 1,
4845 : : .ascii = 1,
4846 : : },
4847 : : },
4848 : : ._data = "builtin_module_names",
4849 : : };
4850 : : static
4851 : : struct {
4852 : : PyASCIIObject _ascii;
4853 : : uint8_t _data[12];
4854 : : }
4855 : : const_str_ImportError = {
4856 : : ._ascii = {
4857 : : .ob_base = {
4858 : : .ob_refcnt = 999999999,
4859 : : .ob_type = &PyUnicode_Type,
4860 : : },
4861 : : .length = 11,
4862 : : .hash = -1,
4863 : : .state = {
4864 : : .kind = 1,
4865 : : .compact = 1,
4866 : : .ascii = 1,
4867 : : },
4868 : : },
4869 : : ._data = "ImportError",
4870 : : };
4871 : : static
4872 : : struct {
4873 : : PyGC_Head _gc_head;
4874 : : struct {
4875 : : PyObject_VAR_HEAD
4876 : : PyObject *ob_item[4];
4877 : : }_object;
4878 : : }
4879 : : importlib__bootstrap_toplevel_consts_19_consts_1_names = {
4880 : : ._object = {
4881 : : .ob_base = {
4882 : : .ob_base = {
4883 : : .ob_refcnt = 999999999,
4884 : : .ob_type = &PyTuple_Type,
4885 : : },
4886 : : .ob_size = 4,
4887 : : },
4888 : : .ob_item = {
4889 : : & const_str_sys._ascii.ob_base,
4890 : : & const_str_builtin_module_names._ascii.ob_base,
4891 : : & const_str_ImportError._ascii.ob_base,
4892 : : & const_str_format._ascii.ob_base,
4893 : : },
4894 : : },
4895 : : };
4896 : : static
4897 : : struct {
4898 : : PyASCIIObject _ascii;
4899 : : uint8_t _data[26];
4900 : : }
4901 : : const_str__requires_builtin_wrapper = {
4902 : : ._ascii = {
4903 : : .ob_base = {
4904 : : .ob_refcnt = 999999999,
4905 : : .ob_type = &PyUnicode_Type,
4906 : : },
4907 : : .length = 25,
4908 : : .hash = -1,
4909 : : .state = {
4910 : : .kind = 1,
4911 : : .compact = 1,
4912 : : .ascii = 1,
4913 : : },
4914 : : },
4915 : : ._data = "_requires_builtin_wrapper",
4916 : : };
4917 : : static
4918 : : struct {
4919 : : PyASCIIObject _ascii;
4920 : : uint8_t _data[53];
4921 : : }
4922 : : importlib__bootstrap_toplevel_consts_19_consts_1_qualname = {
4923 : : ._ascii = {
4924 : : .ob_base = {
4925 : : .ob_refcnt = 999999999,
4926 : : .ob_type = &PyUnicode_Type,
4927 : : },
4928 : : .length = 52,
4929 : : .hash = -1,
4930 : : .state = {
4931 : : .kind = 1,
4932 : : .compact = 1,
4933 : : .ascii = 1,
4934 : : },
4935 : : },
4936 : : ._data = "_requires_builtin.<locals>._requires_builtin_wrapper",
4937 : : };
4938 : : static
4939 : : struct {
4940 : : PyObject_VAR_HEAD
4941 : : Py_hash_t ob_shash;
4942 : : char ob_sval[73];
4943 : : }
4944 : : importlib__bootstrap_toplevel_consts_19_consts_1_linetable = {
4945 : : .ob_base = {
4946 : : .ob_base = {
4947 : : .ob_refcnt = 999999999,
4948 : : .ob_type = &PyBytes_Type,
4949 : : },
4950 : : .ob_size = 72,
4951 : : },
4952 : : .ob_shash = -1,
4953 : : .ob_sval = "\xf8\x80\x00\xd8\x0b\x13\x9d\x33\xd7\x1b\x33\xd1\x1b\x33\xd0\x0b\x33\xf0\x00\x02\x09\x2d\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd1\x1e\x44\xc0\x58\xd4\x1e\x4e\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd4\x0f\x22\xd0\x08\x22",
4954 : : };
4955 : : static
4956 : : struct {
4957 : : PyASCIIObject _ascii;
4958 : : uint8_t _data[9];
4959 : : }
4960 : : const_str_fullname = {
4961 : : ._ascii = {
4962 : : .ob_base = {
4963 : : .ob_refcnt = 999999999,
4964 : : .ob_type = &PyUnicode_Type,
4965 : : },
4966 : : .length = 8,
4967 : : .hash = -1,
4968 : : .state = {
4969 : : .kind = 1,
4970 : : .compact = 1,
4971 : : .ascii = 1,
4972 : : },
4973 : : },
4974 : : ._data = "fullname",
4975 : : };
4976 : : static
4977 : : struct {
4978 : : PyASCIIObject _ascii;
4979 : : uint8_t _data[4];
4980 : : }
4981 : : const_str_fxn = {
4982 : : ._ascii = {
4983 : : .ob_base = {
4984 : : .ob_refcnt = 999999999,
4985 : : .ob_type = &PyUnicode_Type,
4986 : : },
4987 : : .length = 3,
4988 : : .hash = -1,
4989 : : .state = {
4990 : : .kind = 1,
4991 : : .compact = 1,
4992 : : .ascii = 1,
4993 : : },
4994 : : },
4995 : : ._data = "fxn",
4996 : : };
4997 : : static
4998 : : struct {
4999 : : PyGC_Head _gc_head;
5000 : : struct {
5001 : : PyObject_VAR_HEAD
5002 : : PyObject *ob_item[3];
5003 : : }_object;
5004 : : }
5005 : : importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames = {
5006 : : ._object = {
5007 : : .ob_base = {
5008 : : .ob_base = {
5009 : : .ob_refcnt = 999999999,
5010 : : .ob_type = &PyTuple_Type,
5011 : : },
5012 : : .ob_size = 3,
5013 : : },
5014 : : .ob_item = {
5015 : : & const_str_self._ascii.ob_base,
5016 : : & const_str_fullname._ascii.ob_base,
5017 : : & const_str_fxn._ascii.ob_base,
5018 : : },
5019 : : },
5020 : : };
5021 : : static
5022 : : struct {
5023 : : PyObject_VAR_HEAD
5024 : : Py_hash_t ob_shash;
5025 : : char ob_sval[4];
5026 : : }
5027 : : importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds = {
5028 : : .ob_base = {
5029 : : .ob_base = {
5030 : : .ob_refcnt = 999999999,
5031 : : .ob_type = &PyBytes_Type,
5032 : : },
5033 : : .ob_size = 3,
5034 : : },
5035 : : .ob_shash = -1,
5036 : : .ob_sval = "\x20\x20\x80",
5037 : : };
5038 : : static
5039 : : struct _PyCode_DEF(124)
5040 : : importlib__bootstrap_toplevel_consts_19_consts_1 = {
5041 : : .ob_base = {
5042 : : .ob_base = {
5043 : : .ob_refcnt = 999999999,
5044 : : .ob_type = &PyCode_Type,
5045 : : },
5046 : : .ob_size = 62,
5047 : : },
5048 : : .co_consts = & importlib__bootstrap_toplevel_consts_19_consts_1_consts._object.ob_base.ob_base,
5049 : : .co_names = & importlib__bootstrap_toplevel_consts_19_consts_1_names._object.ob_base.ob_base,
5050 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5051 : : .co_flags = 19,
5052 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5053 : : ._co_linearray_entry_size = 0,
5054 : : .co_argcount = 2,
5055 : : .co_posonlyargcount = 0,
5056 : : .co_kwonlyargcount = 0,
5057 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
5058 : : .co_stacksize = 5,
5059 : : .co_firstlineno = 254,
5060 : : .co_nlocalsplus = 3,
5061 : : .co_nlocals = 2,
5062 : : .co_nplaincellvars = 0,
5063 : : .co_ncellvars = 0,
5064 : : .co_nfreevars = 1,
5065 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
5066 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
5067 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5068 : : .co_name = & const_str__requires_builtin_wrapper._ascii.ob_base,
5069 : : .co_qualname = & importlib__bootstrap_toplevel_consts_19_consts_1_qualname._ascii.ob_base,
5070 : : .co_linetable = & importlib__bootstrap_toplevel_consts_19_consts_1_linetable.ob_base.ob_base,
5071 : : ._co_code = NULL,
5072 : : ._co_linearray = NULL,
5073 : : .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x1f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
5074 : : ._co_firsttraceable = 1,
5075 : : };
5076 : : static
5077 : : struct {
5078 : : PyGC_Head _gc_head;
5079 : : struct {
5080 : : PyObject_VAR_HEAD
5081 : : PyObject *ob_item[2];
5082 : : }_object;
5083 : : }
5084 : : importlib__bootstrap_toplevel_consts_19_consts = {
5085 : : ._object = {
5086 : : .ob_base = {
5087 : : .ob_base = {
5088 : : .ob_refcnt = 999999999,
5089 : : .ob_type = &PyTuple_Type,
5090 : : },
5091 : : .ob_size = 2,
5092 : : },
5093 : : .ob_item = {
5094 : : & importlib__bootstrap_toplevel_consts_19_consts_0._ascii.ob_base,
5095 : : & importlib__bootstrap_toplevel_consts_19_consts_1.ob_base.ob_base,
5096 : : },
5097 : : },
5098 : : };
5099 : : static
5100 : : struct {
5101 : : PyGC_Head _gc_head;
5102 : : struct {
5103 : : PyObject_VAR_HEAD
5104 : : PyObject *ob_item[1];
5105 : : }_object;
5106 : : }
5107 : : importlib__bootstrap_toplevel_consts_19_names = {
5108 : : ._object = {
5109 : : .ob_base = {
5110 : : .ob_base = {
5111 : : .ob_refcnt = 999999999,
5112 : : .ob_type = &PyTuple_Type,
5113 : : },
5114 : : .ob_size = 1,
5115 : : },
5116 : : .ob_item = {
5117 : : & const_str__wrap._ascii.ob_base,
5118 : : },
5119 : : },
5120 : : };
5121 : : static
5122 : : struct {
5123 : : PyASCIIObject _ascii;
5124 : : uint8_t _data[18];
5125 : : }
5126 : : const_str__requires_builtin = {
5127 : : ._ascii = {
5128 : : .ob_base = {
5129 : : .ob_refcnt = 999999999,
5130 : : .ob_type = &PyUnicode_Type,
5131 : : },
5132 : : .length = 17,
5133 : : .hash = -1,
5134 : : .state = {
5135 : : .kind = 1,
5136 : : .compact = 1,
5137 : : .ascii = 1,
5138 : : },
5139 : : },
5140 : : ._data = "_requires_builtin",
5141 : : };
5142 : : static
5143 : : struct {
5144 : : PyObject_VAR_HEAD
5145 : : Py_hash_t ob_shash;
5146 : : char ob_sval[51];
5147 : : }
5148 : : importlib__bootstrap_toplevel_consts_19_linetable = {
5149 : : .ob_base = {
5150 : : .ob_base = {
5151 : : .ob_refcnt = 999999999,
5152 : : .ob_type = &PyBytes_Type,
5153 : : },
5154 : : .ob_size = 50,
5155 : : },
5156 : : .ob_shash = -1,
5157 : : .ob_sval = "\xf8\x80\x00\xf0\x04\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf5\x0a\x00\x05\x0a\xd0\x0a\x23\xa0\x53\xd4\x04\x29\xd0\x04\x29\xd8\x0b\x24\xd0\x04\x24",
5158 : : };
5159 : : static
5160 : : struct {
5161 : : PyGC_Head _gc_head;
5162 : : struct {
5163 : : PyObject_VAR_HEAD
5164 : : PyObject *ob_item[2];
5165 : : }_object;
5166 : : }
5167 : : importlib__bootstrap_toplevel_consts_19_localsplusnames = {
5168 : : ._object = {
5169 : : .ob_base = {
5170 : : .ob_base = {
5171 : : .ob_refcnt = 999999999,
5172 : : .ob_type = &PyTuple_Type,
5173 : : },
5174 : : .ob_size = 2,
5175 : : },
5176 : : .ob_item = {
5177 : : & const_str_fxn._ascii.ob_base,
5178 : : & const_str__requires_builtin_wrapper._ascii.ob_base,
5179 : : },
5180 : : },
5181 : : };
5182 : : static
5183 : : struct {
5184 : : PyObject_VAR_HEAD
5185 : : Py_hash_t ob_shash;
5186 : : char ob_sval[3];
5187 : : }
5188 : : importlib__bootstrap_toplevel_consts_19_localspluskinds = {
5189 : : .ob_base = {
5190 : : .ob_base = {
5191 : : .ob_refcnt = 999999999,
5192 : : .ob_type = &PyBytes_Type,
5193 : : },
5194 : : .ob_size = 2,
5195 : : },
5196 : : .ob_shash = -1,
5197 : : .ob_sval = "` ",
5198 : : };
5199 : : static
5200 : : struct _PyCode_DEF(46)
5201 : : importlib__bootstrap_toplevel_consts_19 = {
5202 : : .ob_base = {
5203 : : .ob_base = {
5204 : : .ob_refcnt = 999999999,
5205 : : .ob_type = &PyCode_Type,
5206 : : },
5207 : : .ob_size = 23,
5208 : : },
5209 : : .co_consts = & importlib__bootstrap_toplevel_consts_19_consts._object.ob_base.ob_base,
5210 : : .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
5211 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5212 : : .co_flags = 3,
5213 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5214 : : ._co_linearray_entry_size = 0,
5215 : : .co_argcount = 1,
5216 : : .co_posonlyargcount = 0,
5217 : : .co_kwonlyargcount = 0,
5218 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
5219 : : .co_stacksize = 4,
5220 : : .co_firstlineno = 252,
5221 : : .co_nlocalsplus = 2,
5222 : : .co_nlocals = 2,
5223 : : .co_nplaincellvars = 0,
5224 : : .co_ncellvars = 1,
5225 : : .co_nfreevars = 0,
5226 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
5227 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
5228 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5229 : : .co_name = & const_str__requires_builtin._ascii.ob_base,
5230 : : .co_qualname = & const_str__requires_builtin._ascii.ob_base,
5231 : : .co_linetable = & importlib__bootstrap_toplevel_consts_19_linetable.ob_base.ob_base,
5232 : : ._co_code = NULL,
5233 : : ._co_linearray = NULL,
5234 : : .co_code_adaptive = "\x87\x00\x97\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
5235 : : ._co_firsttraceable = 1,
5236 : : };
5237 : : static
5238 : : struct {
5239 : : PyASCIIObject _ascii;
5240 : : uint8_t _data[48];
5241 : : }
5242 : : importlib__bootstrap_toplevel_consts_20_consts_0 = {
5243 : : ._ascii = {
5244 : : .ob_base = {
5245 : : .ob_refcnt = 999999999,
5246 : : .ob_type = &PyUnicode_Type,
5247 : : },
5248 : : .length = 47,
5249 : : .hash = -1,
5250 : : .state = {
5251 : : .kind = 1,
5252 : : .compact = 1,
5253 : : .ascii = 1,
5254 : : },
5255 : : },
5256 : : ._data = "Decorator to verify the named module is frozen.",
5257 : : };
5258 : : static
5259 : : struct {
5260 : : PyASCIIObject _ascii;
5261 : : uint8_t _data[28];
5262 : : }
5263 : : importlib__bootstrap_toplevel_consts_20_consts_1_consts_1 = {
5264 : : ._ascii = {
5265 : : .ob_base = {
5266 : : .ob_refcnt = 999999999,
5267 : : .ob_type = &PyUnicode_Type,
5268 : : },
5269 : : .length = 27,
5270 : : .hash = -1,
5271 : : .state = {
5272 : : .kind = 1,
5273 : : .compact = 1,
5274 : : .ascii = 1,
5275 : : },
5276 : : },
5277 : : ._data = "{!r} is not a frozen module",
5278 : : };
5279 : : static
5280 : : struct {
5281 : : PyGC_Head _gc_head;
5282 : : struct {
5283 : : PyObject_VAR_HEAD
5284 : : PyObject *ob_item[3];
5285 : : }_object;
5286 : : }
5287 : : importlib__bootstrap_toplevel_consts_20_consts_1_consts = {
5288 : : ._object = {
5289 : : .ob_base = {
5290 : : .ob_base = {
5291 : : .ob_refcnt = 999999999,
5292 : : .ob_type = &PyTuple_Type,
5293 : : },
5294 : : .ob_size = 3,
5295 : : },
5296 : : .ob_item = {
5297 : : Py_None,
5298 : : & importlib__bootstrap_toplevel_consts_20_consts_1_consts_1._ascii.ob_base,
5299 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
5300 : : },
5301 : : },
5302 : : };
5303 : : static
5304 : : struct {
5305 : : PyASCIIObject _ascii;
5306 : : uint8_t _data[10];
5307 : : }
5308 : : const_str_is_frozen = {
5309 : : ._ascii = {
5310 : : .ob_base = {
5311 : : .ob_refcnt = 999999999,
5312 : : .ob_type = &PyUnicode_Type,
5313 : : },
5314 : : .length = 9,
5315 : : .hash = -1,
5316 : : .state = {
5317 : : .kind = 1,
5318 : : .compact = 1,
5319 : : .ascii = 1,
5320 : : },
5321 : : },
5322 : : ._data = "is_frozen",
5323 : : };
5324 : : static
5325 : : struct {
5326 : : PyGC_Head _gc_head;
5327 : : struct {
5328 : : PyObject_VAR_HEAD
5329 : : PyObject *ob_item[4];
5330 : : }_object;
5331 : : }
5332 : : importlib__bootstrap_toplevel_consts_20_consts_1_names = {
5333 : : ._object = {
5334 : : .ob_base = {
5335 : : .ob_base = {
5336 : : .ob_refcnt = 999999999,
5337 : : .ob_type = &PyTuple_Type,
5338 : : },
5339 : : .ob_size = 4,
5340 : : },
5341 : : .ob_item = {
5342 : : & const_str__imp._ascii.ob_base,
5343 : : & const_str_is_frozen._ascii.ob_base,
5344 : : & const_str_ImportError._ascii.ob_base,
5345 : : & const_str_format._ascii.ob_base,
5346 : : },
5347 : : },
5348 : : };
5349 : : static
5350 : : struct {
5351 : : PyASCIIObject _ascii;
5352 : : uint8_t _data[25];
5353 : : }
5354 : : const_str__requires_frozen_wrapper = {
5355 : : ._ascii = {
5356 : : .ob_base = {
5357 : : .ob_refcnt = 999999999,
5358 : : .ob_type = &PyUnicode_Type,
5359 : : },
5360 : : .length = 24,
5361 : : .hash = -1,
5362 : : .state = {
5363 : : .kind = 1,
5364 : : .compact = 1,
5365 : : .ascii = 1,
5366 : : },
5367 : : },
5368 : : ._data = "_requires_frozen_wrapper",
5369 : : };
5370 : : static
5371 : : struct {
5372 : : PyASCIIObject _ascii;
5373 : : uint8_t _data[51];
5374 : : }
5375 : : importlib__bootstrap_toplevel_consts_20_consts_1_qualname = {
5376 : : ._ascii = {
5377 : : .ob_base = {
5378 : : .ob_refcnt = 999999999,
5379 : : .ob_type = &PyUnicode_Type,
5380 : : },
5381 : : .length = 50,
5382 : : .hash = -1,
5383 : : .state = {
5384 : : .kind = 1,
5385 : : .compact = 1,
5386 : : .ascii = 1,
5387 : : },
5388 : : },
5389 : : ._data = "_requires_frozen.<locals>._requires_frozen_wrapper",
5390 : : };
5391 : : static
5392 : : struct {
5393 : : PyObject_VAR_HEAD
5394 : : Py_hash_t ob_shash;
5395 : : char ob_sval[71];
5396 : : }
5397 : : importlib__bootstrap_toplevel_consts_20_consts_1_linetable = {
5398 : : .ob_base = {
5399 : : .ob_base = {
5400 : : .ob_refcnt = 999999999,
5401 : : .ob_type = &PyBytes_Type,
5402 : : },
5403 : : .ob_size = 70,
5404 : : },
5405 : : .ob_shash = -1,
5406 : : .ob_sval = "\xf8\x80\x00\xdd\x0f\x13\x8f\x7e\x89\x7e\x98\x68\xd4\x0f\x27\xf0\x00\x02\x09\x2d\xdd\x12\x1d\xd0\x1e\x3b\xd7\x1e\x42\xd1\x1e\x42\xc0\x38\xd4\x1e\x4c\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xf0\x00\x01\x0d\x2d\xe0\x0f\x12\x88\x73\x90\x34\x98\x18\xd4\x0f\x22\xd0\x08\x22",
5407 : : };
5408 : : static
5409 : : struct _PyCode_DEF(132)
5410 : : importlib__bootstrap_toplevel_consts_20_consts_1 = {
5411 : : .ob_base = {
5412 : : .ob_base = {
5413 : : .ob_refcnt = 999999999,
5414 : : .ob_type = &PyCode_Type,
5415 : : },
5416 : : .ob_size = 66,
5417 : : },
5418 : : .co_consts = & importlib__bootstrap_toplevel_consts_20_consts_1_consts._object.ob_base.ob_base,
5419 : : .co_names = & importlib__bootstrap_toplevel_consts_20_consts_1_names._object.ob_base.ob_base,
5420 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5421 : : .co_flags = 19,
5422 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5423 : : ._co_linearray_entry_size = 0,
5424 : : .co_argcount = 2,
5425 : : .co_posonlyargcount = 0,
5426 : : .co_kwonlyargcount = 0,
5427 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
5428 : : .co_stacksize = 5,
5429 : : .co_firstlineno = 265,
5430 : : .co_nlocalsplus = 3,
5431 : : .co_nlocals = 2,
5432 : : .co_nplaincellvars = 0,
5433 : : .co_ncellvars = 0,
5434 : : .co_nfreevars = 1,
5435 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_19_consts_1_localsplusnames._object.ob_base.ob_base,
5436 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
5437 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5438 : : .co_name = & const_str__requires_frozen_wrapper._ascii.ob_base,
5439 : : .co_qualname = & importlib__bootstrap_toplevel_consts_20_consts_1_qualname._ascii.ob_base,
5440 : : .co_linetable = & importlib__bootstrap_toplevel_consts_20_consts_1_linetable.ob_base.ob_base,
5441 : : ._co_code = NULL,
5442 : : ._co_linearray = NULL,
5443 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
5444 : : ._co_firsttraceable = 1,
5445 : : };
5446 : : static
5447 : : struct {
5448 : : PyGC_Head _gc_head;
5449 : : struct {
5450 : : PyObject_VAR_HEAD
5451 : : PyObject *ob_item[2];
5452 : : }_object;
5453 : : }
5454 : : importlib__bootstrap_toplevel_consts_20_consts = {
5455 : : ._object = {
5456 : : .ob_base = {
5457 : : .ob_base = {
5458 : : .ob_refcnt = 999999999,
5459 : : .ob_type = &PyTuple_Type,
5460 : : },
5461 : : .ob_size = 2,
5462 : : },
5463 : : .ob_item = {
5464 : : & importlib__bootstrap_toplevel_consts_20_consts_0._ascii.ob_base,
5465 : : & importlib__bootstrap_toplevel_consts_20_consts_1.ob_base.ob_base,
5466 : : },
5467 : : },
5468 : : };
5469 : : static
5470 : : struct {
5471 : : PyASCIIObject _ascii;
5472 : : uint8_t _data[17];
5473 : : }
5474 : : const_str__requires_frozen = {
5475 : : ._ascii = {
5476 : : .ob_base = {
5477 : : .ob_refcnt = 999999999,
5478 : : .ob_type = &PyUnicode_Type,
5479 : : },
5480 : : .length = 16,
5481 : : .hash = -1,
5482 : : .state = {
5483 : : .kind = 1,
5484 : : .compact = 1,
5485 : : .ascii = 1,
5486 : : },
5487 : : },
5488 : : ._data = "_requires_frozen",
5489 : : };
5490 : : static
5491 : : struct {
5492 : : PyObject_VAR_HEAD
5493 : : Py_hash_t ob_shash;
5494 : : char ob_sval[51];
5495 : : }
5496 : : importlib__bootstrap_toplevel_consts_20_linetable = {
5497 : : .ob_base = {
5498 : : .ob_base = {
5499 : : .ob_refcnt = 999999999,
5500 : : .ob_type = &PyBytes_Type,
5501 : : },
5502 : : .ob_size = 50,
5503 : : },
5504 : : .ob_shash = -1,
5505 : : .ob_sval = "\xf8\x80\x00\xf0\x04\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf0\x00\x04\x05\x23\xf5\x0a\x00\x05\x0a\xd0\x0a\x22\xa0\x43\xd4\x04\x28\xd0\x04\x28\xd8\x0b\x23\xd0\x04\x23",
5506 : : };
5507 : : static
5508 : : struct {
5509 : : PyGC_Head _gc_head;
5510 : : struct {
5511 : : PyObject_VAR_HEAD
5512 : : PyObject *ob_item[2];
5513 : : }_object;
5514 : : }
5515 : : importlib__bootstrap_toplevel_consts_20_localsplusnames = {
5516 : : ._object = {
5517 : : .ob_base = {
5518 : : .ob_base = {
5519 : : .ob_refcnt = 999999999,
5520 : : .ob_type = &PyTuple_Type,
5521 : : },
5522 : : .ob_size = 2,
5523 : : },
5524 : : .ob_item = {
5525 : : & const_str_fxn._ascii.ob_base,
5526 : : & const_str__requires_frozen_wrapper._ascii.ob_base,
5527 : : },
5528 : : },
5529 : : };
5530 : : static
5531 : : struct _PyCode_DEF(46)
5532 : : importlib__bootstrap_toplevel_consts_20 = {
5533 : : .ob_base = {
5534 : : .ob_base = {
5535 : : .ob_refcnt = 999999999,
5536 : : .ob_type = &PyCode_Type,
5537 : : },
5538 : : .ob_size = 23,
5539 : : },
5540 : : .co_consts = & importlib__bootstrap_toplevel_consts_20_consts._object.ob_base.ob_base,
5541 : : .co_names = & importlib__bootstrap_toplevel_consts_19_names._object.ob_base.ob_base,
5542 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5543 : : .co_flags = 3,
5544 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5545 : : ._co_linearray_entry_size = 0,
5546 : : .co_argcount = 1,
5547 : : .co_posonlyargcount = 0,
5548 : : .co_kwonlyargcount = 0,
5549 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
5550 : : .co_stacksize = 4,
5551 : : .co_firstlineno = 263,
5552 : : .co_nlocalsplus = 2,
5553 : : .co_nlocals = 2,
5554 : : .co_nplaincellvars = 0,
5555 : : .co_ncellvars = 1,
5556 : : .co_nfreevars = 0,
5557 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
5558 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
5559 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5560 : : .co_name = & const_str__requires_frozen._ascii.ob_base,
5561 : : .co_qualname = & const_str__requires_frozen._ascii.ob_base,
5562 : : .co_linetable = & importlib__bootstrap_toplevel_consts_20_linetable.ob_base.ob_base,
5563 : : ._co_code = NULL,
5564 : : ._co_linearray = NULL,
5565 : : .co_code_adaptive = "\x87\x00\x97\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
5566 : : ._co_firsttraceable = 1,
5567 : : };
5568 : : static
5569 : : struct {
5570 : : PyASCIIObject _ascii;
5571 : : uint8_t _data[131];
5572 : : }
5573 : : importlib__bootstrap_toplevel_consts_21_consts_0 = {
5574 : : ._ascii = {
5575 : : .ob_base = {
5576 : : .ob_refcnt = 999999999,
5577 : : .ob_type = &PyUnicode_Type,
5578 : : },
5579 : : .length = 130,
5580 : : .hash = -1,
5581 : : .state = {
5582 : : .kind = 1,
5583 : : .compact = 1,
5584 : : .ascii = 1,
5585 : : },
5586 : : },
5587 : : ._data = "\x4c\x6f\x61\x64\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x6e\x74\x6f\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x69\x74\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x6c\x6f\x61\x64\x65\x72\x2e\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20",
5588 : : };
5589 : : static
5590 : : struct {
5591 : : PyASCIIObject _ascii;
5592 : : uint8_t _data[104];
5593 : : }
5594 : : importlib__bootstrap_toplevel_consts_21_consts_1 = {
5595 : : ._ascii = {
5596 : : .ob_base = {
5597 : : .ob_refcnt = 999999999,
5598 : : .ob_type = &PyUnicode_Type,
5599 : : },
5600 : : .length = 103,
5601 : : .hash = -1,
5602 : : .state = {
5603 : : .kind = 1,
5604 : : .compact = 1,
5605 : : .ascii = 1,
5606 : : },
5607 : : },
5608 : : ._data = "the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead",
5609 : : };
5610 : : static
5611 : : struct {
5612 : : PyGC_Head _gc_head;
5613 : : struct {
5614 : : PyObject_VAR_HEAD
5615 : : PyObject *ob_item[2];
5616 : : }_object;
5617 : : }
5618 : : importlib__bootstrap_toplevel_consts_21_consts = {
5619 : : ._object = {
5620 : : .ob_base = {
5621 : : .ob_base = {
5622 : : .ob_refcnt = 999999999,
5623 : : .ob_type = &PyTuple_Type,
5624 : : },
5625 : : .ob_size = 2,
5626 : : },
5627 : : .ob_item = {
5628 : : & importlib__bootstrap_toplevel_consts_21_consts_0._ascii.ob_base,
5629 : : & importlib__bootstrap_toplevel_consts_21_consts_1._ascii.ob_base,
5630 : : },
5631 : : },
5632 : : };
5633 : : static
5634 : : struct {
5635 : : PyASCIIObject _ascii;
5636 : : uint8_t _data[10];
5637 : : }
5638 : : const_str__warnings = {
5639 : : ._ascii = {
5640 : : .ob_base = {
5641 : : .ob_refcnt = 999999999,
5642 : : .ob_type = &PyUnicode_Type,
5643 : : },
5644 : : .length = 9,
5645 : : .hash = -1,
5646 : : .state = {
5647 : : .kind = 1,
5648 : : .compact = 1,
5649 : : .ascii = 1,
5650 : : },
5651 : : },
5652 : : ._data = "_warnings",
5653 : : };
5654 : : static
5655 : : struct {
5656 : : PyASCIIObject _ascii;
5657 : : uint8_t _data[5];
5658 : : }
5659 : : const_str_warn = {
5660 : : ._ascii = {
5661 : : .ob_base = {
5662 : : .ob_refcnt = 999999999,
5663 : : .ob_type = &PyUnicode_Type,
5664 : : },
5665 : : .length = 4,
5666 : : .hash = -1,
5667 : : .state = {
5668 : : .kind = 1,
5669 : : .compact = 1,
5670 : : .ascii = 1,
5671 : : },
5672 : : },
5673 : : ._data = "warn",
5674 : : };
5675 : : static
5676 : : struct {
5677 : : PyASCIIObject _ascii;
5678 : : uint8_t _data[19];
5679 : : }
5680 : : const_str_DeprecationWarning = {
5681 : : ._ascii = {
5682 : : .ob_base = {
5683 : : .ob_refcnt = 999999999,
5684 : : .ob_type = &PyUnicode_Type,
5685 : : },
5686 : : .length = 18,
5687 : : .hash = -1,
5688 : : .state = {
5689 : : .kind = 1,
5690 : : .compact = 1,
5691 : : .ascii = 1,
5692 : : },
5693 : : },
5694 : : ._data = "DeprecationWarning",
5695 : : };
5696 : : static
5697 : : struct {
5698 : : PyASCIIObject _ascii;
5699 : : uint8_t _data[17];
5700 : : }
5701 : : const_str_spec_from_loader = {
5702 : : ._ascii = {
5703 : : .ob_base = {
5704 : : .ob_refcnt = 999999999,
5705 : : .ob_type = &PyUnicode_Type,
5706 : : },
5707 : : .length = 16,
5708 : : .hash = -1,
5709 : : .state = {
5710 : : .kind = 1,
5711 : : .compact = 1,
5712 : : .ascii = 1,
5713 : : },
5714 : : },
5715 : : ._data = "spec_from_loader",
5716 : : };
5717 : : static
5718 : : struct {
5719 : : PyASCIIObject _ascii;
5720 : : uint8_t _data[6];
5721 : : }
5722 : : const_str__exec = {
5723 : : ._ascii = {
5724 : : .ob_base = {
5725 : : .ob_refcnt = 999999999,
5726 : : .ob_type = &PyUnicode_Type,
5727 : : },
5728 : : .length = 5,
5729 : : .hash = -1,
5730 : : .state = {
5731 : : .kind = 1,
5732 : : .compact = 1,
5733 : : .ascii = 1,
5734 : : },
5735 : : },
5736 : : ._data = "_exec",
5737 : : };
5738 : : static
5739 : : struct {
5740 : : PyASCIIObject _ascii;
5741 : : uint8_t _data[6];
5742 : : }
5743 : : const_str__load = {
5744 : : ._ascii = {
5745 : : .ob_base = {
5746 : : .ob_refcnt = 999999999,
5747 : : .ob_type = &PyUnicode_Type,
5748 : : },
5749 : : .length = 5,
5750 : : .hash = -1,
5751 : : .state = {
5752 : : .kind = 1,
5753 : : .compact = 1,
5754 : : .ascii = 1,
5755 : : },
5756 : : },
5757 : : ._data = "_load",
5758 : : };
5759 : : static
5760 : : struct {
5761 : : PyGC_Head _gc_head;
5762 : : struct {
5763 : : PyObject_VAR_HEAD
5764 : : PyObject *ob_item[8];
5765 : : }_object;
5766 : : }
5767 : : importlib__bootstrap_toplevel_consts_21_names = {
5768 : : ._object = {
5769 : : .ob_base = {
5770 : : .ob_base = {
5771 : : .ob_refcnt = 999999999,
5772 : : .ob_type = &PyTuple_Type,
5773 : : },
5774 : : .ob_size = 8,
5775 : : },
5776 : : .ob_item = {
5777 : : & const_str__warnings._ascii.ob_base,
5778 : : & const_str_warn._ascii.ob_base,
5779 : : & const_str_DeprecationWarning._ascii.ob_base,
5780 : : & const_str_spec_from_loader._ascii.ob_base,
5781 : : & const_str_sys._ascii.ob_base,
5782 : : &_Py_ID(modules),
5783 : : & const_str__exec._ascii.ob_base,
5784 : : & const_str__load._ascii.ob_base,
5785 : : },
5786 : : },
5787 : : };
5788 : : static
5789 : : struct {
5790 : : PyASCIIObject _ascii;
5791 : : uint8_t _data[18];
5792 : : }
5793 : : const_str__load_module_shim = {
5794 : : ._ascii = {
5795 : : .ob_base = {
5796 : : .ob_refcnt = 999999999,
5797 : : .ob_type = &PyUnicode_Type,
5798 : : },
5799 : : .length = 17,
5800 : : .hash = -1,
5801 : : .state = {
5802 : : .kind = 1,
5803 : : .compact = 1,
5804 : : .ascii = 1,
5805 : : },
5806 : : },
5807 : : ._data = "_load_module_shim",
5808 : : };
5809 : : static
5810 : : struct {
5811 : : PyObject_VAR_HEAD
5812 : : Py_hash_t ob_shash;
5813 : : char ob_sval[109];
5814 : : }
5815 : : importlib__bootstrap_toplevel_consts_21_linetable = {
5816 : : .ob_base = {
5817 : : .ob_base = {
5818 : : .ob_refcnt = 999999999,
5819 : : .ob_type = &PyBytes_Type,
5820 : : },
5821 : : .ob_size = 108,
5822 : : },
5823 : : .ob_shash = -1,
5824 : : .ob_sval = "\x80\x00\xf0\x0c\x01\x0c\x33\x80\x43\xe5\x04\x0d\x87\x4e\x81\x4e\x90\x33\xd5\x18\x2a\xd4\x04\x2b\xd0\x04\x2b\xdd\x0b\x1b\x98\x48\xa0\x64\xd4\x0b\x2b\x80\x44\xd8\x07\x0f\x95\x33\x97\x3b\x91\x3b\xd0\x07\x1e\xf0\x00\x05\x05\x1b\xdd\x11\x14\x97\x1b\x91\x1b\x98\x58\xd4\x11\x26\x88\x06\xdd\x08\x0d\x88\x64\x90\x46\xd4\x08\x1b\xd0\x08\x1b\xdd\x0f\x12\x8f\x7b\x89\x7b\x98\x38\xd4\x0f\x24\xd0\x08\x24\xe5\x0f\x14\x90\x54\x8c\x7b\xd0\x08\x1a",
5825 : : };
5826 : : static
5827 : : struct {
5828 : : PyASCIIObject _ascii;
5829 : : uint8_t _data[5];
5830 : : }
5831 : : const_str_spec = {
5832 : : ._ascii = {
5833 : : .ob_base = {
5834 : : .ob_refcnt = 999999999,
5835 : : .ob_type = &PyUnicode_Type,
5836 : : },
5837 : : .length = 4,
5838 : : .hash = -1,
5839 : : .state = {
5840 : : .kind = 1,
5841 : : .compact = 1,
5842 : : .ascii = 1,
5843 : : },
5844 : : },
5845 : : ._data = "spec",
5846 : : };
5847 : : static
5848 : : struct {
5849 : : PyASCIIObject _ascii;
5850 : : uint8_t _data[7];
5851 : : }
5852 : : const_str_module = {
5853 : : ._ascii = {
5854 : : .ob_base = {
5855 : : .ob_refcnt = 999999999,
5856 : : .ob_type = &PyUnicode_Type,
5857 : : },
5858 : : .length = 6,
5859 : : .hash = -1,
5860 : : .state = {
5861 : : .kind = 1,
5862 : : .compact = 1,
5863 : : .ascii = 1,
5864 : : },
5865 : : },
5866 : : ._data = "module",
5867 : : };
5868 : : static
5869 : : struct {
5870 : : PyGC_Head _gc_head;
5871 : : struct {
5872 : : PyObject_VAR_HEAD
5873 : : PyObject *ob_item[5];
5874 : : }_object;
5875 : : }
5876 : : importlib__bootstrap_toplevel_consts_21_localsplusnames = {
5877 : : ._object = {
5878 : : .ob_base = {
5879 : : .ob_base = {
5880 : : .ob_refcnt = 999999999,
5881 : : .ob_type = &PyTuple_Type,
5882 : : },
5883 : : .ob_size = 5,
5884 : : },
5885 : : .ob_item = {
5886 : : & const_str_self._ascii.ob_base,
5887 : : & const_str_fullname._ascii.ob_base,
5888 : : &_Py_ID(msg),
5889 : : & const_str_spec._ascii.ob_base,
5890 : : & const_str_module._ascii.ob_base,
5891 : : },
5892 : : },
5893 : : };
5894 : : static
5895 : : struct _PyCode_DEF(276)
5896 : : importlib__bootstrap_toplevel_consts_21 = {
5897 : : .ob_base = {
5898 : : .ob_base = {
5899 : : .ob_refcnt = 999999999,
5900 : : .ob_type = &PyCode_Type,
5901 : : },
5902 : : .ob_size = 138,
5903 : : },
5904 : : .co_consts = & importlib__bootstrap_toplevel_consts_21_consts._object.ob_base.ob_base,
5905 : : .co_names = & importlib__bootstrap_toplevel_consts_21_names._object.ob_base.ob_base,
5906 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
5907 : : .co_flags = 3,
5908 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
5909 : : ._co_linearray_entry_size = 0,
5910 : : .co_argcount = 2,
5911 : : .co_posonlyargcount = 0,
5912 : : .co_kwonlyargcount = 0,
5913 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
5914 : : .co_stacksize = 4,
5915 : : .co_firstlineno = 275,
5916 : : .co_nlocalsplus = 5,
5917 : : .co_nlocals = 5,
5918 : : .co_nplaincellvars = 0,
5919 : : .co_ncellvars = 0,
5920 : : .co_nfreevars = 0,
5921 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
5922 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
5923 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
5924 : : .co_name = & const_str__load_module_shim._ascii.ob_base,
5925 : : .co_qualname = & const_str__load_module_shim._ascii.ob_base,
5926 : : .co_linetable = & importlib__bootstrap_toplevel_consts_21_linetable.ob_base.ob_base,
5927 : : ._co_code = NULL,
5928 : : ._co_linearray = NULL,
5929 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x3c\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
5930 : : ._co_firsttraceable = 0,
5931 : : };
5932 : : static
5933 : : struct {
5934 : : PyASCIIObject _ascii;
5935 : : uint8_t _data[45];
5936 : : }
5937 : : importlib__bootstrap_toplevel_consts_22_consts_0 = {
5938 : : ._ascii = {
5939 : : .ob_base = {
5940 : : .ob_refcnt = 999999999,
5941 : : .ob_type = &PyUnicode_Type,
5942 : : },
5943 : : .length = 44,
5944 : : .hash = -1,
5945 : : .state = {
5946 : : .kind = 1,
5947 : : .compact = 1,
5948 : : .ascii = 1,
5949 : : },
5950 : : },
5951 : : ._data = "The implementation of ModuleType.__repr__().",
5952 : : };
5953 : : static
5954 : : struct {
5955 : : PyASCIIObject _ascii;
5956 : : uint8_t _data[12];
5957 : : }
5958 : : const_str_module_repr = {
5959 : : ._ascii = {
5960 : : .ob_base = {
5961 : : .ob_refcnt = 999999999,
5962 : : .ob_type = &PyUnicode_Type,
5963 : : },
5964 : : .length = 11,
5965 : : .hash = -1,
5966 : : .state = {
5967 : : .kind = 1,
5968 : : .compact = 1,
5969 : : .ascii = 1,
5970 : : },
5971 : : },
5972 : : ._data = "module_repr",
5973 : : };
5974 : : static
5975 : : struct {
5976 : : PyASCIIObject _ascii;
5977 : : uint8_t _data[2];
5978 : : }
5979 : : importlib__bootstrap_toplevel_consts_22_consts_5 = {
5980 : : ._ascii = {
5981 : : .ob_base = {
5982 : : .ob_refcnt = 999999999,
5983 : : .ob_type = &PyUnicode_Type,
5984 : : },
5985 : : .length = 1,
5986 : : .hash = -1,
5987 : : .state = {
5988 : : .kind = 1,
5989 : : .compact = 1,
5990 : : .ascii = 1,
5991 : : },
5992 : : },
5993 : : ._data = "?",
5994 : : };
5995 : : static
5996 : : struct {
5997 : : PyASCIIObject _ascii;
5998 : : uint8_t _data[24];
5999 : : }
6000 : : importlib__bootstrap_toplevel_consts_22_consts_6 = {
6001 : : ._ascii = {
6002 : : .ob_base = {
6003 : : .ob_refcnt = 999999999,
6004 : : .ob_type = &PyUnicode_Type,
6005 : : },
6006 : : .length = 23,
6007 : : .hash = -1,
6008 : : .state = {
6009 : : .kind = 1,
6010 : : .compact = 1,
6011 : : .ascii = 1,
6012 : : },
6013 : : },
6014 : : ._data = "<module {!r} from {!r}>",
6015 : : };
6016 : : static
6017 : : struct {
6018 : : PyASCIIObject _ascii;
6019 : : uint8_t _data[14];
6020 : : }
6021 : : importlib__bootstrap_toplevel_consts_22_consts_7 = {
6022 : : ._ascii = {
6023 : : .ob_base = {
6024 : : .ob_refcnt = 999999999,
6025 : : .ob_type = &PyUnicode_Type,
6026 : : },
6027 : : .length = 13,
6028 : : .hash = -1,
6029 : : .state = {
6030 : : .kind = 1,
6031 : : .compact = 1,
6032 : : .ascii = 1,
6033 : : },
6034 : : },
6035 : : ._data = "<module {!r}>",
6036 : : };
6037 : : static
6038 : : struct {
6039 : : PyASCIIObject _ascii;
6040 : : uint8_t _data[21];
6041 : : }
6042 : : importlib__bootstrap_toplevel_consts_22_consts_8 = {
6043 : : ._ascii = {
6044 : : .ob_base = {
6045 : : .ob_refcnt = 999999999,
6046 : : .ob_type = &PyUnicode_Type,
6047 : : },
6048 : : .length = 20,
6049 : : .hash = -1,
6050 : : .state = {
6051 : : .kind = 1,
6052 : : .compact = 1,
6053 : : .ascii = 1,
6054 : : },
6055 : : },
6056 : : ._data = "<module {!r} ({!r})>",
6057 : : };
6058 : : static
6059 : : struct {
6060 : : PyGC_Head _gc_head;
6061 : : struct {
6062 : : PyObject_VAR_HEAD
6063 : : PyObject *ob_item[9];
6064 : : }_object;
6065 : : }
6066 : : importlib__bootstrap_toplevel_consts_22_consts = {
6067 : : ._object = {
6068 : : .ob_base = {
6069 : : .ob_base = {
6070 : : .ob_refcnt = 999999999,
6071 : : .ob_type = &PyTuple_Type,
6072 : : },
6073 : : .ob_size = 9,
6074 : : },
6075 : : .ob_item = {
6076 : : & importlib__bootstrap_toplevel_consts_22_consts_0._ascii.ob_base,
6077 : : &_Py_ID(__loader__),
6078 : : Py_None,
6079 : : &_Py_ID(__spec__),
6080 : : & const_str_module_repr._ascii.ob_base,
6081 : : & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
6082 : : & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
6083 : : & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
6084 : : & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
6085 : : },
6086 : : },
6087 : : };
6088 : : static
6089 : : struct {
6090 : : PyASCIIObject _ascii;
6091 : : uint8_t _data[23];
6092 : : }
6093 : : const_str__module_repr_from_spec = {
6094 : : ._ascii = {
6095 : : .ob_base = {
6096 : : .ob_refcnt = 999999999,
6097 : : .ob_type = &PyUnicode_Type,
6098 : : },
6099 : : .length = 22,
6100 : : .hash = -1,
6101 : : .state = {
6102 : : .kind = 1,
6103 : : .compact = 1,
6104 : : .ascii = 1,
6105 : : },
6106 : : },
6107 : : ._data = "_module_repr_from_spec",
6108 : : };
6109 : : static
6110 : : struct {
6111 : : PyASCIIObject _ascii;
6112 : : uint8_t _data[10];
6113 : : }
6114 : : const_str_Exception = {
6115 : : ._ascii = {
6116 : : .ob_base = {
6117 : : .ob_refcnt = 999999999,
6118 : : .ob_type = &PyUnicode_Type,
6119 : : },
6120 : : .length = 9,
6121 : : .hash = -1,
6122 : : .state = {
6123 : : .kind = 1,
6124 : : .compact = 1,
6125 : : .ascii = 1,
6126 : : },
6127 : : },
6128 : : ._data = "Exception",
6129 : : };
6130 : : static
6131 : : struct {
6132 : : PyGC_Head _gc_head;
6133 : : struct {
6134 : : PyObject_VAR_HEAD
6135 : : PyObject *ob_item[9];
6136 : : }_object;
6137 : : }
6138 : : importlib__bootstrap_toplevel_consts_22_names = {
6139 : : ._object = {
6140 : : .ob_base = {
6141 : : .ob_base = {
6142 : : .ob_refcnt = 999999999,
6143 : : .ob_type = &PyTuple_Type,
6144 : : },
6145 : : .ob_size = 9,
6146 : : },
6147 : : .ob_item = {
6148 : : &_Py_ID(getattr),
6149 : : & const_str__module_repr_from_spec._ascii.ob_base,
6150 : : & const_str_hasattr._ascii.ob_base,
6151 : : & const_str_module_repr._ascii.ob_base,
6152 : : & const_str_Exception._ascii.ob_base,
6153 : : &_Py_ID(__name__),
6154 : : & const_str_AttributeError._ascii.ob_base,
6155 : : &_Py_ID(__file__),
6156 : : & const_str_format._ascii.ob_base,
6157 : : },
6158 : : },
6159 : : };
6160 : : static
6161 : : struct {
6162 : : PyASCIIObject _ascii;
6163 : : uint8_t _data[13];
6164 : : }
6165 : : const_str__module_repr = {
6166 : : ._ascii = {
6167 : : .ob_base = {
6168 : : .ob_refcnt = 999999999,
6169 : : .ob_type = &PyUnicode_Type,
6170 : : },
6171 : : .length = 12,
6172 : : .hash = -1,
6173 : : .state = {
6174 : : .kind = 1,
6175 : : .compact = 1,
6176 : : .ascii = 1,
6177 : : },
6178 : : },
6179 : : ._data = "_module_repr",
6180 : : };
6181 : : static
6182 : : struct {
6183 : : PyObject_VAR_HEAD
6184 : : Py_hash_t ob_shash;
6185 : : char ob_sval[294];
6186 : : }
6187 : : importlib__bootstrap_toplevel_consts_22_linetable = {
6188 : : .ob_base = {
6189 : : .ob_base = {
6190 : : .ob_refcnt = 999999999,
6191 : : .ob_type = &PyBytes_Type,
6192 : : },
6193 : : .ob_size = 293,
6194 : : },
6195 : : .ob_shash = -1,
6196 : : .ob_sval = "\x80\x00\xe5\x0d\x14\x90\x56\x98\x5c\xa8\x34\xd4\x0d\x30\x80\x46\xdd\x0f\x16\x90\x76\x98\x7a\xa8\x34\xd4\x0f\x30\xd0\x07\x30\x80\x74\xf0\x00\x06\x05\x11\xdd\x0f\x25\xa0\x64\xd4\x0f\x2b\xd0\x08\x2b\xdd\x09\x10\x90\x16\x98\x1d\xd4\x09\x27\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x13\x19\xd7\x13\x25\xd1\x13\x25\xa0\x66\xd4\x13\x2d\xd0\x0c\x2d\xf0\x08\x03\x05\x13\xd8\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xf0\x06\x08\x05\x40\x01\xd8\x13\x19\x97\x3f\x91\x3f\x88\x08\xf0\x0e\x00\x10\x29\xd7\x0f\x2f\xd1\x0f\x2f\xb0\x04\xb0\x68\xd4\x0f\x3f\xd0\x08\x3f\xf8\xf5\x1f\x00\x10\x19\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x13\xf0\x00\x01\x05\x13\xf0\x00\x01\x05\x13\xd8\x0f\x12\x88\x04\x88\x04\x88\x04\xf0\x03\x01\x05\x13\xf8\xf8\xf8\xf8\xf5\x08\x00\x0c\x1a\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xf0\x00\x04\x05\x3f\xd8\x0b\x11\xf0\x00\x03\x09\x3f\xd8\x13\x22\xd7\x13\x29\xd1\x13\x29\xa8\x24\xd4\x13\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd1\x13\x30\xb0\x14\xb0\x76\xd4\x13\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xd0\x0c\x3e\xf0\x09\x04\x05\x3f\xf8\xf8\xf8",
6197 : : };
6198 : : static
6199 : : struct {
6200 : : PyObject_VAR_HEAD
6201 : : Py_hash_t ob_shash;
6202 : : char ob_sval[60];
6203 : : }
6204 : : importlib__bootstrap_toplevel_consts_22_exceptiontable = {
6205 : : .ob_base = {
6206 : : .ob_base = {
6207 : : .ob_refcnt = 999999999,
6208 : : .ob_type = &PyBytes_Type,
6209 : : },
6210 : : .ob_size = 59,
6211 : : },
6212 : : .ob_shash = -1,
6213 : : .ob_sval = "\xbd\x11\x41\x3c\x00\xc1\x10\x0c\x42\x0c\x00\xc1\x1d\x0c\x42\x1e\x00\xc1\x3c\x0a\x42\x09\x03\xc2\x08\x01\x42\x09\x03\xc2\x0c\x0c\x42\x1b\x03\xc2\x1a\x01\x42\x1b\x03\xc2\x1e\x1e\x43\x14\x03\xc2\x3e\x13\x43\x14\x03\xc3\x13\x01\x43\x14\x03",
6214 : : };
6215 : : static
6216 : : struct {
6217 : : PyASCIIObject _ascii;
6218 : : uint8_t _data[7];
6219 : : }
6220 : : const_str_loader = {
6221 : : ._ascii = {
6222 : : .ob_base = {
6223 : : .ob_refcnt = 999999999,
6224 : : .ob_type = &PyUnicode_Type,
6225 : : },
6226 : : .length = 6,
6227 : : .hash = -1,
6228 : : .state = {
6229 : : .kind = 1,
6230 : : .compact = 1,
6231 : : .ascii = 1,
6232 : : },
6233 : : },
6234 : : ._data = "loader",
6235 : : };
6236 : : static
6237 : : struct {
6238 : : PyGC_Head _gc_head;
6239 : : struct {
6240 : : PyObject_VAR_HEAD
6241 : : PyObject *ob_item[5];
6242 : : }_object;
6243 : : }
6244 : : importlib__bootstrap_toplevel_consts_22_localsplusnames = {
6245 : : ._object = {
6246 : : .ob_base = {
6247 : : .ob_base = {
6248 : : .ob_refcnt = 999999999,
6249 : : .ob_type = &PyTuple_Type,
6250 : : },
6251 : : .ob_size = 5,
6252 : : },
6253 : : .ob_item = {
6254 : : & const_str_module._ascii.ob_base,
6255 : : & const_str_loader._ascii.ob_base,
6256 : : & const_str_spec._ascii.ob_base,
6257 : : &_Py_ID(name),
6258 : : &_Py_ID(filename),
6259 : : },
6260 : : },
6261 : : };
6262 : : static
6263 : : struct _PyCode_DEF(430)
6264 : : importlib__bootstrap_toplevel_consts_22 = {
6265 : : .ob_base = {
6266 : : .ob_base = {
6267 : : .ob_refcnt = 999999999,
6268 : : .ob_type = &PyCode_Type,
6269 : : },
6270 : : .ob_size = 215,
6271 : : },
6272 : : .co_consts = & importlib__bootstrap_toplevel_consts_22_consts._object.ob_base.ob_base,
6273 : : .co_names = & importlib__bootstrap_toplevel_consts_22_names._object.ob_base.ob_base,
6274 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_22_exceptiontable.ob_base.ob_base,
6275 : : .co_flags = 3,
6276 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
6277 : : ._co_linearray_entry_size = 0,
6278 : : .co_argcount = 1,
6279 : : .co_posonlyargcount = 0,
6280 : : .co_kwonlyargcount = 0,
6281 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
6282 : : .co_stacksize = 5,
6283 : : .co_firstlineno = 294,
6284 : : .co_nlocalsplus = 5,
6285 : : .co_nlocals = 5,
6286 : : .co_nplaincellvars = 0,
6287 : : .co_ncellvars = 0,
6288 : : .co_nfreevars = 0,
6289 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
6290 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
6291 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6292 : : .co_name = & const_str__module_repr._ascii.ob_base,
6293 : : .co_qualname = & const_str__module_repr._ascii.ob_base,
6294 : : .co_linetable = & importlib__bootstrap_toplevel_consts_22_linetable.ob_base.ob_base,
6295 : : ._co_code = NULL,
6296 : : ._co_linearray = NULL,
6297 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x03\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7d\x02\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x09\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x39\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x05\x7d\x03\x59\x00\x8c\x3e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2c\x01\x00\x7c\x01\x80\x14\x64\x07\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x64\x08\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
6298 : : ._co_firsttraceable = 0,
6299 : : };
6300 : : static
6301 : : struct {
6302 : : PyASCIIObject _ascii;
6303 : : uint8_t _data[11];
6304 : : }
6305 : : const_str_ModuleSpec = {
6306 : : ._ascii = {
6307 : : .ob_base = {
6308 : : .ob_refcnt = 999999999,
6309 : : .ob_type = &PyUnicode_Type,
6310 : : },
6311 : : .length = 10,
6312 : : .hash = -1,
6313 : : .state = {
6314 : : .kind = 1,
6315 : : .compact = 1,
6316 : : .ascii = 1,
6317 : : },
6318 : : },
6319 : : ._data = "ModuleSpec",
6320 : : };
6321 : : static
6322 : : struct {
6323 : : PyASCIIObject _ascii;
6324 : : uint8_t _data[1489];
6325 : : }
6326 : : importlib__bootstrap_toplevel_consts_23_consts_1 = {
6327 : : ._ascii = {
6328 : : .ob_base = {
6329 : : .ob_refcnt = 999999999,
6330 : : .ob_type = &PyUnicode_Type,
6331 : : },
6332 : : .length = 1488,
6333 : : .hash = -1,
6334 : : .state = {
6335 : : .kind = 1,
6336 : : .compact = 1,
6337 : : .ascii = 1,
6338 : : },
6339 : : },
6340 : : ._data = "\x54\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x66\x6f\x72\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x61\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x73\x70\x65\x63\x20\x69\x73\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x6f\x72\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x61\x62\x6f\x75\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x46\x6f\x72\x0a\x20\x20\x20\x20\x64\x61\x74\x61\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x65\x64\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x73\x6f\x75\x72\x63\x65\x2c\x20\x75\x73\x65\x20\x74\x68\x65\x20\x73\x70\x65\x63\x27\x73\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x60\x6e\x61\x6d\x65\x60\x20\x69\x73\x20\x74\x68\x65\x20\x61\x62\x73\x6f\x6c\x75\x74\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x60\x6c\x6f\x61\x64\x65\x72\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x0a\x20\x20\x20\x20\x74\x6f\x20\x75\x73\x65\x20\x77\x68\x65\x6e\x20\x6c\x6f\x61\x64\x69\x6e\x67\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x20\x20\x60\x70\x61\x72\x65\x6e\x74\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x69\x6e\x2e\x20\x20\x54\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x69\x73\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x60\x20\x64\x65\x74\x65\x72\x6d\x69\x6e\x65\x73\x20\x69\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x6f\x72\x0a\x20\x20\x20\x20\x6e\x6f\x74\x2e\x20\x20\x4f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x74\x68\x69\x73\x20\x69\x73\x20\x72\x65\x66\x6c\x65\x63\x74\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x60\x5f\x5f\x70\x61\x74\x68\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x6f\x72\x69\x67\x69\x6e\x60\x20\x69\x73\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x75\x73\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x66\x72\x6f\x6d\x20\x77\x68\x69\x63\x68\x20\x74\x6f\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x69\x66\x20\x74\x68\x61\x74\x20\x69\x6e\x66\x6f\x72\x6d\x61\x74\x69\x6f\x6e\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x2e\x20\x20\x57\x68\x65\x6e\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x69\x73\x0a\x20\x20\x20\x20\x73\x65\x74\x2c\x20\x6f\x72\x69\x67\x69\x6e\x20\x77\x69\x6c\x6c\x20\x6d\x61\x74\x63\x68\x2e\x0a\x0a\x20\x20\x20\x20\x60\x68\x61\x73\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x60\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x73\x20\x74\x68\x61\x74\x20\x61\x20\x73\x70\x65\x63\x27\x73\x20\x22\x6f\x72\x69\x67\x69\x6e\x22\x20\x72\x65\x66\x6c\x65\x63\x74\x73\x20\x61\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x2e\x0a\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x74\x68\x69\x73\x20\x69\x73\x20\x54\x72\x75\x65\x2c\x20\x60\x5f\x5f\x66\x69\x6c\x65\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x73\x65\x74\x2e\x0a\x0a\x20\x20\x20\x20\x60\x63\x61\x63\x68\x65\x64\x60\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x65\x20\x63\x61\x63\x68\x65\x64\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x2c\x20\x69\x66\x20\x61\x6e\x79\x2e\x20\x20\x49\x74\x0a\x20\x20\x20\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x73\x20\x74\x6f\x20\x74\x68\x65\x20\x60\x5f\x5f\x63\x61\x63\x68\x65\x64\x5f\x5f\x60\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x2e\x0a\x0a\x20\x20\x20\x20\x60\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x60\x20\x69\x73\x20\x74\x68\x65\x20\x73\x65\x71\x75\x65\x6e\x63\x65\x20\x6f\x66\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x69\x65\x73\x20\x74\x6f\x0a\x20\x20\x20\x20\x73\x65\x61\x72\x63\x68\x20\x77\x68\x65\x6e\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x20\x20\x49\x66\x20\x73\x65\x74\x2c\x20\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x0a\x20\x20\x20\x20\x54\x72\x75\x65\x2d\x2d\x61\x6e\x64\x20\x46\x61\x6c\x73\x65\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x2e\x0a\x0a\x20\x20\x20\x20\x50\x61\x63\x6b\x61\x67\x65\x73\x20\x61\x72\x65\x20\x73\x69\x6d\x70\x6c\x79\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x74\x68\x61\x74\x20\x28\x6d\x61\x79\x29\x20\x68\x61\x76\x65\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x20\x20\x49\x66\x20\x61\x20\x73\x70\x65\x63\x0a\x20\x20\x20\x20\x68\x61\x73\x20\x61\x20\x6e\x6f\x6e\x2d\x4e\x6f\x6e\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x6e\x20\x60\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x60\x2c\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x0a\x20\x20\x20\x20\x73\x79\x73\x74\x65\x6d\x20\x77\x69\x6c\x6c\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x6c\x6f\x61\x64\x65\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x73\x70\x65\x63\x20\x61\x73\x20\x70\x61\x63\x6b\x61\x67\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x4f\x6e\x6c\x79\x20\x66\x69\x6e\x64\x65\x72\x73\x20\x28\x73\x65\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x61\x62\x63\x2e\x4d\x65\x74\x61\x50\x61\x74\x68\x46\x69\x6e\x64\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x61\x62\x63\x2e\x50\x61\x74\x68\x45\x6e\x74\x72\x79\x46\x69\x6e\x64\x65\x72\x29\x20\x73\x68\x6f\x75\x6c\x64\x20\x6d\x6f\x64\x69\x66\x79\x20\x4d\x6f\x64\x75\x6c\x65\x53\x70\x65\x63\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20",
6341 : : };
6342 : : static
6343 : : struct {
6344 : : PyASCIIObject _ascii;
6345 : : uint8_t _data[7];
6346 : : }
6347 : : const_str_origin = {
6348 : : ._ascii = {
6349 : : .ob_base = {
6350 : : .ob_refcnt = 999999999,
6351 : : .ob_type = &PyUnicode_Type,
6352 : : },
6353 : : .length = 6,
6354 : : .hash = -1,
6355 : : .state = {
6356 : : .kind = 1,
6357 : : .compact = 1,
6358 : : .ascii = 1,
6359 : : },
6360 : : },
6361 : : ._data = "origin",
6362 : : };
6363 : : static
6364 : : struct {
6365 : : PyASCIIObject _ascii;
6366 : : uint8_t _data[13];
6367 : : }
6368 : : const_str_loader_state = {
6369 : : ._ascii = {
6370 : : .ob_base = {
6371 : : .ob_refcnt = 999999999,
6372 : : .ob_type = &PyUnicode_Type,
6373 : : },
6374 : : .length = 12,
6375 : : .hash = -1,
6376 : : .state = {
6377 : : .kind = 1,
6378 : : .compact = 1,
6379 : : .ascii = 1,
6380 : : },
6381 : : },
6382 : : ._data = "loader_state",
6383 : : };
6384 : : static
6385 : : struct {
6386 : : PyASCIIObject _ascii;
6387 : : uint8_t _data[11];
6388 : : }
6389 : : const_str_is_package = {
6390 : : ._ascii = {
6391 : : .ob_base = {
6392 : : .ob_refcnt = 999999999,
6393 : : .ob_type = &PyUnicode_Type,
6394 : : },
6395 : : .length = 10,
6396 : : .hash = -1,
6397 : : .state = {
6398 : : .kind = 1,
6399 : : .compact = 1,
6400 : : .ascii = 1,
6401 : : },
6402 : : },
6403 : : ._data = "is_package",
6404 : : };
6405 : : static
6406 : : struct {
6407 : : PyGC_Head _gc_head;
6408 : : struct {
6409 : : PyObject_VAR_HEAD
6410 : : PyObject *ob_item[3];
6411 : : }_object;
6412 : : }
6413 : : importlib__bootstrap_toplevel_consts_23_consts_3 = {
6414 : : ._object = {
6415 : : .ob_base = {
6416 : : .ob_base = {
6417 : : .ob_refcnt = 999999999,
6418 : : .ob_type = &PyTuple_Type,
6419 : : },
6420 : : .ob_size = 3,
6421 : : },
6422 : : .ob_item = {
6423 : : & const_str_origin._ascii.ob_base,
6424 : : & const_str_loader_state._ascii.ob_base,
6425 : : & const_str_is_package._ascii.ob_base,
6426 : : },
6427 : : },
6428 : : };
6429 : : static
6430 : : struct {
6431 : : PyGC_Head _gc_head;
6432 : : struct {
6433 : : PyObject_VAR_HEAD
6434 : : PyObject *ob_item[2];
6435 : : }_object;
6436 : : }
6437 : : importlib__bootstrap_toplevel_consts_23_consts_4_consts = {
6438 : : ._object = {
6439 : : .ob_base = {
6440 : : .ob_base = {
6441 : : .ob_refcnt = 999999999,
6442 : : .ob_type = &PyTuple_Type,
6443 : : },
6444 : : .ob_size = 2,
6445 : : },
6446 : : .ob_item = {
6447 : : Py_None,
6448 : : Py_False,
6449 : : },
6450 : : },
6451 : : };
6452 : : static
6453 : : struct {
6454 : : PyASCIIObject _ascii;
6455 : : uint8_t _data[27];
6456 : : }
6457 : : const_str_submodule_search_locations = {
6458 : : ._ascii = {
6459 : : .ob_base = {
6460 : : .ob_refcnt = 999999999,
6461 : : .ob_type = &PyUnicode_Type,
6462 : : },
6463 : : .length = 26,
6464 : : .hash = -1,
6465 : : .state = {
6466 : : .kind = 1,
6467 : : .compact = 1,
6468 : : .ascii = 1,
6469 : : },
6470 : : },
6471 : : ._data = "submodule_search_locations",
6472 : : };
6473 : : static
6474 : : struct {
6475 : : PyASCIIObject _ascii;
6476 : : uint8_t _data[14];
6477 : : }
6478 : : const_str__set_fileattr = {
6479 : : ._ascii = {
6480 : : .ob_base = {
6481 : : .ob_refcnt = 999999999,
6482 : : .ob_type = &PyUnicode_Type,
6483 : : },
6484 : : .length = 13,
6485 : : .hash = -1,
6486 : : .state = {
6487 : : .kind = 1,
6488 : : .compact = 1,
6489 : : .ascii = 1,
6490 : : },
6491 : : },
6492 : : ._data = "_set_fileattr",
6493 : : };
6494 : : static
6495 : : struct {
6496 : : PyASCIIObject _ascii;
6497 : : uint8_t _data[8];
6498 : : }
6499 : : const_str__cached = {
6500 : : ._ascii = {
6501 : : .ob_base = {
6502 : : .ob_refcnt = 999999999,
6503 : : .ob_type = &PyUnicode_Type,
6504 : : },
6505 : : .length = 7,
6506 : : .hash = -1,
6507 : : .state = {
6508 : : .kind = 1,
6509 : : .compact = 1,
6510 : : .ascii = 1,
6511 : : },
6512 : : },
6513 : : ._data = "_cached",
6514 : : };
6515 : : static
6516 : : struct {
6517 : : PyGC_Head _gc_head;
6518 : : struct {
6519 : : PyObject_VAR_HEAD
6520 : : PyObject *ob_item[8];
6521 : : }_object;
6522 : : }
6523 : : importlib__bootstrap_toplevel_consts_23_consts_4_names = {
6524 : : ._object = {
6525 : : .ob_base = {
6526 : : .ob_base = {
6527 : : .ob_refcnt = 999999999,
6528 : : .ob_type = &PyTuple_Type,
6529 : : },
6530 : : .ob_size = 8,
6531 : : },
6532 : : .ob_item = {
6533 : : &_Py_ID(name),
6534 : : & const_str_loader._ascii.ob_base,
6535 : : & const_str_origin._ascii.ob_base,
6536 : : & const_str_loader_state._ascii.ob_base,
6537 : : & const_str_submodule_search_locations._ascii.ob_base,
6538 : : &_Py_ID(_uninitialized_submodules),
6539 : : & const_str__set_fileattr._ascii.ob_base,
6540 : : & const_str__cached._ascii.ob_base,
6541 : : },
6542 : : },
6543 : : };
6544 : : static
6545 : : struct {
6546 : : PyASCIIObject _ascii;
6547 : : uint8_t _data[20];
6548 : : }
6549 : : importlib__bootstrap_toplevel_consts_23_consts_4_qualname = {
6550 : : ._ascii = {
6551 : : .ob_base = {
6552 : : .ob_refcnt = 999999999,
6553 : : .ob_type = &PyUnicode_Type,
6554 : : },
6555 : : .length = 19,
6556 : : .hash = -1,
6557 : : .state = {
6558 : : .kind = 1,
6559 : : .compact = 1,
6560 : : .ascii = 1,
6561 : : },
6562 : : },
6563 : : ._data = "ModuleSpec.__init__",
6564 : : };
6565 : : static
6566 : : struct {
6567 : : PyObject_VAR_HEAD
6568 : : Py_hash_t ob_shash;
6569 : : char ob_sval[78];
6570 : : }
6571 : : importlib__bootstrap_toplevel_consts_23_consts_4_linetable = {
6572 : : .ob_base = {
6573 : : .ob_base = {
6574 : : .ob_refcnt = 999999999,
6575 : : .ob_type = &PyBytes_Type,
6576 : : },
6577 : : .ob_size = 77,
6578 : : },
6579 : : .ob_shash = -1,
6580 : : .ob_sval = "\x80\x00\xe0\x14\x18\x88\x04\x8c\x09\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x30\x3a\xd0\x2a\x44\xa8\x22\xa8\x22\xc0\x04\x88\x04\xd4\x08\x27\xd8\x29\x2b\x88\x04\xd4\x08\x26\xf0\x06\x00\x1e\x23\x88\x04\xd4\x08\x1a\xd8\x17\x1b\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
6581 : : };
6582 : : static
6583 : : struct {
6584 : : PyGC_Head _gc_head;
6585 : : struct {
6586 : : PyObject_VAR_HEAD
6587 : : PyObject *ob_item[6];
6588 : : }_object;
6589 : : }
6590 : : importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames = {
6591 : : ._object = {
6592 : : .ob_base = {
6593 : : .ob_base = {
6594 : : .ob_refcnt = 999999999,
6595 : : .ob_type = &PyTuple_Type,
6596 : : },
6597 : : .ob_size = 6,
6598 : : },
6599 : : .ob_item = {
6600 : : & const_str_self._ascii.ob_base,
6601 : : &_Py_ID(name),
6602 : : & const_str_loader._ascii.ob_base,
6603 : : & const_str_origin._ascii.ob_base,
6604 : : & const_str_loader_state._ascii.ob_base,
6605 : : & const_str_is_package._ascii.ob_base,
6606 : : },
6607 : : },
6608 : : };
6609 : : static
6610 : : struct {
6611 : : PyObject_VAR_HEAD
6612 : : Py_hash_t ob_shash;
6613 : : char ob_sval[7];
6614 : : }
6615 : : importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds = {
6616 : : .ob_base = {
6617 : : .ob_base = {
6618 : : .ob_refcnt = 999999999,
6619 : : .ob_type = &PyBytes_Type,
6620 : : },
6621 : : .ob_size = 6,
6622 : : },
6623 : : .ob_shash = -1,
6624 : : .ob_sval = " ",
6625 : : };
6626 : : static
6627 : : struct _PyCode_DEF(126)
6628 : : importlib__bootstrap_toplevel_consts_23_consts_4 = {
6629 : : .ob_base = {
6630 : : .ob_base = {
6631 : : .ob_refcnt = 999999999,
6632 : : .ob_type = &PyCode_Type,
6633 : : },
6634 : : .ob_size = 63,
6635 : : },
6636 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
6637 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
6638 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
6639 : : .co_flags = 3,
6640 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
6641 : : ._co_linearray_entry_size = 0,
6642 : : .co_argcount = 3,
6643 : : .co_posonlyargcount = 0,
6644 : : .co_kwonlyargcount = 3,
6645 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
6646 : : .co_stacksize = 2,
6647 : : .co_firstlineno = 357,
6648 : : .co_nlocalsplus = 6,
6649 : : .co_nlocals = 6,
6650 : : .co_nplaincellvars = 0,
6651 : : .co_ncellvars = 0,
6652 : : .co_nfreevars = 0,
6653 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
6654 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
6655 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6656 : : .co_name = &_Py_ID(__init__),
6657 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
6658 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
6659 : : ._co_code = NULL,
6660 : : ._co_linearray = NULL,
6661 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
6662 : : ._co_firsttraceable = 0,
6663 : : };
6664 : : static
6665 : : struct {
6666 : : PyASCIIObject _ascii;
6667 : : uint8_t _data[10];
6668 : : }
6669 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts_1 = {
6670 : : ._ascii = {
6671 : : .ob_base = {
6672 : : .ob_refcnt = 999999999,
6673 : : .ob_type = &PyUnicode_Type,
6674 : : },
6675 : : .length = 9,
6676 : : .hash = -1,
6677 : : .state = {
6678 : : .kind = 1,
6679 : : .compact = 1,
6680 : : .ascii = 1,
6681 : : },
6682 : : },
6683 : : ._data = "name={!r}",
6684 : : };
6685 : : static
6686 : : struct {
6687 : : PyASCIIObject _ascii;
6688 : : uint8_t _data[12];
6689 : : }
6690 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts_2 = {
6691 : : ._ascii = {
6692 : : .ob_base = {
6693 : : .ob_refcnt = 999999999,
6694 : : .ob_type = &PyUnicode_Type,
6695 : : },
6696 : : .length = 11,
6697 : : .hash = -1,
6698 : : .state = {
6699 : : .kind = 1,
6700 : : .compact = 1,
6701 : : .ascii = 1,
6702 : : },
6703 : : },
6704 : : ._data = "loader={!r}",
6705 : : };
6706 : : static
6707 : : struct {
6708 : : PyASCIIObject _ascii;
6709 : : uint8_t _data[12];
6710 : : }
6711 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts_3 = {
6712 : : ._ascii = {
6713 : : .ob_base = {
6714 : : .ob_refcnt = 999999999,
6715 : : .ob_type = &PyUnicode_Type,
6716 : : },
6717 : : .length = 11,
6718 : : .hash = -1,
6719 : : .state = {
6720 : : .kind = 1,
6721 : : .compact = 1,
6722 : : .ascii = 1,
6723 : : },
6724 : : },
6725 : : ._data = "origin={!r}",
6726 : : };
6727 : : static
6728 : : struct {
6729 : : PyASCIIObject _ascii;
6730 : : uint8_t _data[30];
6731 : : }
6732 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts_4 = {
6733 : : ._ascii = {
6734 : : .ob_base = {
6735 : : .ob_refcnt = 999999999,
6736 : : .ob_type = &PyUnicode_Type,
6737 : : },
6738 : : .length = 29,
6739 : : .hash = -1,
6740 : : .state = {
6741 : : .kind = 1,
6742 : : .compact = 1,
6743 : : .ascii = 1,
6744 : : },
6745 : : },
6746 : : ._data = "submodule_search_locations={}",
6747 : : };
6748 : : static
6749 : : struct {
6750 : : PyASCIIObject _ascii;
6751 : : uint8_t _data[7];
6752 : : }
6753 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts_5 = {
6754 : : ._ascii = {
6755 : : .ob_base = {
6756 : : .ob_refcnt = 999999999,
6757 : : .ob_type = &PyUnicode_Type,
6758 : : },
6759 : : .length = 6,
6760 : : .hash = -1,
6761 : : .state = {
6762 : : .kind = 1,
6763 : : .compact = 1,
6764 : : .ascii = 1,
6765 : : },
6766 : : },
6767 : : ._data = "{}({})",
6768 : : };
6769 : : static
6770 : : struct {
6771 : : PyGC_Head _gc_head;
6772 : : struct {
6773 : : PyObject_VAR_HEAD
6774 : : PyObject *ob_item[7];
6775 : : }_object;
6776 : : }
6777 : : importlib__bootstrap_toplevel_consts_23_consts_5_consts = {
6778 : : ._object = {
6779 : : .ob_base = {
6780 : : .ob_base = {
6781 : : .ob_refcnt = 999999999,
6782 : : .ob_type = &PyTuple_Type,
6783 : : },
6784 : : .ob_size = 7,
6785 : : },
6786 : : .ob_item = {
6787 : : Py_None,
6788 : : & importlib__bootstrap_toplevel_consts_23_consts_5_consts_1._ascii.ob_base,
6789 : : & importlib__bootstrap_toplevel_consts_23_consts_5_consts_2._ascii.ob_base,
6790 : : & importlib__bootstrap_toplevel_consts_23_consts_5_consts_3._ascii.ob_base,
6791 : : & importlib__bootstrap_toplevel_consts_23_consts_5_consts_4._ascii.ob_base,
6792 : : & importlib__bootstrap_toplevel_consts_23_consts_5_consts_5._ascii.ob_base,
6793 : : &_Py_STR(comma_sep),
6794 : : },
6795 : : },
6796 : : };
6797 : : static
6798 : : struct {
6799 : : PyGC_Head _gc_head;
6800 : : struct {
6801 : : PyObject_VAR_HEAD
6802 : : PyObject *ob_item[9];
6803 : : }_object;
6804 : : }
6805 : : importlib__bootstrap_toplevel_consts_23_consts_5_names = {
6806 : : ._object = {
6807 : : .ob_base = {
6808 : : .ob_base = {
6809 : : .ob_refcnt = 999999999,
6810 : : .ob_type = &PyTuple_Type,
6811 : : },
6812 : : .ob_size = 9,
6813 : : },
6814 : : .ob_item = {
6815 : : & const_str_format._ascii.ob_base,
6816 : : &_Py_ID(name),
6817 : : & const_str_loader._ascii.ob_base,
6818 : : & const_str_origin._ascii.ob_base,
6819 : : &_Py_ID(append),
6820 : : & const_str_submodule_search_locations._ascii.ob_base,
6821 : : &_Py_ID(__class__),
6822 : : &_Py_ID(__name__),
6823 : : &_Py_ID(join),
6824 : : },
6825 : : },
6826 : : };
6827 : : static
6828 : : struct {
6829 : : PyASCIIObject _ascii;
6830 : : uint8_t _data[20];
6831 : : }
6832 : : importlib__bootstrap_toplevel_consts_23_consts_5_qualname = {
6833 : : ._ascii = {
6834 : : .ob_base = {
6835 : : .ob_refcnt = 999999999,
6836 : : .ob_type = &PyUnicode_Type,
6837 : : },
6838 : : .length = 19,
6839 : : .hash = -1,
6840 : : .state = {
6841 : : .kind = 1,
6842 : : .compact = 1,
6843 : : .ascii = 1,
6844 : : },
6845 : : },
6846 : : ._data = "ModuleSpec.__repr__",
6847 : : };
6848 : : static
6849 : : struct {
6850 : : PyObject_VAR_HEAD
6851 : : Py_hash_t ob_shash;
6852 : : char ob_sval[176];
6853 : : }
6854 : : importlib__bootstrap_toplevel_consts_23_consts_5_linetable = {
6855 : : .ob_base = {
6856 : : .ob_base = {
6857 : : .ob_refcnt = 999999999,
6858 : : .ob_type = &PyBytes_Type,
6859 : : },
6860 : : .ob_size = 175,
6861 : : },
6862 : : .ob_shash = -1,
6863 : : .ob_sval = "\x80\x00\xd8\x10\x1b\xd7\x10\x22\xd1\x10\x22\xa0\x34\xa7\x39\xa1\x39\xd4\x10\x2d\xd8\x10\x1d\xd7\x10\x24\xd1\x10\x24\xa0\x54\xa7\x5b\xa1\x5b\xd4\x10\x31\xf0\x03\x01\x10\x33\x88\x04\xe0\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x01\x09\x3b\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x0d\xd7\x18\x2c\xd1\x18\x2c\xa8\x54\xaf\x5b\xa9\x5b\xd4\x18\x39\xd4\x0c\x3a\xd0\x0c\x3a\xd8\x0b\x0f\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x02\x09\x42\x01\xd8\x0c\x10\x8f\x4b\x89\x4b\xd0\x18\x37\xdf\x19\x1f\x99\x16\xa0\x04\xd7\x20\x3f\xd1\x20\x3f\xd4\x19\x40\xf4\x03\x01\x0d\x42\x01\xf0\x00\x01\x0d\x42\x01\xe0\x0f\x17\x8f\x7f\x89\x7f\x98\x74\x9f\x7e\x99\x7e\xd7\x1f\x36\xd1\x1f\x36\xb8\x04\xbf\x09\xb9\x09\xc0\x24\xbc\x0f\xd4\x0f\x48\xd0\x08\x48",
6864 : : };
6865 : : static
6866 : : struct {
6867 : : PyGC_Head _gc_head;
6868 : : struct {
6869 : : PyObject_VAR_HEAD
6870 : : PyObject *ob_item[2];
6871 : : }_object;
6872 : : }
6873 : : importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames = {
6874 : : ._object = {
6875 : : .ob_base = {
6876 : : .ob_base = {
6877 : : .ob_refcnt = 999999999,
6878 : : .ob_type = &PyTuple_Type,
6879 : : },
6880 : : .ob_size = 2,
6881 : : },
6882 : : .ob_item = {
6883 : : & const_str_self._ascii.ob_base,
6884 : : & const_str_args._ascii.ob_base,
6885 : : },
6886 : : },
6887 : : };
6888 : : static
6889 : : struct _PyCode_DEF(448)
6890 : : importlib__bootstrap_toplevel_consts_23_consts_5 = {
6891 : : .ob_base = {
6892 : : .ob_base = {
6893 : : .ob_refcnt = 999999999,
6894 : : .ob_type = &PyCode_Type,
6895 : : },
6896 : : .ob_size = 224,
6897 : : },
6898 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_5_consts._object.ob_base.ob_base,
6899 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_5_names._object.ob_base.ob_base,
6900 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
6901 : : .co_flags = 3,
6902 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
6903 : : ._co_linearray_entry_size = 0,
6904 : : .co_argcount = 1,
6905 : : .co_posonlyargcount = 0,
6906 : : .co_kwonlyargcount = 0,
6907 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
6908 : : .co_stacksize = 6,
6909 : : .co_firstlineno = 370,
6910 : : .co_nlocalsplus = 2,
6911 : : .co_nlocals = 2,
6912 : : .co_nplaincellvars = 0,
6913 : : .co_ncellvars = 0,
6914 : : .co_nfreevars = 0,
6915 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
6916 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
6917 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
6918 : : .co_name = &_Py_ID(__repr__),
6919 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_5_qualname._ascii.ob_base,
6920 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_5_linetable.ob_base.ob_base,
6921 : : ._co_code = NULL,
6922 : : ._co_linearray = NULL,
6923 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x67\x02\x7d\x01\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2c\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2c\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x05\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
6924 : : ._co_firsttraceable = 0,
6925 : : };
6926 : : static
6927 : : struct {
6928 : : PyASCIIObject _ascii;
6929 : : uint8_t _data[7];
6930 : : }
6931 : : const_str_cached = {
6932 : : ._ascii = {
6933 : : .ob_base = {
6934 : : .ob_refcnt = 999999999,
6935 : : .ob_type = &PyUnicode_Type,
6936 : : },
6937 : : .length = 6,
6938 : : .hash = -1,
6939 : : .state = {
6940 : : .kind = 1,
6941 : : .compact = 1,
6942 : : .ascii = 1,
6943 : : },
6944 : : },
6945 : : ._data = "cached",
6946 : : };
6947 : : static
6948 : : struct {
6949 : : PyASCIIObject _ascii;
6950 : : uint8_t _data[13];
6951 : : }
6952 : : const_str_has_location = {
6953 : : ._ascii = {
6954 : : .ob_base = {
6955 : : .ob_refcnt = 999999999,
6956 : : .ob_type = &PyUnicode_Type,
6957 : : },
6958 : : .length = 12,
6959 : : .hash = -1,
6960 : : .state = {
6961 : : .kind = 1,
6962 : : .compact = 1,
6963 : : .ascii = 1,
6964 : : },
6965 : : },
6966 : : ._data = "has_location",
6967 : : };
6968 : : static
6969 : : struct {
6970 : : PyASCIIObject _ascii;
6971 : : uint8_t _data[15];
6972 : : }
6973 : : const_str_NotImplemented = {
6974 : : ._ascii = {
6975 : : .ob_base = {
6976 : : .ob_refcnt = 999999999,
6977 : : .ob_type = &PyUnicode_Type,
6978 : : },
6979 : : .length = 14,
6980 : : .hash = -1,
6981 : : .state = {
6982 : : .kind = 1,
6983 : : .compact = 1,
6984 : : .ascii = 1,
6985 : : },
6986 : : },
6987 : : ._data = "NotImplemented",
6988 : : };
6989 : : static
6990 : : struct {
6991 : : PyGC_Head _gc_head;
6992 : : struct {
6993 : : PyObject_VAR_HEAD
6994 : : PyObject *ob_item[8];
6995 : : }_object;
6996 : : }
6997 : : importlib__bootstrap_toplevel_consts_23_consts_6_names = {
6998 : : ._object = {
6999 : : .ob_base = {
7000 : : .ob_base = {
7001 : : .ob_refcnt = 999999999,
7002 : : .ob_type = &PyTuple_Type,
7003 : : },
7004 : : .ob_size = 8,
7005 : : },
7006 : : .ob_item = {
7007 : : & const_str_submodule_search_locations._ascii.ob_base,
7008 : : &_Py_ID(name),
7009 : : & const_str_loader._ascii.ob_base,
7010 : : & const_str_origin._ascii.ob_base,
7011 : : & const_str_cached._ascii.ob_base,
7012 : : & const_str_has_location._ascii.ob_base,
7013 : : & const_str_AttributeError._ascii.ob_base,
7014 : : & const_str_NotImplemented._ascii.ob_base,
7015 : : },
7016 : : },
7017 : : };
7018 : : static
7019 : : struct {
7020 : : PyASCIIObject _ascii;
7021 : : uint8_t _data[18];
7022 : : }
7023 : : importlib__bootstrap_toplevel_consts_23_consts_6_qualname = {
7024 : : ._ascii = {
7025 : : .ob_base = {
7026 : : .ob_refcnt = 999999999,
7027 : : .ob_type = &PyUnicode_Type,
7028 : : },
7029 : : .length = 17,
7030 : : .hash = -1,
7031 : : .state = {
7032 : : .kind = 1,
7033 : : .compact = 1,
7034 : : .ascii = 1,
7035 : : },
7036 : : },
7037 : : ._data = "ModuleSpec.__eq__",
7038 : : };
7039 : : static
7040 : : struct {
7041 : : PyObject_VAR_HEAD
7042 : : Py_hash_t ob_shash;
7043 : : char ob_sval[194];
7044 : : }
7045 : : importlib__bootstrap_toplevel_consts_23_consts_6_linetable = {
7046 : : .ob_base = {
7047 : : .ob_base = {
7048 : : .ob_refcnt = 999999999,
7049 : : .ob_type = &PyBytes_Type,
7050 : : },
7051 : : .ob_size = 193,
7052 : : },
7053 : : .ob_shash = -1,
7054 : : .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x2e\xd1\x0f\x2e\x88\x04\xf0\x02\x08\x09\x22\xd8\x14\x18\x97\x49\x91\x49\xa0\x15\xa7\x1a\xa1\x1a\xd2\x14\x2b\xf0\x00\x05\x15\x3c\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x03\x05\x15\x3c\xe0\x14\x18\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x05\x05\x15\x3c\xf0\x06\x00\x15\x19\x98\x45\xd7\x1c\x3c\xd1\x1c\x3c\xd2\x14\x3c\xf0\x07\x05\x15\x3c\xf0\x08\x00\x15\x19\x97\x4b\x91\x4b\xa0\x35\xa7\x3c\xa1\x3c\xd2\x14\x2f\xf0\x09\x05\x15\x3c\xf0\x0a\x00\x15\x19\xd7\x14\x25\xd1\x14\x25\xa8\x15\xd7\x29\x3b\xd1\x29\x3b\xd2\x14\x3b\xf0\x0b\x05\x0d\x3d\xf8\xf5\x0c\x00\x10\x1e\xf0\x00\x01\x09\x22\xf0\x00\x01\x09\x22\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xf0\x03\x01\x09\x22\xf8\xf8\xf8",
7055 : : };
7056 : : static
7057 : : struct {
7058 : : PyObject_VAR_HEAD
7059 : : Py_hash_t ob_shash;
7060 : : char ob_sval[19];
7061 : : }
7062 : : importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable = {
7063 : : .ob_base = {
7064 : : .ob_base = {
7065 : : .ob_refcnt = 999999999,
7066 : : .ob_type = &PyBytes_Type,
7067 : : },
7068 : : .ob_size = 18,
7069 : : },
7070 : : .ob_shash = -1,
7071 : : .ob_sval = "\x8e\x42\x11\x42\x20\x00\xc2\x20\x11\x42\x34\x03\xc2\x33\x01\x42\x34\x03",
7072 : : };
7073 : : static
7074 : : struct {
7075 : : PyASCIIObject _ascii;
7076 : : uint8_t _data[6];
7077 : : }
7078 : : const_str_other = {
7079 : : ._ascii = {
7080 : : .ob_base = {
7081 : : .ob_refcnt = 999999999,
7082 : : .ob_type = &PyUnicode_Type,
7083 : : },
7084 : : .length = 5,
7085 : : .hash = -1,
7086 : : .state = {
7087 : : .kind = 1,
7088 : : .compact = 1,
7089 : : .ascii = 1,
7090 : : },
7091 : : },
7092 : : ._data = "other",
7093 : : };
7094 : : static
7095 : : struct {
7096 : : PyASCIIObject _ascii;
7097 : : uint8_t _data[5];
7098 : : }
7099 : : const_str_smsl = {
7100 : : ._ascii = {
7101 : : .ob_base = {
7102 : : .ob_refcnt = 999999999,
7103 : : .ob_type = &PyUnicode_Type,
7104 : : },
7105 : : .length = 4,
7106 : : .hash = -1,
7107 : : .state = {
7108 : : .kind = 1,
7109 : : .compact = 1,
7110 : : .ascii = 1,
7111 : : },
7112 : : },
7113 : : ._data = "smsl",
7114 : : };
7115 : : static
7116 : : struct {
7117 : : PyGC_Head _gc_head;
7118 : : struct {
7119 : : PyObject_VAR_HEAD
7120 : : PyObject *ob_item[3];
7121 : : }_object;
7122 : : }
7123 : : importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames = {
7124 : : ._object = {
7125 : : .ob_base = {
7126 : : .ob_base = {
7127 : : .ob_refcnt = 999999999,
7128 : : .ob_type = &PyTuple_Type,
7129 : : },
7130 : : .ob_size = 3,
7131 : : },
7132 : : .ob_item = {
7133 : : & const_str_self._ascii.ob_base,
7134 : : & const_str_other._ascii.ob_base,
7135 : : & const_str_smsl._ascii.ob_base,
7136 : : },
7137 : : },
7138 : : };
7139 : : static
7140 : : struct _PyCode_DEF(366)
7141 : : importlib__bootstrap_toplevel_consts_23_consts_6 = {
7142 : : .ob_base = {
7143 : : .ob_base = {
7144 : : .ob_refcnt = 999999999,
7145 : : .ob_type = &PyCode_Type,
7146 : : },
7147 : : .ob_size = 183,
7148 : : },
7149 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7150 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_6_names._object.ob_base.ob_base,
7151 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_23_consts_6_exceptiontable.ob_base.ob_base,
7152 : : .co_flags = 3,
7153 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7154 : : ._co_linearray_entry_size = 0,
7155 : : .co_argcount = 2,
7156 : : .co_posonlyargcount = 0,
7157 : : .co_kwonlyargcount = 0,
7158 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
7159 : : .co_stacksize = 4,
7160 : : .co_firstlineno = 380,
7161 : : .co_nlocalsplus = 3,
7162 : : .co_nlocals = 3,
7163 : : .co_nplaincellvars = 0,
7164 : : .co_ncellvars = 0,
7165 : : .co_nfreevars = 0,
7166 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_6_localsplusnames._object.ob_base.ob_base,
7167 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
7168 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7169 : : .co_name = &_Py_ID(__eq__),
7170 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_6_qualname._ascii.ob_base,
7171 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_6_linetable.ob_base.ob_base,
7172 : : ._co_code = NULL,
7173 : : ._co_linearray = NULL,
7174 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x77\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x5d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x43\x7c\x02\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x33\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0a\x01\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
7175 : : ._co_firsttraceable = 0,
7176 : : };
7177 : : static
7178 : : struct {
7179 : : PyASCIIObject _ascii;
7180 : : uint8_t _data[20];
7181 : : }
7182 : : const_str__bootstrap_external = {
7183 : : ._ascii = {
7184 : : .ob_base = {
7185 : : .ob_refcnt = 999999999,
7186 : : .ob_type = &PyUnicode_Type,
7187 : : },
7188 : : .length = 19,
7189 : : .hash = -1,
7190 : : .state = {
7191 : : .kind = 1,
7192 : : .compact = 1,
7193 : : .ascii = 1,
7194 : : },
7195 : : },
7196 : : ._data = "_bootstrap_external",
7197 : : };
7198 : : static
7199 : : struct {
7200 : : PyASCIIObject _ascii;
7201 : : uint8_t _data[20];
7202 : : }
7203 : : const_str_NotImplementedError = {
7204 : : ._ascii = {
7205 : : .ob_base = {
7206 : : .ob_refcnt = 999999999,
7207 : : .ob_type = &PyUnicode_Type,
7208 : : },
7209 : : .length = 19,
7210 : : .hash = -1,
7211 : : .state = {
7212 : : .kind = 1,
7213 : : .compact = 1,
7214 : : .ascii = 1,
7215 : : },
7216 : : },
7217 : : ._data = "NotImplementedError",
7218 : : };
7219 : : static
7220 : : struct {
7221 : : PyASCIIObject _ascii;
7222 : : uint8_t _data[12];
7223 : : }
7224 : : const_str__get_cached = {
7225 : : ._ascii = {
7226 : : .ob_base = {
7227 : : .ob_refcnt = 999999999,
7228 : : .ob_type = &PyUnicode_Type,
7229 : : },
7230 : : .length = 11,
7231 : : .hash = -1,
7232 : : .state = {
7233 : : .kind = 1,
7234 : : .compact = 1,
7235 : : .ascii = 1,
7236 : : },
7237 : : },
7238 : : ._data = "_get_cached",
7239 : : };
7240 : : static
7241 : : struct {
7242 : : PyGC_Head _gc_head;
7243 : : struct {
7244 : : PyObject_VAR_HEAD
7245 : : PyObject *ob_item[6];
7246 : : }_object;
7247 : : }
7248 : : importlib__bootstrap_toplevel_consts_23_consts_7_names = {
7249 : : ._object = {
7250 : : .ob_base = {
7251 : : .ob_base = {
7252 : : .ob_refcnt = 999999999,
7253 : : .ob_type = &PyTuple_Type,
7254 : : },
7255 : : .ob_size = 6,
7256 : : },
7257 : : .ob_item = {
7258 : : & const_str__cached._ascii.ob_base,
7259 : : & const_str_origin._ascii.ob_base,
7260 : : & const_str__set_fileattr._ascii.ob_base,
7261 : : & const_str__bootstrap_external._ascii.ob_base,
7262 : : & const_str_NotImplementedError._ascii.ob_base,
7263 : : & const_str__get_cached._ascii.ob_base,
7264 : : },
7265 : : },
7266 : : };
7267 : : static
7268 : : struct {
7269 : : PyASCIIObject _ascii;
7270 : : uint8_t _data[18];
7271 : : }
7272 : : importlib__bootstrap_toplevel_consts_23_consts_7_qualname = {
7273 : : ._ascii = {
7274 : : .ob_base = {
7275 : : .ob_refcnt = 999999999,
7276 : : .ob_type = &PyUnicode_Type,
7277 : : },
7278 : : .length = 17,
7279 : : .hash = -1,
7280 : : .state = {
7281 : : .kind = 1,
7282 : : .compact = 1,
7283 : : .ascii = 1,
7284 : : },
7285 : : },
7286 : : ._data = "ModuleSpec.cached",
7287 : : };
7288 : : static
7289 : : struct {
7290 : : PyObject_VAR_HEAD
7291 : : Py_hash_t ob_shash;
7292 : : char ob_sval[89];
7293 : : }
7294 : : importlib__bootstrap_toplevel_consts_23_consts_7_linetable = {
7295 : : .ob_base = {
7296 : : .ob_base = {
7297 : : .ob_refcnt = 999999999,
7298 : : .ob_type = &PyBytes_Type,
7299 : : },
7300 : : .ob_size = 88,
7301 : : },
7302 : : .ob_shash = -1,
7303 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x3c\x89\x3c\xf0\x00\x04\x09\x4c\x01\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x03\x0d\x4c\x01\xa8\x34\xd7\x2b\x3d\xd1\x2b\x3d\xf0\x00\x03\x0d\x4c\x01\xdd\x13\x26\xf0\x00\x01\x11\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x1f\x32\xd7\x1f\x3e\xd1\x1f\x3e\xb8\x74\xbf\x7b\xb9\x7b\xd4\x1f\x4b\x90\x04\x94\x0c\xd8\x0f\x13\x8f\x7c\x89\x7c\xd0\x08\x1b",
7304 : : };
7305 : : static
7306 : : struct _PyCode_DEF(202)
7307 : : importlib__bootstrap_toplevel_consts_23_consts_7 = {
7308 : : .ob_base = {
7309 : : .ob_base = {
7310 : : .ob_refcnt = 999999999,
7311 : : .ob_type = &PyCode_Type,
7312 : : },
7313 : : .ob_size = 101,
7314 : : },
7315 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7316 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_7_names._object.ob_base.ob_base,
7317 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7318 : : .co_flags = 3,
7319 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7320 : : ._co_linearray_entry_size = 0,
7321 : : .co_argcount = 1,
7322 : : .co_posonlyargcount = 0,
7323 : : .co_kwonlyargcount = 0,
7324 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
7325 : : .co_stacksize = 3,
7326 : : .co_firstlineno = 392,
7327 : : .co_nlocalsplus = 1,
7328 : : .co_nlocals = 1,
7329 : : .co_nplaincellvars = 0,
7330 : : .co_ncellvars = 0,
7331 : : .co_nfreevars = 0,
7332 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7333 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7334 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7335 : : .co_name = & const_str_cached._ascii.ob_base,
7336 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
7337 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_7_linetable.ob_base.ob_base,
7338 : : ._co_code = NULL,
7339 : : ._co_linearray = NULL,
7340 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x4c\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x40\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x34\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7341 : : ._co_firsttraceable = 0,
7342 : : };
7343 : : static
7344 : : struct {
7345 : : PyGC_Head _gc_head;
7346 : : struct {
7347 : : PyObject_VAR_HEAD
7348 : : PyObject *ob_item[1];
7349 : : }_object;
7350 : : }
7351 : : importlib__bootstrap_toplevel_consts_23_consts_8_names = {
7352 : : ._object = {
7353 : : .ob_base = {
7354 : : .ob_base = {
7355 : : .ob_refcnt = 999999999,
7356 : : .ob_type = &PyTuple_Type,
7357 : : },
7358 : : .ob_size = 1,
7359 : : },
7360 : : .ob_item = {
7361 : : & const_str__cached._ascii.ob_base,
7362 : : },
7363 : : },
7364 : : };
7365 : : static
7366 : : struct {
7367 : : PyObject_VAR_HEAD
7368 : : Py_hash_t ob_shash;
7369 : : char ob_sval[14];
7370 : : }
7371 : : importlib__bootstrap_toplevel_consts_23_consts_8_linetable = {
7372 : : .ob_base = {
7373 : : .ob_base = {
7374 : : .ob_refcnt = 999999999,
7375 : : .ob_type = &PyBytes_Type,
7376 : : },
7377 : : .ob_size = 13,
7378 : : },
7379 : : .ob_shash = -1,
7380 : : .ob_sval = "\x80\x00\xe0\x17\x1d\x88\x04\x8c\x0c\x88\x0c\x88\x0c",
7381 : : };
7382 : : static
7383 : : struct {
7384 : : PyGC_Head _gc_head;
7385 : : struct {
7386 : : PyObject_VAR_HEAD
7387 : : PyObject *ob_item[2];
7388 : : }_object;
7389 : : }
7390 : : importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames = {
7391 : : ._object = {
7392 : : .ob_base = {
7393 : : .ob_base = {
7394 : : .ob_refcnt = 999999999,
7395 : : .ob_type = &PyTuple_Type,
7396 : : },
7397 : : .ob_size = 2,
7398 : : },
7399 : : .ob_item = {
7400 : : & const_str_self._ascii.ob_base,
7401 : : & const_str_cached._ascii.ob_base,
7402 : : },
7403 : : },
7404 : : };
7405 : : static
7406 : : struct _PyCode_DEF(20)
7407 : : importlib__bootstrap_toplevel_consts_23_consts_8 = {
7408 : : .ob_base = {
7409 : : .ob_base = {
7410 : : .ob_refcnt = 999999999,
7411 : : .ob_type = &PyCode_Type,
7412 : : },
7413 : : .ob_size = 10,
7414 : : },
7415 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7416 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_8_names._object.ob_base.ob_base,
7417 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7418 : : .co_flags = 3,
7419 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7420 : : ._co_linearray_entry_size = 0,
7421 : : .co_argcount = 2,
7422 : : .co_posonlyargcount = 0,
7423 : : .co_kwonlyargcount = 0,
7424 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
7425 : : .co_stacksize = 2,
7426 : : .co_firstlineno = 401,
7427 : : .co_nlocalsplus = 2,
7428 : : .co_nlocals = 2,
7429 : : .co_nplaincellvars = 0,
7430 : : .co_ncellvars = 0,
7431 : : .co_nfreevars = 0,
7432 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_8_localsplusnames._object.ob_base.ob_base,
7433 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
7434 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7435 : : .co_name = & const_str_cached._ascii.ob_base,
7436 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_7_qualname._ascii.ob_base,
7437 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_8_linetable.ob_base.ob_base,
7438 : : ._co_code = NULL,
7439 : : ._co_linearray = NULL,
7440 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
7441 : : ._co_firsttraceable = 0,
7442 : : };
7443 : : static
7444 : : struct {
7445 : : PyASCIIObject _ascii;
7446 : : uint8_t _data[33];
7447 : : }
7448 : : importlib__bootstrap_toplevel_consts_23_consts_9_consts_0 = {
7449 : : ._ascii = {
7450 : : .ob_base = {
7451 : : .ob_refcnt = 999999999,
7452 : : .ob_type = &PyUnicode_Type,
7453 : : },
7454 : : .length = 32,
7455 : : .hash = -1,
7456 : : .state = {
7457 : : .kind = 1,
7458 : : .compact = 1,
7459 : : .ascii = 1,
7460 : : },
7461 : : },
7462 : : ._data = "The name of the module's parent.",
7463 : : };
7464 : : static
7465 : : struct {
7466 : : PyGC_Head _gc_head;
7467 : : struct {
7468 : : PyObject_VAR_HEAD
7469 : : PyObject *ob_item[4];
7470 : : }_object;
7471 : : }
7472 : : importlib__bootstrap_toplevel_consts_23_consts_9_consts = {
7473 : : ._object = {
7474 : : .ob_base = {
7475 : : .ob_base = {
7476 : : .ob_refcnt = 999999999,
7477 : : .ob_type = &PyTuple_Type,
7478 : : },
7479 : : .ob_size = 4,
7480 : : },
7481 : : .ob_item = {
7482 : : & importlib__bootstrap_toplevel_consts_23_consts_9_consts_0._ascii.ob_base,
7483 : : Py_None,
7484 : : &_Py_STR(dot),
7485 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
7486 : : },
7487 : : },
7488 : : };
7489 : : static
7490 : : struct {
7491 : : PyASCIIObject _ascii;
7492 : : uint8_t _data[11];
7493 : : }
7494 : : const_str_rpartition = {
7495 : : ._ascii = {
7496 : : .ob_base = {
7497 : : .ob_refcnt = 999999999,
7498 : : .ob_type = &PyUnicode_Type,
7499 : : },
7500 : : .length = 10,
7501 : : .hash = -1,
7502 : : .state = {
7503 : : .kind = 1,
7504 : : .compact = 1,
7505 : : .ascii = 1,
7506 : : },
7507 : : },
7508 : : ._data = "rpartition",
7509 : : };
7510 : : static
7511 : : struct {
7512 : : PyGC_Head _gc_head;
7513 : : struct {
7514 : : PyObject_VAR_HEAD
7515 : : PyObject *ob_item[3];
7516 : : }_object;
7517 : : }
7518 : : importlib__bootstrap_toplevel_consts_23_consts_9_names = {
7519 : : ._object = {
7520 : : .ob_base = {
7521 : : .ob_base = {
7522 : : .ob_refcnt = 999999999,
7523 : : .ob_type = &PyTuple_Type,
7524 : : },
7525 : : .ob_size = 3,
7526 : : },
7527 : : .ob_item = {
7528 : : & const_str_submodule_search_locations._ascii.ob_base,
7529 : : &_Py_ID(name),
7530 : : & const_str_rpartition._ascii.ob_base,
7531 : : },
7532 : : },
7533 : : };
7534 : : static
7535 : : struct {
7536 : : PyASCIIObject _ascii;
7537 : : uint8_t _data[18];
7538 : : }
7539 : : importlib__bootstrap_toplevel_consts_23_consts_9_qualname = {
7540 : : ._ascii = {
7541 : : .ob_base = {
7542 : : .ob_refcnt = 999999999,
7543 : : .ob_type = &PyUnicode_Type,
7544 : : },
7545 : : .length = 17,
7546 : : .hash = -1,
7547 : : .state = {
7548 : : .kind = 1,
7549 : : .compact = 1,
7550 : : .ascii = 1,
7551 : : },
7552 : : },
7553 : : ._data = "ModuleSpec.parent",
7554 : : };
7555 : : static
7556 : : struct {
7557 : : PyObject_VAR_HEAD
7558 : : Py_hash_t ob_shash;
7559 : : char ob_sval[55];
7560 : : }
7561 : : importlib__bootstrap_toplevel_consts_23_consts_9_linetable = {
7562 : : .ob_base = {
7563 : : .ob_base = {
7564 : : .ob_refcnt = 999999999,
7565 : : .ob_type = &PyBytes_Type,
7566 : : },
7567 : : .ob_size = 54,
7568 : : },
7569 : : .ob_shash = -1,
7570 : : .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x03\x09\x1d\xd8\x13\x17\x97\x39\x91\x39\xd7\x13\x27\xd1\x13\x27\xa8\x03\xd4\x13\x2c\xa8\x51\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x17\x97\x39\x91\x39\xd0\x0c\x1c",
7571 : : };
7572 : : static
7573 : : struct _PyCode_DEF(118)
7574 : : importlib__bootstrap_toplevel_consts_23_consts_9 = {
7575 : : .ob_base = {
7576 : : .ob_base = {
7577 : : .ob_refcnt = 999999999,
7578 : : .ob_type = &PyCode_Type,
7579 : : },
7580 : : .ob_size = 59,
7581 : : },
7582 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_9_consts._object.ob_base.ob_base,
7583 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_9_names._object.ob_base.ob_base,
7584 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7585 : : .co_flags = 3,
7586 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7587 : : ._co_linearray_entry_size = 0,
7588 : : .co_argcount = 1,
7589 : : .co_posonlyargcount = 0,
7590 : : .co_kwonlyargcount = 0,
7591 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
7592 : : .co_stacksize = 3,
7593 : : .co_firstlineno = 405,
7594 : : .co_nlocalsplus = 1,
7595 : : .co_nlocals = 1,
7596 : : .co_nplaincellvars = 0,
7597 : : .co_ncellvars = 0,
7598 : : .co_nfreevars = 0,
7599 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7600 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7601 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7602 : : .co_name = &_Py_ID(parent),
7603 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_9_qualname._ascii.ob_base,
7604 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_9_linetable.ob_base.ob_base,
7605 : : ._co_code = NULL,
7606 : : ._co_linearray = NULL,
7607 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x22\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7608 : : ._co_firsttraceable = 0,
7609 : : };
7610 : : static
7611 : : struct {
7612 : : PyGC_Head _gc_head;
7613 : : struct {
7614 : : PyObject_VAR_HEAD
7615 : : PyObject *ob_item[1];
7616 : : }_object;
7617 : : }
7618 : : importlib__bootstrap_toplevel_consts_23_consts_10_names = {
7619 : : ._object = {
7620 : : .ob_base = {
7621 : : .ob_base = {
7622 : : .ob_refcnt = 999999999,
7623 : : .ob_type = &PyTuple_Type,
7624 : : },
7625 : : .ob_size = 1,
7626 : : },
7627 : : .ob_item = {
7628 : : & const_str__set_fileattr._ascii.ob_base,
7629 : : },
7630 : : },
7631 : : };
7632 : : static
7633 : : struct {
7634 : : PyASCIIObject _ascii;
7635 : : uint8_t _data[24];
7636 : : }
7637 : : importlib__bootstrap_toplevel_consts_23_consts_10_qualname = {
7638 : : ._ascii = {
7639 : : .ob_base = {
7640 : : .ob_refcnt = 999999999,
7641 : : .ob_type = &PyUnicode_Type,
7642 : : },
7643 : : .length = 23,
7644 : : .hash = -1,
7645 : : .state = {
7646 : : .kind = 1,
7647 : : .compact = 1,
7648 : : .ascii = 1,
7649 : : },
7650 : : },
7651 : : ._data = "ModuleSpec.has_location",
7652 : : };
7653 : : static
7654 : : struct {
7655 : : PyObject_VAR_HEAD
7656 : : Py_hash_t ob_shash;
7657 : : char ob_sval[15];
7658 : : }
7659 : : importlib__bootstrap_toplevel_consts_23_consts_10_linetable = {
7660 : : .ob_base = {
7661 : : .ob_base = {
7662 : : .ob_refcnt = 999999999,
7663 : : .ob_type = &PyBytes_Type,
7664 : : },
7665 : : .ob_size = 14,
7666 : : },
7667 : : .ob_shash = -1,
7668 : : .ob_sval = "\x80\x00\xe0\x0f\x13\xd7\x0f\x21\xd1\x0f\x21\xd0\x08\x21",
7669 : : };
7670 : : static
7671 : : struct _PyCode_DEF(26)
7672 : : importlib__bootstrap_toplevel_consts_23_consts_10 = {
7673 : : .ob_base = {
7674 : : .ob_base = {
7675 : : .ob_refcnt = 999999999,
7676 : : .ob_type = &PyCode_Type,
7677 : : },
7678 : : .ob_size = 13,
7679 : : },
7680 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7681 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_10_names._object.ob_base.ob_base,
7682 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7683 : : .co_flags = 3,
7684 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7685 : : ._co_linearray_entry_size = 0,
7686 : : .co_argcount = 1,
7687 : : .co_posonlyargcount = 0,
7688 : : .co_kwonlyargcount = 0,
7689 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
7690 : : .co_stacksize = 1,
7691 : : .co_firstlineno = 413,
7692 : : .co_nlocalsplus = 1,
7693 : : .co_nlocals = 1,
7694 : : .co_nplaincellvars = 0,
7695 : : .co_ncellvars = 0,
7696 : : .co_nfreevars = 0,
7697 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
7698 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
7699 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7700 : : .co_name = & const_str_has_location._ascii.ob_base,
7701 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
7702 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_10_linetable.ob_base.ob_base,
7703 : : ._co_code = NULL,
7704 : : ._co_linearray = NULL,
7705 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
7706 : : ._co_firsttraceable = 0,
7707 : : };
7708 : : static
7709 : : struct {
7710 : : PyASCIIObject _ascii;
7711 : : uint8_t _data[5];
7712 : : }
7713 : : const_str_bool = {
7714 : : ._ascii = {
7715 : : .ob_base = {
7716 : : .ob_refcnt = 999999999,
7717 : : .ob_type = &PyUnicode_Type,
7718 : : },
7719 : : .length = 4,
7720 : : .hash = -1,
7721 : : .state = {
7722 : : .kind = 1,
7723 : : .compact = 1,
7724 : : .ascii = 1,
7725 : : },
7726 : : },
7727 : : ._data = "bool",
7728 : : };
7729 : : static
7730 : : struct {
7731 : : PyGC_Head _gc_head;
7732 : : struct {
7733 : : PyObject_VAR_HEAD
7734 : : PyObject *ob_item[2];
7735 : : }_object;
7736 : : }
7737 : : importlib__bootstrap_toplevel_consts_23_consts_11_names = {
7738 : : ._object = {
7739 : : .ob_base = {
7740 : : .ob_base = {
7741 : : .ob_refcnt = 999999999,
7742 : : .ob_type = &PyTuple_Type,
7743 : : },
7744 : : .ob_size = 2,
7745 : : },
7746 : : .ob_item = {
7747 : : & const_str_bool._ascii.ob_base,
7748 : : & const_str__set_fileattr._ascii.ob_base,
7749 : : },
7750 : : },
7751 : : };
7752 : : static
7753 : : struct {
7754 : : PyObject_VAR_HEAD
7755 : : Py_hash_t ob_shash;
7756 : : char ob_sval[21];
7757 : : }
7758 : : importlib__bootstrap_toplevel_consts_23_consts_11_linetable = {
7759 : : .ob_base = {
7760 : : .ob_base = {
7761 : : .ob_refcnt = 999999999,
7762 : : .ob_type = &PyBytes_Type,
7763 : : },
7764 : : .ob_size = 20,
7765 : : },
7766 : : .ob_shash = -1,
7767 : : .ob_sval = "\x80\x00\xe5\x1d\x21\xa0\x25\x9c\x5b\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
7768 : : };
7769 : : static
7770 : : struct {
7771 : : PyASCIIObject _ascii;
7772 : : uint8_t _data[6];
7773 : : }
7774 : : const_str_value = {
7775 : : ._ascii = {
7776 : : .ob_base = {
7777 : : .ob_refcnt = 999999999,
7778 : : .ob_type = &PyUnicode_Type,
7779 : : },
7780 : : .length = 5,
7781 : : .hash = -1,
7782 : : .state = {
7783 : : .kind = 1,
7784 : : .compact = 1,
7785 : : .ascii = 1,
7786 : : },
7787 : : },
7788 : : ._data = "value",
7789 : : };
7790 : : static
7791 : : struct {
7792 : : PyGC_Head _gc_head;
7793 : : struct {
7794 : : PyObject_VAR_HEAD
7795 : : PyObject *ob_item[2];
7796 : : }_object;
7797 : : }
7798 : : importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames = {
7799 : : ._object = {
7800 : : .ob_base = {
7801 : : .ob_base = {
7802 : : .ob_refcnt = 999999999,
7803 : : .ob_type = &PyTuple_Type,
7804 : : },
7805 : : .ob_size = 2,
7806 : : },
7807 : : .ob_item = {
7808 : : & const_str_self._ascii.ob_base,
7809 : : & const_str_value._ascii.ob_base,
7810 : : },
7811 : : },
7812 : : };
7813 : : static
7814 : : struct _PyCode_DEF(42)
7815 : : importlib__bootstrap_toplevel_consts_23_consts_11 = {
7816 : : .ob_base = {
7817 : : .ob_base = {
7818 : : .ob_refcnt = 999999999,
7819 : : .ob_type = &PyCode_Type,
7820 : : },
7821 : : .ob_size = 21,
7822 : : },
7823 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
7824 : : .co_names = & importlib__bootstrap_toplevel_consts_23_consts_11_names._object.ob_base.ob_base,
7825 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7826 : : .co_flags = 3,
7827 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7828 : : ._co_linearray_entry_size = 0,
7829 : : .co_argcount = 2,
7830 : : .co_posonlyargcount = 0,
7831 : : .co_kwonlyargcount = 0,
7832 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
7833 : : .co_stacksize = 3,
7834 : : .co_firstlineno = 417,
7835 : : .co_nlocalsplus = 2,
7836 : : .co_nlocals = 2,
7837 : : .co_nplaincellvars = 0,
7838 : : .co_ncellvars = 0,
7839 : : .co_nfreevars = 0,
7840 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
7841 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
7842 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
7843 : : .co_name = & const_str_has_location._ascii.ob_base,
7844 : : .co_qualname = & importlib__bootstrap_toplevel_consts_23_consts_10_qualname._ascii.ob_base,
7845 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_consts_11_linetable.ob_base.ob_base,
7846 : : ._co_code = NULL,
7847 : : ._co_linearray = NULL,
7848 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
7849 : : ._co_firsttraceable = 0,
7850 : : };
7851 : : static
7852 : : struct {
7853 : : PyGC_Head _gc_head;
7854 : : struct {
7855 : : PyObject_VAR_HEAD
7856 : : PyObject *ob_item[12];
7857 : : }_object;
7858 : : }
7859 : : importlib__bootstrap_toplevel_consts_23_consts = {
7860 : : ._object = {
7861 : : .ob_base = {
7862 : : .ob_base = {
7863 : : .ob_refcnt = 999999999,
7864 : : .ob_type = &PyTuple_Type,
7865 : : },
7866 : : .ob_size = 12,
7867 : : },
7868 : : .ob_item = {
7869 : : & const_str_ModuleSpec._ascii.ob_base,
7870 : : & importlib__bootstrap_toplevel_consts_23_consts_1._ascii.ob_base,
7871 : : Py_None,
7872 : : & importlib__bootstrap_toplevel_consts_23_consts_3._object.ob_base.ob_base,
7873 : : & importlib__bootstrap_toplevel_consts_23_consts_4.ob_base.ob_base,
7874 : : & importlib__bootstrap_toplevel_consts_23_consts_5.ob_base.ob_base,
7875 : : & importlib__bootstrap_toplevel_consts_23_consts_6.ob_base.ob_base,
7876 : : & importlib__bootstrap_toplevel_consts_23_consts_7.ob_base.ob_base,
7877 : : & importlib__bootstrap_toplevel_consts_23_consts_8.ob_base.ob_base,
7878 : : & importlib__bootstrap_toplevel_consts_23_consts_9.ob_base.ob_base,
7879 : : & importlib__bootstrap_toplevel_consts_23_consts_10.ob_base.ob_base,
7880 : : & importlib__bootstrap_toplevel_consts_23_consts_11.ob_base.ob_base,
7881 : : },
7882 : : },
7883 : : };
7884 : : static
7885 : : struct {
7886 : : PyASCIIObject _ascii;
7887 : : uint8_t _data[9];
7888 : : }
7889 : : const_str_property = {
7890 : : ._ascii = {
7891 : : .ob_base = {
7892 : : .ob_refcnt = 999999999,
7893 : : .ob_type = &PyUnicode_Type,
7894 : : },
7895 : : .length = 8,
7896 : : .hash = -1,
7897 : : .state = {
7898 : : .kind = 1,
7899 : : .compact = 1,
7900 : : .ascii = 1,
7901 : : },
7902 : : },
7903 : : ._data = "property",
7904 : : };
7905 : : static
7906 : : struct {
7907 : : PyASCIIObject _ascii;
7908 : : uint8_t _data[7];
7909 : : }
7910 : : const_str_setter = {
7911 : : ._ascii = {
7912 : : .ob_base = {
7913 : : .ob_refcnt = 999999999,
7914 : : .ob_type = &PyUnicode_Type,
7915 : : },
7916 : : .length = 6,
7917 : : .hash = -1,
7918 : : .state = {
7919 : : .kind = 1,
7920 : : .compact = 1,
7921 : : .ascii = 1,
7922 : : },
7923 : : },
7924 : : ._data = "setter",
7925 : : };
7926 : : static
7927 : : struct {
7928 : : PyGC_Head _gc_head;
7929 : : struct {
7930 : : PyObject_VAR_HEAD
7931 : : PyObject *ob_item[12];
7932 : : }_object;
7933 : : }
7934 : : importlib__bootstrap_toplevel_consts_23_names = {
7935 : : ._object = {
7936 : : .ob_base = {
7937 : : .ob_base = {
7938 : : .ob_refcnt = 999999999,
7939 : : .ob_type = &PyTuple_Type,
7940 : : },
7941 : : .ob_size = 12,
7942 : : },
7943 : : .ob_item = {
7944 : : &_Py_ID(__name__),
7945 : : &_Py_ID(__module__),
7946 : : &_Py_ID(__qualname__),
7947 : : &_Py_ID(__doc__),
7948 : : &_Py_ID(__init__),
7949 : : &_Py_ID(__repr__),
7950 : : &_Py_ID(__eq__),
7951 : : & const_str_property._ascii.ob_base,
7952 : : & const_str_cached._ascii.ob_base,
7953 : : & const_str_setter._ascii.ob_base,
7954 : : &_Py_ID(parent),
7955 : : & const_str_has_location._ascii.ob_base,
7956 : : },
7957 : : },
7958 : : };
7959 : : static
7960 : : struct {
7961 : : PyObject_VAR_HEAD
7962 : : Py_hash_t ob_shash;
7963 : : char ob_sval[235];
7964 : : }
7965 : : importlib__bootstrap_toplevel_consts_23_linetable = {
7966 : : .ob_base = {
7967 : : .ob_base = {
7968 : : .ob_refcnt = 999999999,
7969 : : .ob_type = &PyBytes_Type,
7970 : : },
7971 : : .ob_size = 234,
7972 : : },
7973 : : .ob_shash = -1,
7974 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x22\x05\x08\xf0\x00\x22\x05\x08\xf0\x48\x01\x00\x30\x34\xc0\x24\xd8\x1c\x20\xf0\x03\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x00\x0b\x05\x1c\xf0\x1a\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x14\x0a\x05\x22\xf0\x00\x0a\x05\x22\xf0\x00\x0a\x05\x22\xf0\x18\x00\x06\x0e\xf0\x02\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf4\x03\x00\x06\x0e\xf0\x02\x06\x05\x1c\xf0\x10\x00\x06\x0c\x87\x5d\x81\x5d\xf0\x02\x01\x05\x1e\xf0\x00\x01\x05\x1e\xf4\x03\x00\x06\x13\xf0\x02\x01\x05\x1e\xf0\x06\x00\x06\x0e\xf0\x02\x05\x05\x1d\xf0\x00\x05\x05\x1d\xf4\x03\x00\x06\x0e\xf0\x02\x05\x05\x1d\xf0\x0e\x00\x06\x0e\xf0\x02\x01\x05\x22\xf0\x00\x01\x05\x22\xf4\x03\x00\x06\x0e\xf0\x02\x01\x05\x22\xf0\x06\x00\x06\x12\xd7\x05\x18\xd1\x05\x18\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf4\x03\x00\x06\x19\xf0\x02\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29",
7975 : : };
7976 : : static
7977 : : struct _PyCode_DEF(176)
7978 : : importlib__bootstrap_toplevel_consts_23 = {
7979 : : .ob_base = {
7980 : : .ob_base = {
7981 : : .ob_refcnt = 999999999,
7982 : : .ob_type = &PyCode_Type,
7983 : : },
7984 : : .ob_size = 88,
7985 : : },
7986 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts._object.ob_base.ob_base,
7987 : : .co_names = & importlib__bootstrap_toplevel_consts_23_names._object.ob_base.ob_base,
7988 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
7989 : : .co_flags = 0,
7990 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
7991 : : ._co_linearray_entry_size = 0,
7992 : : .co_argcount = 0,
7993 : : .co_posonlyargcount = 0,
7994 : : .co_kwonlyargcount = 0,
7995 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
7996 : : .co_stacksize = 4,
7997 : : .co_firstlineno = 320,
7998 : : .co_nlocalsplus = 0,
7999 : : .co_nlocals = 0,
8000 : : .co_nplaincellvars = 0,
8001 : : .co_ncellvars = 0,
8002 : : .co_nfreevars = 0,
8003 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
8004 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
8005 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8006 : : .co_name = & const_str_ModuleSpec._ascii.ob_base,
8007 : : .co_qualname = & const_str_ModuleSpec._ascii.ob_base,
8008 : : .co_linetable = & importlib__bootstrap_toplevel_consts_23_linetable.ob_base.ob_base,
8009 : : ._co_code = NULL,
8010 : : ._co_linearray = NULL,
8011 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x64\x02\x64\x02\x64\x03\x9c\x03\x64\x04\x84\x02\x5a\x04\x64\x05\x84\x00\x5a\x05\x64\x06\x84\x00\x5a\x06\x65\x07\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x08\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x0b\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x64\x02\x53\x00",
8012 : : ._co_firsttraceable = 0,
8013 : : };
8014 : : static
8015 : : struct {
8016 : : PyGC_Head _gc_head;
8017 : : struct {
8018 : : PyObject_VAR_HEAD
8019 : : PyObject *ob_item[2];
8020 : : }_object;
8021 : : }
8022 : : importlib__bootstrap_toplevel_consts_25 = {
8023 : : ._object = {
8024 : : .ob_base = {
8025 : : .ob_base = {
8026 : : .ob_refcnt = 999999999,
8027 : : .ob_type = &PyTuple_Type,
8028 : : },
8029 : : .ob_size = 2,
8030 : : },
8031 : : .ob_item = {
8032 : : & const_str_origin._ascii.ob_base,
8033 : : & const_str_is_package._ascii.ob_base,
8034 : : },
8035 : : },
8036 : : };
8037 : : static
8038 : : struct {
8039 : : PyASCIIObject _ascii;
8040 : : uint8_t _data[54];
8041 : : }
8042 : : importlib__bootstrap_toplevel_consts_26_consts_0 = {
8043 : : ._ascii = {
8044 : : .ob_base = {
8045 : : .ob_refcnt = 999999999,
8046 : : .ob_type = &PyUnicode_Type,
8047 : : },
8048 : : .length = 53,
8049 : : .hash = -1,
8050 : : .state = {
8051 : : .kind = 1,
8052 : : .compact = 1,
8053 : : .ascii = 1,
8054 : : },
8055 : : },
8056 : : ._data = "Return a module spec based on various loader methods.",
8057 : : };
8058 : : static
8059 : : struct {
8060 : : PyASCIIObject _ascii;
8061 : : uint8_t _data[8];
8062 : : }
8063 : : const_str__ORIGIN = {
8064 : : ._ascii = {
8065 : : .ob_base = {
8066 : : .ob_refcnt = 999999999,
8067 : : .ob_type = &PyUnicode_Type,
8068 : : },
8069 : : .length = 7,
8070 : : .hash = -1,
8071 : : .state = {
8072 : : .kind = 1,
8073 : : .compact = 1,
8074 : : .ascii = 1,
8075 : : },
8076 : : },
8077 : : ._data = "_ORIGIN",
8078 : : };
8079 : : static
8080 : : struct {
8081 : : PyASCIIObject _ascii;
8082 : : uint8_t _data[13];
8083 : : }
8084 : : const_str_get_filename = {
8085 : : ._ascii = {
8086 : : .ob_base = {
8087 : : .ob_refcnt = 999999999,
8088 : : .ob_type = &PyUnicode_Type,
8089 : : },
8090 : : .length = 12,
8091 : : .hash = -1,
8092 : : .state = {
8093 : : .kind = 1,
8094 : : .compact = 1,
8095 : : .ascii = 1,
8096 : : },
8097 : : },
8098 : : ._data = "get_filename",
8099 : : };
8100 : : static
8101 : : struct {
8102 : : PyGC_Head _gc_head;
8103 : : struct {
8104 : : PyObject_VAR_HEAD
8105 : : PyObject *ob_item[1];
8106 : : }_object;
8107 : : }
8108 : : importlib__bootstrap_toplevel_consts_26_consts_4 = {
8109 : : ._object = {
8110 : : .ob_base = {
8111 : : .ob_base = {
8112 : : .ob_refcnt = 999999999,
8113 : : .ob_type = &PyTuple_Type,
8114 : : },
8115 : : .ob_size = 1,
8116 : : },
8117 : : .ob_item = {
8118 : : & const_str_loader._ascii.ob_base,
8119 : : },
8120 : : },
8121 : : };
8122 : : static
8123 : : struct {
8124 : : PyGC_Head _gc_head;
8125 : : struct {
8126 : : PyObject_VAR_HEAD
8127 : : PyObject *ob_item[2];
8128 : : }_object;
8129 : : }
8130 : : importlib__bootstrap_toplevel_consts_26_consts_5 = {
8131 : : ._object = {
8132 : : .ob_base = {
8133 : : .ob_base = {
8134 : : .ob_refcnt = 999999999,
8135 : : .ob_type = &PyTuple_Type,
8136 : : },
8137 : : .ob_size = 2,
8138 : : },
8139 : : .ob_item = {
8140 : : & const_str_loader._ascii.ob_base,
8141 : : & const_str_submodule_search_locations._ascii.ob_base,
8142 : : },
8143 : : },
8144 : : };
8145 : : static
8146 : : struct {
8147 : : PyGC_Head _gc_head;
8148 : : struct {
8149 : : PyObject_VAR_HEAD
8150 : : PyObject *ob_item[9];
8151 : : }_object;
8152 : : }
8153 : : importlib__bootstrap_toplevel_consts_26_consts = {
8154 : : ._object = {
8155 : : .ob_base = {
8156 : : .ob_base = {
8157 : : .ob_refcnt = 999999999,
8158 : : .ob_type = &PyTuple_Type,
8159 : : },
8160 : : .ob_size = 9,
8161 : : },
8162 : : .ob_item = {
8163 : : & importlib__bootstrap_toplevel_consts_26_consts_0._ascii.ob_base,
8164 : : Py_None,
8165 : : & const_str__ORIGIN._ascii.ob_base,
8166 : : & const_str_get_filename._ascii.ob_base,
8167 : : & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
8168 : : & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
8169 : : & const_str_is_package._ascii.ob_base,
8170 : : Py_False,
8171 : : & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
8172 : : },
8173 : : },
8174 : : };
8175 : : static
8176 : : struct {
8177 : : PyASCIIObject _ascii;
8178 : : uint8_t _data[24];
8179 : : }
8180 : : const_str_spec_from_file_location = {
8181 : : ._ascii = {
8182 : : .ob_base = {
8183 : : .ob_refcnt = 999999999,
8184 : : .ob_type = &PyUnicode_Type,
8185 : : },
8186 : : .length = 23,
8187 : : .hash = -1,
8188 : : .state = {
8189 : : .kind = 1,
8190 : : .compact = 1,
8191 : : .ascii = 1,
8192 : : },
8193 : : },
8194 : : ._data = "spec_from_file_location",
8195 : : };
8196 : : static
8197 : : struct {
8198 : : PyGC_Head _gc_head;
8199 : : struct {
8200 : : PyObject_VAR_HEAD
8201 : : PyObject *ob_item[8];
8202 : : }_object;
8203 : : }
8204 : : importlib__bootstrap_toplevel_consts_26_names = {
8205 : : ._object = {
8206 : : .ob_base = {
8207 : : .ob_base = {
8208 : : .ob_refcnt = 999999999,
8209 : : .ob_type = &PyTuple_Type,
8210 : : },
8211 : : .ob_size = 8,
8212 : : },
8213 : : .ob_item = {
8214 : : &_Py_ID(getattr),
8215 : : & const_str_hasattr._ascii.ob_base,
8216 : : & const_str__bootstrap_external._ascii.ob_base,
8217 : : & const_str_NotImplementedError._ascii.ob_base,
8218 : : & const_str_spec_from_file_location._ascii.ob_base,
8219 : : & const_str_is_package._ascii.ob_base,
8220 : : & const_str_ImportError._ascii.ob_base,
8221 : : & const_str_ModuleSpec._ascii.ob_base,
8222 : : },
8223 : : },
8224 : : };
8225 : : static
8226 : : struct {
8227 : : PyObject_VAR_HEAD
8228 : : Py_hash_t ob_shash;
8229 : : char ob_sval[261];
8230 : : }
8231 : : importlib__bootstrap_toplevel_consts_26_linetable = {
8232 : : .ob_base = {
8233 : : .ob_base = {
8234 : : .ob_refcnt = 999999999,
8235 : : .ob_type = &PyBytes_Type,
8236 : : },
8237 : : .ob_size = 260,
8238 : : },
8239 : : .ob_shash = -1,
8240 : : .ob_sval = "\x80\x00\xe0\x07\x0d\xf0\x00\x01\x05\x32\xdd\x11\x18\x98\x16\xa0\x19\xa8\x44\xd4\x11\x31\x88\x06\xe0\x0b\x11\xf0\x00\x09\x05\x4a\x01\x95\x67\x98\x66\xa0\x6e\xd4\x16\x35\xf0\x00\x09\x05\x4a\x01\xdd\x0b\x1e\xf0\x00\x01\x09\x26\xdd\x12\x25\xd0\x0c\x25\xdd\x22\x35\xd7\x22\x4d\xd1\x22\x4d\xd0\x08\x1f\xe0\x0b\x15\xf0\x00\x01\x09\x40\x01\xd8\x13\x2a\xd0\x13\x2a\xa8\x34\xb8\x06\xd0\x13\x3f\xd4\x13\x3f\xd0\x0c\x3f\xd8\x17\x21\xd0\x11\x2b\x90\x12\x90\x12\xa0\x74\x88\x06\xd8\x0f\x26\xd0\x0f\x26\xa0\x74\xb0\x46\xd8\x42\x48\xf0\x03\x01\x10\x4a\x01\xf4\x00\x01\x10\x4a\x01\xf0\x00\x01\x09\x4a\x01\xf0\x06\x00\x08\x12\xf0\x00\x08\x05\x1f\xdd\x0b\x12\x90\x36\x98\x3c\xd4\x0b\x28\xf0\x00\x07\x09\x1f\xf0\x02\x03\x0d\x22\xd8\x1d\x23\xd7\x1d\x2e\xd1\x1d\x2e\xa8\x74\xd4\x1d\x34\x90\x0a\x90\x0a\xf0\x0a\x00\x1a\x1f\x88\x4a\xe5\x0b\x15\x90\x64\x98\x46\xa8\x36\xb8\x6a\xd0\x0b\x49\xd4\x0b\x49\xd0\x04\x49\xf8\xf5\x0d\x00\x14\x1f\xf0\x00\x01\x0d\x22\xf0\x00\x01\x0d\x22\xf0\x00\x01\x0d\x22\xd8\x1d\x21\x90\x0a\x90\x0a\x90\x0a\xf0\x03\x01\x0d\x22\xf8\xf8\xf8",
8241 : : };
8242 : : static
8243 : : struct {
8244 : : PyObject_VAR_HEAD
8245 : : Py_hash_t ob_shash;
8246 : : char ob_sval[19];
8247 : : }
8248 : : importlib__bootstrap_toplevel_consts_26_exceptiontable = {
8249 : : .ob_base = {
8250 : : .ob_base = {
8251 : : .ob_refcnt = 999999999,
8252 : : .ob_type = &PyBytes_Type,
8253 : : },
8254 : : .ob_size = 18,
8255 : : },
8256 : : .ob_shash = -1,
8257 : : .ob_sval = "\xc1\x31\x12\x42\x17\x00\xc2\x17\x0c\x42\x26\x03\xc2\x25\x01\x42\x26\x03",
8258 : : };
8259 : : static
8260 : : struct {
8261 : : PyASCIIObject _ascii;
8262 : : uint8_t _data[7];
8263 : : }
8264 : : const_str_search = {
8265 : : ._ascii = {
8266 : : .ob_base = {
8267 : : .ob_refcnt = 999999999,
8268 : : .ob_type = &PyUnicode_Type,
8269 : : },
8270 : : .length = 6,
8271 : : .hash = -1,
8272 : : .state = {
8273 : : .kind = 1,
8274 : : .compact = 1,
8275 : : .ascii = 1,
8276 : : },
8277 : : },
8278 : : ._data = "search",
8279 : : };
8280 : : static
8281 : : struct {
8282 : : PyGC_Head _gc_head;
8283 : : struct {
8284 : : PyObject_VAR_HEAD
8285 : : PyObject *ob_item[6];
8286 : : }_object;
8287 : : }
8288 : : importlib__bootstrap_toplevel_consts_26_localsplusnames = {
8289 : : ._object = {
8290 : : .ob_base = {
8291 : : .ob_base = {
8292 : : .ob_refcnt = 999999999,
8293 : : .ob_type = &PyTuple_Type,
8294 : : },
8295 : : .ob_size = 6,
8296 : : },
8297 : : .ob_item = {
8298 : : &_Py_ID(name),
8299 : : & const_str_loader._ascii.ob_base,
8300 : : & const_str_origin._ascii.ob_base,
8301 : : & const_str_is_package._ascii.ob_base,
8302 : : & const_str_spec_from_file_location._ascii.ob_base,
8303 : : & const_str_search._ascii.ob_base,
8304 : : },
8305 : : },
8306 : : };
8307 : : static
8308 : : struct _PyCode_DEF(338)
8309 : : importlib__bootstrap_toplevel_consts_26 = {
8310 : : .ob_base = {
8311 : : .ob_base = {
8312 : : .ob_refcnt = 999999999,
8313 : : .ob_type = &PyCode_Type,
8314 : : },
8315 : : .ob_size = 169,
8316 : : },
8317 : : .co_consts = & importlib__bootstrap_toplevel_consts_26_consts._object.ob_base.ob_base,
8318 : : .co_names = & importlib__bootstrap_toplevel_consts_26_names._object.ob_base.ob_base,
8319 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_26_exceptiontable.ob_base.ob_base,
8320 : : .co_flags = 3,
8321 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8322 : : ._co_linearray_entry_size = 0,
8323 : : .co_argcount = 2,
8324 : : .co_posonlyargcount = 0,
8325 : : .co_kwonlyargcount = 2,
8326 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
8327 : : .co_stacksize = 6,
8328 : : .co_firstlineno = 422,
8329 : : .co_nlocalsplus = 6,
8330 : : .co_nlocals = 6,
8331 : : .co_nplaincellvars = 0,
8332 : : .co_ncellvars = 0,
8333 : : .co_nfreevars = 0,
8334 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
8335 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
8336 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8337 : : .co_name = & const_str_spec_from_loader._ascii.ob_base,
8338 : : .co_qualname = & const_str_spec_from_loader._ascii.ob_base,
8339 : : .co_linetable = & importlib__bootstrap_toplevel_consts_26_linetable.ob_base.ob_base,
8340 : : ._co_code = NULL,
8341 : : ._co_linearray = NULL,
8342 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x4c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3e\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x80\x0b\x02\x00\x7c\x04\x7c\x00\x7c\x01\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x72\x02\x67\x00\x6e\x01\x64\x01\x7d\x05\x02\x00\x7c\x04\x7c\x00\x7c\x01\x7c\x05\xac\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x80\x24\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x09\x00\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x02\x64\x07\x7d\x03\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\xac\x08\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x03\x59\x00\x8c\x1f\x77\x00\x78\x03\x59\x00\x77\x01",
8343 : : ._co_firsttraceable = 0,
8344 : : };
8345 : : static
8346 : : struct {
8347 : : PyGC_Head _gc_head;
8348 : : struct {
8349 : : PyObject_VAR_HEAD
8350 : : PyObject *ob_item[1];
8351 : : }_object;
8352 : : }
8353 : : importlib__bootstrap_toplevel_consts_27_consts_2 = {
8354 : : ._object = {
8355 : : .ob_base = {
8356 : : .ob_base = {
8357 : : .ob_refcnt = 999999999,
8358 : : .ob_type = &PyTuple_Type,
8359 : : },
8360 : : .ob_size = 1,
8361 : : },
8362 : : .ob_item = {
8363 : : & const_str_origin._ascii.ob_base,
8364 : : },
8365 : : },
8366 : : };
8367 : : static
8368 : : struct {
8369 : : PyGC_Head _gc_head;
8370 : : struct {
8371 : : PyObject_VAR_HEAD
8372 : : PyObject *ob_item[4];
8373 : : }_object;
8374 : : }
8375 : : importlib__bootstrap_toplevel_consts_27_consts = {
8376 : : ._object = {
8377 : : .ob_base = {
8378 : : .ob_base = {
8379 : : .ob_refcnt = 999999999,
8380 : : .ob_type = &PyTuple_Type,
8381 : : },
8382 : : .ob_size = 4,
8383 : : },
8384 : : .ob_item = {
8385 : : Py_None,
8386 : : & const_str__ORIGIN._ascii.ob_base,
8387 : : & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
8388 : : Py_False,
8389 : : },
8390 : : },
8391 : : };
8392 : : static
8393 : : struct {
8394 : : PyASCIIObject _ascii;
8395 : : uint8_t _data[11];
8396 : : }
8397 : : const_str___cached__ = {
8398 : : ._ascii = {
8399 : : .ob_base = {
8400 : : .ob_refcnt = 999999999,
8401 : : .ob_type = &PyUnicode_Type,
8402 : : },
8403 : : .length = 10,
8404 : : .hash = -1,
8405 : : .state = {
8406 : : .kind = 1,
8407 : : .compact = 1,
8408 : : .ascii = 1,
8409 : : },
8410 : : },
8411 : : ._data = "__cached__",
8412 : : };
8413 : : static
8414 : : struct {
8415 : : PyASCIIObject _ascii;
8416 : : uint8_t _data[5];
8417 : : }
8418 : : const_str_list = {
8419 : : ._ascii = {
8420 : : .ob_base = {
8421 : : .ob_refcnt = 999999999,
8422 : : .ob_type = &PyUnicode_Type,
8423 : : },
8424 : : .length = 4,
8425 : : .hash = -1,
8426 : : .state = {
8427 : : .kind = 1,
8428 : : .compact = 1,
8429 : : .ascii = 1,
8430 : : },
8431 : : },
8432 : : ._data = "list",
8433 : : };
8434 : : static
8435 : : struct {
8436 : : PyGC_Head _gc_head;
8437 : : struct {
8438 : : PyObject_VAR_HEAD
8439 : : PyObject *ob_item[13];
8440 : : }_object;
8441 : : }
8442 : : importlib__bootstrap_toplevel_consts_27_names = {
8443 : : ._object = {
8444 : : .ob_base = {
8445 : : .ob_base = {
8446 : : .ob_refcnt = 999999999,
8447 : : .ob_type = &PyTuple_Type,
8448 : : },
8449 : : .ob_size = 13,
8450 : : },
8451 : : .ob_item = {
8452 : : &_Py_ID(__spec__),
8453 : : & const_str_AttributeError._ascii.ob_base,
8454 : : &_Py_ID(__name__),
8455 : : &_Py_ID(__loader__),
8456 : : &_Py_ID(__file__),
8457 : : &_Py_ID(getattr),
8458 : : & const_str___cached__._ascii.ob_base,
8459 : : & const_str_list._ascii.ob_base,
8460 : : &_Py_ID(__path__),
8461 : : & const_str_ModuleSpec._ascii.ob_base,
8462 : : & const_str__set_fileattr._ascii.ob_base,
8463 : : & const_str_cached._ascii.ob_base,
8464 : : & const_str_submodule_search_locations._ascii.ob_base,
8465 : : },
8466 : : },
8467 : : };
8468 : : static
8469 : : struct {
8470 : : PyASCIIObject _ascii;
8471 : : uint8_t _data[18];
8472 : : }
8473 : : const_str__spec_from_module = {
8474 : : ._ascii = {
8475 : : .ob_base = {
8476 : : .ob_refcnt = 999999999,
8477 : : .ob_type = &PyUnicode_Type,
8478 : : },
8479 : : .length = 17,
8480 : : .hash = -1,
8481 : : .state = {
8482 : : .kind = 1,
8483 : : .compact = 1,
8484 : : .ascii = 1,
8485 : : },
8486 : : },
8487 : : ._data = "_spec_from_module",
8488 : : };
8489 : : static
8490 : : struct {
8491 : : PyObject_VAR_HEAD
8492 : : Py_hash_t ob_shash;
8493 : : char ob_sval[414];
8494 : : }
8495 : : importlib__bootstrap_toplevel_consts_27_linetable = {
8496 : : .ob_base = {
8497 : : .ob_base = {
8498 : : .ob_refcnt = 999999999,
8499 : : .ob_type = &PyBytes_Type,
8500 : : },
8501 : : .ob_size = 413,
8502 : : },
8503 : : .ob_shash = -1,
8504 : : .ob_sval = "\x80\x00\xf0\x04\x06\x05\x18\xd8\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xf0\x08\x00\x0c\x10\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xe0\x0b\x11\x8f\x3f\x89\x3f\x80\x44\xd8\x07\x0d\xf0\x00\x05\x05\x11\xf0\x02\x04\x09\x11\xd8\x15\x1b\xd7\x15\x26\xd1\x15\x26\x88\x46\xf0\x08\x03\x05\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x08\xf0\x06\x00\x08\x0e\xf0\x00\x04\x05\x1e\xd8\x0b\x11\xf0\x00\x01\x09\x36\xdd\x15\x1c\x98\x56\xa0\x59\xb0\x04\xd4\x15\x35\x88\x46\xd8\x0f\x15\xf0\x00\x01\x09\x1e\x98\x28\xf0\x00\x01\x09\x1e\xd8\x15\x1d\x88\x46\xf0\x02\x03\x05\x16\xd8\x11\x17\xd7\x11\x22\xd1\x11\x22\x88\x06\xf0\x06\x03\x05\x2a\xdd\x25\x29\xa8\x26\xaf\x2f\xa9\x2f\xd4\x25\x3a\xd0\x08\x22\xf5\x08\x00\x0c\x16\x90\x64\x98\x46\xa8\x36\xd0\x0b\x32\xd4\x0b\x32\x80\x44\xd8\x22\x2a\xd0\x19\x4c\x98\x15\x98\x15\xb8\x16\xc0\x38\xd2\x39\x4b\x80\x44\xd4\x04\x16\xd8\x12\x18\x80\x44\x84\x4b\xd8\x26\x40\x80\x44\xd4\x04\x23\xd8\x0b\x0f\x80\x4b\xf8\xf5\x47\x01\x00\x0c\x1a\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf5\x14\x00\x10\x1e\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xe0\x0c\x10\x88\x44\xf0\x05\x02\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x18\xf0\x00\x01\x05\x18\xf0\x00\x01\x05\x18\xd8\x13\x17\x88\x08\x88\x08\x88\x08\xf0\x03\x01\x05\x18\xf8\xf8\xf8\xf8\xf5\x12\x00\x0c\x1a\xf0\x00\x01\x05\x16\xf0\x00\x01\x05\x16\xf0\x00\x01\x05\x16\xd8\x11\x15\x88\x06\x88\x06\x88\x06\xf0\x03\x01\x05\x16\xf8\xf8\xf8\xf8\xf5\x08\x00\x0c\x1a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xd8\x25\x29\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xf0\x03\x01\x05\x2a\xf8\xf8\xf8",
8505 : : };
8506 : : static
8507 : : struct {
8508 : : PyObject_VAR_HEAD
8509 : : Py_hash_t ob_shash;
8510 : : char ob_sval[88];
8511 : : }
8512 : : importlib__bootstrap_toplevel_consts_27_exceptiontable = {
8513 : : .ob_base = {
8514 : : .ob_base = {
8515 : : .ob_refcnt = 999999999,
8516 : : .ob_type = &PyBytes_Type,
8517 : : },
8518 : : .ob_size = 87,
8519 : : },
8520 : : .ob_shash = -1,
8521 : : .ob_sval = "\x82\x0c\x42\x27\x00\xa1\x0c\x42\x37\x00\xae\x0c\x43\x07\x00\xc1\x14\x0c\x43\x19\x00\xc1\x21\x17\x43\x2b\x00\xc2\x27\x0a\x42\x34\x03\xc2\x33\x01\x42\x34\x03\xc2\x37\x0a\x43\x04\x03\xc3\x03\x01\x43\x04\x03\xc3\x07\x0c\x43\x16\x03\xc3\x15\x01\x43\x16\x03\xc3\x19\x0c\x43\x28\x03\xc3\x27\x01\x43\x28\x03\xc3\x2b\x0c\x43\x3a\x03\xc3\x39\x01\x43\x3a\x03",
8522 : : };
8523 : : static
8524 : : struct {
8525 : : PyASCIIObject _ascii;
8526 : : uint8_t _data[9];
8527 : : }
8528 : : const_str_location = {
8529 : : ._ascii = {
8530 : : .ob_base = {
8531 : : .ob_refcnt = 999999999,
8532 : : .ob_type = &PyUnicode_Type,
8533 : : },
8534 : : .length = 8,
8535 : : .hash = -1,
8536 : : .state = {
8537 : : .kind = 1,
8538 : : .compact = 1,
8539 : : .ascii = 1,
8540 : : },
8541 : : },
8542 : : ._data = "location",
8543 : : };
8544 : : static
8545 : : struct {
8546 : : PyGC_Head _gc_head;
8547 : : struct {
8548 : : PyObject_VAR_HEAD
8549 : : PyObject *ob_item[8];
8550 : : }_object;
8551 : : }
8552 : : importlib__bootstrap_toplevel_consts_27_localsplusnames = {
8553 : : ._object = {
8554 : : .ob_base = {
8555 : : .ob_base = {
8556 : : .ob_refcnt = 999999999,
8557 : : .ob_type = &PyTuple_Type,
8558 : : },
8559 : : .ob_size = 8,
8560 : : },
8561 : : .ob_item = {
8562 : : & const_str_module._ascii.ob_base,
8563 : : & const_str_loader._ascii.ob_base,
8564 : : & const_str_origin._ascii.ob_base,
8565 : : & const_str_spec._ascii.ob_base,
8566 : : &_Py_ID(name),
8567 : : & const_str_location._ascii.ob_base,
8568 : : & const_str_cached._ascii.ob_base,
8569 : : & const_str_submodule_search_locations._ascii.ob_base,
8570 : : },
8571 : : },
8572 : : };
8573 : : static
8574 : : struct {
8575 : : PyObject_VAR_HEAD
8576 : : Py_hash_t ob_shash;
8577 : : char ob_sval[9];
8578 : : }
8579 : : importlib__bootstrap_toplevel_consts_27_localspluskinds = {
8580 : : .ob_base = {
8581 : : .ob_base = {
8582 : : .ob_refcnt = 999999999,
8583 : : .ob_type = &PyBytes_Type,
8584 : : },
8585 : : .ob_size = 8,
8586 : : },
8587 : : .ob_shash = -1,
8588 : : .ob_sval = " ",
8589 : : };
8590 : : static
8591 : : struct _PyCode_DEF(506)
8592 : : importlib__bootstrap_toplevel_consts_27 = {
8593 : : .ob_base = {
8594 : : .ob_base = {
8595 : : .ob_refcnt = 999999999,
8596 : : .ob_type = &PyCode_Type,
8597 : : },
8598 : : .ob_size = 253,
8599 : : },
8600 : : .co_consts = & importlib__bootstrap_toplevel_consts_27_consts._object.ob_base.ob_base,
8601 : : .co_names = & importlib__bootstrap_toplevel_consts_27_names._object.ob_base.ob_base,
8602 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_27_exceptiontable.ob_base.ob_base,
8603 : : .co_flags = 3,
8604 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8605 : : ._co_linearray_entry_size = 0,
8606 : : .co_argcount = 3,
8607 : : .co_posonlyargcount = 0,
8608 : : .co_kwonlyargcount = 0,
8609 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
8610 : : .co_stacksize = 5,
8611 : : .co_firstlineno = 451,
8612 : : .co_nlocalsplus = 8,
8613 : : .co_nlocals = 8,
8614 : : .co_nplaincellvars = 0,
8615 : : .co_ncellvars = 0,
8616 : : .co_nfreevars = 0,
8617 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
8618 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
8619 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8620 : : .co_name = & const_str__spec_from_module._ascii.ob_base,
8621 : : .co_qualname = & const_str__spec_from_module._ascii.ob_base,
8622 : : .co_linetable = & importlib__bootstrap_toplevel_consts_27_linetable.ob_base.ob_base,
8623 : : ._co_code = NULL,
8624 : : ._co_linearray = NULL,
8625 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x02\x7c\x03\x53\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x80\x0d\x09\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x02\x80\x17\x7c\x01\x81\x0f\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x04\x7c\x05\x81\x02\x7c\x05\x7d\x02\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x01\x7c\x02\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x05\x80\x02\x64\x03\x6e\x05\x7c\x02\x7c\x05\x6b\x02\x00\x00\x00\x00\x7c\x03\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x03\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x03\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x96\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x05\x59\x00\x8c\x9b\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x06\x59\x00\x8c\x87\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x00\x7d\x07\x59\x00\x8c\x81\x77\x00\x78\x03\x59\x00\x77\x01",
8626 : : ._co_firsttraceable = 0,
8627 : : };
8628 : : static
8629 : : struct {
8630 : : PyASCIIObject _ascii;
8631 : : uint8_t _data[9];
8632 : : }
8633 : : const_str_override = {
8634 : : ._ascii = {
8635 : : .ob_base = {
8636 : : .ob_refcnt = 999999999,
8637 : : .ob_type = &PyUnicode_Type,
8638 : : },
8639 : : .length = 8,
8640 : : .hash = -1,
8641 : : .state = {
8642 : : .kind = 1,
8643 : : .compact = 1,
8644 : : .ascii = 1,
8645 : : },
8646 : : },
8647 : : ._data = "override",
8648 : : };
8649 : : static
8650 : : struct {
8651 : : PyGC_Head _gc_head;
8652 : : struct {
8653 : : PyObject_VAR_HEAD
8654 : : PyObject *ob_item[1];
8655 : : }_object;
8656 : : }
8657 : : importlib__bootstrap_toplevel_consts_29 = {
8658 : : ._object = {
8659 : : .ob_base = {
8660 : : .ob_base = {
8661 : : .ob_refcnt = 999999999,
8662 : : .ob_type = &PyTuple_Type,
8663 : : },
8664 : : .ob_size = 1,
8665 : : },
8666 : : .ob_item = {
8667 : : & const_str_override._ascii.ob_base,
8668 : : },
8669 : : },
8670 : : };
8671 : : static
8672 : : struct {
8673 : : PyGC_Head _gc_head;
8674 : : struct {
8675 : : PyObject_VAR_HEAD
8676 : : PyObject *ob_item[7];
8677 : : }_object;
8678 : : }
8679 : : importlib__bootstrap_toplevel_consts_30_consts = {
8680 : : ._object = {
8681 : : .ob_base = {
8682 : : .ob_base = {
8683 : : .ob_refcnt = 999999999,
8684 : : .ob_type = &PyTuple_Type,
8685 : : },
8686 : : .ob_size = 7,
8687 : : },
8688 : : .ob_item = {
8689 : : Py_None,
8690 : : &_Py_ID(__name__),
8691 : : &_Py_ID(__loader__),
8692 : : &_Py_ID(__package__),
8693 : : &_Py_ID(__path__),
8694 : : &_Py_ID(__file__),
8695 : : & const_str___cached__._ascii.ob_base,
8696 : : },
8697 : : },
8698 : : };
8699 : : static
8700 : : struct {
8701 : : PyASCIIObject _ascii;
8702 : : uint8_t _data[16];
8703 : : }
8704 : : const_str_NamespaceLoader = {
8705 : : ._ascii = {
8706 : : .ob_base = {
8707 : : .ob_refcnt = 999999999,
8708 : : .ob_type = &PyUnicode_Type,
8709 : : },
8710 : : .length = 15,
8711 : : .hash = -1,
8712 : : .state = {
8713 : : .kind = 1,
8714 : : .compact = 1,
8715 : : .ascii = 1,
8716 : : },
8717 : : },
8718 : : ._data = "NamespaceLoader",
8719 : : };
8720 : : static
8721 : : struct {
8722 : : PyASCIIObject _ascii;
8723 : : uint8_t _data[6];
8724 : : }
8725 : : const_str__path = {
8726 : : ._ascii = {
8727 : : .ob_base = {
8728 : : .ob_refcnt = 999999999,
8729 : : .ob_type = &PyUnicode_Type,
8730 : : },
8731 : : .length = 5,
8732 : : .hash = -1,
8733 : : .state = {
8734 : : .kind = 1,
8735 : : .compact = 1,
8736 : : .ascii = 1,
8737 : : },
8738 : : },
8739 : : ._data = "_path",
8740 : : };
8741 : : static
8742 : : struct {
8743 : : PyGC_Head _gc_head;
8744 : : struct {
8745 : : PyObject_VAR_HEAD
8746 : : PyObject *ob_item[21];
8747 : : }_object;
8748 : : }
8749 : : importlib__bootstrap_toplevel_consts_30_names = {
8750 : : ._object = {
8751 : : .ob_base = {
8752 : : .ob_base = {
8753 : : .ob_refcnt = 999999999,
8754 : : .ob_type = &PyTuple_Type,
8755 : : },
8756 : : .ob_size = 21,
8757 : : },
8758 : : .ob_item = {
8759 : : &_Py_ID(getattr),
8760 : : &_Py_ID(name),
8761 : : &_Py_ID(__name__),
8762 : : & const_str_AttributeError._ascii.ob_base,
8763 : : & const_str_loader._ascii.ob_base,
8764 : : & const_str_submodule_search_locations._ascii.ob_base,
8765 : : & const_str__bootstrap_external._ascii.ob_base,
8766 : : & const_str_NotImplementedError._ascii.ob_base,
8767 : : & const_str_NamespaceLoader._ascii.ob_base,
8768 : : &_Py_ID(__new__),
8769 : : & const_str__path._ascii.ob_base,
8770 : : &_Py_ID(__file__),
8771 : : &_Py_ID(__loader__),
8772 : : &_Py_ID(parent),
8773 : : &_Py_ID(__package__),
8774 : : &_Py_ID(__spec__),
8775 : : &_Py_ID(__path__),
8776 : : & const_str_has_location._ascii.ob_base,
8777 : : & const_str_origin._ascii.ob_base,
8778 : : & const_str_cached._ascii.ob_base,
8779 : : & const_str___cached__._ascii.ob_base,
8780 : : },
8781 : : },
8782 : : };
8783 : : static
8784 : : struct {
8785 : : PyASCIIObject _ascii;
8786 : : uint8_t _data[19];
8787 : : }
8788 : : const_str__init_module_attrs = {
8789 : : ._ascii = {
8790 : : .ob_base = {
8791 : : .ob_refcnt = 999999999,
8792 : : .ob_type = &PyUnicode_Type,
8793 : : },
8794 : : .length = 18,
8795 : : .hash = -1,
8796 : : .state = {
8797 : : .kind = 1,
8798 : : .compact = 1,
8799 : : .ascii = 1,
8800 : : },
8801 : : },
8802 : : ._data = "_init_module_attrs",
8803 : : };
8804 : : static
8805 : : struct {
8806 : : PyObject_VAR_HEAD
8807 : : Py_hash_t ob_shash;
8808 : : char ob_sval[655];
8809 : : }
8810 : : importlib__bootstrap_toplevel_consts_30_linetable = {
8811 : : .ob_base = {
8812 : : .ob_base = {
8813 : : .ob_refcnt = 999999999,
8814 : : .ob_type = &PyBytes_Type,
8815 : : },
8816 : : .ob_size = 654,
8817 : : },
8818 : : .ob_shash = -1,
8819 : : .ob_sval = "\x80\x00\xf0\x08\x00\x09\x11\xf0\x00\x04\x05\x11\x95\x47\x98\x46\xa0\x4a\xb0\x04\xd4\x14\x35\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x1e\x22\x9f\x69\x99\x69\x88\x46\x8c\x4f\xf0\x08\x00\x08\x10\xf0\x00\x1a\x05\x11\x95\x37\x98\x36\xa0\x3c\xb0\x14\xd4\x13\x36\xf0\x00\x1a\x05\x11\xd8\x11\x15\x97\x1b\x91\x1b\x88\x06\xd8\x0b\x11\xf0\x00\x14\x09\x27\xe0\x0f\x13\xd7\x0f\x2e\xd1\x0f\x2e\xf0\x00\x12\x0d\x27\xdd\x13\x26\xf0\x00\x01\x11\x2e\xdd\x1a\x2d\xd0\x14\x2d\xdd\x22\x35\xd7\x22\x45\xd1\x22\x45\x90\x0f\xe0\x19\x28\xd7\x19\x30\xd1\x19\x30\xb0\x1f\xd4\x19\x41\x90\x06\xd8\x1f\x23\xd7\x1f\x3e\xd1\x1f\x3e\x90\x06\x94\x0c\xd8\x1e\x24\x90\x04\x94\x0b\xf0\x16\x00\x23\x27\x90\x06\x94\x0f\xf0\x02\x03\x09\x11\xd8\x20\x26\x88\x46\xd4\x0c\x1d\xf0\x08\x00\x08\x10\xf0\x00\x04\x05\x11\x95\x37\x98\x36\xa0\x3d\xb0\x24\xd4\x13\x37\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x21\x25\xa7\x1b\xa1\x1b\x88\x46\xd4\x0c\x1e\xf0\x08\x03\x05\x0d\xd8\x1a\x1e\x88\x06\x8c\x0f\xf0\x08\x00\x08\x10\xf0\x00\x06\x05\x15\x95\x37\x98\x36\xa0\x3a\xa8\x74\xd4\x13\x34\xf0\x00\x06\x05\x15\xd8\x0b\x0f\xd7\x0b\x2a\xd1\x0b\x2a\xf0\x00\x05\x09\x15\xf0\x04\x03\x0d\x15\xd8\x22\x26\xd7\x22\x41\xd1\x22\x41\x90\x06\x94\x0f\xf0\x08\x00\x08\x0c\xd7\x07\x18\xd1\x07\x18\xf0\x00\x0c\x05\x19\xd8\x0b\x13\xf0\x00\x04\x09\x15\x95\x77\x98\x76\xa0\x7a\xb0\x34\xd4\x17\x38\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xd8\x22\x26\xa7\x2b\xa1\x2b\x90\x06\x94\x0f\xf0\x08\x00\x0c\x14\xf0\x00\x05\x09\x19\x95\x77\x98\x76\xa0\x7c\xb0\x54\xd4\x17\x3a\xf0\x00\x05\x09\x19\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x04\x0d\x19\xf0\x02\x03\x11\x19\xd8\x28\x2c\xaf\x0b\xa9\x0b\x90\x46\xd4\x14\x25\xf0\x06\x00\x0c\x12\x80\x4d\xf8\xf5\x7f\x01\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x89\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x38\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0c\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x1a\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf5\x10\x00\x14\x22\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x22\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x18\x26\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8",
8820 : : };
8821 : : static
8822 : : struct {
8823 : : PyObject_VAR_HEAD
8824 : : Py_hash_t ob_shash;
8825 : : char ob_sval[126];
8826 : : }
8827 : : importlib__bootstrap_toplevel_consts_30_exceptiontable = {
8828 : : .ob_base = {
8829 : : .ob_base = {
8830 : : .ob_refcnt = 999999999,
8831 : : .ob_type = &PyBytes_Type,
8832 : : },
8833 : : .ob_size = 125,
8834 : : },
8835 : : .ob_shash = -1,
8836 : : .ob_sval = "\x93\x11\x45\x21\x00\xc2\x20\x07\x45\x32\x00\xc2\x39\x11\x46\x02\x00\xc3\x0b\x07\x46\x12\x00\xc3\x30\x11\x46\x22\x00\xc4\x1f\x11\x46\x32\x00\xc5\x0e\x11\x47\x02\x00\xc5\x21\x0a\x45\x2f\x03\xc5\x2e\x01\x45\x2f\x03\xc5\x32\x0a\x45\x3f\x03\xc5\x3e\x01\x45\x3f\x03\xc6\x02\x0a\x46\x0f\x03\xc6\x0e\x01\x46\x0f\x03\xc6\x12\x0a\x46\x1f\x03\xc6\x1e\x01\x46\x1f\x03\xc6\x22\x0a\x46\x2f\x03\xc6\x2e\x01\x46\x2f\x03\xc6\x32\x0a\x46\x3f\x03\xc6\x3e\x01\x46\x3f\x03\xc7\x02\x0a\x47\x0f\x03\xc7\x0e\x01\x47\x0f\x03",
8837 : : };
8838 : : static
8839 : : struct {
8840 : : PyGC_Head _gc_head;
8841 : : struct {
8842 : : PyObject_VAR_HEAD
8843 : : PyObject *ob_item[5];
8844 : : }_object;
8845 : : }
8846 : : importlib__bootstrap_toplevel_consts_30_localsplusnames = {
8847 : : ._object = {
8848 : : .ob_base = {
8849 : : .ob_base = {
8850 : : .ob_refcnt = 999999999,
8851 : : .ob_type = &PyTuple_Type,
8852 : : },
8853 : : .ob_size = 5,
8854 : : },
8855 : : .ob_item = {
8856 : : & const_str_spec._ascii.ob_base,
8857 : : & const_str_module._ascii.ob_base,
8858 : : & const_str_override._ascii.ob_base,
8859 : : & const_str_loader._ascii.ob_base,
8860 : : & const_str_NamespaceLoader._ascii.ob_base,
8861 : : },
8862 : : },
8863 : : };
8864 : : static
8865 : : struct _PyCode_DEF(932)
8866 : : importlib__bootstrap_toplevel_consts_30 = {
8867 : : .ob_base = {
8868 : : .ob_base = {
8869 : : .ob_refcnt = 999999999,
8870 : : .ob_type = &PyCode_Type,
8871 : : },
8872 : : .ob_size = 466,
8873 : : },
8874 : : .co_consts = & importlib__bootstrap_toplevel_consts_30_consts._object.ob_base.ob_base,
8875 : : .co_names = & importlib__bootstrap_toplevel_consts_30_names._object.ob_base.ob_base,
8876 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_30_exceptiontable.ob_base.ob_base,
8877 : : .co_flags = 3,
8878 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
8879 : : ._co_linearray_entry_size = 0,
8880 : : .co_argcount = 2,
8881 : : .co_posonlyargcount = 0,
8882 : : .co_kwonlyargcount = 1,
8883 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
8884 : : .co_stacksize = 5,
8885 : : .co_firstlineno = 493,
8886 : : .co_nlocalsplus = 5,
8887 : : .co_nlocals = 5,
8888 : : .co_nplaincellvars = 0,
8889 : : .co_ncellvars = 0,
8890 : : .co_nfreevars = 0,
8891 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
8892 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
8893 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
8894 : : .co_name = & const_str__init_module_attrs._ascii.ob_base,
8895 : : .co_qualname = & const_str__init_module_attrs._ascii.ob_base,
8896 : : .co_linetable = & importlib__bootstrap_toplevel_consts_30_linetable.ob_base.ob_base,
8897 : : ._co_code = NULL,
8898 : : ._co_linearray = NULL,
8899 : : .co_code_adaptive = "\x97\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x72\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x5c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x50\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x01\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x03\x7c\x01\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x00\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x52\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x05\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1e\x7c\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x09\x00\x7c\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x14\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x01\x8c\x4a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xd7\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xc4\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xcc\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xad\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x6f\x77\x00\x78\x03\x59\x00\x77\x01",
8900 : : ._co_firsttraceable = 0,
8901 : : };
8902 : : static
8903 : : struct {
8904 : : PyASCIIObject _ascii;
8905 : : uint8_t _data[44];
8906 : : }
8907 : : importlib__bootstrap_toplevel_consts_31_consts_0 = {
8908 : : ._ascii = {
8909 : : .ob_base = {
8910 : : .ob_refcnt = 999999999,
8911 : : .ob_type = &PyUnicode_Type,
8912 : : },
8913 : : .length = 43,
8914 : : .hash = -1,
8915 : : .state = {
8916 : : .kind = 1,
8917 : : .compact = 1,
8918 : : .ascii = 1,
8919 : : },
8920 : : },
8921 : : ._data = "Create a module based on the provided spec.",
8922 : : };
8923 : : static
8924 : : struct {
8925 : : PyASCIIObject _ascii;
8926 : : uint8_t _data[14];
8927 : : }
8928 : : const_str_create_module = {
8929 : : ._ascii = {
8930 : : .ob_base = {
8931 : : .ob_refcnt = 999999999,
8932 : : .ob_type = &PyUnicode_Type,
8933 : : },
8934 : : .length = 13,
8935 : : .hash = -1,
8936 : : .state = {
8937 : : .kind = 1,
8938 : : .compact = 1,
8939 : : .ascii = 1,
8940 : : },
8941 : : },
8942 : : ._data = "create_module",
8943 : : };
8944 : : static
8945 : : struct {
8946 : : PyASCIIObject _ascii;
8947 : : uint8_t _data[12];
8948 : : }
8949 : : const_str_exec_module = {
8950 : : ._ascii = {
8951 : : .ob_base = {
8952 : : .ob_refcnt = 999999999,
8953 : : .ob_type = &PyUnicode_Type,
8954 : : },
8955 : : .length = 11,
8956 : : .hash = -1,
8957 : : .state = {
8958 : : .kind = 1,
8959 : : .compact = 1,
8960 : : .ascii = 1,
8961 : : },
8962 : : },
8963 : : ._data = "exec_module",
8964 : : };
8965 : : static
8966 : : struct {
8967 : : PyASCIIObject _ascii;
8968 : : uint8_t _data[67];
8969 : : }
8970 : : importlib__bootstrap_toplevel_consts_31_consts_4 = {
8971 : : ._ascii = {
8972 : : .ob_base = {
8973 : : .ob_refcnt = 999999999,
8974 : : .ob_type = &PyUnicode_Type,
8975 : : },
8976 : : .length = 66,
8977 : : .hash = -1,
8978 : : .state = {
8979 : : .kind = 1,
8980 : : .compact = 1,
8981 : : .ascii = 1,
8982 : : },
8983 : : },
8984 : : ._data = "loaders that define exec_module() must also define create_module()",
8985 : : };
8986 : : static
8987 : : struct {
8988 : : PyGC_Head _gc_head;
8989 : : struct {
8990 : : PyObject_VAR_HEAD
8991 : : PyObject *ob_item[5];
8992 : : }_object;
8993 : : }
8994 : : importlib__bootstrap_toplevel_consts_31_consts = {
8995 : : ._object = {
8996 : : .ob_base = {
8997 : : .ob_base = {
8998 : : .ob_refcnt = 999999999,
8999 : : .ob_type = &PyTuple_Type,
9000 : : },
9001 : : .ob_size = 5,
9002 : : },
9003 : : .ob_item = {
9004 : : & importlib__bootstrap_toplevel_consts_31_consts_0._ascii.ob_base,
9005 : : Py_None,
9006 : : & const_str_create_module._ascii.ob_base,
9007 : : & const_str_exec_module._ascii.ob_base,
9008 : : & importlib__bootstrap_toplevel_consts_31_consts_4._ascii.ob_base,
9009 : : },
9010 : : },
9011 : : };
9012 : : static
9013 : : struct {
9014 : : PyGC_Head _gc_head;
9015 : : struct {
9016 : : PyObject_VAR_HEAD
9017 : : PyObject *ob_item[7];
9018 : : }_object;
9019 : : }
9020 : : importlib__bootstrap_toplevel_consts_31_names = {
9021 : : ._object = {
9022 : : .ob_base = {
9023 : : .ob_base = {
9024 : : .ob_refcnt = 999999999,
9025 : : .ob_type = &PyTuple_Type,
9026 : : },
9027 : : .ob_size = 7,
9028 : : },
9029 : : .ob_item = {
9030 : : & const_str_hasattr._ascii.ob_base,
9031 : : & const_str_loader._ascii.ob_base,
9032 : : & const_str_create_module._ascii.ob_base,
9033 : : & const_str_ImportError._ascii.ob_base,
9034 : : & const_str__new_module._ascii.ob_base,
9035 : : &_Py_ID(name),
9036 : : & const_str__init_module_attrs._ascii.ob_base,
9037 : : },
9038 : : },
9039 : : };
9040 : : static
9041 : : struct {
9042 : : PyASCIIObject _ascii;
9043 : : uint8_t _data[17];
9044 : : }
9045 : : const_str_module_from_spec = {
9046 : : ._ascii = {
9047 : : .ob_base = {
9048 : : .ob_refcnt = 999999999,
9049 : : .ob_type = &PyUnicode_Type,
9050 : : },
9051 : : .length = 16,
9052 : : .hash = -1,
9053 : : .state = {
9054 : : .kind = 1,
9055 : : .compact = 1,
9056 : : .ascii = 1,
9057 : : },
9058 : : },
9059 : : ._data = "module_from_spec",
9060 : : };
9061 : : static
9062 : : struct {
9063 : : PyObject_VAR_HEAD
9064 : : Py_hash_t ob_shash;
9065 : : char ob_sval[130];
9066 : : }
9067 : : importlib__bootstrap_toplevel_consts_31_linetable = {
9068 : : .ob_base = {
9069 : : .ob_base = {
9070 : : .ob_refcnt = 999999999,
9071 : : .ob_type = &PyBytes_Type,
9072 : : },
9073 : : .ob_size = 129,
9074 : : },
9075 : : .ob_shash = -1,
9076 : : .ob_sval = "\x80\x00\xf0\x06\x00\x0e\x12\x80\x46\xdd\x07\x0e\x88\x74\x8f\x7b\x89\x7b\x98\x4f\xd4\x07\x2c\xf0\x00\x06\x05\x3e\xf0\x06\x00\x12\x16\x97\x1b\x91\x1b\xd7\x11\x2a\xd1\x11\x2a\xa8\x34\xd4\x11\x30\x88\x06\x88\x06\xdd\x09\x10\x90\x14\x97\x1b\x91\x1b\x98\x6d\xd4\x09\x2c\xf0\x00\x02\x05\x3e\xdd\x0e\x19\xf0\x00\x01\x1b\x3d\xf4\x00\x01\x0f\x3e\xf0\x00\x01\x09\x3e\xe0\x07\x0d\xf0\x00\x01\x05\x28\xdd\x11\x1c\x98\x54\x9f\x59\x99\x59\xd4\x11\x27\x88\x06\xdd\x04\x16\x90\x74\x98\x56\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x11\x80\x4d",
9077 : : };
9078 : : static
9079 : : struct {
9080 : : PyGC_Head _gc_head;
9081 : : struct {
9082 : : PyObject_VAR_HEAD
9083 : : PyObject *ob_item[2];
9084 : : }_object;
9085 : : }
9086 : : importlib__bootstrap_toplevel_consts_31_localsplusnames = {
9087 : : ._object = {
9088 : : .ob_base = {
9089 : : .ob_base = {
9090 : : .ob_refcnt = 999999999,
9091 : : .ob_type = &PyTuple_Type,
9092 : : },
9093 : : .ob_size = 2,
9094 : : },
9095 : : .ob_item = {
9096 : : & const_str_spec._ascii.ob_base,
9097 : : & const_str_module._ascii.ob_base,
9098 : : },
9099 : : },
9100 : : };
9101 : : static
9102 : : struct _PyCode_DEF(268)
9103 : : importlib__bootstrap_toplevel_consts_31 = {
9104 : : .ob_base = {
9105 : : .ob_base = {
9106 : : .ob_refcnt = 999999999,
9107 : : .ob_type = &PyCode_Type,
9108 : : },
9109 : : .ob_size = 134,
9110 : : },
9111 : : .co_consts = & importlib__bootstrap_toplevel_consts_31_consts._object.ob_base.ob_base,
9112 : : .co_names = & importlib__bootstrap_toplevel_consts_31_names._object.ob_base.ob_base,
9113 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
9114 : : .co_flags = 3,
9115 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9116 : : ._co_linearray_entry_size = 0,
9117 : : .co_argcount = 1,
9118 : : .co_posonlyargcount = 0,
9119 : : .co_kwonlyargcount = 0,
9120 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
9121 : : .co_stacksize = 4,
9122 : : .co_firstlineno = 566,
9123 : : .co_nlocalsplus = 2,
9124 : : .co_nlocals = 2,
9125 : : .co_nplaincellvars = 0,
9126 : : .co_ncellvars = 0,
9127 : : .co_nfreevars = 0,
9128 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
9129 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9130 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9131 : : .co_name = & const_str_module_from_spec._ascii.ob_base,
9132 : : .co_qualname = & const_str_module_from_spec._ascii.ob_base,
9133 : : .co_linetable = & importlib__bootstrap_toplevel_consts_31_linetable.ob_base.ob_base,
9134 : : ._co_code = NULL,
9135 : : ._co_linearray = NULL,
9136 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x25\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x80\x17\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
9137 : : ._co_firsttraceable = 0,
9138 : : };
9139 : : static
9140 : : struct {
9141 : : PyASCIIObject _ascii;
9142 : : uint8_t _data[39];
9143 : : }
9144 : : importlib__bootstrap_toplevel_consts_32_consts_0 = {
9145 : : ._ascii = {
9146 : : .ob_base = {
9147 : : .ob_refcnt = 999999999,
9148 : : .ob_type = &PyUnicode_Type,
9149 : : },
9150 : : .length = 38,
9151 : : .hash = -1,
9152 : : .state = {
9153 : : .kind = 1,
9154 : : .compact = 1,
9155 : : .ascii = 1,
9156 : : },
9157 : : },
9158 : : ._data = "Return the repr to use for the module.",
9159 : : };
9160 : : static
9161 : : struct {
9162 : : PyASCIIObject _ascii;
9163 : : uint8_t _data[19];
9164 : : }
9165 : : importlib__bootstrap_toplevel_consts_32_consts_6 = {
9166 : : ._ascii = {
9167 : : .ob_base = {
9168 : : .ob_refcnt = 999999999,
9169 : : .ob_type = &PyUnicode_Type,
9170 : : },
9171 : : .length = 18,
9172 : : .hash = -1,
9173 : : .state = {
9174 : : .kind = 1,
9175 : : .compact = 1,
9176 : : .ascii = 1,
9177 : : },
9178 : : },
9179 : : ._data = "<module {!r} ({})>",
9180 : : };
9181 : : static
9182 : : struct {
9183 : : PyGC_Head _gc_head;
9184 : : struct {
9185 : : PyObject_VAR_HEAD
9186 : : PyObject *ob_item[7];
9187 : : }_object;
9188 : : }
9189 : : importlib__bootstrap_toplevel_consts_32_consts = {
9190 : : ._object = {
9191 : : .ob_base = {
9192 : : .ob_base = {
9193 : : .ob_refcnt = 999999999,
9194 : : .ob_type = &PyTuple_Type,
9195 : : },
9196 : : .ob_size = 7,
9197 : : },
9198 : : .ob_item = {
9199 : : & importlib__bootstrap_toplevel_consts_32_consts_0._ascii.ob_base,
9200 : : Py_None,
9201 : : & importlib__bootstrap_toplevel_consts_22_consts_5._ascii.ob_base,
9202 : : & importlib__bootstrap_toplevel_consts_22_consts_7._ascii.ob_base,
9203 : : & importlib__bootstrap_toplevel_consts_22_consts_8._ascii.ob_base,
9204 : : & importlib__bootstrap_toplevel_consts_22_consts_6._ascii.ob_base,
9205 : : & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
9206 : : },
9207 : : },
9208 : : };
9209 : : static
9210 : : struct {
9211 : : PyGC_Head _gc_head;
9212 : : struct {
9213 : : PyObject_VAR_HEAD
9214 : : PyObject *ob_item[5];
9215 : : }_object;
9216 : : }
9217 : : importlib__bootstrap_toplevel_consts_32_names = {
9218 : : ._object = {
9219 : : .ob_base = {
9220 : : .ob_base = {
9221 : : .ob_refcnt = 999999999,
9222 : : .ob_type = &PyTuple_Type,
9223 : : },
9224 : : .ob_size = 5,
9225 : : },
9226 : : .ob_item = {
9227 : : &_Py_ID(name),
9228 : : & const_str_origin._ascii.ob_base,
9229 : : & const_str_loader._ascii.ob_base,
9230 : : & const_str_format._ascii.ob_base,
9231 : : & const_str_has_location._ascii.ob_base,
9232 : : },
9233 : : },
9234 : : };
9235 : : static
9236 : : struct {
9237 : : PyObject_VAR_HEAD
9238 : : Py_hash_t ob_shash;
9239 : : char ob_sval[158];
9240 : : }
9241 : : importlib__bootstrap_toplevel_consts_32_linetable = {
9242 : : .ob_base = {
9243 : : .ob_base = {
9244 : : .ob_refcnt = 999999999,
9245 : : .ob_type = &PyBytes_Type,
9246 : : },
9247 : : .ob_size = 157,
9248 : : },
9249 : : .ob_shash = -1,
9250 : : .ob_sval = "\x80\x00\xf0\x06\x00\x13\x17\x97\x29\x91\x29\xd0\x0b\x32\x88\x33\x88\x33\xa8\x14\xaf\x19\xa9\x19\x80\x44\xd8\x07\x0b\x87\x7b\x81\x7b\xf0\x00\x09\x05\x47\x01\xd8\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x03\x09\x44\x01\xd8\x13\x22\xd7\x13\x29\xd1\x13\x29\xa8\x24\xd4\x13\x2f\xd0\x0c\x2f\xe0\x13\x29\xd7\x13\x30\xd1\x13\x30\xb0\x14\xb0\x74\xb7\x7b\xb1\x7b\xd4\x13\x43\xd0\x0c\x43\xe0\x0b\x0f\xd7\x0b\x1c\xd1\x0b\x1c\xf0\x00\x03\x09\x47\x01\xd8\x13\x2c\xd7\x13\x33\xd1\x13\x33\xb0\x44\xb8\x24\xbf\x2b\xb9\x2b\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x27\xd7\x13\x2e\xd1\x13\x2e\xa8\x74\xaf\x79\xa9\x79\xb8\x24\xbf\x2b\xb9\x2b\xd4\x13\x46\xd0\x0c\x46",
9251 : : };
9252 : : static
9253 : : struct {
9254 : : PyGC_Head _gc_head;
9255 : : struct {
9256 : : PyObject_VAR_HEAD
9257 : : PyObject *ob_item[2];
9258 : : }_object;
9259 : : }
9260 : : importlib__bootstrap_toplevel_consts_32_localsplusnames = {
9261 : : ._object = {
9262 : : .ob_base = {
9263 : : .ob_base = {
9264 : : .ob_refcnt = 999999999,
9265 : : .ob_type = &PyTuple_Type,
9266 : : },
9267 : : .ob_size = 2,
9268 : : },
9269 : : .ob_item = {
9270 : : & const_str_spec._ascii.ob_base,
9271 : : &_Py_ID(name),
9272 : : },
9273 : : },
9274 : : };
9275 : : static
9276 : : struct _PyCode_DEF(356)
9277 : : importlib__bootstrap_toplevel_consts_32 = {
9278 : : .ob_base = {
9279 : : .ob_base = {
9280 : : .ob_refcnt = 999999999,
9281 : : .ob_type = &PyCode_Type,
9282 : : },
9283 : : .ob_size = 178,
9284 : : },
9285 : : .co_consts = & importlib__bootstrap_toplevel_consts_32_consts._object.ob_base.ob_base,
9286 : : .co_names = & importlib__bootstrap_toplevel_consts_32_names._object.ob_base.ob_base,
9287 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
9288 : : .co_flags = 3,
9289 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9290 : : ._co_linearray_entry_size = 0,
9291 : : .co_argcount = 1,
9292 : : .co_posonlyargcount = 0,
9293 : : .co_kwonlyargcount = 0,
9294 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
9295 : : .co_stacksize = 4,
9296 : : .co_firstlineno = 583,
9297 : : .co_nlocalsplus = 2,
9298 : : .co_nlocals = 2,
9299 : : .co_nplaincellvars = 0,
9300 : : .co_ncellvars = 0,
9301 : : .co_nfreevars = 0,
9302 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
9303 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9304 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9305 : : .co_name = & const_str__module_repr_from_spec._ascii.ob_base,
9306 : : .co_qualname = & const_str__module_repr_from_spec._ascii.ob_base,
9307 : : .co_linetable = & importlib__bootstrap_toplevel_consts_32_linetable.ob_base.ob_base,
9308 : : ._co_code = NULL,
9309 : : ._co_linearray = NULL,
9310 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x02\x64\x02\x6e\x0b\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x3b\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x64\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x04\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x64\x05\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x06\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
9311 : : ._co_firsttraceable = 0,
9312 : : };
9313 : : static
9314 : : struct {
9315 : : PyASCIIObject _ascii;
9316 : : uint8_t _data[71];
9317 : : }
9318 : : importlib__bootstrap_toplevel_consts_33_consts_0 = {
9319 : : ._ascii = {
9320 : : .ob_base = {
9321 : : .ob_refcnt = 999999999,
9322 : : .ob_type = &PyUnicode_Type,
9323 : : },
9324 : : .length = 70,
9325 : : .hash = -1,
9326 : : .state = {
9327 : : .kind = 1,
9328 : : .compact = 1,
9329 : : .ascii = 1,
9330 : : },
9331 : : },
9332 : : ._data = "Execute the spec's specified module in an existing module's namespace.",
9333 : : };
9334 : : static
9335 : : struct {
9336 : : PyASCIIObject _ascii;
9337 : : uint8_t _data[31];
9338 : : }
9339 : : importlib__bootstrap_toplevel_consts_33_consts_1 = {
9340 : : ._ascii = {
9341 : : .ob_base = {
9342 : : .ob_refcnt = 999999999,
9343 : : .ob_type = &PyUnicode_Type,
9344 : : },
9345 : : .length = 30,
9346 : : .hash = -1,
9347 : : .state = {
9348 : : .kind = 1,
9349 : : .compact = 1,
9350 : : .ascii = 1,
9351 : : },
9352 : : },
9353 : : ._data = "module {!r} not in sys.modules",
9354 : : };
9355 : : static
9356 : : struct {
9357 : : PyASCIIObject _ascii;
9358 : : uint8_t _data[15];
9359 : : }
9360 : : importlib__bootstrap_toplevel_consts_33_consts_4 = {
9361 : : ._ascii = {
9362 : : .ob_base = {
9363 : : .ob_refcnt = 999999999,
9364 : : .ob_type = &PyUnicode_Type,
9365 : : },
9366 : : .length = 14,
9367 : : .hash = -1,
9368 : : .state = {
9369 : : .kind = 1,
9370 : : .compact = 1,
9371 : : .ascii = 1,
9372 : : },
9373 : : },
9374 : : ._data = "missing loader",
9375 : : };
9376 : : static
9377 : : struct {
9378 : : PyASCIIObject _ascii;
9379 : : uint8_t _data[56];
9380 : : }
9381 : : importlib__bootstrap_toplevel_consts_33_consts_8 = {
9382 : : ._ascii = {
9383 : : .ob_base = {
9384 : : .ob_refcnt = 999999999,
9385 : : .ob_type = &PyUnicode_Type,
9386 : : },
9387 : : .length = 55,
9388 : : .hash = -1,
9389 : : .state = {
9390 : : .kind = 1,
9391 : : .compact = 1,
9392 : : .ascii = 1,
9393 : : },
9394 : : },
9395 : : ._data = ".exec_module() not found; falling back to load_module()",
9396 : : };
9397 : : static
9398 : : struct {
9399 : : PyGC_Head _gc_head;
9400 : : struct {
9401 : : PyObject_VAR_HEAD
9402 : : PyObject *ob_item[9];
9403 : : }_object;
9404 : : }
9405 : : importlib__bootstrap_toplevel_consts_33_consts = {
9406 : : ._object = {
9407 : : .ob_base = {
9408 : : .ob_base = {
9409 : : .ob_refcnt = 999999999,
9410 : : .ob_type = &PyTuple_Type,
9411 : : },
9412 : : .ob_size = 9,
9413 : : },
9414 : : .ob_item = {
9415 : : & importlib__bootstrap_toplevel_consts_33_consts_0._ascii.ob_base,
9416 : : & importlib__bootstrap_toplevel_consts_33_consts_1._ascii.ob_base,
9417 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
9418 : : Py_None,
9419 : : & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
9420 : : Py_True,
9421 : : & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
9422 : : & const_str_exec_module._ascii.ob_base,
9423 : : & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
9424 : : },
9425 : : },
9426 : : };
9427 : : static
9428 : : struct {
9429 : : PyASCIIObject _ascii;
9430 : : uint8_t _data[14];
9431 : : }
9432 : : const_str_ImportWarning = {
9433 : : ._ascii = {
9434 : : .ob_base = {
9435 : : .ob_refcnt = 999999999,
9436 : : .ob_type = &PyUnicode_Type,
9437 : : },
9438 : : .length = 13,
9439 : : .hash = -1,
9440 : : .state = {
9441 : : .kind = 1,
9442 : : .compact = 1,
9443 : : .ascii = 1,
9444 : : },
9445 : : },
9446 : : ._data = "ImportWarning",
9447 : : };
9448 : : static
9449 : : struct {
9450 : : PyASCIIObject _ascii;
9451 : : uint8_t _data[12];
9452 : : }
9453 : : const_str_load_module = {
9454 : : ._ascii = {
9455 : : .ob_base = {
9456 : : .ob_refcnt = 999999999,
9457 : : .ob_type = &PyUnicode_Type,
9458 : : },
9459 : : .length = 11,
9460 : : .hash = -1,
9461 : : .state = {
9462 : : .kind = 1,
9463 : : .compact = 1,
9464 : : .ascii = 1,
9465 : : },
9466 : : },
9467 : : ._data = "load_module",
9468 : : };
9469 : : static
9470 : : struct {
9471 : : PyASCIIObject _ascii;
9472 : : uint8_t _data[4];
9473 : : }
9474 : : const_str_pop = {
9475 : : ._ascii = {
9476 : : .ob_base = {
9477 : : .ob_refcnt = 999999999,
9478 : : .ob_type = &PyUnicode_Type,
9479 : : },
9480 : : .length = 3,
9481 : : .hash = -1,
9482 : : .state = {
9483 : : .kind = 1,
9484 : : .compact = 1,
9485 : : .ascii = 1,
9486 : : },
9487 : : },
9488 : : ._data = "pop",
9489 : : };
9490 : : static
9491 : : struct {
9492 : : PyGC_Head _gc_head;
9493 : : struct {
9494 : : PyObject_VAR_HEAD
9495 : : PyObject *ob_item[18];
9496 : : }_object;
9497 : : }
9498 : : importlib__bootstrap_toplevel_consts_33_names = {
9499 : : ._object = {
9500 : : .ob_base = {
9501 : : .ob_base = {
9502 : : .ob_refcnt = 999999999,
9503 : : .ob_type = &PyTuple_Type,
9504 : : },
9505 : : .ob_size = 18,
9506 : : },
9507 : : .ob_item = {
9508 : : &_Py_ID(name),
9509 : : & const_str__ModuleLockManager._ascii.ob_base,
9510 : : & const_str_sys._ascii.ob_base,
9511 : : &_Py_ID(modules),
9512 : : &_Py_ID(get),
9513 : : & const_str_format._ascii.ob_base,
9514 : : & const_str_ImportError._ascii.ob_base,
9515 : : & const_str_loader._ascii.ob_base,
9516 : : & const_str_submodule_search_locations._ascii.ob_base,
9517 : : & const_str__init_module_attrs._ascii.ob_base,
9518 : : & const_str_hasattr._ascii.ob_base,
9519 : : & const_str__object_name._ascii.ob_base,
9520 : : & const_str__warnings._ascii.ob_base,
9521 : : & const_str_warn._ascii.ob_base,
9522 : : & const_str_ImportWarning._ascii.ob_base,
9523 : : & const_str_load_module._ascii.ob_base,
9524 : : & const_str_exec_module._ascii.ob_base,
9525 : : & const_str_pop._ascii.ob_base,
9526 : : },
9527 : : },
9528 : : };
9529 : : static
9530 : : struct {
9531 : : PyObject_VAR_HEAD
9532 : : Py_hash_t ob_shash;
9533 : : char ob_sval[470];
9534 : : }
9535 : : importlib__bootstrap_toplevel_consts_33_linetable = {
9536 : : .ob_base = {
9537 : : .ob_base = {
9538 : : .ob_refcnt = 999999999,
9539 : : .ob_type = &PyBytes_Type,
9540 : : },
9541 : : .ob_size = 469,
9542 : : },
9543 : : .ob_shash = -1,
9544 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x39\x89\x39\x80\x44\xdd\x09\x1b\x98\x44\xd4\x09\x21\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xdd\x0b\x0e\x8f\x3b\x89\x3b\x8f\x3f\x89\x3f\x98\x34\xd4\x0b\x20\xa8\x06\xd0\x0b\x2e\xf0\x00\x02\x09\x2e\xd8\x12\x32\xd7\x12\x39\xd1\x12\x39\xb8\x24\xd4\x12\x3f\x88\x43\xdd\x12\x1d\x98\x63\xa8\x04\xd0\x12\x2d\xd4\x12\x2d\xd0\x0c\x2d\xf0\x02\x13\x09\x2c\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x0d\x0d\x34\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x48\x01\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbf\x59\xb9\x59\xd0\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xd0\x10\x3f\xe5\x10\x22\xa0\x34\xa8\x16\xb8\x24\xd0\x10\x3f\xd4\x10\x3f\xd0\x10\x3f\xdd\x17\x1e\x98\x74\x9f\x7b\x99\x7b\xa8\x4d\xd4\x17\x3a\xf0\x00\x06\x11\x34\xdd\x1e\x2a\xa8\x34\xaf\x3b\xa9\x3b\xd4\x1e\x37\xf0\x00\x01\x1c\x3b\xf0\x00\x01\x1c\x3b\xf0\x00\x01\x1c\x3b\x90\x43\xe5\x14\x1d\x97\x4e\x91\x4e\xa0\x33\xad\x0d\xd4\x14\x36\xd0\x14\x36\xd8\x14\x18\x97\x4b\x91\x4b\xd7\x14\x2b\xd1\x14\x2b\xa8\x44\xd4\x14\x31\xd0\x14\x31\xd0\x14\x31\xe0\x14\x18\x97\x4b\x91\x4b\xd7\x14\x2b\xd1\x14\x2b\xa8\x46\xd4\x14\x33\xd0\x14\x33\xf5\x08\x00\x16\x19\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd0\x0c\x22\xf0\x2f\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf4\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x30\x00\x0c\x12\x80\x4d\xf8\xf5\x05\x00\x16\x19\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf0\x2f\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf0\x00\x17\x05\x2c\xf8\xf8\xf8",
9545 : : };
9546 : : static
9547 : : struct {
9548 : : PyObject_VAR_HEAD
9549 : : Py_hash_t ob_shash;
9550 : : char ob_sval[40];
9551 : : }
9552 : : importlib__bootstrap_toplevel_consts_33_exceptiontable = {
9553 : : .ob_base = {
9554 : : .ob_base = {
9555 : : .ob_refcnt = 999999999,
9556 : : .ob_type = &PyBytes_Type,
9557 : : },
9558 : : .ob_size = 39,
9559 : : },
9560 : : .ob_shash = -1,
9561 : : .ob_sval = "\x9a\x41\x05\x47\x1d\x03\xc1\x20\x43\x1a\x46\x0f\x02\xc4\x3a\x41\x09\x47\x1d\x03\xc6\x0f\x41\x0b\x47\x1a\x05\xc7\x1a\x03\x47\x1d\x03\xc7\x1d\x05\x47\x26\x07",
9562 : : };
9563 : : static
9564 : : struct {
9565 : : PyGC_Head _gc_head;
9566 : : struct {
9567 : : PyObject_VAR_HEAD
9568 : : PyObject *ob_item[4];
9569 : : }_object;
9570 : : }
9571 : : importlib__bootstrap_toplevel_consts_33_localsplusnames = {
9572 : : ._object = {
9573 : : .ob_base = {
9574 : : .ob_base = {
9575 : : .ob_refcnt = 999999999,
9576 : : .ob_type = &PyTuple_Type,
9577 : : },
9578 : : .ob_size = 4,
9579 : : },
9580 : : .ob_item = {
9581 : : & const_str_spec._ascii.ob_base,
9582 : : & const_str_module._ascii.ob_base,
9583 : : &_Py_ID(name),
9584 : : &_Py_ID(msg),
9585 : : },
9586 : : },
9587 : : };
9588 : : static
9589 : : struct {
9590 : : PyObject_VAR_HEAD
9591 : : Py_hash_t ob_shash;
9592 : : char ob_sval[5];
9593 : : }
9594 : : importlib__bootstrap_toplevel_consts_33_localspluskinds = {
9595 : : .ob_base = {
9596 : : .ob_base = {
9597 : : .ob_refcnt = 999999999,
9598 : : .ob_type = &PyBytes_Type,
9599 : : },
9600 : : .ob_size = 4,
9601 : : },
9602 : : .ob_shash = -1,
9603 : : .ob_sval = " ",
9604 : : };
9605 : : static
9606 : : struct _PyCode_DEF(978)
9607 : : importlib__bootstrap_toplevel_consts_33 = {
9608 : : .ob_base = {
9609 : : .ob_base = {
9610 : : .ob_refcnt = 999999999,
9611 : : .ob_type = &PyCode_Type,
9612 : : },
9613 : : .ob_size = 489,
9614 : : },
9615 : : .co_consts = & importlib__bootstrap_toplevel_consts_33_consts._object.ob_base.ob_base,
9616 : : .co_names = & importlib__bootstrap_toplevel_consts_33_names._object.ob_base.ob_base,
9617 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_33_exceptiontable.ob_base.ob_base,
9618 : : .co_flags = 3,
9619 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9620 : : ._co_linearray_entry_size = 0,
9621 : : .co_argcount = 2,
9622 : : .co_posonlyargcount = 0,
9623 : : .co_kwonlyargcount = 0,
9624 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
9625 : : .co_stacksize = 6,
9626 : : .co_firstlineno = 600,
9627 : : .co_nlocalsplus = 4,
9628 : : .co_nlocals = 4,
9629 : : .co_nplaincellvars = 0,
9630 : : .co_ncellvars = 0,
9631 : : .co_nfreevars = 0,
9632 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_33_localsplusnames._object.ob_base.ob_base,
9633 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
9634 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9635 : : .co_name = & const_str__exec._ascii.ob_base,
9636 : : .co_qualname = & const_str__exec._ascii.ob_base,
9637 : : .co_linetable = & importlib__bootstrap_toplevel_consts_33_linetable.ob_base.ob_base,
9638 : : ._co_code = NULL,
9639 : : ._co_linearray = NULL,
9640 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x75\x01\x72\x21\x64\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x36\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x19\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x05\xac\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x98\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x05\xac\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x54\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x08\x9d\x02\x7d\x03\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1c\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x09\x00\x64\x03\x64\x03\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x59\x78\x03\x59\x00\x77\x01",
9641 : : ._co_firsttraceable = 0,
9642 : : };
9643 : : static
9644 : : struct {
9645 : : PyGC_Head _gc_head;
9646 : : struct {
9647 : : PyObject_VAR_HEAD
9648 : : PyObject *ob_item[7];
9649 : : }_object;
9650 : : }
9651 : : importlib__bootstrap_toplevel_consts_34_consts = {
9652 : : ._object = {
9653 : : .ob_base = {
9654 : : .ob_base = {
9655 : : .ob_refcnt = 999999999,
9656 : : .ob_type = &PyTuple_Type,
9657 : : },
9658 : : .ob_size = 7,
9659 : : },
9660 : : .ob_item = {
9661 : : Py_None,
9662 : : &_Py_ID(__loader__),
9663 : : &_Py_ID(__package__),
9664 : : &_Py_ID(__path__),
9665 : : &_Py_STR(dot),
9666 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
9667 : : &_Py_ID(__spec__),
9668 : : },
9669 : : },
9670 : : };
9671 : : static
9672 : : struct {
9673 : : PyGC_Head _gc_head;
9674 : : struct {
9675 : : PyObject_VAR_HEAD
9676 : : PyObject *ob_item[14];
9677 : : }_object;
9678 : : }
9679 : : importlib__bootstrap_toplevel_consts_34_names = {
9680 : : ._object = {
9681 : : .ob_base = {
9682 : : .ob_base = {
9683 : : .ob_refcnt = 999999999,
9684 : : .ob_type = &PyTuple_Type,
9685 : : },
9686 : : .ob_size = 14,
9687 : : },
9688 : : .ob_item = {
9689 : : & const_str_loader._ascii.ob_base,
9690 : : & const_str_load_module._ascii.ob_base,
9691 : : &_Py_ID(name),
9692 : : & const_str_sys._ascii.ob_base,
9693 : : &_Py_ID(modules),
9694 : : & const_str_pop._ascii.ob_base,
9695 : : &_Py_ID(getattr),
9696 : : &_Py_ID(__loader__),
9697 : : & const_str_AttributeError._ascii.ob_base,
9698 : : &_Py_ID(__name__),
9699 : : &_Py_ID(__package__),
9700 : : & const_str_hasattr._ascii.ob_base,
9701 : : & const_str_rpartition._ascii.ob_base,
9702 : : &_Py_ID(__spec__),
9703 : : },
9704 : : },
9705 : : };
9706 : : static
9707 : : struct {
9708 : : PyASCIIObject _ascii;
9709 : : uint8_t _data[26];
9710 : : }
9711 : : const_str__load_backward_compatible = {
9712 : : ._ascii = {
9713 : : .ob_base = {
9714 : : .ob_refcnt = 999999999,
9715 : : .ob_type = &PyUnicode_Type,
9716 : : },
9717 : : .length = 25,
9718 : : .hash = -1,
9719 : : .state = {
9720 : : .kind = 1,
9721 : : .compact = 1,
9722 : : .ascii = 1,
9723 : : },
9724 : : },
9725 : : ._data = "_load_backward_compatible",
9726 : : };
9727 : : static
9728 : : struct {
9729 : : PyObject_VAR_HEAD
9730 : : Py_hash_t ob_shash;
9731 : : char ob_sval[404];
9732 : : }
9733 : : importlib__bootstrap_toplevel_consts_34_linetable = {
9734 : : .ob_base = {
9735 : : .ob_base = {
9736 : : .ob_refcnt = 999999999,
9737 : : .ob_type = &PyBytes_Type,
9738 : : },
9739 : : .ob_size = 403,
9740 : : },
9741 : : .ob_shash = -1,
9742 : : .ob_sval = "\x80\x00\xf0\x06\x06\x05\x0e\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x1f\xd1\x08\x1f\xa0\x04\xa7\x09\xa1\x09\xd4\x08\x2a\xd0\x08\x2a\xf5\x10\x00\x0e\x11\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\x9f\x59\x99\x59\xd4\x0d\x27\x80\x46\xd8\x1d\x23\x85\x43\x87\x4b\x81\x4b\x90\x04\x97\x09\x91\x09\xd1\x04\x1a\xdd\x07\x0e\x88\x76\x90\x7c\xa0\x54\xd4\x07\x2a\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x20\x24\xa7\x0b\xa1\x0b\x88\x46\xd4\x0c\x1d\xf5\x06\x00\x08\x0f\x88\x76\x90\x7d\xa0\x64\xd4\x07\x2b\xf0\x00\x09\x05\x11\xf0\x02\x08\x09\x11\xf0\x08\x00\x22\x28\xa7\x1f\xa1\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd4\x13\x2e\xf0\x00\x01\x0d\x42\x01\xd8\x25\x29\xa7\x59\xa1\x59\xd7\x25\x39\xd1\x25\x39\xb8\x23\xd4\x25\x3e\xb8\x71\xd4\x25\x41\x90\x06\xd4\x10\x22\xf5\x06\x00\x08\x0f\x88\x76\x90\x7a\xa0\x34\xd4\x07\x28\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xd8\x1e\x22\x88\x46\x8c\x4f\xf0\x06\x00\x0c\x12\x80\x4d\xf8\xf0\x3b\x04\x05\x0e\xd8\x0b\x0f\x8f\x39\x89\x39\x9d\x03\x9f\x0b\x99\x0b\xd0\x0b\x23\xf0\x00\x02\x09\x2c\xdd\x15\x18\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xa7\x59\xa1\x59\xd4\x15\x2f\x88\x46\xd8\x25\x2b\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x09\x99\x09\xd1\x0c\x22\xd8\x08\x0d\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x14\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x0a\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
9743 : : };
9744 : : static
9745 : : struct {
9746 : : PyObject_VAR_HEAD
9747 : : Py_hash_t ob_shash;
9748 : : char ob_sval[68];
9749 : : }
9750 : : importlib__bootstrap_toplevel_consts_34_exceptiontable = {
9751 : : .ob_base = {
9752 : : .ob_base = {
9753 : : .ob_refcnt = 999999999,
9754 : : .ob_type = &PyBytes_Type,
9755 : : },
9756 : : .ob_size = 67,
9757 : : },
9758 : : .ob_shash = -1,
9759 : : .ob_sval = "\x82\x26\x44\x01\x00\xc2\x01\x11\x45\x2d\x00\xc2\x22\x41\x06\x45\x3d\x00\xc3\x38\x07\x46\x0d\x00\xc4\x01\x41\x29\x45\x2a\x03\xc5\x2d\x0a\x45\x3a\x03\xc5\x39\x01\x45\x3a\x03\xc5\x3d\x0a\x46\x0a\x03\xc6\x09\x01\x46\x0a\x03\xc6\x0d\x0a\x46\x1a\x03\xc6\x19\x01\x46\x1a\x03",
9760 : : };
9761 : : static
9762 : : struct _PyCode_DEF(826)
9763 : : importlib__bootstrap_toplevel_consts_34 = {
9764 : : .ob_base = {
9765 : : .ob_base = {
9766 : : .ob_refcnt = 999999999,
9767 : : .ob_type = &PyCode_Type,
9768 : : },
9769 : : .ob_size = 413,
9770 : : },
9771 : : .co_consts = & importlib__bootstrap_toplevel_consts_34_consts._object.ob_base.ob_base,
9772 : : .co_names = & importlib__bootstrap_toplevel_consts_34_names._object.ob_base.ob_base,
9773 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_34_exceptiontable.ob_base.ob_base,
9774 : : .co_flags = 3,
9775 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9776 : : ._co_linearray_entry_size = 0,
9777 : : .co_argcount = 1,
9778 : : .co_posonlyargcount = 0,
9779 : : .co_kwonlyargcount = 0,
9780 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
9781 : : .co_stacksize = 5,
9782 : : .co_firstlineno = 630,
9783 : : .co_nlocalsplus = 2,
9784 : : .co_nlocals = 2,
9785 : : .co_nplaincellvars = 0,
9786 : : .co_ncellvars = 0,
9787 : : .co_nfreevars = 0,
9788 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
9789 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
9790 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9791 : : .co_name = & const_str__load_backward_compatible._ascii.ob_base,
9792 : : .co_qualname = & const_str__load_backward_compatible._ascii.ob_base,
9793 : : .co_linetable = & importlib__bootstrap_toplevel_consts_34_linetable.ob_base.ob_base,
9794 : : ._co_code = NULL,
9795 : : ._co_linearray = NULL,
9796 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x47\x09\x00\x7c\x01\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x08\x09\x00\x7c\x00\x7c\x01\x5f\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x53\x00\x23\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x49\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xe7\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x9a\x77\x00\x78\x03\x59\x00\x77\x01",
9797 : : ._co_firsttraceable = 0,
9798 : : };
9799 : : static
9800 : : struct {
9801 : : PyASCIIObject _ascii;
9802 : : uint8_t _data[19];
9803 : : }
9804 : : importlib__bootstrap_toplevel_consts_35_consts_6 = {
9805 : : ._ascii = {
9806 : : .ob_base = {
9807 : : .ob_refcnt = 999999999,
9808 : : .ob_type = &PyUnicode_Type,
9809 : : },
9810 : : .length = 18,
9811 : : .hash = -1,
9812 : : .state = {
9813 : : .kind = 1,
9814 : : .compact = 1,
9815 : : .ascii = 1,
9816 : : },
9817 : : },
9818 : : ._data = "import {!r} # {!r}",
9819 : : };
9820 : : static
9821 : : struct {
9822 : : PyGC_Head _gc_head;
9823 : : struct {
9824 : : PyObject_VAR_HEAD
9825 : : PyObject *ob_item[8];
9826 : : }_object;
9827 : : }
9828 : : importlib__bootstrap_toplevel_consts_35_consts = {
9829 : : ._object = {
9830 : : .ob_base = {
9831 : : .ob_base = {
9832 : : .ob_refcnt = 999999999,
9833 : : .ob_type = &PyTuple_Type,
9834 : : },
9835 : : .ob_size = 8,
9836 : : },
9837 : : .ob_item = {
9838 : : Py_None,
9839 : : & const_str_exec_module._ascii.ob_base,
9840 : : & importlib__bootstrap_toplevel_consts_33_consts_8._ascii.ob_base,
9841 : : Py_True,
9842 : : & importlib__bootstrap_toplevel_consts_33_consts_4._ascii.ob_base,
9843 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
9844 : : & importlib__bootstrap_toplevel_consts_35_consts_6._ascii.ob_base,
9845 : : Py_False,
9846 : : },
9847 : : },
9848 : : };
9849 : : static
9850 : : struct {
9851 : : PyGC_Head _gc_head;
9852 : : struct {
9853 : : PyObject_VAR_HEAD
9854 : : PyObject *ob_item[18];
9855 : : }_object;
9856 : : }
9857 : : importlib__bootstrap_toplevel_consts_35_names = {
9858 : : ._object = {
9859 : : .ob_base = {
9860 : : .ob_base = {
9861 : : .ob_refcnt = 999999999,
9862 : : .ob_type = &PyTuple_Type,
9863 : : },
9864 : : .ob_size = 18,
9865 : : },
9866 : : .ob_item = {
9867 : : & const_str_loader._ascii.ob_base,
9868 : : & const_str_hasattr._ascii.ob_base,
9869 : : & const_str__object_name._ascii.ob_base,
9870 : : & const_str__warnings._ascii.ob_base,
9871 : : & const_str_warn._ascii.ob_base,
9872 : : & const_str_ImportWarning._ascii.ob_base,
9873 : : & const_str__load_backward_compatible._ascii.ob_base,
9874 : : & const_str_module_from_spec._ascii.ob_base,
9875 : : &_Py_ID(_initializing),
9876 : : & const_str_sys._ascii.ob_base,
9877 : : &_Py_ID(modules),
9878 : : &_Py_ID(name),
9879 : : & const_str_submodule_search_locations._ascii.ob_base,
9880 : : & const_str_ImportError._ascii.ob_base,
9881 : : & const_str_exec_module._ascii.ob_base,
9882 : : & const_str_KeyError._ascii.ob_base,
9883 : : & const_str_pop._ascii.ob_base,
9884 : : & const_str__verbose_message._ascii.ob_base,
9885 : : },
9886 : : },
9887 : : };
9888 : : static
9889 : : struct {
9890 : : PyASCIIObject _ascii;
9891 : : uint8_t _data[15];
9892 : : }
9893 : : const_str__load_unlocked = {
9894 : : ._ascii = {
9895 : : .ob_base = {
9896 : : .ob_refcnt = 999999999,
9897 : : .ob_type = &PyUnicode_Type,
9898 : : },
9899 : : .length = 14,
9900 : : .hash = -1,
9901 : : .state = {
9902 : : .kind = 1,
9903 : : .compact = 1,
9904 : : .ascii = 1,
9905 : : },
9906 : : },
9907 : : ._data = "_load_unlocked",
9908 : : };
9909 : : static
9910 : : struct {
9911 : : PyObject_VAR_HEAD
9912 : : Py_hash_t ob_shash;
9913 : : char ob_sval[380];
9914 : : }
9915 : : importlib__bootstrap_toplevel_consts_35_linetable = {
9916 : : .ob_base = {
9917 : : .ob_base = {
9918 : : .ob_refcnt = 999999999,
9919 : : .ob_type = &PyBytes_Type,
9920 : : },
9921 : : .ob_size = 379,
9922 : : },
9923 : : .ob_shash = -1,
9924 : : .ob_sval = "\x80\x00\xe0\x07\x0b\x87\x7b\x81\x7b\xf0\x00\x06\x05\x33\xe5\x0f\x16\x90\x74\x97\x7b\x91\x7b\xa0\x4d\xd4\x0f\x32\xf0\x00\x04\x09\x33\xdd\x16\x22\xa0\x34\xa7\x3b\xa1\x3b\xd4\x16\x2f\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x15\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xdd\x13\x2c\xa8\x54\xd4\x13\x32\xd0\x0c\x32\xe5\x0d\x1d\x98\x64\xd4\x0d\x23\x80\x46\xf0\x0a\x00\x1a\x1e\x80\x44\xd4\x04\x16\xf0\x02\x17\x05\x23\xd8\x21\x27\x8d\x03\x8f\x0b\x89\x0b\x90\x44\x97\x49\x91\x49\xd1\x08\x1e\xf0\x02\x0c\x09\x12\xd8\x0f\x13\x8f\x7b\x89\x7b\xf0\x00\x05\x0d\x30\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x48\x01\xdd\x1a\x25\xd0\x26\x36\xb8\x54\xbf\x59\xb9\x59\xd0\x1a\x47\xd4\x1a\x47\xd0\x14\x47\xf0\x06\x00\x11\x15\x97\x0b\x91\x0b\xd7\x10\x27\xd1\x10\x27\xa8\x06\xd4\x10\x2f\xd0\x10\x2f\xf5\x16\x00\x12\x15\x97\x1b\x91\x1b\x97\x1f\x91\x1f\xa0\x14\xa7\x19\xa1\x19\xd4\x11\x2b\x88\x06\xd8\x21\x27\x8d\x03\x8f\x0b\x89\x0b\x90\x44\x97\x49\x91\x49\xd1\x08\x1e\xdd\x08\x18\xd0\x19\x2d\xa8\x74\xaf\x79\xa9\x79\xb8\x24\xbf\x2b\xb9\x2b\xd4\x08\x46\xd0\x08\x46\xe0\x1d\x22\x88\x04\xd4\x08\x1a\xe0\x0b\x11\x80\x4d\xf8\xf0\x21\x05\x09\x12\xf0\x02\x03\x0d\x15\xdd\x14\x17\x97\x4b\x91\x4b\xa0\x04\xa7\x09\xa1\x09\xd0\x14\x2a\xd0\x14\x2a\xf8\xdd\x13\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xe0\x0c\x11\xf8\xf8\xf8\xf8\xf0\x12\x00\x1e\x23\x88\x04\xd4\x08\x1a\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22",
9925 : : };
9926 : : static
9927 : : struct {
9928 : : PyObject_VAR_HEAD
9929 : : Py_hash_t ob_shash;
9930 : : char ob_sval[75];
9931 : : }
9932 : : importlib__bootstrap_toplevel_consts_35_exceptiontable = {
9933 : : .ob_base = {
9934 : : .ob_base = {
9935 : : .ob_refcnt = 999999999,
9936 : : .ob_type = &PyBytes_Type,
9937 : : },
9938 : : .ob_size = 74,
9939 : : },
9940 : : .ob_shash = -1,
9941 : : .ob_sval = "\xc1\x3e\x1e\x46\x13\x00\xc2\x1d\x41\x0d\x45\x1f\x00\xc3\x2a\x41\x2c\x46\x13\x00\xc5\x1f\x02\x46\x10\x03\xc5\x22\x1c\x45\x3f\x02\xc5\x3e\x01\x46\x10\x03\xc5\x3f\x0a\x46\x0c\x05\xc6\x09\x02\x46\x10\x03\xc6\x0b\x01\x46\x0c\x05\xc6\x0c\x04\x46\x10\x03\xc6\x10\x03\x46\x13\x00\xc6\x13\x09\x46\x1c\x03",
9942 : : };
9943 : : static
9944 : : struct {
9945 : : PyGC_Head _gc_head;
9946 : : struct {
9947 : : PyObject_VAR_HEAD
9948 : : PyObject *ob_item[3];
9949 : : }_object;
9950 : : }
9951 : : importlib__bootstrap_toplevel_consts_35_localsplusnames = {
9952 : : ._object = {
9953 : : .ob_base = {
9954 : : .ob_base = {
9955 : : .ob_refcnt = 999999999,
9956 : : .ob_type = &PyTuple_Type,
9957 : : },
9958 : : .ob_size = 3,
9959 : : },
9960 : : .ob_item = {
9961 : : & const_str_spec._ascii.ob_base,
9962 : : &_Py_ID(msg),
9963 : : & const_str_module._ascii.ob_base,
9964 : : },
9965 : : },
9966 : : };
9967 : : static
9968 : : struct _PyCode_DEF(830)
9969 : : importlib__bootstrap_toplevel_consts_35 = {
9970 : : .ob_base = {
9971 : : .ob_base = {
9972 : : .ob_refcnt = 999999999,
9973 : : .ob_type = &PyCode_Type,
9974 : : },
9975 : : .ob_size = 415,
9976 : : },
9977 : : .co_consts = & importlib__bootstrap_toplevel_consts_35_consts._object.ob_base.ob_base,
9978 : : .co_names = & importlib__bootstrap_toplevel_consts_35_names._object.ob_base.ob_base,
9979 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_35_exceptiontable.ob_base.ob_base,
9980 : : .co_flags = 3,
9981 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
9982 : : ._co_linearray_entry_size = 0,
9983 : : .co_argcount = 1,
9984 : : .co_posonlyargcount = 0,
9985 : : .co_kwonlyargcount = 0,
9986 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
9987 : : .co_stacksize = 5,
9988 : : .co_firstlineno = 666,
9989 : : .co_nlocalsplus = 3,
9990 : : .co_nlocals = 3,
9991 : : .co_nplaincellvars = 0,
9992 : : .co_ncellvars = 0,
9993 : : .co_nfreevars = 0,
9994 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
9995 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
9996 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
9997 : : .co_name = & const_str__load_unlocked._ascii.ob_base,
9998 : : .co_qualname = & const_str__load_unlocked._ascii.ob_base,
9999 : : .co_linetable = & importlib__bootstrap_toplevel_consts_35_linetable.ob_base.ob_base,
10000 : : ._co_code = NULL,
10001 : : ._co_linearray = NULL,
10002 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x5c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x44\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x02\x7d\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x03\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x25\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x35\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x07\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x53\x00\x23\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x6e\x10\x23\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x07\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
10003 : : ._co_firsttraceable = 0,
10004 : : };
10005 : : static
10006 : : struct {
10007 : : PyASCIIObject _ascii;
10008 : : uint8_t _data[192];
10009 : : }
10010 : : importlib__bootstrap_toplevel_consts_36_consts_0 = {
10011 : : ._ascii = {
10012 : : .ob_base = {
10013 : : .ob_refcnt = 999999999,
10014 : : .ob_type = &PyUnicode_Type,
10015 : : },
10016 : : .length = 191,
10017 : : .hash = -1,
10018 : : .state = {
10019 : : .kind = 1,
10020 : : .compact = 1,
10021 : : .ascii = 1,
10022 : : },
10023 : : },
10024 : : ._data = "\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x6e\x65\x77\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6f\x62\x6a\x65\x63\x74\x2c\x20\x6c\x6f\x61\x64\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x73\x70\x65\x63\x27\x73\x20\x6c\x6f\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x61\x64\x64\x65\x64\x20\x74\x6f\x20\x69\x74\x73\x20\x70\x61\x72\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x69\x6e\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x61\x74\x20\x65\x78\x69\x73\x74\x69\x6e\x67\x20\x6d\x6f\x64\x75\x6c\x65\x20\x67\x65\x74\x73\x0a\x20\x20\x20\x20\x63\x6c\x6f\x62\x62\x65\x72\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
10025 : : };
10026 : : static
10027 : : struct {
10028 : : PyGC_Head _gc_head;
10029 : : struct {
10030 : : PyObject_VAR_HEAD
10031 : : PyObject *ob_item[2];
10032 : : }_object;
10033 : : }
10034 : : importlib__bootstrap_toplevel_consts_36_consts = {
10035 : : ._object = {
10036 : : .ob_base = {
10037 : : .ob_base = {
10038 : : .ob_refcnt = 999999999,
10039 : : .ob_type = &PyTuple_Type,
10040 : : },
10041 : : .ob_size = 2,
10042 : : },
10043 : : .ob_item = {
10044 : : & importlib__bootstrap_toplevel_consts_36_consts_0._ascii.ob_base,
10045 : : Py_None,
10046 : : },
10047 : : },
10048 : : };
10049 : : static
10050 : : struct {
10051 : : PyGC_Head _gc_head;
10052 : : struct {
10053 : : PyObject_VAR_HEAD
10054 : : PyObject *ob_item[3];
10055 : : }_object;
10056 : : }
10057 : : importlib__bootstrap_toplevel_consts_36_names = {
10058 : : ._object = {
10059 : : .ob_base = {
10060 : : .ob_base = {
10061 : : .ob_refcnt = 999999999,
10062 : : .ob_type = &PyTuple_Type,
10063 : : },
10064 : : .ob_size = 3,
10065 : : },
10066 : : .ob_item = {
10067 : : & const_str__ModuleLockManager._ascii.ob_base,
10068 : : &_Py_ID(name),
10069 : : & const_str__load_unlocked._ascii.ob_base,
10070 : : },
10071 : : },
10072 : : };
10073 : : static
10074 : : struct {
10075 : : PyObject_VAR_HEAD
10076 : : Py_hash_t ob_shash;
10077 : : char ob_sval[123];
10078 : : }
10079 : : importlib__bootstrap_toplevel_consts_36_linetable = {
10080 : : .ob_base = {
10081 : : .ob_base = {
10082 : : .ob_refcnt = 999999999,
10083 : : .ob_type = &PyBytes_Type,
10084 : : },
10085 : : .ob_size = 122,
10086 : : },
10087 : : .ob_shash = -1,
10088 : : .ob_sval = "\x80\x00\xf5\x12\x00\x0a\x1c\x98\x44\x9f\x49\x99\x49\xd4\x09\x26\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xdd\x0f\x1d\x98\x64\xd4\x0f\x23\xf0\x03\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf4\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf8\xf8\xf8",
10089 : : };
10090 : : static
10091 : : struct {
10092 : : PyObject_VAR_HEAD
10093 : : Py_hash_t ob_shash;
10094 : : char ob_sval[9];
10095 : : }
10096 : : importlib__bootstrap_toplevel_consts_36_exceptiontable = {
10097 : : .ob_base = {
10098 : : .ob_base = {
10099 : : .ob_refcnt = 999999999,
10100 : : .ob_type = &PyBytes_Type,
10101 : : },
10102 : : .ob_size = 8,
10103 : : },
10104 : : .ob_shash = -1,
10105 : : .ob_sval = "\x98\x0d\x30\x03\xb0\x05\x3a\x07",
10106 : : };
10107 : : static
10108 : : struct {
10109 : : PyGC_Head _gc_head;
10110 : : struct {
10111 : : PyObject_VAR_HEAD
10112 : : PyObject *ob_item[1];
10113 : : }_object;
10114 : : }
10115 : : importlib__bootstrap_toplevel_consts_36_localsplusnames = {
10116 : : ._object = {
10117 : : .ob_base = {
10118 : : .ob_base = {
10119 : : .ob_refcnt = 999999999,
10120 : : .ob_type = &PyTuple_Type,
10121 : : },
10122 : : .ob_size = 1,
10123 : : },
10124 : : .ob_item = {
10125 : : & const_str_spec._ascii.ob_base,
10126 : : },
10127 : : },
10128 : : };
10129 : : static
10130 : : struct _PyCode_DEF(122)
10131 : : importlib__bootstrap_toplevel_consts_36 = {
10132 : : .ob_base = {
10133 : : .ob_base = {
10134 : : .ob_refcnt = 999999999,
10135 : : .ob_type = &PyCode_Type,
10136 : : },
10137 : : .ob_size = 61,
10138 : : },
10139 : : .co_consts = & importlib__bootstrap_toplevel_consts_36_consts._object.ob_base.ob_base,
10140 : : .co_names = & importlib__bootstrap_toplevel_consts_36_names._object.ob_base.ob_base,
10141 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_36_exceptiontable.ob_base.ob_base,
10142 : : .co_flags = 3,
10143 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10144 : : ._co_linearray_entry_size = 0,
10145 : : .co_argcount = 1,
10146 : : .co_posonlyargcount = 0,
10147 : : .co_kwonlyargcount = 0,
10148 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
10149 : : .co_stacksize = 6,
10150 : : .co_firstlineno = 711,
10151 : : .co_nlocalsplus = 1,
10152 : : .co_nlocals = 1,
10153 : : .co_nplaincellvars = 0,
10154 : : .co_ncellvars = 0,
10155 : : .co_nfreevars = 0,
10156 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
10157 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
10158 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10159 : : .co_name = & const_str__load._ascii.ob_base,
10160 : : .co_qualname = & const_str__load._ascii.ob_base,
10161 : : .co_linetable = & importlib__bootstrap_toplevel_consts_36_linetable.ob_base.ob_base,
10162 : : ._co_code = NULL,
10163 : : ._co_linearray = NULL,
10164 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01",
10165 : : ._co_firsttraceable = 0,
10166 : : };
10167 : : static
10168 : : struct {
10169 : : PyASCIIObject _ascii;
10170 : : uint8_t _data[16];
10171 : : }
10172 : : const_str_BuiltinImporter = {
10173 : : ._ascii = {
10174 : : .ob_base = {
10175 : : .ob_refcnt = 999999999,
10176 : : .ob_type = &PyUnicode_Type,
10177 : : },
10178 : : .length = 15,
10179 : : .hash = -1,
10180 : : .state = {
10181 : : .kind = 1,
10182 : : .compact = 1,
10183 : : .ascii = 1,
10184 : : },
10185 : : },
10186 : : ._data = "BuiltinImporter",
10187 : : };
10188 : : static
10189 : : struct {
10190 : : PyASCIIObject _ascii;
10191 : : uint8_t _data[145];
10192 : : }
10193 : : importlib__bootstrap_toplevel_consts_37_consts_1 = {
10194 : : ._ascii = {
10195 : : .ob_base = {
10196 : : .ob_refcnt = 999999999,
10197 : : .ob_type = &PyUnicode_Type,
10198 : : },
10199 : : .length = 144,
10200 : : .hash = -1,
10201 : : .state = {
10202 : : .kind = 1,
10203 : : .compact = 1,
10204 : : .ascii = 1,
10205 : : },
10206 : : },
10207 : : ._data = "\x4d\x65\x74\x61\x20\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6c\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x65\x69\x74\x68\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x73\x74\x61\x74\x69\x63\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x6f\x20\x61\x76\x6f\x69\x64\x20\x74\x68\x65\x20\x6e\x65\x65\x64\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20",
10208 : : };
10209 : : static
10210 : : struct {
10211 : : PyASCIIObject _ascii;
10212 : : uint8_t _data[9];
10213 : : }
10214 : : importlib__bootstrap_toplevel_consts_37_consts_2 = {
10215 : : ._ascii = {
10216 : : .ob_base = {
10217 : : .ob_refcnt = 999999999,
10218 : : .ob_type = &PyUnicode_Type,
10219 : : },
10220 : : .length = 8,
10221 : : .hash = -1,
10222 : : .state = {
10223 : : .kind = 1,
10224 : : .compact = 1,
10225 : : .ascii = 1,
10226 : : },
10227 : : },
10228 : : ._data = "built-in",
10229 : : };
10230 : : static
10231 : : struct {
10232 : : PyASCIIObject _ascii;
10233 : : uint8_t _data[116];
10234 : : }
10235 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts_0 = {
10236 : : ._ascii = {
10237 : : .ob_base = {
10238 : : .ob_refcnt = 999999999,
10239 : : .ob_type = &PyUnicode_Type,
10240 : : },
10241 : : .length = 115,
10242 : : .hash = -1,
10243 : : .state = {
10244 : : .kind = 1,
10245 : : .compact = 1,
10246 : : .ascii = 1,
10247 : : },
10248 : : },
10249 : : ._data = "\x52\x65\x74\x75\x72\x6e\x20\x72\x65\x70\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x54\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x6d\x61\x63\x68\x69\x6e\x65\x72\x79\x20\x64\x6f\x65\x73\x20\x74\x68\x65\x20\x6a\x6f\x62\x20\x69\x74\x73\x65\x6c\x66\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
10250 : : };
10251 : : static
10252 : : struct {
10253 : : PyASCIIObject _ascii;
10254 : : uint8_t _data[82];
10255 : : }
10256 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts_1 = {
10257 : : ._ascii = {
10258 : : .ob_base = {
10259 : : .ob_refcnt = 999999999,
10260 : : .ob_type = &PyUnicode_Type,
10261 : : },
10262 : : .length = 81,
10263 : : .hash = -1,
10264 : : .state = {
10265 : : .kind = 1,
10266 : : .compact = 1,
10267 : : .ascii = 1,
10268 : : },
10269 : : },
10270 : : ._data = "BuiltinImporter.module_repr() is deprecated and slated for removal in Python 3.12",
10271 : : };
10272 : : static
10273 : : struct {
10274 : : PyASCIIObject _ascii;
10275 : : uint8_t _data[9];
10276 : : }
10277 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts_2 = {
10278 : : ._ascii = {
10279 : : .ob_base = {
10280 : : .ob_refcnt = 999999999,
10281 : : .ob_type = &PyUnicode_Type,
10282 : : },
10283 : : .length = 8,
10284 : : .hash = -1,
10285 : : .state = {
10286 : : .kind = 1,
10287 : : .compact = 1,
10288 : : .ascii = 1,
10289 : : },
10290 : : },
10291 : : ._data = "<module ",
10292 : : };
10293 : : static
10294 : : struct {
10295 : : PyASCIIObject _ascii;
10296 : : uint8_t _data[3];
10297 : : }
10298 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts_3 = {
10299 : : ._ascii = {
10300 : : .ob_base = {
10301 : : .ob_refcnt = 999999999,
10302 : : .ob_type = &PyUnicode_Type,
10303 : : },
10304 : : .length = 2,
10305 : : .hash = -1,
10306 : : .state = {
10307 : : .kind = 1,
10308 : : .compact = 1,
10309 : : .ascii = 1,
10310 : : },
10311 : : },
10312 : : ._data = " (",
10313 : : };
10314 : : static
10315 : : struct {
10316 : : PyASCIIObject _ascii;
10317 : : uint8_t _data[3];
10318 : : }
10319 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts_4 = {
10320 : : ._ascii = {
10321 : : .ob_base = {
10322 : : .ob_refcnt = 999999999,
10323 : : .ob_type = &PyUnicode_Type,
10324 : : },
10325 : : .length = 2,
10326 : : .hash = -1,
10327 : : .state = {
10328 : : .kind = 1,
10329 : : .compact = 1,
10330 : : .ascii = 1,
10331 : : },
10332 : : },
10333 : : ._data = ")>",
10334 : : };
10335 : : static
10336 : : struct {
10337 : : PyGC_Head _gc_head;
10338 : : struct {
10339 : : PyObject_VAR_HEAD
10340 : : PyObject *ob_item[5];
10341 : : }_object;
10342 : : }
10343 : : importlib__bootstrap_toplevel_consts_37_consts_3_consts = {
10344 : : ._object = {
10345 : : .ob_base = {
10346 : : .ob_base = {
10347 : : .ob_refcnt = 999999999,
10348 : : .ob_type = &PyTuple_Type,
10349 : : },
10350 : : .ob_size = 5,
10351 : : },
10352 : : .ob_item = {
10353 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
10354 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_1._ascii.ob_base,
10355 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_2._ascii.ob_base,
10356 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
10357 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_4._ascii.ob_base,
10358 : : },
10359 : : },
10360 : : };
10361 : : static
10362 : : struct {
10363 : : PyGC_Head _gc_head;
10364 : : struct {
10365 : : PyObject_VAR_HEAD
10366 : : PyObject *ob_item[6];
10367 : : }_object;
10368 : : }
10369 : : importlib__bootstrap_toplevel_consts_37_consts_3_names = {
10370 : : ._object = {
10371 : : .ob_base = {
10372 : : .ob_base = {
10373 : : .ob_refcnt = 999999999,
10374 : : .ob_type = &PyTuple_Type,
10375 : : },
10376 : : .ob_size = 6,
10377 : : },
10378 : : .ob_item = {
10379 : : & const_str__warnings._ascii.ob_base,
10380 : : & const_str_warn._ascii.ob_base,
10381 : : & const_str_DeprecationWarning._ascii.ob_base,
10382 : : &_Py_ID(__name__),
10383 : : & const_str_BuiltinImporter._ascii.ob_base,
10384 : : & const_str__ORIGIN._ascii.ob_base,
10385 : : },
10386 : : },
10387 : : };
10388 : : static
10389 : : struct {
10390 : : PyASCIIObject _ascii;
10391 : : uint8_t _data[28];
10392 : : }
10393 : : importlib__bootstrap_toplevel_consts_37_consts_3_qualname = {
10394 : : ._ascii = {
10395 : : .ob_base = {
10396 : : .ob_refcnt = 999999999,
10397 : : .ob_type = &PyUnicode_Type,
10398 : : },
10399 : : .length = 27,
10400 : : .hash = -1,
10401 : : .state = {
10402 : : .kind = 1,
10403 : : .compact = 1,
10404 : : .ascii = 1,
10405 : : },
10406 : : },
10407 : : ._data = "BuiltinImporter.module_repr",
10408 : : };
10409 : : static
10410 : : struct {
10411 : : PyObject_VAR_HEAD
10412 : : Py_hash_t ob_shash;
10413 : : char ob_sval[67];
10414 : : }
10415 : : importlib__bootstrap_toplevel_consts_37_consts_3_linetable = {
10416 : : .ob_base = {
10417 : : .ob_base = {
10418 : : .ob_refcnt = 999999999,
10419 : : .ob_type = &PyBytes_Type,
10420 : : },
10421 : : .ob_size = 66,
10422 : : },
10423 : : .ob_shash = -1,
10424 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x4a\x98\x26\x9f\x2f\x99\x2f\xd0\x0f\x4a\xd0\x0f\x4a\xad\x7f\xd7\x2f\x46\xd1\x2f\x46\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x0f\x4a\xd0\x08\x4a",
10425 : : };
10426 : : static
10427 : : struct {
10428 : : PyGC_Head _gc_head;
10429 : : struct {
10430 : : PyObject_VAR_HEAD
10431 : : PyObject *ob_item[1];
10432 : : }_object;
10433 : : }
10434 : : importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames = {
10435 : : ._object = {
10436 : : .ob_base = {
10437 : : .ob_base = {
10438 : : .ob_refcnt = 999999999,
10439 : : .ob_type = &PyTuple_Type,
10440 : : },
10441 : : .ob_size = 1,
10442 : : },
10443 : : .ob_item = {
10444 : : & const_str_module._ascii.ob_base,
10445 : : },
10446 : : },
10447 : : };
10448 : : static
10449 : : struct _PyCode_DEF(128)
10450 : : importlib__bootstrap_toplevel_consts_37_consts_3 = {
10451 : : .ob_base = {
10452 : : .ob_base = {
10453 : : .ob_refcnt = 999999999,
10454 : : .ob_type = &PyCode_Type,
10455 : : },
10456 : : .ob_size = 64,
10457 : : },
10458 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_3_consts._object.ob_base.ob_base,
10459 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_3_names._object.ob_base.ob_base,
10460 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
10461 : : .co_flags = 3,
10462 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10463 : : ._co_linearray_entry_size = 0,
10464 : : .co_argcount = 1,
10465 : : .co_posonlyargcount = 0,
10466 : : .co_kwonlyargcount = 0,
10467 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
10468 : : .co_stacksize = 5,
10469 : : .co_firstlineno = 737,
10470 : : .co_nlocalsplus = 1,
10471 : : .co_nlocals = 1,
10472 : : .co_nplaincellvars = 0,
10473 : : .co_ncellvars = 0,
10474 : : .co_nfreevars = 0,
10475 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
10476 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
10477 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10478 : : .co_name = & const_str_module_repr._ascii.ob_base,
10479 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_3_qualname._ascii.ob_base,
10480 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_3_linetable.ob_base.ob_base,
10481 : : ._co_code = NULL,
10482 : : ._co_linearray = NULL,
10483 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x03\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x04\x9d\x05\x53\x00",
10484 : : ._co_firsttraceable = 0,
10485 : : };
10486 : : static
10487 : : struct {
10488 : : PyGC_Head _gc_head;
10489 : : struct {
10490 : : PyObject_VAR_HEAD
10491 : : PyObject *ob_item[2];
10492 : : }_object;
10493 : : }
10494 : : importlib__bootstrap_toplevel_consts_37_consts_5_consts = {
10495 : : ._object = {
10496 : : .ob_base = {
10497 : : .ob_base = {
10498 : : .ob_refcnt = 999999999,
10499 : : .ob_type = &PyTuple_Type,
10500 : : },
10501 : : .ob_size = 2,
10502 : : },
10503 : : .ob_item = {
10504 : : Py_None,
10505 : : & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
10506 : : },
10507 : : },
10508 : : };
10509 : : static
10510 : : struct {
10511 : : PyASCIIObject _ascii;
10512 : : uint8_t _data[11];
10513 : : }
10514 : : const_str_is_builtin = {
10515 : : ._ascii = {
10516 : : .ob_base = {
10517 : : .ob_refcnt = 999999999,
10518 : : .ob_type = &PyUnicode_Type,
10519 : : },
10520 : : .length = 10,
10521 : : .hash = -1,
10522 : : .state = {
10523 : : .kind = 1,
10524 : : .compact = 1,
10525 : : .ascii = 1,
10526 : : },
10527 : : },
10528 : : ._data = "is_builtin",
10529 : : };
10530 : : static
10531 : : struct {
10532 : : PyGC_Head _gc_head;
10533 : : struct {
10534 : : PyObject_VAR_HEAD
10535 : : PyObject *ob_item[4];
10536 : : }_object;
10537 : : }
10538 : : importlib__bootstrap_toplevel_consts_37_consts_5_names = {
10539 : : ._object = {
10540 : : .ob_base = {
10541 : : .ob_base = {
10542 : : .ob_refcnt = 999999999,
10543 : : .ob_type = &PyTuple_Type,
10544 : : },
10545 : : .ob_size = 4,
10546 : : },
10547 : : .ob_item = {
10548 : : & const_str__imp._ascii.ob_base,
10549 : : & const_str_is_builtin._ascii.ob_base,
10550 : : & const_str_spec_from_loader._ascii.ob_base,
10551 : : & const_str__ORIGIN._ascii.ob_base,
10552 : : },
10553 : : },
10554 : : };
10555 : : static
10556 : : struct {
10557 : : PyASCIIObject _ascii;
10558 : : uint8_t _data[10];
10559 : : }
10560 : : const_str_find_spec = {
10561 : : ._ascii = {
10562 : : .ob_base = {
10563 : : .ob_refcnt = 999999999,
10564 : : .ob_type = &PyUnicode_Type,
10565 : : },
10566 : : .length = 9,
10567 : : .hash = -1,
10568 : : .state = {
10569 : : .kind = 1,
10570 : : .compact = 1,
10571 : : .ascii = 1,
10572 : : },
10573 : : },
10574 : : ._data = "find_spec",
10575 : : };
10576 : : static
10577 : : struct {
10578 : : PyASCIIObject _ascii;
10579 : : uint8_t _data[26];
10580 : : }
10581 : : importlib__bootstrap_toplevel_consts_37_consts_5_qualname = {
10582 : : ._ascii = {
10583 : : .ob_base = {
10584 : : .ob_refcnt = 999999999,
10585 : : .ob_type = &PyUnicode_Type,
10586 : : },
10587 : : .length = 25,
10588 : : .hash = -1,
10589 : : .state = {
10590 : : .kind = 1,
10591 : : .compact = 1,
10592 : : .ascii = 1,
10593 : : },
10594 : : },
10595 : : ._data = "BuiltinImporter.find_spec",
10596 : : };
10597 : : static
10598 : : struct {
10599 : : PyObject_VAR_HEAD
10600 : : Py_hash_t ob_shash;
10601 : : char ob_sval[60];
10602 : : }
10603 : : importlib__bootstrap_toplevel_consts_37_consts_5_linetable = {
10604 : : .ob_base = {
10605 : : .ob_base = {
10606 : : .ob_refcnt = 999999999,
10607 : : .ob_type = &PyBytes_Type,
10608 : : },
10609 : : .ob_size = 59,
10610 : : },
10611 : : .ob_shash = -1,
10612 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x0b\x0f\x8f\x3f\x89\x3f\x98\x38\xd4\x0b\x24\xf0\x00\x03\x09\x18\xdd\x13\x23\xa0\x48\xa8\x63\xb8\x23\xbf\x2b\xb9\x2b\xd0\x13\x46\xd4\x13\x46\xd0\x0c\x46\xe0\x13\x17\x90\x34",
10613 : : };
10614 : : static
10615 : : struct {
10616 : : PyASCIIObject _ascii;
10617 : : uint8_t _data[4];
10618 : : }
10619 : : const_str_cls = {
10620 : : ._ascii = {
10621 : : .ob_base = {
10622 : : .ob_refcnt = 999999999,
10623 : : .ob_type = &PyUnicode_Type,
10624 : : },
10625 : : .length = 3,
10626 : : .hash = -1,
10627 : : .state = {
10628 : : .kind = 1,
10629 : : .compact = 1,
10630 : : .ascii = 1,
10631 : : },
10632 : : },
10633 : : ._data = "cls",
10634 : : };
10635 : : static
10636 : : struct {
10637 : : PyASCIIObject _ascii;
10638 : : uint8_t _data[7];
10639 : : }
10640 : : const_str_target = {
10641 : : ._ascii = {
10642 : : .ob_base = {
10643 : : .ob_refcnt = 999999999,
10644 : : .ob_type = &PyUnicode_Type,
10645 : : },
10646 : : .length = 6,
10647 : : .hash = -1,
10648 : : .state = {
10649 : : .kind = 1,
10650 : : .compact = 1,
10651 : : .ascii = 1,
10652 : : },
10653 : : },
10654 : : ._data = "target",
10655 : : };
10656 : : static
10657 : : struct {
10658 : : PyGC_Head _gc_head;
10659 : : struct {
10660 : : PyObject_VAR_HEAD
10661 : : PyObject *ob_item[4];
10662 : : }_object;
10663 : : }
10664 : : importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames = {
10665 : : ._object = {
10666 : : .ob_base = {
10667 : : .ob_base = {
10668 : : .ob_refcnt = 999999999,
10669 : : .ob_type = &PyTuple_Type,
10670 : : },
10671 : : .ob_size = 4,
10672 : : },
10673 : : .ob_item = {
10674 : : & const_str_cls._ascii.ob_base,
10675 : : & const_str_fullname._ascii.ob_base,
10676 : : &_Py_ID(path),
10677 : : & const_str_target._ascii.ob_base,
10678 : : },
10679 : : },
10680 : : };
10681 : : static
10682 : : struct _PyCode_DEF(112)
10683 : : importlib__bootstrap_toplevel_consts_37_consts_5 = {
10684 : : .ob_base = {
10685 : : .ob_base = {
10686 : : .ob_refcnt = 999999999,
10687 : : .ob_type = &PyCode_Type,
10688 : : },
10689 : : .ob_size = 56,
10690 : : },
10691 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
10692 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_5_names._object.ob_base.ob_base,
10693 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
10694 : : .co_flags = 3,
10695 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10696 : : ._co_linearray_entry_size = 0,
10697 : : .co_argcount = 4,
10698 : : .co_posonlyargcount = 0,
10699 : : .co_kwonlyargcount = 0,
10700 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
10701 : : .co_stacksize = 5,
10702 : : .co_firstlineno = 748,
10703 : : .co_nlocalsplus = 4,
10704 : : .co_nlocals = 4,
10705 : : .co_nplaincellvars = 0,
10706 : : .co_ncellvars = 0,
10707 : : .co_nfreevars = 0,
10708 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_5_localsplusnames._object.ob_base.ob_base,
10709 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
10710 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10711 : : .co_name = & const_str_find_spec._ascii.ob_base,
10712 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_5_qualname._ascii.ob_base,
10713 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_5_linetable.ob_base.ob_base,
10714 : : ._co_code = NULL,
10715 : : ._co_linearray = NULL,
10716 : : .co_code_adaptive = "\x97\x00\x7c\x02\x81\x02\x64\x00\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x00\x53\x00",
10717 : : ._co_firsttraceable = 0,
10718 : : };
10719 : : static
10720 : : struct {
10721 : : PyASCIIObject _ascii;
10722 : : uint8_t _data[176];
10723 : : }
10724 : : importlib__bootstrap_toplevel_consts_37_consts_6_consts_0 = {
10725 : : ._ascii = {
10726 : : .ob_base = {
10727 : : .ob_refcnt = 999999999,
10728 : : .ob_type = &PyUnicode_Type,
10729 : : },
10730 : : .length = 175,
10731 : : .hash = -1,
10732 : : .state = {
10733 : : .kind = 1,
10734 : : .compact = 1,
10735 : : .ascii = 1,
10736 : : },
10737 : : },
10738 : : ._data = "\x46\x69\x6e\x64\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x27\x70\x61\x74\x68\x27\x20\x69\x73\x20\x65\x76\x65\x72\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x74\x68\x65\x6e\x20\x74\x68\x65\x20\x73\x65\x61\x72\x63\x68\x20\x69\x73\x20\x63\x6f\x6e\x73\x69\x64\x65\x72\x65\x64\x20\x61\x20\x66\x61\x69\x6c\x75\x72\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
10739 : : };
10740 : : static
10741 : : struct {
10742 : : PyASCIIObject _ascii;
10743 : : uint8_t _data[107];
10744 : : }
10745 : : importlib__bootstrap_toplevel_consts_37_consts_6_consts_1 = {
10746 : : ._ascii = {
10747 : : .ob_base = {
10748 : : .ob_refcnt = 999999999,
10749 : : .ob_type = &PyUnicode_Type,
10750 : : },
10751 : : .length = 106,
10752 : : .hash = -1,
10753 : : .state = {
10754 : : .kind = 1,
10755 : : .compact = 1,
10756 : : .ascii = 1,
10757 : : },
10758 : : },
10759 : : ._data = "BuiltinImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
10760 : : };
10761 : : static
10762 : : struct {
10763 : : PyGC_Head _gc_head;
10764 : : struct {
10765 : : PyObject_VAR_HEAD
10766 : : PyObject *ob_item[3];
10767 : : }_object;
10768 : : }
10769 : : importlib__bootstrap_toplevel_consts_37_consts_6_consts = {
10770 : : ._object = {
10771 : : .ob_base = {
10772 : : .ob_base = {
10773 : : .ob_refcnt = 999999999,
10774 : : .ob_type = &PyTuple_Type,
10775 : : },
10776 : : .ob_size = 3,
10777 : : },
10778 : : .ob_item = {
10779 : : & importlib__bootstrap_toplevel_consts_37_consts_6_consts_0._ascii.ob_base,
10780 : : & importlib__bootstrap_toplevel_consts_37_consts_6_consts_1._ascii.ob_base,
10781 : : Py_None,
10782 : : },
10783 : : },
10784 : : };
10785 : : static
10786 : : struct {
10787 : : PyGC_Head _gc_head;
10788 : : struct {
10789 : : PyObject_VAR_HEAD
10790 : : PyObject *ob_item[5];
10791 : : }_object;
10792 : : }
10793 : : importlib__bootstrap_toplevel_consts_37_consts_6_names = {
10794 : : ._object = {
10795 : : .ob_base = {
10796 : : .ob_base = {
10797 : : .ob_refcnt = 999999999,
10798 : : .ob_type = &PyTuple_Type,
10799 : : },
10800 : : .ob_size = 5,
10801 : : },
10802 : : .ob_item = {
10803 : : & const_str__warnings._ascii.ob_base,
10804 : : & const_str_warn._ascii.ob_base,
10805 : : & const_str_DeprecationWarning._ascii.ob_base,
10806 : : & const_str_find_spec._ascii.ob_base,
10807 : : & const_str_loader._ascii.ob_base,
10808 : : },
10809 : : },
10810 : : };
10811 : : static
10812 : : struct {
10813 : : PyASCIIObject _ascii;
10814 : : uint8_t _data[12];
10815 : : }
10816 : : const_str_find_module = {
10817 : : ._ascii = {
10818 : : .ob_base = {
10819 : : .ob_refcnt = 999999999,
10820 : : .ob_type = &PyUnicode_Type,
10821 : : },
10822 : : .length = 11,
10823 : : .hash = -1,
10824 : : .state = {
10825 : : .kind = 1,
10826 : : .compact = 1,
10827 : : .ascii = 1,
10828 : : },
10829 : : },
10830 : : ._data = "find_module",
10831 : : };
10832 : : static
10833 : : struct {
10834 : : PyASCIIObject _ascii;
10835 : : uint8_t _data[28];
10836 : : }
10837 : : importlib__bootstrap_toplevel_consts_37_consts_6_qualname = {
10838 : : ._ascii = {
10839 : : .ob_base = {
10840 : : .ob_refcnt = 999999999,
10841 : : .ob_type = &PyUnicode_Type,
10842 : : },
10843 : : .length = 27,
10844 : : .hash = -1,
10845 : : .state = {
10846 : : .kind = 1,
10847 : : .compact = 1,
10848 : : .ascii = 1,
10849 : : },
10850 : : },
10851 : : ._data = "BuiltinImporter.find_module",
10852 : : };
10853 : : static
10854 : : struct {
10855 : : PyObject_VAR_HEAD
10856 : : Py_hash_t ob_shash;
10857 : : char ob_sval[68];
10858 : : }
10859 : : importlib__bootstrap_toplevel_consts_37_consts_6_linetable = {
10860 : : .ob_base = {
10861 : : .ob_base = {
10862 : : .ob_refcnt = 999999999,
10863 : : .ob_type = &PyBytes_Type,
10864 : : },
10865 : : .ob_size = 67,
10866 : : },
10867 : : .ob_shash = -1,
10868 : : .ob_sval = "\x80\x00\xf5\x12\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x1e\x22\xd0\x0f\x38\x88\x74\x8f\x7b\x89\x7b\x88\x7b\xb0\x44\xd0\x08\x38",
10869 : : };
10870 : : static
10871 : : struct {
10872 : : PyGC_Head _gc_head;
10873 : : struct {
10874 : : PyObject_VAR_HEAD
10875 : : PyObject *ob_item[4];
10876 : : }_object;
10877 : : }
10878 : : importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames = {
10879 : : ._object = {
10880 : : .ob_base = {
10881 : : .ob_base = {
10882 : : .ob_refcnt = 999999999,
10883 : : .ob_type = &PyTuple_Type,
10884 : : },
10885 : : .ob_size = 4,
10886 : : },
10887 : : .ob_item = {
10888 : : & const_str_cls._ascii.ob_base,
10889 : : & const_str_fullname._ascii.ob_base,
10890 : : &_Py_ID(path),
10891 : : & const_str_spec._ascii.ob_base,
10892 : : },
10893 : : },
10894 : : };
10895 : : static
10896 : : struct _PyCode_DEF(130)
10897 : : importlib__bootstrap_toplevel_consts_37_consts_6 = {
10898 : : .ob_base = {
10899 : : .ob_base = {
10900 : : .ob_refcnt = 999999999,
10901 : : .ob_type = &PyCode_Type,
10902 : : },
10903 : : .ob_size = 65,
10904 : : },
10905 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_6_consts._object.ob_base.ob_base,
10906 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
10907 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
10908 : : .co_flags = 3,
10909 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
10910 : : ._co_linearray_entry_size = 0,
10911 : : .co_argcount = 3,
10912 : : .co_posonlyargcount = 0,
10913 : : .co_kwonlyargcount = 0,
10914 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
10915 : : .co_stacksize = 4,
10916 : : .co_firstlineno = 757,
10917 : : .co_nlocalsplus = 4,
10918 : : .co_nlocals = 4,
10919 : : .co_nplaincellvars = 0,
10920 : : .co_ncellvars = 0,
10921 : : .co_nfreevars = 0,
10922 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
10923 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
10924 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
10925 : : .co_name = & const_str_find_module._ascii.ob_base,
10926 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_6_qualname._ascii.ob_base,
10927 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_6_linetable.ob_base.ob_base,
10928 : : ._co_code = NULL,
10929 : : ._co_linearray = NULL,
10930 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x0c\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x64\x02\x53\x00",
10931 : : ._co_firsttraceable = 0,
10932 : : };
10933 : : static
10934 : : struct {
10935 : : PyASCIIObject _ascii;
10936 : : uint8_t _data[25];
10937 : : }
10938 : : importlib__bootstrap_toplevel_consts_37_consts_7_consts_0 = {
10939 : : ._ascii = {
10940 : : .ob_base = {
10941 : : .ob_refcnt = 999999999,
10942 : : .ob_type = &PyUnicode_Type,
10943 : : },
10944 : : .length = 24,
10945 : : .hash = -1,
10946 : : .state = {
10947 : : .kind = 1,
10948 : : .compact = 1,
10949 : : .ascii = 1,
10950 : : },
10951 : : },
10952 : : ._data = "Create a built-in module",
10953 : : };
10954 : : static
10955 : : struct {
10956 : : PyGC_Head _gc_head;
10957 : : struct {
10958 : : PyObject_VAR_HEAD
10959 : : PyObject *ob_item[3];
10960 : : }_object;
10961 : : }
10962 : : importlib__bootstrap_toplevel_consts_37_consts_7_consts = {
10963 : : ._object = {
10964 : : .ob_base = {
10965 : : .ob_base = {
10966 : : .ob_refcnt = 999999999,
10967 : : .ob_type = &PyTuple_Type,
10968 : : },
10969 : : .ob_size = 3,
10970 : : },
10971 : : .ob_item = {
10972 : : & importlib__bootstrap_toplevel_consts_37_consts_7_consts_0._ascii.ob_base,
10973 : : & importlib__bootstrap_toplevel_consts_19_consts_1_consts_1._ascii.ob_base,
10974 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
10975 : : },
10976 : : },
10977 : : };
10978 : : static
10979 : : struct {
10980 : : PyASCIIObject _ascii;
10981 : : uint8_t _data[15];
10982 : : }
10983 : : const_str_create_builtin = {
10984 : : ._ascii = {
10985 : : .ob_base = {
10986 : : .ob_refcnt = 999999999,
10987 : : .ob_type = &PyUnicode_Type,
10988 : : },
10989 : : .length = 14,
10990 : : .hash = -1,
10991 : : .state = {
10992 : : .kind = 1,
10993 : : .compact = 1,
10994 : : .ascii = 1,
10995 : : },
10996 : : },
10997 : : ._data = "create_builtin",
10998 : : };
10999 : : static
11000 : : struct {
11001 : : PyGC_Head _gc_head;
11002 : : struct {
11003 : : PyObject_VAR_HEAD
11004 : : PyObject *ob_item[8];
11005 : : }_object;
11006 : : }
11007 : : importlib__bootstrap_toplevel_consts_37_consts_7_names = {
11008 : : ._object = {
11009 : : .ob_base = {
11010 : : .ob_base = {
11011 : : .ob_refcnt = 999999999,
11012 : : .ob_type = &PyTuple_Type,
11013 : : },
11014 : : .ob_size = 8,
11015 : : },
11016 : : .ob_item = {
11017 : : &_Py_ID(name),
11018 : : & const_str_sys._ascii.ob_base,
11019 : : & const_str_builtin_module_names._ascii.ob_base,
11020 : : & const_str_ImportError._ascii.ob_base,
11021 : : & const_str_format._ascii.ob_base,
11022 : : & const_str__call_with_frames_removed._ascii.ob_base,
11023 : : & const_str__imp._ascii.ob_base,
11024 : : & const_str_create_builtin._ascii.ob_base,
11025 : : },
11026 : : },
11027 : : };
11028 : : static
11029 : : struct {
11030 : : PyASCIIObject _ascii;
11031 : : uint8_t _data[30];
11032 : : }
11033 : : importlib__bootstrap_toplevel_consts_37_consts_7_qualname = {
11034 : : ._ascii = {
11035 : : .ob_base = {
11036 : : .ob_refcnt = 999999999,
11037 : : .ob_type = &PyUnicode_Type,
11038 : : },
11039 : : .length = 29,
11040 : : .hash = -1,
11041 : : .state = {
11042 : : .kind = 1,
11043 : : .compact = 1,
11044 : : .ascii = 1,
11045 : : },
11046 : : },
11047 : : ._data = "BuiltinImporter.create_module",
11048 : : };
11049 : : static
11050 : : struct {
11051 : : PyObject_VAR_HEAD
11052 : : Py_hash_t ob_shash;
11053 : : char ob_sval[90];
11054 : : }
11055 : : importlib__bootstrap_toplevel_consts_37_consts_7_linetable = {
11056 : : .ob_base = {
11057 : : .ob_base = {
11058 : : .ob_refcnt = 999999999,
11059 : : .ob_type = &PyBytes_Type,
11060 : : },
11061 : : .ob_size = 89,
11062 : : },
11063 : : .ob_shash = -1,
11064 : : .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\x8f\x39\x89\x39\x9d\x43\xd7\x1c\x34\xd1\x1c\x34\xd0\x0b\x34\xf0\x00\x02\x09\x2e\xdd\x12\x1d\xd0\x1e\x3d\xd7\x1e\x44\xd1\x1e\x44\xc0\x54\xc7\x59\xc1\x59\xd4\x1e\x4f\xd8\x23\x27\xa7\x39\xa1\x39\xf0\x03\x01\x13\x2e\xf4\x00\x01\x13\x2e\xf0\x00\x01\x0d\x2e\xe5\x0f\x28\xad\x14\xd7\x29\x3c\xd1\x29\x3c\xb8\x64\xd4\x0f\x43\xd0\x08\x43",
11065 : : };
11066 : : static
11067 : : struct _PyCode_DEF(220)
11068 : : importlib__bootstrap_toplevel_consts_37_consts_7 = {
11069 : : .ob_base = {
11070 : : .ob_base = {
11071 : : .ob_refcnt = 999999999,
11072 : : .ob_type = &PyCode_Type,
11073 : : },
11074 : : .ob_size = 110,
11075 : : },
11076 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_7_consts._object.ob_base.ob_base,
11077 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_7_names._object.ob_base.ob_base,
11078 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11079 : : .co_flags = 3,
11080 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11081 : : ._co_linearray_entry_size = 0,
11082 : : .co_argcount = 1,
11083 : : .co_posonlyargcount = 0,
11084 : : .co_kwonlyargcount = 0,
11085 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
11086 : : .co_stacksize = 5,
11087 : : .co_firstlineno = 772,
11088 : : .co_nlocalsplus = 1,
11089 : : .co_nlocals = 1,
11090 : : .co_nplaincellvars = 0,
11091 : : .co_ncellvars = 0,
11092 : : .co_nfreevars = 0,
11093 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
11094 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
11095 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11096 : : .co_name = & const_str_create_module._ascii.ob_base,
11097 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_7_qualname._ascii.ob_base,
11098 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_7_linetable.ob_base.ob_base,
11099 : : ._co_code = NULL,
11100 : : ._co_linearray = NULL,
11101 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x33\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
11102 : : ._co_firsttraceable = 0,
11103 : : };
11104 : : static
11105 : : struct {
11106 : : PyASCIIObject _ascii;
11107 : : uint8_t _data[23];
11108 : : }
11109 : : importlib__bootstrap_toplevel_consts_37_consts_8_consts_0 = {
11110 : : ._ascii = {
11111 : : .ob_base = {
11112 : : .ob_refcnt = 999999999,
11113 : : .ob_type = &PyUnicode_Type,
11114 : : },
11115 : : .length = 22,
11116 : : .hash = -1,
11117 : : .state = {
11118 : : .kind = 1,
11119 : : .compact = 1,
11120 : : .ascii = 1,
11121 : : },
11122 : : },
11123 : : ._data = "Exec a built-in module",
11124 : : };
11125 : : static
11126 : : struct {
11127 : : PyGC_Head _gc_head;
11128 : : struct {
11129 : : PyObject_VAR_HEAD
11130 : : PyObject *ob_item[2];
11131 : : }_object;
11132 : : }
11133 : : importlib__bootstrap_toplevel_consts_37_consts_8_consts = {
11134 : : ._object = {
11135 : : .ob_base = {
11136 : : .ob_base = {
11137 : : .ob_refcnt = 999999999,
11138 : : .ob_type = &PyTuple_Type,
11139 : : },
11140 : : .ob_size = 2,
11141 : : },
11142 : : .ob_item = {
11143 : : & importlib__bootstrap_toplevel_consts_37_consts_8_consts_0._ascii.ob_base,
11144 : : Py_None,
11145 : : },
11146 : : },
11147 : : };
11148 : : static
11149 : : struct {
11150 : : PyASCIIObject _ascii;
11151 : : uint8_t _data[13];
11152 : : }
11153 : : const_str_exec_builtin = {
11154 : : ._ascii = {
11155 : : .ob_base = {
11156 : : .ob_refcnt = 999999999,
11157 : : .ob_type = &PyUnicode_Type,
11158 : : },
11159 : : .length = 12,
11160 : : .hash = -1,
11161 : : .state = {
11162 : : .kind = 1,
11163 : : .compact = 1,
11164 : : .ascii = 1,
11165 : : },
11166 : : },
11167 : : ._data = "exec_builtin",
11168 : : };
11169 : : static
11170 : : struct {
11171 : : PyGC_Head _gc_head;
11172 : : struct {
11173 : : PyObject_VAR_HEAD
11174 : : PyObject *ob_item[3];
11175 : : }_object;
11176 : : }
11177 : : importlib__bootstrap_toplevel_consts_37_consts_8_names = {
11178 : : ._object = {
11179 : : .ob_base = {
11180 : : .ob_base = {
11181 : : .ob_refcnt = 999999999,
11182 : : .ob_type = &PyTuple_Type,
11183 : : },
11184 : : .ob_size = 3,
11185 : : },
11186 : : .ob_item = {
11187 : : & const_str__call_with_frames_removed._ascii.ob_base,
11188 : : & const_str__imp._ascii.ob_base,
11189 : : & const_str_exec_builtin._ascii.ob_base,
11190 : : },
11191 : : },
11192 : : };
11193 : : static
11194 : : struct {
11195 : : PyASCIIObject _ascii;
11196 : : uint8_t _data[28];
11197 : : }
11198 : : importlib__bootstrap_toplevel_consts_37_consts_8_qualname = {
11199 : : ._ascii = {
11200 : : .ob_base = {
11201 : : .ob_refcnt = 999999999,
11202 : : .ob_type = &PyUnicode_Type,
11203 : : },
11204 : : .length = 27,
11205 : : .hash = -1,
11206 : : .state = {
11207 : : .kind = 1,
11208 : : .compact = 1,
11209 : : .ascii = 1,
11210 : : },
11211 : : },
11212 : : ._data = "BuiltinImporter.exec_module",
11213 : : };
11214 : : static
11215 : : struct {
11216 : : PyObject_VAR_HEAD
11217 : : Py_hash_t ob_shash;
11218 : : char ob_sval[30];
11219 : : }
11220 : : importlib__bootstrap_toplevel_consts_37_consts_8_linetable = {
11221 : : .ob_base = {
11222 : : .ob_base = {
11223 : : .ob_refcnt = 999999999,
11224 : : .ob_type = &PyBytes_Type,
11225 : : },
11226 : : .ob_size = 29,
11227 : : },
11228 : : .ob_shash = -1,
11229 : : .ob_sval = "\x80\x00\xf5\x06\x00\x09\x22\xa5\x24\xd7\x22\x33\xd1\x22\x33\xb0\x56\xd4\x08\x3c\xd0\x08\x3c\xd0\x08\x3c\xd0\x08\x3c",
11230 : : };
11231 : : static
11232 : : struct _PyCode_DEF(64)
11233 : : importlib__bootstrap_toplevel_consts_37_consts_8 = {
11234 : : .ob_base = {
11235 : : .ob_base = {
11236 : : .ob_refcnt = 999999999,
11237 : : .ob_type = &PyCode_Type,
11238 : : },
11239 : : .ob_size = 32,
11240 : : },
11241 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_8_consts._object.ob_base.ob_base,
11242 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_8_names._object.ob_base.ob_base,
11243 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11244 : : .co_flags = 3,
11245 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11246 : : ._co_linearray_entry_size = 0,
11247 : : .co_argcount = 1,
11248 : : .co_posonlyargcount = 0,
11249 : : .co_kwonlyargcount = 0,
11250 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
11251 : : .co_stacksize = 4,
11252 : : .co_firstlineno = 780,
11253 : : .co_nlocalsplus = 1,
11254 : : .co_nlocals = 1,
11255 : : .co_nplaincellvars = 0,
11256 : : .co_ncellvars = 0,
11257 : : .co_nfreevars = 0,
11258 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
11259 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
11260 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11261 : : .co_name = & const_str_exec_module._ascii.ob_base,
11262 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_8_qualname._ascii.ob_base,
11263 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_8_linetable.ob_base.ob_base,
11264 : : ._co_code = NULL,
11265 : : ._co_linearray = NULL,
11266 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
11267 : : ._co_firsttraceable = 0,
11268 : : };
11269 : : static
11270 : : struct {
11271 : : PyASCIIObject _ascii;
11272 : : uint8_t _data[58];
11273 : : }
11274 : : importlib__bootstrap_toplevel_consts_37_consts_9_consts_0 = {
11275 : : ._ascii = {
11276 : : .ob_base = {
11277 : : .ob_refcnt = 999999999,
11278 : : .ob_type = &PyUnicode_Type,
11279 : : },
11280 : : .length = 57,
11281 : : .hash = -1,
11282 : : .state = {
11283 : : .kind = 1,
11284 : : .compact = 1,
11285 : : .ascii = 1,
11286 : : },
11287 : : },
11288 : : ._data = "Return None as built-in modules do not have code objects.",
11289 : : };
11290 : : static
11291 : : struct {
11292 : : PyGC_Head _gc_head;
11293 : : struct {
11294 : : PyObject_VAR_HEAD
11295 : : PyObject *ob_item[2];
11296 : : }_object;
11297 : : }
11298 : : importlib__bootstrap_toplevel_consts_37_consts_9_consts = {
11299 : : ._object = {
11300 : : .ob_base = {
11301 : : .ob_base = {
11302 : : .ob_refcnt = 999999999,
11303 : : .ob_type = &PyTuple_Type,
11304 : : },
11305 : : .ob_size = 2,
11306 : : },
11307 : : .ob_item = {
11308 : : & importlib__bootstrap_toplevel_consts_37_consts_9_consts_0._ascii.ob_base,
11309 : : Py_None,
11310 : : },
11311 : : },
11312 : : };
11313 : : static
11314 : : struct {
11315 : : PyASCIIObject _ascii;
11316 : : uint8_t _data[9];
11317 : : }
11318 : : const_str_get_code = {
11319 : : ._ascii = {
11320 : : .ob_base = {
11321 : : .ob_refcnt = 999999999,
11322 : : .ob_type = &PyUnicode_Type,
11323 : : },
11324 : : .length = 8,
11325 : : .hash = -1,
11326 : : .state = {
11327 : : .kind = 1,
11328 : : .compact = 1,
11329 : : .ascii = 1,
11330 : : },
11331 : : },
11332 : : ._data = "get_code",
11333 : : };
11334 : : static
11335 : : struct {
11336 : : PyASCIIObject _ascii;
11337 : : uint8_t _data[25];
11338 : : }
11339 : : importlib__bootstrap_toplevel_consts_37_consts_9_qualname = {
11340 : : ._ascii = {
11341 : : .ob_base = {
11342 : : .ob_refcnt = 999999999,
11343 : : .ob_type = &PyUnicode_Type,
11344 : : },
11345 : : .length = 24,
11346 : : .hash = -1,
11347 : : .state = {
11348 : : .kind = 1,
11349 : : .compact = 1,
11350 : : .ascii = 1,
11351 : : },
11352 : : },
11353 : : ._data = "BuiltinImporter.get_code",
11354 : : };
11355 : : static
11356 : : struct {
11357 : : PyObject_VAR_HEAD
11358 : : Py_hash_t ob_shash;
11359 : : char ob_sval[10];
11360 : : }
11361 : : importlib__bootstrap_toplevel_consts_37_consts_9_linetable = {
11362 : : .ob_base = {
11363 : : .ob_base = {
11364 : : .ob_refcnt = 999999999,
11365 : : .ob_type = &PyBytes_Type,
11366 : : },
11367 : : .ob_size = 9,
11368 : : },
11369 : : .ob_shash = -1,
11370 : : .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x88\x74",
11371 : : };
11372 : : static
11373 : : struct {
11374 : : PyGC_Head _gc_head;
11375 : : struct {
11376 : : PyObject_VAR_HEAD
11377 : : PyObject *ob_item[2];
11378 : : }_object;
11379 : : }
11380 : : importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames = {
11381 : : ._object = {
11382 : : .ob_base = {
11383 : : .ob_base = {
11384 : : .ob_refcnt = 999999999,
11385 : : .ob_type = &PyTuple_Type,
11386 : : },
11387 : : .ob_size = 2,
11388 : : },
11389 : : .ob_item = {
11390 : : & const_str_cls._ascii.ob_base,
11391 : : & const_str_fullname._ascii.ob_base,
11392 : : },
11393 : : },
11394 : : };
11395 : : static
11396 : : struct _PyCode_DEF(6)
11397 : : importlib__bootstrap_toplevel_consts_37_consts_9 = {
11398 : : .ob_base = {
11399 : : .ob_base = {
11400 : : .ob_refcnt = 999999999,
11401 : : .ob_type = &PyCode_Type,
11402 : : },
11403 : : .ob_size = 3,
11404 : : },
11405 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_9_consts._object.ob_base.ob_base,
11406 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11407 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11408 : : .co_flags = 3,
11409 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11410 : : ._co_linearray_entry_size = 0,
11411 : : .co_argcount = 2,
11412 : : .co_posonlyargcount = 0,
11413 : : .co_kwonlyargcount = 0,
11414 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
11415 : : .co_stacksize = 1,
11416 : : .co_firstlineno = 785,
11417 : : .co_nlocalsplus = 2,
11418 : : .co_nlocals = 2,
11419 : : .co_nplaincellvars = 0,
11420 : : .co_ncellvars = 0,
11421 : : .co_nfreevars = 0,
11422 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11423 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11424 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11425 : : .co_name = & const_str_get_code._ascii.ob_base,
11426 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_9_qualname._ascii.ob_base,
11427 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
11428 : : ._co_code = NULL,
11429 : : ._co_linearray = NULL,
11430 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11431 : : ._co_firsttraceable = 0,
11432 : : };
11433 : : static
11434 : : struct {
11435 : : PyASCIIObject _ascii;
11436 : : uint8_t _data[57];
11437 : : }
11438 : : importlib__bootstrap_toplevel_consts_37_consts_10_consts_0 = {
11439 : : ._ascii = {
11440 : : .ob_base = {
11441 : : .ob_refcnt = 999999999,
11442 : : .ob_type = &PyUnicode_Type,
11443 : : },
11444 : : .length = 56,
11445 : : .hash = -1,
11446 : : .state = {
11447 : : .kind = 1,
11448 : : .compact = 1,
11449 : : .ascii = 1,
11450 : : },
11451 : : },
11452 : : ._data = "Return None as built-in modules do not have source code.",
11453 : : };
11454 : : static
11455 : : struct {
11456 : : PyGC_Head _gc_head;
11457 : : struct {
11458 : : PyObject_VAR_HEAD
11459 : : PyObject *ob_item[2];
11460 : : }_object;
11461 : : }
11462 : : importlib__bootstrap_toplevel_consts_37_consts_10_consts = {
11463 : : ._object = {
11464 : : .ob_base = {
11465 : : .ob_base = {
11466 : : .ob_refcnt = 999999999,
11467 : : .ob_type = &PyTuple_Type,
11468 : : },
11469 : : .ob_size = 2,
11470 : : },
11471 : : .ob_item = {
11472 : : & importlib__bootstrap_toplevel_consts_37_consts_10_consts_0._ascii.ob_base,
11473 : : Py_None,
11474 : : },
11475 : : },
11476 : : };
11477 : : static
11478 : : struct {
11479 : : PyASCIIObject _ascii;
11480 : : uint8_t _data[27];
11481 : : }
11482 : : importlib__bootstrap_toplevel_consts_37_consts_10_qualname = {
11483 : : ._ascii = {
11484 : : .ob_base = {
11485 : : .ob_refcnt = 999999999,
11486 : : .ob_type = &PyUnicode_Type,
11487 : : },
11488 : : .length = 26,
11489 : : .hash = -1,
11490 : : .state = {
11491 : : .kind = 1,
11492 : : .compact = 1,
11493 : : .ascii = 1,
11494 : : },
11495 : : },
11496 : : ._data = "BuiltinImporter.get_source",
11497 : : };
11498 : : static
11499 : : struct _PyCode_DEF(6)
11500 : : importlib__bootstrap_toplevel_consts_37_consts_10 = {
11501 : : .ob_base = {
11502 : : .ob_base = {
11503 : : .ob_refcnt = 999999999,
11504 : : .ob_type = &PyCode_Type,
11505 : : },
11506 : : .ob_size = 3,
11507 : : },
11508 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_10_consts._object.ob_base.ob_base,
11509 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11510 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11511 : : .co_flags = 3,
11512 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11513 : : ._co_linearray_entry_size = 0,
11514 : : .co_argcount = 2,
11515 : : .co_posonlyargcount = 0,
11516 : : .co_kwonlyargcount = 0,
11517 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
11518 : : .co_stacksize = 1,
11519 : : .co_firstlineno = 791,
11520 : : .co_nlocalsplus = 2,
11521 : : .co_nlocals = 2,
11522 : : .co_nplaincellvars = 0,
11523 : : .co_ncellvars = 0,
11524 : : .co_nfreevars = 0,
11525 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11526 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11527 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11528 : : .co_name = &_Py_ID(get_source),
11529 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_10_qualname._ascii.ob_base,
11530 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
11531 : : ._co_code = NULL,
11532 : : ._co_linearray = NULL,
11533 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11534 : : ._co_firsttraceable = 0,
11535 : : };
11536 : : static
11537 : : struct {
11538 : : PyASCIIObject _ascii;
11539 : : uint8_t _data[53];
11540 : : }
11541 : : importlib__bootstrap_toplevel_consts_37_consts_11_consts_0 = {
11542 : : ._ascii = {
11543 : : .ob_base = {
11544 : : .ob_refcnt = 999999999,
11545 : : .ob_type = &PyUnicode_Type,
11546 : : },
11547 : : .length = 52,
11548 : : .hash = -1,
11549 : : .state = {
11550 : : .kind = 1,
11551 : : .compact = 1,
11552 : : .ascii = 1,
11553 : : },
11554 : : },
11555 : : ._data = "Return False as built-in modules are never packages.",
11556 : : };
11557 : : static
11558 : : struct {
11559 : : PyGC_Head _gc_head;
11560 : : struct {
11561 : : PyObject_VAR_HEAD
11562 : : PyObject *ob_item[2];
11563 : : }_object;
11564 : : }
11565 : : importlib__bootstrap_toplevel_consts_37_consts_11_consts = {
11566 : : ._object = {
11567 : : .ob_base = {
11568 : : .ob_base = {
11569 : : .ob_refcnt = 999999999,
11570 : : .ob_type = &PyTuple_Type,
11571 : : },
11572 : : .ob_size = 2,
11573 : : },
11574 : : .ob_item = {
11575 : : & importlib__bootstrap_toplevel_consts_37_consts_11_consts_0._ascii.ob_base,
11576 : : Py_False,
11577 : : },
11578 : : },
11579 : : };
11580 : : static
11581 : : struct {
11582 : : PyASCIIObject _ascii;
11583 : : uint8_t _data[27];
11584 : : }
11585 : : importlib__bootstrap_toplevel_consts_37_consts_11_qualname = {
11586 : : ._ascii = {
11587 : : .ob_base = {
11588 : : .ob_refcnt = 999999999,
11589 : : .ob_type = &PyUnicode_Type,
11590 : : },
11591 : : .length = 26,
11592 : : .hash = -1,
11593 : : .state = {
11594 : : .kind = 1,
11595 : : .compact = 1,
11596 : : .ascii = 1,
11597 : : },
11598 : : },
11599 : : ._data = "BuiltinImporter.is_package",
11600 : : };
11601 : : static
11602 : : struct {
11603 : : PyObject_VAR_HEAD
11604 : : Py_hash_t ob_shash;
11605 : : char ob_sval[10];
11606 : : }
11607 : : importlib__bootstrap_toplevel_consts_37_consts_11_linetable = {
11608 : : .ob_base = {
11609 : : .ob_base = {
11610 : : .ob_refcnt = 999999999,
11611 : : .ob_type = &PyBytes_Type,
11612 : : },
11613 : : .ob_size = 9,
11614 : : },
11615 : : .ob_shash = -1,
11616 : : .ob_sval = "\x80\x00\xf0\x08\x00\x10\x15\x88\x75",
11617 : : };
11618 : : static
11619 : : struct _PyCode_DEF(6)
11620 : : importlib__bootstrap_toplevel_consts_37_consts_11 = {
11621 : : .ob_base = {
11622 : : .ob_base = {
11623 : : .ob_refcnt = 999999999,
11624 : : .ob_type = &PyCode_Type,
11625 : : },
11626 : : .ob_size = 3,
11627 : : },
11628 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_11_consts._object.ob_base.ob_base,
11629 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
11630 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11631 : : .co_flags = 3,
11632 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11633 : : ._co_linearray_entry_size = 0,
11634 : : .co_argcount = 2,
11635 : : .co_posonlyargcount = 0,
11636 : : .co_kwonlyargcount = 0,
11637 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
11638 : : .co_stacksize = 1,
11639 : : .co_firstlineno = 797,
11640 : : .co_nlocalsplus = 2,
11641 : : .co_nlocals = 2,
11642 : : .co_nplaincellvars = 0,
11643 : : .co_ncellvars = 0,
11644 : : .co_nfreevars = 0,
11645 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
11646 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
11647 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11648 : : .co_name = & const_str_is_package._ascii.ob_base,
11649 : : .co_qualname = & importlib__bootstrap_toplevel_consts_37_consts_11_qualname._ascii.ob_base,
11650 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_11_linetable.ob_base.ob_base,
11651 : : ._co_code = NULL,
11652 : : ._co_linearray = NULL,
11653 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
11654 : : ._co_firsttraceable = 0,
11655 : : };
11656 : : static
11657 : : struct {
11658 : : PyGC_Head _gc_head;
11659 : : struct {
11660 : : PyObject_VAR_HEAD
11661 : : PyObject *ob_item[2];
11662 : : }_object;
11663 : : }
11664 : : importlib__bootstrap_toplevel_consts_37_consts_12 = {
11665 : : ._object = {
11666 : : .ob_base = {
11667 : : .ob_base = {
11668 : : .ob_refcnt = 999999999,
11669 : : .ob_type = &PyTuple_Type,
11670 : : },
11671 : : .ob_size = 2,
11672 : : },
11673 : : .ob_item = {
11674 : : Py_None,
11675 : : Py_None,
11676 : : },
11677 : : },
11678 : : };
11679 : : static
11680 : : struct {
11681 : : PyGC_Head _gc_head;
11682 : : struct {
11683 : : PyObject_VAR_HEAD
11684 : : PyObject *ob_item[14];
11685 : : }_object;
11686 : : }
11687 : : importlib__bootstrap_toplevel_consts_37_consts = {
11688 : : ._object = {
11689 : : .ob_base = {
11690 : : .ob_base = {
11691 : : .ob_refcnt = 999999999,
11692 : : .ob_type = &PyTuple_Type,
11693 : : },
11694 : : .ob_size = 14,
11695 : : },
11696 : : .ob_item = {
11697 : : & const_str_BuiltinImporter._ascii.ob_base,
11698 : : & importlib__bootstrap_toplevel_consts_37_consts_1._ascii.ob_base,
11699 : : & importlib__bootstrap_toplevel_consts_37_consts_2._ascii.ob_base,
11700 : : & importlib__bootstrap_toplevel_consts_37_consts_3.ob_base.ob_base,
11701 : : Py_None,
11702 : : & importlib__bootstrap_toplevel_consts_37_consts_5.ob_base.ob_base,
11703 : : & importlib__bootstrap_toplevel_consts_37_consts_6.ob_base.ob_base,
11704 : : & importlib__bootstrap_toplevel_consts_37_consts_7.ob_base.ob_base,
11705 : : & importlib__bootstrap_toplevel_consts_37_consts_8.ob_base.ob_base,
11706 : : & importlib__bootstrap_toplevel_consts_37_consts_9.ob_base.ob_base,
11707 : : & importlib__bootstrap_toplevel_consts_37_consts_10.ob_base.ob_base,
11708 : : & importlib__bootstrap_toplevel_consts_37_consts_11.ob_base.ob_base,
11709 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
11710 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
11711 : : },
11712 : : },
11713 : : };
11714 : : static
11715 : : struct {
11716 : : PyASCIIObject _ascii;
11717 : : uint8_t _data[13];
11718 : : }
11719 : : const_str_staticmethod = {
11720 : : ._ascii = {
11721 : : .ob_base = {
11722 : : .ob_refcnt = 999999999,
11723 : : .ob_type = &PyUnicode_Type,
11724 : : },
11725 : : .length = 12,
11726 : : .hash = -1,
11727 : : .state = {
11728 : : .kind = 1,
11729 : : .compact = 1,
11730 : : .ascii = 1,
11731 : : },
11732 : : },
11733 : : ._data = "staticmethod",
11734 : : };
11735 : : static
11736 : : struct {
11737 : : PyASCIIObject _ascii;
11738 : : uint8_t _data[12];
11739 : : }
11740 : : const_str_classmethod = {
11741 : : ._ascii = {
11742 : : .ob_base = {
11743 : : .ob_refcnt = 999999999,
11744 : : .ob_type = &PyUnicode_Type,
11745 : : },
11746 : : .length = 11,
11747 : : .hash = -1,
11748 : : .state = {
11749 : : .kind = 1,
11750 : : .compact = 1,
11751 : : .ascii = 1,
11752 : : },
11753 : : },
11754 : : ._data = "classmethod",
11755 : : };
11756 : : static
11757 : : struct {
11758 : : PyGC_Head _gc_head;
11759 : : struct {
11760 : : PyObject_VAR_HEAD
11761 : : PyObject *ob_item[18];
11762 : : }_object;
11763 : : }
11764 : : importlib__bootstrap_toplevel_consts_37_names = {
11765 : : ._object = {
11766 : : .ob_base = {
11767 : : .ob_base = {
11768 : : .ob_refcnt = 999999999,
11769 : : .ob_type = &PyTuple_Type,
11770 : : },
11771 : : .ob_size = 18,
11772 : : },
11773 : : .ob_item = {
11774 : : &_Py_ID(__name__),
11775 : : &_Py_ID(__module__),
11776 : : &_Py_ID(__qualname__),
11777 : : &_Py_ID(__doc__),
11778 : : & const_str__ORIGIN._ascii.ob_base,
11779 : : & const_str_staticmethod._ascii.ob_base,
11780 : : & const_str_module_repr._ascii.ob_base,
11781 : : & const_str_classmethod._ascii.ob_base,
11782 : : & const_str_find_spec._ascii.ob_base,
11783 : : & const_str_find_module._ascii.ob_base,
11784 : : & const_str_create_module._ascii.ob_base,
11785 : : & const_str_exec_module._ascii.ob_base,
11786 : : & const_str__requires_builtin._ascii.ob_base,
11787 : : & const_str_get_code._ascii.ob_base,
11788 : : &_Py_ID(get_source),
11789 : : & const_str_is_package._ascii.ob_base,
11790 : : & const_str__load_module_shim._ascii.ob_base,
11791 : : & const_str_load_module._ascii.ob_base,
11792 : : },
11793 : : },
11794 : : };
11795 : : static
11796 : : struct {
11797 : : PyObject_VAR_HEAD
11798 : : Py_hash_t ob_shash;
11799 : : char ob_sval[281];
11800 : : }
11801 : : importlib__bootstrap_toplevel_consts_37_linetable = {
11802 : : .ob_base = {
11803 : : .ob_base = {
11804 : : .ob_refcnt = 999999999,
11805 : : .ob_type = &PyBytes_Type,
11806 : : },
11807 : : .ob_size = 280,
11808 : : },
11809 : : .ob_shash = -1,
11810 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x0f\x19\x80\x47\xe0\x05\x11\xf0\x02\x08\x05\x4b\x01\xf0\x00\x08\x05\x4b\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x4b\x01\xf0\x14\x00\x06\x11\xd8\x26\x2a\xf0\x00\x06\x05\x18\xf0\x00\x06\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x06\x05\x18\xf0\x10\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0c\x05\x39\xf0\x00\x0c\x05\x39\xf4\x03\x00\x06\x11\xf0\x02\x0c\x05\x39\xf0\x1c\x00\x06\x12\xf0\x02\x05\x05\x44\x01\xf0\x00\x05\x05\x44\x01\xf4\x03\x00\x06\x12\xf0\x02\x05\x05\x44\x01\xf0\x0e\x00\x06\x12\xf0\x02\x02\x05\x3d\xf0\x00\x02\x05\x3d\xf4\x03\x00\x06\x12\xf0\x02\x02\x05\x3d\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x16\xf0\x02\x02\x05\x15\xf0\x00\x02\x05\x15\xf4\x03\x00\x06\x17\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x15\xf0\x08\x00\x13\x1e\x90\x2b\xd0\x1e\x2f\xd4\x12\x30\x80\x4b\x80\x4b\x80\x4b",
11811 : : };
11812 : : static
11813 : : struct _PyCode_DEF(224)
11814 : : importlib__bootstrap_toplevel_consts_37 = {
11815 : : .ob_base = {
11816 : : .ob_base = {
11817 : : .ob_refcnt = 999999999,
11818 : : .ob_type = &PyCode_Type,
11819 : : },
11820 : : .ob_size = 112,
11821 : : },
11822 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts._object.ob_base.ob_base,
11823 : : .co_names = & importlib__bootstrap_toplevel_consts_37_names._object.ob_base.ob_base,
11824 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
11825 : : .co_flags = 0,
11826 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
11827 : : ._co_linearray_entry_size = 0,
11828 : : .co_argcount = 0,
11829 : : .co_posonlyargcount = 0,
11830 : : .co_kwonlyargcount = 0,
11831 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
11832 : : .co_stacksize = 3,
11833 : : .co_firstlineno = 726,
11834 : : .co_nlocalsplus = 0,
11835 : : .co_nlocals = 0,
11836 : : .co_nplaincellvars = 0,
11837 : : .co_ncellvars = 0,
11838 : : .co_nfreevars = 0,
11839 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
11840 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
11841 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
11842 : : .co_name = & const_str_BuiltinImporter._ascii.ob_base,
11843 : : .co_qualname = & const_str_BuiltinImporter._ascii.ob_base,
11844 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_linetable.ob_base.ob_base,
11845 : : ._co_code = NULL,
11846 : : ._co_linearray = NULL,
11847 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x0c\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x0d\x64\x06\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x05\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x05\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x65\x0c\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x65\x0c\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0c\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x07\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x04\x53\x00",
11848 : : ._co_firsttraceable = 0,
11849 : : };
11850 : : static
11851 : : struct {
11852 : : PyASCIIObject _ascii;
11853 : : uint8_t _data[15];
11854 : : }
11855 : : const_str_FrozenImporter = {
11856 : : ._ascii = {
11857 : : .ob_base = {
11858 : : .ob_refcnt = 999999999,
11859 : : .ob_type = &PyUnicode_Type,
11860 : : },
11861 : : .length = 14,
11862 : : .hash = -1,
11863 : : .state = {
11864 : : .kind = 1,
11865 : : .compact = 1,
11866 : : .ascii = 1,
11867 : : },
11868 : : },
11869 : : ._data = "FrozenImporter",
11870 : : };
11871 : : static
11872 : : struct {
11873 : : PyASCIIObject _ascii;
11874 : : uint8_t _data[143];
11875 : : }
11876 : : importlib__bootstrap_toplevel_consts_39_consts_1 = {
11877 : : ._ascii = {
11878 : : .ob_base = {
11879 : : .ob_refcnt = 999999999,
11880 : : .ob_type = &PyUnicode_Type,
11881 : : },
11882 : : .length = 142,
11883 : : .hash = -1,
11884 : : .state = {
11885 : : .kind = 1,
11886 : : .compact = 1,
11887 : : .ascii = 1,
11888 : : },
11889 : : },
11890 : : ._data = "\x4d\x65\x74\x61\x20\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x6f\x72\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6c\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x65\x69\x74\x68\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x6f\x72\x20\x73\x74\x61\x74\x69\x63\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x6f\x20\x61\x76\x6f\x69\x64\x20\x74\x68\x65\x20\x6e\x65\x65\x64\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x20\x74\x68\x65\x20\x63\x6c\x61\x73\x73\x2e\x0a\x0a\x20\x20\x20\x20",
11891 : : };
11892 : : static
11893 : : struct {
11894 : : PyASCIIObject _ascii;
11895 : : uint8_t _data[7];
11896 : : }
11897 : : const_str_frozen = {
11898 : : ._ascii = {
11899 : : .ob_base = {
11900 : : .ob_refcnt = 999999999,
11901 : : .ob_type = &PyUnicode_Type,
11902 : : },
11903 : : .length = 6,
11904 : : .hash = -1,
11905 : : .state = {
11906 : : .kind = 1,
11907 : : .compact = 1,
11908 : : .ascii = 1,
11909 : : },
11910 : : },
11911 : : ._data = "frozen",
11912 : : };
11913 : : static
11914 : : struct {
11915 : : PyASCIIObject _ascii;
11916 : : uint8_t _data[81];
11917 : : }
11918 : : importlib__bootstrap_toplevel_consts_39_consts_3_consts_1 = {
11919 : : ._ascii = {
11920 : : .ob_base = {
11921 : : .ob_refcnt = 999999999,
11922 : : .ob_type = &PyUnicode_Type,
11923 : : },
11924 : : .length = 80,
11925 : : .hash = -1,
11926 : : .state = {
11927 : : .kind = 1,
11928 : : .compact = 1,
11929 : : .ascii = 1,
11930 : : },
11931 : : },
11932 : : ._data = "FrozenImporter.module_repr() is deprecated and slated for removal in Python 3.12",
11933 : : };
11934 : : static
11935 : : struct {
11936 : : PyGC_Head _gc_head;
11937 : : struct {
11938 : : PyObject_VAR_HEAD
11939 : : PyObject *ob_item[3];
11940 : : }_object;
11941 : : }
11942 : : importlib__bootstrap_toplevel_consts_39_consts_3_consts = {
11943 : : ._object = {
11944 : : .ob_base = {
11945 : : .ob_base = {
11946 : : .ob_refcnt = 999999999,
11947 : : .ob_type = &PyTuple_Type,
11948 : : },
11949 : : .ob_size = 3,
11950 : : },
11951 : : .ob_item = {
11952 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
11953 : : & importlib__bootstrap_toplevel_consts_39_consts_3_consts_1._ascii.ob_base,
11954 : : & importlib__bootstrap_toplevel_consts_32_consts_6._ascii.ob_base,
11955 : : },
11956 : : },
11957 : : };
11958 : : static
11959 : : struct {
11960 : : PyGC_Head _gc_head;
11961 : : struct {
11962 : : PyObject_VAR_HEAD
11963 : : PyObject *ob_item[7];
11964 : : }_object;
11965 : : }
11966 : : importlib__bootstrap_toplevel_consts_39_consts_3_names = {
11967 : : ._object = {
11968 : : .ob_base = {
11969 : : .ob_base = {
11970 : : .ob_refcnt = 999999999,
11971 : : .ob_type = &PyTuple_Type,
11972 : : },
11973 : : .ob_size = 7,
11974 : : },
11975 : : .ob_item = {
11976 : : & const_str__warnings._ascii.ob_base,
11977 : : & const_str_warn._ascii.ob_base,
11978 : : & const_str_DeprecationWarning._ascii.ob_base,
11979 : : & const_str_format._ascii.ob_base,
11980 : : &_Py_ID(__name__),
11981 : : & const_str_FrozenImporter._ascii.ob_base,
11982 : : & const_str__ORIGIN._ascii.ob_base,
11983 : : },
11984 : : },
11985 : : };
11986 : : static
11987 : : struct {
11988 : : PyASCIIObject _ascii;
11989 : : uint8_t _data[27];
11990 : : }
11991 : : importlib__bootstrap_toplevel_consts_39_consts_3_qualname = {
11992 : : ._ascii = {
11993 : : .ob_base = {
11994 : : .ob_refcnt = 999999999,
11995 : : .ob_type = &PyUnicode_Type,
11996 : : },
11997 : : .length = 26,
11998 : : .hash = -1,
11999 : : .state = {
12000 : : .kind = 1,
12001 : : .compact = 1,
12002 : : .ascii = 1,
12003 : : },
12004 : : },
12005 : : ._data = "FrozenImporter.module_repr",
12006 : : };
12007 : : static
12008 : : struct {
12009 : : PyObject_VAR_HEAD
12010 : : Py_hash_t ob_shash;
12011 : : char ob_sval[61];
12012 : : }
12013 : : importlib__bootstrap_toplevel_consts_39_consts_3_linetable = {
12014 : : .ob_base = {
12015 : : .ob_base = {
12016 : : .ob_refcnt = 999999999,
12017 : : .ob_type = &PyBytes_Type,
12018 : : },
12019 : : .ob_size = 60,
12020 : : },
12021 : : .ob_shash = -1,
12022 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x23\xd7\x0f\x2a\xd1\x0f\x2a\xa8\x31\xaf\x3a\xa9\x3a\xb5\x7e\xd7\x37\x4d\xd1\x37\x4d\xd4\x0f\x4e\xd0\x08\x4e",
12023 : : };
12024 : : static
12025 : : struct {
12026 : : PyASCIIObject _ascii;
12027 : : uint8_t _data[2];
12028 : : }
12029 : : const_str_m = {
12030 : : ._ascii = {
12031 : : .ob_base = {
12032 : : .ob_refcnt = 999999999,
12033 : : .ob_type = &PyUnicode_Type,
12034 : : },
12035 : : .length = 1,
12036 : : .hash = -1,
12037 : : .state = {
12038 : : .kind = 1,
12039 : : .compact = 1,
12040 : : .ascii = 1,
12041 : : },
12042 : : },
12043 : : ._data = "m",
12044 : : };
12045 : : static
12046 : : struct {
12047 : : PyGC_Head _gc_head;
12048 : : struct {
12049 : : PyObject_VAR_HEAD
12050 : : PyObject *ob_item[1];
12051 : : }_object;
12052 : : }
12053 : : importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames = {
12054 : : ._object = {
12055 : : .ob_base = {
12056 : : .ob_base = {
12057 : : .ob_refcnt = 999999999,
12058 : : .ob_type = &PyTuple_Type,
12059 : : },
12060 : : .ob_size = 1,
12061 : : },
12062 : : .ob_item = {
12063 : : & const_str_m._ascii.ob_base,
12064 : : },
12065 : : },
12066 : : };
12067 : : static
12068 : : struct _PyCode_DEF(148)
12069 : : importlib__bootstrap_toplevel_consts_39_consts_3 = {
12070 : : .ob_base = {
12071 : : .ob_base = {
12072 : : .ob_refcnt = 999999999,
12073 : : .ob_type = &PyCode_Type,
12074 : : },
12075 : : .ob_size = 74,
12076 : : },
12077 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_3_consts._object.ob_base.ob_base,
12078 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_3_names._object.ob_base.ob_base,
12079 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
12080 : : .co_flags = 3,
12081 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
12082 : : ._co_linearray_entry_size = 0,
12083 : : .co_argcount = 1,
12084 : : .co_posonlyargcount = 0,
12085 : : .co_kwonlyargcount = 0,
12086 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
12087 : : .co_stacksize = 4,
12088 : : .co_firstlineno = 817,
12089 : : .co_nlocalsplus = 1,
12090 : : .co_nlocals = 1,
12091 : : .co_nplaincellvars = 0,
12092 : : .co_ncellvars = 0,
12093 : : .co_nfreevars = 0,
12094 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_3_localsplusnames._object.ob_base.ob_base,
12095 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
12096 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
12097 : : .co_name = & const_str_module_repr._ascii.ob_base,
12098 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_3_qualname._ascii.ob_base,
12099 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_3_linetable.ob_base.ob_base,
12100 : : ._co_code = NULL,
12101 : : ._co_linearray = NULL,
12102 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
12103 : : ._co_firsttraceable = 0,
12104 : : };
12105 : : static
12106 : : struct {
12107 : : PyASCIIObject _ascii;
12108 : : uint8_t _data[13];
12109 : : }
12110 : : const_str___origname__ = {
12111 : : ._ascii = {
12112 : : .ob_base = {
12113 : : .ob_refcnt = 999999999,
12114 : : .ob_type = &PyUnicode_Type,
12115 : : },
12116 : : .length = 12,
12117 : : .hash = -1,
12118 : : .state = {
12119 : : .kind = 1,
12120 : : .compact = 1,
12121 : : .ascii = 1,
12122 : : },
12123 : : },
12124 : : ._data = "__origname__",
12125 : : };
12126 : : static
12127 : : struct {
12128 : : PyASCIIObject _ascii;
12129 : : uint8_t _data[40];
12130 : : }
12131 : : importlib__bootstrap_toplevel_consts_39_consts_4_consts_2 = {
12132 : : ._ascii = {
12133 : : .ob_base = {
12134 : : .ob_refcnt = 999999999,
12135 : : .ob_type = &PyUnicode_Type,
12136 : : },
12137 : : .length = 39,
12138 : : .hash = -1,
12139 : : .state = {
12140 : : .kind = 1,
12141 : : .compact = 1,
12142 : : .ascii = 1,
12143 : : },
12144 : : },
12145 : : ._data = "see PyImport_ImportFrozenModuleObject()",
12146 : : };
12147 : : static
12148 : : struct {
12149 : : PyASCIIObject _ascii;
12150 : : uint8_t _data[9];
12151 : : }
12152 : : const_str_origname = {
12153 : : ._ascii = {
12154 : : .ob_base = {
12155 : : .ob_refcnt = 999999999,
12156 : : .ob_type = &PyUnicode_Type,
12157 : : },
12158 : : .length = 8,
12159 : : .hash = -1,
12160 : : .state = {
12161 : : .kind = 1,
12162 : : .compact = 1,
12163 : : .ascii = 1,
12164 : : },
12165 : : },
12166 : : ._data = "origname",
12167 : : };
12168 : : static
12169 : : struct {
12170 : : PyGC_Head _gc_head;
12171 : : struct {
12172 : : PyObject_VAR_HEAD
12173 : : PyObject *ob_item[2];
12174 : : }_object;
12175 : : }
12176 : : importlib__bootstrap_toplevel_consts_39_consts_4_consts_4 = {
12177 : : ._object = {
12178 : : .ob_base = {
12179 : : .ob_base = {
12180 : : .ob_refcnt = 999999999,
12181 : : .ob_type = &PyTuple_Type,
12182 : : },
12183 : : .ob_size = 2,
12184 : : },
12185 : : .ob_item = {
12186 : : &_Py_ID(filename),
12187 : : & const_str_origname._ascii.ob_base,
12188 : : },
12189 : : },
12190 : : };
12191 : : static
12192 : : struct {
12193 : : PyGC_Head _gc_head;
12194 : : struct {
12195 : : PyObject_VAR_HEAD
12196 : : PyObject *ob_item[9];
12197 : : }_object;
12198 : : }
12199 : : importlib__bootstrap_toplevel_consts_39_consts_4_consts = {
12200 : : ._object = {
12201 : : .ob_base = {
12202 : : .ob_base = {
12203 : : .ob_refcnt = 999999999,
12204 : : .ob_type = &PyTuple_Type,
12205 : : },
12206 : : .ob_size = 9,
12207 : : },
12208 : : .ob_item = {
12209 : : Py_None,
12210 : : & const_str___origname__._ascii.ob_base,
12211 : : & importlib__bootstrap_toplevel_consts_39_consts_4_consts_2._ascii.ob_base,
12212 : : &_Py_ID(__path__),
12213 : : & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
12214 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
12215 : : &_Py_ID(__file__),
12216 : : &_Py_ID(filename),
12217 : : & const_str_origname._ascii.ob_base,
12218 : : },
12219 : : },
12220 : : };
12221 : : static
12222 : : struct {
12223 : : PyASCIIObject _ascii;
12224 : : uint8_t _data[5];
12225 : : }
12226 : : const_str_vars = {
12227 : : ._ascii = {
12228 : : .ob_base = {
12229 : : .ob_refcnt = 999999999,
12230 : : .ob_type = &PyUnicode_Type,
12231 : : },
12232 : : .length = 4,
12233 : : .hash = -1,
12234 : : .state = {
12235 : : .kind = 1,
12236 : : .compact = 1,
12237 : : .ascii = 1,
12238 : : },
12239 : : },
12240 : : ._data = "vars",
12241 : : };
12242 : : static
12243 : : struct {
12244 : : PyASCIIObject _ascii;
12245 : : uint8_t _data[18];
12246 : : }
12247 : : const_str_is_frozen_package = {
12248 : : ._ascii = {
12249 : : .ob_base = {
12250 : : .ob_refcnt = 999999999,
12251 : : .ob_type = &PyUnicode_Type,
12252 : : },
12253 : : .length = 17,
12254 : : .hash = -1,
12255 : : .state = {
12256 : : .kind = 1,
12257 : : .compact = 1,
12258 : : .ascii = 1,
12259 : : },
12260 : : },
12261 : : ._data = "is_frozen_package",
12262 : : };
12263 : : static
12264 : : struct {
12265 : : PyASCIIObject _ascii;
12266 : : uint8_t _data[18];
12267 : : }
12268 : : const_str__resolve_filename = {
12269 : : ._ascii = {
12270 : : .ob_base = {
12271 : : .ob_refcnt = 999999999,
12272 : : .ob_type = &PyUnicode_Type,
12273 : : },
12274 : : .length = 17,
12275 : : .hash = -1,
12276 : : .state = {
12277 : : .kind = 1,
12278 : : .compact = 1,
12279 : : .ascii = 1,
12280 : : },
12281 : : },
12282 : : ._data = "_resolve_filename",
12283 : : };
12284 : : static
12285 : : struct {
12286 : : PyASCIIObject _ascii;
12287 : : uint8_t _data[15];
12288 : : }
12289 : : const_str_implementation = {
12290 : : ._ascii = {
12291 : : .ob_base = {
12292 : : .ob_refcnt = 999999999,
12293 : : .ob_type = &PyUnicode_Type,
12294 : : },
12295 : : .length = 14,
12296 : : .hash = -1,
12297 : : .state = {
12298 : : .kind = 1,
12299 : : .compact = 1,
12300 : : .ascii = 1,
12301 : : },
12302 : : },
12303 : : ._data = "implementation",
12304 : : };
12305 : : static
12306 : : struct {
12307 : : PyASCIIObject _ascii;
12308 : : uint8_t _data[7];
12309 : : }
12310 : : const_str_insert = {
12311 : : ._ascii = {
12312 : : .ob_base = {
12313 : : .ob_refcnt = 999999999,
12314 : : .ob_type = &PyUnicode_Type,
12315 : : },
12316 : : .length = 6,
12317 : : .hash = -1,
12318 : : .state = {
12319 : : .kind = 1,
12320 : : .compact = 1,
12321 : : .ascii = 1,
12322 : : },
12323 : : },
12324 : : ._data = "insert",
12325 : : };
12326 : : static
12327 : : struct {
12328 : : PyASCIIObject _ascii;
12329 : : uint8_t _data[7];
12330 : : }
12331 : : const_str_sorted = {
12332 : : ._ascii = {
12333 : : .ob_base = {
12334 : : .ob_refcnt = 999999999,
12335 : : .ob_type = &PyUnicode_Type,
12336 : : },
12337 : : .length = 6,
12338 : : .hash = -1,
12339 : : .state = {
12340 : : .kind = 1,
12341 : : .compact = 1,
12342 : : .ascii = 1,
12343 : : },
12344 : : },
12345 : : ._data = "sorted",
12346 : : };
12347 : : static
12348 : : struct {
12349 : : PyGC_Head _gc_head;
12350 : : struct {
12351 : : PyObject_VAR_HEAD
12352 : : PyObject *ob_item[23];
12353 : : }_object;
12354 : : }
12355 : : importlib__bootstrap_toplevel_consts_39_consts_4_names = {
12356 : : ._object = {
12357 : : .ob_base = {
12358 : : .ob_base = {
12359 : : .ob_refcnt = 999999999,
12360 : : .ob_type = &PyTuple_Type,
12361 : : },
12362 : : .ob_size = 23,
12363 : : },
12364 : : .ob_item = {
12365 : : &_Py_ID(__spec__),
12366 : : & const_str_loader_state._ascii.ob_base,
12367 : : & const_str_vars._ascii.ob_base,
12368 : : & const_str_pop._ascii.ob_base,
12369 : : & const_str_hasattr._ascii.ob_base,
12370 : : & const_str__imp._ascii.ob_base,
12371 : : & const_str_is_frozen_package._ascii.ob_base,
12372 : : &_Py_ID(__name__),
12373 : : & const_str__resolve_filename._ascii.ob_base,
12374 : : &_Py_ID(name),
12375 : : & const_str_type._ascii.ob_base,
12376 : : & const_str_sys._ascii.ob_base,
12377 : : & const_str_implementation._ascii.ob_base,
12378 : : & const_str_submodule_search_locations._ascii.ob_base,
12379 : : & const_str_insert._ascii.ob_base,
12380 : : &_Py_ID(__file__),
12381 : : & const_str_AttributeError._ascii.ob_base,
12382 : : &_Py_ID(__path__),
12383 : : &_Py_ID(extend),
12384 : : & const_str_sorted._ascii.ob_base,
12385 : : & const_str_origname._ascii.ob_base,
12386 : : &_Py_ID(filename),
12387 : : & const_str_has_location._ascii.ob_base,
12388 : : },
12389 : : },
12390 : : };
12391 : : static
12392 : : struct {
12393 : : PyASCIIObject _ascii;
12394 : : uint8_t _data[30];
12395 : : }
12396 : : importlib__bootstrap_toplevel_consts_39_consts_4_qualname = {
12397 : : ._ascii = {
12398 : : .ob_base = {
12399 : : .ob_refcnt = 999999999,
12400 : : .ob_type = &PyUnicode_Type,
12401 : : },
12402 : : .length = 29,
12403 : : .hash = -1,
12404 : : .state = {
12405 : : .kind = 1,
12406 : : .compact = 1,
12407 : : .ascii = 1,
12408 : : },
12409 : : },
12410 : : ._data = "FrozenImporter._fix_up_module",
12411 : : };
12412 : : static
12413 : : struct {
12414 : : PyObject_VAR_HEAD
12415 : : Py_hash_t ob_shash;
12416 : : char ob_sval[931];
12417 : : }
12418 : : importlib__bootstrap_toplevel_consts_39_consts_4_linetable = {
12419 : : .ob_base = {
12420 : : .ob_base = {
12421 : : .ob_refcnt = 999999999,
12422 : : .ob_type = &PyBytes_Type,
12423 : : },
12424 : : .ob_size = 930,
12425 : : },
12426 : : .ob_shash = -1,
12427 : : .ob_sval = "\x80\x00\xe0\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xd8\x10\x14\xd7\x10\x21\xd1\x10\x21\x88\x05\xd8\x0b\x10\xf1\x00\x3e\x09\x48\x01\xf5\x08\x00\x18\x1c\x98\x46\x94\x7c\xd7\x17\x27\xd1\x17\x27\xa8\x0e\xb8\x04\xd4\x17\x3d\x88\x48\xd8\x13\x1b\xd0\x0c\x46\xd0\x0c\x46\xd0\x1d\x46\xd4\x0c\x46\xd0\x0c\x46\xdd\x14\x1b\x98\x46\xa0\x4a\xd4\x14\x2f\x88\x45\xdd\x13\x17\xd7\x13\x29\xd1\x13\x29\xa8\x26\xaf\x2f\xa9\x2f\xd4\x13\x3a\xb8\x65\xd2\x13\x43\xd0\x0c\x4a\xd0\x0c\x4a\xc0\x55\xd4\x0c\x4a\xd0\x0c\x4a\xd8\x1f\x22\xd7\x1f\x34\xd1\x1f\x34\xb0\x58\xb8\x74\xbf\x79\xb9\x79\xc8\x25\xd4\x1f\x50\xd1\x0c\x1c\x88\x48\x90\x66\xd8\x20\x38\xa5\x04\xa5\x53\xd7\x25\x37\xd1\x25\x37\xd4\x20\x38\xd8\x19\x21\xd8\x19\x21\xf0\x05\x03\x21\x0e\xf4\x00\x03\x21\x0e\x88\x44\xd4\x0c\x1d\xf0\x08\x00\x18\x1c\xd7\x17\x36\xd1\x17\x36\x88\x48\xd8\x0f\x14\xf0\x00\x05\x0d\x32\xd8\x17\x1f\xa0\x32\x92\x7e\xd0\x10\x2f\xd0\x10\x2f\xa0\x78\xd4\x10\x2f\xd0\x10\x2f\xd8\x13\x19\xf0\x00\x01\x11\x46\x01\xd8\x14\x18\xd7\x14\x33\xd1\x14\x33\xd7\x14\x3a\xd1\x14\x3a\xb8\x31\xb8\x66\xd4\x14\x45\xd0\x14\x45\xd0\x14\x45\xe0\x17\x1f\xd0\x10\x31\xd0\x10\x31\xa8\x18\xd4\x10\x31\xd0\x10\x31\xf5\x06\x00\x18\x1f\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x0c\x43\xd0\x0c\x43\xb0\x46\xb7\x4f\xb1\x4f\xd4\x0c\x43\xd0\x0c\x43\xd8\x0f\x17\xf0\x00\x04\x0d\x19\xf0\x02\x03\x11\x19\xd8\x26\x2e\x90\x46\x94\x4f\xf0\x06\x00\x10\x15\xf1\x00\x03\x0d\x35\xd8\x13\x19\x97\x3f\x91\x3f\xa0\x68\xd2\x13\x2e\xf1\x00\x02\x11\x35\xd8\x1b\x21\x9f\x3f\x99\x3f\xa8\x62\xd2\x1b\x30\xd0\x14\x41\xd0\x14\x41\xb0\x26\xb7\x2f\xb1\x2f\xd4\x14\x41\xd0\x14\x41\xd8\x14\x1a\x97\x4f\x91\x4f\xd7\x14\x2a\xd1\x14\x2a\xa8\x38\xd4\x14\x34\xd0\x14\x34\xd1\x14\x34\xf0\x08\x00\x18\x1c\xd7\x17\x36\xd1\x17\x36\x88\x48\xd8\x14\x1c\xa0\x44\xd0\x14\x28\x88\x45\xe5\x13\x19\x9d\x24\x98\x75\x9c\x2b\xd4\x13\x26\xa8\x3a\xb0\x7a\xd0\x2a\x42\xd2\x13\x42\xd0\x0c\x49\xd0\x0c\x49\xc0\x45\xd4\x0c\x49\xd0\x0c\x49\xd8\x0f\x14\x8f\x7e\x89\x7e\xf0\x00\x0c\x0d\x45\x01\xf0\x06\x00\x16\x19\xd7\x15\x2a\xd1\x15\x2a\xa8\x35\xaf\x3e\xa9\x3e\xb8\x34\xbf\x39\xb9\x39\xc0\x65\xd4\x15\x4c\xf1\x03\x01\x11\x13\x90\x18\x98\x36\xe0\x17\x1c\x97\x7e\x91\x7e\xa8\x18\xd2\x17\x31\xd0\x10\x4d\xd0\x10\x4d\xb0\x45\xb7\x4e\xb1\x4e\xc0\x48\xd0\x33\x4d\xd4\x10\x4d\xd0\x10\x4d\xd8\x13\x19\xf0\x00\x03\x11\x49\x01\xd8\x1b\x23\xa8\x06\xa0\x78\xd2\x1b\x2f\xd0\x14\x43\xd0\x14\x43\xb0\x28\xb8\x46\xd0\x31\x43\xd4\x14\x43\xd0\x14\x43\xe0\x1b\x23\xa8\x65\xd0\x28\x3d\xa8\x02\xa8\x02\xb8\x14\xd2\x1b\x3e\xd0\x14\x48\xd0\x14\x48\xc0\x08\xd4\x14\x48\xd0\x14\x48\xe0\x1b\x1f\x90\x08\xd8\x17\x1c\x97\x7e\x91\x7e\xd0\x10\x3d\xd0\x10\x3d\xa8\x75\xaf\x7e\xa9\x7e\xd4\x10\x3d\xd0\x10\x3d\xd8\x17\x1f\xa8\x25\xd0\x24\x39\xa0\x42\xa0\x42\xb0\x54\xd2\x17\x3a\xd0\x10\x44\xd0\x10\x44\xb8\x48\xd4\x10\x44\xd0\x10\x44\xe0\x0f\x17\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x97\x7f\x91\x7f\xa8\x28\xd2\x17\x32\xd0\x10\x4f\xd0\x10\x4f\xb0\x56\xb7\x5f\xb1\x5f\xc0\x68\xd0\x34\x4f\xd4\x10\x4f\xd0\x10\x4f\xe5\x1b\x22\xa0\x36\xa8\x3a\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbf\x0f\xb9\x0f\xd4\x10\x47\xd0\x10\x47\xd8\x0f\x14\xf0\x00\x04\x0d\x48\x01\xdd\x17\x1e\x98\x76\xa0\x7a\xd4\x17\x32\xd0\x10\x32\xd0\x10\x32\xd0\x10\x32\xd8\x17\x1d\x97\x7f\x91\x7f\xa8\x28\xd2\x17\x32\xd0\x10\x4f\xd0\x10\x4f\xb0\x56\xb7\x5f\xb1\x5f\xc0\x68\xd0\x34\x4f\xd4\x10\x4f\xd0\x10\x4f\xe5\x1b\x22\xa0\x36\xa8\x3a\xd4\x1b\x36\xd0\x10\x47\xd0\x10\x47\xb8\x06\xbf\x0f\xb9\x0f\xd4\x10\x47\xd0\x10\x47\xd8\x13\x17\xd7\x13\x24\xd1\x13\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xd0\x08\x24\xf8\xf5\x4b\x01\x00\x18\x26\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x91\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8",
12428 : : };
12429 : : static
12430 : : struct {
12431 : : PyObject_VAR_HEAD
12432 : : Py_hash_t ob_shash;
12433 : : char ob_sval[19];
12434 : : }
12435 : : importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable = {
12436 : : .ob_base = {
12437 : : .ob_base = {
12438 : : .ob_refcnt = 999999999,
12439 : : .ob_type = &PyBytes_Type,
12440 : : },
12441 : : .ob_size = 18,
12442 : : },
12443 : : .ob_shash = -1,
12444 : : .ob_sval = "\xc4\x33\x07\x4c\x32\x00\xcc\x32\x0a\x4d\x00\x03\xcc\x3f\x01\x4d\x00\x03",
12445 : : };
12446 : : static
12447 : : struct {
12448 : : PyASCIIObject _ascii;
12449 : : uint8_t _data[6];
12450 : : }
12451 : : const_str_state = {
12452 : : ._ascii = {
12453 : : .ob_base = {
12454 : : .ob_refcnt = 999999999,
12455 : : .ob_type = &PyUnicode_Type,
12456 : : },
12457 : : .length = 5,
12458 : : .hash = -1,
12459 : : .state = {
12460 : : .kind = 1,
12461 : : .compact = 1,
12462 : : .ascii = 1,
12463 : : },
12464 : : },
12465 : : ._data = "state",
12466 : : };
12467 : : static
12468 : : struct {
12469 : : PyASCIIObject _ascii;
12470 : : uint8_t _data[6];
12471 : : }
12472 : : const_str_ispkg = {
12473 : : ._ascii = {
12474 : : .ob_base = {
12475 : : .ob_refcnt = 999999999,
12476 : : .ob_type = &PyUnicode_Type,
12477 : : },
12478 : : .length = 5,
12479 : : .hash = -1,
12480 : : .state = {
12481 : : .kind = 1,
12482 : : .compact = 1,
12483 : : .ascii = 1,
12484 : : },
12485 : : },
12486 : : ._data = "ispkg",
12487 : : };
12488 : : static
12489 : : struct {
12490 : : PyASCIIObject _ascii;
12491 : : uint8_t _data[7];
12492 : : }
12493 : : const_str_pkgdir = {
12494 : : ._ascii = {
12495 : : .ob_base = {
12496 : : .ob_refcnt = 999999999,
12497 : : .ob_type = &PyUnicode_Type,
12498 : : },
12499 : : .length = 6,
12500 : : .hash = -1,
12501 : : .state = {
12502 : : .kind = 1,
12503 : : .compact = 1,
12504 : : .ascii = 1,
12505 : : },
12506 : : },
12507 : : ._data = "pkgdir",
12508 : : };
12509 : : static
12510 : : struct {
12511 : : PyGC_Head _gc_head;
12512 : : struct {
12513 : : PyObject_VAR_HEAD
12514 : : PyObject *ob_item[10];
12515 : : }_object;
12516 : : }
12517 : : importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames = {
12518 : : ._object = {
12519 : : .ob_base = {
12520 : : .ob_base = {
12521 : : .ob_refcnt = 999999999,
12522 : : .ob_type = &PyTuple_Type,
12523 : : },
12524 : : .ob_size = 10,
12525 : : },
12526 : : .ob_item = {
12527 : : & const_str_cls._ascii.ob_base,
12528 : : & const_str_module._ascii.ob_base,
12529 : : & const_str_spec._ascii.ob_base,
12530 : : & const_str_state._ascii.ob_base,
12531 : : & const_str_origname._ascii.ob_base,
12532 : : & const_str_ispkg._ascii.ob_base,
12533 : : &_Py_ID(filename),
12534 : : & const_str_pkgdir._ascii.ob_base,
12535 : : &_Py_ID(__path__),
12536 : : &_Py_ID(__file__),
12537 : : },
12538 : : },
12539 : : };
12540 : : static
12541 : : struct {
12542 : : PyObject_VAR_HEAD
12543 : : Py_hash_t ob_shash;
12544 : : char ob_sval[11];
12545 : : }
12546 : : importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds = {
12547 : : .ob_base = {
12548 : : .ob_base = {
12549 : : .ob_refcnt = 999999999,
12550 : : .ob_type = &PyBytes_Type,
12551 : : },
12552 : : .ob_size = 10,
12553 : : },
12554 : : .ob_shash = -1,
12555 : : .ob_sval = " ",
12556 : : };
12557 : : static
12558 : : struct _PyCode_DEF(1670)
12559 : : importlib__bootstrap_toplevel_consts_39_consts_4 = {
12560 : : .ob_base = {
12561 : : .ob_base = {
12562 : : .ob_refcnt = 999999999,
12563 : : .ob_type = &PyCode_Type,
12564 : : },
12565 : : .ob_size = 835,
12566 : : },
12567 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_4_consts._object.ob_base.ob_base,
12568 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_4_names._object.ob_base.ob_base,
12569 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_4_exceptiontable.ob_base.ob_base,
12570 : : .co_flags = 3,
12571 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
12572 : : ._co_linearray_entry_size = 0,
12573 : : .co_argcount = 2,
12574 : : .co_posonlyargcount = 0,
12575 : : .co_kwonlyargcount = 0,
12576 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
12577 : : .co_stacksize = 5,
12578 : : .co_firstlineno = 828,
12579 : : .co_nlocalsplus = 10,
12580 : : .co_nlocals = 10,
12581 : : .co_nplaincellvars = 0,
12582 : : .co_ncellvars = 0,
12583 : : .co_nfreevars = 0,
12584 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_4_localsplusnames._object.ob_base.ob_base,
12585 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
12586 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
12587 : : .co_name = &_Py_ID(_fix_up_module),
12588 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_4_qualname._ascii.ob_base,
12589 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_4_linetable.ob_base.ob_base,
12590 : : ._co_code = NULL,
12591 : : ._co_linearray = NULL,
12592 : : .co_code_adaptive = "\x97\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x3e\x01\x80\x72\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x73\x08\x4a\x00\x64\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x05\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x02\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x04\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x05\x72\x2e\x7c\x08\x67\x00\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x28\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0a\x7c\x08\x81\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x72\x08\x09\x00\x7c\x06\x7c\x01\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x3e\x01\x72\xe5\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x03\x00\x00\x00\x00\x3e\x01\x72\xd4\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x6b\x02\x00\x00\x00\x00\x73\x12\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x3e\x01\x6e\x94\x7c\x02\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x00\x75\x01\x7d\x05\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x64\x08\x67\x02\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x03\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x74\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x07\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x14\x4a\x00\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x72\x11\x7c\x08\x7c\x07\x67\x01\x6b\x02\x00\x00\x00\x00\x73\x4e\x4a\x00\x7c\x08\x7c\x07\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x6b\x02\x00\x00\x00\x00\x73\x3a\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x7d\x09\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x4a\x00\x7c\x03\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x7c\x05\x72\x02\x67\x00\x6e\x01\x64\x00\x6b\x02\x00\x00\x00\x00\x73\x08\x4a\x00\x7c\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x09\x72\x34\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6b\x02\x00\x00\x00\x00\x73\x34\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x05\x72\x34\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x6b\x02\x00\x00\x00\x00\x73\x34\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x66\x02\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x4a\x00\x7c\x01\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x4a\x00\x82\x01\x64\x00\x53\x00\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x02\x8c\x05\x77\x00\x78\x03\x59\x00\x77\x01",
12593 : : ._co_firsttraceable = 0,
12594 : : };
12595 : : static
12596 : : struct {
12597 : : PyASCIIObject _ascii;
12598 : : uint8_t _data[12];
12599 : : }
12600 : : const_str__stdlib_dir = {
12601 : : ._ascii = {
12602 : : .ob_base = {
12603 : : .ob_refcnt = 999999999,
12604 : : .ob_type = &PyUnicode_Type,
12605 : : },
12606 : : .length = 11,
12607 : : .hash = -1,
12608 : : .state = {
12609 : : .kind = 1,
12610 : : .compact = 1,
12611 : : .ascii = 1,
12612 : : },
12613 : : },
12614 : : ._data = "_stdlib_dir",
12615 : : };
12616 : : static
12617 : : struct {
12618 : : PyASCIIObject _ascii;
12619 : : uint8_t _data[6];
12620 : : }
12621 : : const_str_win32 = {
12622 : : ._ascii = {
12623 : : .ob_base = {
12624 : : .ob_refcnt = 999999999,
12625 : : .ob_type = &PyUnicode_Type,
12626 : : },
12627 : : .length = 5,
12628 : : .hash = -1,
12629 : : .state = {
12630 : : .kind = 1,
12631 : : .compact = 1,
12632 : : .ascii = 1,
12633 : : },
12634 : : },
12635 : : ._data = "win32",
12636 : : };
12637 : : static
12638 : : struct {
12639 : : PyASCIIObject _ascii;
12640 : : uint8_t _data[2];
12641 : : }
12642 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_4 = {
12643 : : ._ascii = {
12644 : : .ob_base = {
12645 : : .ob_refcnt = 999999999,
12646 : : .ob_type = &PyUnicode_Type,
12647 : : },
12648 : : .length = 1,
12649 : : .hash = -1,
12650 : : .state = {
12651 : : .kind = 1,
12652 : : .compact = 1,
12653 : : .ascii = 1,
12654 : : },
12655 : : },
12656 : : ._data = "\\",
12657 : : };
12658 : : static
12659 : : struct {
12660 : : PyASCIIObject _ascii;
12661 : : uint8_t _data[2];
12662 : : }
12663 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_5 = {
12664 : : ._ascii = {
12665 : : .ob_base = {
12666 : : .ob_refcnt = 999999999,
12667 : : .ob_type = &PyUnicode_Type,
12668 : : },
12669 : : .length = 1,
12670 : : .hash = -1,
12671 : : .state = {
12672 : : .kind = 1,
12673 : : .compact = 1,
12674 : : .ascii = 1,
12675 : : },
12676 : : },
12677 : : ._data = "/",
12678 : : };
12679 : : static
12680 : : struct {
12681 : : PyASCIIObject _ascii;
12682 : : uint8_t _data[2];
12683 : : }
12684 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_6 = {
12685 : : ._ascii = {
12686 : : .ob_base = {
12687 : : .ob_refcnt = 999999999,
12688 : : .ob_type = &PyUnicode_Type,
12689 : : },
12690 : : .length = 1,
12691 : : .hash = -1,
12692 : : .state = {
12693 : : .kind = 1,
12694 : : .compact = 1,
12695 : : .ascii = 1,
12696 : : },
12697 : : },
12698 : : ._data = "<",
12699 : : };
12700 : : static
12701 : : struct {
12702 : : PyASCIIObject _ascii;
12703 : : uint8_t _data[10];
12704 : : }
12705 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_8 = {
12706 : : ._ascii = {
12707 : : .ob_base = {
12708 : : .ob_refcnt = 999999999,
12709 : : .ob_type = &PyUnicode_Type,
12710 : : },
12711 : : .length = 9,
12712 : : .hash = -1,
12713 : : .state = {
12714 : : .kind = 1,
12715 : : .compact = 1,
12716 : : .ascii = 1,
12717 : : },
12718 : : },
12719 : : ._data = ".__init__",
12720 : : };
12721 : : static
12722 : : struct {
12723 : : PyASCIIObject _ascii;
12724 : : uint8_t _data[12];
12725 : : }
12726 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_11 = {
12727 : : ._ascii = {
12728 : : .ob_base = {
12729 : : .ob_refcnt = 999999999,
12730 : : .ob_type = &PyUnicode_Type,
12731 : : },
12732 : : .length = 11,
12733 : : .hash = -1,
12734 : : .state = {
12735 : : .kind = 1,
12736 : : .compact = 1,
12737 : : .ascii = 1,
12738 : : },
12739 : : },
12740 : : ._data = "__init__.py",
12741 : : };
12742 : : static
12743 : : struct {
12744 : : PyASCIIObject _ascii;
12745 : : uint8_t _data[4];
12746 : : }
12747 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts_12 = {
12748 : : ._ascii = {
12749 : : .ob_base = {
12750 : : .ob_refcnt = 999999999,
12751 : : .ob_type = &PyUnicode_Type,
12752 : : },
12753 : : .length = 3,
12754 : : .hash = -1,
12755 : : .state = {
12756 : : .kind = 1,
12757 : : .compact = 1,
12758 : : .ascii = 1,
12759 : : },
12760 : : },
12761 : : ._data = ".py",
12762 : : };
12763 : : static
12764 : : struct {
12765 : : PyGC_Head _gc_head;
12766 : : struct {
12767 : : PyObject_VAR_HEAD
12768 : : PyObject *ob_item[13];
12769 : : }_object;
12770 : : }
12771 : : importlib__bootstrap_toplevel_consts_39_consts_7_consts = {
12772 : : ._object = {
12773 : : .ob_base = {
12774 : : .ob_base = {
12775 : : .ob_refcnt = 999999999,
12776 : : .ob_type = &PyTuple_Type,
12777 : : },
12778 : : .ob_size = 13,
12779 : : },
12780 : : .ob_item = {
12781 : : Py_None,
12782 : : & const_str__stdlib_dir._ascii.ob_base,
12783 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
12784 : : & const_str_win32._ascii.ob_base,
12785 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
12786 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
12787 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_6._ascii.ob_base,
12788 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
12789 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_8._ascii.ob_base,
12790 : : Py_False,
12791 : : &_Py_STR(dot),
12792 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
12793 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
12794 : : },
12795 : : },
12796 : : };
12797 : : static
12798 : : struct {
12799 : : PyASCIIObject _ascii;
12800 : : uint8_t _data[5];
12801 : : }
12802 : : const_str__SEP = {
12803 : : ._ascii = {
12804 : : .ob_base = {
12805 : : .ob_refcnt = 999999999,
12806 : : .ob_type = &PyUnicode_Type,
12807 : : },
12808 : : .length = 4,
12809 : : .hash = -1,
12810 : : .state = {
12811 : : .kind = 1,
12812 : : .compact = 1,
12813 : : .ascii = 1,
12814 : : },
12815 : : },
12816 : : ._data = "_SEP",
12817 : : };
12818 : : static
12819 : : struct {
12820 : : PyASCIIObject _ascii;
12821 : : uint8_t _data[9];
12822 : : }
12823 : : const_str_platform = {
12824 : : ._ascii = {
12825 : : .ob_base = {
12826 : : .ob_refcnt = 999999999,
12827 : : .ob_type = &PyUnicode_Type,
12828 : : },
12829 : : .length = 8,
12830 : : .hash = -1,
12831 : : .state = {
12832 : : .kind = 1,
12833 : : .compact = 1,
12834 : : .ascii = 1,
12835 : : },
12836 : : },
12837 : : ._data = "platform",
12838 : : };
12839 : : static
12840 : : struct {
12841 : : PyGC_Head _gc_head;
12842 : : struct {
12843 : : PyObject_VAR_HEAD
12844 : : PyObject *ob_item[8];
12845 : : }_object;
12846 : : }
12847 : : importlib__bootstrap_toplevel_consts_39_consts_7_names = {
12848 : : ._object = {
12849 : : .ob_base = {
12850 : : .ob_base = {
12851 : : .ob_refcnt = 999999999,
12852 : : .ob_type = &PyTuple_Type,
12853 : : },
12854 : : .ob_size = 8,
12855 : : },
12856 : : .ob_item = {
12857 : : &_Py_ID(getattr),
12858 : : & const_str_sys._ascii.ob_base,
12859 : : & const_str__SEP._ascii.ob_base,
12860 : : & const_str_AttributeError._ascii.ob_base,
12861 : : & const_str_platform._ascii.ob_base,
12862 : : & const_str_startswith._ascii.ob_base,
12863 : : &_Py_ID(replace),
12864 : : & const_str__stdlib_dir._ascii.ob_base,
12865 : : },
12866 : : },
12867 : : };
12868 : : static
12869 : : struct {
12870 : : PyASCIIObject _ascii;
12871 : : uint8_t _data[33];
12872 : : }
12873 : : importlib__bootstrap_toplevel_consts_39_consts_7_qualname = {
12874 : : ._ascii = {
12875 : : .ob_base = {
12876 : : .ob_refcnt = 999999999,
12877 : : .ob_type = &PyUnicode_Type,
12878 : : },
12879 : : .length = 32,
12880 : : .hash = -1,
12881 : : .state = {
12882 : : .kind = 1,
12883 : : .compact = 1,
12884 : : .ascii = 1,
12885 : : },
12886 : : },
12887 : : ._data = "FrozenImporter._resolve_filename",
12888 : : };
12889 : : static
12890 : : struct {
12891 : : PyObject_VAR_HEAD
12892 : : Py_hash_t ob_shash;
12893 : : char ob_sval[304];
12894 : : }
12895 : : importlib__bootstrap_toplevel_consts_39_consts_7_linetable = {
12896 : : .ob_base = {
12897 : : .ob_base = {
12898 : : .ob_refcnt = 999999999,
12899 : : .ob_type = &PyBytes_Type,
12900 : : },
12901 : : .ob_size = 303,
12902 : : },
12903 : : .ob_shash = -1,
12904 : : .ob_sval = "\x80\x00\xe0\x0f\x17\xf0\x00\x01\x09\x1e\x9d\x77\xa5\x73\xa8\x4d\xb8\x34\xd4\x1f\x40\xf0\x00\x01\x09\x1e\xd8\x13\x1d\x90\x3a\xf0\x02\x03\x09\x46\x01\xd8\x12\x15\x97\x28\x91\x28\x88\x43\xf0\x08\x00\x0c\x14\x90\x75\xd2\x0b\x1c\xf0\x00\x06\x09\x1e\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa0\x33\xd4\x0f\x27\xf0\x00\x05\x0d\x1e\xd8\x1b\x23\xa0\x41\x98\x3c\x98\x3c\x90\x08\xd8\x17\x1c\xf0\x00\x01\x11\x36\xd8\x22\x2a\xd0\x1f\x35\xd0\x1f\x35\xd0\x1f\x35\x90\x48\x90\x48\xe0\x18\x1d\x90\x05\xd8\x12\x1a\xd7\x12\x22\xd1\x12\x22\xa0\x33\xa8\x03\xd4\x12\x2c\x88\x07\xd8\x0b\x10\xf0\x00\x05\x09\x3d\xdd\x18\x1b\x9f\x0f\x99\x0f\xd0\x15\x37\xa8\x13\xd0\x15\x37\xa8\x67\xd0\x15\x37\xd0\x15\x37\x88\x46\xd8\x1a\x20\xd0\x17\x32\xa0\x23\xd0\x17\x32\xd0\x17\x32\xd0\x17\x32\x88\x48\x88\x48\xe0\x15\x19\x88\x46\xdd\x1a\x1d\x9f\x2f\x99\x2f\xd0\x17\x3c\xa8\x33\xd0\x17\x3c\xb0\x07\xd0\x17\x3c\xd0\x17\x3c\xd0\x17\x3c\x88\x48\xd8\x0f\x17\x98\x16\xd0\x0f\x1f\xd0\x08\x1f\xf8\xf5\x23\x00\x10\x1e\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xf0\x00\x01\x09\x46\x01\xdd\x25\x28\xa7\x5c\xa1\x5c\xb0\x57\xd2\x25\x3c\xd0\x1d\x45\x98\x54\x98\x54\xc0\x23\xd0\x0c\x45\x88\x43\x90\x23\x94\x28\x90\x28\x90\x28\xf0\x03\x01\x09\x46\x01\xf8\xf8\xf8",
12905 : : };
12906 : : static
12907 : : struct {
12908 : : PyObject_VAR_HEAD
12909 : : Py_hash_t ob_shash;
12910 : : char ob_sval[18];
12911 : : }
12912 : : importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable = {
12913 : : .ob_base = {
12914 : : .ob_base = {
12915 : : .ob_refcnt = 999999999,
12916 : : .ob_type = &PyBytes_Type,
12917 : : },
12918 : : .ob_size = 17,
12919 : : },
12920 : : .ob_shash = -1,
12921 : : .ob_sval = "\x9a\x0c\x42\x1f\x00\xc2\x1f\x2a\x43\x0c\x03\xc3\x0b\x01\x43\x0c\x03",
12922 : : };
12923 : : static
12924 : : struct {
12925 : : PyASCIIObject _ascii;
12926 : : uint8_t _data[6];
12927 : : }
12928 : : const_str_alias = {
12929 : : ._ascii = {
12930 : : .ob_base = {
12931 : : .ob_refcnt = 999999999,
12932 : : .ob_type = &PyUnicode_Type,
12933 : : },
12934 : : .length = 5,
12935 : : .hash = -1,
12936 : : .state = {
12937 : : .kind = 1,
12938 : : .compact = 1,
12939 : : .ascii = 1,
12940 : : },
12941 : : },
12942 : : ._data = "alias",
12943 : : };
12944 : : static
12945 : : struct {
12946 : : PyASCIIObject _ascii;
12947 : : uint8_t _data[4];
12948 : : }
12949 : : const_str_sep = {
12950 : : ._ascii = {
12951 : : .ob_base = {
12952 : : .ob_refcnt = 999999999,
12953 : : .ob_type = &PyUnicode_Type,
12954 : : },
12955 : : .length = 3,
12956 : : .hash = -1,
12957 : : .state = {
12958 : : .kind = 1,
12959 : : .compact = 1,
12960 : : .ascii = 1,
12961 : : },
12962 : : },
12963 : : ._data = "sep",
12964 : : };
12965 : : static
12966 : : struct {
12967 : : PyASCIIObject _ascii;
12968 : : uint8_t _data[8];
12969 : : }
12970 : : const_str_relfile = {
12971 : : ._ascii = {
12972 : : .ob_base = {
12973 : : .ob_refcnt = 999999999,
12974 : : .ob_type = &PyUnicode_Type,
12975 : : },
12976 : : .length = 7,
12977 : : .hash = -1,
12978 : : .state = {
12979 : : .kind = 1,
12980 : : .compact = 1,
12981 : : .ascii = 1,
12982 : : },
12983 : : },
12984 : : ._data = "relfile",
12985 : : };
12986 : : static
12987 : : struct {
12988 : : PyGC_Head _gc_head;
12989 : : struct {
12990 : : PyObject_VAR_HEAD
12991 : : PyObject *ob_item[8];
12992 : : }_object;
12993 : : }
12994 : : importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames = {
12995 : : ._object = {
12996 : : .ob_base = {
12997 : : .ob_base = {
12998 : : .ob_refcnt = 999999999,
12999 : : .ob_type = &PyTuple_Type,
13000 : : },
13001 : : .ob_size = 8,
13002 : : },
13003 : : .ob_item = {
13004 : : & const_str_cls._ascii.ob_base,
13005 : : & const_str_fullname._ascii.ob_base,
13006 : : & const_str_alias._ascii.ob_base,
13007 : : & const_str_ispkg._ascii.ob_base,
13008 : : & const_str_sep._ascii.ob_base,
13009 : : & const_str_relfile._ascii.ob_base,
13010 : : & const_str_pkgdir._ascii.ob_base,
13011 : : &_Py_ID(filename),
13012 : : },
13013 : : },
13014 : : };
13015 : : static
13016 : : struct _PyCode_DEF(414)
13017 : : importlib__bootstrap_toplevel_consts_39_consts_7 = {
13018 : : .ob_base = {
13019 : : .ob_base = {
13020 : : .ob_refcnt = 999999999,
13021 : : .ob_type = &PyCode_Type,
13022 : : },
13023 : : .ob_size = 207,
13024 : : },
13025 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_7_consts._object.ob_base.ob_base,
13026 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_7_names._object.ob_base.ob_base,
13027 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_7_exceptiontable.ob_base.ob_base,
13028 : : .co_flags = 3,
13029 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13030 : : ._co_linearray_entry_size = 0,
13031 : : .co_argcount = 4,
13032 : : .co_posonlyargcount = 0,
13033 : : .co_kwonlyargcount = 0,
13034 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
13035 : : .co_stacksize = 5,
13036 : : .co_firstlineno = 897,
13037 : : .co_nlocalsplus = 8,
13038 : : .co_nlocals = 8,
13039 : : .co_nplaincellvars = 0,
13040 : : .co_ncellvars = 0,
13041 : : .co_nfreevars = 0,
13042 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_7_localsplusnames._object.ob_base.ob_base,
13043 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
13044 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13045 : : .co_name = & const_str__resolve_filename._ascii.ob_base,
13046 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_7_qualname._ascii.ob_base,
13047 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_7_linetable.ob_base.ob_base,
13048 : : ._co_code = NULL,
13049 : : ._co_linearray = NULL,
13050 : : .co_code_adaptive = "\x97\x00\x7c\x01\x72\x14\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x02\x53\x00\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x21\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x7c\x01\x64\x07\x64\x00\x1a\x00\x7d\x01\x7c\x03\x73\x08\x7c\x01\x9b\x00\x64\x08\x9d\x02\x7d\x01\x6e\x02\x64\x09\x7d\x03\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x72\x1f\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x7c\x05\x9b\x00\x9d\x03\x7d\x06\x7c\x06\x9b\x00\x7c\x04\x9b\x00\x64\x0b\x9d\x03\x7d\x07\x6e\x1a\x64\x00\x7d\x06\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x7c\x05\x9b\x00\x64\x0c\x9d\x04\x7d\x07\x7c\x07\x7c\x06\x66\x02\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x23\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x04\x6e\x01\x64\x05\x78\x01\x7d\x04\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x8c\xa5\x77\x00\x78\x03\x59\x00\x77\x01",
13051 : : ._co_firsttraceable = 0,
13052 : : };
13053 : : static
13054 : : struct {
13055 : : PyGC_Head _gc_head;
13056 : : struct {
13057 : : PyObject_VAR_HEAD
13058 : : PyObject *ob_item[4];
13059 : : }_object;
13060 : : }
13061 : : importlib__bootstrap_toplevel_consts_39_consts_8_consts = {
13062 : : ._object = {
13063 : : .ob_base = {
13064 : : .ob_base = {
13065 : : .ob_refcnt = 999999999,
13066 : : .ob_type = &PyTuple_Type,
13067 : : },
13068 : : .ob_size = 4,
13069 : : },
13070 : : .ob_item = {
13071 : : Py_None,
13072 : : & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
13073 : : & importlib__bootstrap_toplevel_consts_39_consts_4_consts_4._object.ob_base.ob_base,
13074 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
13075 : : },
13076 : : },
13077 : : };
13078 : : static
13079 : : struct {
13080 : : PyASCIIObject _ascii;
13081 : : uint8_t _data[12];
13082 : : }
13083 : : const_str_find_frozen = {
13084 : : ._ascii = {
13085 : : .ob_base = {
13086 : : .ob_refcnt = 999999999,
13087 : : .ob_type = &PyUnicode_Type,
13088 : : },
13089 : : .length = 11,
13090 : : .hash = -1,
13091 : : .state = {
13092 : : .kind = 1,
13093 : : .compact = 1,
13094 : : .ascii = 1,
13095 : : },
13096 : : },
13097 : : ._data = "find_frozen",
13098 : : };
13099 : : static
13100 : : struct {
13101 : : PyGC_Head _gc_head;
13102 : : struct {
13103 : : PyObject_VAR_HEAD
13104 : : PyObject *ob_item[12];
13105 : : }_object;
13106 : : }
13107 : : importlib__bootstrap_toplevel_consts_39_consts_8_names = {
13108 : : ._object = {
13109 : : .ob_base = {
13110 : : .ob_base = {
13111 : : .ob_refcnt = 999999999,
13112 : : .ob_type = &PyTuple_Type,
13113 : : },
13114 : : .ob_size = 12,
13115 : : },
13116 : : .ob_item = {
13117 : : & const_str__call_with_frames_removed._ascii.ob_base,
13118 : : & const_str__imp._ascii.ob_base,
13119 : : & const_str_find_frozen._ascii.ob_base,
13120 : : & const_str_spec_from_loader._ascii.ob_base,
13121 : : & const_str__ORIGIN._ascii.ob_base,
13122 : : & const_str__resolve_filename._ascii.ob_base,
13123 : : & const_str_type._ascii.ob_base,
13124 : : & const_str_sys._ascii.ob_base,
13125 : : & const_str_implementation._ascii.ob_base,
13126 : : & const_str_loader_state._ascii.ob_base,
13127 : : & const_str_submodule_search_locations._ascii.ob_base,
13128 : : & const_str_insert._ascii.ob_base,
13129 : : },
13130 : : },
13131 : : };
13132 : : static
13133 : : struct {
13134 : : PyASCIIObject _ascii;
13135 : : uint8_t _data[25];
13136 : : }
13137 : : importlib__bootstrap_toplevel_consts_39_consts_8_qualname = {
13138 : : ._ascii = {
13139 : : .ob_base = {
13140 : : .ob_refcnt = 999999999,
13141 : : .ob_type = &PyUnicode_Type,
13142 : : },
13143 : : .length = 24,
13144 : : .hash = -1,
13145 : : .state = {
13146 : : .kind = 1,
13147 : : .compact = 1,
13148 : : .ascii = 1,
13149 : : },
13150 : : },
13151 : : ._data = "FrozenImporter.find_spec",
13152 : : };
13153 : : static
13154 : : struct {
13155 : : PyObject_VAR_HEAD
13156 : : Py_hash_t ob_shash;
13157 : : char ob_sval[181];
13158 : : }
13159 : : importlib__bootstrap_toplevel_consts_39_consts_8_linetable = {
13160 : : .ob_base = {
13161 : : .ob_base = {
13162 : : .ob_refcnt = 999999999,
13163 : : .ob_type = &PyBytes_Type,
13164 : : },
13165 : : .ob_size = 180,
13166 : : },
13167 : : .ob_shash = -1,
13168 : : .ob_sval = "\x80\x00\xe5\x0f\x28\xad\x14\xd7\x29\x39\xd1\x29\x39\xb8\x38\xd4\x0f\x44\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x1a\x00\x1e\x22\xd1\x08\x1a\x88\x01\x88\x35\x90\x28\xdd\x0f\x1f\xa0\x08\xa8\x23\xd8\x27\x2a\xa7\x7b\xa1\x7b\xd8\x2b\x30\xf0\x05\x02\x10\x32\xf4\x00\x02\x10\x32\x88\x04\xf0\x06\x00\x1c\x1f\xd7\x1b\x30\xd1\x1b\x30\xb0\x18\xb8\x38\xc0\x55\xd4\x1b\x4b\xd1\x08\x18\x88\x08\x90\x26\xd8\x1c\x34\x9d\x44\xa5\x13\xd7\x21\x33\xd1\x21\x33\xd4\x1c\x34\xd8\x15\x1d\xd8\x15\x1d\xf0\x05\x03\x1d\x0a\xf4\x00\x03\x1d\x0a\x88\x04\xd4\x08\x19\xf0\x08\x00\x0c\x12\xf0\x00\x01\x09\x3e\xd8\x0c\x10\xd7\x0c\x2b\xd1\x0c\x2b\xd7\x0c\x32\xd1\x0c\x32\xb0\x31\xb0\x66\xd4\x0c\x3d\xd0\x0c\x3d\xd8\x0f\x13\x88\x0b",
13169 : : };
13170 : : static
13171 : : struct {
13172 : : PyASCIIObject _ascii;
13173 : : uint8_t _data[5];
13174 : : }
13175 : : const_str_info = {
13176 : : ._ascii = {
13177 : : .ob_base = {
13178 : : .ob_refcnt = 999999999,
13179 : : .ob_type = &PyUnicode_Type,
13180 : : },
13181 : : .length = 4,
13182 : : .hash = -1,
13183 : : .state = {
13184 : : .kind = 1,
13185 : : .compact = 1,
13186 : : .ascii = 1,
13187 : : },
13188 : : },
13189 : : ._data = "info",
13190 : : };
13191 : : static
13192 : : struct {
13193 : : PyGC_Head _gc_head;
13194 : : struct {
13195 : : PyObject_VAR_HEAD
13196 : : PyObject *ob_item[11];
13197 : : }_object;
13198 : : }
13199 : : importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames = {
13200 : : ._object = {
13201 : : .ob_base = {
13202 : : .ob_base = {
13203 : : .ob_refcnt = 999999999,
13204 : : .ob_type = &PyTuple_Type,
13205 : : },
13206 : : .ob_size = 11,
13207 : : },
13208 : : .ob_item = {
13209 : : & const_str_cls._ascii.ob_base,
13210 : : & const_str_fullname._ascii.ob_base,
13211 : : &_Py_ID(path),
13212 : : & const_str_target._ascii.ob_base,
13213 : : & const_str_info._ascii.ob_base,
13214 : : &_Py_ID(_),
13215 : : & const_str_ispkg._ascii.ob_base,
13216 : : & const_str_origname._ascii.ob_base,
13217 : : & const_str_spec._ascii.ob_base,
13218 : : &_Py_ID(filename),
13219 : : & const_str_pkgdir._ascii.ob_base,
13220 : : },
13221 : : },
13222 : : };
13223 : : static
13224 : : struct {
13225 : : PyObject_VAR_HEAD
13226 : : Py_hash_t ob_shash;
13227 : : char ob_sval[12];
13228 : : }
13229 : : importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds = {
13230 : : .ob_base = {
13231 : : .ob_base = {
13232 : : .ob_refcnt = 999999999,
13233 : : .ob_type = &PyBytes_Type,
13234 : : },
13235 : : .ob_size = 11,
13236 : : },
13237 : : .ob_shash = -1,
13238 : : .ob_sval = " ",
13239 : : };
13240 : : static
13241 : : struct _PyCode_DEF(330)
13242 : : importlib__bootstrap_toplevel_consts_39_consts_8 = {
13243 : : .ob_base = {
13244 : : .ob_base = {
13245 : : .ob_refcnt = 999999999,
13246 : : .ob_type = &PyCode_Type,
13247 : : },
13248 : : .ob_size = 165,
13249 : : },
13250 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_8_consts._object.ob_base.ob_base,
13251 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_8_names._object.ob_base.ob_base,
13252 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13253 : : .co_flags = 3,
13254 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13255 : : ._co_linearray_entry_size = 0,
13256 : : .co_argcount = 4,
13257 : : .co_posonlyargcount = 0,
13258 : : .co_kwonlyargcount = 0,
13259 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
13260 : : .co_stacksize = 6,
13261 : : .co_firstlineno = 922,
13262 : : .co_nlocalsplus = 11,
13263 : : .co_nlocals = 11,
13264 : : .co_nplaincellvars = 0,
13265 : : .co_ncellvars = 0,
13266 : : .co_nfreevars = 0,
13267 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_8_localsplusnames._object.ob_base.ob_base,
13268 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
13269 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13270 : : .co_name = & const_str_find_spec._ascii.ob_base,
13271 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_8_qualname._ascii.ob_base,
13272 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_8_linetable.ob_base.ob_base,
13273 : : ._co_code = NULL,
13274 : : ._co_linearray = NULL,
13275 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x7c\x04\x5c\x03\x00\x00\x7d\x05\x7d\x06\x7d\x07\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xac\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x01\x7c\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x02\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x07\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x72\x1d\x7c\x08\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x08\x53\x00",
13276 : : ._co_firsttraceable = 0,
13277 : : };
13278 : : static
13279 : : struct {
13280 : : PyASCIIObject _ascii;
13281 : : uint8_t _data[94];
13282 : : }
13283 : : importlib__bootstrap_toplevel_consts_39_consts_9_consts_0 = {
13284 : : ._ascii = {
13285 : : .ob_base = {
13286 : : .ob_refcnt = 999999999,
13287 : : .ob_type = &PyUnicode_Type,
13288 : : },
13289 : : .length = 93,
13290 : : .hash = -1,
13291 : : .state = {
13292 : : .kind = 1,
13293 : : .compact = 1,
13294 : : .ascii = 1,
13295 : : },
13296 : : },
13297 : : ._data = "\x46\x69\x6e\x64\x20\x61\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
13298 : : };
13299 : : static
13300 : : struct {
13301 : : PyASCIIObject _ascii;
13302 : : uint8_t _data[106];
13303 : : }
13304 : : importlib__bootstrap_toplevel_consts_39_consts_9_consts_1 = {
13305 : : ._ascii = {
13306 : : .ob_base = {
13307 : : .ob_refcnt = 999999999,
13308 : : .ob_type = &PyUnicode_Type,
13309 : : },
13310 : : .length = 105,
13311 : : .hash = -1,
13312 : : .state = {
13313 : : .kind = 1,
13314 : : .compact = 1,
13315 : : .ascii = 1,
13316 : : },
13317 : : },
13318 : : ._data = "FrozenImporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
13319 : : };
13320 : : static
13321 : : struct {
13322 : : PyGC_Head _gc_head;
13323 : : struct {
13324 : : PyObject_VAR_HEAD
13325 : : PyObject *ob_item[3];
13326 : : }_object;
13327 : : }
13328 : : importlib__bootstrap_toplevel_consts_39_consts_9_consts = {
13329 : : ._object = {
13330 : : .ob_base = {
13331 : : .ob_base = {
13332 : : .ob_refcnt = 999999999,
13333 : : .ob_type = &PyTuple_Type,
13334 : : },
13335 : : .ob_size = 3,
13336 : : },
13337 : : .ob_item = {
13338 : : & importlib__bootstrap_toplevel_consts_39_consts_9_consts_0._ascii.ob_base,
13339 : : & importlib__bootstrap_toplevel_consts_39_consts_9_consts_1._ascii.ob_base,
13340 : : Py_None,
13341 : : },
13342 : : },
13343 : : };
13344 : : static
13345 : : struct {
13346 : : PyGC_Head _gc_head;
13347 : : struct {
13348 : : PyObject_VAR_HEAD
13349 : : PyObject *ob_item[5];
13350 : : }_object;
13351 : : }
13352 : : importlib__bootstrap_toplevel_consts_39_consts_9_names = {
13353 : : ._object = {
13354 : : .ob_base = {
13355 : : .ob_base = {
13356 : : .ob_refcnt = 999999999,
13357 : : .ob_type = &PyTuple_Type,
13358 : : },
13359 : : .ob_size = 5,
13360 : : },
13361 : : .ob_item = {
13362 : : & const_str__warnings._ascii.ob_base,
13363 : : & const_str_warn._ascii.ob_base,
13364 : : & const_str_DeprecationWarning._ascii.ob_base,
13365 : : & const_str__imp._ascii.ob_base,
13366 : : & const_str_is_frozen._ascii.ob_base,
13367 : : },
13368 : : },
13369 : : };
13370 : : static
13371 : : struct {
13372 : : PyASCIIObject _ascii;
13373 : : uint8_t _data[27];
13374 : : }
13375 : : importlib__bootstrap_toplevel_consts_39_consts_9_qualname = {
13376 : : ._ascii = {
13377 : : .ob_base = {
13378 : : .ob_refcnt = 999999999,
13379 : : .ob_type = &PyUnicode_Type,
13380 : : },
13381 : : .length = 26,
13382 : : .hash = -1,
13383 : : .state = {
13384 : : .kind = 1,
13385 : : .compact = 1,
13386 : : .ascii = 1,
13387 : : },
13388 : : },
13389 : : ._data = "FrozenImporter.find_module",
13390 : : };
13391 : : static
13392 : : struct {
13393 : : PyObject_VAR_HEAD
13394 : : Py_hash_t ob_shash;
13395 : : char ob_sval[57];
13396 : : }
13397 : : importlib__bootstrap_toplevel_consts_39_consts_9_linetable = {
13398 : : .ob_base = {
13399 : : .ob_base = {
13400 : : .ob_refcnt = 999999999,
13401 : : .ob_type = &PyBytes_Type,
13402 : : },
13403 : : .ob_size = 56,
13404 : : },
13405 : : .ob_shash = -1,
13406 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x12\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf5\x06\x00\x17\x1b\x97\x6e\x91\x6e\xa0\x58\xd4\x16\x2e\xd0\x0f\x38\x88\x73\x88\x73\xb0\x44\xd0\x08\x38",
13407 : : };
13408 : : static
13409 : : struct {
13410 : : PyGC_Head _gc_head;
13411 : : struct {
13412 : : PyObject_VAR_HEAD
13413 : : PyObject *ob_item[3];
13414 : : }_object;
13415 : : }
13416 : : importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames = {
13417 : : ._object = {
13418 : : .ob_base = {
13419 : : .ob_base = {
13420 : : .ob_refcnt = 999999999,
13421 : : .ob_type = &PyTuple_Type,
13422 : : },
13423 : : .ob_size = 3,
13424 : : },
13425 : : .ob_item = {
13426 : : & const_str_cls._ascii.ob_base,
13427 : : & const_str_fullname._ascii.ob_base,
13428 : : &_Py_ID(path),
13429 : : },
13430 : : },
13431 : : };
13432 : : static
13433 : : struct _PyCode_DEF(114)
13434 : : importlib__bootstrap_toplevel_consts_39_consts_9 = {
13435 : : .ob_base = {
13436 : : .ob_base = {
13437 : : .ob_refcnt = 999999999,
13438 : : .ob_type = &PyCode_Type,
13439 : : },
13440 : : .ob_size = 57,
13441 : : },
13442 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_9_consts._object.ob_base.ob_base,
13443 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_9_names._object.ob_base.ob_base,
13444 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13445 : : .co_flags = 3,
13446 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13447 : : ._co_linearray_entry_size = 0,
13448 : : .co_argcount = 3,
13449 : : .co_posonlyargcount = 0,
13450 : : .co_kwonlyargcount = 0,
13451 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
13452 : : .co_stacksize = 4,
13453 : : .co_firstlineno = 952,
13454 : : .co_nlocalsplus = 3,
13455 : : .co_nlocals = 3,
13456 : : .co_nplaincellvars = 0,
13457 : : .co_ncellvars = 0,
13458 : : .co_nfreevars = 0,
13459 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_9_localsplusnames._object.ob_base.ob_base,
13460 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
13461 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13462 : : .co_name = & const_str_find_module._ascii.ob_base,
13463 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_9_qualname._ascii.ob_base,
13464 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_9_linetable.ob_base.ob_base,
13465 : : ._co_code = NULL,
13466 : : ._co_linearray = NULL,
13467 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x6e\x01\x64\x02\x53\x00",
13468 : : ._co_firsttraceable = 0,
13469 : : };
13470 : : static
13471 : : struct {
13472 : : PyASCIIObject _ascii;
13473 : : uint8_t _data[23];
13474 : : }
13475 : : importlib__bootstrap_toplevel_consts_39_consts_10_consts_0 = {
13476 : : ._ascii = {
13477 : : .ob_base = {
13478 : : .ob_refcnt = 999999999,
13479 : : .ob_type = &PyUnicode_Type,
13480 : : },
13481 : : .length = 22,
13482 : : .hash = -1,
13483 : : .state = {
13484 : : .kind = 1,
13485 : : .compact = 1,
13486 : : .ascii = 1,
13487 : : },
13488 : : },
13489 : : ._data = "Set __file__, if able.",
13490 : : };
13491 : : static
13492 : : struct {
13493 : : PyGC_Head _gc_head;
13494 : : struct {
13495 : : PyObject_VAR_HEAD
13496 : : PyObject *ob_item[1];
13497 : : }_object;
13498 : : }
13499 : : importlib__bootstrap_toplevel_consts_39_consts_10_consts = {
13500 : : ._object = {
13501 : : .ob_base = {
13502 : : .ob_base = {
13503 : : .ob_refcnt = 999999999,
13504 : : .ob_type = &PyTuple_Type,
13505 : : },
13506 : : .ob_size = 1,
13507 : : },
13508 : : .ob_item = {
13509 : : & importlib__bootstrap_toplevel_consts_39_consts_10_consts_0._ascii.ob_base,
13510 : : },
13511 : : },
13512 : : };
13513 : : static
13514 : : struct {
13515 : : PyGC_Head _gc_head;
13516 : : struct {
13517 : : PyObject_VAR_HEAD
13518 : : PyObject *ob_item[6];
13519 : : }_object;
13520 : : }
13521 : : importlib__bootstrap_toplevel_consts_39_consts_10_names = {
13522 : : ._object = {
13523 : : .ob_base = {
13524 : : .ob_base = {
13525 : : .ob_refcnt = 999999999,
13526 : : .ob_type = &PyTuple_Type,
13527 : : },
13528 : : .ob_size = 6,
13529 : : },
13530 : : .ob_item = {
13531 : : & const_str__new_module._ascii.ob_base,
13532 : : &_Py_ID(name),
13533 : : & const_str_loader_state._ascii.ob_base,
13534 : : &_Py_ID(filename),
13535 : : &_Py_ID(__file__),
13536 : : & const_str_AttributeError._ascii.ob_base,
13537 : : },
13538 : : },
13539 : : };
13540 : : static
13541 : : struct {
13542 : : PyASCIIObject _ascii;
13543 : : uint8_t _data[29];
13544 : : }
13545 : : importlib__bootstrap_toplevel_consts_39_consts_10_qualname = {
13546 : : ._ascii = {
13547 : : .ob_base = {
13548 : : .ob_refcnt = 999999999,
13549 : : .ob_type = &PyUnicode_Type,
13550 : : },
13551 : : .length = 28,
13552 : : .hash = -1,
13553 : : .state = {
13554 : : .kind = 1,
13555 : : .compact = 1,
13556 : : .ascii = 1,
13557 : : },
13558 : : },
13559 : : ._data = "FrozenImporter.create_module",
13560 : : };
13561 : : static
13562 : : struct {
13563 : : PyObject_VAR_HEAD
13564 : : Py_hash_t ob_shash;
13565 : : char ob_sval[99];
13566 : : }
13567 : : importlib__bootstrap_toplevel_consts_39_consts_10_linetable = {
13568 : : .ob_base = {
13569 : : .ob_base = {
13570 : : .ob_refcnt = 999999999,
13571 : : .ob_type = &PyBytes_Type,
13572 : : },
13573 : : .ob_size = 98,
13574 : : },
13575 : : .ob_shash = -1,
13576 : : .ob_sval = "\x80\x00\xf5\x06\x00\x12\x1d\x98\x54\x9f\x59\x99\x59\xd4\x11\x27\x88\x06\xf0\x02\x06\x09\x2b\xd8\x17\x1b\xd7\x17\x28\xd1\x17\x28\xd7\x17\x31\xd1\x17\x31\x88\x48\xf0\x08\x00\x10\x18\xf0\x00\x01\x0d\x2b\xd8\x22\x2a\x90\x06\x94\x0f\x90\x0f\xd8\x0f\x15\x88\x0d\xf8\xf5\x0b\x00\x10\x1e\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
13577 : : };
13578 : : static
13579 : : struct {
13580 : : PyObject_VAR_HEAD
13581 : : Py_hash_t ob_shash;
13582 : : char ob_sval[16];
13583 : : }
13584 : : importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable = {
13585 : : .ob_base = {
13586 : : .ob_base = {
13587 : : .ob_refcnt = 999999999,
13588 : : .ob_type = &PyBytes_Type,
13589 : : },
13590 : : .ob_size = 15,
13591 : : },
13592 : : .ob_shash = -1,
13593 : : .ob_sval = "\x99\x16\x3b\x00\xbb\x0a\x41\x08\x03\xc1\x07\x01\x41\x08\x03",
13594 : : };
13595 : : static
13596 : : struct {
13597 : : PyGC_Head _gc_head;
13598 : : struct {
13599 : : PyObject_VAR_HEAD
13600 : : PyObject *ob_item[3];
13601 : : }_object;
13602 : : }
13603 : : importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames = {
13604 : : ._object = {
13605 : : .ob_base = {
13606 : : .ob_base = {
13607 : : .ob_refcnt = 999999999,
13608 : : .ob_type = &PyTuple_Type,
13609 : : },
13610 : : .ob_size = 3,
13611 : : },
13612 : : .ob_item = {
13613 : : & const_str_spec._ascii.ob_base,
13614 : : & const_str_module._ascii.ob_base,
13615 : : &_Py_ID(filename),
13616 : : },
13617 : : },
13618 : : };
13619 : : static
13620 : : struct _PyCode_DEF(150)
13621 : : importlib__bootstrap_toplevel_consts_39_consts_10 = {
13622 : : .ob_base = {
13623 : : .ob_base = {
13624 : : .ob_refcnt = 999999999,
13625 : : .ob_type = &PyCode_Type,
13626 : : },
13627 : : .ob_size = 75,
13628 : : },
13629 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_10_consts._object.ob_base.ob_base,
13630 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_10_names._object.ob_base.ob_base,
13631 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_39_consts_10_exceptiontable.ob_base.ob_base,
13632 : : .co_flags = 3,
13633 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13634 : : ._co_linearray_entry_size = 0,
13635 : : .co_argcount = 1,
13636 : : .co_posonlyargcount = 0,
13637 : : .co_kwonlyargcount = 0,
13638 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
13639 : : .co_stacksize = 4,
13640 : : .co_firstlineno = 964,
13641 : : .co_nlocalsplus = 3,
13642 : : .co_nlocals = 3,
13643 : : .co_nplaincellvars = 0,
13644 : : .co_ncellvars = 0,
13645 : : .co_nfreevars = 0,
13646 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_10_localsplusnames._object.ob_base.ob_base,
13647 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
13648 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13649 : : .co_name = & const_str_create_module._ascii.ob_base,
13650 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_10_qualname._ascii.ob_base,
13651 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_10_linetable.ob_base.ob_base,
13652 : : ._co_code = NULL,
13653 : : ._co_linearray = NULL,
13654 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x08\x7c\x02\x7c\x01\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x0e\x77\x00\x78\x03\x59\x00\x77\x01",
13655 : : ._co_firsttraceable = 0,
13656 : : };
13657 : : static
13658 : : struct {
13659 : : PyASCIIObject _ascii;
13660 : : uint8_t _data[18];
13661 : : }
13662 : : const_str_get_frozen_object = {
13663 : : ._ascii = {
13664 : : .ob_base = {
13665 : : .ob_refcnt = 999999999,
13666 : : .ob_type = &PyUnicode_Type,
13667 : : },
13668 : : .length = 17,
13669 : : .hash = -1,
13670 : : .state = {
13671 : : .kind = 1,
13672 : : .compact = 1,
13673 : : .ascii = 1,
13674 : : },
13675 : : },
13676 : : ._data = "get_frozen_object",
13677 : : };
13678 : : static
13679 : : struct {
13680 : : PyASCIIObject _ascii;
13681 : : uint8_t _data[5];
13682 : : }
13683 : : const_str_exec = {
13684 : : ._ascii = {
13685 : : .ob_base = {
13686 : : .ob_refcnt = 999999999,
13687 : : .ob_type = &PyUnicode_Type,
13688 : : },
13689 : : .length = 4,
13690 : : .hash = -1,
13691 : : .state = {
13692 : : .kind = 1,
13693 : : .compact = 1,
13694 : : .ascii = 1,
13695 : : },
13696 : : },
13697 : : ._data = "exec",
13698 : : };
13699 : : static
13700 : : struct {
13701 : : PyGC_Head _gc_head;
13702 : : struct {
13703 : : PyObject_VAR_HEAD
13704 : : PyObject *ob_item[7];
13705 : : }_object;
13706 : : }
13707 : : importlib__bootstrap_toplevel_consts_39_consts_11_names = {
13708 : : ._object = {
13709 : : .ob_base = {
13710 : : .ob_base = {
13711 : : .ob_refcnt = 999999999,
13712 : : .ob_type = &PyTuple_Type,
13713 : : },
13714 : : .ob_size = 7,
13715 : : },
13716 : : .ob_item = {
13717 : : &_Py_ID(__spec__),
13718 : : &_Py_ID(name),
13719 : : & const_str__call_with_frames_removed._ascii.ob_base,
13720 : : & const_str__imp._ascii.ob_base,
13721 : : & const_str_get_frozen_object._ascii.ob_base,
13722 : : & const_str_exec._ascii.ob_base,
13723 : : &_Py_ID(__dict__),
13724 : : },
13725 : : },
13726 : : };
13727 : : static
13728 : : struct {
13729 : : PyASCIIObject _ascii;
13730 : : uint8_t _data[27];
13731 : : }
13732 : : importlib__bootstrap_toplevel_consts_39_consts_11_qualname = {
13733 : : ._ascii = {
13734 : : .ob_base = {
13735 : : .ob_refcnt = 999999999,
13736 : : .ob_type = &PyUnicode_Type,
13737 : : },
13738 : : .length = 26,
13739 : : .hash = -1,
13740 : : .state = {
13741 : : .kind = 1,
13742 : : .compact = 1,
13743 : : .ascii = 1,
13744 : : },
13745 : : },
13746 : : ._data = "FrozenImporter.exec_module",
13747 : : };
13748 : : static
13749 : : struct {
13750 : : PyObject_VAR_HEAD
13751 : : Py_hash_t ob_shash;
13752 : : char ob_sval[62];
13753 : : }
13754 : : importlib__bootstrap_toplevel_consts_39_consts_11_linetable = {
13755 : : .ob_base = {
13756 : : .ob_base = {
13757 : : .ob_refcnt = 999999999,
13758 : : .ob_type = &PyBytes_Type,
13759 : : },
13760 : : .ob_size = 61,
13761 : : },
13762 : : .ob_shash = -1,
13763 : : .ob_sval = "\x80\x00\xe0\x0f\x15\x8f\x7f\x89\x7f\x88\x04\xd8\x0f\x13\x8f\x79\x89\x79\x88\x04\xdd\x0f\x28\xad\x14\xd7\x29\x3f\xd1\x29\x3f\xc0\x14\xd4\x0f\x46\x88\x04\xdd\x08\x0c\x88\x54\x90\x36\x97\x3f\x91\x3f\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23",
13764 : : };
13765 : : static
13766 : : struct {
13767 : : PyGC_Head _gc_head;
13768 : : struct {
13769 : : PyObject_VAR_HEAD
13770 : : PyObject *ob_item[4];
13771 : : }_object;
13772 : : }
13773 : : importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames = {
13774 : : ._object = {
13775 : : .ob_base = {
13776 : : .ob_base = {
13777 : : .ob_refcnt = 999999999,
13778 : : .ob_type = &PyTuple_Type,
13779 : : },
13780 : : .ob_size = 4,
13781 : : },
13782 : : .ob_item = {
13783 : : & const_str_module._ascii.ob_base,
13784 : : & const_str_spec._ascii.ob_base,
13785 : : &_Py_ID(name),
13786 : : &_Py_ID(code),
13787 : : },
13788 : : },
13789 : : };
13790 : : static
13791 : : struct _PyCode_DEF(160)
13792 : : importlib__bootstrap_toplevel_consts_39_consts_11 = {
13793 : : .ob_base = {
13794 : : .ob_base = {
13795 : : .ob_refcnt = 999999999,
13796 : : .ob_type = &PyCode_Type,
13797 : : },
13798 : : .ob_size = 80,
13799 : : },
13800 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
13801 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_11_names._object.ob_base.ob_base,
13802 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13803 : : .co_flags = 3,
13804 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
13805 : : ._co_linearray_entry_size = 0,
13806 : : .co_argcount = 1,
13807 : : .co_posonlyargcount = 0,
13808 : : .co_kwonlyargcount = 0,
13809 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
13810 : : .co_stacksize = 4,
13811 : : .co_firstlineno = 977,
13812 : : .co_nlocalsplus = 4,
13813 : : .co_nlocals = 4,
13814 : : .co_nplaincellvars = 0,
13815 : : .co_ncellvars = 0,
13816 : : .co_nfreevars = 0,
13817 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_11_localsplusnames._object.ob_base.ob_base,
13818 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
13819 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
13820 : : .co_name = & const_str_exec_module._ascii.ob_base,
13821 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_11_qualname._ascii.ob_base,
13822 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_11_linetable.ob_base.ob_base,
13823 : : ._co_code = NULL,
13824 : : ._co_linearray = NULL,
13825 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
13826 : : ._co_firsttraceable = 0,
13827 : : };
13828 : : static
13829 : : struct {
13830 : : PyASCIIObject _ascii;
13831 : : uint8_t _data[96];
13832 : : }
13833 : : importlib__bootstrap_toplevel_consts_39_consts_12_consts_0 = {
13834 : : ._ascii = {
13835 : : .ob_base = {
13836 : : .ob_refcnt = 999999999,
13837 : : .ob_type = &PyUnicode_Type,
13838 : : },
13839 : : .length = 95,
13840 : : .hash = -1,
13841 : : .state = {
13842 : : .kind = 1,
13843 : : .compact = 1,
13844 : : .ascii = 1,
13845 : : },
13846 : : },
13847 : : ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x66\x72\x6f\x7a\x65\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
13848 : : };
13849 : : static
13850 : : struct {
13851 : : PyGC_Head _gc_head;
13852 : : struct {
13853 : : PyObject_VAR_HEAD
13854 : : PyObject *ob_item[3];
13855 : : }_object;
13856 : : }
13857 : : importlib__bootstrap_toplevel_consts_39_consts_12_consts = {
13858 : : ._object = {
13859 : : .ob_base = {
13860 : : .ob_base = {
13861 : : .ob_refcnt = 999999999,
13862 : : .ob_type = &PyTuple_Type,
13863 : : },
13864 : : .ob_size = 3,
13865 : : },
13866 : : .ob_item = {
13867 : : & importlib__bootstrap_toplevel_consts_39_consts_12_consts_0._ascii.ob_base,
13868 : : Py_None,
13869 : : &_Py_ID(__file__),
13870 : : },
13871 : : },
13872 : : };
13873 : : static
13874 : : struct {
13875 : : PyGC_Head _gc_head;
13876 : : struct {
13877 : : PyObject_VAR_HEAD
13878 : : PyObject *ob_item[8];
13879 : : }_object;
13880 : : }
13881 : : importlib__bootstrap_toplevel_consts_39_consts_12_names = {
13882 : : ._object = {
13883 : : .ob_base = {
13884 : : .ob_base = {
13885 : : .ob_refcnt = 999999999,
13886 : : .ob_type = &PyTuple_Type,
13887 : : },
13888 : : .ob_size = 8,
13889 : : },
13890 : : .ob_item = {
13891 : : & const_str__load_module_shim._ascii.ob_base,
13892 : : & const_str__imp._ascii.ob_base,
13893 : : & const_str_find_frozen._ascii.ob_base,
13894 : : & const_str___origname__._ascii.ob_base,
13895 : : & const_str_vars._ascii.ob_base,
13896 : : & const_str_pop._ascii.ob_base,
13897 : : &_Py_ID(__path__),
13898 : : &_Py_ID(_fix_up_module),
13899 : : },
13900 : : },
13901 : : };
13902 : : static
13903 : : struct {
13904 : : PyASCIIObject _ascii;
13905 : : uint8_t _data[27];
13906 : : }
13907 : : importlib__bootstrap_toplevel_consts_39_consts_12_qualname = {
13908 : : ._ascii = {
13909 : : .ob_base = {
13910 : : .ob_refcnt = 999999999,
13911 : : .ob_type = &PyUnicode_Type,
13912 : : },
13913 : : .length = 26,
13914 : : .hash = -1,
13915 : : .state = {
13916 : : .kind = 1,
13917 : : .compact = 1,
13918 : : .ascii = 1,
13919 : : },
13920 : : },
13921 : : ._data = "FrozenImporter.load_module",
13922 : : };
13923 : : static
13924 : : struct {
13925 : : PyObject_VAR_HEAD
13926 : : Py_hash_t ob_shash;
13927 : : char ob_sval[125];
13928 : : }
13929 : : importlib__bootstrap_toplevel_consts_39_consts_12_linetable = {
13930 : : .ob_base = {
13931 : : .ob_base = {
13932 : : .ob_refcnt = 999999999,
13933 : : .ob_type = &PyBytes_Type,
13934 : : },
13935 : : .ob_size = 124,
13936 : : },
13937 : : .ob_shash = -1,
13938 : : .ob_sval = "\x80\x00\xf5\x10\x00\x12\x23\xa0\x33\xa8\x08\xd4\x11\x31\x88\x06\xdd\x0f\x13\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x08\xd4\x0f\x29\x88\x04\xd8\x0f\x13\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd8\x1d\x21\xd1\x08\x1a\x88\x01\x88\x35\x90\x28\xd8\x1e\x26\x88\x06\xd4\x08\x1b\xdd\x08\x0c\x88\x56\x8c\x0c\xd7\x08\x18\xd1\x08\x18\x98\x1a\xa0\x54\xd4\x08\x2a\xd0\x08\x2a\xd8\x0b\x10\xf0\x00\x01\x09\x21\xd8\x1e\x20\x88\x46\x8c\x4f\xd8\x08\x0b\xd7\x08\x1a\xd1\x08\x1a\x98\x36\xd4\x08\x22\xd0\x08\x22\xd8\x0f\x15\x88\x0d",
13939 : : };
13940 : : static
13941 : : struct {
13942 : : PyGC_Head _gc_head;
13943 : : struct {
13944 : : PyObject_VAR_HEAD
13945 : : PyObject *ob_item[7];
13946 : : }_object;
13947 : : }
13948 : : importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames = {
13949 : : ._object = {
13950 : : .ob_base = {
13951 : : .ob_base = {
13952 : : .ob_refcnt = 999999999,
13953 : : .ob_type = &PyTuple_Type,
13954 : : },
13955 : : .ob_size = 7,
13956 : : },
13957 : : .ob_item = {
13958 : : & const_str_cls._ascii.ob_base,
13959 : : & const_str_fullname._ascii.ob_base,
13960 : : & const_str_module._ascii.ob_base,
13961 : : & const_str_info._ascii.ob_base,
13962 : : &_Py_ID(_),
13963 : : & const_str_ispkg._ascii.ob_base,
13964 : : & const_str_origname._ascii.ob_base,
13965 : : },
13966 : : },
13967 : : };
13968 : : static
13969 : : struct {
13970 : : PyObject_VAR_HEAD
13971 : : Py_hash_t ob_shash;
13972 : : char ob_sval[8];
13973 : : }
13974 : : importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds = {
13975 : : .ob_base = {
13976 : : .ob_base = {
13977 : : .ob_refcnt = 999999999,
13978 : : .ob_type = &PyBytes_Type,
13979 : : },
13980 : : .ob_size = 7,
13981 : : },
13982 : : .ob_shash = -1,
13983 : : .ob_sval = " ",
13984 : : };
13985 : : static
13986 : : struct _PyCode_DEF(228)
13987 : : importlib__bootstrap_toplevel_consts_39_consts_12 = {
13988 : : .ob_base = {
13989 : : .ob_base = {
13990 : : .ob_refcnt = 999999999,
13991 : : .ob_type = &PyCode_Type,
13992 : : },
13993 : : .ob_size = 114,
13994 : : },
13995 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_12_consts._object.ob_base.ob_base,
13996 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_12_names._object.ob_base.ob_base,
13997 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
13998 : : .co_flags = 3,
13999 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14000 : : ._co_linearray_entry_size = 0,
14001 : : .co_argcount = 2,
14002 : : .co_posonlyargcount = 0,
14003 : : .co_kwonlyargcount = 0,
14004 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
14005 : : .co_stacksize = 4,
14006 : : .co_firstlineno = 984,
14007 : : .co_nlocalsplus = 7,
14008 : : .co_nlocals = 7,
14009 : : .co_nplaincellvars = 0,
14010 : : .co_ncellvars = 0,
14011 : : .co_nfreevars = 0,
14012 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_39_consts_12_localsplusnames._object.ob_base.ob_base,
14013 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
14014 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14015 : : .co_name = & const_str_load_module._ascii.ob_base,
14016 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_12_qualname._ascii.ob_base,
14017 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_12_linetable.ob_base.ob_base,
14018 : : ._co_code = NULL,
14019 : : ._co_linearray = NULL,
14020 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x02\x4a\x00\x82\x01\x7c\x03\x5c\x03\x00\x00\x7d\x04\x7d\x05\x7d\x06\x7c\x06\x7c\x02\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x72\x07\x67\x00\x7c\x02\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
14021 : : ._co_firsttraceable = 0,
14022 : : };
14023 : : static
14024 : : struct {
14025 : : PyASCIIObject _ascii;
14026 : : uint8_t _data[46];
14027 : : }
14028 : : importlib__bootstrap_toplevel_consts_39_consts_13_consts_0 = {
14029 : : ._ascii = {
14030 : : .ob_base = {
14031 : : .ob_refcnt = 999999999,
14032 : : .ob_type = &PyUnicode_Type,
14033 : : },
14034 : : .length = 45,
14035 : : .hash = -1,
14036 : : .state = {
14037 : : .kind = 1,
14038 : : .compact = 1,
14039 : : .ascii = 1,
14040 : : },
14041 : : },
14042 : : ._data = "Return the code object for the frozen module.",
14043 : : };
14044 : : static
14045 : : struct {
14046 : : PyGC_Head _gc_head;
14047 : : struct {
14048 : : PyObject_VAR_HEAD
14049 : : PyObject *ob_item[1];
14050 : : }_object;
14051 : : }
14052 : : importlib__bootstrap_toplevel_consts_39_consts_13_consts = {
14053 : : ._object = {
14054 : : .ob_base = {
14055 : : .ob_base = {
14056 : : .ob_refcnt = 999999999,
14057 : : .ob_type = &PyTuple_Type,
14058 : : },
14059 : : .ob_size = 1,
14060 : : },
14061 : : .ob_item = {
14062 : : & importlib__bootstrap_toplevel_consts_39_consts_13_consts_0._ascii.ob_base,
14063 : : },
14064 : : },
14065 : : };
14066 : : static
14067 : : struct {
14068 : : PyGC_Head _gc_head;
14069 : : struct {
14070 : : PyObject_VAR_HEAD
14071 : : PyObject *ob_item[2];
14072 : : }_object;
14073 : : }
14074 : : importlib__bootstrap_toplevel_consts_39_consts_13_names = {
14075 : : ._object = {
14076 : : .ob_base = {
14077 : : .ob_base = {
14078 : : .ob_refcnt = 999999999,
14079 : : .ob_type = &PyTuple_Type,
14080 : : },
14081 : : .ob_size = 2,
14082 : : },
14083 : : .ob_item = {
14084 : : & const_str__imp._ascii.ob_base,
14085 : : & const_str_get_frozen_object._ascii.ob_base,
14086 : : },
14087 : : },
14088 : : };
14089 : : static
14090 : : struct {
14091 : : PyASCIIObject _ascii;
14092 : : uint8_t _data[24];
14093 : : }
14094 : : importlib__bootstrap_toplevel_consts_39_consts_13_qualname = {
14095 : : ._ascii = {
14096 : : .ob_base = {
14097 : : .ob_refcnt = 999999999,
14098 : : .ob_type = &PyUnicode_Type,
14099 : : },
14100 : : .length = 23,
14101 : : .hash = -1,
14102 : : .state = {
14103 : : .kind = 1,
14104 : : .compact = 1,
14105 : : .ascii = 1,
14106 : : },
14107 : : },
14108 : : ._data = "FrozenImporter.get_code",
14109 : : };
14110 : : static
14111 : : struct {
14112 : : PyObject_VAR_HEAD
14113 : : Py_hash_t ob_shash;
14114 : : char ob_sval[22];
14115 : : }
14116 : : importlib__bootstrap_toplevel_consts_39_consts_13_linetable = {
14117 : : .ob_base = {
14118 : : .ob_base = {
14119 : : .ob_refcnt = 999999999,
14120 : : .ob_type = &PyBytes_Type,
14121 : : },
14122 : : .ob_size = 21,
14123 : : },
14124 : : .ob_shash = -1,
14125 : : .ob_sval = "\x80\x00\xf5\x08\x00\x10\x14\xd7\x0f\x25\xd1\x0f\x25\xa0\x68\xd4\x0f\x2f\xd0\x08\x2f",
14126 : : };
14127 : : static
14128 : : struct _PyCode_DEF(48)
14129 : : importlib__bootstrap_toplevel_consts_39_consts_13 = {
14130 : : .ob_base = {
14131 : : .ob_base = {
14132 : : .ob_refcnt = 999999999,
14133 : : .ob_type = &PyCode_Type,
14134 : : },
14135 : : .ob_size = 24,
14136 : : },
14137 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_13_consts._object.ob_base.ob_base,
14138 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_13_names._object.ob_base.ob_base,
14139 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14140 : : .co_flags = 3,
14141 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14142 : : ._co_linearray_entry_size = 0,
14143 : : .co_argcount = 2,
14144 : : .co_posonlyargcount = 0,
14145 : : .co_kwonlyargcount = 0,
14146 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
14147 : : .co_stacksize = 3,
14148 : : .co_firstlineno = 1003,
14149 : : .co_nlocalsplus = 2,
14150 : : .co_nlocals = 2,
14151 : : .co_nplaincellvars = 0,
14152 : : .co_ncellvars = 0,
14153 : : .co_nfreevars = 0,
14154 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14155 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14156 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14157 : : .co_name = & const_str_get_code._ascii.ob_base,
14158 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_13_qualname._ascii.ob_base,
14159 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
14160 : : ._co_code = NULL,
14161 : : ._co_linearray = NULL,
14162 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
14163 : : ._co_firsttraceable = 0,
14164 : : };
14165 : : static
14166 : : struct {
14167 : : PyASCIIObject _ascii;
14168 : : uint8_t _data[55];
14169 : : }
14170 : : importlib__bootstrap_toplevel_consts_39_consts_14_consts_0 = {
14171 : : ._ascii = {
14172 : : .ob_base = {
14173 : : .ob_refcnt = 999999999,
14174 : : .ob_type = &PyUnicode_Type,
14175 : : },
14176 : : .length = 54,
14177 : : .hash = -1,
14178 : : .state = {
14179 : : .kind = 1,
14180 : : .compact = 1,
14181 : : .ascii = 1,
14182 : : },
14183 : : },
14184 : : ._data = "Return None as frozen modules do not have source code.",
14185 : : };
14186 : : static
14187 : : struct {
14188 : : PyGC_Head _gc_head;
14189 : : struct {
14190 : : PyObject_VAR_HEAD
14191 : : PyObject *ob_item[2];
14192 : : }_object;
14193 : : }
14194 : : importlib__bootstrap_toplevel_consts_39_consts_14_consts = {
14195 : : ._object = {
14196 : : .ob_base = {
14197 : : .ob_base = {
14198 : : .ob_refcnt = 999999999,
14199 : : .ob_type = &PyTuple_Type,
14200 : : },
14201 : : .ob_size = 2,
14202 : : },
14203 : : .ob_item = {
14204 : : & importlib__bootstrap_toplevel_consts_39_consts_14_consts_0._ascii.ob_base,
14205 : : Py_None,
14206 : : },
14207 : : },
14208 : : };
14209 : : static
14210 : : struct {
14211 : : PyASCIIObject _ascii;
14212 : : uint8_t _data[26];
14213 : : }
14214 : : importlib__bootstrap_toplevel_consts_39_consts_14_qualname = {
14215 : : ._ascii = {
14216 : : .ob_base = {
14217 : : .ob_refcnt = 999999999,
14218 : : .ob_type = &PyUnicode_Type,
14219 : : },
14220 : : .length = 25,
14221 : : .hash = -1,
14222 : : .state = {
14223 : : .kind = 1,
14224 : : .compact = 1,
14225 : : .ascii = 1,
14226 : : },
14227 : : },
14228 : : ._data = "FrozenImporter.get_source",
14229 : : };
14230 : : static
14231 : : struct _PyCode_DEF(6)
14232 : : importlib__bootstrap_toplevel_consts_39_consts_14 = {
14233 : : .ob_base = {
14234 : : .ob_base = {
14235 : : .ob_refcnt = 999999999,
14236 : : .ob_type = &PyCode_Type,
14237 : : },
14238 : : .ob_size = 3,
14239 : : },
14240 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_14_consts._object.ob_base.ob_base,
14241 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
14242 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14243 : : .co_flags = 3,
14244 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14245 : : ._co_linearray_entry_size = 0,
14246 : : .co_argcount = 2,
14247 : : .co_posonlyargcount = 0,
14248 : : .co_kwonlyargcount = 0,
14249 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
14250 : : .co_stacksize = 1,
14251 : : .co_firstlineno = 1009,
14252 : : .co_nlocalsplus = 2,
14253 : : .co_nlocals = 2,
14254 : : .co_nplaincellvars = 0,
14255 : : .co_ncellvars = 0,
14256 : : .co_nfreevars = 0,
14257 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14258 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14259 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14260 : : .co_name = &_Py_ID(get_source),
14261 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_14_qualname._ascii.ob_base,
14262 : : .co_linetable = & importlib__bootstrap_toplevel_consts_37_consts_9_linetable.ob_base.ob_base,
14263 : : ._co_code = NULL,
14264 : : ._co_linearray = NULL,
14265 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
14266 : : ._co_firsttraceable = 0,
14267 : : };
14268 : : static
14269 : : struct {
14270 : : PyASCIIObject _ascii;
14271 : : uint8_t _data[47];
14272 : : }
14273 : : importlib__bootstrap_toplevel_consts_39_consts_15_consts_0 = {
14274 : : ._ascii = {
14275 : : .ob_base = {
14276 : : .ob_refcnt = 999999999,
14277 : : .ob_type = &PyUnicode_Type,
14278 : : },
14279 : : .length = 46,
14280 : : .hash = -1,
14281 : : .state = {
14282 : : .kind = 1,
14283 : : .compact = 1,
14284 : : .ascii = 1,
14285 : : },
14286 : : },
14287 : : ._data = "Return True if the frozen module is a package.",
14288 : : };
14289 : : static
14290 : : struct {
14291 : : PyGC_Head _gc_head;
14292 : : struct {
14293 : : PyObject_VAR_HEAD
14294 : : PyObject *ob_item[1];
14295 : : }_object;
14296 : : }
14297 : : importlib__bootstrap_toplevel_consts_39_consts_15_consts = {
14298 : : ._object = {
14299 : : .ob_base = {
14300 : : .ob_base = {
14301 : : .ob_refcnt = 999999999,
14302 : : .ob_type = &PyTuple_Type,
14303 : : },
14304 : : .ob_size = 1,
14305 : : },
14306 : : .ob_item = {
14307 : : & importlib__bootstrap_toplevel_consts_39_consts_15_consts_0._ascii.ob_base,
14308 : : },
14309 : : },
14310 : : };
14311 : : static
14312 : : struct {
14313 : : PyGC_Head _gc_head;
14314 : : struct {
14315 : : PyObject_VAR_HEAD
14316 : : PyObject *ob_item[2];
14317 : : }_object;
14318 : : }
14319 : : importlib__bootstrap_toplevel_consts_39_consts_15_names = {
14320 : : ._object = {
14321 : : .ob_base = {
14322 : : .ob_base = {
14323 : : .ob_refcnt = 999999999,
14324 : : .ob_type = &PyTuple_Type,
14325 : : },
14326 : : .ob_size = 2,
14327 : : },
14328 : : .ob_item = {
14329 : : & const_str__imp._ascii.ob_base,
14330 : : & const_str_is_frozen_package._ascii.ob_base,
14331 : : },
14332 : : },
14333 : : };
14334 : : static
14335 : : struct {
14336 : : PyASCIIObject _ascii;
14337 : : uint8_t _data[26];
14338 : : }
14339 : : importlib__bootstrap_toplevel_consts_39_consts_15_qualname = {
14340 : : ._ascii = {
14341 : : .ob_base = {
14342 : : .ob_refcnt = 999999999,
14343 : : .ob_type = &PyUnicode_Type,
14344 : : },
14345 : : .length = 25,
14346 : : .hash = -1,
14347 : : .state = {
14348 : : .kind = 1,
14349 : : .compact = 1,
14350 : : .ascii = 1,
14351 : : },
14352 : : },
14353 : : ._data = "FrozenImporter.is_package",
14354 : : };
14355 : : static
14356 : : struct _PyCode_DEF(48)
14357 : : importlib__bootstrap_toplevel_consts_39_consts_15 = {
14358 : : .ob_base = {
14359 : : .ob_base = {
14360 : : .ob_refcnt = 999999999,
14361 : : .ob_type = &PyCode_Type,
14362 : : },
14363 : : .ob_size = 24,
14364 : : },
14365 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts_15_consts._object.ob_base.ob_base,
14366 : : .co_names = & importlib__bootstrap_toplevel_consts_39_consts_15_names._object.ob_base.ob_base,
14367 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14368 : : .co_flags = 3,
14369 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14370 : : ._co_linearray_entry_size = 0,
14371 : : .co_argcount = 2,
14372 : : .co_posonlyargcount = 0,
14373 : : .co_kwonlyargcount = 0,
14374 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
14375 : : .co_stacksize = 3,
14376 : : .co_firstlineno = 1015,
14377 : : .co_nlocalsplus = 2,
14378 : : .co_nlocals = 2,
14379 : : .co_nplaincellvars = 0,
14380 : : .co_ncellvars = 0,
14381 : : .co_nfreevars = 0,
14382 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_9_localsplusnames._object.ob_base.ob_base,
14383 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
14384 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14385 : : .co_name = & const_str_is_package._ascii.ob_base,
14386 : : .co_qualname = & importlib__bootstrap_toplevel_consts_39_consts_15_qualname._ascii.ob_base,
14387 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_consts_13_linetable.ob_base.ob_base,
14388 : : ._co_code = NULL,
14389 : : ._co_linearray = NULL,
14390 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
14391 : : ._co_firsttraceable = 0,
14392 : : };
14393 : : static
14394 : : struct {
14395 : : PyGC_Head _gc_head;
14396 : : struct {
14397 : : PyObject_VAR_HEAD
14398 : : PyObject *ob_item[19];
14399 : : }_object;
14400 : : }
14401 : : importlib__bootstrap_toplevel_consts_39_consts = {
14402 : : ._object = {
14403 : : .ob_base = {
14404 : : .ob_base = {
14405 : : .ob_refcnt = 999999999,
14406 : : .ob_type = &PyTuple_Type,
14407 : : },
14408 : : .ob_size = 19,
14409 : : },
14410 : : .ob_item = {
14411 : : & const_str_FrozenImporter._ascii.ob_base,
14412 : : & importlib__bootstrap_toplevel_consts_39_consts_1._ascii.ob_base,
14413 : : & const_str_frozen._ascii.ob_base,
14414 : : & importlib__bootstrap_toplevel_consts_39_consts_3.ob_base.ob_base,
14415 : : & importlib__bootstrap_toplevel_consts_39_consts_4.ob_base.ob_base,
14416 : : Py_None,
14417 : : Py_False,
14418 : : & importlib__bootstrap_toplevel_consts_39_consts_7.ob_base.ob_base,
14419 : : & importlib__bootstrap_toplevel_consts_39_consts_8.ob_base.ob_base,
14420 : : & importlib__bootstrap_toplevel_consts_39_consts_9.ob_base.ob_base,
14421 : : & importlib__bootstrap_toplevel_consts_39_consts_10.ob_base.ob_base,
14422 : : & importlib__bootstrap_toplevel_consts_39_consts_11.ob_base.ob_base,
14423 : : & importlib__bootstrap_toplevel_consts_39_consts_12.ob_base.ob_base,
14424 : : & importlib__bootstrap_toplevel_consts_39_consts_13.ob_base.ob_base,
14425 : : & importlib__bootstrap_toplevel_consts_39_consts_14.ob_base.ob_base,
14426 : : & importlib__bootstrap_toplevel_consts_39_consts_15.ob_base.ob_base,
14427 : : & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
14428 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
14429 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
14430 : : },
14431 : : },
14432 : : };
14433 : : static
14434 : : struct {
14435 : : PyGC_Head _gc_head;
14436 : : struct {
14437 : : PyObject_VAR_HEAD
14438 : : PyObject *ob_item[19];
14439 : : }_object;
14440 : : }
14441 : : importlib__bootstrap_toplevel_consts_39_names = {
14442 : : ._object = {
14443 : : .ob_base = {
14444 : : .ob_base = {
14445 : : .ob_refcnt = 999999999,
14446 : : .ob_type = &PyTuple_Type,
14447 : : },
14448 : : .ob_size = 19,
14449 : : },
14450 : : .ob_item = {
14451 : : &_Py_ID(__name__),
14452 : : &_Py_ID(__module__),
14453 : : &_Py_ID(__qualname__),
14454 : : &_Py_ID(__doc__),
14455 : : & const_str__ORIGIN._ascii.ob_base,
14456 : : & const_str_staticmethod._ascii.ob_base,
14457 : : & const_str_module_repr._ascii.ob_base,
14458 : : & const_str_classmethod._ascii.ob_base,
14459 : : &_Py_ID(_fix_up_module),
14460 : : & const_str__resolve_filename._ascii.ob_base,
14461 : : & const_str_find_spec._ascii.ob_base,
14462 : : & const_str_find_module._ascii.ob_base,
14463 : : & const_str_create_module._ascii.ob_base,
14464 : : & const_str_exec_module._ascii.ob_base,
14465 : : & const_str_load_module._ascii.ob_base,
14466 : : & const_str__requires_frozen._ascii.ob_base,
14467 : : & const_str_get_code._ascii.ob_base,
14468 : : &_Py_ID(get_source),
14469 : : & const_str_is_package._ascii.ob_base,
14470 : : },
14471 : : },
14472 : : };
14473 : : static
14474 : : struct {
14475 : : PyObject_VAR_HEAD
14476 : : Py_hash_t ob_shash;
14477 : : char ob_sval[351];
14478 : : }
14479 : : importlib__bootstrap_toplevel_consts_39_linetable = {
14480 : : .ob_base = {
14481 : : .ob_base = {
14482 : : .ob_refcnt = 999999999,
14483 : : .ob_type = &PyBytes_Type,
14484 : : },
14485 : : .ob_size = 350,
14486 : : },
14487 : : .ob_shash = -1,
14488 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x0f\x17\x80\x47\xe0\x05\x11\xf0\x02\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x4f\x01\xf0\x14\x00\x06\x11\xf0\x02\x42\x01\x05\x25\xf0\x00\x42\x01\x05\x25\xf4\x03\x00\x06\x11\xf0\x02\x42\x01\x05\x25\xf0\x48\x02\x00\x06\x11\xd8\x2f\x33\xf0\x00\x16\x05\x20\xf0\x00\x16\x05\x20\xf4\x03\x00\x06\x11\xf0\x02\x16\x05\x20\xf0\x30\x00\x06\x11\xd8\x26\x2a\xf0\x00\x1b\x05\x14\xf0\x00\x1b\x05\x14\xf4\x03\x00\x06\x11\xf0\x02\x1b\x05\x14\xf0\x3a\x00\x06\x11\xd8\x28\x2c\xf0\x00\x09\x05\x39\xf0\x00\x09\x05\x39\xf4\x03\x00\x06\x11\xf0\x02\x09\x05\x39\xf0\x16\x00\x06\x12\xf0\x02\x0a\x05\x16\xf0\x00\x0a\x05\x16\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x16\xf0\x18\x00\x06\x12\xf0\x02\x04\x05\x24\xf0\x00\x04\x05\x24\xf4\x03\x00\x06\x12\xf0\x02\x04\x05\x24\xf0\x0c\x00\x06\x11\xf0\x02\x10\x05\x16\xf0\x00\x10\x05\x16\xf4\x03\x00\x06\x11\xf0\x02\x10\x05\x16\xf0\x24\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x30\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x14\xf0\x00\x02\x05\x14\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x14\xf0\x08\x00\x06\x11\xd8\x05\x15\xf0\x02\x02\x05\x30\xf0\x00\x02\x05\x30\xf4\x03\x00\x06\x16\xf4\x03\x00\x06\x11\xf0\x04\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x00\x02\x05\x30",
14489 : : };
14490 : : static
14491 : : struct _PyCode_DEF(262)
14492 : : importlib__bootstrap_toplevel_consts_39 = {
14493 : : .ob_base = {
14494 : : .ob_base = {
14495 : : .ob_refcnt = 999999999,
14496 : : .ob_type = &PyCode_Type,
14497 : : },
14498 : : .ob_size = 131,
14499 : : },
14500 : : .co_consts = & importlib__bootstrap_toplevel_consts_39_consts._object.ob_base.ob_base,
14501 : : .co_names = & importlib__bootstrap_toplevel_consts_39_names._object.ob_base.ob_base,
14502 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14503 : : .co_flags = 0,
14504 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14505 : : ._co_linearray_entry_size = 0,
14506 : : .co_argcount = 0,
14507 : : .co_posonlyargcount = 0,
14508 : : .co_kwonlyargcount = 0,
14509 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
14510 : : .co_stacksize = 3,
14511 : : .co_firstlineno = 806,
14512 : : .co_nlocalsplus = 0,
14513 : : .co_nlocals = 0,
14514 : : .co_nplaincellvars = 0,
14515 : : .co_ncellvars = 0,
14516 : : .co_nfreevars = 0,
14517 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
14518 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
14519 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14520 : : .co_name = & const_str_FrozenImporter._ascii.ob_base,
14521 : : .co_qualname = & const_str_FrozenImporter._ascii.ob_base,
14522 : : .co_linetable = & importlib__bootstrap_toplevel_consts_39_linetable.ob_base.ob_base,
14523 : : ._co_code = NULL,
14524 : : ._co_linearray = NULL,
14525 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x10\x64\x07\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x11\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x12\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x05\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x05\x64\x0b\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x07\x64\x0c\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x07\x65\x0f\x64\x0d\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x10\x65\x07\x65\x0f\x64\x0e\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x65\x07\x65\x0f\x64\x0f\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x05\x53\x00",
14526 : : ._co_firsttraceable = 0,
14527 : : };
14528 : : static
14529 : : struct {
14530 : : PyASCIIObject _ascii;
14531 : : uint8_t _data[19];
14532 : : }
14533 : : const_str__ImportLockContext = {
14534 : : ._ascii = {
14535 : : .ob_base = {
14536 : : .ob_refcnt = 999999999,
14537 : : .ob_type = &PyUnicode_Type,
14538 : : },
14539 : : .length = 18,
14540 : : .hash = -1,
14541 : : .state = {
14542 : : .kind = 1,
14543 : : .compact = 1,
14544 : : .ascii = 1,
14545 : : },
14546 : : },
14547 : : ._data = "_ImportLockContext",
14548 : : };
14549 : : static
14550 : : struct {
14551 : : PyASCIIObject _ascii;
14552 : : uint8_t _data[37];
14553 : : }
14554 : : importlib__bootstrap_toplevel_consts_41_consts_1 = {
14555 : : ._ascii = {
14556 : : .ob_base = {
14557 : : .ob_refcnt = 999999999,
14558 : : .ob_type = &PyUnicode_Type,
14559 : : },
14560 : : .length = 36,
14561 : : .hash = -1,
14562 : : .state = {
14563 : : .kind = 1,
14564 : : .compact = 1,
14565 : : .ascii = 1,
14566 : : },
14567 : : },
14568 : : ._data = "Context manager for the import lock.",
14569 : : };
14570 : : static
14571 : : struct {
14572 : : PyASCIIObject _ascii;
14573 : : uint8_t _data[25];
14574 : : }
14575 : : importlib__bootstrap_toplevel_consts_41_consts_2_consts_0 = {
14576 : : ._ascii = {
14577 : : .ob_base = {
14578 : : .ob_refcnt = 999999999,
14579 : : .ob_type = &PyUnicode_Type,
14580 : : },
14581 : : .length = 24,
14582 : : .hash = -1,
14583 : : .state = {
14584 : : .kind = 1,
14585 : : .compact = 1,
14586 : : .ascii = 1,
14587 : : },
14588 : : },
14589 : : ._data = "Acquire the import lock.",
14590 : : };
14591 : : static
14592 : : struct {
14593 : : PyGC_Head _gc_head;
14594 : : struct {
14595 : : PyObject_VAR_HEAD
14596 : : PyObject *ob_item[2];
14597 : : }_object;
14598 : : }
14599 : : importlib__bootstrap_toplevel_consts_41_consts_2_consts = {
14600 : : ._object = {
14601 : : .ob_base = {
14602 : : .ob_base = {
14603 : : .ob_refcnt = 999999999,
14604 : : .ob_type = &PyTuple_Type,
14605 : : },
14606 : : .ob_size = 2,
14607 : : },
14608 : : .ob_item = {
14609 : : & importlib__bootstrap_toplevel_consts_41_consts_2_consts_0._ascii.ob_base,
14610 : : Py_None,
14611 : : },
14612 : : },
14613 : : };
14614 : : static
14615 : : struct {
14616 : : PyGC_Head _gc_head;
14617 : : struct {
14618 : : PyObject_VAR_HEAD
14619 : : PyObject *ob_item[2];
14620 : : }_object;
14621 : : }
14622 : : importlib__bootstrap_toplevel_consts_41_consts_2_names = {
14623 : : ._object = {
14624 : : .ob_base = {
14625 : : .ob_base = {
14626 : : .ob_refcnt = 999999999,
14627 : : .ob_type = &PyTuple_Type,
14628 : : },
14629 : : .ob_size = 2,
14630 : : },
14631 : : .ob_item = {
14632 : : & const_str__imp._ascii.ob_base,
14633 : : & const_str_acquire_lock._ascii.ob_base,
14634 : : },
14635 : : },
14636 : : };
14637 : : static
14638 : : struct {
14639 : : PyASCIIObject _ascii;
14640 : : uint8_t _data[29];
14641 : : }
14642 : : importlib__bootstrap_toplevel_consts_41_consts_2_qualname = {
14643 : : ._ascii = {
14644 : : .ob_base = {
14645 : : .ob_refcnt = 999999999,
14646 : : .ob_type = &PyUnicode_Type,
14647 : : },
14648 : : .length = 28,
14649 : : .hash = -1,
14650 : : .state = {
14651 : : .kind = 1,
14652 : : .compact = 1,
14653 : : .ascii = 1,
14654 : : },
14655 : : },
14656 : : ._data = "_ImportLockContext.__enter__",
14657 : : };
14658 : : static
14659 : : struct {
14660 : : PyObject_VAR_HEAD
14661 : : Py_hash_t ob_shash;
14662 : : char ob_sval[24];
14663 : : }
14664 : : importlib__bootstrap_toplevel_consts_41_consts_2_linetable = {
14665 : : .ob_base = {
14666 : : .ob_base = {
14667 : : .ob_refcnt = 999999999,
14668 : : .ob_type = &PyBytes_Type,
14669 : : },
14670 : : .ob_size = 23,
14671 : : },
14672 : : .ob_shash = -1,
14673 : : .ob_sval = "\x80\x00\xe5\x08\x0c\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
14674 : : };
14675 : : static
14676 : : struct _PyCode_DEF(50)
14677 : : importlib__bootstrap_toplevel_consts_41_consts_2 = {
14678 : : .ob_base = {
14679 : : .ob_base = {
14680 : : .ob_refcnt = 999999999,
14681 : : .ob_type = &PyCode_Type,
14682 : : },
14683 : : .ob_size = 25,
14684 : : },
14685 : : .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
14686 : : .co_names = & importlib__bootstrap_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
14687 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14688 : : .co_flags = 3,
14689 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14690 : : ._co_linearray_entry_size = 0,
14691 : : .co_argcount = 1,
14692 : : .co_posonlyargcount = 0,
14693 : : .co_kwonlyargcount = 0,
14694 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
14695 : : .co_stacksize = 2,
14696 : : .co_firstlineno = 1028,
14697 : : .co_nlocalsplus = 1,
14698 : : .co_nlocals = 1,
14699 : : .co_nplaincellvars = 0,
14700 : : .co_ncellvars = 0,
14701 : : .co_nfreevars = 0,
14702 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
14703 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
14704 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14705 : : .co_name = &_Py_ID(__enter__),
14706 : : .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
14707 : : .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
14708 : : ._co_code = NULL,
14709 : : ._co_linearray = NULL,
14710 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
14711 : : ._co_firsttraceable = 0,
14712 : : };
14713 : : static
14714 : : struct {
14715 : : PyASCIIObject _ascii;
14716 : : uint8_t _data[61];
14717 : : }
14718 : : importlib__bootstrap_toplevel_consts_41_consts_3_consts_0 = {
14719 : : ._ascii = {
14720 : : .ob_base = {
14721 : : .ob_refcnt = 999999999,
14722 : : .ob_type = &PyUnicode_Type,
14723 : : },
14724 : : .length = 60,
14725 : : .hash = -1,
14726 : : .state = {
14727 : : .kind = 1,
14728 : : .compact = 1,
14729 : : .ascii = 1,
14730 : : },
14731 : : },
14732 : : ._data = "Release the import lock regardless of any raised exceptions.",
14733 : : };
14734 : : static
14735 : : struct {
14736 : : PyGC_Head _gc_head;
14737 : : struct {
14738 : : PyObject_VAR_HEAD
14739 : : PyObject *ob_item[2];
14740 : : }_object;
14741 : : }
14742 : : importlib__bootstrap_toplevel_consts_41_consts_3_consts = {
14743 : : ._object = {
14744 : : .ob_base = {
14745 : : .ob_base = {
14746 : : .ob_refcnt = 999999999,
14747 : : .ob_type = &PyTuple_Type,
14748 : : },
14749 : : .ob_size = 2,
14750 : : },
14751 : : .ob_item = {
14752 : : & importlib__bootstrap_toplevel_consts_41_consts_3_consts_0._ascii.ob_base,
14753 : : Py_None,
14754 : : },
14755 : : },
14756 : : };
14757 : : static
14758 : : struct {
14759 : : PyGC_Head _gc_head;
14760 : : struct {
14761 : : PyObject_VAR_HEAD
14762 : : PyObject *ob_item[2];
14763 : : }_object;
14764 : : }
14765 : : importlib__bootstrap_toplevel_consts_41_consts_3_names = {
14766 : : ._object = {
14767 : : .ob_base = {
14768 : : .ob_base = {
14769 : : .ob_refcnt = 999999999,
14770 : : .ob_type = &PyTuple_Type,
14771 : : },
14772 : : .ob_size = 2,
14773 : : },
14774 : : .ob_item = {
14775 : : & const_str__imp._ascii.ob_base,
14776 : : & const_str_release_lock._ascii.ob_base,
14777 : : },
14778 : : },
14779 : : };
14780 : : static
14781 : : struct {
14782 : : PyASCIIObject _ascii;
14783 : : uint8_t _data[28];
14784 : : }
14785 : : importlib__bootstrap_toplevel_consts_41_consts_3_qualname = {
14786 : : ._ascii = {
14787 : : .ob_base = {
14788 : : .ob_refcnt = 999999999,
14789 : : .ob_type = &PyUnicode_Type,
14790 : : },
14791 : : .length = 27,
14792 : : .hash = -1,
14793 : : .state = {
14794 : : .kind = 1,
14795 : : .compact = 1,
14796 : : .ascii = 1,
14797 : : },
14798 : : },
14799 : : ._data = "_ImportLockContext.__exit__",
14800 : : };
14801 : : static
14802 : : struct {
14803 : : PyASCIIObject _ascii;
14804 : : uint8_t _data[9];
14805 : : }
14806 : : const_str_exc_type = {
14807 : : ._ascii = {
14808 : : .ob_base = {
14809 : : .ob_refcnt = 999999999,
14810 : : .ob_type = &PyUnicode_Type,
14811 : : },
14812 : : .length = 8,
14813 : : .hash = -1,
14814 : : .state = {
14815 : : .kind = 1,
14816 : : .compact = 1,
14817 : : .ascii = 1,
14818 : : },
14819 : : },
14820 : : ._data = "exc_type",
14821 : : };
14822 : : static
14823 : : struct {
14824 : : PyASCIIObject _ascii;
14825 : : uint8_t _data[10];
14826 : : }
14827 : : const_str_exc_value = {
14828 : : ._ascii = {
14829 : : .ob_base = {
14830 : : .ob_refcnt = 999999999,
14831 : : .ob_type = &PyUnicode_Type,
14832 : : },
14833 : : .length = 9,
14834 : : .hash = -1,
14835 : : .state = {
14836 : : .kind = 1,
14837 : : .compact = 1,
14838 : : .ascii = 1,
14839 : : },
14840 : : },
14841 : : ._data = "exc_value",
14842 : : };
14843 : : static
14844 : : struct {
14845 : : PyASCIIObject _ascii;
14846 : : uint8_t _data[14];
14847 : : }
14848 : : const_str_exc_traceback = {
14849 : : ._ascii = {
14850 : : .ob_base = {
14851 : : .ob_refcnt = 999999999,
14852 : : .ob_type = &PyUnicode_Type,
14853 : : },
14854 : : .length = 13,
14855 : : .hash = -1,
14856 : : .state = {
14857 : : .kind = 1,
14858 : : .compact = 1,
14859 : : .ascii = 1,
14860 : : },
14861 : : },
14862 : : ._data = "exc_traceback",
14863 : : };
14864 : : static
14865 : : struct {
14866 : : PyGC_Head _gc_head;
14867 : : struct {
14868 : : PyObject_VAR_HEAD
14869 : : PyObject *ob_item[4];
14870 : : }_object;
14871 : : }
14872 : : importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames = {
14873 : : ._object = {
14874 : : .ob_base = {
14875 : : .ob_base = {
14876 : : .ob_refcnt = 999999999,
14877 : : .ob_type = &PyTuple_Type,
14878 : : },
14879 : : .ob_size = 4,
14880 : : },
14881 : : .ob_item = {
14882 : : & const_str_self._ascii.ob_base,
14883 : : & const_str_exc_type._ascii.ob_base,
14884 : : & const_str_exc_value._ascii.ob_base,
14885 : : & const_str_exc_traceback._ascii.ob_base,
14886 : : },
14887 : : },
14888 : : };
14889 : : static
14890 : : struct _PyCode_DEF(50)
14891 : : importlib__bootstrap_toplevel_consts_41_consts_3 = {
14892 : : .ob_base = {
14893 : : .ob_base = {
14894 : : .ob_refcnt = 999999999,
14895 : : .ob_type = &PyCode_Type,
14896 : : },
14897 : : .ob_size = 25,
14898 : : },
14899 : : .co_consts = & importlib__bootstrap_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
14900 : : .co_names = & importlib__bootstrap_toplevel_consts_41_consts_3_names._object.ob_base.ob_base,
14901 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
14902 : : .co_flags = 3,
14903 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
14904 : : ._co_linearray_entry_size = 0,
14905 : : .co_argcount = 4,
14906 : : .co_posonlyargcount = 0,
14907 : : .co_kwonlyargcount = 0,
14908 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
14909 : : .co_stacksize = 2,
14910 : : .co_firstlineno = 1032,
14911 : : .co_nlocalsplus = 4,
14912 : : .co_nlocals = 4,
14913 : : .co_nplaincellvars = 0,
14914 : : .co_ncellvars = 0,
14915 : : .co_nfreevars = 0,
14916 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_41_consts_3_localsplusnames._object.ob_base.ob_base,
14917 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
14918 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
14919 : : .co_name = &_Py_ID(__exit__),
14920 : : .co_qualname = & importlib__bootstrap_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
14921 : : .co_linetable = & importlib__bootstrap_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
14922 : : ._co_code = NULL,
14923 : : ._co_linearray = NULL,
14924 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
14925 : : ._co_firsttraceable = 0,
14926 : : };
14927 : : static
14928 : : struct {
14929 : : PyGC_Head _gc_head;
14930 : : struct {
14931 : : PyObject_VAR_HEAD
14932 : : PyObject *ob_item[5];
14933 : : }_object;
14934 : : }
14935 : : importlib__bootstrap_toplevel_consts_41_consts = {
14936 : : ._object = {
14937 : : .ob_base = {
14938 : : .ob_base = {
14939 : : .ob_refcnt = 999999999,
14940 : : .ob_type = &PyTuple_Type,
14941 : : },
14942 : : .ob_size = 5,
14943 : : },
14944 : : .ob_item = {
14945 : : & const_str__ImportLockContext._ascii.ob_base,
14946 : : & importlib__bootstrap_toplevel_consts_41_consts_1._ascii.ob_base,
14947 : : & importlib__bootstrap_toplevel_consts_41_consts_2.ob_base.ob_base,
14948 : : & importlib__bootstrap_toplevel_consts_41_consts_3.ob_base.ob_base,
14949 : : Py_None,
14950 : : },
14951 : : },
14952 : : };
14953 : : static
14954 : : struct {
14955 : : PyGC_Head _gc_head;
14956 : : struct {
14957 : : PyObject_VAR_HEAD
14958 : : PyObject *ob_item[6];
14959 : : }_object;
14960 : : }
14961 : : importlib__bootstrap_toplevel_consts_41_names = {
14962 : : ._object = {
14963 : : .ob_base = {
14964 : : .ob_base = {
14965 : : .ob_refcnt = 999999999,
14966 : : .ob_type = &PyTuple_Type,
14967 : : },
14968 : : .ob_size = 6,
14969 : : },
14970 : : .ob_item = {
14971 : : &_Py_ID(__name__),
14972 : : &_Py_ID(__module__),
14973 : : &_Py_ID(__qualname__),
14974 : : &_Py_ID(__doc__),
14975 : : &_Py_ID(__enter__),
14976 : : &_Py_ID(__exit__),
14977 : : },
14978 : : },
14979 : : };
14980 : : static
14981 : : struct {
14982 : : PyObject_VAR_HEAD
14983 : : Py_hash_t ob_shash;
14984 : : char ob_sval[57];
14985 : : }
14986 : : importlib__bootstrap_toplevel_consts_41_linetable = {
14987 : : .ob_base = {
14988 : : .ob_base = {
14989 : : .ob_refcnt = 999999999,
14990 : : .ob_type = &PyBytes_Type,
14991 : : },
14992 : : .ob_size = 56,
14993 : : },
14994 : : .ob_shash = -1,
14995 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x2e\xd0\x04\x2e\xf0\x04\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x08\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf0\x00\x02\x05\x1c",
14996 : : };
14997 : : static
14998 : : struct _PyCode_DEF(30)
14999 : : importlib__bootstrap_toplevel_consts_41 = {
15000 : : .ob_base = {
15001 : : .ob_base = {
15002 : : .ob_refcnt = 999999999,
15003 : : .ob_type = &PyCode_Type,
15004 : : },
15005 : : .ob_size = 15,
15006 : : },
15007 : : .co_consts = & importlib__bootstrap_toplevel_consts_41_consts._object.ob_base.ob_base,
15008 : : .co_names = & importlib__bootstrap_toplevel_consts_41_names._object.ob_base.ob_base,
15009 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15010 : : .co_flags = 0,
15011 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15012 : : ._co_linearray_entry_size = 0,
15013 : : .co_argcount = 0,
15014 : : .co_posonlyargcount = 0,
15015 : : .co_kwonlyargcount = 0,
15016 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
15017 : : .co_stacksize = 1,
15018 : : .co_firstlineno = 1024,
15019 : : .co_nlocalsplus = 0,
15020 : : .co_nlocals = 0,
15021 : : .co_nplaincellvars = 0,
15022 : : .co_ncellvars = 0,
15023 : : .co_nfreevars = 0,
15024 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
15025 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
15026 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15027 : : .co_name = & const_str__ImportLockContext._ascii.ob_base,
15028 : : .co_qualname = & const_str__ImportLockContext._ascii.ob_base,
15029 : : .co_linetable = & importlib__bootstrap_toplevel_consts_41_linetable.ob_base.ob_base,
15030 : : ._co_code = NULL,
15031 : : ._co_linearray = NULL,
15032 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
15033 : : ._co_firsttraceable = 0,
15034 : : };
15035 : : static
15036 : : struct {
15037 : : PyASCIIObject _ascii;
15038 : : uint8_t _data[51];
15039 : : }
15040 : : importlib__bootstrap_toplevel_consts_43_consts_0 = {
15041 : : ._ascii = {
15042 : : .ob_base = {
15043 : : .ob_refcnt = 999999999,
15044 : : .ob_type = &PyUnicode_Type,
15045 : : },
15046 : : .length = 50,
15047 : : .hash = -1,
15048 : : .state = {
15049 : : .kind = 1,
15050 : : .compact = 1,
15051 : : .ascii = 1,
15052 : : },
15053 : : },
15054 : : ._data = "Resolve a relative module name to an absolute one.",
15055 : : };
15056 : : static
15057 : : struct {
15058 : : PyASCIIObject _ascii;
15059 : : uint8_t _data[51];
15060 : : }
15061 : : importlib__bootstrap_toplevel_consts_43_consts_3 = {
15062 : : ._ascii = {
15063 : : .ob_base = {
15064 : : .ob_refcnt = 999999999,
15065 : : .ob_type = &PyUnicode_Type,
15066 : : },
15067 : : .length = 50,
15068 : : .hash = -1,
15069 : : .state = {
15070 : : .kind = 1,
15071 : : .compact = 1,
15072 : : .ascii = 1,
15073 : : },
15074 : : },
15075 : : ._data = "attempted relative import beyond top-level package",
15076 : : };
15077 : : static
15078 : : struct {
15079 : : PyASCIIObject _ascii;
15080 : : uint8_t _data[6];
15081 : : }
15082 : : importlib__bootstrap_toplevel_consts_43_consts_5 = {
15083 : : ._ascii = {
15084 : : .ob_base = {
15085 : : .ob_refcnt = 999999999,
15086 : : .ob_type = &PyUnicode_Type,
15087 : : },
15088 : : .length = 5,
15089 : : .hash = -1,
15090 : : .state = {
15091 : : .kind = 1,
15092 : : .compact = 1,
15093 : : .ascii = 1,
15094 : : },
15095 : : },
15096 : : ._data = "{}.{}",
15097 : : };
15098 : : static
15099 : : struct {
15100 : : PyGC_Head _gc_head;
15101 : : struct {
15102 : : PyObject_VAR_HEAD
15103 : : PyObject *ob_item[6];
15104 : : }_object;
15105 : : }
15106 : : importlib__bootstrap_toplevel_consts_43_consts = {
15107 : : ._object = {
15108 : : .ob_base = {
15109 : : .ob_base = {
15110 : : .ob_refcnt = 999999999,
15111 : : .ob_type = &PyTuple_Type,
15112 : : },
15113 : : .ob_size = 6,
15114 : : },
15115 : : .ob_item = {
15116 : : & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
15117 : : &_Py_STR(dot),
15118 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
15119 : : & importlib__bootstrap_toplevel_consts_43_consts_3._ascii.ob_base,
15120 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
15121 : : & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
15122 : : },
15123 : : },
15124 : : };
15125 : : static
15126 : : struct {
15127 : : PyASCIIObject _ascii;
15128 : : uint8_t _data[7];
15129 : : }
15130 : : const_str_rsplit = {
15131 : : ._ascii = {
15132 : : .ob_base = {
15133 : : .ob_refcnt = 999999999,
15134 : : .ob_type = &PyUnicode_Type,
15135 : : },
15136 : : .length = 6,
15137 : : .hash = -1,
15138 : : .state = {
15139 : : .kind = 1,
15140 : : .compact = 1,
15141 : : .ascii = 1,
15142 : : },
15143 : : },
15144 : : ._data = "rsplit",
15145 : : };
15146 : : static
15147 : : struct {
15148 : : PyGC_Head _gc_head;
15149 : : struct {
15150 : : PyObject_VAR_HEAD
15151 : : PyObject *ob_item[4];
15152 : : }_object;
15153 : : }
15154 : : importlib__bootstrap_toplevel_consts_43_names = {
15155 : : ._object = {
15156 : : .ob_base = {
15157 : : .ob_base = {
15158 : : .ob_refcnt = 999999999,
15159 : : .ob_type = &PyTuple_Type,
15160 : : },
15161 : : .ob_size = 4,
15162 : : },
15163 : : .ob_item = {
15164 : : & const_str_rsplit._ascii.ob_base,
15165 : : &_Py_ID(len),
15166 : : & const_str_ImportError._ascii.ob_base,
15167 : : & const_str_format._ascii.ob_base,
15168 : : },
15169 : : },
15170 : : };
15171 : : static
15172 : : struct {
15173 : : PyASCIIObject _ascii;
15174 : : uint8_t _data[14];
15175 : : }
15176 : : const_str__resolve_name = {
15177 : : ._ascii = {
15178 : : .ob_base = {
15179 : : .ob_refcnt = 999999999,
15180 : : .ob_type = &PyUnicode_Type,
15181 : : },
15182 : : .length = 13,
15183 : : .hash = -1,
15184 : : .state = {
15185 : : .kind = 1,
15186 : : .compact = 1,
15187 : : .ascii = 1,
15188 : : },
15189 : : },
15190 : : ._data = "_resolve_name",
15191 : : };
15192 : : static
15193 : : struct {
15194 : : PyObject_VAR_HEAD
15195 : : Py_hash_t ob_shash;
15196 : : char ob_sval[89];
15197 : : }
15198 : : importlib__bootstrap_toplevel_consts_43_linetable = {
15199 : : .ob_base = {
15200 : : .ob_base = {
15201 : : .ob_refcnt = 999999999,
15202 : : .ob_type = &PyBytes_Type,
15203 : : },
15204 : : .ob_size = 88,
15205 : : },
15206 : : .ob_shash = -1,
15207 : : .ob_sval = "\x80\x00\xe0\x0b\x12\x8f\x3e\x89\x3e\x98\x23\x98\x75\xa0\x71\x99\x79\xd4\x0b\x29\x80\x44\xdd\x07\x0a\x88\x34\x84\x79\x90\x35\xd2\x07\x18\xf0\x00\x01\x05\x50\x01\xdd\x0e\x19\xd0\x1a\x4e\xd4\x0e\x4f\xd0\x08\x4f\xd8\x0b\x0f\x90\x01\x8c\x37\x80\x44\xd8\x29\x2d\xd0\x0b\x37\x88\x37\x8f\x3e\x89\x3e\x98\x24\xa0\x04\xd4\x0b\x25\xd0\x0b\x25\xb0\x34\xd0\x04\x37",
15208 : : };
15209 : : static
15210 : : struct {
15211 : : PyASCIIObject _ascii;
15212 : : uint8_t _data[8];
15213 : : }
15214 : : const_str_package = {
15215 : : ._ascii = {
15216 : : .ob_base = {
15217 : : .ob_refcnt = 999999999,
15218 : : .ob_type = &PyUnicode_Type,
15219 : : },
15220 : : .length = 7,
15221 : : .hash = -1,
15222 : : .state = {
15223 : : .kind = 1,
15224 : : .compact = 1,
15225 : : .ascii = 1,
15226 : : },
15227 : : },
15228 : : ._data = "package",
15229 : : };
15230 : : static
15231 : : struct {
15232 : : PyASCIIObject _ascii;
15233 : : uint8_t _data[6];
15234 : : }
15235 : : const_str_level = {
15236 : : ._ascii = {
15237 : : .ob_base = {
15238 : : .ob_refcnt = 999999999,
15239 : : .ob_type = &PyUnicode_Type,
15240 : : },
15241 : : .length = 5,
15242 : : .hash = -1,
15243 : : .state = {
15244 : : .kind = 1,
15245 : : .compact = 1,
15246 : : .ascii = 1,
15247 : : },
15248 : : },
15249 : : ._data = "level",
15250 : : };
15251 : : static
15252 : : struct {
15253 : : PyASCIIObject _ascii;
15254 : : uint8_t _data[5];
15255 : : }
15256 : : const_str_bits = {
15257 : : ._ascii = {
15258 : : .ob_base = {
15259 : : .ob_refcnt = 999999999,
15260 : : .ob_type = &PyUnicode_Type,
15261 : : },
15262 : : .length = 4,
15263 : : .hash = -1,
15264 : : .state = {
15265 : : .kind = 1,
15266 : : .compact = 1,
15267 : : .ascii = 1,
15268 : : },
15269 : : },
15270 : : ._data = "bits",
15271 : : };
15272 : : static
15273 : : struct {
15274 : : PyASCIIObject _ascii;
15275 : : uint8_t _data[5];
15276 : : }
15277 : : const_str_base = {
15278 : : ._ascii = {
15279 : : .ob_base = {
15280 : : .ob_refcnt = 999999999,
15281 : : .ob_type = &PyUnicode_Type,
15282 : : },
15283 : : .length = 4,
15284 : : .hash = -1,
15285 : : .state = {
15286 : : .kind = 1,
15287 : : .compact = 1,
15288 : : .ascii = 1,
15289 : : },
15290 : : },
15291 : : ._data = "base",
15292 : : };
15293 : : static
15294 : : struct {
15295 : : PyGC_Head _gc_head;
15296 : : struct {
15297 : : PyObject_VAR_HEAD
15298 : : PyObject *ob_item[5];
15299 : : }_object;
15300 : : }
15301 : : importlib__bootstrap_toplevel_consts_43_localsplusnames = {
15302 : : ._object = {
15303 : : .ob_base = {
15304 : : .ob_base = {
15305 : : .ob_refcnt = 999999999,
15306 : : .ob_type = &PyTuple_Type,
15307 : : },
15308 : : .ob_size = 5,
15309 : : },
15310 : : .ob_item = {
15311 : : &_Py_ID(name),
15312 : : & const_str_package._ascii.ob_base,
15313 : : & const_str_level._ascii.ob_base,
15314 : : & const_str_bits._ascii.ob_base,
15315 : : & const_str_base._ascii.ob_base,
15316 : : },
15317 : : },
15318 : : };
15319 : : static
15320 : : struct _PyCode_DEF(168)
15321 : : importlib__bootstrap_toplevel_consts_43 = {
15322 : : .ob_base = {
15323 : : .ob_base = {
15324 : : .ob_refcnt = 999999999,
15325 : : .ob_type = &PyCode_Type,
15326 : : },
15327 : : .ob_size = 84,
15328 : : },
15329 : : .co_consts = & importlib__bootstrap_toplevel_consts_43_consts._object.ob_base.ob_base,
15330 : : .co_names = & importlib__bootstrap_toplevel_consts_43_names._object.ob_base.ob_base,
15331 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15332 : : .co_flags = 3,
15333 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15334 : : ._co_linearray_entry_size = 0,
15335 : : .co_argcount = 3,
15336 : : .co_posonlyargcount = 0,
15337 : : .co_kwonlyargcount = 0,
15338 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
15339 : : .co_stacksize = 5,
15340 : : .co_firstlineno = 1037,
15341 : : .co_nlocalsplus = 5,
15342 : : .co_nlocals = 5,
15343 : : .co_nplaincellvars = 0,
15344 : : .co_ncellvars = 0,
15345 : : .co_nfreevars = 0,
15346 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
15347 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
15348 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15349 : : .co_name = & const_str__resolve_name._ascii.ob_base,
15350 : : .co_qualname = & const_str__resolve_name._ascii.ob_base,
15351 : : .co_linetable = & importlib__bootstrap_toplevel_consts_43_linetable.ob_base.ob_base,
15352 : : ._co_code = NULL,
15353 : : ._co_linearray = NULL,
15354 : : .co_code_adaptive = "\x97\x00\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\x64\x02\x7a\x0a\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x72\x13\x64\x05\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x04\x53\x00",
15355 : : ._co_firsttraceable = 0,
15356 : : };
15357 : : static
15358 : : struct {
15359 : : PyASCIIObject _ascii;
15360 : : uint8_t _data[54];
15361 : : }
15362 : : importlib__bootstrap_toplevel_consts_44_consts_1 = {
15363 : : ._ascii = {
15364 : : .ob_base = {
15365 : : .ob_refcnt = 999999999,
15366 : : .ob_type = &PyUnicode_Type,
15367 : : },
15368 : : .length = 53,
15369 : : .hash = -1,
15370 : : .state = {
15371 : : .kind = 1,
15372 : : .compact = 1,
15373 : : .ascii = 1,
15374 : : },
15375 : : },
15376 : : ._data = ".find_spec() not found; falling back to find_module()",
15377 : : };
15378 : : static
15379 : : struct {
15380 : : PyGC_Head _gc_head;
15381 : : struct {
15382 : : PyObject_VAR_HEAD
15383 : : PyObject *ob_item[2];
15384 : : }_object;
15385 : : }
15386 : : importlib__bootstrap_toplevel_consts_44_consts = {
15387 : : ._object = {
15388 : : .ob_base = {
15389 : : .ob_base = {
15390 : : .ob_refcnt = 999999999,
15391 : : .ob_type = &PyTuple_Type,
15392 : : },
15393 : : .ob_size = 2,
15394 : : },
15395 : : .ob_item = {
15396 : : Py_None,
15397 : : & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
15398 : : },
15399 : : },
15400 : : };
15401 : : static
15402 : : struct {
15403 : : PyGC_Head _gc_head;
15404 : : struct {
15405 : : PyObject_VAR_HEAD
15406 : : PyObject *ob_item[6];
15407 : : }_object;
15408 : : }
15409 : : importlib__bootstrap_toplevel_consts_44_names = {
15410 : : ._object = {
15411 : : .ob_base = {
15412 : : .ob_base = {
15413 : : .ob_refcnt = 999999999,
15414 : : .ob_type = &PyTuple_Type,
15415 : : },
15416 : : .ob_size = 6,
15417 : : },
15418 : : .ob_item = {
15419 : : & const_str__object_name._ascii.ob_base,
15420 : : & const_str__warnings._ascii.ob_base,
15421 : : & const_str_warn._ascii.ob_base,
15422 : : & const_str_ImportWarning._ascii.ob_base,
15423 : : & const_str_find_module._ascii.ob_base,
15424 : : & const_str_spec_from_loader._ascii.ob_base,
15425 : : },
15426 : : },
15427 : : };
15428 : : static
15429 : : struct {
15430 : : PyASCIIObject _ascii;
15431 : : uint8_t _data[18];
15432 : : }
15433 : : const_str__find_spec_legacy = {
15434 : : ._ascii = {
15435 : : .ob_base = {
15436 : : .ob_refcnt = 999999999,
15437 : : .ob_type = &PyUnicode_Type,
15438 : : },
15439 : : .length = 17,
15440 : : .hash = -1,
15441 : : .state = {
15442 : : .kind = 1,
15443 : : .compact = 1,
15444 : : .ascii = 1,
15445 : : },
15446 : : },
15447 : : ._data = "_find_spec_legacy",
15448 : : };
15449 : : static
15450 : : struct {
15451 : : PyObject_VAR_HEAD
15452 : : Py_hash_t ob_shash;
15453 : : char ob_sval[89];
15454 : : }
15455 : : importlib__bootstrap_toplevel_consts_44_linetable = {
15456 : : .ob_base = {
15457 : : .ob_base = {
15458 : : .ob_refcnt = 999999999,
15459 : : .ob_type = &PyBytes_Type,
15460 : : },
15461 : : .ob_size = 88,
15462 : : },
15463 : : .ob_shash = -1,
15464 : : .ob_sval = "\x80\x00\xdd\x0e\x1a\x98\x36\xd4\x0e\x22\xf0\x00\x01\x0c\x3b\xf0\x00\x01\x0c\x3b\xf0\x00\x01\x0c\x3b\x80\x43\xe5\x04\x0d\x87\x4e\x81\x4e\x90\x33\x9d\x0d\xd4\x04\x26\xd0\x04\x26\xd8\x0d\x13\xd7\x0d\x1f\xd1\x0d\x1f\xa0\x04\xa0\x64\xd4\x0d\x2b\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x0b\x1b\x98\x44\xa0\x26\xd4\x0b\x29\xd0\x04\x29",
15465 : : };
15466 : : static
15467 : : struct {
15468 : : PyASCIIObject _ascii;
15469 : : uint8_t _data[7];
15470 : : }
15471 : : const_str_finder = {
15472 : : ._ascii = {
15473 : : .ob_base = {
15474 : : .ob_refcnt = 999999999,
15475 : : .ob_type = &PyUnicode_Type,
15476 : : },
15477 : : .length = 6,
15478 : : .hash = -1,
15479 : : .state = {
15480 : : .kind = 1,
15481 : : .compact = 1,
15482 : : .ascii = 1,
15483 : : },
15484 : : },
15485 : : ._data = "finder",
15486 : : };
15487 : : static
15488 : : struct {
15489 : : PyGC_Head _gc_head;
15490 : : struct {
15491 : : PyObject_VAR_HEAD
15492 : : PyObject *ob_item[5];
15493 : : }_object;
15494 : : }
15495 : : importlib__bootstrap_toplevel_consts_44_localsplusnames = {
15496 : : ._object = {
15497 : : .ob_base = {
15498 : : .ob_base = {
15499 : : .ob_refcnt = 999999999,
15500 : : .ob_type = &PyTuple_Type,
15501 : : },
15502 : : .ob_size = 5,
15503 : : },
15504 : : .ob_item = {
15505 : : & const_str_finder._ascii.ob_base,
15506 : : &_Py_ID(name),
15507 : : &_Py_ID(path),
15508 : : &_Py_ID(msg),
15509 : : & const_str_loader._ascii.ob_base,
15510 : : },
15511 : : },
15512 : : };
15513 : : static
15514 : : struct _PyCode_DEF(166)
15515 : : importlib__bootstrap_toplevel_consts_44 = {
15516 : : .ob_base = {
15517 : : .ob_base = {
15518 : : .ob_refcnt = 999999999,
15519 : : .ob_type = &PyCode_Type,
15520 : : },
15521 : : .ob_size = 83,
15522 : : },
15523 : : .co_consts = & importlib__bootstrap_toplevel_consts_44_consts._object.ob_base.ob_base,
15524 : : .co_names = & importlib__bootstrap_toplevel_consts_44_names._object.ob_base.ob_base,
15525 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
15526 : : .co_flags = 3,
15527 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15528 : : ._co_linearray_entry_size = 0,
15529 : : .co_argcount = 3,
15530 : : .co_posonlyargcount = 0,
15531 : : .co_kwonlyargcount = 0,
15532 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
15533 : : .co_stacksize = 4,
15534 : : .co_firstlineno = 1046,
15535 : : .co_nlocalsplus = 5,
15536 : : .co_nlocals = 5,
15537 : : .co_nplaincellvars = 0,
15538 : : .co_ncellvars = 0,
15539 : : .co_nfreevars = 0,
15540 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
15541 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
15542 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15543 : : .co_name = & const_str__find_spec_legacy._ascii.ob_base,
15544 : : .co_qualname = & const_str__find_spec_legacy._ascii.ob_base,
15545 : : .co_linetable = & importlib__bootstrap_toplevel_consts_44_linetable.ob_base.ob_base,
15546 : : ._co_code = NULL,
15547 : : ._co_linearray = NULL,
15548 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x01\x9d\x02\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
15549 : : ._co_firsttraceable = 0,
15550 : : };
15551 : : static
15552 : : struct {
15553 : : PyASCIIObject _ascii;
15554 : : uint8_t _data[22];
15555 : : }
15556 : : importlib__bootstrap_toplevel_consts_45_consts_0 = {
15557 : : ._ascii = {
15558 : : .ob_base = {
15559 : : .ob_refcnt = 999999999,
15560 : : .ob_type = &PyUnicode_Type,
15561 : : },
15562 : : .length = 21,
15563 : : .hash = -1,
15564 : : .state = {
15565 : : .kind = 1,
15566 : : .compact = 1,
15567 : : .ascii = 1,
15568 : : },
15569 : : },
15570 : : ._data = "Find a module's spec.",
15571 : : };
15572 : : static
15573 : : struct {
15574 : : PyASCIIObject _ascii;
15575 : : uint8_t _data[54];
15576 : : }
15577 : : importlib__bootstrap_toplevel_consts_45_consts_2 = {
15578 : : ._ascii = {
15579 : : .ob_base = {
15580 : : .ob_refcnt = 999999999,
15581 : : .ob_type = &PyUnicode_Type,
15582 : : },
15583 : : .length = 53,
15584 : : .hash = -1,
15585 : : .state = {
15586 : : .kind = 1,
15587 : : .compact = 1,
15588 : : .ascii = 1,
15589 : : },
15590 : : },
15591 : : ._data = "sys.meta_path is None, Python is likely shutting down",
15592 : : };
15593 : : static
15594 : : struct {
15595 : : PyASCIIObject _ascii;
15596 : : uint8_t _data[23];
15597 : : }
15598 : : importlib__bootstrap_toplevel_consts_45_consts_3 = {
15599 : : ._ascii = {
15600 : : .ob_base = {
15601 : : .ob_refcnt = 999999999,
15602 : : .ob_type = &PyUnicode_Type,
15603 : : },
15604 : : .length = 22,
15605 : : .hash = -1,
15606 : : .state = {
15607 : : .kind = 1,
15608 : : .compact = 1,
15609 : : .ascii = 1,
15610 : : },
15611 : : },
15612 : : ._data = "sys.meta_path is empty",
15613 : : };
15614 : : static
15615 : : struct {
15616 : : PyGC_Head _gc_head;
15617 : : struct {
15618 : : PyObject_VAR_HEAD
15619 : : PyObject *ob_item[4];
15620 : : }_object;
15621 : : }
15622 : : importlib__bootstrap_toplevel_consts_45_consts = {
15623 : : ._object = {
15624 : : .ob_base = {
15625 : : .ob_base = {
15626 : : .ob_refcnt = 999999999,
15627 : : .ob_type = &PyTuple_Type,
15628 : : },
15629 : : .ob_size = 4,
15630 : : },
15631 : : .ob_item = {
15632 : : & importlib__bootstrap_toplevel_consts_45_consts_0._ascii.ob_base,
15633 : : Py_None,
15634 : : & importlib__bootstrap_toplevel_consts_45_consts_2._ascii.ob_base,
15635 : : & importlib__bootstrap_toplevel_consts_45_consts_3._ascii.ob_base,
15636 : : },
15637 : : },
15638 : : };
15639 : : static
15640 : : struct {
15641 : : PyASCIIObject _ascii;
15642 : : uint8_t _data[10];
15643 : : }
15644 : : const_str_meta_path = {
15645 : : ._ascii = {
15646 : : .ob_base = {
15647 : : .ob_refcnt = 999999999,
15648 : : .ob_type = &PyUnicode_Type,
15649 : : },
15650 : : .length = 9,
15651 : : .hash = -1,
15652 : : .state = {
15653 : : .kind = 1,
15654 : : .compact = 1,
15655 : : .ascii = 1,
15656 : : },
15657 : : },
15658 : : ._data = "meta_path",
15659 : : };
15660 : : static
15661 : : struct {
15662 : : PyGC_Head _gc_head;
15663 : : struct {
15664 : : PyObject_VAR_HEAD
15665 : : PyObject *ob_item[12];
15666 : : }_object;
15667 : : }
15668 : : importlib__bootstrap_toplevel_consts_45_names = {
15669 : : ._object = {
15670 : : .ob_base = {
15671 : : .ob_base = {
15672 : : .ob_refcnt = 999999999,
15673 : : .ob_type = &PyTuple_Type,
15674 : : },
15675 : : .ob_size = 12,
15676 : : },
15677 : : .ob_item = {
15678 : : & const_str_sys._ascii.ob_base,
15679 : : & const_str_meta_path._ascii.ob_base,
15680 : : & const_str_ImportError._ascii.ob_base,
15681 : : & const_str__warnings._ascii.ob_base,
15682 : : & const_str_warn._ascii.ob_base,
15683 : : & const_str_ImportWarning._ascii.ob_base,
15684 : : &_Py_ID(modules),
15685 : : & const_str__ImportLockContext._ascii.ob_base,
15686 : : & const_str_find_spec._ascii.ob_base,
15687 : : & const_str_AttributeError._ascii.ob_base,
15688 : : & const_str__find_spec_legacy._ascii.ob_base,
15689 : : &_Py_ID(__spec__),
15690 : : },
15691 : : },
15692 : : };
15693 : : static
15694 : : struct {
15695 : : PyASCIIObject _ascii;
15696 : : uint8_t _data[11];
15697 : : }
15698 : : const_str__find_spec = {
15699 : : ._ascii = {
15700 : : .ob_base = {
15701 : : .ob_refcnt = 999999999,
15702 : : .ob_type = &PyUnicode_Type,
15703 : : },
15704 : : .length = 10,
15705 : : .hash = -1,
15706 : : .state = {
15707 : : .kind = 1,
15708 : : .compact = 1,
15709 : : .ascii = 1,
15710 : : },
15711 : : },
15712 : : ._data = "_find_spec",
15713 : : };
15714 : : static
15715 : : struct {
15716 : : PyObject_VAR_HEAD
15717 : : Py_hash_t ob_shash;
15718 : : char ob_sval[463];
15719 : : }
15720 : : importlib__bootstrap_toplevel_consts_45_linetable = {
15721 : : .ob_base = {
15722 : : .ob_base = {
15723 : : .ob_refcnt = 999999999,
15724 : : .ob_type = &PyBytes_Type,
15725 : : },
15726 : : .ob_size = 462,
15727 : : },
15728 : : .ob_shash = -1,
15729 : : .ob_sval = "\x80\x00\xe5\x10\x13\x97\x0d\x91\x0d\x80\x49\xd8\x07\x10\xf0\x00\x03\x05\x2b\xe5\x0e\x19\xf0\x00\x01\x1b\x2a\xf4\x00\x01\x0f\x2b\xf0\x00\x01\x09\x2b\xf0\x06\x00\x0c\x15\xf0\x00\x01\x05\x40\x01\xdd\x08\x11\x8f\x0e\x89\x0e\xd0\x17\x2f\xb5\x1d\xd4\x08\x3f\xd0\x08\x3f\xf0\x0a\x00\x11\x15\x9d\x03\x9f\x0b\x99\x0b\xd0\x10\x23\x80\x49\xd8\x12\x1b\xf0\x00\x1d\x05\x14\xf1\x00\x1d\x05\x14\x88\x06\xdd\x0d\x1f\xd4\x0d\x21\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x02\x07\x0d\x35\xd8\x1c\x22\xd7\x1c\x2c\xd1\x1c\x2c\x90\x09\xf0\x0c\x00\x18\x21\x90\x79\xa0\x14\xa0\x74\xa8\x56\xd4\x17\x34\x90\x04\xf0\x11\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf4\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x12\x00\x0c\x10\xf0\x00\x11\x09\x1c\xe0\x13\x1c\xf0\x00\x0f\x0d\x1c\xa0\x14\xad\x13\xaf\x1b\xa9\x1b\xd0\x21\x34\xf0\x00\x0f\x0d\x1c\xdd\x19\x1c\x9f\x1b\x99\x1b\xa0\x54\xd4\x19\x2a\x90\x06\xf0\x02\x0b\x11\x28\xd8\x1f\x25\x9f\x7f\x99\x7f\x90\x48\xf0\x0e\x00\x18\x20\xf0\x00\x03\x15\x28\xd8\x1f\x23\x98\x0b\x98\x0b\x98\x0b\xe0\x1f\x27\x98\x0f\x98\x0f\x98\x0f\xe0\x17\x1b\x90\x0b\x90\x0b\x90\x0b\xe0\x0f\x13\x88\x74\xf8\xf5\x33\x00\x14\x22\xf0\x00\x03\x0d\x1d\xf0\x00\x03\x0d\x1d\xf0\x00\x03\x0d\x1d\xdd\x17\x28\xa8\x16\xb0\x14\xb0\x74\xd4\x17\x3c\x90\x04\xd8\x13\x17\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xf0\x0d\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf4\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x0a\x01\x11\x1d\xf0\x00\x01\x11\x1d\xf0\x05\x03\x0d\x1d\xf8\xf8\xf8\xf0\x07\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf0\x00\x08\x09\x35\xf8\xf8\xf8\xf8\xf5\x1e\x00\x18\x26\xf0\x00\x04\x11\x20\xf0\x00\x04\x11\x20\xf0\x00\x04\x11\x20\xf0\x08\x00\x1c\x20\x90\x4b\x90\x4b\x90\x4b\x90\x4b\x90\x4b\xf0\x09\x04\x11\x20\xf8\xf8\xf8",
15730 : : };
15731 : : static
15732 : : struct {
15733 : : PyObject_VAR_HEAD
15734 : : Py_hash_t ob_shash;
15735 : : char ob_sval[73];
15736 : : }
15737 : : importlib__bootstrap_toplevel_consts_45_exceptiontable = {
15738 : : .ob_base = {
15739 : : .ob_base = {
15740 : : .ob_refcnt = 999999999,
15741 : : .ob_type = &PyBytes_Type,
15742 : : },
15743 : : .ob_size = 72,
15744 : : },
15745 : : .ob_shash = -1,
15746 : : .ob_sval = "\xc1\x24\x01\x43\x3d\x05\xc1\x26\x0c\x43\x11\x04\xc1\x32\x0b\x43\x3d\x05\xc2\x35\x0c\x44\x09\x02\xc3\x11\x1b\x43\x3a\x07\xc3\x2c\x01\x43\x3d\x05\xc3\x37\x02\x43\x3d\x05\xc3\x39\x01\x43\x3a\x07\xc3\x3a\x03\x43\x3d\x05\xc3\x3d\x05\x44\x06\x09\xc4\x09\x0c\x44\x1a\x05\xc4\x19\x01\x44\x1a\x05",
15747 : : };
15748 : : static
15749 : : struct {
15750 : : PyASCIIObject _ascii;
15751 : : uint8_t _data[10];
15752 : : }
15753 : : const_str_is_reload = {
15754 : : ._ascii = {
15755 : : .ob_base = {
15756 : : .ob_refcnt = 999999999,
15757 : : .ob_type = &PyUnicode_Type,
15758 : : },
15759 : : .length = 9,
15760 : : .hash = -1,
15761 : : .state = {
15762 : : .kind = 1,
15763 : : .compact = 1,
15764 : : .ascii = 1,
15765 : : },
15766 : : },
15767 : : ._data = "is_reload",
15768 : : };
15769 : : static
15770 : : struct {
15771 : : PyGC_Head _gc_head;
15772 : : struct {
15773 : : PyObject_VAR_HEAD
15774 : : PyObject *ob_item[10];
15775 : : }_object;
15776 : : }
15777 : : importlib__bootstrap_toplevel_consts_45_localsplusnames = {
15778 : : ._object = {
15779 : : .ob_base = {
15780 : : .ob_base = {
15781 : : .ob_refcnt = 999999999,
15782 : : .ob_type = &PyTuple_Type,
15783 : : },
15784 : : .ob_size = 10,
15785 : : },
15786 : : .ob_item = {
15787 : : &_Py_ID(name),
15788 : : &_Py_ID(path),
15789 : : & const_str_target._ascii.ob_base,
15790 : : & const_str_meta_path._ascii.ob_base,
15791 : : & const_str_is_reload._ascii.ob_base,
15792 : : & const_str_finder._ascii.ob_base,
15793 : : & const_str_find_spec._ascii.ob_base,
15794 : : & const_str_spec._ascii.ob_base,
15795 : : & const_str_module._ascii.ob_base,
15796 : : &_Py_ID(__spec__),
15797 : : },
15798 : : },
15799 : : };
15800 : : static
15801 : : struct _PyCode_DEF(570)
15802 : : importlib__bootstrap_toplevel_consts_45 = {
15803 : : .ob_base = {
15804 : : .ob_base = {
15805 : : .ob_refcnt = 999999999,
15806 : : .ob_type = &PyCode_Type,
15807 : : },
15808 : : .ob_size = 285,
15809 : : },
15810 : : .co_consts = & importlib__bootstrap_toplevel_consts_45_consts._object.ob_base.ob_base,
15811 : : .co_names = & importlib__bootstrap_toplevel_consts_45_names._object.ob_base.ob_base,
15812 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_45_exceptiontable.ob_base.ob_base,
15813 : : .co_flags = 3,
15814 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
15815 : : ._co_linearray_entry_size = 0,
15816 : : .co_argcount = 3,
15817 : : .co_posonlyargcount = 0,
15818 : : .co_kwonlyargcount = 0,
15819 : : .co_framesize = 18 + FRAME_SPECIALS_SIZE,
15820 : : .co_stacksize = 8,
15821 : : .co_firstlineno = 1056,
15822 : : .co_nlocalsplus = 10,
15823 : : .co_nlocals = 10,
15824 : : .co_nplaincellvars = 0,
15825 : : .co_ncellvars = 0,
15826 : : .co_nfreevars = 0,
15827 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
15828 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
15829 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
15830 : : .co_name = & const_str__find_spec._ascii.ob_base,
15831 : : .co_qualname = & const_str__find_spec._ascii.ob_base,
15832 : : .co_linetable = & importlib__bootstrap_toplevel_consts_45_linetable.ob_base.ob_base,
15833 : : ._co_code = NULL,
15834 : : ._co_linearray = NULL,
15835 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x73\x1d\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x7d\x04\x7c\x03\x44\x00\x5d\x78\x00\x00\x7d\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x09\x00\x7c\x05\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x02\x00\x7c\x06\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x07\xae\x33\x7c\x04\x73\x41\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x2e\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x7c\x08\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x80\x04\x7c\x07\x63\x02\x01\x00\x53\x00\x7c\x09\x63\x02\x01\x00\x53\x00\x7c\x07\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x0b\x59\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa2\x59\x00\x8c\x7c\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x80\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x07\x01\x00\x7c\x07\x63\x02\x59\x00\x63\x02\x01\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
15836 : : ._co_firsttraceable = 0,
15837 : : };
15838 : : static
15839 : : struct {
15840 : : PyASCIIObject _ascii;
15841 : : uint8_t _data[29];
15842 : : }
15843 : : importlib__bootstrap_toplevel_consts_46_consts_0 = {
15844 : : ._ascii = {
15845 : : .ob_base = {
15846 : : .ob_refcnt = 999999999,
15847 : : .ob_type = &PyUnicode_Type,
15848 : : },
15849 : : .length = 28,
15850 : : .hash = -1,
15851 : : .state = {
15852 : : .kind = 1,
15853 : : .compact = 1,
15854 : : .ascii = 1,
15855 : : },
15856 : : },
15857 : : ._data = "Verify arguments are \"sane\".",
15858 : : };
15859 : : static
15860 : : struct {
15861 : : PyASCIIObject _ascii;
15862 : : uint8_t _data[32];
15863 : : }
15864 : : importlib__bootstrap_toplevel_consts_46_consts_1 = {
15865 : : ._ascii = {
15866 : : .ob_base = {
15867 : : .ob_refcnt = 999999999,
15868 : : .ob_type = &PyUnicode_Type,
15869 : : },
15870 : : .length = 31,
15871 : : .hash = -1,
15872 : : .state = {
15873 : : .kind = 1,
15874 : : .compact = 1,
15875 : : .ascii = 1,
15876 : : },
15877 : : },
15878 : : ._data = "module name must be str, not {}",
15879 : : };
15880 : : static
15881 : : struct {
15882 : : PyASCIIObject _ascii;
15883 : : uint8_t _data[19];
15884 : : }
15885 : : importlib__bootstrap_toplevel_consts_46_consts_3 = {
15886 : : ._ascii = {
15887 : : .ob_base = {
15888 : : .ob_refcnt = 999999999,
15889 : : .ob_type = &PyUnicode_Type,
15890 : : },
15891 : : .length = 18,
15892 : : .hash = -1,
15893 : : .state = {
15894 : : .kind = 1,
15895 : : .compact = 1,
15896 : : .ascii = 1,
15897 : : },
15898 : : },
15899 : : ._data = "level must be >= 0",
15900 : : };
15901 : : static
15902 : : struct {
15903 : : PyASCIIObject _ascii;
15904 : : uint8_t _data[32];
15905 : : }
15906 : : importlib__bootstrap_toplevel_consts_46_consts_4 = {
15907 : : ._ascii = {
15908 : : .ob_base = {
15909 : : .ob_refcnt = 999999999,
15910 : : .ob_type = &PyUnicode_Type,
15911 : : },
15912 : : .length = 31,
15913 : : .hash = -1,
15914 : : .state = {
15915 : : .kind = 1,
15916 : : .compact = 1,
15917 : : .ascii = 1,
15918 : : },
15919 : : },
15920 : : ._data = "__package__ not set to a string",
15921 : : };
15922 : : static
15923 : : struct {
15924 : : PyASCIIObject _ascii;
15925 : : uint8_t _data[55];
15926 : : }
15927 : : importlib__bootstrap_toplevel_consts_46_consts_5 = {
15928 : : ._ascii = {
15929 : : .ob_base = {
15930 : : .ob_refcnt = 999999999,
15931 : : .ob_type = &PyUnicode_Type,
15932 : : },
15933 : : .length = 54,
15934 : : .hash = -1,
15935 : : .state = {
15936 : : .kind = 1,
15937 : : .compact = 1,
15938 : : .ascii = 1,
15939 : : },
15940 : : },
15941 : : ._data = "attempted relative import with no known parent package",
15942 : : };
15943 : : static
15944 : : struct {
15945 : : PyASCIIObject _ascii;
15946 : : uint8_t _data[18];
15947 : : }
15948 : : importlib__bootstrap_toplevel_consts_46_consts_6 = {
15949 : : ._ascii = {
15950 : : .ob_base = {
15951 : : .ob_refcnt = 999999999,
15952 : : .ob_type = &PyUnicode_Type,
15953 : : },
15954 : : .length = 17,
15955 : : .hash = -1,
15956 : : .state = {
15957 : : .kind = 1,
15958 : : .compact = 1,
15959 : : .ascii = 1,
15960 : : },
15961 : : },
15962 : : ._data = "Empty module name",
15963 : : };
15964 : : static
15965 : : struct {
15966 : : PyGC_Head _gc_head;
15967 : : struct {
15968 : : PyObject_VAR_HEAD
15969 : : PyObject *ob_item[8];
15970 : : }_object;
15971 : : }
15972 : : importlib__bootstrap_toplevel_consts_46_consts = {
15973 : : ._object = {
15974 : : .ob_base = {
15975 : : .ob_base = {
15976 : : .ob_refcnt = 999999999,
15977 : : .ob_type = &PyTuple_Type,
15978 : : },
15979 : : .ob_size = 8,
15980 : : },
15981 : : .ob_item = {
15982 : : & importlib__bootstrap_toplevel_consts_46_consts_0._ascii.ob_base,
15983 : : & importlib__bootstrap_toplevel_consts_46_consts_1._ascii.ob_base,
15984 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
15985 : : & importlib__bootstrap_toplevel_consts_46_consts_3._ascii.ob_base,
15986 : : & importlib__bootstrap_toplevel_consts_46_consts_4._ascii.ob_base,
15987 : : & importlib__bootstrap_toplevel_consts_46_consts_5._ascii.ob_base,
15988 : : & importlib__bootstrap_toplevel_consts_46_consts_6._ascii.ob_base,
15989 : : Py_None,
15990 : : },
15991 : : },
15992 : : };
15993 : : static
15994 : : struct {
15995 : : PyASCIIObject _ascii;
15996 : : uint8_t _data[4];
15997 : : }
15998 : : const_str_str = {
15999 : : ._ascii = {
16000 : : .ob_base = {
16001 : : .ob_refcnt = 999999999,
16002 : : .ob_type = &PyUnicode_Type,
16003 : : },
16004 : : .length = 3,
16005 : : .hash = -1,
16006 : : .state = {
16007 : : .kind = 1,
16008 : : .compact = 1,
16009 : : .ascii = 1,
16010 : : },
16011 : : },
16012 : : ._data = "str",
16013 : : };
16014 : : static
16015 : : struct {
16016 : : PyASCIIObject _ascii;
16017 : : uint8_t _data[10];
16018 : : }
16019 : : const_str_TypeError = {
16020 : : ._ascii = {
16021 : : .ob_base = {
16022 : : .ob_refcnt = 999999999,
16023 : : .ob_type = &PyUnicode_Type,
16024 : : },
16025 : : .length = 9,
16026 : : .hash = -1,
16027 : : .state = {
16028 : : .kind = 1,
16029 : : .compact = 1,
16030 : : .ascii = 1,
16031 : : },
16032 : : },
16033 : : ._data = "TypeError",
16034 : : };
16035 : : static
16036 : : struct {
16037 : : PyASCIIObject _ascii;
16038 : : uint8_t _data[11];
16039 : : }
16040 : : const_str_ValueError = {
16041 : : ._ascii = {
16042 : : .ob_base = {
16043 : : .ob_refcnt = 999999999,
16044 : : .ob_type = &PyUnicode_Type,
16045 : : },
16046 : : .length = 10,
16047 : : .hash = -1,
16048 : : .state = {
16049 : : .kind = 1,
16050 : : .compact = 1,
16051 : : .ascii = 1,
16052 : : },
16053 : : },
16054 : : ._data = "ValueError",
16055 : : };
16056 : : static
16057 : : struct {
16058 : : PyGC_Head _gc_head;
16059 : : struct {
16060 : : PyObject_VAR_HEAD
16061 : : PyObject *ob_item[7];
16062 : : }_object;
16063 : : }
16064 : : importlib__bootstrap_toplevel_consts_46_names = {
16065 : : ._object = {
16066 : : .ob_base = {
16067 : : .ob_base = {
16068 : : .ob_refcnt = 999999999,
16069 : : .ob_type = &PyTuple_Type,
16070 : : },
16071 : : .ob_size = 7,
16072 : : },
16073 : : .ob_item = {
16074 : : &_Py_ID(isinstance),
16075 : : & const_str_str._ascii.ob_base,
16076 : : & const_str_TypeError._ascii.ob_base,
16077 : : & const_str_format._ascii.ob_base,
16078 : : & const_str_type._ascii.ob_base,
16079 : : & const_str_ValueError._ascii.ob_base,
16080 : : & const_str_ImportError._ascii.ob_base,
16081 : : },
16082 : : },
16083 : : };
16084 : : static
16085 : : struct {
16086 : : PyASCIIObject _ascii;
16087 : : uint8_t _data[14];
16088 : : }
16089 : : const_str__sanity_check = {
16090 : : ._ascii = {
16091 : : .ob_base = {
16092 : : .ob_refcnt = 999999999,
16093 : : .ob_type = &PyUnicode_Type,
16094 : : },
16095 : : .length = 13,
16096 : : .hash = -1,
16097 : : .state = {
16098 : : .kind = 1,
16099 : : .compact = 1,
16100 : : .ascii = 1,
16101 : : },
16102 : : },
16103 : : ._data = "_sanity_check",
16104 : : };
16105 : : static
16106 : : struct {
16107 : : PyObject_VAR_HEAD
16108 : : Py_hash_t ob_shash;
16109 : : char ob_sval[186];
16110 : : }
16111 : : importlib__bootstrap_toplevel_consts_46_linetable = {
16112 : : .ob_base = {
16113 : : .ob_base = {
16114 : : .ob_refcnt = 999999999,
16115 : : .ob_type = &PyBytes_Type,
16116 : : },
16117 : : .ob_size = 185,
16118 : : },
16119 : : .ob_shash = -1,
16120 : : .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x43\xd4\x0b\x20\xf0\x00\x01\x05\x4e\x01\xdd\x0e\x17\xd0\x18\x39\xd7\x18\x40\xd1\x18\x40\xc5\x14\xc0\x64\xc4\x1a\xd4\x18\x4c\xd4\x0e\x4d\xd0\x08\x4d\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x01\x05\x2f\xdd\x0e\x18\xd0\x19\x2d\xd4\x0e\x2e\xd0\x08\x2e\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x05\x05\x29\xdd\x0f\x19\x98\x27\xa5\x33\xd4\x0f\x27\xf0\x00\x04\x09\x29\xdd\x12\x1b\xd0\x1c\x3d\xd4\x12\x3e\xd0\x0c\x3e\xd8\x11\x18\xf0\x00\x02\x09\x29\xdd\x12\x1d\xf0\x00\x01\x1f\x28\xf4\x00\x01\x13\x29\xf0\x00\x01\x0d\x29\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\x90\x45\x98\x51\x92\x4a\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xf0\x03\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x00\x01\x05\x2e",
16121 : : };
16122 : : static
16123 : : struct {
16124 : : PyGC_Head _gc_head;
16125 : : struct {
16126 : : PyObject_VAR_HEAD
16127 : : PyObject *ob_item[3];
16128 : : }_object;
16129 : : }
16130 : : importlib__bootstrap_toplevel_consts_46_localsplusnames = {
16131 : : ._object = {
16132 : : .ob_base = {
16133 : : .ob_base = {
16134 : : .ob_refcnt = 999999999,
16135 : : .ob_type = &PyTuple_Type,
16136 : : },
16137 : : .ob_size = 3,
16138 : : },
16139 : : .ob_item = {
16140 : : &_Py_ID(name),
16141 : : & const_str_package._ascii.ob_base,
16142 : : & const_str_level._ascii.ob_base,
16143 : : },
16144 : : },
16145 : : };
16146 : : static
16147 : : struct _PyCode_DEF(314)
16148 : : importlib__bootstrap_toplevel_consts_46 = {
16149 : : .ob_base = {
16150 : : .ob_base = {
16151 : : .ob_refcnt = 999999999,
16152 : : .ob_type = &PyCode_Type,
16153 : : },
16154 : : .ob_size = 157,
16155 : : },
16156 : : .co_consts = & importlib__bootstrap_toplevel_consts_46_consts._object.ob_base.ob_base,
16157 : : .co_names = & importlib__bootstrap_toplevel_consts_46_names._object.ob_base.ob_base,
16158 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
16159 : : .co_flags = 3,
16160 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16161 : : ._co_linearray_entry_size = 0,
16162 : : .co_argcount = 3,
16163 : : .co_posonlyargcount = 0,
16164 : : .co_kwonlyargcount = 0,
16165 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
16166 : : .co_stacksize = 7,
16167 : : .co_firstlineno = 1103,
16168 : : .co_nlocalsplus = 3,
16169 : : .co_nlocals = 3,
16170 : : .co_nplaincellvars = 0,
16171 : : .co_ncellvars = 0,
16172 : : .co_nfreevars = 0,
16173 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
16174 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
16175 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16176 : : .co_name = & const_str__sanity_check._ascii.ob_base,
16177 : : .co_qualname = & const_str__sanity_check._ascii.ob_base,
16178 : : .co_linetable = & importlib__bootstrap_toplevel_consts_46_linetable.ob_base.ob_base,
16179 : : ._co_code = NULL,
16180 : : ._co_linearray = NULL,
16181 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x2f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x73\x0d\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x73\x15\x7c\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x07\x53\x00\x64\x07\x53\x00",
16182 : : ._co_firsttraceable = 0,
16183 : : };
16184 : : static
16185 : : struct {
16186 : : PyASCIIObject _ascii;
16187 : : uint8_t _data[17];
16188 : : }
16189 : : importlib__bootstrap_toplevel_consts_47 = {
16190 : : ._ascii = {
16191 : : .ob_base = {
16192 : : .ob_refcnt = 999999999,
16193 : : .ob_type = &PyUnicode_Type,
16194 : : },
16195 : : .length = 16,
16196 : : .hash = -1,
16197 : : .state = {
16198 : : .kind = 1,
16199 : : .compact = 1,
16200 : : .ascii = 1,
16201 : : },
16202 : : },
16203 : : ._data = "No module named ",
16204 : : };
16205 : : static
16206 : : struct {
16207 : : PyASCIIObject _ascii;
16208 : : uint8_t _data[5];
16209 : : }
16210 : : importlib__bootstrap_toplevel_consts_48 = {
16211 : : ._ascii = {
16212 : : .ob_base = {
16213 : : .ob_refcnt = 999999999,
16214 : : .ob_type = &PyUnicode_Type,
16215 : : },
16216 : : .length = 4,
16217 : : .hash = -1,
16218 : : .state = {
16219 : : .kind = 1,
16220 : : .compact = 1,
16221 : : .ascii = 1,
16222 : : },
16223 : : },
16224 : : ._data = "{!r}",
16225 : : };
16226 : : static
16227 : : struct {
16228 : : PyASCIIObject _ascii;
16229 : : uint8_t _data[24];
16230 : : }
16231 : : importlib__bootstrap_toplevel_consts_49_consts_3 = {
16232 : : ._ascii = {
16233 : : .ob_base = {
16234 : : .ob_refcnt = 999999999,
16235 : : .ob_type = &PyUnicode_Type,
16236 : : },
16237 : : .length = 23,
16238 : : .hash = -1,
16239 : : .state = {
16240 : : .kind = 1,
16241 : : .compact = 1,
16242 : : .ascii = 1,
16243 : : },
16244 : : },
16245 : : ._data = "; {!r} is not a package",
16246 : : };
16247 : : static
16248 : : struct {
16249 : : PyASCIIObject _ascii;
16250 : : uint8_t _data[28];
16251 : : }
16252 : : importlib__bootstrap_toplevel_consts_49_consts_6 = {
16253 : : ._ascii = {
16254 : : .ob_base = {
16255 : : .ob_refcnt = 999999999,
16256 : : .ob_type = &PyUnicode_Type,
16257 : : },
16258 : : .length = 27,
16259 : : .hash = -1,
16260 : : .state = {
16261 : : .kind = 1,
16262 : : .compact = 1,
16263 : : .ascii = 1,
16264 : : },
16265 : : },
16266 : : ._data = "Cannot set an attribute on ",
16267 : : };
16268 : : static
16269 : : struct {
16270 : : PyASCIIObject _ascii;
16271 : : uint8_t _data[19];
16272 : : }
16273 : : importlib__bootstrap_toplevel_consts_49_consts_7 = {
16274 : : ._ascii = {
16275 : : .ob_base = {
16276 : : .ob_refcnt = 999999999,
16277 : : .ob_type = &PyUnicode_Type,
16278 : : },
16279 : : .length = 18,
16280 : : .hash = -1,
16281 : : .state = {
16282 : : .kind = 1,
16283 : : .compact = 1,
16284 : : .ascii = 1,
16285 : : },
16286 : : },
16287 : : ._data = " for child module ",
16288 : : };
16289 : : static
16290 : : struct {
16291 : : PyGC_Head _gc_head;
16292 : : struct {
16293 : : PyObject_VAR_HEAD
16294 : : PyObject *ob_item[8];
16295 : : }_object;
16296 : : }
16297 : : importlib__bootstrap_toplevel_consts_49_consts = {
16298 : : ._object = {
16299 : : .ob_base = {
16300 : : .ob_base = {
16301 : : .ob_refcnt = 999999999,
16302 : : .ob_type = &PyTuple_Type,
16303 : : },
16304 : : .ob_size = 8,
16305 : : },
16306 : : .ob_item = {
16307 : : Py_None,
16308 : : &_Py_STR(dot),
16309 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
16310 : : & importlib__bootstrap_toplevel_consts_49_consts_3._ascii.ob_base,
16311 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
16312 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
16313 : : & importlib__bootstrap_toplevel_consts_49_consts_6._ascii.ob_base,
16314 : : & importlib__bootstrap_toplevel_consts_49_consts_7._ascii.ob_base,
16315 : : },
16316 : : },
16317 : : };
16318 : : static
16319 : : struct {
16320 : : PyASCIIObject _ascii;
16321 : : uint8_t _data[9];
16322 : : }
16323 : : const_str__ERR_MSG = {
16324 : : ._ascii = {
16325 : : .ob_base = {
16326 : : .ob_refcnt = 999999999,
16327 : : .ob_type = &PyUnicode_Type,
16328 : : },
16329 : : .length = 8,
16330 : : .hash = -1,
16331 : : .state = {
16332 : : .kind = 1,
16333 : : .compact = 1,
16334 : : .ascii = 1,
16335 : : },
16336 : : },
16337 : : ._data = "_ERR_MSG",
16338 : : };
16339 : : static
16340 : : struct {
16341 : : PyASCIIObject _ascii;
16342 : : uint8_t _data[20];
16343 : : }
16344 : : const_str_ModuleNotFoundError = {
16345 : : ._ascii = {
16346 : : .ob_base = {
16347 : : .ob_refcnt = 999999999,
16348 : : .ob_type = &PyUnicode_Type,
16349 : : },
16350 : : .length = 19,
16351 : : .hash = -1,
16352 : : .state = {
16353 : : .kind = 1,
16354 : : .compact = 1,
16355 : : .ascii = 1,
16356 : : },
16357 : : },
16358 : : ._data = "ModuleNotFoundError",
16359 : : };
16360 : : static
16361 : : struct {
16362 : : PyGC_Head _gc_head;
16363 : : struct {
16364 : : PyObject_VAR_HEAD
16365 : : PyObject *ob_item[19];
16366 : : }_object;
16367 : : }
16368 : : importlib__bootstrap_toplevel_consts_49_names = {
16369 : : ._object = {
16370 : : .ob_base = {
16371 : : .ob_base = {
16372 : : .ob_refcnt = 999999999,
16373 : : .ob_type = &PyTuple_Type,
16374 : : },
16375 : : .ob_size = 19,
16376 : : },
16377 : : .ob_item = {
16378 : : & const_str_rpartition._ascii.ob_base,
16379 : : & const_str_sys._ascii.ob_base,
16380 : : &_Py_ID(modules),
16381 : : & const_str__call_with_frames_removed._ascii.ob_base,
16382 : : &_Py_ID(__path__),
16383 : : & const_str_AttributeError._ascii.ob_base,
16384 : : & const_str__ERR_MSG._ascii.ob_base,
16385 : : & const_str_format._ascii.ob_base,
16386 : : & const_str_ModuleNotFoundError._ascii.ob_base,
16387 : : &_Py_ID(__spec__),
16388 : : & const_str__find_spec._ascii.ob_base,
16389 : : &_Py_ID(_uninitialized_submodules),
16390 : : &_Py_ID(append),
16391 : : & const_str__load_unlocked._ascii.ob_base,
16392 : : & const_str_pop._ascii.ob_base,
16393 : : & const_str_setattr._ascii.ob_base,
16394 : : & const_str__warnings._ascii.ob_base,
16395 : : & const_str_warn._ascii.ob_base,
16396 : : & const_str_ImportWarning._ascii.ob_base,
16397 : : },
16398 : : },
16399 : : };
16400 : : static
16401 : : struct {
16402 : : PyASCIIObject _ascii;
16403 : : uint8_t _data[24];
16404 : : }
16405 : : const_str__find_and_load_unlocked = {
16406 : : ._ascii = {
16407 : : .ob_base = {
16408 : : .ob_refcnt = 999999999,
16409 : : .ob_type = &PyUnicode_Type,
16410 : : },
16411 : : .length = 23,
16412 : : .hash = -1,
16413 : : .state = {
16414 : : .kind = 1,
16415 : : .compact = 1,
16416 : : .ascii = 1,
16417 : : },
16418 : : },
16419 : : ._data = "_find_and_load_unlocked",
16420 : : };
16421 : : static
16422 : : struct {
16423 : : PyObject_VAR_HEAD
16424 : : Py_hash_t ob_shash;
16425 : : char ob_sval[531];
16426 : : }
16427 : : importlib__bootstrap_toplevel_consts_49_linetable = {
16428 : : .ob_base = {
16429 : : .ob_base = {
16430 : : .ob_refcnt = 999999999,
16431 : : .ob_type = &PyBytes_Type,
16432 : : },
16433 : : .ob_size = 530,
16434 : : },
16435 : : .ob_shash = -1,
16436 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\x80\x44\xd8\x0d\x11\x8f\x5f\x89\x5f\x98\x53\xd4\x0d\x21\xa0\x21\xd4\x0d\x24\x80\x46\xd8\x12\x16\x80\x4b\xd8\x07\x0d\xf0\x00\x0d\x05\x28\xd8\x0b\x11\x9d\x13\x9f\x1b\x99\x1b\xd0\x0b\x24\xf0\x00\x01\x09\x37\xdd\x0c\x25\xa0\x67\xa8\x76\xd4\x0c\x36\xd0\x0c\x36\xe0\x0b\x0f\x95\x33\x97\x3b\x91\x3b\xd0\x0b\x1e\xf0\x00\x01\x09\x25\xdd\x13\x16\x97\x3b\x91\x3b\x98\x74\xd4\x13\x24\xd0\x0c\x24\xdd\x18\x1b\x9f\x0b\x99\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x40\x01\xd8\x13\x20\xd7\x13\x29\xd1\x13\x29\x88\x44\xf0\x08\x00\x17\x24\xd7\x16\x2c\xd1\x16\x2c\x88\x0b\xd8\x10\x14\x97\x0f\x91\x0f\xa0\x03\xd4\x10\x24\xa0\x51\xd4\x10\x27\x88\x05\xdd\x0b\x15\x90\x64\x98\x44\xd4\x0b\x21\x80\x44\xd8\x07\x0b\xf0\x00\x0b\x05\x3c\xdd\x0e\x21\xa5\x28\xa7\x2f\xa1\x2f\xb0\x24\xd4\x22\x37\xb8\x64\xd0\x0e\x43\xd4\x0e\x43\xd0\x08\x43\xe0\x0b\x16\xf0\x00\x03\x09\x40\x01\xf0\x06\x00\x0d\x18\xd7\x0c\x31\xd1\x0c\x31\xd7\x0c\x38\xd1\x0c\x38\xb8\x15\xd4\x0c\x3f\xd0\x0c\x3f\xf0\x02\x04\x09\x3c\xdd\x15\x23\xa0\x44\xd4\x15\x29\x88\x46\xe0\x0f\x1a\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd7\x10\x35\xd1\x10\x35\xd7\x10\x39\xd1\x10\x39\xd4\x10\x3b\xd0\x10\x3b\xd0\x10\x3b\xd8\x07\x0d\xf0\x00\x07\x05\x2f\xe5\x18\x1b\x9f\x0b\x99\x0b\xa0\x46\xd4\x18\x2b\x88\x0d\xf0\x02\x04\x09\x2f\xdd\x0c\x13\x90\x4d\xa0\x35\xa8\x26\xd4\x0c\x31\xd0\x0c\x31\xf0\x08\x00\x0c\x12\x80\x4d\xf8\xf5\x35\x00\x10\x1e\xf0\x00\x02\x09\x40\x01\xf0\x00\x02\x09\x40\x01\xf0\x00\x02\x09\x40\x01\xdd\x13\x1b\xd0\x1e\x37\xd1\x13\x37\xd7\x12\x3f\xd1\x12\x3f\xc0\x04\xc0\x66\xd4\x12\x4d\x88\x43\xdd\x12\x25\xa0\x63\xb0\x04\xd0\x12\x35\xd4\x12\x35\xb8\x34\xd0\x0c\x3f\xf0\x05\x02\x09\x40\x01\xf8\xf8\xf8\xf8\xf0\x20\x00\x10\x1b\xf0\x00\x01\x0d\x3c\xd8\x10\x1b\xd7\x10\x35\xd1\x10\x35\xd7\x10\x39\xd1\x10\x39\xd4\x10\x3b\xd0\x10\x3b\xd0\x10\x3b\xf0\x03\x01\x0d\x3c\xf8\xf8\xf8\xf8\xf5\x0e\x00\x10\x1e\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xd8\x12\x55\xb0\x06\xd0\x12\x55\xd0\x12\x55\xc8\x45\xd0\x12\x55\xd0\x12\x55\x88\x43\xdd\x0c\x15\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xf0\x05\x02\x09\x2f\xf8\xf8\xf8",
16437 : : };
16438 : : static
16439 : : struct {
16440 : : PyObject_VAR_HEAD
16441 : : Py_hash_t ob_shash;
16442 : : char ob_sval[43];
16443 : : }
16444 : : importlib__bootstrap_toplevel_consts_49_exceptiontable = {
16445 : : .ob_base = {
16446 : : .ob_base = {
16447 : : .ob_refcnt = 999999999,
16448 : : .ob_type = &PyBytes_Type,
16449 : : },
16450 : : .ob_size = 42,
16451 : : },
16452 : : .ob_shash = -1,
16453 : : .ob_sval = "\xc2\x02\x0c\x45\x1b\x00\xc4\x05\x0d\x46\x14\x00\xc5\x0a\x0f\x46\x37\x00\xc5\x1b\x36\x46\x11\x03\xc6\x14\x20\x46\x34\x03\xc6\x37\x2f\x47\x29\x03\xc7\x28\x01\x47\x29\x03",
16454 : : };
16455 : : static
16456 : : struct {
16457 : : PyASCIIObject _ascii;
16458 : : uint8_t _data[8];
16459 : : }
16460 : : const_str_import_ = {
16461 : : ._ascii = {
16462 : : .ob_base = {
16463 : : .ob_refcnt = 999999999,
16464 : : .ob_type = &PyUnicode_Type,
16465 : : },
16466 : : .length = 7,
16467 : : .hash = -1,
16468 : : .state = {
16469 : : .kind = 1,
16470 : : .compact = 1,
16471 : : .ascii = 1,
16472 : : },
16473 : : },
16474 : : ._data = "import_",
16475 : : };
16476 : : static
16477 : : struct {
16478 : : PyASCIIObject _ascii;
16479 : : uint8_t _data[12];
16480 : : }
16481 : : const_str_parent_spec = {
16482 : : ._ascii = {
16483 : : .ob_base = {
16484 : : .ob_refcnt = 999999999,
16485 : : .ob_type = &PyUnicode_Type,
16486 : : },
16487 : : .length = 11,
16488 : : .hash = -1,
16489 : : .state = {
16490 : : .kind = 1,
16491 : : .compact = 1,
16492 : : .ascii = 1,
16493 : : },
16494 : : },
16495 : : ._data = "parent_spec",
16496 : : };
16497 : : static
16498 : : struct {
16499 : : PyASCIIObject _ascii;
16500 : : uint8_t _data[14];
16501 : : }
16502 : : const_str_parent_module = {
16503 : : ._ascii = {
16504 : : .ob_base = {
16505 : : .ob_refcnt = 999999999,
16506 : : .ob_type = &PyUnicode_Type,
16507 : : },
16508 : : .length = 13,
16509 : : .hash = -1,
16510 : : .state = {
16511 : : .kind = 1,
16512 : : .compact = 1,
16513 : : .ascii = 1,
16514 : : },
16515 : : },
16516 : : ._data = "parent_module",
16517 : : };
16518 : : static
16519 : : struct {
16520 : : PyASCIIObject _ascii;
16521 : : uint8_t _data[6];
16522 : : }
16523 : : const_str_child = {
16524 : : ._ascii = {
16525 : : .ob_base = {
16526 : : .ob_refcnt = 999999999,
16527 : : .ob_type = &PyUnicode_Type,
16528 : : },
16529 : : .length = 5,
16530 : : .hash = -1,
16531 : : .state = {
16532 : : .kind = 1,
16533 : : .compact = 1,
16534 : : .ascii = 1,
16535 : : },
16536 : : },
16537 : : ._data = "child",
16538 : : };
16539 : : static
16540 : : struct {
16541 : : PyGC_Head _gc_head;
16542 : : struct {
16543 : : PyObject_VAR_HEAD
16544 : : PyObject *ob_item[10];
16545 : : }_object;
16546 : : }
16547 : : importlib__bootstrap_toplevel_consts_49_localsplusnames = {
16548 : : ._object = {
16549 : : .ob_base = {
16550 : : .ob_base = {
16551 : : .ob_refcnt = 999999999,
16552 : : .ob_type = &PyTuple_Type,
16553 : : },
16554 : : .ob_size = 10,
16555 : : },
16556 : : .ob_item = {
16557 : : &_Py_ID(name),
16558 : : & const_str_import_._ascii.ob_base,
16559 : : &_Py_ID(path),
16560 : : &_Py_ID(parent),
16561 : : & const_str_parent_spec._ascii.ob_base,
16562 : : & const_str_parent_module._ascii.ob_base,
16563 : : &_Py_ID(msg),
16564 : : & const_str_child._ascii.ob_base,
16565 : : & const_str_spec._ascii.ob_base,
16566 : : & const_str_module._ascii.ob_base,
16567 : : },
16568 : : },
16569 : : };
16570 : : static
16571 : : struct _PyCode_DEF(984)
16572 : : importlib__bootstrap_toplevel_consts_49 = {
16573 : : .ob_base = {
16574 : : .ob_base = {
16575 : : .ob_refcnt = 999999999,
16576 : : .ob_type = &PyCode_Type,
16577 : : },
16578 : : .ob_size = 492,
16579 : : },
16580 : : .co_consts = & importlib__bootstrap_toplevel_consts_49_consts._object.ob_base.ob_base,
16581 : : .co_names = & importlib__bootstrap_toplevel_consts_49_names._object.ob_base.ob_base,
16582 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_49_exceptiontable.ob_base.ob_base,
16583 : : .co_flags = 3,
16584 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16585 : : ._co_linearray_entry_size = 0,
16586 : : .co_argcount = 2,
16587 : : .co_posonlyargcount = 0,
16588 : : .co_kwonlyargcount = 0,
16589 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
16590 : : .co_stacksize = 5,
16591 : : .co_firstlineno = 1122,
16592 : : .co_nlocalsplus = 10,
16593 : : .co_nlocals = 10,
16594 : : .co_nplaincellvars = 0,
16595 : : .co_ncellvars = 0,
16596 : : .co_nfreevars = 0,
16597 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
16598 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
16599 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16600 : : .co_name = & const_str__find_and_load_unlocked._ascii.ob_base,
16601 : : .co_qualname = & const_str__find_and_load_unlocked._ascii.ob_base,
16602 : : .co_linetable = & importlib__bootstrap_toplevel_consts_49_linetable.ob_base.ob_base,
16603 : : ._co_code = NULL,
16604 : : ._co_linearray = NULL,
16605 : : .co_code_adaptive = "\x97\x00\x64\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x00\x7d\x04\x7c\x03\x72\x93\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x17\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x05\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x24\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x03\x72\x27\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7f\x07\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2c\x01\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x04\x72\x1c\x7c\x04\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x28\x01\x00\x64\x06\x7c\x03\x9b\x02\x64\x07\x7f\x07\x9b\x02\x9d\x04\x7d\x06\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x8c\x8f\x77\x00\x78\x03\x59\x00\x77\x01",
16606 : : ._co_firsttraceable = 0,
16607 : : };
16608 : : static
16609 : : struct {
16610 : : PyASCIIObject _ascii;
16611 : : uint8_t _data[26];
16612 : : }
16613 : : importlib__bootstrap_toplevel_consts_50_consts_0 = {
16614 : : ._ascii = {
16615 : : .ob_base = {
16616 : : .ob_refcnt = 999999999,
16617 : : .ob_type = &PyUnicode_Type,
16618 : : },
16619 : : .length = 25,
16620 : : .hash = -1,
16621 : : .state = {
16622 : : .kind = 1,
16623 : : .compact = 1,
16624 : : .ascii = 1,
16625 : : },
16626 : : },
16627 : : ._data = "Find and load the module.",
16628 : : };
16629 : : static
16630 : : struct {
16631 : : PyASCIIObject _ascii;
16632 : : uint8_t _data[41];
16633 : : }
16634 : : importlib__bootstrap_toplevel_consts_50_consts_5 = {
16635 : : ._ascii = {
16636 : : .ob_base = {
16637 : : .ob_refcnt = 999999999,
16638 : : .ob_type = &PyUnicode_Type,
16639 : : },
16640 : : .length = 40,
16641 : : .hash = -1,
16642 : : .state = {
16643 : : .kind = 1,
16644 : : .compact = 1,
16645 : : .ascii = 1,
16646 : : },
16647 : : },
16648 : : ._data = "import of {} halted; None in sys.modules",
16649 : : };
16650 : : static
16651 : : struct {
16652 : : PyGC_Head _gc_head;
16653 : : struct {
16654 : : PyObject_VAR_HEAD
16655 : : PyObject *ob_item[7];
16656 : : }_object;
16657 : : }
16658 : : importlib__bootstrap_toplevel_consts_50_consts = {
16659 : : ._object = {
16660 : : .ob_base = {
16661 : : .ob_base = {
16662 : : .ob_refcnt = 999999999,
16663 : : .ob_type = &PyTuple_Type,
16664 : : },
16665 : : .ob_size = 7,
16666 : : },
16667 : : .ob_item = {
16668 : : & importlib__bootstrap_toplevel_consts_50_consts_0._ascii.ob_base,
16669 : : &_Py_ID(__spec__),
16670 : : Py_None,
16671 : : &_Py_ID(_initializing),
16672 : : Py_False,
16673 : : & importlib__bootstrap_toplevel_consts_50_consts_5._ascii.ob_base,
16674 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
16675 : : },
16676 : : },
16677 : : };
16678 : : static
16679 : : struct {
16680 : : PyASCIIObject _ascii;
16681 : : uint8_t _data[15];
16682 : : }
16683 : : const_str__NEEDS_LOADING = {
16684 : : ._ascii = {
16685 : : .ob_base = {
16686 : : .ob_refcnt = 999999999,
16687 : : .ob_type = &PyUnicode_Type,
16688 : : },
16689 : : .length = 14,
16690 : : .hash = -1,
16691 : : .state = {
16692 : : .kind = 1,
16693 : : .compact = 1,
16694 : : .ascii = 1,
16695 : : },
16696 : : },
16697 : : ._data = "_NEEDS_LOADING",
16698 : : };
16699 : : static
16700 : : struct {
16701 : : PyGC_Head _gc_head;
16702 : : struct {
16703 : : PyObject_VAR_HEAD
16704 : : PyObject *ob_item[10];
16705 : : }_object;
16706 : : }
16707 : : importlib__bootstrap_toplevel_consts_50_names = {
16708 : : ._object = {
16709 : : .ob_base = {
16710 : : .ob_base = {
16711 : : .ob_refcnt = 999999999,
16712 : : .ob_type = &PyTuple_Type,
16713 : : },
16714 : : .ob_size = 10,
16715 : : },
16716 : : .ob_item = {
16717 : : & const_str_sys._ascii.ob_base,
16718 : : &_Py_ID(modules),
16719 : : &_Py_ID(get),
16720 : : & const_str__NEEDS_LOADING._ascii.ob_base,
16721 : : &_Py_ID(getattr),
16722 : : & const_str__ModuleLockManager._ascii.ob_base,
16723 : : & const_str__find_and_load_unlocked._ascii.ob_base,
16724 : : &_Py_ID(_lock_unlock_module),
16725 : : & const_str_format._ascii.ob_base,
16726 : : & const_str_ModuleNotFoundError._ascii.ob_base,
16727 : : },
16728 : : },
16729 : : };
16730 : : static
16731 : : struct {
16732 : : PyObject_VAR_HEAD
16733 : : Py_hash_t ob_shash;
16734 : : char ob_sval[299];
16735 : : }
16736 : : importlib__bootstrap_toplevel_consts_50_linetable = {
16737 : : .ob_base = {
16738 : : .ob_base = {
16739 : : .ob_refcnt = 999999999,
16740 : : .ob_type = &PyBytes_Type,
16741 : : },
16742 : : .ob_size = 298,
16743 : : },
16744 : : .ob_shash = -1,
16745 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x0e\x11\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\xa5\x3e\xd4\x0d\x32\x80\x46\xd8\x08\x0e\x95\x2e\xd0\x08\x20\xf0\x00\x0b\x05\x22\xdd\x08\x0f\x95\x07\x98\x06\xa0\x0a\xa8\x44\xd4\x10\x31\xb0\x3f\xc0\x45\xd4\x08\x4a\xf0\x03\x0b\x05\x22\xe5\x0d\x1f\xa0\x04\xd4\x0d\x25\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xdd\x15\x18\x97\x5b\x91\x5b\x97\x5f\x91\x5f\xa0\x54\xad\x3e\xd4\x15\x3a\x88\x46\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xf0\x00\x01\x0d\x3e\xdd\x17\x2e\xa8\x74\xb0\x57\xd4\x17\x3d\xf0\x07\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf4\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x04\x01\x0d\x3e\xf0\x05\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf4\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf5\x12\x00\x09\x1c\x98\x44\xd4\x08\x21\xd0\x08\x21\xe0\x07\x0d\xf0\x00\x03\x05\x36\xf0\x02\x01\x14\x29\xdf\x29\x2f\xa9\x16\xb0\x04\xac\x1c\xf0\x03\x00\x09\x10\xe5\x0e\x21\xa0\x27\xb0\x04\xd0\x0e\x35\xd4\x0e\x35\xd0\x08\x35\xe0\x0b\x11\x80\x4d\xf0\x21\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf0\x00\x03\x09\x3e\xf8\xf8\xf8",
16746 : : };
16747 : : static
16748 : : struct {
16749 : : PyObject_VAR_HEAD
16750 : : Py_hash_t ob_shash;
16751 : : char ob_sval[13];
16752 : : }
16753 : : importlib__bootstrap_toplevel_consts_50_exceptiontable = {
16754 : : .ob_base = {
16755 : : .ob_base = {
16756 : : .ob_refcnt = 999999999,
16757 : : .ob_type = &PyBytes_Type,
16758 : : },
16759 : : .ob_size = 12,
16760 : : },
16761 : : .ob_shash = -1,
16762 : : .ob_sval = "\xc1\x1a\x3e\x43\x1f\x03\xc3\x1f\x05\x43\x28\x07",
16763 : : };
16764 : : static
16765 : : struct {
16766 : : PyGC_Head _gc_head;
16767 : : struct {
16768 : : PyObject_VAR_HEAD
16769 : : PyObject *ob_item[4];
16770 : : }_object;
16771 : : }
16772 : : importlib__bootstrap_toplevel_consts_50_localsplusnames = {
16773 : : ._object = {
16774 : : .ob_base = {
16775 : : .ob_base = {
16776 : : .ob_refcnt = 999999999,
16777 : : .ob_type = &PyTuple_Type,
16778 : : },
16779 : : .ob_size = 4,
16780 : : },
16781 : : .ob_item = {
16782 : : &_Py_ID(name),
16783 : : & const_str_import_._ascii.ob_base,
16784 : : & const_str_module._ascii.ob_base,
16785 : : & const_str_message._ascii.ob_base,
16786 : : },
16787 : : },
16788 : : };
16789 : : static
16790 : : struct _PyCode_DEF(470)
16791 : : importlib__bootstrap_toplevel_consts_50 = {
16792 : : .ob_base = {
16793 : : .ob_base = {
16794 : : .ob_refcnt = 999999999,
16795 : : .ob_type = &PyCode_Type,
16796 : : },
16797 : : .ob_size = 235,
16798 : : },
16799 : : .co_consts = & importlib__bootstrap_toplevel_consts_50_consts._object.ob_base.ob_base,
16800 : : .co_names = & importlib__bootstrap_toplevel_consts_50_names._object.ob_base.ob_base,
16801 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_50_exceptiontable.ob_base.ob_base,
16802 : : .co_flags = 3,
16803 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16804 : : ._co_linearray_entry_size = 0,
16805 : : .co_argcount = 2,
16806 : : .co_posonlyargcount = 0,
16807 : : .co_kwonlyargcount = 0,
16808 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
16809 : : .co_stacksize = 7,
16810 : : .co_firstlineno = 1167,
16811 : : .co_nlocalsplus = 4,
16812 : : .co_nlocals = 4,
16813 : : .co_nplaincellvars = 0,
16814 : : .co_ncellvars = 0,
16815 : : .co_nfreevars = 0,
16816 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
16817 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
16818 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16819 : : .co_name = &_Py_ID(_find_and_load),
16820 : : .co_qualname = &_Py_ID(_find_and_load),
16821 : : .co_linetable = & importlib__bootstrap_toplevel_consts_50_linetable.ob_base.ob_base,
16822 : : ._co_code = NULL,
16823 : : ._co_linearray = NULL,
16824 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x73\x1c\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x72\x6d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x09\x00\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x80\x21\x64\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x3b\x78\x03\x59\x00\x77\x01",
16825 : : ._co_firsttraceable = 0,
16826 : : };
16827 : : static
16828 : : struct {
16829 : : PyASCIIObject _ascii;
16830 : : uint8_t _data[307];
16831 : : }
16832 : : importlib__bootstrap_toplevel_consts_52_consts_0 = {
16833 : : ._ascii = {
16834 : : .ob_base = {
16835 : : .ob_refcnt = 999999999,
16836 : : .ob_type = &PyUnicode_Type,
16837 : : },
16838 : : .length = 306,
16839 : : .hash = -1,
16840 : : .state = {
16841 : : .kind = 1,
16842 : : .compact = 1,
16843 : : .ascii = 1,
16844 : : },
16845 : : },
16846 : : ._data = "\x49\x6d\x70\x6f\x72\x74\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x69\x74\x73\x20\x6e\x61\x6d\x65\x2c\x20\x74\x68\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x20\x69\x73\x0a\x20\x20\x20\x20\x62\x65\x69\x6e\x67\x20\x6d\x61\x64\x65\x20\x66\x72\x6f\x6d\x2c\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x6c\x65\x76\x65\x6c\x20\x61\x64\x6a\x75\x73\x74\x6d\x65\x6e\x74\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x67\x72\x65\x61\x74\x65\x73\x74\x20\x63\x6f\x6d\x6d\x6f\x6e\x20\x64\x65\x6e\x6f\x6d\x69\x6e\x61\x74\x6f\x72\x20\x6f\x66\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x61\x6c\x69\x74\x79\x0a\x20\x20\x20\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x69\x6d\x70\x6f\x72\x74\x5f\x6d\x6f\x64\x75\x6c\x65\x20\x61\x6e\x64\x20\x5f\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x5f\x2e\x20\x54\x68\x69\x73\x20\x69\x6e\x63\x6c\x75\x64\x65\x73\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x69\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x64\x69\x64\x20\x6e\x6f\x74\x2e\x0a\x0a\x20\x20\x20\x20",
16847 : : };
16848 : : static
16849 : : struct {
16850 : : PyGC_Head _gc_head;
16851 : : struct {
16852 : : PyObject_VAR_HEAD
16853 : : PyObject *ob_item[2];
16854 : : }_object;
16855 : : }
16856 : : importlib__bootstrap_toplevel_consts_52_consts = {
16857 : : ._object = {
16858 : : .ob_base = {
16859 : : .ob_base = {
16860 : : .ob_refcnt = 999999999,
16861 : : .ob_type = &PyTuple_Type,
16862 : : },
16863 : : .ob_size = 2,
16864 : : },
16865 : : .ob_item = {
16866 : : & importlib__bootstrap_toplevel_consts_52_consts_0._ascii.ob_base,
16867 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
16868 : : },
16869 : : },
16870 : : };
16871 : : static
16872 : : struct {
16873 : : PyASCIIObject _ascii;
16874 : : uint8_t _data[12];
16875 : : }
16876 : : const_str__gcd_import = {
16877 : : ._ascii = {
16878 : : .ob_base = {
16879 : : .ob_refcnt = 999999999,
16880 : : .ob_type = &PyUnicode_Type,
16881 : : },
16882 : : .length = 11,
16883 : : .hash = -1,
16884 : : .state = {
16885 : : .kind = 1,
16886 : : .compact = 1,
16887 : : .ascii = 1,
16888 : : },
16889 : : },
16890 : : ._data = "_gcd_import",
16891 : : };
16892 : : static
16893 : : struct {
16894 : : PyGC_Head _gc_head;
16895 : : struct {
16896 : : PyObject_VAR_HEAD
16897 : : PyObject *ob_item[4];
16898 : : }_object;
16899 : : }
16900 : : importlib__bootstrap_toplevel_consts_52_names = {
16901 : : ._object = {
16902 : : .ob_base = {
16903 : : .ob_base = {
16904 : : .ob_refcnt = 999999999,
16905 : : .ob_type = &PyTuple_Type,
16906 : : },
16907 : : .ob_size = 4,
16908 : : },
16909 : : .ob_item = {
16910 : : & const_str__sanity_check._ascii.ob_base,
16911 : : & const_str__resolve_name._ascii.ob_base,
16912 : : &_Py_ID(_find_and_load),
16913 : : & const_str__gcd_import._ascii.ob_base,
16914 : : },
16915 : : },
16916 : : };
16917 : : static
16918 : : struct {
16919 : : PyObject_VAR_HEAD
16920 : : Py_hash_t ob_shash;
16921 : : char ob_sval[59];
16922 : : }
16923 : : importlib__bootstrap_toplevel_consts_52_linetable = {
16924 : : .ob_base = {
16925 : : .ob_base = {
16926 : : .ob_refcnt = 999999999,
16927 : : .ob_type = &PyBytes_Type,
16928 : : },
16929 : : .ob_size = 58,
16930 : : },
16931 : : .ob_shash = -1,
16932 : : .ob_sval = "\x80\x00\xf5\x12\x00\x05\x12\x90\x24\x98\x07\xa0\x15\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0c\x88\x71\x82\x79\xf0\x00\x01\x05\x33\xdd\x0f\x1c\x98\x54\xa0\x37\xa8\x45\xd4\x0f\x32\x88\x04\xdd\x0b\x19\x98\x24\xa5\x0b\xd4\x0b\x2c\xd0\x04\x2c",
16933 : : };
16934 : : static
16935 : : struct _PyCode_DEF(112)
16936 : : importlib__bootstrap_toplevel_consts_52 = {
16937 : : .ob_base = {
16938 : : .ob_base = {
16939 : : .ob_refcnt = 999999999,
16940 : : .ob_type = &PyCode_Type,
16941 : : },
16942 : : .ob_size = 56,
16943 : : },
16944 : : .co_consts = & importlib__bootstrap_toplevel_consts_52_consts._object.ob_base.ob_base,
16945 : : .co_names = & importlib__bootstrap_toplevel_consts_52_names._object.ob_base.ob_base,
16946 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
16947 : : .co_flags = 3,
16948 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
16949 : : ._co_linearray_entry_size = 0,
16950 : : .co_argcount = 3,
16951 : : .co_posonlyargcount = 0,
16952 : : .co_kwonlyargcount = 0,
16953 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
16954 : : .co_stacksize = 5,
16955 : : .co_firstlineno = 1194,
16956 : : .co_nlocalsplus = 3,
16957 : : .co_nlocals = 3,
16958 : : .co_nplaincellvars = 0,
16959 : : .co_ncellvars = 0,
16960 : : .co_nfreevars = 0,
16961 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
16962 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
16963 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
16964 : : .co_name = & const_str__gcd_import._ascii.ob_base,
16965 : : .co_qualname = & const_str__gcd_import._ascii.ob_base,
16966 : : .co_linetable = & importlib__bootstrap_toplevel_consts_52_linetable.ob_base.ob_base,
16967 : : ._co_code = NULL,
16968 : : ._co_linearray = NULL,
16969 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x04\x00\x00\x00\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
16970 : : ._co_firsttraceable = 0,
16971 : : };
16972 : : static
16973 : : struct {
16974 : : PyASCIIObject _ascii;
16975 : : uint8_t _data[10];
16976 : : }
16977 : : const_str_recursive = {
16978 : : ._ascii = {
16979 : : .ob_base = {
16980 : : .ob_refcnt = 999999999,
16981 : : .ob_type = &PyUnicode_Type,
16982 : : },
16983 : : .length = 9,
16984 : : .hash = -1,
16985 : : .state = {
16986 : : .kind = 1,
16987 : : .compact = 1,
16988 : : .ascii = 1,
16989 : : },
16990 : : },
16991 : : ._data = "recursive",
16992 : : };
16993 : : static
16994 : : struct {
16995 : : PyGC_Head _gc_head;
16996 : : struct {
16997 : : PyObject_VAR_HEAD
16998 : : PyObject *ob_item[1];
16999 : : }_object;
17000 : : }
17001 : : importlib__bootstrap_toplevel_consts_53 = {
17002 : : ._object = {
17003 : : .ob_base = {
17004 : : .ob_base = {
17005 : : .ob_refcnt = 999999999,
17006 : : .ob_type = &PyTuple_Type,
17007 : : },
17008 : : .ob_size = 1,
17009 : : },
17010 : : .ob_item = {
17011 : : & const_str_recursive._ascii.ob_base,
17012 : : },
17013 : : },
17014 : : };
17015 : : static
17016 : : struct {
17017 : : PyASCIIObject _ascii;
17018 : : uint8_t _data[239];
17019 : : }
17020 : : importlib__bootstrap_toplevel_consts_54_consts_0 = {
17021 : : ._ascii = {
17022 : : .ob_base = {
17023 : : .ob_refcnt = 999999999,
17024 : : .ob_type = &PyUnicode_Type,
17025 : : },
17026 : : .length = 238,
17027 : : .hash = -1,
17028 : : .state = {
17029 : : .kind = 1,
17030 : : .compact = 1,
17031 : : .ascii = 1,
17032 : : },
17033 : : },
17034 : : ._data = "\x46\x69\x67\x75\x72\x65\x20\x6f\x75\x74\x20\x77\x68\x61\x74\x20\x5f\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x5f\x20\x73\x68\x6f\x75\x6c\x64\x20\x72\x65\x74\x75\x72\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x5f\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x69\x73\x20\x61\x20\x63\x61\x6c\x6c\x61\x62\x6c\x65\x20\x77\x68\x69\x63\x68\x20\x74\x61\x6b\x65\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x6d\x6f\x64\x75\x6c\x65\x20\x74\x6f\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x49\x74\x20\x69\x73\x20\x72\x65\x71\x75\x69\x72\x65\x64\x20\x74\x6f\x20\x64\x65\x63\x6f\x75\x70\x6c\x65\x20\x74\x68\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x66\x72\x6f\x6d\x20\x61\x73\x73\x75\x6d\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x27\x73\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x69\x73\x20\x64\x65\x73\x69\x72\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
17035 : : };
17036 : : static
17037 : : struct {
17038 : : PyASCIIObject _ascii;
17039 : : uint8_t _data[9];
17040 : : }
17041 : : importlib__bootstrap_toplevel_consts_54_consts_1 = {
17042 : : ._ascii = {
17043 : : .ob_base = {
17044 : : .ob_refcnt = 999999999,
17045 : : .ob_type = &PyUnicode_Type,
17046 : : },
17047 : : .length = 8,
17048 : : .hash = -1,
17049 : : .state = {
17050 : : .kind = 1,
17051 : : .compact = 1,
17052 : : .ascii = 1,
17053 : : },
17054 : : },
17055 : : ._data = ".__all__",
17056 : : };
17057 : : static
17058 : : struct {
17059 : : PyASCIIObject _ascii;
17060 : : uint8_t _data[14];
17061 : : }
17062 : : importlib__bootstrap_toplevel_consts_54_consts_2 = {
17063 : : ._ascii = {
17064 : : .ob_base = {
17065 : : .ob_refcnt = 999999999,
17066 : : .ob_type = &PyUnicode_Type,
17067 : : },
17068 : : .length = 13,
17069 : : .hash = -1,
17070 : : .state = {
17071 : : .kind = 1,
17072 : : .compact = 1,
17073 : : .ascii = 1,
17074 : : },
17075 : : },
17076 : : ._data = "``from list''",
17077 : : };
17078 : : static
17079 : : struct {
17080 : : PyASCIIObject _ascii;
17081 : : uint8_t _data[9];
17082 : : }
17083 : : importlib__bootstrap_toplevel_consts_54_consts_3 = {
17084 : : ._ascii = {
17085 : : .ob_base = {
17086 : : .ob_refcnt = 999999999,
17087 : : .ob_type = &PyUnicode_Type,
17088 : : },
17089 : : .length = 8,
17090 : : .hash = -1,
17091 : : .state = {
17092 : : .kind = 1,
17093 : : .compact = 1,
17094 : : .ascii = 1,
17095 : : },
17096 : : },
17097 : : ._data = "Item in ",
17098 : : };
17099 : : static
17100 : : struct {
17101 : : PyASCIIObject _ascii;
17102 : : uint8_t _data[19];
17103 : : }
17104 : : importlib__bootstrap_toplevel_consts_54_consts_4 = {
17105 : : ._ascii = {
17106 : : .ob_base = {
17107 : : .ob_refcnt = 999999999,
17108 : : .ob_type = &PyUnicode_Type,
17109 : : },
17110 : : .length = 18,
17111 : : .hash = -1,
17112 : : .state = {
17113 : : .kind = 1,
17114 : : .compact = 1,
17115 : : .ascii = 1,
17116 : : },
17117 : : },
17118 : : ._data = " must be str, not ",
17119 : : };
17120 : : static
17121 : : struct {
17122 : : PyASCIIObject _ascii;
17123 : : uint8_t _data[2];
17124 : : }
17125 : : importlib__bootstrap_toplevel_consts_54_consts_5 = {
17126 : : ._ascii = {
17127 : : .ob_base = {
17128 : : .ob_refcnt = 999999999,
17129 : : .ob_type = &PyUnicode_Type,
17130 : : },
17131 : : .length = 1,
17132 : : .hash = -1,
17133 : : .state = {
17134 : : .kind = 1,
17135 : : .compact = 1,
17136 : : .ascii = 1,
17137 : : },
17138 : : },
17139 : : ._data = "*",
17140 : : };
17141 : : static
17142 : : struct {
17143 : : PyGC_Head _gc_head;
17144 : : struct {
17145 : : PyObject_VAR_HEAD
17146 : : PyObject *ob_item[11];
17147 : : }_object;
17148 : : }
17149 : : importlib__bootstrap_toplevel_consts_54_consts = {
17150 : : ._object = {
17151 : : .ob_base = {
17152 : : .ob_base = {
17153 : : .ob_refcnt = 999999999,
17154 : : .ob_type = &PyTuple_Type,
17155 : : },
17156 : : .ob_size = 11,
17157 : : },
17158 : : .ob_item = {
17159 : : & importlib__bootstrap_toplevel_consts_54_consts_0._ascii.ob_base,
17160 : : & importlib__bootstrap_toplevel_consts_54_consts_1._ascii.ob_base,
17161 : : & importlib__bootstrap_toplevel_consts_54_consts_2._ascii.ob_base,
17162 : : & importlib__bootstrap_toplevel_consts_54_consts_3._ascii.ob_base,
17163 : : & importlib__bootstrap_toplevel_consts_54_consts_4._ascii.ob_base,
17164 : : & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
17165 : : &_Py_ID(__all__),
17166 : : Py_True,
17167 : : & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
17168 : : & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
17169 : : Py_None,
17170 : : },
17171 : : },
17172 : : };
17173 : : static
17174 : : struct {
17175 : : PyGC_Head _gc_head;
17176 : : struct {
17177 : : PyObject_VAR_HEAD
17178 : : PyObject *ob_item[16];
17179 : : }_object;
17180 : : }
17181 : : importlib__bootstrap_toplevel_consts_54_names = {
17182 : : ._object = {
17183 : : .ob_base = {
17184 : : .ob_base = {
17185 : : .ob_refcnt = 999999999,
17186 : : .ob_type = &PyTuple_Type,
17187 : : },
17188 : : .ob_size = 16,
17189 : : },
17190 : : .ob_item = {
17191 : : &_Py_ID(isinstance),
17192 : : & const_str_str._ascii.ob_base,
17193 : : &_Py_ID(__name__),
17194 : : & const_str_TypeError._ascii.ob_base,
17195 : : & const_str_type._ascii.ob_base,
17196 : : & const_str_hasattr._ascii.ob_base,
17197 : : &_Py_ID(_handle_fromlist),
17198 : : &_Py_ID(__all__),
17199 : : & const_str_format._ascii.ob_base,
17200 : : & const_str__call_with_frames_removed._ascii.ob_base,
17201 : : & const_str_ModuleNotFoundError._ascii.ob_base,
17202 : : &_Py_ID(name),
17203 : : & const_str_sys._ascii.ob_base,
17204 : : &_Py_ID(modules),
17205 : : &_Py_ID(get),
17206 : : & const_str__NEEDS_LOADING._ascii.ob_base,
17207 : : },
17208 : : },
17209 : : };
17210 : : static
17211 : : struct {
17212 : : PyObject_VAR_HEAD
17213 : : Py_hash_t ob_shash;
17214 : : char ob_sval[339];
17215 : : }
17216 : : importlib__bootstrap_toplevel_consts_54_linetable = {
17217 : : .ob_base = {
17218 : : .ob_base = {
17219 : : .ob_refcnt = 999999999,
17220 : : .ob_type = &PyBytes_Type,
17221 : : },
17222 : : .ob_size = 338,
17223 : : },
17224 : : .ob_shash = -1,
17225 : : .ob_sval = "\x80\x00\xf0\x14\x00\x0e\x16\xf0\x00\x17\x05\x16\xf1\x00\x17\x05\x16\x88\x01\xdd\x0f\x19\x98\x21\x9d\x53\xd4\x0f\x21\xf0\x00\x16\x09\x16\xd8\x0f\x18\xf0\x00\x03\x0d\x28\xd8\x18\x1e\x9f\x0f\x99\x0f\xa8\x2a\xd1\x18\x34\x90\x05\x90\x05\xe0\x18\x27\x90\x05\xdd\x12\x1b\xf0\x00\x01\x1d\x36\xa0\x75\xf0\x00\x01\x1d\x36\xf0\x00\x01\x1d\x36\xdd\x23\x27\xa8\x01\xa4\x37\xd7\x23\x33\xd1\x23\x33\xf0\x03\x01\x1d\x36\xf0\x00\x01\x1d\x36\xf4\x00\x01\x13\x37\xf0\x00\x01\x0d\x37\xe0\x0d\x0e\x90\x23\x8a\x58\xf0\x00\x0f\x09\x16\xd8\x13\x1c\xf0\x00\x02\x0d\x31\xa5\x17\xa8\x16\xb0\x19\xd4\x21\x3b\xf0\x00\x02\x0d\x31\xdd\x10\x20\xa0\x16\xa8\x16\xaf\x1e\xa9\x1e\xb8\x17\xd8\x2b\x2f\xf0\x03\x01\x11\x31\xf4\x00\x01\x11\x31\xf0\x00\x01\x11\x31\xf0\x00\x01\x11\x31\xe5\x11\x18\x98\x16\xa0\x11\xd4\x11\x23\xf0\x00\x0b\x09\x16\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x76\xa7\x7f\xa1\x7f\xb8\x01\xd4\x18\x3a\x88\x49\xf0\x02\x09\x0d\x16\xdd\x10\x29\xa8\x27\xb0\x39\xd4\x10\x3d\xd0\x10\x3d\xd0\x10\x3d\xf0\x12\x00\x0c\x12\x80\x4d\xf8\xf5\x11\x00\x14\x27\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x00\x07\x0d\x16\xf0\x08\x00\x15\x18\x97\x48\x91\x48\xa0\x09\xd2\x14\x29\xf0\x00\x02\x11\x1d\xdd\x14\x17\x97\x4b\x91\x4b\x97\x4f\x91\x4f\xa0\x49\xad\x7e\xd4\x14\x3e\xf0\x03\x02\x11\x1d\xe0\x14\x1c\x90\x48\x90\x48\x90\x48\x91\x48\xd8\x10\x15\xf8\xf8\xf8\xf8\xf0\x0f\x07\x0d\x16\xf8\xf8\xf8",
17226 : : };
17227 : : static
17228 : : struct {
17229 : : PyObject_VAR_HEAD
17230 : : Py_hash_t ob_shash;
17231 : : char ob_sval[31];
17232 : : }
17233 : : importlib__bootstrap_toplevel_consts_54_exceptiontable = {
17234 : : .ob_base = {
17235 : : .ob_base = {
17236 : : .ob_refcnt = 999999999,
17237 : : .ob_type = &PyBytes_Type,
17238 : : },
17239 : : .ob_size = 30,
17240 : : },
17241 : : .ob_shash = -1,
17242 : : .ob_sval = "\xc2\x33\x0e\x43\x04\x02\xc3\x04\x0a\x44\x11\x05\xc3\x0e\x37\x44\x0c\x05\xc4\x0b\x01\x44\x0c\x05\xc4\x0c\x05\x44\x11\x05",
17243 : : };
17244 : : static
17245 : : struct {
17246 : : PyASCIIObject _ascii;
17247 : : uint8_t _data[9];
17248 : : }
17249 : : const_str_fromlist = {
17250 : : ._ascii = {
17251 : : .ob_base = {
17252 : : .ob_refcnt = 999999999,
17253 : : .ob_type = &PyUnicode_Type,
17254 : : },
17255 : : .length = 8,
17256 : : .hash = -1,
17257 : : .state = {
17258 : : .kind = 1,
17259 : : .compact = 1,
17260 : : .ascii = 1,
17261 : : },
17262 : : },
17263 : : ._data = "fromlist",
17264 : : };
17265 : : static
17266 : : struct {
17267 : : PyASCIIObject _ascii;
17268 : : uint8_t _data[2];
17269 : : }
17270 : : const_str_x = {
17271 : : ._ascii = {
17272 : : .ob_base = {
17273 : : .ob_refcnt = 999999999,
17274 : : .ob_type = &PyUnicode_Type,
17275 : : },
17276 : : .length = 1,
17277 : : .hash = -1,
17278 : : .state = {
17279 : : .kind = 1,
17280 : : .compact = 1,
17281 : : .ascii = 1,
17282 : : },
17283 : : },
17284 : : ._data = "x",
17285 : : };
17286 : : static
17287 : : struct {
17288 : : PyASCIIObject _ascii;
17289 : : uint8_t _data[6];
17290 : : }
17291 : : const_str_where = {
17292 : : ._ascii = {
17293 : : .ob_base = {
17294 : : .ob_refcnt = 999999999,
17295 : : .ob_type = &PyUnicode_Type,
17296 : : },
17297 : : .length = 5,
17298 : : .hash = -1,
17299 : : .state = {
17300 : : .kind = 1,
17301 : : .compact = 1,
17302 : : .ascii = 1,
17303 : : },
17304 : : },
17305 : : ._data = "where",
17306 : : };
17307 : : static
17308 : : struct {
17309 : : PyASCIIObject _ascii;
17310 : : uint8_t _data[10];
17311 : : }
17312 : : const_str_from_name = {
17313 : : ._ascii = {
17314 : : .ob_base = {
17315 : : .ob_refcnt = 999999999,
17316 : : .ob_type = &PyUnicode_Type,
17317 : : },
17318 : : .length = 9,
17319 : : .hash = -1,
17320 : : .state = {
17321 : : .kind = 1,
17322 : : .compact = 1,
17323 : : .ascii = 1,
17324 : : },
17325 : : },
17326 : : ._data = "from_name",
17327 : : };
17328 : : static
17329 : : struct {
17330 : : PyASCIIObject _ascii;
17331 : : uint8_t _data[4];
17332 : : }
17333 : : const_str_exc = {
17334 : : ._ascii = {
17335 : : .ob_base = {
17336 : : .ob_refcnt = 999999999,
17337 : : .ob_type = &PyUnicode_Type,
17338 : : },
17339 : : .length = 3,
17340 : : .hash = -1,
17341 : : .state = {
17342 : : .kind = 1,
17343 : : .compact = 1,
17344 : : .ascii = 1,
17345 : : },
17346 : : },
17347 : : ._data = "exc",
17348 : : };
17349 : : static
17350 : : struct {
17351 : : PyGC_Head _gc_head;
17352 : : struct {
17353 : : PyObject_VAR_HEAD
17354 : : PyObject *ob_item[8];
17355 : : }_object;
17356 : : }
17357 : : importlib__bootstrap_toplevel_consts_54_localsplusnames = {
17358 : : ._object = {
17359 : : .ob_base = {
17360 : : .ob_base = {
17361 : : .ob_refcnt = 999999999,
17362 : : .ob_type = &PyTuple_Type,
17363 : : },
17364 : : .ob_size = 8,
17365 : : },
17366 : : .ob_item = {
17367 : : & const_str_module._ascii.ob_base,
17368 : : & const_str_fromlist._ascii.ob_base,
17369 : : & const_str_import_._ascii.ob_base,
17370 : : & const_str_recursive._ascii.ob_base,
17371 : : & const_str_x._ascii.ob_base,
17372 : : & const_str_where._ascii.ob_base,
17373 : : & const_str_from_name._ascii.ob_base,
17374 : : & const_str_exc._ascii.ob_base,
17375 : : },
17376 : : },
17377 : : };
17378 : : static
17379 : : struct _PyCode_DEF(552)
17380 : : importlib__bootstrap_toplevel_consts_54 = {
17381 : : .ob_base = {
17382 : : .ob_base = {
17383 : : .ob_refcnt = 999999999,
17384 : : .ob_type = &PyCode_Type,
17385 : : },
17386 : : .ob_size = 276,
17387 : : },
17388 : : .co_consts = & importlib__bootstrap_toplevel_consts_54_consts._object.ob_base.ob_base,
17389 : : .co_names = & importlib__bootstrap_toplevel_consts_54_names._object.ob_base.ob_base,
17390 : : .co_exceptiontable = & importlib__bootstrap_toplevel_consts_54_exceptiontable.ob_base.ob_base,
17391 : : .co_flags = 3,
17392 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17393 : : ._co_linearray_entry_size = 0,
17394 : : .co_argcount = 3,
17395 : : .co_posonlyargcount = 0,
17396 : : .co_kwonlyargcount = 1,
17397 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
17398 : : .co_stacksize = 9,
17399 : : .co_firstlineno = 1209,
17400 : : .co_nlocalsplus = 8,
17401 : : .co_nlocals = 8,
17402 : : .co_nplaincellvars = 0,
17403 : : .co_ncellvars = 0,
17404 : : .co_nfreevars = 0,
17405 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_54_localsplusnames._object.ob_base.ob_base,
17406 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
17407 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
17408 : : .co_name = &_Py_ID(_handle_fromlist),
17409 : : .co_qualname = &_Py_ID(_handle_fromlist),
17410 : : .co_linetable = & importlib__bootstrap_toplevel_consts_54_linetable.ob_base.ob_base,
17411 : : ._co_code = NULL,
17412 : : ._co_linearray = NULL,
17413 : : .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\xbd\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x3c\x7c\x03\x72\x10\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x05\x6e\x02\x64\x02\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x05\x9b\x00\x64\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x2c\x7c\x03\xb0\x5a\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x68\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x07\xac\x08\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x84\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x92\x64\x09\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbf\x7c\x00\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x43\x7d\x07\x7c\x07\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2d\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x81\x06\x59\x00\x64\x0a\x7d\x07\x7e\x07\x3e\x01\x8c\x08\x82\x00\x64\x0a\x7d\x07\x7e\x07\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
17414 : : ._co_firsttraceable = 0,
17415 : : };
17416 : : static
17417 : : struct {
17418 : : PyASCIIObject _ascii;
17419 : : uint8_t _data[168];
17420 : : }
17421 : : importlib__bootstrap_toplevel_consts_55_consts_0 = {
17422 : : ._ascii = {
17423 : : .ob_base = {
17424 : : .ob_refcnt = 999999999,
17425 : : .ob_type = &PyUnicode_Type,
17426 : : },
17427 : : .length = 167,
17428 : : .hash = -1,
17429 : : .state = {
17430 : : .kind = 1,
17431 : : .compact = 1,
17432 : : .ascii = 1,
17433 : : },
17434 : : },
17435 : : ._data = "\x43\x61\x6c\x63\x75\x6c\x61\x74\x65\x20\x77\x68\x61\x74\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x2e\x0a\x0a\x20\x20\x20\x20\x5f\x5f\x70\x61\x63\x6b\x61\x67\x65\x5f\x5f\x20\x69\x73\x20\x6e\x6f\x74\x20\x67\x75\x61\x72\x61\x6e\x74\x65\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x6f\x72\x20\x63\x6f\x75\x6c\x64\x20\x62\x65\x20\x73\x65\x74\x20\x74\x6f\x20\x4e\x6f\x6e\x65\x0a\x20\x20\x20\x20\x74\x6f\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x20\x74\x68\x61\x74\x20\x69\x74\x73\x20\x70\x72\x6f\x70\x65\x72\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x75\x6e\x6b\x6e\x6f\x77\x6e\x2e\x0a\x0a\x20\x20\x20\x20",
17436 : : };
17437 : : static
17438 : : struct {
17439 : : PyASCIIObject _ascii;
17440 : : uint8_t _data[33];
17441 : : }
17442 : : importlib__bootstrap_toplevel_consts_55_consts_4 = {
17443 : : ._ascii = {
17444 : : .ob_base = {
17445 : : .ob_refcnt = 999999999,
17446 : : .ob_type = &PyUnicode_Type,
17447 : : },
17448 : : .length = 32,
17449 : : .hash = -1,
17450 : : .state = {
17451 : : .kind = 1,
17452 : : .compact = 1,
17453 : : .ascii = 1,
17454 : : },
17455 : : },
17456 : : ._data = "__package__ != __spec__.parent (",
17457 : : };
17458 : : static
17459 : : struct {
17460 : : PyASCIIObject _ascii;
17461 : : uint8_t _data[5];
17462 : : }
17463 : : importlib__bootstrap_toplevel_consts_55_consts_5 = {
17464 : : ._ascii = {
17465 : : .ob_base = {
17466 : : .ob_refcnt = 999999999,
17467 : : .ob_type = &PyUnicode_Type,
17468 : : },
17469 : : .length = 4,
17470 : : .hash = -1,
17471 : : .state = {
17472 : : .kind = 1,
17473 : : .compact = 1,
17474 : : .ascii = 1,
17475 : : },
17476 : : },
17477 : : ._data = " != ",
17478 : : };
17479 : : static
17480 : : struct {
17481 : : PyASCIIObject _ascii;
17482 : : uint8_t _data[2];
17483 : : }
17484 : : importlib__bootstrap_toplevel_consts_55_consts_6 = {
17485 : : ._ascii = {
17486 : : .ob_base = {
17487 : : .ob_refcnt = 999999999,
17488 : : .ob_type = &PyUnicode_Type,
17489 : : },
17490 : : .length = 1,
17491 : : .hash = -1,
17492 : : .state = {
17493 : : .kind = 1,
17494 : : .compact = 1,
17495 : : .ascii = 1,
17496 : : },
17497 : : },
17498 : : ._data = ")",
17499 : : };
17500 : : static
17501 : : struct {
17502 : : PyASCIIObject _ascii;
17503 : : uint8_t _data[11];
17504 : : }
17505 : : const_str_stacklevel = {
17506 : : ._ascii = {
17507 : : .ob_base = {
17508 : : .ob_refcnt = 999999999,
17509 : : .ob_type = &PyUnicode_Type,
17510 : : },
17511 : : .length = 10,
17512 : : .hash = -1,
17513 : : .state = {
17514 : : .kind = 1,
17515 : : .compact = 1,
17516 : : .ascii = 1,
17517 : : },
17518 : : },
17519 : : ._data = "stacklevel",
17520 : : };
17521 : : static
17522 : : struct {
17523 : : PyGC_Head _gc_head;
17524 : : struct {
17525 : : PyObject_VAR_HEAD
17526 : : PyObject *ob_item[1];
17527 : : }_object;
17528 : : }
17529 : : importlib__bootstrap_toplevel_consts_55_consts_8 = {
17530 : : ._object = {
17531 : : .ob_base = {
17532 : : .ob_base = {
17533 : : .ob_refcnt = 999999999,
17534 : : .ob_type = &PyTuple_Type,
17535 : : },
17536 : : .ob_size = 1,
17537 : : },
17538 : : .ob_item = {
17539 : : & const_str_stacklevel._ascii.ob_base,
17540 : : },
17541 : : },
17542 : : };
17543 : : static
17544 : : struct {
17545 : : PyASCIIObject _ascii;
17546 : : uint8_t _data[90];
17547 : : }
17548 : : importlib__bootstrap_toplevel_consts_55_consts_9 = {
17549 : : ._ascii = {
17550 : : .ob_base = {
17551 : : .ob_refcnt = 999999999,
17552 : : .ob_type = &PyUnicode_Type,
17553 : : },
17554 : : .length = 89,
17555 : : .hash = -1,
17556 : : .state = {
17557 : : .kind = 1,
17558 : : .compact = 1,
17559 : : .ascii = 1,
17560 : : },
17561 : : },
17562 : : ._data = "can't resolve package from __spec__ or __package__, falling back on __name__ and __path__",
17563 : : };
17564 : : static
17565 : : struct {
17566 : : PyGC_Head _gc_head;
17567 : : struct {
17568 : : PyObject_VAR_HEAD
17569 : : PyObject *ob_item[14];
17570 : : }_object;
17571 : : }
17572 : : importlib__bootstrap_toplevel_consts_55_consts = {
17573 : : ._object = {
17574 : : .ob_base = {
17575 : : .ob_base = {
17576 : : .ob_refcnt = 999999999,
17577 : : .ob_type = &PyTuple_Type,
17578 : : },
17579 : : .ob_size = 14,
17580 : : },
17581 : : .ob_item = {
17582 : : & importlib__bootstrap_toplevel_consts_55_consts_0._ascii.ob_base,
17583 : : &_Py_ID(__package__),
17584 : : &_Py_ID(__spec__),
17585 : : Py_None,
17586 : : & importlib__bootstrap_toplevel_consts_55_consts_4._ascii.ob_base,
17587 : : & importlib__bootstrap_toplevel_consts_55_consts_5._ascii.ob_base,
17588 : : & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
17589 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
17590 : : & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
17591 : : & importlib__bootstrap_toplevel_consts_55_consts_9._ascii.ob_base,
17592 : : &_Py_ID(__name__),
17593 : : &_Py_ID(__path__),
17594 : : &_Py_STR(dot),
17595 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
17596 : : },
17597 : : },
17598 : : };
17599 : : static
17600 : : struct {
17601 : : PyGC_Head _gc_head;
17602 : : struct {
17603 : : PyObject_VAR_HEAD
17604 : : PyObject *ob_item[6];
17605 : : }_object;
17606 : : }
17607 : : importlib__bootstrap_toplevel_consts_55_names = {
17608 : : ._object = {
17609 : : .ob_base = {
17610 : : .ob_base = {
17611 : : .ob_refcnt = 999999999,
17612 : : .ob_type = &PyTuple_Type,
17613 : : },
17614 : : .ob_size = 6,
17615 : : },
17616 : : .ob_item = {
17617 : : &_Py_ID(get),
17618 : : &_Py_ID(parent),
17619 : : & const_str__warnings._ascii.ob_base,
17620 : : & const_str_warn._ascii.ob_base,
17621 : : & const_str_ImportWarning._ascii.ob_base,
17622 : : & const_str_rpartition._ascii.ob_base,
17623 : : },
17624 : : },
17625 : : };
17626 : : static
17627 : : struct {
17628 : : PyASCIIObject _ascii;
17629 : : uint8_t _data[18];
17630 : : }
17631 : : const_str__calc___package__ = {
17632 : : ._ascii = {
17633 : : .ob_base = {
17634 : : .ob_refcnt = 999999999,
17635 : : .ob_type = &PyUnicode_Type,
17636 : : },
17637 : : .length = 17,
17638 : : .hash = -1,
17639 : : .state = {
17640 : : .kind = 1,
17641 : : .compact = 1,
17642 : : .ascii = 1,
17643 : : },
17644 : : },
17645 : : ._data = "_calc___package__",
17646 : : };
17647 : : static
17648 : : struct {
17649 : : PyObject_VAR_HEAD
17650 : : Py_hash_t ob_shash;
17651 : : char ob_sval[240];
17652 : : }
17653 : : importlib__bootstrap_toplevel_consts_55_linetable = {
17654 : : .ob_base = {
17655 : : .ob_base = {
17656 : : .ob_refcnt = 999999999,
17657 : : .ob_type = &PyBytes_Type,
17658 : : },
17659 : : .ob_size = 239,
17660 : : },
17661 : : .ob_shash = -1,
17662 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x0f\x16\x8f\x6b\x89\x6b\x98\x2d\xd4\x0e\x28\x80\x47\xd8\x0b\x12\x8f\x3b\x89\x3b\x90\x7a\xd4\x0b\x22\x80\x44\xd8\x07\x0e\xf0\x00\x0e\x05\x31\xd8\x0b\x0f\xf0\x00\x03\x09\x38\xa0\x07\xa8\x34\xaf\x3b\xa9\x3b\xd2\x20\x36\xf0\x00\x03\x09\x38\xdd\x0c\x15\x8f\x4e\x89\x4e\xf0\x00\x01\x1c\x3f\xd8\x1f\x26\xf0\x03\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xd8\x2e\x32\xaf\x6b\xa9\x6b\xf0\x03\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xf0\x00\x01\x1c\x3f\xe5\x1b\x28\xb0\x51\xf0\x05\x00\x0d\x1b\xf4\x00\x02\x0d\x38\xf0\x00\x02\x0d\x38\xf0\x06\x00\x10\x17\x88\x0e\xd8\x09\x0d\xf0\x00\x08\x05\x31\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x08\x1a\xe5\x08\x11\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3f\xe5\x17\x24\xb0\x11\xf0\x05\x00\x09\x17\xf4\x00\x02\x09\x34\xf0\x00\x02\x09\x34\xf0\x06\x00\x13\x1a\x98\x2a\xd4\x12\x25\x88\x07\xd8\x0b\x15\x98\x57\xd0\x0b\x24\xf0\x00\x01\x09\x31\xd8\x16\x1d\xd7\x16\x28\xd1\x16\x28\xa8\x13\xd4\x16\x2d\xa8\x61\xd4\x16\x30\x88\x47\xd8\x0b\x12\x80\x4e",
17663 : : };
17664 : : static
17665 : : struct {
17666 : : PyASCIIObject _ascii;
17667 : : uint8_t _data[8];
17668 : : }
17669 : : const_str_globals = {
17670 : : ._ascii = {
17671 : : .ob_base = {
17672 : : .ob_refcnt = 999999999,
17673 : : .ob_type = &PyUnicode_Type,
17674 : : },
17675 : : .length = 7,
17676 : : .hash = -1,
17677 : : .state = {
17678 : : .kind = 1,
17679 : : .compact = 1,
17680 : : .ascii = 1,
17681 : : },
17682 : : },
17683 : : ._data = "globals",
17684 : : };
17685 : : static
17686 : : struct {
17687 : : PyGC_Head _gc_head;
17688 : : struct {
17689 : : PyObject_VAR_HEAD
17690 : : PyObject *ob_item[3];
17691 : : }_object;
17692 : : }
17693 : : importlib__bootstrap_toplevel_consts_55_localsplusnames = {
17694 : : ._object = {
17695 : : .ob_base = {
17696 : : .ob_base = {
17697 : : .ob_refcnt = 999999999,
17698 : : .ob_type = &PyTuple_Type,
17699 : : },
17700 : : .ob_size = 3,
17701 : : },
17702 : : .ob_item = {
17703 : : & const_str_globals._ascii.ob_base,
17704 : : & const_str_package._ascii.ob_base,
17705 : : & const_str_spec._ascii.ob_base,
17706 : : },
17707 : : },
17708 : : };
17709 : : static
17710 : : struct _PyCode_DEF(380)
17711 : : importlib__bootstrap_toplevel_consts_55 = {
17712 : : .ob_base = {
17713 : : .ob_base = {
17714 : : .ob_refcnt = 999999999,
17715 : : .ob_type = &PyCode_Type,
17716 : : },
17717 : : .ob_size = 190,
17718 : : },
17719 : : .co_consts = & importlib__bootstrap_toplevel_consts_55_consts._object.ob_base.ob_base,
17720 : : .co_names = & importlib__bootstrap_toplevel_consts_55_names._object.ob_base.ob_base,
17721 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
17722 : : .co_flags = 3,
17723 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17724 : : ._co_linearray_entry_size = 0,
17725 : : .co_argcount = 1,
17726 : : .co_posonlyargcount = 0,
17727 : : .co_kwonlyargcount = 0,
17728 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
17729 : : .co_stacksize = 7,
17730 : : .co_firstlineno = 1246,
17731 : : .co_nlocalsplus = 3,
17732 : : .co_nlocals = 3,
17733 : : .co_nplaincellvars = 0,
17734 : : .co_ncellvars = 0,
17735 : : .co_nfreevars = 0,
17736 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_55_localsplusnames._object.ob_base.ob_base,
17737 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
17738 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
17739 : : .co_name = & const_str__calc___package__._ascii.ob_base,
17740 : : .co_qualname = & const_str__calc___package__._ascii.ob_base,
17741 : : .co_linetable = & importlib__bootstrap_toplevel_consts_55_linetable.ob_base.ob_base,
17742 : : ._co_code = NULL,
17743 : : ._co_linearray = NULL,
17744 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x81\x44\x7c\x02\x81\x40\x7c\x01\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x30\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x9b\x02\x64\x05\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x06\x9d\x05\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00\x7c\x02\x81\x0c\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x64\x0a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x0b\x7c\x00\x76\x01\x72\x18\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
17745 : : ._co_firsttraceable = 0,
17746 : : };
17747 : : static
17748 : : struct {
17749 : : PyASCIIObject _ascii;
17750 : : uint8_t _data[472];
17751 : : }
17752 : : importlib__bootstrap_toplevel_consts_57_consts_0 = {
17753 : : ._ascii = {
17754 : : .ob_base = {
17755 : : .ob_refcnt = 999999999,
17756 : : .ob_type = &PyUnicode_Type,
17757 : : },
17758 : : .length = 471,
17759 : : .hash = -1,
17760 : : .state = {
17761 : : .kind = 1,
17762 : : .compact = 1,
17763 : : .ascii = 1,
17764 : : },
17765 : : },
17766 : : ._data = "\x49\x6d\x70\x6f\x72\x74\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x27\x67\x6c\x6f\x62\x61\x6c\x73\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x69\x6e\x66\x65\x72\x20\x77\x68\x65\x72\x65\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x69\x73\x20\x6f\x63\x63\x75\x72\x72\x69\x6e\x67\x20\x66\x72\x6f\x6d\x0a\x20\x20\x20\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x69\x6d\x70\x6f\x72\x74\x73\x2e\x20\x54\x68\x65\x20\x27\x6c\x6f\x63\x61\x6c\x73\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x69\x67\x6e\x6f\x72\x65\x64\x2e\x20\x54\x68\x65\x0a\x20\x20\x20\x20\x27\x66\x72\x6f\x6d\x6c\x69\x73\x74\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x73\x20\x77\x68\x61\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x65\x78\x69\x73\x74\x20\x61\x73\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x6f\x6e\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x0a\x20\x20\x20\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x20\x28\x65\x2e\x67\x2e\x20\x60\x60\x66\x72\x6f\x6d\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x6d\x70\x6f\x72\x74\x20\x3c\x66\x72\x6f\x6d\x6c\x69\x73\x74\x3e\x60\x60\x29\x2e\x20\x20\x54\x68\x65\x20\x27\x6c\x65\x76\x65\x6c\x27\x0a\x20\x20\x20\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x20\x74\x6f\x20\x69\x6d\x70\x6f\x72\x74\x20\x66\x72\x6f\x6d\x20\x69\x6e\x20\x61\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x28\x65\x2e\x67\x2e\x20\x60\x60\x66\x72\x6f\x6d\x20\x2e\x2e\x70\x6b\x67\x20\x69\x6d\x70\x6f\x72\x74\x20\x6d\x6f\x64\x60\x60\x20\x77\x6f\x75\x6c\x64\x20\x68\x61\x76\x65\x20\x61\x20\x27\x6c\x65\x76\x65\x6c\x27\x20\x6f\x66\x20\x32\x29\x2e\x0a\x0a\x20\x20\x20\x20",
17767 : : };
17768 : : static
17769 : : struct {
17770 : : PyGC_Head _gc_head;
17771 : : struct {
17772 : : PyObject_VAR_HEAD
17773 : : PyObject *ob_item[5];
17774 : : }_object;
17775 : : }
17776 : : importlib__bootstrap_toplevel_consts_57_consts = {
17777 : : ._object = {
17778 : : .ob_base = {
17779 : : .ob_base = {
17780 : : .ob_refcnt = 999999999,
17781 : : .ob_type = &PyTuple_Type,
17782 : : },
17783 : : .ob_size = 5,
17784 : : },
17785 : : .ob_item = {
17786 : : & importlib__bootstrap_toplevel_consts_57_consts_0._ascii.ob_base,
17787 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
17788 : : Py_None,
17789 : : &_Py_STR(dot),
17790 : : &_Py_ID(__path__),
17791 : : },
17792 : : },
17793 : : };
17794 : : static
17795 : : struct {
17796 : : PyASCIIObject _ascii;
17797 : : uint8_t _data[10];
17798 : : }
17799 : : const_str_partition = {
17800 : : ._ascii = {
17801 : : .ob_base = {
17802 : : .ob_refcnt = 999999999,
17803 : : .ob_type = &PyUnicode_Type,
17804 : : },
17805 : : .length = 9,
17806 : : .hash = -1,
17807 : : .state = {
17808 : : .kind = 1,
17809 : : .compact = 1,
17810 : : .ascii = 1,
17811 : : },
17812 : : },
17813 : : ._data = "partition",
17814 : : };
17815 : : static
17816 : : struct {
17817 : : PyGC_Head _gc_head;
17818 : : struct {
17819 : : PyObject_VAR_HEAD
17820 : : PyObject *ob_item[9];
17821 : : }_object;
17822 : : }
17823 : : importlib__bootstrap_toplevel_consts_57_names = {
17824 : : ._object = {
17825 : : .ob_base = {
17826 : : .ob_base = {
17827 : : .ob_refcnt = 999999999,
17828 : : .ob_type = &PyTuple_Type,
17829 : : },
17830 : : .ob_size = 9,
17831 : : },
17832 : : .ob_item = {
17833 : : & const_str__gcd_import._ascii.ob_base,
17834 : : & const_str__calc___package__._ascii.ob_base,
17835 : : & const_str_partition._ascii.ob_base,
17836 : : &_Py_ID(len),
17837 : : & const_str_sys._ascii.ob_base,
17838 : : &_Py_ID(modules),
17839 : : &_Py_ID(__name__),
17840 : : & const_str_hasattr._ascii.ob_base,
17841 : : &_Py_ID(_handle_fromlist),
17842 : : },
17843 : : },
17844 : : };
17845 : : static
17846 : : struct {
17847 : : PyObject_VAR_HEAD
17848 : : Py_hash_t ob_shash;
17849 : : char ob_sval[242];
17850 : : }
17851 : : importlib__bootstrap_toplevel_consts_57_linetable = {
17852 : : .ob_base = {
17853 : : .ob_base = {
17854 : : .ob_refcnt = 999999999,
17855 : : .ob_type = &PyBytes_Type,
17856 : : },
17857 : : .ob_size = 241,
17858 : : },
17859 : : .ob_shash = -1,
17860 : : .ob_sval = "\x80\x00\xf0\x16\x00\x08\x0d\x90\x01\x82\x7a\xf0\x00\x05\x05\x33\xdd\x11\x1c\x98\x54\xd4\x11\x22\x88\x06\x88\x06\xe0\x1e\x25\xd0\x13\x39\x90\x37\x90\x37\xb0\x72\x88\x08\xdd\x12\x23\xa0\x48\xd4\x12\x2d\x88\x07\xdd\x11\x1c\x98\x54\xa0\x37\xa8\x45\xd4\x11\x32\x88\x06\xd8\x0b\x13\xf0\x00\x11\x05\x16\xf0\x06\x00\x0c\x11\x90\x41\x8a\x3a\xf0\x00\x0a\x09\x4f\x01\xdd\x13\x1e\x98\x74\x9f\x7e\x99\x7e\xa8\x63\xd4\x1f\x32\xb0\x31\xd4\x1f\x35\xd4\x13\x36\xd0\x0c\x36\xd8\x11\x15\xf0\x00\x08\x09\x4f\x01\xd8\x13\x19\x88\x4d\xf5\x08\x00\x17\x1a\x98\x24\x94\x69\xa5\x23\xa0\x64\xa7\x6e\xa1\x6e\xb0\x53\xd4\x26\x39\xb8\x21\xd4\x26\x3c\xd4\x22\x3d\xd1\x16\x3d\x88\x47\xf5\x06\x00\x14\x17\x97\x3b\x91\x3b\x98\x76\x9f\x7f\x99\x7f\xd0\x1f\x4d\xb5\x03\xb0\x46\xb7\x4f\xb1\x4f\xd4\x30\x44\xc0\x57\xd1\x30\x4c\xd0\x1f\x4d\xd4\x13\x4e\xd0\x0c\x4e\xdd\x09\x10\x90\x16\x98\x1a\xd4\x09\x24\xf0\x00\x03\x05\x16\xdd\x0f\x1f\xa0\x06\xa8\x08\xb5\x2b\xd4\x0f\x3e\xd0\x08\x3e\xe0\x0f\x15\x88\x0d",
17861 : : };
17862 : : static
17863 : : struct {
17864 : : PyASCIIObject _ascii;
17865 : : uint8_t _data[7];
17866 : : }
17867 : : const_str_locals = {
17868 : : ._ascii = {
17869 : : .ob_base = {
17870 : : .ob_refcnt = 999999999,
17871 : : .ob_type = &PyUnicode_Type,
17872 : : },
17873 : : .length = 6,
17874 : : .hash = -1,
17875 : : .state = {
17876 : : .kind = 1,
17877 : : .compact = 1,
17878 : : .ascii = 1,
17879 : : },
17880 : : },
17881 : : ._data = "locals",
17882 : : };
17883 : : static
17884 : : struct {
17885 : : PyASCIIObject _ascii;
17886 : : uint8_t _data[9];
17887 : : }
17888 : : const_str_globals_ = {
17889 : : ._ascii = {
17890 : : .ob_base = {
17891 : : .ob_refcnt = 999999999,
17892 : : .ob_type = &PyUnicode_Type,
17893 : : },
17894 : : .length = 8,
17895 : : .hash = -1,
17896 : : .state = {
17897 : : .kind = 1,
17898 : : .compact = 1,
17899 : : .ascii = 1,
17900 : : },
17901 : : },
17902 : : ._data = "globals_",
17903 : : };
17904 : : static
17905 : : struct {
17906 : : PyASCIIObject _ascii;
17907 : : uint8_t _data[8];
17908 : : }
17909 : : const_str_cut_off = {
17910 : : ._ascii = {
17911 : : .ob_base = {
17912 : : .ob_refcnt = 999999999,
17913 : : .ob_type = &PyUnicode_Type,
17914 : : },
17915 : : .length = 7,
17916 : : .hash = -1,
17917 : : .state = {
17918 : : .kind = 1,
17919 : : .compact = 1,
17920 : : .ascii = 1,
17921 : : },
17922 : : },
17923 : : ._data = "cut_off",
17924 : : };
17925 : : static
17926 : : struct {
17927 : : PyGC_Head _gc_head;
17928 : : struct {
17929 : : PyObject_VAR_HEAD
17930 : : PyObject *ob_item[9];
17931 : : }_object;
17932 : : }
17933 : : importlib__bootstrap_toplevel_consts_57_localsplusnames = {
17934 : : ._object = {
17935 : : .ob_base = {
17936 : : .ob_base = {
17937 : : .ob_refcnt = 999999999,
17938 : : .ob_type = &PyTuple_Type,
17939 : : },
17940 : : .ob_size = 9,
17941 : : },
17942 : : .ob_item = {
17943 : : &_Py_ID(name),
17944 : : & const_str_globals._ascii.ob_base,
17945 : : & const_str_locals._ascii.ob_base,
17946 : : & const_str_fromlist._ascii.ob_base,
17947 : : & const_str_level._ascii.ob_base,
17948 : : & const_str_module._ascii.ob_base,
17949 : : & const_str_globals_._ascii.ob_base,
17950 : : & const_str_package._ascii.ob_base,
17951 : : & const_str_cut_off._ascii.ob_base,
17952 : : },
17953 : : },
17954 : : };
17955 : : static
17956 : : struct {
17957 : : PyObject_VAR_HEAD
17958 : : Py_hash_t ob_shash;
17959 : : char ob_sval[10];
17960 : : }
17961 : : importlib__bootstrap_toplevel_consts_57_localspluskinds = {
17962 : : .ob_base = {
17963 : : .ob_base = {
17964 : : .ob_refcnt = 999999999,
17965 : : .ob_type = &PyBytes_Type,
17966 : : },
17967 : : .ob_size = 9,
17968 : : },
17969 : : .ob_shash = -1,
17970 : : .ob_sval = " ",
17971 : : };
17972 : : static
17973 : : struct _PyCode_DEF(494)
17974 : : importlib__bootstrap_toplevel_consts_57 = {
17975 : : .ob_base = {
17976 : : .ob_base = {
17977 : : .ob_refcnt = 999999999,
17978 : : .ob_type = &PyCode_Type,
17979 : : },
17980 : : .ob_size = 247,
17981 : : },
17982 : : .co_consts = & importlib__bootstrap_toplevel_consts_57_consts._object.ob_base.ob_base,
17983 : : .co_names = & importlib__bootstrap_toplevel_consts_57_names._object.ob_base.ob_base,
17984 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
17985 : : .co_flags = 3,
17986 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
17987 : : ._co_linearray_entry_size = 0,
17988 : : .co_argcount = 5,
17989 : : .co_posonlyargcount = 0,
17990 : : .co_kwonlyargcount = 0,
17991 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
17992 : : .co_stacksize = 6,
17993 : : .co_firstlineno = 1273,
17994 : : .co_nlocalsplus = 9,
17995 : : .co_nlocals = 9,
17996 : : .co_nplaincellvars = 0,
17997 : : .co_ncellvars = 0,
17998 : : .co_nfreevars = 0,
17999 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_57_localsplusnames._object.ob_base.ob_base,
18000 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
18001 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18002 : : .co_name = &_Py_ID(__import__),
18003 : : .co_qualname = &_Py_ID(__import__),
18004 : : .co_linetable = & importlib__bootstrap_toplevel_consts_57_linetable.ob_base.ob_base,
18005 : : ._co_code = NULL,
18006 : : ._co_linearray = NULL,
18007 : : .co_code_adaptive = "\x97\x00\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0e\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x22\x7c\x01\x81\x02\x7c\x01\x6e\x01\x69\x00\x7d\x06\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x03\x73\x9a\x7c\x04\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x23\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x73\x02\x7c\x05\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x7d\x08\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7a\x0a\x00\x00\x1a\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x05\x53\x00",
18008 : : ._co_firsttraceable = 0,
18009 : : };
18010 : : static
18011 : : struct {
18012 : : PyASCIIObject _ascii;
18013 : : uint8_t _data[26];
18014 : : }
18015 : : importlib__bootstrap_toplevel_consts_58_consts_1 = {
18016 : : ._ascii = {
18017 : : .ob_base = {
18018 : : .ob_refcnt = 999999999,
18019 : : .ob_type = &PyUnicode_Type,
18020 : : },
18021 : : .length = 25,
18022 : : .hash = -1,
18023 : : .state = {
18024 : : .kind = 1,
18025 : : .compact = 1,
18026 : : .ascii = 1,
18027 : : },
18028 : : },
18029 : : ._data = "no built-in module named ",
18030 : : };
18031 : : static
18032 : : struct {
18033 : : PyGC_Head _gc_head;
18034 : : struct {
18035 : : PyObject_VAR_HEAD
18036 : : PyObject *ob_item[2];
18037 : : }_object;
18038 : : }
18039 : : importlib__bootstrap_toplevel_consts_58_consts = {
18040 : : ._object = {
18041 : : .ob_base = {
18042 : : .ob_base = {
18043 : : .ob_refcnt = 999999999,
18044 : : .ob_type = &PyTuple_Type,
18045 : : },
18046 : : .ob_size = 2,
18047 : : },
18048 : : .ob_item = {
18049 : : Py_None,
18050 : : & importlib__bootstrap_toplevel_consts_58_consts_1._ascii.ob_base,
18051 : : },
18052 : : },
18053 : : };
18054 : : static
18055 : : struct {
18056 : : PyGC_Head _gc_head;
18057 : : struct {
18058 : : PyObject_VAR_HEAD
18059 : : PyObject *ob_item[4];
18060 : : }_object;
18061 : : }
18062 : : importlib__bootstrap_toplevel_consts_58_names = {
18063 : : ._object = {
18064 : : .ob_base = {
18065 : : .ob_base = {
18066 : : .ob_refcnt = 999999999,
18067 : : .ob_type = &PyTuple_Type,
18068 : : },
18069 : : .ob_size = 4,
18070 : : },
18071 : : .ob_item = {
18072 : : & const_str_BuiltinImporter._ascii.ob_base,
18073 : : & const_str_find_spec._ascii.ob_base,
18074 : : & const_str_ImportError._ascii.ob_base,
18075 : : & const_str__load_unlocked._ascii.ob_base,
18076 : : },
18077 : : },
18078 : : };
18079 : : static
18080 : : struct {
18081 : : PyASCIIObject _ascii;
18082 : : uint8_t _data[19];
18083 : : }
18084 : : const_str__builtin_from_name = {
18085 : : ._ascii = {
18086 : : .ob_base = {
18087 : : .ob_refcnt = 999999999,
18088 : : .ob_type = &PyUnicode_Type,
18089 : : },
18090 : : .length = 18,
18091 : : .hash = -1,
18092 : : .state = {
18093 : : .kind = 1,
18094 : : .compact = 1,
18095 : : .ascii = 1,
18096 : : },
18097 : : },
18098 : : ._data = "_builtin_from_name",
18099 : : };
18100 : : static
18101 : : struct {
18102 : : PyObject_VAR_HEAD
18103 : : Py_hash_t ob_shash;
18104 : : char ob_sval[55];
18105 : : }
18106 : : importlib__bootstrap_toplevel_consts_58_linetable = {
18107 : : .ob_base = {
18108 : : .ob_base = {
18109 : : .ob_refcnt = 999999999,
18110 : : .ob_type = &PyBytes_Type,
18111 : : },
18112 : : .ob_size = 54,
18113 : : },
18114 : : .ob_shash = -1,
18115 : : .ob_sval = "\x80\x00\xdd\x0b\x1a\xd7\x0b\x24\xd1\x0b\x24\xa0\x54\xd4\x0b\x2a\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x3e\xdd\x0e\x19\xd0\x1a\x35\xb8\x04\xd1\x1a\x3c\xd4\x0e\x3d\xd0\x08\x3d\xdd\x0b\x19\x98\x24\xd4\x0b\x1f\xd0\x04\x1f",
18116 : : };
18117 : : static
18118 : : struct {
18119 : : PyGC_Head _gc_head;
18120 : : struct {
18121 : : PyObject_VAR_HEAD
18122 : : PyObject *ob_item[2];
18123 : : }_object;
18124 : : }
18125 : : importlib__bootstrap_toplevel_consts_58_localsplusnames = {
18126 : : ._object = {
18127 : : .ob_base = {
18128 : : .ob_base = {
18129 : : .ob_refcnt = 999999999,
18130 : : .ob_type = &PyTuple_Type,
18131 : : },
18132 : : .ob_size = 2,
18133 : : },
18134 : : .ob_item = {
18135 : : &_Py_ID(name),
18136 : : & const_str_spec._ascii.ob_base,
18137 : : },
18138 : : },
18139 : : };
18140 : : static
18141 : : struct _PyCode_DEF(110)
18142 : : importlib__bootstrap_toplevel_consts_58 = {
18143 : : .ob_base = {
18144 : : .ob_base = {
18145 : : .ob_refcnt = 999999999,
18146 : : .ob_type = &PyCode_Type,
18147 : : },
18148 : : .ob_size = 55,
18149 : : },
18150 : : .co_consts = & importlib__bootstrap_toplevel_consts_58_consts._object.ob_base.ob_base,
18151 : : .co_names = & importlib__bootstrap_toplevel_consts_58_names._object.ob_base.ob_base,
18152 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18153 : : .co_flags = 3,
18154 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18155 : : ._co_linearray_entry_size = 0,
18156 : : .co_argcount = 1,
18157 : : .co_posonlyargcount = 0,
18158 : : .co_kwonlyargcount = 0,
18159 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
18160 : : .co_stacksize = 4,
18161 : : .co_firstlineno = 1310,
18162 : : .co_nlocalsplus = 2,
18163 : : .co_nlocals = 2,
18164 : : .co_nplaincellvars = 0,
18165 : : .co_ncellvars = 0,
18166 : : .co_nfreevars = 0,
18167 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
18168 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
18169 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18170 : : .co_name = & const_str__builtin_from_name._ascii.ob_base,
18171 : : .co_qualname = & const_str__builtin_from_name._ascii.ob_base,
18172 : : .co_linetable = & importlib__bootstrap_toplevel_consts_58_linetable.ob_base.ob_base,
18173 : : ._co_code = NULL,
18174 : : ._co_linearray = NULL,
18175 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x10\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
18176 : : ._co_firsttraceable = 0,
18177 : : };
18178 : : static
18179 : : struct {
18180 : : PyASCIIObject _ascii;
18181 : : uint8_t _data[251];
18182 : : }
18183 : : importlib__bootstrap_toplevel_consts_59_consts_0 = {
18184 : : ._ascii = {
18185 : : .ob_base = {
18186 : : .ob_refcnt = 999999999,
18187 : : .ob_type = &PyUnicode_Type,
18188 : : },
18189 : : .length = 250,
18190 : : .hash = -1,
18191 : : .state = {
18192 : : .kind = 1,
18193 : : .compact = 1,
18194 : : .ascii = 1,
18195 : : },
18196 : : },
18197 : : ._data = "\x53\x65\x74\x75\x70\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x62\x79\x20\x69\x6d\x70\x6f\x72\x74\x69\x6e\x67\x20\x6e\x65\x65\x64\x65\x64\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x69\x6e\x6a\x65\x63\x74\x69\x6e\x67\x20\x74\x68\x65\x6d\x0a\x20\x20\x20\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x20\x67\x6c\x6f\x62\x61\x6c\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x41\x73\x20\x73\x79\x73\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x66\x6f\x72\x20\x73\x79\x73\x2e\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x63\x63\x65\x73\x73\x20\x61\x6e\x64\x20\x5f\x69\x6d\x70\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x74\x6f\x20\x6c\x6f\x61\x64\x20\x62\x75\x69\x6c\x74\x2d\x69\x6e\x0a\x20\x20\x20\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x6f\x73\x65\x20\x74\x77\x6f\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x6d\x75\x73\x74\x20\x62\x65\x20\x65\x78\x70\x6c\x69\x63\x69\x74\x6c\x79\x20\x70\x61\x73\x73\x65\x64\x20\x69\x6e\x2e\x0a\x0a\x20\x20\x20\x20",
18198 : : };
18199 : : static
18200 : : struct {
18201 : : PyGC_Head _gc_head;
18202 : : struct {
18203 : : PyObject_VAR_HEAD
18204 : : PyObject *ob_item[3];
18205 : : }_object;
18206 : : }
18207 : : importlib__bootstrap_toplevel_consts_59_consts_1 = {
18208 : : ._object = {
18209 : : .ob_base = {
18210 : : .ob_base = {
18211 : : .ob_refcnt = 999999999,
18212 : : .ob_type = &PyTuple_Type,
18213 : : },
18214 : : .ob_size = 3,
18215 : : },
18216 : : .ob_item = {
18217 : : & const_str__thread._ascii.ob_base,
18218 : : & const_str__warnings._ascii.ob_base,
18219 : : & const_str__weakref._ascii.ob_base,
18220 : : },
18221 : : },
18222 : : };
18223 : : static
18224 : : struct {
18225 : : PyGC_Head _gc_head;
18226 : : struct {
18227 : : PyObject_VAR_HEAD
18228 : : PyObject *ob_item[3];
18229 : : }_object;
18230 : : }
18231 : : importlib__bootstrap_toplevel_consts_59_consts = {
18232 : : ._object = {
18233 : : .ob_base = {
18234 : : .ob_base = {
18235 : : .ob_refcnt = 999999999,
18236 : : .ob_type = &PyTuple_Type,
18237 : : },
18238 : : .ob_size = 3,
18239 : : },
18240 : : .ob_item = {
18241 : : & importlib__bootstrap_toplevel_consts_59_consts_0._ascii.ob_base,
18242 : : & importlib__bootstrap_toplevel_consts_59_consts_1._object.ob_base.ob_base,
18243 : : Py_None,
18244 : : },
18245 : : },
18246 : : };
18247 : : static
18248 : : struct {
18249 : : PyGC_Head _gc_head;
18250 : : struct {
18251 : : PyObject_VAR_HEAD
18252 : : PyObject *ob_item[16];
18253 : : }_object;
18254 : : }
18255 : : importlib__bootstrap_toplevel_consts_59_names = {
18256 : : ._object = {
18257 : : .ob_base = {
18258 : : .ob_base = {
18259 : : .ob_refcnt = 999999999,
18260 : : .ob_type = &PyTuple_Type,
18261 : : },
18262 : : .ob_size = 16,
18263 : : },
18264 : : .ob_item = {
18265 : : & const_str__imp._ascii.ob_base,
18266 : : & const_str_sys._ascii.ob_base,
18267 : : & const_str_type._ascii.ob_base,
18268 : : &_Py_ID(modules),
18269 : : &_Py_ID(items),
18270 : : &_Py_ID(isinstance),
18271 : : & const_str_builtin_module_names._ascii.ob_base,
18272 : : & const_str_BuiltinImporter._ascii.ob_base,
18273 : : & const_str_is_frozen._ascii.ob_base,
18274 : : & const_str_FrozenImporter._ascii.ob_base,
18275 : : & const_str__spec_from_module._ascii.ob_base,
18276 : : & const_str__init_module_attrs._ascii.ob_base,
18277 : : &_Py_ID(_fix_up_module),
18278 : : &_Py_ID(__name__),
18279 : : & const_str__builtin_from_name._ascii.ob_base,
18280 : : & const_str_setattr._ascii.ob_base,
18281 : : },
18282 : : },
18283 : : };
18284 : : static
18285 : : struct {
18286 : : PyASCIIObject _ascii;
18287 : : uint8_t _data[7];
18288 : : }
18289 : : const_str__setup = {
18290 : : ._ascii = {
18291 : : .ob_base = {
18292 : : .ob_refcnt = 999999999,
18293 : : .ob_type = &PyUnicode_Type,
18294 : : },
18295 : : .length = 6,
18296 : : .hash = -1,
18297 : : .state = {
18298 : : .kind = 1,
18299 : : .compact = 1,
18300 : : .ascii = 1,
18301 : : },
18302 : : },
18303 : : ._data = "_setup",
18304 : : };
18305 : : static
18306 : : struct {
18307 : : PyObject_VAR_HEAD
18308 : : Py_hash_t ob_shash;
18309 : : char ob_sval[286];
18310 : : }
18311 : : importlib__bootstrap_toplevel_consts_59_linetable = {
18312 : : .ob_base = {
18313 : : .ob_base = {
18314 : : .ob_refcnt = 999999999,
18315 : : .ob_type = &PyBytes_Type,
18316 : : },
18317 : : .ob_size = 285,
18318 : : },
18319 : : .ob_shash = -1,
18320 : : .ob_sval = "\x80\x00\xf0\x12\x00\x0c\x17\x80\x44\xd8\x0a\x14\x80\x43\xf5\x06\x00\x13\x17\x95\x73\x94\x29\x80\x4b\xdd\x18\x1b\x9f\x0b\x99\x0b\xd7\x18\x29\xd1\x18\x29\xd4\x18\x2b\xf0\x00\x0b\x05\x2e\xf1\x00\x0b\x05\x2e\x89\x0c\x88\x04\x88\x66\xdd\x0b\x15\x90\x66\x98\x6b\xd4\x0b\x2a\xf0\x00\x0a\x09\x2e\xd8\x0f\x13\x95\x73\xd7\x17\x2f\xd1\x17\x2f\xd0\x0f\x2f\xf0\x00\x05\x0d\x19\xdd\x19\x28\x90\x06\x90\x06\xdd\x11\x15\x97\x1e\x91\x1e\xa0\x04\xd4\x11\x25\xf0\x00\x03\x0d\x19\xdd\x19\x27\x90\x06\x90\x06\xe0\x10\x18\xdd\x13\x24\xa0\x56\xa8\x56\xd4\x13\x34\x88\x44\xdd\x0c\x1e\x98\x74\xa0\x56\xd4\x0c\x2c\xd0\x0c\x2c\xd8\x0f\x15\x9d\x1e\xd0\x0f\x27\xf0\x00\x01\x0d\x2e\xd8\x10\x16\xd7\x10\x25\xd1\x10\x25\xa0\x66\xd4\x10\x2d\xd0\x10\x2d\xd0\x10\x2d\xf5\x06\x00\x13\x16\x97\x2b\x91\x2b\x9d\x68\xd4\x12\x27\x80\x4b\xd8\x18\x3c\xf0\x00\x05\x05\x3b\xf1\x00\x05\x05\x3b\x88\x0c\xd8\x0b\x17\x9d\x73\x9f\x7b\x99\x7b\xd0\x0b\x2a\xf0\x00\x03\x09\x37\xdd\x1d\x2f\xb0\x0c\xd4\x1d\x3d\x88\x4e\x88\x4e\xe5\x1d\x20\x9f\x5b\x99\x5b\xa8\x1c\xd4\x1d\x36\x88\x4e\xdd\x08\x0f\x90\x0b\x98\x5c\xa8\x3e\xd4\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xf0\x0b\x05\x05\x3b\xf0\x00\x05\x05\x3b",
18321 : : };
18322 : : static
18323 : : struct {
18324 : : PyASCIIObject _ascii;
18325 : : uint8_t _data[11];
18326 : : }
18327 : : const_str_sys_module = {
18328 : : ._ascii = {
18329 : : .ob_base = {
18330 : : .ob_refcnt = 999999999,
18331 : : .ob_type = &PyUnicode_Type,
18332 : : },
18333 : : .length = 10,
18334 : : .hash = -1,
18335 : : .state = {
18336 : : .kind = 1,
18337 : : .compact = 1,
18338 : : .ascii = 1,
18339 : : },
18340 : : },
18341 : : ._data = "sys_module",
18342 : : };
18343 : : static
18344 : : struct {
18345 : : PyASCIIObject _ascii;
18346 : : uint8_t _data[12];
18347 : : }
18348 : : const_str__imp_module = {
18349 : : ._ascii = {
18350 : : .ob_base = {
18351 : : .ob_refcnt = 999999999,
18352 : : .ob_type = &PyUnicode_Type,
18353 : : },
18354 : : .length = 11,
18355 : : .hash = -1,
18356 : : .state = {
18357 : : .kind = 1,
18358 : : .compact = 1,
18359 : : .ascii = 1,
18360 : : },
18361 : : },
18362 : : ._data = "_imp_module",
18363 : : };
18364 : : static
18365 : : struct {
18366 : : PyASCIIObject _ascii;
18367 : : uint8_t _data[12];
18368 : : }
18369 : : const_str_module_type = {
18370 : : ._ascii = {
18371 : : .ob_base = {
18372 : : .ob_refcnt = 999999999,
18373 : : .ob_type = &PyUnicode_Type,
18374 : : },
18375 : : .length = 11,
18376 : : .hash = -1,
18377 : : .state = {
18378 : : .kind = 1,
18379 : : .compact = 1,
18380 : : .ascii = 1,
18381 : : },
18382 : : },
18383 : : ._data = "module_type",
18384 : : };
18385 : : static
18386 : : struct {
18387 : : PyASCIIObject _ascii;
18388 : : uint8_t _data[12];
18389 : : }
18390 : : const_str_self_module = {
18391 : : ._ascii = {
18392 : : .ob_base = {
18393 : : .ob_refcnt = 999999999,
18394 : : .ob_type = &PyUnicode_Type,
18395 : : },
18396 : : .length = 11,
18397 : : .hash = -1,
18398 : : .state = {
18399 : : .kind = 1,
18400 : : .compact = 1,
18401 : : .ascii = 1,
18402 : : },
18403 : : },
18404 : : ._data = "self_module",
18405 : : };
18406 : : static
18407 : : struct {
18408 : : PyASCIIObject _ascii;
18409 : : uint8_t _data[13];
18410 : : }
18411 : : const_str_builtin_name = {
18412 : : ._ascii = {
18413 : : .ob_base = {
18414 : : .ob_refcnt = 999999999,
18415 : : .ob_type = &PyUnicode_Type,
18416 : : },
18417 : : .length = 12,
18418 : : .hash = -1,
18419 : : .state = {
18420 : : .kind = 1,
18421 : : .compact = 1,
18422 : : .ascii = 1,
18423 : : },
18424 : : },
18425 : : ._data = "builtin_name",
18426 : : };
18427 : : static
18428 : : struct {
18429 : : PyASCIIObject _ascii;
18430 : : uint8_t _data[15];
18431 : : }
18432 : : const_str_builtin_module = {
18433 : : ._ascii = {
18434 : : .ob_base = {
18435 : : .ob_refcnt = 999999999,
18436 : : .ob_type = &PyUnicode_Type,
18437 : : },
18438 : : .length = 14,
18439 : : .hash = -1,
18440 : : .state = {
18441 : : .kind = 1,
18442 : : .compact = 1,
18443 : : .ascii = 1,
18444 : : },
18445 : : },
18446 : : ._data = "builtin_module",
18447 : : };
18448 : : static
18449 : : struct {
18450 : : PyGC_Head _gc_head;
18451 : : struct {
18452 : : PyObject_VAR_HEAD
18453 : : PyObject *ob_item[10];
18454 : : }_object;
18455 : : }
18456 : : importlib__bootstrap_toplevel_consts_59_localsplusnames = {
18457 : : ._object = {
18458 : : .ob_base = {
18459 : : .ob_base = {
18460 : : .ob_refcnt = 999999999,
18461 : : .ob_type = &PyTuple_Type,
18462 : : },
18463 : : .ob_size = 10,
18464 : : },
18465 : : .ob_item = {
18466 : : & const_str_sys_module._ascii.ob_base,
18467 : : & const_str__imp_module._ascii.ob_base,
18468 : : & const_str_module_type._ascii.ob_base,
18469 : : &_Py_ID(name),
18470 : : & const_str_module._ascii.ob_base,
18471 : : & const_str_loader._ascii.ob_base,
18472 : : & const_str_spec._ascii.ob_base,
18473 : : & const_str_self_module._ascii.ob_base,
18474 : : & const_str_builtin_name._ascii.ob_base,
18475 : : & const_str_builtin_module._ascii.ob_base,
18476 : : },
18477 : : },
18478 : : };
18479 : : static
18480 : : struct _PyCode_DEF(594)
18481 : : importlib__bootstrap_toplevel_consts_59 = {
18482 : : .ob_base = {
18483 : : .ob_base = {
18484 : : .ob_refcnt = 999999999,
18485 : : .ob_type = &PyCode_Type,
18486 : : },
18487 : : .ob_size = 297,
18488 : : },
18489 : : .co_consts = & importlib__bootstrap_toplevel_consts_59_consts._object.ob_base.ob_base,
18490 : : .co_names = & importlib__bootstrap_toplevel_consts_59_names._object.ob_base.ob_base,
18491 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18492 : : .co_flags = 3,
18493 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18494 : : ._co_linearray_entry_size = 0,
18495 : : .co_argcount = 2,
18496 : : .co_posonlyargcount = 0,
18497 : : .co_kwonlyargcount = 0,
18498 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
18499 : : .co_stacksize = 6,
18500 : : .co_firstlineno = 1317,
18501 : : .co_nlocalsplus = 10,
18502 : : .co_nlocals = 10,
18503 : : .co_nplaincellvars = 0,
18504 : : .co_ncellvars = 0,
18505 : : .co_nfreevars = 0,
18506 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
18507 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
18508 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18509 : : .co_name = & const_str__setup._ascii.ob_base,
18510 : : .co_qualname = & const_str__setup._ascii.ob_base,
18511 : : .co_linetable = & importlib__bootstrap_toplevel_consts_59_linetable.ob_base.ob_base,
18512 : : ._co_code = NULL,
18513 : : ._co_linearray = NULL,
18514 : : .co_code_adaptive = "\x97\x00\x7c\x01\x61\x00\x7c\x00\x61\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x85\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x14\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x08\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x20\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x01\x8c\x4f\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\xaf\x74\x7c\x05\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x87\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x01\x44\x00\x5d\x49\x00\x00\x7d\x08\x7c\x08\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x6e\x17\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x08\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4b\x64\x02\x53\x00",
18515 : : ._co_firsttraceable = 0,
18516 : : };
18517 : : static
18518 : : struct {
18519 : : PyASCIIObject _ascii;
18520 : : uint8_t _data[49];
18521 : : }
18522 : : importlib__bootstrap_toplevel_consts_60_consts_0 = {
18523 : : ._ascii = {
18524 : : .ob_base = {
18525 : : .ob_refcnt = 999999999,
18526 : : .ob_type = &PyUnicode_Type,
18527 : : },
18528 : : .length = 48,
18529 : : .hash = -1,
18530 : : .state = {
18531 : : .kind = 1,
18532 : : .compact = 1,
18533 : : .ascii = 1,
18534 : : },
18535 : : },
18536 : : ._data = "Install importers for builtin and frozen modules",
18537 : : };
18538 : : static
18539 : : struct {
18540 : : PyGC_Head _gc_head;
18541 : : struct {
18542 : : PyObject_VAR_HEAD
18543 : : PyObject *ob_item[2];
18544 : : }_object;
18545 : : }
18546 : : importlib__bootstrap_toplevel_consts_60_consts = {
18547 : : ._object = {
18548 : : .ob_base = {
18549 : : .ob_base = {
18550 : : .ob_refcnt = 999999999,
18551 : : .ob_type = &PyTuple_Type,
18552 : : },
18553 : : .ob_size = 2,
18554 : : },
18555 : : .ob_item = {
18556 : : & importlib__bootstrap_toplevel_consts_60_consts_0._ascii.ob_base,
18557 : : Py_None,
18558 : : },
18559 : : },
18560 : : };
18561 : : static
18562 : : struct {
18563 : : PyGC_Head _gc_head;
18564 : : struct {
18565 : : PyObject_VAR_HEAD
18566 : : PyObject *ob_item[6];
18567 : : }_object;
18568 : : }
18569 : : importlib__bootstrap_toplevel_consts_60_names = {
18570 : : ._object = {
18571 : : .ob_base = {
18572 : : .ob_base = {
18573 : : .ob_refcnt = 999999999,
18574 : : .ob_type = &PyTuple_Type,
18575 : : },
18576 : : .ob_size = 6,
18577 : : },
18578 : : .ob_item = {
18579 : : & const_str__setup._ascii.ob_base,
18580 : : & const_str_sys._ascii.ob_base,
18581 : : & const_str_meta_path._ascii.ob_base,
18582 : : &_Py_ID(append),
18583 : : & const_str_BuiltinImporter._ascii.ob_base,
18584 : : & const_str_FrozenImporter._ascii.ob_base,
18585 : : },
18586 : : },
18587 : : };
18588 : : static
18589 : : struct {
18590 : : PyASCIIObject _ascii;
18591 : : uint8_t _data[9];
18592 : : }
18593 : : const_str__install = {
18594 : : ._ascii = {
18595 : : .ob_base = {
18596 : : .ob_refcnt = 999999999,
18597 : : .ob_type = &PyUnicode_Type,
18598 : : },
18599 : : .length = 8,
18600 : : .hash = -1,
18601 : : .state = {
18602 : : .kind = 1,
18603 : : .compact = 1,
18604 : : .ascii = 1,
18605 : : },
18606 : : },
18607 : : ._data = "_install",
18608 : : };
18609 : : static
18610 : : struct {
18611 : : PyObject_VAR_HEAD
18612 : : Py_hash_t ob_shash;
18613 : : char ob_sval[64];
18614 : : }
18615 : : importlib__bootstrap_toplevel_consts_60_linetable = {
18616 : : .ob_base = {
18617 : : .ob_base = {
18618 : : .ob_refcnt = 999999999,
18619 : : .ob_type = &PyBytes_Type,
18620 : : },
18621 : : .ob_size = 63,
18622 : : },
18623 : : .ob_shash = -1,
18624 : : .ob_sval = "\x80\x00\xe5\x04\x0a\x88\x3a\x90\x7b\xd4\x04\x23\xd0\x04\x23\xe5\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1f\xd4\x04\x29\xd0\x04\x29\xdd\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1e\xd4\x04\x28\xd0\x04\x28\xd0\x04\x28\xd0\x04\x28",
18625 : : };
18626 : : static
18627 : : struct {
18628 : : PyGC_Head _gc_head;
18629 : : struct {
18630 : : PyObject_VAR_HEAD
18631 : : PyObject *ob_item[2];
18632 : : }_object;
18633 : : }
18634 : : importlib__bootstrap_toplevel_consts_60_localsplusnames = {
18635 : : ._object = {
18636 : : .ob_base = {
18637 : : .ob_base = {
18638 : : .ob_refcnt = 999999999,
18639 : : .ob_type = &PyTuple_Type,
18640 : : },
18641 : : .ob_size = 2,
18642 : : },
18643 : : .ob_item = {
18644 : : & const_str_sys_module._ascii.ob_base,
18645 : : & const_str__imp_module._ascii.ob_base,
18646 : : },
18647 : : },
18648 : : };
18649 : : static
18650 : : struct _PyCode_DEF(186)
18651 : : importlib__bootstrap_toplevel_consts_60 = {
18652 : : .ob_base = {
18653 : : .ob_base = {
18654 : : .ob_refcnt = 999999999,
18655 : : .ob_type = &PyCode_Type,
18656 : : },
18657 : : .ob_size = 93,
18658 : : },
18659 : : .co_consts = & importlib__bootstrap_toplevel_consts_60_consts._object.ob_base.ob_base,
18660 : : .co_names = & importlib__bootstrap_toplevel_consts_60_names._object.ob_base.ob_base,
18661 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18662 : : .co_flags = 3,
18663 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18664 : : ._co_linearray_entry_size = 0,
18665 : : .co_argcount = 2,
18666 : : .co_posonlyargcount = 0,
18667 : : .co_kwonlyargcount = 0,
18668 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
18669 : : .co_stacksize = 4,
18670 : : .co_firstlineno = 1354,
18671 : : .co_nlocalsplus = 2,
18672 : : .co_nlocals = 2,
18673 : : .co_nplaincellvars = 0,
18674 : : .co_ncellvars = 0,
18675 : : .co_nfreevars = 0,
18676 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_60_localsplusnames._object.ob_base.ob_base,
18677 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
18678 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18679 : : .co_name = & const_str__install._ascii.ob_base,
18680 : : .co_qualname = & const_str__install._ascii.ob_base,
18681 : : .co_linetable = & importlib__bootstrap_toplevel_consts_60_linetable.ob_base.ob_base,
18682 : : ._co_code = NULL,
18683 : : ._co_linearray = NULL,
18684 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
18685 : : ._co_firsttraceable = 0,
18686 : : };
18687 : : static
18688 : : struct {
18689 : : PyASCIIObject _ascii;
18690 : : uint8_t _data[58];
18691 : : }
18692 : : importlib__bootstrap_toplevel_consts_61_consts_0 = {
18693 : : ._ascii = {
18694 : : .ob_base = {
18695 : : .ob_refcnt = 999999999,
18696 : : .ob_type = &PyUnicode_Type,
18697 : : },
18698 : : .length = 57,
18699 : : .hash = -1,
18700 : : .state = {
18701 : : .kind = 1,
18702 : : .compact = 1,
18703 : : .ascii = 1,
18704 : : },
18705 : : },
18706 : : ._data = "Install importers that require external filesystem access",
18707 : : };
18708 : : static
18709 : : struct {
18710 : : PyGC_Head _gc_head;
18711 : : struct {
18712 : : PyObject_VAR_HEAD
18713 : : PyObject *ob_item[3];
18714 : : }_object;
18715 : : }
18716 : : importlib__bootstrap_toplevel_consts_61_consts = {
18717 : : ._object = {
18718 : : .ob_base = {
18719 : : .ob_base = {
18720 : : .ob_refcnt = 999999999,
18721 : : .ob_type = &PyTuple_Type,
18722 : : },
18723 : : .ob_size = 3,
18724 : : },
18725 : : .ob_item = {
18726 : : & importlib__bootstrap_toplevel_consts_61_consts_0._ascii.ob_base,
18727 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
18728 : : Py_None,
18729 : : },
18730 : : },
18731 : : };
18732 : : static
18733 : : struct {
18734 : : PyASCIIObject _ascii;
18735 : : uint8_t _data[27];
18736 : : }
18737 : : const_str__frozen_importlib_external = {
18738 : : ._ascii = {
18739 : : .ob_base = {
18740 : : .ob_refcnt = 999999999,
18741 : : .ob_type = &PyUnicode_Type,
18742 : : },
18743 : : .length = 26,
18744 : : .hash = -1,
18745 : : .state = {
18746 : : .kind = 1,
18747 : : .compact = 1,
18748 : : .ascii = 1,
18749 : : },
18750 : : },
18751 : : ._data = "_frozen_importlib_external",
18752 : : };
18753 : : static
18754 : : struct {
18755 : : PyGC_Head _gc_head;
18756 : : struct {
18757 : : PyObject_VAR_HEAD
18758 : : PyObject *ob_item[6];
18759 : : }_object;
18760 : : }
18761 : : importlib__bootstrap_toplevel_consts_61_names = {
18762 : : ._object = {
18763 : : .ob_base = {
18764 : : .ob_base = {
18765 : : .ob_refcnt = 999999999,
18766 : : .ob_type = &PyTuple_Type,
18767 : : },
18768 : : .ob_size = 6,
18769 : : },
18770 : : .ob_item = {
18771 : : & const_str__frozen_importlib_external._ascii.ob_base,
18772 : : & const_str__bootstrap_external._ascii.ob_base,
18773 : : & const_str__install._ascii.ob_base,
18774 : : & const_str_sys._ascii.ob_base,
18775 : : &_Py_ID(modules),
18776 : : &_Py_ID(__name__),
18777 : : },
18778 : : },
18779 : : };
18780 : : static
18781 : : struct {
18782 : : PyASCIIObject _ascii;
18783 : : uint8_t _data[28];
18784 : : }
18785 : : const_str__install_external_importers = {
18786 : : ._ascii = {
18787 : : .ob_base = {
18788 : : .ob_refcnt = 999999999,
18789 : : .ob_type = &PyUnicode_Type,
18790 : : },
18791 : : .length = 27,
18792 : : .hash = -1,
18793 : : .state = {
18794 : : .kind = 1,
18795 : : .compact = 1,
18796 : : .ascii = 1,
18797 : : },
18798 : : },
18799 : : ._data = "_install_external_importers",
18800 : : };
18801 : : static
18802 : : struct {
18803 : : PyObject_VAR_HEAD
18804 : : Py_hash_t ob_shash;
18805 : : char ob_sval[55];
18806 : : }
18807 : : importlib__bootstrap_toplevel_consts_61_linetable = {
18808 : : .ob_base = {
18809 : : .ob_base = {
18810 : : .ob_refcnt = 999999999,
18811 : : .ob_type = &PyBytes_Type,
18812 : : },
18813 : : .ob_size = 54,
18814 : : },
18815 : : .ob_shash = -1,
18816 : : .ob_sval = "\x80\x00\xf0\x06\x00\x05\x26\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd8\x1a\x34\xd0\x04\x17\xd8\x04\x1e\xd7\x04\x27\xd1\x04\x27\xad\x03\xaf\x0b\xa9\x0b\xb5\x48\xd4\x28\x3d\xd4\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e",
18817 : : };
18818 : : static
18819 : : struct {
18820 : : PyGC_Head _gc_head;
18821 : : struct {
18822 : : PyObject_VAR_HEAD
18823 : : PyObject *ob_item[1];
18824 : : }_object;
18825 : : }
18826 : : importlib__bootstrap_toplevel_consts_61_localsplusnames = {
18827 : : ._object = {
18828 : : .ob_base = {
18829 : : .ob_base = {
18830 : : .ob_refcnt = 999999999,
18831 : : .ob_type = &PyTuple_Type,
18832 : : },
18833 : : .ob_size = 1,
18834 : : },
18835 : : .ob_item = {
18836 : : & const_str__frozen_importlib_external._ascii.ob_base,
18837 : : },
18838 : : },
18839 : : };
18840 : : static
18841 : : struct _PyCode_DEF(106)
18842 : : importlib__bootstrap_toplevel_consts_61 = {
18843 : : .ob_base = {
18844 : : .ob_base = {
18845 : : .ob_refcnt = 999999999,
18846 : : .ob_type = &PyCode_Type,
18847 : : },
18848 : : .ob_size = 53,
18849 : : },
18850 : : .co_consts = & importlib__bootstrap_toplevel_consts_61_consts._object.ob_base.ob_base,
18851 : : .co_names = & importlib__bootstrap_toplevel_consts_61_names._object.ob_base.ob_base,
18852 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
18853 : : .co_flags = 3,
18854 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
18855 : : ._co_linearray_entry_size = 0,
18856 : : .co_argcount = 0,
18857 : : .co_posonlyargcount = 0,
18858 : : .co_kwonlyargcount = 0,
18859 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
18860 : : .co_stacksize = 4,
18861 : : .co_firstlineno = 1362,
18862 : : .co_nlocalsplus = 1,
18863 : : .co_nlocals = 1,
18864 : : .co_nplaincellvars = 0,
18865 : : .co_ncellvars = 0,
18866 : : .co_nfreevars = 0,
18867 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_61_localsplusnames._object.ob_base.ob_base,
18868 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
18869 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
18870 : : .co_name = & const_str__install_external_importers._ascii.ob_base,
18871 : : .co_qualname = & const_str__install_external_importers._ascii.ob_base,
18872 : : .co_linetable = & importlib__bootstrap_toplevel_consts_61_linetable.ob_base.ob_base,
18873 : : ._co_code = NULL,
18874 : : ._co_linearray = NULL,
18875 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x7c\x00\x61\x01\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
18876 : : ._co_firsttraceable = 0,
18877 : : };
18878 : : static
18879 : : struct {
18880 : : PyGC_Head _gc_head;
18881 : : struct {
18882 : : PyObject_VAR_HEAD
18883 : : PyObject *ob_item[4];
18884 : : }_object;
18885 : : }
18886 : : importlib__bootstrap_toplevel_consts_65 = {
18887 : : ._object = {
18888 : : .ob_base = {
18889 : : .ob_base = {
18890 : : .ob_refcnt = 999999999,
18891 : : .ob_type = &PyTuple_Type,
18892 : : },
18893 : : .ob_size = 4,
18894 : : },
18895 : : .ob_item = {
18896 : : Py_None,
18897 : : Py_None,
18898 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
18899 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
18900 : : },
18901 : : },
18902 : : };
18903 : : static
18904 : : struct {
18905 : : PyGC_Head _gc_head;
18906 : : struct {
18907 : : PyObject_VAR_HEAD
18908 : : PyObject *ob_item[66];
18909 : : }_object;
18910 : : }
18911 : : importlib__bootstrap_toplevel_consts = {
18912 : : ._object = {
18913 : : .ob_base = {
18914 : : .ob_base = {
18915 : : .ob_refcnt = 999999999,
18916 : : .ob_type = &PyTuple_Type,
18917 : : },
18918 : : .ob_size = 66,
18919 : : },
18920 : : .ob_item = {
18921 : : & importlib__bootstrap_toplevel_consts_0._ascii.ob_base,
18922 : : & importlib__bootstrap_toplevel_consts_1.ob_base.ob_base,
18923 : : Py_None,
18924 : : & importlib__bootstrap_toplevel_consts_3.ob_base.ob_base,
18925 : : & importlib__bootstrap_toplevel_consts_4.ob_base.ob_base,
18926 : : & importlib__bootstrap_toplevel_consts_5.ob_base.ob_base,
18927 : : & const_str__DeadlockError._ascii.ob_base,
18928 : : & importlib__bootstrap_toplevel_consts_7.ob_base.ob_base,
18929 : : & const_str__ModuleLock._ascii.ob_base,
18930 : : & importlib__bootstrap_toplevel_consts_9.ob_base.ob_base,
18931 : : & const_str__DummyModuleLock._ascii.ob_base,
18932 : : & importlib__bootstrap_toplevel_consts_11.ob_base.ob_base,
18933 : : & const_str__ModuleLockManager._ascii.ob_base,
18934 : : & importlib__bootstrap_toplevel_consts_13.ob_base.ob_base,
18935 : : & importlib__bootstrap_toplevel_consts_14.ob_base.ob_base,
18936 : : & importlib__bootstrap_toplevel_consts_15.ob_base.ob_base,
18937 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
18938 : : & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
18939 : : & importlib__bootstrap_toplevel_consts_18.ob_base.ob_base,
18940 : : & importlib__bootstrap_toplevel_consts_19.ob_base.ob_base,
18941 : : & importlib__bootstrap_toplevel_consts_20.ob_base.ob_base,
18942 : : & importlib__bootstrap_toplevel_consts_21.ob_base.ob_base,
18943 : : & importlib__bootstrap_toplevel_consts_22.ob_base.ob_base,
18944 : : & importlib__bootstrap_toplevel_consts_23.ob_base.ob_base,
18945 : : & const_str_ModuleSpec._ascii.ob_base,
18946 : : & importlib__bootstrap_toplevel_consts_25._object.ob_base.ob_base,
18947 : : & importlib__bootstrap_toplevel_consts_26.ob_base.ob_base,
18948 : : & importlib__bootstrap_toplevel_consts_27.ob_base.ob_base,
18949 : : Py_False,
18950 : : & importlib__bootstrap_toplevel_consts_29._object.ob_base.ob_base,
18951 : : & importlib__bootstrap_toplevel_consts_30.ob_base.ob_base,
18952 : : & importlib__bootstrap_toplevel_consts_31.ob_base.ob_base,
18953 : : & importlib__bootstrap_toplevel_consts_32.ob_base.ob_base,
18954 : : & importlib__bootstrap_toplevel_consts_33.ob_base.ob_base,
18955 : : & importlib__bootstrap_toplevel_consts_34.ob_base.ob_base,
18956 : : & importlib__bootstrap_toplevel_consts_35.ob_base.ob_base,
18957 : : & importlib__bootstrap_toplevel_consts_36.ob_base.ob_base,
18958 : : & importlib__bootstrap_toplevel_consts_37.ob_base.ob_base,
18959 : : & const_str_BuiltinImporter._ascii.ob_base,
18960 : : & importlib__bootstrap_toplevel_consts_39.ob_base.ob_base,
18961 : : & const_str_FrozenImporter._ascii.ob_base,
18962 : : & importlib__bootstrap_toplevel_consts_41.ob_base.ob_base,
18963 : : & const_str__ImportLockContext._ascii.ob_base,
18964 : : & importlib__bootstrap_toplevel_consts_43.ob_base.ob_base,
18965 : : & importlib__bootstrap_toplevel_consts_44.ob_base.ob_base,
18966 : : & importlib__bootstrap_toplevel_consts_45.ob_base.ob_base,
18967 : : & importlib__bootstrap_toplevel_consts_46.ob_base.ob_base,
18968 : : & importlib__bootstrap_toplevel_consts_47._ascii.ob_base,
18969 : : & importlib__bootstrap_toplevel_consts_48._ascii.ob_base,
18970 : : & importlib__bootstrap_toplevel_consts_49.ob_base.ob_base,
18971 : : & importlib__bootstrap_toplevel_consts_50.ob_base.ob_base,
18972 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
18973 : : & importlib__bootstrap_toplevel_consts_52.ob_base.ob_base,
18974 : : & importlib__bootstrap_toplevel_consts_53._object.ob_base.ob_base,
18975 : : & importlib__bootstrap_toplevel_consts_54.ob_base.ob_base,
18976 : : & importlib__bootstrap_toplevel_consts_55.ob_base.ob_base,
18977 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
18978 : : & importlib__bootstrap_toplevel_consts_57.ob_base.ob_base,
18979 : : & importlib__bootstrap_toplevel_consts_58.ob_base.ob_base,
18980 : : & importlib__bootstrap_toplevel_consts_59.ob_base.ob_base,
18981 : : & importlib__bootstrap_toplevel_consts_60.ob_base.ob_base,
18982 : : & importlib__bootstrap_toplevel_consts_61.ob_base.ob_base,
18983 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
18984 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
18985 : : & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
18986 : : & importlib__bootstrap_toplevel_consts_65._object.ob_base.ob_base,
18987 : : },
18988 : : },
18989 : : };
18990 : : static
18991 : : struct {
18992 : : PyASCIIObject _ascii;
18993 : : uint8_t _data[16];
18994 : : }
18995 : : const_str__ERR_MSG_PREFIX = {
18996 : : ._ascii = {
18997 : : .ob_base = {
18998 : : .ob_refcnt = 999999999,
18999 : : .ob_type = &PyUnicode_Type,
19000 : : },
19001 : : .length = 15,
19002 : : .hash = -1,
19003 : : .state = {
19004 : : .kind = 1,
19005 : : .compact = 1,
19006 : : .ascii = 1,
19007 : : },
19008 : : },
19009 : : ._data = "_ERR_MSG_PREFIX",
19010 : : };
19011 : : static
19012 : : struct {
19013 : : PyASCIIObject _ascii;
19014 : : uint8_t _data[7];
19015 : : }
19016 : : const_str_object = {
19017 : : ._ascii = {
19018 : : .ob_base = {
19019 : : .ob_refcnt = 999999999,
19020 : : .ob_type = &PyUnicode_Type,
19021 : : },
19022 : : .length = 6,
19023 : : .hash = -1,
19024 : : .state = {
19025 : : .kind = 1,
19026 : : .compact = 1,
19027 : : .ascii = 1,
19028 : : },
19029 : : },
19030 : : ._data = "object",
19031 : : };
19032 : : static
19033 : : struct {
19034 : : PyGC_Head _gc_head;
19035 : : struct {
19036 : : PyObject_VAR_HEAD
19037 : : PyObject *ob_item[54];
19038 : : }_object;
19039 : : }
19040 : : importlib__bootstrap_toplevel_names = {
19041 : : ._object = {
19042 : : .ob_base = {
19043 : : .ob_base = {
19044 : : .ob_refcnt = 999999999,
19045 : : .ob_type = &PyTuple_Type,
19046 : : },
19047 : : .ob_size = 54,
19048 : : },
19049 : : .ob_item = {
19050 : : &_Py_ID(__doc__),
19051 : : & const_str__object_name._ascii.ob_base,
19052 : : & const_str__thread._ascii.ob_base,
19053 : : & const_str__warnings._ascii.ob_base,
19054 : : & const_str__weakref._ascii.ob_base,
19055 : : & const_str__bootstrap_external._ascii.ob_base,
19056 : : & const_str__wrap._ascii.ob_base,
19057 : : & const_str__new_module._ascii.ob_base,
19058 : : & const_str__module_locks._ascii.ob_base,
19059 : : & const_str__blocking_on._ascii.ob_base,
19060 : : & const_str_RuntimeError._ascii.ob_base,
19061 : : & const_str__DeadlockError._ascii.ob_base,
19062 : : & const_str__ModuleLock._ascii.ob_base,
19063 : : & const_str__DummyModuleLock._ascii.ob_base,
19064 : : & const_str__ModuleLockManager._ascii.ob_base,
19065 : : & const_str__get_module_lock._ascii.ob_base,
19066 : : &_Py_ID(_lock_unlock_module),
19067 : : & const_str__call_with_frames_removed._ascii.ob_base,
19068 : : & const_str__verbose_message._ascii.ob_base,
19069 : : & const_str__requires_builtin._ascii.ob_base,
19070 : : & const_str__requires_frozen._ascii.ob_base,
19071 : : & const_str__load_module_shim._ascii.ob_base,
19072 : : & const_str__module_repr._ascii.ob_base,
19073 : : & const_str_ModuleSpec._ascii.ob_base,
19074 : : & const_str_spec_from_loader._ascii.ob_base,
19075 : : & const_str__spec_from_module._ascii.ob_base,
19076 : : & const_str__init_module_attrs._ascii.ob_base,
19077 : : & const_str_module_from_spec._ascii.ob_base,
19078 : : & const_str__module_repr_from_spec._ascii.ob_base,
19079 : : & const_str__exec._ascii.ob_base,
19080 : : & const_str__load_backward_compatible._ascii.ob_base,
19081 : : & const_str__load_unlocked._ascii.ob_base,
19082 : : & const_str__load._ascii.ob_base,
19083 : : & const_str_BuiltinImporter._ascii.ob_base,
19084 : : & const_str_FrozenImporter._ascii.ob_base,
19085 : : & const_str__ImportLockContext._ascii.ob_base,
19086 : : & const_str__resolve_name._ascii.ob_base,
19087 : : & const_str__find_spec_legacy._ascii.ob_base,
19088 : : & const_str__find_spec._ascii.ob_base,
19089 : : & const_str__sanity_check._ascii.ob_base,
19090 : : & const_str__ERR_MSG_PREFIX._ascii.ob_base,
19091 : : & const_str__ERR_MSG._ascii.ob_base,
19092 : : & const_str__find_and_load_unlocked._ascii.ob_base,
19093 : : & const_str_object._ascii.ob_base,
19094 : : & const_str__NEEDS_LOADING._ascii.ob_base,
19095 : : &_Py_ID(_find_and_load),
19096 : : & const_str__gcd_import._ascii.ob_base,
19097 : : &_Py_ID(_handle_fromlist),
19098 : : & const_str__calc___package__._ascii.ob_base,
19099 : : &_Py_ID(__import__),
19100 : : & const_str__builtin_from_name._ascii.ob_base,
19101 : : & const_str__setup._ascii.ob_base,
19102 : : & const_str__install._ascii.ob_base,
19103 : : & const_str__install_external_importers._ascii.ob_base,
19104 : : },
19105 : : },
19106 : : };
19107 : : static
19108 : : struct {
19109 : : PyObject_VAR_HEAD
19110 : : Py_hash_t ob_shash;
19111 : : char ob_sval[1038];
19112 : : }
19113 : : importlib__bootstrap_toplevel_linetable = {
19114 : : .ob_base = {
19115 : : .ob_base = {
19116 : : .ob_refcnt = 999999999,
19117 : : .ob_type = &PyBytes_Type,
19118 : : },
19119 : : .ob_size = 1037,
19120 : : },
19121 : : .ob_shash = -1,
19122 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x2c\x04\x01\x26\xf0\x00\x04\x01\x26\xf0\x00\x04\x01\x26\xf0\x12\x00\x0b\x0f\x80\x07\xd8\x0c\x10\x80\x09\xd8\x0b\x0f\x80\x08\xf0\x06\x00\x17\x1b\xd0\x00\x13\xf0\x06\x05\x01\x26\xf0\x00\x05\x01\x26\xf0\x00\x05\x01\x26\xf0\x10\x01\x01\x1b\xf0\x00\x01\x01\x1b\xf0\x00\x01\x01\x1b\xf0\x10\x00\x11\x13\x80\x0d\xe0\x0f\x11\x80\x0c\xf0\x06\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\x90\x5c\xf4\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x08\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf4\x00\x4a\x01\x01\x45\x01\xf0\x00\x4a\x01\x01\x45\x01\xf0\x5a\x02\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf4\x00\x12\x01\x4a\x01\xf0\x00\x12\x01\x4a\x01\xf0\x2a\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf4\x00\x0b\x01\x1d\xf0\x00\x0b\x01\x1d\xf0\x20\x22\x01\x10\xf0\x00\x22\x01\x10\xf0\x00\x22\x01\x10\xf0\x4a\x01\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x22\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x00\x08\x01\x1c\xf0\x16\x00\x30\x31\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x00\x05\x01\x36\xf0\x10\x08\x01\x25\xf0\x00\x08\x01\x25\xf0\x00\x08\x01\x25\xf0\x16\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x18\x0f\x01\x1b\xf0\x00\x0f\x01\x1b\xf0\x00\x0f\x01\x1b\xf0\x26\x17\x01\x40\x01\xf0\x00\x17\x01\x40\x01\xf0\x00\x17\x01\x40\x01\xf0\x34\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf4\x00\x63\x01\x01\x29\xf0\x00\x63\x01\x01\x29\xf0\x4c\x03\x00\x2e\x32\xb8\x64\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x00\x1a\x01\x4a\x01\xf0\x3a\x00\x26\x2a\xf0\x00\x27\x01\x10\xf0\x00\x27\x01\x10\xf0\x00\x27\x01\x10\xf0\x54\x01\x00\x32\x37\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x00\x46\x01\x01\x12\xf0\x52\x02\x0e\x01\x12\xf0\x00\x0e\x01\x12\xf0\x00\x0e\x01\x12\xf0\x22\x0d\x01\x47\x01\xf0\x00\x0d\x01\x47\x01\xf0\x00\x0d\x01\x47\x01\xf0\x22\x1b\x01\x12\xf0\x00\x1b\x01\x12\xf0\x00\x1b\x01\x12\xf0\x3c\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x48\x01\x29\x01\x12\xf0\x00\x29\x01\x12\xf0\x00\x29\x01\x12\xf0\x5a\x01\x0a\x01\x24\xf0\x00\x0a\x01\x24\xf0\x00\x0a\x01\x24\xf0\x1e\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf4\x00\x4d\x01\x01\x31\xf0\x00\x4d\x01\x01\x31\xf0\x60\x02\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf4\x00\x55\x03\x01\x30\xf0\x00\x55\x03\x01\x30\xf0\x74\x06\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf4\x00\x0a\x01\x1c\xf0\x00\x0a\x01\x1c\xf0\x1a\x06\x01\x38\xf0\x00\x06\x01\x38\xf0\x00\x06\x01\x38\xf0\x12\x07\x01\x2a\xf0\x00\x07\x01\x2a\xf0\x00\x07\x01\x2a\xf0\x14\x00\x23\x27\xf0\x00\x2c\x01\x14\xf0\x00\x2c\x01\x14\xf0\x00\x2c\x01\x14\xf0\x5e\x01\x0d\x01\x2e\xf0\x00\x0d\x01\x2e\xf0\x00\x0d\x01\x2e\xf0\x20\x00\x13\x25\x80\x0f\xd8\x0b\x1a\x98\x56\xd1\x0b\x23\x80\x08\xf0\x04\x27\x01\x12\xf0\x00\x27\x01\x12\xf0\x00\x27\x01\x12\xf0\x54\x01\x00\x12\x18\x90\x16\x94\x18\x80\x0e\xf0\x06\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x00\x18\x01\x12\xf0\x36\x00\x1f\x23\xf0\x00\x0c\x01\x2d\xf0\x00\x0c\x01\x2d\xf0\x00\x0c\x01\x2d\xf0\x1e\x00\x3e\x43\x01\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x00\x22\x01\x12\xf0\x4a\x01\x18\x01\x13\xf0\x00\x18\x01\x13\xf0\x00\x18\x01\x13\xf0\x36\x00\x1e\x22\xf0\x00\x22\x01\x16\xf0\x00\x22\x01\x16\xf0\x00\x22\x01\x16\xf0\x4a\x01\x04\x01\x20\xf0\x00\x04\x01\x20\xf0\x00\x04\x01\x20\xf0\x0e\x22\x01\x3b\xf0\x00\x22\x01\x3b\xf0\x00\x22\x01\x3b\xf0\x4a\x01\x05\x01\x29\xf0\x00\x05\x01\x29\xf0\x00\x05\x01\x29\xf0\x10\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f\xf0\x00\x05\x01\x3f",
19123 : : };
19124 : : static
19125 : : struct _PyCode_DEF(480)
19126 : : importlib__bootstrap_toplevel = {
19127 : : .ob_base = {
19128 : : .ob_base = {
19129 : : .ob_refcnt = 999999999,
19130 : : .ob_type = &PyCode_Type,
19131 : : },
19132 : : .ob_size = 240,
19133 : : },
19134 : : .co_consts = & importlib__bootstrap_toplevel_consts._object.ob_base.ob_base,
19135 : : .co_names = & importlib__bootstrap_toplevel_names._object.ob_base.ob_base,
19136 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19137 : : .co_flags = 0,
19138 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19139 : : ._co_linearray_entry_size = 0,
19140 : : .co_argcount = 0,
19141 : : .co_posonlyargcount = 0,
19142 : : .co_kwonlyargcount = 0,
19143 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
19144 : : .co_stacksize = 5,
19145 : : .co_firstlineno = 1,
19146 : : .co_nlocalsplus = 0,
19147 : : .co_nlocals = 0,
19148 : : .co_nplaincellvars = 0,
19149 : : .co_ncellvars = 0,
19150 : : .co_nfreevars = 0,
19151 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
19152 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
19153 : : .co_filename = & importlib__bootstrap_toplevel_consts_1_filename._ascii.ob_base,
19154 : : .co_name = &_Py_STR(anon_module),
19155 : : .co_qualname = &_Py_STR(anon_module),
19156 : : .co_linetable = & importlib__bootstrap_toplevel_linetable.ob_base.ob_base,
19157 : : ._co_code = NULL,
19158 : : ._co_linearray = NULL,
19159 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x64\x02\x5a\x02\x64\x02\x5a\x03\x64\x02\x5a\x04\x64\x02\x61\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x69\x00\x5a\x08\x69\x00\x5a\x09\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x02\x00\x47\x00\x64\x09\x84\x00\x64\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x02\x00\x47\x00\x64\x0b\x84\x00\x64\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x84\x00\x5a\x10\x64\x0f\x84\x00\x5a\x11\x64\x10\x64\x11\x9c\x01\x64\x12\x84\x02\x5a\x12\x64\x13\x84\x00\x5a\x13\x64\x14\x84\x00\x5a\x14\x64\x15\x84\x00\x5a\x15\x64\x16\x84\x00\x5a\x16\x02\x00\x47\x00\x64\x17\x84\x00\x64\x18\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x64\x02\x64\x02\x64\x19\x9c\x02\x64\x1a\x84\x02\x5a\x18\x64\x3e\x64\x1b\x84\x01\x5a\x19\x64\x1c\x64\x1d\x9c\x01\x64\x1e\x84\x02\x5a\x1a\x64\x1f\x84\x00\x5a\x1b\x64\x20\x84\x00\x5a\x1c\x64\x21\x84\x00\x5a\x1d\x64\x22\x84\x00\x5a\x1e\x64\x23\x84\x00\x5a\x1f\x64\x24\x84\x00\x5a\x20\x02\x00\x47\x00\x64\x25\x84\x00\x64\x26\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x27\x84\x00\x64\x28\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x02\x00\x47\x00\x64\x29\x84\x00\x64\x2a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x23\x64\x2b\x84\x00\x5a\x24\x64\x2c\x84\x00\x5a\x25\x64\x3f\x64\x2d\x84\x01\x5a\x26\x64\x2e\x84\x00\x5a\x27\x64\x2f\x5a\x28\x65\x28\x64\x30\x7a\x00\x00\x00\x5a\x29\x64\x31\x84\x00\x5a\x2a\x02\x00\x65\x2b\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2c\x64\x32\x84\x00\x5a\x2d\x64\x40\x64\x34\x84\x01\x5a\x2e\x64\x1c\x64\x35\x9c\x01\x64\x36\x84\x02\x5a\x2f\x64\x37\x84\x00\x5a\x30\x64\x41\x64\x39\x84\x01\x5a\x31\x64\x3a\x84\x00\x5a\x32\x64\x3b\x84\x00\x5a\x33\x64\x3c\x84\x00\x5a\x34\x64\x3d\x84\x00\x5a\x35\x64\x02\x53\x00",
19160 : : ._co_firsttraceable = 0,
19161 : : };
19162 : 3113 : static void importlib__bootstrap_do_patchups(void) {
19163 : 3113 : }
19164 : :
19165 : : PyObject *
19166 : 3113 : _Py_get_importlib__bootstrap_toplevel(void)
19167 : : {
19168 : 3113 : importlib__bootstrap_do_patchups();
19169 : 3113 : return Py_NewRef((PyObject *) &importlib__bootstrap_toplevel);
19170 : : }
19171 : :
19172 : : static
19173 : : struct {
19174 : : PyASCIIObject _ascii;
19175 : : uint8_t _data[351];
19176 : : }
19177 : : importlib__bootstrap_external_toplevel_consts_0 = {
19178 : : ._ascii = {
19179 : : .ob_base = {
19180 : : .ob_refcnt = 999999999,
19181 : : .ob_type = &PyUnicode_Type,
19182 : : },
19183 : : .length = 350,
19184 : : .hash = -1,
19185 : : .state = {
19186 : : .kind = 1,
19187 : : .compact = 1,
19188 : : .ascii = 1,
19189 : : },
19190 : : },
19191 : : ._data = "\x43\x6f\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x70\x61\x74\x68\x2d\x62\x61\x73\x65\x64\x20\x69\x6d\x70\x6f\x72\x74\x2e\x0a\x0a\x54\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x4e\x4f\x54\x20\x6d\x65\x61\x6e\x74\x20\x74\x6f\x20\x62\x65\x20\x64\x69\x72\x65\x63\x74\x6c\x79\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x21\x20\x49\x74\x20\x68\x61\x73\x20\x62\x65\x65\x6e\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x73\x75\x63\x68\x0a\x74\x68\x61\x74\x20\x69\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x70\x65\x64\x20\x69\x6e\x74\x6f\x20\x50\x79\x74\x68\x6f\x6e\x20\x61\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x69\x6d\x70\x6f\x72\x74\x2e\x20\x41\x73\x0a\x73\x75\x63\x68\x20\x69\x74\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x65\x20\x69\x6e\x6a\x65\x63\x74\x69\x6f\x6e\x20\x6f\x66\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6d\x6f\x64\x75\x6c\x65\x73\x20\x61\x6e\x64\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x73\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x0a\x77\x6f\x72\x6b\x2e\x20\x4f\x6e\x65\x20\x73\x68\x6f\x75\x6c\x64\x20\x75\x73\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x20\x61\x73\x20\x74\x68\x65\x20\x70\x75\x62\x6c\x69\x63\x2d\x66\x61\x63\x69\x6e\x67\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\x66\x20\x74\x68\x69\x73\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a",
19192 : : };
19193 : : static
19194 : : struct {
19195 : : PyGC_Head _gc_head;
19196 : : struct {
19197 : : PyObject_VAR_HEAD
19198 : : PyObject *ob_item[2];
19199 : : }_object;
19200 : : }
19201 : : importlib__bootstrap_external_toplevel_consts_6_consts = {
19202 : : ._object = {
19203 : : .ob_base = {
19204 : : .ob_base = {
19205 : : .ob_refcnt = 999999999,
19206 : : .ob_type = &PyTuple_Type,
19207 : : },
19208 : : .ob_size = 2,
19209 : : },
19210 : : .ob_item = {
19211 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
19212 : : Py_None,
19213 : : },
19214 : : },
19215 : : };
19216 : : static
19217 : : struct {
19218 : : PyGC_Head _gc_head;
19219 : : struct {
19220 : : PyObject_VAR_HEAD
19221 : : PyObject *ob_item[1];
19222 : : }_object;
19223 : : }
19224 : : importlib__bootstrap_external_toplevel_consts_6_names = {
19225 : : ._object = {
19226 : : .ob_base = {
19227 : : .ob_base = {
19228 : : .ob_refcnt = 999999999,
19229 : : .ob_type = &PyTuple_Type,
19230 : : },
19231 : : .ob_size = 1,
19232 : : },
19233 : : .ob_item = {
19234 : : &_Py_ID(len),
19235 : : },
19236 : : },
19237 : : };
19238 : : static
19239 : : struct {
19240 : : PyASCIIObject _ascii;
19241 : : uint8_t _data[39];
19242 : : }
19243 : : importlib__bootstrap_external_toplevel_consts_6_filename = {
19244 : : ._ascii = {
19245 : : .ob_base = {
19246 : : .ob_refcnt = 999999999,
19247 : : .ob_type = &PyUnicode_Type,
19248 : : },
19249 : : .length = 38,
19250 : : .hash = -1,
19251 : : .state = {
19252 : : .kind = 1,
19253 : : .compact = 1,
19254 : : .ascii = 1,
19255 : : },
19256 : : },
19257 : : ._data = "<frozen importlib._bootstrap_external>",
19258 : : };
19259 : : static
19260 : : struct {
19261 : : PyObject_VAR_HEAD
19262 : : Py_hash_t ob_shash;
19263 : : char ob_sval[43];
19264 : : }
19265 : : importlib__bootstrap_external_toplevel_consts_6_linetable = {
19266 : : .ob_base = {
19267 : : .ob_base = {
19268 : : .ob_refcnt = 999999999,
19269 : : .ob_type = &PyBytes_Type,
19270 : : },
19271 : : .ob_size = 42,
19272 : : },
19273 : : .ob_shash = -1,
19274 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x0a\x34\xd1\x0a\x34\x98\x53\x8d\x33\x88\x73\x8c\x38\x90\x71\x8a\x3d\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34\xd0\x0a\x34",
19275 : : };
19276 : : static
19277 : : struct {
19278 : : PyASCIIObject _ascii;
19279 : : uint8_t _data[3];
19280 : : }
19281 : : importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0 = {
19282 : : ._ascii = {
19283 : : .ob_base = {
19284 : : .ob_refcnt = 999999999,
19285 : : .ob_type = &PyUnicode_Type,
19286 : : },
19287 : : .length = 2,
19288 : : .hash = -1,
19289 : : .state = {
19290 : : .kind = 1,
19291 : : .compact = 1,
19292 : : .ascii = 1,
19293 : : },
19294 : : },
19295 : : ._data = ".0",
19296 : : };
19297 : : static
19298 : : struct {
19299 : : PyGC_Head _gc_head;
19300 : : struct {
19301 : : PyObject_VAR_HEAD
19302 : : PyObject *ob_item[2];
19303 : : }_object;
19304 : : }
19305 : : importlib__bootstrap_external_toplevel_consts_6_localsplusnames = {
19306 : : ._object = {
19307 : : .ob_base = {
19308 : : .ob_base = {
19309 : : .ob_refcnt = 999999999,
19310 : : .ob_type = &PyTuple_Type,
19311 : : },
19312 : : .ob_size = 2,
19313 : : },
19314 : : .ob_item = {
19315 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
19316 : : & const_str_sep._ascii.ob_base,
19317 : : },
19318 : : },
19319 : : };
19320 : : static
19321 : : struct _PyCode_DEF(58)
19322 : : importlib__bootstrap_external_toplevel_consts_6 = {
19323 : : .ob_base = {
19324 : : .ob_base = {
19325 : : .ob_refcnt = 999999999,
19326 : : .ob_type = &PyCode_Type,
19327 : : },
19328 : : .ob_size = 29,
19329 : : },
19330 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
19331 : : .co_names = & importlib__bootstrap_external_toplevel_consts_6_names._object.ob_base.ob_base,
19332 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19333 : : .co_flags = 35,
19334 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19335 : : ._co_linearray_entry_size = 0,
19336 : : .co_argcount = 1,
19337 : : .co_posonlyargcount = 0,
19338 : : .co_kwonlyargcount = 0,
19339 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
19340 : : .co_stacksize = 4,
19341 : : .co_firstlineno = 46,
19342 : : .co_nlocalsplus = 2,
19343 : : .co_nlocals = 2,
19344 : : .co_nplaincellvars = 0,
19345 : : .co_ncellvars = 0,
19346 : : .co_nfreevars = 0,
19347 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
19348 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
19349 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
19350 : : .co_name = &_Py_STR(anon_genexpr),
19351 : : .co_qualname = &_Py_STR(anon_genexpr),
19352 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_6_linetable.ob_base.ob_base,
19353 : : ._co_code = NULL,
19354 : : ._co_linearray = NULL,
19355 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x15\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x17\x64\x01\x53\x00",
19356 : : ._co_firsttraceable = 2,
19357 : : };
19358 : : static
19359 : : struct {
19360 : : PyASCIIObject _ascii;
19361 : : uint8_t _data[2];
19362 : : }
19363 : : importlib__bootstrap_external_toplevel_consts_8_consts_0 = {
19364 : : ._ascii = {
19365 : : .ob_base = {
19366 : : .ob_refcnt = 999999999,
19367 : : .ob_type = &PyUnicode_Type,
19368 : : },
19369 : : .length = 1,
19370 : : .hash = -1,
19371 : : .state = {
19372 : : .kind = 1,
19373 : : .compact = 1,
19374 : : .ascii = 1,
19375 : : },
19376 : : },
19377 : : ._data = ":",
19378 : : };
19379 : : static
19380 : : struct {
19381 : : PyGC_Head _gc_head;
19382 : : struct {
19383 : : PyObject_VAR_HEAD
19384 : : PyObject *ob_item[1];
19385 : : }_object;
19386 : : }
19387 : : importlib__bootstrap_external_toplevel_consts_8_consts = {
19388 : : ._object = {
19389 : : .ob_base = {
19390 : : .ob_base = {
19391 : : .ob_refcnt = 999999999,
19392 : : .ob_type = &PyTuple_Type,
19393 : : },
19394 : : .ob_size = 1,
19395 : : },
19396 : : .ob_item = {
19397 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
19398 : : },
19399 : : },
19400 : : };
19401 : : static
19402 : : struct {
19403 : : PyObject_VAR_HEAD
19404 : : Py_hash_t ob_shash;
19405 : : char ob_sval[31];
19406 : : }
19407 : : importlib__bootstrap_external_toplevel_consts_8_linetable = {
19408 : : .ob_base = {
19409 : : .ob_base = {
19410 : : .ob_refcnt = 999999999,
19411 : : .ob_type = &PyBytes_Type,
19412 : : },
19413 : : .ob_size = 30,
19414 : : },
19415 : : .ob_shash = -1,
19416 : : .ob_sval = "\x80\x00\xd0\x17\x39\xd0\x17\x39\xd1\x17\x39\xa0\x41\x98\x07\x98\x41\x98\x07\x98\x07\xd0\x17\x39\xd0\x17\x39\xd0\x17\x39",
19417 : : };
19418 : : static
19419 : : struct {
19420 : : PyASCIIObject _ascii;
19421 : : uint8_t _data[2];
19422 : : }
19423 : : const_str_s = {
19424 : : ._ascii = {
19425 : : .ob_base = {
19426 : : .ob_refcnt = 999999999,
19427 : : .ob_type = &PyUnicode_Type,
19428 : : },
19429 : : .length = 1,
19430 : : .hash = -1,
19431 : : .state = {
19432 : : .kind = 1,
19433 : : .compact = 1,
19434 : : .ascii = 1,
19435 : : },
19436 : : },
19437 : : ._data = "s",
19438 : : };
19439 : : static
19440 : : struct {
19441 : : PyGC_Head _gc_head;
19442 : : struct {
19443 : : PyObject_VAR_HEAD
19444 : : PyObject *ob_item[2];
19445 : : }_object;
19446 : : }
19447 : : importlib__bootstrap_external_toplevel_consts_8_localsplusnames = {
19448 : : ._object = {
19449 : : .ob_base = {
19450 : : .ob_base = {
19451 : : .ob_refcnt = 999999999,
19452 : : .ob_type = &PyTuple_Type,
19453 : : },
19454 : : .ob_size = 2,
19455 : : },
19456 : : .ob_item = {
19457 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
19458 : : & const_str_s._ascii.ob_base,
19459 : : },
19460 : : },
19461 : : };
19462 : : static
19463 : : struct _PyCode_DEF(26)
19464 : : importlib__bootstrap_external_toplevel_consts_8 = {
19465 : : .ob_base = {
19466 : : .ob_base = {
19467 : : .ob_refcnt = 999999999,
19468 : : .ob_type = &PyCode_Type,
19469 : : },
19470 : : .ob_size = 13,
19471 : : },
19472 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_8_consts._object.ob_base.ob_base,
19473 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
19474 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19475 : : .co_flags = 3,
19476 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19477 : : ._co_linearray_entry_size = 0,
19478 : : .co_argcount = 1,
19479 : : .co_posonlyargcount = 0,
19480 : : .co_kwonlyargcount = 0,
19481 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
19482 : : .co_stacksize = 4,
19483 : : .co_firstlineno = 50,
19484 : : .co_nlocalsplus = 2,
19485 : : .co_nlocals = 2,
19486 : : .co_nplaincellvars = 0,
19487 : : .co_ncellvars = 0,
19488 : : .co_nfreevars = 0,
19489 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
19490 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
19491 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
19492 : : .co_name = &_Py_STR(anon_setcomp),
19493 : : .co_qualname = &_Py_STR(anon_setcomp),
19494 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_8_linetable.ob_base.ob_base,
19495 : : ._co_code = NULL,
19496 : : ._co_linearray = NULL,
19497 : : .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x07\x00\x00\x7d\x01\x64\x00\x7c\x01\x9b\x00\x9d\x02\x92\x02\x8c\x09\x53\x00",
19498 : : ._co_firsttraceable = 0,
19499 : : };
19500 : : static
19501 : : struct {
19502 : : PyASCIIObject _ascii;
19503 : : uint8_t _data[4];
19504 : : }
19505 : : const_str_win = {
19506 : : ._ascii = {
19507 : : .ob_base = {
19508 : : .ob_refcnt = 999999999,
19509 : : .ob_type = &PyUnicode_Type,
19510 : : },
19511 : : .length = 3,
19512 : : .hash = -1,
19513 : : .state = {
19514 : : .kind = 1,
19515 : : .compact = 1,
19516 : : .ascii = 1,
19517 : : },
19518 : : },
19519 : : ._data = "win",
19520 : : };
19521 : : static
19522 : : struct {
19523 : : PyGC_Head _gc_head;
19524 : : struct {
19525 : : PyObject_VAR_HEAD
19526 : : PyObject *ob_item[1];
19527 : : }_object;
19528 : : }
19529 : : importlib__bootstrap_external_toplevel_consts_9 = {
19530 : : ._object = {
19531 : : .ob_base = {
19532 : : .ob_base = {
19533 : : .ob_refcnt = 999999999,
19534 : : .ob_type = &PyTuple_Type,
19535 : : },
19536 : : .ob_size = 1,
19537 : : },
19538 : : .ob_item = {
19539 : : & const_str_win._ascii.ob_base,
19540 : : },
19541 : : },
19542 : : };
19543 : : static
19544 : : struct {
19545 : : PyASCIIObject _ascii;
19546 : : uint8_t _data[7];
19547 : : }
19548 : : const_str_cygwin = {
19549 : : ._ascii = {
19550 : : .ob_base = {
19551 : : .ob_refcnt = 999999999,
19552 : : .ob_type = &PyUnicode_Type,
19553 : : },
19554 : : .length = 6,
19555 : : .hash = -1,
19556 : : .state = {
19557 : : .kind = 1,
19558 : : .compact = 1,
19559 : : .ascii = 1,
19560 : : },
19561 : : },
19562 : : ._data = "cygwin",
19563 : : };
19564 : : static
19565 : : struct {
19566 : : PyASCIIObject _ascii;
19567 : : uint8_t _data[7];
19568 : : }
19569 : : const_str_darwin = {
19570 : : ._ascii = {
19571 : : .ob_base = {
19572 : : .ob_refcnt = 999999999,
19573 : : .ob_type = &PyUnicode_Type,
19574 : : },
19575 : : .length = 6,
19576 : : .hash = -1,
19577 : : .state = {
19578 : : .kind = 1,
19579 : : .compact = 1,
19580 : : .ascii = 1,
19581 : : },
19582 : : },
19583 : : ._data = "darwin",
19584 : : };
19585 : : static
19586 : : struct {
19587 : : PyGC_Head _gc_head;
19588 : : struct {
19589 : : PyObject_VAR_HEAD
19590 : : PyObject *ob_item[2];
19591 : : }_object;
19592 : : }
19593 : : importlib__bootstrap_external_toplevel_consts_10 = {
19594 : : ._object = {
19595 : : .ob_base = {
19596 : : .ob_base = {
19597 : : .ob_refcnt = 999999999,
19598 : : .ob_type = &PyTuple_Type,
19599 : : },
19600 : : .ob_size = 2,
19601 : : },
19602 : : .ob_item = {
19603 : : & const_str_cygwin._ascii.ob_base,
19604 : : & const_str_darwin._ascii.ob_base,
19605 : : },
19606 : : },
19607 : : };
19608 : : static
19609 : : struct {
19610 : : PyASCIIObject _ascii;
19611 : : uint8_t _data[13];
19612 : : }
19613 : : const_str_PYTHONCASEOK = {
19614 : : ._ascii = {
19615 : : .ob_base = {
19616 : : .ob_refcnt = 999999999,
19617 : : .ob_type = &PyUnicode_Type,
19618 : : },
19619 : : .length = 12,
19620 : : .hash = -1,
19621 : : .state = {
19622 : : .kind = 1,
19623 : : .compact = 1,
19624 : : .ascii = 1,
19625 : : },
19626 : : },
19627 : : ._data = "PYTHONCASEOK",
19628 : : };
19629 : : static
19630 : : struct {
19631 : : PyObject_VAR_HEAD
19632 : : Py_hash_t ob_shash;
19633 : : char ob_sval[13];
19634 : : }
19635 : : importlib__bootstrap_external_toplevel_consts_11_consts_2 = {
19636 : : .ob_base = {
19637 : : .ob_base = {
19638 : : .ob_refcnt = 999999999,
19639 : : .ob_type = &PyBytes_Type,
19640 : : },
19641 : : .ob_size = 12,
19642 : : },
19643 : : .ob_shash = -1,
19644 : : .ob_sval = "PYTHONCASEOK",
19645 : : };
19646 : : static
19647 : : struct {
19648 : : PyASCIIObject _ascii;
19649 : : uint8_t _data[95];
19650 : : }
19651 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0 = {
19652 : : ._ascii = {
19653 : : .ob_base = {
19654 : : .ob_refcnt = 999999999,
19655 : : .ob_type = &PyUnicode_Type,
19656 : : },
19657 : : .length = 94,
19658 : : .hash = -1,
19659 : : .state = {
19660 : : .kind = 1,
19661 : : .compact = 1,
19662 : : .ascii = 1,
19663 : : },
19664 : : },
19665 : : ._data = "True if filenames must be checked case-insensitively and ignore environment flags are not set.",
19666 : : };
19667 : : static
19668 : : struct {
19669 : : PyGC_Head _gc_head;
19670 : : struct {
19671 : : PyObject_VAR_HEAD
19672 : : PyObject *ob_item[1];
19673 : : }_object;
19674 : : }
19675 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_consts = {
19676 : : ._object = {
19677 : : .ob_base = {
19678 : : .ob_base = {
19679 : : .ob_refcnt = 999999999,
19680 : : .ob_type = &PyTuple_Type,
19681 : : },
19682 : : .ob_size = 1,
19683 : : },
19684 : : .ob_item = {
19685 : : & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0._ascii.ob_base,
19686 : : },
19687 : : },
19688 : : };
19689 : : static
19690 : : struct {
19691 : : PyASCIIObject _ascii;
19692 : : uint8_t _data[19];
19693 : : }
19694 : : const_str_ignore_environment = {
19695 : : ._ascii = {
19696 : : .ob_base = {
19697 : : .ob_refcnt = 999999999,
19698 : : .ob_type = &PyUnicode_Type,
19699 : : },
19700 : : .length = 18,
19701 : : .hash = -1,
19702 : : .state = {
19703 : : .kind = 1,
19704 : : .compact = 1,
19705 : : .ascii = 1,
19706 : : },
19707 : : },
19708 : : ._data = "ignore_environment",
19709 : : };
19710 : : static
19711 : : struct {
19712 : : PyASCIIObject _ascii;
19713 : : uint8_t _data[4];
19714 : : }
19715 : : const_str__os = {
19716 : : ._ascii = {
19717 : : .ob_base = {
19718 : : .ob_refcnt = 999999999,
19719 : : .ob_type = &PyUnicode_Type,
19720 : : },
19721 : : .length = 3,
19722 : : .hash = -1,
19723 : : .state = {
19724 : : .kind = 1,
19725 : : .compact = 1,
19726 : : .ascii = 1,
19727 : : },
19728 : : },
19729 : : ._data = "_os",
19730 : : };
19731 : : static
19732 : : struct {
19733 : : PyASCIIObject _ascii;
19734 : : uint8_t _data[8];
19735 : : }
19736 : : const_str_environ = {
19737 : : ._ascii = {
19738 : : .ob_base = {
19739 : : .ob_refcnt = 999999999,
19740 : : .ob_type = &PyUnicode_Type,
19741 : : },
19742 : : .length = 7,
19743 : : .hash = -1,
19744 : : .state = {
19745 : : .kind = 1,
19746 : : .compact = 1,
19747 : : .ascii = 1,
19748 : : },
19749 : : },
19750 : : ._data = "environ",
19751 : : };
19752 : : static
19753 : : struct {
19754 : : PyGC_Head _gc_head;
19755 : : struct {
19756 : : PyObject_VAR_HEAD
19757 : : PyObject *ob_item[5];
19758 : : }_object;
19759 : : }
19760 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_names = {
19761 : : ._object = {
19762 : : .ob_base = {
19763 : : .ob_base = {
19764 : : .ob_refcnt = 999999999,
19765 : : .ob_type = &PyTuple_Type,
19766 : : },
19767 : : .ob_size = 5,
19768 : : },
19769 : : .ob_item = {
19770 : : & const_str_sys._ascii.ob_base,
19771 : : & const_str_flags._ascii.ob_base,
19772 : : & const_str_ignore_environment._ascii.ob_base,
19773 : : & const_str__os._ascii.ob_base,
19774 : : & const_str_environ._ascii.ob_base,
19775 : : },
19776 : : },
19777 : : };
19778 : : static
19779 : : struct {
19780 : : PyASCIIObject _ascii;
19781 : : uint8_t _data[12];
19782 : : }
19783 : : const_str__relax_case = {
19784 : : ._ascii = {
19785 : : .ob_base = {
19786 : : .ob_refcnt = 999999999,
19787 : : .ob_type = &PyUnicode_Type,
19788 : : },
19789 : : .length = 11,
19790 : : .hash = -1,
19791 : : .state = {
19792 : : .kind = 1,
19793 : : .compact = 1,
19794 : : .ascii = 1,
19795 : : },
19796 : : },
19797 : : ._data = "_relax_case",
19798 : : };
19799 : : static
19800 : : struct {
19801 : : PyASCIIObject _ascii;
19802 : : uint8_t _data[38];
19803 : : }
19804 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname = {
19805 : : ._ascii = {
19806 : : .ob_base = {
19807 : : .ob_refcnt = 999999999,
19808 : : .ob_type = &PyUnicode_Type,
19809 : : },
19810 : : .length = 37,
19811 : : .hash = -1,
19812 : : .state = {
19813 : : .kind = 1,
19814 : : .compact = 1,
19815 : : .ascii = 1,
19816 : : },
19817 : : },
19818 : : ._data = "_make_relax_case.<locals>._relax_case",
19819 : : };
19820 : : static
19821 : : struct {
19822 : : PyObject_VAR_HEAD
19823 : : Py_hash_t ob_shash;
19824 : : char ob_sval[37];
19825 : : }
19826 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable = {
19827 : : .ob_base = {
19828 : : .ob_base = {
19829 : : .ob_refcnt = 999999999,
19830 : : .ob_type = &PyBytes_Type,
19831 : : },
19832 : : .ob_size = 36,
19833 : : },
19834 : : .ob_shash = -1,
19835 : : .ob_sval = "\xf8\x80\x00\xe5\x17\x1a\x97\x79\x91\x79\xd7\x17\x33\xd1\x17\x33\xd0\x13\x33\xd0\x13\x4a\xb8\x03\xbd\x73\xbf\x7b\xb9\x7b\xd0\x38\x4a\xd0\x0c\x4a",
19836 : : };
19837 : : static
19838 : : struct {
19839 : : PyASCIIObject _ascii;
19840 : : uint8_t _data[4];
19841 : : }
19842 : : const_str_key = {
19843 : : ._ascii = {
19844 : : .ob_base = {
19845 : : .ob_refcnt = 999999999,
19846 : : .ob_type = &PyUnicode_Type,
19847 : : },
19848 : : .length = 3,
19849 : : .hash = -1,
19850 : : .state = {
19851 : : .kind = 1,
19852 : : .compact = 1,
19853 : : .ascii = 1,
19854 : : },
19855 : : },
19856 : : ._data = "key",
19857 : : };
19858 : : static
19859 : : struct {
19860 : : PyGC_Head _gc_head;
19861 : : struct {
19862 : : PyObject_VAR_HEAD
19863 : : PyObject *ob_item[1];
19864 : : }_object;
19865 : : }
19866 : : importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames = {
19867 : : ._object = {
19868 : : .ob_base = {
19869 : : .ob_base = {
19870 : : .ob_refcnt = 999999999,
19871 : : .ob_type = &PyTuple_Type,
19872 : : },
19873 : : .ob_size = 1,
19874 : : },
19875 : : .ob_item = {
19876 : : & const_str_key._ascii.ob_base,
19877 : : },
19878 : : },
19879 : : };
19880 : : static
19881 : : struct _PyCode_DEF(98)
19882 : : importlib__bootstrap_external_toplevel_consts_11_consts_3 = {
19883 : : .ob_base = {
19884 : : .ob_base = {
19885 : : .ob_refcnt = 999999999,
19886 : : .ob_type = &PyCode_Type,
19887 : : },
19888 : : .ob_size = 49,
19889 : : },
19890 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_3_consts._object.ob_base.ob_base,
19891 : : .co_names = & importlib__bootstrap_external_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
19892 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19893 : : .co_flags = 19,
19894 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19895 : : ._co_linearray_entry_size = 0,
19896 : : .co_argcount = 0,
19897 : : .co_posonlyargcount = 0,
19898 : : .co_kwonlyargcount = 0,
19899 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
19900 : : .co_stacksize = 2,
19901 : : .co_firstlineno = 67,
19902 : : .co_nlocalsplus = 1,
19903 : : .co_nlocals = 0,
19904 : : .co_nplaincellvars = 0,
19905 : : .co_ncellvars = 0,
19906 : : .co_nfreevars = 1,
19907 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
19908 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[128]),
19909 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
19910 : : .co_name = & const_str__relax_case._ascii.ob_base,
19911 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
19912 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
19913 : : ._co_code = NULL,
19914 : : ._co_linearray = NULL,
19915 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x00\x6f\x12\x89\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
19916 : : ._co_firsttraceable = 1,
19917 : : };
19918 : : static
19919 : : struct {
19920 : : PyASCIIObject _ascii;
19921 : : uint8_t _data[54];
19922 : : }
19923 : : importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0 = {
19924 : : ._ascii = {
19925 : : .ob_base = {
19926 : : .ob_refcnt = 999999999,
19927 : : .ob_type = &PyUnicode_Type,
19928 : : },
19929 : : .length = 53,
19930 : : .hash = -1,
19931 : : .state = {
19932 : : .kind = 1,
19933 : : .compact = 1,
19934 : : .ascii = 1,
19935 : : },
19936 : : },
19937 : : ._data = "True if filenames must be checked case-insensitively.",
19938 : : };
19939 : : static
19940 : : struct {
19941 : : PyGC_Head _gc_head;
19942 : : struct {
19943 : : PyObject_VAR_HEAD
19944 : : PyObject *ob_item[2];
19945 : : }_object;
19946 : : }
19947 : : importlib__bootstrap_external_toplevel_consts_11_consts_4_consts = {
19948 : : ._object = {
19949 : : .ob_base = {
19950 : : .ob_base = {
19951 : : .ob_refcnt = 999999999,
19952 : : .ob_type = &PyTuple_Type,
19953 : : },
19954 : : .ob_size = 2,
19955 : : },
19956 : : .ob_item = {
19957 : : & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
19958 : : Py_False,
19959 : : },
19960 : : },
19961 : : };
19962 : : static
19963 : : struct {
19964 : : PyObject_VAR_HEAD
19965 : : Py_hash_t ob_shash;
19966 : : char ob_sval[8];
19967 : : }
19968 : : importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable = {
19969 : : .ob_base = {
19970 : : .ob_base = {
19971 : : .ob_refcnt = 999999999,
19972 : : .ob_type = &PyBytes_Type,
19973 : : },
19974 : : .ob_size = 7,
19975 : : },
19976 : : .ob_shash = -1,
19977 : : .ob_sval = "\x80\x00\xe0\x13\x18\x90\x35",
19978 : : };
19979 : : static
19980 : : struct _PyCode_DEF(6)
19981 : : importlib__bootstrap_external_toplevel_consts_11_consts_4 = {
19982 : : .ob_base = {
19983 : : .ob_base = {
19984 : : .ob_refcnt = 999999999,
19985 : : .ob_type = &PyCode_Type,
19986 : : },
19987 : : .ob_size = 3,
19988 : : },
19989 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
19990 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
19991 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
19992 : : .co_flags = 19,
19993 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
19994 : : ._co_linearray_entry_size = 0,
19995 : : .co_argcount = 0,
19996 : : .co_posonlyargcount = 0,
19997 : : .co_kwonlyargcount = 0,
19998 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
19999 : : .co_stacksize = 1,
20000 : : .co_firstlineno = 71,
20001 : : .co_nlocalsplus = 0,
20002 : : .co_nlocals = 0,
20003 : : .co_nplaincellvars = 0,
20004 : : .co_ncellvars = 0,
20005 : : .co_nfreevars = 0,
20006 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
20007 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
20008 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20009 : : .co_name = & const_str__relax_case._ascii.ob_base,
20010 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
20011 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_consts_4_linetable.ob_base.ob_base,
20012 : : ._co_code = NULL,
20013 : : ._co_linearray = NULL,
20014 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
20015 : : ._co_firsttraceable = 0,
20016 : : };
20017 : : static
20018 : : struct {
20019 : : PyGC_Head _gc_head;
20020 : : struct {
20021 : : PyObject_VAR_HEAD
20022 : : PyObject *ob_item[5];
20023 : : }_object;
20024 : : }
20025 : : importlib__bootstrap_external_toplevel_consts_11_consts = {
20026 : : ._object = {
20027 : : .ob_base = {
20028 : : .ob_base = {
20029 : : .ob_refcnt = 999999999,
20030 : : .ob_type = &PyTuple_Type,
20031 : : },
20032 : : .ob_size = 5,
20033 : : },
20034 : : .ob_item = {
20035 : : Py_None,
20036 : : & const_str_PYTHONCASEOK._ascii.ob_base,
20037 : : & importlib__bootstrap_external_toplevel_consts_11_consts_2.ob_base.ob_base,
20038 : : & importlib__bootstrap_external_toplevel_consts_11_consts_3.ob_base.ob_base,
20039 : : & importlib__bootstrap_external_toplevel_consts_11_consts_4.ob_base.ob_base,
20040 : : },
20041 : : },
20042 : : };
20043 : : static
20044 : : struct {
20045 : : PyASCIIObject _ascii;
20046 : : uint8_t _data[28];
20047 : : }
20048 : : const_str__CASE_INSENSITIVE_PLATFORMS = {
20049 : : ._ascii = {
20050 : : .ob_base = {
20051 : : .ob_refcnt = 999999999,
20052 : : .ob_type = &PyUnicode_Type,
20053 : : },
20054 : : .length = 27,
20055 : : .hash = -1,
20056 : : .state = {
20057 : : .kind = 1,
20058 : : .compact = 1,
20059 : : .ascii = 1,
20060 : : },
20061 : : },
20062 : : ._data = "_CASE_INSENSITIVE_PLATFORMS",
20063 : : };
20064 : : static
20065 : : struct {
20066 : : PyASCIIObject _ascii;
20067 : : uint8_t _data[36];
20068 : : }
20069 : : const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY = {
20070 : : ._ascii = {
20071 : : .ob_base = {
20072 : : .ob_refcnt = 999999999,
20073 : : .ob_type = &PyUnicode_Type,
20074 : : },
20075 : : .length = 35,
20076 : : .hash = -1,
20077 : : .state = {
20078 : : .kind = 1,
20079 : : .compact = 1,
20080 : : .ascii = 1,
20081 : : },
20082 : : },
20083 : : ._data = "_CASE_INSENSITIVE_PLATFORMS_STR_KEY",
20084 : : };
20085 : : static
20086 : : struct {
20087 : : PyGC_Head _gc_head;
20088 : : struct {
20089 : : PyObject_VAR_HEAD
20090 : : PyObject *ob_item[5];
20091 : : }_object;
20092 : : }
20093 : : importlib__bootstrap_external_toplevel_consts_11_names = {
20094 : : ._object = {
20095 : : .ob_base = {
20096 : : .ob_base = {
20097 : : .ob_refcnt = 999999999,
20098 : : .ob_type = &PyTuple_Type,
20099 : : },
20100 : : .ob_size = 5,
20101 : : },
20102 : : .ob_item = {
20103 : : & const_str_sys._ascii.ob_base,
20104 : : & const_str_platform._ascii.ob_base,
20105 : : & const_str_startswith._ascii.ob_base,
20106 : : & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
20107 : : & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
20108 : : },
20109 : : },
20110 : : };
20111 : : static
20112 : : struct {
20113 : : PyASCIIObject _ascii;
20114 : : uint8_t _data[17];
20115 : : }
20116 : : const_str__make_relax_case = {
20117 : : ._ascii = {
20118 : : .ob_base = {
20119 : : .ob_refcnt = 999999999,
20120 : : .ob_type = &PyUnicode_Type,
20121 : : },
20122 : : .length = 16,
20123 : : .hash = -1,
20124 : : .state = {
20125 : : .kind = 1,
20126 : : .compact = 1,
20127 : : .ascii = 1,
20128 : : },
20129 : : },
20130 : : ._data = "_make_relax_case",
20131 : : };
20132 : : static
20133 : : struct {
20134 : : PyObject_VAR_HEAD
20135 : : Py_hash_t ob_shash;
20136 : : char ob_sval[123];
20137 : : }
20138 : : importlib__bootstrap_external_toplevel_consts_11_linetable = {
20139 : : .ob_base = {
20140 : : .ob_base = {
20141 : : .ob_refcnt = 999999999,
20142 : : .ob_type = &PyBytes_Type,
20143 : : },
20144 : : .ob_size = 122,
20145 : : },
20146 : : .ob_shash = -1,
20147 : : .ob_sval = "\xf8\x80\x00\xdd\x07\x0a\x87\x7c\x81\x7c\xd7\x07\x1e\xd1\x07\x1e\xd5\x1f\x3a\xd4\x07\x3b\xf0\x00\x0c\x05\x19\xdd\x0b\x0e\x8f\x3c\x89\x3c\xd7\x0b\x22\xd1\x0b\x22\xd5\x23\x46\xd4\x0b\x47\xf0\x00\x03\x09\x22\xd8\x12\x20\x88\x43\x88\x43\xe0\x12\x21\x88\x43\xf0\x04\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x00\x02\x09\x4b\x01\xf0\x08\x02\x09\x19\xf0\x00\x02\x09\x19\xf0\x00\x02\x09\x19\xf0\x06\x00\x0c\x17\xd0\x04\x16",
20148 : : };
20149 : : static
20150 : : struct {
20151 : : PyGC_Head _gc_head;
20152 : : struct {
20153 : : PyObject_VAR_HEAD
20154 : : PyObject *ob_item[2];
20155 : : }_object;
20156 : : }
20157 : : importlib__bootstrap_external_toplevel_consts_11_localsplusnames = {
20158 : : ._object = {
20159 : : .ob_base = {
20160 : : .ob_base = {
20161 : : .ob_refcnt = 999999999,
20162 : : .ob_type = &PyTuple_Type,
20163 : : },
20164 : : .ob_size = 2,
20165 : : },
20166 : : .ob_item = {
20167 : : & const_str__relax_case._ascii.ob_base,
20168 : : & const_str_key._ascii.ob_base,
20169 : : },
20170 : : },
20171 : : };
20172 : : static
20173 : : struct {
20174 : : PyObject_VAR_HEAD
20175 : : Py_hash_t ob_shash;
20176 : : char ob_sval[3];
20177 : : }
20178 : : importlib__bootstrap_external_toplevel_consts_11_localspluskinds = {
20179 : : .ob_base = {
20180 : : .ob_base = {
20181 : : .ob_refcnt = 999999999,
20182 : : .ob_type = &PyBytes_Type,
20183 : : },
20184 : : .ob_size = 2,
20185 : : },
20186 : : .ob_shash = -1,
20187 : : .ob_sval = " @",
20188 : : };
20189 : : static
20190 : : struct _PyCode_DEF(188)
20191 : : importlib__bootstrap_external_toplevel_consts_11 = {
20192 : : .ob_base = {
20193 : : .ob_base = {
20194 : : .ob_refcnt = 999999999,
20195 : : .ob_type = &PyCode_Type,
20196 : : },
20197 : : .ob_size = 94,
20198 : : },
20199 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_11_consts._object.ob_base.ob_base,
20200 : : .co_names = & importlib__bootstrap_external_toplevel_consts_11_names._object.ob_base.ob_base,
20201 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20202 : : .co_flags = 3,
20203 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20204 : : ._co_linearray_entry_size = 0,
20205 : : .co_argcount = 0,
20206 : : .co_posonlyargcount = 0,
20207 : : .co_kwonlyargcount = 0,
20208 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
20209 : : .co_stacksize = 3,
20210 : : .co_firstlineno = 60,
20211 : : .co_nlocalsplus = 2,
20212 : : .co_nlocals = 1,
20213 : : .co_nplaincellvars = 1,
20214 : : .co_ncellvars = 1,
20215 : : .co_nfreevars = 0,
20216 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
20217 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_11_localspluskinds.ob_base.ob_base,
20218 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20219 : : .co_name = & const_str__make_relax_case._ascii.ob_base,
20220 : : .co_qualname = & const_str__make_relax_case._ascii.ob_base,
20221 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_11_linetable.ob_base.ob_base,
20222 : : ._co_code = NULL,
20223 : : ._co_linearray = NULL,
20224 : : .co_code_adaptive = "\x87\x01\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x31\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x8a\x01\x6e\x02\x64\x02\x8a\x01\x88\x01\x66\x01\x64\x03\x84\x08\x7d\x00\x6e\x03\x64\x04\x84\x00\x7d\x00\x7c\x00\x53\x00",
20225 : : ._co_firsttraceable = 1,
20226 : : };
20227 : : static
20228 : : struct {
20229 : : PyASCIIObject _ascii;
20230 : : uint8_t _data[43];
20231 : : }
20232 : : importlib__bootstrap_external_toplevel_consts_12_consts_0 = {
20233 : : ._ascii = {
20234 : : .ob_base = {
20235 : : .ob_refcnt = 999999999,
20236 : : .ob_type = &PyUnicode_Type,
20237 : : },
20238 : : .length = 42,
20239 : : .hash = -1,
20240 : : .state = {
20241 : : .kind = 1,
20242 : : .compact = 1,
20243 : : .ascii = 1,
20244 : : },
20245 : : },
20246 : : ._data = "Convert a 32-bit integer to little-endian.",
20247 : : };
20248 : : #if PYLONG_BITS_IN_DIGIT == 15
20249 : : static
20250 : : struct {
20251 : : PyObject_VAR_HEAD
20252 : : digit ob_digit[3];
20253 : : }
20254 : : const_int_4294967295 = {
20255 : : .ob_base = {
20256 : : .ob_base = {
20257 : : .ob_refcnt = 999999999,
20258 : : .ob_type = &PyLong_Type,
20259 : : },
20260 : : .ob_size = 3,
20261 : : },
20262 : : .ob_digit = { 32767, 32767, 3 },
20263 : : };
20264 : : #elif PYLONG_BITS_IN_DIGIT == 30
20265 : : static
20266 : : struct {
20267 : : PyObject_VAR_HEAD
20268 : : digit ob_digit[2];
20269 : : }
20270 : : const_int_4294967295 = {
20271 : : .ob_base = {
20272 : : .ob_base = {
20273 : : .ob_refcnt = 999999999,
20274 : : .ob_type = &PyLong_Type,
20275 : : },
20276 : : .ob_size = 2,
20277 : : },
20278 : : .ob_digit = { 1073741823, 3 },
20279 : : };
20280 : : #else
20281 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
20282 : : #endif
20283 : : static
20284 : : struct {
20285 : : PyGC_Head _gc_head;
20286 : : struct {
20287 : : PyObject_VAR_HEAD
20288 : : PyObject *ob_item[4];
20289 : : }_object;
20290 : : }
20291 : : importlib__bootstrap_external_toplevel_consts_12_consts = {
20292 : : ._object = {
20293 : : .ob_base = {
20294 : : .ob_base = {
20295 : : .ob_refcnt = 999999999,
20296 : : .ob_type = &PyTuple_Type,
20297 : : },
20298 : : .ob_size = 4,
20299 : : },
20300 : : .ob_item = {
20301 : : & importlib__bootstrap_external_toplevel_consts_12_consts_0._ascii.ob_base,
20302 : : & const_int_4294967295.ob_base.ob_base,
20303 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
20304 : : &_Py_ID(little),
20305 : : },
20306 : : },
20307 : : };
20308 : : static
20309 : : struct {
20310 : : PyASCIIObject _ascii;
20311 : : uint8_t _data[4];
20312 : : }
20313 : : const_str_int = {
20314 : : ._ascii = {
20315 : : .ob_base = {
20316 : : .ob_refcnt = 999999999,
20317 : : .ob_type = &PyUnicode_Type,
20318 : : },
20319 : : .length = 3,
20320 : : .hash = -1,
20321 : : .state = {
20322 : : .kind = 1,
20323 : : .compact = 1,
20324 : : .ascii = 1,
20325 : : },
20326 : : },
20327 : : ._data = "int",
20328 : : };
20329 : : static
20330 : : struct {
20331 : : PyASCIIObject _ascii;
20332 : : uint8_t _data[9];
20333 : : }
20334 : : const_str_to_bytes = {
20335 : : ._ascii = {
20336 : : .ob_base = {
20337 : : .ob_refcnt = 999999999,
20338 : : .ob_type = &PyUnicode_Type,
20339 : : },
20340 : : .length = 8,
20341 : : .hash = -1,
20342 : : .state = {
20343 : : .kind = 1,
20344 : : .compact = 1,
20345 : : .ascii = 1,
20346 : : },
20347 : : },
20348 : : ._data = "to_bytes",
20349 : : };
20350 : : static
20351 : : struct {
20352 : : PyGC_Head _gc_head;
20353 : : struct {
20354 : : PyObject_VAR_HEAD
20355 : : PyObject *ob_item[2];
20356 : : }_object;
20357 : : }
20358 : : importlib__bootstrap_external_toplevel_consts_12_names = {
20359 : : ._object = {
20360 : : .ob_base = {
20361 : : .ob_base = {
20362 : : .ob_refcnt = 999999999,
20363 : : .ob_type = &PyTuple_Type,
20364 : : },
20365 : : .ob_size = 2,
20366 : : },
20367 : : .ob_item = {
20368 : : & const_str_int._ascii.ob_base,
20369 : : & const_str_to_bytes._ascii.ob_base,
20370 : : },
20371 : : },
20372 : : };
20373 : : static
20374 : : struct {
20375 : : PyASCIIObject _ascii;
20376 : : uint8_t _data[13];
20377 : : }
20378 : : const_str__pack_uint32 = {
20379 : : ._ascii = {
20380 : : .ob_base = {
20381 : : .ob_refcnt = 999999999,
20382 : : .ob_type = &PyUnicode_Type,
20383 : : },
20384 : : .length = 12,
20385 : : .hash = -1,
20386 : : .state = {
20387 : : .kind = 1,
20388 : : .compact = 1,
20389 : : .ascii = 1,
20390 : : },
20391 : : },
20392 : : ._data = "_pack_uint32",
20393 : : };
20394 : : static
20395 : : struct {
20396 : : PyObject_VAR_HEAD
20397 : : Py_hash_t ob_shash;
20398 : : char ob_sval[31];
20399 : : }
20400 : : importlib__bootstrap_external_toplevel_consts_12_linetable = {
20401 : : .ob_base = {
20402 : : .ob_base = {
20403 : : .ob_refcnt = 999999999,
20404 : : .ob_type = &PyBytes_Type,
20405 : : },
20406 : : .ob_size = 30,
20407 : : },
20408 : : .ob_shash = -1,
20409 : : .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x01\x8c\x46\x90\x5a\xd1\x0c\x1f\xd7\x0b\x29\xd1\x0b\x29\xa8\x21\xa8\x58\xd4\x0b\x36\xd0\x04\x36",
20410 : : };
20411 : : static
20412 : : struct {
20413 : : PyGC_Head _gc_head;
20414 : : struct {
20415 : : PyObject_VAR_HEAD
20416 : : PyObject *ob_item[1];
20417 : : }_object;
20418 : : }
20419 : : importlib__bootstrap_external_toplevel_consts_12_localsplusnames = {
20420 : : ._object = {
20421 : : .ob_base = {
20422 : : .ob_base = {
20423 : : .ob_refcnt = 999999999,
20424 : : .ob_type = &PyTuple_Type,
20425 : : },
20426 : : .ob_size = 1,
20427 : : },
20428 : : .ob_item = {
20429 : : & const_str_x._ascii.ob_base,
20430 : : },
20431 : : },
20432 : : };
20433 : : static
20434 : : struct _PyCode_DEF(68)
20435 : : importlib__bootstrap_external_toplevel_consts_12 = {
20436 : : .ob_base = {
20437 : : .ob_base = {
20438 : : .ob_refcnt = 999999999,
20439 : : .ob_type = &PyCode_Type,
20440 : : },
20441 : : .ob_size = 34,
20442 : : },
20443 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_12_consts._object.ob_base.ob_base,
20444 : : .co_names = & importlib__bootstrap_external_toplevel_consts_12_names._object.ob_base.ob_base,
20445 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20446 : : .co_flags = 3,
20447 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20448 : : ._co_linearray_entry_size = 0,
20449 : : .co_argcount = 1,
20450 : : .co_posonlyargcount = 0,
20451 : : .co_kwonlyargcount = 0,
20452 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
20453 : : .co_stacksize = 4,
20454 : : .co_firstlineno = 79,
20455 : : .co_nlocalsplus = 1,
20456 : : .co_nlocals = 1,
20457 : : .co_nplaincellvars = 0,
20458 : : .co_ncellvars = 0,
20459 : : .co_nfreevars = 0,
20460 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
20461 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
20462 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20463 : : .co_name = & const_str__pack_uint32._ascii.ob_base,
20464 : : .co_qualname = & const_str__pack_uint32._ascii.ob_base,
20465 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_12_linetable.ob_base.ob_base,
20466 : : ._co_code = NULL,
20467 : : ._co_linearray = NULL,
20468 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x01\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
20469 : : ._co_firsttraceable = 0,
20470 : : };
20471 : : static
20472 : : struct {
20473 : : PyASCIIObject _ascii;
20474 : : uint8_t _data[48];
20475 : : }
20476 : : importlib__bootstrap_external_toplevel_consts_13_consts_0 = {
20477 : : ._ascii = {
20478 : : .ob_base = {
20479 : : .ob_refcnt = 999999999,
20480 : : .ob_type = &PyUnicode_Type,
20481 : : },
20482 : : .length = 47,
20483 : : .hash = -1,
20484 : : .state = {
20485 : : .kind = 1,
20486 : : .compact = 1,
20487 : : .ascii = 1,
20488 : : },
20489 : : },
20490 : : ._data = "Convert 4 bytes in little-endian to an integer.",
20491 : : };
20492 : : static
20493 : : struct {
20494 : : PyGC_Head _gc_head;
20495 : : struct {
20496 : : PyObject_VAR_HEAD
20497 : : PyObject *ob_item[3];
20498 : : }_object;
20499 : : }
20500 : : importlib__bootstrap_external_toplevel_consts_13_consts = {
20501 : : ._object = {
20502 : : .ob_base = {
20503 : : .ob_base = {
20504 : : .ob_refcnt = 999999999,
20505 : : .ob_type = &PyTuple_Type,
20506 : : },
20507 : : .ob_size = 3,
20508 : : },
20509 : : .ob_item = {
20510 : : & importlib__bootstrap_external_toplevel_consts_13_consts_0._ascii.ob_base,
20511 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
20512 : : &_Py_ID(little),
20513 : : },
20514 : : },
20515 : : };
20516 : : static
20517 : : struct {
20518 : : PyASCIIObject _ascii;
20519 : : uint8_t _data[11];
20520 : : }
20521 : : const_str_from_bytes = {
20522 : : ._ascii = {
20523 : : .ob_base = {
20524 : : .ob_refcnt = 999999999,
20525 : : .ob_type = &PyUnicode_Type,
20526 : : },
20527 : : .length = 10,
20528 : : .hash = -1,
20529 : : .state = {
20530 : : .kind = 1,
20531 : : .compact = 1,
20532 : : .ascii = 1,
20533 : : },
20534 : : },
20535 : : ._data = "from_bytes",
20536 : : };
20537 : : static
20538 : : struct {
20539 : : PyGC_Head _gc_head;
20540 : : struct {
20541 : : PyObject_VAR_HEAD
20542 : : PyObject *ob_item[3];
20543 : : }_object;
20544 : : }
20545 : : importlib__bootstrap_external_toplevel_consts_13_names = {
20546 : : ._object = {
20547 : : .ob_base = {
20548 : : .ob_base = {
20549 : : .ob_refcnt = 999999999,
20550 : : .ob_type = &PyTuple_Type,
20551 : : },
20552 : : .ob_size = 3,
20553 : : },
20554 : : .ob_item = {
20555 : : &_Py_ID(len),
20556 : : & const_str_int._ascii.ob_base,
20557 : : & const_str_from_bytes._ascii.ob_base,
20558 : : },
20559 : : },
20560 : : };
20561 : : static
20562 : : struct {
20563 : : PyASCIIObject _ascii;
20564 : : uint8_t _data[15];
20565 : : }
20566 : : const_str__unpack_uint32 = {
20567 : : ._ascii = {
20568 : : .ob_base = {
20569 : : .ob_refcnt = 999999999,
20570 : : .ob_type = &PyUnicode_Type,
20571 : : },
20572 : : .length = 14,
20573 : : .hash = -1,
20574 : : .state = {
20575 : : .kind = 1,
20576 : : .compact = 1,
20577 : : .ascii = 1,
20578 : : },
20579 : : },
20580 : : ._data = "_unpack_uint32",
20581 : : };
20582 : : static
20583 : : struct {
20584 : : PyObject_VAR_HEAD
20585 : : Py_hash_t ob_shash;
20586 : : char ob_sval[40];
20587 : : }
20588 : : importlib__bootstrap_external_toplevel_consts_13_linetable = {
20589 : : .ob_base = {
20590 : : .ob_base = {
20591 : : .ob_refcnt = 999999999,
20592 : : .ob_type = &PyBytes_Type,
20593 : : },
20594 : : .ob_size = 39,
20595 : : },
20596 : : .ob_shash = -1,
20597 : : .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x74\x8c\x39\x98\x01\x8a\x3e\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xdd\x0b\x0e\x8f\x3e\x89\x3e\x98\x24\xa0\x08\xd4\x0b\x29\xd0\x04\x29",
20598 : : };
20599 : : static
20600 : : struct {
20601 : : PyASCIIObject _ascii;
20602 : : uint8_t _data[5];
20603 : : }
20604 : : const_str_data = {
20605 : : ._ascii = {
20606 : : .ob_base = {
20607 : : .ob_refcnt = 999999999,
20608 : : .ob_type = &PyUnicode_Type,
20609 : : },
20610 : : .length = 4,
20611 : : .hash = -1,
20612 : : .state = {
20613 : : .kind = 1,
20614 : : .compact = 1,
20615 : : .ascii = 1,
20616 : : },
20617 : : },
20618 : : ._data = "data",
20619 : : };
20620 : : static
20621 : : struct {
20622 : : PyGC_Head _gc_head;
20623 : : struct {
20624 : : PyObject_VAR_HEAD
20625 : : PyObject *ob_item[1];
20626 : : }_object;
20627 : : }
20628 : : importlib__bootstrap_external_toplevel_consts_13_localsplusnames = {
20629 : : ._object = {
20630 : : .ob_base = {
20631 : : .ob_base = {
20632 : : .ob_refcnt = 999999999,
20633 : : .ob_type = &PyTuple_Type,
20634 : : },
20635 : : .ob_size = 1,
20636 : : },
20637 : : .ob_item = {
20638 : : & const_str_data._ascii.ob_base,
20639 : : },
20640 : : },
20641 : : };
20642 : : static
20643 : : struct _PyCode_DEF(88)
20644 : : importlib__bootstrap_external_toplevel_consts_13 = {
20645 : : .ob_base = {
20646 : : .ob_base = {
20647 : : .ob_refcnt = 999999999,
20648 : : .ob_type = &PyCode_Type,
20649 : : },
20650 : : .ob_size = 44,
20651 : : },
20652 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_13_consts._object.ob_base.ob_base,
20653 : : .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
20654 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20655 : : .co_flags = 3,
20656 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20657 : : ._co_linearray_entry_size = 0,
20658 : : .co_argcount = 1,
20659 : : .co_posonlyargcount = 0,
20660 : : .co_kwonlyargcount = 0,
20661 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
20662 : : .co_stacksize = 4,
20663 : : .co_firstlineno = 84,
20664 : : .co_nlocalsplus = 1,
20665 : : .co_nlocals = 1,
20666 : : .co_nplaincellvars = 0,
20667 : : .co_ncellvars = 0,
20668 : : .co_nfreevars = 0,
20669 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
20670 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
20671 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20672 : : .co_name = & const_str__unpack_uint32._ascii.ob_base,
20673 : : .co_qualname = & const_str__unpack_uint32._ascii.ob_base,
20674 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
20675 : : ._co_code = NULL,
20676 : : ._co_linearray = NULL,
20677 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
20678 : : ._co_firsttraceable = 0,
20679 : : };
20680 : : static
20681 : : struct {
20682 : : PyASCIIObject _ascii;
20683 : : uint8_t _data[48];
20684 : : }
20685 : : importlib__bootstrap_external_toplevel_consts_14_consts_0 = {
20686 : : ._ascii = {
20687 : : .ob_base = {
20688 : : .ob_refcnt = 999999999,
20689 : : .ob_type = &PyUnicode_Type,
20690 : : },
20691 : : .length = 47,
20692 : : .hash = -1,
20693 : : .state = {
20694 : : .kind = 1,
20695 : : .compact = 1,
20696 : : .ascii = 1,
20697 : : },
20698 : : },
20699 : : ._data = "Convert 2 bytes in little-endian to an integer.",
20700 : : };
20701 : : static
20702 : : struct {
20703 : : PyGC_Head _gc_head;
20704 : : struct {
20705 : : PyObject_VAR_HEAD
20706 : : PyObject *ob_item[3];
20707 : : }_object;
20708 : : }
20709 : : importlib__bootstrap_external_toplevel_consts_14_consts = {
20710 : : ._object = {
20711 : : .ob_base = {
20712 : : .ob_base = {
20713 : : .ob_refcnt = 999999999,
20714 : : .ob_type = &PyTuple_Type,
20715 : : },
20716 : : .ob_size = 3,
20717 : : },
20718 : : .ob_item = {
20719 : : & importlib__bootstrap_external_toplevel_consts_14_consts_0._ascii.ob_base,
20720 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
20721 : : &_Py_ID(little),
20722 : : },
20723 : : },
20724 : : };
20725 : : static
20726 : : struct {
20727 : : PyASCIIObject _ascii;
20728 : : uint8_t _data[15];
20729 : : }
20730 : : const_str__unpack_uint16 = {
20731 : : ._ascii = {
20732 : : .ob_base = {
20733 : : .ob_refcnt = 999999999,
20734 : : .ob_type = &PyUnicode_Type,
20735 : : },
20736 : : .length = 14,
20737 : : .hash = -1,
20738 : : .state = {
20739 : : .kind = 1,
20740 : : .compact = 1,
20741 : : .ascii = 1,
20742 : : },
20743 : : },
20744 : : ._data = "_unpack_uint16",
20745 : : };
20746 : : static
20747 : : struct _PyCode_DEF(88)
20748 : : importlib__bootstrap_external_toplevel_consts_14 = {
20749 : : .ob_base = {
20750 : : .ob_base = {
20751 : : .ob_refcnt = 999999999,
20752 : : .ob_type = &PyCode_Type,
20753 : : },
20754 : : .ob_size = 44,
20755 : : },
20756 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_14_consts._object.ob_base.ob_base,
20757 : : .co_names = & importlib__bootstrap_external_toplevel_consts_13_names._object.ob_base.ob_base,
20758 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20759 : : .co_flags = 3,
20760 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20761 : : ._co_linearray_entry_size = 0,
20762 : : .co_argcount = 1,
20763 : : .co_posonlyargcount = 0,
20764 : : .co_kwonlyargcount = 0,
20765 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
20766 : : .co_stacksize = 4,
20767 : : .co_firstlineno = 89,
20768 : : .co_nlocalsplus = 1,
20769 : : .co_nlocals = 1,
20770 : : .co_nplaincellvars = 0,
20771 : : .co_ncellvars = 0,
20772 : : .co_nfreevars = 0,
20773 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
20774 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
20775 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20776 : : .co_name = & const_str__unpack_uint16._ascii.ob_base,
20777 : : .co_qualname = & const_str__unpack_uint16._ascii.ob_base,
20778 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_13_linetable.ob_base.ob_base,
20779 : : ._co_code = NULL,
20780 : : ._co_linearray = NULL,
20781 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
20782 : : ._co_firsttraceable = 0,
20783 : : };
20784 : : static
20785 : : struct {
20786 : : PyASCIIObject _ascii;
20787 : : uint8_t _data[32];
20788 : : }
20789 : : importlib__bootstrap_external_toplevel_consts_15_consts_0 = {
20790 : : ._ascii = {
20791 : : .ob_base = {
20792 : : .ob_refcnt = 999999999,
20793 : : .ob_type = &PyUnicode_Type,
20794 : : },
20795 : : .length = 31,
20796 : : .hash = -1,
20797 : : .state = {
20798 : : .kind = 1,
20799 : : .compact = 1,
20800 : : .ascii = 1,
20801 : : },
20802 : : },
20803 : : ._data = "Replacement for os.path.join().",
20804 : : };
20805 : : static
20806 : : struct {
20807 : : PyASCIIObject _ascii;
20808 : : uint8_t _data[7];
20809 : : }
20810 : : const_str_rstrip = {
20811 : : ._ascii = {
20812 : : .ob_base = {
20813 : : .ob_refcnt = 999999999,
20814 : : .ob_type = &PyUnicode_Type,
20815 : : },
20816 : : .length = 6,
20817 : : .hash = -1,
20818 : : .state = {
20819 : : .kind = 1,
20820 : : .compact = 1,
20821 : : .ascii = 1,
20822 : : },
20823 : : },
20824 : : ._data = "rstrip",
20825 : : };
20826 : : static
20827 : : struct {
20828 : : PyASCIIObject _ascii;
20829 : : uint8_t _data[16];
20830 : : }
20831 : : const_str_path_separators = {
20832 : : ._ascii = {
20833 : : .ob_base = {
20834 : : .ob_refcnt = 999999999,
20835 : : .ob_type = &PyUnicode_Type,
20836 : : },
20837 : : .length = 15,
20838 : : .hash = -1,
20839 : : .state = {
20840 : : .kind = 1,
20841 : : .compact = 1,
20842 : : .ascii = 1,
20843 : : },
20844 : : },
20845 : : ._data = "path_separators",
20846 : : };
20847 : : static
20848 : : struct {
20849 : : PyGC_Head _gc_head;
20850 : : struct {
20851 : : PyObject_VAR_HEAD
20852 : : PyObject *ob_item[2];
20853 : : }_object;
20854 : : }
20855 : : importlib__bootstrap_external_toplevel_consts_15_consts_5_names = {
20856 : : ._object = {
20857 : : .ob_base = {
20858 : : .ob_base = {
20859 : : .ob_refcnt = 999999999,
20860 : : .ob_type = &PyTuple_Type,
20861 : : },
20862 : : .ob_size = 2,
20863 : : },
20864 : : .ob_item = {
20865 : : & const_str_rstrip._ascii.ob_base,
20866 : : & const_str_path_separators._ascii.ob_base,
20867 : : },
20868 : : },
20869 : : };
20870 : : static
20871 : : struct {
20872 : : PyASCIIObject _ascii;
20873 : : uint8_t _data[31];
20874 : : }
20875 : : importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname = {
20876 : : ._ascii = {
20877 : : .ob_base = {
20878 : : .ob_refcnt = 999999999,
20879 : : .ob_type = &PyUnicode_Type,
20880 : : },
20881 : : .length = 30,
20882 : : .hash = -1,
20883 : : .state = {
20884 : : .kind = 1,
20885 : : .compact = 1,
20886 : : .ascii = 1,
20887 : : },
20888 : : },
20889 : : ._data = "_path_join.<locals>.<listcomp>",
20890 : : };
20891 : : static
20892 : : struct {
20893 : : PyObject_VAR_HEAD
20894 : : Py_hash_t ob_shash;
20895 : : char ob_sval[39];
20896 : : }
20897 : : importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable = {
20898 : : .ob_base = {
20899 : : .ob_base = {
20900 : : .ob_refcnt = 999999999,
20901 : : .ob_type = &PyBytes_Type,
20902 : : },
20903 : : .ob_size = 38,
20904 : : },
20905 : : .ob_shash = -1,
20906 : : .ob_sval = "\x80\x00\xd0\x0f\x3d\xd0\x0f\x3d\xd1\x0f\x3d\xa8\x61\xb8\x31\xd0\x0f\x3d\x90\x01\x97\x08\x91\x08\x9d\x1f\xd4\x10\x29\xd0\x0f\x3d\xd0\x0f\x3d\xd0\x0f\x3d",
20907 : : };
20908 : : static
20909 : : struct {
20910 : : PyASCIIObject _ascii;
20911 : : uint8_t _data[2];
20912 : : }
20913 : : const_str_p = {
20914 : : ._ascii = {
20915 : : .ob_base = {
20916 : : .ob_refcnt = 999999999,
20917 : : .ob_type = &PyUnicode_Type,
20918 : : },
20919 : : .length = 1,
20920 : : .hash = -1,
20921 : : .state = {
20922 : : .kind = 1,
20923 : : .compact = 1,
20924 : : .ascii = 1,
20925 : : },
20926 : : },
20927 : : ._data = "p",
20928 : : };
20929 : : static
20930 : : struct {
20931 : : PyGC_Head _gc_head;
20932 : : struct {
20933 : : PyObject_VAR_HEAD
20934 : : PyObject *ob_item[2];
20935 : : }_object;
20936 : : }
20937 : : importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames = {
20938 : : ._object = {
20939 : : .ob_base = {
20940 : : .ob_base = {
20941 : : .ob_refcnt = 999999999,
20942 : : .ob_type = &PyTuple_Type,
20943 : : },
20944 : : .ob_size = 2,
20945 : : },
20946 : : .ob_item = {
20947 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
20948 : : & const_str_p._ascii.ob_base,
20949 : : },
20950 : : },
20951 : : };
20952 : : static
20953 : : struct _PyCode_DEF(66)
20954 : : importlib__bootstrap_external_toplevel_consts_15_consts_5 = {
20955 : : .ob_base = {
20956 : : .ob_base = {
20957 : : .ob_refcnt = 999999999,
20958 : : .ob_type = &PyCode_Type,
20959 : : },
20960 : : .ob_size = 33,
20961 : : },
20962 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
20963 : : .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
20964 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
20965 : : .co_flags = 19,
20966 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
20967 : : ._co_linearray_entry_size = 0,
20968 : : .co_argcount = 1,
20969 : : .co_posonlyargcount = 0,
20970 : : .co_kwonlyargcount = 0,
20971 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
20972 : : .co_stacksize = 5,
20973 : : .co_firstlineno = 119,
20974 : : .co_nlocalsplus = 2,
20975 : : .co_nlocals = 2,
20976 : : .co_nplaincellvars = 0,
20977 : : .co_ncellvars = 0,
20978 : : .co_nfreevars = 0,
20979 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_consts_5_localsplusnames._object.ob_base.ob_base,
20980 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
20981 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
20982 : : .co_name = &_Py_STR(anon_listcomp),
20983 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
20984 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_consts_5_linetable.ob_base.ob_base,
20985 : : ._co_code = NULL,
20986 : : ._co_linearray = NULL,
20987 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1b\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1d\x53\x00",
20988 : : ._co_firsttraceable = 0,
20989 : : };
20990 : : static
20991 : : struct {
20992 : : PyGC_Head _gc_head;
20993 : : struct {
20994 : : PyObject_VAR_HEAD
20995 : : PyObject *ob_item[6];
20996 : : }_object;
20997 : : }
20998 : : importlib__bootstrap_external_toplevel_consts_15_consts = {
20999 : : ._object = {
21000 : : .ob_base = {
21001 : : .ob_base = {
21002 : : .ob_refcnt = 999999999,
21003 : : .ob_type = &PyTuple_Type,
21004 : : },
21005 : : .ob_size = 6,
21006 : : },
21007 : : .ob_item = {
21008 : : & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
21009 : : &_Py_STR(empty),
21010 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
21011 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
21012 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
21013 : : & importlib__bootstrap_external_toplevel_consts_15_consts_5.ob_base.ob_base,
21014 : : },
21015 : : },
21016 : : };
21017 : : static
21018 : : struct {
21019 : : PyASCIIObject _ascii;
21020 : : uint8_t _data[4];
21021 : : }
21022 : : const_str_map = {
21023 : : ._ascii = {
21024 : : .ob_base = {
21025 : : .ob_refcnt = 999999999,
21026 : : .ob_type = &PyUnicode_Type,
21027 : : },
21028 : : .length = 3,
21029 : : .hash = -1,
21030 : : .state = {
21031 : : .kind = 1,
21032 : : .compact = 1,
21033 : : .ascii = 1,
21034 : : },
21035 : : },
21036 : : ._data = "map",
21037 : : };
21038 : : static
21039 : : struct {
21040 : : PyASCIIObject _ascii;
21041 : : uint8_t _data[16];
21042 : : }
21043 : : const_str__path_splitroot = {
21044 : : ._ascii = {
21045 : : .ob_base = {
21046 : : .ob_refcnt = 999999999,
21047 : : .ob_type = &PyUnicode_Type,
21048 : : },
21049 : : .length = 15,
21050 : : .hash = -1,
21051 : : .state = {
21052 : : .kind = 1,
21053 : : .compact = 1,
21054 : : .ascii = 1,
21055 : : },
21056 : : },
21057 : : ._data = "_path_splitroot",
21058 : : };
21059 : : static
21060 : : struct {
21061 : : PyASCIIObject _ascii;
21062 : : uint8_t _data[15];
21063 : : }
21064 : : const_str_path_sep_tuple = {
21065 : : ._ascii = {
21066 : : .ob_base = {
21067 : : .ob_refcnt = 999999999,
21068 : : .ob_type = &PyUnicode_Type,
21069 : : },
21070 : : .length = 14,
21071 : : .hash = -1,
21072 : : .state = {
21073 : : .kind = 1,
21074 : : .compact = 1,
21075 : : .ascii = 1,
21076 : : },
21077 : : },
21078 : : ._data = "path_sep_tuple",
21079 : : };
21080 : : static
21081 : : struct {
21082 : : PyASCIIObject _ascii;
21083 : : uint8_t _data[9];
21084 : : }
21085 : : const_str_endswith = {
21086 : : ._ascii = {
21087 : : .ob_base = {
21088 : : .ob_refcnt = 999999999,
21089 : : .ob_type = &PyUnicode_Type,
21090 : : },
21091 : : .length = 8,
21092 : : .hash = -1,
21093 : : .state = {
21094 : : .kind = 1,
21095 : : .compact = 1,
21096 : : .ascii = 1,
21097 : : },
21098 : : },
21099 : : ._data = "endswith",
21100 : : };
21101 : : static
21102 : : struct {
21103 : : PyASCIIObject _ascii;
21104 : : uint8_t _data[9];
21105 : : }
21106 : : const_str_path_sep = {
21107 : : ._ascii = {
21108 : : .ob_base = {
21109 : : .ob_refcnt = 999999999,
21110 : : .ob_type = &PyUnicode_Type,
21111 : : },
21112 : : .length = 8,
21113 : : .hash = -1,
21114 : : .state = {
21115 : : .kind = 1,
21116 : : .compact = 1,
21117 : : .ascii = 1,
21118 : : },
21119 : : },
21120 : : ._data = "path_sep",
21121 : : };
21122 : : static
21123 : : struct {
21124 : : PyASCIIObject _ascii;
21125 : : uint8_t _data[9];
21126 : : }
21127 : : const_str_casefold = {
21128 : : ._ascii = {
21129 : : .ob_base = {
21130 : : .ob_refcnt = 999999999,
21131 : : .ob_type = &PyUnicode_Type,
21132 : : },
21133 : : .length = 8,
21134 : : .hash = -1,
21135 : : .state = {
21136 : : .kind = 1,
21137 : : .compact = 1,
21138 : : .ascii = 1,
21139 : : },
21140 : : },
21141 : : ._data = "casefold",
21142 : : };
21143 : : static
21144 : : struct {
21145 : : PyGC_Head _gc_head;
21146 : : struct {
21147 : : PyObject_VAR_HEAD
21148 : : PyObject *ob_item[13];
21149 : : }_object;
21150 : : }
21151 : : importlib__bootstrap_external_toplevel_consts_15_names = {
21152 : : ._object = {
21153 : : .ob_base = {
21154 : : .ob_base = {
21155 : : .ob_refcnt = 999999999,
21156 : : .ob_type = &PyTuple_Type,
21157 : : },
21158 : : .ob_size = 13,
21159 : : },
21160 : : .ob_item = {
21161 : : &_Py_ID(len),
21162 : : & const_str_map._ascii.ob_base,
21163 : : & const_str__os._ascii.ob_base,
21164 : : & const_str__path_splitroot._ascii.ob_base,
21165 : : & const_str_startswith._ascii.ob_base,
21166 : : & const_str_path_sep_tuple._ascii.ob_base,
21167 : : & const_str_endswith._ascii.ob_base,
21168 : : & const_str_rstrip._ascii.ob_base,
21169 : : & const_str_path_separators._ascii.ob_base,
21170 : : & const_str_path_sep._ascii.ob_base,
21171 : : & const_str_casefold._ascii.ob_base,
21172 : : &_Py_ID(append),
21173 : : &_Py_ID(join),
21174 : : },
21175 : : },
21176 : : };
21177 : : static
21178 : : struct {
21179 : : PyASCIIObject _ascii;
21180 : : uint8_t _data[11];
21181 : : }
21182 : : const_str__path_join = {
21183 : : ._ascii = {
21184 : : .ob_base = {
21185 : : .ob_refcnt = 999999999,
21186 : : .ob_type = &PyUnicode_Type,
21187 : : },
21188 : : .length = 10,
21189 : : .hash = -1,
21190 : : .state = {
21191 : : .kind = 1,
21192 : : .compact = 1,
21193 : : .ascii = 1,
21194 : : },
21195 : : },
21196 : : ._data = "_path_join",
21197 : : };
21198 : : static
21199 : : struct {
21200 : : PyObject_VAR_HEAD
21201 : : Py_hash_t ob_shash;
21202 : : char ob_sval[337];
21203 : : }
21204 : : importlib__bootstrap_external_toplevel_consts_15_linetable = {
21205 : : .ob_base = {
21206 : : .ob_base = {
21207 : : .ob_refcnt = 999999999,
21208 : : .ob_type = &PyBytes_Type,
21209 : : },
21210 : : .ob_size = 336,
21211 : : },
21212 : : .ob_shash = -1,
21213 : : .ob_sval = "\x80\x00\xe0\x0f\x19\xf0\x00\x01\x09\x16\xd8\x13\x15\x90\x32\xdd\x0b\x0e\x88\x7a\x8c\x3f\x98\x61\xd2\x0b\x1f\xf0\x00\x01\x09\x21\xd8\x13\x1d\x98\x61\x94\x3d\xd0\x0c\x20\xd8\x0f\x11\x88\x04\xd8\x0f\x11\x88\x04\xdd\x1e\x21\xa5\x23\xd7\x22\x35\xd1\x22\x35\xb0\x7a\xd4\x1e\x42\xf0\x00\x0e\x09\x22\xf1\x00\x0e\x09\x22\x89\x4e\x88\x48\x90\x64\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa5\x3e\xd4\x0f\x32\xf0\x00\x0d\x0d\x22\xb0\x68\xd7\x36\x47\xd1\x36\x47\xcd\x0e\xd4\x36\x57\xf0\x00\x0d\x0d\x22\xd8\x17\x1f\x97\x7f\x91\x7f\xa5\x7f\xd4\x17\x37\xd0\x17\x3f\xb8\x34\x90\x04\xdd\x18\x20\xa0\x34\x99\x0f\xd0\x17\x28\x90\x04\x90\x04\xd8\x11\x19\xd7\x11\x22\xd1\x11\x22\xa0\x33\xd4\x11\x27\xf0\x00\x0a\x0d\x22\xd8\x13\x17\x97\x3d\x91\x3d\x94\x3f\xa0\x68\xd7\x26\x37\xd1\x26\x37\xd4\x26\x39\xd2\x13\x39\xf0\x00\x06\x11\x26\xf0\x06\x00\x1c\x24\x90\x44\xd8\x1c\x20\x98\x36\x90\x44\x90\x44\xe0\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\xd0\x14\x25\xd0\x14\x25\xe0\x17\x1f\xd0\x17\x27\xa0\x34\x90\x04\xd8\x10\x14\x97\x0b\x91\x0b\x98\x44\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xd8\x0f\x3d\xd0\x0f\x3d\xb0\x34\xd0\x0f\x3d\xd4\x0f\x3d\x88\x04\xdd\x0b\x0e\x88\x74\x8c\x39\x98\x01\x8a\x3e\xf0\x00\x02\x09\x23\xa0\x24\xa0\x71\xa4\x27\xf0\x00\x02\x09\x23\xe0\x13\x17\x9d\x28\x91\x3f\xd0\x0c\x22\xd8\x0f\x13\x95\x68\x97\x6d\x91\x6d\xa0\x44\xd4\x16\x29\xd1\x0f\x29\xd0\x08\x29",
21214 : : };
21215 : : static
21216 : : struct {
21217 : : PyASCIIObject _ascii;
21218 : : uint8_t _data[11];
21219 : : }
21220 : : const_str_path_parts = {
21221 : : ._ascii = {
21222 : : .ob_base = {
21223 : : .ob_refcnt = 999999999,
21224 : : .ob_type = &PyUnicode_Type,
21225 : : },
21226 : : .length = 10,
21227 : : .hash = -1,
21228 : : .state = {
21229 : : .kind = 1,
21230 : : .compact = 1,
21231 : : .ascii = 1,
21232 : : },
21233 : : },
21234 : : ._data = "path_parts",
21235 : : };
21236 : : static
21237 : : struct {
21238 : : PyASCIIObject _ascii;
21239 : : uint8_t _data[5];
21240 : : }
21241 : : const_str_root = {
21242 : : ._ascii = {
21243 : : .ob_base = {
21244 : : .ob_refcnt = 999999999,
21245 : : .ob_type = &PyUnicode_Type,
21246 : : },
21247 : : .length = 4,
21248 : : .hash = -1,
21249 : : .state = {
21250 : : .kind = 1,
21251 : : .compact = 1,
21252 : : .ascii = 1,
21253 : : },
21254 : : },
21255 : : ._data = "root",
21256 : : };
21257 : : static
21258 : : struct {
21259 : : PyASCIIObject _ascii;
21260 : : uint8_t _data[9];
21261 : : }
21262 : : const_str_new_root = {
21263 : : ._ascii = {
21264 : : .ob_base = {
21265 : : .ob_refcnt = 999999999,
21266 : : .ob_type = &PyUnicode_Type,
21267 : : },
21268 : : .length = 8,
21269 : : .hash = -1,
21270 : : .state = {
21271 : : .kind = 1,
21272 : : .compact = 1,
21273 : : .ascii = 1,
21274 : : },
21275 : : },
21276 : : ._data = "new_root",
21277 : : };
21278 : : static
21279 : : struct {
21280 : : PyASCIIObject _ascii;
21281 : : uint8_t _data[5];
21282 : : }
21283 : : const_str_tail = {
21284 : : ._ascii = {
21285 : : .ob_base = {
21286 : : .ob_refcnt = 999999999,
21287 : : .ob_type = &PyUnicode_Type,
21288 : : },
21289 : : .length = 4,
21290 : : .hash = -1,
21291 : : .state = {
21292 : : .kind = 1,
21293 : : .compact = 1,
21294 : : .ascii = 1,
21295 : : },
21296 : : },
21297 : : ._data = "tail",
21298 : : };
21299 : : static
21300 : : struct {
21301 : : PyGC_Head _gc_head;
21302 : : struct {
21303 : : PyObject_VAR_HEAD
21304 : : PyObject *ob_item[5];
21305 : : }_object;
21306 : : }
21307 : : importlib__bootstrap_external_toplevel_consts_15_localsplusnames = {
21308 : : ._object = {
21309 : : .ob_base = {
21310 : : .ob_base = {
21311 : : .ob_refcnt = 999999999,
21312 : : .ob_type = &PyTuple_Type,
21313 : : },
21314 : : .ob_size = 5,
21315 : : },
21316 : : .ob_item = {
21317 : : & const_str_path_parts._ascii.ob_base,
21318 : : & const_str_root._ascii.ob_base,
21319 : : &_Py_ID(path),
21320 : : & const_str_new_root._ascii.ob_base,
21321 : : & const_str_tail._ascii.ob_base,
21322 : : },
21323 : : },
21324 : : };
21325 : : static
21326 : : struct _PyCode_DEF(650)
21327 : : importlib__bootstrap_external_toplevel_consts_15 = {
21328 : : .ob_base = {
21329 : : .ob_base = {
21330 : : .ob_refcnt = 999999999,
21331 : : .ob_type = &PyCode_Type,
21332 : : },
21333 : : .ob_size = 325,
21334 : : },
21335 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_15_consts._object.ob_base.ob_base,
21336 : : .co_names = & importlib__bootstrap_external_toplevel_consts_15_names._object.ob_base.ob_base,
21337 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21338 : : .co_flags = 7,
21339 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21340 : : ._co_linearray_entry_size = 0,
21341 : : .co_argcount = 0,
21342 : : .co_posonlyargcount = 0,
21343 : : .co_kwonlyargcount = 0,
21344 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
21345 : : .co_stacksize = 4,
21346 : : .co_firstlineno = 96,
21347 : : .co_nlocalsplus = 5,
21348 : : .co_nlocals = 5,
21349 : : .co_nplaincellvars = 0,
21350 : : .co_ncellvars = 0,
21351 : : .co_nfreevars = 0,
21352 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
21353 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
21354 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21355 : : .co_name = & const_str__path_join._ascii.ob_base,
21356 : : .co_qualname = & const_str__path_join._ascii.ob_base,
21357 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_15_linetable.ob_base.ob_base,
21358 : : ._co_code = NULL,
21359 : : ._co_linearray = NULL,
21360 : : .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x08\x7c\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x01\x7d\x01\x67\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xbd\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x17\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x25\x7c\x03\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x7c\x01\x7d\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x67\x01\x7d\x02\x8c\x59\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3d\x7c\x01\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x06\x7c\x03\x7d\x01\x7c\x04\x67\x01\x7d\x02\x8c\x95\x7c\x02\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa8\x7c\x03\x70\x01\x7c\x01\x7d\x01\x7c\x02\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xbf\x64\x05\x84\x00\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x12\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0a\x7c\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x7c\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
21361 : : ._co_firsttraceable = 0,
21362 : : };
21363 : : static
21364 : : struct {
21365 : : PyObject_VAR_HEAD
21366 : : Py_hash_t ob_shash;
21367 : : char ob_sval[54];
21368 : : }
21369 : : importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable = {
21370 : : .ob_base = {
21371 : : .ob_base = {
21372 : : .ob_refcnt = 999999999,
21373 : : .ob_type = &PyBytes_Type,
21374 : : },
21375 : : .ob_size = 53,
21376 : : },
21377 : : .ob_shash = -1,
21378 : : .ob_sval = "\x80\x00\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf1\x00\x01\x1e\x3e\xd8\x22\x26\xb8\x04\xf0\x03\x01\x1e\x3e\x98\x64\x9f\x6b\x99\x6b\xad\x2f\xd4\x1e\x3a\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e",
21379 : : };
21380 : : static
21381 : : struct {
21382 : : PyASCIIObject _ascii;
21383 : : uint8_t _data[5];
21384 : : }
21385 : : const_str_part = {
21386 : : ._ascii = {
21387 : : .ob_base = {
21388 : : .ob_refcnt = 999999999,
21389 : : .ob_type = &PyUnicode_Type,
21390 : : },
21391 : : .length = 4,
21392 : : .hash = -1,
21393 : : .state = {
21394 : : .kind = 1,
21395 : : .compact = 1,
21396 : : .ascii = 1,
21397 : : },
21398 : : },
21399 : : ._data = "part",
21400 : : };
21401 : : static
21402 : : struct {
21403 : : PyGC_Head _gc_head;
21404 : : struct {
21405 : : PyObject_VAR_HEAD
21406 : : PyObject *ob_item[2];
21407 : : }_object;
21408 : : }
21409 : : importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames = {
21410 : : ._object = {
21411 : : .ob_base = {
21412 : : .ob_base = {
21413 : : .ob_refcnt = 999999999,
21414 : : .ob_type = &PyTuple_Type,
21415 : : },
21416 : : .ob_size = 2,
21417 : : },
21418 : : .ob_item = {
21419 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
21420 : : & const_str_part._ascii.ob_base,
21421 : : },
21422 : : },
21423 : : };
21424 : : static
21425 : : struct _PyCode_DEF(66)
21426 : : importlib__bootstrap_external_toplevel_consts_16_consts_1 = {
21427 : : .ob_base = {
21428 : : .ob_base = {
21429 : : .ob_refcnt = 999999999,
21430 : : .ob_type = &PyCode_Type,
21431 : : },
21432 : : .ob_size = 33,
21433 : : },
21434 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
21435 : : .co_names = & importlib__bootstrap_external_toplevel_consts_15_consts_5_names._object.ob_base.ob_base,
21436 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21437 : : .co_flags = 19,
21438 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21439 : : ._co_linearray_entry_size = 0,
21440 : : .co_argcount = 1,
21441 : : .co_posonlyargcount = 0,
21442 : : .co_kwonlyargcount = 0,
21443 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
21444 : : .co_stacksize = 5,
21445 : : .co_firstlineno = 128,
21446 : : .co_nlocalsplus = 2,
21447 : : .co_nlocals = 2,
21448 : : .co_nplaincellvars = 0,
21449 : : .co_ncellvars = 0,
21450 : : .co_nfreevars = 0,
21451 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_consts_1_localsplusnames._object.ob_base.ob_base,
21452 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
21453 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21454 : : .co_name = &_Py_STR(anon_listcomp),
21455 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname._ascii.ob_base,
21456 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_consts_1_linetable.ob_base.ob_base,
21457 : : ._co_code = NULL,
21458 : : ._co_linearray = NULL,
21459 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x1b\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x1d\x53\x00",
21460 : : ._co_firsttraceable = 0,
21461 : : };
21462 : : static
21463 : : struct {
21464 : : PyGC_Head _gc_head;
21465 : : struct {
21466 : : PyObject_VAR_HEAD
21467 : : PyObject *ob_item[2];
21468 : : }_object;
21469 : : }
21470 : : importlib__bootstrap_external_toplevel_consts_16_consts = {
21471 : : ._object = {
21472 : : .ob_base = {
21473 : : .ob_base = {
21474 : : .ob_refcnt = 999999999,
21475 : : .ob_type = &PyTuple_Type,
21476 : : },
21477 : : .ob_size = 2,
21478 : : },
21479 : : .ob_item = {
21480 : : & importlib__bootstrap_external_toplevel_consts_15_consts_0._ascii.ob_base,
21481 : : & importlib__bootstrap_external_toplevel_consts_16_consts_1.ob_base.ob_base,
21482 : : },
21483 : : },
21484 : : };
21485 : : static
21486 : : struct {
21487 : : PyGC_Head _gc_head;
21488 : : struct {
21489 : : PyObject_VAR_HEAD
21490 : : PyObject *ob_item[2];
21491 : : }_object;
21492 : : }
21493 : : importlib__bootstrap_external_toplevel_consts_16_names = {
21494 : : ._object = {
21495 : : .ob_base = {
21496 : : .ob_base = {
21497 : : .ob_refcnt = 999999999,
21498 : : .ob_type = &PyTuple_Type,
21499 : : },
21500 : : .ob_size = 2,
21501 : : },
21502 : : .ob_item = {
21503 : : & const_str_path_sep._ascii.ob_base,
21504 : : &_Py_ID(join),
21505 : : },
21506 : : },
21507 : : };
21508 : : static
21509 : : struct {
21510 : : PyObject_VAR_HEAD
21511 : : Py_hash_t ob_shash;
21512 : : char ob_sval[43];
21513 : : }
21514 : : importlib__bootstrap_external_toplevel_consts_16_linetable = {
21515 : : .ob_base = {
21516 : : .ob_base = {
21517 : : .ob_refcnt = 999999999,
21518 : : .ob_type = &PyBytes_Type,
21519 : : },
21520 : : .ob_size = 42,
21521 : : },
21522 : : .ob_shash = -1,
21523 : : .ob_sval = "\x80\x00\xe5\x0f\x17\x8f\x7d\x89\x7d\xf0\x00\x01\x1e\x3e\xf0\x00\x01\x1e\x3e\xd8\x2a\x34\xf0\x03\x01\x1e\x3e\xf4\x00\x01\x1e\x3e\xf4\x00\x01\x10\x3f\xf0\x00\x01\x09\x3f",
21524 : : };
21525 : : static
21526 : : struct {
21527 : : PyGC_Head _gc_head;
21528 : : struct {
21529 : : PyObject_VAR_HEAD
21530 : : PyObject *ob_item[1];
21531 : : }_object;
21532 : : }
21533 : : importlib__bootstrap_external_toplevel_consts_16_localsplusnames = {
21534 : : ._object = {
21535 : : .ob_base = {
21536 : : .ob_base = {
21537 : : .ob_refcnt = 999999999,
21538 : : .ob_type = &PyTuple_Type,
21539 : : },
21540 : : .ob_size = 1,
21541 : : },
21542 : : .ob_item = {
21543 : : & const_str_path_parts._ascii.ob_base,
21544 : : },
21545 : : },
21546 : : };
21547 : : static
21548 : : struct _PyCode_DEF(64)
21549 : : importlib__bootstrap_external_toplevel_consts_16 = {
21550 : : .ob_base = {
21551 : : .ob_base = {
21552 : : .ob_refcnt = 999999999,
21553 : : .ob_type = &PyCode_Type,
21554 : : },
21555 : : .ob_size = 32,
21556 : : },
21557 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_16_consts._object.ob_base.ob_base,
21558 : : .co_names = & importlib__bootstrap_external_toplevel_consts_16_names._object.ob_base.ob_base,
21559 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21560 : : .co_flags = 7,
21561 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21562 : : ._co_linearray_entry_size = 0,
21563 : : .co_argcount = 0,
21564 : : .co_posonlyargcount = 0,
21565 : : .co_kwonlyargcount = 0,
21566 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
21567 : : .co_stacksize = 4,
21568 : : .co_firstlineno = 126,
21569 : : .co_nlocalsplus = 1,
21570 : : .co_nlocals = 1,
21571 : : .co_nplaincellvars = 0,
21572 : : .co_ncellvars = 0,
21573 : : .co_nfreevars = 0,
21574 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
21575 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
21576 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21577 : : .co_name = & const_str__path_join._ascii.ob_base,
21578 : : .co_qualname = & const_str__path_join._ascii.ob_base,
21579 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_16_linetable.ob_base.ob_base,
21580 : : ._co_code = NULL,
21581 : : ._co_linearray = NULL,
21582 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x84\x00\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
21583 : : ._co_firsttraceable = 0,
21584 : : };
21585 : : static
21586 : : struct {
21587 : : PyASCIIObject _ascii;
21588 : : uint8_t _data[33];
21589 : : }
21590 : : importlib__bootstrap_external_toplevel_consts_17_consts_0 = {
21591 : : ._ascii = {
21592 : : .ob_base = {
21593 : : .ob_refcnt = 999999999,
21594 : : .ob_type = &PyUnicode_Type,
21595 : : },
21596 : : .length = 32,
21597 : : .hash = -1,
21598 : : .state = {
21599 : : .kind = 1,
21600 : : .compact = 1,
21601 : : .ascii = 1,
21602 : : },
21603 : : },
21604 : : ._data = "Replacement for os.path.split().",
21605 : : };
21606 : : static
21607 : : struct {
21608 : : PyASCIIObject _ascii;
21609 : : uint8_t _data[6];
21610 : : }
21611 : : const_str_rfind = {
21612 : : ._ascii = {
21613 : : .ob_base = {
21614 : : .ob_refcnt = 999999999,
21615 : : .ob_type = &PyUnicode_Type,
21616 : : },
21617 : : .length = 5,
21618 : : .hash = -1,
21619 : : .state = {
21620 : : .kind = 1,
21621 : : .compact = 1,
21622 : : .ascii = 1,
21623 : : },
21624 : : },
21625 : : ._data = "rfind",
21626 : : };
21627 : : static
21628 : : struct {
21629 : : PyGC_Head _gc_head;
21630 : : struct {
21631 : : PyObject_VAR_HEAD
21632 : : PyObject *ob_item[1];
21633 : : }_object;
21634 : : }
21635 : : importlib__bootstrap_external_toplevel_consts_17_consts_1_names = {
21636 : : ._object = {
21637 : : .ob_base = {
21638 : : .ob_base = {
21639 : : .ob_refcnt = 999999999,
21640 : : .ob_type = &PyTuple_Type,
21641 : : },
21642 : : .ob_size = 1,
21643 : : },
21644 : : .ob_item = {
21645 : : & const_str_rfind._ascii.ob_base,
21646 : : },
21647 : : },
21648 : : };
21649 : : static
21650 : : struct {
21651 : : PyASCIIObject _ascii;
21652 : : uint8_t _data[31];
21653 : : }
21654 : : importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname = {
21655 : : ._ascii = {
21656 : : .ob_base = {
21657 : : .ob_refcnt = 999999999,
21658 : : .ob_type = &PyUnicode_Type,
21659 : : },
21660 : : .length = 30,
21661 : : .hash = -1,
21662 : : .state = {
21663 : : .kind = 1,
21664 : : .compact = 1,
21665 : : .ascii = 1,
21666 : : },
21667 : : },
21668 : : ._data = "_path_split.<locals>.<genexpr>",
21669 : : };
21670 : : static
21671 : : struct {
21672 : : PyObject_VAR_HEAD
21673 : : Py_hash_t ob_shash;
21674 : : char ob_sval[44];
21675 : : }
21676 : : importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable = {
21677 : : .ob_base = {
21678 : : .ob_base = {
21679 : : .ob_refcnt = 999999999,
21680 : : .ob_type = &PyBytes_Type,
21681 : : },
21682 : : .ob_size = 43,
21683 : : },
21684 : : .ob_shash = -1,
21685 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x0b\x33\xd1\x0b\x33\x98\x61\x88\x44\x8f\x4a\x89\x4a\x90\x71\x8c\x4d\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33",
21686 : : };
21687 : : static
21688 : : struct {
21689 : : PyGC_Head _gc_head;
21690 : : struct {
21691 : : PyObject_VAR_HEAD
21692 : : PyObject *ob_item[3];
21693 : : }_object;
21694 : : }
21695 : : importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames = {
21696 : : ._object = {
21697 : : .ob_base = {
21698 : : .ob_base = {
21699 : : .ob_refcnt = 999999999,
21700 : : .ob_type = &PyTuple_Type,
21701 : : },
21702 : : .ob_size = 3,
21703 : : },
21704 : : .ob_item = {
21705 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
21706 : : & const_str_p._ascii.ob_base,
21707 : : &_Py_ID(path),
21708 : : },
21709 : : },
21710 : : };
21711 : : static
21712 : : struct _PyCode_DEF(62)
21713 : : importlib__bootstrap_external_toplevel_consts_17_consts_1 = {
21714 : : .ob_base = {
21715 : : .ob_base = {
21716 : : .ob_refcnt = 999999999,
21717 : : .ob_type = &PyCode_Type,
21718 : : },
21719 : : .ob_size = 31,
21720 : : },
21721 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
21722 : : .co_names = & importlib__bootstrap_external_toplevel_consts_17_consts_1_names._object.ob_base.ob_base,
21723 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21724 : : .co_flags = 51,
21725 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21726 : : ._co_linearray_entry_size = 0,
21727 : : .co_argcount = 1,
21728 : : .co_posonlyargcount = 0,
21729 : : .co_kwonlyargcount = 0,
21730 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
21731 : : .co_stacksize = 4,
21732 : : .co_firstlineno = 134,
21733 : : .co_nlocalsplus = 3,
21734 : : .co_nlocals = 2,
21735 : : .co_nplaincellvars = 0,
21736 : : .co_ncellvars = 0,
21737 : : .co_nfreevars = 1,
21738 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_consts_1_localsplusnames._object.ob_base.ob_base,
21739 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
21740 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21741 : : .co_name = &_Py_STR(anon_genexpr),
21742 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname._ascii.ob_base,
21743 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_consts_1_linetable.ob_base.ob_base,
21744 : : ._co_code = NULL,
21745 : : ._co_linearray = NULL,
21746 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x16\x00\x00\x7d\x01\x89\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
21747 : : ._co_firsttraceable = 3,
21748 : : };
21749 : : static
21750 : : struct {
21751 : : PyGC_Head _gc_head;
21752 : : struct {
21753 : : PyObject_VAR_HEAD
21754 : : PyObject *ob_item[6];
21755 : : }_object;
21756 : : }
21757 : : importlib__bootstrap_external_toplevel_consts_17_consts = {
21758 : : ._object = {
21759 : : .ob_base = {
21760 : : .ob_base = {
21761 : : .ob_refcnt = 999999999,
21762 : : .ob_type = &PyTuple_Type,
21763 : : },
21764 : : .ob_size = 6,
21765 : : },
21766 : : .ob_item = {
21767 : : & importlib__bootstrap_external_toplevel_consts_17_consts_0._ascii.ob_base,
21768 : : & importlib__bootstrap_external_toplevel_consts_17_consts_1.ob_base.ob_base,
21769 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
21770 : : &_Py_STR(empty),
21771 : : Py_None,
21772 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
21773 : : },
21774 : : },
21775 : : };
21776 : : static
21777 : : struct {
21778 : : PyASCIIObject _ascii;
21779 : : uint8_t _data[4];
21780 : : }
21781 : : const_str_max = {
21782 : : ._ascii = {
21783 : : .ob_base = {
21784 : : .ob_refcnt = 999999999,
21785 : : .ob_type = &PyUnicode_Type,
21786 : : },
21787 : : .length = 3,
21788 : : .hash = -1,
21789 : : .state = {
21790 : : .kind = 1,
21791 : : .compact = 1,
21792 : : .ascii = 1,
21793 : : },
21794 : : },
21795 : : ._data = "max",
21796 : : };
21797 : : static
21798 : : struct {
21799 : : PyGC_Head _gc_head;
21800 : : struct {
21801 : : PyObject_VAR_HEAD
21802 : : PyObject *ob_item[2];
21803 : : }_object;
21804 : : }
21805 : : importlib__bootstrap_external_toplevel_consts_17_names = {
21806 : : ._object = {
21807 : : .ob_base = {
21808 : : .ob_base = {
21809 : : .ob_refcnt = 999999999,
21810 : : .ob_type = &PyTuple_Type,
21811 : : },
21812 : : .ob_size = 2,
21813 : : },
21814 : : .ob_item = {
21815 : : & const_str_max._ascii.ob_base,
21816 : : & const_str_path_separators._ascii.ob_base,
21817 : : },
21818 : : },
21819 : : };
21820 : : static
21821 : : struct {
21822 : : PyASCIIObject _ascii;
21823 : : uint8_t _data[12];
21824 : : }
21825 : : const_str__path_split = {
21826 : : ._ascii = {
21827 : : .ob_base = {
21828 : : .ob_refcnt = 999999999,
21829 : : .ob_type = &PyUnicode_Type,
21830 : : },
21831 : : .length = 11,
21832 : : .hash = -1,
21833 : : .state = {
21834 : : .kind = 1,
21835 : : .compact = 1,
21836 : : .ascii = 1,
21837 : : },
21838 : : },
21839 : : ._data = "_path_split",
21840 : : };
21841 : : static
21842 : : struct {
21843 : : PyObject_VAR_HEAD
21844 : : Py_hash_t ob_shash;
21845 : : char ob_sval[80];
21846 : : }
21847 : : importlib__bootstrap_external_toplevel_consts_17_linetable = {
21848 : : .ob_base = {
21849 : : .ob_base = {
21850 : : .ob_refcnt = 999999999,
21851 : : .ob_type = &PyBytes_Type,
21852 : : },
21853 : : .ob_size = 79,
21854 : : },
21855 : : .ob_shash = -1,
21856 : : .ob_sval = "\xf8\x80\x00\xe5\x08\x0b\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xd0\x0b\x33\xa5\x3f\xd0\x0b\x33\xd4\x0b\x33\xd4\x08\x33\x80\x41\xd8\x07\x08\x88\x31\x82\x75\xf0\x00\x01\x05\x18\xd8\x0f\x11\x90\x34\x88\x78\x88\x0f\xd8\x0b\x0f\x88\x38\x90\x11\x88\x38\x90\x54\x98\x21\x98\x61\x99\x25\x90\x5c\x90\x5c\xd0\x0b\x21\xd0\x04\x21",
21857 : : };
21858 : : static
21859 : : struct {
21860 : : PyASCIIObject _ascii;
21861 : : uint8_t _data[2];
21862 : : }
21863 : : const_str_i = {
21864 : : ._ascii = {
21865 : : .ob_base = {
21866 : : .ob_refcnt = 999999999,
21867 : : .ob_type = &PyUnicode_Type,
21868 : : },
21869 : : .length = 1,
21870 : : .hash = -1,
21871 : : .state = {
21872 : : .kind = 1,
21873 : : .compact = 1,
21874 : : .ascii = 1,
21875 : : },
21876 : : },
21877 : : ._data = "i",
21878 : : };
21879 : : static
21880 : : struct {
21881 : : PyGC_Head _gc_head;
21882 : : struct {
21883 : : PyObject_VAR_HEAD
21884 : : PyObject *ob_item[2];
21885 : : }_object;
21886 : : }
21887 : : importlib__bootstrap_external_toplevel_consts_17_localsplusnames = {
21888 : : ._object = {
21889 : : .ob_base = {
21890 : : .ob_base = {
21891 : : .ob_refcnt = 999999999,
21892 : : .ob_type = &PyTuple_Type,
21893 : : },
21894 : : .ob_size = 2,
21895 : : },
21896 : : .ob_item = {
21897 : : &_Py_ID(path),
21898 : : & const_str_i._ascii.ob_base,
21899 : : },
21900 : : },
21901 : : };
21902 : : static
21903 : : struct _PyCode_DEF(106)
21904 : : importlib__bootstrap_external_toplevel_consts_17 = {
21905 : : .ob_base = {
21906 : : .ob_base = {
21907 : : .ob_refcnt = 999999999,
21908 : : .ob_type = &PyCode_Type,
21909 : : },
21910 : : .ob_size = 53,
21911 : : },
21912 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_17_consts._object.ob_base.ob_base,
21913 : : .co_names = & importlib__bootstrap_external_toplevel_consts_17_names._object.ob_base.ob_base,
21914 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
21915 : : .co_flags = 3,
21916 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
21917 : : ._co_linearray_entry_size = 0,
21918 : : .co_argcount = 1,
21919 : : .co_posonlyargcount = 0,
21920 : : .co_kwonlyargcount = 0,
21921 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
21922 : : .co_stacksize = 4,
21923 : : .co_firstlineno = 132,
21924 : : .co_nlocalsplus = 2,
21925 : : .co_nlocals = 2,
21926 : : .co_nplaincellvars = 0,
21927 : : .co_ncellvars = 1,
21928 : : .co_nfreevars = 0,
21929 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
21930 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
21931 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
21932 : : .co_name = & const_str__path_split._ascii.ob_base,
21933 : : .co_qualname = & const_str__path_split._ascii.ob_base,
21934 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_17_linetable.ob_base.ob_base,
21935 : : ._co_code = NULL,
21936 : : ._co_linearray = NULL,
21937 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x04\x64\x03\x89\x00\x66\x02\x53\x00\x89\x00\x64\x04\x7c\x01\x1a\x00\x89\x00\x7c\x01\x64\x05\x7a\x00\x00\x00\x64\x04\x1a\x00\x66\x02\x53\x00",
21938 : : ._co_firsttraceable = 1,
21939 : : };
21940 : : static
21941 : : struct {
21942 : : PyASCIIObject _ascii;
21943 : : uint8_t _data[127];
21944 : : }
21945 : : importlib__bootstrap_external_toplevel_consts_18_consts_0 = {
21946 : : ._ascii = {
21947 : : .ob_base = {
21948 : : .ob_refcnt = 999999999,
21949 : : .ob_type = &PyUnicode_Type,
21950 : : },
21951 : : .length = 126,
21952 : : .hash = -1,
21953 : : .state = {
21954 : : .kind = 1,
21955 : : .compact = 1,
21956 : : .ascii = 1,
21957 : : },
21958 : : },
21959 : : ._data = "\x53\x74\x61\x74\x20\x74\x68\x65\x20\x70\x61\x74\x68\x2e\x0a\x0a\x20\x20\x20\x20\x4d\x61\x64\x65\x20\x61\x20\x73\x65\x70\x61\x72\x61\x74\x65\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x6d\x61\x6b\x65\x20\x69\x74\x20\x65\x61\x73\x69\x65\x72\x20\x74\x6f\x20\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x69\x6e\x20\x65\x78\x70\x65\x72\x69\x6d\x65\x6e\x74\x73\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x20\x63\x61\x63\x68\x65\x20\x73\x74\x61\x74\x20\x72\x65\x73\x75\x6c\x74\x73\x29\x2e\x0a\x0a\x20\x20\x20\x20",
21960 : : };
21961 : : static
21962 : : struct {
21963 : : PyGC_Head _gc_head;
21964 : : struct {
21965 : : PyObject_VAR_HEAD
21966 : : PyObject *ob_item[1];
21967 : : }_object;
21968 : : }
21969 : : importlib__bootstrap_external_toplevel_consts_18_consts = {
21970 : : ._object = {
21971 : : .ob_base = {
21972 : : .ob_base = {
21973 : : .ob_refcnt = 999999999,
21974 : : .ob_type = &PyTuple_Type,
21975 : : },
21976 : : .ob_size = 1,
21977 : : },
21978 : : .ob_item = {
21979 : : & importlib__bootstrap_external_toplevel_consts_18_consts_0._ascii.ob_base,
21980 : : },
21981 : : },
21982 : : };
21983 : : static
21984 : : struct {
21985 : : PyASCIIObject _ascii;
21986 : : uint8_t _data[5];
21987 : : }
21988 : : const_str_stat = {
21989 : : ._ascii = {
21990 : : .ob_base = {
21991 : : .ob_refcnt = 999999999,
21992 : : .ob_type = &PyUnicode_Type,
21993 : : },
21994 : : .length = 4,
21995 : : .hash = -1,
21996 : : .state = {
21997 : : .kind = 1,
21998 : : .compact = 1,
21999 : : .ascii = 1,
22000 : : },
22001 : : },
22002 : : ._data = "stat",
22003 : : };
22004 : : static
22005 : : struct {
22006 : : PyGC_Head _gc_head;
22007 : : struct {
22008 : : PyObject_VAR_HEAD
22009 : : PyObject *ob_item[2];
22010 : : }_object;
22011 : : }
22012 : : importlib__bootstrap_external_toplevel_consts_18_names = {
22013 : : ._object = {
22014 : : .ob_base = {
22015 : : .ob_base = {
22016 : : .ob_refcnt = 999999999,
22017 : : .ob_type = &PyTuple_Type,
22018 : : },
22019 : : .ob_size = 2,
22020 : : },
22021 : : .ob_item = {
22022 : : & const_str__os._ascii.ob_base,
22023 : : & const_str_stat._ascii.ob_base,
22024 : : },
22025 : : },
22026 : : };
22027 : : static
22028 : : struct {
22029 : : PyASCIIObject _ascii;
22030 : : uint8_t _data[11];
22031 : : }
22032 : : const_str__path_stat = {
22033 : : ._ascii = {
22034 : : .ob_base = {
22035 : : .ob_refcnt = 999999999,
22036 : : .ob_type = &PyUnicode_Type,
22037 : : },
22038 : : .length = 10,
22039 : : .hash = -1,
22040 : : .state = {
22041 : : .kind = 1,
22042 : : .compact = 1,
22043 : : .ascii = 1,
22044 : : },
22045 : : },
22046 : : ._data = "_path_stat",
22047 : : };
22048 : : static
22049 : : struct {
22050 : : PyObject_VAR_HEAD
22051 : : Py_hash_t ob_shash;
22052 : : char ob_sval[19];
22053 : : }
22054 : : importlib__bootstrap_external_toplevel_consts_18_linetable = {
22055 : : .ob_base = {
22056 : : .ob_base = {
22057 : : .ob_refcnt = 999999999,
22058 : : .ob_type = &PyBytes_Type,
22059 : : },
22060 : : .ob_size = 18,
22061 : : },
22062 : : .ob_shash = -1,
22063 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x14\x8f\x38\x89\x38\x90\x44\x8c\x3e\xd0\x04\x19",
22064 : : };
22065 : : static
22066 : : struct {
22067 : : PyGC_Head _gc_head;
22068 : : struct {
22069 : : PyObject_VAR_HEAD
22070 : : PyObject *ob_item[1];
22071 : : }_object;
22072 : : }
22073 : : importlib__bootstrap_external_toplevel_consts_18_localsplusnames = {
22074 : : ._object = {
22075 : : .ob_base = {
22076 : : .ob_base = {
22077 : : .ob_refcnt = 999999999,
22078 : : .ob_type = &PyTuple_Type,
22079 : : },
22080 : : .ob_size = 1,
22081 : : },
22082 : : .ob_item = {
22083 : : &_Py_ID(path),
22084 : : },
22085 : : },
22086 : : };
22087 : : static
22088 : : struct _PyCode_DEF(48)
22089 : : importlib__bootstrap_external_toplevel_consts_18 = {
22090 : : .ob_base = {
22091 : : .ob_base = {
22092 : : .ob_refcnt = 999999999,
22093 : : .ob_type = &PyCode_Type,
22094 : : },
22095 : : .ob_size = 24,
22096 : : },
22097 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_18_consts._object.ob_base.ob_base,
22098 : : .co_names = & importlib__bootstrap_external_toplevel_consts_18_names._object.ob_base.ob_base,
22099 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22100 : : .co_flags = 3,
22101 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22102 : : ._co_linearray_entry_size = 0,
22103 : : .co_argcount = 1,
22104 : : .co_posonlyargcount = 0,
22105 : : .co_kwonlyargcount = 0,
22106 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
22107 : : .co_stacksize = 3,
22108 : : .co_firstlineno = 140,
22109 : : .co_nlocalsplus = 1,
22110 : : .co_nlocals = 1,
22111 : : .co_nplaincellvars = 0,
22112 : : .co_ncellvars = 0,
22113 : : .co_nfreevars = 0,
22114 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
22115 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
22116 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22117 : : .co_name = & const_str__path_stat._ascii.ob_base,
22118 : : .co_qualname = & const_str__path_stat._ascii.ob_base,
22119 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_18_linetable.ob_base.ob_base,
22120 : : ._co_code = NULL,
22121 : : ._co_linearray = NULL,
22122 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22123 : : ._co_firsttraceable = 0,
22124 : : };
22125 : : static
22126 : : struct {
22127 : : PyASCIIObject _ascii;
22128 : : uint8_t _data[50];
22129 : : }
22130 : : importlib__bootstrap_external_toplevel_consts_19_consts_0 = {
22131 : : ._ascii = {
22132 : : .ob_base = {
22133 : : .ob_refcnt = 999999999,
22134 : : .ob_type = &PyUnicode_Type,
22135 : : },
22136 : : .length = 49,
22137 : : .hash = -1,
22138 : : .state = {
22139 : : .kind = 1,
22140 : : .compact = 1,
22141 : : .ascii = 1,
22142 : : },
22143 : : },
22144 : : ._data = "Test whether the path is the specified mode type.",
22145 : : };
22146 : : #if PYLONG_BITS_IN_DIGIT == 15
22147 : : static
22148 : : struct {
22149 : : PyObject_VAR_HEAD
22150 : : digit ob_digit[2];
22151 : : }
22152 : : const_int_61440 = {
22153 : : .ob_base = {
22154 : : .ob_base = {
22155 : : .ob_refcnt = 999999999,
22156 : : .ob_type = &PyLong_Type,
22157 : : },
22158 : : .ob_size = 2,
22159 : : },
22160 : : .ob_digit = { 28672, 1 },
22161 : : };
22162 : : #elif PYLONG_BITS_IN_DIGIT == 30
22163 : : static
22164 : : struct {
22165 : : PyObject_VAR_HEAD
22166 : : digit ob_digit[1];
22167 : : }
22168 : : const_int_61440 = {
22169 : : .ob_base = {
22170 : : .ob_base = {
22171 : : .ob_refcnt = 999999999,
22172 : : .ob_type = &PyLong_Type,
22173 : : },
22174 : : .ob_size = 1,
22175 : : },
22176 : : .ob_digit = { 61440 },
22177 : : };
22178 : : #else
22179 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
22180 : : #endif
22181 : : static
22182 : : struct {
22183 : : PyGC_Head _gc_head;
22184 : : struct {
22185 : : PyObject_VAR_HEAD
22186 : : PyObject *ob_item[3];
22187 : : }_object;
22188 : : }
22189 : : importlib__bootstrap_external_toplevel_consts_19_consts = {
22190 : : ._object = {
22191 : : .ob_base = {
22192 : : .ob_base = {
22193 : : .ob_refcnt = 999999999,
22194 : : .ob_type = &PyTuple_Type,
22195 : : },
22196 : : .ob_size = 3,
22197 : : },
22198 : : .ob_item = {
22199 : : & importlib__bootstrap_external_toplevel_consts_19_consts_0._ascii.ob_base,
22200 : : Py_False,
22201 : : & const_int_61440.ob_base.ob_base,
22202 : : },
22203 : : },
22204 : : };
22205 : : static
22206 : : struct {
22207 : : PyASCIIObject _ascii;
22208 : : uint8_t _data[8];
22209 : : }
22210 : : const_str_OSError = {
22211 : : ._ascii = {
22212 : : .ob_base = {
22213 : : .ob_refcnt = 999999999,
22214 : : .ob_type = &PyUnicode_Type,
22215 : : },
22216 : : .length = 7,
22217 : : .hash = -1,
22218 : : .state = {
22219 : : .kind = 1,
22220 : : .compact = 1,
22221 : : .ascii = 1,
22222 : : },
22223 : : },
22224 : : ._data = "OSError",
22225 : : };
22226 : : static
22227 : : struct {
22228 : : PyASCIIObject _ascii;
22229 : : uint8_t _data[8];
22230 : : }
22231 : : const_str_st_mode = {
22232 : : ._ascii = {
22233 : : .ob_base = {
22234 : : .ob_refcnt = 999999999,
22235 : : .ob_type = &PyUnicode_Type,
22236 : : },
22237 : : .length = 7,
22238 : : .hash = -1,
22239 : : .state = {
22240 : : .kind = 1,
22241 : : .compact = 1,
22242 : : .ascii = 1,
22243 : : },
22244 : : },
22245 : : ._data = "st_mode",
22246 : : };
22247 : : static
22248 : : struct {
22249 : : PyGC_Head _gc_head;
22250 : : struct {
22251 : : PyObject_VAR_HEAD
22252 : : PyObject *ob_item[3];
22253 : : }_object;
22254 : : }
22255 : : importlib__bootstrap_external_toplevel_consts_19_names = {
22256 : : ._object = {
22257 : : .ob_base = {
22258 : : .ob_base = {
22259 : : .ob_refcnt = 999999999,
22260 : : .ob_type = &PyTuple_Type,
22261 : : },
22262 : : .ob_size = 3,
22263 : : },
22264 : : .ob_item = {
22265 : : & const_str__path_stat._ascii.ob_base,
22266 : : & const_str_OSError._ascii.ob_base,
22267 : : & const_str_st_mode._ascii.ob_base,
22268 : : },
22269 : : },
22270 : : };
22271 : : static
22272 : : struct {
22273 : : PyASCIIObject _ascii;
22274 : : uint8_t _data[19];
22275 : : }
22276 : : const_str__path_is_mode_type = {
22277 : : ._ascii = {
22278 : : .ob_base = {
22279 : : .ob_refcnt = 999999999,
22280 : : .ob_type = &PyUnicode_Type,
22281 : : },
22282 : : .length = 18,
22283 : : .hash = -1,
22284 : : .state = {
22285 : : .kind = 1,
22286 : : .compact = 1,
22287 : : .ascii = 1,
22288 : : },
22289 : : },
22290 : : ._data = "_path_is_mode_type",
22291 : : };
22292 : : static
22293 : : struct {
22294 : : PyObject_VAR_HEAD
22295 : : Py_hash_t ob_shash;
22296 : : char ob_sval[78];
22297 : : }
22298 : : importlib__bootstrap_external_toplevel_consts_19_linetable = {
22299 : : .ob_base = {
22300 : : .ob_base = {
22301 : : .ob_refcnt = 999999999,
22302 : : .ob_type = &PyBytes_Type,
22303 : : },
22304 : : .ob_size = 77,
22305 : : },
22306 : : .ob_shash = -1,
22307 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x14\x1e\x98\x74\xd4\x14\x24\x88\x09\xf0\x06\x00\x0d\x16\xd7\x0c\x1d\xd1\x0c\x1d\xa0\x08\xd1\x0c\x28\xa8\x54\xd2\x0b\x31\xd0\x04\x31\xf8\xf5\x05\x00\x0c\x13\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
22308 : : };
22309 : : static
22310 : : struct {
22311 : : PyObject_VAR_HEAD
22312 : : Py_hash_t ob_shash;
22313 : : char ob_sval[13];
22314 : : }
22315 : : importlib__bootstrap_external_toplevel_consts_19_exceptiontable = {
22316 : : .ob_base = {
22317 : : .ob_base = {
22318 : : .ob_refcnt = 999999999,
22319 : : .ob_type = &PyBytes_Type,
22320 : : },
22321 : : .ob_size = 12,
22322 : : },
22323 : : .ob_shash = -1,
22324 : : .ob_sval = "\x82\x0d\x22\x00\xa2\x0a\x30\x03\xaf\x01\x30\x03",
22325 : : };
22326 : : static
22327 : : struct {
22328 : : PyASCIIObject _ascii;
22329 : : uint8_t _data[10];
22330 : : }
22331 : : const_str_stat_info = {
22332 : : ._ascii = {
22333 : : .ob_base = {
22334 : : .ob_refcnt = 999999999,
22335 : : .ob_type = &PyUnicode_Type,
22336 : : },
22337 : : .length = 9,
22338 : : .hash = -1,
22339 : : .state = {
22340 : : .kind = 1,
22341 : : .compact = 1,
22342 : : .ascii = 1,
22343 : : },
22344 : : },
22345 : : ._data = "stat_info",
22346 : : };
22347 : : static
22348 : : struct {
22349 : : PyGC_Head _gc_head;
22350 : : struct {
22351 : : PyObject_VAR_HEAD
22352 : : PyObject *ob_item[3];
22353 : : }_object;
22354 : : }
22355 : : importlib__bootstrap_external_toplevel_consts_19_localsplusnames = {
22356 : : ._object = {
22357 : : .ob_base = {
22358 : : .ob_base = {
22359 : : .ob_refcnt = 999999999,
22360 : : .ob_type = &PyTuple_Type,
22361 : : },
22362 : : .ob_size = 3,
22363 : : },
22364 : : .ob_item = {
22365 : : &_Py_ID(path),
22366 : : &_Py_ID(mode),
22367 : : & const_str_stat_info._ascii.ob_base,
22368 : : },
22369 : : },
22370 : : };
22371 : : static
22372 : : struct _PyCode_DEF(102)
22373 : : importlib__bootstrap_external_toplevel_consts_19 = {
22374 : : .ob_base = {
22375 : : .ob_base = {
22376 : : .ob_refcnt = 999999999,
22377 : : .ob_type = &PyCode_Type,
22378 : : },
22379 : : .ob_size = 51,
22380 : : },
22381 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_19_consts._object.ob_base.ob_base,
22382 : : .co_names = & importlib__bootstrap_external_toplevel_consts_19_names._object.ob_base.ob_base,
22383 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_19_exceptiontable.ob_base.ob_base,
22384 : : .co_flags = 3,
22385 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22386 : : ._co_linearray_entry_size = 0,
22387 : : .co_argcount = 2,
22388 : : .co_posonlyargcount = 0,
22389 : : .co_kwonlyargcount = 0,
22390 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
22391 : : .co_stacksize = 4,
22392 : : .co_firstlineno = 150,
22393 : : .co_nlocalsplus = 3,
22394 : : .co_nlocals = 3,
22395 : : .co_nplaincellvars = 0,
22396 : : .co_ncellvars = 0,
22397 : : .co_nfreevars = 0,
22398 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
22399 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
22400 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22401 : : .co_name = & const_str__path_is_mode_type._ascii.ob_base,
22402 : : .co_qualname = & const_str__path_is_mode_type._ascii.ob_base,
22403 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_19_linetable.ob_base.ob_base,
22404 : : ._co_code = NULL,
22405 : : ._co_linearray = NULL,
22406 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7a\x01\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
22407 : : ._co_firsttraceable = 0,
22408 : : };
22409 : : static
22410 : : struct {
22411 : : PyASCIIObject _ascii;
22412 : : uint8_t _data[32];
22413 : : }
22414 : : importlib__bootstrap_external_toplevel_consts_20_consts_0 = {
22415 : : ._ascii = {
22416 : : .ob_base = {
22417 : : .ob_refcnt = 999999999,
22418 : : .ob_type = &PyUnicode_Type,
22419 : : },
22420 : : .length = 31,
22421 : : .hash = -1,
22422 : : .state = {
22423 : : .kind = 1,
22424 : : .compact = 1,
22425 : : .ascii = 1,
22426 : : },
22427 : : },
22428 : : ._data = "Replacement for os.path.isfile.",
22429 : : };
22430 : : #if PYLONG_BITS_IN_DIGIT == 15
22431 : : static
22432 : : struct {
22433 : : PyObject_VAR_HEAD
22434 : : digit ob_digit[2];
22435 : : }
22436 : : const_int_32768 = {
22437 : : .ob_base = {
22438 : : .ob_base = {
22439 : : .ob_refcnt = 999999999,
22440 : : .ob_type = &PyLong_Type,
22441 : : },
22442 : : .ob_size = 2,
22443 : : },
22444 : : .ob_digit = { 0, 1 },
22445 : : };
22446 : : #elif PYLONG_BITS_IN_DIGIT == 30
22447 : : static
22448 : : struct {
22449 : : PyObject_VAR_HEAD
22450 : : digit ob_digit[1];
22451 : : }
22452 : : const_int_32768 = {
22453 : : .ob_base = {
22454 : : .ob_base = {
22455 : : .ob_refcnt = 999999999,
22456 : : .ob_type = &PyLong_Type,
22457 : : },
22458 : : .ob_size = 1,
22459 : : },
22460 : : .ob_digit = { 32768 },
22461 : : };
22462 : : #else
22463 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
22464 : : #endif
22465 : : static
22466 : : struct {
22467 : : PyGC_Head _gc_head;
22468 : : struct {
22469 : : PyObject_VAR_HEAD
22470 : : PyObject *ob_item[2];
22471 : : }_object;
22472 : : }
22473 : : importlib__bootstrap_external_toplevel_consts_20_consts = {
22474 : : ._object = {
22475 : : .ob_base = {
22476 : : .ob_base = {
22477 : : .ob_refcnt = 999999999,
22478 : : .ob_type = &PyTuple_Type,
22479 : : },
22480 : : .ob_size = 2,
22481 : : },
22482 : : .ob_item = {
22483 : : & importlib__bootstrap_external_toplevel_consts_20_consts_0._ascii.ob_base,
22484 : : & const_int_32768.ob_base.ob_base,
22485 : : },
22486 : : },
22487 : : };
22488 : : static
22489 : : struct {
22490 : : PyGC_Head _gc_head;
22491 : : struct {
22492 : : PyObject_VAR_HEAD
22493 : : PyObject *ob_item[1];
22494 : : }_object;
22495 : : }
22496 : : importlib__bootstrap_external_toplevel_consts_20_names = {
22497 : : ._object = {
22498 : : .ob_base = {
22499 : : .ob_base = {
22500 : : .ob_refcnt = 999999999,
22501 : : .ob_type = &PyTuple_Type,
22502 : : },
22503 : : .ob_size = 1,
22504 : : },
22505 : : .ob_item = {
22506 : : & const_str__path_is_mode_type._ascii.ob_base,
22507 : : },
22508 : : },
22509 : : };
22510 : : static
22511 : : struct {
22512 : : PyASCIIObject _ascii;
22513 : : uint8_t _data[13];
22514 : : }
22515 : : const_str__path_isfile = {
22516 : : ._ascii = {
22517 : : .ob_base = {
22518 : : .ob_refcnt = 999999999,
22519 : : .ob_type = &PyUnicode_Type,
22520 : : },
22521 : : .length = 12,
22522 : : .hash = -1,
22523 : : .state = {
22524 : : .kind = 1,
22525 : : .compact = 1,
22526 : : .ascii = 1,
22527 : : },
22528 : : },
22529 : : ._data = "_path_isfile",
22530 : : };
22531 : : static
22532 : : struct {
22533 : : PyObject_VAR_HEAD
22534 : : Py_hash_t ob_shash;
22535 : : char ob_sval[16];
22536 : : }
22537 : : importlib__bootstrap_external_toplevel_consts_20_linetable = {
22538 : : .ob_base = {
22539 : : .ob_base = {
22540 : : .ob_refcnt = 999999999,
22541 : : .ob_type = &PyBytes_Type,
22542 : : },
22543 : : .ob_size = 15,
22544 : : },
22545 : : .ob_shash = -1,
22546 : : .ob_sval = "\x80\x00\xe5\x0b\x1d\x98\x64\xa0\x48\xd4\x0b\x2d\xd0\x04\x2d",
22547 : : };
22548 : : static
22549 : : struct _PyCode_DEF(30)
22550 : : importlib__bootstrap_external_toplevel_consts_20 = {
22551 : : .ob_base = {
22552 : : .ob_base = {
22553 : : .ob_refcnt = 999999999,
22554 : : .ob_type = &PyCode_Type,
22555 : : },
22556 : : .ob_size = 15,
22557 : : },
22558 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_20_consts._object.ob_base.ob_base,
22559 : : .co_names = & importlib__bootstrap_external_toplevel_consts_20_names._object.ob_base.ob_base,
22560 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22561 : : .co_flags = 3,
22562 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22563 : : ._co_linearray_entry_size = 0,
22564 : : .co_argcount = 1,
22565 : : .co_posonlyargcount = 0,
22566 : : .co_kwonlyargcount = 0,
22567 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
22568 : : .co_stacksize = 4,
22569 : : .co_firstlineno = 159,
22570 : : .co_nlocalsplus = 1,
22571 : : .co_nlocals = 1,
22572 : : .co_nplaincellvars = 0,
22573 : : .co_ncellvars = 0,
22574 : : .co_nfreevars = 0,
22575 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
22576 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
22577 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22578 : : .co_name = & const_str__path_isfile._ascii.ob_base,
22579 : : .co_qualname = & const_str__path_isfile._ascii.ob_base,
22580 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_20_linetable.ob_base.ob_base,
22581 : : ._co_code = NULL,
22582 : : ._co_linearray = NULL,
22583 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22584 : : ._co_firsttraceable = 0,
22585 : : };
22586 : : static
22587 : : struct {
22588 : : PyASCIIObject _ascii;
22589 : : uint8_t _data[31];
22590 : : }
22591 : : importlib__bootstrap_external_toplevel_consts_21_consts_0 = {
22592 : : ._ascii = {
22593 : : .ob_base = {
22594 : : .ob_refcnt = 999999999,
22595 : : .ob_type = &PyUnicode_Type,
22596 : : },
22597 : : .length = 30,
22598 : : .hash = -1,
22599 : : .state = {
22600 : : .kind = 1,
22601 : : .compact = 1,
22602 : : .ascii = 1,
22603 : : },
22604 : : },
22605 : : ._data = "Replacement for os.path.isdir.",
22606 : : };
22607 : : static
22608 : : struct {
22609 : : PyObject_VAR_HEAD
22610 : : digit ob_digit[1];
22611 : : }
22612 : : const_int_16384 = {
22613 : : .ob_base = {
22614 : : .ob_base = {
22615 : : .ob_refcnt = 999999999,
22616 : : .ob_type = &PyLong_Type,
22617 : : },
22618 : : .ob_size = 1,
22619 : : },
22620 : : .ob_digit = { 16384 },
22621 : : };
22622 : : static
22623 : : struct {
22624 : : PyGC_Head _gc_head;
22625 : : struct {
22626 : : PyObject_VAR_HEAD
22627 : : PyObject *ob_item[2];
22628 : : }_object;
22629 : : }
22630 : : importlib__bootstrap_external_toplevel_consts_21_consts = {
22631 : : ._object = {
22632 : : .ob_base = {
22633 : : .ob_base = {
22634 : : .ob_refcnt = 999999999,
22635 : : .ob_type = &PyTuple_Type,
22636 : : },
22637 : : .ob_size = 2,
22638 : : },
22639 : : .ob_item = {
22640 : : & importlib__bootstrap_external_toplevel_consts_21_consts_0._ascii.ob_base,
22641 : : & const_int_16384.ob_base.ob_base,
22642 : : },
22643 : : },
22644 : : };
22645 : : static
22646 : : struct {
22647 : : PyASCIIObject _ascii;
22648 : : uint8_t _data[7];
22649 : : }
22650 : : const_str_getcwd = {
22651 : : ._ascii = {
22652 : : .ob_base = {
22653 : : .ob_refcnt = 999999999,
22654 : : .ob_type = &PyUnicode_Type,
22655 : : },
22656 : : .length = 6,
22657 : : .hash = -1,
22658 : : .state = {
22659 : : .kind = 1,
22660 : : .compact = 1,
22661 : : .ascii = 1,
22662 : : },
22663 : : },
22664 : : ._data = "getcwd",
22665 : : };
22666 : : static
22667 : : struct {
22668 : : PyGC_Head _gc_head;
22669 : : struct {
22670 : : PyObject_VAR_HEAD
22671 : : PyObject *ob_item[3];
22672 : : }_object;
22673 : : }
22674 : : importlib__bootstrap_external_toplevel_consts_21_names = {
22675 : : ._object = {
22676 : : .ob_base = {
22677 : : .ob_base = {
22678 : : .ob_refcnt = 999999999,
22679 : : .ob_type = &PyTuple_Type,
22680 : : },
22681 : : .ob_size = 3,
22682 : : },
22683 : : .ob_item = {
22684 : : & const_str__os._ascii.ob_base,
22685 : : & const_str_getcwd._ascii.ob_base,
22686 : : & const_str__path_is_mode_type._ascii.ob_base,
22687 : : },
22688 : : },
22689 : : };
22690 : : static
22691 : : struct {
22692 : : PyASCIIObject _ascii;
22693 : : uint8_t _data[12];
22694 : : }
22695 : : const_str__path_isdir = {
22696 : : ._ascii = {
22697 : : .ob_base = {
22698 : : .ob_refcnt = 999999999,
22699 : : .ob_type = &PyUnicode_Type,
22700 : : },
22701 : : .length = 11,
22702 : : .hash = -1,
22703 : : .state = {
22704 : : .kind = 1,
22705 : : .compact = 1,
22706 : : .ascii = 1,
22707 : : },
22708 : : },
22709 : : ._data = "_path_isdir",
22710 : : };
22711 : : static
22712 : : struct {
22713 : : PyObject_VAR_HEAD
22714 : : Py_hash_t ob_shash;
22715 : : char ob_sval[35];
22716 : : }
22717 : : importlib__bootstrap_external_toplevel_consts_21_linetable = {
22718 : : .ob_base = {
22719 : : .ob_base = {
22720 : : .ob_refcnt = 999999999,
22721 : : .ob_type = &PyBytes_Type,
22722 : : },
22723 : : .ob_size = 34,
22724 : : },
22725 : : .ob_shash = -1,
22726 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x01\x05\x1c\xdd\x0f\x19\x8f\x7a\x89\x7a\x8c\x7c\x88\x04\xdd\x0b\x1d\x98\x64\xa0\x48\xd4\x0b\x2d\xd0\x04\x2d",
22727 : : };
22728 : : static
22729 : : struct _PyCode_DEF(78)
22730 : : importlib__bootstrap_external_toplevel_consts_21 = {
22731 : : .ob_base = {
22732 : : .ob_base = {
22733 : : .ob_refcnt = 999999999,
22734 : : .ob_type = &PyCode_Type,
22735 : : },
22736 : : .ob_size = 39,
22737 : : },
22738 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_21_consts._object.ob_base.ob_base,
22739 : : .co_names = & importlib__bootstrap_external_toplevel_consts_21_names._object.ob_base.ob_base,
22740 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22741 : : .co_flags = 3,
22742 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22743 : : ._co_linearray_entry_size = 0,
22744 : : .co_argcount = 1,
22745 : : .co_posonlyargcount = 0,
22746 : : .co_kwonlyargcount = 0,
22747 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
22748 : : .co_stacksize = 4,
22749 : : .co_firstlineno = 164,
22750 : : .co_nlocalsplus = 1,
22751 : : .co_nlocals = 1,
22752 : : .co_nplaincellvars = 0,
22753 : : .co_ncellvars = 0,
22754 : : .co_nfreevars = 0,
22755 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
22756 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
22757 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22758 : : .co_name = & const_str__path_isdir._ascii.ob_base,
22759 : : .co_qualname = & const_str__path_isdir._ascii.ob_base,
22760 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_21_linetable.ob_base.ob_base,
22761 : : ._co_code = NULL,
22762 : : ._co_linearray = NULL,
22763 : : .co_code_adaptive = "\x97\x00\x7c\x00\x73\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22764 : : ._co_firsttraceable = 0,
22765 : : };
22766 : : static
22767 : : struct {
22768 : : PyASCIIObject _ascii;
22769 : : uint8_t _data[31];
22770 : : }
22771 : : importlib__bootstrap_external_toplevel_consts_22_consts_0 = {
22772 : : ._ascii = {
22773 : : .ob_base = {
22774 : : .ob_refcnt = 999999999,
22775 : : .ob_type = &PyUnicode_Type,
22776 : : },
22777 : : .length = 30,
22778 : : .hash = -1,
22779 : : .state = {
22780 : : .kind = 1,
22781 : : .compact = 1,
22782 : : .ascii = 1,
22783 : : },
22784 : : },
22785 : : ._data = "Replacement for os.path.isabs.",
22786 : : };
22787 : : static
22788 : : struct {
22789 : : PyASCIIObject _ascii;
22790 : : uint8_t _data[3];
22791 : : }
22792 : : importlib__bootstrap_external_toplevel_consts_22_consts_6 = {
22793 : : ._ascii = {
22794 : : .ob_base = {
22795 : : .ob_refcnt = 999999999,
22796 : : .ob_type = &PyUnicode_Type,
22797 : : },
22798 : : .length = 2,
22799 : : .hash = -1,
22800 : : .state = {
22801 : : .kind = 1,
22802 : : .compact = 1,
22803 : : .ascii = 1,
22804 : : },
22805 : : },
22806 : : ._data = "\\\\",
22807 : : };
22808 : : static
22809 : : struct {
22810 : : PyGC_Head _gc_head;
22811 : : struct {
22812 : : PyObject_VAR_HEAD
22813 : : PyObject *ob_item[7];
22814 : : }_object;
22815 : : }
22816 : : importlib__bootstrap_external_toplevel_consts_22_consts = {
22817 : : ._object = {
22818 : : .ob_base = {
22819 : : .ob_base = {
22820 : : .ob_refcnt = 999999999,
22821 : : .ob_type = &PyTuple_Type,
22822 : : },
22823 : : .ob_size = 7,
22824 : : },
22825 : : .ob_item = {
22826 : : & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
22827 : : Py_False,
22828 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
22829 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
22830 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
22831 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
22832 : : & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
22833 : : },
22834 : : },
22835 : : };
22836 : : static
22837 : : struct {
22838 : : PyGC_Head _gc_head;
22839 : : struct {
22840 : : PyObject_VAR_HEAD
22841 : : PyObject *ob_item[6];
22842 : : }_object;
22843 : : }
22844 : : importlib__bootstrap_external_toplevel_consts_22_names = {
22845 : : ._object = {
22846 : : .ob_base = {
22847 : : .ob_base = {
22848 : : .ob_refcnt = 999999999,
22849 : : .ob_type = &PyTuple_Type,
22850 : : },
22851 : : .ob_size = 6,
22852 : : },
22853 : : .ob_item = {
22854 : : & const_str__os._ascii.ob_base,
22855 : : & const_str__path_splitroot._ascii.ob_base,
22856 : : &_Py_ID(replace),
22857 : : &_Py_ID(len),
22858 : : & const_str_startswith._ascii.ob_base,
22859 : : & const_str_endswith._ascii.ob_base,
22860 : : },
22861 : : },
22862 : : };
22863 : : static
22864 : : struct {
22865 : : PyASCIIObject _ascii;
22866 : : uint8_t _data[12];
22867 : : }
22868 : : const_str__path_isabs = {
22869 : : ._ascii = {
22870 : : .ob_base = {
22871 : : .ob_refcnt = 999999999,
22872 : : .ob_type = &PyUnicode_Type,
22873 : : },
22874 : : .length = 11,
22875 : : .hash = -1,
22876 : : .state = {
22877 : : .kind = 1,
22878 : : .compact = 1,
22879 : : .ascii = 1,
22880 : : },
22881 : : },
22882 : : ._data = "_path_isabs",
22883 : : };
22884 : : static
22885 : : struct {
22886 : : PyObject_VAR_HEAD
22887 : : Py_hash_t ob_shash;
22888 : : char ob_sval[92];
22889 : : }
22890 : : importlib__bootstrap_external_toplevel_consts_22_linetable = {
22891 : : .ob_base = {
22892 : : .ob_base = {
22893 : : .ob_refcnt = 999999999,
22894 : : .ob_type = &PyBytes_Type,
22895 : : },
22896 : : .ob_size = 91,
22897 : : },
22898 : : .ob_shash = -1,
22899 : : .ob_sval = "\x80\x00\xe0\x0f\x13\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xdd\x0f\x22\xd7\x0f\x22\xd1\x0f\x22\xa0\x34\xd4\x0f\x28\xa8\x11\xd4\x0f\x2b\xd7\x0f\x33\xd1\x0f\x33\xb0\x43\xb8\x14\xd4\x0f\x3e\x88\x04\xdd\x0f\x12\x90\x34\x8c\x79\x98\x31\x8a\x7d\xd0\x0f\x51\xa0\x24\xa7\x2f\xa1\x2f\xb0\x26\xd4\x22\x39\xd0\x22\x50\xb8\x54\xbf\x5d\xb9\x5d\xc8\x34\xd4\x3d\x50\xd0\x08\x51",
22900 : : };
22901 : : static
22902 : : struct {
22903 : : PyGC_Head _gc_head;
22904 : : struct {
22905 : : PyObject_VAR_HEAD
22906 : : PyObject *ob_item[2];
22907 : : }_object;
22908 : : }
22909 : : importlib__bootstrap_external_toplevel_consts_22_localsplusnames = {
22910 : : ._object = {
22911 : : .ob_base = {
22912 : : .ob_base = {
22913 : : .ob_refcnt = 999999999,
22914 : : .ob_type = &PyTuple_Type,
22915 : : },
22916 : : .ob_size = 2,
22917 : : },
22918 : : .ob_item = {
22919 : : &_Py_ID(path),
22920 : : & const_str_root._ascii.ob_base,
22921 : : },
22922 : : },
22923 : : };
22924 : : static
22925 : : struct _PyCode_DEF(208)
22926 : : importlib__bootstrap_external_toplevel_consts_22 = {
22927 : : .ob_base = {
22928 : : .ob_base = {
22929 : : .ob_refcnt = 999999999,
22930 : : .ob_type = &PyCode_Type,
22931 : : },
22932 : : .ob_size = 104,
22933 : : },
22934 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_22_consts._object.ob_base.ob_base,
22935 : : .co_names = & importlib__bootstrap_external_toplevel_consts_22_names._object.ob_base.ob_base,
22936 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
22937 : : .co_flags = 3,
22938 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
22939 : : ._co_linearray_entry_size = 0,
22940 : : .co_argcount = 1,
22941 : : .co_posonlyargcount = 0,
22942 : : .co_kwonlyargcount = 0,
22943 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
22944 : : .co_stacksize = 4,
22945 : : .co_firstlineno = 172,
22946 : : .co_nlocalsplus = 2,
22947 : : .co_nlocals = 2,
22948 : : .co_nplaincellvars = 0,
22949 : : .co_ncellvars = 0,
22950 : : .co_nfreevars = 0,
22951 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
22952 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
22953 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
22954 : : .co_name = & const_str__path_isabs._ascii.ob_base,
22955 : : .co_qualname = & const_str__path_isabs._ascii.ob_base,
22956 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_22_linetable.ob_base.ob_base,
22957 : : ._co_code = NULL,
22958 : : ._co_linearray = NULL,
22959 : : .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x04\x00\x00\x00\x00\x6f\x23\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x11\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
22960 : : ._co_firsttraceable = 0,
22961 : : };
22962 : : static
22963 : : struct {
22964 : : PyGC_Head _gc_head;
22965 : : struct {
22966 : : PyObject_VAR_HEAD
22967 : : PyObject *ob_item[1];
22968 : : }_object;
22969 : : }
22970 : : importlib__bootstrap_external_toplevel_consts_23_consts = {
22971 : : ._object = {
22972 : : .ob_base = {
22973 : : .ob_base = {
22974 : : .ob_refcnt = 999999999,
22975 : : .ob_type = &PyTuple_Type,
22976 : : },
22977 : : .ob_size = 1,
22978 : : },
22979 : : .ob_item = {
22980 : : & importlib__bootstrap_external_toplevel_consts_22_consts_0._ascii.ob_base,
22981 : : },
22982 : : },
22983 : : };
22984 : : static
22985 : : struct {
22986 : : PyGC_Head _gc_head;
22987 : : struct {
22988 : : PyObject_VAR_HEAD
22989 : : PyObject *ob_item[2];
22990 : : }_object;
22991 : : }
22992 : : importlib__bootstrap_external_toplevel_consts_23_names = {
22993 : : ._object = {
22994 : : .ob_base = {
22995 : : .ob_base = {
22996 : : .ob_refcnt = 999999999,
22997 : : .ob_type = &PyTuple_Type,
22998 : : },
22999 : : .ob_size = 2,
23000 : : },
23001 : : .ob_item = {
23002 : : & const_str_startswith._ascii.ob_base,
23003 : : & const_str_path_separators._ascii.ob_base,
23004 : : },
23005 : : },
23006 : : };
23007 : : static
23008 : : struct {
23009 : : PyObject_VAR_HEAD
23010 : : Py_hash_t ob_shash;
23011 : : char ob_sval[18];
23012 : : }
23013 : : importlib__bootstrap_external_toplevel_consts_23_linetable = {
23014 : : .ob_base = {
23015 : : .ob_base = {
23016 : : .ob_refcnt = 999999999,
23017 : : .ob_type = &PyBytes_Type,
23018 : : },
23019 : : .ob_size = 17,
23020 : : },
23021 : : .ob_shash = -1,
23022 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7f\x89\x7f\x9d\x7f\xd4\x0f\x2f\xd0\x08\x2f",
23023 : : };
23024 : : static
23025 : : struct _PyCode_DEF(48)
23026 : : importlib__bootstrap_external_toplevel_consts_23 = {
23027 : : .ob_base = {
23028 : : .ob_base = {
23029 : : .ob_refcnt = 999999999,
23030 : : .ob_type = &PyCode_Type,
23031 : : },
23032 : : .ob_size = 24,
23033 : : },
23034 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_23_consts._object.ob_base.ob_base,
23035 : : .co_names = & importlib__bootstrap_external_toplevel_consts_23_names._object.ob_base.ob_base,
23036 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
23037 : : .co_flags = 3,
23038 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23039 : : ._co_linearray_entry_size = 0,
23040 : : .co_argcount = 1,
23041 : : .co_posonlyargcount = 0,
23042 : : .co_kwonlyargcount = 0,
23043 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
23044 : : .co_stacksize = 3,
23045 : : .co_firstlineno = 180,
23046 : : .co_nlocalsplus = 1,
23047 : : .co_nlocals = 1,
23048 : : .co_nplaincellvars = 0,
23049 : : .co_ncellvars = 0,
23050 : : .co_nfreevars = 0,
23051 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
23052 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
23053 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23054 : : .co_name = & const_str__path_isabs._ascii.ob_base,
23055 : : .co_qualname = & const_str__path_isabs._ascii.ob_base,
23056 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_23_linetable.ob_base.ob_base,
23057 : : ._co_code = NULL,
23058 : : ._co_linearray = NULL,
23059 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
23060 : : ._co_firsttraceable = 0,
23061 : : };
23062 : : static
23063 : : struct {
23064 : : PyObject_VAR_HEAD
23065 : : digit ob_digit[1];
23066 : : }
23067 : : const_int_438 = {
23068 : : .ob_base = {
23069 : : .ob_base = {
23070 : : .ob_refcnt = 999999999,
23071 : : .ob_type = &PyLong_Type,
23072 : : },
23073 : : .ob_size = 1,
23074 : : },
23075 : : .ob_digit = { 438 },
23076 : : };
23077 : : static
23078 : : struct {
23079 : : PyASCIIObject _ascii;
23080 : : uint8_t _data[163];
23081 : : }
23082 : : importlib__bootstrap_external_toplevel_consts_25_consts_0 = {
23083 : : ._ascii = {
23084 : : .ob_base = {
23085 : : .ob_refcnt = 999999999,
23086 : : .ob_type = &PyUnicode_Type,
23087 : : },
23088 : : .length = 162,
23089 : : .hash = -1,
23090 : : .state = {
23091 : : .kind = 1,
23092 : : .compact = 1,
23093 : : .ascii = 1,
23094 : : },
23095 : : },
23096 : : ._data = "\x42\x65\x73\x74\x2d\x65\x66\x66\x6f\x72\x74\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x74\x6f\x20\x77\x72\x69\x74\x65\x20\x64\x61\x74\x61\x20\x74\x6f\x20\x61\x20\x70\x61\x74\x68\x20\x61\x74\x6f\x6d\x69\x63\x61\x6c\x6c\x79\x2e\x0a\x20\x20\x20\x20\x42\x65\x20\x70\x72\x65\x70\x61\x72\x65\x64\x20\x74\x6f\x20\x68\x61\x6e\x64\x6c\x65\x20\x61\x20\x46\x69\x6c\x65\x45\x78\x69\x73\x74\x73\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x63\x6f\x6e\x63\x75\x72\x72\x65\x6e\x74\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x74\x65\x6d\x70\x6f\x72\x61\x72\x79\x20\x66\x69\x6c\x65\x20\x69\x73\x20\x61\x74\x74\x65\x6d\x70\x74\x65\x64\x2e",
23097 : : };
23098 : : static
23099 : : struct {
23100 : : PyASCIIObject _ascii;
23101 : : uint8_t _data[3];
23102 : : }
23103 : : const_str_wb = {
23104 : : ._ascii = {
23105 : : .ob_base = {
23106 : : .ob_refcnt = 999999999,
23107 : : .ob_type = &PyUnicode_Type,
23108 : : },
23109 : : .length = 2,
23110 : : .hash = -1,
23111 : : .state = {
23112 : : .kind = 1,
23113 : : .compact = 1,
23114 : : .ascii = 1,
23115 : : },
23116 : : },
23117 : : ._data = "wb",
23118 : : };
23119 : : static
23120 : : struct {
23121 : : PyGC_Head _gc_head;
23122 : : struct {
23123 : : PyObject_VAR_HEAD
23124 : : PyObject *ob_item[5];
23125 : : }_object;
23126 : : }
23127 : : importlib__bootstrap_external_toplevel_consts_25_consts = {
23128 : : ._object = {
23129 : : .ob_base = {
23130 : : .ob_base = {
23131 : : .ob_refcnt = 999999999,
23132 : : .ob_type = &PyTuple_Type,
23133 : : },
23134 : : .ob_size = 5,
23135 : : },
23136 : : .ob_item = {
23137 : : & importlib__bootstrap_external_toplevel_consts_25_consts_0._ascii.ob_base,
23138 : : & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
23139 : : & const_int_438.ob_base.ob_base,
23140 : : & const_str_wb._ascii.ob_base,
23141 : : Py_None,
23142 : : },
23143 : : },
23144 : : };
23145 : : static
23146 : : struct {
23147 : : PyASCIIObject _ascii;
23148 : : uint8_t _data[7];
23149 : : }
23150 : : const_str_O_EXCL = {
23151 : : ._ascii = {
23152 : : .ob_base = {
23153 : : .ob_refcnt = 999999999,
23154 : : .ob_type = &PyUnicode_Type,
23155 : : },
23156 : : .length = 6,
23157 : : .hash = -1,
23158 : : .state = {
23159 : : .kind = 1,
23160 : : .compact = 1,
23161 : : .ascii = 1,
23162 : : },
23163 : : },
23164 : : ._data = "O_EXCL",
23165 : : };
23166 : : static
23167 : : struct {
23168 : : PyASCIIObject _ascii;
23169 : : uint8_t _data[8];
23170 : : }
23171 : : const_str_O_CREAT = {
23172 : : ._ascii = {
23173 : : .ob_base = {
23174 : : .ob_refcnt = 999999999,
23175 : : .ob_type = &PyUnicode_Type,
23176 : : },
23177 : : .length = 7,
23178 : : .hash = -1,
23179 : : .state = {
23180 : : .kind = 1,
23181 : : .compact = 1,
23182 : : .ascii = 1,
23183 : : },
23184 : : },
23185 : : ._data = "O_CREAT",
23186 : : };
23187 : : static
23188 : : struct {
23189 : : PyASCIIObject _ascii;
23190 : : uint8_t _data[9];
23191 : : }
23192 : : const_str_O_WRONLY = {
23193 : : ._ascii = {
23194 : : .ob_base = {
23195 : : .ob_refcnt = 999999999,
23196 : : .ob_type = &PyUnicode_Type,
23197 : : },
23198 : : .length = 8,
23199 : : .hash = -1,
23200 : : .state = {
23201 : : .kind = 1,
23202 : : .compact = 1,
23203 : : .ascii = 1,
23204 : : },
23205 : : },
23206 : : ._data = "O_WRONLY",
23207 : : };
23208 : : static
23209 : : struct {
23210 : : PyASCIIObject _ascii;
23211 : : uint8_t _data[4];
23212 : : }
23213 : : const_str__io = {
23214 : : ._ascii = {
23215 : : .ob_base = {
23216 : : .ob_refcnt = 999999999,
23217 : : .ob_type = &PyUnicode_Type,
23218 : : },
23219 : : .length = 3,
23220 : : .hash = -1,
23221 : : .state = {
23222 : : .kind = 1,
23223 : : .compact = 1,
23224 : : .ascii = 1,
23225 : : },
23226 : : },
23227 : : ._data = "_io",
23228 : : };
23229 : : static
23230 : : struct {
23231 : : PyASCIIObject _ascii;
23232 : : uint8_t _data[7];
23233 : : }
23234 : : const_str_FileIO = {
23235 : : ._ascii = {
23236 : : .ob_base = {
23237 : : .ob_refcnt = 999999999,
23238 : : .ob_type = &PyUnicode_Type,
23239 : : },
23240 : : .length = 6,
23241 : : .hash = -1,
23242 : : .state = {
23243 : : .kind = 1,
23244 : : .compact = 1,
23245 : : .ascii = 1,
23246 : : },
23247 : : },
23248 : : ._data = "FileIO",
23249 : : };
23250 : : static
23251 : : struct {
23252 : : PyASCIIObject _ascii;
23253 : : uint8_t _data[7];
23254 : : }
23255 : : const_str_unlink = {
23256 : : ._ascii = {
23257 : : .ob_base = {
23258 : : .ob_refcnt = 999999999,
23259 : : .ob_type = &PyUnicode_Type,
23260 : : },
23261 : : .length = 6,
23262 : : .hash = -1,
23263 : : .state = {
23264 : : .kind = 1,
23265 : : .compact = 1,
23266 : : .ascii = 1,
23267 : : },
23268 : : },
23269 : : ._data = "unlink",
23270 : : };
23271 : : static
23272 : : struct {
23273 : : PyGC_Head _gc_head;
23274 : : struct {
23275 : : PyObject_VAR_HEAD
23276 : : PyObject *ob_item[13];
23277 : : }_object;
23278 : : }
23279 : : importlib__bootstrap_external_toplevel_consts_25_names = {
23280 : : ._object = {
23281 : : .ob_base = {
23282 : : .ob_base = {
23283 : : .ob_refcnt = 999999999,
23284 : : .ob_type = &PyTuple_Type,
23285 : : },
23286 : : .ob_size = 13,
23287 : : },
23288 : : .ob_item = {
23289 : : & const_str_format._ascii.ob_base,
23290 : : & const_str_id._ascii.ob_base,
23291 : : & const_str__os._ascii.ob_base,
23292 : : &_Py_ID(open),
23293 : : & const_str_O_EXCL._ascii.ob_base,
23294 : : & const_str_O_CREAT._ascii.ob_base,
23295 : : & const_str_O_WRONLY._ascii.ob_base,
23296 : : & const_str__io._ascii.ob_base,
23297 : : & const_str_FileIO._ascii.ob_base,
23298 : : &_Py_ID(write),
23299 : : &_Py_ID(replace),
23300 : : & const_str_OSError._ascii.ob_base,
23301 : : & const_str_unlink._ascii.ob_base,
23302 : : },
23303 : : },
23304 : : };
23305 : : static
23306 : : struct {
23307 : : PyASCIIObject _ascii;
23308 : : uint8_t _data[14];
23309 : : }
23310 : : const_str__write_atomic = {
23311 : : ._ascii = {
23312 : : .ob_base = {
23313 : : .ob_refcnt = 999999999,
23314 : : .ob_type = &PyUnicode_Type,
23315 : : },
23316 : : .length = 13,
23317 : : .hash = -1,
23318 : : .state = {
23319 : : .kind = 1,
23320 : : .compact = 1,
23321 : : .ascii = 1,
23322 : : },
23323 : : },
23324 : : ._data = "_write_atomic",
23325 : : };
23326 : : static
23327 : : struct {
23328 : : PyObject_VAR_HEAD
23329 : : Py_hash_t ob_shash;
23330 : : char ob_sval[299];
23331 : : }
23332 : : importlib__bootstrap_external_toplevel_consts_25_linetable = {
23333 : : .ob_base = {
23334 : : .ob_base = {
23335 : : .ob_refcnt = 999999999,
23336 : : .ob_type = &PyBytes_Type,
23337 : : },
23338 : : .ob_size = 298,
23339 : : },
23340 : : .ob_shash = -1,
23341 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x8f\x7e\x89\x7e\x98\x64\xa5\x42\xa0\x74\xa4\x48\xd4\x0f\x2d\x80\x48\xdd\x09\x11\x8f\x18\x89\x18\x90\x28\xdd\x12\x15\x97\x2a\x91\x2a\x9d\x73\x9f\x7b\x99\x7b\xd1\x12\x2a\xad\x53\xaf\x5c\xa9\x5c\xd1\x12\x39\xb8\x34\xc0\x25\xb9\x3c\xf4\x03\x01\x0a\x49\x01\x80\x42\xf0\x04\x0b\x05\x0e\xf5\x06\x00\x0e\x18\x8f\x5a\x89\x5a\x98\x02\x98\x44\xd4\x0d\x21\xf0\x00\x01\x09\x1d\xa0\x54\xd8\x0c\x10\x8f\x4a\x89\x4a\x90\x74\xd4\x0c\x1c\xd0\x0c\x1c\xf0\x03\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf4\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xe5\x08\x13\x8f\x0b\x89\x0b\x90\x48\x98\x64\xd4\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xf0\x05\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf8\xf8\xf8\xf8\xf5\x06\x00\x0c\x13\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x00\x05\x05\x0e\xf0\x02\x03\x09\x11\xdd\x0c\x16\x8f\x4a\x89\x4a\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x16\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xe0\x08\x0d\xf0\x0b\x05\x05\x0e\xf8\xf8\xf8",
23342 : : };
23343 : : static
23344 : : struct {
23345 : : PyObject_VAR_HEAD
23346 : : Py_hash_t ob_shash;
23347 : : char ob_sval[73];
23348 : : }
23349 : : importlib__bootstrap_external_toplevel_consts_25_exceptiontable = {
23350 : : .ob_base = {
23351 : : .ob_base = {
23352 : : .ob_refcnt = 999999999,
23353 : : .ob_type = &PyBytes_Type,
23354 : : },
23355 : : .ob_size = 72,
23356 : : },
23357 : : .ob_shash = -1,
23358 : : .ob_sval = "\xc1\x2f\x18\x43\x09\x00\xc2\x07\x13\x42\x3d\x03\xc2\x1a\x21\x43\x09\x00\xc2\x3d\x05\x43\x06\x07\xc3\x02\x07\x43\x09\x00\xc3\x09\x0a\x43\x3e\x03\xc3\x14\x17\x43\x2c\x02\xc3\x2b\x01\x43\x3e\x03\xc3\x2c\x0a\x43\x39\x05\xc3\x36\x02\x43\x3e\x03\xc3\x38\x01\x43\x39\x05\xc3\x39\x05\x43\x3e\x03",
23359 : : };
23360 : : static
23361 : : struct {
23362 : : PyASCIIObject _ascii;
23363 : : uint8_t _data[9];
23364 : : }
23365 : : const_str_path_tmp = {
23366 : : ._ascii = {
23367 : : .ob_base = {
23368 : : .ob_refcnt = 999999999,
23369 : : .ob_type = &PyUnicode_Type,
23370 : : },
23371 : : .length = 8,
23372 : : .hash = -1,
23373 : : .state = {
23374 : : .kind = 1,
23375 : : .compact = 1,
23376 : : .ascii = 1,
23377 : : },
23378 : : },
23379 : : ._data = "path_tmp",
23380 : : };
23381 : : static
23382 : : struct {
23383 : : PyASCIIObject _ascii;
23384 : : uint8_t _data[3];
23385 : : }
23386 : : const_str_fd = {
23387 : : ._ascii = {
23388 : : .ob_base = {
23389 : : .ob_refcnt = 999999999,
23390 : : .ob_type = &PyUnicode_Type,
23391 : : },
23392 : : .length = 2,
23393 : : .hash = -1,
23394 : : .state = {
23395 : : .kind = 1,
23396 : : .compact = 1,
23397 : : .ascii = 1,
23398 : : },
23399 : : },
23400 : : ._data = "fd",
23401 : : };
23402 : : static
23403 : : struct {
23404 : : PyGC_Head _gc_head;
23405 : : struct {
23406 : : PyObject_VAR_HEAD
23407 : : PyObject *ob_item[6];
23408 : : }_object;
23409 : : }
23410 : : importlib__bootstrap_external_toplevel_consts_25_localsplusnames = {
23411 : : ._object = {
23412 : : .ob_base = {
23413 : : .ob_base = {
23414 : : .ob_refcnt = 999999999,
23415 : : .ob_type = &PyTuple_Type,
23416 : : },
23417 : : .ob_size = 6,
23418 : : },
23419 : : .ob_item = {
23420 : : &_Py_ID(path),
23421 : : & const_str_data._ascii.ob_base,
23422 : : &_Py_ID(mode),
23423 : : & const_str_path_tmp._ascii.ob_base,
23424 : : & const_str_fd._ascii.ob_base,
23425 : : & const_str_file._ascii.ob_base,
23426 : : },
23427 : : },
23428 : : };
23429 : : static
23430 : : struct _PyCode_DEF(514)
23431 : : importlib__bootstrap_external_toplevel_consts_25 = {
23432 : : .ob_base = {
23433 : : .ob_base = {
23434 : : .ob_refcnt = 999999999,
23435 : : .ob_type = &PyCode_Type,
23436 : : },
23437 : : .ob_size = 257,
23438 : : },
23439 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_25_consts._object.ob_base.ob_base,
23440 : : .co_names = & importlib__bootstrap_external_toplevel_consts_25_names._object.ob_base.ob_base,
23441 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_25_exceptiontable.ob_base.ob_base,
23442 : : .co_flags = 3,
23443 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
23444 : : ._co_linearray_entry_size = 0,
23445 : : .co_argcount = 3,
23446 : : .co_posonlyargcount = 0,
23447 : : .co_kwonlyargcount = 0,
23448 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
23449 : : .co_stacksize = 6,
23450 : : .co_firstlineno = 185,
23451 : : .co_nlocalsplus = 6,
23452 : : .co_nlocals = 6,
23453 : : .co_nplaincellvars = 0,
23454 : : .co_ncellvars = 0,
23455 : : .co_nfreevars = 0,
23456 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
23457 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
23458 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
23459 : : .co_name = & const_str__write_atomic._ascii.ob_base,
23460 : : .co_qualname = & const_str__write_atomic._ascii.ob_base,
23461 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_25_linetable.ob_base.ob_base,
23462 : : ._co_code = NULL,
23463 : : ._co_linearray = NULL,
23464 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x07\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x07\x00\x00\x7c\x02\x64\x02\x7a\x01\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x05\x7c\x05\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x64\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x23\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2b\x01\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
23465 : : ._co_firsttraceable = 0,
23466 : : };
23467 : : static
23468 : : struct {
23469 : : PyObject_VAR_HEAD
23470 : : digit ob_digit[1];
23471 : : }
23472 : : const_int_3507 = {
23473 : : .ob_base = {
23474 : : .ob_base = {
23475 : : .ob_refcnt = 999999999,
23476 : : .ob_type = &PyLong_Type,
23477 : : },
23478 : : .ob_size = 1,
23479 : : },
23480 : : .ob_digit = { 3507 },
23481 : : };
23482 : : static
23483 : : struct {
23484 : : PyObject_VAR_HEAD
23485 : : Py_hash_t ob_shash;
23486 : : char ob_sval[3];
23487 : : }
23488 : : importlib__bootstrap_external_toplevel_consts_29 = {
23489 : : .ob_base = {
23490 : : .ob_base = {
23491 : : .ob_refcnt = 999999999,
23492 : : .ob_type = &PyBytes_Type,
23493 : : },
23494 : : .ob_size = 2,
23495 : : },
23496 : : .ob_shash = -1,
23497 : : .ob_sval = "\x0d\x0a",
23498 : : };
23499 : : static
23500 : : struct {
23501 : : PyASCIIObject _ascii;
23502 : : uint8_t _data[12];
23503 : : }
23504 : : const_str___pycache__ = {
23505 : : ._ascii = {
23506 : : .ob_base = {
23507 : : .ob_refcnt = 999999999,
23508 : : .ob_type = &PyUnicode_Type,
23509 : : },
23510 : : .length = 11,
23511 : : .hash = -1,
23512 : : .state = {
23513 : : .kind = 1,
23514 : : .compact = 1,
23515 : : .ascii = 1,
23516 : : },
23517 : : },
23518 : : ._data = "__pycache__",
23519 : : };
23520 : : static
23521 : : struct {
23522 : : PyASCIIObject _ascii;
23523 : : uint8_t _data[5];
23524 : : }
23525 : : importlib__bootstrap_external_toplevel_consts_31 = {
23526 : : ._ascii = {
23527 : : .ob_base = {
23528 : : .ob_refcnt = 999999999,
23529 : : .ob_type = &PyUnicode_Type,
23530 : : },
23531 : : .length = 4,
23532 : : .hash = -1,
23533 : : .state = {
23534 : : .kind = 1,
23535 : : .compact = 1,
23536 : : .ascii = 1,
23537 : : },
23538 : : },
23539 : : ._data = "opt-",
23540 : : };
23541 : : static
23542 : : struct {
23543 : : PyASCIIObject _ascii;
23544 : : uint8_t _data[5];
23545 : : }
23546 : : importlib__bootstrap_external_toplevel_consts_33 = {
23547 : : ._ascii = {
23548 : : .ob_base = {
23549 : : .ob_refcnt = 999999999,
23550 : : .ob_type = &PyUnicode_Type,
23551 : : },
23552 : : .length = 4,
23553 : : .hash = -1,
23554 : : .state = {
23555 : : .kind = 1,
23556 : : .compact = 1,
23557 : : .ascii = 1,
23558 : : },
23559 : : },
23560 : : ._data = ".pyw",
23561 : : };
23562 : : static
23563 : : struct {
23564 : : PyASCIIObject _ascii;
23565 : : uint8_t _data[5];
23566 : : }
23567 : : importlib__bootstrap_external_toplevel_consts_34 = {
23568 : : ._ascii = {
23569 : : .ob_base = {
23570 : : .ob_refcnt = 999999999,
23571 : : .ob_type = &PyUnicode_Type,
23572 : : },
23573 : : .length = 4,
23574 : : .hash = -1,
23575 : : .state = {
23576 : : .kind = 1,
23577 : : .compact = 1,
23578 : : .ascii = 1,
23579 : : },
23580 : : },
23581 : : ._data = ".pyc",
23582 : : };
23583 : : static
23584 : : struct {
23585 : : PyASCIIObject _ascii;
23586 : : uint8_t _data[13];
23587 : : }
23588 : : const_str_optimization = {
23589 : : ._ascii = {
23590 : : .ob_base = {
23591 : : .ob_refcnt = 999999999,
23592 : : .ob_type = &PyUnicode_Type,
23593 : : },
23594 : : .length = 12,
23595 : : .hash = -1,
23596 : : .state = {
23597 : : .kind = 1,
23598 : : .compact = 1,
23599 : : .ascii = 1,
23600 : : },
23601 : : },
23602 : : ._data = "optimization",
23603 : : };
23604 : : static
23605 : : struct {
23606 : : PyGC_Head _gc_head;
23607 : : struct {
23608 : : PyObject_VAR_HEAD
23609 : : PyObject *ob_item[1];
23610 : : }_object;
23611 : : }
23612 : : importlib__bootstrap_external_toplevel_consts_35 = {
23613 : : ._object = {
23614 : : .ob_base = {
23615 : : .ob_base = {
23616 : : .ob_refcnt = 999999999,
23617 : : .ob_type = &PyTuple_Type,
23618 : : },
23619 : : .ob_size = 1,
23620 : : },
23621 : : .ob_item = {
23622 : : & const_str_optimization._ascii.ob_base,
23623 : : },
23624 : : },
23625 : : };
23626 : : static
23627 : : struct {
23628 : : PyASCIIObject _ascii;
23629 : : uint8_t _data[767];
23630 : : }
23631 : : importlib__bootstrap_external_toplevel_consts_36_consts_0 = {
23632 : : ._ascii = {
23633 : : .ob_base = {
23634 : : .ob_refcnt = 999999999,
23635 : : .ob_type = &PyUnicode_Type,
23636 : : },
23637 : : .length = 766,
23638 : : .hash = -1,
23639 : : .state = {
23640 : : .kind = 1,
23641 : : .compact = 1,
23642 : : .ascii = 1,
23643 : : },
23644 : : },
23645 : : ._data = "\x47\x69\x76\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x69\x74\x73\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x65\x78\x69\x73\x74\x3b\x20\x74\x68\x69\x73\x20\x73\x69\x6d\x70\x6c\x79\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x20\x63\x61\x6c\x63\x75\x6c\x61\x74\x65\x64\x20\x61\x73\x20\x69\x66\x20\x74\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x77\x65\x72\x65\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x63\x6f\x6e\x74\x72\x6f\x6c\x73\x20\x74\x68\x65\x20\x70\x72\x65\x73\x75\x6d\x65\x64\x20\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x20\x6c\x65\x76\x65\x6c\x20\x6f\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x2e\x20\x49\x66\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x20\x74\x68\x65\x20\x73\x74\x72\x69\x6e\x67\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x61\x74\x69\x6f\x6e\x0a\x20\x20\x20\x20\x6f\x66\x20\x74\x68\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x20\x74\x61\x6b\x65\x6e\x20\x61\x6e\x64\x20\x76\x65\x72\x69\x66\x69\x65\x64\x20\x74\x6f\x20\x62\x65\x20\x61\x6c\x70\x68\x61\x6e\x75\x6d\x65\x72\x69\x63\x20\x28\x65\x6c\x73\x65\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x0a\x20\x20\x20\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x62\x75\x67\x5f\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x49\x66\x20\x64\x65\x62\x75\x67\x5f\x6f\x76\x65\x72\x72\x69\x64\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x4e\x6f\x6e\x65\x2c\x0a\x20\x20\x20\x20\x61\x20\x54\x72\x75\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x61\x73\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x74\x6f\x20\x74\x68\x65\x20\x65\x6d\x70\x74\x79\x20\x73\x74\x72\x69\x6e\x67\x0a\x20\x20\x20\x20\x77\x68\x69\x6c\x65\x20\x61\x20\x46\x61\x6c\x73\x65\x20\x76\x61\x6c\x75\x65\x20\x69\x73\x20\x65\x71\x75\x69\x76\x61\x6c\x65\x6e\x74\x20\x74\x6f\x20\x73\x65\x74\x74\x69\x6e\x67\x20\x27\x6f\x70\x74\x69\x6d\x69\x7a\x61\x74\x69\x6f\x6e\x27\x20\x74\x6f\x20\x27\x31\x27\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x73\x79\x73\x2e\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x2e\x63\x61\x63\x68\x65\x5f\x74\x61\x67\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x74\x68\x65\x6e\x20\x4e\x6f\x74\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
23646 : : };
23647 : : static
23648 : : struct {
23649 : : PyASCIIObject _ascii;
23650 : : uint8_t _data[71];
23651 : : }
23652 : : importlib__bootstrap_external_toplevel_consts_36_consts_2 = {
23653 : : ._ascii = {
23654 : : .ob_base = {
23655 : : .ob_refcnt = 999999999,
23656 : : .ob_type = &PyUnicode_Type,
23657 : : },
23658 : : .length = 70,
23659 : : .hash = -1,
23660 : : .state = {
23661 : : .kind = 1,
23662 : : .compact = 1,
23663 : : .ascii = 1,
23664 : : },
23665 : : },
23666 : : ._data = "the debug_override parameter is deprecated; use 'optimization' instead",
23667 : : };
23668 : : static
23669 : : struct {
23670 : : PyASCIIObject _ascii;
23671 : : uint8_t _data[51];
23672 : : }
23673 : : importlib__bootstrap_external_toplevel_consts_36_consts_3 = {
23674 : : ._ascii = {
23675 : : .ob_base = {
23676 : : .ob_refcnt = 999999999,
23677 : : .ob_type = &PyUnicode_Type,
23678 : : },
23679 : : .length = 50,
23680 : : .hash = -1,
23681 : : .state = {
23682 : : .kind = 1,
23683 : : .compact = 1,
23684 : : .ascii = 1,
23685 : : },
23686 : : },
23687 : : ._data = "debug_override or optimization must be set to None",
23688 : : };
23689 : : static
23690 : : struct {
23691 : : PyASCIIObject _ascii;
23692 : : uint8_t _data[37];
23693 : : }
23694 : : importlib__bootstrap_external_toplevel_consts_36_consts_7 = {
23695 : : ._ascii = {
23696 : : .ob_base = {
23697 : : .ob_refcnt = 999999999,
23698 : : .ob_type = &PyUnicode_Type,
23699 : : },
23700 : : .length = 36,
23701 : : .hash = -1,
23702 : : .state = {
23703 : : .kind = 1,
23704 : : .compact = 1,
23705 : : .ascii = 1,
23706 : : },
23707 : : },
23708 : : ._data = "sys.implementation.cache_tag is None",
23709 : : };
23710 : : static
23711 : : struct {
23712 : : PyASCIIObject _ascii;
23713 : : uint8_t _data[25];
23714 : : }
23715 : : importlib__bootstrap_external_toplevel_consts_36_consts_9 = {
23716 : : ._ascii = {
23717 : : .ob_base = {
23718 : : .ob_refcnt = 999999999,
23719 : : .ob_type = &PyUnicode_Type,
23720 : : },
23721 : : .length = 24,
23722 : : .hash = -1,
23723 : : .state = {
23724 : : .kind = 1,
23725 : : .compact = 1,
23726 : : .ascii = 1,
23727 : : },
23728 : : },
23729 : : ._data = "{!r} is not alphanumeric",
23730 : : };
23731 : : static
23732 : : struct {
23733 : : PyASCIIObject _ascii;
23734 : : uint8_t _data[8];
23735 : : }
23736 : : importlib__bootstrap_external_toplevel_consts_36_consts_10 = {
23737 : : ._ascii = {
23738 : : .ob_base = {
23739 : : .ob_refcnt = 999999999,
23740 : : .ob_type = &PyUnicode_Type,
23741 : : },
23742 : : .length = 7,
23743 : : .hash = -1,
23744 : : .state = {
23745 : : .kind = 1,
23746 : : .compact = 1,
23747 : : .ascii = 1,
23748 : : },
23749 : : },
23750 : : ._data = "{}.{}{}",
23751 : : };
23752 : : static
23753 : : struct {
23754 : : PyGC_Head _gc_head;
23755 : : struct {
23756 : : PyObject_VAR_HEAD
23757 : : PyObject *ob_item[13];
23758 : : }_object;
23759 : : }
23760 : : importlib__bootstrap_external_toplevel_consts_36_consts = {
23761 : : ._object = {
23762 : : .ob_base = {
23763 : : .ob_base = {
23764 : : .ob_refcnt = 999999999,
23765 : : .ob_type = &PyTuple_Type,
23766 : : },
23767 : : .ob_size = 13,
23768 : : },
23769 : : .ob_item = {
23770 : : & importlib__bootstrap_external_toplevel_consts_36_consts_0._ascii.ob_base,
23771 : : Py_None,
23772 : : & importlib__bootstrap_external_toplevel_consts_36_consts_2._ascii.ob_base,
23773 : : & importlib__bootstrap_external_toplevel_consts_36_consts_3._ascii.ob_base,
23774 : : &_Py_STR(empty),
23775 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
23776 : : &_Py_STR(dot),
23777 : : & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
23778 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
23779 : : & importlib__bootstrap_external_toplevel_consts_36_consts_9._ascii.ob_base,
23780 : : & importlib__bootstrap_external_toplevel_consts_36_consts_10._ascii.ob_base,
23781 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
23782 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
23783 : : },
23784 : : },
23785 : : };
23786 : : static
23787 : : struct {
23788 : : PyASCIIObject _ascii;
23789 : : uint8_t _data[7];
23790 : : }
23791 : : const_str_fspath = {
23792 : : ._ascii = {
23793 : : .ob_base = {
23794 : : .ob_refcnt = 999999999,
23795 : : .ob_type = &PyUnicode_Type,
23796 : : },
23797 : : .length = 6,
23798 : : .hash = -1,
23799 : : .state = {
23800 : : .kind = 1,
23801 : : .compact = 1,
23802 : : .ascii = 1,
23803 : : },
23804 : : },
23805 : : ._data = "fspath",
23806 : : };
23807 : : static
23808 : : struct {
23809 : : PyASCIIObject _ascii;
23810 : : uint8_t _data[10];
23811 : : }
23812 : : const_str_cache_tag = {
23813 : : ._ascii = {
23814 : : .ob_base = {
23815 : : .ob_refcnt = 999999999,
23816 : : .ob_type = &PyUnicode_Type,
23817 : : },
23818 : : .length = 9,
23819 : : .hash = -1,
23820 : : .state = {
23821 : : .kind = 1,
23822 : : .compact = 1,
23823 : : .ascii = 1,
23824 : : },
23825 : : },
23826 : : ._data = "cache_tag",
23827 : : };
23828 : : static
23829 : : struct {
23830 : : PyASCIIObject _ascii;
23831 : : uint8_t _data[9];
23832 : : }
23833 : : const_str_optimize = {
23834 : : ._ascii = {
23835 : : .ob_base = {
23836 : : .ob_refcnt = 999999999,
23837 : : .ob_type = &PyUnicode_Type,
23838 : : },
23839 : : .length = 8,
23840 : : .hash = -1,
23841 : : .state = {
23842 : : .kind = 1,
23843 : : .compact = 1,
23844 : : .ascii = 1,
23845 : : },
23846 : : },
23847 : : ._data = "optimize",
23848 : : };
23849 : : static
23850 : : struct {
23851 : : PyASCIIObject _ascii;
23852 : : uint8_t _data[8];
23853 : : }
23854 : : const_str_isalnum = {
23855 : : ._ascii = {
23856 : : .ob_base = {
23857 : : .ob_refcnt = 999999999,
23858 : : .ob_type = &PyUnicode_Type,
23859 : : },
23860 : : .length = 7,
23861 : : .hash = -1,
23862 : : .state = {
23863 : : .kind = 1,
23864 : : .compact = 1,
23865 : : .ascii = 1,
23866 : : },
23867 : : },
23868 : : ._data = "isalnum",
23869 : : };
23870 : : static
23871 : : struct {
23872 : : PyASCIIObject _ascii;
23873 : : uint8_t _data[5];
23874 : : }
23875 : : const_str__OPT = {
23876 : : ._ascii = {
23877 : : .ob_base = {
23878 : : .ob_refcnt = 999999999,
23879 : : .ob_type = &PyUnicode_Type,
23880 : : },
23881 : : .length = 4,
23882 : : .hash = -1,
23883 : : .state = {
23884 : : .kind = 1,
23885 : : .compact = 1,
23886 : : .ascii = 1,
23887 : : },
23888 : : },
23889 : : ._data = "_OPT",
23890 : : };
23891 : : static
23892 : : struct {
23893 : : PyASCIIObject _ascii;
23894 : : uint8_t _data[18];
23895 : : }
23896 : : const_str_BYTECODE_SUFFIXES = {
23897 : : ._ascii = {
23898 : : .ob_base = {
23899 : : .ob_refcnt = 999999999,
23900 : : .ob_type = &PyUnicode_Type,
23901 : : },
23902 : : .length = 17,
23903 : : .hash = -1,
23904 : : .state = {
23905 : : .kind = 1,
23906 : : .compact = 1,
23907 : : .ascii = 1,
23908 : : },
23909 : : },
23910 : : ._data = "BYTECODE_SUFFIXES",
23911 : : };
23912 : : static
23913 : : struct {
23914 : : PyASCIIObject _ascii;
23915 : : uint8_t _data[15];
23916 : : }
23917 : : const_str_pycache_prefix = {
23918 : : ._ascii = {
23919 : : .ob_base = {
23920 : : .ob_refcnt = 999999999,
23921 : : .ob_type = &PyUnicode_Type,
23922 : : },
23923 : : .length = 14,
23924 : : .hash = -1,
23925 : : .state = {
23926 : : .kind = 1,
23927 : : .compact = 1,
23928 : : .ascii = 1,
23929 : : },
23930 : : },
23931 : : ._data = "pycache_prefix",
23932 : : };
23933 : : static
23934 : : struct {
23935 : : PyASCIIObject _ascii;
23936 : : uint8_t _data[7];
23937 : : }
23938 : : const_str_lstrip = {
23939 : : ._ascii = {
23940 : : .ob_base = {
23941 : : .ob_refcnt = 999999999,
23942 : : .ob_type = &PyUnicode_Type,
23943 : : },
23944 : : .length = 6,
23945 : : .hash = -1,
23946 : : .state = {
23947 : : .kind = 1,
23948 : : .compact = 1,
23949 : : .ascii = 1,
23950 : : },
23951 : : },
23952 : : ._data = "lstrip",
23953 : : };
23954 : : static
23955 : : struct {
23956 : : PyASCIIObject _ascii;
23957 : : uint8_t _data[9];
23958 : : }
23959 : : const_str__PYCACHE = {
23960 : : ._ascii = {
23961 : : .ob_base = {
23962 : : .ob_refcnt = 999999999,
23963 : : .ob_type = &PyUnicode_Type,
23964 : : },
23965 : : .length = 8,
23966 : : .hash = -1,
23967 : : .state = {
23968 : : .kind = 1,
23969 : : .compact = 1,
23970 : : .ascii = 1,
23971 : : },
23972 : : },
23973 : : ._data = "_PYCACHE",
23974 : : };
23975 : : static
23976 : : struct {
23977 : : PyGC_Head _gc_head;
23978 : : struct {
23979 : : PyObject_VAR_HEAD
23980 : : PyObject *ob_item[28];
23981 : : }_object;
23982 : : }
23983 : : importlib__bootstrap_external_toplevel_consts_36_names = {
23984 : : ._object = {
23985 : : .ob_base = {
23986 : : .ob_base = {
23987 : : .ob_refcnt = 999999999,
23988 : : .ob_type = &PyTuple_Type,
23989 : : },
23990 : : .ob_size = 28,
23991 : : },
23992 : : .ob_item = {
23993 : : & const_str__warnings._ascii.ob_base,
23994 : : & const_str_warn._ascii.ob_base,
23995 : : & const_str_DeprecationWarning._ascii.ob_base,
23996 : : & const_str_TypeError._ascii.ob_base,
23997 : : & const_str__os._ascii.ob_base,
23998 : : & const_str_fspath._ascii.ob_base,
23999 : : & const_str__path_split._ascii.ob_base,
24000 : : & const_str_rpartition._ascii.ob_base,
24001 : : & const_str_sys._ascii.ob_base,
24002 : : & const_str_implementation._ascii.ob_base,
24003 : : & const_str_cache_tag._ascii.ob_base,
24004 : : & const_str_NotImplementedError._ascii.ob_base,
24005 : : &_Py_ID(join),
24006 : : & const_str_flags._ascii.ob_base,
24007 : : & const_str_optimize._ascii.ob_base,
24008 : : & const_str_str._ascii.ob_base,
24009 : : & const_str_isalnum._ascii.ob_base,
24010 : : & const_str_ValueError._ascii.ob_base,
24011 : : & const_str_format._ascii.ob_base,
24012 : : & const_str__OPT._ascii.ob_base,
24013 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
24014 : : & const_str_pycache_prefix._ascii.ob_base,
24015 : : & const_str__path_isabs._ascii.ob_base,
24016 : : & const_str__path_join._ascii.ob_base,
24017 : : & const_str_getcwd._ascii.ob_base,
24018 : : & const_str_path_separators._ascii.ob_base,
24019 : : & const_str_lstrip._ascii.ob_base,
24020 : : & const_str__PYCACHE._ascii.ob_base,
24021 : : },
24022 : : },
24023 : : };
24024 : : static
24025 : : struct {
24026 : : PyASCIIObject _ascii;
24027 : : uint8_t _data[18];
24028 : : }
24029 : : const_str_cache_from_source = {
24030 : : ._ascii = {
24031 : : .ob_base = {
24032 : : .ob_refcnt = 999999999,
24033 : : .ob_type = &PyUnicode_Type,
24034 : : },
24035 : : .length = 17,
24036 : : .hash = -1,
24037 : : .state = {
24038 : : .kind = 1,
24039 : : .compact = 1,
24040 : : .ascii = 1,
24041 : : },
24042 : : },
24043 : : ._data = "cache_from_source",
24044 : : };
24045 : : static
24046 : : struct {
24047 : : PyObject_VAR_HEAD
24048 : : Py_hash_t ob_shash;
24049 : : char ob_sval[496];
24050 : : }
24051 : : importlib__bootstrap_external_toplevel_consts_36_linetable = {
24052 : : .ob_base = {
24053 : : .ob_base = {
24054 : : .ob_refcnt = 999999999,
24055 : : .ob_type = &PyBytes_Type,
24056 : : },
24057 : : .ob_size = 495,
24058 : : },
24059 : : .ob_shash = -1,
24060 : : .ob_sval = "\x80\x00\xf0\x24\x00\x08\x16\xf0\x00\x06\x05\x33\xdd\x08\x16\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x30\xdd\x31\x43\xf4\x03\x01\x09\x45\x01\xf0\x00\x01\x09\x45\x01\xe0\x0b\x17\xf0\x00\x02\x09\x25\xd8\x16\x4a\x88\x47\xdd\x12\x1b\x98\x47\xd4\x12\x24\xd0\x0c\x24\xd8\x1d\x2b\xd0\x17\x32\x90\x72\x90\x72\xb0\x11\x88\x0c\xdd\x0b\x15\x8f\x3a\x89\x3a\x90\x64\xd4\x0b\x1b\x80\x44\xdd\x11\x1c\x98\x54\xd4\x11\x22\x81\x4a\x80\x44\x88\x24\xd8\x16\x1a\x97\x6f\x91\x6f\xa0\x63\xd4\x16\x2a\x81\x4f\x80\x44\x88\x23\x88\x74\xdd\x0a\x0d\xd7\x0a\x1c\xd1\x0a\x1c\xd7\x0a\x26\xd1\x0a\x26\x80\x43\xd8\x07\x0a\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x21\xd0\x22\x48\xd4\x0e\x49\xd0\x08\x49\xd8\x16\x18\x97\x67\x91\x67\xa8\x04\xd0\x20\x36\xa0\x04\xa0\x04\xb0\x24\xb8\x13\xb8\x63\xd0\x1e\x42\xd4\x16\x43\x80\x4f\xd8\x07\x13\xf0\x00\x04\x05\x2e\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1d\xd1\x0b\x1d\xa0\x11\xd2\x0b\x22\xf0\x00\x03\x09\x2e\xd8\x1b\x1d\x88\x4c\x88\x4c\xe5\x1b\x1e\x9f\x39\x99\x39\xd7\x1b\x2d\xd1\x1b\x2d\x88\x4c\xdd\x13\x16\x90\x7c\xd4\x13\x24\x80\x4c\xd8\x07\x13\x90\x72\xd2\x07\x19\xf0\x00\x03\x05\x50\x01\xd8\x0f\x1b\xd7\x0f\x23\xd1\x0f\x23\xd4\x0f\x25\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x37\xd7\x1d\x3e\xd1\x1d\x3e\xb8\x7c\xd4\x1d\x4c\xd4\x12\x4d\xd0\x0c\x4d\xd8\x1a\x23\xd7\x1a\x2a\xd1\x1a\x2a\xa8\x3f\xbd\x44\xc0\x2c\xd4\x1a\x4f\x88\x0f\xd8\x0f\x1e\xd5\x21\x32\xb0\x31\xd4\x21\x35\xd1\x0f\x35\x80\x48\xdd\x07\x0a\xd7\x07\x19\xd1\x07\x19\xf0\x00\x18\x05\x0a\xf5\x12\x00\x10\x1b\x98\x34\xd4\x0f\x20\xf0\x00\x01\x09\x32\xdd\x13\x1d\x9d\x63\x9f\x6a\x99\x6a\x9c\x6c\xa8\x44\xd4\x13\x31\x88\x44\xf0\x0a\x00\x0c\x10\x90\x01\x8c\x37\x90\x63\x8a\x3e\xf0\x00\x01\x09\x1c\x98\x64\xa0\x31\x9c\x67\xad\x5f\xd0\x1e\x3c\xf0\x00\x01\x09\x1c\xd8\x13\x17\x98\x01\x90\x38\x90\x38\x88\x44\xf5\x08\x00\x10\x1a\xdd\x0c\x0f\xd7\x0c\x1e\xd1\x0c\x1e\xd8\x0c\x10\x8f\x4b\x89\x4b\x9d\x0f\xd4\x0c\x28\xd8\x0c\x14\xf4\x07\x04\x10\x0a\xf0\x00\x04\x09\x0a\xf5\x0a\x00\x0c\x16\x90\x64\x9d\x48\xa0\x68\xd4\x0b\x2f\xd0\x04\x2f",
24061 : : };
24062 : : static
24063 : : struct {
24064 : : PyASCIIObject _ascii;
24065 : : uint8_t _data[15];
24066 : : }
24067 : : const_str_debug_override = {
24068 : : ._ascii = {
24069 : : .ob_base = {
24070 : : .ob_refcnt = 999999999,
24071 : : .ob_type = &PyUnicode_Type,
24072 : : },
24073 : : .length = 14,
24074 : : .hash = -1,
24075 : : .state = {
24076 : : .kind = 1,
24077 : : .compact = 1,
24078 : : .ascii = 1,
24079 : : },
24080 : : },
24081 : : ._data = "debug_override",
24082 : : };
24083 : : static
24084 : : struct {
24085 : : PyASCIIObject _ascii;
24086 : : uint8_t _data[5];
24087 : : }
24088 : : const_str_head = {
24089 : : ._ascii = {
24090 : : .ob_base = {
24091 : : .ob_refcnt = 999999999,
24092 : : .ob_type = &PyUnicode_Type,
24093 : : },
24094 : : .length = 4,
24095 : : .hash = -1,
24096 : : .state = {
24097 : : .kind = 1,
24098 : : .compact = 1,
24099 : : .ascii = 1,
24100 : : },
24101 : : },
24102 : : ._data = "head",
24103 : : };
24104 : : static
24105 : : struct {
24106 : : PyASCIIObject _ascii;
24107 : : uint8_t _data[5];
24108 : : }
24109 : : const_str_rest = {
24110 : : ._ascii = {
24111 : : .ob_base = {
24112 : : .ob_refcnt = 999999999,
24113 : : .ob_type = &PyUnicode_Type,
24114 : : },
24115 : : .length = 4,
24116 : : .hash = -1,
24117 : : .state = {
24118 : : .kind = 1,
24119 : : .compact = 1,
24120 : : .ascii = 1,
24121 : : },
24122 : : },
24123 : : ._data = "rest",
24124 : : };
24125 : : static
24126 : : struct {
24127 : : PyASCIIObject _ascii;
24128 : : uint8_t _data[4];
24129 : : }
24130 : : const_str_tag = {
24131 : : ._ascii = {
24132 : : .ob_base = {
24133 : : .ob_refcnt = 999999999,
24134 : : .ob_type = &PyUnicode_Type,
24135 : : },
24136 : : .length = 3,
24137 : : .hash = -1,
24138 : : .state = {
24139 : : .kind = 1,
24140 : : .compact = 1,
24141 : : .ascii = 1,
24142 : : },
24143 : : },
24144 : : ._data = "tag",
24145 : : };
24146 : : static
24147 : : struct {
24148 : : PyASCIIObject _ascii;
24149 : : uint8_t _data[16];
24150 : : }
24151 : : const_str_almost_filename = {
24152 : : ._ascii = {
24153 : : .ob_base = {
24154 : : .ob_refcnt = 999999999,
24155 : : .ob_type = &PyUnicode_Type,
24156 : : },
24157 : : .length = 15,
24158 : : .hash = -1,
24159 : : .state = {
24160 : : .kind = 1,
24161 : : .compact = 1,
24162 : : .ascii = 1,
24163 : : },
24164 : : },
24165 : : ._data = "almost_filename",
24166 : : };
24167 : : static
24168 : : struct {
24169 : : PyGC_Head _gc_head;
24170 : : struct {
24171 : : PyObject_VAR_HEAD
24172 : : PyObject *ob_item[12];
24173 : : }_object;
24174 : : }
24175 : : importlib__bootstrap_external_toplevel_consts_36_localsplusnames = {
24176 : : ._object = {
24177 : : .ob_base = {
24178 : : .ob_base = {
24179 : : .ob_refcnt = 999999999,
24180 : : .ob_type = &PyTuple_Type,
24181 : : },
24182 : : .ob_size = 12,
24183 : : },
24184 : : .ob_item = {
24185 : : &_Py_ID(path),
24186 : : & const_str_debug_override._ascii.ob_base,
24187 : : & const_str_optimization._ascii.ob_base,
24188 : : & const_str_message._ascii.ob_base,
24189 : : & const_str_head._ascii.ob_base,
24190 : : & const_str_tail._ascii.ob_base,
24191 : : & const_str_base._ascii.ob_base,
24192 : : & const_str_sep._ascii.ob_base,
24193 : : & const_str_rest._ascii.ob_base,
24194 : : & const_str_tag._ascii.ob_base,
24195 : : & const_str_almost_filename._ascii.ob_base,
24196 : : &_Py_ID(filename),
24197 : : },
24198 : : },
24199 : : };
24200 : : static
24201 : : struct {
24202 : : PyObject_VAR_HEAD
24203 : : Py_hash_t ob_shash;
24204 : : char ob_sval[13];
24205 : : }
24206 : : importlib__bootstrap_external_toplevel_consts_36_localspluskinds = {
24207 : : .ob_base = {
24208 : : .ob_base = {
24209 : : .ob_refcnt = 999999999,
24210 : : .ob_type = &PyBytes_Type,
24211 : : },
24212 : : .ob_size = 12,
24213 : : },
24214 : : .ob_shash = -1,
24215 : : .ob_sval = " ",
24216 : : };
24217 : : static
24218 : : struct _PyCode_DEF(1038)
24219 : : importlib__bootstrap_external_toplevel_consts_36 = {
24220 : : .ob_base = {
24221 : : .ob_base = {
24222 : : .ob_refcnt = 999999999,
24223 : : .ob_type = &PyCode_Type,
24224 : : },
24225 : : .ob_size = 519,
24226 : : },
24227 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_36_consts._object.ob_base.ob_base,
24228 : : .co_names = & importlib__bootstrap_external_toplevel_consts_36_names._object.ob_base.ob_base,
24229 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
24230 : : .co_flags = 3,
24231 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
24232 : : ._co_linearray_entry_size = 0,
24233 : : .co_argcount = 2,
24234 : : .co_posonlyargcount = 0,
24235 : : .co_kwonlyargcount = 1,
24236 : : .co_framesize = 18 + FRAME_SPECIALS_SIZE,
24237 : : .co_stacksize = 6,
24238 : : .co_firstlineno = 444,
24239 : : .co_nlocalsplus = 12,
24240 : : .co_nlocals = 12,
24241 : : .co_nplaincellvars = 0,
24242 : : .co_ncellvars = 0,
24243 : : .co_nfreevars = 0,
24244 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
24245 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
24246 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
24247 : : .co_name = & const_str_cache_from_source._ascii.ob_base,
24248 : : .co_qualname = & const_str_cache_from_source._ascii.ob_base,
24249 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_36_linetable.ob_base.ob_base,
24250 : : ._co_code = NULL,
24251 : : ._co_linearray = NULL,
24252 : : .co_code_adaptive = "\x97\x00\x7c\x01\x81\x34\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x81\x0f\x64\x03\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x72\x02\x64\x04\x6e\x01\x64\x05\x7d\x02\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x06\x7d\x07\x7d\x08\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x80\x0d\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x72\x02\x7c\x06\x6e\x01\x7c\x08\x7c\x07\x7c\x09\x67\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x02\x80\x3d\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x04\x7d\x02\x6e\x1b\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x64\x04\x6b\x03\x00\x00\x00\x00\x72\x47\x7c\x02\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1d\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0a\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x0a\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7d\x0b\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x82\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x22\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x14\x7c\x04\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x05\x7c\x04\x64\x0c\x64\x01\x1a\x00\x7d\x04\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
24253 : : ._co_firsttraceable = 0,
24254 : : };
24255 : : static
24256 : : struct {
24257 : : PyASCIIObject _ascii;
24258 : : uint8_t _data[367];
24259 : : }
24260 : : importlib__bootstrap_external_toplevel_consts_37_consts_0 = {
24261 : : ._ascii = {
24262 : : .ob_base = {
24263 : : .ob_refcnt = 999999999,
24264 : : .ob_type = &PyUnicode_Type,
24265 : : },
24266 : : .length = 366,
24267 : : .hash = -1,
24268 : : .state = {
24269 : : .kind = 1,
24270 : : .compact = 1,
24271 : : .ascii = 1,
24272 : : },
24273 : : },
24274 : : ._data = "\x47\x69\x76\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x2e\x70\x79\x63\x2e\x20\x66\x69\x6c\x65\x2c\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x69\x74\x73\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x6e\x65\x65\x64\x20\x74\x6f\x20\x65\x78\x69\x73\x74\x3b\x20\x74\x68\x69\x73\x20\x73\x69\x6d\x70\x6c\x79\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x2e\x70\x79\x20\x66\x69\x6c\x65\x20\x63\x61\x6c\x63\x75\x6c\x61\x74\x65\x64\x20\x74\x6f\x20\x63\x6f\x72\x72\x65\x73\x70\x6f\x6e\x64\x20\x74\x6f\x20\x74\x68\x65\x20\x2e\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x20\x49\x66\x20\x70\x61\x74\x68\x20\x64\x6f\x65\x73\x0a\x20\x20\x20\x20\x6e\x6f\x74\x20\x63\x6f\x6e\x66\x6f\x72\x6d\x20\x74\x6f\x20\x50\x45\x50\x20\x33\x31\x34\x37\x2f\x34\x38\x38\x20\x66\x6f\x72\x6d\x61\x74\x2c\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x72\x61\x69\x73\x65\x64\x2e\x20\x49\x66\x0a\x20\x20\x20\x20\x73\x79\x73\x2e\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x2e\x63\x61\x63\x68\x65\x5f\x74\x61\x67\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x74\x68\x65\x6e\x20\x4e\x6f\x74\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
24275 : : };
24276 : : static
24277 : : struct {
24278 : : PyASCIIObject _ascii;
24279 : : uint8_t _data[32];
24280 : : }
24281 : : importlib__bootstrap_external_toplevel_consts_37_consts_5 = {
24282 : : ._ascii = {
24283 : : .ob_base = {
24284 : : .ob_refcnt = 999999999,
24285 : : .ob_type = &PyUnicode_Type,
24286 : : },
24287 : : .length = 31,
24288 : : .hash = -1,
24289 : : .state = {
24290 : : .kind = 1,
24291 : : .compact = 1,
24292 : : .ascii = 1,
24293 : : },
24294 : : },
24295 : : ._data = " not bottom-level directory in ",
24296 : : };
24297 : : static
24298 : : struct {
24299 : : PyGC_Head _gc_head;
24300 : : struct {
24301 : : PyObject_VAR_HEAD
24302 : : PyObject *ob_item[2];
24303 : : }_object;
24304 : : }
24305 : : importlib__bootstrap_external_toplevel_consts_37_consts_7 = {
24306 : : ._object = {
24307 : : .ob_base = {
24308 : : .ob_base = {
24309 : : .ob_refcnt = 999999999,
24310 : : .ob_type = &PyTuple_Type,
24311 : : },
24312 : : .ob_size = 2,
24313 : : },
24314 : : .ob_item = {
24315 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
24316 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
24317 : : },
24318 : : },
24319 : : };
24320 : : // TODO: The above tuple should be a frozenset
24321 : : static
24322 : : struct {
24323 : : PyASCIIObject _ascii;
24324 : : uint8_t _data[30];
24325 : : }
24326 : : importlib__bootstrap_external_toplevel_consts_37_consts_8 = {
24327 : : ._ascii = {
24328 : : .ob_base = {
24329 : : .ob_refcnt = 999999999,
24330 : : .ob_type = &PyUnicode_Type,
24331 : : },
24332 : : .length = 29,
24333 : : .hash = -1,
24334 : : .state = {
24335 : : .kind = 1,
24336 : : .compact = 1,
24337 : : .ascii = 1,
24338 : : },
24339 : : },
24340 : : ._data = "expected only 2 or 3 dots in ",
24341 : : };
24342 : : static
24343 : : struct {
24344 : : PyASCIIObject _ascii;
24345 : : uint8_t _data[54];
24346 : : }
24347 : : importlib__bootstrap_external_toplevel_consts_37_consts_12 = {
24348 : : ._ascii = {
24349 : : .ob_base = {
24350 : : .ob_refcnt = 999999999,
24351 : : .ob_type = &PyUnicode_Type,
24352 : : },
24353 : : .length = 53,
24354 : : .hash = -1,
24355 : : .state = {
24356 : : .kind = 1,
24357 : : .compact = 1,
24358 : : .ascii = 1,
24359 : : },
24360 : : },
24361 : : ._data = "optimization portion of filename does not start with ",
24362 : : };
24363 : : static
24364 : : struct {
24365 : : PyASCIIObject _ascii;
24366 : : uint8_t _data[20];
24367 : : }
24368 : : importlib__bootstrap_external_toplevel_consts_37_consts_13 = {
24369 : : ._ascii = {
24370 : : .ob_base = {
24371 : : .ob_refcnt = 999999999,
24372 : : .ob_type = &PyUnicode_Type,
24373 : : },
24374 : : .length = 19,
24375 : : .hash = -1,
24376 : : .state = {
24377 : : .kind = 1,
24378 : : .compact = 1,
24379 : : .ascii = 1,
24380 : : },
24381 : : },
24382 : : ._data = "optimization level ",
24383 : : };
24384 : : static
24385 : : struct {
24386 : : PyASCIIObject _ascii;
24387 : : uint8_t _data[30];
24388 : : }
24389 : : importlib__bootstrap_external_toplevel_consts_37_consts_14 = {
24390 : : ._ascii = {
24391 : : .ob_base = {
24392 : : .ob_refcnt = 999999999,
24393 : : .ob_type = &PyUnicode_Type,
24394 : : },
24395 : : .length = 29,
24396 : : .hash = -1,
24397 : : .state = {
24398 : : .kind = 1,
24399 : : .compact = 1,
24400 : : .ascii = 1,
24401 : : },
24402 : : },
24403 : : ._data = " is not an alphanumeric value",
24404 : : };
24405 : : static
24406 : : struct {
24407 : : PyGC_Head _gc_head;
24408 : : struct {
24409 : : PyObject_VAR_HEAD
24410 : : PyObject *ob_item[16];
24411 : : }_object;
24412 : : }
24413 : : importlib__bootstrap_external_toplevel_consts_37_consts = {
24414 : : ._object = {
24415 : : .ob_base = {
24416 : : .ob_base = {
24417 : : .ob_refcnt = 999999999,
24418 : : .ob_type = &PyTuple_Type,
24419 : : },
24420 : : .ob_size = 16,
24421 : : },
24422 : : .ob_item = {
24423 : : & importlib__bootstrap_external_toplevel_consts_37_consts_0._ascii.ob_base,
24424 : : Py_None,
24425 : : & importlib__bootstrap_external_toplevel_consts_36_consts_7._ascii.ob_base,
24426 : : Py_False,
24427 : : Py_True,
24428 : : & importlib__bootstrap_external_toplevel_consts_37_consts_5._ascii.ob_base,
24429 : : &_Py_STR(dot),
24430 : : & importlib__bootstrap_external_toplevel_consts_37_consts_7._object.ob_base.ob_base,
24431 : : & importlib__bootstrap_external_toplevel_consts_37_consts_8._ascii.ob_base,
24432 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
24433 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
24434 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -2],
24435 : : & importlib__bootstrap_external_toplevel_consts_37_consts_12._ascii.ob_base,
24436 : : & importlib__bootstrap_external_toplevel_consts_37_consts_13._ascii.ob_base,
24437 : : & importlib__bootstrap_external_toplevel_consts_37_consts_14._ascii.ob_base,
24438 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
24439 : : },
24440 : : },
24441 : : };
24442 : : static
24443 : : struct {
24444 : : PyASCIIObject _ascii;
24445 : : uint8_t _data[16];
24446 : : }
24447 : : const_str_SOURCE_SUFFIXES = {
24448 : : ._ascii = {
24449 : : .ob_base = {
24450 : : .ob_refcnt = 999999999,
24451 : : .ob_type = &PyUnicode_Type,
24452 : : },
24453 : : .length = 15,
24454 : : .hash = -1,
24455 : : .state = {
24456 : : .kind = 1,
24457 : : .compact = 1,
24458 : : .ascii = 1,
24459 : : },
24460 : : },
24461 : : ._data = "SOURCE_SUFFIXES",
24462 : : };
24463 : : static
24464 : : struct {
24465 : : PyGC_Head _gc_head;
24466 : : struct {
24467 : : PyObject_VAR_HEAD
24468 : : PyObject *ob_item[22];
24469 : : }_object;
24470 : : }
24471 : : importlib__bootstrap_external_toplevel_consts_37_names = {
24472 : : ._object = {
24473 : : .ob_base = {
24474 : : .ob_base = {
24475 : : .ob_refcnt = 999999999,
24476 : : .ob_type = &PyTuple_Type,
24477 : : },
24478 : : .ob_size = 22,
24479 : : },
24480 : : .ob_item = {
24481 : : & const_str_sys._ascii.ob_base,
24482 : : & const_str_implementation._ascii.ob_base,
24483 : : & const_str_cache_tag._ascii.ob_base,
24484 : : & const_str_NotImplementedError._ascii.ob_base,
24485 : : & const_str__os._ascii.ob_base,
24486 : : & const_str_fspath._ascii.ob_base,
24487 : : & const_str__path_split._ascii.ob_base,
24488 : : & const_str_pycache_prefix._ascii.ob_base,
24489 : : & const_str_rstrip._ascii.ob_base,
24490 : : & const_str_path_separators._ascii.ob_base,
24491 : : & const_str_startswith._ascii.ob_base,
24492 : : & const_str_path_sep._ascii.ob_base,
24493 : : &_Py_ID(len),
24494 : : & const_str__PYCACHE._ascii.ob_base,
24495 : : & const_str_ValueError._ascii.ob_base,
24496 : : & const_str_count._ascii.ob_base,
24497 : : & const_str_rsplit._ascii.ob_base,
24498 : : & const_str__OPT._ascii.ob_base,
24499 : : & const_str_isalnum._ascii.ob_base,
24500 : : & const_str_partition._ascii.ob_base,
24501 : : & const_str__path_join._ascii.ob_base,
24502 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
24503 : : },
24504 : : },
24505 : : };
24506 : : static
24507 : : struct {
24508 : : PyASCIIObject _ascii;
24509 : : uint8_t _data[18];
24510 : : }
24511 : : const_str_source_from_cache = {
24512 : : ._ascii = {
24513 : : .ob_base = {
24514 : : .ob_refcnt = 999999999,
24515 : : .ob_type = &PyUnicode_Type,
24516 : : },
24517 : : .length = 17,
24518 : : .hash = -1,
24519 : : .state = {
24520 : : .kind = 1,
24521 : : .compact = 1,
24522 : : .ascii = 1,
24523 : : },
24524 : : },
24525 : : ._data = "source_from_cache",
24526 : : };
24527 : : static
24528 : : struct {
24529 : : PyObject_VAR_HEAD
24530 : : Py_hash_t ob_shash;
24531 : : char ob_sval[477];
24532 : : }
24533 : : importlib__bootstrap_external_toplevel_consts_37_linetable = {
24534 : : .ob_base = {
24535 : : .ob_base = {
24536 : : .ob_refcnt = 999999999,
24537 : : .ob_type = &PyBytes_Type,
24538 : : },
24539 : : .ob_size = 476,
24540 : : },
24541 : : .ob_shash = -1,
24542 : : .ob_sval = "\x80\x00\xf5\x12\x00\x08\x0b\xd7\x07\x19\xd1\x07\x19\xd7\x07\x23\xd1\x07\x23\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x21\xd0\x22\x48\xd4\x0e\x49\xd0\x08\x49\xdd\x0b\x15\x8f\x3a\x89\x3a\x90\x64\xd4\x0b\x1b\x80\x44\xdd\x1d\x28\xa8\x14\xd4\x1d\x2e\xd1\x04\x1a\x80\x44\xd0\x0a\x1a\xd8\x1e\x23\xd0\x04\x1b\xdd\x07\x0a\xd7\x07\x19\xd1\x07\x19\xf0\x00\x04\x05\x2b\xdd\x18\x1b\xd7\x18\x2a\xd1\x18\x2a\xd7\x18\x31\xd1\x18\x31\xb5\x2f\xd4\x18\x42\x88\x0d\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x3d\xad\x38\xd1\x1b\x33\xd4\x0b\x34\xf0\x00\x02\x09\x2b\xd8\x13\x17\x9d\x03\x98\x4d\xd4\x18\x2a\xd0\x13\x2c\xd0\x13\x2c\x88\x44\xd8\x26\x2a\xd0\x0c\x23\xd8\x0b\x22\xf0\x00\x04\x05\x2a\xdd\x18\x23\xa0\x44\xd4\x18\x29\x89\x0d\x88\x04\x88\x67\xd8\x0b\x12\x95\x68\xd2\x0b\x1e\xf0\x00\x02\x09\x2a\xdd\x12\x1c\xa5\x08\xf0\x00\x01\x1e\x29\xf0\x00\x01\x1e\x29\xd8\x20\x24\xf0\x03\x01\x1e\x29\xf0\x00\x01\x1e\x29\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xe0\x10\x20\xd7\x10\x26\xd1\x10\x26\xa0\x73\xd4\x10\x2b\x80\x49\xd8\x07\x10\x98\x06\xd0\x07\x1e\xf0\x00\x0a\x05\x33\xdd\x0e\x18\xd0\x19\x4d\xd0\x39\x49\xd0\x19\x4d\xd0\x19\x4d\xd4\x0e\x4e\xd0\x08\x4e\xd8\x09\x12\x90\x61\x8a\x1e\xf0\x00\x08\x05\x33\xd8\x17\x27\xd7\x17\x2e\xd1\x17\x2e\xa8\x73\xb0\x41\xd4\x17\x36\xb0\x72\xd4\x17\x3a\x88\x0c\xd8\x0f\x1b\xd7\x0f\x26\xd1\x0f\x26\xa5\x74\xd4\x0f\x2c\xf0\x00\x02\x09\x2f\xdd\x12\x1c\xf0\x00\x01\x1e\x2e\xdd\x25\x29\xf0\x03\x01\x1e\x2e\xf0\x00\x01\x1e\x2e\xf4\x00\x01\x13\x2f\xf0\x00\x01\x0d\x2f\xe0\x14\x20\xa5\x13\xa5\x54\xa4\x19\xd0\x14\x2c\xd0\x14\x2c\x88\x09\xd8\x0f\x18\xd7\x0f\x20\xd1\x0f\x20\xd4\x0f\x22\xf0\x00\x02\x09\x33\xdd\x12\x1c\xf0\x00\x01\x1e\x32\xb0\x3c\xf0\x00\x01\x1e\x32\xf0\x00\x01\x1e\x32\xf0\x00\x01\x1e\x32\xf4\x00\x01\x13\x33\xf0\x00\x01\x0d\x33\xe0\x14\x24\xd7\x14\x2e\xd1\x14\x2e\xa8\x73\xd4\x14\x33\xb0\x41\xd4\x14\x36\x80\x4d\xdd\x0b\x15\x90\x64\x98\x4d\xad\x4f\xb8\x41\xd4\x2c\x3e\xd1\x1c\x3e\xd4\x0b\x3f\xd0\x04\x3f",
24543 : : };
24544 : : static
24545 : : struct {
24546 : : PyASCIIObject _ascii;
24547 : : uint8_t _data[17];
24548 : : }
24549 : : const_str_pycache_filename = {
24550 : : ._ascii = {
24551 : : .ob_base = {
24552 : : .ob_refcnt = 999999999,
24553 : : .ob_type = &PyUnicode_Type,
24554 : : },
24555 : : .length = 16,
24556 : : .hash = -1,
24557 : : .state = {
24558 : : .kind = 1,
24559 : : .compact = 1,
24560 : : .ascii = 1,
24561 : : },
24562 : : },
24563 : : ._data = "pycache_filename",
24564 : : };
24565 : : static
24566 : : struct {
24567 : : PyASCIIObject _ascii;
24568 : : uint8_t _data[24];
24569 : : }
24570 : : const_str_found_in_pycache_prefix = {
24571 : : ._ascii = {
24572 : : .ob_base = {
24573 : : .ob_refcnt = 999999999,
24574 : : .ob_type = &PyUnicode_Type,
24575 : : },
24576 : : .length = 23,
24577 : : .hash = -1,
24578 : : .state = {
24579 : : .kind = 1,
24580 : : .compact = 1,
24581 : : .ascii = 1,
24582 : : },
24583 : : },
24584 : : ._data = "found_in_pycache_prefix",
24585 : : };
24586 : : static
24587 : : struct {
24588 : : PyASCIIObject _ascii;
24589 : : uint8_t _data[14];
24590 : : }
24591 : : const_str_stripped_path = {
24592 : : ._ascii = {
24593 : : .ob_base = {
24594 : : .ob_refcnt = 999999999,
24595 : : .ob_type = &PyUnicode_Type,
24596 : : },
24597 : : .length = 13,
24598 : : .hash = -1,
24599 : : .state = {
24600 : : .kind = 1,
24601 : : .compact = 1,
24602 : : .ascii = 1,
24603 : : },
24604 : : },
24605 : : ._data = "stripped_path",
24606 : : };
24607 : : static
24608 : : struct {
24609 : : PyASCIIObject _ascii;
24610 : : uint8_t _data[8];
24611 : : }
24612 : : const_str_pycache = {
24613 : : ._ascii = {
24614 : : .ob_base = {
24615 : : .ob_refcnt = 999999999,
24616 : : .ob_type = &PyUnicode_Type,
24617 : : },
24618 : : .length = 7,
24619 : : .hash = -1,
24620 : : .state = {
24621 : : .kind = 1,
24622 : : .compact = 1,
24623 : : .ascii = 1,
24624 : : },
24625 : : },
24626 : : ._data = "pycache",
24627 : : };
24628 : : static
24629 : : struct {
24630 : : PyASCIIObject _ascii;
24631 : : uint8_t _data[10];
24632 : : }
24633 : : const_str_dot_count = {
24634 : : ._ascii = {
24635 : : .ob_base = {
24636 : : .ob_refcnt = 999999999,
24637 : : .ob_type = &PyUnicode_Type,
24638 : : },
24639 : : .length = 9,
24640 : : .hash = -1,
24641 : : .state = {
24642 : : .kind = 1,
24643 : : .compact = 1,
24644 : : .ascii = 1,
24645 : : },
24646 : : },
24647 : : ._data = "dot_count",
24648 : : };
24649 : : static
24650 : : struct {
24651 : : PyASCIIObject _ascii;
24652 : : uint8_t _data[10];
24653 : : }
24654 : : const_str_opt_level = {
24655 : : ._ascii = {
24656 : : .ob_base = {
24657 : : .ob_refcnt = 999999999,
24658 : : .ob_type = &PyUnicode_Type,
24659 : : },
24660 : : .length = 9,
24661 : : .hash = -1,
24662 : : .state = {
24663 : : .kind = 1,
24664 : : .compact = 1,
24665 : : .ascii = 1,
24666 : : },
24667 : : },
24668 : : ._data = "opt_level",
24669 : : };
24670 : : static
24671 : : struct {
24672 : : PyASCIIObject _ascii;
24673 : : uint8_t _data[14];
24674 : : }
24675 : : const_str_base_filename = {
24676 : : ._ascii = {
24677 : : .ob_base = {
24678 : : .ob_refcnt = 999999999,
24679 : : .ob_type = &PyUnicode_Type,
24680 : : },
24681 : : .length = 13,
24682 : : .hash = -1,
24683 : : .state = {
24684 : : .kind = 1,
24685 : : .compact = 1,
24686 : : .ascii = 1,
24687 : : },
24688 : : },
24689 : : ._data = "base_filename",
24690 : : };
24691 : : static
24692 : : struct {
24693 : : PyGC_Head _gc_head;
24694 : : struct {
24695 : : PyObject_VAR_HEAD
24696 : : PyObject *ob_item[10];
24697 : : }_object;
24698 : : }
24699 : : importlib__bootstrap_external_toplevel_consts_37_localsplusnames = {
24700 : : ._object = {
24701 : : .ob_base = {
24702 : : .ob_base = {
24703 : : .ob_refcnt = 999999999,
24704 : : .ob_type = &PyTuple_Type,
24705 : : },
24706 : : .ob_size = 10,
24707 : : },
24708 : : .ob_item = {
24709 : : &_Py_ID(path),
24710 : : & const_str_head._ascii.ob_base,
24711 : : & const_str_pycache_filename._ascii.ob_base,
24712 : : & const_str_found_in_pycache_prefix._ascii.ob_base,
24713 : : & const_str_stripped_path._ascii.ob_base,
24714 : : & const_str_pycache._ascii.ob_base,
24715 : : & const_str_dot_count._ascii.ob_base,
24716 : : & const_str_optimization._ascii.ob_base,
24717 : : & const_str_opt_level._ascii.ob_base,
24718 : : & const_str_base_filename._ascii.ob_base,
24719 : : },
24720 : : },
24721 : : };
24722 : : static
24723 : : struct _PyCode_DEF(906)
24724 : : importlib__bootstrap_external_toplevel_consts_37 = {
24725 : : .ob_base = {
24726 : : .ob_base = {
24727 : : .ob_refcnt = 999999999,
24728 : : .ob_type = &PyCode_Type,
24729 : : },
24730 : : .ob_size = 453,
24731 : : },
24732 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_37_consts._object.ob_base.ob_base,
24733 : : .co_names = & importlib__bootstrap_external_toplevel_consts_37_names._object.ob_base.ob_base,
24734 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
24735 : : .co_flags = 3,
24736 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
24737 : : ._co_linearray_entry_size = 0,
24738 : : .co_argcount = 1,
24739 : : .co_posonlyargcount = 0,
24740 : : .co_kwonlyargcount = 0,
24741 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
24742 : : .co_stacksize = 6,
24743 : : .co_firstlineno = 515,
24744 : : .co_nlocalsplus = 10,
24745 : : .co_nlocals = 10,
24746 : : .co_nplaincellvars = 0,
24747 : : .co_ncellvars = 0,
24748 : : .co_nfreevars = 0,
24749 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
24750 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
24751 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
24752 : : .co_name = & const_str_source_from_cache._ascii.ob_base,
24753 : : .co_qualname = & const_str_source_from_cache._ascii.ob_base,
24754 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_37_linetable.ob_base.ob_base,
24755 : : ._co_code = NULL,
24756 : : ._co_linearray = NULL,
24757 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x64\x03\x7d\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x52\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x01\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x01\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x01\x64\x04\x7d\x03\x7c\x03\x73\x32\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x05\x7c\x05\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x17\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x05\x7c\x00\x9b\x02\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x64\x07\x76\x01\x72\x10\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x02\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x64\x09\x6b\x02\x00\x00\x00\x00\x72\x7c\x7c\x02\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x15\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x07\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x08\x7c\x08\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x07\x9b\x02\x64\x0e\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x09\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
24758 : : ._co_firsttraceable = 0,
24759 : : };
24760 : : static
24761 : : struct {
24762 : : PyASCIIObject _ascii;
24763 : : uint8_t _data[189];
24764 : : }
24765 : : importlib__bootstrap_external_toplevel_consts_38_consts_0 = {
24766 : : ._ascii = {
24767 : : .ob_base = {
24768 : : .ob_refcnt = 999999999,
24769 : : .ob_type = &PyUnicode_Type,
24770 : : },
24771 : : .length = 188,
24772 : : .hash = -1,
24773 : : .state = {
24774 : : .kind = 1,
24775 : : .compact = 1,
24776 : : .ascii = 1,
24777 : : },
24778 : : },
24779 : : ._data = "\x43\x6f\x6e\x76\x65\x72\x74\x20\x61\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x61\x20\x73\x6f\x75\x72\x63\x65\x20\x70\x61\x74\x68\x20\x28\x69\x66\x20\x70\x6f\x73\x73\x69\x62\x6c\x65\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x20\x65\x78\x69\x73\x74\x73\x20\x70\x75\x72\x65\x6c\x79\x20\x66\x6f\x72\x20\x62\x61\x63\x6b\x77\x61\x72\x64\x73\x2d\x63\x6f\x6d\x70\x61\x74\x69\x62\x69\x6c\x69\x74\x79\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x50\x79\x49\x6d\x70\x6f\x72\x74\x5f\x45\x78\x65\x63\x43\x6f\x64\x65\x4d\x6f\x64\x75\x6c\x65\x57\x69\x74\x68\x46\x69\x6c\x65\x6e\x61\x6d\x65\x73\x28\x29\x20\x69\x6e\x20\x74\x68\x65\x20\x43\x20\x41\x50\x49\x2e\x0a\x0a\x20\x20\x20\x20",
24780 : : };
24781 : : static
24782 : : struct {
24783 : : PyASCIIObject _ascii;
24784 : : uint8_t _data[3];
24785 : : }
24786 : : const_str_py = {
24787 : : ._ascii = {
24788 : : .ob_base = {
24789 : : .ob_refcnt = 999999999,
24790 : : .ob_type = &PyUnicode_Type,
24791 : : },
24792 : : .length = 2,
24793 : : .hash = -1,
24794 : : .state = {
24795 : : .kind = 1,
24796 : : .compact = 1,
24797 : : .ascii = 1,
24798 : : },
24799 : : },
24800 : : ._data = "py",
24801 : : };
24802 : : static
24803 : : struct {
24804 : : PyGC_Head _gc_head;
24805 : : struct {
24806 : : PyObject_VAR_HEAD
24807 : : PyObject *ob_item[7];
24808 : : }_object;
24809 : : }
24810 : : importlib__bootstrap_external_toplevel_consts_38_consts = {
24811 : : ._object = {
24812 : : .ob_base = {
24813 : : .ob_base = {
24814 : : .ob_refcnt = 999999999,
24815 : : .ob_type = &PyTuple_Type,
24816 : : },
24817 : : .ob_size = 7,
24818 : : },
24819 : : .ob_item = {
24820 : : & importlib__bootstrap_external_toplevel_consts_38_consts_0._ascii.ob_base,
24821 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
24822 : : Py_None,
24823 : : &_Py_STR(dot),
24824 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
24825 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
24826 : : & const_str_py._ascii.ob_base,
24827 : : },
24828 : : },
24829 : : };
24830 : : static
24831 : : struct {
24832 : : PyASCIIObject _ascii;
24833 : : uint8_t _data[6];
24834 : : }
24835 : : const_str_lower = {
24836 : : ._ascii = {
24837 : : .ob_base = {
24838 : : .ob_refcnt = 999999999,
24839 : : .ob_type = &PyUnicode_Type,
24840 : : },
24841 : : .length = 5,
24842 : : .hash = -1,
24843 : : .state = {
24844 : : .kind = 1,
24845 : : .compact = 1,
24846 : : .ascii = 1,
24847 : : },
24848 : : },
24849 : : ._data = "lower",
24850 : : };
24851 : : static
24852 : : struct {
24853 : : PyGC_Head _gc_head;
24854 : : struct {
24855 : : PyObject_VAR_HEAD
24856 : : PyObject *ob_item[7];
24857 : : }_object;
24858 : : }
24859 : : importlib__bootstrap_external_toplevel_consts_38_names = {
24860 : : ._object = {
24861 : : .ob_base = {
24862 : : .ob_base = {
24863 : : .ob_refcnt = 999999999,
24864 : : .ob_type = &PyTuple_Type,
24865 : : },
24866 : : .ob_size = 7,
24867 : : },
24868 : : .ob_item = {
24869 : : &_Py_ID(len),
24870 : : & const_str_rpartition._ascii.ob_base,
24871 : : & const_str_lower._ascii.ob_base,
24872 : : & const_str_source_from_cache._ascii.ob_base,
24873 : : & const_str_NotImplementedError._ascii.ob_base,
24874 : : & const_str_ValueError._ascii.ob_base,
24875 : : & const_str__path_isfile._ascii.ob_base,
24876 : : },
24877 : : },
24878 : : };
24879 : : static
24880 : : struct {
24881 : : PyObject_VAR_HEAD
24882 : : Py_hash_t ob_shash;
24883 : : char ob_sval[179];
24884 : : }
24885 : : importlib__bootstrap_external_toplevel_consts_38_linetable = {
24886 : : .ob_base = {
24887 : : .ob_base = {
24888 : : .ob_refcnt = 999999999,
24889 : : .ob_type = &PyBytes_Type,
24890 : : },
24891 : : .ob_size = 178,
24892 : : },
24893 : : .ob_shash = -1,
24894 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0b\x88\x3d\xd4\x07\x19\x98\x51\xd2\x07\x1e\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x19\x26\xd7\x19\x31\xd1\x19\x31\xb0\x23\xd4\x19\x36\xd1\x04\x16\x80\x44\x88\x21\x88\x59\xd8\x0b\x0f\xf0\x00\x01\x05\x1d\x90\x39\x97\x3f\x91\x3f\xd4\x13\x24\xa0\x52\xa8\x02\xd0\x13\x2b\xa8\x74\xd2\x13\x33\xf0\x00\x01\x05\x1d\xd8\x0f\x1c\xd0\x08\x1c\xf0\x02\x03\x05\x29\xdd\x16\x27\xa8\x0d\xd4\x16\x36\x88\x0b\xf5\x06\x00\x1b\x27\xa0\x7b\xd4\x1a\x33\xd0\x0b\x46\x88\x3b\x88\x3b\xb8\x1d\xd0\x04\x46\xf8\xf5\x05\x00\x0d\x20\xa5\x1a\xd0\x0b\x2c\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xd8\x16\x23\xd0\x16\x28\xa0\x52\xd0\x16\x28\x88\x0b\x88\x0b\x88\x0b\xf0\x03\x01\x05\x29\xf8\xf8\xf8",
24895 : : };
24896 : : static
24897 : : struct {
24898 : : PyObject_VAR_HEAD
24899 : : Py_hash_t ob_shash;
24900 : : char ob_sval[19];
24901 : : }
24902 : : importlib__bootstrap_external_toplevel_consts_38_exceptiontable = {
24903 : : .ob_base = {
24904 : : .ob_base = {
24905 : : .ob_refcnt = 999999999,
24906 : : .ob_type = &PyBytes_Type,
24907 : : },
24908 : : .ob_size = 18,
24909 : : },
24910 : : .ob_shash = -1,
24911 : : .ob_sval = "\xc1\x07\x0d\x41\x25\x00\xc1\x25\x16\x41\x3e\x03\xc1\x3d\x01\x41\x3e\x03",
24912 : : };
24913 : : static
24914 : : struct {
24915 : : PyASCIIObject _ascii;
24916 : : uint8_t _data[14];
24917 : : }
24918 : : const_str_bytecode_path = {
24919 : : ._ascii = {
24920 : : .ob_base = {
24921 : : .ob_refcnt = 999999999,
24922 : : .ob_type = &PyUnicode_Type,
24923 : : },
24924 : : .length = 13,
24925 : : .hash = -1,
24926 : : .state = {
24927 : : .kind = 1,
24928 : : .compact = 1,
24929 : : .ascii = 1,
24930 : : },
24931 : : },
24932 : : ._data = "bytecode_path",
24933 : : };
24934 : : static
24935 : : struct {
24936 : : PyASCIIObject _ascii;
24937 : : uint8_t _data[10];
24938 : : }
24939 : : const_str_extension = {
24940 : : ._ascii = {
24941 : : .ob_base = {
24942 : : .ob_refcnt = 999999999,
24943 : : .ob_type = &PyUnicode_Type,
24944 : : },
24945 : : .length = 9,
24946 : : .hash = -1,
24947 : : .state = {
24948 : : .kind = 1,
24949 : : .compact = 1,
24950 : : .ascii = 1,
24951 : : },
24952 : : },
24953 : : ._data = "extension",
24954 : : };
24955 : : static
24956 : : struct {
24957 : : PyASCIIObject _ascii;
24958 : : uint8_t _data[12];
24959 : : }
24960 : : const_str_source_path = {
24961 : : ._ascii = {
24962 : : .ob_base = {
24963 : : .ob_refcnt = 999999999,
24964 : : .ob_type = &PyUnicode_Type,
24965 : : },
24966 : : .length = 11,
24967 : : .hash = -1,
24968 : : .state = {
24969 : : .kind = 1,
24970 : : .compact = 1,
24971 : : .ascii = 1,
24972 : : },
24973 : : },
24974 : : ._data = "source_path",
24975 : : };
24976 : : static
24977 : : struct {
24978 : : PyGC_Head _gc_head;
24979 : : struct {
24980 : : PyObject_VAR_HEAD
24981 : : PyObject *ob_item[5];
24982 : : }_object;
24983 : : }
24984 : : importlib__bootstrap_external_toplevel_consts_38_localsplusnames = {
24985 : : ._object = {
24986 : : .ob_base = {
24987 : : .ob_base = {
24988 : : .ob_refcnt = 999999999,
24989 : : .ob_type = &PyTuple_Type,
24990 : : },
24991 : : .ob_size = 5,
24992 : : },
24993 : : .ob_item = {
24994 : : & const_str_bytecode_path._ascii.ob_base,
24995 : : & const_str_rest._ascii.ob_base,
24996 : : &_Py_ID(_),
24997 : : & const_str_extension._ascii.ob_base,
24998 : : & const_str_source_path._ascii.ob_base,
24999 : : },
25000 : : },
25001 : : };
25002 : : static
25003 : : struct _PyCode_DEF(258)
25004 : : importlib__bootstrap_external_toplevel_consts_38 = {
25005 : : .ob_base = {
25006 : : .ob_base = {
25007 : : .ob_refcnt = 999999999,
25008 : : .ob_type = &PyCode_Type,
25009 : : },
25010 : : .ob_size = 129,
25011 : : },
25012 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_38_consts._object.ob_base.ob_base,
25013 : : .co_names = & importlib__bootstrap_external_toplevel_consts_38_names._object.ob_base.ob_base,
25014 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_38_exceptiontable.ob_base.ob_base,
25015 : : .co_flags = 3,
25016 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25017 : : ._co_linearray_entry_size = 0,
25018 : : .co_argcount = 1,
25019 : : .co_posonlyargcount = 0,
25020 : : .co_kwonlyargcount = 0,
25021 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
25022 : : .co_stacksize = 4,
25023 : : .co_firstlineno = 555,
25024 : : .co_nlocalsplus = 5,
25025 : : .co_nlocals = 5,
25026 : : .co_nplaincellvars = 0,
25027 : : .co_ncellvars = 0,
25028 : : .co_nfreevars = 0,
25029 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_38_localsplusnames._object.ob_base.ob_base,
25030 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
25031 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25032 : : .co_name = &_Py_ID(_get_sourcefile),
25033 : : .co_qualname = &_Py_ID(_get_sourcefile),
25034 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_38_linetable.ob_base.ob_base,
25035 : : ._co_code = NULL,
25036 : : ._co_linearray = NULL,
25037 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x02\x53\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x01\x7d\x02\x7d\x03\x7c\x01\x72\x18\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x64\x05\x1a\x00\x64\x06\x6b\x03\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x04\x6e\x01\x7c\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x08\x01\x00\x7c\x00\x64\x02\x64\x05\x1a\x00\x7d\x04\x59\x00\x8c\x29\x77\x00\x78\x03\x59\x00\x77\x01",
25038 : : ._co_firsttraceable = 0,
25039 : : };
25040 : : static
25041 : : struct {
25042 : : PyASCIIObject _ascii;
25043 : : uint8_t _data[6];
25044 : : }
25045 : : const_str_tuple = {
25046 : : ._ascii = {
25047 : : .ob_base = {
25048 : : .ob_refcnt = 999999999,
25049 : : .ob_type = &PyUnicode_Type,
25050 : : },
25051 : : .length = 5,
25052 : : .hash = -1,
25053 : : .state = {
25054 : : .kind = 1,
25055 : : .compact = 1,
25056 : : .ascii = 1,
25057 : : },
25058 : : },
25059 : : ._data = "tuple",
25060 : : };
25061 : : static
25062 : : struct {
25063 : : PyGC_Head _gc_head;
25064 : : struct {
25065 : : PyObject_VAR_HEAD
25066 : : PyObject *ob_item[6];
25067 : : }_object;
25068 : : }
25069 : : importlib__bootstrap_external_toplevel_consts_39_names = {
25070 : : ._object = {
25071 : : .ob_base = {
25072 : : .ob_base = {
25073 : : .ob_refcnt = 999999999,
25074 : : .ob_type = &PyTuple_Type,
25075 : : },
25076 : : .ob_size = 6,
25077 : : },
25078 : : .ob_item = {
25079 : : & const_str_endswith._ascii.ob_base,
25080 : : & const_str_tuple._ascii.ob_base,
25081 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
25082 : : & const_str_cache_from_source._ascii.ob_base,
25083 : : & const_str_NotImplementedError._ascii.ob_base,
25084 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
25085 : : },
25086 : : },
25087 : : };
25088 : : static
25089 : : struct {
25090 : : PyObject_VAR_HEAD
25091 : : Py_hash_t ob_shash;
25092 : : char ob_sval[116];
25093 : : }
25094 : : importlib__bootstrap_external_toplevel_consts_39_linetable = {
25095 : : .ob_base = {
25096 : : .ob_base = {
25097 : : .ob_refcnt = 999999999,
25098 : : .ob_type = &PyBytes_Type,
25099 : : },
25100 : : .ob_size = 115,
25101 : : },
25102 : : .ob_shash = -1,
25103 : : .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x18\xd1\x07\x18\x9d\x15\x9d\x7f\xd4\x19\x2f\xd4\x07\x30\xf0\x00\x08\x05\x14\xf0\x02\x03\x09\x11\xdd\x13\x24\xa0\x58\xd4\x13\x2e\xd0\x0c\x2e\xf0\x06\x00\x0a\x12\xd7\x09\x1a\xd1\x09\x1a\x9d\x35\xd5\x21\x32\xd4\x1b\x33\xd4\x09\x34\xf0\x00\x03\x05\x14\xd8\x0f\x17\x88\x0f\xe0\x0f\x13\x88\x74\xf8\xf5\x0b\x00\x10\x23\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
25104 : : };
25105 : : static
25106 : : struct {
25107 : : PyObject_VAR_HEAD
25108 : : Py_hash_t ob_shash;
25109 : : char ob_sval[18];
25110 : : }
25111 : : importlib__bootstrap_external_toplevel_consts_39_exceptiontable = {
25112 : : .ob_base = {
25113 : : .ob_base = {
25114 : : .ob_refcnt = 999999999,
25115 : : .ob_type = &PyBytes_Type,
25116 : : },
25117 : : .ob_size = 17,
25118 : : },
25119 : : .ob_shash = -1,
25120 : : .ob_sval = "\xa4\x0c\x41\x17\x00\xc1\x17\x0a\x41\x25\x03\xc1\x24\x01\x41\x25\x03",
25121 : : };
25122 : : static
25123 : : struct {
25124 : : PyGC_Head _gc_head;
25125 : : struct {
25126 : : PyObject_VAR_HEAD
25127 : : PyObject *ob_item[1];
25128 : : }_object;
25129 : : }
25130 : : importlib__bootstrap_external_toplevel_consts_39_localsplusnames = {
25131 : : ._object = {
25132 : : .ob_base = {
25133 : : .ob_base = {
25134 : : .ob_refcnt = 999999999,
25135 : : .ob_type = &PyTuple_Type,
25136 : : },
25137 : : .ob_size = 1,
25138 : : },
25139 : : .ob_item = {
25140 : : &_Py_ID(filename),
25141 : : },
25142 : : },
25143 : : };
25144 : : static
25145 : : struct _PyCode_DEF(208)
25146 : : importlib__bootstrap_external_toplevel_consts_39 = {
25147 : : .ob_base = {
25148 : : .ob_base = {
25149 : : .ob_refcnt = 999999999,
25150 : : .ob_type = &PyCode_Type,
25151 : : },
25152 : : .ob_size = 104,
25153 : : },
25154 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
25155 : : .co_names = & importlib__bootstrap_external_toplevel_consts_39_names._object.ob_base.ob_base,
25156 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_39_exceptiontable.ob_base.ob_base,
25157 : : .co_flags = 3,
25158 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25159 : : ._co_linearray_entry_size = 0,
25160 : : .co_argcount = 1,
25161 : : .co_posonlyargcount = 0,
25162 : : .co_kwonlyargcount = 0,
25163 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
25164 : : .co_stacksize = 5,
25165 : : .co_firstlineno = 574,
25166 : : .co_nlocalsplus = 1,
25167 : : .co_nlocals = 1,
25168 : : .co_nplaincellvars = 0,
25169 : : .co_ncellvars = 0,
25170 : : .co_nfreevars = 0,
25171 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
25172 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
25173 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25174 : : .co_name = & const_str__get_cached._ascii.ob_base,
25175 : : .co_qualname = & const_str__get_cached._ascii.ob_base,
25176 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_39_linetable.ob_base.ob_base,
25177 : : ._co_code = NULL,
25178 : : ._co_linearray = NULL,
25179 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
25180 : : ._co_firsttraceable = 0,
25181 : : };
25182 : : static
25183 : : struct {
25184 : : PyASCIIObject _ascii;
25185 : : uint8_t _data[52];
25186 : : }
25187 : : importlib__bootstrap_external_toplevel_consts_40_consts_0 = {
25188 : : ._ascii = {
25189 : : .ob_base = {
25190 : : .ob_refcnt = 999999999,
25191 : : .ob_type = &PyUnicode_Type,
25192 : : },
25193 : : .length = 51,
25194 : : .hash = -1,
25195 : : .state = {
25196 : : .kind = 1,
25197 : : .compact = 1,
25198 : : .ascii = 1,
25199 : : },
25200 : : },
25201 : : ._data = "Calculate the mode permissions for a bytecode file.",
25202 : : };
25203 : : static
25204 : : struct {
25205 : : PyGC_Head _gc_head;
25206 : : struct {
25207 : : PyObject_VAR_HEAD
25208 : : PyObject *ob_item[3];
25209 : : }_object;
25210 : : }
25211 : : importlib__bootstrap_external_toplevel_consts_40_consts = {
25212 : : ._object = {
25213 : : .ob_base = {
25214 : : .ob_base = {
25215 : : .ob_refcnt = 999999999,
25216 : : .ob_type = &PyTuple_Type,
25217 : : },
25218 : : .ob_size = 3,
25219 : : },
25220 : : .ob_item = {
25221 : : & importlib__bootstrap_external_toplevel_consts_40_consts_0._ascii.ob_base,
25222 : : & const_int_438.ob_base.ob_base,
25223 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
25224 : : },
25225 : : },
25226 : : };
25227 : : static
25228 : : struct {
25229 : : PyGC_Head _gc_head;
25230 : : struct {
25231 : : PyObject_VAR_HEAD
25232 : : PyObject *ob_item[3];
25233 : : }_object;
25234 : : }
25235 : : importlib__bootstrap_external_toplevel_consts_40_names = {
25236 : : ._object = {
25237 : : .ob_base = {
25238 : : .ob_base = {
25239 : : .ob_refcnt = 999999999,
25240 : : .ob_type = &PyTuple_Type,
25241 : : },
25242 : : .ob_size = 3,
25243 : : },
25244 : : .ob_item = {
25245 : : & const_str__path_stat._ascii.ob_base,
25246 : : & const_str_st_mode._ascii.ob_base,
25247 : : & const_str_OSError._ascii.ob_base,
25248 : : },
25249 : : },
25250 : : };
25251 : : static
25252 : : struct {
25253 : : PyASCIIObject _ascii;
25254 : : uint8_t _data[11];
25255 : : }
25256 : : const_str__calc_mode = {
25257 : : ._ascii = {
25258 : : .ob_base = {
25259 : : .ob_refcnt = 999999999,
25260 : : .ob_type = &PyUnicode_Type,
25261 : : },
25262 : : .length = 10,
25263 : : .hash = -1,
25264 : : .state = {
25265 : : .kind = 1,
25266 : : .compact = 1,
25267 : : .ascii = 1,
25268 : : },
25269 : : },
25270 : : ._data = "_calc_mode",
25271 : : };
25272 : : static
25273 : : struct {
25274 : : PyObject_VAR_HEAD
25275 : : Py_hash_t ob_shash;
25276 : : char ob_sval[78];
25277 : : }
25278 : : importlib__bootstrap_external_toplevel_consts_40_linetable = {
25279 : : .ob_base = {
25280 : : .ob_base = {
25281 : : .ob_refcnt = 999999999,
25282 : : .ob_type = &PyBytes_Type,
25283 : : },
25284 : : .ob_size = 77,
25285 : : },
25286 : : .ob_shash = -1,
25287 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0f\x19\x98\x24\xd4\x0f\x1f\xd7\x0f\x27\xd1\x0f\x27\x88\x04\xf0\x0a\x00\x05\x09\x88\x45\x81\x4d\x80\x44\xd8\x0b\x0f\x80\x4b\xf8\xf5\x0b\x00\x0c\x13\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x04\x88\x04\x88\x04\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
25288 : : };
25289 : : static
25290 : : struct {
25291 : : PyObject_VAR_HEAD
25292 : : Py_hash_t ob_shash;
25293 : : char ob_sval[13];
25294 : : }
25295 : : importlib__bootstrap_external_toplevel_consts_40_exceptiontable = {
25296 : : .ob_base = {
25297 : : .ob_base = {
25298 : : .ob_refcnt = 999999999,
25299 : : .ob_type = &PyBytes_Type,
25300 : : },
25301 : : .ob_size = 12,
25302 : : },
25303 : : .ob_shash = -1,
25304 : : .ob_sval = "\x82\x17\x20\x00\xa0\x0c\x2f\x03\xae\x01\x2f\x03",
25305 : : };
25306 : : static
25307 : : struct {
25308 : : PyGC_Head _gc_head;
25309 : : struct {
25310 : : PyObject_VAR_HEAD
25311 : : PyObject *ob_item[2];
25312 : : }_object;
25313 : : }
25314 : : importlib__bootstrap_external_toplevel_consts_40_localsplusnames = {
25315 : : ._object = {
25316 : : .ob_base = {
25317 : : .ob_base = {
25318 : : .ob_refcnt = 999999999,
25319 : : .ob_type = &PyTuple_Type,
25320 : : },
25321 : : .ob_size = 2,
25322 : : },
25323 : : .ob_item = {
25324 : : &_Py_ID(path),
25325 : : &_Py_ID(mode),
25326 : : },
25327 : : },
25328 : : };
25329 : : static
25330 : : struct _PyCode_DEF(100)
25331 : : importlib__bootstrap_external_toplevel_consts_40 = {
25332 : : .ob_base = {
25333 : : .ob_base = {
25334 : : .ob_refcnt = 999999999,
25335 : : .ob_type = &PyCode_Type,
25336 : : },
25337 : : .ob_size = 50,
25338 : : },
25339 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_40_consts._object.ob_base.ob_base,
25340 : : .co_names = & importlib__bootstrap_external_toplevel_consts_40_names._object.ob_base.ob_base,
25341 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_40_exceptiontable.ob_base.ob_base,
25342 : : .co_flags = 3,
25343 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25344 : : ._co_linearray_entry_size = 0,
25345 : : .co_argcount = 1,
25346 : : .co_posonlyargcount = 0,
25347 : : .co_kwonlyargcount = 0,
25348 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
25349 : : .co_stacksize = 4,
25350 : : .co_firstlineno = 586,
25351 : : .co_nlocalsplus = 2,
25352 : : .co_nlocals = 2,
25353 : : .co_nplaincellvars = 0,
25354 : : .co_ncellvars = 0,
25355 : : .co_nfreevars = 0,
25356 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
25357 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
25358 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25359 : : .co_name = & const_str__calc_mode._ascii.ob_base,
25360 : : .co_qualname = & const_str__calc_mode._ascii.ob_base,
25361 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_40_linetable.ob_base.ob_base,
25362 : : ._co_code = NULL,
25363 : : ._co_linearray = NULL,
25364 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x7a\x14\x00\x00\x7d\x01\x7c\x01\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x01\x59\x00\x8c\x15\x77\x00\x78\x03\x59\x00\x77\x01",
25365 : : ._co_firsttraceable = 0,
25366 : : };
25367 : : static
25368 : : struct {
25369 : : PyASCIIObject _ascii;
25370 : : uint8_t _data[253];
25371 : : }
25372 : : importlib__bootstrap_external_toplevel_consts_41_consts_0 = {
25373 : : ._ascii = {
25374 : : .ob_base = {
25375 : : .ob_refcnt = 999999999,
25376 : : .ob_type = &PyUnicode_Type,
25377 : : },
25378 : : .length = 252,
25379 : : .hash = -1,
25380 : : .state = {
25381 : : .kind = 1,
25382 : : .compact = 1,
25383 : : .ascii = 1,
25384 : : },
25385 : : },
25386 : : ._data = "\x44\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x74\x6f\x20\x76\x65\x72\x69\x66\x79\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x72\x65\x71\x75\x65\x73\x74\x65\x64\x20\x6d\x61\x74\x63\x68\x65\x73\x20\x74\x68\x65\x20\x6f\x6e\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6c\x6f\x61\x64\x65\x72\x20\x63\x61\x6e\x20\x68\x61\x6e\x64\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x66\x69\x72\x73\x74\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x28\x73\x65\x6c\x66\x29\x20\x6d\x75\x73\x74\x20\x64\x65\x66\x69\x6e\x65\x20\x5f\x6e\x61\x6d\x65\x20\x77\x68\x69\x63\x68\x20\x74\x68\x65\x20\x73\x65\x63\x6f\x6e\x64\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x69\x73\x0a\x20\x20\x20\x20\x63\x6f\x6d\x70\x61\x72\x65\x64\x20\x61\x67\x61\x69\x6e\x73\x74\x2e\x20\x49\x66\x20\x74\x68\x65\x20\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e\x20\x66\x61\x69\x6c\x73\x20\x74\x68\x65\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
25387 : : };
25388 : : static
25389 : : struct {
25390 : : PyASCIIObject _ascii;
25391 : : uint8_t _data[12];
25392 : : }
25393 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1 = {
25394 : : ._ascii = {
25395 : : .ob_base = {
25396 : : .ob_refcnt = 999999999,
25397 : : .ob_type = &PyUnicode_Type,
25398 : : },
25399 : : .length = 11,
25400 : : .hash = -1,
25401 : : .state = {
25402 : : .kind = 1,
25403 : : .compact = 1,
25404 : : .ascii = 1,
25405 : : },
25406 : : },
25407 : : ._data = "loader for ",
25408 : : };
25409 : : static
25410 : : struct {
25411 : : PyASCIIObject _ascii;
25412 : : uint8_t _data[16];
25413 : : }
25414 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2 = {
25415 : : ._ascii = {
25416 : : .ob_base = {
25417 : : .ob_refcnt = 999999999,
25418 : : .ob_type = &PyUnicode_Type,
25419 : : },
25420 : : .length = 15,
25421 : : .hash = -1,
25422 : : .state = {
25423 : : .kind = 1,
25424 : : .compact = 1,
25425 : : .ascii = 1,
25426 : : },
25427 : : },
25428 : : ._data = " cannot handle ",
25429 : : };
25430 : : static
25431 : : struct {
25432 : : PyGC_Head _gc_head;
25433 : : struct {
25434 : : PyObject_VAR_HEAD
25435 : : PyObject *ob_item[4];
25436 : : }_object;
25437 : : }
25438 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_consts = {
25439 : : ._object = {
25440 : : .ob_base = {
25441 : : .ob_base = {
25442 : : .ob_refcnt = 999999999,
25443 : : .ob_type = &PyTuple_Type,
25444 : : },
25445 : : .ob_size = 4,
25446 : : },
25447 : : .ob_item = {
25448 : : Py_None,
25449 : : & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1._ascii.ob_base,
25450 : : & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2._ascii.ob_base,
25451 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
25452 : : },
25453 : : },
25454 : : };
25455 : : static
25456 : : struct {
25457 : : PyGC_Head _gc_head;
25458 : : struct {
25459 : : PyObject_VAR_HEAD
25460 : : PyObject *ob_item[2];
25461 : : }_object;
25462 : : }
25463 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_names = {
25464 : : ._object = {
25465 : : .ob_base = {
25466 : : .ob_base = {
25467 : : .ob_refcnt = 999999999,
25468 : : .ob_type = &PyTuple_Type,
25469 : : },
25470 : : .ob_size = 2,
25471 : : },
25472 : : .ob_item = {
25473 : : &_Py_ID(name),
25474 : : & const_str_ImportError._ascii.ob_base,
25475 : : },
25476 : : },
25477 : : };
25478 : : static
25479 : : struct {
25480 : : PyASCIIObject _ascii;
25481 : : uint8_t _data[20];
25482 : : }
25483 : : const_str__check_name_wrapper = {
25484 : : ._ascii = {
25485 : : .ob_base = {
25486 : : .ob_refcnt = 999999999,
25487 : : .ob_type = &PyUnicode_Type,
25488 : : },
25489 : : .length = 19,
25490 : : .hash = -1,
25491 : : .state = {
25492 : : .kind = 1,
25493 : : .compact = 1,
25494 : : .ascii = 1,
25495 : : },
25496 : : },
25497 : : ._data = "_check_name_wrapper",
25498 : : };
25499 : : static
25500 : : struct {
25501 : : PyASCIIObject _ascii;
25502 : : uint8_t _data[41];
25503 : : }
25504 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname = {
25505 : : ._ascii = {
25506 : : .ob_base = {
25507 : : .ob_refcnt = 999999999,
25508 : : .ob_type = &PyUnicode_Type,
25509 : : },
25510 : : .length = 40,
25511 : : .hash = -1,
25512 : : .state = {
25513 : : .kind = 1,
25514 : : .compact = 1,
25515 : : .ascii = 1,
25516 : : },
25517 : : },
25518 : : ._data = "_check_name.<locals>._check_name_wrapper",
25519 : : };
25520 : : static
25521 : : struct {
25522 : : PyObject_VAR_HEAD
25523 : : Py_hash_t ob_shash;
25524 : : char ob_sval[117];
25525 : : }
25526 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable = {
25527 : : .ob_base = {
25528 : : .ob_base = {
25529 : : .ob_refcnt = 999999999,
25530 : : .ob_type = &PyBytes_Type,
25531 : : },
25532 : : .ob_size = 116,
25533 : : },
25534 : : .ob_shash = -1,
25535 : : .ob_sval = "\xf8\x80\x00\xd8\x0b\x0f\xf0\x00\x04\x09\x3e\xd8\x13\x17\x97\x39\x91\x39\x88\x44\x88\x44\xd8\x0d\x11\x8f\x59\x89\x59\x98\x24\xd2\x0d\x1e\xf0\x00\x02\x09\x3e\xdd\x12\x1d\x90\x2b\xd8\x21\x25\xa7\x19\xa1\x19\xa0\x19\xa0\x19\xa8\x44\xa8\x44\xf0\x03\x01\x1f\x32\xd8\x38\x3c\xf0\x03\x01\x13\x3e\xf4\x00\x01\x13\x3e\xf0\x00\x01\x0d\x3e\xe0\x0f\x15\x88\x76\x90\x64\x98\x44\xd0\x0f\x32\xa0\x34\xd0\x0f\x32\xd0\x0f\x32\xd0\x0f\x32\xa8\x36\xd0\x0f\x32\xd0\x0f\x32\xd0\x08\x32",
25536 : : };
25537 : : static
25538 : : struct {
25539 : : PyASCIIObject _ascii;
25540 : : uint8_t _data[7];
25541 : : }
25542 : : const_str_method = {
25543 : : ._ascii = {
25544 : : .ob_base = {
25545 : : .ob_refcnt = 999999999,
25546 : : .ob_type = &PyUnicode_Type,
25547 : : },
25548 : : .length = 6,
25549 : : .hash = -1,
25550 : : .state = {
25551 : : .kind = 1,
25552 : : .compact = 1,
25553 : : .ascii = 1,
25554 : : },
25555 : : },
25556 : : ._data = "method",
25557 : : };
25558 : : static
25559 : : struct {
25560 : : PyGC_Head _gc_head;
25561 : : struct {
25562 : : PyObject_VAR_HEAD
25563 : : PyObject *ob_item[5];
25564 : : }_object;
25565 : : }
25566 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames = {
25567 : : ._object = {
25568 : : .ob_base = {
25569 : : .ob_base = {
25570 : : .ob_refcnt = 999999999,
25571 : : .ob_type = &PyTuple_Type,
25572 : : },
25573 : : .ob_size = 5,
25574 : : },
25575 : : .ob_item = {
25576 : : & const_str_self._ascii.ob_base,
25577 : : &_Py_ID(name),
25578 : : & const_str_args._ascii.ob_base,
25579 : : & const_str_kwargs._ascii.ob_base,
25580 : : & const_str_method._ascii.ob_base,
25581 : : },
25582 : : },
25583 : : };
25584 : : static
25585 : : struct {
25586 : : PyObject_VAR_HEAD
25587 : : Py_hash_t ob_shash;
25588 : : char ob_sval[6];
25589 : : }
25590 : : importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds = {
25591 : : .ob_base = {
25592 : : .ob_base = {
25593 : : .ob_refcnt = 999999999,
25594 : : .ob_type = &PyBytes_Type,
25595 : : },
25596 : : .ob_size = 5,
25597 : : },
25598 : : .ob_shash = -1,
25599 : : .ob_sval = "\x20\x20\x20\x20\x80",
25600 : : };
25601 : : static
25602 : : struct _PyCode_DEF(154)
25603 : : importlib__bootstrap_external_toplevel_consts_41_consts_2 = {
25604 : : .ob_base = {
25605 : : .ob_base = {
25606 : : .ob_refcnt = 999999999,
25607 : : .ob_type = &PyCode_Type,
25608 : : },
25609 : : .ob_size = 77,
25610 : : },
25611 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_2_consts._object.ob_base.ob_base,
25612 : : .co_names = & importlib__bootstrap_external_toplevel_consts_41_consts_2_names._object.ob_base.ob_base,
25613 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
25614 : : .co_flags = 31,
25615 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25616 : : ._co_linearray_entry_size = 0,
25617 : : .co_argcount = 2,
25618 : : .co_posonlyargcount = 0,
25619 : : .co_kwonlyargcount = 0,
25620 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
25621 : : .co_stacksize = 6,
25622 : : .co_firstlineno = 606,
25623 : : .co_nlocalsplus = 5,
25624 : : .co_nlocals = 4,
25625 : : .co_nplaincellvars = 0,
25626 : : .co_ncellvars = 0,
25627 : : .co_nfreevars = 1,
25628 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localsplusnames._object.ob_base.ob_base,
25629 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
25630 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25631 : : .co_name = & const_str__check_name_wrapper._ascii.ob_base,
25632 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname._ascii.ob_base,
25633 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_2_linetable.ob_base.ob_base,
25634 : : ._co_code = NULL,
25635 : : ._co_linearray = NULL,
25636 : : .co_code_adaptive = "\x95\x01\x97\x00\x7c\x01\x80\x0d\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x2f\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x1f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x01\x9b\x01\x9d\x04\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x04\x7c\x00\x7c\x01\x67\x02\x7c\x02\xa2\x01\x52\x00\x69\x00\x7c\x03\xa4\x01\x8e\x01\x53\x00",
25637 : : ._co_firsttraceable = 1,
25638 : : };
25639 : : static
25640 : : struct {
25641 : : PyGC_Head _gc_head;
25642 : : struct {
25643 : : PyObject_VAR_HEAD
25644 : : PyObject *ob_item[2];
25645 : : }_object;
25646 : : }
25647 : : importlib__bootstrap_external_toplevel_consts_41_consts_3_consts = {
25648 : : ._object = {
25649 : : .ob_base = {
25650 : : .ob_base = {
25651 : : .ob_refcnt = 999999999,
25652 : : .ob_type = &PyTuple_Type,
25653 : : },
25654 : : .ob_size = 2,
25655 : : },
25656 : : .ob_item = {
25657 : : Py_None,
25658 : : & importlib__bootstrap_toplevel_consts_3_consts_1._object.ob_base.ob_base,
25659 : : },
25660 : : },
25661 : : };
25662 : : static
25663 : : struct {
25664 : : PyASCIIObject _ascii;
25665 : : uint8_t _data[27];
25666 : : }
25667 : : importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname = {
25668 : : ._ascii = {
25669 : : .ob_base = {
25670 : : .ob_refcnt = 999999999,
25671 : : .ob_type = &PyUnicode_Type,
25672 : : },
25673 : : .length = 26,
25674 : : .hash = -1,
25675 : : .state = {
25676 : : .kind = 1,
25677 : : .compact = 1,
25678 : : .ascii = 1,
25679 : : },
25680 : : },
25681 : : ._data = "_check_name.<locals>._wrap",
25682 : : };
25683 : : static
25684 : : struct {
25685 : : PyObject_VAR_HEAD
25686 : : Py_hash_t ob_shash;
25687 : : char ob_sval[92];
25688 : : }
25689 : : importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable = {
25690 : : .ob_base = {
25691 : : .ob_base = {
25692 : : .ob_refcnt = 999999999,
25693 : : .ob_type = &PyBytes_Type,
25694 : : },
25695 : : .ob_size = 91,
25696 : : },
25697 : : .ob_shash = -1,
25698 : : .ob_sval = "\x80\x00\xd8\x1b\x50\xf0\x00\x02\x0d\x41\x01\xf1\x00\x02\x0d\x41\x01\x90\x07\xdd\x13\x1a\x98\x33\xa0\x07\xd4\x13\x28\xf0\x00\x01\x11\x41\x01\xdd\x14\x1b\x98\x43\xa0\x17\xad\x27\xb0\x23\xb0\x77\xd4\x2a\x3f\xd4\x14\x40\xd0\x14\x40\xd0\x14\x40\xd8\x0c\x0f\x8f\x4c\x89\x4c\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x03\xa7\x0c\xa1\x0c\xd4\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d\xd0\x0c\x2d",
25699 : : };
25700 : : static
25701 : : struct _PyCode_DEF(176)
25702 : : importlib__bootstrap_external_toplevel_consts_41_consts_3 = {
25703 : : .ob_base = {
25704 : : .ob_base = {
25705 : : .ob_refcnt = 999999999,
25706 : : .ob_type = &PyCode_Type,
25707 : : },
25708 : : .ob_size = 88,
25709 : : },
25710 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts_3_consts._object.ob_base.ob_base,
25711 : : .co_names = & importlib__bootstrap_toplevel_consts_3_names._object.ob_base.ob_base,
25712 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
25713 : : .co_flags = 19,
25714 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25715 : : ._co_linearray_entry_size = 0,
25716 : : .co_argcount = 2,
25717 : : .co_posonlyargcount = 0,
25718 : : .co_kwonlyargcount = 0,
25719 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
25720 : : .co_stacksize = 9,
25721 : : .co_firstlineno = 619,
25722 : : .co_nlocalsplus = 3,
25723 : : .co_nlocals = 3,
25724 : : .co_nplaincellvars = 0,
25725 : : .co_ncellvars = 0,
25726 : : .co_nfreevars = 0,
25727 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
25728 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
25729 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25730 : : .co_name = & const_str__wrap._ascii.ob_base,
25731 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname._ascii.ob_base,
25732 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_consts_3_linetable.ob_base.ob_base,
25733 : : ._co_code = NULL,
25734 : : ._co_linearray = NULL,
25735 : : .co_code_adaptive = "\x97\x00\x64\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
25736 : : ._co_firsttraceable = 0,
25737 : : };
25738 : : static
25739 : : struct {
25740 : : PyGC_Head _gc_head;
25741 : : struct {
25742 : : PyObject_VAR_HEAD
25743 : : PyObject *ob_item[5];
25744 : : }_object;
25745 : : }
25746 : : importlib__bootstrap_external_toplevel_consts_41_consts = {
25747 : : ._object = {
25748 : : .ob_base = {
25749 : : .ob_base = {
25750 : : .ob_refcnt = 999999999,
25751 : : .ob_type = &PyTuple_Type,
25752 : : },
25753 : : .ob_size = 5,
25754 : : },
25755 : : .ob_item = {
25756 : : & importlib__bootstrap_external_toplevel_consts_41_consts_0._ascii.ob_base,
25757 : : Py_None,
25758 : : & importlib__bootstrap_external_toplevel_consts_41_consts_2.ob_base.ob_base,
25759 : : & importlib__bootstrap_external_toplevel_consts_41_consts_3.ob_base.ob_base,
25760 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
25761 : : },
25762 : : },
25763 : : };
25764 : : static
25765 : : struct {
25766 : : PyGC_Head _gc_head;
25767 : : struct {
25768 : : PyObject_VAR_HEAD
25769 : : PyObject *ob_item[2];
25770 : : }_object;
25771 : : }
25772 : : importlib__bootstrap_external_toplevel_consts_41_names = {
25773 : : ._object = {
25774 : : .ob_base = {
25775 : : .ob_base = {
25776 : : .ob_refcnt = 999999999,
25777 : : .ob_type = &PyTuple_Type,
25778 : : },
25779 : : .ob_size = 2,
25780 : : },
25781 : : .ob_item = {
25782 : : &_Py_ID(_bootstrap),
25783 : : & const_str__wrap._ascii.ob_base,
25784 : : },
25785 : : },
25786 : : };
25787 : : static
25788 : : struct {
25789 : : PyASCIIObject _ascii;
25790 : : uint8_t _data[12];
25791 : : }
25792 : : const_str__check_name = {
25793 : : ._ascii = {
25794 : : .ob_base = {
25795 : : .ob_refcnt = 999999999,
25796 : : .ob_type = &PyUnicode_Type,
25797 : : },
25798 : : .length = 11,
25799 : : .hash = -1,
25800 : : .state = {
25801 : : .kind = 1,
25802 : : .compact = 1,
25803 : : .ascii = 1,
25804 : : },
25805 : : },
25806 : : ._data = "_check_name",
25807 : : };
25808 : : static
25809 : : struct {
25810 : : PyObject_VAR_HEAD
25811 : : Py_hash_t ob_shash;
25812 : : char ob_sval[96];
25813 : : }
25814 : : importlib__bootstrap_external_toplevel_consts_41_linetable = {
25815 : : .ob_base = {
25816 : : .ob_base = {
25817 : : .ob_refcnt = 999999999,
25818 : : .ob_type = &PyBytes_Type,
25819 : : },
25820 : : .ob_size = 95,
25821 : : },
25822 : : .ob_shash = -1,
25823 : : .ob_sval = "\xf8\x80\x00\xf0\x10\x00\x28\x2c\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf0\x00\x06\x05\x33\xf5\x14\x00\x08\x12\xf0\x00\x07\x05\x2e\xdd\x10\x1a\xd7\x10\x20\xd1\x10\x20\x88\x05\x88\x05\xf0\x04\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x00\x04\x09\x2e\xf0\x0c\x00\x05\x0a\x80\x45\xd0\x0a\x1d\x98\x76\xd4\x04\x26\xd0\x04\x26\xd8\x0b\x1e\xd0\x04\x1e",
25824 : : };
25825 : : static
25826 : : struct {
25827 : : PyGC_Head _gc_head;
25828 : : struct {
25829 : : PyObject_VAR_HEAD
25830 : : PyObject *ob_item[3];
25831 : : }_object;
25832 : : }
25833 : : importlib__bootstrap_external_toplevel_consts_41_localsplusnames = {
25834 : : ._object = {
25835 : : .ob_base = {
25836 : : .ob_base = {
25837 : : .ob_refcnt = 999999999,
25838 : : .ob_type = &PyTuple_Type,
25839 : : },
25840 : : .ob_size = 3,
25841 : : },
25842 : : .ob_item = {
25843 : : & const_str_method._ascii.ob_base,
25844 : : & const_str__check_name_wrapper._ascii.ob_base,
25845 : : & const_str__wrap._ascii.ob_base,
25846 : : },
25847 : : },
25848 : : };
25849 : : static
25850 : : struct {
25851 : : PyObject_VAR_HEAD
25852 : : Py_hash_t ob_shash;
25853 : : char ob_sval[4];
25854 : : }
25855 : : importlib__bootstrap_external_toplevel_consts_41_localspluskinds = {
25856 : : .ob_base = {
25857 : : .ob_base = {
25858 : : .ob_refcnt = 999999999,
25859 : : .ob_type = &PyBytes_Type,
25860 : : },
25861 : : .ob_size = 3,
25862 : : },
25863 : : .ob_shash = -1,
25864 : : .ob_sval = "` ",
25865 : : };
25866 : : static
25867 : : struct _PyCode_DEF(96)
25868 : : importlib__bootstrap_external_toplevel_consts_41 = {
25869 : : .ob_base = {
25870 : : .ob_base = {
25871 : : .ob_refcnt = 999999999,
25872 : : .ob_type = &PyCode_Type,
25873 : : },
25874 : : .ob_size = 48,
25875 : : },
25876 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_41_consts._object.ob_base.ob_base,
25877 : : .co_names = & importlib__bootstrap_external_toplevel_consts_41_names._object.ob_base.ob_base,
25878 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
25879 : : .co_flags = 3,
25880 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
25881 : : ._co_linearray_entry_size = 0,
25882 : : .co_argcount = 1,
25883 : : .co_posonlyargcount = 0,
25884 : : .co_kwonlyargcount = 0,
25885 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
25886 : : .co_stacksize = 4,
25887 : : .co_firstlineno = 598,
25888 : : .co_nlocalsplus = 3,
25889 : : .co_nlocals = 3,
25890 : : .co_nplaincellvars = 0,
25891 : : .co_ncellvars = 1,
25892 : : .co_nfreevars = 0,
25893 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_41_localsplusnames._object.ob_base.ob_base,
25894 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_localspluskinds.ob_base.ob_base,
25895 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
25896 : : .co_name = & const_str__check_name._ascii.ob_base,
25897 : : .co_qualname = & const_str__check_name._ascii.ob_base,
25898 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_41_linetable.ob_base.ob_base,
25899 : : ._co_code = NULL,
25900 : : ._co_linearray = NULL,
25901 : : .co_code_adaptive = "\x87\x00\x97\x00\x64\x04\x88\x00\x66\x01\x64\x02\x84\x09\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x12\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x03\x64\x03\x84\x00\x7d\x02\x02\x00\x7c\x02\x7c\x01\x89\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
25902 : : ._co_firsttraceable = 1,
25903 : : };
25904 : : static
25905 : : struct {
25906 : : PyASCIIObject _ascii;
25907 : : uint8_t _data[156];
25908 : : }
25909 : : importlib__bootstrap_external_toplevel_consts_42_consts_0 = {
25910 : : ._ascii = {
25911 : : .ob_base = {
25912 : : .ob_refcnt = 999999999,
25913 : : .ob_type = &PyUnicode_Type,
25914 : : },
25915 : : .length = 155,
25916 : : .hash = -1,
25917 : : .state = {
25918 : : .kind = 1,
25919 : : .compact = 1,
25920 : : .ascii = 1,
25921 : : },
25922 : : },
25923 : : ._data = "\x54\x72\x79\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x61\x20\x6c\x6f\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x79\x20\x64\x65\x6c\x65\x67\x61\x74\x69\x6e\x67\x20\x74\x6f\x0a\x20\x20\x20\x20\x73\x65\x6c\x66\x2e\x66\x69\x6e\x64\x5f\x6c\x6f\x61\x64\x65\x72\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x20\x69\x6e\x20\x66\x61\x76\x6f\x72\x20\x6f\x66\x20\x66\x69\x6e\x64\x65\x72\x2e\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x2e\x0a\x0a\x20\x20\x20\x20",
25924 : : };
25925 : : static
25926 : : struct {
25927 : : PyASCIIObject _ascii;
25928 : : uint8_t _data[91];
25929 : : }
25930 : : importlib__bootstrap_external_toplevel_consts_42_consts_1 = {
25931 : : ._ascii = {
25932 : : .ob_base = {
25933 : : .ob_refcnt = 999999999,
25934 : : .ob_type = &PyUnicode_Type,
25935 : : },
25936 : : .length = 90,
25937 : : .hash = -1,
25938 : : .state = {
25939 : : .kind = 1,
25940 : : .compact = 1,
25941 : : .ascii = 1,
25942 : : },
25943 : : },
25944 : : ._data = "find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
25945 : : };
25946 : : static
25947 : : struct {
25948 : : PyASCIIObject _ascii;
25949 : : uint8_t _data[45];
25950 : : }
25951 : : importlib__bootstrap_external_toplevel_consts_42_consts_3 = {
25952 : : ._ascii = {
25953 : : .ob_base = {
25954 : : .ob_refcnt = 999999999,
25955 : : .ob_type = &PyUnicode_Type,
25956 : : },
25957 : : .length = 44,
25958 : : .hash = -1,
25959 : : .state = {
25960 : : .kind = 1,
25961 : : .compact = 1,
25962 : : .ascii = 1,
25963 : : },
25964 : : },
25965 : : ._data = "Not importing directory {}: missing __init__",
25966 : : };
25967 : : static
25968 : : struct {
25969 : : PyGC_Head _gc_head;
25970 : : struct {
25971 : : PyObject_VAR_HEAD
25972 : : PyObject *ob_item[5];
25973 : : }_object;
25974 : : }
25975 : : importlib__bootstrap_external_toplevel_consts_42_consts = {
25976 : : ._object = {
25977 : : .ob_base = {
25978 : : .ob_base = {
25979 : : .ob_refcnt = 999999999,
25980 : : .ob_type = &PyTuple_Type,
25981 : : },
25982 : : .ob_size = 5,
25983 : : },
25984 : : .ob_item = {
25985 : : & importlib__bootstrap_external_toplevel_consts_42_consts_0._ascii.ob_base,
25986 : : & importlib__bootstrap_external_toplevel_consts_42_consts_1._ascii.ob_base,
25987 : : Py_None,
25988 : : & importlib__bootstrap_external_toplevel_consts_42_consts_3._ascii.ob_base,
25989 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
25990 : : },
25991 : : },
25992 : : };
25993 : : static
25994 : : struct {
25995 : : PyASCIIObject _ascii;
25996 : : uint8_t _data[12];
25997 : : }
25998 : : const_str_find_loader = {
25999 : : ._ascii = {
26000 : : .ob_base = {
26001 : : .ob_refcnt = 999999999,
26002 : : .ob_type = &PyUnicode_Type,
26003 : : },
26004 : : .length = 11,
26005 : : .hash = -1,
26006 : : .state = {
26007 : : .kind = 1,
26008 : : .compact = 1,
26009 : : .ascii = 1,
26010 : : },
26011 : : },
26012 : : ._data = "find_loader",
26013 : : };
26014 : : static
26015 : : struct {
26016 : : PyGC_Head _gc_head;
26017 : : struct {
26018 : : PyObject_VAR_HEAD
26019 : : PyObject *ob_item[7];
26020 : : }_object;
26021 : : }
26022 : : importlib__bootstrap_external_toplevel_consts_42_names = {
26023 : : ._object = {
26024 : : .ob_base = {
26025 : : .ob_base = {
26026 : : .ob_refcnt = 999999999,
26027 : : .ob_type = &PyTuple_Type,
26028 : : },
26029 : : .ob_size = 7,
26030 : : },
26031 : : .ob_item = {
26032 : : & const_str__warnings._ascii.ob_base,
26033 : : & const_str_warn._ascii.ob_base,
26034 : : & const_str_DeprecationWarning._ascii.ob_base,
26035 : : & const_str_find_loader._ascii.ob_base,
26036 : : &_Py_ID(len),
26037 : : & const_str_format._ascii.ob_base,
26038 : : & const_str_ImportWarning._ascii.ob_base,
26039 : : },
26040 : : },
26041 : : };
26042 : : static
26043 : : struct {
26044 : : PyASCIIObject _ascii;
26045 : : uint8_t _data[18];
26046 : : }
26047 : : const_str__find_module_shim = {
26048 : : ._ascii = {
26049 : : .ob_base = {
26050 : : .ob_refcnt = 999999999,
26051 : : .ob_type = &PyUnicode_Type,
26052 : : },
26053 : : .length = 17,
26054 : : .hash = -1,
26055 : : .state = {
26056 : : .kind = 1,
26057 : : .compact = 1,
26058 : : .ascii = 1,
26059 : : },
26060 : : },
26061 : : ._data = "_find_module_shim",
26062 : : };
26063 : : static
26064 : : struct {
26065 : : PyObject_VAR_HEAD
26066 : : Py_hash_t ob_shash;
26067 : : char ob_sval[113];
26068 : : }
26069 : : importlib__bootstrap_external_toplevel_consts_42_linetable = {
26070 : : .ob_base = {
26071 : : .ob_base = {
26072 : : .ob_refcnt = 999999999,
26073 : : .ob_type = &PyBytes_Type,
26074 : : },
26075 : : .ob_size = 112,
26076 : : },
26077 : : .ob_shash = -1,
26078 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x13\x87\x4e\x81\x4e\xf0\x00\x01\x14\x50\x01\xe5\x13\x25\xf4\x05\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x0c\x00\x18\x1c\xd7\x17\x27\xd1\x17\x27\xa8\x08\xd4\x17\x31\xd1\x04\x14\x80\x46\x88\x48\xd8\x07\x0d\xf0\x00\x02\x05\x3f\x9d\x23\x98\x68\x9c\x2d\xf0\x00\x02\x05\x3f\xd8\x0e\x3c\x88\x03\xdd\x08\x16\x8f\x0e\x89\x0e\x90\x73\x97\x7a\x91\x7a\xa0\x28\xa8\x31\xa4\x2b\xd4\x17\x2e\xb5\x0d\xd4\x08\x3e\xd0\x08\x3e\xd8\x0b\x11\x80\x4d",
26079 : : };
26080 : : static
26081 : : struct {
26082 : : PyASCIIObject _ascii;
26083 : : uint8_t _data[9];
26084 : : }
26085 : : const_str_portions = {
26086 : : ._ascii = {
26087 : : .ob_base = {
26088 : : .ob_refcnt = 999999999,
26089 : : .ob_type = &PyUnicode_Type,
26090 : : },
26091 : : .length = 8,
26092 : : .hash = -1,
26093 : : .state = {
26094 : : .kind = 1,
26095 : : .compact = 1,
26096 : : .ascii = 1,
26097 : : },
26098 : : },
26099 : : ._data = "portions",
26100 : : };
26101 : : static
26102 : : struct {
26103 : : PyGC_Head _gc_head;
26104 : : struct {
26105 : : PyObject_VAR_HEAD
26106 : : PyObject *ob_item[5];
26107 : : }_object;
26108 : : }
26109 : : importlib__bootstrap_external_toplevel_consts_42_localsplusnames = {
26110 : : ._object = {
26111 : : .ob_base = {
26112 : : .ob_base = {
26113 : : .ob_refcnt = 999999999,
26114 : : .ob_type = &PyTuple_Type,
26115 : : },
26116 : : .ob_size = 5,
26117 : : },
26118 : : .ob_item = {
26119 : : & const_str_self._ascii.ob_base,
26120 : : & const_str_fullname._ascii.ob_base,
26121 : : & const_str_loader._ascii.ob_base,
26122 : : & const_str_portions._ascii.ob_base,
26123 : : &_Py_ID(msg),
26124 : : },
26125 : : },
26126 : : };
26127 : : static
26128 : : struct _PyCode_DEF(242)
26129 : : importlib__bootstrap_external_toplevel_consts_42 = {
26130 : : .ob_base = {
26131 : : .ob_base = {
26132 : : .ob_refcnt = 999999999,
26133 : : .ob_type = &PyCode_Type,
26134 : : },
26135 : : .ob_size = 121,
26136 : : },
26137 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_42_consts._object.ob_base.ob_base,
26138 : : .co_names = & importlib__bootstrap_external_toplevel_consts_42_names._object.ob_base.ob_base,
26139 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26140 : : .co_flags = 3,
26141 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26142 : : ._co_linearray_entry_size = 0,
26143 : : .co_argcount = 2,
26144 : : .co_posonlyargcount = 0,
26145 : : .co_kwonlyargcount = 0,
26146 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
26147 : : .co_stacksize = 6,
26148 : : .co_firstlineno = 629,
26149 : : .co_nlocalsplus = 5,
26150 : : .co_nlocals = 5,
26151 : : .co_nplaincellvars = 0,
26152 : : .co_ncellvars = 0,
26153 : : .co_nfreevars = 0,
26154 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_42_localsplusnames._object.ob_base.ob_base,
26155 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
26156 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26157 : : .co_name = & const_str__find_module_shim._ascii.ob_base,
26158 : : .co_qualname = & const_str__find_module_shim._ascii.ob_base,
26159 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_42_linetable.ob_base.ob_base,
26160 : : ._co_code = NULL,
26161 : : ._co_linearray = NULL,
26162 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x80\x42\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x35\x64\x03\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
26163 : : ._co_firsttraceable = 0,
26164 : : };
26165 : : static
26166 : : struct {
26167 : : PyASCIIObject _ascii;
26168 : : uint8_t _data[597];
26169 : : }
26170 : : importlib__bootstrap_external_toplevel_consts_43_consts_0 = {
26171 : : ._ascii = {
26172 : : .ob_base = {
26173 : : .ob_refcnt = 999999999,
26174 : : .ob_type = &PyUnicode_Type,
26175 : : },
26176 : : .length = 596,
26177 : : .hash = -1,
26178 : : .state = {
26179 : : .kind = 1,
26180 : : .compact = 1,
26181 : : .ascii = 1,
26182 : : },
26183 : : },
26184 : : ._data = "\x50\x65\x72\x66\x6f\x72\x6d\x20\x62\x61\x73\x69\x63\x20\x76\x61\x6c\x69\x64\x69\x74\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x6f\x66\x20\x61\x20\x70\x79\x63\x20\x68\x65\x61\x64\x65\x72\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x66\x6c\x61\x67\x73\x20\x66\x69\x65\x6c\x64\x2c\x0a\x20\x20\x20\x20\x77\x68\x69\x63\x68\x20\x64\x65\x74\x65\x72\x6d\x69\x6e\x65\x73\x20\x68\x6f\x77\x20\x74\x68\x65\x20\x70\x79\x63\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x66\x75\x72\x74\x68\x65\x72\x20\x76\x61\x6c\x69\x64\x61\x74\x65\x64\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2c\x20\x74\x68\x6f\x75\x67\x68\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x6d\x61\x67\x69\x63\x20\x6e\x75\x6d\x62\x65\x72\x20\x69\x73\x20\x69\x6e\x63\x6f\x72\x72\x65\x63\x74\x20\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x66\x6c\x61\x67\x73\x0a\x20\x20\x20\x20\x66\x69\x65\x6c\x64\x20\x69\x73\x20\x69\x6e\x76\x61\x6c\x69\x64\x2e\x20\x45\x4f\x46\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x64\x61\x74\x61\x20\x69\x73\x20\x66\x6f\x75\x6e\x64\x20\x74\x6f\x20\x62\x65\x20\x74\x72\x75\x6e\x63\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20",
26185 : : };
26186 : : static
26187 : : struct {
26188 : : PyASCIIObject _ascii;
26189 : : uint8_t _data[21];
26190 : : }
26191 : : importlib__bootstrap_external_toplevel_consts_43_consts_3 = {
26192 : : ._ascii = {
26193 : : .ob_base = {
26194 : : .ob_refcnt = 999999999,
26195 : : .ob_type = &PyUnicode_Type,
26196 : : },
26197 : : .length = 20,
26198 : : .hash = -1,
26199 : : .state = {
26200 : : .kind = 1,
26201 : : .compact = 1,
26202 : : .ascii = 1,
26203 : : },
26204 : : },
26205 : : ._data = "bad magic number in ",
26206 : : };
26207 : : static
26208 : : struct {
26209 : : PyASCIIObject _ascii;
26210 : : uint8_t _data[3];
26211 : : }
26212 : : importlib__bootstrap_external_toplevel_consts_43_consts_4 = {
26213 : : ._ascii = {
26214 : : .ob_base = {
26215 : : .ob_refcnt = 999999999,
26216 : : .ob_type = &PyUnicode_Type,
26217 : : },
26218 : : .length = 2,
26219 : : .hash = -1,
26220 : : .state = {
26221 : : .kind = 1,
26222 : : .compact = 1,
26223 : : .ascii = 1,
26224 : : },
26225 : : },
26226 : : ._data = ": ",
26227 : : };
26228 : : static
26229 : : struct {
26230 : : PyASCIIObject _ascii;
26231 : : uint8_t _data[3];
26232 : : }
26233 : : importlib__bootstrap_external_toplevel_consts_43_consts_5 = {
26234 : : ._ascii = {
26235 : : .ob_base = {
26236 : : .ob_refcnt = 999999999,
26237 : : .ob_type = &PyUnicode_Type,
26238 : : },
26239 : : .length = 2,
26240 : : .hash = -1,
26241 : : .state = {
26242 : : .kind = 1,
26243 : : .compact = 1,
26244 : : .ascii = 1,
26245 : : },
26246 : : },
26247 : : ._data = "{}",
26248 : : };
26249 : : static
26250 : : struct {
26251 : : PyASCIIObject _ascii;
26252 : : uint8_t _data[41];
26253 : : }
26254 : : importlib__bootstrap_external_toplevel_consts_43_consts_7 = {
26255 : : ._ascii = {
26256 : : .ob_base = {
26257 : : .ob_refcnt = 999999999,
26258 : : .ob_type = &PyUnicode_Type,
26259 : : },
26260 : : .length = 40,
26261 : : .hash = -1,
26262 : : .state = {
26263 : : .kind = 1,
26264 : : .compact = 1,
26265 : : .ascii = 1,
26266 : : },
26267 : : },
26268 : : ._data = "reached EOF while reading pyc header of ",
26269 : : };
26270 : : static
26271 : : struct {
26272 : : PyASCIIObject _ascii;
26273 : : uint8_t _data[15];
26274 : : }
26275 : : importlib__bootstrap_external_toplevel_consts_43_consts_10 = {
26276 : : ._ascii = {
26277 : : .ob_base = {
26278 : : .ob_refcnt = 999999999,
26279 : : .ob_type = &PyUnicode_Type,
26280 : : },
26281 : : .length = 14,
26282 : : .hash = -1,
26283 : : .state = {
26284 : : .kind = 1,
26285 : : .compact = 1,
26286 : : .ascii = 1,
26287 : : },
26288 : : },
26289 : : ._data = "invalid flags ",
26290 : : };
26291 : : static
26292 : : struct {
26293 : : PyASCIIObject _ascii;
26294 : : uint8_t _data[5];
26295 : : }
26296 : : importlib__bootstrap_external_toplevel_consts_43_consts_11 = {
26297 : : ._ascii = {
26298 : : .ob_base = {
26299 : : .ob_refcnt = 999999999,
26300 : : .ob_type = &PyUnicode_Type,
26301 : : },
26302 : : .length = 4,
26303 : : .hash = -1,
26304 : : .state = {
26305 : : .kind = 1,
26306 : : .compact = 1,
26307 : : .ascii = 1,
26308 : : },
26309 : : },
26310 : : ._data = " in ",
26311 : : };
26312 : : static
26313 : : struct {
26314 : : PyGC_Head _gc_head;
26315 : : struct {
26316 : : PyObject_VAR_HEAD
26317 : : PyObject *ob_item[12];
26318 : : }_object;
26319 : : }
26320 : : importlib__bootstrap_external_toplevel_consts_43_consts = {
26321 : : ._object = {
26322 : : .ob_base = {
26323 : : .ob_base = {
26324 : : .ob_refcnt = 999999999,
26325 : : .ob_type = &PyTuple_Type,
26326 : : },
26327 : : .ob_size = 12,
26328 : : },
26329 : : .ob_item = {
26330 : : & importlib__bootstrap_external_toplevel_consts_43_consts_0._ascii.ob_base,
26331 : : Py_None,
26332 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
26333 : : & importlib__bootstrap_external_toplevel_consts_43_consts_3._ascii.ob_base,
26334 : : & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
26335 : : & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
26336 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
26337 : : & importlib__bootstrap_external_toplevel_consts_43_consts_7._ascii.ob_base,
26338 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
26339 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -4],
26340 : : & importlib__bootstrap_external_toplevel_consts_43_consts_10._ascii.ob_base,
26341 : : & importlib__bootstrap_external_toplevel_consts_43_consts_11._ascii.ob_base,
26342 : : },
26343 : : },
26344 : : };
26345 : : static
26346 : : struct {
26347 : : PyASCIIObject _ascii;
26348 : : uint8_t _data[13];
26349 : : }
26350 : : const_str_MAGIC_NUMBER = {
26351 : : ._ascii = {
26352 : : .ob_base = {
26353 : : .ob_refcnt = 999999999,
26354 : : .ob_type = &PyUnicode_Type,
26355 : : },
26356 : : .length = 12,
26357 : : .hash = -1,
26358 : : .state = {
26359 : : .kind = 1,
26360 : : .compact = 1,
26361 : : .ascii = 1,
26362 : : },
26363 : : },
26364 : : ._data = "MAGIC_NUMBER",
26365 : : };
26366 : : static
26367 : : struct {
26368 : : PyASCIIObject _ascii;
26369 : : uint8_t _data[9];
26370 : : }
26371 : : const_str_EOFError = {
26372 : : ._ascii = {
26373 : : .ob_base = {
26374 : : .ob_refcnt = 999999999,
26375 : : .ob_type = &PyUnicode_Type,
26376 : : },
26377 : : .length = 8,
26378 : : .hash = -1,
26379 : : .state = {
26380 : : .kind = 1,
26381 : : .compact = 1,
26382 : : .ascii = 1,
26383 : : },
26384 : : },
26385 : : ._data = "EOFError",
26386 : : };
26387 : : static
26388 : : struct {
26389 : : PyGC_Head _gc_head;
26390 : : struct {
26391 : : PyObject_VAR_HEAD
26392 : : PyObject *ob_item[7];
26393 : : }_object;
26394 : : }
26395 : : importlib__bootstrap_external_toplevel_consts_43_names = {
26396 : : ._object = {
26397 : : .ob_base = {
26398 : : .ob_base = {
26399 : : .ob_refcnt = 999999999,
26400 : : .ob_type = &PyTuple_Type,
26401 : : },
26402 : : .ob_size = 7,
26403 : : },
26404 : : .ob_item = {
26405 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
26406 : : &_Py_ID(_bootstrap),
26407 : : & const_str__verbose_message._ascii.ob_base,
26408 : : & const_str_ImportError._ascii.ob_base,
26409 : : &_Py_ID(len),
26410 : : & const_str_EOFError._ascii.ob_base,
26411 : : & const_str__unpack_uint32._ascii.ob_base,
26412 : : },
26413 : : },
26414 : : };
26415 : : static
26416 : : struct {
26417 : : PyASCIIObject _ascii;
26418 : : uint8_t _data[14];
26419 : : }
26420 : : const_str__classify_pyc = {
26421 : : ._ascii = {
26422 : : .ob_base = {
26423 : : .ob_refcnt = 999999999,
26424 : : .ob_type = &PyUnicode_Type,
26425 : : },
26426 : : .length = 13,
26427 : : .hash = -1,
26428 : : .state = {
26429 : : .kind = 1,
26430 : : .compact = 1,
26431 : : .ascii = 1,
26432 : : },
26433 : : },
26434 : : ._data = "_classify_pyc",
26435 : : };
26436 : : static
26437 : : struct {
26438 : : PyObject_VAR_HEAD
26439 : : Py_hash_t ob_shash;
26440 : : char ob_sval[226];
26441 : : }
26442 : : importlib__bootstrap_external_toplevel_consts_43_linetable = {
26443 : : .ob_base = {
26444 : : .ob_base = {
26445 : : .ob_refcnt = 999999999,
26446 : : .ob_type = &PyBytes_Type,
26447 : : },
26448 : : .ob_size = 225,
26449 : : },
26450 : : .ob_shash = -1,
26451 : : .ob_sval = "\x80\x00\xf0\x20\x00\x0d\x11\x88\x48\x90\x21\x88\x48\x80\x45\xd8\x07\x0c\x95\x0c\xd2\x07\x1c\xf0\x00\x03\x05\x32\xd8\x12\x3c\xa8\x14\xd0\x12\x3c\xd0\x12\x3c\xb0\x35\xd0\x12\x3c\xd0\x12\x3c\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xdd\x07\x0a\x88\x34\x84\x79\x90\x32\x82\x7e\xf0\x00\x03\x05\x20\xd8\x12\x45\xb8\x54\xd0\x12\x45\xd0\x12\x45\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x16\x90\x77\xd4\x0e\x1f\xd0\x08\x1f\xdd\x0c\x1a\x98\x34\xa0\x01\xa0\x21\x98\x39\xd4\x0c\x25\x80\x45\xe0\x07\x0c\x88\x75\x81\x7d\xf0\x00\x02\x05\x32\xd8\x12\x38\xa0\x35\xd0\x12\x38\xd0\x12\x38\xb0\x04\xd0\x12\x38\xd0\x12\x38\x88\x07\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xd8\x0b\x10\x80\x4c",
26452 : : };
26453 : : static
26454 : : struct {
26455 : : PyASCIIObject _ascii;
26456 : : uint8_t _data[12];
26457 : : }
26458 : : const_str_exc_details = {
26459 : : ._ascii = {
26460 : : .ob_base = {
26461 : : .ob_refcnt = 999999999,
26462 : : .ob_type = &PyUnicode_Type,
26463 : : },
26464 : : .length = 11,
26465 : : .hash = -1,
26466 : : .state = {
26467 : : .kind = 1,
26468 : : .compact = 1,
26469 : : .ascii = 1,
26470 : : },
26471 : : },
26472 : : ._data = "exc_details",
26473 : : };
26474 : : static
26475 : : struct {
26476 : : PyASCIIObject _ascii;
26477 : : uint8_t _data[6];
26478 : : }
26479 : : const_str_magic = {
26480 : : ._ascii = {
26481 : : .ob_base = {
26482 : : .ob_refcnt = 999999999,
26483 : : .ob_type = &PyUnicode_Type,
26484 : : },
26485 : : .length = 5,
26486 : : .hash = -1,
26487 : : .state = {
26488 : : .kind = 1,
26489 : : .compact = 1,
26490 : : .ascii = 1,
26491 : : },
26492 : : },
26493 : : ._data = "magic",
26494 : : };
26495 : : static
26496 : : struct {
26497 : : PyGC_Head _gc_head;
26498 : : struct {
26499 : : PyObject_VAR_HEAD
26500 : : PyObject *ob_item[6];
26501 : : }_object;
26502 : : }
26503 : : importlib__bootstrap_external_toplevel_consts_43_localsplusnames = {
26504 : : ._object = {
26505 : : .ob_base = {
26506 : : .ob_base = {
26507 : : .ob_refcnt = 999999999,
26508 : : .ob_type = &PyTuple_Type,
26509 : : },
26510 : : .ob_size = 6,
26511 : : },
26512 : : .ob_item = {
26513 : : & const_str_data._ascii.ob_base,
26514 : : &_Py_ID(name),
26515 : : & const_str_exc_details._ascii.ob_base,
26516 : : & const_str_magic._ascii.ob_base,
26517 : : & const_str_message._ascii.ob_base,
26518 : : & const_str_flags._ascii.ob_base,
26519 : : },
26520 : : },
26521 : : };
26522 : : static
26523 : : struct _PyCode_DEF(330)
26524 : : importlib__bootstrap_external_toplevel_consts_43 = {
26525 : : .ob_base = {
26526 : : .ob_base = {
26527 : : .ob_refcnt = 999999999,
26528 : : .ob_type = &PyCode_Type,
26529 : : },
26530 : : .ob_size = 165,
26531 : : },
26532 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_43_consts._object.ob_base.ob_base,
26533 : : .co_names = & importlib__bootstrap_external_toplevel_consts_43_names._object.ob_base.ob_base,
26534 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26535 : : .co_flags = 3,
26536 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26537 : : ._co_linearray_entry_size = 0,
26538 : : .co_argcount = 3,
26539 : : .co_posonlyargcount = 0,
26540 : : .co_kwonlyargcount = 0,
26541 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
26542 : : .co_stacksize = 5,
26543 : : .co_firstlineno = 649,
26544 : : .co_nlocalsplus = 6,
26545 : : .co_nlocals = 6,
26546 : : .co_nplaincellvars = 0,
26547 : : .co_ncellvars = 0,
26548 : : .co_nfreevars = 0,
26549 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
26550 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
26551 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26552 : : .co_name = & const_str__classify_pyc._ascii.ob_base,
26553 : : .co_qualname = & const_str__classify_pyc._ascii.ob_base,
26554 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_43_linetable.ob_base.ob_base,
26555 : : ._co_code = NULL,
26556 : : ._co_linearray = NULL,
26557 : : .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7d\x03\x7c\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x2d\x64\x03\x7c\x01\x9b\x02\x64\x04\x7c\x03\x9b\x02\x9d\x04\x7d\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x66\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x82\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x2a\x64\x07\x7c\x01\x9b\x02\x9d\x02\x7d\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x64\x08\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x64\x09\x7a\x01\x00\x00\x72\x15\x64\x0a\x7c\x05\x9b\x02\x64\x0b\x7c\x01\x9b\x02\x9d\x04\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x66\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x82\x01\x7c\x05\x53\x00",
26558 : : ._co_firsttraceable = 0,
26559 : : };
26560 : : static
26561 : : struct {
26562 : : PyASCIIObject _ascii;
26563 : : uint8_t _data[520];
26564 : : }
26565 : : importlib__bootstrap_external_toplevel_consts_44_consts_0 = {
26566 : : ._ascii = {
26567 : : .ob_base = {
26568 : : .ob_refcnt = 999999999,
26569 : : .ob_type = &PyUnicode_Type,
26570 : : },
26571 : : .length = 519,
26572 : : .hash = -1,
26573 : : .state = {
26574 : : .kind = 1,
26575 : : .compact = 1,
26576 : : .ascii = 1,
26577 : : },
26578 : : },
26579 : : ._data = "\x56\x61\x6c\x69\x64\x61\x74\x65\x20\x61\x20\x70\x79\x63\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x6c\x61\x73\x74\x2d\x6d\x6f\x64\x69\x66\x69\x65\x64\x20\x74\x69\x6d\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x6d\x74\x69\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6c\x61\x73\x74\x20\x6d\x6f\x64\x69\x66\x69\x65\x64\x20\x74\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x73\x69\x7a\x65\x2a\x20\x69\x73\x20\x4e\x6f\x6e\x65\x20\x6f\x72\x20\x74\x68\x65\x20\x73\x69\x7a\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x20\x69\x6e\x20\x62\x79\x74\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x69\x66\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x69\x73\x20\x73\x74\x61\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20",
26580 : : };
26581 : : static
26582 : : struct {
26583 : : PyASCIIObject _ascii;
26584 : : uint8_t _data[23];
26585 : : }
26586 : : importlib__bootstrap_external_toplevel_consts_44_consts_4 = {
26587 : : ._ascii = {
26588 : : .ob_base = {
26589 : : .ob_refcnt = 999999999,
26590 : : .ob_type = &PyUnicode_Type,
26591 : : },
26592 : : .length = 22,
26593 : : .hash = -1,
26594 : : .state = {
26595 : : .kind = 1,
26596 : : .compact = 1,
26597 : : .ascii = 1,
26598 : : },
26599 : : },
26600 : : ._data = "bytecode is stale for ",
26601 : : };
26602 : : static
26603 : : struct {
26604 : : PyGC_Head _gc_head;
26605 : : struct {
26606 : : PyObject_VAR_HEAD
26607 : : PyObject *ob_item[8];
26608 : : }_object;
26609 : : }
26610 : : importlib__bootstrap_external_toplevel_consts_44_consts = {
26611 : : ._object = {
26612 : : .ob_base = {
26613 : : .ob_base = {
26614 : : .ob_refcnt = 999999999,
26615 : : .ob_type = &PyTuple_Type,
26616 : : },
26617 : : .ob_size = 8,
26618 : : },
26619 : : .ob_item = {
26620 : : & importlib__bootstrap_external_toplevel_consts_44_consts_0._ascii.ob_base,
26621 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
26622 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
26623 : : & const_int_4294967295.ob_base.ob_base,
26624 : : & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
26625 : : & importlib__bootstrap_external_toplevel_consts_43_consts_5._ascii.ob_base,
26626 : : Py_None,
26627 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
26628 : : },
26629 : : },
26630 : : };
26631 : : static
26632 : : struct {
26633 : : PyGC_Head _gc_head;
26634 : : struct {
26635 : : PyObject_VAR_HEAD
26636 : : PyObject *ob_item[4];
26637 : : }_object;
26638 : : }
26639 : : importlib__bootstrap_external_toplevel_consts_44_names = {
26640 : : ._object = {
26641 : : .ob_base = {
26642 : : .ob_base = {
26643 : : .ob_refcnt = 999999999,
26644 : : .ob_type = &PyTuple_Type,
26645 : : },
26646 : : .ob_size = 4,
26647 : : },
26648 : : .ob_item = {
26649 : : & const_str__unpack_uint32._ascii.ob_base,
26650 : : &_Py_ID(_bootstrap),
26651 : : & const_str__verbose_message._ascii.ob_base,
26652 : : & const_str_ImportError._ascii.ob_base,
26653 : : },
26654 : : },
26655 : : };
26656 : : static
26657 : : struct {
26658 : : PyASCIIObject _ascii;
26659 : : uint8_t _data[24];
26660 : : }
26661 : : const_str__validate_timestamp_pyc = {
26662 : : ._ascii = {
26663 : : .ob_base = {
26664 : : .ob_refcnt = 999999999,
26665 : : .ob_type = &PyUnicode_Type,
26666 : : },
26667 : : .length = 23,
26668 : : .hash = -1,
26669 : : .state = {
26670 : : .kind = 1,
26671 : : .compact = 1,
26672 : : .ascii = 1,
26673 : : },
26674 : : },
26675 : : ._data = "_validate_timestamp_pyc",
26676 : : };
26677 : : static
26678 : : struct {
26679 : : PyObject_VAR_HEAD
26680 : : Py_hash_t ob_shash;
26681 : : char ob_sval[182];
26682 : : }
26683 : : importlib__bootstrap_external_toplevel_consts_44_linetable = {
26684 : : .ob_base = {
26685 : : .ob_base = {
26686 : : .ob_refcnt = 999999999,
26687 : : .ob_type = &PyBytes_Type,
26688 : : },
26689 : : .ob_size = 181,
26690 : : },
26691 : : .ob_shash = -1,
26692 : : .ob_sval = "\x80\x00\xf5\x26\x00\x08\x16\x90\x64\x98\x31\x98\x52\x90\x6a\xd4\x07\x21\xa0\x6c\xb0\x5a\xd1\x26\x3f\xd2\x07\x40\xf0\x00\x03\x05\x32\xd8\x12\x33\xa8\x34\xd0\x12\x33\xd0\x12\x33\x88\x07\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x27\xd4\x08\x32\xd0\x08\x32\xdd\x0e\x19\x98\x27\xd0\x0e\x31\xd0\x0e\x31\xa0\x5b\xd0\x0e\x31\xd0\x0e\x31\xd0\x08\x31\xd8\x08\x13\xf0\x00\x02\x05\x4c\x01\xdd\x08\x16\x90\x74\x98\x42\x98\x72\x90\x7b\xd4\x08\x23\xa8\x0b\xb0\x6a\xd1\x28\x40\xd2\x08\x41\xf0\x03\x02\x05\x4c\x01\xe5\x0e\x19\xd0\x1a\x3b\xb0\x34\xd0\x1a\x3b\xd0\x1a\x3b\xd0\x0e\x4b\xd0\x0e\x4b\xb8\x7b\xd0\x0e\x4b\xd0\x0e\x4b\xd0\x08\x4b\xf0\x05\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01\xf0\x00\x02\x05\x4c\x01",
26693 : : };
26694 : : static
26695 : : struct {
26696 : : PyASCIIObject _ascii;
26697 : : uint8_t _data[13];
26698 : : }
26699 : : const_str_source_mtime = {
26700 : : ._ascii = {
26701 : : .ob_base = {
26702 : : .ob_refcnt = 999999999,
26703 : : .ob_type = &PyUnicode_Type,
26704 : : },
26705 : : .length = 12,
26706 : : .hash = -1,
26707 : : .state = {
26708 : : .kind = 1,
26709 : : .compact = 1,
26710 : : .ascii = 1,
26711 : : },
26712 : : },
26713 : : ._data = "source_mtime",
26714 : : };
26715 : : static
26716 : : struct {
26717 : : PyASCIIObject _ascii;
26718 : : uint8_t _data[12];
26719 : : }
26720 : : const_str_source_size = {
26721 : : ._ascii = {
26722 : : .ob_base = {
26723 : : .ob_refcnt = 999999999,
26724 : : .ob_type = &PyUnicode_Type,
26725 : : },
26726 : : .length = 11,
26727 : : .hash = -1,
26728 : : .state = {
26729 : : .kind = 1,
26730 : : .compact = 1,
26731 : : .ascii = 1,
26732 : : },
26733 : : },
26734 : : ._data = "source_size",
26735 : : };
26736 : : static
26737 : : struct {
26738 : : PyGC_Head _gc_head;
26739 : : struct {
26740 : : PyObject_VAR_HEAD
26741 : : PyObject *ob_item[6];
26742 : : }_object;
26743 : : }
26744 : : importlib__bootstrap_external_toplevel_consts_44_localsplusnames = {
26745 : : ._object = {
26746 : : .ob_base = {
26747 : : .ob_base = {
26748 : : .ob_refcnt = 999999999,
26749 : : .ob_type = &PyTuple_Type,
26750 : : },
26751 : : .ob_size = 6,
26752 : : },
26753 : : .ob_item = {
26754 : : & const_str_data._ascii.ob_base,
26755 : : & const_str_source_mtime._ascii.ob_base,
26756 : : & const_str_source_size._ascii.ob_base,
26757 : : &_Py_ID(name),
26758 : : & const_str_exc_details._ascii.ob_base,
26759 : : & const_str_message._ascii.ob_base,
26760 : : },
26761 : : },
26762 : : };
26763 : : static
26764 : : struct _PyCode_DEF(222)
26765 : : importlib__bootstrap_external_toplevel_consts_44 = {
26766 : : .ob_base = {
26767 : : .ob_base = {
26768 : : .ob_refcnt = 999999999,
26769 : : .ob_type = &PyCode_Type,
26770 : : },
26771 : : .ob_size = 111,
26772 : : },
26773 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_44_consts._object.ob_base.ob_base,
26774 : : .co_names = & importlib__bootstrap_external_toplevel_consts_44_names._object.ob_base.ob_base,
26775 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26776 : : .co_flags = 3,
26777 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26778 : : ._co_linearray_entry_size = 0,
26779 : : .co_argcount = 5,
26780 : : .co_posonlyargcount = 0,
26781 : : .co_kwonlyargcount = 0,
26782 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
26783 : : .co_stacksize = 5,
26784 : : .co_firstlineno = 682,
26785 : : .co_nlocalsplus = 6,
26786 : : .co_nlocals = 6,
26787 : : .co_nplaincellvars = 0,
26788 : : .co_ncellvars = 0,
26789 : : .co_nfreevars = 0,
26790 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
26791 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
26792 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
26793 : : .co_name = & const_str__validate_timestamp_pyc._ascii.ob_base,
26794 : : .co_qualname = & const_str__validate_timestamp_pyc._ascii.ob_base,
26795 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_44_linetable.ob_base.ob_base,
26796 : : ._co_code = NULL,
26797 : : ._co_linearray = NULL,
26798 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x7a\x01\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x2a\x64\x04\x7c\x03\x9b\x02\x9d\x02\x7d\x05\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x66\x01\x69\x00\x7c\x04\xa4\x01\x8e\x01\x82\x01\x7c\x02\x81\x29\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x64\x07\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\x7a\x01\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x03\x9b\x02\x9d\x02\x66\x01\x69\x00\x7c\x04\xa4\x01\x8e\x01\x82\x01\x64\x06\x53\x00\x64\x06\x53\x00",
26799 : : ._co_firsttraceable = 0,
26800 : : };
26801 : : static
26802 : : struct {
26803 : : PyASCIIObject _ascii;
26804 : : uint8_t _data[500];
26805 : : }
26806 : : importlib__bootstrap_external_toplevel_consts_45_consts_0 = {
26807 : : ._ascii = {
26808 : : .ob_base = {
26809 : : .ob_refcnt = 999999999,
26810 : : .ob_type = &PyUnicode_Type,
26811 : : },
26812 : : .length = 499,
26813 : : .hash = -1,
26814 : : .state = {
26815 : : .kind = 1,
26816 : : .compact = 1,
26817 : : .ascii = 1,
26818 : : },
26819 : : },
26820 : : ._data = "\x56\x61\x6c\x69\x64\x61\x74\x65\x20\x61\x20\x68\x61\x73\x68\x2d\x62\x61\x73\x65\x64\x20\x70\x79\x63\x20\x62\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x74\x68\x65\x20\x72\x65\x61\x6c\x20\x73\x6f\x75\x72\x63\x65\x20\x68\x61\x73\x68\x20\x61\x67\x61\x69\x6e\x73\x74\x20\x74\x68\x65\x20\x6f\x6e\x65\x20\x69\x6e\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x70\x79\x63\x20\x68\x65\x61\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x64\x61\x74\x61\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x63\x6f\x6e\x74\x65\x6e\x74\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x70\x79\x63\x20\x66\x69\x6c\x65\x2e\x20\x28\x4f\x6e\x6c\x79\x20\x74\x68\x65\x20\x66\x69\x72\x73\x74\x20\x31\x36\x20\x62\x79\x74\x65\x73\x20\x61\x72\x65\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x2e\x29\x0a\x0a\x20\x20\x20\x20\x2a\x73\x6f\x75\x72\x63\x65\x5f\x68\x61\x73\x68\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x69\x6d\x70\x6f\x72\x74\x6c\x69\x62\x2e\x75\x74\x69\x6c\x2e\x73\x6f\x75\x72\x63\x65\x5f\x68\x61\x73\x68\x28\x29\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x6e\x61\x6d\x65\x2a\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x62\x65\x69\x6e\x67\x20\x69\x6d\x70\x6f\x72\x74\x65\x64\x2e\x20\x49\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x6c\x6f\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x2a\x65\x78\x63\x5f\x64\x65\x74\x61\x69\x6c\x73\x2a\x20\x69\x73\x20\x61\x20\x64\x69\x63\x74\x69\x6f\x6e\x61\x72\x79\x20\x70\x61\x73\x73\x65\x64\x20\x74\x6f\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x66\x20\x69\x74\x20\x72\x61\x69\x73\x65\x64\x20\x66\x6f\x72\x0a\x20\x20\x20\x20\x69\x6d\x70\x72\x6f\x76\x65\x64\x20\x64\x65\x62\x75\x67\x67\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x41\x6e\x20\x49\x6d\x70\x6f\x72\x74\x45\x72\x72\x6f\x72\x20\x69\x73\x20\x72\x61\x69\x73\x65\x64\x20\x69\x66\x20\x74\x68\x65\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x69\x73\x20\x73\x74\x61\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20",
26821 : : };
26822 : : static
26823 : : struct {
26824 : : PyASCIIObject _ascii;
26825 : : uint8_t _data[47];
26826 : : }
26827 : : importlib__bootstrap_external_toplevel_consts_45_consts_3 = {
26828 : : ._ascii = {
26829 : : .ob_base = {
26830 : : .ob_refcnt = 999999999,
26831 : : .ob_type = &PyUnicode_Type,
26832 : : },
26833 : : .length = 46,
26834 : : .hash = -1,
26835 : : .state = {
26836 : : .kind = 1,
26837 : : .compact = 1,
26838 : : .ascii = 1,
26839 : : },
26840 : : },
26841 : : ._data = "hash in bytecode doesn't match hash of source ",
26842 : : };
26843 : : static
26844 : : struct {
26845 : : PyGC_Head _gc_head;
26846 : : struct {
26847 : : PyObject_VAR_HEAD
26848 : : PyObject *ob_item[5];
26849 : : }_object;
26850 : : }
26851 : : importlib__bootstrap_external_toplevel_consts_45_consts = {
26852 : : ._object = {
26853 : : .ob_base = {
26854 : : .ob_base = {
26855 : : .ob_refcnt = 999999999,
26856 : : .ob_type = &PyTuple_Type,
26857 : : },
26858 : : .ob_size = 5,
26859 : : },
26860 : : .ob_item = {
26861 : : & importlib__bootstrap_external_toplevel_consts_45_consts_0._ascii.ob_base,
26862 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
26863 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
26864 : : & importlib__bootstrap_external_toplevel_consts_45_consts_3._ascii.ob_base,
26865 : : Py_None,
26866 : : },
26867 : : },
26868 : : };
26869 : : static
26870 : : struct {
26871 : : PyGC_Head _gc_head;
26872 : : struct {
26873 : : PyObject_VAR_HEAD
26874 : : PyObject *ob_item[1];
26875 : : }_object;
26876 : : }
26877 : : importlib__bootstrap_external_toplevel_consts_45_names = {
26878 : : ._object = {
26879 : : .ob_base = {
26880 : : .ob_base = {
26881 : : .ob_refcnt = 999999999,
26882 : : .ob_type = &PyTuple_Type,
26883 : : },
26884 : : .ob_size = 1,
26885 : : },
26886 : : .ob_item = {
26887 : : & const_str_ImportError._ascii.ob_base,
26888 : : },
26889 : : },
26890 : : };
26891 : : static
26892 : : struct {
26893 : : PyASCIIObject _ascii;
26894 : : uint8_t _data[19];
26895 : : }
26896 : : const_str__validate_hash_pyc = {
26897 : : ._ascii = {
26898 : : .ob_base = {
26899 : : .ob_refcnt = 999999999,
26900 : : .ob_type = &PyUnicode_Type,
26901 : : },
26902 : : .length = 18,
26903 : : .hash = -1,
26904 : : .state = {
26905 : : .kind = 1,
26906 : : .compact = 1,
26907 : : .ascii = 1,
26908 : : },
26909 : : },
26910 : : ._data = "_validate_hash_pyc",
26911 : : };
26912 : : static
26913 : : struct {
26914 : : PyObject_VAR_HEAD
26915 : : Py_hash_t ob_shash;
26916 : : char ob_sval[76];
26917 : : }
26918 : : importlib__bootstrap_external_toplevel_consts_45_linetable = {
26919 : : .ob_base = {
26920 : : .ob_base = {
26921 : : .ob_refcnt = 999999999,
26922 : : .ob_type = &PyBytes_Type,
26923 : : },
26924 : : .ob_size = 75,
26925 : : },
26926 : : .ob_shash = -1,
26927 : : .ob_sval = "\x80\x00\xf0\x22\x00\x08\x0c\x88\x41\x88\x62\x80\x7a\x90\x5b\xd2\x07\x20\xf0\x00\x04\x05\x0a\xdd\x0e\x19\xd8\x0c\x46\xb8\x64\xd0\x0c\x46\xd0\x0c\x46\xf0\x03\x03\x0f\x0a\xf0\x00\x03\x0f\x0a\xe0\x0e\x19\xf0\x05\x03\x0f\x0a\xf0\x00\x03\x0f\x0a\xf0\x00\x03\x09\x0a\xf0\x03\x04\x05\x0a\xf0\x00\x04\x05\x0a",
26928 : : };
26929 : : static
26930 : : struct {
26931 : : PyASCIIObject _ascii;
26932 : : uint8_t _data[12];
26933 : : }
26934 : : const_str_source_hash = {
26935 : : ._ascii = {
26936 : : .ob_base = {
26937 : : .ob_refcnt = 999999999,
26938 : : .ob_type = &PyUnicode_Type,
26939 : : },
26940 : : .length = 11,
26941 : : .hash = -1,
26942 : : .state = {
26943 : : .kind = 1,
26944 : : .compact = 1,
26945 : : .ascii = 1,
26946 : : },
26947 : : },
26948 : : ._data = "source_hash",
26949 : : };
26950 : : static
26951 : : struct {
26952 : : PyGC_Head _gc_head;
26953 : : struct {
26954 : : PyObject_VAR_HEAD
26955 : : PyObject *ob_item[4];
26956 : : }_object;
26957 : : }
26958 : : importlib__bootstrap_external_toplevel_consts_45_localsplusnames = {
26959 : : ._object = {
26960 : : .ob_base = {
26961 : : .ob_base = {
26962 : : .ob_refcnt = 999999999,
26963 : : .ob_type = &PyTuple_Type,
26964 : : },
26965 : : .ob_size = 4,
26966 : : },
26967 : : .ob_item = {
26968 : : & const_str_data._ascii.ob_base,
26969 : : & const_str_source_hash._ascii.ob_base,
26970 : : &_Py_ID(name),
26971 : : & const_str_exc_details._ascii.ob_base,
26972 : : },
26973 : : },
26974 : : };
26975 : : static
26976 : : struct _PyCode_DEF(56)
26977 : : importlib__bootstrap_external_toplevel_consts_45 = {
26978 : : .ob_base = {
26979 : : .ob_base = {
26980 : : .ob_refcnt = 999999999,
26981 : : .ob_type = &PyCode_Type,
26982 : : },
26983 : : .ob_size = 28,
26984 : : },
26985 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_45_consts._object.ob_base.ob_base,
26986 : : .co_names = & importlib__bootstrap_external_toplevel_consts_45_names._object.ob_base.ob_base,
26987 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
26988 : : .co_flags = 3,
26989 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
26990 : : ._co_linearray_entry_size = 0,
26991 : : .co_argcount = 4,
26992 : : .co_posonlyargcount = 0,
26993 : : .co_kwonlyargcount = 0,
26994 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
26995 : : .co_stacksize = 5,
26996 : : .co_firstlineno = 710,
26997 : : .co_nlocalsplus = 4,
26998 : : .co_nlocals = 4,
26999 : : .co_nplaincellvars = 0,
27000 : : .co_ncellvars = 0,
27001 : : .co_nfreevars = 0,
27002 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
27003 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
27004 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27005 : : .co_name = & const_str__validate_hash_pyc._ascii.ob_base,
27006 : : .co_qualname = & const_str__validate_hash_pyc._ascii.ob_base,
27007 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_45_linetable.ob_base.ob_base,
27008 : : ._co_code = NULL,
27009 : : ._co_linearray = NULL,
27010 : : .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x10\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x02\x9b\x02\x9d\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x82\x01\x64\x04\x53\x00",
27011 : : ._co_firsttraceable = 0,
27012 : : };
27013 : : static
27014 : : struct {
27015 : : PyASCIIObject _ascii;
27016 : : uint8_t _data[36];
27017 : : }
27018 : : importlib__bootstrap_external_toplevel_consts_46_consts_0 = {
27019 : : ._ascii = {
27020 : : .ob_base = {
27021 : : .ob_refcnt = 999999999,
27022 : : .ob_type = &PyUnicode_Type,
27023 : : },
27024 : : .length = 35,
27025 : : .hash = -1,
27026 : : .state = {
27027 : : .kind = 1,
27028 : : .compact = 1,
27029 : : .ascii = 1,
27030 : : },
27031 : : },
27032 : : ._data = "Compile bytecode as found in a pyc.",
27033 : : };
27034 : : static
27035 : : struct {
27036 : : PyASCIIObject _ascii;
27037 : : uint8_t _data[22];
27038 : : }
27039 : : importlib__bootstrap_external_toplevel_consts_46_consts_1 = {
27040 : : ._ascii = {
27041 : : .ob_base = {
27042 : : .ob_refcnt = 999999999,
27043 : : .ob_type = &PyUnicode_Type,
27044 : : },
27045 : : .length = 21,
27046 : : .hash = -1,
27047 : : .state = {
27048 : : .kind = 1,
27049 : : .compact = 1,
27050 : : .ascii = 1,
27051 : : },
27052 : : },
27053 : : ._data = "code object from {!r}",
27054 : : };
27055 : : static
27056 : : struct {
27057 : : PyASCIIObject _ascii;
27058 : : uint8_t _data[24];
27059 : : }
27060 : : importlib__bootstrap_external_toplevel_consts_46_consts_3 = {
27061 : : ._ascii = {
27062 : : .ob_base = {
27063 : : .ob_refcnt = 999999999,
27064 : : .ob_type = &PyUnicode_Type,
27065 : : },
27066 : : .length = 23,
27067 : : .hash = -1,
27068 : : .state = {
27069 : : .kind = 1,
27070 : : .compact = 1,
27071 : : .ascii = 1,
27072 : : },
27073 : : },
27074 : : ._data = "Non-code object in {!r}",
27075 : : };
27076 : : static
27077 : : struct {
27078 : : PyGC_Head _gc_head;
27079 : : struct {
27080 : : PyObject_VAR_HEAD
27081 : : PyObject *ob_item[2];
27082 : : }_object;
27083 : : }
27084 : : importlib__bootstrap_external_toplevel_consts_46_consts_4 = {
27085 : : ._object = {
27086 : : .ob_base = {
27087 : : .ob_base = {
27088 : : .ob_refcnt = 999999999,
27089 : : .ob_type = &PyTuple_Type,
27090 : : },
27091 : : .ob_size = 2,
27092 : : },
27093 : : .ob_item = {
27094 : : &_Py_ID(name),
27095 : : &_Py_ID(path),
27096 : : },
27097 : : },
27098 : : };
27099 : : static
27100 : : struct {
27101 : : PyGC_Head _gc_head;
27102 : : struct {
27103 : : PyObject_VAR_HEAD
27104 : : PyObject *ob_item[5];
27105 : : }_object;
27106 : : }
27107 : : importlib__bootstrap_external_toplevel_consts_46_consts = {
27108 : : ._object = {
27109 : : .ob_base = {
27110 : : .ob_base = {
27111 : : .ob_refcnt = 999999999,
27112 : : .ob_type = &PyTuple_Type,
27113 : : },
27114 : : .ob_size = 5,
27115 : : },
27116 : : .ob_item = {
27117 : : & importlib__bootstrap_external_toplevel_consts_46_consts_0._ascii.ob_base,
27118 : : & importlib__bootstrap_external_toplevel_consts_46_consts_1._ascii.ob_base,
27119 : : Py_None,
27120 : : & importlib__bootstrap_external_toplevel_consts_46_consts_3._ascii.ob_base,
27121 : : & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
27122 : : },
27123 : : },
27124 : : };
27125 : : static
27126 : : struct {
27127 : : PyASCIIObject _ascii;
27128 : : uint8_t _data[8];
27129 : : }
27130 : : const_str_marshal = {
27131 : : ._ascii = {
27132 : : .ob_base = {
27133 : : .ob_refcnt = 999999999,
27134 : : .ob_type = &PyUnicode_Type,
27135 : : },
27136 : : .length = 7,
27137 : : .hash = -1,
27138 : : .state = {
27139 : : .kind = 1,
27140 : : .compact = 1,
27141 : : .ascii = 1,
27142 : : },
27143 : : },
27144 : : ._data = "marshal",
27145 : : };
27146 : : static
27147 : : struct {
27148 : : PyASCIIObject _ascii;
27149 : : uint8_t _data[6];
27150 : : }
27151 : : const_str_loads = {
27152 : : ._ascii = {
27153 : : .ob_base = {
27154 : : .ob_refcnt = 999999999,
27155 : : .ob_type = &PyUnicode_Type,
27156 : : },
27157 : : .length = 5,
27158 : : .hash = -1,
27159 : : .state = {
27160 : : .kind = 1,
27161 : : .compact = 1,
27162 : : .ascii = 1,
27163 : : },
27164 : : },
27165 : : ._data = "loads",
27166 : : };
27167 : : static
27168 : : struct {
27169 : : PyASCIIObject _ascii;
27170 : : uint8_t _data[11];
27171 : : }
27172 : : const_str__code_type = {
27173 : : ._ascii = {
27174 : : .ob_base = {
27175 : : .ob_refcnt = 999999999,
27176 : : .ob_type = &PyUnicode_Type,
27177 : : },
27178 : : .length = 10,
27179 : : .hash = -1,
27180 : : .state = {
27181 : : .kind = 1,
27182 : : .compact = 1,
27183 : : .ascii = 1,
27184 : : },
27185 : : },
27186 : : ._data = "_code_type",
27187 : : };
27188 : : static
27189 : : struct {
27190 : : PyASCIIObject _ascii;
27191 : : uint8_t _data[17];
27192 : : }
27193 : : const_str__fix_co_filename = {
27194 : : ._ascii = {
27195 : : .ob_base = {
27196 : : .ob_refcnt = 999999999,
27197 : : .ob_type = &PyUnicode_Type,
27198 : : },
27199 : : .length = 16,
27200 : : .hash = -1,
27201 : : .state = {
27202 : : .kind = 1,
27203 : : .compact = 1,
27204 : : .ascii = 1,
27205 : : },
27206 : : },
27207 : : ._data = "_fix_co_filename",
27208 : : };
27209 : : static
27210 : : struct {
27211 : : PyGC_Head _gc_head;
27212 : : struct {
27213 : : PyObject_VAR_HEAD
27214 : : PyObject *ob_item[10];
27215 : : }_object;
27216 : : }
27217 : : importlib__bootstrap_external_toplevel_consts_46_names = {
27218 : : ._object = {
27219 : : .ob_base = {
27220 : : .ob_base = {
27221 : : .ob_refcnt = 999999999,
27222 : : .ob_type = &PyTuple_Type,
27223 : : },
27224 : : .ob_size = 10,
27225 : : },
27226 : : .ob_item = {
27227 : : & const_str_marshal._ascii.ob_base,
27228 : : & const_str_loads._ascii.ob_base,
27229 : : &_Py_ID(isinstance),
27230 : : & const_str__code_type._ascii.ob_base,
27231 : : &_Py_ID(_bootstrap),
27232 : : & const_str__verbose_message._ascii.ob_base,
27233 : : & const_str__imp._ascii.ob_base,
27234 : : & const_str__fix_co_filename._ascii.ob_base,
27235 : : & const_str_ImportError._ascii.ob_base,
27236 : : & const_str_format._ascii.ob_base,
27237 : : },
27238 : : },
27239 : : };
27240 : : static
27241 : : struct {
27242 : : PyASCIIObject _ascii;
27243 : : uint8_t _data[18];
27244 : : }
27245 : : const_str__compile_bytecode = {
27246 : : ._ascii = {
27247 : : .ob_base = {
27248 : : .ob_refcnt = 999999999,
27249 : : .ob_type = &PyUnicode_Type,
27250 : : },
27251 : : .length = 17,
27252 : : .hash = -1,
27253 : : .state = {
27254 : : .kind = 1,
27255 : : .compact = 1,
27256 : : .ascii = 1,
27257 : : },
27258 : : },
27259 : : ._data = "_compile_bytecode",
27260 : : };
27261 : : static
27262 : : struct {
27263 : : PyObject_VAR_HEAD
27264 : : Py_hash_t ob_shash;
27265 : : char ob_sval[121];
27266 : : }
27267 : : importlib__bootstrap_external_toplevel_consts_46_linetable = {
27268 : : .ob_base = {
27269 : : .ob_base = {
27270 : : .ob_refcnt = 999999999,
27271 : : .ob_type = &PyBytes_Type,
27272 : : },
27273 : : .ob_size = 120,
27274 : : },
27275 : : .ob_shash = -1,
27276 : : .ob_sval = "\x80\x00\xe5\x0b\x18\x8f\x3d\x89\x3d\x98\x14\xd4\x0b\x1e\x80\x44\xdd\x07\x11\x90\x24\x9d\x0a\xd4\x07\x23\xf0\x00\x07\x05\x39\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x3b\xb8\x5d\xd4\x08\x4b\xd0\x08\x4b\xd8\x0b\x16\xf0\x00\x01\x09\x35\xdd\x0c\x21\xd7\x0c\x21\xd1\x0c\x21\xa0\x24\xa8\x0b\xd4\x0c\x34\xd0\x0c\x34\xd8\x0f\x13\x88\x0b\xe5\x0e\x19\xd0\x1a\x33\xd7\x1a\x3a\xd1\x1a\x3a\xb8\x3d\xd4\x1a\x49\xd8\x1f\x23\xa8\x2d\xf0\x03\x01\x0f\x39\xf4\x00\x01\x0f\x39\xf0\x00\x01\x09\x39",
27277 : : };
27278 : : static
27279 : : struct {
27280 : : PyGC_Head _gc_head;
27281 : : struct {
27282 : : PyObject_VAR_HEAD
27283 : : PyObject *ob_item[5];
27284 : : }_object;
27285 : : }
27286 : : importlib__bootstrap_external_toplevel_consts_46_localsplusnames = {
27287 : : ._object = {
27288 : : .ob_base = {
27289 : : .ob_base = {
27290 : : .ob_refcnt = 999999999,
27291 : : .ob_type = &PyTuple_Type,
27292 : : },
27293 : : .ob_size = 5,
27294 : : },
27295 : : .ob_item = {
27296 : : & const_str_data._ascii.ob_base,
27297 : : &_Py_ID(name),
27298 : : & const_str_bytecode_path._ascii.ob_base,
27299 : : & const_str_source_path._ascii.ob_base,
27300 : : &_Py_ID(code),
27301 : : },
27302 : : },
27303 : : };
27304 : : static
27305 : : struct _PyCode_DEF(254)
27306 : : importlib__bootstrap_external_toplevel_consts_46 = {
27307 : : .ob_base = {
27308 : : .ob_base = {
27309 : : .ob_refcnt = 999999999,
27310 : : .ob_type = &PyCode_Type,
27311 : : },
27312 : : .ob_size = 127,
27313 : : },
27314 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_46_consts._object.ob_base.ob_base,
27315 : : .co_names = & importlib__bootstrap_external_toplevel_consts_46_names._object.ob_base.ob_base,
27316 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27317 : : .co_flags = 3,
27318 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27319 : : ._co_linearray_entry_size = 0,
27320 : : .co_argcount = 4,
27321 : : .co_posonlyargcount = 0,
27322 : : .co_kwonlyargcount = 0,
27323 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
27324 : : .co_stacksize = 5,
27325 : : .co_firstlineno = 734,
27326 : : .co_nlocalsplus = 5,
27327 : : .co_nlocals = 5,
27328 : : .co_nplaincellvars = 0,
27329 : : .co_ncellvars = 0,
27330 : : .co_nfreevars = 0,
27331 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
27332 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
27333 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27334 : : .co_name = & const_str__compile_bytecode._ascii.ob_base,
27335 : : .co_qualname = & const_str__compile_bytecode._ascii.ob_base,
27336 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_46_linetable.ob_base.ob_base,
27337 : : ._co_code = NULL,
27338 : : ._co_linearray = NULL,
27339 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x34\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x81\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x53\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
27340 : : ._co_firsttraceable = 0,
27341 : : };
27342 : : static
27343 : : struct {
27344 : : PyASCIIObject _ascii;
27345 : : uint8_t _data[44];
27346 : : }
27347 : : importlib__bootstrap_external_toplevel_consts_47_consts_0 = {
27348 : : ._ascii = {
27349 : : .ob_base = {
27350 : : .ob_refcnt = 999999999,
27351 : : .ob_type = &PyUnicode_Type,
27352 : : },
27353 : : .length = 43,
27354 : : .hash = -1,
27355 : : .state = {
27356 : : .kind = 1,
27357 : : .compact = 1,
27358 : : .ascii = 1,
27359 : : },
27360 : : },
27361 : : ._data = "Produce the data for a timestamp-based pyc.",
27362 : : };
27363 : : static
27364 : : struct {
27365 : : PyGC_Head _gc_head;
27366 : : struct {
27367 : : PyObject_VAR_HEAD
27368 : : PyObject *ob_item[2];
27369 : : }_object;
27370 : : }
27371 : : importlib__bootstrap_external_toplevel_consts_47_consts = {
27372 : : ._object = {
27373 : : .ob_base = {
27374 : : .ob_base = {
27375 : : .ob_refcnt = 999999999,
27376 : : .ob_type = &PyTuple_Type,
27377 : : },
27378 : : .ob_size = 2,
27379 : : },
27380 : : .ob_item = {
27381 : : & importlib__bootstrap_external_toplevel_consts_47_consts_0._ascii.ob_base,
27382 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
27383 : : },
27384 : : },
27385 : : };
27386 : : static
27387 : : struct {
27388 : : PyASCIIObject _ascii;
27389 : : uint8_t _data[10];
27390 : : }
27391 : : const_str_bytearray = {
27392 : : ._ascii = {
27393 : : .ob_base = {
27394 : : .ob_refcnt = 999999999,
27395 : : .ob_type = &PyUnicode_Type,
27396 : : },
27397 : : .length = 9,
27398 : : .hash = -1,
27399 : : .state = {
27400 : : .kind = 1,
27401 : : .compact = 1,
27402 : : .ascii = 1,
27403 : : },
27404 : : },
27405 : : ._data = "bytearray",
27406 : : };
27407 : : static
27408 : : struct {
27409 : : PyASCIIObject _ascii;
27410 : : uint8_t _data[6];
27411 : : }
27412 : : const_str_dumps = {
27413 : : ._ascii = {
27414 : : .ob_base = {
27415 : : .ob_refcnt = 999999999,
27416 : : .ob_type = &PyUnicode_Type,
27417 : : },
27418 : : .length = 5,
27419 : : .hash = -1,
27420 : : .state = {
27421 : : .kind = 1,
27422 : : .compact = 1,
27423 : : .ascii = 1,
27424 : : },
27425 : : },
27426 : : ._data = "dumps",
27427 : : };
27428 : : static
27429 : : struct {
27430 : : PyGC_Head _gc_head;
27431 : : struct {
27432 : : PyObject_VAR_HEAD
27433 : : PyObject *ob_item[6];
27434 : : }_object;
27435 : : }
27436 : : importlib__bootstrap_external_toplevel_consts_47_names = {
27437 : : ._object = {
27438 : : .ob_base = {
27439 : : .ob_base = {
27440 : : .ob_refcnt = 999999999,
27441 : : .ob_type = &PyTuple_Type,
27442 : : },
27443 : : .ob_size = 6,
27444 : : },
27445 : : .ob_item = {
27446 : : & const_str_bytearray._ascii.ob_base,
27447 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
27448 : : &_Py_ID(extend),
27449 : : & const_str__pack_uint32._ascii.ob_base,
27450 : : & const_str_marshal._ascii.ob_base,
27451 : : & const_str_dumps._ascii.ob_base,
27452 : : },
27453 : : },
27454 : : };
27455 : : static
27456 : : struct {
27457 : : PyASCIIObject _ascii;
27458 : : uint8_t _data[23];
27459 : : }
27460 : : const_str__code_to_timestamp_pyc = {
27461 : : ._ascii = {
27462 : : .ob_base = {
27463 : : .ob_refcnt = 999999999,
27464 : : .ob_type = &PyUnicode_Type,
27465 : : },
27466 : : .length = 22,
27467 : : .hash = -1,
27468 : : .state = {
27469 : : .kind = 1,
27470 : : .compact = 1,
27471 : : .ascii = 1,
27472 : : },
27473 : : },
27474 : : ._data = "_code_to_timestamp_pyc",
27475 : : };
27476 : : static
27477 : : struct {
27478 : : PyObject_VAR_HEAD
27479 : : Py_hash_t ob_shash;
27480 : : char ob_sval[101];
27481 : : }
27482 : : importlib__bootstrap_external_toplevel_consts_47_linetable = {
27483 : : .ob_base = {
27484 : : .ob_base = {
27485 : : .ob_refcnt = 999999999,
27486 : : .ob_type = &PyBytes_Type,
27487 : : },
27488 : : .ob_size = 100,
27489 : : },
27490 : : .ob_shash = -1,
27491 : : .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd4\x0b\x22\x80\x44\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x51\x94\x0f\xd4\x04\x20\xd0\x04\x20\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x55\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x5b\xd4\x10\x29\xd4\x04\x2a\xd0\x04\x2a\xd8\x04\x08\x87\x4b\x81\x4b\x95\x07\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
27492 : : };
27493 : : static
27494 : : struct {
27495 : : PyASCIIObject _ascii;
27496 : : uint8_t _data[6];
27497 : : }
27498 : : const_str_mtime = {
27499 : : ._ascii = {
27500 : : .ob_base = {
27501 : : .ob_refcnt = 999999999,
27502 : : .ob_type = &PyUnicode_Type,
27503 : : },
27504 : : .length = 5,
27505 : : .hash = -1,
27506 : : .state = {
27507 : : .kind = 1,
27508 : : .compact = 1,
27509 : : .ascii = 1,
27510 : : },
27511 : : },
27512 : : ._data = "mtime",
27513 : : };
27514 : : static
27515 : : struct {
27516 : : PyGC_Head _gc_head;
27517 : : struct {
27518 : : PyObject_VAR_HEAD
27519 : : PyObject *ob_item[4];
27520 : : }_object;
27521 : : }
27522 : : importlib__bootstrap_external_toplevel_consts_47_localsplusnames = {
27523 : : ._object = {
27524 : : .ob_base = {
27525 : : .ob_base = {
27526 : : .ob_refcnt = 999999999,
27527 : : .ob_type = &PyTuple_Type,
27528 : : },
27529 : : .ob_size = 4,
27530 : : },
27531 : : .ob_item = {
27532 : : &_Py_ID(code),
27533 : : & const_str_mtime._ascii.ob_base,
27534 : : & const_str_source_size._ascii.ob_base,
27535 : : & const_str_data._ascii.ob_base,
27536 : : },
27537 : : },
27538 : : };
27539 : : static
27540 : : struct _PyCode_DEF(294)
27541 : : importlib__bootstrap_external_toplevel_consts_47 = {
27542 : : .ob_base = {
27543 : : .ob_base = {
27544 : : .ob_refcnt = 999999999,
27545 : : .ob_type = &PyCode_Type,
27546 : : },
27547 : : .ob_size = 147,
27548 : : },
27549 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_47_consts._object.ob_base.ob_base,
27550 : : .co_names = & importlib__bootstrap_external_toplevel_consts_47_names._object.ob_base.ob_base,
27551 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27552 : : .co_flags = 3,
27553 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27554 : : ._co_linearray_entry_size = 0,
27555 : : .co_argcount = 3,
27556 : : .co_posonlyargcount = 0,
27557 : : .co_kwonlyargcount = 0,
27558 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
27559 : : .co_stacksize = 5,
27560 : : .co_firstlineno = 747,
27561 : : .co_nlocalsplus = 4,
27562 : : .co_nlocals = 4,
27563 : : .co_nplaincellvars = 0,
27564 : : .co_ncellvars = 0,
27565 : : .co_nfreevars = 0,
27566 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_47_localsplusnames._object.ob_base.ob_base,
27567 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
27568 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27569 : : .co_name = & const_str__code_to_timestamp_pyc._ascii.ob_base,
27570 : : .co_qualname = & const_str__code_to_timestamp_pyc._ascii.ob_base,
27571 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_47_linetable.ob_base.ob_base,
27572 : : ._co_code = NULL,
27573 : : ._co_linearray = NULL,
27574 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
27575 : : ._co_firsttraceable = 0,
27576 : : };
27577 : : static
27578 : : struct {
27579 : : PyASCIIObject _ascii;
27580 : : uint8_t _data[39];
27581 : : }
27582 : : importlib__bootstrap_external_toplevel_consts_49_consts_0 = {
27583 : : ._ascii = {
27584 : : .ob_base = {
27585 : : .ob_refcnt = 999999999,
27586 : : .ob_type = &PyUnicode_Type,
27587 : : },
27588 : : .length = 38,
27589 : : .hash = -1,
27590 : : .state = {
27591 : : .kind = 1,
27592 : : .compact = 1,
27593 : : .ascii = 1,
27594 : : },
27595 : : },
27596 : : ._data = "Produce the data for a hash-based pyc.",
27597 : : };
27598 : : static
27599 : : struct {
27600 : : PyGC_Head _gc_head;
27601 : : struct {
27602 : : PyObject_VAR_HEAD
27603 : : PyObject *ob_item[3];
27604 : : }_object;
27605 : : }
27606 : : importlib__bootstrap_external_toplevel_consts_49_consts = {
27607 : : ._object = {
27608 : : .ob_base = {
27609 : : .ob_base = {
27610 : : .ob_refcnt = 999999999,
27611 : : .ob_type = &PyTuple_Type,
27612 : : },
27613 : : .ob_size = 3,
27614 : : },
27615 : : .ob_item = {
27616 : : & importlib__bootstrap_external_toplevel_consts_49_consts_0._ascii.ob_base,
27617 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
27618 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
27619 : : },
27620 : : },
27621 : : };
27622 : : static
27623 : : struct {
27624 : : PyGC_Head _gc_head;
27625 : : struct {
27626 : : PyObject_VAR_HEAD
27627 : : PyObject *ob_item[7];
27628 : : }_object;
27629 : : }
27630 : : importlib__bootstrap_external_toplevel_consts_49_names = {
27631 : : ._object = {
27632 : : .ob_base = {
27633 : : .ob_base = {
27634 : : .ob_refcnt = 999999999,
27635 : : .ob_type = &PyTuple_Type,
27636 : : },
27637 : : .ob_size = 7,
27638 : : },
27639 : : .ob_item = {
27640 : : & const_str_bytearray._ascii.ob_base,
27641 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
27642 : : &_Py_ID(extend),
27643 : : & const_str__pack_uint32._ascii.ob_base,
27644 : : &_Py_ID(len),
27645 : : & const_str_marshal._ascii.ob_base,
27646 : : & const_str_dumps._ascii.ob_base,
27647 : : },
27648 : : },
27649 : : };
27650 : : static
27651 : : struct {
27652 : : PyASCIIObject _ascii;
27653 : : uint8_t _data[18];
27654 : : }
27655 : : const_str__code_to_hash_pyc = {
27656 : : ._ascii = {
27657 : : .ob_base = {
27658 : : .ob_refcnt = 999999999,
27659 : : .ob_type = &PyUnicode_Type,
27660 : : },
27661 : : .length = 17,
27662 : : .hash = -1,
27663 : : .state = {
27664 : : .kind = 1,
27665 : : .compact = 1,
27666 : : .ascii = 1,
27667 : : },
27668 : : },
27669 : : ._data = "_code_to_hash_pyc",
27670 : : };
27671 : : static
27672 : : struct {
27673 : : PyObject_VAR_HEAD
27674 : : Py_hash_t ob_shash;
27675 : : char ob_sval[113];
27676 : : }
27677 : : importlib__bootstrap_external_toplevel_consts_49_linetable = {
27678 : : .ob_base = {
27679 : : .ob_base = {
27680 : : .ob_refcnt = 999999999,
27681 : : .ob_type = &PyBytes_Type,
27682 : : },
27683 : : .ob_size = 112,
27684 : : },
27685 : : .ob_shash = -1,
27686 : : .ob_sval = "\x80\x00\xe5\x0b\x14\x95\x5c\xd4\x0b\x22\x80\x44\xd8\x0c\x0f\x90\x27\x98\x51\x91\x2c\xd1\x0c\x1e\x80\x45\xd8\x04\x08\x87\x4b\x81\x4b\x95\x0c\x98\x55\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xdd\x0b\x0e\x88\x7b\xd4\x0b\x1b\x98\x71\xd2\x0b\x20\xd0\x04\x20\xd0\x04\x20\xd0\x04\x20\xd8\x04\x08\x87\x4b\x81\x4b\x90\x0b\xd4\x04\x1c\xd0\x04\x1c\xd8\x04\x08\x87\x4b\x81\x4b\x95\x07\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd4\x04\x24\xd0\x04\x24\xd8\x0b\x0f\x80\x4b",
27687 : : };
27688 : : static
27689 : : struct {
27690 : : PyASCIIObject _ascii;
27691 : : uint8_t _data[8];
27692 : : }
27693 : : const_str_checked = {
27694 : : ._ascii = {
27695 : : .ob_base = {
27696 : : .ob_refcnt = 999999999,
27697 : : .ob_type = &PyUnicode_Type,
27698 : : },
27699 : : .length = 7,
27700 : : .hash = -1,
27701 : : .state = {
27702 : : .kind = 1,
27703 : : .compact = 1,
27704 : : .ascii = 1,
27705 : : },
27706 : : },
27707 : : ._data = "checked",
27708 : : };
27709 : : static
27710 : : struct {
27711 : : PyGC_Head _gc_head;
27712 : : struct {
27713 : : PyObject_VAR_HEAD
27714 : : PyObject *ob_item[5];
27715 : : }_object;
27716 : : }
27717 : : importlib__bootstrap_external_toplevel_consts_49_localsplusnames = {
27718 : : ._object = {
27719 : : .ob_base = {
27720 : : .ob_base = {
27721 : : .ob_refcnt = 999999999,
27722 : : .ob_type = &PyTuple_Type,
27723 : : },
27724 : : .ob_size = 5,
27725 : : },
27726 : : .ob_item = {
27727 : : &_Py_ID(code),
27728 : : & const_str_source_hash._ascii.ob_base,
27729 : : & const_str_checked._ascii.ob_base,
27730 : : & const_str_data._ascii.ob_base,
27731 : : & const_str_flags._ascii.ob_base,
27732 : : },
27733 : : },
27734 : : };
27735 : : static
27736 : : struct _PyCode_DEF(268)
27737 : : importlib__bootstrap_external_toplevel_consts_49 = {
27738 : : .ob_base = {
27739 : : .ob_base = {
27740 : : .ob_refcnt = 999999999,
27741 : : .ob_type = &PyCode_Type,
27742 : : },
27743 : : .ob_size = 134,
27744 : : },
27745 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_49_consts._object.ob_base.ob_base,
27746 : : .co_names = & importlib__bootstrap_external_toplevel_consts_49_names._object.ob_base.ob_base,
27747 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
27748 : : .co_flags = 3,
27749 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
27750 : : ._co_linearray_entry_size = 0,
27751 : : .co_argcount = 3,
27752 : : .co_posonlyargcount = 0,
27753 : : .co_kwonlyargcount = 0,
27754 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
27755 : : .co_stacksize = 5,
27756 : : .co_firstlineno = 757,
27757 : : .co_nlocalsplus = 5,
27758 : : .co_nlocals = 5,
27759 : : .co_nplaincellvars = 0,
27760 : : .co_ncellvars = 0,
27761 : : .co_nfreevars = 0,
27762 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_49_localsplusnames._object.ob_base.ob_base,
27763 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
27764 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
27765 : : .co_name = & const_str__code_to_hash_pyc._ascii.ob_base,
27766 : : .co_qualname = & const_str__code_to_hash_pyc._ascii.ob_base,
27767 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_49_linetable.ob_base.ob_base,
27768 : : ._co_code = NULL,
27769 : : ._co_linearray = NULL,
27770 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x01\x7c\x02\x64\x01\x7a\x03\x00\x00\x7a\x07\x00\x00\x7d\x04\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x53\x00",
27771 : : ._co_firsttraceable = 0,
27772 : : };
27773 : : static
27774 : : struct {
27775 : : PyASCIIObject _ascii;
27776 : : uint8_t _data[122];
27777 : : }
27778 : : importlib__bootstrap_external_toplevel_consts_50_consts_0 = {
27779 : : ._ascii = {
27780 : : .ob_base = {
27781 : : .ob_refcnt = 999999999,
27782 : : .ob_type = &PyUnicode_Type,
27783 : : },
27784 : : .length = 121,
27785 : : .hash = -1,
27786 : : .state = {
27787 : : .kind = 1,
27788 : : .compact = 1,
27789 : : .ascii = 1,
27790 : : },
27791 : : },
27792 : : ._data = "\x44\x65\x63\x6f\x64\x65\x20\x62\x79\x74\x65\x73\x20\x72\x65\x70\x72\x65\x73\x65\x6e\x74\x69\x6e\x67\x20\x73\x6f\x75\x72\x63\x65\x20\x63\x6f\x64\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x73\x74\x72\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x55\x6e\x69\x76\x65\x72\x73\x61\x6c\x20\x6e\x65\x77\x6c\x69\x6e\x65\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x69\x73\x20\x75\x73\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x64\x65\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x20\x20\x20\x20",
27793 : : };
27794 : : static
27795 : : struct {
27796 : : PyGC_Head _gc_head;
27797 : : struct {
27798 : : PyObject_VAR_HEAD
27799 : : PyObject *ob_item[4];
27800 : : }_object;
27801 : : }
27802 : : importlib__bootstrap_external_toplevel_consts_50_consts = {
27803 : : ._object = {
27804 : : .ob_base = {
27805 : : .ob_base = {
27806 : : .ob_refcnt = 999999999,
27807 : : .ob_type = &PyTuple_Type,
27808 : : },
27809 : : .ob_size = 4,
27810 : : },
27811 : : .ob_item = {
27812 : : & importlib__bootstrap_external_toplevel_consts_50_consts_0._ascii.ob_base,
27813 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
27814 : : Py_None,
27815 : : Py_True,
27816 : : },
27817 : : },
27818 : : };
27819 : : static
27820 : : struct {
27821 : : PyASCIIObject _ascii;
27822 : : uint8_t _data[9];
27823 : : }
27824 : : const_str_tokenize = {
27825 : : ._ascii = {
27826 : : .ob_base = {
27827 : : .ob_refcnt = 999999999,
27828 : : .ob_type = &PyUnicode_Type,
27829 : : },
27830 : : .length = 8,
27831 : : .hash = -1,
27832 : : .state = {
27833 : : .kind = 1,
27834 : : .compact = 1,
27835 : : .ascii = 1,
27836 : : },
27837 : : },
27838 : : ._data = "tokenize",
27839 : : };
27840 : : static
27841 : : struct {
27842 : : PyASCIIObject _ascii;
27843 : : uint8_t _data[8];
27844 : : }
27845 : : const_str_BytesIO = {
27846 : : ._ascii = {
27847 : : .ob_base = {
27848 : : .ob_refcnt = 999999999,
27849 : : .ob_type = &PyUnicode_Type,
27850 : : },
27851 : : .length = 7,
27852 : : .hash = -1,
27853 : : .state = {
27854 : : .kind = 1,
27855 : : .compact = 1,
27856 : : .ascii = 1,
27857 : : },
27858 : : },
27859 : : ._data = "BytesIO",
27860 : : };
27861 : : static
27862 : : struct {
27863 : : PyASCIIObject _ascii;
27864 : : uint8_t _data[16];
27865 : : }
27866 : : const_str_detect_encoding = {
27867 : : ._ascii = {
27868 : : .ob_base = {
27869 : : .ob_refcnt = 999999999,
27870 : : .ob_type = &PyUnicode_Type,
27871 : : },
27872 : : .length = 15,
27873 : : .hash = -1,
27874 : : .state = {
27875 : : .kind = 1,
27876 : : .compact = 1,
27877 : : .ascii = 1,
27878 : : },
27879 : : },
27880 : : ._data = "detect_encoding",
27881 : : };
27882 : : static
27883 : : struct {
27884 : : PyASCIIObject _ascii;
27885 : : uint8_t _data[26];
27886 : : }
27887 : : const_str_IncrementalNewlineDecoder = {
27888 : : ._ascii = {
27889 : : .ob_base = {
27890 : : .ob_refcnt = 999999999,
27891 : : .ob_type = &PyUnicode_Type,
27892 : : },
27893 : : .length = 25,
27894 : : .hash = -1,
27895 : : .state = {
27896 : : .kind = 1,
27897 : : .compact = 1,
27898 : : .ascii = 1,
27899 : : },
27900 : : },
27901 : : ._data = "IncrementalNewlineDecoder",
27902 : : };
27903 : : static
27904 : : struct {
27905 : : PyGC_Head _gc_head;
27906 : : struct {
27907 : : PyObject_VAR_HEAD
27908 : : PyObject *ob_item[7];
27909 : : }_object;
27910 : : }
27911 : : importlib__bootstrap_external_toplevel_consts_50_names = {
27912 : : ._object = {
27913 : : .ob_base = {
27914 : : .ob_base = {
27915 : : .ob_refcnt = 999999999,
27916 : : .ob_type = &PyTuple_Type,
27917 : : },
27918 : : .ob_size = 7,
27919 : : },
27920 : : .ob_item = {
27921 : : & const_str_tokenize._ascii.ob_base,
27922 : : & const_str__io._ascii.ob_base,
27923 : : & const_str_BytesIO._ascii.ob_base,
27924 : : &_Py_ID(readline),
27925 : : & const_str_detect_encoding._ascii.ob_base,
27926 : : & const_str_IncrementalNewlineDecoder._ascii.ob_base,
27927 : : &_Py_ID(decode),
27928 : : },
27929 : : },
27930 : : };
27931 : : static
27932 : : struct {
27933 : : PyASCIIObject _ascii;
27934 : : uint8_t _data[14];
27935 : : }
27936 : : const_str_decode_source = {
27937 : : ._ascii = {
27938 : : .ob_base = {
27939 : : .ob_refcnt = 999999999,
27940 : : .ob_type = &PyUnicode_Type,
27941 : : },
27942 : : .length = 13,
27943 : : .hash = -1,
27944 : : .state = {
27945 : : .kind = 1,
27946 : : .compact = 1,
27947 : : .ascii = 1,
27948 : : },
27949 : : },
27950 : : ._data = "decode_source",
27951 : : };
27952 : : static
27953 : : struct {
27954 : : PyObject_VAR_HEAD
27955 : : Py_hash_t ob_shash;
27956 : : char ob_sval[102];
27957 : : }
27958 : : importlib__bootstrap_external_toplevel_consts_50_linetable = {
27959 : : .ob_base = {
27960 : : .ob_base = {
27961 : : .ob_refcnt = 999999999,
27962 : : .ob_type = &PyBytes_Type,
27963 : : },
27964 : : .ob_size = 101,
27965 : : },
27966 : : .ob_shash = -1,
27967 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xdd\x1c\x27\x9f\x4b\x99\x4b\xa8\x0c\xd4\x1c\x35\xd7\x1c\x3e\xd1\x1c\x3e\xd0\x04\x19\xd8\x0f\x17\xd7\x0f\x27\xd1\x0f\x27\xd0\x28\x3d\xd4\x0f\x3e\x80\x48\xdd\x16\x33\xd7\x16\x33\xd1\x16\x33\xb0\x44\xb8\x24\xd4\x16\x3f\x80\x4f\xd8\x0b\x1a\xd7\x0b\x21\xd1\x0b\x21\xa0\x2c\xd7\x22\x35\xd1\x22\x35\xb0\x68\xb8\x71\xb4\x6b\xd4\x22\x42\xd4\x0b\x43\xd0\x04\x43",
27968 : : };
27969 : : static
27970 : : struct {
27971 : : PyASCIIObject _ascii;
27972 : : uint8_t _data[13];
27973 : : }
27974 : : const_str_source_bytes = {
27975 : : ._ascii = {
27976 : : .ob_base = {
27977 : : .ob_refcnt = 999999999,
27978 : : .ob_type = &PyUnicode_Type,
27979 : : },
27980 : : .length = 12,
27981 : : .hash = -1,
27982 : : .state = {
27983 : : .kind = 1,
27984 : : .compact = 1,
27985 : : .ascii = 1,
27986 : : },
27987 : : },
27988 : : ._data = "source_bytes",
27989 : : };
27990 : : static
27991 : : struct {
27992 : : PyASCIIObject _ascii;
27993 : : uint8_t _data[22];
27994 : : }
27995 : : const_str_source_bytes_readline = {
27996 : : ._ascii = {
27997 : : .ob_base = {
27998 : : .ob_refcnt = 999999999,
27999 : : .ob_type = &PyUnicode_Type,
28000 : : },
28001 : : .length = 21,
28002 : : .hash = -1,
28003 : : .state = {
28004 : : .kind = 1,
28005 : : .compact = 1,
28006 : : .ascii = 1,
28007 : : },
28008 : : },
28009 : : ._data = "source_bytes_readline",
28010 : : };
28011 : : static
28012 : : struct {
28013 : : PyASCIIObject _ascii;
28014 : : uint8_t _data[16];
28015 : : }
28016 : : const_str_newline_decoder = {
28017 : : ._ascii = {
28018 : : .ob_base = {
28019 : : .ob_refcnt = 999999999,
28020 : : .ob_type = &PyUnicode_Type,
28021 : : },
28022 : : .length = 15,
28023 : : .hash = -1,
28024 : : .state = {
28025 : : .kind = 1,
28026 : : .compact = 1,
28027 : : .ascii = 1,
28028 : : },
28029 : : },
28030 : : ._data = "newline_decoder",
28031 : : };
28032 : : static
28033 : : struct {
28034 : : PyGC_Head _gc_head;
28035 : : struct {
28036 : : PyObject_VAR_HEAD
28037 : : PyObject *ob_item[5];
28038 : : }_object;
28039 : : }
28040 : : importlib__bootstrap_external_toplevel_consts_50_localsplusnames = {
28041 : : ._object = {
28042 : : .ob_base = {
28043 : : .ob_base = {
28044 : : .ob_refcnt = 999999999,
28045 : : .ob_type = &PyTuple_Type,
28046 : : },
28047 : : .ob_size = 5,
28048 : : },
28049 : : .ob_item = {
28050 : : & const_str_source_bytes._ascii.ob_base,
28051 : : & const_str_tokenize._ascii.ob_base,
28052 : : & const_str_source_bytes_readline._ascii.ob_base,
28053 : : &_Py_ID(encoding),
28054 : : & const_str_newline_decoder._ascii.ob_base,
28055 : : },
28056 : : },
28057 : : };
28058 : : static
28059 : : struct _PyCode_DEF(240)
28060 : : importlib__bootstrap_external_toplevel_consts_50 = {
28061 : : .ob_base = {
28062 : : .ob_base = {
28063 : : .ob_refcnt = 999999999,
28064 : : .ob_type = &PyCode_Type,
28065 : : },
28066 : : .ob_size = 120,
28067 : : },
28068 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_50_consts._object.ob_base.ob_base,
28069 : : .co_names = & importlib__bootstrap_external_toplevel_consts_50_names._object.ob_base.ob_base,
28070 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
28071 : : .co_flags = 3,
28072 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28073 : : ._co_linearray_entry_size = 0,
28074 : : .co_argcount = 1,
28075 : : .co_posonlyargcount = 0,
28076 : : .co_kwonlyargcount = 0,
28077 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
28078 : : .co_stacksize = 6,
28079 : : .co_firstlineno = 768,
28080 : : .co_nlocalsplus = 5,
28081 : : .co_nlocals = 5,
28082 : : .co_nplaincellvars = 0,
28083 : : .co_ncellvars = 0,
28084 : : .co_nfreevars = 0,
28085 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_50_localsplusnames._object.ob_base.ob_base,
28086 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
28087 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28088 : : .co_name = & const_str_decode_source._ascii.ob_base,
28089 : : .co_qualname = & const_str_decode_source._ascii.ob_base,
28090 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_50_linetable.ob_base.ob_base,
28091 : : ._co_code = NULL,
28092 : : ._co_linearray = NULL,
28093 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
28094 : : ._co_firsttraceable = 0,
28095 : : };
28096 : : static
28097 : : struct {
28098 : : PyASCIIObject _ascii;
28099 : : uint8_t _data[318];
28100 : : }
28101 : : importlib__bootstrap_external_toplevel_consts_52_consts_0 = {
28102 : : ._ascii = {
28103 : : .ob_base = {
28104 : : .ob_refcnt = 999999999,
28105 : : .ob_type = &PyUnicode_Type,
28106 : : },
28107 : : .length = 317,
28108 : : .hash = -1,
28109 : : .state = {
28110 : : .kind = 1,
28111 : : .compact = 1,
28112 : : .ascii = 1,
28113 : : },
28114 : : },
28115 : : ._data = "\x52\x65\x74\x75\x72\x6e\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x73\x70\x65\x63\x20\x62\x61\x73\x65\x64\x20\x6f\x6e\x20\x61\x20\x66\x69\x6c\x65\x20\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x2e\x0a\x0a\x20\x20\x20\x20\x54\x6f\x20\x69\x6e\x64\x69\x63\x61\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x69\x73\x20\x61\x20\x70\x61\x63\x6b\x61\x67\x65\x2c\x20\x73\x65\x74\x0a\x20\x20\x20\x20\x73\x75\x62\x6d\x6f\x64\x75\x6c\x65\x5f\x73\x65\x61\x72\x63\x68\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e\x73\x20\x74\x6f\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x70\x61\x74\x68\x73\x2e\x20\x20\x41\x6e\x0a\x20\x20\x20\x20\x65\x6d\x70\x74\x79\x20\x6c\x69\x73\x74\x20\x69\x73\x20\x73\x75\x66\x66\x69\x63\x69\x65\x6e\x74\x2c\x20\x74\x68\x6f\x75\x67\x68\x20\x69\x74\x73\x20\x6e\x6f\x74\x20\x6f\x74\x68\x65\x72\x77\x69\x73\x65\x20\x75\x73\x65\x66\x75\x6c\x20\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x73\x79\x73\x74\x65\x6d\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x6d\x75\x73\x74\x20\x74\x61\x6b\x65\x20\x61\x20\x73\x70\x65\x63\x20\x61\x73\x20\x69\x74\x73\x20\x6f\x6e\x6c\x79\x20\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x28\x29\x20\x61\x72\x67\x2e\x0a\x0a\x20\x20\x20\x20",
28116 : : };
28117 : : static
28118 : : struct {
28119 : : PyGC_Head _gc_head;
28120 : : struct {
28121 : : PyObject_VAR_HEAD
28122 : : PyObject *ob_item[8];
28123 : : }_object;
28124 : : }
28125 : : importlib__bootstrap_external_toplevel_consts_52_consts = {
28126 : : ._object = {
28127 : : .ob_base = {
28128 : : .ob_base = {
28129 : : .ob_refcnt = 999999999,
28130 : : .ob_type = &PyTuple_Type,
28131 : : },
28132 : : .ob_size = 8,
28133 : : },
28134 : : .ob_item = {
28135 : : & importlib__bootstrap_external_toplevel_consts_52_consts_0._ascii.ob_base,
28136 : : Py_None,
28137 : : &_Py_STR(anon_unknown),
28138 : : & const_str_get_filename._ascii.ob_base,
28139 : : & importlib__bootstrap_toplevel_consts_27_consts_2._object.ob_base.ob_base,
28140 : : Py_True,
28141 : : & const_str_is_package._ascii.ob_base,
28142 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
28143 : : },
28144 : : },
28145 : : };
28146 : : static
28147 : : struct {
28148 : : PyASCIIObject _ascii;
28149 : : uint8_t _data[28];
28150 : : }
28151 : : const_str__get_supported_file_loaders = {
28152 : : ._ascii = {
28153 : : .ob_base = {
28154 : : .ob_refcnt = 999999999,
28155 : : .ob_type = &PyUnicode_Type,
28156 : : },
28157 : : .length = 27,
28158 : : .hash = -1,
28159 : : .state = {
28160 : : .kind = 1,
28161 : : .compact = 1,
28162 : : .ascii = 1,
28163 : : },
28164 : : },
28165 : : ._data = "_get_supported_file_loaders",
28166 : : };
28167 : : static
28168 : : struct {
28169 : : PyASCIIObject _ascii;
28170 : : uint8_t _data[10];
28171 : : }
28172 : : const_str__POPULATE = {
28173 : : ._ascii = {
28174 : : .ob_base = {
28175 : : .ob_refcnt = 999999999,
28176 : : .ob_type = &PyUnicode_Type,
28177 : : },
28178 : : .length = 9,
28179 : : .hash = -1,
28180 : : .state = {
28181 : : .kind = 1,
28182 : : .compact = 1,
28183 : : .ascii = 1,
28184 : : },
28185 : : },
28186 : : ._data = "_POPULATE",
28187 : : };
28188 : : static
28189 : : struct {
28190 : : PyGC_Head _gc_head;
28191 : : struct {
28192 : : PyObject_VAR_HEAD
28193 : : PyObject *ob_item[21];
28194 : : }_object;
28195 : : }
28196 : : importlib__bootstrap_external_toplevel_consts_52_names = {
28197 : : ._object = {
28198 : : .ob_base = {
28199 : : .ob_base = {
28200 : : .ob_refcnt = 999999999,
28201 : : .ob_type = &PyTuple_Type,
28202 : : },
28203 : : .ob_size = 21,
28204 : : },
28205 : : .ob_item = {
28206 : : & const_str_hasattr._ascii.ob_base,
28207 : : & const_str_get_filename._ascii.ob_base,
28208 : : & const_str_ImportError._ascii.ob_base,
28209 : : & const_str__os._ascii.ob_base,
28210 : : & const_str_fspath._ascii.ob_base,
28211 : : & const_str__path_isabs._ascii.ob_base,
28212 : : & const_str__path_join._ascii.ob_base,
28213 : : & const_str_getcwd._ascii.ob_base,
28214 : : & const_str_OSError._ascii.ob_base,
28215 : : &_Py_ID(_bootstrap),
28216 : : & const_str_ModuleSpec._ascii.ob_base,
28217 : : & const_str__set_fileattr._ascii.ob_base,
28218 : : & const_str__get_supported_file_loaders._ascii.ob_base,
28219 : : & const_str_endswith._ascii.ob_base,
28220 : : & const_str_tuple._ascii.ob_base,
28221 : : & const_str_loader._ascii.ob_base,
28222 : : & const_str__POPULATE._ascii.ob_base,
28223 : : & const_str_is_package._ascii.ob_base,
28224 : : & const_str_submodule_search_locations._ascii.ob_base,
28225 : : & const_str__path_split._ascii.ob_base,
28226 : : &_Py_ID(append),
28227 : : },
28228 : : },
28229 : : };
28230 : : static
28231 : : struct {
28232 : : PyObject_VAR_HEAD
28233 : : Py_hash_t ob_shash;
28234 : : char ob_sval[484];
28235 : : }
28236 : : importlib__bootstrap_external_toplevel_consts_52_linetable = {
28237 : : .ob_base = {
28238 : : .ob_base = {
28239 : : .ob_refcnt = 999999999,
28240 : : .ob_type = &PyBytes_Type,
28241 : : },
28242 : : .ob_size = 483,
28243 : : },
28244 : : .ob_shash = -1,
28245 : : .ob_sval = "\x80\x00\xf0\x18\x00\x08\x10\xf0\x00\x11\x05\x15\xf0\x08\x00\x14\x1f\x88\x08\xdd\x0b\x12\x90\x36\x98\x3e\xd4\x0b\x2a\xf0\x00\x05\x09\x15\xf0\x04\x03\x0d\x15\xd8\x1b\x21\xd7\x1b\x2e\xd1\x1b\x2e\xa8\x74\xd4\x1b\x34\x90\x08\x90\x08\xf5\x08\x00\x14\x1e\x97\x3a\x91\x3a\x98\x68\xd4\x13\x27\x88\x08\xdd\x0f\x1a\x98\x38\xd4\x0f\x24\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xdd\x1b\x25\xa5\x63\xa7\x6a\xa1\x6a\xa4\x6c\xb0\x48\xd4\x1b\x3d\x90\x08\xf5\x14\x00\x0c\x16\xd7\x0b\x20\xd1\x0b\x20\xa0\x14\xa0\x76\xb0\x68\xd0\x0b\x20\xd4\x0b\x3f\x80\x44\xd8\x19\x1d\x80\x44\xd4\x04\x16\xf0\x06\x00\x08\x0e\xf0\x00\x07\x05\x18\xdd\x26\x41\xd4\x26\x43\xf0\x00\x06\x09\x18\xf1\x00\x06\x09\x18\xd1\x0c\x22\x88\x4c\x98\x28\xd8\x0f\x17\xd7\x0f\x20\xd1\x0f\x20\xa5\x15\xa0\x78\xa4\x1f\xd4\x0f\x31\xf0\x00\x03\x0d\x16\xd8\x19\x25\x98\x1c\xa0\x64\xa8\x48\xd4\x19\x35\x90\x06\xd8\x1e\x24\x90\x04\x94\x0b\xd8\x10\x15\x90\x05\xe0\x13\x17\x90\x34\xf0\x06\x00\x08\x22\xa5\x59\xd0\x07\x2e\xf0\x00\x0b\x05\x45\x01\xe5\x0b\x12\x90\x36\x98\x3c\xd4\x0b\x28\xf0\x00\x07\x09\x39\xf0\x02\x06\x0d\x39\xd8\x1d\x23\xd7\x1d\x2e\xd1\x1d\x2e\xa8\x74\xd4\x1d\x34\x90\x0a\xf0\x08\x00\x14\x1e\xf0\x00\x01\x11\x39\xd8\x36\x38\x90\x44\xd4\x14\x33\xd0\x14\x33\xe0\x2a\x44\x88\x04\xd4\x08\x27\xd8\x07\x0b\xd7\x07\x26\xd1\x07\x26\xa8\x22\xd2\x07\x2c\xf0\x00\x03\x05\x3c\xd8\x0b\x13\xf0\x00\x02\x09\x3c\xdd\x16\x21\xa0\x28\xd4\x16\x2b\xa8\x41\xd4\x16\x2e\x88\x47\xd8\x0c\x10\xd7\x0c\x2b\xd1\x0c\x2b\xd7\x0c\x32\xd1\x0c\x32\xb0\x37\xd4\x0c\x3b\xd0\x0c\x3b\xe0\x0b\x0f\x80\x4b\xf8\xf5\x5f\x01\x00\x14\x1f\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x91\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x38\x00\x14\x1f\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
28246 : : };
28247 : : static
28248 : : struct {
28249 : : PyObject_VAR_HEAD
28250 : : Py_hash_t ob_shash;
28251 : : char ob_sval[54];
28252 : : }
28253 : : importlib__bootstrap_external_toplevel_consts_52_exceptiontable = {
28254 : : .ob_base = {
28255 : : .ob_base = {
28256 : : .ob_refcnt = 999999999,
28257 : : .ob_type = &PyBytes_Type,
28258 : : },
28259 : : .ob_size = 53,
28260 : : },
28261 : : .ob_shash = -1,
28262 : : .ob_sval = "\x94\x12\x45\x13\x00\xc1\x0c\x22\x45\x23\x00\xc3\x2d\x12\x45\x34\x00\xc5\x13\x0a\x45\x20\x03\xc5\x1f\x01\x45\x20\x03\xc5\x23\x0a\x45\x31\x03\xc5\x30\x01\x45\x31\x03\xc5\x34\x0a\x46\x01\x03\xc6\x00\x01\x46\x01\x03",
28263 : : };
28264 : : static
28265 : : struct {
28266 : : PyASCIIObject _ascii;
28267 : : uint8_t _data[13];
28268 : : }
28269 : : const_str_loader_class = {
28270 : : ._ascii = {
28271 : : .ob_base = {
28272 : : .ob_refcnt = 999999999,
28273 : : .ob_type = &PyUnicode_Type,
28274 : : },
28275 : : .length = 12,
28276 : : .hash = -1,
28277 : : .state = {
28278 : : .kind = 1,
28279 : : .compact = 1,
28280 : : .ascii = 1,
28281 : : },
28282 : : },
28283 : : ._data = "loader_class",
28284 : : };
28285 : : static
28286 : : struct {
28287 : : PyASCIIObject _ascii;
28288 : : uint8_t _data[9];
28289 : : }
28290 : : const_str_suffixes = {
28291 : : ._ascii = {
28292 : : .ob_base = {
28293 : : .ob_refcnt = 999999999,
28294 : : .ob_type = &PyUnicode_Type,
28295 : : },
28296 : : .length = 8,
28297 : : .hash = -1,
28298 : : .state = {
28299 : : .kind = 1,
28300 : : .compact = 1,
28301 : : .ascii = 1,
28302 : : },
28303 : : },
28304 : : ._data = "suffixes",
28305 : : };
28306 : : static
28307 : : struct {
28308 : : PyASCIIObject _ascii;
28309 : : uint8_t _data[8];
28310 : : }
28311 : : const_str_dirname = {
28312 : : ._ascii = {
28313 : : .ob_base = {
28314 : : .ob_refcnt = 999999999,
28315 : : .ob_type = &PyUnicode_Type,
28316 : : },
28317 : : .length = 7,
28318 : : .hash = -1,
28319 : : .state = {
28320 : : .kind = 1,
28321 : : .compact = 1,
28322 : : .ascii = 1,
28323 : : },
28324 : : },
28325 : : ._data = "dirname",
28326 : : };
28327 : : static
28328 : : struct {
28329 : : PyGC_Head _gc_head;
28330 : : struct {
28331 : : PyObject_VAR_HEAD
28332 : : PyObject *ob_item[9];
28333 : : }_object;
28334 : : }
28335 : : importlib__bootstrap_external_toplevel_consts_52_localsplusnames = {
28336 : : ._object = {
28337 : : .ob_base = {
28338 : : .ob_base = {
28339 : : .ob_refcnt = 999999999,
28340 : : .ob_type = &PyTuple_Type,
28341 : : },
28342 : : .ob_size = 9,
28343 : : },
28344 : : .ob_item = {
28345 : : &_Py_ID(name),
28346 : : & const_str_location._ascii.ob_base,
28347 : : & const_str_loader._ascii.ob_base,
28348 : : & const_str_submodule_search_locations._ascii.ob_base,
28349 : : & const_str_spec._ascii.ob_base,
28350 : : & const_str_loader_class._ascii.ob_base,
28351 : : & const_str_suffixes._ascii.ob_base,
28352 : : & const_str_is_package._ascii.ob_base,
28353 : : & const_str_dirname._ascii.ob_base,
28354 : : },
28355 : : },
28356 : : };
28357 : : static
28358 : : struct _PyCode_DEF(776)
28359 : : importlib__bootstrap_external_toplevel_consts_52 = {
28360 : : .ob_base = {
28361 : : .ob_base = {
28362 : : .ob_refcnt = 999999999,
28363 : : .ob_type = &PyCode_Type,
28364 : : },
28365 : : .ob_size = 388,
28366 : : },
28367 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_52_consts._object.ob_base.ob_base,
28368 : : .co_names = & importlib__bootstrap_external_toplevel_consts_52_names._object.ob_base.ob_base,
28369 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_52_exceptiontable.ob_base.ob_base,
28370 : : .co_flags = 3,
28371 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28372 : : ._co_linearray_entry_size = 0,
28373 : : .co_argcount = 2,
28374 : : .co_posonlyargcount = 0,
28375 : : .co_kwonlyargcount = 2,
28376 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
28377 : : .co_stacksize = 6,
28378 : : .co_firstlineno = 785,
28379 : : .co_nlocalsplus = 9,
28380 : : .co_nlocals = 9,
28381 : : .co_nplaincellvars = 0,
28382 : : .co_ncellvars = 0,
28383 : : .co_nfreevars = 0,
28384 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_52_localsplusnames._object.ob_base.ob_base,
28385 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
28386 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28387 : : .co_name = & const_str_spec_from_file_location._ascii.ob_base,
28388 : : .co_qualname = & const_str_spec_from_file_location._ascii.ob_base,
28389 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_52_linetable.ob_base.ob_base,
28390 : : ._co_code = NULL,
28391 : : ._co_linearray = NULL,
28392 : : .co_code_adaptive = "\x97\x00\x7c\x01\x80\x24\x64\x02\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x5b\x09\x00\x7c\x02\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x47\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x23\x09\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x7c\x01\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x05\x7c\x04\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x80\x44\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x34\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x01\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x23\x02\x00\x7c\x05\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x7c\x04\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x02\x64\x01\x53\x00\x7c\x03\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x2b\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x24\x09\x00\x7c\x02\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x72\x0f\x67\x00\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x07\x7c\x03\x7c\x04\x5f\x12\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x6b\x02\x00\x00\x00\x00\x72\x31\x7c\x01\x72\x2f\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x04\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xf1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x01\x8c\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x70\x77\x00\x78\x03\x59\x00\x77\x01",
28393 : : ._co_firsttraceable = 0,
28394 : : };
28395 : : static
28396 : : struct {
28397 : : PyASCIIObject _ascii;
28398 : : uint8_t _data[22];
28399 : : }
28400 : : const_str_WindowsRegistryFinder = {
28401 : : ._ascii = {
28402 : : .ob_base = {
28403 : : .ob_refcnt = 999999999,
28404 : : .ob_type = &PyUnicode_Type,
28405 : : },
28406 : : .length = 21,
28407 : : .hash = -1,
28408 : : .state = {
28409 : : .kind = 1,
28410 : : .compact = 1,
28411 : : .ascii = 1,
28412 : : },
28413 : : },
28414 : : ._data = "WindowsRegistryFinder",
28415 : : };
28416 : : static
28417 : : struct {
28418 : : PyASCIIObject _ascii;
28419 : : uint8_t _data[63];
28420 : : }
28421 : : importlib__bootstrap_external_toplevel_consts_53_consts_1 = {
28422 : : ._ascii = {
28423 : : .ob_base = {
28424 : : .ob_refcnt = 999999999,
28425 : : .ob_type = &PyUnicode_Type,
28426 : : },
28427 : : .length = 62,
28428 : : .hash = -1,
28429 : : .state = {
28430 : : .kind = 1,
28431 : : .compact = 1,
28432 : : .ascii = 1,
28433 : : },
28434 : : },
28435 : : ._data = "Meta path finder for modules declared in the Windows registry.",
28436 : : };
28437 : : static
28438 : : struct {
28439 : : PyASCIIObject _ascii;
28440 : : uint8_t _data[60];
28441 : : }
28442 : : importlib__bootstrap_external_toplevel_consts_53_consts_2 = {
28443 : : ._ascii = {
28444 : : .ob_base = {
28445 : : .ob_refcnt = 999999999,
28446 : : .ob_type = &PyUnicode_Type,
28447 : : },
28448 : : .length = 59,
28449 : : .hash = -1,
28450 : : .state = {
28451 : : .kind = 1,
28452 : : .compact = 1,
28453 : : .ascii = 1,
28454 : : },
28455 : : },
28456 : : ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}",
28457 : : };
28458 : : static
28459 : : struct {
28460 : : PyASCIIObject _ascii;
28461 : : uint8_t _data[66];
28462 : : }
28463 : : importlib__bootstrap_external_toplevel_consts_53_consts_3 = {
28464 : : ._ascii = {
28465 : : .ob_base = {
28466 : : .ob_refcnt = 999999999,
28467 : : .ob_type = &PyUnicode_Type,
28468 : : },
28469 : : .length = 65,
28470 : : .hash = -1,
28471 : : .state = {
28472 : : .kind = 1,
28473 : : .compact = 1,
28474 : : .ascii = 1,
28475 : : },
28476 : : },
28477 : : ._data = "Software\\Python\\PythonCore\\{sys_version}\\Modules\\{fullname}\\Debug",
28478 : : };
28479 : : static
28480 : : struct {
28481 : : PyASCIIObject _ascii;
28482 : : uint8_t _data[7];
28483 : : }
28484 : : importlib__bootstrap_external_toplevel_consts_53_consts_4 = {
28485 : : ._ascii = {
28486 : : .ob_base = {
28487 : : .ob_refcnt = 999999999,
28488 : : .ob_type = &PyUnicode_Type,
28489 : : },
28490 : : .length = 6,
28491 : : .hash = -1,
28492 : : .state = {
28493 : : .kind = 1,
28494 : : .compact = 1,
28495 : : .ascii = 1,
28496 : : },
28497 : : },
28498 : : ._data = "_d.pyd",
28499 : : };
28500 : : static
28501 : : struct {
28502 : : PyASCIIObject _ascii;
28503 : : uint8_t _data[7];
28504 : : }
28505 : : const_str_winreg = {
28506 : : ._ascii = {
28507 : : .ob_base = {
28508 : : .ob_refcnt = 999999999,
28509 : : .ob_type = &PyUnicode_Type,
28510 : : },
28511 : : .length = 6,
28512 : : .hash = -1,
28513 : : .state = {
28514 : : .kind = 1,
28515 : : .compact = 1,
28516 : : .ascii = 1,
28517 : : },
28518 : : },
28519 : : ._data = "winreg",
28520 : : };
28521 : : static
28522 : : struct {
28523 : : PyASCIIObject _ascii;
28524 : : uint8_t _data[8];
28525 : : }
28526 : : const_str_OpenKey = {
28527 : : ._ascii = {
28528 : : .ob_base = {
28529 : : .ob_refcnt = 999999999,
28530 : : .ob_type = &PyUnicode_Type,
28531 : : },
28532 : : .length = 7,
28533 : : .hash = -1,
28534 : : .state = {
28535 : : .kind = 1,
28536 : : .compact = 1,
28537 : : .ascii = 1,
28538 : : },
28539 : : },
28540 : : ._data = "OpenKey",
28541 : : };
28542 : : static
28543 : : struct {
28544 : : PyASCIIObject _ascii;
28545 : : uint8_t _data[18];
28546 : : }
28547 : : const_str_HKEY_CURRENT_USER = {
28548 : : ._ascii = {
28549 : : .ob_base = {
28550 : : .ob_refcnt = 999999999,
28551 : : .ob_type = &PyUnicode_Type,
28552 : : },
28553 : : .length = 17,
28554 : : .hash = -1,
28555 : : .state = {
28556 : : .kind = 1,
28557 : : .compact = 1,
28558 : : .ascii = 1,
28559 : : },
28560 : : },
28561 : : ._data = "HKEY_CURRENT_USER",
28562 : : };
28563 : : static
28564 : : struct {
28565 : : PyASCIIObject _ascii;
28566 : : uint8_t _data[19];
28567 : : }
28568 : : const_str_HKEY_LOCAL_MACHINE = {
28569 : : ._ascii = {
28570 : : .ob_base = {
28571 : : .ob_refcnt = 999999999,
28572 : : .ob_type = &PyUnicode_Type,
28573 : : },
28574 : : .length = 18,
28575 : : .hash = -1,
28576 : : .state = {
28577 : : .kind = 1,
28578 : : .compact = 1,
28579 : : .ascii = 1,
28580 : : },
28581 : : },
28582 : : ._data = "HKEY_LOCAL_MACHINE",
28583 : : };
28584 : : static
28585 : : struct {
28586 : : PyGC_Head _gc_head;
28587 : : struct {
28588 : : PyObject_VAR_HEAD
28589 : : PyObject *ob_item[5];
28590 : : }_object;
28591 : : }
28592 : : importlib__bootstrap_external_toplevel_consts_53_consts_5_names = {
28593 : : ._object = {
28594 : : .ob_base = {
28595 : : .ob_base = {
28596 : : .ob_refcnt = 999999999,
28597 : : .ob_type = &PyTuple_Type,
28598 : : },
28599 : : .ob_size = 5,
28600 : : },
28601 : : .ob_item = {
28602 : : & const_str_winreg._ascii.ob_base,
28603 : : & const_str_OpenKey._ascii.ob_base,
28604 : : & const_str_HKEY_CURRENT_USER._ascii.ob_base,
28605 : : & const_str_OSError._ascii.ob_base,
28606 : : & const_str_HKEY_LOCAL_MACHINE._ascii.ob_base,
28607 : : },
28608 : : },
28609 : : };
28610 : : static
28611 : : struct {
28612 : : PyASCIIObject _ascii;
28613 : : uint8_t _data[15];
28614 : : }
28615 : : const_str__open_registry = {
28616 : : ._ascii = {
28617 : : .ob_base = {
28618 : : .ob_refcnt = 999999999,
28619 : : .ob_type = &PyUnicode_Type,
28620 : : },
28621 : : .length = 14,
28622 : : .hash = -1,
28623 : : .state = {
28624 : : .kind = 1,
28625 : : .compact = 1,
28626 : : .ascii = 1,
28627 : : },
28628 : : },
28629 : : ._data = "_open_registry",
28630 : : };
28631 : : static
28632 : : struct {
28633 : : PyASCIIObject _ascii;
28634 : : uint8_t _data[37];
28635 : : }
28636 : : importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname = {
28637 : : ._ascii = {
28638 : : .ob_base = {
28639 : : .ob_refcnt = 999999999,
28640 : : .ob_type = &PyUnicode_Type,
28641 : : },
28642 : : .length = 36,
28643 : : .hash = -1,
28644 : : .state = {
28645 : : .kind = 1,
28646 : : .compact = 1,
28647 : : .ascii = 1,
28648 : : },
28649 : : },
28650 : : ._data = "WindowsRegistryFinder._open_registry",
28651 : : };
28652 : : static
28653 : : struct {
28654 : : PyObject_VAR_HEAD
28655 : : Py_hash_t ob_shash;
28656 : : char ob_sval[92];
28657 : : }
28658 : : importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable = {
28659 : : .ob_base = {
28660 : : .ob_base = {
28661 : : .ob_refcnt = 999999999,
28662 : : .ob_type = &PyBytes_Type,
28663 : : },
28664 : : .ob_size = 91,
28665 : : },
28666 : : .ob_shash = -1,
28667 : : .ob_sval = "\x80\x00\xf0\x04\x03\x09\x42\x01\xdd\x13\x21\x97\x3e\x91\x3e\xa5\x26\xd7\x22\x3a\xd1\x22\x3a\xb8\x43\xd4\x13\x40\xd0\x0c\x40\xf8\xdd\x0f\x16\xf0\x00\x01\x09\x42\x01\xf0\x00\x01\x09\x42\x01\xf0\x00\x01\x09\x42\x01\xdd\x13\x21\x97\x3e\x91\x3e\xa5\x26\xd7\x22\x3b\xd1\x22\x3b\xb8\x53\xd4\x13\x41\xd0\x0c\x41\xd0\x0c\x41\xd0\x0c\x41\xf0\x03\x01\x09\x42\x01\xf8\xf8\xf8",
28668 : : };
28669 : : static
28670 : : struct {
28671 : : PyObject_VAR_HEAD
28672 : : Py_hash_t ob_shash;
28673 : : char ob_sval[16];
28674 : : }
28675 : : importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable = {
28676 : : .ob_base = {
28677 : : .ob_base = {
28678 : : .ob_refcnt = 999999999,
28679 : : .ob_type = &PyBytes_Type,
28680 : : },
28681 : : .ob_size = 15,
28682 : : },
28683 : : .ob_shash = -1,
28684 : : .ob_sval = "\x82\x26\x29\x00\xa9\x31\x41\x1d\x03\xc1\x1c\x01\x41\x1d\x03",
28685 : : };
28686 : : static
28687 : : struct _PyCode_DEF(192)
28688 : : importlib__bootstrap_external_toplevel_consts_53_consts_5 = {
28689 : : .ob_base = {
28690 : : .ob_base = {
28691 : : .ob_refcnt = 999999999,
28692 : : .ob_type = &PyCode_Type,
28693 : : },
28694 : : .ob_size = 96,
28695 : : },
28696 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
28697 : : .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_5_names._object.ob_base.ob_base,
28698 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_exceptiontable.ob_base.ob_base,
28699 : : .co_flags = 3,
28700 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
28701 : : ._co_linearray_entry_size = 0,
28702 : : .co_argcount = 1,
28703 : : .co_posonlyargcount = 0,
28704 : : .co_kwonlyargcount = 0,
28705 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
28706 : : .co_stacksize = 5,
28707 : : .co_firstlineno = 870,
28708 : : .co_nlocalsplus = 1,
28709 : : .co_nlocals = 1,
28710 : : .co_nplaincellvars = 0,
28711 : : .co_ncellvars = 0,
28712 : : .co_nfreevars = 0,
28713 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
28714 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
28715 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
28716 : : .co_name = & const_str__open_registry._ascii.ob_base,
28717 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname._ascii.ob_base,
28718 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_5_linetable.ob_base.ob_base,
28719 : : ._co_code = NULL,
28720 : : ._co_linearray = NULL,
28721 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2a\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
28722 : : ._co_firsttraceable = 0,
28723 : : };
28724 : : static
28725 : : struct {
28726 : : PyASCIIObject _ascii;
28727 : : uint8_t _data[6];
28728 : : }
28729 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1 = {
28730 : : ._ascii = {
28731 : : .ob_base = {
28732 : : .ob_refcnt = 999999999,
28733 : : .ob_type = &PyUnicode_Type,
28734 : : },
28735 : : .length = 5,
28736 : : .hash = -1,
28737 : : .state = {
28738 : : .kind = 1,
28739 : : .compact = 1,
28740 : : .ascii = 1,
28741 : : },
28742 : : },
28743 : : ._data = "%d.%d",
28744 : : };
28745 : : static
28746 : : struct {
28747 : : PyASCIIObject _ascii;
28748 : : uint8_t _data[12];
28749 : : }
28750 : : const_str_sys_version = {
28751 : : ._ascii = {
28752 : : .ob_base = {
28753 : : .ob_refcnt = 999999999,
28754 : : .ob_type = &PyUnicode_Type,
28755 : : },
28756 : : .length = 11,
28757 : : .hash = -1,
28758 : : .state = {
28759 : : .kind = 1,
28760 : : .compact = 1,
28761 : : .ascii = 1,
28762 : : },
28763 : : },
28764 : : ._data = "sys_version",
28765 : : };
28766 : : static
28767 : : struct {
28768 : : PyGC_Head _gc_head;
28769 : : struct {
28770 : : PyObject_VAR_HEAD
28771 : : PyObject *ob_item[2];
28772 : : }_object;
28773 : : }
28774 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3 = {
28775 : : ._object = {
28776 : : .ob_base = {
28777 : : .ob_base = {
28778 : : .ob_refcnt = 999999999,
28779 : : .ob_type = &PyTuple_Type,
28780 : : },
28781 : : .ob_size = 2,
28782 : : },
28783 : : .ob_item = {
28784 : : & const_str_fullname._ascii.ob_base,
28785 : : & const_str_sys_version._ascii.ob_base,
28786 : : },
28787 : : },
28788 : : };
28789 : : static
28790 : : struct {
28791 : : PyGC_Head _gc_head;
28792 : : struct {
28793 : : PyObject_VAR_HEAD
28794 : : PyObject *ob_item[5];
28795 : : }_object;
28796 : : }
28797 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_consts = {
28798 : : ._object = {
28799 : : .ob_base = {
28800 : : .ob_base = {
28801 : : .ob_refcnt = 999999999,
28802 : : .ob_type = &PyTuple_Type,
28803 : : },
28804 : : .ob_size = 5,
28805 : : },
28806 : : .ob_item = {
28807 : : Py_None,
28808 : : & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
28809 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
28810 : : & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_3._object.ob_base.ob_base,
28811 : : &_Py_STR(empty),
28812 : : },
28813 : : },
28814 : : };
28815 : : static
28816 : : struct {
28817 : : PyASCIIObject _ascii;
28818 : : uint8_t _data[12];
28819 : : }
28820 : : const_str_DEBUG_BUILD = {
28821 : : ._ascii = {
28822 : : .ob_base = {
28823 : : .ob_refcnt = 999999999,
28824 : : .ob_type = &PyUnicode_Type,
28825 : : },
28826 : : .length = 11,
28827 : : .hash = -1,
28828 : : .state = {
28829 : : .kind = 1,
28830 : : .compact = 1,
28831 : : .ascii = 1,
28832 : : },
28833 : : },
28834 : : ._data = "DEBUG_BUILD",
28835 : : };
28836 : : static
28837 : : struct {
28838 : : PyASCIIObject _ascii;
28839 : : uint8_t _data[19];
28840 : : }
28841 : : const_str_REGISTRY_KEY_DEBUG = {
28842 : : ._ascii = {
28843 : : .ob_base = {
28844 : : .ob_refcnt = 999999999,
28845 : : .ob_type = &PyUnicode_Type,
28846 : : },
28847 : : .length = 18,
28848 : : .hash = -1,
28849 : : .state = {
28850 : : .kind = 1,
28851 : : .compact = 1,
28852 : : .ascii = 1,
28853 : : },
28854 : : },
28855 : : ._data = "REGISTRY_KEY_DEBUG",
28856 : : };
28857 : : static
28858 : : struct {
28859 : : PyASCIIObject _ascii;
28860 : : uint8_t _data[13];
28861 : : }
28862 : : const_str_REGISTRY_KEY = {
28863 : : ._ascii = {
28864 : : .ob_base = {
28865 : : .ob_refcnt = 999999999,
28866 : : .ob_type = &PyUnicode_Type,
28867 : : },
28868 : : .length = 12,
28869 : : .hash = -1,
28870 : : .state = {
28871 : : .kind = 1,
28872 : : .compact = 1,
28873 : : .ascii = 1,
28874 : : },
28875 : : },
28876 : : ._data = "REGISTRY_KEY",
28877 : : };
28878 : : static
28879 : : struct {
28880 : : PyASCIIObject _ascii;
28881 : : uint8_t _data[13];
28882 : : }
28883 : : const_str_version_info = {
28884 : : ._ascii = {
28885 : : .ob_base = {
28886 : : .ob_refcnt = 999999999,
28887 : : .ob_type = &PyUnicode_Type,
28888 : : },
28889 : : .length = 12,
28890 : : .hash = -1,
28891 : : .state = {
28892 : : .kind = 1,
28893 : : .compact = 1,
28894 : : .ascii = 1,
28895 : : },
28896 : : },
28897 : : ._data = "version_info",
28898 : : };
28899 : : static
28900 : : struct {
28901 : : PyASCIIObject _ascii;
28902 : : uint8_t _data[11];
28903 : : }
28904 : : const_str_QueryValue = {
28905 : : ._ascii = {
28906 : : .ob_base = {
28907 : : .ob_refcnt = 999999999,
28908 : : .ob_type = &PyUnicode_Type,
28909 : : },
28910 : : .length = 10,
28911 : : .hash = -1,
28912 : : .state = {
28913 : : .kind = 1,
28914 : : .compact = 1,
28915 : : .ascii = 1,
28916 : : },
28917 : : },
28918 : : ._data = "QueryValue",
28919 : : };
28920 : : static
28921 : : struct {
28922 : : PyGC_Head _gc_head;
28923 : : struct {
28924 : : PyObject_VAR_HEAD
28925 : : PyObject *ob_item[10];
28926 : : }_object;
28927 : : }
28928 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_names = {
28929 : : ._object = {
28930 : : .ob_base = {
28931 : : .ob_base = {
28932 : : .ob_refcnt = 999999999,
28933 : : .ob_type = &PyTuple_Type,
28934 : : },
28935 : : .ob_size = 10,
28936 : : },
28937 : : .ob_item = {
28938 : : & const_str_DEBUG_BUILD._ascii.ob_base,
28939 : : & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
28940 : : & const_str_REGISTRY_KEY._ascii.ob_base,
28941 : : & const_str_format._ascii.ob_base,
28942 : : & const_str_sys._ascii.ob_base,
28943 : : & const_str_version_info._ascii.ob_base,
28944 : : & const_str__open_registry._ascii.ob_base,
28945 : : & const_str_winreg._ascii.ob_base,
28946 : : & const_str_QueryValue._ascii.ob_base,
28947 : : & const_str_OSError._ascii.ob_base,
28948 : : },
28949 : : },
28950 : : };
28951 : : static
28952 : : struct {
28953 : : PyASCIIObject _ascii;
28954 : : uint8_t _data[17];
28955 : : }
28956 : : const_str__search_registry = {
28957 : : ._ascii = {
28958 : : .ob_base = {
28959 : : .ob_refcnt = 999999999,
28960 : : .ob_type = &PyUnicode_Type,
28961 : : },
28962 : : .length = 16,
28963 : : .hash = -1,
28964 : : .state = {
28965 : : .kind = 1,
28966 : : .compact = 1,
28967 : : .ascii = 1,
28968 : : },
28969 : : },
28970 : : ._data = "_search_registry",
28971 : : };
28972 : : static
28973 : : struct {
28974 : : PyASCIIObject _ascii;
28975 : : uint8_t _data[39];
28976 : : }
28977 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname = {
28978 : : ._ascii = {
28979 : : .ob_base = {
28980 : : .ob_refcnt = 999999999,
28981 : : .ob_type = &PyUnicode_Type,
28982 : : },
28983 : : .length = 38,
28984 : : .hash = -1,
28985 : : .state = {
28986 : : .kind = 1,
28987 : : .compact = 1,
28988 : : .ascii = 1,
28989 : : },
28990 : : },
28991 : : ._data = "WindowsRegistryFinder._search_registry",
28992 : : };
28993 : : static
28994 : : struct {
28995 : : PyObject_VAR_HEAD
28996 : : Py_hash_t ob_shash;
28997 : : char ob_sval[243];
28998 : : }
28999 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable = {
29000 : : .ob_base = {
29001 : : .ob_base = {
29002 : : .ob_refcnt = 999999999,
29003 : : .ob_type = &PyBytes_Type,
29004 : : },
29005 : : .ob_size = 242,
29006 : : },
29007 : : .ob_shash = -1,
29008 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x8f\x3f\x89\x3f\xf0\x00\x03\x09\x2c\xd8\x1b\x1e\xd7\x1b\x31\xd1\x1b\x31\x88\x4c\x88\x4c\xe0\x1b\x1e\xd7\x1b\x2b\xd1\x1b\x2b\x88\x4c\xd8\x0e\x1a\xd7\x0e\x21\xd1\x0e\x21\xa8\x38\xd8\x2e\x35\xbd\x03\xd7\x38\x48\xd1\x38\x48\xd0\x38\x4c\xc8\x21\xd0\x38\x4c\xd1\x2e\x4c\xf0\x03\x00\x0f\x22\xf4\x00\x01\x0f\x4e\x01\x88\x03\xf0\x04\x04\x09\x18\xd8\x11\x14\xd7\x11\x23\xd1\x11\x23\xa0\x43\xd4\x11\x28\xf0\x00\x01\x0d\x37\xa8\x44\xdd\x1b\x2c\xd7\x1b\x2c\xd1\x1b\x2c\xa8\x54\xb0\x32\xd4\x1b\x36\x90\x08\xf0\x03\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf4\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x08\x00\x10\x18\x88\x0f\xf0\x09\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf0\x00\x01\x0d\x37\xf8\xf8\xf8\xf8\xe5\x0f\x16\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
29009 : : };
29010 : : static
29011 : : struct {
29012 : : PyObject_VAR_HEAD
29013 : : Py_hash_t ob_shash;
29014 : : char ob_sval[43];
29015 : : }
29016 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable = {
29017 : : .ob_base = {
29018 : : .ob_base = {
29019 : : .ob_refcnt = 999999999,
29020 : : .ob_type = &PyBytes_Type,
29021 : : },
29022 : : .ob_size = 42,
29023 : : },
29024 : : .ob_shash = -1,
29025 : : .ob_sval = "\xc1\x10\x12\x42\x12\x00\xc1\x22\x19\x42\x06\x03\xc1\x3b\x09\x42\x12\x00\xc2\x06\x05\x42\x0f\x07\xc2\x0b\x07\x42\x12\x00\xc2\x12\x0a\x42\x20\x03\xc2\x1f\x01\x42\x20\x03",
29026 : : };
29027 : : static
29028 : : struct {
29029 : : PyASCIIObject _ascii;
29030 : : uint8_t _data[13];
29031 : : }
29032 : : const_str_registry_key = {
29033 : : ._ascii = {
29034 : : .ob_base = {
29035 : : .ob_refcnt = 999999999,
29036 : : .ob_type = &PyUnicode_Type,
29037 : : },
29038 : : .length = 12,
29039 : : .hash = -1,
29040 : : .state = {
29041 : : .kind = 1,
29042 : : .compact = 1,
29043 : : .ascii = 1,
29044 : : },
29045 : : },
29046 : : ._data = "registry_key",
29047 : : };
29048 : : static
29049 : : struct {
29050 : : PyASCIIObject _ascii;
29051 : : uint8_t _data[5];
29052 : : }
29053 : : const_str_hkey = {
29054 : : ._ascii = {
29055 : : .ob_base = {
29056 : : .ob_refcnt = 999999999,
29057 : : .ob_type = &PyUnicode_Type,
29058 : : },
29059 : : .length = 4,
29060 : : .hash = -1,
29061 : : .state = {
29062 : : .kind = 1,
29063 : : .compact = 1,
29064 : : .ascii = 1,
29065 : : },
29066 : : },
29067 : : ._data = "hkey",
29068 : : };
29069 : : static
29070 : : struct {
29071 : : PyASCIIObject _ascii;
29072 : : uint8_t _data[9];
29073 : : }
29074 : : const_str_filepath = {
29075 : : ._ascii = {
29076 : : .ob_base = {
29077 : : .ob_refcnt = 999999999,
29078 : : .ob_type = &PyUnicode_Type,
29079 : : },
29080 : : .length = 8,
29081 : : .hash = -1,
29082 : : .state = {
29083 : : .kind = 1,
29084 : : .compact = 1,
29085 : : .ascii = 1,
29086 : : },
29087 : : },
29088 : : ._data = "filepath",
29089 : : };
29090 : : static
29091 : : struct {
29092 : : PyGC_Head _gc_head;
29093 : : struct {
29094 : : PyObject_VAR_HEAD
29095 : : PyObject *ob_item[6];
29096 : : }_object;
29097 : : }
29098 : : importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames = {
29099 : : ._object = {
29100 : : .ob_base = {
29101 : : .ob_base = {
29102 : : .ob_refcnt = 999999999,
29103 : : .ob_type = &PyTuple_Type,
29104 : : },
29105 : : .ob_size = 6,
29106 : : },
29107 : : .ob_item = {
29108 : : & const_str_cls._ascii.ob_base,
29109 : : & const_str_fullname._ascii.ob_base,
29110 : : & const_str_registry_key._ascii.ob_base,
29111 : : & const_str_key._ascii.ob_base,
29112 : : & const_str_hkey._ascii.ob_base,
29113 : : & const_str_filepath._ascii.ob_base,
29114 : : },
29115 : : },
29116 : : };
29117 : : static
29118 : : struct _PyCode_DEF(326)
29119 : : importlib__bootstrap_external_toplevel_consts_53_consts_6 = {
29120 : : .ob_base = {
29121 : : .ob_base = {
29122 : : .ob_refcnt = 999999999,
29123 : : .ob_type = &PyCode_Type,
29124 : : },
29125 : : .ob_size = 163,
29126 : : },
29127 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts._object.ob_base.ob_base,
29128 : : .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_6_names._object.ob_base.ob_base,
29129 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_exceptiontable.ob_base.ob_base,
29130 : : .co_flags = 3,
29131 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29132 : : ._co_linearray_entry_size = 0,
29133 : : .co_argcount = 2,
29134 : : .co_posonlyargcount = 0,
29135 : : .co_kwonlyargcount = 0,
29136 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
29137 : : .co_stacksize = 7,
29138 : : .co_firstlineno = 877,
29139 : : .co_nlocalsplus = 6,
29140 : : .co_nlocals = 6,
29141 : : .co_nplaincellvars = 0,
29142 : : .co_ncellvars = 0,
29143 : : .co_nfreevars = 0,
29144 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_6_localsplusnames._object.ob_base.ob_base,
29145 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
29146 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29147 : : .co_name = & const_str__search_registry._ascii.ob_base,
29148 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname._ascii.ob_base,
29149 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_6_linetable.ob_base.ob_base,
29150 : : ._co_code = NULL,
29151 : : ._co_linearray = NULL,
29152 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x0c\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x02\x1a\x00\x7a\x06\x00\x00\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x05\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x0b\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
29153 : : ._co_firsttraceable = 0,
29154 : : };
29155 : : static
29156 : : struct {
29157 : : PyGC_Head _gc_head;
29158 : : struct {
29159 : : PyObject_VAR_HEAD
29160 : : PyObject *ob_item[8];
29161 : : }_object;
29162 : : }
29163 : : importlib__bootstrap_external_toplevel_consts_53_consts_8_names = {
29164 : : ._object = {
29165 : : .ob_base = {
29166 : : .ob_base = {
29167 : : .ob_refcnt = 999999999,
29168 : : .ob_type = &PyTuple_Type,
29169 : : },
29170 : : .ob_size = 8,
29171 : : },
29172 : : .ob_item = {
29173 : : & const_str__search_registry._ascii.ob_base,
29174 : : & const_str__path_stat._ascii.ob_base,
29175 : : & const_str_OSError._ascii.ob_base,
29176 : : & const_str__get_supported_file_loaders._ascii.ob_base,
29177 : : & const_str_endswith._ascii.ob_base,
29178 : : & const_str_tuple._ascii.ob_base,
29179 : : &_Py_ID(_bootstrap),
29180 : : & const_str_spec_from_loader._ascii.ob_base,
29181 : : },
29182 : : },
29183 : : };
29184 : : static
29185 : : struct {
29186 : : PyASCIIObject _ascii;
29187 : : uint8_t _data[32];
29188 : : }
29189 : : importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname = {
29190 : : ._ascii = {
29191 : : .ob_base = {
29192 : : .ob_refcnt = 999999999,
29193 : : .ob_type = &PyUnicode_Type,
29194 : : },
29195 : : .length = 31,
29196 : : .hash = -1,
29197 : : .state = {
29198 : : .kind = 1,
29199 : : .compact = 1,
29200 : : .ascii = 1,
29201 : : },
29202 : : },
29203 : : ._data = "WindowsRegistryFinder.find_spec",
29204 : : };
29205 : : static
29206 : : struct {
29207 : : PyObject_VAR_HEAD
29208 : : Py_hash_t ob_shash;
29209 : : char ob_sval[192];
29210 : : }
29211 : : importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable = {
29212 : : .ob_base = {
29213 : : .ob_base = {
29214 : : .ob_refcnt = 999999999,
29215 : : .ob_type = &PyBytes_Type,
29216 : : },
29217 : : .ob_size = 191,
29218 : : },
29219 : : .ob_shash = -1,
29220 : : .ob_sval = "\x80\x00\xe0\x13\x16\xd7\x13\x27\xd1\x13\x27\xa8\x08\xd4\x13\x31\x88\x08\xd8\x0b\x13\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x03\x09\x18\xdd\x0c\x16\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xf5\x06\x00\x21\x3c\xd4\x20\x3d\xf0\x00\x05\x09\x1c\xf1\x00\x05\x09\x1c\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0f\x17\xd7\x0f\x20\xd1\x0f\x20\xa5\x15\xa0\x78\xa4\x1f\xd4\x0f\x31\xf0\x00\x04\x0d\x1c\xdd\x17\x21\xd7\x17\x32\xd1\x17\x32\xb0\x38\xd8\x33\x39\xb0\x36\xb8\x28\xc0\x48\xd4\x33\x4d\xd8\x3a\x42\xf0\x05\x00\x18\x33\xf4\x00\x02\x18\x44\x01\x90\x04\xf0\x06\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x0b\x05\x09\x1c\xf0\x00\x05\x09\x1c\xf8\xf5\x05\x00\x10\x17\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
29221 : : };
29222 : : static
29223 : : struct {
29224 : : PyObject_VAR_HEAD
29225 : : Py_hash_t ob_shash;
29226 : : char ob_sval[18];
29227 : : }
29228 : : importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable = {
29229 : : .ob_base = {
29230 : : .ob_base = {
29231 : : .ob_refcnt = 999999999,
29232 : : .ob_type = &PyBytes_Type,
29233 : : },
29234 : : .ob_size = 17,
29235 : : },
29236 : : .ob_shash = -1,
29237 : : .ob_sval = "\x98\x0d\x41\x3c\x00\xc1\x3c\x0a\x42\x0a\x03\xc2\x09\x01\x42\x0a\x03",
29238 : : };
29239 : : static
29240 : : struct {
29241 : : PyGC_Head _gc_head;
29242 : : struct {
29243 : : PyObject_VAR_HEAD
29244 : : PyObject *ob_item[8];
29245 : : }_object;
29246 : : }
29247 : : importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames = {
29248 : : ._object = {
29249 : : .ob_base = {
29250 : : .ob_base = {
29251 : : .ob_refcnt = 999999999,
29252 : : .ob_type = &PyTuple_Type,
29253 : : },
29254 : : .ob_size = 8,
29255 : : },
29256 : : .ob_item = {
29257 : : & const_str_cls._ascii.ob_base,
29258 : : & const_str_fullname._ascii.ob_base,
29259 : : &_Py_ID(path),
29260 : : & const_str_target._ascii.ob_base,
29261 : : & const_str_filepath._ascii.ob_base,
29262 : : & const_str_loader._ascii.ob_base,
29263 : : & const_str_suffixes._ascii.ob_base,
29264 : : & const_str_spec._ascii.ob_base,
29265 : : },
29266 : : },
29267 : : };
29268 : : static
29269 : : struct _PyCode_DEF(282)
29270 : : importlib__bootstrap_external_toplevel_consts_53_consts_8 = {
29271 : : .ob_base = {
29272 : : .ob_base = {
29273 : : .ob_refcnt = 999999999,
29274 : : .ob_type = &PyCode_Type,
29275 : : },
29276 : : .ob_size = 141,
29277 : : },
29278 : : .co_consts = & importlib__bootstrap_toplevel_consts_37_consts_5_consts._object.ob_base.ob_base,
29279 : : .co_names = & importlib__bootstrap_external_toplevel_consts_53_consts_8_names._object.ob_base.ob_base,
29280 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_exceptiontable.ob_base.ob_base,
29281 : : .co_flags = 3,
29282 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29283 : : ._co_linearray_entry_size = 0,
29284 : : .co_argcount = 4,
29285 : : .co_posonlyargcount = 0,
29286 : : .co_kwonlyargcount = 0,
29287 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
29288 : : .co_stacksize = 8,
29289 : : .co_firstlineno = 892,
29290 : : .co_nlocalsplus = 8,
29291 : : .co_nlocals = 8,
29292 : : .co_nplaincellvars = 0,
29293 : : .co_ncellvars = 0,
29294 : : .co_nfreevars = 0,
29295 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_53_consts_8_localsplusnames._object.ob_base.ob_base,
29296 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
29297 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29298 : : .co_name = & const_str_find_spec._ascii.ob_base,
29299 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname._ascii.ob_base,
29300 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_8_linetable.ob_base.ob_base,
29301 : : ._co_code = NULL,
29302 : : ._co_linearray = NULL,
29303 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x00\x53\x00\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x47\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x7c\x04\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x23\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x02\x00\x7c\x05\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x63\x02\x01\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
29304 : : ._co_firsttraceable = 0,
29305 : : };
29306 : : static
29307 : : struct {
29308 : : PyASCIIObject _ascii;
29309 : : uint8_t _data[107];
29310 : : }
29311 : : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0 = {
29312 : : ._ascii = {
29313 : : .ob_base = {
29314 : : .ob_refcnt = 999999999,
29315 : : .ob_type = &PyUnicode_Type,
29316 : : },
29317 : : .length = 106,
29318 : : .hash = -1,
29319 : : .state = {
29320 : : .kind = 1,
29321 : : .compact = 1,
29322 : : .ascii = 1,
29323 : : },
29324 : : },
29325 : : ._data = "\x46\x69\x6e\x64\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x64\x20\x69\x6e\x20\x74\x68\x65\x20\x72\x65\x67\x69\x73\x74\x72\x79\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x66\x69\x6e\x64\x5f\x73\x70\x65\x63\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
29326 : : };
29327 : : static
29328 : : struct {
29329 : : PyASCIIObject _ascii;
29330 : : uint8_t _data[113];
29331 : : }
29332 : : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1 = {
29333 : : ._ascii = {
29334 : : .ob_base = {
29335 : : .ob_refcnt = 999999999,
29336 : : .ob_type = &PyUnicode_Type,
29337 : : },
29338 : : .length = 112,
29339 : : .hash = -1,
29340 : : .state = {
29341 : : .kind = 1,
29342 : : .compact = 1,
29343 : : .ascii = 1,
29344 : : },
29345 : : },
29346 : : ._data = "WindowsRegistryFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
29347 : : };
29348 : : static
29349 : : struct {
29350 : : PyGC_Head _gc_head;
29351 : : struct {
29352 : : PyObject_VAR_HEAD
29353 : : PyObject *ob_item[3];
29354 : : }_object;
29355 : : }
29356 : : importlib__bootstrap_external_toplevel_consts_53_consts_9_consts = {
29357 : : ._object = {
29358 : : .ob_base = {
29359 : : .ob_base = {
29360 : : .ob_refcnt = 999999999,
29361 : : .ob_type = &PyTuple_Type,
29362 : : },
29363 : : .ob_size = 3,
29364 : : },
29365 : : .ob_item = {
29366 : : & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0._ascii.ob_base,
29367 : : & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1._ascii.ob_base,
29368 : : Py_None,
29369 : : },
29370 : : },
29371 : : };
29372 : : static
29373 : : struct {
29374 : : PyASCIIObject _ascii;
29375 : : uint8_t _data[34];
29376 : : }
29377 : : importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname = {
29378 : : ._ascii = {
29379 : : .ob_base = {
29380 : : .ob_refcnt = 999999999,
29381 : : .ob_type = &PyUnicode_Type,
29382 : : },
29383 : : .length = 33,
29384 : : .hash = -1,
29385 : : .state = {
29386 : : .kind = 1,
29387 : : .compact = 1,
29388 : : .ascii = 1,
29389 : : },
29390 : : },
29391 : : ._data = "WindowsRegistryFinder.find_module",
29392 : : };
29393 : : static
29394 : : struct {
29395 : : PyObject_VAR_HEAD
29396 : : Py_hash_t ob_shash;
29397 : : char ob_sval[72];
29398 : : }
29399 : : importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable = {
29400 : : .ob_base = {
29401 : : .ob_base = {
29402 : : .ob_refcnt = 999999999,
29403 : : .ob_type = &PyBytes_Type,
29404 : : },
29405 : : .ob_size = 71,
29406 : : },
29407 : : .ob_shash = -1,
29408 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\xf0\x00\x03\x09\x18\xd8\x13\x17\x97\x3b\x91\x3b\xd0\x0c\x1e\xe0\x13\x17\x90\x34",
29409 : : };
29410 : : static
29411 : : struct _PyCode_DEF(130)
29412 : : importlib__bootstrap_external_toplevel_consts_53_consts_9 = {
29413 : : .ob_base = {
29414 : : .ob_base = {
29415 : : .ob_refcnt = 999999999,
29416 : : .ob_type = &PyCode_Type,
29417 : : },
29418 : : .ob_size = 65,
29419 : : },
29420 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts_9_consts._object.ob_base.ob_base,
29421 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
29422 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
29423 : : .co_flags = 3,
29424 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29425 : : ._co_linearray_entry_size = 0,
29426 : : .co_argcount = 3,
29427 : : .co_posonlyargcount = 0,
29428 : : .co_kwonlyargcount = 0,
29429 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
29430 : : .co_stacksize = 4,
29431 : : .co_firstlineno = 908,
29432 : : .co_nlocalsplus = 4,
29433 : : .co_nlocals = 4,
29434 : : .co_nplaincellvars = 0,
29435 : : .co_ncellvars = 0,
29436 : : .co_nfreevars = 0,
29437 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
29438 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
29439 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29440 : : .co_name = & const_str_find_module._ascii.ob_base,
29441 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname._ascii.ob_base,
29442 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_consts_9_linetable.ob_base.ob_base,
29443 : : ._co_code = NULL,
29444 : : ._co_linearray = NULL,
29445 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x0c\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
29446 : : ._co_firsttraceable = 0,
29447 : : };
29448 : : static
29449 : : struct {
29450 : : PyGC_Head _gc_head;
29451 : : struct {
29452 : : PyObject_VAR_HEAD
29453 : : PyObject *ob_item[12];
29454 : : }_object;
29455 : : }
29456 : : importlib__bootstrap_external_toplevel_consts_53_consts = {
29457 : : ._object = {
29458 : : .ob_base = {
29459 : : .ob_base = {
29460 : : .ob_refcnt = 999999999,
29461 : : .ob_type = &PyTuple_Type,
29462 : : },
29463 : : .ob_size = 12,
29464 : : },
29465 : : .ob_item = {
29466 : : & const_str_WindowsRegistryFinder._ascii.ob_base,
29467 : : & importlib__bootstrap_external_toplevel_consts_53_consts_1._ascii.ob_base,
29468 : : & importlib__bootstrap_external_toplevel_consts_53_consts_2._ascii.ob_base,
29469 : : & importlib__bootstrap_external_toplevel_consts_53_consts_3._ascii.ob_base,
29470 : : & importlib__bootstrap_external_toplevel_consts_53_consts_4._ascii.ob_base,
29471 : : & importlib__bootstrap_external_toplevel_consts_53_consts_5.ob_base.ob_base,
29472 : : & importlib__bootstrap_external_toplevel_consts_53_consts_6.ob_base.ob_base,
29473 : : Py_None,
29474 : : & importlib__bootstrap_external_toplevel_consts_53_consts_8.ob_base.ob_base,
29475 : : & importlib__bootstrap_external_toplevel_consts_53_consts_9.ob_base.ob_base,
29476 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
29477 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
29478 : : },
29479 : : },
29480 : : };
29481 : : static
29482 : : struct {
29483 : : PyASCIIObject _ascii;
29484 : : uint8_t _data[12];
29485 : : }
29486 : : const_str__MS_WINDOWS = {
29487 : : ._ascii = {
29488 : : .ob_base = {
29489 : : .ob_refcnt = 999999999,
29490 : : .ob_type = &PyUnicode_Type,
29491 : : },
29492 : : .length = 11,
29493 : : .hash = -1,
29494 : : .state = {
29495 : : .kind = 1,
29496 : : .compact = 1,
29497 : : .ascii = 1,
29498 : : },
29499 : : },
29500 : : ._data = "_MS_WINDOWS",
29501 : : };
29502 : : static
29503 : : struct {
29504 : : PyASCIIObject _ascii;
29505 : : uint8_t _data[19];
29506 : : }
29507 : : const_str_EXTENSION_SUFFIXES = {
29508 : : ._ascii = {
29509 : : .ob_base = {
29510 : : .ob_refcnt = 999999999,
29511 : : .ob_type = &PyUnicode_Type,
29512 : : },
29513 : : .length = 18,
29514 : : .hash = -1,
29515 : : .state = {
29516 : : .kind = 1,
29517 : : .compact = 1,
29518 : : .ascii = 1,
29519 : : },
29520 : : },
29521 : : ._data = "EXTENSION_SUFFIXES",
29522 : : };
29523 : : static
29524 : : struct {
29525 : : PyGC_Head _gc_head;
29526 : : struct {
29527 : : PyObject_VAR_HEAD
29528 : : PyObject *ob_item[15];
29529 : : }_object;
29530 : : }
29531 : : importlib__bootstrap_external_toplevel_consts_53_names = {
29532 : : ._object = {
29533 : : .ob_base = {
29534 : : .ob_base = {
29535 : : .ob_refcnt = 999999999,
29536 : : .ob_type = &PyTuple_Type,
29537 : : },
29538 : : .ob_size = 15,
29539 : : },
29540 : : .ob_item = {
29541 : : &_Py_ID(__name__),
29542 : : &_Py_ID(__module__),
29543 : : &_Py_ID(__qualname__),
29544 : : &_Py_ID(__doc__),
29545 : : & const_str_REGISTRY_KEY._ascii.ob_base,
29546 : : & const_str_REGISTRY_KEY_DEBUG._ascii.ob_base,
29547 : : & const_str__MS_WINDOWS._ascii.ob_base,
29548 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
29549 : : & const_str_DEBUG_BUILD._ascii.ob_base,
29550 : : & const_str_staticmethod._ascii.ob_base,
29551 : : & const_str__open_registry._ascii.ob_base,
29552 : : & const_str_classmethod._ascii.ob_base,
29553 : : & const_str__search_registry._ascii.ob_base,
29554 : : & const_str_find_spec._ascii.ob_base,
29555 : : & const_str_find_module._ascii.ob_base,
29556 : : },
29557 : : },
29558 : : };
29559 : : static
29560 : : struct {
29561 : : PyObject_VAR_HEAD
29562 : : Py_hash_t ob_shash;
29563 : : char ob_sval[172];
29564 : : }
29565 : : importlib__bootstrap_external_toplevel_consts_53_linetable = {
29566 : : .ob_base = {
29567 : : .ob_base = {
29568 : : .ob_refcnt = 999999999,
29569 : : .ob_type = &PyBytes_Type,
29570 : : },
29571 : : .ob_size = 171,
29572 : : },
29573 : : .ob_shash = -1,
29574 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xf0\x06\x01\x09\x20\xf0\x03\x00\x05\x11\xf0\x08\x01\x09\x27\xf0\x03\x00\x05\x17\xf0\x06\x00\x14\x1f\xd0\x13\x41\xa0\x38\xd0\x2f\x41\xd0\x23\x41\x80\x4b\xe0\x05\x11\xf0\x02\x04\x05\x42\x01\xf0\x00\x04\x05\x42\x01\xf4\x03\x00\x06\x12\xf0\x02\x04\x05\x42\x01\xf0\x0c\x00\x06\x11\xf0\x02\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x0c\x05\x18\xf0\x1c\x00\x06\x11\xd8\x26\x2a\xf0\x00\x0d\x05\x1c\xf0\x00\x0d\x05\x1c\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x1c\xf0\x1e\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x18\xf0\x00\x0d\x05\x18\xf0\x00\x0d\x05\x18",
29575 : : };
29576 : : static
29577 : : struct _PyCode_DEF(114)
29578 : : importlib__bootstrap_external_toplevel_consts_53 = {
29579 : : .ob_base = {
29580 : : .ob_base = {
29581 : : .ob_refcnt = 999999999,
29582 : : .ob_type = &PyCode_Type,
29583 : : },
29584 : : .ob_size = 57,
29585 : : },
29586 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_53_consts._object.ob_base.ob_base,
29587 : : .co_names = & importlib__bootstrap_external_toplevel_consts_53_names._object.ob_base.ob_base,
29588 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
29589 : : .co_flags = 0,
29590 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29591 : : ._co_linearray_entry_size = 0,
29592 : : .co_argcount = 0,
29593 : : .co_posonlyargcount = 0,
29594 : : .co_kwonlyargcount = 0,
29595 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
29596 : : .co_stacksize = 3,
29597 : : .co_firstlineno = 858,
29598 : : .co_nlocalsplus = 0,
29599 : : .co_nlocals = 0,
29600 : : .co_nplaincellvars = 0,
29601 : : .co_ncellvars = 0,
29602 : : .co_nfreevars = 0,
29603 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
29604 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
29605 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29606 : : .co_name = & const_str_WindowsRegistryFinder._ascii.ob_base,
29607 : : .co_qualname = & const_str_WindowsRegistryFinder._ascii.ob_base,
29608 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_53_linetable.ob_base.ob_base,
29609 : : ._co_code = NULL,
29610 : : ._co_linearray = NULL,
29611 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x6f\x03\x64\x04\x65\x07\x76\x00\x5a\x08\x65\x09\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x0b\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x0b\x64\x0a\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x65\x0b\x64\x0b\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x64\x07\x53\x00",
29612 : : ._co_firsttraceable = 0,
29613 : : };
29614 : : static
29615 : : struct {
29616 : : PyASCIIObject _ascii;
29617 : : uint8_t _data[14];
29618 : : }
29619 : : const_str__LoaderBasics = {
29620 : : ._ascii = {
29621 : : .ob_base = {
29622 : : .ob_refcnt = 999999999,
29623 : : .ob_type = &PyUnicode_Type,
29624 : : },
29625 : : .length = 13,
29626 : : .hash = -1,
29627 : : .state = {
29628 : : .kind = 1,
29629 : : .compact = 1,
29630 : : .ascii = 1,
29631 : : },
29632 : : },
29633 : : ._data = "_LoaderBasics",
29634 : : };
29635 : : static
29636 : : struct {
29637 : : PyASCIIObject _ascii;
29638 : : uint8_t _data[84];
29639 : : }
29640 : : importlib__bootstrap_external_toplevel_consts_55_consts_1 = {
29641 : : ._ascii = {
29642 : : .ob_base = {
29643 : : .ob_refcnt = 999999999,
29644 : : .ob_type = &PyUnicode_Type,
29645 : : },
29646 : : .length = 83,
29647 : : .hash = -1,
29648 : : .state = {
29649 : : .kind = 1,
29650 : : .compact = 1,
29651 : : .ascii = 1,
29652 : : },
29653 : : },
29654 : : ._data = "\x42\x61\x73\x65\x20\x63\x6c\x61\x73\x73\x20\x6f\x66\x20\x63\x6f\x6d\x6d\x6f\x6e\x20\x63\x6f\x64\x65\x20\x6e\x65\x65\x64\x65\x64\x20\x62\x79\x20\x62\x6f\x74\x68\x20\x53\x6f\x75\x72\x63\x65\x4c\x6f\x61\x64\x65\x72\x20\x61\x6e\x64\x0a\x20\x20\x20\x20\x53\x6f\x75\x72\x63\x65\x6c\x65\x73\x73\x46\x69\x6c\x65\x4c\x6f\x61\x64\x65\x72\x2e",
29655 : : };
29656 : : static
29657 : : struct {
29658 : : PyASCIIObject _ascii;
29659 : : uint8_t _data[142];
29660 : : }
29661 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0 = {
29662 : : ._ascii = {
29663 : : .ob_base = {
29664 : : .ob_refcnt = 999999999,
29665 : : .ob_type = &PyUnicode_Type,
29666 : : },
29667 : : .length = 141,
29668 : : .hash = -1,
29669 : : .state = {
29670 : : .kind = 1,
29671 : : .compact = 1,
29672 : : .ascii = 1,
29673 : : },
29674 : : },
29675 : : ._data = "\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x49\x6e\x73\x70\x65\x63\x74\x4c\x6f\x61\x64\x65\x72\x2e\x69\x73\x5f\x70\x61\x63\x6b\x61\x67\x65\x20\x62\x79\x20\x63\x68\x65\x63\x6b\x69\x6e\x67\x20\x69\x66\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x62\x79\x20\x67\x65\x74\x5f\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x68\x61\x73\x20\x61\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x6f\x66\x20\x27\x5f\x5f\x69\x6e\x69\x74\x5f\x5f\x2e\x70\x79\x27\x2e",
29676 : : };
29677 : : static
29678 : : struct {
29679 : : PyGC_Head _gc_head;
29680 : : struct {
29681 : : PyObject_VAR_HEAD
29682 : : PyObject *ob_item[6];
29683 : : }_object;
29684 : : }
29685 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_consts = {
29686 : : ._object = {
29687 : : .ob_base = {
29688 : : .ob_base = {
29689 : : .ob_refcnt = 999999999,
29690 : : .ob_type = &PyTuple_Type,
29691 : : },
29692 : : .ob_size = 6,
29693 : : },
29694 : : .ob_item = {
29695 : : & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0._ascii.ob_base,
29696 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
29697 : : &_Py_STR(dot),
29698 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
29699 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
29700 : : &_Py_ID(__init__),
29701 : : },
29702 : : },
29703 : : };
29704 : : static
29705 : : struct {
29706 : : PyGC_Head _gc_head;
29707 : : struct {
29708 : : PyObject_VAR_HEAD
29709 : : PyObject *ob_item[4];
29710 : : }_object;
29711 : : }
29712 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_names = {
29713 : : ._object = {
29714 : : .ob_base = {
29715 : : .ob_base = {
29716 : : .ob_refcnt = 999999999,
29717 : : .ob_type = &PyTuple_Type,
29718 : : },
29719 : : .ob_size = 4,
29720 : : },
29721 : : .ob_item = {
29722 : : & const_str__path_split._ascii.ob_base,
29723 : : & const_str_get_filename._ascii.ob_base,
29724 : : & const_str_rsplit._ascii.ob_base,
29725 : : & const_str_rpartition._ascii.ob_base,
29726 : : },
29727 : : },
29728 : : };
29729 : : static
29730 : : struct {
29731 : : PyASCIIObject _ascii;
29732 : : uint8_t _data[25];
29733 : : }
29734 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname = {
29735 : : ._ascii = {
29736 : : .ob_base = {
29737 : : .ob_refcnt = 999999999,
29738 : : .ob_type = &PyUnicode_Type,
29739 : : },
29740 : : .length = 24,
29741 : : .hash = -1,
29742 : : .state = {
29743 : : .kind = 1,
29744 : : .compact = 1,
29745 : : .ascii = 1,
29746 : : },
29747 : : },
29748 : : ._data = "_LoaderBasics.is_package",
29749 : : };
29750 : : static
29751 : : struct {
29752 : : PyObject_VAR_HEAD
29753 : : Py_hash_t ob_shash;
29754 : : char ob_sval[94];
29755 : : }
29756 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable = {
29757 : : .ob_base = {
29758 : : .ob_base = {
29759 : : .ob_refcnt = 999999999,
29760 : : .ob_type = &PyBytes_Type,
29761 : : },
29762 : : .ob_size = 93,
29763 : : },
29764 : : .ob_shash = -1,
29765 : : .ob_sval = "\x80\x00\xf5\x06\x00\x14\x1f\x98\x74\xd7\x1f\x30\xd1\x1f\x30\xb0\x18\xd4\x1f\x3a\xd4\x13\x3b\xb8\x41\xd4\x13\x3e\x88\x08\xd8\x18\x20\x9f\x0f\x99\x0f\xa8\x03\xa8\x51\xd4\x18\x2f\xb0\x01\xd4\x18\x32\x88\x0d\xd8\x14\x1c\xd7\x14\x27\xd1\x14\x27\xa8\x03\xd4\x14\x2c\xa8\x51\xd4\x14\x2f\x88\x09\xd8\x0f\x1c\xa0\x0a\xd2\x0f\x2a\xd0\x0f\x46\xa8\x79\xb8\x4a\xd2\x2f\x46\xd0\x08\x46",
29766 : : };
29767 : : static
29768 : : struct {
29769 : : PyASCIIObject _ascii;
29770 : : uint8_t _data[14];
29771 : : }
29772 : : const_str_filename_base = {
29773 : : ._ascii = {
29774 : : .ob_base = {
29775 : : .ob_refcnt = 999999999,
29776 : : .ob_type = &PyUnicode_Type,
29777 : : },
29778 : : .length = 13,
29779 : : .hash = -1,
29780 : : .state = {
29781 : : .kind = 1,
29782 : : .compact = 1,
29783 : : .ascii = 1,
29784 : : },
29785 : : },
29786 : : ._data = "filename_base",
29787 : : };
29788 : : static
29789 : : struct {
29790 : : PyASCIIObject _ascii;
29791 : : uint8_t _data[10];
29792 : : }
29793 : : const_str_tail_name = {
29794 : : ._ascii = {
29795 : : .ob_base = {
29796 : : .ob_refcnt = 999999999,
29797 : : .ob_type = &PyUnicode_Type,
29798 : : },
29799 : : .length = 9,
29800 : : .hash = -1,
29801 : : .state = {
29802 : : .kind = 1,
29803 : : .compact = 1,
29804 : : .ascii = 1,
29805 : : },
29806 : : },
29807 : : ._data = "tail_name",
29808 : : };
29809 : : static
29810 : : struct {
29811 : : PyGC_Head _gc_head;
29812 : : struct {
29813 : : PyObject_VAR_HEAD
29814 : : PyObject *ob_item[5];
29815 : : }_object;
29816 : : }
29817 : : importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames = {
29818 : : ._object = {
29819 : : .ob_base = {
29820 : : .ob_base = {
29821 : : .ob_refcnt = 999999999,
29822 : : .ob_type = &PyTuple_Type,
29823 : : },
29824 : : .ob_size = 5,
29825 : : },
29826 : : .ob_item = {
29827 : : & const_str_self._ascii.ob_base,
29828 : : & const_str_fullname._ascii.ob_base,
29829 : : &_Py_ID(filename),
29830 : : & const_str_filename_base._ascii.ob_base,
29831 : : & const_str_tail_name._ascii.ob_base,
29832 : : },
29833 : : },
29834 : : };
29835 : : static
29836 : : struct _PyCode_DEF(194)
29837 : : importlib__bootstrap_external_toplevel_consts_55_consts_2 = {
29838 : : .ob_base = {
29839 : : .ob_base = {
29840 : : .ob_refcnt = 999999999,
29841 : : .ob_type = &PyCode_Type,
29842 : : },
29843 : : .ob_size = 97,
29844 : : },
29845 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_2_consts._object.ob_base.ob_base,
29846 : : .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_2_names._object.ob_base.ob_base,
29847 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
29848 : : .co_flags = 3,
29849 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29850 : : ._co_linearray_entry_size = 0,
29851 : : .co_argcount = 2,
29852 : : .co_posonlyargcount = 0,
29853 : : .co_kwonlyargcount = 0,
29854 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
29855 : : .co_stacksize = 5,
29856 : : .co_firstlineno = 930,
29857 : : .co_nlocalsplus = 5,
29858 : : .co_nlocals = 5,
29859 : : .co_nplaincellvars = 0,
29860 : : .co_ncellvars = 0,
29861 : : .co_nfreevars = 0,
29862 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_2_localsplusnames._object.ob_base.ob_base,
29863 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
29864 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
29865 : : .co_name = & const_str_is_package._ascii.ob_base,
29866 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname._ascii.ob_base,
29867 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_2_linetable.ob_base.ob_base,
29868 : : ._co_code = NULL,
29869 : : ._co_linearray = NULL,
29870 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x64\x05\x6b\x02\x00\x00\x00\x00\x6f\x05\x7c\x04\x64\x05\x6b\x03\x00\x00\x00\x00\x53\x00",
29871 : : ._co_firsttraceable = 0,
29872 : : };
29873 : : static
29874 : : struct {
29875 : : PyASCIIObject _ascii;
29876 : : uint8_t _data[43];
29877 : : }
29878 : : importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0 = {
29879 : : ._ascii = {
29880 : : .ob_base = {
29881 : : .ob_refcnt = 999999999,
29882 : : .ob_type = &PyUnicode_Type,
29883 : : },
29884 : : .length = 42,
29885 : : .hash = -1,
29886 : : .state = {
29887 : : .kind = 1,
29888 : : .compact = 1,
29889 : : .ascii = 1,
29890 : : },
29891 : : },
29892 : : ._data = "Use default semantics for module creation.",
29893 : : };
29894 : : static
29895 : : struct {
29896 : : PyGC_Head _gc_head;
29897 : : struct {
29898 : : PyObject_VAR_HEAD
29899 : : PyObject *ob_item[2];
29900 : : }_object;
29901 : : }
29902 : : importlib__bootstrap_external_toplevel_consts_55_consts_3_consts = {
29903 : : ._object = {
29904 : : .ob_base = {
29905 : : .ob_base = {
29906 : : .ob_refcnt = 999999999,
29907 : : .ob_type = &PyTuple_Type,
29908 : : },
29909 : : .ob_size = 2,
29910 : : },
29911 : : .ob_item = {
29912 : : & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0._ascii.ob_base,
29913 : : Py_None,
29914 : : },
29915 : : },
29916 : : };
29917 : : static
29918 : : struct {
29919 : : PyASCIIObject _ascii;
29920 : : uint8_t _data[28];
29921 : : }
29922 : : importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname = {
29923 : : ._ascii = {
29924 : : .ob_base = {
29925 : : .ob_refcnt = 999999999,
29926 : : .ob_type = &PyUnicode_Type,
29927 : : },
29928 : : .length = 27,
29929 : : .hash = -1,
29930 : : .state = {
29931 : : .kind = 1,
29932 : : .compact = 1,
29933 : : .ascii = 1,
29934 : : },
29935 : : },
29936 : : ._data = "_LoaderBasics.create_module",
29937 : : };
29938 : : static
29939 : : struct {
29940 : : PyObject_VAR_HEAD
29941 : : Py_hash_t ob_shash;
29942 : : char ob_sval[7];
29943 : : }
29944 : : importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable = {
29945 : : .ob_base = {
29946 : : .ob_base = {
29947 : : .ob_refcnt = 999999999,
29948 : : .ob_type = &PyBytes_Type,
29949 : : },
29950 : : .ob_size = 6,
29951 : : },
29952 : : .ob_shash = -1,
29953 : : .ob_sval = "\x80\x00\x80\x00\x80\x00",
29954 : : };
29955 : : static
29956 : : struct {
29957 : : PyGC_Head _gc_head;
29958 : : struct {
29959 : : PyObject_VAR_HEAD
29960 : : PyObject *ob_item[2];
29961 : : }_object;
29962 : : }
29963 : : importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames = {
29964 : : ._object = {
29965 : : .ob_base = {
29966 : : .ob_base = {
29967 : : .ob_refcnt = 999999999,
29968 : : .ob_type = &PyTuple_Type,
29969 : : },
29970 : : .ob_size = 2,
29971 : : },
29972 : : .ob_item = {
29973 : : & const_str_self._ascii.ob_base,
29974 : : & const_str_spec._ascii.ob_base,
29975 : : },
29976 : : },
29977 : : };
29978 : : static
29979 : : struct _PyCode_DEF(6)
29980 : : importlib__bootstrap_external_toplevel_consts_55_consts_3 = {
29981 : : .ob_base = {
29982 : : .ob_base = {
29983 : : .ob_refcnt = 999999999,
29984 : : .ob_type = &PyCode_Type,
29985 : : },
29986 : : .ob_size = 3,
29987 : : },
29988 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
29989 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
29990 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
29991 : : .co_flags = 3,
29992 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
29993 : : ._co_linearray_entry_size = 0,
29994 : : .co_argcount = 2,
29995 : : .co_posonlyargcount = 0,
29996 : : .co_kwonlyargcount = 0,
29997 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
29998 : : .co_stacksize = 1,
29999 : : .co_firstlineno = 938,
30000 : : .co_nlocalsplus = 2,
30001 : : .co_nlocals = 2,
30002 : : .co_nplaincellvars = 0,
30003 : : .co_ncellvars = 0,
30004 : : .co_nfreevars = 0,
30005 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
30006 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30007 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30008 : : .co_name = & const_str_create_module._ascii.ob_base,
30009 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname._ascii.ob_base,
30010 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
30011 : : ._co_code = NULL,
30012 : : ._co_linearray = NULL,
30013 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
30014 : : ._co_firsttraceable = 0,
30015 : : };
30016 : : static
30017 : : struct {
30018 : : PyASCIIObject _ascii;
30019 : : uint8_t _data[20];
30020 : : }
30021 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0 = {
30022 : : ._ascii = {
30023 : : .ob_base = {
30024 : : .ob_refcnt = 999999999,
30025 : : .ob_type = &PyUnicode_Type,
30026 : : },
30027 : : .length = 19,
30028 : : .hash = -1,
30029 : : .state = {
30030 : : .kind = 1,
30031 : : .compact = 1,
30032 : : .ascii = 1,
30033 : : },
30034 : : },
30035 : : ._data = "Execute the module.",
30036 : : };
30037 : : static
30038 : : struct {
30039 : : PyASCIIObject _ascii;
30040 : : uint8_t _data[53];
30041 : : }
30042 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2 = {
30043 : : ._ascii = {
30044 : : .ob_base = {
30045 : : .ob_refcnt = 999999999,
30046 : : .ob_type = &PyUnicode_Type,
30047 : : },
30048 : : .length = 52,
30049 : : .hash = -1,
30050 : : .state = {
30051 : : .kind = 1,
30052 : : .compact = 1,
30053 : : .ascii = 1,
30054 : : },
30055 : : },
30056 : : ._data = "cannot load module {!r} when get_code() returns None",
30057 : : };
30058 : : static
30059 : : struct {
30060 : : PyGC_Head _gc_head;
30061 : : struct {
30062 : : PyObject_VAR_HEAD
30063 : : PyObject *ob_item[3];
30064 : : }_object;
30065 : : }
30066 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_consts = {
30067 : : ._object = {
30068 : : .ob_base = {
30069 : : .ob_base = {
30070 : : .ob_refcnt = 999999999,
30071 : : .ob_type = &PyTuple_Type,
30072 : : },
30073 : : .ob_size = 3,
30074 : : },
30075 : : .ob_item = {
30076 : : & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0._ascii.ob_base,
30077 : : Py_None,
30078 : : & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2._ascii.ob_base,
30079 : : },
30080 : : },
30081 : : };
30082 : : static
30083 : : struct {
30084 : : PyGC_Head _gc_head;
30085 : : struct {
30086 : : PyObject_VAR_HEAD
30087 : : PyObject *ob_item[8];
30088 : : }_object;
30089 : : }
30090 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_names = {
30091 : : ._object = {
30092 : : .ob_base = {
30093 : : .ob_base = {
30094 : : .ob_refcnt = 999999999,
30095 : : .ob_type = &PyTuple_Type,
30096 : : },
30097 : : .ob_size = 8,
30098 : : },
30099 : : .ob_item = {
30100 : : & const_str_get_code._ascii.ob_base,
30101 : : &_Py_ID(__name__),
30102 : : & const_str_ImportError._ascii.ob_base,
30103 : : & const_str_format._ascii.ob_base,
30104 : : &_Py_ID(_bootstrap),
30105 : : & const_str__call_with_frames_removed._ascii.ob_base,
30106 : : & const_str_exec._ascii.ob_base,
30107 : : &_Py_ID(__dict__),
30108 : : },
30109 : : },
30110 : : };
30111 : : static
30112 : : struct {
30113 : : PyASCIIObject _ascii;
30114 : : uint8_t _data[26];
30115 : : }
30116 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname = {
30117 : : ._ascii = {
30118 : : .ob_base = {
30119 : : .ob_refcnt = 999999999,
30120 : : .ob_type = &PyUnicode_Type,
30121 : : },
30122 : : .length = 25,
30123 : : .hash = -1,
30124 : : .state = {
30125 : : .kind = 1,
30126 : : .compact = 1,
30127 : : .ascii = 1,
30128 : : },
30129 : : },
30130 : : ._data = "_LoaderBasics.exec_module",
30131 : : };
30132 : : static
30133 : : struct {
30134 : : PyObject_VAR_HEAD
30135 : : Py_hash_t ob_shash;
30136 : : char ob_sval[95];
30137 : : }
30138 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable = {
30139 : : .ob_base = {
30140 : : .ob_base = {
30141 : : .ob_refcnt = 999999999,
30142 : : .ob_type = &PyBytes_Type,
30143 : : },
30144 : : .ob_size = 94,
30145 : : },
30146 : : .ob_shash = -1,
30147 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7d\x89\x7d\x98\x56\x9f\x5f\x99\x5f\xd4\x0f\x2d\x88\x04\xd8\x0b\x0f\xf0\x00\x02\x09\x46\x01\xdd\x12\x1d\xf0\x00\x01\x1f\x2d\xdf\x2d\x33\xa9\x56\xb0\x46\xb7\x4f\xb1\x4f\xd4\x2d\x44\xf4\x03\x01\x13\x46\x01\xf0\x00\x01\x0d\x46\x01\xe5\x08\x12\xd7\x08\x2c\xd1\x08\x2c\xad\x54\xb0\x34\xb8\x16\xbf\x1f\xb9\x1f\xd4\x08\x49\xd0\x08\x49\xd0\x08\x49\xd0\x08\x49",
30148 : : };
30149 : : static
30150 : : struct {
30151 : : PyGC_Head _gc_head;
30152 : : struct {
30153 : : PyObject_VAR_HEAD
30154 : : PyObject *ob_item[3];
30155 : : }_object;
30156 : : }
30157 : : importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames = {
30158 : : ._object = {
30159 : : .ob_base = {
30160 : : .ob_base = {
30161 : : .ob_refcnt = 999999999,
30162 : : .ob_type = &PyTuple_Type,
30163 : : },
30164 : : .ob_size = 3,
30165 : : },
30166 : : .ob_item = {
30167 : : & const_str_self._ascii.ob_base,
30168 : : & const_str_module._ascii.ob_base,
30169 : : &_Py_ID(code),
30170 : : },
30171 : : },
30172 : : };
30173 : : static
30174 : : struct _PyCode_DEF(224)
30175 : : importlib__bootstrap_external_toplevel_consts_55_consts_4 = {
30176 : : .ob_base = {
30177 : : .ob_base = {
30178 : : .ob_refcnt = 999999999,
30179 : : .ob_type = &PyCode_Type,
30180 : : },
30181 : : .ob_size = 112,
30182 : : },
30183 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_4_consts._object.ob_base.ob_base,
30184 : : .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_4_names._object.ob_base.ob_base,
30185 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30186 : : .co_flags = 3,
30187 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30188 : : ._co_linearray_entry_size = 0,
30189 : : .co_argcount = 2,
30190 : : .co_posonlyargcount = 0,
30191 : : .co_kwonlyargcount = 0,
30192 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
30193 : : .co_stacksize = 5,
30194 : : .co_firstlineno = 941,
30195 : : .co_nlocalsplus = 3,
30196 : : .co_nlocals = 3,
30197 : : .co_nplaincellvars = 0,
30198 : : .co_ncellvars = 0,
30199 : : .co_nfreevars = 0,
30200 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_4_localsplusnames._object.ob_base.ob_base,
30201 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
30202 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30203 : : .co_name = & const_str_exec_module._ascii.ob_base,
30204 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname._ascii.ob_base,
30205 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_4_linetable.ob_base.ob_base,
30206 : : ._co_code = NULL,
30207 : : ._co_linearray = NULL,
30208 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x27\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
30209 : : ._co_firsttraceable = 0,
30210 : : };
30211 : : static
30212 : : struct {
30213 : : PyASCIIObject _ascii;
30214 : : uint8_t _data[27];
30215 : : }
30216 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0 = {
30217 : : ._ascii = {
30218 : : .ob_base = {
30219 : : .ob_refcnt = 999999999,
30220 : : .ob_type = &PyUnicode_Type,
30221 : : },
30222 : : .length = 26,
30223 : : .hash = -1,
30224 : : .state = {
30225 : : .kind = 1,
30226 : : .compact = 1,
30227 : : .ascii = 1,
30228 : : },
30229 : : },
30230 : : ._data = "This method is deprecated.",
30231 : : };
30232 : : static
30233 : : struct {
30234 : : PyGC_Head _gc_head;
30235 : : struct {
30236 : : PyObject_VAR_HEAD
30237 : : PyObject *ob_item[1];
30238 : : }_object;
30239 : : }
30240 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_consts = {
30241 : : ._object = {
30242 : : .ob_base = {
30243 : : .ob_base = {
30244 : : .ob_refcnt = 999999999,
30245 : : .ob_type = &PyTuple_Type,
30246 : : },
30247 : : .ob_size = 1,
30248 : : },
30249 : : .ob_item = {
30250 : : & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0._ascii.ob_base,
30251 : : },
30252 : : },
30253 : : };
30254 : : static
30255 : : struct {
30256 : : PyGC_Head _gc_head;
30257 : : struct {
30258 : : PyObject_VAR_HEAD
30259 : : PyObject *ob_item[2];
30260 : : }_object;
30261 : : }
30262 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_names = {
30263 : : ._object = {
30264 : : .ob_base = {
30265 : : .ob_base = {
30266 : : .ob_refcnt = 999999999,
30267 : : .ob_type = &PyTuple_Type,
30268 : : },
30269 : : .ob_size = 2,
30270 : : },
30271 : : .ob_item = {
30272 : : &_Py_ID(_bootstrap),
30273 : : & const_str__load_module_shim._ascii.ob_base,
30274 : : },
30275 : : },
30276 : : };
30277 : : static
30278 : : struct {
30279 : : PyASCIIObject _ascii;
30280 : : uint8_t _data[26];
30281 : : }
30282 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname = {
30283 : : ._ascii = {
30284 : : .ob_base = {
30285 : : .ob_refcnt = 999999999,
30286 : : .ob_type = &PyUnicode_Type,
30287 : : },
30288 : : .length = 25,
30289 : : .hash = -1,
30290 : : .state = {
30291 : : .kind = 1,
30292 : : .compact = 1,
30293 : : .ascii = 1,
30294 : : },
30295 : : },
30296 : : ._data = "_LoaderBasics.load_module",
30297 : : };
30298 : : static
30299 : : struct {
30300 : : PyObject_VAR_HEAD
30301 : : Py_hash_t ob_shash;
30302 : : char ob_sval[24];
30303 : : }
30304 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable = {
30305 : : .ob_base = {
30306 : : .ob_base = {
30307 : : .ob_refcnt = 999999999,
30308 : : .ob_type = &PyBytes_Type,
30309 : : },
30310 : : .ob_size = 23,
30311 : : },
30312 : : .ob_shash = -1,
30313 : : .ob_sval = "\x80\x00\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd1\x0f\x2b\xa8\x44\xb0\x28\xd4\x0f\x3b\xd0\x08\x3b",
30314 : : };
30315 : : static
30316 : : struct {
30317 : : PyGC_Head _gc_head;
30318 : : struct {
30319 : : PyObject_VAR_HEAD
30320 : : PyObject *ob_item[2];
30321 : : }_object;
30322 : : }
30323 : : importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames = {
30324 : : ._object = {
30325 : : .ob_base = {
30326 : : .ob_base = {
30327 : : .ob_refcnt = 999999999,
30328 : : .ob_type = &PyTuple_Type,
30329 : : },
30330 : : .ob_size = 2,
30331 : : },
30332 : : .ob_item = {
30333 : : & const_str_self._ascii.ob_base,
30334 : : & const_str_fullname._ascii.ob_base,
30335 : : },
30336 : : },
30337 : : };
30338 : : static
30339 : : struct _PyCode_DEF(50)
30340 : : importlib__bootstrap_external_toplevel_consts_55_consts_5 = {
30341 : : .ob_base = {
30342 : : .ob_base = {
30343 : : .ob_refcnt = 999999999,
30344 : : .ob_type = &PyCode_Type,
30345 : : },
30346 : : .ob_size = 25,
30347 : : },
30348 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_5_consts._object.ob_base.ob_base,
30349 : : .co_names = & importlib__bootstrap_external_toplevel_consts_55_consts_5_names._object.ob_base.ob_base,
30350 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30351 : : .co_flags = 3,
30352 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30353 : : ._co_linearray_entry_size = 0,
30354 : : .co_argcount = 2,
30355 : : .co_posonlyargcount = 0,
30356 : : .co_kwonlyargcount = 0,
30357 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
30358 : : .co_stacksize = 4,
30359 : : .co_firstlineno = 949,
30360 : : .co_nlocalsplus = 2,
30361 : : .co_nlocals = 2,
30362 : : .co_nplaincellvars = 0,
30363 : : .co_ncellvars = 0,
30364 : : .co_nfreevars = 0,
30365 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
30366 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30367 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30368 : : .co_name = & const_str_load_module._ascii.ob_base,
30369 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname._ascii.ob_base,
30370 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_5_linetable.ob_base.ob_base,
30371 : : ._co_code = NULL,
30372 : : ._co_linearray = NULL,
30373 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
30374 : : ._co_firsttraceable = 0,
30375 : : };
30376 : : static
30377 : : struct {
30378 : : PyGC_Head _gc_head;
30379 : : struct {
30380 : : PyObject_VAR_HEAD
30381 : : PyObject *ob_item[7];
30382 : : }_object;
30383 : : }
30384 : : importlib__bootstrap_external_toplevel_consts_55_consts = {
30385 : : ._object = {
30386 : : .ob_base = {
30387 : : .ob_base = {
30388 : : .ob_refcnt = 999999999,
30389 : : .ob_type = &PyTuple_Type,
30390 : : },
30391 : : .ob_size = 7,
30392 : : },
30393 : : .ob_item = {
30394 : : & const_str__LoaderBasics._ascii.ob_base,
30395 : : & importlib__bootstrap_external_toplevel_consts_55_consts_1._ascii.ob_base,
30396 : : & importlib__bootstrap_external_toplevel_consts_55_consts_2.ob_base.ob_base,
30397 : : & importlib__bootstrap_external_toplevel_consts_55_consts_3.ob_base.ob_base,
30398 : : & importlib__bootstrap_external_toplevel_consts_55_consts_4.ob_base.ob_base,
30399 : : & importlib__bootstrap_external_toplevel_consts_55_consts_5.ob_base.ob_base,
30400 : : Py_None,
30401 : : },
30402 : : },
30403 : : };
30404 : : static
30405 : : struct {
30406 : : PyGC_Head _gc_head;
30407 : : struct {
30408 : : PyObject_VAR_HEAD
30409 : : PyObject *ob_item[8];
30410 : : }_object;
30411 : : }
30412 : : importlib__bootstrap_external_toplevel_consts_55_names = {
30413 : : ._object = {
30414 : : .ob_base = {
30415 : : .ob_base = {
30416 : : .ob_refcnt = 999999999,
30417 : : .ob_type = &PyTuple_Type,
30418 : : },
30419 : : .ob_size = 8,
30420 : : },
30421 : : .ob_item = {
30422 : : &_Py_ID(__name__),
30423 : : &_Py_ID(__module__),
30424 : : &_Py_ID(__qualname__),
30425 : : &_Py_ID(__doc__),
30426 : : & const_str_is_package._ascii.ob_base,
30427 : : & const_str_create_module._ascii.ob_base,
30428 : : & const_str_exec_module._ascii.ob_base,
30429 : : & const_str_load_module._ascii.ob_base,
30430 : : },
30431 : : },
30432 : : };
30433 : : static
30434 : : struct {
30435 : : PyObject_VAR_HEAD
30436 : : Py_hash_t ob_shash;
30437 : : char ob_sval[97];
30438 : : }
30439 : : importlib__bootstrap_external_toplevel_consts_55_linetable = {
30440 : : .ob_base = {
30441 : : .ob_base = {
30442 : : .ob_refcnt = 999999999,
30443 : : .ob_type = &PyBytes_Type,
30444 : : },
30445 : : .ob_size = 96,
30446 : : },
30447 : : .ob_shash = -1,
30448 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x01\x05\x1d\xf0\x00\x01\x05\x1d\xf0\x06\x06\x05\x47\x01\xf0\x00\x06\x05\x47\x01\xf0\x00\x06\x05\x47\x01\xf0\x10\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x06\x05\x4a\x01\xf0\x00\x06\x05\x4a\x01\xf0\x00\x06\x05\x4a\x01\xf0\x10\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c\xf0\x00\x03\x05\x3c",
30449 : : };
30450 : : static
30451 : : struct _PyCode_DEF(42)
30452 : : importlib__bootstrap_external_toplevel_consts_55 = {
30453 : : .ob_base = {
30454 : : .ob_base = {
30455 : : .ob_refcnt = 999999999,
30456 : : .ob_type = &PyCode_Type,
30457 : : },
30458 : : .ob_size = 21,
30459 : : },
30460 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts._object.ob_base.ob_base,
30461 : : .co_names = & importlib__bootstrap_external_toplevel_consts_55_names._object.ob_base.ob_base,
30462 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30463 : : .co_flags = 0,
30464 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30465 : : ._co_linearray_entry_size = 0,
30466 : : .co_argcount = 0,
30467 : : .co_posonlyargcount = 0,
30468 : : .co_kwonlyargcount = 0,
30469 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
30470 : : .co_stacksize = 1,
30471 : : .co_firstlineno = 925,
30472 : : .co_nlocalsplus = 0,
30473 : : .co_nlocals = 0,
30474 : : .co_nplaincellvars = 0,
30475 : : .co_ncellvars = 0,
30476 : : .co_nfreevars = 0,
30477 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
30478 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
30479 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30480 : : .co_name = & const_str__LoaderBasics._ascii.ob_base,
30481 : : .co_qualname = & const_str__LoaderBasics._ascii.ob_base,
30482 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_linetable.ob_base.ob_base,
30483 : : ._co_code = NULL,
30484 : : ._co_linearray = NULL,
30485 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x53\x00",
30486 : : ._co_firsttraceable = 0,
30487 : : };
30488 : : static
30489 : : struct {
30490 : : PyASCIIObject _ascii;
30491 : : uint8_t _data[13];
30492 : : }
30493 : : const_str_SourceLoader = {
30494 : : ._ascii = {
30495 : : .ob_base = {
30496 : : .ob_refcnt = 999999999,
30497 : : .ob_type = &PyUnicode_Type,
30498 : : },
30499 : : .length = 12,
30500 : : .hash = -1,
30501 : : .state = {
30502 : : .kind = 1,
30503 : : .compact = 1,
30504 : : .ascii = 1,
30505 : : },
30506 : : },
30507 : : ._data = "SourceLoader",
30508 : : };
30509 : : static
30510 : : struct {
30511 : : PyASCIIObject _ascii;
30512 : : uint8_t _data[166];
30513 : : }
30514 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0 = {
30515 : : ._ascii = {
30516 : : .ob_base = {
30517 : : .ob_refcnt = 999999999,
30518 : : .ob_type = &PyUnicode_Type,
30519 : : },
30520 : : .length = 165,
30521 : : .hash = -1,
30522 : : .state = {
30523 : : .kind = 1,
30524 : : .compact = 1,
30525 : : .ascii = 1,
30526 : : },
30527 : : },
30528 : : ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x74\x68\x61\x74\x20\x72\x65\x74\x75\x72\x6e\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x20\x74\x69\x6d\x65\x20\x28\x61\x6e\x20\x69\x6e\x74\x29\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x68\x61\x6e\x64\x6c\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
30529 : : };
30530 : : static
30531 : : struct {
30532 : : PyGC_Head _gc_head;
30533 : : struct {
30534 : : PyObject_VAR_HEAD
30535 : : PyObject *ob_item[1];
30536 : : }_object;
30537 : : }
30538 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_consts = {
30539 : : ._object = {
30540 : : .ob_base = {
30541 : : .ob_base = {
30542 : : .ob_refcnt = 999999999,
30543 : : .ob_type = &PyTuple_Type,
30544 : : },
30545 : : .ob_size = 1,
30546 : : },
30547 : : .ob_item = {
30548 : : & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0._ascii.ob_base,
30549 : : },
30550 : : },
30551 : : };
30552 : : static
30553 : : struct {
30554 : : PyGC_Head _gc_head;
30555 : : struct {
30556 : : PyObject_VAR_HEAD
30557 : : PyObject *ob_item[1];
30558 : : }_object;
30559 : : }
30560 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_names = {
30561 : : ._object = {
30562 : : .ob_base = {
30563 : : .ob_base = {
30564 : : .ob_refcnt = 999999999,
30565 : : .ob_type = &PyTuple_Type,
30566 : : },
30567 : : .ob_size = 1,
30568 : : },
30569 : : .ob_item = {
30570 : : & const_str_OSError._ascii.ob_base,
30571 : : },
30572 : : },
30573 : : };
30574 : : static
30575 : : struct {
30576 : : PyASCIIObject _ascii;
30577 : : uint8_t _data[11];
30578 : : }
30579 : : const_str_path_mtime = {
30580 : : ._ascii = {
30581 : : .ob_base = {
30582 : : .ob_refcnt = 999999999,
30583 : : .ob_type = &PyUnicode_Type,
30584 : : },
30585 : : .length = 10,
30586 : : .hash = -1,
30587 : : .state = {
30588 : : .kind = 1,
30589 : : .compact = 1,
30590 : : .ascii = 1,
30591 : : },
30592 : : },
30593 : : ._data = "path_mtime",
30594 : : };
30595 : : static
30596 : : struct {
30597 : : PyASCIIObject _ascii;
30598 : : uint8_t _data[24];
30599 : : }
30600 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname = {
30601 : : ._ascii = {
30602 : : .ob_base = {
30603 : : .ob_refcnt = 999999999,
30604 : : .ob_type = &PyUnicode_Type,
30605 : : },
30606 : : .length = 23,
30607 : : .hash = -1,
30608 : : .state = {
30609 : : .kind = 1,
30610 : : .compact = 1,
30611 : : .ascii = 1,
30612 : : },
30613 : : },
30614 : : ._data = "SourceLoader.path_mtime",
30615 : : };
30616 : : static
30617 : : struct {
30618 : : PyObject_VAR_HEAD
30619 : : Py_hash_t ob_shash;
30620 : : char ob_sval[10];
30621 : : }
30622 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable = {
30623 : : .ob_base = {
30624 : : .ob_base = {
30625 : : .ob_refcnt = 999999999,
30626 : : .ob_type = &PyBytes_Type,
30627 : : },
30628 : : .ob_size = 9,
30629 : : },
30630 : : .ob_shash = -1,
30631 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0f\x16\x88\x0d",
30632 : : };
30633 : : static
30634 : : struct {
30635 : : PyGC_Head _gc_head;
30636 : : struct {
30637 : : PyObject_VAR_HEAD
30638 : : PyObject *ob_item[2];
30639 : : }_object;
30640 : : }
30641 : : importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames = {
30642 : : ._object = {
30643 : : .ob_base = {
30644 : : .ob_base = {
30645 : : .ob_refcnt = 999999999,
30646 : : .ob_type = &PyTuple_Type,
30647 : : },
30648 : : .ob_size = 2,
30649 : : },
30650 : : .ob_item = {
30651 : : & const_str_self._ascii.ob_base,
30652 : : &_Py_ID(path),
30653 : : },
30654 : : },
30655 : : };
30656 : : static
30657 : : struct _PyCode_DEF(16)
30658 : : importlib__bootstrap_external_toplevel_consts_57_consts_1 = {
30659 : : .ob_base = {
30660 : : .ob_base = {
30661 : : .ob_refcnt = 999999999,
30662 : : .ob_type = &PyCode_Type,
30663 : : },
30664 : : .ob_size = 8,
30665 : : },
30666 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_1_consts._object.ob_base.ob_base,
30667 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_1_names._object.ob_base.ob_base,
30668 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30669 : : .co_flags = 3,
30670 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30671 : : ._co_linearray_entry_size = 0,
30672 : : .co_argcount = 2,
30673 : : .co_posonlyargcount = 0,
30674 : : .co_kwonlyargcount = 0,
30675 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
30676 : : .co_stacksize = 1,
30677 : : .co_firstlineno = 957,
30678 : : .co_nlocalsplus = 2,
30679 : : .co_nlocals = 2,
30680 : : .co_nplaincellvars = 0,
30681 : : .co_ncellvars = 0,
30682 : : .co_nfreevars = 0,
30683 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
30684 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30685 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30686 : : .co_name = & const_str_path_mtime._ascii.ob_base,
30687 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname._ascii.ob_base,
30688 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_1_linetable.ob_base.ob_base,
30689 : : ._co_code = NULL,
30690 : : ._co_linearray = NULL,
30691 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
30692 : : ._co_firsttraceable = 0,
30693 : : };
30694 : : static
30695 : : struct {
30696 : : PyASCIIObject _ascii;
30697 : : uint8_t _data[415];
30698 : : }
30699 : : importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0 = {
30700 : : ._ascii = {
30701 : : .ob_base = {
30702 : : .ob_refcnt = 999999999,
30703 : : .ob_type = &PyUnicode_Type,
30704 : : },
30705 : : .length = 414,
30706 : : .hash = -1,
30707 : : .state = {
30708 : : .kind = 1,
30709 : : .compact = 1,
30710 : : .ascii = 1,
30711 : : },
30712 : : },
30713 : : ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x72\x65\x74\x75\x72\x6e\x69\x6e\x67\x20\x61\x20\x6d\x65\x74\x61\x64\x61\x74\x61\x20\x64\x69\x63\x74\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x50\x6f\x73\x73\x69\x62\x6c\x65\x20\x6b\x65\x79\x73\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x27\x6d\x74\x69\x6d\x65\x27\x20\x28\x6d\x61\x6e\x64\x61\x74\x6f\x72\x79\x29\x20\x69\x73\x20\x74\x68\x65\x20\x6e\x75\x6d\x65\x72\x69\x63\x20\x74\x69\x6d\x65\x73\x74\x61\x6d\x70\x20\x6f\x66\x20\x6c\x61\x73\x74\x20\x73\x6f\x75\x72\x63\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x64\x65\x20\x6d\x6f\x64\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x3b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2d\x20\x27\x73\x69\x7a\x65\x27\x20\x28\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x29\x20\x69\x73\x20\x74\x68\x65\x20\x73\x69\x7a\x65\x20\x69\x6e\x20\x62\x79\x74\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x63\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x74\x6f\x20\x72\x65\x61\x64\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x61\x69\x73\x65\x73\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x77\x68\x65\x6e\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x20\x68\x61\x6e\x64\x6c\x65\x64\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
30714 : : };
30715 : : static
30716 : : struct {
30717 : : PyGC_Head _gc_head;
30718 : : struct {
30719 : : PyObject_VAR_HEAD
30720 : : PyObject *ob_item[2];
30721 : : }_object;
30722 : : }
30723 : : importlib__bootstrap_external_toplevel_consts_57_consts_2_consts = {
30724 : : ._object = {
30725 : : .ob_base = {
30726 : : .ob_base = {
30727 : : .ob_refcnt = 999999999,
30728 : : .ob_type = &PyTuple_Type,
30729 : : },
30730 : : .ob_size = 2,
30731 : : },
30732 : : .ob_item = {
30733 : : & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0._ascii.ob_base,
30734 : : & const_str_mtime._ascii.ob_base,
30735 : : },
30736 : : },
30737 : : };
30738 : : static
30739 : : struct {
30740 : : PyGC_Head _gc_head;
30741 : : struct {
30742 : : PyObject_VAR_HEAD
30743 : : PyObject *ob_item[1];
30744 : : }_object;
30745 : : }
30746 : : importlib__bootstrap_external_toplevel_consts_57_consts_2_names = {
30747 : : ._object = {
30748 : : .ob_base = {
30749 : : .ob_base = {
30750 : : .ob_refcnt = 999999999,
30751 : : .ob_type = &PyTuple_Type,
30752 : : },
30753 : : .ob_size = 1,
30754 : : },
30755 : : .ob_item = {
30756 : : & const_str_path_mtime._ascii.ob_base,
30757 : : },
30758 : : },
30759 : : };
30760 : : static
30761 : : struct {
30762 : : PyASCIIObject _ascii;
30763 : : uint8_t _data[11];
30764 : : }
30765 : : const_str_path_stats = {
30766 : : ._ascii = {
30767 : : .ob_base = {
30768 : : .ob_refcnt = 999999999,
30769 : : .ob_type = &PyUnicode_Type,
30770 : : },
30771 : : .length = 10,
30772 : : .hash = -1,
30773 : : .state = {
30774 : : .kind = 1,
30775 : : .compact = 1,
30776 : : .ascii = 1,
30777 : : },
30778 : : },
30779 : : ._data = "path_stats",
30780 : : };
30781 : : static
30782 : : struct {
30783 : : PyASCIIObject _ascii;
30784 : : uint8_t _data[24];
30785 : : }
30786 : : importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname = {
30787 : : ._ascii = {
30788 : : .ob_base = {
30789 : : .ob_refcnt = 999999999,
30790 : : .ob_type = &PyUnicode_Type,
30791 : : },
30792 : : .length = 23,
30793 : : .hash = -1,
30794 : : .state = {
30795 : : .kind = 1,
30796 : : .compact = 1,
30797 : : .ascii = 1,
30798 : : },
30799 : : },
30800 : : ._data = "SourceLoader.path_stats",
30801 : : };
30802 : : static
30803 : : struct {
30804 : : PyObject_VAR_HEAD
30805 : : Py_hash_t ob_shash;
30806 : : char ob_sval[25];
30807 : : }
30808 : : importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable = {
30809 : : .ob_base = {
30810 : : .ob_base = {
30811 : : .ob_refcnt = 999999999,
30812 : : .ob_type = &PyBytes_Type,
30813 : : },
30814 : : .ob_size = 24,
30815 : : },
30816 : : .ob_shash = -1,
30817 : : .ob_sval = "\x80\x00\xf0\x18\x00\x11\x18\x98\x14\x9f\x1f\x99\x1f\xa8\x14\xd4\x19\x2e\xd0\x0f\x2f\xd0\x08\x2f",
30818 : : };
30819 : : static
30820 : : struct _PyCode_DEF(42)
30821 : : importlib__bootstrap_external_toplevel_consts_57_consts_2 = {
30822 : : .ob_base = {
30823 : : .ob_base = {
30824 : : .ob_refcnt = 999999999,
30825 : : .ob_type = &PyCode_Type,
30826 : : },
30827 : : .ob_size = 21,
30828 : : },
30829 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_2_consts._object.ob_base.ob_base,
30830 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_2_names._object.ob_base.ob_base,
30831 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
30832 : : .co_flags = 3,
30833 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
30834 : : ._co_linearray_entry_size = 0,
30835 : : .co_argcount = 2,
30836 : : .co_posonlyargcount = 0,
30837 : : .co_kwonlyargcount = 0,
30838 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
30839 : : .co_stacksize = 4,
30840 : : .co_firstlineno = 965,
30841 : : .co_nlocalsplus = 2,
30842 : : .co_nlocals = 2,
30843 : : .co_nplaincellvars = 0,
30844 : : .co_ncellvars = 0,
30845 : : .co_nfreevars = 0,
30846 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_1_localsplusnames._object.ob_base.ob_base,
30847 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
30848 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
30849 : : .co_name = & const_str_path_stats._ascii.ob_base,
30850 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname._ascii.ob_base,
30851 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_2_linetable.ob_base.ob_base,
30852 : : ._co_code = NULL,
30853 : : ._co_linearray = NULL,
30854 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x69\x01\x53\x00",
30855 : : ._co_firsttraceable = 0,
30856 : : };
30857 : : static
30858 : : struct {
30859 : : PyASCIIObject _ascii;
30860 : : uint8_t _data[229];
30861 : : }
30862 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0 = {
30863 : : ._ascii = {
30864 : : .ob_base = {
30865 : : .ob_refcnt = 999999999,
30866 : : .ob_type = &PyUnicode_Type,
30867 : : },
30868 : : .length = 228,
30869 : : .hash = -1,
30870 : : .state = {
30871 : : .kind = 1,
30872 : : .compact = 1,
30873 : : .ascii = 1,
30874 : : },
30875 : : },
30876 : : ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x68\x69\x63\x68\x20\x77\x72\x69\x74\x65\x73\x20\x64\x61\x74\x61\x20\x28\x62\x79\x74\x65\x73\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x73\x6f\x75\x72\x63\x65\x20\x70\x61\x74\x68\x20\x69\x73\x20\x6e\x65\x65\x64\x65\x64\x20\x69\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x20\x63\x6f\x72\x72\x65\x63\x74\x6c\x79\x20\x74\x72\x61\x6e\x73\x66\x65\x72\x20\x70\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
30877 : : };
30878 : : static
30879 : : struct {
30880 : : PyGC_Head _gc_head;
30881 : : struct {
30882 : : PyObject_VAR_HEAD
30883 : : PyObject *ob_item[1];
30884 : : }_object;
30885 : : }
30886 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_consts = {
30887 : : ._object = {
30888 : : .ob_base = {
30889 : : .ob_base = {
30890 : : .ob_refcnt = 999999999,
30891 : : .ob_type = &PyTuple_Type,
30892 : : },
30893 : : .ob_size = 1,
30894 : : },
30895 : : .ob_item = {
30896 : : & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0._ascii.ob_base,
30897 : : },
30898 : : },
30899 : : };
30900 : : static
30901 : : struct {
30902 : : PyASCIIObject _ascii;
30903 : : uint8_t _data[9];
30904 : : }
30905 : : const_str_set_data = {
30906 : : ._ascii = {
30907 : : .ob_base = {
30908 : : .ob_refcnt = 999999999,
30909 : : .ob_type = &PyUnicode_Type,
30910 : : },
30911 : : .length = 8,
30912 : : .hash = -1,
30913 : : .state = {
30914 : : .kind = 1,
30915 : : .compact = 1,
30916 : : .ascii = 1,
30917 : : },
30918 : : },
30919 : : ._data = "set_data",
30920 : : };
30921 : : static
30922 : : struct {
30923 : : PyGC_Head _gc_head;
30924 : : struct {
30925 : : PyObject_VAR_HEAD
30926 : : PyObject *ob_item[1];
30927 : : }_object;
30928 : : }
30929 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_names = {
30930 : : ._object = {
30931 : : .ob_base = {
30932 : : .ob_base = {
30933 : : .ob_refcnt = 999999999,
30934 : : .ob_type = &PyTuple_Type,
30935 : : },
30936 : : .ob_size = 1,
30937 : : },
30938 : : .ob_item = {
30939 : : & const_str_set_data._ascii.ob_base,
30940 : : },
30941 : : },
30942 : : };
30943 : : static
30944 : : struct {
30945 : : PyASCIIObject _ascii;
30946 : : uint8_t _data[16];
30947 : : }
30948 : : const_str__cache_bytecode = {
30949 : : ._ascii = {
30950 : : .ob_base = {
30951 : : .ob_refcnt = 999999999,
30952 : : .ob_type = &PyUnicode_Type,
30953 : : },
30954 : : .length = 15,
30955 : : .hash = -1,
30956 : : .state = {
30957 : : .kind = 1,
30958 : : .compact = 1,
30959 : : .ascii = 1,
30960 : : },
30961 : : },
30962 : : ._data = "_cache_bytecode",
30963 : : };
30964 : : static
30965 : : struct {
30966 : : PyASCIIObject _ascii;
30967 : : uint8_t _data[29];
30968 : : }
30969 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname = {
30970 : : ._ascii = {
30971 : : .ob_base = {
30972 : : .ob_refcnt = 999999999,
30973 : : .ob_type = &PyUnicode_Type,
30974 : : },
30975 : : .length = 28,
30976 : : .hash = -1,
30977 : : .state = {
30978 : : .kind = 1,
30979 : : .compact = 1,
30980 : : .ascii = 1,
30981 : : },
30982 : : },
30983 : : ._data = "SourceLoader._cache_bytecode",
30984 : : };
30985 : : static
30986 : : struct {
30987 : : PyObject_VAR_HEAD
30988 : : Py_hash_t ob_shash;
30989 : : char ob_sval[22];
30990 : : }
30991 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable = {
30992 : : .ob_base = {
30993 : : .ob_base = {
30994 : : .ob_refcnt = 999999999,
30995 : : .ob_type = &PyBytes_Type,
30996 : : },
30997 : : .ob_size = 21,
30998 : : },
30999 : : .ob_shash = -1,
31000 : : .ob_sval = "\x80\x00\xf0\x10\x00\x10\x14\x8f\x7d\x89\x7d\x98\x5a\xa8\x14\xd4\x0f\x2e\xd0\x08\x2e",
31001 : : };
31002 : : static
31003 : : struct {
31004 : : PyASCIIObject _ascii;
31005 : : uint8_t _data[11];
31006 : : }
31007 : : const_str_cache_path = {
31008 : : ._ascii = {
31009 : : .ob_base = {
31010 : : .ob_refcnt = 999999999,
31011 : : .ob_type = &PyUnicode_Type,
31012 : : },
31013 : : .length = 10,
31014 : : .hash = -1,
31015 : : .state = {
31016 : : .kind = 1,
31017 : : .compact = 1,
31018 : : .ascii = 1,
31019 : : },
31020 : : },
31021 : : ._data = "cache_path",
31022 : : };
31023 : : static
31024 : : struct {
31025 : : PyGC_Head _gc_head;
31026 : : struct {
31027 : : PyObject_VAR_HEAD
31028 : : PyObject *ob_item[4];
31029 : : }_object;
31030 : : }
31031 : : importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames = {
31032 : : ._object = {
31033 : : .ob_base = {
31034 : : .ob_base = {
31035 : : .ob_refcnt = 999999999,
31036 : : .ob_type = &PyTuple_Type,
31037 : : },
31038 : : .ob_size = 4,
31039 : : },
31040 : : .ob_item = {
31041 : : & const_str_self._ascii.ob_base,
31042 : : & const_str_source_path._ascii.ob_base,
31043 : : & const_str_cache_path._ascii.ob_base,
31044 : : & const_str_data._ascii.ob_base,
31045 : : },
31046 : : },
31047 : : };
31048 : : static
31049 : : struct _PyCode_DEF(40)
31050 : : importlib__bootstrap_external_toplevel_consts_57_consts_3 = {
31051 : : .ob_base = {
31052 : : .ob_base = {
31053 : : .ob_refcnt = 999999999,
31054 : : .ob_type = &PyCode_Type,
31055 : : },
31056 : : .ob_size = 20,
31057 : : },
31058 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_3_consts._object.ob_base.ob_base,
31059 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_3_names._object.ob_base.ob_base,
31060 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31061 : : .co_flags = 3,
31062 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31063 : : ._co_linearray_entry_size = 0,
31064 : : .co_argcount = 4,
31065 : : .co_posonlyargcount = 0,
31066 : : .co_kwonlyargcount = 0,
31067 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
31068 : : .co_stacksize = 4,
31069 : : .co_firstlineno = 979,
31070 : : .co_nlocalsplus = 4,
31071 : : .co_nlocals = 4,
31072 : : .co_nplaincellvars = 0,
31073 : : .co_ncellvars = 0,
31074 : : .co_nfreevars = 0,
31075 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_3_localsplusnames._object.ob_base.ob_base,
31076 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
31077 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31078 : : .co_name = & const_str__cache_bytecode._ascii.ob_base,
31079 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname._ascii.ob_base,
31080 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_3_linetable.ob_base.ob_base,
31081 : : ._co_code = NULL,
31082 : : ._co_linearray = NULL,
31083 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
31084 : : ._co_firsttraceable = 0,
31085 : : };
31086 : : static
31087 : : struct {
31088 : : PyASCIIObject _ascii;
31089 : : uint8_t _data[151];
31090 : : }
31091 : : importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0 = {
31092 : : ._ascii = {
31093 : : .ob_base = {
31094 : : .ob_refcnt = 999999999,
31095 : : .ob_type = &PyUnicode_Type,
31096 : : },
31097 : : .length = 150,
31098 : : .hash = -1,
31099 : : .state = {
31100 : : .kind = 1,
31101 : : .compact = 1,
31102 : : .ascii = 1,
31103 : : },
31104 : : },
31105 : : ._data = "\x4f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x6d\x65\x74\x68\x6f\x64\x20\x77\x68\x69\x63\x68\x20\x77\x72\x69\x74\x65\x73\x20\x64\x61\x74\x61\x20\x28\x62\x79\x74\x65\x73\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x70\x61\x74\x68\x20\x28\x61\x20\x73\x74\x72\x29\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x69\x6e\x67\x20\x74\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x61\x6c\x6c\x6f\x77\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x77\x72\x69\x74\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x66\x69\x6c\x65\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
31106 : : };
31107 : : static
31108 : : struct {
31109 : : PyGC_Head _gc_head;
31110 : : struct {
31111 : : PyObject_VAR_HEAD
31112 : : PyObject *ob_item[2];
31113 : : }_object;
31114 : : }
31115 : : importlib__bootstrap_external_toplevel_consts_57_consts_4_consts = {
31116 : : ._object = {
31117 : : .ob_base = {
31118 : : .ob_base = {
31119 : : .ob_refcnt = 999999999,
31120 : : .ob_type = &PyTuple_Type,
31121 : : },
31122 : : .ob_size = 2,
31123 : : },
31124 : : .ob_item = {
31125 : : & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0._ascii.ob_base,
31126 : : Py_None,
31127 : : },
31128 : : },
31129 : : };
31130 : : static
31131 : : struct {
31132 : : PyASCIIObject _ascii;
31133 : : uint8_t _data[22];
31134 : : }
31135 : : importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname = {
31136 : : ._ascii = {
31137 : : .ob_base = {
31138 : : .ob_refcnt = 999999999,
31139 : : .ob_type = &PyUnicode_Type,
31140 : : },
31141 : : .length = 21,
31142 : : .hash = -1,
31143 : : .state = {
31144 : : .kind = 1,
31145 : : .compact = 1,
31146 : : .ascii = 1,
31147 : : },
31148 : : },
31149 : : ._data = "SourceLoader.set_data",
31150 : : };
31151 : : static
31152 : : struct {
31153 : : PyGC_Head _gc_head;
31154 : : struct {
31155 : : PyObject_VAR_HEAD
31156 : : PyObject *ob_item[3];
31157 : : }_object;
31158 : : }
31159 : : importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames = {
31160 : : ._object = {
31161 : : .ob_base = {
31162 : : .ob_base = {
31163 : : .ob_refcnt = 999999999,
31164 : : .ob_type = &PyTuple_Type,
31165 : : },
31166 : : .ob_size = 3,
31167 : : },
31168 : : .ob_item = {
31169 : : & const_str_self._ascii.ob_base,
31170 : : &_Py_ID(path),
31171 : : & const_str_data._ascii.ob_base,
31172 : : },
31173 : : },
31174 : : };
31175 : : static
31176 : : struct _PyCode_DEF(6)
31177 : : importlib__bootstrap_external_toplevel_consts_57_consts_4 = {
31178 : : .ob_base = {
31179 : : .ob_base = {
31180 : : .ob_refcnt = 999999999,
31181 : : .ob_type = &PyCode_Type,
31182 : : },
31183 : : .ob_size = 3,
31184 : : },
31185 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_4_consts._object.ob_base.ob_base,
31186 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
31187 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31188 : : .co_flags = 3,
31189 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31190 : : ._co_linearray_entry_size = 0,
31191 : : .co_argcount = 3,
31192 : : .co_posonlyargcount = 0,
31193 : : .co_kwonlyargcount = 0,
31194 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
31195 : : .co_stacksize = 1,
31196 : : .co_firstlineno = 989,
31197 : : .co_nlocalsplus = 3,
31198 : : .co_nlocals = 3,
31199 : : .co_nplaincellvars = 0,
31200 : : .co_ncellvars = 0,
31201 : : .co_nfreevars = 0,
31202 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_4_localsplusnames._object.ob_base.ob_base,
31203 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
31204 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31205 : : .co_name = & const_str_set_data._ascii.ob_base,
31206 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname._ascii.ob_base,
31207 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
31208 : : ._co_code = NULL,
31209 : : ._co_linearray = NULL,
31210 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
31211 : : ._co_firsttraceable = 0,
31212 : : };
31213 : : static
31214 : : struct {
31215 : : PyASCIIObject _ascii;
31216 : : uint8_t _data[53];
31217 : : }
31218 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0 = {
31219 : : ._ascii = {
31220 : : .ob_base = {
31221 : : .ob_refcnt = 999999999,
31222 : : .ob_type = &PyUnicode_Type,
31223 : : },
31224 : : .length = 52,
31225 : : .hash = -1,
31226 : : .state = {
31227 : : .kind = 1,
31228 : : .compact = 1,
31229 : : .ascii = 1,
31230 : : },
31231 : : },
31232 : : ._data = "Concrete implementation of InspectLoader.get_source.",
31233 : : };
31234 : : static
31235 : : struct {
31236 : : PyASCIIObject _ascii;
31237 : : uint8_t _data[40];
31238 : : }
31239 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1 = {
31240 : : ._ascii = {
31241 : : .ob_base = {
31242 : : .ob_refcnt = 999999999,
31243 : : .ob_type = &PyUnicode_Type,
31244 : : },
31245 : : .length = 39,
31246 : : .hash = -1,
31247 : : .state = {
31248 : : .kind = 1,
31249 : : .compact = 1,
31250 : : .ascii = 1,
31251 : : },
31252 : : },
31253 : : ._data = "source not available through get_data()",
31254 : : };
31255 : : static
31256 : : struct {
31257 : : PyGC_Head _gc_head;
31258 : : struct {
31259 : : PyObject_VAR_HEAD
31260 : : PyObject *ob_item[4];
31261 : : }_object;
31262 : : }
31263 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_consts = {
31264 : : ._object = {
31265 : : .ob_base = {
31266 : : .ob_base = {
31267 : : .ob_refcnt = 999999999,
31268 : : .ob_type = &PyTuple_Type,
31269 : : },
31270 : : .ob_size = 4,
31271 : : },
31272 : : .ob_item = {
31273 : : & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0._ascii.ob_base,
31274 : : & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1._ascii.ob_base,
31275 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
31276 : : Py_None,
31277 : : },
31278 : : },
31279 : : };
31280 : : static
31281 : : struct {
31282 : : PyASCIIObject _ascii;
31283 : : uint8_t _data[9];
31284 : : }
31285 : : const_str_get_data = {
31286 : : ._ascii = {
31287 : : .ob_base = {
31288 : : .ob_refcnt = 999999999,
31289 : : .ob_type = &PyUnicode_Type,
31290 : : },
31291 : : .length = 8,
31292 : : .hash = -1,
31293 : : .state = {
31294 : : .kind = 1,
31295 : : .compact = 1,
31296 : : .ascii = 1,
31297 : : },
31298 : : },
31299 : : ._data = "get_data",
31300 : : };
31301 : : static
31302 : : struct {
31303 : : PyGC_Head _gc_head;
31304 : : struct {
31305 : : PyObject_VAR_HEAD
31306 : : PyObject *ob_item[5];
31307 : : }_object;
31308 : : }
31309 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_names = {
31310 : : ._object = {
31311 : : .ob_base = {
31312 : : .ob_base = {
31313 : : .ob_refcnt = 999999999,
31314 : : .ob_type = &PyTuple_Type,
31315 : : },
31316 : : .ob_size = 5,
31317 : : },
31318 : : .ob_item = {
31319 : : & const_str_get_filename._ascii.ob_base,
31320 : : & const_str_get_data._ascii.ob_base,
31321 : : & const_str_OSError._ascii.ob_base,
31322 : : & const_str_ImportError._ascii.ob_base,
31323 : : & const_str_decode_source._ascii.ob_base,
31324 : : },
31325 : : },
31326 : : };
31327 : : static
31328 : : struct {
31329 : : PyASCIIObject _ascii;
31330 : : uint8_t _data[24];
31331 : : }
31332 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname = {
31333 : : ._ascii = {
31334 : : .ob_base = {
31335 : : .ob_refcnt = 999999999,
31336 : : .ob_type = &PyUnicode_Type,
31337 : : },
31338 : : .length = 23,
31339 : : .hash = -1,
31340 : : .state = {
31341 : : .kind = 1,
31342 : : .compact = 1,
31343 : : .ascii = 1,
31344 : : },
31345 : : },
31346 : : ._data = "SourceLoader.get_source",
31347 : : };
31348 : : static
31349 : : struct {
31350 : : PyObject_VAR_HEAD
31351 : : Py_hash_t ob_shash;
31352 : : char ob_sval[111];
31353 : : }
31354 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable = {
31355 : : .ob_base = {
31356 : : .ob_base = {
31357 : : .ob_refcnt = 999999999,
31358 : : .ob_type = &PyBytes_Type,
31359 : : },
31360 : : .ob_size = 110,
31361 : : },
31362 : : .ob_shash = -1,
31363 : : .ob_sval = "\x80\x00\xe0\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xa0\x18\xd4\x0f\x2a\x88\x04\xf0\x02\x04\x09\x36\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x14\xd4\x1b\x2e\x88\x4c\xf5\x08\x00\x10\x1d\x98\x5c\xd4\x0f\x2a\xd0\x08\x2a\xf8\xf5\x07\x00\x10\x17\xf0\x00\x02\x09\x36\xf0\x00\x02\x09\x36\xf0\x00\x02\x09\x36\xdd\x12\x1d\xd0\x1e\x47\xd8\x23\x2b\xf0\x03\x01\x13\x2d\xf4\x00\x01\x13\x2d\xd8\x32\x35\xf0\x03\x01\x0d\x36\xf8\xf8\xf8\xf8\xf0\x03\x02\x09\x36\xf8\xf8\xf8",
31364 : : };
31365 : : static
31366 : : struct {
31367 : : PyObject_VAR_HEAD
31368 : : Py_hash_t ob_shash;
31369 : : char ob_sval[21];
31370 : : }
31371 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable = {
31372 : : .ob_base = {
31373 : : .ob_base = {
31374 : : .ob_refcnt = 999999999,
31375 : : .ob_type = &PyBytes_Type,
31376 : : },
31377 : : .ob_size = 20,
31378 : : },
31379 : : .ob_shash = -1,
31380 : : .ob_sval = "\x94\x12\x33\x00\xb3\x0a\x41\x12\x03\xbd\x10\x41\x0d\x03\xc1\x0d\x05\x41\x12\x03",
31381 : : };
31382 : : static
31383 : : struct {
31384 : : PyGC_Head _gc_head;
31385 : : struct {
31386 : : PyObject_VAR_HEAD
31387 : : PyObject *ob_item[5];
31388 : : }_object;
31389 : : }
31390 : : importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames = {
31391 : : ._object = {
31392 : : .ob_base = {
31393 : : .ob_base = {
31394 : : .ob_refcnt = 999999999,
31395 : : .ob_type = &PyTuple_Type,
31396 : : },
31397 : : .ob_size = 5,
31398 : : },
31399 : : .ob_item = {
31400 : : & const_str_self._ascii.ob_base,
31401 : : & const_str_fullname._ascii.ob_base,
31402 : : &_Py_ID(path),
31403 : : & const_str_source_bytes._ascii.ob_base,
31404 : : & const_str_exc._ascii.ob_base,
31405 : : },
31406 : : },
31407 : : };
31408 : : static
31409 : : struct _PyCode_DEF(170)
31410 : : importlib__bootstrap_external_toplevel_consts_57_consts_5 = {
31411 : : .ob_base = {
31412 : : .ob_base = {
31413 : : .ob_refcnt = 999999999,
31414 : : .ob_type = &PyCode_Type,
31415 : : },
31416 : : .ob_size = 85,
31417 : : },
31418 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_5_consts._object.ob_base.ob_base,
31419 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_5_names._object.ob_base.ob_base,
31420 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_exceptiontable.ob_base.ob_base,
31421 : : .co_flags = 3,
31422 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31423 : : ._co_linearray_entry_size = 0,
31424 : : .co_argcount = 2,
31425 : : .co_posonlyargcount = 0,
31426 : : .co_kwonlyargcount = 0,
31427 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
31428 : : .co_stacksize = 5,
31429 : : .co_firstlineno = 996,
31430 : : .co_nlocalsplus = 5,
31431 : : .co_nlocals = 5,
31432 : : .co_nplaincellvars = 0,
31433 : : .co_ncellvars = 0,
31434 : : .co_nfreevars = 0,
31435 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_5_localsplusnames._object.ob_base.ob_base,
31436 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
31437 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31438 : : .co_name = &_Py_ID(get_source),
31439 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname._ascii.ob_base,
31440 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_5_linetable.ob_base.ob_base,
31441 : : ._co_code = NULL,
31442 : : ._co_linearray = NULL,
31443 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x15\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x82\x02\x64\x03\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
31444 : : ._co_firsttraceable = 0,
31445 : : };
31446 : : static
31447 : : struct {
31448 : : PyASCIIObject _ascii;
31449 : : uint8_t _data[10];
31450 : : }
31451 : : const_str__optimize = {
31452 : : ._ascii = {
31453 : : .ob_base = {
31454 : : .ob_refcnt = 999999999,
31455 : : .ob_type = &PyUnicode_Type,
31456 : : },
31457 : : .length = 9,
31458 : : .hash = -1,
31459 : : .state = {
31460 : : .kind = 1,
31461 : : .compact = 1,
31462 : : .ascii = 1,
31463 : : },
31464 : : },
31465 : : ._data = "_optimize",
31466 : : };
31467 : : static
31468 : : struct {
31469 : : PyGC_Head _gc_head;
31470 : : struct {
31471 : : PyObject_VAR_HEAD
31472 : : PyObject *ob_item[1];
31473 : : }_object;
31474 : : }
31475 : : importlib__bootstrap_external_toplevel_consts_57_consts_7 = {
31476 : : ._object = {
31477 : : .ob_base = {
31478 : : .ob_base = {
31479 : : .ob_refcnt = 999999999,
31480 : : .ob_type = &PyTuple_Type,
31481 : : },
31482 : : .ob_size = 1,
31483 : : },
31484 : : .ob_item = {
31485 : : & const_str__optimize._ascii.ob_base,
31486 : : },
31487 : : },
31488 : : };
31489 : : static
31490 : : struct {
31491 : : PyASCIIObject _ascii;
31492 : : uint8_t _data[131];
31493 : : }
31494 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0 = {
31495 : : ._ascii = {
31496 : : .ob_base = {
31497 : : .ob_refcnt = 999999999,
31498 : : .ob_type = &PyUnicode_Type,
31499 : : },
31500 : : .length = 130,
31501 : : .hash = -1,
31502 : : .state = {
31503 : : .kind = 1,
31504 : : .compact = 1,
31505 : : .ascii = 1,
31506 : : },
31507 : : },
31508 : : ._data = "\x52\x65\x74\x75\x72\x6e\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x63\x6f\x6d\x70\x69\x6c\x65\x64\x20\x66\x72\x6f\x6d\x20\x73\x6f\x75\x72\x63\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x27\x64\x61\x74\x61\x27\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x63\x61\x6e\x20\x62\x65\x20\x61\x6e\x79\x20\x6f\x62\x6a\x65\x63\x74\x20\x74\x79\x70\x65\x20\x74\x68\x61\x74\x20\x63\x6f\x6d\x70\x69\x6c\x65\x28\x29\x20\x73\x75\x70\x70\x6f\x72\x74\x73\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
31509 : : };
31510 : : static
31511 : : struct {
31512 : : PyASCIIObject _ascii;
31513 : : uint8_t _data[13];
31514 : : }
31515 : : const_str_dont_inherit = {
31516 : : ._ascii = {
31517 : : .ob_base = {
31518 : : .ob_refcnt = 999999999,
31519 : : .ob_type = &PyUnicode_Type,
31520 : : },
31521 : : .length = 12,
31522 : : .hash = -1,
31523 : : .state = {
31524 : : .kind = 1,
31525 : : .compact = 1,
31526 : : .ascii = 1,
31527 : : },
31528 : : },
31529 : : ._data = "dont_inherit",
31530 : : };
31531 : : static
31532 : : struct {
31533 : : PyGC_Head _gc_head;
31534 : : struct {
31535 : : PyObject_VAR_HEAD
31536 : : PyObject *ob_item[2];
31537 : : }_object;
31538 : : }
31539 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3 = {
31540 : : ._object = {
31541 : : .ob_base = {
31542 : : .ob_base = {
31543 : : .ob_refcnt = 999999999,
31544 : : .ob_type = &PyTuple_Type,
31545 : : },
31546 : : .ob_size = 2,
31547 : : },
31548 : : .ob_item = {
31549 : : & const_str_dont_inherit._ascii.ob_base,
31550 : : & const_str_optimize._ascii.ob_base,
31551 : : },
31552 : : },
31553 : : };
31554 : : static
31555 : : struct {
31556 : : PyGC_Head _gc_head;
31557 : : struct {
31558 : : PyObject_VAR_HEAD
31559 : : PyObject *ob_item[4];
31560 : : }_object;
31561 : : }
31562 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_consts = {
31563 : : ._object = {
31564 : : .ob_base = {
31565 : : .ob_base = {
31566 : : .ob_refcnt = 999999999,
31567 : : .ob_type = &PyTuple_Type,
31568 : : },
31569 : : .ob_size = 4,
31570 : : },
31571 : : .ob_item = {
31572 : : & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0._ascii.ob_base,
31573 : : & const_str_exec._ascii.ob_base,
31574 : : Py_True,
31575 : : & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_3._object.ob_base.ob_base,
31576 : : },
31577 : : },
31578 : : };
31579 : : static
31580 : : struct {
31581 : : PyASCIIObject _ascii;
31582 : : uint8_t _data[8];
31583 : : }
31584 : : const_str_compile = {
31585 : : ._ascii = {
31586 : : .ob_base = {
31587 : : .ob_refcnt = 999999999,
31588 : : .ob_type = &PyUnicode_Type,
31589 : : },
31590 : : .length = 7,
31591 : : .hash = -1,
31592 : : .state = {
31593 : : .kind = 1,
31594 : : .compact = 1,
31595 : : .ascii = 1,
31596 : : },
31597 : : },
31598 : : ._data = "compile",
31599 : : };
31600 : : static
31601 : : struct {
31602 : : PyGC_Head _gc_head;
31603 : : struct {
31604 : : PyObject_VAR_HEAD
31605 : : PyObject *ob_item[3];
31606 : : }_object;
31607 : : }
31608 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_names = {
31609 : : ._object = {
31610 : : .ob_base = {
31611 : : .ob_base = {
31612 : : .ob_refcnt = 999999999,
31613 : : .ob_type = &PyTuple_Type,
31614 : : },
31615 : : .ob_size = 3,
31616 : : },
31617 : : .ob_item = {
31618 : : &_Py_ID(_bootstrap),
31619 : : & const_str__call_with_frames_removed._ascii.ob_base,
31620 : : & const_str_compile._ascii.ob_base,
31621 : : },
31622 : : },
31623 : : };
31624 : : static
31625 : : struct {
31626 : : PyASCIIObject _ascii;
31627 : : uint8_t _data[15];
31628 : : }
31629 : : const_str_source_to_code = {
31630 : : ._ascii = {
31631 : : .ob_base = {
31632 : : .ob_refcnt = 999999999,
31633 : : .ob_type = &PyUnicode_Type,
31634 : : },
31635 : : .length = 14,
31636 : : .hash = -1,
31637 : : .state = {
31638 : : .kind = 1,
31639 : : .compact = 1,
31640 : : .ascii = 1,
31641 : : },
31642 : : },
31643 : : ._data = "source_to_code",
31644 : : };
31645 : : static
31646 : : struct {
31647 : : PyASCIIObject _ascii;
31648 : : uint8_t _data[28];
31649 : : }
31650 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname = {
31651 : : ._ascii = {
31652 : : .ob_base = {
31653 : : .ob_refcnt = 999999999,
31654 : : .ob_type = &PyUnicode_Type,
31655 : : },
31656 : : .length = 27,
31657 : : .hash = -1,
31658 : : .state = {
31659 : : .kind = 1,
31660 : : .compact = 1,
31661 : : .ascii = 1,
31662 : : },
31663 : : },
31664 : : ._data = "SourceLoader.source_to_code",
31665 : : };
31666 : : static
31667 : : struct {
31668 : : PyObject_VAR_HEAD
31669 : : Py_hash_t ob_shash;
31670 : : char ob_sval[44];
31671 : : }
31672 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable = {
31673 : : .ob_base = {
31674 : : .ob_base = {
31675 : : .ob_refcnt = 999999999,
31676 : : .ob_type = &PyBytes_Type,
31677 : : },
31678 : : .ob_size = 43,
31679 : : },
31680 : : .ob_shash = -1,
31681 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x10\x1a\xd7\x0f\x33\xd1\x0f\x33\xb5\x47\xb8\x54\xc0\x34\xc8\x16\xd8\x35\x39\xc0\x49\xf0\x03\x00\x10\x34\xf4\x00\x01\x10\x4f\x01\xf0\x00\x01\x09\x4f\x01",
31682 : : };
31683 : : static
31684 : : struct {
31685 : : PyGC_Head _gc_head;
31686 : : struct {
31687 : : PyObject_VAR_HEAD
31688 : : PyObject *ob_item[4];
31689 : : }_object;
31690 : : }
31691 : : importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames = {
31692 : : ._object = {
31693 : : .ob_base = {
31694 : : .ob_base = {
31695 : : .ob_refcnt = 999999999,
31696 : : .ob_type = &PyTuple_Type,
31697 : : },
31698 : : .ob_size = 4,
31699 : : },
31700 : : .ob_item = {
31701 : : & const_str_self._ascii.ob_base,
31702 : : & const_str_data._ascii.ob_base,
31703 : : &_Py_ID(path),
31704 : : & const_str__optimize._ascii.ob_base,
31705 : : },
31706 : : },
31707 : : };
31708 : : static
31709 : : struct _PyCode_DEF(70)
31710 : : importlib__bootstrap_external_toplevel_consts_57_consts_8 = {
31711 : : .ob_base = {
31712 : : .ob_base = {
31713 : : .ob_refcnt = 999999999,
31714 : : .ob_type = &PyCode_Type,
31715 : : },
31716 : : .ob_size = 35,
31717 : : },
31718 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_8_consts._object.ob_base.ob_base,
31719 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_8_names._object.ob_base.ob_base,
31720 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
31721 : : .co_flags = 3,
31722 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
31723 : : ._co_linearray_entry_size = 0,
31724 : : .co_argcount = 3,
31725 : : .co_posonlyargcount = 0,
31726 : : .co_kwonlyargcount = 1,
31727 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
31728 : : .co_stacksize = 8,
31729 : : .co_firstlineno = 1006,
31730 : : .co_nlocalsplus = 4,
31731 : : .co_nlocals = 4,
31732 : : .co_nplaincellvars = 0,
31733 : : .co_ncellvars = 0,
31734 : : .co_nfreevars = 0,
31735 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_8_localsplusnames._object.ob_base.ob_base,
31736 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
31737 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
31738 : : .co_name = & const_str_source_to_code._ascii.ob_base,
31739 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname._ascii.ob_base,
31740 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_8_linetable.ob_base.ob_base,
31741 : : ._co_code = NULL,
31742 : : ._co_linearray = NULL,
31743 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x64\x01\x64\x02\x7c\x03\xac\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
31744 : : ._co_firsttraceable = 0,
31745 : : };
31746 : : static
31747 : : struct {
31748 : : PyASCIIObject _ascii;
31749 : : uint8_t _data[191];
31750 : : }
31751 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0 = {
31752 : : ._ascii = {
31753 : : .ob_base = {
31754 : : .ob_refcnt = 999999999,
31755 : : .ob_type = &PyUnicode_Type,
31756 : : },
31757 : : .length = 190,
31758 : : .hash = -1,
31759 : : .state = {
31760 : : .kind = 1,
31761 : : .compact = 1,
31762 : : .ascii = 1,
31763 : : },
31764 : : },
31765 : : ._data = "\x43\x6f\x6e\x63\x72\x65\x74\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x6f\x66\x20\x49\x6e\x73\x70\x65\x63\x74\x4c\x6f\x61\x64\x65\x72\x2e\x67\x65\x74\x5f\x63\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x52\x65\x61\x64\x69\x6e\x67\x20\x6f\x66\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x20\x72\x65\x71\x75\x69\x72\x65\x73\x20\x70\x61\x74\x68\x5f\x73\x74\x61\x74\x73\x20\x74\x6f\x20\x62\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x2e\x20\x54\x6f\x20\x77\x72\x69\x74\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x79\x74\x65\x63\x6f\x64\x65\x2c\x20\x73\x65\x74\x5f\x64\x61\x74\x61\x20\x6d\x75\x73\x74\x20\x61\x6c\x73\x6f\x20\x62\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
31766 : : };
31767 : : static
31768 : : struct {
31769 : : PyASCIIObject _ascii;
31770 : : uint8_t _data[6];
31771 : : }
31772 : : const_str_never = {
31773 : : ._ascii = {
31774 : : .ob_base = {
31775 : : .ob_refcnt = 999999999,
31776 : : .ob_type = &PyUnicode_Type,
31777 : : },
31778 : : .length = 5,
31779 : : .hash = -1,
31780 : : .state = {
31781 : : .kind = 1,
31782 : : .compact = 1,
31783 : : .ascii = 1,
31784 : : },
31785 : : },
31786 : : ._data = "never",
31787 : : };
31788 : : static
31789 : : struct {
31790 : : PyASCIIObject _ascii;
31791 : : uint8_t _data[7];
31792 : : }
31793 : : const_str_always = {
31794 : : ._ascii = {
31795 : : .ob_base = {
31796 : : .ob_refcnt = 999999999,
31797 : : .ob_type = &PyUnicode_Type,
31798 : : },
31799 : : .length = 6,
31800 : : .hash = -1,
31801 : : .state = {
31802 : : .kind = 1,
31803 : : .compact = 1,
31804 : : .ascii = 1,
31805 : : },
31806 : : },
31807 : : ._data = "always",
31808 : : };
31809 : : static
31810 : : struct {
31811 : : PyASCIIObject _ascii;
31812 : : uint8_t _data[5];
31813 : : }
31814 : : const_str_size = {
31815 : : ._ascii = {
31816 : : .ob_base = {
31817 : : .ob_refcnt = 999999999,
31818 : : .ob_type = &PyUnicode_Type,
31819 : : },
31820 : : .length = 4,
31821 : : .hash = -1,
31822 : : .state = {
31823 : : .kind = 1,
31824 : : .compact = 1,
31825 : : .ascii = 1,
31826 : : },
31827 : : },
31828 : : ._data = "size",
31829 : : };
31830 : : static
31831 : : struct {
31832 : : PyASCIIObject _ascii;
31833 : : uint8_t _data[14];
31834 : : }
31835 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13 = {
31836 : : ._ascii = {
31837 : : .ob_base = {
31838 : : .ob_refcnt = 999999999,
31839 : : .ob_type = &PyUnicode_Type,
31840 : : },
31841 : : .length = 13,
31842 : : .hash = -1,
31843 : : .state = {
31844 : : .kind = 1,
31845 : : .compact = 1,
31846 : : .ascii = 1,
31847 : : },
31848 : : },
31849 : : ._data = "{} matches {}",
31850 : : };
31851 : : static
31852 : : struct {
31853 : : PyGC_Head _gc_head;
31854 : : struct {
31855 : : PyObject_VAR_HEAD
31856 : : PyObject *ob_item[3];
31857 : : }_object;
31858 : : }
31859 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14 = {
31860 : : ._object = {
31861 : : .ob_base = {
31862 : : .ob_base = {
31863 : : .ob_refcnt = 999999999,
31864 : : .ob_type = &PyTuple_Type,
31865 : : },
31866 : : .ob_size = 3,
31867 : : },
31868 : : .ob_item = {
31869 : : &_Py_ID(name),
31870 : : & const_str_bytecode_path._ascii.ob_base,
31871 : : & const_str_source_path._ascii.ob_base,
31872 : : },
31873 : : },
31874 : : };
31875 : : static
31876 : : struct {
31877 : : PyASCIIObject _ascii;
31878 : : uint8_t _data[20];
31879 : : }
31880 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15 = {
31881 : : ._ascii = {
31882 : : .ob_base = {
31883 : : .ob_refcnt = 999999999,
31884 : : .ob_type = &PyUnicode_Type,
31885 : : },
31886 : : .length = 19,
31887 : : .hash = -1,
31888 : : .state = {
31889 : : .kind = 1,
31890 : : .compact = 1,
31891 : : .ascii = 1,
31892 : : },
31893 : : },
31894 : : ._data = "code object from {}",
31895 : : };
31896 : : static
31897 : : struct {
31898 : : PyGC_Head _gc_head;
31899 : : struct {
31900 : : PyObject_VAR_HEAD
31901 : : PyObject *ob_item[16];
31902 : : }_object;
31903 : : }
31904 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_consts = {
31905 : : ._object = {
31906 : : .ob_base = {
31907 : : .ob_base = {
31908 : : .ob_refcnt = 999999999,
31909 : : .ob_type = &PyTuple_Type,
31910 : : },
31911 : : .ob_size = 16,
31912 : : },
31913 : : .ob_item = {
31914 : : & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0._ascii.ob_base,
31915 : : Py_None,
31916 : : Py_False,
31917 : : Py_True,
31918 : : & const_str_mtime._ascii.ob_base,
31919 : : & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
31920 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
31921 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
31922 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
31923 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
31924 : : & const_str_never._ascii.ob_base,
31925 : : & const_str_always._ascii.ob_base,
31926 : : & const_str_size._ascii.ob_base,
31927 : : & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13._ascii.ob_base,
31928 : : & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_14._object.ob_base.ob_base,
31929 : : & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15._ascii.ob_base,
31930 : : },
31931 : : },
31932 : : };
31933 : : static
31934 : : struct {
31935 : : PyASCIIObject _ascii;
31936 : : uint8_t _data[11];
31937 : : }
31938 : : const_str_memoryview = {
31939 : : ._ascii = {
31940 : : .ob_base = {
31941 : : .ob_refcnt = 999999999,
31942 : : .ob_type = &PyUnicode_Type,
31943 : : },
31944 : : .length = 10,
31945 : : .hash = -1,
31946 : : .state = {
31947 : : .kind = 1,
31948 : : .compact = 1,
31949 : : .ascii = 1,
31950 : : },
31951 : : },
31952 : : ._data = "memoryview",
31953 : : };
31954 : : static
31955 : : struct {
31956 : : PyASCIIObject _ascii;
31957 : : uint8_t _data[22];
31958 : : }
31959 : : const_str_check_hash_based_pycs = {
31960 : : ._ascii = {
31961 : : .ob_base = {
31962 : : .ob_refcnt = 999999999,
31963 : : .ob_type = &PyUnicode_Type,
31964 : : },
31965 : : .length = 21,
31966 : : .hash = -1,
31967 : : .state = {
31968 : : .kind = 1,
31969 : : .compact = 1,
31970 : : .ascii = 1,
31971 : : },
31972 : : },
31973 : : ._data = "check_hash_based_pycs",
31974 : : };
31975 : : static
31976 : : struct {
31977 : : PyASCIIObject _ascii;
31978 : : uint8_t _data[18];
31979 : : }
31980 : : const_str__RAW_MAGIC_NUMBER = {
31981 : : ._ascii = {
31982 : : .ob_base = {
31983 : : .ob_refcnt = 999999999,
31984 : : .ob_type = &PyUnicode_Type,
31985 : : },
31986 : : .length = 17,
31987 : : .hash = -1,
31988 : : .state = {
31989 : : .kind = 1,
31990 : : .compact = 1,
31991 : : .ascii = 1,
31992 : : },
31993 : : },
31994 : : ._data = "_RAW_MAGIC_NUMBER",
31995 : : };
31996 : : static
31997 : : struct {
31998 : : PyASCIIObject _ascii;
31999 : : uint8_t _data[20];
32000 : : }
32001 : : const_str_dont_write_bytecode = {
32002 : : ._ascii = {
32003 : : .ob_base = {
32004 : : .ob_refcnt = 999999999,
32005 : : .ob_type = &PyUnicode_Type,
32006 : : },
32007 : : .length = 19,
32008 : : .hash = -1,
32009 : : .state = {
32010 : : .kind = 1,
32011 : : .compact = 1,
32012 : : .ascii = 1,
32013 : : },
32014 : : },
32015 : : ._data = "dont_write_bytecode",
32016 : : };
32017 : : static
32018 : : struct {
32019 : : PyGC_Head _gc_head;
32020 : : struct {
32021 : : PyObject_VAR_HEAD
32022 : : PyObject *ob_item[27];
32023 : : }_object;
32024 : : }
32025 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_names = {
32026 : : ._object = {
32027 : : .ob_base = {
32028 : : .ob_base = {
32029 : : .ob_refcnt = 999999999,
32030 : : .ob_type = &PyTuple_Type,
32031 : : },
32032 : : .ob_size = 27,
32033 : : },
32034 : : .ob_item = {
32035 : : & const_str_get_filename._ascii.ob_base,
32036 : : & const_str_cache_from_source._ascii.ob_base,
32037 : : & const_str_path_stats._ascii.ob_base,
32038 : : & const_str_int._ascii.ob_base,
32039 : : & const_str_get_data._ascii.ob_base,
32040 : : & const_str__classify_pyc._ascii.ob_base,
32041 : : & const_str_memoryview._ascii.ob_base,
32042 : : & const_str__imp._ascii.ob_base,
32043 : : & const_str_check_hash_based_pycs._ascii.ob_base,
32044 : : & const_str_source_hash._ascii.ob_base,
32045 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
32046 : : & const_str__validate_hash_pyc._ascii.ob_base,
32047 : : & const_str__validate_timestamp_pyc._ascii.ob_base,
32048 : : &_Py_ID(_bootstrap),
32049 : : & const_str__verbose_message._ascii.ob_base,
32050 : : & const_str__compile_bytecode._ascii.ob_base,
32051 : : & const_str_ImportError._ascii.ob_base,
32052 : : & const_str_EOFError._ascii.ob_base,
32053 : : & const_str_OSError._ascii.ob_base,
32054 : : & const_str_NotImplementedError._ascii.ob_base,
32055 : : & const_str_source_to_code._ascii.ob_base,
32056 : : & const_str_sys._ascii.ob_base,
32057 : : & const_str_dont_write_bytecode._ascii.ob_base,
32058 : : & const_str__code_to_hash_pyc._ascii.ob_base,
32059 : : & const_str__code_to_timestamp_pyc._ascii.ob_base,
32060 : : &_Py_ID(len),
32061 : : & const_str__cache_bytecode._ascii.ob_base,
32062 : : },
32063 : : },
32064 : : };
32065 : : static
32066 : : struct {
32067 : : PyASCIIObject _ascii;
32068 : : uint8_t _data[22];
32069 : : }
32070 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname = {
32071 : : ._ascii = {
32072 : : .ob_base = {
32073 : : .ob_refcnt = 999999999,
32074 : : .ob_type = &PyUnicode_Type,
32075 : : },
32076 : : .length = 21,
32077 : : .hash = -1,
32078 : : .state = {
32079 : : .kind = 1,
32080 : : .compact = 1,
32081 : : .ascii = 1,
32082 : : },
32083 : : },
32084 : : ._data = "SourceLoader.get_code",
32085 : : };
32086 : : static
32087 : : struct {
32088 : : PyObject_VAR_HEAD
32089 : : Py_hash_t ob_shash;
32090 : : char ob_sval[803];
32091 : : }
32092 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable = {
32093 : : .ob_base = {
32094 : : .ob_base = {
32095 : : .ob_refcnt = 999999999,
32096 : : .ob_type = &PyBytes_Type,
32097 : : },
32098 : : .ob_size = 802,
32099 : : },
32100 : : .ob_shash = -1,
32101 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x17\x1b\xd7\x16\x27\xd1\x16\x27\xa8\x08\xd4\x16\x31\x88\x0b\xd8\x17\x1b\x88\x0c\xd8\x17\x1b\x88\x0c\xd8\x16\x1a\x88\x0b\xd8\x15\x1a\x88\x0a\xd8\x17\x1b\x88\x0c\xf0\x02\x33\x09\x4a\x01\xdd\x1c\x2d\xa8\x6b\xd4\x1c\x3a\x88\x4d\xf0\x08\x2e\x0d\x4a\x01\xd8\x15\x19\x97\x5f\x91\x5f\xa0\x5b\xd4\x15\x31\x90\x02\xf5\x08\x00\x20\x23\xa0\x32\xa0\x67\xa4\x3b\xd4\x1f\x2f\x90\x0c\xf0\x02\x28\x11\x4a\x01\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x1d\xd4\x1b\x37\x90\x44\xf0\x0a\x00\x21\x29\xd8\x20\x2d\xf0\x05\x03\x23\x16\xf0\x00\x03\x23\x16\x90\x4b\xf0\x08\x1f\x15\x4a\x01\xdd\x20\x2d\xa8\x64\xb0\x48\xb8\x6b\xd4\x20\x4a\x98\x05\xdd\x25\x2f\xb0\x04\xd4\x25\x35\xb0\x62\xd0\x25\x3a\xd0\x25\x3a\x98\x0a\xd8\x25\x2a\xa8\x53\xa1\x5b\xb0\x41\xd2\x25\x35\x98\x0a\xd8\x1b\x25\xf0\x00\x13\x19\x1e\xd8\x2b\x30\xb0\x34\xa9\x3c\xb8\x31\xd2\x2b\x3c\x98\x4c\xdd\x20\x24\xd7\x20\x3a\xd1\x20\x3a\xb8\x67\xd2\x20\x45\xf0\x00\x09\x1d\x40\x01\xd8\x21\x2d\xf0\x03\x09\x1d\x40\x01\xe5\x21\x25\xd7\x21\x3b\xd1\x21\x3b\xb8\x78\xd2\x21\x47\xf0\x05\x09\x1d\x40\x01\xf0\x06\x00\x30\x34\xaf\x7d\xa9\x7d\xb8\x5b\xd4\x2f\x49\xa0\x0c\xdd\x2e\x3e\xd7\x2e\x3e\xd1\x2e\x3e\xdd\x24\x35\xd8\x24\x30\xf4\x05\x03\x2f\x22\xa0\x0b\xf5\x08\x00\x21\x33\xb0\x34\xb8\x1b\xc0\x68\xd8\x33\x3e\xf4\x03\x01\x21\x40\x01\xf0\x00\x01\x21\x40\x01\xf0\x00\x01\x21\x40\x01\xf5\x06\x00\x1d\x34\xd8\x20\x24\xd8\x20\x2c\xd8\x20\x22\xa0\x36\xa4\x0a\xd8\x20\x28\xd8\x20\x2b\xf4\x0b\x06\x1d\x1e\xf0\x00\x06\x1d\x1e\xf5\x14\x00\x19\x23\xd7\x18\x33\xd1\x18\x33\xb0\x4f\xc0\x5d\xd8\x34\x3f\xf4\x03\x01\x19\x41\x01\xf0\x00\x01\x19\x41\x01\xe5\x1f\x30\xb0\x1a\xc0\x28\xd8\x3f\x4c\xd8\x3d\x48\xf0\x05\x02\x20\x4a\x01\xf4\x00\x02\x20\x4a\x01\xf0\x00\x02\x19\x4a\x01\xf8\xf5\x0b\x00\x1d\x28\xad\x18\xd0\x1b\x32\xf0\x00\x01\x15\x1d\xf0\x00\x01\x15\x1d\xf0\x00\x01\x15\x1d\xd8\x18\x1c\x98\x04\xf0\x03\x01\x15\x1d\xf8\xf8\xf8\xf8\xf5\x3f\x00\x18\x1f\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8\xf8\xf5\x0d\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf5\x0b\x00\x10\x23\xf0\x00\x01\x09\x21\xf0\x00\x01\x09\x21\xf0\x00\x01\x09\x21\xd8\x1c\x20\x88\x4d\x88\x4d\x88\x4d\xf0\x03\x01\x09\x21\xf8\xf8\xf8\xf0\x64\x01\x00\x0c\x18\xf0\x00\x01\x09\x36\xd8\x1b\x1f\x9f\x3d\x99\x3d\xa8\x1b\xd4\x1b\x35\x88\x4c\xd8\x16\x1a\xd7\x16\x29\xd1\x16\x29\xa8\x2c\xb8\x0b\xd4\x16\x44\x88\x0b\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x39\xb8\x3b\xd4\x08\x47\xd0\x08\x47\xdd\x10\x13\xd7\x10\x27\xd1\x10\x27\xf0\x00\x0c\x09\x15\xa8\x4d\xf0\x00\x0c\x09\x15\xd8\x10\x1c\xf0\x03\x0c\x09\x15\xe0\x0f\x19\xf0\x00\x06\x0d\x41\x01\xd8\x13\x1e\xf0\x00\x01\x11\x41\x01\xdd\x22\x32\xd7\x22\x32\xd1\x22\x32\xb0\x3c\xd4\x22\x40\x90\x4b\xdd\x17\x28\xa8\x1b\xb0\x6b\xc0\x3c\xd4\x17\x50\x90\x04\x90\x04\xe5\x17\x2d\xa8\x6b\xb8\x3c\xdd\x2e\x31\xb0\x2c\xd4\x2e\x3f\xf4\x03\x01\x18\x41\x01\x90\x04\xf0\x04\x03\x0d\x15\xd8\x10\x14\xd7\x10\x24\xd1\x10\x24\xa0\x5b\xb0\x2d\xc0\x14\xd4\x10\x46\xd0\x10\x46\xd0\x10\x46\xf8\xdd\x13\x26\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xe0\x0f\x1a\xd0\x08\x1a",
32102 : : };
32103 : : static
32104 : : struct {
32105 : : PyObject_VAR_HEAD
32106 : : Py_hash_t ob_shash;
32107 : : char ob_sval[90];
32108 : : }
32109 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable = {
32110 : : .ob_base = {
32111 : : .ob_base = {
32112 : : .ob_refcnt = 999999999,
32113 : : .ob_type = &PyBytes_Type,
32114 : : },
32115 : : .ob_size = 89,
32116 : : },
32117 : : .ob_shash = -1,
32118 : : .ob_sval = "\x9e\x0d\x46\x01\x00\xac\x12\x45\x31\x00\xc1\x12\x12\x45\x21\x00\xc1\x2a\x42\x36\x45\x0a\x00\xc5\x0a\x11\x45\x1e\x03\xc5\x1d\x01\x45\x1e\x03\xc5\x21\x0a\x45\x2e\x03\xc5\x2d\x01\x45\x2e\x03\xc5\x31\x0a\x45\x3e\x03\xc5\x3d\x01\x45\x3e\x03\xc6\x01\x0c\x46\x10\x03\xc6\x0f\x01\x46\x10\x03\xc8\x2d\x14\x49\x02\x00\xc9\x02\x0a\x49\x0f\x03\xc9\x0e\x01\x49\x0f\x03",
32119 : : };
32120 : : static
32121 : : struct {
32122 : : PyASCIIObject _ascii;
32123 : : uint8_t _data[11];
32124 : : }
32125 : : const_str_hash_based = {
32126 : : ._ascii = {
32127 : : .ob_base = {
32128 : : .ob_refcnt = 999999999,
32129 : : .ob_type = &PyUnicode_Type,
32130 : : },
32131 : : .length = 10,
32132 : : .hash = -1,
32133 : : .state = {
32134 : : .kind = 1,
32135 : : .compact = 1,
32136 : : .ascii = 1,
32137 : : },
32138 : : },
32139 : : ._data = "hash_based",
32140 : : };
32141 : : static
32142 : : struct {
32143 : : PyASCIIObject _ascii;
32144 : : uint8_t _data[13];
32145 : : }
32146 : : const_str_check_source = {
32147 : : ._ascii = {
32148 : : .ob_base = {
32149 : : .ob_refcnt = 999999999,
32150 : : .ob_type = &PyUnicode_Type,
32151 : : },
32152 : : .length = 12,
32153 : : .hash = -1,
32154 : : .state = {
32155 : : .kind = 1,
32156 : : .compact = 1,
32157 : : .ascii = 1,
32158 : : },
32159 : : },
32160 : : ._data = "check_source",
32161 : : };
32162 : : static
32163 : : struct {
32164 : : PyASCIIObject _ascii;
32165 : : uint8_t _data[3];
32166 : : }
32167 : : const_str_st = {
32168 : : ._ascii = {
32169 : : .ob_base = {
32170 : : .ob_refcnt = 999999999,
32171 : : .ob_type = &PyUnicode_Type,
32172 : : },
32173 : : .length = 2,
32174 : : .hash = -1,
32175 : : .state = {
32176 : : .kind = 1,
32177 : : .compact = 1,
32178 : : .ascii = 1,
32179 : : },
32180 : : },
32181 : : ._data = "st",
32182 : : };
32183 : : static
32184 : : struct {
32185 : : PyASCIIObject _ascii;
32186 : : uint8_t _data[11];
32187 : : }
32188 : : const_str_bytes_data = {
32189 : : ._ascii = {
32190 : : .ob_base = {
32191 : : .ob_refcnt = 999999999,
32192 : : .ob_type = &PyUnicode_Type,
32193 : : },
32194 : : .length = 10,
32195 : : .hash = -1,
32196 : : .state = {
32197 : : .kind = 1,
32198 : : .compact = 1,
32199 : : .ascii = 1,
32200 : : },
32201 : : },
32202 : : ._data = "bytes_data",
32203 : : };
32204 : : static
32205 : : struct {
32206 : : PyASCIIObject _ascii;
32207 : : uint8_t _data[12];
32208 : : }
32209 : : const_str_code_object = {
32210 : : ._ascii = {
32211 : : .ob_base = {
32212 : : .ob_refcnt = 999999999,
32213 : : .ob_type = &PyUnicode_Type,
32214 : : },
32215 : : .length = 11,
32216 : : .hash = -1,
32217 : : .state = {
32218 : : .kind = 1,
32219 : : .compact = 1,
32220 : : .ascii = 1,
32221 : : },
32222 : : },
32223 : : ._data = "code_object",
32224 : : };
32225 : : static
32226 : : struct {
32227 : : PyGC_Head _gc_head;
32228 : : struct {
32229 : : PyObject_VAR_HEAD
32230 : : PyObject *ob_item[15];
32231 : : }_object;
32232 : : }
32233 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames = {
32234 : : ._object = {
32235 : : .ob_base = {
32236 : : .ob_base = {
32237 : : .ob_refcnt = 999999999,
32238 : : .ob_type = &PyTuple_Type,
32239 : : },
32240 : : .ob_size = 15,
32241 : : },
32242 : : .ob_item = {
32243 : : & const_str_self._ascii.ob_base,
32244 : : & const_str_fullname._ascii.ob_base,
32245 : : & const_str_source_path._ascii.ob_base,
32246 : : & const_str_source_mtime._ascii.ob_base,
32247 : : & const_str_source_bytes._ascii.ob_base,
32248 : : & const_str_source_hash._ascii.ob_base,
32249 : : & const_str_hash_based._ascii.ob_base,
32250 : : & const_str_check_source._ascii.ob_base,
32251 : : & const_str_bytecode_path._ascii.ob_base,
32252 : : & const_str_st._ascii.ob_base,
32253 : : & const_str_data._ascii.ob_base,
32254 : : & const_str_exc_details._ascii.ob_base,
32255 : : & const_str_flags._ascii.ob_base,
32256 : : & const_str_bytes_data._ascii.ob_base,
32257 : : & const_str_code_object._ascii.ob_base,
32258 : : },
32259 : : },
32260 : : };
32261 : : static
32262 : : struct {
32263 : : PyObject_VAR_HEAD
32264 : : Py_hash_t ob_shash;
32265 : : char ob_sval[16];
32266 : : }
32267 : : importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds = {
32268 : : .ob_base = {
32269 : : .ob_base = {
32270 : : .ob_refcnt = 999999999,
32271 : : .ob_type = &PyBytes_Type,
32272 : : },
32273 : : .ob_size = 15,
32274 : : },
32275 : : .ob_shash = -1,
32276 : : .ob_sval = " ",
32277 : : };
32278 : : static
32279 : : struct _PyCode_DEF(1192)
32280 : : importlib__bootstrap_external_toplevel_consts_57_consts_9 = {
32281 : : .ob_base = {
32282 : : .ob_base = {
32283 : : .ob_refcnt = 999999999,
32284 : : .ob_type = &PyCode_Type,
32285 : : },
32286 : : .ob_size = 596,
32287 : : },
32288 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts_9_consts._object.ob_base.ob_base,
32289 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_consts_9_names._object.ob_base.ob_base,
32290 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_exceptiontable.ob_base.ob_base,
32291 : : .co_flags = 3,
32292 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32293 : : ._co_linearray_entry_size = 0,
32294 : : .co_argcount = 2,
32295 : : .co_posonlyargcount = 0,
32296 : : .co_kwonlyargcount = 0,
32297 : : .co_framesize = 22 + FRAME_SPECIALS_SIZE,
32298 : : .co_stacksize = 7,
32299 : : .co_firstlineno = 1014,
32300 : : .co_nlocalsplus = 15,
32301 : : .co_nlocals = 15,
32302 : : .co_nplaincellvars = 0,
32303 : : .co_ncellvars = 0,
32304 : : .co_nfreevars = 0,
32305 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localsplusnames._object.ob_base.ob_base,
32306 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
32307 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32308 : : .co_name = & const_str_get_code._ascii.ob_base,
32309 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname._ascii.ob_base,
32310 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_consts_9_linetable.ob_base.ob_base,
32311 : : ._co_code = NULL,
32312 : : ._co_linearray = NULL,
32313 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x01\x7d\x03\x64\x01\x7d\x04\x64\x01\x7d\x05\x64\x02\x7d\x06\x64\x03\x7d\x07\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x01\x7c\x08\x64\x05\x9c\x02\x7d\x0b\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x01\x1a\x00\x7d\x0d\x7c\x0c\x64\x07\x7a\x01\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x75\x7c\x0c\x64\x09\x7a\x01\x00\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x7d\x07\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6b\x03\x00\x00\x00\x00\x72\x6e\x7c\x07\x73\x15\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x57\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x05\x7c\x01\x7c\x0b\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x17\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x03\x7c\x09\x64\x0c\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x0b\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x08\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x01\x7c\x08\x7c\x02\xac\x0e\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x36\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x26\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x16\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x01\x7d\x08\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x04\x80\x12\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x6f\x7c\x08\x81\x6d\x7c\x03\x81\x6b\x7c\x06\x72\x29\x7c\x05\x80\x17\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\x7c\x05\x7c\x07\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x1a\x74\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\x7c\x03\x74\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x09\x00\x7c\x00\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x08\x7c\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x0e\x53\x00",
32314 : : ._co_firsttraceable = 0,
32315 : : };
32316 : : static
32317 : : struct {
32318 : : PyGC_Head _gc_head;
32319 : : struct {
32320 : : PyObject_VAR_HEAD
32321 : : PyObject *ob_item[11];
32322 : : }_object;
32323 : : }
32324 : : importlib__bootstrap_external_toplevel_consts_57_consts = {
32325 : : ._object = {
32326 : : .ob_base = {
32327 : : .ob_base = {
32328 : : .ob_refcnt = 999999999,
32329 : : .ob_type = &PyTuple_Type,
32330 : : },
32331 : : .ob_size = 11,
32332 : : },
32333 : : .ob_item = {
32334 : : & const_str_SourceLoader._ascii.ob_base,
32335 : : & importlib__bootstrap_external_toplevel_consts_57_consts_1.ob_base.ob_base,
32336 : : & importlib__bootstrap_external_toplevel_consts_57_consts_2.ob_base.ob_base,
32337 : : & importlib__bootstrap_external_toplevel_consts_57_consts_3.ob_base.ob_base,
32338 : : & importlib__bootstrap_external_toplevel_consts_57_consts_4.ob_base.ob_base,
32339 : : & importlib__bootstrap_external_toplevel_consts_57_consts_5.ob_base.ob_base,
32340 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
32341 : : & importlib__bootstrap_external_toplevel_consts_57_consts_7._object.ob_base.ob_base,
32342 : : & importlib__bootstrap_external_toplevel_consts_57_consts_8.ob_base.ob_base,
32343 : : & importlib__bootstrap_external_toplevel_consts_57_consts_9.ob_base.ob_base,
32344 : : Py_None,
32345 : : },
32346 : : },
32347 : : };
32348 : : static
32349 : : struct {
32350 : : PyGC_Head _gc_head;
32351 : : struct {
32352 : : PyObject_VAR_HEAD
32353 : : PyObject *ob_item[10];
32354 : : }_object;
32355 : : }
32356 : : importlib__bootstrap_external_toplevel_consts_57_names = {
32357 : : ._object = {
32358 : : .ob_base = {
32359 : : .ob_base = {
32360 : : .ob_refcnt = 999999999,
32361 : : .ob_type = &PyTuple_Type,
32362 : : },
32363 : : .ob_size = 10,
32364 : : },
32365 : : .ob_item = {
32366 : : &_Py_ID(__name__),
32367 : : &_Py_ID(__module__),
32368 : : &_Py_ID(__qualname__),
32369 : : & const_str_path_mtime._ascii.ob_base,
32370 : : & const_str_path_stats._ascii.ob_base,
32371 : : & const_str__cache_bytecode._ascii.ob_base,
32372 : : & const_str_set_data._ascii.ob_base,
32373 : : &_Py_ID(get_source),
32374 : : & const_str_source_to_code._ascii.ob_base,
32375 : : & const_str_get_code._ascii.ob_base,
32376 : : },
32377 : : },
32378 : : };
32379 : : static
32380 : : struct {
32381 : : PyObject_VAR_HEAD
32382 : : Py_hash_t ob_shash;
32383 : : char ob_sval[151];
32384 : : }
32385 : : importlib__bootstrap_external_toplevel_consts_57_linetable = {
32386 : : .ob_base = {
32387 : : .ob_base = {
32388 : : .ob_refcnt = 999999999,
32389 : : .ob_type = &PyBytes_Type,
32390 : : },
32391 : : .ob_size = 150,
32392 : : },
32393 : : .ob_shash = -1,
32394 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x0c\x05\x30\xf0\x00\x0c\x05\x30\xf0\x00\x0c\x05\x30\xf0\x1c\x08\x05\x2f\xf0\x00\x08\x05\x2f\xf0\x00\x08\x05\x2f\xf0\x14\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x0e\x08\x05\x2b\xf0\x00\x08\x05\x2b\xf0\x00\x08\x05\x2b\xf0\x14\x00\x37\x39\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x00\x06\x05\x4f\x01\xf0\x10\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b\xf0\x00\x52\x01\x05\x1b",
32395 : : };
32396 : : static
32397 : : struct _PyCode_DEF(62)
32398 : : importlib__bootstrap_external_toplevel_consts_57 = {
32399 : : .ob_base = {
32400 : : .ob_base = {
32401 : : .ob_refcnt = 999999999,
32402 : : .ob_type = &PyCode_Type,
32403 : : },
32404 : : .ob_size = 31,
32405 : : },
32406 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_57_consts._object.ob_base.ob_base,
32407 : : .co_names = & importlib__bootstrap_external_toplevel_consts_57_names._object.ob_base.ob_base,
32408 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32409 : : .co_flags = 0,
32410 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32411 : : ._co_linearray_entry_size = 0,
32412 : : .co_argcount = 0,
32413 : : .co_posonlyargcount = 0,
32414 : : .co_kwonlyargcount = 0,
32415 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
32416 : : .co_stacksize = 2,
32417 : : .co_firstlineno = 955,
32418 : : .co_nlocalsplus = 0,
32419 : : .co_nlocals = 0,
32420 : : .co_nplaincellvars = 0,
32421 : : .co_ncellvars = 0,
32422 : : .co_nfreevars = 0,
32423 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
32424 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
32425 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32426 : : .co_name = & const_str_SourceLoader._ascii.ob_base,
32427 : : .co_qualname = & const_str_SourceLoader._ascii.ob_base,
32428 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_57_linetable.ob_base.ob_base,
32429 : : ._co_code = NULL,
32430 : : ._co_linearray = NULL,
32431 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x64\x07\x9c\x01\x64\x08\x84\x02\x5a\x08\x64\x09\x84\x00\x5a\x09\x64\x0a\x53\x00",
32432 : : ._co_firsttraceable = 0,
32433 : : };
32434 : : static
32435 : : struct {
32436 : : PyASCIIObject _ascii;
32437 : : uint8_t _data[11];
32438 : : }
32439 : : const_str_FileLoader = {
32440 : : ._ascii = {
32441 : : .ob_base = {
32442 : : .ob_refcnt = 999999999,
32443 : : .ob_type = &PyUnicode_Type,
32444 : : },
32445 : : .length = 10,
32446 : : .hash = -1,
32447 : : .state = {
32448 : : .kind = 1,
32449 : : .compact = 1,
32450 : : .ascii = 1,
32451 : : },
32452 : : },
32453 : : ._data = "FileLoader",
32454 : : };
32455 : : static
32456 : : struct {
32457 : : PyASCIIObject _ascii;
32458 : : uint8_t _data[104];
32459 : : }
32460 : : importlib__bootstrap_external_toplevel_consts_59_consts_1 = {
32461 : : ._ascii = {
32462 : : .ob_base = {
32463 : : .ob_refcnt = 999999999,
32464 : : .ob_type = &PyUnicode_Type,
32465 : : },
32466 : : .length = 103,
32467 : : .hash = -1,
32468 : : .state = {
32469 : : .kind = 1,
32470 : : .compact = 1,
32471 : : .ascii = 1,
32472 : : },
32473 : : },
32474 : : ._data = "\x42\x61\x73\x65\x20\x66\x69\x6c\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x63\x6c\x61\x73\x73\x20\x77\x68\x69\x63\x68\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x73\x20\x74\x68\x65\x20\x6c\x6f\x61\x64\x65\x72\x20\x70\x72\x6f\x74\x6f\x63\x6f\x6c\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x74\x68\x61\x74\x0a\x20\x20\x20\x20\x72\x65\x71\x75\x69\x72\x65\x20\x66\x69\x6c\x65\x20\x73\x79\x73\x74\x65\x6d\x20\x75\x73\x61\x67\x65\x2e",
32475 : : };
32476 : : static
32477 : : struct {
32478 : : PyASCIIObject _ascii;
32479 : : uint8_t _data[76];
32480 : : }
32481 : : importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0 = {
32482 : : ._ascii = {
32483 : : .ob_base = {
32484 : : .ob_refcnt = 999999999,
32485 : : .ob_type = &PyUnicode_Type,
32486 : : },
32487 : : .length = 75,
32488 : : .hash = -1,
32489 : : .state = {
32490 : : .kind = 1,
32491 : : .compact = 1,
32492 : : .ascii = 1,
32493 : : },
32494 : : },
32495 : : ._data = "\x43\x61\x63\x68\x65\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x20\x61\x6e\x64\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x66\x6f\x75\x6e\x64\x20\x62\x79\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x69\x6e\x64\x65\x72\x2e",
32496 : : };
32497 : : static
32498 : : struct {
32499 : : PyGC_Head _gc_head;
32500 : : struct {
32501 : : PyObject_VAR_HEAD
32502 : : PyObject *ob_item[2];
32503 : : }_object;
32504 : : }
32505 : : importlib__bootstrap_external_toplevel_consts_59_consts_2_consts = {
32506 : : ._object = {
32507 : : .ob_base = {
32508 : : .ob_base = {
32509 : : .ob_refcnt = 999999999,
32510 : : .ob_type = &PyTuple_Type,
32511 : : },
32512 : : .ob_size = 2,
32513 : : },
32514 : : .ob_item = {
32515 : : & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0._ascii.ob_base,
32516 : : Py_None,
32517 : : },
32518 : : },
32519 : : };
32520 : : static
32521 : : struct {
32522 : : PyASCIIObject _ascii;
32523 : : uint8_t _data[20];
32524 : : }
32525 : : importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname = {
32526 : : ._ascii = {
32527 : : .ob_base = {
32528 : : .ob_refcnt = 999999999,
32529 : : .ob_type = &PyUnicode_Type,
32530 : : },
32531 : : .length = 19,
32532 : : .hash = -1,
32533 : : .state = {
32534 : : .kind = 1,
32535 : : .compact = 1,
32536 : : .ascii = 1,
32537 : : },
32538 : : },
32539 : : ._data = "FileLoader.__init__",
32540 : : };
32541 : : static
32542 : : struct {
32543 : : PyObject_VAR_HEAD
32544 : : Py_hash_t ob_shash;
32545 : : char ob_sval[23];
32546 : : }
32547 : : importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable = {
32548 : : .ob_base = {
32549 : : .ob_base = {
32550 : : .ob_refcnt = 999999999,
32551 : : .ob_type = &PyBytes_Type,
32552 : : },
32553 : : .ob_size = 22,
32554 : : },
32555 : : .ob_shash = -1,
32556 : : .ob_sval = "\x80\x00\xf0\x06\x00\x15\x1d\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
32557 : : };
32558 : : static
32559 : : struct {
32560 : : PyGC_Head _gc_head;
32561 : : struct {
32562 : : PyObject_VAR_HEAD
32563 : : PyObject *ob_item[3];
32564 : : }_object;
32565 : : }
32566 : : importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames = {
32567 : : ._object = {
32568 : : .ob_base = {
32569 : : .ob_base = {
32570 : : .ob_refcnt = 999999999,
32571 : : .ob_type = &PyTuple_Type,
32572 : : },
32573 : : .ob_size = 3,
32574 : : },
32575 : : .ob_item = {
32576 : : & const_str_self._ascii.ob_base,
32577 : : & const_str_fullname._ascii.ob_base,
32578 : : &_Py_ID(path),
32579 : : },
32580 : : },
32581 : : };
32582 : : static
32583 : : struct _PyCode_DEF(34)
32584 : : importlib__bootstrap_external_toplevel_consts_59_consts_2 = {
32585 : : .ob_base = {
32586 : : .ob_base = {
32587 : : .ob_refcnt = 999999999,
32588 : : .ob_type = &PyCode_Type,
32589 : : },
32590 : : .ob_size = 17,
32591 : : },
32592 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_2_consts._object.ob_base.ob_base,
32593 : : .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
32594 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32595 : : .co_flags = 3,
32596 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32597 : : ._co_linearray_entry_size = 0,
32598 : : .co_argcount = 3,
32599 : : .co_posonlyargcount = 0,
32600 : : .co_kwonlyargcount = 0,
32601 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
32602 : : .co_stacksize = 2,
32603 : : .co_firstlineno = 1104,
32604 : : .co_nlocalsplus = 3,
32605 : : .co_nlocals = 3,
32606 : : .co_nplaincellvars = 0,
32607 : : .co_ncellvars = 0,
32608 : : .co_nfreevars = 0,
32609 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_2_localsplusnames._object.ob_base.ob_base,
32610 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
32611 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32612 : : .co_name = &_Py_ID(__init__),
32613 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname._ascii.ob_base,
32614 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_2_linetable.ob_base.ob_base,
32615 : : ._co_code = NULL,
32616 : : ._co_linearray = NULL,
32617 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
32618 : : ._co_firsttraceable = 0,
32619 : : };
32620 : : static
32621 : : struct {
32622 : : PyGC_Head _gc_head;
32623 : : struct {
32624 : : PyObject_VAR_HEAD
32625 : : PyObject *ob_item[2];
32626 : : }_object;
32627 : : }
32628 : : importlib__bootstrap_external_toplevel_consts_59_consts_3_names = {
32629 : : ._object = {
32630 : : .ob_base = {
32631 : : .ob_base = {
32632 : : .ob_refcnt = 999999999,
32633 : : .ob_type = &PyTuple_Type,
32634 : : },
32635 : : .ob_size = 2,
32636 : : },
32637 : : .ob_item = {
32638 : : &_Py_ID(__class__),
32639 : : &_Py_ID(__dict__),
32640 : : },
32641 : : },
32642 : : };
32643 : : static
32644 : : struct {
32645 : : PyASCIIObject _ascii;
32646 : : uint8_t _data[18];
32647 : : }
32648 : : importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname = {
32649 : : ._ascii = {
32650 : : .ob_base = {
32651 : : .ob_refcnt = 999999999,
32652 : : .ob_type = &PyUnicode_Type,
32653 : : },
32654 : : .length = 17,
32655 : : .hash = -1,
32656 : : .state = {
32657 : : .kind = 1,
32658 : : .compact = 1,
32659 : : .ascii = 1,
32660 : : },
32661 : : },
32662 : : ._data = "FileLoader.__eq__",
32663 : : };
32664 : : static
32665 : : struct {
32666 : : PyObject_VAR_HEAD
32667 : : Py_hash_t ob_shash;
32668 : : char ob_sval[45];
32669 : : }
32670 : : importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable = {
32671 : : .ob_base = {
32672 : : .ob_base = {
32673 : : .ob_refcnt = 999999999,
32674 : : .ob_type = &PyBytes_Type,
32675 : : },
32676 : : .ob_size = 44,
32677 : : },
32678 : : .ob_shash = -1,
32679 : : .ob_sval = "\x80\x00\xd8\x10\x14\x97\x0e\x91\x0e\xa0\x25\xa7\x2f\xa1\x2f\xd2\x10\x31\xf0\x00\x01\x11\x30\xd8\x10\x14\x97\x0d\x91\x0d\xa0\x15\xa7\x1e\xa1\x1e\xd2\x10\x2f\xf0\x03\x01\x09\x31",
32680 : : };
32681 : : static
32682 : : struct {
32683 : : PyGC_Head _gc_head;
32684 : : struct {
32685 : : PyObject_VAR_HEAD
32686 : : PyObject *ob_item[2];
32687 : : }_object;
32688 : : }
32689 : : importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames = {
32690 : : ._object = {
32691 : : .ob_base = {
32692 : : .ob_base = {
32693 : : .ob_refcnt = 999999999,
32694 : : .ob_type = &PyTuple_Type,
32695 : : },
32696 : : .ob_size = 2,
32697 : : },
32698 : : .ob_item = {
32699 : : & const_str_self._ascii.ob_base,
32700 : : & const_str_other._ascii.ob_base,
32701 : : },
32702 : : },
32703 : : };
32704 : : static
32705 : : struct _PyCode_DEF(106)
32706 : : importlib__bootstrap_external_toplevel_consts_59_consts_3 = {
32707 : : .ob_base = {
32708 : : .ob_base = {
32709 : : .ob_refcnt = 999999999,
32710 : : .ob_type = &PyCode_Type,
32711 : : },
32712 : : .ob_size = 53,
32713 : : },
32714 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
32715 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
32716 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32717 : : .co_flags = 3,
32718 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32719 : : ._co_linearray_entry_size = 0,
32720 : : .co_argcount = 2,
32721 : : .co_posonlyargcount = 0,
32722 : : .co_kwonlyargcount = 0,
32723 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
32724 : : .co_stacksize = 2,
32725 : : .co_firstlineno = 1110,
32726 : : .co_nlocalsplus = 2,
32727 : : .co_nlocals = 2,
32728 : : .co_nplaincellvars = 0,
32729 : : .co_ncellvars = 0,
32730 : : .co_nfreevars = 0,
32731 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
32732 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
32733 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32734 : : .co_name = &_Py_ID(__eq__),
32735 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname._ascii.ob_base,
32736 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
32737 : : ._co_code = NULL,
32738 : : ._co_linearray = NULL,
32739 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
32740 : : ._co_firsttraceable = 0,
32741 : : };
32742 : : static
32743 : : struct {
32744 : : PyASCIIObject _ascii;
32745 : : uint8_t _data[5];
32746 : : }
32747 : : const_str_hash = {
32748 : : ._ascii = {
32749 : : .ob_base = {
32750 : : .ob_refcnt = 999999999,
32751 : : .ob_type = &PyUnicode_Type,
32752 : : },
32753 : : .length = 4,
32754 : : .hash = -1,
32755 : : .state = {
32756 : : .kind = 1,
32757 : : .compact = 1,
32758 : : .ascii = 1,
32759 : : },
32760 : : },
32761 : : ._data = "hash",
32762 : : };
32763 : : static
32764 : : struct {
32765 : : PyGC_Head _gc_head;
32766 : : struct {
32767 : : PyObject_VAR_HEAD
32768 : : PyObject *ob_item[3];
32769 : : }_object;
32770 : : }
32771 : : importlib__bootstrap_external_toplevel_consts_59_consts_4_names = {
32772 : : ._object = {
32773 : : .ob_base = {
32774 : : .ob_base = {
32775 : : .ob_refcnt = 999999999,
32776 : : .ob_type = &PyTuple_Type,
32777 : : },
32778 : : .ob_size = 3,
32779 : : },
32780 : : .ob_item = {
32781 : : & const_str_hash._ascii.ob_base,
32782 : : &_Py_ID(name),
32783 : : &_Py_ID(path),
32784 : : },
32785 : : },
32786 : : };
32787 : : static
32788 : : struct {
32789 : : PyASCIIObject _ascii;
32790 : : uint8_t _data[20];
32791 : : }
32792 : : importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname = {
32793 : : ._ascii = {
32794 : : .ob_base = {
32795 : : .ob_refcnt = 999999999,
32796 : : .ob_type = &PyUnicode_Type,
32797 : : },
32798 : : .length = 19,
32799 : : .hash = -1,
32800 : : .state = {
32801 : : .kind = 1,
32802 : : .compact = 1,
32803 : : .ascii = 1,
32804 : : },
32805 : : },
32806 : : ._data = "FileLoader.__hash__",
32807 : : };
32808 : : static
32809 : : struct {
32810 : : PyObject_VAR_HEAD
32811 : : Py_hash_t ob_shash;
32812 : : char ob_sval[30];
32813 : : }
32814 : : importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable = {
32815 : : .ob_base = {
32816 : : .ob_base = {
32817 : : .ob_refcnt = 999999999,
32818 : : .ob_type = &PyBytes_Type,
32819 : : },
32820 : : .ob_size = 29,
32821 : : },
32822 : : .ob_shash = -1,
32823 : : .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x97\x49\x91\x49\x8c\x7f\xa5\x14\xa0\x64\xa7\x69\xa1\x69\xa4\x1f\xd1\x0f\x30\xd0\x08\x30",
32824 : : };
32825 : : static
32826 : : struct _PyCode_DEF(96)
32827 : : importlib__bootstrap_external_toplevel_consts_59_consts_4 = {
32828 : : .ob_base = {
32829 : : .ob_base = {
32830 : : .ob_refcnt = 999999999,
32831 : : .ob_type = &PyCode_Type,
32832 : : },
32833 : : .ob_size = 48,
32834 : : },
32835 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
32836 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
32837 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
32838 : : .co_flags = 3,
32839 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
32840 : : ._co_linearray_entry_size = 0,
32841 : : .co_argcount = 1,
32842 : : .co_posonlyargcount = 0,
32843 : : .co_kwonlyargcount = 0,
32844 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
32845 : : .co_stacksize = 4,
32846 : : .co_firstlineno = 1114,
32847 : : .co_nlocalsplus = 1,
32848 : : .co_nlocals = 1,
32849 : : .co_nplaincellvars = 0,
32850 : : .co_ncellvars = 0,
32851 : : .co_nfreevars = 0,
32852 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
32853 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
32854 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
32855 : : .co_name = &_Py_ID(__hash__),
32856 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname._ascii.ob_base,
32857 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
32858 : : ._co_code = NULL,
32859 : : ._co_linearray = NULL,
32860 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
32861 : : ._co_firsttraceable = 0,
32862 : : };
32863 : : static
32864 : : struct {
32865 : : PyASCIIObject _ascii;
32866 : : uint8_t _data[101];
32867 : : }
32868 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0 = {
32869 : : ._ascii = {
32870 : : .ob_base = {
32871 : : .ob_refcnt = 999999999,
32872 : : .ob_type = &PyUnicode_Type,
32873 : : },
32874 : : .length = 100,
32875 : : .hash = -1,
32876 : : .state = {
32877 : : .kind = 1,
32878 : : .compact = 1,
32879 : : .ascii = 1,
32880 : : },
32881 : : },
32882 : : ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x6d\x6f\x64\x75\x6c\x65\x20\x66\x72\x6f\x6d\x20\x61\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
32883 : : };
32884 : : static
32885 : : struct {
32886 : : PyGC_Head _gc_head;
32887 : : struct {
32888 : : PyObject_VAR_HEAD
32889 : : PyObject *ob_item[1];
32890 : : }_object;
32891 : : }
32892 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_consts = {
32893 : : ._object = {
32894 : : .ob_base = {
32895 : : .ob_base = {
32896 : : .ob_refcnt = 999999999,
32897 : : .ob_type = &PyTuple_Type,
32898 : : },
32899 : : .ob_size = 1,
32900 : : },
32901 : : .ob_item = {
32902 : : & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0._ascii.ob_base,
32903 : : },
32904 : : },
32905 : : };
32906 : : static
32907 : : struct {
32908 : : PyASCIIObject _ascii;
32909 : : uint8_t _data[6];
32910 : : }
32911 : : const_str_super = {
32912 : : ._ascii = {
32913 : : .ob_base = {
32914 : : .ob_refcnt = 999999999,
32915 : : .ob_type = &PyUnicode_Type,
32916 : : },
32917 : : .length = 5,
32918 : : .hash = -1,
32919 : : .state = {
32920 : : .kind = 1,
32921 : : .compact = 1,
32922 : : .ascii = 1,
32923 : : },
32924 : : },
32925 : : ._data = "super",
32926 : : };
32927 : : static
32928 : : struct {
32929 : : PyGC_Head _gc_head;
32930 : : struct {
32931 : : PyObject_VAR_HEAD
32932 : : PyObject *ob_item[3];
32933 : : }_object;
32934 : : }
32935 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_names = {
32936 : : ._object = {
32937 : : .ob_base = {
32938 : : .ob_base = {
32939 : : .ob_refcnt = 999999999,
32940 : : .ob_type = &PyTuple_Type,
32941 : : },
32942 : : .ob_size = 3,
32943 : : },
32944 : : .ob_item = {
32945 : : & const_str_super._ascii.ob_base,
32946 : : & const_str_FileLoader._ascii.ob_base,
32947 : : & const_str_load_module._ascii.ob_base,
32948 : : },
32949 : : },
32950 : : };
32951 : : static
32952 : : struct {
32953 : : PyASCIIObject _ascii;
32954 : : uint8_t _data[23];
32955 : : }
32956 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname = {
32957 : : ._ascii = {
32958 : : .ob_base = {
32959 : : .ob_refcnt = 999999999,
32960 : : .ob_type = &PyUnicode_Type,
32961 : : },
32962 : : .length = 22,
32963 : : .hash = -1,
32964 : : .state = {
32965 : : .kind = 1,
32966 : : .compact = 1,
32967 : : .ascii = 1,
32968 : : },
32969 : : },
32970 : : ._data = "FileLoader.load_module",
32971 : : };
32972 : : static
32973 : : struct {
32974 : : PyObject_VAR_HEAD
32975 : : Py_hash_t ob_shash;
32976 : : char ob_sval[30];
32977 : : }
32978 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable = {
32979 : : .ob_base = {
32980 : : .ob_base = {
32981 : : .ob_refcnt = 999999999,
32982 : : .ob_type = &PyBytes_Type,
32983 : : },
32984 : : .ob_size = 29,
32985 : : },
32986 : : .ob_shash = -1,
32987 : : .ob_sval = "\xf8\x80\x00\xf5\x14\x00\x10\x15\x95\x5a\xa0\x14\xd4\x0f\x26\xd7\x0f\x32\xd1\x0f\x32\xb0\x38\xd4\x0f\x3c\xd0\x08\x3c",
32988 : : };
32989 : : static
32990 : : struct {
32991 : : PyGC_Head _gc_head;
32992 : : struct {
32993 : : PyObject_VAR_HEAD
32994 : : PyObject *ob_item[3];
32995 : : }_object;
32996 : : }
32997 : : importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames = {
32998 : : ._object = {
32999 : : .ob_base = {
33000 : : .ob_base = {
33001 : : .ob_refcnt = 999999999,
33002 : : .ob_type = &PyTuple_Type,
33003 : : },
33004 : : .ob_size = 3,
33005 : : },
33006 : : .ob_item = {
33007 : : & const_str_self._ascii.ob_base,
33008 : : & const_str_fullname._ascii.ob_base,
33009 : : &_Py_ID(__class__),
33010 : : },
33011 : : },
33012 : : };
33013 : : static
33014 : : struct _PyCode_DEF(74)
33015 : : importlib__bootstrap_external_toplevel_consts_59_consts_5 = {
33016 : : .ob_base = {
33017 : : .ob_base = {
33018 : : .ob_refcnt = 999999999,
33019 : : .ob_type = &PyCode_Type,
33020 : : },
33021 : : .ob_size = 37,
33022 : : },
33023 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_5_consts._object.ob_base.ob_base,
33024 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_5_names._object.ob_base.ob_base,
33025 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33026 : : .co_flags = 3,
33027 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33028 : : ._co_linearray_entry_size = 0,
33029 : : .co_argcount = 2,
33030 : : .co_posonlyargcount = 0,
33031 : : .co_kwonlyargcount = 0,
33032 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
33033 : : .co_stacksize = 4,
33034 : : .co_firstlineno = 1117,
33035 : : .co_nlocalsplus = 3,
33036 : : .co_nlocals = 2,
33037 : : .co_nplaincellvars = 0,
33038 : : .co_ncellvars = 0,
33039 : : .co_nfreevars = 1,
33040 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_5_localsplusnames._object.ob_base.ob_base,
33041 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
33042 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33043 : : .co_name = & const_str_load_module._ascii.ob_base,
33044 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname._ascii.ob_base,
33045 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_5_linetable.ob_base.ob_base,
33046 : : ._co_code = NULL,
33047 : : ._co_linearray = NULL,
33048 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
33049 : : ._co_firsttraceable = 1,
33050 : : };
33051 : : static
33052 : : struct {
33053 : : PyASCIIObject _ascii;
33054 : : uint8_t _data[59];
33055 : : }
33056 : : importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0 = {
33057 : : ._ascii = {
33058 : : .ob_base = {
33059 : : .ob_refcnt = 999999999,
33060 : : .ob_type = &PyUnicode_Type,
33061 : : },
33062 : : .length = 58,
33063 : : .hash = -1,
33064 : : .state = {
33065 : : .kind = 1,
33066 : : .compact = 1,
33067 : : .ascii = 1,
33068 : : },
33069 : : },
33070 : : ._data = "Return the path to the source file as found by the finder.",
33071 : : };
33072 : : static
33073 : : struct {
33074 : : PyGC_Head _gc_head;
33075 : : struct {
33076 : : PyObject_VAR_HEAD
33077 : : PyObject *ob_item[1];
33078 : : }_object;
33079 : : }
33080 : : importlib__bootstrap_external_toplevel_consts_59_consts_6_consts = {
33081 : : ._object = {
33082 : : .ob_base = {
33083 : : .ob_base = {
33084 : : .ob_refcnt = 999999999,
33085 : : .ob_type = &PyTuple_Type,
33086 : : },
33087 : : .ob_size = 1,
33088 : : },
33089 : : .ob_item = {
33090 : : & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0._ascii.ob_base,
33091 : : },
33092 : : },
33093 : : };
33094 : : static
33095 : : struct {
33096 : : PyASCIIObject _ascii;
33097 : : uint8_t _data[24];
33098 : : }
33099 : : importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname = {
33100 : : ._ascii = {
33101 : : .ob_base = {
33102 : : .ob_refcnt = 999999999,
33103 : : .ob_type = &PyUnicode_Type,
33104 : : },
33105 : : .length = 23,
33106 : : .hash = -1,
33107 : : .state = {
33108 : : .kind = 1,
33109 : : .compact = 1,
33110 : : .ascii = 1,
33111 : : },
33112 : : },
33113 : : ._data = "FileLoader.get_filename",
33114 : : };
33115 : : static
33116 : : struct {
33117 : : PyObject_VAR_HEAD
33118 : : Py_hash_t ob_shash;
33119 : : char ob_sval[15];
33120 : : }
33121 : : importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable = {
33122 : : .ob_base = {
33123 : : .ob_base = {
33124 : : .ob_refcnt = 999999999,
33125 : : .ob_type = &PyBytes_Type,
33126 : : },
33127 : : .ob_size = 14,
33128 : : },
33129 : : .ob_shash = -1,
33130 : : .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8f\x79\x89\x79\xd0\x08\x18",
33131 : : };
33132 : : static
33133 : : struct _PyCode_DEF(26)
33134 : : importlib__bootstrap_external_toplevel_consts_59_consts_6 = {
33135 : : .ob_base = {
33136 : : .ob_base = {
33137 : : .ob_refcnt = 999999999,
33138 : : .ob_type = &PyCode_Type,
33139 : : },
33140 : : .ob_size = 13,
33141 : : },
33142 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
33143 : : .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
33144 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33145 : : .co_flags = 3,
33146 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33147 : : ._co_linearray_entry_size = 0,
33148 : : .co_argcount = 2,
33149 : : .co_posonlyargcount = 0,
33150 : : .co_kwonlyargcount = 0,
33151 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
33152 : : .co_stacksize = 1,
33153 : : .co_firstlineno = 1129,
33154 : : .co_nlocalsplus = 2,
33155 : : .co_nlocals = 2,
33156 : : .co_nplaincellvars = 0,
33157 : : .co_ncellvars = 0,
33158 : : .co_nfreevars = 0,
33159 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
33160 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
33161 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33162 : : .co_name = & const_str_get_filename._ascii.ob_base,
33163 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname._ascii.ob_base,
33164 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
33165 : : ._co_code = NULL,
33166 : : ._co_linearray = NULL,
33167 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
33168 : : ._co_firsttraceable = 0,
33169 : : };
33170 : : static
33171 : : struct {
33172 : : PyASCIIObject _ascii;
33173 : : uint8_t _data[40];
33174 : : }
33175 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0 = {
33176 : : ._ascii = {
33177 : : .ob_base = {
33178 : : .ob_refcnt = 999999999,
33179 : : .ob_type = &PyUnicode_Type,
33180 : : },
33181 : : .length = 39,
33182 : : .hash = -1,
33183 : : .state = {
33184 : : .kind = 1,
33185 : : .compact = 1,
33186 : : .ascii = 1,
33187 : : },
33188 : : },
33189 : : ._data = "Return the data from path as raw bytes.",
33190 : : };
33191 : : static
33192 : : struct {
33193 : : PyASCIIObject _ascii;
33194 : : uint8_t _data[2];
33195 : : }
33196 : : const_str_r = {
33197 : : ._ascii = {
33198 : : .ob_base = {
33199 : : .ob_refcnt = 999999999,
33200 : : .ob_type = &PyUnicode_Type,
33201 : : },
33202 : : .length = 1,
33203 : : .hash = -1,
33204 : : .state = {
33205 : : .kind = 1,
33206 : : .compact = 1,
33207 : : .ascii = 1,
33208 : : },
33209 : : },
33210 : : ._data = "r",
33211 : : };
33212 : : static
33213 : : struct {
33214 : : PyGC_Head _gc_head;
33215 : : struct {
33216 : : PyObject_VAR_HEAD
33217 : : PyObject *ob_item[3];
33218 : : }_object;
33219 : : }
33220 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_consts = {
33221 : : ._object = {
33222 : : .ob_base = {
33223 : : .ob_base = {
33224 : : .ob_refcnt = 999999999,
33225 : : .ob_type = &PyTuple_Type,
33226 : : },
33227 : : .ob_size = 3,
33228 : : },
33229 : : .ob_item = {
33230 : : & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0._ascii.ob_base,
33231 : : Py_None,
33232 : : & const_str_r._ascii.ob_base,
33233 : : },
33234 : : },
33235 : : };
33236 : : static
33237 : : struct {
33238 : : PyASCIIObject _ascii;
33239 : : uint8_t _data[20];
33240 : : }
33241 : : const_str_ExtensionFileLoader = {
33242 : : ._ascii = {
33243 : : .ob_base = {
33244 : : .ob_refcnt = 999999999,
33245 : : .ob_type = &PyUnicode_Type,
33246 : : },
33247 : : .length = 19,
33248 : : .hash = -1,
33249 : : .state = {
33250 : : .kind = 1,
33251 : : .compact = 1,
33252 : : .ascii = 1,
33253 : : },
33254 : : },
33255 : : ._data = "ExtensionFileLoader",
33256 : : };
33257 : : static
33258 : : struct {
33259 : : PyASCIIObject _ascii;
33260 : : uint8_t _data[10];
33261 : : }
33262 : : const_str_open_code = {
33263 : : ._ascii = {
33264 : : .ob_base = {
33265 : : .ob_refcnt = 999999999,
33266 : : .ob_type = &PyUnicode_Type,
33267 : : },
33268 : : .length = 9,
33269 : : .hash = -1,
33270 : : .state = {
33271 : : .kind = 1,
33272 : : .compact = 1,
33273 : : .ascii = 1,
33274 : : },
33275 : : },
33276 : : ._data = "open_code",
33277 : : };
33278 : : static
33279 : : struct {
33280 : : PyGC_Head _gc_head;
33281 : : struct {
33282 : : PyObject_VAR_HEAD
33283 : : PyObject *ob_item[8];
33284 : : }_object;
33285 : : }
33286 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_names = {
33287 : : ._object = {
33288 : : .ob_base = {
33289 : : .ob_base = {
33290 : : .ob_refcnt = 999999999,
33291 : : .ob_type = &PyTuple_Type,
33292 : : },
33293 : : .ob_size = 8,
33294 : : },
33295 : : .ob_item = {
33296 : : &_Py_ID(isinstance),
33297 : : & const_str_SourceLoader._ascii.ob_base,
33298 : : & const_str_ExtensionFileLoader._ascii.ob_base,
33299 : : & const_str__io._ascii.ob_base,
33300 : : & const_str_open_code._ascii.ob_base,
33301 : : & const_str_str._ascii.ob_base,
33302 : : &_Py_ID(read),
33303 : : & const_str_FileIO._ascii.ob_base,
33304 : : },
33305 : : },
33306 : : };
33307 : : static
33308 : : struct {
33309 : : PyASCIIObject _ascii;
33310 : : uint8_t _data[20];
33311 : : }
33312 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname = {
33313 : : ._ascii = {
33314 : : .ob_base = {
33315 : : .ob_refcnt = 999999999,
33316 : : .ob_type = &PyUnicode_Type,
33317 : : },
33318 : : .length = 19,
33319 : : .hash = -1,
33320 : : .state = {
33321 : : .kind = 1,
33322 : : .compact = 1,
33323 : : .ascii = 1,
33324 : : },
33325 : : },
33326 : : ._data = "FileLoader.get_data",
33327 : : };
33328 : : static
33329 : : struct {
33330 : : PyObject_VAR_HEAD
33331 : : Py_hash_t ob_shash;
33332 : : char ob_sval[264];
33333 : : }
33334 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable = {
33335 : : .ob_base = {
33336 : : .ob_base = {
33337 : : .ob_refcnt = 999999999,
33338 : : .ob_type = &PyBytes_Type,
33339 : : },
33340 : : .ob_size = 263,
33341 : : },
33342 : : .ob_shash = -1,
33343 : : .ob_sval = "\x80\x00\xe5\x0b\x15\x90\x64\x9d\x5c\xd5\x2b\x3e\xd0\x1c\x3f\xd4\x0b\x40\xf0\x00\x05\x09\x23\xdd\x11\x1e\x97\x1d\x91\x1d\x9d\x73\xa0\x34\x9c\x79\xd4\x11\x29\xf0\x00\x01\x0d\x23\xa8\x54\xd8\x17\x1b\x97\x79\x91\x79\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf4\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf5\x06\x00\x12\x1c\x97\x1a\x91\x1a\x98\x44\xa0\x23\xd4\x11\x26\xf0\x00\x01\x0d\x23\xa8\x24\xd8\x17\x1b\x97\x79\x91\x79\x94\x7b\xf0\x03\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf4\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x07\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf8\xf8\xf8\xf0\x06\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf0\x00\x01\x0d\x23\xf8\xf8\xf8",
33344 : : };
33345 : : static
33346 : : struct {
33347 : : PyObject_VAR_HEAD
33348 : : Py_hash_t ob_shash;
33349 : : char ob_sval[24];
33350 : : }
33351 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable = {
33352 : : .ob_base = {
33353 : : .ob_base = {
33354 : : .ob_refcnt = 999999999,
33355 : : .ob_type = &PyBytes_Type,
33356 : : },
33357 : : .ob_size = 23,
33358 : : },
33359 : : .ob_shash = -1,
33360 : : .ob_sval = "\xbd\x11\x42\x0d\x03\xc1\x31\x11\x42\x1a\x03\xc2\x0d\x05\x42\x17\x07\xc2\x1a\x05\x42\x24\x07",
33361 : : };
33362 : : static
33363 : : struct {
33364 : : PyGC_Head _gc_head;
33365 : : struct {
33366 : : PyObject_VAR_HEAD
33367 : : PyObject *ob_item[3];
33368 : : }_object;
33369 : : }
33370 : : importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames = {
33371 : : ._object = {
33372 : : .ob_base = {
33373 : : .ob_base = {
33374 : : .ob_refcnt = 999999999,
33375 : : .ob_type = &PyTuple_Type,
33376 : : },
33377 : : .ob_size = 3,
33378 : : },
33379 : : .ob_item = {
33380 : : & const_str_self._ascii.ob_base,
33381 : : &_Py_ID(path),
33382 : : & const_str_file._ascii.ob_base,
33383 : : },
33384 : : },
33385 : : };
33386 : : static
33387 : : struct _PyCode_DEF(334)
33388 : : importlib__bootstrap_external_toplevel_consts_59_consts_7 = {
33389 : : .ob_base = {
33390 : : .ob_base = {
33391 : : .ob_refcnt = 999999999,
33392 : : .ob_type = &PyCode_Type,
33393 : : },
33394 : : .ob_size = 167,
33395 : : },
33396 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_7_consts._object.ob_base.ob_base,
33397 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_7_names._object.ob_base.ob_base,
33398 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_exceptiontable.ob_base.ob_base,
33399 : : .co_flags = 3,
33400 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33401 : : ._co_linearray_entry_size = 0,
33402 : : .co_argcount = 2,
33403 : : .co_posonlyargcount = 0,
33404 : : .co_kwonlyargcount = 0,
33405 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
33406 : : .co_stacksize = 6,
33407 : : .co_firstlineno = 1134,
33408 : : .co_nlocalsplus = 3,
33409 : : .co_nlocals = 3,
33410 : : .co_nplaincellvars = 0,
33411 : : .co_ncellvars = 0,
33412 : : .co_nfreevars = 0,
33413 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_7_localsplusnames._object.ob_base.ob_base,
33414 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
33415 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33416 : : .co_name = & const_str_get_data._ascii.ob_base,
33417 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname._ascii.ob_base,
33418 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_7_linetable.ob_base.ob_base,
33419 : : ._co_code = NULL,
33420 : : ._co_linearray = NULL,
33421 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x02\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x01\x53\x00\x78\x03\x59\x00\x77\x01",
33422 : : ._co_firsttraceable = 0,
33423 : : };
33424 : : static
33425 : : struct {
33426 : : PyASCIIObject _ascii;
33427 : : uint8_t _data[11];
33428 : : }
33429 : : const_str_FileReader = {
33430 : : ._ascii = {
33431 : : .ob_base = {
33432 : : .ob_refcnt = 999999999,
33433 : : .ob_type = &PyUnicode_Type,
33434 : : },
33435 : : .length = 10,
33436 : : .hash = -1,
33437 : : .state = {
33438 : : .kind = 1,
33439 : : .compact = 1,
33440 : : .ascii = 1,
33441 : : },
33442 : : },
33443 : : ._data = "FileReader",
33444 : : };
33445 : : static
33446 : : struct {
33447 : : PyGC_Head _gc_head;
33448 : : struct {
33449 : : PyObject_VAR_HEAD
33450 : : PyObject *ob_item[1];
33451 : : }_object;
33452 : : }
33453 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2 = {
33454 : : ._object = {
33455 : : .ob_base = {
33456 : : .ob_base = {
33457 : : .ob_refcnt = 999999999,
33458 : : .ob_type = &PyTuple_Type,
33459 : : },
33460 : : .ob_size = 1,
33461 : : },
33462 : : .ob_item = {
33463 : : & const_str_FileReader._ascii.ob_base,
33464 : : },
33465 : : },
33466 : : };
33467 : : static
33468 : : struct {
33469 : : PyGC_Head _gc_head;
33470 : : struct {
33471 : : PyObject_VAR_HEAD
33472 : : PyObject *ob_item[3];
33473 : : }_object;
33474 : : }
33475 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_consts = {
33476 : : ._object = {
33477 : : .ob_base = {
33478 : : .ob_base = {
33479 : : .ob_refcnt = 999999999,
33480 : : .ob_type = &PyTuple_Type,
33481 : : },
33482 : : .ob_size = 3,
33483 : : },
33484 : : .ob_item = {
33485 : : Py_None,
33486 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
33487 : : & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts_2._object.ob_base.ob_base,
33488 : : },
33489 : : },
33490 : : };
33491 : : static
33492 : : struct {
33493 : : PyASCIIObject _ascii;
33494 : : uint8_t _data[18];
33495 : : }
33496 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0 = {
33497 : : ._ascii = {
33498 : : .ob_base = {
33499 : : .ob_refcnt = 999999999,
33500 : : .ob_type = &PyUnicode_Type,
33501 : : },
33502 : : .length = 17,
33503 : : .hash = -1,
33504 : : .state = {
33505 : : .kind = 1,
33506 : : .compact = 1,
33507 : : .ascii = 1,
33508 : : },
33509 : : },
33510 : : ._data = "importlib.readers",
33511 : : };
33512 : : static
33513 : : struct {
33514 : : PyGC_Head _gc_head;
33515 : : struct {
33516 : : PyObject_VAR_HEAD
33517 : : PyObject *ob_item[2];
33518 : : }_object;
33519 : : }
33520 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_names = {
33521 : : ._object = {
33522 : : .ob_base = {
33523 : : .ob_base = {
33524 : : .ob_refcnt = 999999999,
33525 : : .ob_type = &PyTuple_Type,
33526 : : },
33527 : : .ob_size = 2,
33528 : : },
33529 : : .ob_item = {
33530 : : & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
33531 : : & const_str_FileReader._ascii.ob_base,
33532 : : },
33533 : : },
33534 : : };
33535 : : static
33536 : : struct {
33537 : : PyASCIIObject _ascii;
33538 : : uint8_t _data[20];
33539 : : }
33540 : : const_str_get_resource_reader = {
33541 : : ._ascii = {
33542 : : .ob_base = {
33543 : : .ob_refcnt = 999999999,
33544 : : .ob_type = &PyUnicode_Type,
33545 : : },
33546 : : .length = 19,
33547 : : .hash = -1,
33548 : : .state = {
33549 : : .kind = 1,
33550 : : .compact = 1,
33551 : : .ascii = 1,
33552 : : },
33553 : : },
33554 : : ._data = "get_resource_reader",
33555 : : };
33556 : : static
33557 : : struct {
33558 : : PyASCIIObject _ascii;
33559 : : uint8_t _data[31];
33560 : : }
33561 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname = {
33562 : : ._ascii = {
33563 : : .ob_base = {
33564 : : .ob_refcnt = 999999999,
33565 : : .ob_type = &PyUnicode_Type,
33566 : : },
33567 : : .length = 30,
33568 : : .hash = -1,
33569 : : .state = {
33570 : : .kind = 1,
33571 : : .compact = 1,
33572 : : .ascii = 1,
33573 : : },
33574 : : },
33575 : : ._data = "FileLoader.get_resource_reader",
33576 : : };
33577 : : static
33578 : : struct {
33579 : : PyObject_VAR_HEAD
33580 : : Py_hash_t ob_shash;
33581 : : char ob_sval[34];
33582 : : }
33583 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable = {
33584 : : .ob_base = {
33585 : : .ob_base = {
33586 : : .ob_refcnt = 999999999,
33587 : : .ob_type = &PyBytes_Type,
33588 : : },
33589 : : .ob_size = 33,
33590 : : },
33591 : : .ob_shash = -1,
33592 : : .ob_sval = "\x80\x00\xe0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd0\x08\x30\xd8\x0f\x19\x88\x7a\x98\x24\xd4\x0f\x1f\xd0\x08\x1f",
33593 : : };
33594 : : static
33595 : : struct {
33596 : : PyGC_Head _gc_head;
33597 : : struct {
33598 : : PyObject_VAR_HEAD
33599 : : PyObject *ob_item[3];
33600 : : }_object;
33601 : : }
33602 : : importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames = {
33603 : : ._object = {
33604 : : .ob_base = {
33605 : : .ob_base = {
33606 : : .ob_refcnt = 999999999,
33607 : : .ob_type = &PyTuple_Type,
33608 : : },
33609 : : .ob_size = 3,
33610 : : },
33611 : : .ob_item = {
33612 : : & const_str_self._ascii.ob_base,
33613 : : & const_str_module._ascii.ob_base,
33614 : : & const_str_FileReader._ascii.ob_base,
33615 : : },
33616 : : },
33617 : : };
33618 : : static
33619 : : struct _PyCode_DEF(32)
33620 : : importlib__bootstrap_external_toplevel_consts_59_consts_8 = {
33621 : : .ob_base = {
33622 : : .ob_base = {
33623 : : .ob_refcnt = 999999999,
33624 : : .ob_type = &PyCode_Type,
33625 : : },
33626 : : .ob_size = 16,
33627 : : },
33628 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_8_consts._object.ob_base.ob_base,
33629 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_8_names._object.ob_base.ob_base,
33630 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33631 : : .co_flags = 3,
33632 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33633 : : ._co_linearray_entry_size = 0,
33634 : : .co_argcount = 2,
33635 : : .co_posonlyargcount = 0,
33636 : : .co_kwonlyargcount = 0,
33637 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
33638 : : .co_stacksize = 3,
33639 : : .co_firstlineno = 1143,
33640 : : .co_nlocalsplus = 3,
33641 : : .co_nlocals = 3,
33642 : : .co_nplaincellvars = 0,
33643 : : .co_ncellvars = 0,
33644 : : .co_nfreevars = 0,
33645 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_8_localsplusnames._object.ob_base.ob_base,
33646 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
33647 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33648 : : .co_name = & const_str_get_resource_reader._ascii.ob_base,
33649 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname._ascii.ob_base,
33650 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_8_linetable.ob_base.ob_base,
33651 : : ._co_code = NULL,
33652 : : ._co_linearray = NULL,
33653 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
33654 : : ._co_firsttraceable = 0,
33655 : : };
33656 : : static
33657 : : struct {
33658 : : PyGC_Head _gc_head;
33659 : : struct {
33660 : : PyObject_VAR_HEAD
33661 : : PyObject *ob_item[9];
33662 : : }_object;
33663 : : }
33664 : : importlib__bootstrap_external_toplevel_consts_59_consts = {
33665 : : ._object = {
33666 : : .ob_base = {
33667 : : .ob_base = {
33668 : : .ob_refcnt = 999999999,
33669 : : .ob_type = &PyTuple_Type,
33670 : : },
33671 : : .ob_size = 9,
33672 : : },
33673 : : .ob_item = {
33674 : : & const_str_FileLoader._ascii.ob_base,
33675 : : & importlib__bootstrap_external_toplevel_consts_59_consts_1._ascii.ob_base,
33676 : : & importlib__bootstrap_external_toplevel_consts_59_consts_2.ob_base.ob_base,
33677 : : & importlib__bootstrap_external_toplevel_consts_59_consts_3.ob_base.ob_base,
33678 : : & importlib__bootstrap_external_toplevel_consts_59_consts_4.ob_base.ob_base,
33679 : : & importlib__bootstrap_external_toplevel_consts_59_consts_5.ob_base.ob_base,
33680 : : & importlib__bootstrap_external_toplevel_consts_59_consts_6.ob_base.ob_base,
33681 : : & importlib__bootstrap_external_toplevel_consts_59_consts_7.ob_base.ob_base,
33682 : : & importlib__bootstrap_external_toplevel_consts_59_consts_8.ob_base.ob_base,
33683 : : },
33684 : : },
33685 : : };
33686 : : static
33687 : : struct {
33688 : : PyGC_Head _gc_head;
33689 : : struct {
33690 : : PyObject_VAR_HEAD
33691 : : PyObject *ob_item[13];
33692 : : }_object;
33693 : : }
33694 : : importlib__bootstrap_external_toplevel_consts_59_names = {
33695 : : ._object = {
33696 : : .ob_base = {
33697 : : .ob_base = {
33698 : : .ob_refcnt = 999999999,
33699 : : .ob_type = &PyTuple_Type,
33700 : : },
33701 : : .ob_size = 13,
33702 : : },
33703 : : .ob_item = {
33704 : : &_Py_ID(__name__),
33705 : : &_Py_ID(__module__),
33706 : : &_Py_ID(__qualname__),
33707 : : &_Py_ID(__doc__),
33708 : : &_Py_ID(__init__),
33709 : : &_Py_ID(__eq__),
33710 : : &_Py_ID(__hash__),
33711 : : & const_str__check_name._ascii.ob_base,
33712 : : & const_str_load_module._ascii.ob_base,
33713 : : & const_str_get_filename._ascii.ob_base,
33714 : : & const_str_get_data._ascii.ob_base,
33715 : : & const_str_get_resource_reader._ascii.ob_base,
33716 : : &_Py_ID(__classcell__),
33717 : : },
33718 : : },
33719 : : };
33720 : : static
33721 : : struct {
33722 : : PyObject_VAR_HEAD
33723 : : Py_hash_t ob_shash;
33724 : : char ob_sval[187];
33725 : : }
33726 : : importlib__bootstrap_external_toplevel_consts_59_linetable = {
33727 : : .ob_base = {
33728 : : .ob_base = {
33729 : : .ob_refcnt = 999999999,
33730 : : .ob_type = &PyBytes_Type,
33731 : : },
33732 : : .ob_size = 186,
33733 : : },
33734 : : .ob_shash = -1,
33735 : : .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x04\x05\x19\xf0\x00\x04\x05\x19\xf0\x00\x04\x05\x19\xf0\x0c\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x08\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x06\x00\x06\x11\xf0\x02\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf0\x00\x09\x05\x3d\xf4\x03\x00\x06\x11\xf0\x02\x09\x05\x3d\xf0\x16\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x08\x07\x05\x23\xf0\x00\x07\x05\x23\xf0\x00\x07\x05\x23\xf0\x12\x00\x06\x11\xf0\x02\x02\x05\x20\xf0\x00\x02\x05\x20\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20",
33736 : : };
33737 : : static
33738 : : struct {
33739 : : PyGC_Head _gc_head;
33740 : : struct {
33741 : : PyObject_VAR_HEAD
33742 : : PyObject *ob_item[1];
33743 : : }_object;
33744 : : }
33745 : : importlib__bootstrap_external_toplevel_consts_59_localsplusnames = {
33746 : : ._object = {
33747 : : .ob_base = {
33748 : : .ob_base = {
33749 : : .ob_refcnt = 999999999,
33750 : : .ob_type = &PyTuple_Type,
33751 : : },
33752 : : .ob_size = 1,
33753 : : },
33754 : : .ob_item = {
33755 : : &_Py_ID(__class__),
33756 : : },
33757 : : },
33758 : : };
33759 : : static
33760 : : struct _PyCode_DEF(106)
33761 : : importlib__bootstrap_external_toplevel_consts_59 = {
33762 : : .ob_base = {
33763 : : .ob_base = {
33764 : : .ob_refcnt = 999999999,
33765 : : .ob_type = &PyCode_Type,
33766 : : },
33767 : : .ob_size = 53,
33768 : : },
33769 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts._object.ob_base.ob_base,
33770 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_names._object.ob_base.ob_base,
33771 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
33772 : : .co_flags = 0,
33773 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
33774 : : ._co_linearray_entry_size = 0,
33775 : : .co_argcount = 0,
33776 : : .co_posonlyargcount = 0,
33777 : : .co_kwonlyargcount = 0,
33778 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
33779 : : .co_stacksize = 3,
33780 : : .co_firstlineno = 1099,
33781 : : .co_nlocalsplus = 1,
33782 : : .co_nlocals = 0,
33783 : : .co_nplaincellvars = 1,
33784 : : .co_ncellvars = 1,
33785 : : .co_nfreevars = 0,
33786 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
33787 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
33788 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
33789 : : .co_name = & const_str_FileLoader._ascii.ob_base,
33790 : : .co_qualname = & const_str_FileLoader._ascii.ob_base,
33791 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_linetable.ob_base.ob_base,
33792 : : ._co_code = NULL,
33793 : : ._co_linearray = NULL,
33794 : : .co_code_adaptive = "\x87\x00\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x65\x07\x88\x00\x66\x01\x64\x05\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x65\x07\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x88\x00\x78\x01\x5a\x0c\x53\x00",
33795 : : ._co_firsttraceable = 1,
33796 : : };
33797 : : static
33798 : : struct {
33799 : : PyASCIIObject _ascii;
33800 : : uint8_t _data[17];
33801 : : }
33802 : : const_str_SourceFileLoader = {
33803 : : ._ascii = {
33804 : : .ob_base = {
33805 : : .ob_refcnt = 999999999,
33806 : : .ob_type = &PyUnicode_Type,
33807 : : },
33808 : : .length = 16,
33809 : : .hash = -1,
33810 : : .state = {
33811 : : .kind = 1,
33812 : : .compact = 1,
33813 : : .ascii = 1,
33814 : : },
33815 : : },
33816 : : ._data = "SourceFileLoader",
33817 : : };
33818 : : static
33819 : : struct {
33820 : : PyASCIIObject _ascii;
33821 : : uint8_t _data[63];
33822 : : }
33823 : : importlib__bootstrap_external_toplevel_consts_61_consts_1 = {
33824 : : ._ascii = {
33825 : : .ob_base = {
33826 : : .ob_refcnt = 999999999,
33827 : : .ob_type = &PyUnicode_Type,
33828 : : },
33829 : : .length = 62,
33830 : : .hash = -1,
33831 : : .state = {
33832 : : .kind = 1,
33833 : : .compact = 1,
33834 : : .ascii = 1,
33835 : : },
33836 : : },
33837 : : ._data = "Concrete implementation of SourceLoader using the file system.",
33838 : : };
33839 : : static
33840 : : struct {
33841 : : PyASCIIObject _ascii;
33842 : : uint8_t _data[34];
33843 : : }
33844 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0 = {
33845 : : ._ascii = {
33846 : : .ob_base = {
33847 : : .ob_refcnt = 999999999,
33848 : : .ob_type = &PyUnicode_Type,
33849 : : },
33850 : : .length = 33,
33851 : : .hash = -1,
33852 : : .state = {
33853 : : .kind = 1,
33854 : : .compact = 1,
33855 : : .ascii = 1,
33856 : : },
33857 : : },
33858 : : ._data = "Return the metadata for the path.",
33859 : : };
33860 : : static
33861 : : struct {
33862 : : PyGC_Head _gc_head;
33863 : : struct {
33864 : : PyObject_VAR_HEAD
33865 : : PyObject *ob_item[2];
33866 : : }_object;
33867 : : }
33868 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1 = {
33869 : : ._object = {
33870 : : .ob_base = {
33871 : : .ob_base = {
33872 : : .ob_refcnt = 999999999,
33873 : : .ob_type = &PyTuple_Type,
33874 : : },
33875 : : .ob_size = 2,
33876 : : },
33877 : : .ob_item = {
33878 : : & const_str_mtime._ascii.ob_base,
33879 : : & const_str_size._ascii.ob_base,
33880 : : },
33881 : : },
33882 : : };
33883 : : static
33884 : : struct {
33885 : : PyGC_Head _gc_head;
33886 : : struct {
33887 : : PyObject_VAR_HEAD
33888 : : PyObject *ob_item[2];
33889 : : }_object;
33890 : : }
33891 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_consts = {
33892 : : ._object = {
33893 : : .ob_base = {
33894 : : .ob_base = {
33895 : : .ob_refcnt = 999999999,
33896 : : .ob_type = &PyTuple_Type,
33897 : : },
33898 : : .ob_size = 2,
33899 : : },
33900 : : .ob_item = {
33901 : : & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0._ascii.ob_base,
33902 : : & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_1._object.ob_base.ob_base,
33903 : : },
33904 : : },
33905 : : };
33906 : : static
33907 : : struct {
33908 : : PyASCIIObject _ascii;
33909 : : uint8_t _data[9];
33910 : : }
33911 : : const_str_st_mtime = {
33912 : : ._ascii = {
33913 : : .ob_base = {
33914 : : .ob_refcnt = 999999999,
33915 : : .ob_type = &PyUnicode_Type,
33916 : : },
33917 : : .length = 8,
33918 : : .hash = -1,
33919 : : .state = {
33920 : : .kind = 1,
33921 : : .compact = 1,
33922 : : .ascii = 1,
33923 : : },
33924 : : },
33925 : : ._data = "st_mtime",
33926 : : };
33927 : : static
33928 : : struct {
33929 : : PyASCIIObject _ascii;
33930 : : uint8_t _data[8];
33931 : : }
33932 : : const_str_st_size = {
33933 : : ._ascii = {
33934 : : .ob_base = {
33935 : : .ob_refcnt = 999999999,
33936 : : .ob_type = &PyUnicode_Type,
33937 : : },
33938 : : .length = 7,
33939 : : .hash = -1,
33940 : : .state = {
33941 : : .kind = 1,
33942 : : .compact = 1,
33943 : : .ascii = 1,
33944 : : },
33945 : : },
33946 : : ._data = "st_size",
33947 : : };
33948 : : static
33949 : : struct {
33950 : : PyGC_Head _gc_head;
33951 : : struct {
33952 : : PyObject_VAR_HEAD
33953 : : PyObject *ob_item[3];
33954 : : }_object;
33955 : : }
33956 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_names = {
33957 : : ._object = {
33958 : : .ob_base = {
33959 : : .ob_base = {
33960 : : .ob_refcnt = 999999999,
33961 : : .ob_type = &PyTuple_Type,
33962 : : },
33963 : : .ob_size = 3,
33964 : : },
33965 : : .ob_item = {
33966 : : & const_str__path_stat._ascii.ob_base,
33967 : : & const_str_st_mtime._ascii.ob_base,
33968 : : & const_str_st_size._ascii.ob_base,
33969 : : },
33970 : : },
33971 : : };
33972 : : static
33973 : : struct {
33974 : : PyASCIIObject _ascii;
33975 : : uint8_t _data[28];
33976 : : }
33977 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname = {
33978 : : ._ascii = {
33979 : : .ob_base = {
33980 : : .ob_refcnt = 999999999,
33981 : : .ob_type = &PyUnicode_Type,
33982 : : },
33983 : : .length = 27,
33984 : : .hash = -1,
33985 : : .state = {
33986 : : .kind = 1,
33987 : : .compact = 1,
33988 : : .ascii = 1,
33989 : : },
33990 : : },
33991 : : ._data = "SourceFileLoader.path_stats",
33992 : : };
33993 : : static
33994 : : struct {
33995 : : PyObject_VAR_HEAD
33996 : : Py_hash_t ob_shash;
33997 : : char ob_sval[35];
33998 : : }
33999 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable = {
34000 : : .ob_base = {
34001 : : .ob_base = {
34002 : : .ob_refcnt = 999999999,
34003 : : .ob_type = &PyBytes_Type,
34004 : : },
34005 : : .ob_size = 34,
34006 : : },
34007 : : .ob_shash = -1,
34008 : : .ob_sval = "\x80\x00\xe5\x0d\x17\x98\x04\xd4\x0d\x1d\x88\x02\xd8\x19\x1b\x9f\x1b\x99\x1b\xa8\x62\xaf\x6a\xa9\x6a\xd0\x0f\x39\xd0\x0f\x39\xd0\x08\x39",
34009 : : };
34010 : : static
34011 : : struct {
34012 : : PyGC_Head _gc_head;
34013 : : struct {
34014 : : PyObject_VAR_HEAD
34015 : : PyObject *ob_item[3];
34016 : : }_object;
34017 : : }
34018 : : importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames = {
34019 : : ._object = {
34020 : : .ob_base = {
34021 : : .ob_base = {
34022 : : .ob_refcnt = 999999999,
34023 : : .ob_type = &PyTuple_Type,
34024 : : },
34025 : : .ob_size = 3,
34026 : : },
34027 : : .ob_item = {
34028 : : & const_str_self._ascii.ob_base,
34029 : : &_Py_ID(path),
34030 : : & const_str_st._ascii.ob_base,
34031 : : },
34032 : : },
34033 : : };
34034 : : static
34035 : : struct _PyCode_DEF(78)
34036 : : importlib__bootstrap_external_toplevel_consts_61_consts_2 = {
34037 : : .ob_base = {
34038 : : .ob_base = {
34039 : : .ob_refcnt = 999999999,
34040 : : .ob_type = &PyCode_Type,
34041 : : },
34042 : : .ob_size = 39,
34043 : : },
34044 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_2_consts._object.ob_base.ob_base,
34045 : : .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_2_names._object.ob_base.ob_base,
34046 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34047 : : .co_flags = 3,
34048 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34049 : : ._co_linearray_entry_size = 0,
34050 : : .co_argcount = 2,
34051 : : .co_posonlyargcount = 0,
34052 : : .co_kwonlyargcount = 0,
34053 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
34054 : : .co_stacksize = 3,
34055 : : .co_firstlineno = 1153,
34056 : : .co_nlocalsplus = 3,
34057 : : .co_nlocals = 3,
34058 : : .co_nplaincellvars = 0,
34059 : : .co_ncellvars = 0,
34060 : : .co_nfreevars = 0,
34061 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_2_localsplusnames._object.ob_base.ob_base,
34062 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
34063 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34064 : : .co_name = & const_str_path_stats._ascii.ob_base,
34065 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname._ascii.ob_base,
34066 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_2_linetable.ob_base.ob_base,
34067 : : ._co_code = NULL,
34068 : : ._co_linearray = NULL,
34069 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x9c\x02\x53\x00",
34070 : : ._co_firsttraceable = 0,
34071 : : };
34072 : : static
34073 : : struct {
34074 : : PyASCIIObject _ascii;
34075 : : uint8_t _data[6];
34076 : : }
34077 : : const_str__mode = {
34078 : : ._ascii = {
34079 : : .ob_base = {
34080 : : .ob_refcnt = 999999999,
34081 : : .ob_type = &PyUnicode_Type,
34082 : : },
34083 : : .length = 5,
34084 : : .hash = -1,
34085 : : .state = {
34086 : : .kind = 1,
34087 : : .compact = 1,
34088 : : .ascii = 1,
34089 : : },
34090 : : },
34091 : : ._data = "_mode",
34092 : : };
34093 : : static
34094 : : struct {
34095 : : PyGC_Head _gc_head;
34096 : : struct {
34097 : : PyObject_VAR_HEAD
34098 : : PyObject *ob_item[1];
34099 : : }_object;
34100 : : }
34101 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1 = {
34102 : : ._object = {
34103 : : .ob_base = {
34104 : : .ob_base = {
34105 : : .ob_refcnt = 999999999,
34106 : : .ob_type = &PyTuple_Type,
34107 : : },
34108 : : .ob_size = 1,
34109 : : },
34110 : : .ob_item = {
34111 : : & const_str__mode._ascii.ob_base,
34112 : : },
34113 : : },
34114 : : };
34115 : : static
34116 : : struct {
34117 : : PyGC_Head _gc_head;
34118 : : struct {
34119 : : PyObject_VAR_HEAD
34120 : : PyObject *ob_item[2];
34121 : : }_object;
34122 : : }
34123 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_consts = {
34124 : : ._object = {
34125 : : .ob_base = {
34126 : : .ob_base = {
34127 : : .ob_refcnt = 999999999,
34128 : : .ob_type = &PyTuple_Type,
34129 : : },
34130 : : .ob_size = 2,
34131 : : },
34132 : : .ob_item = {
34133 : : Py_None,
34134 : : & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
34135 : : },
34136 : : },
34137 : : };
34138 : : static
34139 : : struct {
34140 : : PyGC_Head _gc_head;
34141 : : struct {
34142 : : PyObject_VAR_HEAD
34143 : : PyObject *ob_item[2];
34144 : : }_object;
34145 : : }
34146 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_names = {
34147 : : ._object = {
34148 : : .ob_base = {
34149 : : .ob_base = {
34150 : : .ob_refcnt = 999999999,
34151 : : .ob_type = &PyTuple_Type,
34152 : : },
34153 : : .ob_size = 2,
34154 : : },
34155 : : .ob_item = {
34156 : : & const_str__calc_mode._ascii.ob_base,
34157 : : & const_str_set_data._ascii.ob_base,
34158 : : },
34159 : : },
34160 : : };
34161 : : static
34162 : : struct {
34163 : : PyASCIIObject _ascii;
34164 : : uint8_t _data[33];
34165 : : }
34166 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname = {
34167 : : ._ascii = {
34168 : : .ob_base = {
34169 : : .ob_refcnt = 999999999,
34170 : : .ob_type = &PyUnicode_Type,
34171 : : },
34172 : : .length = 32,
34173 : : .hash = -1,
34174 : : .state = {
34175 : : .kind = 1,
34176 : : .compact = 1,
34177 : : .ascii = 1,
34178 : : },
34179 : : },
34180 : : ._data = "SourceFileLoader._cache_bytecode",
34181 : : };
34182 : : static
34183 : : struct {
34184 : : PyObject_VAR_HEAD
34185 : : Py_hash_t ob_shash;
34186 : : char ob_sval[34];
34187 : : }
34188 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable = {
34189 : : .ob_base = {
34190 : : .ob_base = {
34191 : : .ob_refcnt = 999999999,
34192 : : .ob_type = &PyBytes_Type,
34193 : : },
34194 : : .ob_size = 33,
34195 : : },
34196 : : .ob_shash = -1,
34197 : : .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x2b\xd4\x0f\x26\x88\x04\xd8\x0f\x13\x8f\x7d\x89\x7d\x98\x5d\xa8\x44\xb8\x04\x88\x7d\xd4\x0f\x3d\xd0\x08\x3d",
34198 : : };
34199 : : static
34200 : : struct {
34201 : : PyGC_Head _gc_head;
34202 : : struct {
34203 : : PyObject_VAR_HEAD
34204 : : PyObject *ob_item[5];
34205 : : }_object;
34206 : : }
34207 : : importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames = {
34208 : : ._object = {
34209 : : .ob_base = {
34210 : : .ob_base = {
34211 : : .ob_refcnt = 999999999,
34212 : : .ob_type = &PyTuple_Type,
34213 : : },
34214 : : .ob_size = 5,
34215 : : },
34216 : : .ob_item = {
34217 : : & const_str_self._ascii.ob_base,
34218 : : & const_str_source_path._ascii.ob_base,
34219 : : & const_str_bytecode_path._ascii.ob_base,
34220 : : & const_str_data._ascii.ob_base,
34221 : : &_Py_ID(mode),
34222 : : },
34223 : : },
34224 : : };
34225 : : static
34226 : : struct _PyCode_DEF(70)
34227 : : importlib__bootstrap_external_toplevel_consts_61_consts_3 = {
34228 : : .ob_base = {
34229 : : .ob_base = {
34230 : : .ob_refcnt = 999999999,
34231 : : .ob_type = &PyCode_Type,
34232 : : },
34233 : : .ob_size = 35,
34234 : : },
34235 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts._object.ob_base.ob_base,
34236 : : .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_3_names._object.ob_base.ob_base,
34237 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34238 : : .co_flags = 3,
34239 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34240 : : ._co_linearray_entry_size = 0,
34241 : : .co_argcount = 4,
34242 : : .co_posonlyargcount = 0,
34243 : : .co_kwonlyargcount = 0,
34244 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
34245 : : .co_stacksize = 5,
34246 : : .co_firstlineno = 1158,
34247 : : .co_nlocalsplus = 5,
34248 : : .co_nlocals = 5,
34249 : : .co_nplaincellvars = 0,
34250 : : .co_ncellvars = 0,
34251 : : .co_nfreevars = 0,
34252 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_3_localsplusnames._object.ob_base.ob_base,
34253 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
34254 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34255 : : .co_name = & const_str__cache_bytecode._ascii.ob_base,
34256 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname._ascii.ob_base,
34257 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_3_linetable.ob_base.ob_base,
34258 : : ._co_code = NULL,
34259 : : ._co_linearray = NULL,
34260 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\x7c\x04\xac\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
34261 : : ._co_firsttraceable = 0,
34262 : : };
34263 : : static
34264 : : struct {
34265 : : PyASCIIObject _ascii;
34266 : : uint8_t _data[28];
34267 : : }
34268 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0 = {
34269 : : ._ascii = {
34270 : : .ob_base = {
34271 : : .ob_refcnt = 999999999,
34272 : : .ob_type = &PyUnicode_Type,
34273 : : },
34274 : : .length = 27,
34275 : : .hash = -1,
34276 : : .state = {
34277 : : .kind = 1,
34278 : : .compact = 1,
34279 : : .ascii = 1,
34280 : : },
34281 : : },
34282 : : ._data = "Write bytes data to a file.",
34283 : : };
34284 : : static
34285 : : struct {
34286 : : PyASCIIObject _ascii;
34287 : : uint8_t _data[28];
34288 : : }
34289 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1 = {
34290 : : ._ascii = {
34291 : : .ob_base = {
34292 : : .ob_refcnt = 999999999,
34293 : : .ob_type = &PyUnicode_Type,
34294 : : },
34295 : : .length = 27,
34296 : : .hash = -1,
34297 : : .state = {
34298 : : .kind = 1,
34299 : : .compact = 1,
34300 : : .ascii = 1,
34301 : : },
34302 : : },
34303 : : ._data = "could not create {!r}: {!r}",
34304 : : };
34305 : : static
34306 : : struct {
34307 : : PyASCIIObject _ascii;
34308 : : uint8_t _data[13];
34309 : : }
34310 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3 = {
34311 : : ._ascii = {
34312 : : .ob_base = {
34313 : : .ob_refcnt = 999999999,
34314 : : .ob_type = &PyUnicode_Type,
34315 : : },
34316 : : .length = 12,
34317 : : .hash = -1,
34318 : : .state = {
34319 : : .kind = 1,
34320 : : .compact = 1,
34321 : : .ascii = 1,
34322 : : },
34323 : : },
34324 : : ._data = "created {!r}",
34325 : : };
34326 : : static
34327 : : struct {
34328 : : PyGC_Head _gc_head;
34329 : : struct {
34330 : : PyObject_VAR_HEAD
34331 : : PyObject *ob_item[4];
34332 : : }_object;
34333 : : }
34334 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_consts = {
34335 : : ._object = {
34336 : : .ob_base = {
34337 : : .ob_base = {
34338 : : .ob_refcnt = 999999999,
34339 : : .ob_type = &PyTuple_Type,
34340 : : },
34341 : : .ob_size = 4,
34342 : : },
34343 : : .ob_item = {
34344 : : & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0._ascii.ob_base,
34345 : : & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1._ascii.ob_base,
34346 : : Py_None,
34347 : : & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3._ascii.ob_base,
34348 : : },
34349 : : },
34350 : : };
34351 : : static
34352 : : struct {
34353 : : PyASCIIObject _ascii;
34354 : : uint8_t _data[6];
34355 : : }
34356 : : const_str_mkdir = {
34357 : : ._ascii = {
34358 : : .ob_base = {
34359 : : .ob_refcnt = 999999999,
34360 : : .ob_type = &PyUnicode_Type,
34361 : : },
34362 : : .length = 5,
34363 : : .hash = -1,
34364 : : .state = {
34365 : : .kind = 1,
34366 : : .compact = 1,
34367 : : .ascii = 1,
34368 : : },
34369 : : },
34370 : : ._data = "mkdir",
34371 : : };
34372 : : static
34373 : : struct {
34374 : : PyASCIIObject _ascii;
34375 : : uint8_t _data[16];
34376 : : }
34377 : : const_str_FileExistsError = {
34378 : : ._ascii = {
34379 : : .ob_base = {
34380 : : .ob_refcnt = 999999999,
34381 : : .ob_type = &PyUnicode_Type,
34382 : : },
34383 : : .length = 15,
34384 : : .hash = -1,
34385 : : .state = {
34386 : : .kind = 1,
34387 : : .compact = 1,
34388 : : .ascii = 1,
34389 : : },
34390 : : },
34391 : : ._data = "FileExistsError",
34392 : : };
34393 : : static
34394 : : struct {
34395 : : PyGC_Head _gc_head;
34396 : : struct {
34397 : : PyObject_VAR_HEAD
34398 : : PyObject *ob_item[12];
34399 : : }_object;
34400 : : }
34401 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_names = {
34402 : : ._object = {
34403 : : .ob_base = {
34404 : : .ob_base = {
34405 : : .ob_refcnt = 999999999,
34406 : : .ob_type = &PyTuple_Type,
34407 : : },
34408 : : .ob_size = 12,
34409 : : },
34410 : : .ob_item = {
34411 : : & const_str__path_split._ascii.ob_base,
34412 : : & const_str__path_isdir._ascii.ob_base,
34413 : : &_Py_ID(append),
34414 : : &_Py_ID(reversed),
34415 : : & const_str__path_join._ascii.ob_base,
34416 : : & const_str__os._ascii.ob_base,
34417 : : & const_str_mkdir._ascii.ob_base,
34418 : : & const_str_FileExistsError._ascii.ob_base,
34419 : : & const_str_OSError._ascii.ob_base,
34420 : : &_Py_ID(_bootstrap),
34421 : : & const_str__verbose_message._ascii.ob_base,
34422 : : & const_str__write_atomic._ascii.ob_base,
34423 : : },
34424 : : },
34425 : : };
34426 : : static
34427 : : struct {
34428 : : PyASCIIObject _ascii;
34429 : : uint8_t _data[26];
34430 : : }
34431 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname = {
34432 : : ._ascii = {
34433 : : .ob_base = {
34434 : : .ob_refcnt = 999999999,
34435 : : .ob_type = &PyUnicode_Type,
34436 : : },
34437 : : .length = 25,
34438 : : .hash = -1,
34439 : : .state = {
34440 : : .kind = 1,
34441 : : .compact = 1,
34442 : : .ascii = 1,
34443 : : },
34444 : : },
34445 : : ._data = "SourceFileLoader.set_data",
34446 : : };
34447 : : static
34448 : : struct {
34449 : : PyObject_VAR_HEAD
34450 : : Py_hash_t ob_shash;
34451 : : char ob_sval[388];
34452 : : }
34453 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable = {
34454 : : .ob_base = {
34455 : : .ob_base = {
34456 : : .ob_refcnt = 999999999,
34457 : : .ob_type = &PyBytes_Type,
34458 : : },
34459 : : .ob_size = 387,
34460 : : },
34461 : : .ob_shash = -1,
34462 : : .ob_sval = "\x80\x00\xe5\x1b\x26\xa0\x74\xd4\x1b\x2c\xd1\x08\x18\x88\x06\x90\x08\xd8\x15\x17\x88\x0a\xe0\x0e\x14\xf0\x00\x02\x09\x24\x9d\x5b\xa8\x16\xd4\x1d\x30\xf0\x00\x02\x09\x24\xdd\x1b\x26\xa0\x76\xd4\x1b\x2e\x89\x4c\x88\x46\x90\x44\xd8\x0c\x16\xd7\x0c\x1d\xd1\x0c\x1d\x98\x64\xd4\x0c\x23\xd0\x0c\x23\xf0\x05\x00\x0f\x15\xf0\x00\x02\x09\x24\x9d\x5b\xa8\x16\xd4\x1d\x30\xf0\x00\x02\x09\x24\xf5\x08\x00\x15\x1d\x98\x5a\xd4\x14\x28\xf0\x00\x0c\x09\x17\xf1\x00\x0c\x09\x17\x88\x44\xdd\x15\x1f\xa0\x06\xa8\x04\xd4\x15\x2d\x88\x46\xf0\x02\x0a\x0d\x17\xdd\x10\x19\x97\x09\x91\x09\x98\x26\xd4\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x14\x06\x09\x2d\xdd\x0c\x19\x98\x24\xa0\x04\xa0\x65\xd4\x0c\x2c\xd0\x0c\x2c\xdd\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xa8\x0e\xb8\x04\xd4\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d\xf8\xf5\x17\x00\x14\x23\xf0\x00\x02\x0d\x19\xf0\x00\x02\x0d\x19\xf0\x00\x02\x0d\x19\xe0\x10\x18\x90\x08\xdd\x13\x1a\xf0\x00\x05\x0d\x17\xf0\x00\x05\x0d\x17\xf0\x00\x05\x0d\x17\xf5\x06\x00\x11\x1b\xd7\x10\x2b\xd1\x10\x2b\xd0\x2c\x49\xd8\x2c\x32\xb0\x43\xf4\x03\x01\x11\x39\xf0\x00\x01\x11\x39\xe0\x10\x16\x90\x06\x90\x06\x90\x06\x90\x06\x90\x06\x90\x06\xf8\xf8\xf8\xf8\xf0\x0b\x05\x0d\x17\xf8\xf8\xf8\xf8\xf5\x12\x00\x10\x17\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xf0\x00\x03\x09\x2d\xe5\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xd0\x28\x45\xc0\x74\xd8\x28\x2b\xf4\x03\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf0\x00\x01\x0d\x2d\xf8\xf8\xf8\xf8\xf0\x05\x03\x09\x2d\xf8\xf8\xf8",
34463 : : };
34464 : : static
34465 : : struct {
34466 : : PyObject_VAR_HEAD
34467 : : Py_hash_t ob_shash;
34468 : : char ob_sval[55];
34469 : : }
34470 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable = {
34471 : : .ob_base = {
34472 : : .ob_base = {
34473 : : .ob_refcnt = 999999999,
34474 : : .ob_type = &PyBytes_Type,
34475 : : },
34476 : : .ob_size = 54,
34477 : : },
34478 : : .ob_shash = -1,
34479 : : .ob_sval = "\xc1\x32\x17\x42\x34\x02\xc2\x0b\x27\x43\x31\x00\xc2\x34\x0a\x43\x2e\x05\xc3\x00\x09\x43\x2e\x05\xc3\x09\x19\x43\x29\x05\xc3\x29\x05\x43\x2e\x05\xc3\x31\x0a\x44\x1f\x03\xc3\x3b\x19\x44\x1a\x03\xc4\x1a\x05\x44\x1f\x03",
34480 : : };
34481 : : static
34482 : : struct {
34483 : : PyGC_Head _gc_head;
34484 : : struct {
34485 : : PyObject_VAR_HEAD
34486 : : PyObject *ob_item[9];
34487 : : }_object;
34488 : : }
34489 : : importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames = {
34490 : : ._object = {
34491 : : .ob_base = {
34492 : : .ob_base = {
34493 : : .ob_refcnt = 999999999,
34494 : : .ob_type = &PyTuple_Type,
34495 : : },
34496 : : .ob_size = 9,
34497 : : },
34498 : : .ob_item = {
34499 : : & const_str_self._ascii.ob_base,
34500 : : &_Py_ID(path),
34501 : : & const_str_data._ascii.ob_base,
34502 : : & const_str__mode._ascii.ob_base,
34503 : : &_Py_ID(parent),
34504 : : &_Py_ID(filename),
34505 : : & const_str_path_parts._ascii.ob_base,
34506 : : & const_str_part._ascii.ob_base,
34507 : : & const_str_exc._ascii.ob_base,
34508 : : },
34509 : : },
34510 : : };
34511 : : static
34512 : : struct _PyCode_DEF(580)
34513 : : importlib__bootstrap_external_toplevel_consts_61_consts_6 = {
34514 : : .ob_base = {
34515 : : .ob_base = {
34516 : : .ob_refcnt = 999999999,
34517 : : .ob_type = &PyCode_Type,
34518 : : },
34519 : : .ob_size = 290,
34520 : : },
34521 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts_6_consts._object.ob_base.ob_base,
34522 : : .co_names = & importlib__bootstrap_external_toplevel_consts_61_consts_6_names._object.ob_base.ob_base,
34523 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_exceptiontable.ob_base.ob_base,
34524 : : .co_flags = 3,
34525 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34526 : : ._co_linearray_entry_size = 0,
34527 : : .co_argcount = 3,
34528 : : .co_posonlyargcount = 0,
34529 : : .co_kwonlyargcount = 1,
34530 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
34531 : : .co_stacksize = 7,
34532 : : .co_firstlineno = 1163,
34533 : : .co_nlocalsplus = 9,
34534 : : .co_nlocals = 9,
34535 : : .co_nplaincellvars = 0,
34536 : : .co_ncellvars = 0,
34537 : : .co_nfreevars = 0,
34538 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_61_consts_6_localsplusnames._object.ob_base.ob_base,
34539 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
34540 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34541 : : .co_name = & const_str_set_data._ascii.ob_base,
34542 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname._ascii.ob_base,
34543 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_consts_6_linetable.ob_base.ob_base,
34544 : : ._co_code = NULL,
34545 : : ._co_linearray = NULL,
34546 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x67\x00\x7d\x06\x7c\x04\x72\x3e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x31\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x07\x7c\x06\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x72\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x31\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x28\x00\x00\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2a\x09\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x60\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x25\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x04\x7c\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x08\x7e\x08\x01\x00\x64\x02\x53\x00\x64\x02\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x24\x7d\x08\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x7c\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x08\x7e\x08\x64\x02\x53\x00\x64\x02\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
34547 : : ._co_firsttraceable = 0,
34548 : : };
34549 : : static
34550 : : struct {
34551 : : PyGC_Head _gc_head;
34552 : : struct {
34553 : : PyObject_VAR_HEAD
34554 : : PyObject *ob_item[8];
34555 : : }_object;
34556 : : }
34557 : : importlib__bootstrap_external_toplevel_consts_61_consts = {
34558 : : ._object = {
34559 : : .ob_base = {
34560 : : .ob_base = {
34561 : : .ob_refcnt = 999999999,
34562 : : .ob_type = &PyTuple_Type,
34563 : : },
34564 : : .ob_size = 8,
34565 : : },
34566 : : .ob_item = {
34567 : : & const_str_SourceFileLoader._ascii.ob_base,
34568 : : & importlib__bootstrap_external_toplevel_consts_61_consts_1._ascii.ob_base,
34569 : : & importlib__bootstrap_external_toplevel_consts_61_consts_2.ob_base.ob_base,
34570 : : & importlib__bootstrap_external_toplevel_consts_61_consts_3.ob_base.ob_base,
34571 : : & const_int_438.ob_base.ob_base,
34572 : : & importlib__bootstrap_external_toplevel_consts_61_consts_3_consts_1._object.ob_base.ob_base,
34573 : : & importlib__bootstrap_external_toplevel_consts_61_consts_6.ob_base.ob_base,
34574 : : Py_None,
34575 : : },
34576 : : },
34577 : : };
34578 : : static
34579 : : struct {
34580 : : PyGC_Head _gc_head;
34581 : : struct {
34582 : : PyObject_VAR_HEAD
34583 : : PyObject *ob_item[7];
34584 : : }_object;
34585 : : }
34586 : : importlib__bootstrap_external_toplevel_consts_61_names = {
34587 : : ._object = {
34588 : : .ob_base = {
34589 : : .ob_base = {
34590 : : .ob_refcnt = 999999999,
34591 : : .ob_type = &PyTuple_Type,
34592 : : },
34593 : : .ob_size = 7,
34594 : : },
34595 : : .ob_item = {
34596 : : &_Py_ID(__name__),
34597 : : &_Py_ID(__module__),
34598 : : &_Py_ID(__qualname__),
34599 : : &_Py_ID(__doc__),
34600 : : & const_str_path_stats._ascii.ob_base,
34601 : : & const_str__cache_bytecode._ascii.ob_base,
34602 : : & const_str_set_data._ascii.ob_base,
34603 : : },
34604 : : },
34605 : : };
34606 : : static
34607 : : struct {
34608 : : PyObject_VAR_HEAD
34609 : : Py_hash_t ob_shash;
34610 : : char ob_sval[87];
34611 : : }
34612 : : importlib__bootstrap_external_toplevel_consts_61_linetable = {
34613 : : .ob_base = {
34614 : : .ob_base = {
34615 : : .ob_refcnt = 999999999,
34616 : : .ob_type = &PyBytes_Type,
34617 : : },
34618 : : .ob_size = 86,
34619 : : },
34620 : : .ob_shash = -1,
34621 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xf0\x04\x03\x05\x3a\xf0\x00\x03\x05\x3a\xf0\x00\x03\x05\x3a\xf0\x0a\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x0a\x00\x2d\x32\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d\xf0\x00\x1c\x05\x2d",
34622 : : };
34623 : : static
34624 : : struct _PyCode_DEF(42)
34625 : : importlib__bootstrap_external_toplevel_consts_61 = {
34626 : : .ob_base = {
34627 : : .ob_base = {
34628 : : .ob_refcnt = 999999999,
34629 : : .ob_type = &PyCode_Type,
34630 : : },
34631 : : .ob_size = 21,
34632 : : },
34633 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_61_consts._object.ob_base.ob_base,
34634 : : .co_names = & importlib__bootstrap_external_toplevel_consts_61_names._object.ob_base.ob_base,
34635 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34636 : : .co_flags = 0,
34637 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34638 : : ._co_linearray_entry_size = 0,
34639 : : .co_argcount = 0,
34640 : : .co_posonlyargcount = 0,
34641 : : .co_kwonlyargcount = 0,
34642 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
34643 : : .co_stacksize = 2,
34644 : : .co_firstlineno = 1149,
34645 : : .co_nlocalsplus = 0,
34646 : : .co_nlocals = 0,
34647 : : .co_nplaincellvars = 0,
34648 : : .co_ncellvars = 0,
34649 : : .co_nfreevars = 0,
34650 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
34651 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
34652 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34653 : : .co_name = & const_str_SourceFileLoader._ascii.ob_base,
34654 : : .co_qualname = & const_str_SourceFileLoader._ascii.ob_base,
34655 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_61_linetable.ob_base.ob_base,
34656 : : ._co_code = NULL,
34657 : : ._co_linearray = NULL,
34658 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x64\x05\x9c\x01\x64\x06\x84\x02\x5a\x06\x64\x07\x53\x00",
34659 : : ._co_firsttraceable = 0,
34660 : : };
34661 : : static
34662 : : struct {
34663 : : PyASCIIObject _ascii;
34664 : : uint8_t _data[21];
34665 : : }
34666 : : const_str_SourcelessFileLoader = {
34667 : : ._ascii = {
34668 : : .ob_base = {
34669 : : .ob_refcnt = 999999999,
34670 : : .ob_type = &PyUnicode_Type,
34671 : : },
34672 : : .length = 20,
34673 : : .hash = -1,
34674 : : .state = {
34675 : : .kind = 1,
34676 : : .compact = 1,
34677 : : .ascii = 1,
34678 : : },
34679 : : },
34680 : : ._data = "SourcelessFileLoader",
34681 : : };
34682 : : static
34683 : : struct {
34684 : : PyASCIIObject _ascii;
34685 : : uint8_t _data[46];
34686 : : }
34687 : : importlib__bootstrap_external_toplevel_consts_63_consts_1 = {
34688 : : ._ascii = {
34689 : : .ob_base = {
34690 : : .ob_refcnt = 999999999,
34691 : : .ob_type = &PyUnicode_Type,
34692 : : },
34693 : : .length = 45,
34694 : : .hash = -1,
34695 : : .state = {
34696 : : .kind = 1,
34697 : : .compact = 1,
34698 : : .ascii = 1,
34699 : : },
34700 : : },
34701 : : ._data = "Loader which handles sourceless file imports.",
34702 : : };
34703 : : static
34704 : : struct {
34705 : : PyGC_Head _gc_head;
34706 : : struct {
34707 : : PyObject_VAR_HEAD
34708 : : PyObject *ob_item[2];
34709 : : }_object;
34710 : : }
34711 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3 = {
34712 : : ._object = {
34713 : : .ob_base = {
34714 : : .ob_base = {
34715 : : .ob_refcnt = 999999999,
34716 : : .ob_type = &PyTuple_Type,
34717 : : },
34718 : : .ob_size = 2,
34719 : : },
34720 : : .ob_item = {
34721 : : &_Py_ID(name),
34722 : : & const_str_bytecode_path._ascii.ob_base,
34723 : : },
34724 : : },
34725 : : };
34726 : : static
34727 : : struct {
34728 : : PyGC_Head _gc_head;
34729 : : struct {
34730 : : PyObject_VAR_HEAD
34731 : : PyObject *ob_item[4];
34732 : : }_object;
34733 : : }
34734 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_consts = {
34735 : : ._object = {
34736 : : .ob_base = {
34737 : : .ob_base = {
34738 : : .ob_refcnt = 999999999,
34739 : : .ob_type = &PyTuple_Type,
34740 : : },
34741 : : .ob_size = 4,
34742 : : },
34743 : : .ob_item = {
34744 : : Py_None,
34745 : : & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
34746 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
34747 : : & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts_3._object.ob_base.ob_base,
34748 : : },
34749 : : },
34750 : : };
34751 : : static
34752 : : struct {
34753 : : PyGC_Head _gc_head;
34754 : : struct {
34755 : : PyObject_VAR_HEAD
34756 : : PyObject *ob_item[5];
34757 : : }_object;
34758 : : }
34759 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_names = {
34760 : : ._object = {
34761 : : .ob_base = {
34762 : : .ob_base = {
34763 : : .ob_refcnt = 999999999,
34764 : : .ob_type = &PyTuple_Type,
34765 : : },
34766 : : .ob_size = 5,
34767 : : },
34768 : : .ob_item = {
34769 : : & const_str_get_filename._ascii.ob_base,
34770 : : & const_str_get_data._ascii.ob_base,
34771 : : & const_str__classify_pyc._ascii.ob_base,
34772 : : & const_str__compile_bytecode._ascii.ob_base,
34773 : : & const_str_memoryview._ascii.ob_base,
34774 : : },
34775 : : },
34776 : : };
34777 : : static
34778 : : struct {
34779 : : PyASCIIObject _ascii;
34780 : : uint8_t _data[30];
34781 : : }
34782 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname = {
34783 : : ._ascii = {
34784 : : .ob_base = {
34785 : : .ob_refcnt = 999999999,
34786 : : .ob_type = &PyUnicode_Type,
34787 : : },
34788 : : .length = 29,
34789 : : .hash = -1,
34790 : : .state = {
34791 : : .kind = 1,
34792 : : .compact = 1,
34793 : : .ascii = 1,
34794 : : },
34795 : : },
34796 : : ._data = "SourcelessFileLoader.get_code",
34797 : : };
34798 : : static
34799 : : struct {
34800 : : PyObject_VAR_HEAD
34801 : : Py_hash_t ob_shash;
34802 : : char ob_sval[110];
34803 : : }
34804 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable = {
34805 : : .ob_base = {
34806 : : .ob_base = {
34807 : : .ob_refcnt = 999999999,
34808 : : .ob_type = &PyBytes_Type,
34809 : : },
34810 : : .ob_size = 109,
34811 : : },
34812 : : .ob_shash = -1,
34813 : : .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xa0\x18\xd4\x0f\x2a\x88\x04\xd8\x0f\x13\x8f\x7d\x89\x7d\x98\x54\xd4\x0f\x22\x88\x04\xf0\x08\x00\x15\x1d\xd8\x14\x18\xf0\x05\x03\x17\x0a\xf0\x00\x03\x17\x0a\x88\x0b\xf5\x08\x00\x09\x16\x90\x64\x98\x48\xa0\x6b\xd4\x08\x32\xd0\x08\x32\xdd\x0f\x20\xdd\x0c\x16\x90\x74\xd4\x0c\x1c\x98\x52\xd0\x0c\x21\xd0\x0c\x21\xd8\x11\x19\xd8\x1a\x1e\xf0\x07\x04\x10\x0a\xf4\x00\x04\x10\x0a\xf0\x00\x04\x09\x0a",
34814 : : };
34815 : : static
34816 : : struct {
34817 : : PyGC_Head _gc_head;
34818 : : struct {
34819 : : PyObject_VAR_HEAD
34820 : : PyObject *ob_item[5];
34821 : : }_object;
34822 : : }
34823 : : importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames = {
34824 : : ._object = {
34825 : : .ob_base = {
34826 : : .ob_base = {
34827 : : .ob_refcnt = 999999999,
34828 : : .ob_type = &PyTuple_Type,
34829 : : },
34830 : : .ob_size = 5,
34831 : : },
34832 : : .ob_item = {
34833 : : & const_str_self._ascii.ob_base,
34834 : : & const_str_fullname._ascii.ob_base,
34835 : : &_Py_ID(path),
34836 : : & const_str_data._ascii.ob_base,
34837 : : & const_str_exc_details._ascii.ob_base,
34838 : : },
34839 : : },
34840 : : };
34841 : : static
34842 : : struct _PyCode_DEF(174)
34843 : : importlib__bootstrap_external_toplevel_consts_63_consts_2 = {
34844 : : .ob_base = {
34845 : : .ob_base = {
34846 : : .ob_refcnt = 999999999,
34847 : : .ob_type = &PyCode_Type,
34848 : : },
34849 : : .ob_size = 87,
34850 : : },
34851 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_2_consts._object.ob_base.ob_base,
34852 : : .co_names = & importlib__bootstrap_external_toplevel_consts_63_consts_2_names._object.ob_base.ob_base,
34853 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34854 : : .co_flags = 3,
34855 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34856 : : ._co_linearray_entry_size = 0,
34857 : : .co_argcount = 2,
34858 : : .co_posonlyargcount = 0,
34859 : : .co_kwonlyargcount = 0,
34860 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
34861 : : .co_stacksize = 5,
34862 : : .co_firstlineno = 1198,
34863 : : .co_nlocalsplus = 5,
34864 : : .co_nlocals = 5,
34865 : : .co_nplaincellvars = 0,
34866 : : .co_ncellvars = 0,
34867 : : .co_nfreevars = 0,
34868 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_63_consts_2_localsplusnames._object.ob_base.ob_base,
34869 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
34870 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34871 : : .co_name = & const_str_get_code._ascii.ob_base,
34872 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname._ascii.ob_base,
34873 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_2_linetable.ob_base.ob_base,
34874 : : ._co_code = NULL,
34875 : : ._co_linearray = NULL,
34876 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x7c\x02\x64\x01\x9c\x02\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x01\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x1a\x00\x7c\x01\x7c\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
34877 : : ._co_firsttraceable = 0,
34878 : : };
34879 : : static
34880 : : struct {
34881 : : PyASCIIObject _ascii;
34882 : : uint8_t _data[40];
34883 : : }
34884 : : importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0 = {
34885 : : ._ascii = {
34886 : : .ob_base = {
34887 : : .ob_refcnt = 999999999,
34888 : : .ob_type = &PyUnicode_Type,
34889 : : },
34890 : : .length = 39,
34891 : : .hash = -1,
34892 : : .state = {
34893 : : .kind = 1,
34894 : : .compact = 1,
34895 : : .ascii = 1,
34896 : : },
34897 : : },
34898 : : ._data = "Return None as there is no source code.",
34899 : : };
34900 : : static
34901 : : struct {
34902 : : PyGC_Head _gc_head;
34903 : : struct {
34904 : : PyObject_VAR_HEAD
34905 : : PyObject *ob_item[2];
34906 : : }_object;
34907 : : }
34908 : : importlib__bootstrap_external_toplevel_consts_63_consts_3_consts = {
34909 : : ._object = {
34910 : : .ob_base = {
34911 : : .ob_base = {
34912 : : .ob_refcnt = 999999999,
34913 : : .ob_type = &PyTuple_Type,
34914 : : },
34915 : : .ob_size = 2,
34916 : : },
34917 : : .ob_item = {
34918 : : & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0._ascii.ob_base,
34919 : : Py_None,
34920 : : },
34921 : : },
34922 : : };
34923 : : static
34924 : : struct {
34925 : : PyASCIIObject _ascii;
34926 : : uint8_t _data[32];
34927 : : }
34928 : : importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname = {
34929 : : ._ascii = {
34930 : : .ob_base = {
34931 : : .ob_refcnt = 999999999,
34932 : : .ob_type = &PyUnicode_Type,
34933 : : },
34934 : : .length = 31,
34935 : : .hash = -1,
34936 : : .state = {
34937 : : .kind = 1,
34938 : : .compact = 1,
34939 : : .ascii = 1,
34940 : : },
34941 : : },
34942 : : ._data = "SourcelessFileLoader.get_source",
34943 : : };
34944 : : static
34945 : : struct {
34946 : : PyObject_VAR_HEAD
34947 : : Py_hash_t ob_shash;
34948 : : char ob_sval[8];
34949 : : }
34950 : : importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable = {
34951 : : .ob_base = {
34952 : : .ob_base = {
34953 : : .ob_refcnt = 999999999,
34954 : : .ob_type = &PyBytes_Type,
34955 : : },
34956 : : .ob_size = 7,
34957 : : },
34958 : : .ob_shash = -1,
34959 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x88\x74",
34960 : : };
34961 : : static
34962 : : struct _PyCode_DEF(6)
34963 : : importlib__bootstrap_external_toplevel_consts_63_consts_3 = {
34964 : : .ob_base = {
34965 : : .ob_base = {
34966 : : .ob_refcnt = 999999999,
34967 : : .ob_type = &PyCode_Type,
34968 : : },
34969 : : .ob_size = 3,
34970 : : },
34971 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts_3_consts._object.ob_base.ob_base,
34972 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
34973 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
34974 : : .co_flags = 3,
34975 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
34976 : : ._co_linearray_entry_size = 0,
34977 : : .co_argcount = 2,
34978 : : .co_posonlyargcount = 0,
34979 : : .co_kwonlyargcount = 0,
34980 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
34981 : : .co_stacksize = 1,
34982 : : .co_firstlineno = 1214,
34983 : : .co_nlocalsplus = 2,
34984 : : .co_nlocals = 2,
34985 : : .co_nplaincellvars = 0,
34986 : : .co_ncellvars = 0,
34987 : : .co_nfreevars = 0,
34988 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
34989 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
34990 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
34991 : : .co_name = &_Py_ID(get_source),
34992 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname._ascii.ob_base,
34993 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
34994 : : ._co_code = NULL,
34995 : : ._co_linearray = NULL,
34996 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
34997 : : ._co_firsttraceable = 0,
34998 : : };
34999 : : static
35000 : : struct {
35001 : : PyGC_Head _gc_head;
35002 : : struct {
35003 : : PyObject_VAR_HEAD
35004 : : PyObject *ob_item[5];
35005 : : }_object;
35006 : : }
35007 : : importlib__bootstrap_external_toplevel_consts_63_consts = {
35008 : : ._object = {
35009 : : .ob_base = {
35010 : : .ob_base = {
35011 : : .ob_refcnt = 999999999,
35012 : : .ob_type = &PyTuple_Type,
35013 : : },
35014 : : .ob_size = 5,
35015 : : },
35016 : : .ob_item = {
35017 : : & const_str_SourcelessFileLoader._ascii.ob_base,
35018 : : & importlib__bootstrap_external_toplevel_consts_63_consts_1._ascii.ob_base,
35019 : : & importlib__bootstrap_external_toplevel_consts_63_consts_2.ob_base.ob_base,
35020 : : & importlib__bootstrap_external_toplevel_consts_63_consts_3.ob_base.ob_base,
35021 : : Py_None,
35022 : : },
35023 : : },
35024 : : };
35025 : : static
35026 : : struct {
35027 : : PyGC_Head _gc_head;
35028 : : struct {
35029 : : PyObject_VAR_HEAD
35030 : : PyObject *ob_item[6];
35031 : : }_object;
35032 : : }
35033 : : importlib__bootstrap_external_toplevel_consts_63_names = {
35034 : : ._object = {
35035 : : .ob_base = {
35036 : : .ob_base = {
35037 : : .ob_refcnt = 999999999,
35038 : : .ob_type = &PyTuple_Type,
35039 : : },
35040 : : .ob_size = 6,
35041 : : },
35042 : : .ob_item = {
35043 : : &_Py_ID(__name__),
35044 : : &_Py_ID(__module__),
35045 : : &_Py_ID(__qualname__),
35046 : : &_Py_ID(__doc__),
35047 : : & const_str_get_code._ascii.ob_base,
35048 : : &_Py_ID(get_source),
35049 : : },
35050 : : },
35051 : : };
35052 : : static
35053 : : struct {
35054 : : PyObject_VAR_HEAD
35055 : : Py_hash_t ob_shash;
35056 : : char ob_sval[57];
35057 : : }
35058 : : importlib__bootstrap_external_toplevel_consts_63_linetable = {
35059 : : .ob_base = {
35060 : : .ob_base = {
35061 : : .ob_refcnt = 999999999,
35062 : : .ob_type = &PyBytes_Type,
35063 : : },
35064 : : .ob_size = 56,
35065 : : },
35066 : : .ob_shash = -1,
35067 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x37\xd0\x04\x37\xf0\x04\x0e\x05\x0a\xf0\x00\x0e\x05\x0a\xf0\x00\x0e\x05\x0a\xf0\x20\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14",
35068 : : };
35069 : : static
35070 : : struct _PyCode_DEF(30)
35071 : : importlib__bootstrap_external_toplevel_consts_63 = {
35072 : : .ob_base = {
35073 : : .ob_base = {
35074 : : .ob_refcnt = 999999999,
35075 : : .ob_type = &PyCode_Type,
35076 : : },
35077 : : .ob_size = 15,
35078 : : },
35079 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_63_consts._object.ob_base.ob_base,
35080 : : .co_names = & importlib__bootstrap_external_toplevel_consts_63_names._object.ob_base.ob_base,
35081 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35082 : : .co_flags = 0,
35083 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35084 : : ._co_linearray_entry_size = 0,
35085 : : .co_argcount = 0,
35086 : : .co_posonlyargcount = 0,
35087 : : .co_kwonlyargcount = 0,
35088 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
35089 : : .co_stacksize = 1,
35090 : : .co_firstlineno = 1194,
35091 : : .co_nlocalsplus = 0,
35092 : : .co_nlocals = 0,
35093 : : .co_nplaincellvars = 0,
35094 : : .co_ncellvars = 0,
35095 : : .co_nfreevars = 0,
35096 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
35097 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
35098 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35099 : : .co_name = & const_str_SourcelessFileLoader._ascii.ob_base,
35100 : : .co_qualname = & const_str_SourcelessFileLoader._ascii.ob_base,
35101 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_linetable.ob_base.ob_base,
35102 : : ._co_code = NULL,
35103 : : ._co_linearray = NULL,
35104 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x53\x00",
35105 : : ._co_firsttraceable = 0,
35106 : : };
35107 : : static
35108 : : struct {
35109 : : PyASCIIObject _ascii;
35110 : : uint8_t _data[94];
35111 : : }
35112 : : importlib__bootstrap_external_toplevel_consts_65_consts_1 = {
35113 : : ._ascii = {
35114 : : .ob_base = {
35115 : : .ob_refcnt = 999999999,
35116 : : .ob_type = &PyUnicode_Type,
35117 : : },
35118 : : .length = 93,
35119 : : .hash = -1,
35120 : : .state = {
35121 : : .kind = 1,
35122 : : .compact = 1,
35123 : : .ascii = 1,
35124 : : },
35125 : : },
35126 : : ._data = "\x4c\x6f\x61\x64\x65\x72\x20\x66\x6f\x72\x20\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2e\x0a\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x63\x6f\x6e\x73\x74\x72\x75\x63\x74\x6f\x72\x20\x69\x73\x20\x64\x65\x73\x69\x67\x6e\x65\x64\x20\x74\x6f\x20\x77\x6f\x72\x6b\x20\x77\x69\x74\x68\x20\x46\x69\x6c\x65\x46\x69\x6e\x64\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
35127 : : };
35128 : : static
35129 : : struct {
35130 : : PyASCIIObject _ascii;
35131 : : uint8_t _data[29];
35132 : : }
35133 : : importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname = {
35134 : : ._ascii = {
35135 : : .ob_base = {
35136 : : .ob_refcnt = 999999999,
35137 : : .ob_type = &PyUnicode_Type,
35138 : : },
35139 : : .length = 28,
35140 : : .hash = -1,
35141 : : .state = {
35142 : : .kind = 1,
35143 : : .compact = 1,
35144 : : .ascii = 1,
35145 : : },
35146 : : },
35147 : : ._data = "ExtensionFileLoader.__init__",
35148 : : };
35149 : : static
35150 : : struct {
35151 : : PyObject_VAR_HEAD
35152 : : Py_hash_t ob_shash;
35153 : : char ob_sval[21];
35154 : : }
35155 : : importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable = {
35156 : : .ob_base = {
35157 : : .ob_base = {
35158 : : .ob_refcnt = 999999999,
35159 : : .ob_type = &PyBytes_Type,
35160 : : },
35161 : : .ob_size = 20,
35162 : : },
35163 : : .ob_shash = -1,
35164 : : .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x14\x18\x88\x04\x8c\x09\x88\x09\x88\x09",
35165 : : };
35166 : : static
35167 : : struct {
35168 : : PyGC_Head _gc_head;
35169 : : struct {
35170 : : PyObject_VAR_HEAD
35171 : : PyObject *ob_item[3];
35172 : : }_object;
35173 : : }
35174 : : importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames = {
35175 : : ._object = {
35176 : : .ob_base = {
35177 : : .ob_base = {
35178 : : .ob_refcnt = 999999999,
35179 : : .ob_type = &PyTuple_Type,
35180 : : },
35181 : : .ob_size = 3,
35182 : : },
35183 : : .ob_item = {
35184 : : & const_str_self._ascii.ob_base,
35185 : : &_Py_ID(name),
35186 : : &_Py_ID(path),
35187 : : },
35188 : : },
35189 : : };
35190 : : static
35191 : : struct _PyCode_DEF(34)
35192 : : importlib__bootstrap_external_toplevel_consts_65_consts_2 = {
35193 : : .ob_base = {
35194 : : .ob_base = {
35195 : : .ob_refcnt = 999999999,
35196 : : .ob_type = &PyCode_Type,
35197 : : },
35198 : : .ob_size = 17,
35199 : : },
35200 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35201 : : .co_names = & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
35202 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35203 : : .co_flags = 3,
35204 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35205 : : ._co_linearray_entry_size = 0,
35206 : : .co_argcount = 3,
35207 : : .co_posonlyargcount = 0,
35208 : : .co_kwonlyargcount = 0,
35209 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
35210 : : .co_stacksize = 2,
35211 : : .co_firstlineno = 1227,
35212 : : .co_nlocalsplus = 3,
35213 : : .co_nlocals = 3,
35214 : : .co_nplaincellvars = 0,
35215 : : .co_ncellvars = 0,
35216 : : .co_nfreevars = 0,
35217 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_2_localsplusnames._object.ob_base.ob_base,
35218 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
35219 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35220 : : .co_name = &_Py_ID(__init__),
35221 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname._ascii.ob_base,
35222 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_2_linetable.ob_base.ob_base,
35223 : : ._co_code = NULL,
35224 : : ._co_linearray = NULL,
35225 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
35226 : : ._co_firsttraceable = 0,
35227 : : };
35228 : : static
35229 : : struct {
35230 : : PyASCIIObject _ascii;
35231 : : uint8_t _data[27];
35232 : : }
35233 : : importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname = {
35234 : : ._ascii = {
35235 : : .ob_base = {
35236 : : .ob_refcnt = 999999999,
35237 : : .ob_type = &PyUnicode_Type,
35238 : : },
35239 : : .length = 26,
35240 : : .hash = -1,
35241 : : .state = {
35242 : : .kind = 1,
35243 : : .compact = 1,
35244 : : .ascii = 1,
35245 : : },
35246 : : },
35247 : : ._data = "ExtensionFileLoader.__eq__",
35248 : : };
35249 : : static
35250 : : struct _PyCode_DEF(106)
35251 : : importlib__bootstrap_external_toplevel_consts_65_consts_3 = {
35252 : : .ob_base = {
35253 : : .ob_base = {
35254 : : .ob_refcnt = 999999999,
35255 : : .ob_type = &PyCode_Type,
35256 : : },
35257 : : .ob_size = 53,
35258 : : },
35259 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35260 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_3_names._object.ob_base.ob_base,
35261 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35262 : : .co_flags = 3,
35263 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35264 : : ._co_linearray_entry_size = 0,
35265 : : .co_argcount = 2,
35266 : : .co_posonlyargcount = 0,
35267 : : .co_kwonlyargcount = 0,
35268 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
35269 : : .co_stacksize = 2,
35270 : : .co_firstlineno = 1231,
35271 : : .co_nlocalsplus = 2,
35272 : : .co_nlocals = 2,
35273 : : .co_nplaincellvars = 0,
35274 : : .co_ncellvars = 0,
35275 : : .co_nfreevars = 0,
35276 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
35277 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
35278 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35279 : : .co_name = &_Py_ID(__eq__),
35280 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname._ascii.ob_base,
35281 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_3_linetable.ob_base.ob_base,
35282 : : ._co_code = NULL,
35283 : : ._co_linearray = NULL,
35284 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
35285 : : ._co_firsttraceable = 0,
35286 : : };
35287 : : static
35288 : : struct {
35289 : : PyASCIIObject _ascii;
35290 : : uint8_t _data[29];
35291 : : }
35292 : : importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname = {
35293 : : ._ascii = {
35294 : : .ob_base = {
35295 : : .ob_refcnt = 999999999,
35296 : : .ob_type = &PyUnicode_Type,
35297 : : },
35298 : : .length = 28,
35299 : : .hash = -1,
35300 : : .state = {
35301 : : .kind = 1,
35302 : : .compact = 1,
35303 : : .ascii = 1,
35304 : : },
35305 : : },
35306 : : ._data = "ExtensionFileLoader.__hash__",
35307 : : };
35308 : : static
35309 : : struct _PyCode_DEF(96)
35310 : : importlib__bootstrap_external_toplevel_consts_65_consts_4 = {
35311 : : .ob_base = {
35312 : : .ob_base = {
35313 : : .ob_refcnt = 999999999,
35314 : : .ob_type = &PyCode_Type,
35315 : : },
35316 : : .ob_size = 48,
35317 : : },
35318 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
35319 : : .co_names = & importlib__bootstrap_external_toplevel_consts_59_consts_4_names._object.ob_base.ob_base,
35320 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35321 : : .co_flags = 3,
35322 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35323 : : ._co_linearray_entry_size = 0,
35324 : : .co_argcount = 1,
35325 : : .co_posonlyargcount = 0,
35326 : : .co_kwonlyargcount = 0,
35327 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
35328 : : .co_stacksize = 4,
35329 : : .co_firstlineno = 1235,
35330 : : .co_nlocalsplus = 1,
35331 : : .co_nlocals = 1,
35332 : : .co_nplaincellvars = 0,
35333 : : .co_ncellvars = 0,
35334 : : .co_nfreevars = 0,
35335 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
35336 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
35337 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35338 : : .co_name = &_Py_ID(__hash__),
35339 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname._ascii.ob_base,
35340 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_4_linetable.ob_base.ob_base,
35341 : : ._co_code = NULL,
35342 : : ._co_linearray = NULL,
35343 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0c\x00\x00\x53\x00",
35344 : : ._co_firsttraceable = 0,
35345 : : };
35346 : : static
35347 : : struct {
35348 : : PyASCIIObject _ascii;
35349 : : uint8_t _data[41];
35350 : : }
35351 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0 = {
35352 : : ._ascii = {
35353 : : .ob_base = {
35354 : : .ob_refcnt = 999999999,
35355 : : .ob_type = &PyUnicode_Type,
35356 : : },
35357 : : .length = 40,
35358 : : .hash = -1,
35359 : : .state = {
35360 : : .kind = 1,
35361 : : .compact = 1,
35362 : : .ascii = 1,
35363 : : },
35364 : : },
35365 : : ._data = "Create an uninitialized extension module",
35366 : : };
35367 : : static
35368 : : struct {
35369 : : PyASCIIObject _ascii;
35370 : : uint8_t _data[39];
35371 : : }
35372 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1 = {
35373 : : ._ascii = {
35374 : : .ob_base = {
35375 : : .ob_refcnt = 999999999,
35376 : : .ob_type = &PyUnicode_Type,
35377 : : },
35378 : : .length = 38,
35379 : : .hash = -1,
35380 : : .state = {
35381 : : .kind = 1,
35382 : : .compact = 1,
35383 : : .ascii = 1,
35384 : : },
35385 : : },
35386 : : ._data = "extension module {!r} loaded from {!r}",
35387 : : };
35388 : : static
35389 : : struct {
35390 : : PyGC_Head _gc_head;
35391 : : struct {
35392 : : PyObject_VAR_HEAD
35393 : : PyObject *ob_item[2];
35394 : : }_object;
35395 : : }
35396 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_consts = {
35397 : : ._object = {
35398 : : .ob_base = {
35399 : : .ob_base = {
35400 : : .ob_refcnt = 999999999,
35401 : : .ob_type = &PyTuple_Type,
35402 : : },
35403 : : .ob_size = 2,
35404 : : },
35405 : : .ob_item = {
35406 : : & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0._ascii.ob_base,
35407 : : & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1._ascii.ob_base,
35408 : : },
35409 : : },
35410 : : };
35411 : : static
35412 : : struct {
35413 : : PyASCIIObject _ascii;
35414 : : uint8_t _data[15];
35415 : : }
35416 : : const_str_create_dynamic = {
35417 : : ._ascii = {
35418 : : .ob_base = {
35419 : : .ob_refcnt = 999999999,
35420 : : .ob_type = &PyUnicode_Type,
35421 : : },
35422 : : .length = 14,
35423 : : .hash = -1,
35424 : : .state = {
35425 : : .kind = 1,
35426 : : .compact = 1,
35427 : : .ascii = 1,
35428 : : },
35429 : : },
35430 : : ._data = "create_dynamic",
35431 : : };
35432 : : static
35433 : : struct {
35434 : : PyGC_Head _gc_head;
35435 : : struct {
35436 : : PyObject_VAR_HEAD
35437 : : PyObject *ob_item[7];
35438 : : }_object;
35439 : : }
35440 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_names = {
35441 : : ._object = {
35442 : : .ob_base = {
35443 : : .ob_base = {
35444 : : .ob_refcnt = 999999999,
35445 : : .ob_type = &PyTuple_Type,
35446 : : },
35447 : : .ob_size = 7,
35448 : : },
35449 : : .ob_item = {
35450 : : &_Py_ID(_bootstrap),
35451 : : & const_str__call_with_frames_removed._ascii.ob_base,
35452 : : & const_str__imp._ascii.ob_base,
35453 : : & const_str_create_dynamic._ascii.ob_base,
35454 : : & const_str__verbose_message._ascii.ob_base,
35455 : : &_Py_ID(name),
35456 : : &_Py_ID(path),
35457 : : },
35458 : : },
35459 : : };
35460 : : static
35461 : : struct {
35462 : : PyASCIIObject _ascii;
35463 : : uint8_t _data[34];
35464 : : }
35465 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname = {
35466 : : ._ascii = {
35467 : : .ob_base = {
35468 : : .ob_refcnt = 999999999,
35469 : : .ob_type = &PyUnicode_Type,
35470 : : },
35471 : : .length = 33,
35472 : : .hash = -1,
35473 : : .state = {
35474 : : .kind = 1,
35475 : : .compact = 1,
35476 : : .ascii = 1,
35477 : : },
35478 : : },
35479 : : ._data = "ExtensionFileLoader.create_module",
35480 : : };
35481 : : static
35482 : : struct {
35483 : : PyObject_VAR_HEAD
35484 : : Py_hash_t ob_shash;
35485 : : char ob_sval[70];
35486 : : }
35487 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable = {
35488 : : .ob_base = {
35489 : : .ob_base = {
35490 : : .ob_refcnt = 999999999,
35491 : : .ob_type = &PyBytes_Type,
35492 : : },
35493 : : .ob_size = 69,
35494 : : },
35495 : : .ob_shash = -1,
35496 : : .ob_sval = "\x80\x00\xe5\x11\x1b\xd7\x11\x35\xd1\x11\x35\xdd\x0c\x10\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x14\xf4\x03\x01\x12\x27\x88\x06\xe5\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4c\xd8\x19\x1d\x9f\x19\x99\x19\xa0\x44\xa7\x49\xa1\x49\xf4\x03\x01\x09\x2f\xf0\x00\x01\x09\x2f\xe0\x0f\x15\x88\x0d",
35497 : : };
35498 : : static
35499 : : struct {
35500 : : PyGC_Head _gc_head;
35501 : : struct {
35502 : : PyObject_VAR_HEAD
35503 : : PyObject *ob_item[3];
35504 : : }_object;
35505 : : }
35506 : : importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames = {
35507 : : ._object = {
35508 : : .ob_base = {
35509 : : .ob_base = {
35510 : : .ob_refcnt = 999999999,
35511 : : .ob_type = &PyTuple_Type,
35512 : : },
35513 : : .ob_size = 3,
35514 : : },
35515 : : .ob_item = {
35516 : : & const_str_self._ascii.ob_base,
35517 : : & const_str_spec._ascii.ob_base,
35518 : : & const_str_module._ascii.ob_base,
35519 : : },
35520 : : },
35521 : : };
35522 : : static
35523 : : struct _PyCode_DEF(174)
35524 : : importlib__bootstrap_external_toplevel_consts_65_consts_5 = {
35525 : : .ob_base = {
35526 : : .ob_base = {
35527 : : .ob_refcnt = 999999999,
35528 : : .ob_type = &PyCode_Type,
35529 : : },
35530 : : .ob_size = 87,
35531 : : },
35532 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_5_consts._object.ob_base.ob_base,
35533 : : .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_5_names._object.ob_base.ob_base,
35534 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35535 : : .co_flags = 3,
35536 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35537 : : ._co_linearray_entry_size = 0,
35538 : : .co_argcount = 2,
35539 : : .co_posonlyargcount = 0,
35540 : : .co_kwonlyargcount = 0,
35541 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
35542 : : .co_stacksize = 5,
35543 : : .co_firstlineno = 1238,
35544 : : .co_nlocalsplus = 3,
35545 : : .co_nlocals = 3,
35546 : : .co_nplaincellvars = 0,
35547 : : .co_ncellvars = 0,
35548 : : .co_nfreevars = 0,
35549 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_5_localsplusnames._object.ob_base.ob_base,
35550 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
35551 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35552 : : .co_name = & const_str_create_module._ascii.ob_base,
35553 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname._ascii.ob_base,
35554 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_5_linetable.ob_base.ob_base,
35555 : : ._co_code = NULL,
35556 : : ._co_linearray = NULL,
35557 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
35558 : : ._co_firsttraceable = 0,
35559 : : };
35560 : : static
35561 : : struct {
35562 : : PyASCIIObject _ascii;
35563 : : uint8_t _data[31];
35564 : : }
35565 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0 = {
35566 : : ._ascii = {
35567 : : .ob_base = {
35568 : : .ob_refcnt = 999999999,
35569 : : .ob_type = &PyUnicode_Type,
35570 : : },
35571 : : .length = 30,
35572 : : .hash = -1,
35573 : : .state = {
35574 : : .kind = 1,
35575 : : .compact = 1,
35576 : : .ascii = 1,
35577 : : },
35578 : : },
35579 : : ._data = "Initialize an extension module",
35580 : : };
35581 : : static
35582 : : struct {
35583 : : PyASCIIObject _ascii;
35584 : : uint8_t _data[41];
35585 : : }
35586 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1 = {
35587 : : ._ascii = {
35588 : : .ob_base = {
35589 : : .ob_refcnt = 999999999,
35590 : : .ob_type = &PyUnicode_Type,
35591 : : },
35592 : : .length = 40,
35593 : : .hash = -1,
35594 : : .state = {
35595 : : .kind = 1,
35596 : : .compact = 1,
35597 : : .ascii = 1,
35598 : : },
35599 : : },
35600 : : ._data = "extension module {!r} executed from {!r}",
35601 : : };
35602 : : static
35603 : : struct {
35604 : : PyGC_Head _gc_head;
35605 : : struct {
35606 : : PyObject_VAR_HEAD
35607 : : PyObject *ob_item[3];
35608 : : }_object;
35609 : : }
35610 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_consts = {
35611 : : ._object = {
35612 : : .ob_base = {
35613 : : .ob_base = {
35614 : : .ob_refcnt = 999999999,
35615 : : .ob_type = &PyTuple_Type,
35616 : : },
35617 : : .ob_size = 3,
35618 : : },
35619 : : .ob_item = {
35620 : : & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0._ascii.ob_base,
35621 : : & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1._ascii.ob_base,
35622 : : Py_None,
35623 : : },
35624 : : },
35625 : : };
35626 : : static
35627 : : struct {
35628 : : PyASCIIObject _ascii;
35629 : : uint8_t _data[13];
35630 : : }
35631 : : const_str_exec_dynamic = {
35632 : : ._ascii = {
35633 : : .ob_base = {
35634 : : .ob_refcnt = 999999999,
35635 : : .ob_type = &PyUnicode_Type,
35636 : : },
35637 : : .length = 12,
35638 : : .hash = -1,
35639 : : .state = {
35640 : : .kind = 1,
35641 : : .compact = 1,
35642 : : .ascii = 1,
35643 : : },
35644 : : },
35645 : : ._data = "exec_dynamic",
35646 : : };
35647 : : static
35648 : : struct {
35649 : : PyGC_Head _gc_head;
35650 : : struct {
35651 : : PyObject_VAR_HEAD
35652 : : PyObject *ob_item[7];
35653 : : }_object;
35654 : : }
35655 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_names = {
35656 : : ._object = {
35657 : : .ob_base = {
35658 : : .ob_base = {
35659 : : .ob_refcnt = 999999999,
35660 : : .ob_type = &PyTuple_Type,
35661 : : },
35662 : : .ob_size = 7,
35663 : : },
35664 : : .ob_item = {
35665 : : &_Py_ID(_bootstrap),
35666 : : & const_str__call_with_frames_removed._ascii.ob_base,
35667 : : & const_str__imp._ascii.ob_base,
35668 : : & const_str_exec_dynamic._ascii.ob_base,
35669 : : & const_str__verbose_message._ascii.ob_base,
35670 : : &_Py_ID(name),
35671 : : &_Py_ID(path),
35672 : : },
35673 : : },
35674 : : };
35675 : : static
35676 : : struct {
35677 : : PyASCIIObject _ascii;
35678 : : uint8_t _data[32];
35679 : : }
35680 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname = {
35681 : : ._ascii = {
35682 : : .ob_base = {
35683 : : .ob_refcnt = 999999999,
35684 : : .ob_type = &PyUnicode_Type,
35685 : : },
35686 : : .length = 31,
35687 : : .hash = -1,
35688 : : .state = {
35689 : : .kind = 1,
35690 : : .compact = 1,
35691 : : .ascii = 1,
35692 : : },
35693 : : },
35694 : : ._data = "ExtensionFileLoader.exec_module",
35695 : : };
35696 : : static
35697 : : struct {
35698 : : PyObject_VAR_HEAD
35699 : : Py_hash_t ob_shash;
35700 : : char ob_sval[73];
35701 : : }
35702 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable = {
35703 : : .ob_base = {
35704 : : .ob_base = {
35705 : : .ob_refcnt = 999999999,
35706 : : .ob_type = &PyBytes_Type,
35707 : : },
35708 : : .ob_size = 72,
35709 : : },
35710 : : .ob_shash = -1,
35711 : : .ob_sval = "\x80\x00\xe5\x08\x12\xd7\x08\x2c\xd1\x08\x2c\xad\x54\xd7\x2d\x3e\xd1\x2d\x3e\xc0\x06\xd4\x08\x47\xd0\x08\x47\xdd\x08\x12\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4e\xd8\x19\x1d\x9f\x19\x99\x19\xa0\x44\xa7\x49\xa1\x49\xf4\x03\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f\xf0\x00\x01\x09\x2f",
35712 : : };
35713 : : static
35714 : : struct {
35715 : : PyGC_Head _gc_head;
35716 : : struct {
35717 : : PyObject_VAR_HEAD
35718 : : PyObject *ob_item[2];
35719 : : }_object;
35720 : : }
35721 : : importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames = {
35722 : : ._object = {
35723 : : .ob_base = {
35724 : : .ob_base = {
35725 : : .ob_refcnt = 999999999,
35726 : : .ob_type = &PyTuple_Type,
35727 : : },
35728 : : .ob_size = 2,
35729 : : },
35730 : : .ob_item = {
35731 : : & const_str_self._ascii.ob_base,
35732 : : & const_str_module._ascii.ob_base,
35733 : : },
35734 : : },
35735 : : };
35736 : : static
35737 : : struct _PyCode_DEF(174)
35738 : : importlib__bootstrap_external_toplevel_consts_65_consts_6 = {
35739 : : .ob_base = {
35740 : : .ob_base = {
35741 : : .ob_refcnt = 999999999,
35742 : : .ob_type = &PyCode_Type,
35743 : : },
35744 : : .ob_size = 87,
35745 : : },
35746 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_6_consts._object.ob_base.ob_base,
35747 : : .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_6_names._object.ob_base.ob_base,
35748 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35749 : : .co_flags = 3,
35750 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35751 : : ._co_linearray_entry_size = 0,
35752 : : .co_argcount = 2,
35753 : : .co_posonlyargcount = 0,
35754 : : .co_kwonlyargcount = 0,
35755 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
35756 : : .co_stacksize = 5,
35757 : : .co_firstlineno = 1246,
35758 : : .co_nlocalsplus = 2,
35759 : : .co_nlocals = 2,
35760 : : .co_nplaincellvars = 0,
35761 : : .co_ncellvars = 0,
35762 : : .co_nfreevars = 0,
35763 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
35764 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
35765 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35766 : : .co_name = & const_str_exec_module._ascii.ob_base,
35767 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname._ascii.ob_base,
35768 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_6_linetable.ob_base.ob_base,
35769 : : ._co_code = NULL,
35770 : : ._co_linearray = NULL,
35771 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
35772 : : ._co_firsttraceable = 0,
35773 : : };
35774 : : static
35775 : : struct {
35776 : : PyASCIIObject _ascii;
35777 : : uint8_t _data[50];
35778 : : }
35779 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0 = {
35780 : : ._ascii = {
35781 : : .ob_base = {
35782 : : .ob_refcnt = 999999999,
35783 : : .ob_type = &PyUnicode_Type,
35784 : : },
35785 : : .length = 49,
35786 : : .hash = -1,
35787 : : .state = {
35788 : : .kind = 1,
35789 : : .compact = 1,
35790 : : .ascii = 1,
35791 : : },
35792 : : },
35793 : : ._data = "Return True if the extension module is a package.",
35794 : : };
35795 : : static
35796 : : struct {
35797 : : PyGC_Head _gc_head;
35798 : : struct {
35799 : : PyObject_VAR_HEAD
35800 : : PyObject *ob_item[2];
35801 : : }_object;
35802 : : }
35803 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts = {
35804 : : ._object = {
35805 : : .ob_base = {
35806 : : .ob_base = {
35807 : : .ob_refcnt = 999999999,
35808 : : .ob_type = &PyTuple_Type,
35809 : : },
35810 : : .ob_size = 2,
35811 : : },
35812 : : .ob_item = {
35813 : : &_Py_ID(__init__),
35814 : : Py_None,
35815 : : },
35816 : : },
35817 : : };
35818 : : static
35819 : : struct {
35820 : : PyASCIIObject _ascii;
35821 : : uint8_t _data[50];
35822 : : }
35823 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname = {
35824 : : ._ascii = {
35825 : : .ob_base = {
35826 : : .ob_refcnt = 999999999,
35827 : : .ob_type = &PyUnicode_Type,
35828 : : },
35829 : : .length = 49,
35830 : : .hash = -1,
35831 : : .state = {
35832 : : .kind = 1,
35833 : : .compact = 1,
35834 : : .ascii = 1,
35835 : : },
35836 : : },
35837 : : ._data = "ExtensionFileLoader.is_package.<locals>.<genexpr>",
35838 : : };
35839 : : static
35840 : : struct {
35841 : : PyObject_VAR_HEAD
35842 : : Py_hash_t ob_shash;
35843 : : char ob_sval[66];
35844 : : }
35845 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable = {
35846 : : .ob_base = {
35847 : : .ob_base = {
35848 : : .ob_refcnt = 999999999,
35849 : : .ob_type = &PyBytes_Type,
35850 : : },
35851 : : .ob_size = 65,
35852 : : },
35853 : : .ob_shash = -1,
35854 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x13\x35\xf1\x00\x01\x13\x35\xd8\x17\x1d\xf0\x03\x00\x14\x1d\xa0\x0a\xa8\x56\xd1\x20\x33\xd2\x13\x33\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35",
35855 : : };
35856 : : static
35857 : : struct {
35858 : : PyASCIIObject _ascii;
35859 : : uint8_t _data[7];
35860 : : }
35861 : : const_str_suffix = {
35862 : : ._ascii = {
35863 : : .ob_base = {
35864 : : .ob_refcnt = 999999999,
35865 : : .ob_type = &PyUnicode_Type,
35866 : : },
35867 : : .length = 6,
35868 : : .hash = -1,
35869 : : .state = {
35870 : : .kind = 1,
35871 : : .compact = 1,
35872 : : .ascii = 1,
35873 : : },
35874 : : },
35875 : : ._data = "suffix",
35876 : : };
35877 : : static
35878 : : struct {
35879 : : PyASCIIObject _ascii;
35880 : : uint8_t _data[10];
35881 : : }
35882 : : const_str_file_name = {
35883 : : ._ascii = {
35884 : : .ob_base = {
35885 : : .ob_refcnt = 999999999,
35886 : : .ob_type = &PyUnicode_Type,
35887 : : },
35888 : : .length = 9,
35889 : : .hash = -1,
35890 : : .state = {
35891 : : .kind = 1,
35892 : : .compact = 1,
35893 : : .ascii = 1,
35894 : : },
35895 : : },
35896 : : ._data = "file_name",
35897 : : };
35898 : : static
35899 : : struct {
35900 : : PyGC_Head _gc_head;
35901 : : struct {
35902 : : PyObject_VAR_HEAD
35903 : : PyObject *ob_item[3];
35904 : : }_object;
35905 : : }
35906 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames = {
35907 : : ._object = {
35908 : : .ob_base = {
35909 : : .ob_base = {
35910 : : .ob_refcnt = 999999999,
35911 : : .ob_type = &PyTuple_Type,
35912 : : },
35913 : : .ob_size = 3,
35914 : : },
35915 : : .ob_item = {
35916 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
35917 : : & const_str_suffix._ascii.ob_base,
35918 : : & const_str_file_name._ascii.ob_base,
35919 : : },
35920 : : },
35921 : : };
35922 : : static
35923 : : struct _PyCode_DEF(44)
35924 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2 = {
35925 : : .ob_base = {
35926 : : .ob_base = {
35927 : : .ob_refcnt = 999999999,
35928 : : .ob_type = &PyCode_Type,
35929 : : },
35930 : : .ob_size = 22,
35931 : : },
35932 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_consts._object.ob_base.ob_base,
35933 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
35934 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
35935 : : .co_flags = 51,
35936 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
35937 : : ._co_linearray_entry_size = 0,
35938 : : .co_argcount = 1,
35939 : : .co_posonlyargcount = 0,
35940 : : .co_kwonlyargcount = 0,
35941 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
35942 : : .co_stacksize = 4,
35943 : : .co_firstlineno = 1255,
35944 : : .co_nlocalsplus = 3,
35945 : : .co_nlocals = 2,
35946 : : .co_nplaincellvars = 0,
35947 : : .co_ncellvars = 0,
35948 : : .co_nfreevars = 1,
35949 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
35950 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
35951 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
35952 : : .co_name = &_Py_STR(anon_genexpr),
35953 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname._ascii.ob_base,
35954 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_linetable.ob_base.ob_base,
35955 : : ._co_code = NULL,
35956 : : ._co_linearray = NULL,
35957 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0d\x00\x00\x7d\x01\x89\x02\x64\x00\x7c\x01\x7a\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0f\x64\x01\x53\x00",
35958 : : ._co_firsttraceable = 3,
35959 : : };
35960 : : static
35961 : : struct {
35962 : : PyGC_Head _gc_head;
35963 : : struct {
35964 : : PyObject_VAR_HEAD
35965 : : PyObject *ob_item[3];
35966 : : }_object;
35967 : : }
35968 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_consts = {
35969 : : ._object = {
35970 : : .ob_base = {
35971 : : .ob_base = {
35972 : : .ob_refcnt = 999999999,
35973 : : .ob_type = &PyTuple_Type,
35974 : : },
35975 : : .ob_size = 3,
35976 : : },
35977 : : .ob_item = {
35978 : : & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0._ascii.ob_base,
35979 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
35980 : : & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2.ob_base.ob_base,
35981 : : },
35982 : : },
35983 : : };
35984 : : static
35985 : : struct {
35986 : : PyASCIIObject _ascii;
35987 : : uint8_t _data[4];
35988 : : }
35989 : : const_str_any = {
35990 : : ._ascii = {
35991 : : .ob_base = {
35992 : : .ob_refcnt = 999999999,
35993 : : .ob_type = &PyUnicode_Type,
35994 : : },
35995 : : .length = 3,
35996 : : .hash = -1,
35997 : : .state = {
35998 : : .kind = 1,
35999 : : .compact = 1,
36000 : : .ascii = 1,
36001 : : },
36002 : : },
36003 : : ._data = "any",
36004 : : };
36005 : : static
36006 : : struct {
36007 : : PyGC_Head _gc_head;
36008 : : struct {
36009 : : PyObject_VAR_HEAD
36010 : : PyObject *ob_item[4];
36011 : : }_object;
36012 : : }
36013 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_names = {
36014 : : ._object = {
36015 : : .ob_base = {
36016 : : .ob_base = {
36017 : : .ob_refcnt = 999999999,
36018 : : .ob_type = &PyTuple_Type,
36019 : : },
36020 : : .ob_size = 4,
36021 : : },
36022 : : .ob_item = {
36023 : : & const_str__path_split._ascii.ob_base,
36024 : : &_Py_ID(path),
36025 : : & const_str_any._ascii.ob_base,
36026 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
36027 : : },
36028 : : },
36029 : : };
36030 : : static
36031 : : struct {
36032 : : PyASCIIObject _ascii;
36033 : : uint8_t _data[31];
36034 : : }
36035 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname = {
36036 : : ._ascii = {
36037 : : .ob_base = {
36038 : : .ob_refcnt = 999999999,
36039 : : .ob_type = &PyUnicode_Type,
36040 : : },
36041 : : .length = 30,
36042 : : .hash = -1,
36043 : : .state = {
36044 : : .kind = 1,
36045 : : .compact = 1,
36046 : : .ascii = 1,
36047 : : },
36048 : : },
36049 : : ._data = "ExtensionFileLoader.is_package",
36050 : : };
36051 : : static
36052 : : struct {
36053 : : PyObject_VAR_HEAD
36054 : : Py_hash_t ob_shash;
36055 : : char ob_sval[69];
36056 : : }
36057 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable = {
36058 : : .ob_base = {
36059 : : .ob_base = {
36060 : : .ob_refcnt = 999999999,
36061 : : .ob_type = &PyBytes_Type,
36062 : : },
36063 : : .ob_size = 68,
36064 : : },
36065 : : .ob_shash = -1,
36066 : : .ob_sval = "\xf8\x80\x00\xe5\x14\x1f\xa0\x04\xa7\x09\xa1\x09\xd4\x14\x2a\xa8\x31\xd4\x14\x2d\x88\x09\xdd\x0f\x12\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xf0\x00\x01\x13\x35\xdd\x21\x33\xf0\x03\x01\x13\x35\xf4\x00\x01\x13\x35\xf4\x00\x01\x10\x35\xf0\x00\x01\x09\x35",
36067 : : };
36068 : : static
36069 : : struct {
36070 : : PyGC_Head _gc_head;
36071 : : struct {
36072 : : PyObject_VAR_HEAD
36073 : : PyObject *ob_item[3];
36074 : : }_object;
36075 : : }
36076 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames = {
36077 : : ._object = {
36078 : : .ob_base = {
36079 : : .ob_base = {
36080 : : .ob_refcnt = 999999999,
36081 : : .ob_type = &PyTuple_Type,
36082 : : },
36083 : : .ob_size = 3,
36084 : : },
36085 : : .ob_item = {
36086 : : & const_str_self._ascii.ob_base,
36087 : : & const_str_fullname._ascii.ob_base,
36088 : : & const_str_file_name._ascii.ob_base,
36089 : : },
36090 : : },
36091 : : };
36092 : : static
36093 : : struct {
36094 : : PyObject_VAR_HEAD
36095 : : Py_hash_t ob_shash;
36096 : : char ob_sval[4];
36097 : : }
36098 : : importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds = {
36099 : : .ob_base = {
36100 : : .ob_base = {
36101 : : .ob_refcnt = 999999999,
36102 : : .ob_type = &PyBytes_Type,
36103 : : },
36104 : : .ob_size = 3,
36105 : : },
36106 : : .ob_shash = -1,
36107 : : .ob_sval = " @",
36108 : : };
36109 : : static
36110 : : struct _PyCode_DEF(118)
36111 : : importlib__bootstrap_external_toplevel_consts_65_consts_7 = {
36112 : : .ob_base = {
36113 : : .ob_base = {
36114 : : .ob_refcnt = 999999999,
36115 : : .ob_type = &PyCode_Type,
36116 : : },
36117 : : .ob_size = 59,
36118 : : },
36119 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_7_consts._object.ob_base.ob_base,
36120 : : .co_names = & importlib__bootstrap_external_toplevel_consts_65_consts_7_names._object.ob_base.ob_base,
36121 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36122 : : .co_flags = 3,
36123 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36124 : : ._co_linearray_entry_size = 0,
36125 : : .co_argcount = 2,
36126 : : .co_posonlyargcount = 0,
36127 : : .co_kwonlyargcount = 0,
36128 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
36129 : : .co_stacksize = 4,
36130 : : .co_firstlineno = 1252,
36131 : : .co_nlocalsplus = 3,
36132 : : .co_nlocals = 2,
36133 : : .co_nplaincellvars = 1,
36134 : : .co_ncellvars = 1,
36135 : : .co_nfreevars = 0,
36136 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localsplusnames._object.ob_base.ob_base,
36137 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_65_consts_7_localspluskinds.ob_base.ob_base,
36138 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36139 : : .co_name = & const_str_is_package._ascii.ob_base,
36140 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname._ascii.ob_base,
36141 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_consts_7_linetable.ob_base.ob_base,
36142 : : ._co_code = NULL,
36143 : : ._co_linearray = NULL,
36144 : : .co_code_adaptive = "\x87\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x02\x66\x01\x64\x02\x84\x08\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
36145 : : ._co_firsttraceable = 1,
36146 : : };
36147 : : static
36148 : : struct {
36149 : : PyASCIIObject _ascii;
36150 : : uint8_t _data[64];
36151 : : }
36152 : : importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0 = {
36153 : : ._ascii = {
36154 : : .ob_base = {
36155 : : .ob_refcnt = 999999999,
36156 : : .ob_type = &PyUnicode_Type,
36157 : : },
36158 : : .length = 63,
36159 : : .hash = -1,
36160 : : .state = {
36161 : : .kind = 1,
36162 : : .compact = 1,
36163 : : .ascii = 1,
36164 : : },
36165 : : },
36166 : : ._data = "Return None as an extension module cannot create a code object.",
36167 : : };
36168 : : static
36169 : : struct {
36170 : : PyGC_Head _gc_head;
36171 : : struct {
36172 : : PyObject_VAR_HEAD
36173 : : PyObject *ob_item[2];
36174 : : }_object;
36175 : : }
36176 : : importlib__bootstrap_external_toplevel_consts_65_consts_8_consts = {
36177 : : ._object = {
36178 : : .ob_base = {
36179 : : .ob_base = {
36180 : : .ob_refcnt = 999999999,
36181 : : .ob_type = &PyTuple_Type,
36182 : : },
36183 : : .ob_size = 2,
36184 : : },
36185 : : .ob_item = {
36186 : : & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0._ascii.ob_base,
36187 : : Py_None,
36188 : : },
36189 : : },
36190 : : };
36191 : : static
36192 : : struct {
36193 : : PyASCIIObject _ascii;
36194 : : uint8_t _data[29];
36195 : : }
36196 : : importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname = {
36197 : : ._ascii = {
36198 : : .ob_base = {
36199 : : .ob_refcnt = 999999999,
36200 : : .ob_type = &PyUnicode_Type,
36201 : : },
36202 : : .length = 28,
36203 : : .hash = -1,
36204 : : .state = {
36205 : : .kind = 1,
36206 : : .compact = 1,
36207 : : .ascii = 1,
36208 : : },
36209 : : },
36210 : : ._data = "ExtensionFileLoader.get_code",
36211 : : };
36212 : : static
36213 : : struct _PyCode_DEF(6)
36214 : : importlib__bootstrap_external_toplevel_consts_65_consts_8 = {
36215 : : .ob_base = {
36216 : : .ob_base = {
36217 : : .ob_refcnt = 999999999,
36218 : : .ob_type = &PyCode_Type,
36219 : : },
36220 : : .ob_size = 3,
36221 : : },
36222 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_8_consts._object.ob_base.ob_base,
36223 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
36224 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36225 : : .co_flags = 3,
36226 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36227 : : ._co_linearray_entry_size = 0,
36228 : : .co_argcount = 2,
36229 : : .co_posonlyargcount = 0,
36230 : : .co_kwonlyargcount = 0,
36231 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
36232 : : .co_stacksize = 1,
36233 : : .co_firstlineno = 1258,
36234 : : .co_nlocalsplus = 2,
36235 : : .co_nlocals = 2,
36236 : : .co_nplaincellvars = 0,
36237 : : .co_ncellvars = 0,
36238 : : .co_nfreevars = 0,
36239 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36240 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36241 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36242 : : .co_name = & const_str_get_code._ascii.ob_base,
36243 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname._ascii.ob_base,
36244 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
36245 : : ._co_code = NULL,
36246 : : ._co_linearray = NULL,
36247 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
36248 : : ._co_firsttraceable = 0,
36249 : : };
36250 : : static
36251 : : struct {
36252 : : PyASCIIObject _ascii;
36253 : : uint8_t _data[54];
36254 : : }
36255 : : importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0 = {
36256 : : ._ascii = {
36257 : : .ob_base = {
36258 : : .ob_refcnt = 999999999,
36259 : : .ob_type = &PyUnicode_Type,
36260 : : },
36261 : : .length = 53,
36262 : : .hash = -1,
36263 : : .state = {
36264 : : .kind = 1,
36265 : : .compact = 1,
36266 : : .ascii = 1,
36267 : : },
36268 : : },
36269 : : ._data = "Return None as extension modules have no source code.",
36270 : : };
36271 : : static
36272 : : struct {
36273 : : PyGC_Head _gc_head;
36274 : : struct {
36275 : : PyObject_VAR_HEAD
36276 : : PyObject *ob_item[2];
36277 : : }_object;
36278 : : }
36279 : : importlib__bootstrap_external_toplevel_consts_65_consts_9_consts = {
36280 : : ._object = {
36281 : : .ob_base = {
36282 : : .ob_base = {
36283 : : .ob_refcnt = 999999999,
36284 : : .ob_type = &PyTuple_Type,
36285 : : },
36286 : : .ob_size = 2,
36287 : : },
36288 : : .ob_item = {
36289 : : & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0._ascii.ob_base,
36290 : : Py_None,
36291 : : },
36292 : : },
36293 : : };
36294 : : static
36295 : : struct {
36296 : : PyASCIIObject _ascii;
36297 : : uint8_t _data[31];
36298 : : }
36299 : : importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname = {
36300 : : ._ascii = {
36301 : : .ob_base = {
36302 : : .ob_refcnt = 999999999,
36303 : : .ob_type = &PyUnicode_Type,
36304 : : },
36305 : : .length = 30,
36306 : : .hash = -1,
36307 : : .state = {
36308 : : .kind = 1,
36309 : : .compact = 1,
36310 : : .ascii = 1,
36311 : : },
36312 : : },
36313 : : ._data = "ExtensionFileLoader.get_source",
36314 : : };
36315 : : static
36316 : : struct _PyCode_DEF(6)
36317 : : importlib__bootstrap_external_toplevel_consts_65_consts_9 = {
36318 : : .ob_base = {
36319 : : .ob_base = {
36320 : : .ob_refcnt = 999999999,
36321 : : .ob_type = &PyCode_Type,
36322 : : },
36323 : : .ob_size = 3,
36324 : : },
36325 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts_9_consts._object.ob_base.ob_base,
36326 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
36327 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36328 : : .co_flags = 3,
36329 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36330 : : ._co_linearray_entry_size = 0,
36331 : : .co_argcount = 2,
36332 : : .co_posonlyargcount = 0,
36333 : : .co_kwonlyargcount = 0,
36334 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
36335 : : .co_stacksize = 1,
36336 : : .co_firstlineno = 1262,
36337 : : .co_nlocalsplus = 2,
36338 : : .co_nlocals = 2,
36339 : : .co_nplaincellvars = 0,
36340 : : .co_ncellvars = 0,
36341 : : .co_nfreevars = 0,
36342 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36343 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36344 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36345 : : .co_name = &_Py_ID(get_source),
36346 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname._ascii.ob_base,
36347 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_63_consts_3_linetable.ob_base.ob_base,
36348 : : ._co_code = NULL,
36349 : : ._co_linearray = NULL,
36350 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
36351 : : ._co_firsttraceable = 0,
36352 : : };
36353 : : static
36354 : : struct {
36355 : : PyASCIIObject _ascii;
36356 : : uint8_t _data[33];
36357 : : }
36358 : : importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname = {
36359 : : ._ascii = {
36360 : : .ob_base = {
36361 : : .ob_refcnt = 999999999,
36362 : : .ob_type = &PyUnicode_Type,
36363 : : },
36364 : : .length = 32,
36365 : : .hash = -1,
36366 : : .state = {
36367 : : .kind = 1,
36368 : : .compact = 1,
36369 : : .ascii = 1,
36370 : : },
36371 : : },
36372 : : ._data = "ExtensionFileLoader.get_filename",
36373 : : };
36374 : : static
36375 : : struct _PyCode_DEF(26)
36376 : : importlib__bootstrap_external_toplevel_consts_65_consts_10 = {
36377 : : .ob_base = {
36378 : : .ob_base = {
36379 : : .ob_refcnt = 999999999,
36380 : : .ob_type = &PyCode_Type,
36381 : : },
36382 : : .ob_size = 13,
36383 : : },
36384 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_59_consts_6_consts._object.ob_base.ob_base,
36385 : : .co_names = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
36386 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36387 : : .co_flags = 3,
36388 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36389 : : ._co_linearray_entry_size = 0,
36390 : : .co_argcount = 2,
36391 : : .co_posonlyargcount = 0,
36392 : : .co_kwonlyargcount = 0,
36393 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
36394 : : .co_stacksize = 1,
36395 : : .co_firstlineno = 1266,
36396 : : .co_nlocalsplus = 2,
36397 : : .co_nlocals = 2,
36398 : : .co_nplaincellvars = 0,
36399 : : .co_ncellvars = 0,
36400 : : .co_nfreevars = 0,
36401 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
36402 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
36403 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36404 : : .co_name = & const_str_get_filename._ascii.ob_base,
36405 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname._ascii.ob_base,
36406 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_59_consts_6_linetable.ob_base.ob_base,
36407 : : ._co_code = NULL,
36408 : : ._co_linearray = NULL,
36409 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
36410 : : ._co_firsttraceable = 0,
36411 : : };
36412 : : static
36413 : : struct {
36414 : : PyGC_Head _gc_head;
36415 : : struct {
36416 : : PyObject_VAR_HEAD
36417 : : PyObject *ob_item[12];
36418 : : }_object;
36419 : : }
36420 : : importlib__bootstrap_external_toplevel_consts_65_consts = {
36421 : : ._object = {
36422 : : .ob_base = {
36423 : : .ob_base = {
36424 : : .ob_refcnt = 999999999,
36425 : : .ob_type = &PyTuple_Type,
36426 : : },
36427 : : .ob_size = 12,
36428 : : },
36429 : : .ob_item = {
36430 : : & const_str_ExtensionFileLoader._ascii.ob_base,
36431 : : & importlib__bootstrap_external_toplevel_consts_65_consts_1._ascii.ob_base,
36432 : : & importlib__bootstrap_external_toplevel_consts_65_consts_2.ob_base.ob_base,
36433 : : & importlib__bootstrap_external_toplevel_consts_65_consts_3.ob_base.ob_base,
36434 : : & importlib__bootstrap_external_toplevel_consts_65_consts_4.ob_base.ob_base,
36435 : : & importlib__bootstrap_external_toplevel_consts_65_consts_5.ob_base.ob_base,
36436 : : & importlib__bootstrap_external_toplevel_consts_65_consts_6.ob_base.ob_base,
36437 : : & importlib__bootstrap_external_toplevel_consts_65_consts_7.ob_base.ob_base,
36438 : : & importlib__bootstrap_external_toplevel_consts_65_consts_8.ob_base.ob_base,
36439 : : & importlib__bootstrap_external_toplevel_consts_65_consts_9.ob_base.ob_base,
36440 : : & importlib__bootstrap_external_toplevel_consts_65_consts_10.ob_base.ob_base,
36441 : : Py_None,
36442 : : },
36443 : : },
36444 : : };
36445 : : static
36446 : : struct {
36447 : : PyGC_Head _gc_head;
36448 : : struct {
36449 : : PyObject_VAR_HEAD
36450 : : PyObject *ob_item[14];
36451 : : }_object;
36452 : : }
36453 : : importlib__bootstrap_external_toplevel_consts_65_names = {
36454 : : ._object = {
36455 : : .ob_base = {
36456 : : .ob_base = {
36457 : : .ob_refcnt = 999999999,
36458 : : .ob_type = &PyTuple_Type,
36459 : : },
36460 : : .ob_size = 14,
36461 : : },
36462 : : .ob_item = {
36463 : : &_Py_ID(__name__),
36464 : : &_Py_ID(__module__),
36465 : : &_Py_ID(__qualname__),
36466 : : &_Py_ID(__doc__),
36467 : : &_Py_ID(__init__),
36468 : : &_Py_ID(__eq__),
36469 : : &_Py_ID(__hash__),
36470 : : & const_str_create_module._ascii.ob_base,
36471 : : & const_str_exec_module._ascii.ob_base,
36472 : : & const_str_is_package._ascii.ob_base,
36473 : : & const_str_get_code._ascii.ob_base,
36474 : : &_Py_ID(get_source),
36475 : : & const_str__check_name._ascii.ob_base,
36476 : : & const_str_get_filename._ascii.ob_base,
36477 : : },
36478 : : },
36479 : : };
36480 : : static
36481 : : struct {
36482 : : PyObject_VAR_HEAD
36483 : : Py_hash_t ob_shash;
36484 : : char ob_sval[176];
36485 : : }
36486 : : importlib__bootstrap_external_toplevel_consts_65_linetable = {
36487 : : .ob_base = {
36488 : : .ob_base = {
36489 : : .ob_refcnt = 999999999,
36490 : : .ob_type = &PyBytes_Type,
36491 : : },
36492 : : .ob_size = 175,
36493 : : },
36494 : : .ob_shash = -1,
36495 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x08\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x00\x02\x05\x31\xf0\x08\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x00\x01\x05\x31\xf0\x06\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x04\x05\x2f\xf0\x00\x04\x05\x2f\xf0\x00\x04\x05\x2f\xf0\x0c\x04\x05\x35\xf0\x00\x04\x05\x35\xf0\x00\x04\x05\x35\xf0\x0c\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x08\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x11\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19",
36496 : : };
36497 : : static
36498 : : struct _PyCode_DEF(84)
36499 : : importlib__bootstrap_external_toplevel_consts_65 = {
36500 : : .ob_base = {
36501 : : .ob_base = {
36502 : : .ob_refcnt = 999999999,
36503 : : .ob_type = &PyCode_Type,
36504 : : },
36505 : : .ob_size = 42,
36506 : : },
36507 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_65_consts._object.ob_base.ob_base,
36508 : : .co_names = & importlib__bootstrap_external_toplevel_consts_65_names._object.ob_base.ob_base,
36509 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36510 : : .co_flags = 0,
36511 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36512 : : ._co_linearray_entry_size = 0,
36513 : : .co_argcount = 0,
36514 : : .co_posonlyargcount = 0,
36515 : : .co_kwonlyargcount = 0,
36516 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
36517 : : .co_stacksize = 2,
36518 : : .co_firstlineno = 1219,
36519 : : .co_nlocalsplus = 0,
36520 : : .co_nlocals = 0,
36521 : : .co_nplaincellvars = 0,
36522 : : .co_ncellvars = 0,
36523 : : .co_nfreevars = 0,
36524 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
36525 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
36526 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36527 : : .co_name = & const_str_ExtensionFileLoader._ascii.ob_base,
36528 : : .co_qualname = & const_str_ExtensionFileLoader._ascii.ob_base,
36529 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_65_linetable.ob_base.ob_base,
36530 : : ._co_code = NULL,
36531 : : ._co_linearray = NULL,
36532 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x65\x0c\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0b\x53\x00",
36533 : : ._co_firsttraceable = 0,
36534 : : };
36535 : : static
36536 : : struct {
36537 : : PyASCIIObject _ascii;
36538 : : uint8_t _data[15];
36539 : : }
36540 : : const_str__NamespacePath = {
36541 : : ._ascii = {
36542 : : .ob_base = {
36543 : : .ob_refcnt = 999999999,
36544 : : .ob_type = &PyUnicode_Type,
36545 : : },
36546 : : .length = 14,
36547 : : .hash = -1,
36548 : : .state = {
36549 : : .kind = 1,
36550 : : .compact = 1,
36551 : : .ascii = 1,
36552 : : },
36553 : : },
36554 : : ._data = "_NamespacePath",
36555 : : };
36556 : : static
36557 : : struct {
36558 : : PyASCIIObject _ascii;
36559 : : uint8_t _data[295];
36560 : : }
36561 : : importlib__bootstrap_external_toplevel_consts_67_consts_1 = {
36562 : : ._ascii = {
36563 : : .ob_base = {
36564 : : .ob_refcnt = 999999999,
36565 : : .ob_type = &PyUnicode_Type,
36566 : : },
36567 : : .length = 294,
36568 : : .hash = -1,
36569 : : .state = {
36570 : : .kind = 1,
36571 : : .compact = 1,
36572 : : .ascii = 1,
36573 : : },
36574 : : },
36575 : : ._data = "\x52\x65\x70\x72\x65\x73\x65\x6e\x74\x73\x20\x61\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x70\x61\x63\x6b\x61\x67\x65\x27\x73\x20\x70\x61\x74\x68\x2e\x20\x20\x49\x74\x20\x75\x73\x65\x73\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x20\x6e\x61\x6d\x65\x0a\x20\x20\x20\x20\x74\x6f\x20\x66\x69\x6e\x64\x20\x69\x74\x73\x20\x70\x61\x72\x65\x6e\x74\x20\x6d\x6f\x64\x75\x6c\x65\x2c\x20\x61\x6e\x64\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x72\x65\x20\x69\x74\x20\x6c\x6f\x6f\x6b\x73\x20\x75\x70\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x27\x73\x0a\x20\x20\x20\x20\x5f\x5f\x70\x61\x74\x68\x5f\x5f\x2e\x20\x20\x57\x68\x65\x6e\x20\x74\x68\x69\x73\x20\x63\x68\x61\x6e\x67\x65\x73\x2c\x20\x74\x68\x65\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x6f\x77\x6e\x20\x70\x61\x74\x68\x20\x69\x73\x20\x72\x65\x63\x6f\x6d\x70\x75\x74\x65\x64\x2c\x0a\x20\x20\x20\x20\x75\x73\x69\x6e\x67\x20\x70\x61\x74\x68\x5f\x66\x69\x6e\x64\x65\x72\x2e\x20\x20\x46\x6f\x72\x20\x74\x6f\x70\x2d\x6c\x65\x76\x65\x6c\x20\x6d\x6f\x64\x75\x6c\x65\x73\x2c\x20\x74\x68\x65\x20\x70\x61\x72\x65\x6e\x74\x20\x6d\x6f\x64\x75\x6c\x65\x27\x73\x20\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x69\x73\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x2e",
36576 : : };
36577 : : static
36578 : : struct {
36579 : : PyASCIIObject _ascii;
36580 : : uint8_t _data[17];
36581 : : }
36582 : : const_str__get_parent_path = {
36583 : : ._ascii = {
36584 : : .ob_base = {
36585 : : .ob_refcnt = 999999999,
36586 : : .ob_type = &PyUnicode_Type,
36587 : : },
36588 : : .length = 16,
36589 : : .hash = -1,
36590 : : .state = {
36591 : : .kind = 1,
36592 : : .compact = 1,
36593 : : .ascii = 1,
36594 : : },
36595 : : },
36596 : : ._data = "_get_parent_path",
36597 : : };
36598 : : static
36599 : : struct {
36600 : : PyASCIIObject _ascii;
36601 : : uint8_t _data[18];
36602 : : }
36603 : : const_str__last_parent_path = {
36604 : : ._ascii = {
36605 : : .ob_base = {
36606 : : .ob_refcnt = 999999999,
36607 : : .ob_type = &PyUnicode_Type,
36608 : : },
36609 : : .length = 17,
36610 : : .hash = -1,
36611 : : .state = {
36612 : : .kind = 1,
36613 : : .compact = 1,
36614 : : .ascii = 1,
36615 : : },
36616 : : },
36617 : : ._data = "_last_parent_path",
36618 : : };
36619 : : static
36620 : : struct {
36621 : : PyASCIIObject _ascii;
36622 : : uint8_t _data[7];
36623 : : }
36624 : : const_str__epoch = {
36625 : : ._ascii = {
36626 : : .ob_base = {
36627 : : .ob_refcnt = 999999999,
36628 : : .ob_type = &PyUnicode_Type,
36629 : : },
36630 : : .length = 6,
36631 : : .hash = -1,
36632 : : .state = {
36633 : : .kind = 1,
36634 : : .compact = 1,
36635 : : .ascii = 1,
36636 : : },
36637 : : },
36638 : : ._data = "_epoch",
36639 : : };
36640 : : static
36641 : : struct {
36642 : : PyASCIIObject _ascii;
36643 : : uint8_t _data[12];
36644 : : }
36645 : : const_str__last_epoch = {
36646 : : ._ascii = {
36647 : : .ob_base = {
36648 : : .ob_refcnt = 999999999,
36649 : : .ob_type = &PyUnicode_Type,
36650 : : },
36651 : : .length = 11,
36652 : : .hash = -1,
36653 : : .state = {
36654 : : .kind = 1,
36655 : : .compact = 1,
36656 : : .ascii = 1,
36657 : : },
36658 : : },
36659 : : ._data = "_last_epoch",
36660 : : };
36661 : : static
36662 : : struct {
36663 : : PyASCIIObject _ascii;
36664 : : uint8_t _data[13];
36665 : : }
36666 : : const_str__path_finder = {
36667 : : ._ascii = {
36668 : : .ob_base = {
36669 : : .ob_refcnt = 999999999,
36670 : : .ob_type = &PyUnicode_Type,
36671 : : },
36672 : : .length = 12,
36673 : : .hash = -1,
36674 : : .state = {
36675 : : .kind = 1,
36676 : : .compact = 1,
36677 : : .ascii = 1,
36678 : : },
36679 : : },
36680 : : ._data = "_path_finder",
36681 : : };
36682 : : static
36683 : : struct {
36684 : : PyGC_Head _gc_head;
36685 : : struct {
36686 : : PyObject_VAR_HEAD
36687 : : PyObject *ob_item[8];
36688 : : }_object;
36689 : : }
36690 : : importlib__bootstrap_external_toplevel_consts_67_consts_3_names = {
36691 : : ._object = {
36692 : : .ob_base = {
36693 : : .ob_base = {
36694 : : .ob_refcnt = 999999999,
36695 : : .ob_type = &PyTuple_Type,
36696 : : },
36697 : : .ob_size = 8,
36698 : : },
36699 : : .ob_item = {
36700 : : & const_str__name._ascii.ob_base,
36701 : : & const_str__path._ascii.ob_base,
36702 : : & const_str_tuple._ascii.ob_base,
36703 : : & const_str__get_parent_path._ascii.ob_base,
36704 : : & const_str__last_parent_path._ascii.ob_base,
36705 : : & const_str__epoch._ascii.ob_base,
36706 : : & const_str__last_epoch._ascii.ob_base,
36707 : : & const_str__path_finder._ascii.ob_base,
36708 : : },
36709 : : },
36710 : : };
36711 : : static
36712 : : struct {
36713 : : PyASCIIObject _ascii;
36714 : : uint8_t _data[24];
36715 : : }
36716 : : importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname = {
36717 : : ._ascii = {
36718 : : .ob_base = {
36719 : : .ob_refcnt = 999999999,
36720 : : .ob_type = &PyUnicode_Type,
36721 : : },
36722 : : .length = 23,
36723 : : .hash = -1,
36724 : : .state = {
36725 : : .kind = 1,
36726 : : .compact = 1,
36727 : : .ascii = 1,
36728 : : },
36729 : : },
36730 : : ._data = "_NamespacePath.__init__",
36731 : : };
36732 : : static
36733 : : struct {
36734 : : PyObject_VAR_HEAD
36735 : : Py_hash_t ob_shash;
36736 : : char ob_sval[65];
36737 : : }
36738 : : importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable = {
36739 : : .ob_base = {
36740 : : .ob_base = {
36741 : : .ob_refcnt = 999999999,
36742 : : .ob_type = &PyBytes_Type,
36743 : : },
36744 : : .ob_size = 64,
36745 : : },
36746 : : .ob_shash = -1,
36747 : : .ob_sval = "\x80\x00\xd8\x15\x19\x88\x04\x8c\x0a\xd8\x15\x19\x88\x04\x8c\x0a\xdd\x21\x26\xa0\x74\xd7\x27\x3c\xd1\x27\x3c\xd4\x27\x3e\xd4\x21\x3f\x88\x04\xd4\x08\x1e\xd8\x1b\x1f\x9f\x3b\x99\x3b\x88\x04\xd4\x08\x18\xd8\x1c\x27\x88\x04\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19",
36748 : : };
36749 : : static
36750 : : struct {
36751 : : PyASCIIObject _ascii;
36752 : : uint8_t _data[12];
36753 : : }
36754 : : const_str_path_finder = {
36755 : : ._ascii = {
36756 : : .ob_base = {
36757 : : .ob_refcnt = 999999999,
36758 : : .ob_type = &PyUnicode_Type,
36759 : : },
36760 : : .length = 11,
36761 : : .hash = -1,
36762 : : .state = {
36763 : : .kind = 1,
36764 : : .compact = 1,
36765 : : .ascii = 1,
36766 : : },
36767 : : },
36768 : : ._data = "path_finder",
36769 : : };
36770 : : static
36771 : : struct {
36772 : : PyGC_Head _gc_head;
36773 : : struct {
36774 : : PyObject_VAR_HEAD
36775 : : PyObject *ob_item[4];
36776 : : }_object;
36777 : : }
36778 : : importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames = {
36779 : : ._object = {
36780 : : .ob_base = {
36781 : : .ob_base = {
36782 : : .ob_refcnt = 999999999,
36783 : : .ob_type = &PyTuple_Type,
36784 : : },
36785 : : .ob_size = 4,
36786 : : },
36787 : : .ob_item = {
36788 : : & const_str_self._ascii.ob_base,
36789 : : &_Py_ID(name),
36790 : : &_Py_ID(path),
36791 : : & const_str_path_finder._ascii.ob_base,
36792 : : },
36793 : : },
36794 : : };
36795 : : static
36796 : : struct _PyCode_DEF(148)
36797 : : importlib__bootstrap_external_toplevel_consts_67_consts_3 = {
36798 : : .ob_base = {
36799 : : .ob_base = {
36800 : : .ob_refcnt = 999999999,
36801 : : .ob_type = &PyCode_Type,
36802 : : },
36803 : : .ob_size = 74,
36804 : : },
36805 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
36806 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_3_names._object.ob_base.ob_base,
36807 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
36808 : : .co_flags = 3,
36809 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
36810 : : ._co_linearray_entry_size = 0,
36811 : : .co_argcount = 4,
36812 : : .co_posonlyargcount = 0,
36813 : : .co_kwonlyargcount = 0,
36814 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
36815 : : .co_stacksize = 4,
36816 : : .co_firstlineno = 1283,
36817 : : .co_nlocalsplus = 4,
36818 : : .co_nlocals = 4,
36819 : : .co_nplaincellvars = 0,
36820 : : .co_ncellvars = 0,
36821 : : .co_nfreevars = 0,
36822 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
36823 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
36824 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
36825 : : .co_name = &_Py_ID(__init__),
36826 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname._ascii.ob_base,
36827 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_3_linetable.ob_base.ob_base,
36828 : : ._co_code = NULL,
36829 : : ._co_linearray = NULL,
36830 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
36831 : : ._co_firsttraceable = 0,
36832 : : };
36833 : : static
36834 : : struct {
36835 : : PyASCIIObject _ascii;
36836 : : uint8_t _data[63];
36837 : : }
36838 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0 = {
36839 : : ._ascii = {
36840 : : .ob_base = {
36841 : : .ob_refcnt = 999999999,
36842 : : .ob_type = &PyUnicode_Type,
36843 : : },
36844 : : .length = 62,
36845 : : .hash = -1,
36846 : : .state = {
36847 : : .kind = 1,
36848 : : .compact = 1,
36849 : : .ascii = 1,
36850 : : },
36851 : : },
36852 : : ._data = "Returns a tuple of (parent-module-name, parent-path-attr-name)",
36853 : : };
36854 : : static
36855 : : struct {
36856 : : PyGC_Head _gc_head;
36857 : : struct {
36858 : : PyObject_VAR_HEAD
36859 : : PyObject *ob_item[2];
36860 : : }_object;
36861 : : }
36862 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3 = {
36863 : : ._object = {
36864 : : .ob_base = {
36865 : : .ob_base = {
36866 : : .ob_refcnt = 999999999,
36867 : : .ob_type = &PyTuple_Type,
36868 : : },
36869 : : .ob_size = 2,
36870 : : },
36871 : : .ob_item = {
36872 : : & const_str_sys._ascii.ob_base,
36873 : : &_Py_ID(path),
36874 : : },
36875 : : },
36876 : : };
36877 : : static
36878 : : struct {
36879 : : PyGC_Head _gc_head;
36880 : : struct {
36881 : : PyObject_VAR_HEAD
36882 : : PyObject *ob_item[5];
36883 : : }_object;
36884 : : }
36885 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_consts = {
36886 : : ._object = {
36887 : : .ob_base = {
36888 : : .ob_base = {
36889 : : .ob_refcnt = 999999999,
36890 : : .ob_type = &PyTuple_Type,
36891 : : },
36892 : : .ob_size = 5,
36893 : : },
36894 : : .ob_item = {
36895 : : & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0._ascii.ob_base,
36896 : : &_Py_STR(dot),
36897 : : &_Py_STR(empty),
36898 : : & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_3._object.ob_base.ob_base,
36899 : : &_Py_ID(__path__),
36900 : : },
36901 : : },
36902 : : };
36903 : : static
36904 : : struct {
36905 : : PyGC_Head _gc_head;
36906 : : struct {
36907 : : PyObject_VAR_HEAD
36908 : : PyObject *ob_item[2];
36909 : : }_object;
36910 : : }
36911 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_names = {
36912 : : ._object = {
36913 : : .ob_base = {
36914 : : .ob_base = {
36915 : : .ob_refcnt = 999999999,
36916 : : .ob_type = &PyTuple_Type,
36917 : : },
36918 : : .ob_size = 2,
36919 : : },
36920 : : .ob_item = {
36921 : : & const_str__name._ascii.ob_base,
36922 : : & const_str_rpartition._ascii.ob_base,
36923 : : },
36924 : : },
36925 : : };
36926 : : static
36927 : : struct {
36928 : : PyASCIIObject _ascii;
36929 : : uint8_t _data[24];
36930 : : }
36931 : : const_str__find_parent_path_names = {
36932 : : ._ascii = {
36933 : : .ob_base = {
36934 : : .ob_refcnt = 999999999,
36935 : : .ob_type = &PyUnicode_Type,
36936 : : },
36937 : : .length = 23,
36938 : : .hash = -1,
36939 : : .state = {
36940 : : .kind = 1,
36941 : : .compact = 1,
36942 : : .ascii = 1,
36943 : : },
36944 : : },
36945 : : ._data = "_find_parent_path_names",
36946 : : };
36947 : : static
36948 : : struct {
36949 : : PyASCIIObject _ascii;
36950 : : uint8_t _data[39];
36951 : : }
36952 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname = {
36953 : : ._ascii = {
36954 : : .ob_base = {
36955 : : .ob_refcnt = 999999999,
36956 : : .ob_type = &PyUnicode_Type,
36957 : : },
36958 : : .length = 38,
36959 : : .hash = -1,
36960 : : .state = {
36961 : : .kind = 1,
36962 : : .compact = 1,
36963 : : .ascii = 1,
36964 : : },
36965 : : },
36966 : : ._data = "_NamespacePath._find_parent_path_names",
36967 : : };
36968 : : static
36969 : : struct {
36970 : : PyObject_VAR_HEAD
36971 : : Py_hash_t ob_shash;
36972 : : char ob_sval[59];
36973 : : }
36974 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable = {
36975 : : .ob_base = {
36976 : : .ob_base = {
36977 : : .ob_refcnt = 999999999,
36978 : : .ob_type = &PyBytes_Type,
36979 : : },
36980 : : .ob_size = 58,
36981 : : },
36982 : : .ob_shash = -1,
36983 : : .ob_sval = "\x80\x00\xe0\x1a\x1e\x9f\x2a\x99\x2a\xd7\x1a\x2f\xd1\x1a\x2f\xb0\x03\xd4\x1a\x34\x89\x0f\x88\x06\x90\x03\x90\x52\xd8\x0b\x0e\x90\x22\x8a\x39\xf0\x00\x02\x09\x21\xe0\x13\x20\x90\x3d\xf0\x06\x00\x10\x16\x90\x7a\xd0\x0f\x21\xd0\x08\x21",
36984 : : };
36985 : : static
36986 : : struct {
36987 : : PyASCIIObject _ascii;
36988 : : uint8_t _data[4];
36989 : : }
36990 : : const_str_dot = {
36991 : : ._ascii = {
36992 : : .ob_base = {
36993 : : .ob_refcnt = 999999999,
36994 : : .ob_type = &PyUnicode_Type,
36995 : : },
36996 : : .length = 3,
36997 : : .hash = -1,
36998 : : .state = {
36999 : : .kind = 1,
37000 : : .compact = 1,
37001 : : .ascii = 1,
37002 : : },
37003 : : },
37004 : : ._data = "dot",
37005 : : };
37006 : : static
37007 : : struct {
37008 : : PyGC_Head _gc_head;
37009 : : struct {
37010 : : PyObject_VAR_HEAD
37011 : : PyObject *ob_item[4];
37012 : : }_object;
37013 : : }
37014 : : importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames = {
37015 : : ._object = {
37016 : : .ob_base = {
37017 : : .ob_base = {
37018 : : .ob_refcnt = 999999999,
37019 : : .ob_type = &PyTuple_Type,
37020 : : },
37021 : : .ob_size = 4,
37022 : : },
37023 : : .ob_item = {
37024 : : & const_str_self._ascii.ob_base,
37025 : : &_Py_ID(parent),
37026 : : & const_str_dot._ascii.ob_base,
37027 : : & const_str_me._ascii.ob_base,
37028 : : },
37029 : : },
37030 : : };
37031 : : static
37032 : : struct _PyCode_DEF(90)
37033 : : importlib__bootstrap_external_toplevel_consts_67_consts_4 = {
37034 : : .ob_base = {
37035 : : .ob_base = {
37036 : : .ob_refcnt = 999999999,
37037 : : .ob_type = &PyCode_Type,
37038 : : },
37039 : : .ob_size = 45,
37040 : : },
37041 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_4_consts._object.ob_base.ob_base,
37042 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_4_names._object.ob_base.ob_base,
37043 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37044 : : .co_flags = 3,
37045 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37046 : : ._co_linearray_entry_size = 0,
37047 : : .co_argcount = 1,
37048 : : .co_posonlyargcount = 0,
37049 : : .co_kwonlyargcount = 0,
37050 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
37051 : : .co_stacksize = 3,
37052 : : .co_firstlineno = 1290,
37053 : : .co_nlocalsplus = 4,
37054 : : .co_nlocals = 4,
37055 : : .co_nplaincellvars = 0,
37056 : : .co_ncellvars = 0,
37057 : : .co_nfreevars = 0,
37058 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_4_localsplusnames._object.ob_base.ob_base,
37059 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
37060 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37061 : : .co_name = & const_str__find_parent_path_names._ascii.ob_base,
37062 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname._ascii.ob_base,
37063 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_4_linetable.ob_base.ob_base,
37064 : : ._co_code = NULL,
37065 : : ._co_linearray = NULL,
37066 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x01\x7d\x02\x7d\x03\x7c\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x03\x53\x00\x7c\x01\x64\x04\x66\x02\x53\x00",
37067 : : ._co_firsttraceable = 0,
37068 : : };
37069 : : static
37070 : : struct {
37071 : : PyGC_Head _gc_head;
37072 : : struct {
37073 : : PyObject_VAR_HEAD
37074 : : PyObject *ob_item[4];
37075 : : }_object;
37076 : : }
37077 : : importlib__bootstrap_external_toplevel_consts_67_consts_5_names = {
37078 : : ._object = {
37079 : : .ob_base = {
37080 : : .ob_base = {
37081 : : .ob_refcnt = 999999999,
37082 : : .ob_type = &PyTuple_Type,
37083 : : },
37084 : : .ob_size = 4,
37085 : : },
37086 : : .ob_item = {
37087 : : & const_str__find_parent_path_names._ascii.ob_base,
37088 : : &_Py_ID(getattr),
37089 : : & const_str_sys._ascii.ob_base,
37090 : : &_Py_ID(modules),
37091 : : },
37092 : : },
37093 : : };
37094 : : static
37095 : : struct {
37096 : : PyASCIIObject _ascii;
37097 : : uint8_t _data[32];
37098 : : }
37099 : : importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname = {
37100 : : ._ascii = {
37101 : : .ob_base = {
37102 : : .ob_refcnt = 999999999,
37103 : : .ob_type = &PyUnicode_Type,
37104 : : },
37105 : : .length = 31,
37106 : : .hash = -1,
37107 : : .state = {
37108 : : .kind = 1,
37109 : : .compact = 1,
37110 : : .ascii = 1,
37111 : : },
37112 : : },
37113 : : ._data = "_NamespacePath._get_parent_path",
37114 : : };
37115 : : static
37116 : : struct {
37117 : : PyObject_VAR_HEAD
37118 : : Py_hash_t ob_shash;
37119 : : char ob_sval[46];
37120 : : }
37121 : : importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable = {
37122 : : .ob_base = {
37123 : : .ob_base = {
37124 : : .ob_refcnt = 999999999,
37125 : : .ob_type = &PyBytes_Type,
37126 : : },
37127 : : .ob_size = 45,
37128 : : },
37129 : : .ob_shash = -1,
37130 : : .ob_sval = "\x80\x00\xd8\x2d\x31\xd7\x2d\x49\xd1\x2d\x49\xd4\x2d\x4b\xd1\x08\x2a\xd0\x08\x1a\x98\x4e\xdd\x0f\x16\x95\x73\x97\x7b\x91\x7b\xd0\x23\x35\xd4\x17\x36\xb8\x0e\xd4\x0f\x47\xd0\x08\x47",
37131 : : };
37132 : : static
37133 : : struct {
37134 : : PyASCIIObject _ascii;
37135 : : uint8_t _data[19];
37136 : : }
37137 : : const_str_parent_module_name = {
37138 : : ._ascii = {
37139 : : .ob_base = {
37140 : : .ob_refcnt = 999999999,
37141 : : .ob_type = &PyUnicode_Type,
37142 : : },
37143 : : .length = 18,
37144 : : .hash = -1,
37145 : : .state = {
37146 : : .kind = 1,
37147 : : .compact = 1,
37148 : : .ascii = 1,
37149 : : },
37150 : : },
37151 : : ._data = "parent_module_name",
37152 : : };
37153 : : static
37154 : : struct {
37155 : : PyASCIIObject _ascii;
37156 : : uint8_t _data[15];
37157 : : }
37158 : : const_str_path_attr_name = {
37159 : : ._ascii = {
37160 : : .ob_base = {
37161 : : .ob_refcnt = 999999999,
37162 : : .ob_type = &PyUnicode_Type,
37163 : : },
37164 : : .length = 14,
37165 : : .hash = -1,
37166 : : .state = {
37167 : : .kind = 1,
37168 : : .compact = 1,
37169 : : .ascii = 1,
37170 : : },
37171 : : },
37172 : : ._data = "path_attr_name",
37173 : : };
37174 : : static
37175 : : struct {
37176 : : PyGC_Head _gc_head;
37177 : : struct {
37178 : : PyObject_VAR_HEAD
37179 : : PyObject *ob_item[3];
37180 : : }_object;
37181 : : }
37182 : : importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames = {
37183 : : ._object = {
37184 : : .ob_base = {
37185 : : .ob_base = {
37186 : : .ob_refcnt = 999999999,
37187 : : .ob_type = &PyTuple_Type,
37188 : : },
37189 : : .ob_size = 3,
37190 : : },
37191 : : .ob_item = {
37192 : : & const_str_self._ascii.ob_base,
37193 : : & const_str_parent_module_name._ascii.ob_base,
37194 : : & const_str_path_attr_name._ascii.ob_base,
37195 : : },
37196 : : },
37197 : : };
37198 : : static
37199 : : struct _PyCode_DEF(112)
37200 : : importlib__bootstrap_external_toplevel_consts_67_consts_5 = {
37201 : : .ob_base = {
37202 : : .ob_base = {
37203 : : .ob_refcnt = 999999999,
37204 : : .ob_type = &PyCode_Type,
37205 : : },
37206 : : .ob_size = 56,
37207 : : },
37208 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37209 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_5_names._object.ob_base.ob_base,
37210 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37211 : : .co_flags = 3,
37212 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37213 : : ._co_linearray_entry_size = 0,
37214 : : .co_argcount = 1,
37215 : : .co_posonlyargcount = 0,
37216 : : .co_kwonlyargcount = 0,
37217 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
37218 : : .co_stacksize = 4,
37219 : : .co_firstlineno = 1300,
37220 : : .co_nlocalsplus = 3,
37221 : : .co_nlocals = 3,
37222 : : .co_nplaincellvars = 0,
37223 : : .co_ncellvars = 0,
37224 : : .co_nfreevars = 0,
37225 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_5_localsplusnames._object.ob_base.ob_base,
37226 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
37227 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37228 : : .co_name = & const_str__get_parent_path._ascii.ob_base,
37229 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname._ascii.ob_base,
37230 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_5_linetable.ob_base.ob_base,
37231 : : ._co_code = NULL,
37232 : : ._co_linearray = NULL,
37233 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37234 : : ._co_firsttraceable = 0,
37235 : : };
37236 : : static
37237 : : struct {
37238 : : PyGC_Head _gc_head;
37239 : : struct {
37240 : : PyObject_VAR_HEAD
37241 : : PyObject *ob_item[10];
37242 : : }_object;
37243 : : }
37244 : : importlib__bootstrap_external_toplevel_consts_67_consts_6_names = {
37245 : : ._object = {
37246 : : .ob_base = {
37247 : : .ob_base = {
37248 : : .ob_refcnt = 999999999,
37249 : : .ob_type = &PyTuple_Type,
37250 : : },
37251 : : .ob_size = 10,
37252 : : },
37253 : : .ob_item = {
37254 : : & const_str_tuple._ascii.ob_base,
37255 : : & const_str__get_parent_path._ascii.ob_base,
37256 : : & const_str__last_parent_path._ascii.ob_base,
37257 : : & const_str__epoch._ascii.ob_base,
37258 : : & const_str__last_epoch._ascii.ob_base,
37259 : : & const_str__path_finder._ascii.ob_base,
37260 : : & const_str__name._ascii.ob_base,
37261 : : & const_str_loader._ascii.ob_base,
37262 : : & const_str_submodule_search_locations._ascii.ob_base,
37263 : : & const_str__path._ascii.ob_base,
37264 : : },
37265 : : },
37266 : : };
37267 : : static
37268 : : struct {
37269 : : PyASCIIObject _ascii;
37270 : : uint8_t _data[13];
37271 : : }
37272 : : const_str__recalculate = {
37273 : : ._ascii = {
37274 : : .ob_base = {
37275 : : .ob_refcnt = 999999999,
37276 : : .ob_type = &PyUnicode_Type,
37277 : : },
37278 : : .length = 12,
37279 : : .hash = -1,
37280 : : .state = {
37281 : : .kind = 1,
37282 : : .compact = 1,
37283 : : .ascii = 1,
37284 : : },
37285 : : },
37286 : : ._data = "_recalculate",
37287 : : };
37288 : : static
37289 : : struct {
37290 : : PyASCIIObject _ascii;
37291 : : uint8_t _data[28];
37292 : : }
37293 : : importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname = {
37294 : : ._ascii = {
37295 : : .ob_base = {
37296 : : .ob_refcnt = 999999999,
37297 : : .ob_type = &PyUnicode_Type,
37298 : : },
37299 : : .length = 27,
37300 : : .hash = -1,
37301 : : .state = {
37302 : : .kind = 1,
37303 : : .compact = 1,
37304 : : .ascii = 1,
37305 : : },
37306 : : },
37307 : : ._data = "_NamespacePath._recalculate",
37308 : : };
37309 : : static
37310 : : struct {
37311 : : PyObject_VAR_HEAD
37312 : : Py_hash_t ob_shash;
37313 : : char ob_sval[166];
37314 : : }
37315 : : importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable = {
37316 : : .ob_base = {
37317 : : .ob_base = {
37318 : : .ob_refcnt = 999999999,
37319 : : .ob_type = &PyBytes_Type,
37320 : : },
37321 : : .ob_size = 165,
37322 : : },
37323 : : .ob_shash = -1,
37324 : : .ob_sval = "\x80\x00\xe5\x16\x1b\x98\x44\xd7\x1c\x31\xd1\x1c\x31\xd4\x1c\x33\xd4\x16\x34\x88\x0b\xd8\x0b\x16\x98\x24\xd7\x1a\x30\xd1\x1a\x30\xd2\x0b\x30\xf0\x00\x08\x09\x2b\xb0\x44\xb7\x4b\xb1\x4b\xc0\x34\xd7\x43\x53\xd1\x43\x53\xd2\x34\x53\xf0\x00\x08\x09\x2b\xd8\x13\x17\xd7\x13\x24\xd1\x13\x24\xa0\x54\xa7\x5a\xa1\x5a\xb0\x1b\xd4\x13\x3d\x88\x44\xf0\x06\x00\x10\x14\xf0\x00\x02\x0d\x41\x01\xa0\x44\xa7\x4b\xa1\x4b\xf0\x00\x02\x0d\x41\x01\xd8\x13\x17\xd7\x13\x32\xd1\x13\x32\xf0\x00\x01\x11\x41\x01\xd8\x21\x25\xd7\x21\x40\xd1\x21\x40\x90\x44\x94\x4a\xd8\x25\x30\x88\x44\xd4\x0c\x22\xd8\x1f\x23\x9f\x7b\x99\x7b\x88\x44\xd4\x0c\x1c\xd8\x0f\x13\x8f\x7a\x89\x7a\xd0\x08\x19",
37325 : : };
37326 : : static
37327 : : struct {
37328 : : PyASCIIObject _ascii;
37329 : : uint8_t _data[12];
37330 : : }
37331 : : const_str_parent_path = {
37332 : : ._ascii = {
37333 : : .ob_base = {
37334 : : .ob_refcnt = 999999999,
37335 : : .ob_type = &PyUnicode_Type,
37336 : : },
37337 : : .length = 11,
37338 : : .hash = -1,
37339 : : .state = {
37340 : : .kind = 1,
37341 : : .compact = 1,
37342 : : .ascii = 1,
37343 : : },
37344 : : },
37345 : : ._data = "parent_path",
37346 : : };
37347 : : static
37348 : : struct {
37349 : : PyGC_Head _gc_head;
37350 : : struct {
37351 : : PyObject_VAR_HEAD
37352 : : PyObject *ob_item[3];
37353 : : }_object;
37354 : : }
37355 : : importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames = {
37356 : : ._object = {
37357 : : .ob_base = {
37358 : : .ob_base = {
37359 : : .ob_refcnt = 999999999,
37360 : : .ob_type = &PyTuple_Type,
37361 : : },
37362 : : .ob_size = 3,
37363 : : },
37364 : : .ob_item = {
37365 : : & const_str_self._ascii.ob_base,
37366 : : & const_str_parent_path._ascii.ob_base,
37367 : : & const_str_spec._ascii.ob_base,
37368 : : },
37369 : : },
37370 : : };
37371 : : static
37372 : : struct _PyCode_DEF(358)
37373 : : importlib__bootstrap_external_toplevel_consts_67_consts_6 = {
37374 : : .ob_base = {
37375 : : .ob_base = {
37376 : : .ob_refcnt = 999999999,
37377 : : .ob_type = &PyCode_Type,
37378 : : },
37379 : : .ob_size = 179,
37380 : : },
37381 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37382 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_6_names._object.ob_base.ob_base,
37383 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37384 : : .co_flags = 3,
37385 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37386 : : ._co_linearray_entry_size = 0,
37387 : : .co_argcount = 1,
37388 : : .co_posonlyargcount = 0,
37389 : : .co_kwonlyargcount = 0,
37390 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
37391 : : .co_stacksize = 4,
37392 : : .co_firstlineno = 1304,
37393 : : .co_nlocalsplus = 3,
37394 : : .co_nlocals = 3,
37395 : : .co_nplaincellvars = 0,
37396 : : .co_ncellvars = 0,
37397 : : .co_nfreevars = 0,
37398 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_6_localsplusnames._object.ob_base.ob_base,
37399 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
37400 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37401 : : .co_name = & const_str__recalculate._ascii.ob_base,
37402 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname._ascii.ob_base,
37403 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_6_linetable.ob_base.ob_base,
37404 : : ._co_code = NULL,
37405 : : ._co_linearray = NULL,
37406 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x73\x1a\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x60\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x29\x7c\x02\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x1d\x7c\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x7c\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37407 : : ._co_firsttraceable = 0,
37408 : : };
37409 : : static
37410 : : struct {
37411 : : PyGC_Head _gc_head;
37412 : : struct {
37413 : : PyObject_VAR_HEAD
37414 : : PyObject *ob_item[2];
37415 : : }_object;
37416 : : }
37417 : : importlib__bootstrap_external_toplevel_consts_67_consts_7_names = {
37418 : : ._object = {
37419 : : .ob_base = {
37420 : : .ob_base = {
37421 : : .ob_refcnt = 999999999,
37422 : : .ob_type = &PyTuple_Type,
37423 : : },
37424 : : .ob_size = 2,
37425 : : },
37426 : : .ob_item = {
37427 : : &_Py_ID(iter),
37428 : : & const_str__recalculate._ascii.ob_base,
37429 : : },
37430 : : },
37431 : : };
37432 : : static
37433 : : struct {
37434 : : PyASCIIObject _ascii;
37435 : : uint8_t _data[24];
37436 : : }
37437 : : importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname = {
37438 : : ._ascii = {
37439 : : .ob_base = {
37440 : : .ob_refcnt = 999999999,
37441 : : .ob_type = &PyUnicode_Type,
37442 : : },
37443 : : .length = 23,
37444 : : .hash = -1,
37445 : : .state = {
37446 : : .kind = 1,
37447 : : .compact = 1,
37448 : : .ascii = 1,
37449 : : },
37450 : : },
37451 : : ._data = "_NamespacePath.__iter__",
37452 : : };
37453 : : static
37454 : : struct {
37455 : : PyObject_VAR_HEAD
37456 : : Py_hash_t ob_shash;
37457 : : char ob_sval[23];
37458 : : }
37459 : : importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable = {
37460 : : .ob_base = {
37461 : : .ob_base = {
37462 : : .ob_refcnt = 999999999,
37463 : : .ob_type = &PyBytes_Type,
37464 : : },
37465 : : .ob_size = 22,
37466 : : },
37467 : : .ob_shash = -1,
37468 : : .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\xd7\x14\x25\xd1\x14\x25\xd4\x14\x27\xd4\x0f\x28\xd0\x08\x28",
37469 : : };
37470 : : static
37471 : : struct _PyCode_DEF(58)
37472 : : importlib__bootstrap_external_toplevel_consts_67_consts_7 = {
37473 : : .ob_base = {
37474 : : .ob_base = {
37475 : : .ob_refcnt = 999999999,
37476 : : .ob_type = &PyCode_Type,
37477 : : },
37478 : : .ob_size = 29,
37479 : : },
37480 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37481 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_7_names._object.ob_base.ob_base,
37482 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37483 : : .co_flags = 3,
37484 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37485 : : ._co_linearray_entry_size = 0,
37486 : : .co_argcount = 1,
37487 : : .co_posonlyargcount = 0,
37488 : : .co_kwonlyargcount = 0,
37489 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
37490 : : .co_stacksize = 4,
37491 : : .co_firstlineno = 1318,
37492 : : .co_nlocalsplus = 1,
37493 : : .co_nlocals = 1,
37494 : : .co_nplaincellvars = 0,
37495 : : .co_ncellvars = 0,
37496 : : .co_nfreevars = 0,
37497 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
37498 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
37499 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37500 : : .co_name = &_Py_ID(__iter__),
37501 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname._ascii.ob_base,
37502 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_7_linetable.ob_base.ob_base,
37503 : : ._co_code = NULL,
37504 : : ._co_linearray = NULL,
37505 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37506 : : ._co_firsttraceable = 0,
37507 : : };
37508 : : static
37509 : : struct {
37510 : : PyGC_Head _gc_head;
37511 : : struct {
37512 : : PyObject_VAR_HEAD
37513 : : PyObject *ob_item[1];
37514 : : }_object;
37515 : : }
37516 : : importlib__bootstrap_external_toplevel_consts_67_consts_8_names = {
37517 : : ._object = {
37518 : : .ob_base = {
37519 : : .ob_base = {
37520 : : .ob_refcnt = 999999999,
37521 : : .ob_type = &PyTuple_Type,
37522 : : },
37523 : : .ob_size = 1,
37524 : : },
37525 : : .ob_item = {
37526 : : & const_str__recalculate._ascii.ob_base,
37527 : : },
37528 : : },
37529 : : };
37530 : : static
37531 : : struct {
37532 : : PyASCIIObject _ascii;
37533 : : uint8_t _data[27];
37534 : : }
37535 : : importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname = {
37536 : : ._ascii = {
37537 : : .ob_base = {
37538 : : .ob_refcnt = 999999999,
37539 : : .ob_type = &PyUnicode_Type,
37540 : : },
37541 : : .length = 26,
37542 : : .hash = -1,
37543 : : .state = {
37544 : : .kind = 1,
37545 : : .compact = 1,
37546 : : .ascii = 1,
37547 : : },
37548 : : },
37549 : : ._data = "_NamespacePath.__getitem__",
37550 : : };
37551 : : static
37552 : : struct {
37553 : : PyObject_VAR_HEAD
37554 : : Py_hash_t ob_shash;
37555 : : char ob_sval[23];
37556 : : }
37557 : : importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable = {
37558 : : .ob_base = {
37559 : : .ob_base = {
37560 : : .ob_refcnt = 999999999,
37561 : : .ob_type = &PyBytes_Type,
37562 : : },
37563 : : .ob_size = 22,
37564 : : },
37565 : : .ob_shash = -1,
37566 : : .ob_sval = "\x80\x00\xd8\x0f\x13\xd7\x0f\x20\xd1\x0f\x20\xd4\x0f\x22\xa0\x35\xd4\x0f\x29\xd0\x08\x29",
37567 : : };
37568 : : static
37569 : : struct {
37570 : : PyASCIIObject _ascii;
37571 : : uint8_t _data[6];
37572 : : }
37573 : : const_str_index = {
37574 : : ._ascii = {
37575 : : .ob_base = {
37576 : : .ob_refcnt = 999999999,
37577 : : .ob_type = &PyUnicode_Type,
37578 : : },
37579 : : .length = 5,
37580 : : .hash = -1,
37581 : : .state = {
37582 : : .kind = 1,
37583 : : .compact = 1,
37584 : : .ascii = 1,
37585 : : },
37586 : : },
37587 : : ._data = "index",
37588 : : };
37589 : : static
37590 : : struct {
37591 : : PyGC_Head _gc_head;
37592 : : struct {
37593 : : PyObject_VAR_HEAD
37594 : : PyObject *ob_item[2];
37595 : : }_object;
37596 : : }
37597 : : importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames = {
37598 : : ._object = {
37599 : : .ob_base = {
37600 : : .ob_base = {
37601 : : .ob_refcnt = 999999999,
37602 : : .ob_type = &PyTuple_Type,
37603 : : },
37604 : : .ob_size = 2,
37605 : : },
37606 : : .ob_item = {
37607 : : & const_str_self._ascii.ob_base,
37608 : : & const_str_index._ascii.ob_base,
37609 : : },
37610 : : },
37611 : : };
37612 : : static
37613 : : struct _PyCode_DEF(48)
37614 : : importlib__bootstrap_external_toplevel_consts_67_consts_8 = {
37615 : : .ob_base = {
37616 : : .ob_base = {
37617 : : .ob_refcnt = 999999999,
37618 : : .ob_type = &PyCode_Type,
37619 : : },
37620 : : .ob_size = 24,
37621 : : },
37622 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37623 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
37624 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37625 : : .co_flags = 3,
37626 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37627 : : ._co_linearray_entry_size = 0,
37628 : : .co_argcount = 2,
37629 : : .co_posonlyargcount = 0,
37630 : : .co_kwonlyargcount = 0,
37631 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
37632 : : .co_stacksize = 2,
37633 : : .co_firstlineno = 1321,
37634 : : .co_nlocalsplus = 2,
37635 : : .co_nlocals = 2,
37636 : : .co_nplaincellvars = 0,
37637 : : .co_ncellvars = 0,
37638 : : .co_nfreevars = 0,
37639 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
37640 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
37641 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37642 : : .co_name = &_Py_ID(__getitem__),
37643 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname._ascii.ob_base,
37644 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_8_linetable.ob_base.ob_base,
37645 : : ._co_code = NULL,
37646 : : ._co_linearray = NULL,
37647 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37648 : : ._co_firsttraceable = 0,
37649 : : };
37650 : : static
37651 : : struct {
37652 : : PyGC_Head _gc_head;
37653 : : struct {
37654 : : PyObject_VAR_HEAD
37655 : : PyObject *ob_item[1];
37656 : : }_object;
37657 : : }
37658 : : importlib__bootstrap_external_toplevel_consts_67_consts_9_names = {
37659 : : ._object = {
37660 : : .ob_base = {
37661 : : .ob_base = {
37662 : : .ob_refcnt = 999999999,
37663 : : .ob_type = &PyTuple_Type,
37664 : : },
37665 : : .ob_size = 1,
37666 : : },
37667 : : .ob_item = {
37668 : : & const_str__path._ascii.ob_base,
37669 : : },
37670 : : },
37671 : : };
37672 : : static
37673 : : struct {
37674 : : PyASCIIObject _ascii;
37675 : : uint8_t _data[27];
37676 : : }
37677 : : importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname = {
37678 : : ._ascii = {
37679 : : .ob_base = {
37680 : : .ob_refcnt = 999999999,
37681 : : .ob_type = &PyUnicode_Type,
37682 : : },
37683 : : .length = 26,
37684 : : .hash = -1,
37685 : : .state = {
37686 : : .kind = 1,
37687 : : .compact = 1,
37688 : : .ascii = 1,
37689 : : },
37690 : : },
37691 : : ._data = "_NamespacePath.__setitem__",
37692 : : };
37693 : : static
37694 : : struct {
37695 : : PyObject_VAR_HEAD
37696 : : Py_hash_t ob_shash;
37697 : : char ob_sval[23];
37698 : : }
37699 : : importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable = {
37700 : : .ob_base = {
37701 : : .ob_base = {
37702 : : .ob_refcnt = 999999999,
37703 : : .ob_type = &PyBytes_Type,
37704 : : },
37705 : : .ob_size = 22,
37706 : : },
37707 : : .ob_shash = -1,
37708 : : .ob_sval = "\x80\x00\xd8\x1c\x20\x88\x04\x8f\x0a\x89\x0a\x90\x35\xd1\x08\x19\xd0\x08\x19\xd0\x08\x19",
37709 : : };
37710 : : static
37711 : : struct {
37712 : : PyGC_Head _gc_head;
37713 : : struct {
37714 : : PyObject_VAR_HEAD
37715 : : PyObject *ob_item[3];
37716 : : }_object;
37717 : : }
37718 : : importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames = {
37719 : : ._object = {
37720 : : .ob_base = {
37721 : : .ob_base = {
37722 : : .ob_refcnt = 999999999,
37723 : : .ob_type = &PyTuple_Type,
37724 : : },
37725 : : .ob_size = 3,
37726 : : },
37727 : : .ob_item = {
37728 : : & const_str_self._ascii.ob_base,
37729 : : & const_str_index._ascii.ob_base,
37730 : : &_Py_ID(path),
37731 : : },
37732 : : },
37733 : : };
37734 : : static
37735 : : struct _PyCode_DEF(36)
37736 : : importlib__bootstrap_external_toplevel_consts_67_consts_9 = {
37737 : : .ob_base = {
37738 : : .ob_base = {
37739 : : .ob_refcnt = 999999999,
37740 : : .ob_type = &PyCode_Type,
37741 : : },
37742 : : .ob_size = 18,
37743 : : },
37744 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37745 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_9_names._object.ob_base.ob_base,
37746 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37747 : : .co_flags = 3,
37748 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37749 : : ._co_linearray_entry_size = 0,
37750 : : .co_argcount = 3,
37751 : : .co_posonlyargcount = 0,
37752 : : .co_kwonlyargcount = 0,
37753 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
37754 : : .co_stacksize = 3,
37755 : : .co_firstlineno = 1324,
37756 : : .co_nlocalsplus = 3,
37757 : : .co_nlocals = 3,
37758 : : .co_nplaincellvars = 0,
37759 : : .co_ncellvars = 0,
37760 : : .co_nfreevars = 0,
37761 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_9_localsplusnames._object.ob_base.ob_base,
37762 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
37763 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37764 : : .co_name = &_Py_ID(__setitem__),
37765 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname._ascii.ob_base,
37766 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_9_linetable.ob_base.ob_base,
37767 : : ._co_code = NULL,
37768 : : ._co_linearray = NULL,
37769 : : .co_code_adaptive = "\x97\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
37770 : : ._co_firsttraceable = 0,
37771 : : };
37772 : : static
37773 : : struct {
37774 : : PyGC_Head _gc_head;
37775 : : struct {
37776 : : PyObject_VAR_HEAD
37777 : : PyObject *ob_item[2];
37778 : : }_object;
37779 : : }
37780 : : importlib__bootstrap_external_toplevel_consts_67_consts_10_names = {
37781 : : ._object = {
37782 : : .ob_base = {
37783 : : .ob_base = {
37784 : : .ob_refcnt = 999999999,
37785 : : .ob_type = &PyTuple_Type,
37786 : : },
37787 : : .ob_size = 2,
37788 : : },
37789 : : .ob_item = {
37790 : : &_Py_ID(len),
37791 : : & const_str__recalculate._ascii.ob_base,
37792 : : },
37793 : : },
37794 : : };
37795 : : static
37796 : : struct {
37797 : : PyASCIIObject _ascii;
37798 : : uint8_t _data[23];
37799 : : }
37800 : : importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname = {
37801 : : ._ascii = {
37802 : : .ob_base = {
37803 : : .ob_refcnt = 999999999,
37804 : : .ob_type = &PyUnicode_Type,
37805 : : },
37806 : : .length = 22,
37807 : : .hash = -1,
37808 : : .state = {
37809 : : .kind = 1,
37810 : : .compact = 1,
37811 : : .ascii = 1,
37812 : : },
37813 : : },
37814 : : ._data = "_NamespacePath.__len__",
37815 : : };
37816 : : static
37817 : : struct {
37818 : : PyObject_VAR_HEAD
37819 : : Py_hash_t ob_shash;
37820 : : char ob_sval[23];
37821 : : }
37822 : : importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable = {
37823 : : .ob_base = {
37824 : : .ob_base = {
37825 : : .ob_refcnt = 999999999,
37826 : : .ob_type = &PyBytes_Type,
37827 : : },
37828 : : .ob_size = 22,
37829 : : },
37830 : : .ob_shash = -1,
37831 : : .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\xd7\x13\x24\xd1\x13\x24\xd4\x13\x26\xd4\x0f\x27\xd0\x08\x27",
37832 : : };
37833 : : static
37834 : : struct _PyCode_DEF(58)
37835 : : importlib__bootstrap_external_toplevel_consts_67_consts_10 = {
37836 : : .ob_base = {
37837 : : .ob_base = {
37838 : : .ob_refcnt = 999999999,
37839 : : .ob_type = &PyCode_Type,
37840 : : },
37841 : : .ob_size = 29,
37842 : : },
37843 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
37844 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_10_names._object.ob_base.ob_base,
37845 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37846 : : .co_flags = 3,
37847 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37848 : : ._co_linearray_entry_size = 0,
37849 : : .co_argcount = 1,
37850 : : .co_posonlyargcount = 0,
37851 : : .co_kwonlyargcount = 0,
37852 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
37853 : : .co_stacksize = 4,
37854 : : .co_firstlineno = 1327,
37855 : : .co_nlocalsplus = 1,
37856 : : .co_nlocals = 1,
37857 : : .co_nplaincellvars = 0,
37858 : : .co_ncellvars = 0,
37859 : : .co_nfreevars = 0,
37860 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
37861 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
37862 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
37863 : : .co_name = &_Py_ID(__len__),
37864 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname._ascii.ob_base,
37865 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_10_linetable.ob_base.ob_base,
37866 : : ._co_code = NULL,
37867 : : ._co_linearray = NULL,
37868 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
37869 : : ._co_firsttraceable = 0,
37870 : : };
37871 : : static
37872 : : struct {
37873 : : PyASCIIObject _ascii;
37874 : : uint8_t _data[21];
37875 : : }
37876 : : importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1 = {
37877 : : ._ascii = {
37878 : : .ob_base = {
37879 : : .ob_refcnt = 999999999,
37880 : : .ob_type = &PyUnicode_Type,
37881 : : },
37882 : : .length = 20,
37883 : : .hash = -1,
37884 : : .state = {
37885 : : .kind = 1,
37886 : : .compact = 1,
37887 : : .ascii = 1,
37888 : : },
37889 : : },
37890 : : ._data = "_NamespacePath({!r})",
37891 : : };
37892 : : static
37893 : : struct {
37894 : : PyGC_Head _gc_head;
37895 : : struct {
37896 : : PyObject_VAR_HEAD
37897 : : PyObject *ob_item[2];
37898 : : }_object;
37899 : : }
37900 : : importlib__bootstrap_external_toplevel_consts_67_consts_11_consts = {
37901 : : ._object = {
37902 : : .ob_base = {
37903 : : .ob_base = {
37904 : : .ob_refcnt = 999999999,
37905 : : .ob_type = &PyTuple_Type,
37906 : : },
37907 : : .ob_size = 2,
37908 : : },
37909 : : .ob_item = {
37910 : : Py_None,
37911 : : & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1._ascii.ob_base,
37912 : : },
37913 : : },
37914 : : };
37915 : : static
37916 : : struct {
37917 : : PyGC_Head _gc_head;
37918 : : struct {
37919 : : PyObject_VAR_HEAD
37920 : : PyObject *ob_item[2];
37921 : : }_object;
37922 : : }
37923 : : importlib__bootstrap_external_toplevel_consts_67_consts_11_names = {
37924 : : ._object = {
37925 : : .ob_base = {
37926 : : .ob_base = {
37927 : : .ob_refcnt = 999999999,
37928 : : .ob_type = &PyTuple_Type,
37929 : : },
37930 : : .ob_size = 2,
37931 : : },
37932 : : .ob_item = {
37933 : : & const_str_format._ascii.ob_base,
37934 : : & const_str__path._ascii.ob_base,
37935 : : },
37936 : : },
37937 : : };
37938 : : static
37939 : : struct {
37940 : : PyASCIIObject _ascii;
37941 : : uint8_t _data[24];
37942 : : }
37943 : : importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname = {
37944 : : ._ascii = {
37945 : : .ob_base = {
37946 : : .ob_refcnt = 999999999,
37947 : : .ob_type = &PyUnicode_Type,
37948 : : },
37949 : : .length = 23,
37950 : : .hash = -1,
37951 : : .state = {
37952 : : .kind = 1,
37953 : : .compact = 1,
37954 : : .ascii = 1,
37955 : : },
37956 : : },
37957 : : ._data = "_NamespacePath.__repr__",
37958 : : };
37959 : : static
37960 : : struct {
37961 : : PyObject_VAR_HEAD
37962 : : Py_hash_t ob_shash;
37963 : : char ob_sval[24];
37964 : : }
37965 : : importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable = {
37966 : : .ob_base = {
37967 : : .ob_base = {
37968 : : .ob_refcnt = 999999999,
37969 : : .ob_type = &PyBytes_Type,
37970 : : },
37971 : : .ob_size = 23,
37972 : : },
37973 : : .ob_shash = -1,
37974 : : .ob_sval = "\x80\x00\xd8\x0f\x25\xd7\x0f\x2c\xd1\x0f\x2c\xa8\x54\xaf\x5a\xa9\x5a\xd4\x0f\x38\xd0\x08\x38",
37975 : : };
37976 : : static
37977 : : struct _PyCode_DEF(58)
37978 : : importlib__bootstrap_external_toplevel_consts_67_consts_11 = {
37979 : : .ob_base = {
37980 : : .ob_base = {
37981 : : .ob_refcnt = 999999999,
37982 : : .ob_type = &PyCode_Type,
37983 : : },
37984 : : .ob_size = 29,
37985 : : },
37986 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts_11_consts._object.ob_base.ob_base,
37987 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_11_names._object.ob_base.ob_base,
37988 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
37989 : : .co_flags = 3,
37990 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
37991 : : ._co_linearray_entry_size = 0,
37992 : : .co_argcount = 1,
37993 : : .co_posonlyargcount = 0,
37994 : : .co_kwonlyargcount = 0,
37995 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
37996 : : .co_stacksize = 3,
37997 : : .co_firstlineno = 1330,
37998 : : .co_nlocalsplus = 1,
37999 : : .co_nlocals = 1,
38000 : : .co_nplaincellvars = 0,
38001 : : .co_ncellvars = 0,
38002 : : .co_nfreevars = 0,
38003 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
38004 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
38005 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38006 : : .co_name = &_Py_ID(__repr__),
38007 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname._ascii.ob_base,
38008 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_11_linetable.ob_base.ob_base,
38009 : : ._co_code = NULL,
38010 : : ._co_linearray = NULL,
38011 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38012 : : ._co_firsttraceable = 0,
38013 : : };
38014 : : static
38015 : : struct {
38016 : : PyASCIIObject _ascii;
38017 : : uint8_t _data[28];
38018 : : }
38019 : : importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname = {
38020 : : ._ascii = {
38021 : : .ob_base = {
38022 : : .ob_refcnt = 999999999,
38023 : : .ob_type = &PyUnicode_Type,
38024 : : },
38025 : : .length = 27,
38026 : : .hash = -1,
38027 : : .state = {
38028 : : .kind = 1,
38029 : : .compact = 1,
38030 : : .ascii = 1,
38031 : : },
38032 : : },
38033 : : ._data = "_NamespacePath.__contains__",
38034 : : };
38035 : : static
38036 : : struct {
38037 : : PyObject_VAR_HEAD
38038 : : Py_hash_t ob_shash;
38039 : : char ob_sval[23];
38040 : : }
38041 : : importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable = {
38042 : : .ob_base = {
38043 : : .ob_base = {
38044 : : .ob_refcnt = 999999999,
38045 : : .ob_type = &PyBytes_Type,
38046 : : },
38047 : : .ob_size = 22,
38048 : : },
38049 : : .ob_shash = -1,
38050 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x90\x74\xd7\x17\x28\xd1\x17\x28\xd4\x17\x2a\xd0\x0f\x2a\xd0\x08\x2a",
38051 : : };
38052 : : static
38053 : : struct {
38054 : : PyASCIIObject _ascii;
38055 : : uint8_t _data[5];
38056 : : }
38057 : : const_str_item = {
38058 : : ._ascii = {
38059 : : .ob_base = {
38060 : : .ob_refcnt = 999999999,
38061 : : .ob_type = &PyUnicode_Type,
38062 : : },
38063 : : .length = 4,
38064 : : .hash = -1,
38065 : : .state = {
38066 : : .kind = 1,
38067 : : .compact = 1,
38068 : : .ascii = 1,
38069 : : },
38070 : : },
38071 : : ._data = "item",
38072 : : };
38073 : : static
38074 : : struct {
38075 : : PyGC_Head _gc_head;
38076 : : struct {
38077 : : PyObject_VAR_HEAD
38078 : : PyObject *ob_item[2];
38079 : : }_object;
38080 : : }
38081 : : importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames = {
38082 : : ._object = {
38083 : : .ob_base = {
38084 : : .ob_base = {
38085 : : .ob_refcnt = 999999999,
38086 : : .ob_type = &PyTuple_Type,
38087 : : },
38088 : : .ob_size = 2,
38089 : : },
38090 : : .ob_item = {
38091 : : & const_str_self._ascii.ob_base,
38092 : : & const_str_item._ascii.ob_base,
38093 : : },
38094 : : },
38095 : : };
38096 : : static
38097 : : struct _PyCode_DEF(40)
38098 : : importlib__bootstrap_external_toplevel_consts_67_consts_12 = {
38099 : : .ob_base = {
38100 : : .ob_base = {
38101 : : .ob_refcnt = 999999999,
38102 : : .ob_type = &PyCode_Type,
38103 : : },
38104 : : .ob_size = 20,
38105 : : },
38106 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38107 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_8_names._object.ob_base.ob_base,
38108 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38109 : : .co_flags = 3,
38110 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38111 : : ._co_linearray_entry_size = 0,
38112 : : .co_argcount = 2,
38113 : : .co_posonlyargcount = 0,
38114 : : .co_kwonlyargcount = 0,
38115 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
38116 : : .co_stacksize = 3,
38117 : : .co_firstlineno = 1333,
38118 : : .co_nlocalsplus = 2,
38119 : : .co_nlocals = 2,
38120 : : .co_nplaincellvars = 0,
38121 : : .co_ncellvars = 0,
38122 : : .co_nfreevars = 0,
38123 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
38124 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38125 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38126 : : .co_name = &_Py_ID(__contains__),
38127 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname._ascii.ob_base,
38128 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_12_linetable.ob_base.ob_base,
38129 : : ._co_code = NULL,
38130 : : ._co_linearray = NULL,
38131 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
38132 : : ._co_firsttraceable = 0,
38133 : : };
38134 : : static
38135 : : struct {
38136 : : PyGC_Head _gc_head;
38137 : : struct {
38138 : : PyObject_VAR_HEAD
38139 : : PyObject *ob_item[2];
38140 : : }_object;
38141 : : }
38142 : : importlib__bootstrap_external_toplevel_consts_67_consts_13_names = {
38143 : : ._object = {
38144 : : .ob_base = {
38145 : : .ob_base = {
38146 : : .ob_refcnt = 999999999,
38147 : : .ob_type = &PyTuple_Type,
38148 : : },
38149 : : .ob_size = 2,
38150 : : },
38151 : : .ob_item = {
38152 : : & const_str__path._ascii.ob_base,
38153 : : &_Py_ID(append),
38154 : : },
38155 : : },
38156 : : };
38157 : : static
38158 : : struct {
38159 : : PyASCIIObject _ascii;
38160 : : uint8_t _data[22];
38161 : : }
38162 : : importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname = {
38163 : : ._ascii = {
38164 : : .ob_base = {
38165 : : .ob_refcnt = 999999999,
38166 : : .ob_type = &PyUnicode_Type,
38167 : : },
38168 : : .length = 21,
38169 : : .hash = -1,
38170 : : .state = {
38171 : : .kind = 1,
38172 : : .compact = 1,
38173 : : .ascii = 1,
38174 : : },
38175 : : },
38176 : : ._data = "_NamespacePath.append",
38177 : : };
38178 : : static
38179 : : struct {
38180 : : PyObject_VAR_HEAD
38181 : : Py_hash_t ob_shash;
38182 : : char ob_sval[30];
38183 : : }
38184 : : importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable = {
38185 : : .ob_base = {
38186 : : .ob_base = {
38187 : : .ob_refcnt = 999999999,
38188 : : .ob_type = &PyBytes_Type,
38189 : : },
38190 : : .ob_size = 29,
38191 : : },
38192 : : .ob_shash = -1,
38193 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0a\x89\x0a\xd7\x08\x19\xd1\x08\x19\x98\x24\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
38194 : : };
38195 : : static
38196 : : struct _PyCode_DEF(62)
38197 : : importlib__bootstrap_external_toplevel_consts_67_consts_13 = {
38198 : : .ob_base = {
38199 : : .ob_base = {
38200 : : .ob_refcnt = 999999999,
38201 : : .ob_type = &PyCode_Type,
38202 : : },
38203 : : .ob_size = 31,
38204 : : },
38205 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38206 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_consts_13_names._object.ob_base.ob_base,
38207 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38208 : : .co_flags = 3,
38209 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38210 : : ._co_linearray_entry_size = 0,
38211 : : .co_argcount = 2,
38212 : : .co_posonlyargcount = 0,
38213 : : .co_kwonlyargcount = 0,
38214 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
38215 : : .co_stacksize = 3,
38216 : : .co_firstlineno = 1336,
38217 : : .co_nlocalsplus = 2,
38218 : : .co_nlocals = 2,
38219 : : .co_nplaincellvars = 0,
38220 : : .co_ncellvars = 0,
38221 : : .co_nfreevars = 0,
38222 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_12_localsplusnames._object.ob_base.ob_base,
38223 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38224 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38225 : : .co_name = &_Py_ID(append),
38226 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname._ascii.ob_base,
38227 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_consts_13_linetable.ob_base.ob_base,
38228 : : ._co_code = NULL,
38229 : : ._co_linearray = NULL,
38230 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
38231 : : ._co_firsttraceable = 0,
38232 : : };
38233 : : static
38234 : : struct {
38235 : : PyGC_Head _gc_head;
38236 : : struct {
38237 : : PyObject_VAR_HEAD
38238 : : PyObject *ob_item[15];
38239 : : }_object;
38240 : : }
38241 : : importlib__bootstrap_external_toplevel_consts_67_consts = {
38242 : : ._object = {
38243 : : .ob_base = {
38244 : : .ob_base = {
38245 : : .ob_refcnt = 999999999,
38246 : : .ob_type = &PyTuple_Type,
38247 : : },
38248 : : .ob_size = 15,
38249 : : },
38250 : : .ob_item = {
38251 : : & const_str__NamespacePath._ascii.ob_base,
38252 : : & importlib__bootstrap_external_toplevel_consts_67_consts_1._ascii.ob_base,
38253 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
38254 : : & importlib__bootstrap_external_toplevel_consts_67_consts_3.ob_base.ob_base,
38255 : : & importlib__bootstrap_external_toplevel_consts_67_consts_4.ob_base.ob_base,
38256 : : & importlib__bootstrap_external_toplevel_consts_67_consts_5.ob_base.ob_base,
38257 : : & importlib__bootstrap_external_toplevel_consts_67_consts_6.ob_base.ob_base,
38258 : : & importlib__bootstrap_external_toplevel_consts_67_consts_7.ob_base.ob_base,
38259 : : & importlib__bootstrap_external_toplevel_consts_67_consts_8.ob_base.ob_base,
38260 : : & importlib__bootstrap_external_toplevel_consts_67_consts_9.ob_base.ob_base,
38261 : : & importlib__bootstrap_external_toplevel_consts_67_consts_10.ob_base.ob_base,
38262 : : & importlib__bootstrap_external_toplevel_consts_67_consts_11.ob_base.ob_base,
38263 : : & importlib__bootstrap_external_toplevel_consts_67_consts_12.ob_base.ob_base,
38264 : : & importlib__bootstrap_external_toplevel_consts_67_consts_13.ob_base.ob_base,
38265 : : Py_None,
38266 : : },
38267 : : },
38268 : : };
38269 : : static
38270 : : struct {
38271 : : PyGC_Head _gc_head;
38272 : : struct {
38273 : : PyObject_VAR_HEAD
38274 : : PyObject *ob_item[16];
38275 : : }_object;
38276 : : }
38277 : : importlib__bootstrap_external_toplevel_consts_67_names = {
38278 : : ._object = {
38279 : : .ob_base = {
38280 : : .ob_base = {
38281 : : .ob_refcnt = 999999999,
38282 : : .ob_type = &PyTuple_Type,
38283 : : },
38284 : : .ob_size = 16,
38285 : : },
38286 : : .ob_item = {
38287 : : &_Py_ID(__name__),
38288 : : &_Py_ID(__module__),
38289 : : &_Py_ID(__qualname__),
38290 : : &_Py_ID(__doc__),
38291 : : & const_str__epoch._ascii.ob_base,
38292 : : &_Py_ID(__init__),
38293 : : & const_str__find_parent_path_names._ascii.ob_base,
38294 : : & const_str__get_parent_path._ascii.ob_base,
38295 : : & const_str__recalculate._ascii.ob_base,
38296 : : &_Py_ID(__iter__),
38297 : : &_Py_ID(__getitem__),
38298 : : &_Py_ID(__setitem__),
38299 : : &_Py_ID(__len__),
38300 : : &_Py_ID(__repr__),
38301 : : &_Py_ID(__contains__),
38302 : : &_Py_ID(append),
38303 : : },
38304 : : },
38305 : : };
38306 : : static
38307 : : struct {
38308 : : PyObject_VAR_HEAD
38309 : : Py_hash_t ob_shash;
38310 : : char ob_sval[206];
38311 : : }
38312 : : importlib__bootstrap_external_toplevel_consts_67_linetable = {
38313 : : .ob_base = {
38314 : : .ob_base = {
38315 : : .ob_refcnt = 999999999,
38316 : : .ob_type = &PyBytes_Type,
38317 : : },
38318 : : .ob_size = 205,
38319 : : },
38320 : : .ob_shash = -1,
38321 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x10\x00\x0e\x0f\x80\x46\xf0\x04\x05\x05\x28\xf0\x00\x05\x05\x28\xf0\x00\x05\x05\x28\xf0\x0e\x08\x05\x22\xf0\x00\x08\x05\x22\xf0\x00\x08\x05\x22\xf0\x14\x02\x05\x48\x01\xf0\x00\x02\x05\x48\x01\xf0\x00\x02\x05\x48\x01\xf0\x08\x0c\x05\x1a\xf0\x00\x0c\x05\x1a\xf0\x00\x0c\x05\x1a\xf0\x1c\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x00\x01\x05\x29\xf0\x06\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x00\x01\x05\x2a\xf0\x06\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x06\x01\x05\x28\xf0\x00\x01\x05\x28\xf0\x00\x01\x05\x28\xf0\x06\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x01\x05\x2b\xf0\x00\x01\x05\x2b\xf0\x00\x01\x05\x2b\xf0\x06\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20",
38322 : : };
38323 : : static
38324 : : struct _PyCode_DEF(88)
38325 : : importlib__bootstrap_external_toplevel_consts_67 = {
38326 : : .ob_base = {
38327 : : .ob_base = {
38328 : : .ob_refcnt = 999999999,
38329 : : .ob_type = &PyCode_Type,
38330 : : },
38331 : : .ob_size = 44,
38332 : : },
38333 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_67_consts._object.ob_base.ob_base,
38334 : : .co_names = & importlib__bootstrap_external_toplevel_consts_67_names._object.ob_base.ob_base,
38335 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38336 : : .co_flags = 0,
38337 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38338 : : ._co_linearray_entry_size = 0,
38339 : : .co_argcount = 0,
38340 : : .co_posonlyargcount = 0,
38341 : : .co_kwonlyargcount = 0,
38342 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
38343 : : .co_stacksize = 1,
38344 : : .co_firstlineno = 1272,
38345 : : .co_nlocalsplus = 0,
38346 : : .co_nlocals = 0,
38347 : : .co_nplaincellvars = 0,
38348 : : .co_ncellvars = 0,
38349 : : .co_nfreevars = 0,
38350 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
38351 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
38352 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38353 : : .co_name = & const_str__NamespacePath._ascii.ob_base,
38354 : : .co_qualname = & const_str__NamespacePath._ascii.ob_base,
38355 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_67_linetable.ob_base.ob_base,
38356 : : ._co_code = NULL,
38357 : : ._co_linearray = NULL,
38358 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x64\x0a\x84\x00\x5a\x0c\x64\x0b\x84\x00\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x53\x00",
38359 : : ._co_firsttraceable = 0,
38360 : : };
38361 : : static
38362 : : struct {
38363 : : PyGC_Head _gc_head;
38364 : : struct {
38365 : : PyObject_VAR_HEAD
38366 : : PyObject *ob_item[2];
38367 : : }_object;
38368 : : }
38369 : : importlib__bootstrap_external_toplevel_consts_69_consts_1_names = {
38370 : : ._object = {
38371 : : .ob_base = {
38372 : : .ob_base = {
38373 : : .ob_refcnt = 999999999,
38374 : : .ob_type = &PyTuple_Type,
38375 : : },
38376 : : .ob_size = 2,
38377 : : },
38378 : : .ob_item = {
38379 : : & const_str__NamespacePath._ascii.ob_base,
38380 : : & const_str__path._ascii.ob_base,
38381 : : },
38382 : : },
38383 : : };
38384 : : static
38385 : : struct {
38386 : : PyASCIIObject _ascii;
38387 : : uint8_t _data[25];
38388 : : }
38389 : : importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname = {
38390 : : ._ascii = {
38391 : : .ob_base = {
38392 : : .ob_refcnt = 999999999,
38393 : : .ob_type = &PyUnicode_Type,
38394 : : },
38395 : : .length = 24,
38396 : : .hash = -1,
38397 : : .state = {
38398 : : .kind = 1,
38399 : : .compact = 1,
38400 : : .ascii = 1,
38401 : : },
38402 : : },
38403 : : ._data = "NamespaceLoader.__init__",
38404 : : };
38405 : : static
38406 : : struct {
38407 : : PyObject_VAR_HEAD
38408 : : Py_hash_t ob_shash;
38409 : : char ob_sval[23];
38410 : : }
38411 : : importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable = {
38412 : : .ob_base = {
38413 : : .ob_base = {
38414 : : .ob_refcnt = 999999999,
38415 : : .ob_type = &PyBytes_Type,
38416 : : },
38417 : : .ob_size = 22,
38418 : : },
38419 : : .ob_shash = -1,
38420 : : .ob_sval = "\x80\x00\xdd\x15\x23\xa0\x44\xa8\x24\xb0\x0b\xd4\x15\x3c\x88\x04\x8c\x0a\x88\x0a\x88\x0a",
38421 : : };
38422 : : static
38423 : : struct _PyCode_DEF(46)
38424 : : importlib__bootstrap_external_toplevel_consts_69_consts_1 = {
38425 : : .ob_base = {
38426 : : .ob_base = {
38427 : : .ob_refcnt = 999999999,
38428 : : .ob_type = &PyCode_Type,
38429 : : },
38430 : : .ob_size = 23,
38431 : : },
38432 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
38433 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_1_names._object.ob_base.ob_base,
38434 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38435 : : .co_flags = 3,
38436 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38437 : : ._co_linearray_entry_size = 0,
38438 : : .co_argcount = 4,
38439 : : .co_posonlyargcount = 0,
38440 : : .co_kwonlyargcount = 0,
38441 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
38442 : : .co_stacksize = 5,
38443 : : .co_firstlineno = 1344,
38444 : : .co_nlocalsplus = 4,
38445 : : .co_nlocals = 4,
38446 : : .co_nplaincellvars = 0,
38447 : : .co_ncellvars = 0,
38448 : : .co_nfreevars = 0,
38449 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_3_localsplusnames._object.ob_base.ob_base,
38450 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
38451 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38452 : : .co_name = &_Py_ID(__init__),
38453 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname._ascii.ob_base,
38454 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_1_linetable.ob_base.ob_base,
38455 : : ._co_code = NULL,
38456 : : ._co_linearray = NULL,
38457 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
38458 : : ._co_firsttraceable = 0,
38459 : : };
38460 : : static
38461 : : struct {
38462 : : PyASCIIObject _ascii;
38463 : : uint8_t _data[82];
38464 : : }
38465 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1 = {
38466 : : ._ascii = {
38467 : : .ob_base = {
38468 : : .ob_refcnt = 999999999,
38469 : : .ob_type = &PyUnicode_Type,
38470 : : },
38471 : : .length = 81,
38472 : : .hash = -1,
38473 : : .state = {
38474 : : .kind = 1,
38475 : : .compact = 1,
38476 : : .ascii = 1,
38477 : : },
38478 : : },
38479 : : ._data = "NamespaceLoader.module_repr() is deprecated and slated for removal in Python 3.12",
38480 : : };
38481 : : static
38482 : : struct {
38483 : : PyASCIIObject _ascii;
38484 : : uint8_t _data[26];
38485 : : }
38486 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2 = {
38487 : : ._ascii = {
38488 : : .ob_base = {
38489 : : .ob_refcnt = 999999999,
38490 : : .ob_type = &PyUnicode_Type,
38491 : : },
38492 : : .length = 25,
38493 : : .hash = -1,
38494 : : .state = {
38495 : : .kind = 1,
38496 : : .compact = 1,
38497 : : .ascii = 1,
38498 : : },
38499 : : },
38500 : : ._data = "<module {!r} (namespace)>",
38501 : : };
38502 : : static
38503 : : struct {
38504 : : PyGC_Head _gc_head;
38505 : : struct {
38506 : : PyObject_VAR_HEAD
38507 : : PyObject *ob_item[3];
38508 : : }_object;
38509 : : }
38510 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_consts = {
38511 : : ._object = {
38512 : : .ob_base = {
38513 : : .ob_base = {
38514 : : .ob_refcnt = 999999999,
38515 : : .ob_type = &PyTuple_Type,
38516 : : },
38517 : : .ob_size = 3,
38518 : : },
38519 : : .ob_item = {
38520 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_0._ascii.ob_base,
38521 : : & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1._ascii.ob_base,
38522 : : & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2._ascii.ob_base,
38523 : : },
38524 : : },
38525 : : };
38526 : : static
38527 : : struct {
38528 : : PyGC_Head _gc_head;
38529 : : struct {
38530 : : PyObject_VAR_HEAD
38531 : : PyObject *ob_item[5];
38532 : : }_object;
38533 : : }
38534 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_names = {
38535 : : ._object = {
38536 : : .ob_base = {
38537 : : .ob_base = {
38538 : : .ob_refcnt = 999999999,
38539 : : .ob_type = &PyTuple_Type,
38540 : : },
38541 : : .ob_size = 5,
38542 : : },
38543 : : .ob_item = {
38544 : : & const_str__warnings._ascii.ob_base,
38545 : : & const_str_warn._ascii.ob_base,
38546 : : & const_str_DeprecationWarning._ascii.ob_base,
38547 : : & const_str_format._ascii.ob_base,
38548 : : &_Py_ID(__name__),
38549 : : },
38550 : : },
38551 : : };
38552 : : static
38553 : : struct {
38554 : : PyASCIIObject _ascii;
38555 : : uint8_t _data[28];
38556 : : }
38557 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname = {
38558 : : ._ascii = {
38559 : : .ob_base = {
38560 : : .ob_refcnt = 999999999,
38561 : : .ob_type = &PyUnicode_Type,
38562 : : },
38563 : : .length = 27,
38564 : : .hash = -1,
38565 : : .state = {
38566 : : .kind = 1,
38567 : : .compact = 1,
38568 : : .ascii = 1,
38569 : : },
38570 : : },
38571 : : ._data = "NamespaceLoader.module_repr",
38572 : : };
38573 : : static
38574 : : struct {
38575 : : PyObject_VAR_HEAD
38576 : : Py_hash_t ob_shash;
38577 : : char ob_sval[53];
38578 : : }
38579 : : importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable = {
38580 : : .ob_base = {
38581 : : .ob_base = {
38582 : : .ob_refcnt = 999999999,
38583 : : .ob_type = &PyBytes_Type,
38584 : : },
38585 : : .ob_size = 52,
38586 : : },
38587 : : .ob_shash = -1,
38588 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x3b\xdd\x3c\x4e\xf4\x03\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xe0\x0f\x2a\xd7\x0f\x31\xd1\x0f\x31\xb0\x26\xb7\x2f\xb1\x2f\xd4\x0f\x42\xd0\x08\x42",
38589 : : };
38590 : : static
38591 : : struct _PyCode_DEF(116)
38592 : : importlib__bootstrap_external_toplevel_consts_69_consts_2 = {
38593 : : .ob_base = {
38594 : : .ob_base = {
38595 : : .ob_refcnt = 999999999,
38596 : : .ob_type = &PyCode_Type,
38597 : : },
38598 : : .ob_size = 58,
38599 : : },
38600 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_2_consts._object.ob_base.ob_base,
38601 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_2_names._object.ob_base.ob_base,
38602 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38603 : : .co_flags = 3,
38604 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38605 : : ._co_linearray_entry_size = 0,
38606 : : .co_argcount = 1,
38607 : : .co_posonlyargcount = 0,
38608 : : .co_kwonlyargcount = 0,
38609 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
38610 : : .co_stacksize = 4,
38611 : : .co_firstlineno = 1347,
38612 : : .co_nlocalsplus = 1,
38613 : : .co_nlocals = 1,
38614 : : .co_nplaincellvars = 0,
38615 : : .co_ncellvars = 0,
38616 : : .co_nfreevars = 0,
38617 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
38618 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
38619 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38620 : : .co_name = & const_str_module_repr._ascii.ob_base,
38621 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname._ascii.ob_base,
38622 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_2_linetable.ob_base.ob_base,
38623 : : ._co_code = NULL,
38624 : : ._co_linearray = NULL,
38625 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38626 : : ._co_firsttraceable = 0,
38627 : : };
38628 : : static
38629 : : struct {
38630 : : PyGC_Head _gc_head;
38631 : : struct {
38632 : : PyObject_VAR_HEAD
38633 : : PyObject *ob_item[2];
38634 : : }_object;
38635 : : }
38636 : : importlib__bootstrap_external_toplevel_consts_69_consts_3_consts = {
38637 : : ._object = {
38638 : : .ob_base = {
38639 : : .ob_base = {
38640 : : .ob_refcnt = 999999999,
38641 : : .ob_type = &PyTuple_Type,
38642 : : },
38643 : : .ob_size = 2,
38644 : : },
38645 : : .ob_item = {
38646 : : Py_None,
38647 : : Py_True,
38648 : : },
38649 : : },
38650 : : };
38651 : : static
38652 : : struct {
38653 : : PyASCIIObject _ascii;
38654 : : uint8_t _data[27];
38655 : : }
38656 : : importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname = {
38657 : : ._ascii = {
38658 : : .ob_base = {
38659 : : .ob_refcnt = 999999999,
38660 : : .ob_type = &PyUnicode_Type,
38661 : : },
38662 : : .length = 26,
38663 : : .hash = -1,
38664 : : .state = {
38665 : : .kind = 1,
38666 : : .compact = 1,
38667 : : .ascii = 1,
38668 : : },
38669 : : },
38670 : : ._data = "NamespaceLoader.is_package",
38671 : : };
38672 : : static
38673 : : struct {
38674 : : PyObject_VAR_HEAD
38675 : : Py_hash_t ob_shash;
38676 : : char ob_sval[8];
38677 : : }
38678 : : importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable = {
38679 : : .ob_base = {
38680 : : .ob_base = {
38681 : : .ob_refcnt = 999999999,
38682 : : .ob_type = &PyBytes_Type,
38683 : : },
38684 : : .ob_size = 7,
38685 : : },
38686 : : .ob_shash = -1,
38687 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x74",
38688 : : };
38689 : : static
38690 : : struct _PyCode_DEF(6)
38691 : : importlib__bootstrap_external_toplevel_consts_69_consts_3 = {
38692 : : .ob_base = {
38693 : : .ob_base = {
38694 : : .ob_refcnt = 999999999,
38695 : : .ob_type = &PyCode_Type,
38696 : : },
38697 : : .ob_size = 3,
38698 : : },
38699 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
38700 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
38701 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38702 : : .co_flags = 3,
38703 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38704 : : ._co_linearray_entry_size = 0,
38705 : : .co_argcount = 2,
38706 : : .co_posonlyargcount = 0,
38707 : : .co_kwonlyargcount = 0,
38708 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
38709 : : .co_stacksize = 1,
38710 : : .co_firstlineno = 1358,
38711 : : .co_nlocalsplus = 2,
38712 : : .co_nlocals = 2,
38713 : : .co_nplaincellvars = 0,
38714 : : .co_ncellvars = 0,
38715 : : .co_nfreevars = 0,
38716 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
38717 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38718 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38719 : : .co_name = & const_str_is_package._ascii.ob_base,
38720 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname._ascii.ob_base,
38721 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_3_linetable.ob_base.ob_base,
38722 : : ._co_code = NULL,
38723 : : ._co_linearray = NULL,
38724 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
38725 : : ._co_firsttraceable = 0,
38726 : : };
38727 : : static
38728 : : struct {
38729 : : PyGC_Head _gc_head;
38730 : : struct {
38731 : : PyObject_VAR_HEAD
38732 : : PyObject *ob_item[2];
38733 : : }_object;
38734 : : }
38735 : : importlib__bootstrap_external_toplevel_consts_69_consts_4_consts = {
38736 : : ._object = {
38737 : : .ob_base = {
38738 : : .ob_base = {
38739 : : .ob_refcnt = 999999999,
38740 : : .ob_type = &PyTuple_Type,
38741 : : },
38742 : : .ob_size = 2,
38743 : : },
38744 : : .ob_item = {
38745 : : Py_None,
38746 : : &_Py_STR(empty),
38747 : : },
38748 : : },
38749 : : };
38750 : : static
38751 : : struct {
38752 : : PyASCIIObject _ascii;
38753 : : uint8_t _data[27];
38754 : : }
38755 : : importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname = {
38756 : : ._ascii = {
38757 : : .ob_base = {
38758 : : .ob_refcnt = 999999999,
38759 : : .ob_type = &PyUnicode_Type,
38760 : : },
38761 : : .length = 26,
38762 : : .hash = -1,
38763 : : .state = {
38764 : : .kind = 1,
38765 : : .compact = 1,
38766 : : .ascii = 1,
38767 : : },
38768 : : },
38769 : : ._data = "NamespaceLoader.get_source",
38770 : : };
38771 : : static
38772 : : struct {
38773 : : PyObject_VAR_HEAD
38774 : : Py_hash_t ob_shash;
38775 : : char ob_sval[8];
38776 : : }
38777 : : importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable = {
38778 : : .ob_base = {
38779 : : .ob_base = {
38780 : : .ob_refcnt = 999999999,
38781 : : .ob_type = &PyBytes_Type,
38782 : : },
38783 : : .ob_size = 7,
38784 : : },
38785 : : .ob_shash = -1,
38786 : : .ob_sval = "\x80\x00\xd8\x0f\x11\x88\x72",
38787 : : };
38788 : : static
38789 : : struct _PyCode_DEF(6)
38790 : : importlib__bootstrap_external_toplevel_consts_69_consts_4 = {
38791 : : .ob_base = {
38792 : : .ob_base = {
38793 : : .ob_refcnt = 999999999,
38794 : : .ob_type = &PyCode_Type,
38795 : : },
38796 : : .ob_size = 3,
38797 : : },
38798 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
38799 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
38800 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38801 : : .co_flags = 3,
38802 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38803 : : ._co_linearray_entry_size = 0,
38804 : : .co_argcount = 2,
38805 : : .co_posonlyargcount = 0,
38806 : : .co_kwonlyargcount = 0,
38807 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
38808 : : .co_stacksize = 1,
38809 : : .co_firstlineno = 1361,
38810 : : .co_nlocalsplus = 2,
38811 : : .co_nlocals = 2,
38812 : : .co_nplaincellvars = 0,
38813 : : .co_ncellvars = 0,
38814 : : .co_nfreevars = 0,
38815 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
38816 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38817 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38818 : : .co_name = &_Py_ID(get_source),
38819 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname._ascii.ob_base,
38820 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_4_linetable.ob_base.ob_base,
38821 : : ._co_code = NULL,
38822 : : ._co_linearray = NULL,
38823 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
38824 : : ._co_firsttraceable = 0,
38825 : : };
38826 : : static
38827 : : struct {
38828 : : PyGC_Head _gc_head;
38829 : : struct {
38830 : : PyObject_VAR_HEAD
38831 : : PyObject *ob_item[1];
38832 : : }_object;
38833 : : }
38834 : : importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5 = {
38835 : : ._object = {
38836 : : .ob_base = {
38837 : : .ob_base = {
38838 : : .ob_refcnt = 999999999,
38839 : : .ob_type = &PyTuple_Type,
38840 : : },
38841 : : .ob_size = 1,
38842 : : },
38843 : : .ob_item = {
38844 : : & const_str_dont_inherit._ascii.ob_base,
38845 : : },
38846 : : },
38847 : : };
38848 : : static
38849 : : struct {
38850 : : PyGC_Head _gc_head;
38851 : : struct {
38852 : : PyObject_VAR_HEAD
38853 : : PyObject *ob_item[6];
38854 : : }_object;
38855 : : }
38856 : : importlib__bootstrap_external_toplevel_consts_69_consts_5_consts = {
38857 : : ._object = {
38858 : : .ob_base = {
38859 : : .ob_base = {
38860 : : .ob_refcnt = 999999999,
38861 : : .ob_type = &PyTuple_Type,
38862 : : },
38863 : : .ob_size = 6,
38864 : : },
38865 : : .ob_item = {
38866 : : Py_None,
38867 : : &_Py_STR(empty),
38868 : : &_Py_STR(anon_string),
38869 : : & const_str_exec._ascii.ob_base,
38870 : : Py_True,
38871 : : & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
38872 : : },
38873 : : },
38874 : : };
38875 : : static
38876 : : struct {
38877 : : PyGC_Head _gc_head;
38878 : : struct {
38879 : : PyObject_VAR_HEAD
38880 : : PyObject *ob_item[1];
38881 : : }_object;
38882 : : }
38883 : : importlib__bootstrap_external_toplevel_consts_69_consts_5_names = {
38884 : : ._object = {
38885 : : .ob_base = {
38886 : : .ob_base = {
38887 : : .ob_refcnt = 999999999,
38888 : : .ob_type = &PyTuple_Type,
38889 : : },
38890 : : .ob_size = 1,
38891 : : },
38892 : : .ob_item = {
38893 : : & const_str_compile._ascii.ob_base,
38894 : : },
38895 : : },
38896 : : };
38897 : : static
38898 : : struct {
38899 : : PyASCIIObject _ascii;
38900 : : uint8_t _data[25];
38901 : : }
38902 : : importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname = {
38903 : : ._ascii = {
38904 : : .ob_base = {
38905 : : .ob_refcnt = 999999999,
38906 : : .ob_type = &PyUnicode_Type,
38907 : : },
38908 : : .length = 24,
38909 : : .hash = -1,
38910 : : .state = {
38911 : : .kind = 1,
38912 : : .compact = 1,
38913 : : .ascii = 1,
38914 : : },
38915 : : },
38916 : : ._data = "NamespaceLoader.get_code",
38917 : : };
38918 : : static
38919 : : struct {
38920 : : PyObject_VAR_HEAD
38921 : : Py_hash_t ob_shash;
38922 : : char ob_sval[23];
38923 : : }
38924 : : importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable = {
38925 : : .ob_base = {
38926 : : .ob_base = {
38927 : : .ob_refcnt = 999999999,
38928 : : .ob_type = &PyBytes_Type,
38929 : : },
38930 : : .ob_size = 22,
38931 : : },
38932 : : .ob_shash = -1,
38933 : : .ob_sval = "\x80\x00\xdd\x0f\x16\x90\x72\x98\x3a\xa0\x76\xb8\x44\xd0\x0f\x41\xd4\x0f\x41\xd0\x08\x41",
38934 : : };
38935 : : static
38936 : : struct _PyCode_DEF(36)
38937 : : importlib__bootstrap_external_toplevel_consts_69_consts_5 = {
38938 : : .ob_base = {
38939 : : .ob_base = {
38940 : : .ob_refcnt = 999999999,
38941 : : .ob_type = &PyCode_Type,
38942 : : },
38943 : : .ob_size = 18,
38944 : : },
38945 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts._object.ob_base.ob_base,
38946 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_5_names._object.ob_base.ob_base,
38947 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
38948 : : .co_flags = 3,
38949 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
38950 : : ._co_linearray_entry_size = 0,
38951 : : .co_argcount = 2,
38952 : : .co_posonlyargcount = 0,
38953 : : .co_kwonlyargcount = 0,
38954 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
38955 : : .co_stacksize = 6,
38956 : : .co_firstlineno = 1364,
38957 : : .co_nlocalsplus = 2,
38958 : : .co_nlocals = 2,
38959 : : .co_nplaincellvars = 0,
38960 : : .co_ncellvars = 0,
38961 : : .co_nfreevars = 0,
38962 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
38963 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
38964 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
38965 : : .co_name = & const_str_get_code._ascii.ob_base,
38966 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname._ascii.ob_base,
38967 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_5_linetable.ob_base.ob_base,
38968 : : ._co_code = NULL,
38969 : : ._co_linearray = NULL,
38970 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\x64\x03\x64\x04\xac\x05\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
38971 : : ._co_firsttraceable = 0,
38972 : : };
38973 : : static
38974 : : struct {
38975 : : PyASCIIObject _ascii;
38976 : : uint8_t _data[30];
38977 : : }
38978 : : importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname = {
38979 : : ._ascii = {
38980 : : .ob_base = {
38981 : : .ob_refcnt = 999999999,
38982 : : .ob_type = &PyUnicode_Type,
38983 : : },
38984 : : .length = 29,
38985 : : .hash = -1,
38986 : : .state = {
38987 : : .kind = 1,
38988 : : .compact = 1,
38989 : : .ascii = 1,
38990 : : },
38991 : : },
38992 : : ._data = "NamespaceLoader.create_module",
38993 : : };
38994 : : static
38995 : : struct _PyCode_DEF(6)
38996 : : importlib__bootstrap_external_toplevel_consts_69_consts_6 = {
38997 : : .ob_base = {
38998 : : .ob_base = {
38999 : : .ob_refcnt = 999999999,
39000 : : .ob_type = &PyCode_Type,
39001 : : },
39002 : : .ob_size = 3,
39003 : : },
39004 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_55_consts_3_consts._object.ob_base.ob_base,
39005 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39006 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39007 : : .co_flags = 3,
39008 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39009 : : ._co_linearray_entry_size = 0,
39010 : : .co_argcount = 2,
39011 : : .co_posonlyargcount = 0,
39012 : : .co_kwonlyargcount = 0,
39013 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
39014 : : .co_stacksize = 1,
39015 : : .co_firstlineno = 1367,
39016 : : .co_nlocalsplus = 2,
39017 : : .co_nlocals = 2,
39018 : : .co_nplaincellvars = 0,
39019 : : .co_ncellvars = 0,
39020 : : .co_nfreevars = 0,
39021 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
39022 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39023 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39024 : : .co_name = & const_str_create_module._ascii.ob_base,
39025 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname._ascii.ob_base,
39026 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
39027 : : ._co_code = NULL,
39028 : : ._co_linearray = NULL,
39029 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
39030 : : ._co_firsttraceable = 0,
39031 : : };
39032 : : static
39033 : : struct {
39034 : : PyASCIIObject _ascii;
39035 : : uint8_t _data[28];
39036 : : }
39037 : : importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname = {
39038 : : ._ascii = {
39039 : : .ob_base = {
39040 : : .ob_refcnt = 999999999,
39041 : : .ob_type = &PyUnicode_Type,
39042 : : },
39043 : : .length = 27,
39044 : : .hash = -1,
39045 : : .state = {
39046 : : .kind = 1,
39047 : : .compact = 1,
39048 : : .ascii = 1,
39049 : : },
39050 : : },
39051 : : ._data = "NamespaceLoader.exec_module",
39052 : : };
39053 : : static
39054 : : struct {
39055 : : PyObject_VAR_HEAD
39056 : : Py_hash_t ob_shash;
39057 : : char ob_sval[8];
39058 : : }
39059 : : importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable = {
39060 : : .ob_base = {
39061 : : .ob_base = {
39062 : : .ob_refcnt = 999999999,
39063 : : .ob_type = &PyBytes_Type,
39064 : : },
39065 : : .ob_size = 7,
39066 : : },
39067 : : .ob_shash = -1,
39068 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x88\x04",
39069 : : };
39070 : : static
39071 : : struct _PyCode_DEF(6)
39072 : : importlib__bootstrap_external_toplevel_consts_69_consts_7 = {
39073 : : .ob_base = {
39074 : : .ob_base = {
39075 : : .ob_refcnt = 999999999,
39076 : : .ob_type = &PyCode_Type,
39077 : : },
39078 : : .ob_size = 3,
39079 : : },
39080 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
39081 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
39082 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39083 : : .co_flags = 3,
39084 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39085 : : ._co_linearray_entry_size = 0,
39086 : : .co_argcount = 2,
39087 : : .co_posonlyargcount = 0,
39088 : : .co_kwonlyargcount = 0,
39089 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
39090 : : .co_stacksize = 1,
39091 : : .co_firstlineno = 1370,
39092 : : .co_nlocalsplus = 2,
39093 : : .co_nlocals = 2,
39094 : : .co_nplaincellvars = 0,
39095 : : .co_ncellvars = 0,
39096 : : .co_nfreevars = 0,
39097 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_65_consts_6_localsplusnames._object.ob_base.ob_base,
39098 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39099 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39100 : : .co_name = & const_str_exec_module._ascii.ob_base,
39101 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname._ascii.ob_base,
39102 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_7_linetable.ob_base.ob_base,
39103 : : ._co_code = NULL,
39104 : : ._co_linearray = NULL,
39105 : : .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
39106 : : ._co_firsttraceable = 0,
39107 : : };
39108 : : static
39109 : : struct {
39110 : : PyASCIIObject _ascii;
39111 : : uint8_t _data[99];
39112 : : }
39113 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0 = {
39114 : : ._ascii = {
39115 : : .ob_base = {
39116 : : .ob_refcnt = 999999999,
39117 : : .ob_type = &PyUnicode_Type,
39118 : : },
39119 : : .length = 98,
39120 : : .hash = -1,
39121 : : .state = {
39122 : : .kind = 1,
39123 : : .compact = 1,
39124 : : .ascii = 1,
39125 : : },
39126 : : },
39127 : : ._data = "\x4c\x6f\x61\x64\x20\x61\x20\x6e\x61\x6d\x65\x73\x70\x61\x63\x65\x20\x6d\x6f\x64\x75\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x69\x73\x20\x6d\x65\x74\x68\x6f\x64\x20\x69\x73\x20\x64\x65\x70\x72\x65\x63\x61\x74\x65\x64\x2e\x20\x20\x55\x73\x65\x20\x65\x78\x65\x63\x5f\x6d\x6f\x64\x75\x6c\x65\x28\x29\x20\x69\x6e\x73\x74\x65\x61\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
39128 : : };
39129 : : static
39130 : : struct {
39131 : : PyASCIIObject _ascii;
39132 : : uint8_t _data[39];
39133 : : }
39134 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1 = {
39135 : : ._ascii = {
39136 : : .ob_base = {
39137 : : .ob_refcnt = 999999999,
39138 : : .ob_type = &PyUnicode_Type,
39139 : : },
39140 : : .length = 38,
39141 : : .hash = -1,
39142 : : .state = {
39143 : : .kind = 1,
39144 : : .compact = 1,
39145 : : .ascii = 1,
39146 : : },
39147 : : },
39148 : : ._data = "namespace module loaded with path {!r}",
39149 : : };
39150 : : static
39151 : : struct {
39152 : : PyGC_Head _gc_head;
39153 : : struct {
39154 : : PyObject_VAR_HEAD
39155 : : PyObject *ob_item[2];
39156 : : }_object;
39157 : : }
39158 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_consts = {
39159 : : ._object = {
39160 : : .ob_base = {
39161 : : .ob_base = {
39162 : : .ob_refcnt = 999999999,
39163 : : .ob_type = &PyTuple_Type,
39164 : : },
39165 : : .ob_size = 2,
39166 : : },
39167 : : .ob_item = {
39168 : : & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0._ascii.ob_base,
39169 : : & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1._ascii.ob_base,
39170 : : },
39171 : : },
39172 : : };
39173 : : static
39174 : : struct {
39175 : : PyGC_Head _gc_head;
39176 : : struct {
39177 : : PyObject_VAR_HEAD
39178 : : PyObject *ob_item[4];
39179 : : }_object;
39180 : : }
39181 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_names = {
39182 : : ._object = {
39183 : : .ob_base = {
39184 : : .ob_base = {
39185 : : .ob_refcnt = 999999999,
39186 : : .ob_type = &PyTuple_Type,
39187 : : },
39188 : : .ob_size = 4,
39189 : : },
39190 : : .ob_item = {
39191 : : &_Py_ID(_bootstrap),
39192 : : & const_str__verbose_message._ascii.ob_base,
39193 : : & const_str__path._ascii.ob_base,
39194 : : & const_str__load_module_shim._ascii.ob_base,
39195 : : },
39196 : : },
39197 : : };
39198 : : static
39199 : : struct {
39200 : : PyASCIIObject _ascii;
39201 : : uint8_t _data[28];
39202 : : }
39203 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname = {
39204 : : ._ascii = {
39205 : : .ob_base = {
39206 : : .ob_refcnt = 999999999,
39207 : : .ob_type = &PyUnicode_Type,
39208 : : },
39209 : : .length = 27,
39210 : : .hash = -1,
39211 : : .state = {
39212 : : .kind = 1,
39213 : : .compact = 1,
39214 : : .ascii = 1,
39215 : : },
39216 : : },
39217 : : ._data = "NamespaceLoader.load_module",
39218 : : };
39219 : : static
39220 : : struct {
39221 : : PyObject_VAR_HEAD
39222 : : Py_hash_t ob_shash;
39223 : : char ob_sval[55];
39224 : : }
39225 : : importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable = {
39226 : : .ob_base = {
39227 : : .ob_base = {
39228 : : .ob_refcnt = 999999999,
39229 : : .ob_type = &PyBytes_Type,
39230 : : },
39231 : : .ob_size = 54,
39232 : : },
39233 : : .ob_shash = -1,
39234 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x13\xd7\x08\x23\xd1\x08\x23\xd0\x24\x4c\xd8\x24\x28\xa7\x4a\xa1\x4a\xf4\x03\x01\x09\x30\xf0\x00\x01\x09\x30\xf5\x06\x00\x10\x1a\xd7\x0f\x2b\xd1\x0f\x2b\xa8\x44\xb0\x28\xd4\x0f\x3b\xd0\x08\x3b",
39235 : : };
39236 : : static
39237 : : struct _PyCode_DEF(118)
39238 : : importlib__bootstrap_external_toplevel_consts_69_consts_8 = {
39239 : : .ob_base = {
39240 : : .ob_base = {
39241 : : .ob_refcnt = 999999999,
39242 : : .ob_type = &PyCode_Type,
39243 : : },
39244 : : .ob_size = 59,
39245 : : },
39246 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_8_consts._object.ob_base.ob_base,
39247 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_8_names._object.ob_base.ob_base,
39248 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39249 : : .co_flags = 3,
39250 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39251 : : ._co_linearray_entry_size = 0,
39252 : : .co_argcount = 2,
39253 : : .co_posonlyargcount = 0,
39254 : : .co_kwonlyargcount = 0,
39255 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
39256 : : .co_stacksize = 4,
39257 : : .co_firstlineno = 1373,
39258 : : .co_nlocalsplus = 2,
39259 : : .co_nlocals = 2,
39260 : : .co_nplaincellvars = 0,
39261 : : .co_ncellvars = 0,
39262 : : .co_nfreevars = 0,
39263 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
39264 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39265 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39266 : : .co_name = & const_str_load_module._ascii.ob_base,
39267 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname._ascii.ob_base,
39268 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_8_linetable.ob_base.ob_base,
39269 : : ._co_code = NULL,
39270 : : ._co_linearray = NULL,
39271 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
39272 : : ._co_firsttraceable = 0,
39273 : : };
39274 : : static
39275 : : struct {
39276 : : PyASCIIObject _ascii;
39277 : : uint8_t _data[16];
39278 : : }
39279 : : const_str_NamespaceReader = {
39280 : : ._ascii = {
39281 : : .ob_base = {
39282 : : .ob_refcnt = 999999999,
39283 : : .ob_type = &PyUnicode_Type,
39284 : : },
39285 : : .length = 15,
39286 : : .hash = -1,
39287 : : .state = {
39288 : : .kind = 1,
39289 : : .compact = 1,
39290 : : .ascii = 1,
39291 : : },
39292 : : },
39293 : : ._data = "NamespaceReader",
39294 : : };
39295 : : static
39296 : : struct {
39297 : : PyGC_Head _gc_head;
39298 : : struct {
39299 : : PyObject_VAR_HEAD
39300 : : PyObject *ob_item[1];
39301 : : }_object;
39302 : : }
39303 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2 = {
39304 : : ._object = {
39305 : : .ob_base = {
39306 : : .ob_base = {
39307 : : .ob_refcnt = 999999999,
39308 : : .ob_type = &PyTuple_Type,
39309 : : },
39310 : : .ob_size = 1,
39311 : : },
39312 : : .ob_item = {
39313 : : & const_str_NamespaceReader._ascii.ob_base,
39314 : : },
39315 : : },
39316 : : };
39317 : : static
39318 : : struct {
39319 : : PyGC_Head _gc_head;
39320 : : struct {
39321 : : PyObject_VAR_HEAD
39322 : : PyObject *ob_item[3];
39323 : : }_object;
39324 : : }
39325 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_consts = {
39326 : : ._object = {
39327 : : .ob_base = {
39328 : : .ob_base = {
39329 : : .ob_refcnt = 999999999,
39330 : : .ob_type = &PyTuple_Type,
39331 : : },
39332 : : .ob_size = 3,
39333 : : },
39334 : : .ob_item = {
39335 : : Py_None,
39336 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
39337 : : & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts_2._object.ob_base.ob_base,
39338 : : },
39339 : : },
39340 : : };
39341 : : static
39342 : : struct {
39343 : : PyGC_Head _gc_head;
39344 : : struct {
39345 : : PyObject_VAR_HEAD
39346 : : PyObject *ob_item[3];
39347 : : }_object;
39348 : : }
39349 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_names = {
39350 : : ._object = {
39351 : : .ob_base = {
39352 : : .ob_base = {
39353 : : .ob_refcnt = 999999999,
39354 : : .ob_type = &PyTuple_Type,
39355 : : },
39356 : : .ob_size = 3,
39357 : : },
39358 : : .ob_item = {
39359 : : & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
39360 : : & const_str_NamespaceReader._ascii.ob_base,
39361 : : & const_str__path._ascii.ob_base,
39362 : : },
39363 : : },
39364 : : };
39365 : : static
39366 : : struct {
39367 : : PyASCIIObject _ascii;
39368 : : uint8_t _data[36];
39369 : : }
39370 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname = {
39371 : : ._ascii = {
39372 : : .ob_base = {
39373 : : .ob_refcnt = 999999999,
39374 : : .ob_type = &PyUnicode_Type,
39375 : : },
39376 : : .length = 35,
39377 : : .hash = -1,
39378 : : .state = {
39379 : : .kind = 1,
39380 : : .compact = 1,
39381 : : .ascii = 1,
39382 : : },
39383 : : },
39384 : : ._data = "NamespaceLoader.get_resource_reader",
39385 : : };
39386 : : static
39387 : : struct {
39388 : : PyObject_VAR_HEAD
39389 : : Py_hash_t ob_shash;
39390 : : char ob_sval[38];
39391 : : }
39392 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable = {
39393 : : .ob_base = {
39394 : : .ob_base = {
39395 : : .ob_refcnt = 999999999,
39396 : : .ob_type = &PyBytes_Type,
39397 : : },
39398 : : .ob_size = 37,
39399 : : },
39400 : : .ob_shash = -1,
39401 : : .ob_sval = "\x80\x00\xd8\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd0\x08\x35\xd8\x0f\x1e\x88\x7f\x98\x74\x9f\x7a\x99\x7a\xd4\x0f\x2a\xd0\x08\x2a",
39402 : : };
39403 : : static
39404 : : struct {
39405 : : PyGC_Head _gc_head;
39406 : : struct {
39407 : : PyObject_VAR_HEAD
39408 : : PyObject *ob_item[3];
39409 : : }_object;
39410 : : }
39411 : : importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames = {
39412 : : ._object = {
39413 : : .ob_base = {
39414 : : .ob_base = {
39415 : : .ob_refcnt = 999999999,
39416 : : .ob_type = &PyTuple_Type,
39417 : : },
39418 : : .ob_size = 3,
39419 : : },
39420 : : .ob_item = {
39421 : : & const_str_self._ascii.ob_base,
39422 : : & const_str_module._ascii.ob_base,
39423 : : & const_str_NamespaceReader._ascii.ob_base,
39424 : : },
39425 : : },
39426 : : };
39427 : : static
39428 : : struct _PyCode_DEF(52)
39429 : : importlib__bootstrap_external_toplevel_consts_69_consts_9 = {
39430 : : .ob_base = {
39431 : : .ob_base = {
39432 : : .ob_refcnt = 999999999,
39433 : : .ob_type = &PyCode_Type,
39434 : : },
39435 : : .ob_size = 26,
39436 : : },
39437 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_9_consts._object.ob_base.ob_base,
39438 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_consts_9_names._object.ob_base.ob_base,
39439 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39440 : : .co_flags = 3,
39441 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39442 : : ._co_linearray_entry_size = 0,
39443 : : .co_argcount = 2,
39444 : : .co_posonlyargcount = 0,
39445 : : .co_kwonlyargcount = 0,
39446 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
39447 : : .co_stacksize = 3,
39448 : : .co_firstlineno = 1385,
39449 : : .co_nlocalsplus = 3,
39450 : : .co_nlocals = 3,
39451 : : .co_nplaincellvars = 0,
39452 : : .co_ncellvars = 0,
39453 : : .co_nfreevars = 0,
39454 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_69_consts_9_localsplusnames._object.ob_base.ob_base,
39455 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
39456 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39457 : : .co_name = & const_str_get_resource_reader._ascii.ob_base,
39458 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname._ascii.ob_base,
39459 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_consts_9_linetable.ob_base.ob_base,
39460 : : ._co_code = NULL,
39461 : : ._co_linearray = NULL,
39462 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
39463 : : ._co_firsttraceable = 0,
39464 : : };
39465 : : static
39466 : : struct {
39467 : : PyGC_Head _gc_head;
39468 : : struct {
39469 : : PyObject_VAR_HEAD
39470 : : PyObject *ob_item[11];
39471 : : }_object;
39472 : : }
39473 : : importlib__bootstrap_external_toplevel_consts_69_consts = {
39474 : : ._object = {
39475 : : .ob_base = {
39476 : : .ob_base = {
39477 : : .ob_refcnt = 999999999,
39478 : : .ob_type = &PyTuple_Type,
39479 : : },
39480 : : .ob_size = 11,
39481 : : },
39482 : : .ob_item = {
39483 : : & const_str_NamespaceLoader._ascii.ob_base,
39484 : : & importlib__bootstrap_external_toplevel_consts_69_consts_1.ob_base.ob_base,
39485 : : & importlib__bootstrap_external_toplevel_consts_69_consts_2.ob_base.ob_base,
39486 : : & importlib__bootstrap_external_toplevel_consts_69_consts_3.ob_base.ob_base,
39487 : : & importlib__bootstrap_external_toplevel_consts_69_consts_4.ob_base.ob_base,
39488 : : & importlib__bootstrap_external_toplevel_consts_69_consts_5.ob_base.ob_base,
39489 : : & importlib__bootstrap_external_toplevel_consts_69_consts_6.ob_base.ob_base,
39490 : : & importlib__bootstrap_external_toplevel_consts_69_consts_7.ob_base.ob_base,
39491 : : & importlib__bootstrap_external_toplevel_consts_69_consts_8.ob_base.ob_base,
39492 : : & importlib__bootstrap_external_toplevel_consts_69_consts_9.ob_base.ob_base,
39493 : : Py_None,
39494 : : },
39495 : : },
39496 : : };
39497 : : static
39498 : : struct {
39499 : : PyGC_Head _gc_head;
39500 : : struct {
39501 : : PyObject_VAR_HEAD
39502 : : PyObject *ob_item[13];
39503 : : }_object;
39504 : : }
39505 : : importlib__bootstrap_external_toplevel_consts_69_names = {
39506 : : ._object = {
39507 : : .ob_base = {
39508 : : .ob_base = {
39509 : : .ob_refcnt = 999999999,
39510 : : .ob_type = &PyTuple_Type,
39511 : : },
39512 : : .ob_size = 13,
39513 : : },
39514 : : .ob_item = {
39515 : : &_Py_ID(__name__),
39516 : : &_Py_ID(__module__),
39517 : : &_Py_ID(__qualname__),
39518 : : &_Py_ID(__init__),
39519 : : & const_str_staticmethod._ascii.ob_base,
39520 : : & const_str_module_repr._ascii.ob_base,
39521 : : & const_str_is_package._ascii.ob_base,
39522 : : &_Py_ID(get_source),
39523 : : & const_str_get_code._ascii.ob_base,
39524 : : & const_str_create_module._ascii.ob_base,
39525 : : & const_str_exec_module._ascii.ob_base,
39526 : : & const_str_load_module._ascii.ob_base,
39527 : : & const_str_get_resource_reader._ascii.ob_base,
39528 : : },
39529 : : },
39530 : : };
39531 : : static
39532 : : struct {
39533 : : PyObject_VAR_HEAD
39534 : : Py_hash_t ob_shash;
39535 : : char ob_sval[172];
39536 : : }
39537 : : importlib__bootstrap_external_toplevel_consts_69_linetable = {
39538 : : .ob_base = {
39539 : : .ob_base = {
39540 : : .ob_refcnt = 999999999,
39541 : : .ob_type = &PyBytes_Type,
39542 : : },
39543 : : .ob_size = 171,
39544 : : },
39545 : : .ob_shash = -1,
39546 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x3d\xf0\x00\x01\x05\x3d\xf0\x00\x01\x05\x3d\xf0\x06\x00\x06\x12\xf0\x02\x08\x05\x43\x01\xf0\x00\x08\x05\x43\x01\xf4\x03\x00\x06\x12\xf0\x02\x08\x05\x43\x01\xf0\x14\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x12\xf0\x00\x01\x05\x12\xf0\x00\x01\x05\x12\xf0\x06\x01\x05\x42\x01\xf0\x00\x01\x05\x42\x01\xf0\x00\x01\x05\x42\x01\xf0\x06\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x00\x01\x05\x39\xf0\x06\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x06\x0a\x05\x3c\xf0\x00\x0a\x05\x3c\xf0\x00\x0a\x05\x3c\xf0\x18\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b\xf0\x00\x02\x05\x2b",
39547 : : };
39548 : : static
39549 : : struct _PyCode_DEF(80)
39550 : : importlib__bootstrap_external_toplevel_consts_69 = {
39551 : : .ob_base = {
39552 : : .ob_base = {
39553 : : .ob_refcnt = 999999999,
39554 : : .ob_type = &PyCode_Type,
39555 : : },
39556 : : .ob_size = 40,
39557 : : },
39558 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts._object.ob_base.ob_base,
39559 : : .co_names = & importlib__bootstrap_external_toplevel_consts_69_names._object.ob_base.ob_base,
39560 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39561 : : .co_flags = 0,
39562 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39563 : : ._co_linearray_entry_size = 0,
39564 : : .co_argcount = 0,
39565 : : .co_posonlyargcount = 0,
39566 : : .co_kwonlyargcount = 0,
39567 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
39568 : : .co_stacksize = 2,
39569 : : .co_firstlineno = 1343,
39570 : : .co_nlocalsplus = 0,
39571 : : .co_nlocals = 0,
39572 : : .co_nplaincellvars = 0,
39573 : : .co_ncellvars = 0,
39574 : : .co_nfreevars = 0,
39575 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
39576 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
39577 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39578 : : .co_name = & const_str_NamespaceLoader._ascii.ob_base,
39579 : : .co_qualname = & const_str_NamespaceLoader._ascii.ob_base,
39580 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_69_linetable.ob_base.ob_base,
39581 : : ._co_code = NULL,
39582 : : ._co_linearray = NULL,
39583 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x84\x00\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0a\x53\x00",
39584 : : ._co_firsttraceable = 0,
39585 : : };
39586 : : static
39587 : : struct {
39588 : : PyASCIIObject _ascii;
39589 : : uint8_t _data[11];
39590 : : }
39591 : : const_str_PathFinder = {
39592 : : ._ascii = {
39593 : : .ob_base = {
39594 : : .ob_refcnt = 999999999,
39595 : : .ob_type = &PyUnicode_Type,
39596 : : },
39597 : : .length = 10,
39598 : : .hash = -1,
39599 : : .state = {
39600 : : .kind = 1,
39601 : : .compact = 1,
39602 : : .ascii = 1,
39603 : : },
39604 : : },
39605 : : ._data = "PathFinder",
39606 : : };
39607 : : static
39608 : : struct {
39609 : : PyASCIIObject _ascii;
39610 : : uint8_t _data[63];
39611 : : }
39612 : : importlib__bootstrap_external_toplevel_consts_71_consts_1 = {
39613 : : ._ascii = {
39614 : : .ob_base = {
39615 : : .ob_refcnt = 999999999,
39616 : : .ob_type = &PyUnicode_Type,
39617 : : },
39618 : : .length = 62,
39619 : : .hash = -1,
39620 : : .state = {
39621 : : .kind = 1,
39622 : : .compact = 1,
39623 : : .ascii = 1,
39624 : : },
39625 : : },
39626 : : ._data = "Meta path finder for sys.path and package __path__ attributes.",
39627 : : };
39628 : : static
39629 : : struct {
39630 : : PyASCIIObject _ascii;
39631 : : uint8_t _data[126];
39632 : : }
39633 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0 = {
39634 : : ._ascii = {
39635 : : .ob_base = {
39636 : : .ob_refcnt = 999999999,
39637 : : .ob_type = &PyUnicode_Type,
39638 : : },
39639 : : .length = 125,
39640 : : .hash = -1,
39641 : : .state = {
39642 : : .kind = 1,
39643 : : .compact = 1,
39644 : : .ascii = 1,
39645 : : },
39646 : : },
39647 : : ._data = "\x43\x61\x6c\x6c\x20\x74\x68\x65\x20\x69\x6e\x76\x61\x6c\x69\x64\x61\x74\x65\x5f\x63\x61\x63\x68\x65\x73\x28\x29\x20\x6d\x65\x74\x68\x6f\x64\x20\x6f\x6e\x20\x61\x6c\x6c\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x66\x69\x6e\x64\x65\x72\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x72\x65\x64\x20\x69\x6e\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x73\x20\x28\x77\x68\x65\x72\x65\x20\x69\x6d\x70\x6c\x65\x6d\x65\x6e\x74\x65\x64\x29\x2e",
39648 : : };
39649 : : static
39650 : : struct {
39651 : : PyASCIIObject _ascii;
39652 : : uint8_t _data[18];
39653 : : }
39654 : : const_str_invalidate_caches = {
39655 : : ._ascii = {
39656 : : .ob_base = {
39657 : : .ob_refcnt = 999999999,
39658 : : .ob_type = &PyUnicode_Type,
39659 : : },
39660 : : .length = 17,
39661 : : .hash = -1,
39662 : : .state = {
39663 : : .kind = 1,
39664 : : .compact = 1,
39665 : : .ascii = 1,
39666 : : },
39667 : : },
39668 : : ._data = "invalidate_caches",
39669 : : };
39670 : : static
39671 : : struct {
39672 : : PyGC_Head _gc_head;
39673 : : struct {
39674 : : PyObject_VAR_HEAD
39675 : : PyObject *ob_item[4];
39676 : : }_object;
39677 : : }
39678 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_consts = {
39679 : : ._object = {
39680 : : .ob_base = {
39681 : : .ob_base = {
39682 : : .ob_refcnt = 999999999,
39683 : : .ob_type = &PyTuple_Type,
39684 : : },
39685 : : .ob_size = 4,
39686 : : },
39687 : : .ob_item = {
39688 : : & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0._ascii.ob_base,
39689 : : Py_None,
39690 : : & const_str_invalidate_caches._ascii.ob_base,
39691 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
39692 : : },
39693 : : },
39694 : : };
39695 : : static
39696 : : struct {
39697 : : PyASCIIObject _ascii;
39698 : : uint8_t _data[20];
39699 : : }
39700 : : const_str_path_importer_cache = {
39701 : : ._ascii = {
39702 : : .ob_base = {
39703 : : .ob_refcnt = 999999999,
39704 : : .ob_type = &PyUnicode_Type,
39705 : : },
39706 : : .length = 19,
39707 : : .hash = -1,
39708 : : .state = {
39709 : : .kind = 1,
39710 : : .compact = 1,
39711 : : .ascii = 1,
39712 : : },
39713 : : },
39714 : : ._data = "path_importer_cache",
39715 : : };
39716 : : static
39717 : : struct {
39718 : : PyGC_Head _gc_head;
39719 : : struct {
39720 : : PyObject_VAR_HEAD
39721 : : PyObject *ob_item[9];
39722 : : }_object;
39723 : : }
39724 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_names = {
39725 : : ._object = {
39726 : : .ob_base = {
39727 : : .ob_base = {
39728 : : .ob_refcnt = 999999999,
39729 : : .ob_type = &PyTuple_Type,
39730 : : },
39731 : : .ob_size = 9,
39732 : : },
39733 : : .ob_item = {
39734 : : & const_str_list._ascii.ob_base,
39735 : : & const_str_sys._ascii.ob_base,
39736 : : & const_str_path_importer_cache._ascii.ob_base,
39737 : : &_Py_ID(items),
39738 : : & const_str__path_isabs._ascii.ob_base,
39739 : : & const_str_hasattr._ascii.ob_base,
39740 : : & const_str_invalidate_caches._ascii.ob_base,
39741 : : & const_str__NamespacePath._ascii.ob_base,
39742 : : & const_str__epoch._ascii.ob_base,
39743 : : },
39744 : : },
39745 : : };
39746 : : static
39747 : : struct {
39748 : : PyASCIIObject _ascii;
39749 : : uint8_t _data[29];
39750 : : }
39751 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname = {
39752 : : ._ascii = {
39753 : : .ob_base = {
39754 : : .ob_refcnt = 999999999,
39755 : : .ob_type = &PyUnicode_Type,
39756 : : },
39757 : : .length = 28,
39758 : : .hash = -1,
39759 : : .state = {
39760 : : .kind = 1,
39761 : : .compact = 1,
39762 : : .ascii = 1,
39763 : : },
39764 : : },
39765 : : ._data = "PathFinder.invalidate_caches",
39766 : : };
39767 : : static
39768 : : struct {
39769 : : PyObject_VAR_HEAD
39770 : : Py_hash_t ob_shash;
39771 : : char ob_sval[148];
39772 : : }
39773 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable = {
39774 : : .ob_base = {
39775 : : .ob_base = {
39776 : : .ob_refcnt = 999999999,
39777 : : .ob_type = &PyBytes_Type,
39778 : : },
39779 : : .ob_size = 147,
39780 : : },
39781 : : .ob_shash = -1,
39782 : : .ob_sval = "\x80\x00\xf5\x08\x00\x1d\x21\xa5\x13\xd7\x21\x38\xd1\x21\x38\xd7\x21\x3e\xd1\x21\x3e\xd4\x21\x40\xd4\x1c\x41\xf0\x00\x06\x09\x2b\xf1\x00\x06\x09\x2b\x89\x4c\x88\x44\x90\x26\xf0\x06\x00\x10\x16\xf0\x00\x03\x0d\x2b\xa5\x5b\xb0\x14\xd4\x25\x36\xf0\x00\x03\x0d\x2b\xdd\x14\x17\xd7\x14\x2b\xd1\x14\x2b\xa8\x44\xd0\x14\x31\xd0\x14\x31\xdd\x11\x18\x98\x16\xd0\x21\x34\xd4\x11\x35\xf0\x00\x01\x0d\x2b\xd8\x10\x16\xd7\x10\x28\xd1\x10\x28\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf5\x06\x00\x09\x17\xd0\x08\x1d\xd7\x08\x1d\xd1\x08\x1d\xa0\x11\xd1\x08\x22\xd0\x08\x1d\xd4\x08\x1d\xd0\x08\x1d\xd0\x08\x1d",
39783 : : };
39784 : : static
39785 : : struct {
39786 : : PyGC_Head _gc_head;
39787 : : struct {
39788 : : PyObject_VAR_HEAD
39789 : : PyObject *ob_item[2];
39790 : : }_object;
39791 : : }
39792 : : importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames = {
39793 : : ._object = {
39794 : : .ob_base = {
39795 : : .ob_base = {
39796 : : .ob_refcnt = 999999999,
39797 : : .ob_type = &PyTuple_Type,
39798 : : },
39799 : : .ob_size = 2,
39800 : : },
39801 : : .ob_item = {
39802 : : &_Py_ID(name),
39803 : : & const_str_finder._ascii.ob_base,
39804 : : },
39805 : : },
39806 : : };
39807 : : static
39808 : : struct _PyCode_DEF(288)
39809 : : importlib__bootstrap_external_toplevel_consts_71_consts_2 = {
39810 : : .ob_base = {
39811 : : .ob_base = {
39812 : : .ob_refcnt = 999999999,
39813 : : .ob_type = &PyCode_Type,
39814 : : },
39815 : : .ob_size = 144,
39816 : : },
39817 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_2_consts._object.ob_base.ob_base,
39818 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_2_names._object.ob_base.ob_base,
39819 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
39820 : : .co_flags = 3,
39821 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
39822 : : ._co_linearray_entry_size = 0,
39823 : : .co_argcount = 0,
39824 : : .co_posonlyargcount = 0,
39825 : : .co_kwonlyargcount = 0,
39826 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
39827 : : .co_stacksize = 5,
39828 : : .co_firstlineno = 1400,
39829 : : .co_nlocalsplus = 2,
39830 : : .co_nlocals = 2,
39831 : : .co_nplaincellvars = 0,
39832 : : .co_ncellvars = 0,
39833 : : .co_nfreevars = 0,
39834 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_2_localsplusnames._object.ob_base.ob_base,
39835 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
39836 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
39837 : : .co_name = & const_str_invalidate_caches._ascii.ob_base,
39838 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname._ascii.ob_base,
39839 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_2_linetable.ob_base.ob_base,
39840 : : ._co_code = NULL,
39841 : : ._co_linearray = NULL,
39842 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x46\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x01\x7c\x01\x81\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3d\x00\x8c\x28\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x36\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7a\x0d\x00\x00\x63\x02\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
39843 : : ._co_firsttraceable = 0,
39844 : : };
39845 : : static
39846 : : struct {
39847 : : PyASCIIObject _ascii;
39848 : : uint8_t _data[47];
39849 : : }
39850 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0 = {
39851 : : ._ascii = {
39852 : : .ob_base = {
39853 : : .ob_refcnt = 999999999,
39854 : : .ob_type = &PyUnicode_Type,
39855 : : },
39856 : : .length = 46,
39857 : : .hash = -1,
39858 : : .state = {
39859 : : .kind = 1,
39860 : : .compact = 1,
39861 : : .ascii = 1,
39862 : : },
39863 : : },
39864 : : ._data = "Search sys.path_hooks for a finder for 'path'.",
39865 : : };
39866 : : static
39867 : : struct {
39868 : : PyASCIIObject _ascii;
39869 : : uint8_t _data[24];
39870 : : }
39871 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2 = {
39872 : : ._ascii = {
39873 : : .ob_base = {
39874 : : .ob_refcnt = 999999999,
39875 : : .ob_type = &PyUnicode_Type,
39876 : : },
39877 : : .length = 23,
39878 : : .hash = -1,
39879 : : .state = {
39880 : : .kind = 1,
39881 : : .compact = 1,
39882 : : .ascii = 1,
39883 : : },
39884 : : },
39885 : : ._data = "sys.path_hooks is empty",
39886 : : };
39887 : : static
39888 : : struct {
39889 : : PyGC_Head _gc_head;
39890 : : struct {
39891 : : PyObject_VAR_HEAD
39892 : : PyObject *ob_item[3];
39893 : : }_object;
39894 : : }
39895 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_consts = {
39896 : : ._object = {
39897 : : .ob_base = {
39898 : : .ob_base = {
39899 : : .ob_refcnt = 999999999,
39900 : : .ob_type = &PyTuple_Type,
39901 : : },
39902 : : .ob_size = 3,
39903 : : },
39904 : : .ob_item = {
39905 : : & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0._ascii.ob_base,
39906 : : Py_None,
39907 : : & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2._ascii.ob_base,
39908 : : },
39909 : : },
39910 : : };
39911 : : static
39912 : : struct {
39913 : : PyASCIIObject _ascii;
39914 : : uint8_t _data[11];
39915 : : }
39916 : : const_str_path_hooks = {
39917 : : ._ascii = {
39918 : : .ob_base = {
39919 : : .ob_refcnt = 999999999,
39920 : : .ob_type = &PyUnicode_Type,
39921 : : },
39922 : : .length = 10,
39923 : : .hash = -1,
39924 : : .state = {
39925 : : .kind = 1,
39926 : : .compact = 1,
39927 : : .ascii = 1,
39928 : : },
39929 : : },
39930 : : ._data = "path_hooks",
39931 : : };
39932 : : static
39933 : : struct {
39934 : : PyGC_Head _gc_head;
39935 : : struct {
39936 : : PyObject_VAR_HEAD
39937 : : PyObject *ob_item[6];
39938 : : }_object;
39939 : : }
39940 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_names = {
39941 : : ._object = {
39942 : : .ob_base = {
39943 : : .ob_base = {
39944 : : .ob_refcnt = 999999999,
39945 : : .ob_type = &PyTuple_Type,
39946 : : },
39947 : : .ob_size = 6,
39948 : : },
39949 : : .ob_item = {
39950 : : & const_str_sys._ascii.ob_base,
39951 : : & const_str_path_hooks._ascii.ob_base,
39952 : : & const_str__warnings._ascii.ob_base,
39953 : : & const_str_warn._ascii.ob_base,
39954 : : & const_str_ImportWarning._ascii.ob_base,
39955 : : & const_str_ImportError._ascii.ob_base,
39956 : : },
39957 : : },
39958 : : };
39959 : : static
39960 : : struct {
39961 : : PyASCIIObject _ascii;
39962 : : uint8_t _data[12];
39963 : : }
39964 : : const_str__path_hooks = {
39965 : : ._ascii = {
39966 : : .ob_base = {
39967 : : .ob_refcnt = 999999999,
39968 : : .ob_type = &PyUnicode_Type,
39969 : : },
39970 : : .length = 11,
39971 : : .hash = -1,
39972 : : .state = {
39973 : : .kind = 1,
39974 : : .compact = 1,
39975 : : .ascii = 1,
39976 : : },
39977 : : },
39978 : : ._data = "_path_hooks",
39979 : : };
39980 : : static
39981 : : struct {
39982 : : PyASCIIObject _ascii;
39983 : : uint8_t _data[23];
39984 : : }
39985 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname = {
39986 : : ._ascii = {
39987 : : .ob_base = {
39988 : : .ob_refcnt = 999999999,
39989 : : .ob_type = &PyUnicode_Type,
39990 : : },
39991 : : .length = 22,
39992 : : .hash = -1,
39993 : : .state = {
39994 : : .kind = 1,
39995 : : .compact = 1,
39996 : : .ascii = 1,
39997 : : },
39998 : : },
39999 : : ._data = "PathFinder._path_hooks",
40000 : : };
40001 : : static
40002 : : struct {
40003 : : PyObject_VAR_HEAD
40004 : : Py_hash_t ob_shash;
40005 : : char ob_sval[131];
40006 : : }
40007 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable = {
40008 : : .ob_base = {
40009 : : .ob_base = {
40010 : : .ob_refcnt = 999999999,
40011 : : .ob_type = &PyBytes_Type,
40012 : : },
40013 : : .ob_size = 130,
40014 : : },
40015 : : .ob_shash = -1,
40016 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x0f\x8f\x3e\x89\x3e\xf0\x00\x01\x09\x45\x01\xad\x63\xaf\x6e\xa9\x6e\xf0\x00\x01\x09\x45\x01\xdd\x0c\x1a\x8f\x4e\x89\x4e\xd0\x1b\x34\xb5\x6d\xd4\x0c\x44\xd0\x0c\x44\xdd\x14\x17\x97\x4e\x91\x4e\xf0\x00\x06\x09\x18\xf1\x00\x06\x09\x18\x88\x44\xf0\x02\x03\x0d\x19\xd8\x17\x1b\x90\x74\x98\x44\x94\x7a\xd0\x10\x21\xd0\x10\x21\xd0\x10\x21\xf0\x08\x00\x14\x18\x90\x34\xf8\xf5\x07\x00\x14\x1f\xf0\x00\x01\x0d\x19\xf0\x00\x01\x0d\x19\xf0\x00\x01\x0d\x19\xd8\x10\x18\x90\x08\xf0\x03\x01\x0d\x19\xf8\xf8\xf8",
40017 : : };
40018 : : static
40019 : : struct {
40020 : : PyObject_VAR_HEAD
40021 : : Py_hash_t ob_shash;
40022 : : char ob_sval[19];
40023 : : }
40024 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable = {
40025 : : .ob_base = {
40026 : : .ob_base = {
40027 : : .ob_refcnt = 999999999,
40028 : : .ob_type = &PyBytes_Type,
40029 : : },
40030 : : .ob_size = 18,
40031 : : },
40032 : : .ob_shash = -1,
40033 : : .ob_sval = "\xc1\x15\x08\x41\x22\x02\xc1\x22\x0a\x41\x2f\x05\xc1\x2e\x01\x41\x2f\x05",
40034 : : };
40035 : : static
40036 : : struct {
40037 : : PyASCIIObject _ascii;
40038 : : uint8_t _data[5];
40039 : : }
40040 : : const_str_hook = {
40041 : : ._ascii = {
40042 : : .ob_base = {
40043 : : .ob_refcnt = 999999999,
40044 : : .ob_type = &PyUnicode_Type,
40045 : : },
40046 : : .length = 4,
40047 : : .hash = -1,
40048 : : .state = {
40049 : : .kind = 1,
40050 : : .compact = 1,
40051 : : .ascii = 1,
40052 : : },
40053 : : },
40054 : : ._data = "hook",
40055 : : };
40056 : : static
40057 : : struct {
40058 : : PyGC_Head _gc_head;
40059 : : struct {
40060 : : PyObject_VAR_HEAD
40061 : : PyObject *ob_item[2];
40062 : : }_object;
40063 : : }
40064 : : importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames = {
40065 : : ._object = {
40066 : : .ob_base = {
40067 : : .ob_base = {
40068 : : .ob_refcnt = 999999999,
40069 : : .ob_type = &PyTuple_Type,
40070 : : },
40071 : : .ob_size = 2,
40072 : : },
40073 : : .ob_item = {
40074 : : &_Py_ID(path),
40075 : : & const_str_hook._ascii.ob_base,
40076 : : },
40077 : : },
40078 : : };
40079 : : static
40080 : : struct _PyCode_DEF(228)
40081 : : importlib__bootstrap_external_toplevel_consts_71_consts_3 = {
40082 : : .ob_base = {
40083 : : .ob_base = {
40084 : : .ob_refcnt = 999999999,
40085 : : .ob_type = &PyCode_Type,
40086 : : },
40087 : : .ob_size = 114,
40088 : : },
40089 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_3_consts._object.ob_base.ob_base,
40090 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_3_names._object.ob_base.ob_base,
40091 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_exceptiontable.ob_base.ob_base,
40092 : : .co_flags = 3,
40093 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40094 : : ._co_linearray_entry_size = 0,
40095 : : .co_argcount = 1,
40096 : : .co_posonlyargcount = 0,
40097 : : .co_kwonlyargcount = 0,
40098 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
40099 : : .co_stacksize = 5,
40100 : : .co_firstlineno = 1415,
40101 : : .co_nlocalsplus = 2,
40102 : : .co_nlocals = 2,
40103 : : .co_nplaincellvars = 0,
40104 : : .co_ncellvars = 0,
40105 : : .co_nfreevars = 0,
40106 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_3_localsplusnames._object.ob_base.ob_base,
40107 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
40108 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40109 : : .co_name = & const_str__path_hooks._ascii.ob_base,
40110 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname._ascii.ob_base,
40111 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_3_linetable.ob_base.ob_base,
40112 : : ._co_code = NULL,
40113 : : ._co_linearray = NULL,
40114 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2e\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0d\x00\x00\x7d\x01\x09\x00\x02\x00\x7c\x01\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x1d\x77\x00\x78\x03\x59\x00\x77\x01",
40115 : : ._co_firsttraceable = 0,
40116 : : };
40117 : : static
40118 : : struct {
40119 : : PyASCIIObject _ascii;
40120 : : uint8_t _data[211];
40121 : : }
40122 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0 = {
40123 : : ._ascii = {
40124 : : .ob_base = {
40125 : : .ob_refcnt = 999999999,
40126 : : .ob_type = &PyUnicode_Type,
40127 : : },
40128 : : .length = 210,
40129 : : .hash = -1,
40130 : : .state = {
40131 : : .kind = 1,
40132 : : .compact = 1,
40133 : : .ascii = 1,
40134 : : },
40135 : : },
40136 : : ._data = "\x47\x65\x74\x20\x74\x68\x65\x20\x66\x69\x6e\x64\x65\x72\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x66\x72\x6f\x6d\x20\x73\x79\x73\x2e\x70\x61\x74\x68\x5f\x69\x6d\x70\x6f\x72\x74\x65\x72\x5f\x63\x61\x63\x68\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x66\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x65\x6e\x74\x72\x79\x20\x69\x73\x20\x6e\x6f\x74\x20\x69\x6e\x20\x74\x68\x65\x20\x63\x61\x63\x68\x65\x2c\x20\x66\x69\x6e\x64\x20\x74\x68\x65\x20\x61\x70\x70\x72\x6f\x70\x72\x69\x61\x74\x65\x20\x66\x69\x6e\x64\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x6e\x64\x20\x63\x61\x63\x68\x65\x20\x69\x74\x2e\x20\x49\x66\x20\x6e\x6f\x20\x66\x69\x6e\x64\x65\x72\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x2c\x20\x73\x74\x6f\x72\x65\x20\x4e\x6f\x6e\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20",
40137 : : };
40138 : : static
40139 : : struct {
40140 : : PyGC_Head _gc_head;
40141 : : struct {
40142 : : PyObject_VAR_HEAD
40143 : : PyObject *ob_item[3];
40144 : : }_object;
40145 : : }
40146 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_consts = {
40147 : : ._object = {
40148 : : .ob_base = {
40149 : : .ob_base = {
40150 : : .ob_refcnt = 999999999,
40151 : : .ob_type = &PyTuple_Type,
40152 : : },
40153 : : .ob_size = 3,
40154 : : },
40155 : : .ob_item = {
40156 : : & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0._ascii.ob_base,
40157 : : &_Py_STR(empty),
40158 : : Py_None,
40159 : : },
40160 : : },
40161 : : };
40162 : : static
40163 : : struct {
40164 : : PyASCIIObject _ascii;
40165 : : uint8_t _data[18];
40166 : : }
40167 : : const_str_FileNotFoundError = {
40168 : : ._ascii = {
40169 : : .ob_base = {
40170 : : .ob_refcnt = 999999999,
40171 : : .ob_type = &PyUnicode_Type,
40172 : : },
40173 : : .length = 17,
40174 : : .hash = -1,
40175 : : .state = {
40176 : : .kind = 1,
40177 : : .compact = 1,
40178 : : .ascii = 1,
40179 : : },
40180 : : },
40181 : : ._data = "FileNotFoundError",
40182 : : };
40183 : : static
40184 : : struct {
40185 : : PyGC_Head _gc_head;
40186 : : struct {
40187 : : PyObject_VAR_HEAD
40188 : : PyObject *ob_item[7];
40189 : : }_object;
40190 : : }
40191 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_names = {
40192 : : ._object = {
40193 : : .ob_base = {
40194 : : .ob_base = {
40195 : : .ob_refcnt = 999999999,
40196 : : .ob_type = &PyTuple_Type,
40197 : : },
40198 : : .ob_size = 7,
40199 : : },
40200 : : .ob_item = {
40201 : : & const_str__os._ascii.ob_base,
40202 : : & const_str_getcwd._ascii.ob_base,
40203 : : & const_str_FileNotFoundError._ascii.ob_base,
40204 : : & const_str_sys._ascii.ob_base,
40205 : : & const_str_path_importer_cache._ascii.ob_base,
40206 : : & const_str_KeyError._ascii.ob_base,
40207 : : & const_str__path_hooks._ascii.ob_base,
40208 : : },
40209 : : },
40210 : : };
40211 : : static
40212 : : struct {
40213 : : PyASCIIObject _ascii;
40214 : : uint8_t _data[21];
40215 : : }
40216 : : const_str__path_importer_cache = {
40217 : : ._ascii = {
40218 : : .ob_base = {
40219 : : .ob_refcnt = 999999999,
40220 : : .ob_type = &PyUnicode_Type,
40221 : : },
40222 : : .length = 20,
40223 : : .hash = -1,
40224 : : .state = {
40225 : : .kind = 1,
40226 : : .compact = 1,
40227 : : .ascii = 1,
40228 : : },
40229 : : },
40230 : : ._data = "_path_importer_cache",
40231 : : };
40232 : : static
40233 : : struct {
40234 : : PyASCIIObject _ascii;
40235 : : uint8_t _data[32];
40236 : : }
40237 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname = {
40238 : : ._ascii = {
40239 : : .ob_base = {
40240 : : .ob_refcnt = 999999999,
40241 : : .ob_type = &PyUnicode_Type,
40242 : : },
40243 : : .length = 31,
40244 : : .hash = -1,
40245 : : .state = {
40246 : : .kind = 1,
40247 : : .compact = 1,
40248 : : .ascii = 1,
40249 : : },
40250 : : },
40251 : : ._data = "PathFinder._path_importer_cache",
40252 : : };
40253 : : static
40254 : : struct {
40255 : : PyObject_VAR_HEAD
40256 : : Py_hash_t ob_shash;
40257 : : char ob_sval[164];
40258 : : }
40259 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable = {
40260 : : .ob_base = {
40261 : : .ob_base = {
40262 : : .ob_refcnt = 999999999,
40263 : : .ob_type = &PyBytes_Type,
40264 : : },
40265 : : .ob_size = 163,
40266 : : },
40267 : : .ob_shash = -1,
40268 : : .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x10\x90\x32\x8a\x3a\xf0\x00\x06\x09\x1c\xf0\x02\x05\x0d\x1c\xdd\x17\x21\x97\x7a\x91\x7a\x94\x7c\x90\x04\xf0\x0a\x04\x09\x33\xdd\x15\x18\xd7\x15\x2c\xd1\x15\x2c\xa8\x54\xd4\x15\x32\x88\x46\xf0\x08\x00\x10\x16\x88\x0d\xf8\xf5\x13\x00\x14\x25\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x06\x00\x18\x1c\x90\x74\x90\x74\xf0\x07\x03\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x0c\x00\x10\x18\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xf0\x00\x02\x09\x33\xd8\x15\x18\x97\x5f\x91\x5f\xa0\x54\xd4\x15\x2a\x88\x46\xd8\x2c\x32\x8d\x43\xd7\x0c\x23\xd1\x0c\x23\xa0\x44\xd1\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xf0\x05\x02\x09\x33\xf8\xf8\xf8",
40269 : : };
40270 : : static
40271 : : struct {
40272 : : PyObject_VAR_HEAD
40273 : : Py_hash_t ob_shash;
40274 : : char ob_sval[33];
40275 : : }
40276 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable = {
40277 : : .ob_base = {
40278 : : .ob_base = {
40279 : : .ob_refcnt = 999999999,
40280 : : .ob_type = &PyBytes_Type,
40281 : : },
40282 : : .ob_size = 32,
40283 : : },
40284 : : .ob_shash = -1,
40285 : : .ob_sval = "\x88\x16\x38\x00\x9f\x17\x41\x09\x00\xb8\x0a\x41\x06\x03\xc1\x05\x01\x41\x06\x03\xc1\x09\x30\x41\x3c\x03\xc1\x3b\x01\x41\x3c\x03",
40286 : : };
40287 : : static
40288 : : struct {
40289 : : PyGC_Head _gc_head;
40290 : : struct {
40291 : : PyObject_VAR_HEAD
40292 : : PyObject *ob_item[3];
40293 : : }_object;
40294 : : }
40295 : : importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames = {
40296 : : ._object = {
40297 : : .ob_base = {
40298 : : .ob_base = {
40299 : : .ob_refcnt = 999999999,
40300 : : .ob_type = &PyTuple_Type,
40301 : : },
40302 : : .ob_size = 3,
40303 : : },
40304 : : .ob_item = {
40305 : : & const_str_cls._ascii.ob_base,
40306 : : &_Py_ID(path),
40307 : : & const_str_finder._ascii.ob_base,
40308 : : },
40309 : : },
40310 : : };
40311 : : static
40312 : : struct _PyCode_DEF(254)
40313 : : importlib__bootstrap_external_toplevel_consts_71_consts_4 = {
40314 : : .ob_base = {
40315 : : .ob_base = {
40316 : : .ob_refcnt = 999999999,
40317 : : .ob_type = &PyCode_Type,
40318 : : },
40319 : : .ob_size = 127,
40320 : : },
40321 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_4_consts._object.ob_base.ob_base,
40322 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_4_names._object.ob_base.ob_base,
40323 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_exceptiontable.ob_base.ob_base,
40324 : : .co_flags = 3,
40325 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40326 : : ._co_linearray_entry_size = 0,
40327 : : .co_argcount = 2,
40328 : : .co_posonlyargcount = 0,
40329 : : .co_kwonlyargcount = 0,
40330 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
40331 : : .co_stacksize = 4,
40332 : : .co_firstlineno = 1428,
40333 : : .co_nlocalsplus = 3,
40334 : : .co_nlocals = 3,
40335 : : .co_nplaincellvars = 0,
40336 : : .co_ncellvars = 0,
40337 : : .co_nfreevars = 0,
40338 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_4_localsplusnames._object.ob_base.ob_base,
40339 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
40340 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40341 : : .co_name = & const_str__path_importer_cache._ascii.ob_base,
40342 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname._ascii.ob_base,
40343 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_4_linetable.ob_base.ob_base,
40344 : : ._co_code = NULL,
40345 : : ._co_linearray = NULL,
40346 : : .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x17\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x29\x01\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x8c\x45\x77\x00\x78\x03\x59\x00\x77\x01",
40347 : : ._co_firsttraceable = 0,
40348 : : };
40349 : : static
40350 : : struct {
40351 : : PyASCIIObject _ascii;
40352 : : uint8_t _data[54];
40353 : : }
40354 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2 = {
40355 : : ._ascii = {
40356 : : .ob_base = {
40357 : : .ob_refcnt = 999999999,
40358 : : .ob_type = &PyUnicode_Type,
40359 : : },
40360 : : .length = 53,
40361 : : .hash = -1,
40362 : : .state = {
40363 : : .kind = 1,
40364 : : .compact = 1,
40365 : : .ascii = 1,
40366 : : },
40367 : : },
40368 : : ._data = ".find_spec() not found; falling back to find_loader()",
40369 : : };
40370 : : static
40371 : : struct {
40372 : : PyGC_Head _gc_head;
40373 : : struct {
40374 : : PyObject_VAR_HEAD
40375 : : PyObject *ob_item[4];
40376 : : }_object;
40377 : : }
40378 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_consts = {
40379 : : ._object = {
40380 : : .ob_base = {
40381 : : .ob_base = {
40382 : : .ob_refcnt = 999999999,
40383 : : .ob_type = &PyTuple_Type,
40384 : : },
40385 : : .ob_size = 4,
40386 : : },
40387 : : .ob_item = {
40388 : : Py_None,
40389 : : & const_str_find_loader._ascii.ob_base,
40390 : : & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2._ascii.ob_base,
40391 : : & importlib__bootstrap_toplevel_consts_44_consts_1._ascii.ob_base,
40392 : : },
40393 : : },
40394 : : };
40395 : : static
40396 : : struct {
40397 : : PyGC_Head _gc_head;
40398 : : struct {
40399 : : PyObject_VAR_HEAD
40400 : : PyObject *ob_item[11];
40401 : : }_object;
40402 : : }
40403 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_names = {
40404 : : ._object = {
40405 : : .ob_base = {
40406 : : .ob_base = {
40407 : : .ob_refcnt = 999999999,
40408 : : .ob_type = &PyTuple_Type,
40409 : : },
40410 : : .ob_size = 11,
40411 : : },
40412 : : .ob_item = {
40413 : : & const_str_hasattr._ascii.ob_base,
40414 : : &_Py_ID(_bootstrap),
40415 : : & const_str__object_name._ascii.ob_base,
40416 : : & const_str__warnings._ascii.ob_base,
40417 : : & const_str_warn._ascii.ob_base,
40418 : : & const_str_ImportWarning._ascii.ob_base,
40419 : : & const_str_find_loader._ascii.ob_base,
40420 : : & const_str_find_module._ascii.ob_base,
40421 : : & const_str_spec_from_loader._ascii.ob_base,
40422 : : & const_str_ModuleSpec._ascii.ob_base,
40423 : : & const_str_submodule_search_locations._ascii.ob_base,
40424 : : },
40425 : : },
40426 : : };
40427 : : static
40428 : : struct {
40429 : : PyASCIIObject _ascii;
40430 : : uint8_t _data[17];
40431 : : }
40432 : : const_str__legacy_get_spec = {
40433 : : ._ascii = {
40434 : : .ob_base = {
40435 : : .ob_refcnt = 999999999,
40436 : : .ob_type = &PyUnicode_Type,
40437 : : },
40438 : : .length = 16,
40439 : : .hash = -1,
40440 : : .state = {
40441 : : .kind = 1,
40442 : : .compact = 1,
40443 : : .ascii = 1,
40444 : : },
40445 : : },
40446 : : ._data = "_legacy_get_spec",
40447 : : };
40448 : : static
40449 : : struct {
40450 : : PyASCIIObject _ascii;
40451 : : uint8_t _data[28];
40452 : : }
40453 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname = {
40454 : : ._ascii = {
40455 : : .ob_base = {
40456 : : .ob_refcnt = 999999999,
40457 : : .ob_type = &PyUnicode_Type,
40458 : : },
40459 : : .length = 27,
40460 : : .hash = -1,
40461 : : .state = {
40462 : : .kind = 1,
40463 : : .compact = 1,
40464 : : .ascii = 1,
40465 : : },
40466 : : },
40467 : : ._data = "PathFinder._legacy_get_spec",
40468 : : };
40469 : : static
40470 : : struct {
40471 : : PyObject_VAR_HEAD
40472 : : Py_hash_t ob_shash;
40473 : : char ob_sval[219];
40474 : : }
40475 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable = {
40476 : : .ob_base = {
40477 : : .ob_base = {
40478 : : .ob_refcnt = 999999999,
40479 : : .ob_type = &PyBytes_Type,
40480 : : },
40481 : : .ob_size = 218,
40482 : : },
40483 : : .ob_shash = -1,
40484 : : .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x90\x36\x98\x3d\xd4\x0b\x29\xf0\x00\x0a\x09\x1a\xdd\x16\x20\xd7\x16\x2d\xd1\x16\x2d\xa8\x66\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x1a\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x1f\x25\xd7\x1f\x31\xd1\x1f\x31\xb0\x28\xd4\x1f\x3b\xd1\x0c\x1c\x88\x46\x90\x48\x90\x48\xe5\x16\x20\xd7\x16\x2d\xd1\x16\x2d\xa8\x66\xd4\x16\x35\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\xf0\x00\x01\x14\x34\x88\x43\xe5\x0c\x1a\x8f\x4e\x89\x4e\x98\x33\xa5\x0d\xd4\x0c\x2e\xd0\x0c\x2e\xd8\x15\x1b\xd7\x15\x27\xd1\x15\x27\xa8\x08\xd4\x15\x31\x88\x46\xd8\x17\x19\x88\x48\xd8\x0b\x11\xf0\x00\x01\x09\x41\x01\xdd\x13\x1d\xd7\x13\x2e\xd1\x13\x2e\xa8\x78\xb8\x16\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x19\xd7\x0f\x24\xd1\x0f\x24\xa0\x58\xa8\x74\xd4\x0f\x34\x88\x04\xd8\x2a\x32\x88\x04\xd4\x08\x27\xd8\x0f\x13\x88\x0b",
40485 : : };
40486 : : static
40487 : : struct {
40488 : : PyGC_Head _gc_head;
40489 : : struct {
40490 : : PyObject_VAR_HEAD
40491 : : PyObject *ob_item[7];
40492 : : }_object;
40493 : : }
40494 : : importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames = {
40495 : : ._object = {
40496 : : .ob_base = {
40497 : : .ob_base = {
40498 : : .ob_refcnt = 999999999,
40499 : : .ob_type = &PyTuple_Type,
40500 : : },
40501 : : .ob_size = 7,
40502 : : },
40503 : : .ob_item = {
40504 : : & const_str_cls._ascii.ob_base,
40505 : : & const_str_fullname._ascii.ob_base,
40506 : : & const_str_finder._ascii.ob_base,
40507 : : &_Py_ID(msg),
40508 : : & const_str_loader._ascii.ob_base,
40509 : : & const_str_portions._ascii.ob_base,
40510 : : & const_str_spec._ascii.ob_base,
40511 : : },
40512 : : },
40513 : : };
40514 : : static
40515 : : struct _PyCode_DEF(452)
40516 : : importlib__bootstrap_external_toplevel_consts_71_consts_5 = {
40517 : : .ob_base = {
40518 : : .ob_base = {
40519 : : .ob_refcnt = 999999999,
40520 : : .ob_type = &PyCode_Type,
40521 : : },
40522 : : .ob_size = 226,
40523 : : },
40524 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_5_consts._object.ob_base.ob_base,
40525 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_5_names._object.ob_base.ob_base,
40526 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40527 : : .co_flags = 3,
40528 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40529 : : ._co_linearray_entry_size = 0,
40530 : : .co_argcount = 3,
40531 : : .co_posonlyargcount = 0,
40532 : : .co_kwonlyargcount = 0,
40533 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
40534 : : .co_stacksize = 4,
40535 : : .co_firstlineno = 1450,
40536 : : .co_nlocalsplus = 7,
40537 : : .co_nlocals = 7,
40538 : : .co_nplaincellvars = 0,
40539 : : .co_ncellvars = 0,
40540 : : .co_nfreevars = 0,
40541 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_5_localsplusnames._object.ob_base.ob_base,
40542 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
40543 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40544 : : .co_name = & const_str__legacy_get_spec._ascii.ob_base,
40545 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname._ascii.ob_base,
40546 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_5_linetable.ob_base.ob_base,
40547 : : ._co_code = NULL,
40548 : : ._co_linearray = NULL,
40549 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4d\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x6e\x4b\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x03\x9d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x67\x00\x7d\x05\x7c\x04\x81\x18\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x05\x7c\x06\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x53\x00",
40550 : : ._co_firsttraceable = 0,
40551 : : };
40552 : : static
40553 : : struct {
40554 : : PyASCIIObject _ascii;
40555 : : uint8_t _data[64];
40556 : : }
40557 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0 = {
40558 : : ._ascii = {
40559 : : .ob_base = {
40560 : : .ob_refcnt = 999999999,
40561 : : .ob_type = &PyUnicode_Type,
40562 : : },
40563 : : .length = 63,
40564 : : .hash = -1,
40565 : : .state = {
40566 : : .kind = 1,
40567 : : .compact = 1,
40568 : : .ascii = 1,
40569 : : },
40570 : : },
40571 : : ._data = "Find the loader or namespace_path for this module/package name.",
40572 : : };
40573 : : static
40574 : : struct {
40575 : : PyASCIIObject _ascii;
40576 : : uint8_t _data[20];
40577 : : }
40578 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3 = {
40579 : : ._ascii = {
40580 : : .ob_base = {
40581 : : .ob_refcnt = 999999999,
40582 : : .ob_type = &PyUnicode_Type,
40583 : : },
40584 : : .length = 19,
40585 : : .hash = -1,
40586 : : .state = {
40587 : : .kind = 1,
40588 : : .compact = 1,
40589 : : .ascii = 1,
40590 : : },
40591 : : },
40592 : : ._data = "spec missing loader",
40593 : : };
40594 : : static
40595 : : struct {
40596 : : PyGC_Head _gc_head;
40597 : : struct {
40598 : : PyObject_VAR_HEAD
40599 : : PyObject *ob_item[4];
40600 : : }_object;
40601 : : }
40602 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_consts = {
40603 : : ._object = {
40604 : : .ob_base = {
40605 : : .ob_base = {
40606 : : .ob_refcnt = 999999999,
40607 : : .ob_type = &PyTuple_Type,
40608 : : },
40609 : : .ob_size = 4,
40610 : : },
40611 : : .ob_item = {
40612 : : & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0._ascii.ob_base,
40613 : : Py_None,
40614 : : & const_str_find_spec._ascii.ob_base,
40615 : : & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3._ascii.ob_base,
40616 : : },
40617 : : },
40618 : : };
40619 : : static
40620 : : struct {
40621 : : PyGC_Head _gc_head;
40622 : : struct {
40623 : : PyObject_VAR_HEAD
40624 : : PyObject *ob_item[12];
40625 : : }_object;
40626 : : }
40627 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_names = {
40628 : : ._object = {
40629 : : .ob_base = {
40630 : : .ob_base = {
40631 : : .ob_refcnt = 999999999,
40632 : : .ob_type = &PyTuple_Type,
40633 : : },
40634 : : .ob_size = 12,
40635 : : },
40636 : : .ob_item = {
40637 : : &_Py_ID(isinstance),
40638 : : & const_str_str._ascii.ob_base,
40639 : : & const_str__path_importer_cache._ascii.ob_base,
40640 : : & const_str_hasattr._ascii.ob_base,
40641 : : & const_str_find_spec._ascii.ob_base,
40642 : : & const_str__legacy_get_spec._ascii.ob_base,
40643 : : & const_str_loader._ascii.ob_base,
40644 : : & const_str_submodule_search_locations._ascii.ob_base,
40645 : : & const_str_ImportError._ascii.ob_base,
40646 : : &_Py_ID(extend),
40647 : : &_Py_ID(_bootstrap),
40648 : : & const_str_ModuleSpec._ascii.ob_base,
40649 : : },
40650 : : },
40651 : : };
40652 : : static
40653 : : struct {
40654 : : PyASCIIObject _ascii;
40655 : : uint8_t _data[10];
40656 : : }
40657 : : const_str__get_spec = {
40658 : : ._ascii = {
40659 : : .ob_base = {
40660 : : .ob_refcnt = 999999999,
40661 : : .ob_type = &PyUnicode_Type,
40662 : : },
40663 : : .length = 9,
40664 : : .hash = -1,
40665 : : .state = {
40666 : : .kind = 1,
40667 : : .compact = 1,
40668 : : .ascii = 1,
40669 : : },
40670 : : },
40671 : : ._data = "_get_spec",
40672 : : };
40673 : : static
40674 : : struct {
40675 : : PyASCIIObject _ascii;
40676 : : uint8_t _data[21];
40677 : : }
40678 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname = {
40679 : : ._ascii = {
40680 : : .ob_base = {
40681 : : .ob_refcnt = 999999999,
40682 : : .ob_type = &PyUnicode_Type,
40683 : : },
40684 : : .length = 20,
40685 : : .hash = -1,
40686 : : .state = {
40687 : : .kind = 1,
40688 : : .compact = 1,
40689 : : .ascii = 1,
40690 : : },
40691 : : },
40692 : : ._data = "PathFinder._get_spec",
40693 : : };
40694 : : static
40695 : : struct {
40696 : : PyObject_VAR_HEAD
40697 : : Py_hash_t ob_shash;
40698 : : char ob_sval[237];
40699 : : }
40700 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable = {
40701 : : .ob_base = {
40702 : : .ob_base = {
40703 : : .ob_refcnt = 999999999,
40704 : : .ob_type = &PyBytes_Type,
40705 : : },
40706 : : .ob_size = 236,
40707 : : },
40708 : : .ob_shash = -1,
40709 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x1a\x1c\x88\x0e\xd8\x15\x19\xf0\x00\x18\x09\x18\xf1\x00\x18\x09\x18\x88\x45\xdd\x13\x1d\x98\x65\xa5\x53\xd4\x13\x29\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x15\x18\xd7\x15\x2d\xd1\x15\x2d\xa8\x65\xd4\x15\x34\x88\x46\xd8\x0f\x15\xf0\x00\x10\x0d\x30\xdd\x13\x1a\x98\x36\xa0\x3b\xd4\x13\x2f\xf0\x00\x03\x11\x42\x01\xd8\x1b\x21\xd7\x1b\x2b\xd1\x1b\x2b\xa8\x48\xb0\x66\xd4\x1b\x3d\x90\x44\x90\x44\xe0\x1b\x1e\xd7\x1b\x2f\xd1\x1b\x2f\xb0\x08\xb8\x26\xd4\x1b\x41\x90\x44\xd8\x13\x17\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xd8\x13\x17\x97\x3b\x91\x3b\xf0\x00\x01\x11\x20\xd8\x1b\x1f\x90\x4b\x90\x4b\x90\x4b\xd8\x1b\x1f\xd7\x1b\x3a\xd1\x1b\x3a\x90\x08\xd8\x13\x1b\xf0\x00\x01\x11\x3d\xdd\x1a\x25\xd0\x26\x3b\xd4\x1a\x3c\xd0\x14\x3c\xf0\x0a\x00\x11\x1f\xd7\x10\x25\xd1\x10\x25\xa0\x68\xd4\x10\x2f\xd0\x10\x2f\xd0\x10\x2f\xe5\x13\x1d\xd7\x13\x28\xd1\x13\x28\xa8\x18\xb0\x34\xd4\x13\x38\x88\x44\xd8\x2e\x3c\x88\x44\xd4\x0c\x2b\xd8\x13\x17\x88\x4b",
40710 : : };
40711 : : static
40712 : : struct {
40713 : : PyASCIIObject _ascii;
40714 : : uint8_t _data[15];
40715 : : }
40716 : : const_str_namespace_path = {
40717 : : ._ascii = {
40718 : : .ob_base = {
40719 : : .ob_refcnt = 999999999,
40720 : : .ob_type = &PyUnicode_Type,
40721 : : },
40722 : : .length = 14,
40723 : : .hash = -1,
40724 : : .state = {
40725 : : .kind = 1,
40726 : : .compact = 1,
40727 : : .ascii = 1,
40728 : : },
40729 : : },
40730 : : ._data = "namespace_path",
40731 : : };
40732 : : static
40733 : : struct {
40734 : : PyASCIIObject _ascii;
40735 : : uint8_t _data[6];
40736 : : }
40737 : : const_str_entry = {
40738 : : ._ascii = {
40739 : : .ob_base = {
40740 : : .ob_refcnt = 999999999,
40741 : : .ob_type = &PyUnicode_Type,
40742 : : },
40743 : : .length = 5,
40744 : : .hash = -1,
40745 : : .state = {
40746 : : .kind = 1,
40747 : : .compact = 1,
40748 : : .ascii = 1,
40749 : : },
40750 : : },
40751 : : ._data = "entry",
40752 : : };
40753 : : static
40754 : : struct {
40755 : : PyGC_Head _gc_head;
40756 : : struct {
40757 : : PyObject_VAR_HEAD
40758 : : PyObject *ob_item[9];
40759 : : }_object;
40760 : : }
40761 : : importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames = {
40762 : : ._object = {
40763 : : .ob_base = {
40764 : : .ob_base = {
40765 : : .ob_refcnt = 999999999,
40766 : : .ob_type = &PyTuple_Type,
40767 : : },
40768 : : .ob_size = 9,
40769 : : },
40770 : : .ob_item = {
40771 : : & const_str_cls._ascii.ob_base,
40772 : : & const_str_fullname._ascii.ob_base,
40773 : : &_Py_ID(path),
40774 : : & const_str_target._ascii.ob_base,
40775 : : & const_str_namespace_path._ascii.ob_base,
40776 : : & const_str_entry._ascii.ob_base,
40777 : : & const_str_finder._ascii.ob_base,
40778 : : & const_str_spec._ascii.ob_base,
40779 : : & const_str_portions._ascii.ob_base,
40780 : : },
40781 : : },
40782 : : };
40783 : : static
40784 : : struct _PyCode_DEF(398)
40785 : : importlib__bootstrap_external_toplevel_consts_71_consts_7 = {
40786 : : .ob_base = {
40787 : : .ob_base = {
40788 : : .ob_refcnt = 999999999,
40789 : : .ob_type = &PyCode_Type,
40790 : : },
40791 : : .ob_size = 199,
40792 : : },
40793 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_7_consts._object.ob_base.ob_base,
40794 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_7_names._object.ob_base.ob_base,
40795 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40796 : : .co_flags = 3,
40797 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40798 : : ._co_linearray_entry_size = 0,
40799 : : .co_argcount = 4,
40800 : : .co_posonlyargcount = 0,
40801 : : .co_kwonlyargcount = 0,
40802 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
40803 : : .co_stacksize = 5,
40804 : : .co_firstlineno = 1471,
40805 : : .co_nlocalsplus = 9,
40806 : : .co_nlocals = 9,
40807 : : .co_nplaincellvars = 0,
40808 : : .co_ncellvars = 0,
40809 : : .co_nfreevars = 0,
40810 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_7_localsplusnames._object.ob_base.ob_base,
40811 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
40812 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40813 : : .co_name = & const_str__get_spec._ascii.ob_base,
40814 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname._ascii.ob_base,
40815 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_7_linetable.ob_base.ob_base,
40816 : : ._co_code = NULL,
40817 : : ._co_linearray = NULL,
40818 : : .co_code_adaptive = "\x97\x00\x67\x00\x7d\x04\x7c\x02\x44\x00\x5d\x9f\x00\x00\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x8c\x17\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xae\x2b\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x06\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x13\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x01\x8c\x63\x7c\x07\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x04\x7c\x07\x63\x02\x01\x00\x53\x00\x7c\x07\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xa1\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\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",
40819 : : ._co_firsttraceable = 0,
40820 : : };
40821 : : static
40822 : : struct {
40823 : : PyASCIIObject _ascii;
40824 : : uint8_t _data[142];
40825 : : }
40826 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0 = {
40827 : : ._ascii = {
40828 : : .ob_base = {
40829 : : .ob_refcnt = 999999999,
40830 : : .ob_type = &PyUnicode_Type,
40831 : : },
40832 : : .length = 141,
40833 : : .hash = -1,
40834 : : .state = {
40835 : : .kind = 1,
40836 : : .compact = 1,
40837 : : .ascii = 1,
40838 : : },
40839 : : },
40840 : : ._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",
40841 : : };
40842 : : static
40843 : : struct {
40844 : : PyGC_Head _gc_head;
40845 : : struct {
40846 : : PyObject_VAR_HEAD
40847 : : PyObject *ob_item[2];
40848 : : }_object;
40849 : : }
40850 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_consts = {
40851 : : ._object = {
40852 : : .ob_base = {
40853 : : .ob_base = {
40854 : : .ob_refcnt = 999999999,
40855 : : .ob_type = &PyTuple_Type,
40856 : : },
40857 : : .ob_size = 2,
40858 : : },
40859 : : .ob_item = {
40860 : : & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0._ascii.ob_base,
40861 : : Py_None,
40862 : : },
40863 : : },
40864 : : };
40865 : : static
40866 : : struct {
40867 : : PyGC_Head _gc_head;
40868 : : struct {
40869 : : PyObject_VAR_HEAD
40870 : : PyObject *ob_item[7];
40871 : : }_object;
40872 : : }
40873 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_names = {
40874 : : ._object = {
40875 : : .ob_base = {
40876 : : .ob_base = {
40877 : : .ob_refcnt = 999999999,
40878 : : .ob_type = &PyTuple_Type,
40879 : : },
40880 : : .ob_size = 7,
40881 : : },
40882 : : .ob_item = {
40883 : : & const_str_sys._ascii.ob_base,
40884 : : &_Py_ID(path),
40885 : : & const_str__get_spec._ascii.ob_base,
40886 : : & const_str_loader._ascii.ob_base,
40887 : : & const_str_submodule_search_locations._ascii.ob_base,
40888 : : & const_str_origin._ascii.ob_base,
40889 : : & const_str__NamespacePath._ascii.ob_base,
40890 : : },
40891 : : },
40892 : : };
40893 : : static
40894 : : struct {
40895 : : PyASCIIObject _ascii;
40896 : : uint8_t _data[21];
40897 : : }
40898 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname = {
40899 : : ._ascii = {
40900 : : .ob_base = {
40901 : : .ob_refcnt = 999999999,
40902 : : .ob_type = &PyUnicode_Type,
40903 : : },
40904 : : .length = 20,
40905 : : .hash = -1,
40906 : : .state = {
40907 : : .kind = 1,
40908 : : .compact = 1,
40909 : : .ascii = 1,
40910 : : },
40911 : : },
40912 : : ._data = "PathFinder.find_spec",
40913 : : };
40914 : : static
40915 : : struct {
40916 : : PyObject_VAR_HEAD
40917 : : Py_hash_t ob_shash;
40918 : : char ob_sval[132];
40919 : : }
40920 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable = {
40921 : : .ob_base = {
40922 : : .ob_base = {
40923 : : .ob_refcnt = 999999999,
40924 : : .ob_type = &PyBytes_Type,
40925 : : },
40926 : : .ob_size = 131,
40927 : : },
40928 : : .ob_shash = -1,
40929 : : .ob_sval = "\x80\x00\xf0\x0c\x00\x0c\x10\xf0\x00\x01\x09\x1c\xdd\x13\x16\x97\x38\x91\x38\x88\x44\xd8\x0f\x12\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xa8\x56\xd4\x0f\x34\x88\x04\xd8\x0b\x0f\xf0\x00\x0d\x09\x18\xd8\x13\x17\x90\x34\xd8\x0d\x11\x8f\x5b\x89\x5b\xf0\x00\x0b\x09\x18\xd8\x1d\x21\xd7\x1d\x3c\xd1\x1d\x3c\x88\x4e\xd8\x0f\x1d\xf0\x00\x07\x0d\x1c\xf0\x06\x00\x1f\x23\x90\x04\x94\x0b\xdd\x32\x40\xc0\x18\xc8\x3e\xd0\x5b\x5e\xd7\x5b\x68\xd1\x5b\x68\xd4\x32\x69\x90\x04\xd4\x10\x2f\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74\xe0\x13\x17\x88\x4b",
40930 : : };
40931 : : static
40932 : : struct {
40933 : : PyGC_Head _gc_head;
40934 : : struct {
40935 : : PyObject_VAR_HEAD
40936 : : PyObject *ob_item[6];
40937 : : }_object;
40938 : : }
40939 : : importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames = {
40940 : : ._object = {
40941 : : .ob_base = {
40942 : : .ob_base = {
40943 : : .ob_refcnt = 999999999,
40944 : : .ob_type = &PyTuple_Type,
40945 : : },
40946 : : .ob_size = 6,
40947 : : },
40948 : : .ob_item = {
40949 : : & const_str_cls._ascii.ob_base,
40950 : : & const_str_fullname._ascii.ob_base,
40951 : : &_Py_ID(path),
40952 : : & const_str_target._ascii.ob_base,
40953 : : & const_str_spec._ascii.ob_base,
40954 : : & const_str_namespace_path._ascii.ob_base,
40955 : : },
40956 : : },
40957 : : };
40958 : : static
40959 : : struct _PyCode_DEF(226)
40960 : : importlib__bootstrap_external_toplevel_consts_71_consts_8 = {
40961 : : .ob_base = {
40962 : : .ob_base = {
40963 : : .ob_refcnt = 999999999,
40964 : : .ob_type = &PyCode_Type,
40965 : : },
40966 : : .ob_size = 113,
40967 : : },
40968 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_8_consts._object.ob_base.ob_base,
40969 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_8_names._object.ob_base.ob_base,
40970 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
40971 : : .co_flags = 3,
40972 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
40973 : : ._co_linearray_entry_size = 0,
40974 : : .co_argcount = 4,
40975 : : .co_posonlyargcount = 0,
40976 : : .co_kwonlyargcount = 0,
40977 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
40978 : : .co_stacksize = 5,
40979 : : .co_firstlineno = 1503,
40980 : : .co_nlocalsplus = 6,
40981 : : .co_nlocals = 6,
40982 : : .co_nplaincellvars = 0,
40983 : : .co_ncellvars = 0,
40984 : : .co_nfreevars = 0,
40985 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_8_localsplusnames._object.ob_base.ob_base,
40986 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
40987 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
40988 : : .co_name = & const_str_find_spec._ascii.ob_base,
40989 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname._ascii.ob_base,
40990 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_8_linetable.ob_base.ob_base,
40991 : : ._co_code = NULL,
40992 : : ._co_linearray = NULL,
40993 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x11\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x80\x02\x64\x01\x53\x00\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x37\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x27\x64\x01\x7c\x04\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x05\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00\x64\x01\x53\x00\x7c\x04\x53\x00",
40994 : : ._co_firsttraceable = 0,
40995 : : };
40996 : : static
40997 : : struct {
40998 : : PyASCIIObject _ascii;
40999 : : uint8_t _data[171];
41000 : : }
41001 : : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0 = {
41002 : : ._ascii = {
41003 : : .ob_base = {
41004 : : .ob_refcnt = 999999999,
41005 : : .ob_type = &PyUnicode_Type,
41006 : : },
41007 : : .length = 170,
41008 : : .hash = -1,
41009 : : .state = {
41010 : : .kind = 1,
41011 : : .compact = 1,
41012 : : .ascii = 1,
41013 : : },
41014 : : },
41015 : : ._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",
41016 : : };
41017 : : static
41018 : : struct {
41019 : : PyASCIIObject _ascii;
41020 : : uint8_t _data[102];
41021 : : }
41022 : : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1 = {
41023 : : ._ascii = {
41024 : : .ob_base = {
41025 : : .ob_refcnt = 999999999,
41026 : : .ob_type = &PyUnicode_Type,
41027 : : },
41028 : : .length = 101,
41029 : : .hash = -1,
41030 : : .state = {
41031 : : .kind = 1,
41032 : : .compact = 1,
41033 : : .ascii = 1,
41034 : : },
41035 : : },
41036 : : ._data = "PathFinder.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
41037 : : };
41038 : : static
41039 : : struct {
41040 : : PyGC_Head _gc_head;
41041 : : struct {
41042 : : PyObject_VAR_HEAD
41043 : : PyObject *ob_item[3];
41044 : : }_object;
41045 : : }
41046 : : importlib__bootstrap_external_toplevel_consts_71_consts_9_consts = {
41047 : : ._object = {
41048 : : .ob_base = {
41049 : : .ob_base = {
41050 : : .ob_refcnt = 999999999,
41051 : : .ob_type = &PyTuple_Type,
41052 : : },
41053 : : .ob_size = 3,
41054 : : },
41055 : : .ob_item = {
41056 : : & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0._ascii.ob_base,
41057 : : & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1._ascii.ob_base,
41058 : : Py_None,
41059 : : },
41060 : : },
41061 : : };
41062 : : static
41063 : : struct {
41064 : : PyASCIIObject _ascii;
41065 : : uint8_t _data[23];
41066 : : }
41067 : : importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname = {
41068 : : ._ascii = {
41069 : : .ob_base = {
41070 : : .ob_refcnt = 999999999,
41071 : : .ob_type = &PyUnicode_Type,
41072 : : },
41073 : : .length = 22,
41074 : : .hash = -1,
41075 : : .state = {
41076 : : .kind = 1,
41077 : : .compact = 1,
41078 : : .ascii = 1,
41079 : : },
41080 : : },
41081 : : ._data = "PathFinder.find_module",
41082 : : };
41083 : : static
41084 : : struct {
41085 : : PyObject_VAR_HEAD
41086 : : Py_hash_t ob_shash;
41087 : : char ob_sval[72];
41088 : : }
41089 : : importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable = {
41090 : : .ob_base = {
41091 : : .ob_base = {
41092 : : .ob_refcnt = 999999999,
41093 : : .ob_type = &PyBytes_Type,
41094 : : },
41095 : : .ob_size = 71,
41096 : : },
41097 : : .ob_shash = -1,
41098 : : .ob_sval = "\x80\x00\xf5\x10\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x13\x8f\x7d\x89\x7d\x98\x58\xa0\x74\xd4\x0f\x2c\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x08\x1a",
41099 : : };
41100 : : static
41101 : : struct _PyCode_DEF(130)
41102 : : importlib__bootstrap_external_toplevel_consts_71_consts_9 = {
41103 : : .ob_base = {
41104 : : .ob_base = {
41105 : : .ob_refcnt = 999999999,
41106 : : .ob_type = &PyCode_Type,
41107 : : },
41108 : : .ob_size = 65,
41109 : : },
41110 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_9_consts._object.ob_base.ob_base,
41111 : : .co_names = & importlib__bootstrap_toplevel_consts_37_consts_6_names._object.ob_base.ob_base,
41112 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41113 : : .co_flags = 3,
41114 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41115 : : ._co_linearray_entry_size = 0,
41116 : : .co_argcount = 3,
41117 : : .co_posonlyargcount = 0,
41118 : : .co_kwonlyargcount = 0,
41119 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
41120 : : .co_stacksize = 4,
41121 : : .co_firstlineno = 1527,
41122 : : .co_nlocalsplus = 4,
41123 : : .co_nlocals = 4,
41124 : : .co_nplaincellvars = 0,
41125 : : .co_ncellvars = 0,
41126 : : .co_nfreevars = 0,
41127 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_6_localsplusnames._object.ob_base.ob_base,
41128 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
41129 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41130 : : .co_name = & const_str_find_module._ascii.ob_base,
41131 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname._ascii.ob_base,
41132 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_9_linetable.ob_base.ob_base,
41133 : : ._co_code = NULL,
41134 : : ._co_linearray = NULL,
41135 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x02\x64\x02\x53\x00\x7c\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
41136 : : ._co_firsttraceable = 0,
41137 : : };
41138 : : static
41139 : : struct {
41140 : : PyASCIIObject _ascii;
41141 : : uint8_t _data[289];
41142 : : }
41143 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0 = {
41144 : : ._ascii = {
41145 : : .ob_base = {
41146 : : .ob_refcnt = 999999999,
41147 : : .ob_type = &PyUnicode_Type,
41148 : : },
41149 : : .length = 288,
41150 : : .hash = -1,
41151 : : .state = {
41152 : : .kind = 1,
41153 : : .compact = 1,
41154 : : .ascii = 1,
41155 : : },
41156 : : },
41157 : : ._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",
41158 : : };
41159 : : static
41160 : : struct {
41161 : : PyASCIIObject _ascii;
41162 : : uint8_t _data[19];
41163 : : }
41164 : : const_str_MetadataPathFinder = {
41165 : : ._ascii = {
41166 : : .ob_base = {
41167 : : .ob_refcnt = 999999999,
41168 : : .ob_type = &PyUnicode_Type,
41169 : : },
41170 : : .length = 18,
41171 : : .hash = -1,
41172 : : .state = {
41173 : : .kind = 1,
41174 : : .compact = 1,
41175 : : .ascii = 1,
41176 : : },
41177 : : },
41178 : : ._data = "MetadataPathFinder",
41179 : : };
41180 : : static
41181 : : struct {
41182 : : PyGC_Head _gc_head;
41183 : : struct {
41184 : : PyObject_VAR_HEAD
41185 : : PyObject *ob_item[1];
41186 : : }_object;
41187 : : }
41188 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2 = {
41189 : : ._object = {
41190 : : .ob_base = {
41191 : : .ob_base = {
41192 : : .ob_refcnt = 999999999,
41193 : : .ob_type = &PyTuple_Type,
41194 : : },
41195 : : .ob_size = 1,
41196 : : },
41197 : : .ob_item = {
41198 : : & const_str_MetadataPathFinder._ascii.ob_base,
41199 : : },
41200 : : },
41201 : : };
41202 : : static
41203 : : struct {
41204 : : PyGC_Head _gc_head;
41205 : : struct {
41206 : : PyObject_VAR_HEAD
41207 : : PyObject *ob_item[3];
41208 : : }_object;
41209 : : }
41210 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_consts = {
41211 : : ._object = {
41212 : : .ob_base = {
41213 : : .ob_base = {
41214 : : .ob_refcnt = 999999999,
41215 : : .ob_type = &PyTuple_Type,
41216 : : },
41217 : : .ob_size = 3,
41218 : : },
41219 : : .ob_item = {
41220 : : & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0._ascii.ob_base,
41221 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
41222 : : & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_2._object.ob_base.ob_base,
41223 : : },
41224 : : },
41225 : : };
41226 : : static
41227 : : struct {
41228 : : PyASCIIObject _ascii;
41229 : : uint8_t _data[19];
41230 : : }
41231 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0 = {
41232 : : ._ascii = {
41233 : : .ob_base = {
41234 : : .ob_refcnt = 999999999,
41235 : : .ob_type = &PyUnicode_Type,
41236 : : },
41237 : : .length = 18,
41238 : : .hash = -1,
41239 : : .state = {
41240 : : .kind = 1,
41241 : : .compact = 1,
41242 : : .ascii = 1,
41243 : : },
41244 : : },
41245 : : ._data = "importlib.metadata",
41246 : : };
41247 : : static
41248 : : struct {
41249 : : PyASCIIObject _ascii;
41250 : : uint8_t _data[19];
41251 : : }
41252 : : const_str_find_distributions = {
41253 : : ._ascii = {
41254 : : .ob_base = {
41255 : : .ob_refcnt = 999999999,
41256 : : .ob_type = &PyUnicode_Type,
41257 : : },
41258 : : .length = 18,
41259 : : .hash = -1,
41260 : : .state = {
41261 : : .kind = 1,
41262 : : .compact = 1,
41263 : : .ascii = 1,
41264 : : },
41265 : : },
41266 : : ._data = "find_distributions",
41267 : : };
41268 : : static
41269 : : struct {
41270 : : PyGC_Head _gc_head;
41271 : : struct {
41272 : : PyObject_VAR_HEAD
41273 : : PyObject *ob_item[3];
41274 : : }_object;
41275 : : }
41276 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_names = {
41277 : : ._object = {
41278 : : .ob_base = {
41279 : : .ob_base = {
41280 : : .ob_refcnt = 999999999,
41281 : : .ob_type = &PyTuple_Type,
41282 : : },
41283 : : .ob_size = 3,
41284 : : },
41285 : : .ob_item = {
41286 : : & importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0._ascii.ob_base,
41287 : : & const_str_MetadataPathFinder._ascii.ob_base,
41288 : : & const_str_find_distributions._ascii.ob_base,
41289 : : },
41290 : : },
41291 : : };
41292 : : static
41293 : : struct {
41294 : : PyASCIIObject _ascii;
41295 : : uint8_t _data[30];
41296 : : }
41297 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname = {
41298 : : ._ascii = {
41299 : : .ob_base = {
41300 : : .ob_refcnt = 999999999,
41301 : : .ob_type = &PyUnicode_Type,
41302 : : },
41303 : : .length = 29,
41304 : : .hash = -1,
41305 : : .state = {
41306 : : .kind = 1,
41307 : : .compact = 1,
41308 : : .ascii = 1,
41309 : : },
41310 : : },
41311 : : ._data = "PathFinder.find_distributions",
41312 : : };
41313 : : static
41314 : : struct {
41315 : : PyObject_VAR_HEAD
41316 : : Py_hash_t ob_shash;
41317 : : char ob_sval[51];
41318 : : }
41319 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable = {
41320 : : .ob_base = {
41321 : : .ob_base = {
41322 : : .ob_refcnt = 999999999,
41323 : : .ob_type = &PyBytes_Type,
41324 : : },
41325 : : .ob_size = 50,
41326 : : },
41327 : : .ob_shash = -1,
41328 : : .ob_sval = "\x80\x00\xf0\x14\x00\x09\x3a\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd0\x08\x39\xd8\x0f\x34\xd0\x0f\x21\xd7\x0f\x34\xd1\x0f\x34\xb0\x64\xd0\x0f\x45\xb8\x66\xd0\x0f\x45\xd0\x0f\x45\xd0\x08\x45",
41329 : : };
41330 : : static
41331 : : struct {
41332 : : PyGC_Head _gc_head;
41333 : : struct {
41334 : : PyObject_VAR_HEAD
41335 : : PyObject *ob_item[3];
41336 : : }_object;
41337 : : }
41338 : : importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames = {
41339 : : ._object = {
41340 : : .ob_base = {
41341 : : .ob_base = {
41342 : : .ob_refcnt = 999999999,
41343 : : .ob_type = &PyTuple_Type,
41344 : : },
41345 : : .ob_size = 3,
41346 : : },
41347 : : .ob_item = {
41348 : : & const_str_args._ascii.ob_base,
41349 : : & const_str_kwargs._ascii.ob_base,
41350 : : & const_str_MetadataPathFinder._ascii.ob_base,
41351 : : },
41352 : : },
41353 : : };
41354 : : static
41355 : : struct _PyCode_DEF(50)
41356 : : importlib__bootstrap_external_toplevel_consts_71_consts_10 = {
41357 : : .ob_base = {
41358 : : .ob_base = {
41359 : : .ob_refcnt = 999999999,
41360 : : .ob_type = &PyCode_Type,
41361 : : },
41362 : : .ob_size = 25,
41363 : : },
41364 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts_10_consts._object.ob_base.ob_base,
41365 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_consts_10_names._object.ob_base.ob_base,
41366 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41367 : : .co_flags = 15,
41368 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41369 : : ._co_linearray_entry_size = 0,
41370 : : .co_argcount = 0,
41371 : : .co_posonlyargcount = 0,
41372 : : .co_kwonlyargcount = 0,
41373 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
41374 : : .co_stacksize = 5,
41375 : : .co_firstlineno = 1543,
41376 : : .co_nlocalsplus = 3,
41377 : : .co_nlocals = 3,
41378 : : .co_nplaincellvars = 0,
41379 : : .co_ncellvars = 0,
41380 : : .co_nfreevars = 0,
41381 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_71_consts_10_localsplusnames._object.ob_base.ob_base,
41382 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
41383 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41384 : : .co_name = & const_str_find_distributions._ascii.ob_base,
41385 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname._ascii.ob_base,
41386 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_consts_10_linetable.ob_base.ob_base,
41387 : : ._co_code = NULL,
41388 : : ._co_linearray = NULL,
41389 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x02\x00\x7c\x02\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\x53\x00",
41390 : : ._co_firsttraceable = 0,
41391 : : };
41392 : : static
41393 : : struct {
41394 : : PyGC_Head _gc_head;
41395 : : struct {
41396 : : PyObject_VAR_HEAD
41397 : : PyObject *ob_item[13];
41398 : : }_object;
41399 : : }
41400 : : importlib__bootstrap_external_toplevel_consts_71_consts = {
41401 : : ._object = {
41402 : : .ob_base = {
41403 : : .ob_base = {
41404 : : .ob_refcnt = 999999999,
41405 : : .ob_type = &PyTuple_Type,
41406 : : },
41407 : : .ob_size = 13,
41408 : : },
41409 : : .ob_item = {
41410 : : & const_str_PathFinder._ascii.ob_base,
41411 : : & importlib__bootstrap_external_toplevel_consts_71_consts_1._ascii.ob_base,
41412 : : & importlib__bootstrap_external_toplevel_consts_71_consts_2.ob_base.ob_base,
41413 : : & importlib__bootstrap_external_toplevel_consts_71_consts_3.ob_base.ob_base,
41414 : : & importlib__bootstrap_external_toplevel_consts_71_consts_4.ob_base.ob_base,
41415 : : & importlib__bootstrap_external_toplevel_consts_71_consts_5.ob_base.ob_base,
41416 : : Py_None,
41417 : : & importlib__bootstrap_external_toplevel_consts_71_consts_7.ob_base.ob_base,
41418 : : & importlib__bootstrap_external_toplevel_consts_71_consts_8.ob_base.ob_base,
41419 : : & importlib__bootstrap_external_toplevel_consts_71_consts_9.ob_base.ob_base,
41420 : : & importlib__bootstrap_external_toplevel_consts_71_consts_10.ob_base.ob_base,
41421 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
41422 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
41423 : : },
41424 : : },
41425 : : };
41426 : : static
41427 : : struct {
41428 : : PyGC_Head _gc_head;
41429 : : struct {
41430 : : PyObject_VAR_HEAD
41431 : : PyObject *ob_item[14];
41432 : : }_object;
41433 : : }
41434 : : importlib__bootstrap_external_toplevel_consts_71_names = {
41435 : : ._object = {
41436 : : .ob_base = {
41437 : : .ob_base = {
41438 : : .ob_refcnt = 999999999,
41439 : : .ob_type = &PyTuple_Type,
41440 : : },
41441 : : .ob_size = 14,
41442 : : },
41443 : : .ob_item = {
41444 : : &_Py_ID(__name__),
41445 : : &_Py_ID(__module__),
41446 : : &_Py_ID(__qualname__),
41447 : : &_Py_ID(__doc__),
41448 : : & const_str_staticmethod._ascii.ob_base,
41449 : : & const_str_invalidate_caches._ascii.ob_base,
41450 : : & const_str__path_hooks._ascii.ob_base,
41451 : : & const_str_classmethod._ascii.ob_base,
41452 : : & const_str__path_importer_cache._ascii.ob_base,
41453 : : & const_str__legacy_get_spec._ascii.ob_base,
41454 : : & const_str__get_spec._ascii.ob_base,
41455 : : & const_str_find_spec._ascii.ob_base,
41456 : : & const_str_find_module._ascii.ob_base,
41457 : : & const_str_find_distributions._ascii.ob_base,
41458 : : },
41459 : : },
41460 : : };
41461 : : static
41462 : : struct {
41463 : : PyObject_VAR_HEAD
41464 : : Py_hash_t ob_shash;
41465 : : char ob_sval[239];
41466 : : }
41467 : : importlib__bootstrap_external_toplevel_consts_71_linetable = {
41468 : : .ob_base = {
41469 : : .ob_base = {
41470 : : .ob_refcnt = 999999999,
41471 : : .ob_type = &PyBytes_Type,
41472 : : },
41473 : : .ob_size = 238,
41474 : : },
41475 : : .ob_shash = -1,
41476 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x48\xd0\x04\x48\xe0\x05\x11\xf0\x02\x0c\x05\x23\xf0\x00\x0c\x05\x23\xf4\x03\x00\x06\x12\xf0\x02\x0c\x05\x23\xf0\x1c\x00\x06\x12\xf0\x02\x0a\x05\x18\xf0\x00\x0a\x05\x18\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x18\xf0\x18\x00\x06\x11\xf0\x02\x13\x05\x16\xf0\x00\x13\x05\x16\xf4\x03\x00\x06\x11\xf0\x02\x13\x05\x16\xf0\x2a\x00\x06\x11\xf0\x02\x12\x05\x14\xf0\x00\x12\x05\x14\xf4\x03\x00\x06\x11\xf0\x02\x12\x05\x14\xf0\x28\x00\x06\x11\xd8\x2e\x32\xf0\x00\x1d\x05\x18\xf0\x00\x1d\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x1d\x05\x18\xf0\x3e\x00\x06\x11\xd8\x26\x2a\xf0\x00\x15\x05\x18\xf0\x00\x15\x05\x18\xf4\x03\x00\x06\x11\xf0\x02\x15\x05\x18\xf0\x2e\x00\x06\x11\xd8\x28\x2c\xf0\x00\x0d\x05\x1b\xf0\x00\x0d\x05\x1b\xf4\x03\x00\x06\x11\xf0\x02\x0d\x05\x1b\xf0\x1e\x00\x06\x12\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf4\x03\x00\x06\x12\xf0\x02\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01\xf0\x00\x0a\x05\x46\x01",
41477 : : };
41478 : : static
41479 : : struct _PyCode_DEF(168)
41480 : : importlib__bootstrap_external_toplevel_consts_71 = {
41481 : : .ob_base = {
41482 : : .ob_base = {
41483 : : .ob_refcnt = 999999999,
41484 : : .ob_type = &PyCode_Type,
41485 : : },
41486 : : .ob_size = 84,
41487 : : },
41488 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_71_consts._object.ob_base.ob_base,
41489 : : .co_names = & importlib__bootstrap_external_toplevel_consts_71_names._object.ob_base.ob_base,
41490 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41491 : : .co_flags = 0,
41492 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41493 : : ._co_linearray_entry_size = 0,
41494 : : .co_argcount = 0,
41495 : : .co_posonlyargcount = 0,
41496 : : .co_kwonlyargcount = 0,
41497 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
41498 : : .co_stacksize = 3,
41499 : : .co_firstlineno = 1396,
41500 : : .co_nlocalsplus = 0,
41501 : : .co_nlocals = 0,
41502 : : .co_nplaincellvars = 0,
41503 : : .co_ncellvars = 0,
41504 : : .co_nfreevars = 0,
41505 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
41506 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
41507 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41508 : : .co_name = & const_str_PathFinder._ascii.ob_base,
41509 : : .co_qualname = & const_str_PathFinder._ascii.ob_base,
41510 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_71_linetable.ob_base.ob_base,
41511 : : ._co_code = NULL,
41512 : : ._co_linearray = NULL,
41513 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x65\x07\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x07\x64\x0b\x64\x07\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x07\x64\x0c\x64\x08\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x65\x07\x64\x0b\x64\x09\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x65\x04\x64\x0a\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x06\x53\x00",
41514 : : ._co_firsttraceable = 0,
41515 : : };
41516 : : static
41517 : : struct {
41518 : : PyASCIIObject _ascii;
41519 : : uint8_t _data[11];
41520 : : }
41521 : : const_str_FileFinder = {
41522 : : ._ascii = {
41523 : : .ob_base = {
41524 : : .ob_refcnt = 999999999,
41525 : : .ob_type = &PyUnicode_Type,
41526 : : },
41527 : : .length = 10,
41528 : : .hash = -1,
41529 : : .state = {
41530 : : .kind = 1,
41531 : : .compact = 1,
41532 : : .ascii = 1,
41533 : : },
41534 : : },
41535 : : ._data = "FileFinder",
41536 : : };
41537 : : static
41538 : : struct {
41539 : : PyASCIIObject _ascii;
41540 : : uint8_t _data[173];
41541 : : }
41542 : : importlib__bootstrap_external_toplevel_consts_73_consts_1 = {
41543 : : ._ascii = {
41544 : : .ob_base = {
41545 : : .ob_refcnt = 999999999,
41546 : : .ob_type = &PyUnicode_Type,
41547 : : },
41548 : : .length = 172,
41549 : : .hash = -1,
41550 : : .state = {
41551 : : .kind = 1,
41552 : : .compact = 1,
41553 : : .ascii = 1,
41554 : : },
41555 : : },
41556 : : ._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",
41557 : : };
41558 : : static
41559 : : struct {
41560 : : PyASCIIObject _ascii;
41561 : : uint8_t _data[155];
41562 : : }
41563 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0 = {
41564 : : ._ascii = {
41565 : : .ob_base = {
41566 : : .ob_refcnt = 999999999,
41567 : : .ob_type = &PyUnicode_Type,
41568 : : },
41569 : : .length = 154,
41570 : : .hash = -1,
41571 : : .state = {
41572 : : .kind = 1,
41573 : : .compact = 1,
41574 : : .ascii = 1,
41575 : : },
41576 : : },
41577 : : ._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",
41578 : : };
41579 : : static
41580 : : struct {
41581 : : PyASCIIObject _ascii;
41582 : : uint8_t _data[39];
41583 : : }
41584 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname = {
41585 : : ._ascii = {
41586 : : .ob_base = {
41587 : : .ob_refcnt = 999999999,
41588 : : .ob_type = &PyUnicode_Type,
41589 : : },
41590 : : .length = 38,
41591 : : .hash = -1,
41592 : : .state = {
41593 : : .kind = 1,
41594 : : .compact = 1,
41595 : : .ascii = 1,
41596 : : },
41597 : : },
41598 : : ._data = "FileFinder.__init__.<locals>.<genexpr>",
41599 : : };
41600 : : static
41601 : : struct {
41602 : : PyObject_VAR_HEAD
41603 : : Py_hash_t ob_shash;
41604 : : char ob_sval[41];
41605 : : }
41606 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable = {
41607 : : .ob_base = {
41608 : : .ob_base = {
41609 : : .ob_refcnt = 999999999,
41610 : : .ob_type = &PyBytes_Type,
41611 : : },
41612 : : .ob_size = 40,
41613 : : },
41614 : : .ob_shash = -1,
41615 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x1a\x43\xd1\x1a\x43\xb0\x06\x98\x46\xa0\x46\xd0\x1b\x2b\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43",
41616 : : };
41617 : : static
41618 : : struct {
41619 : : PyGC_Head _gc_head;
41620 : : struct {
41621 : : PyObject_VAR_HEAD
41622 : : PyObject *ob_item[3];
41623 : : }_object;
41624 : : }
41625 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames = {
41626 : : ._object = {
41627 : : .ob_base = {
41628 : : .ob_base = {
41629 : : .ob_refcnt = 999999999,
41630 : : .ob_type = &PyTuple_Type,
41631 : : },
41632 : : .ob_size = 3,
41633 : : },
41634 : : .ob_item = {
41635 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
41636 : : & const_str_suffix._ascii.ob_base,
41637 : : & const_str_loader._ascii.ob_base,
41638 : : },
41639 : : },
41640 : : };
41641 : : static
41642 : : struct _PyCode_DEF(34)
41643 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1 = {
41644 : : .ob_base = {
41645 : : .ob_base = {
41646 : : .ob_refcnt = 999999999,
41647 : : .ob_type = &PyCode_Type,
41648 : : },
41649 : : .ob_size = 17,
41650 : : },
41651 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
41652 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
41653 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41654 : : .co_flags = 51,
41655 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41656 : : ._co_linearray_entry_size = 0,
41657 : : .co_argcount = 1,
41658 : : .co_posonlyargcount = 0,
41659 : : .co_kwonlyargcount = 0,
41660 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
41661 : : .co_stacksize = 3,
41662 : : .co_firstlineno = 1572,
41663 : : .co_nlocalsplus = 3,
41664 : : .co_nlocals = 2,
41665 : : .co_nplaincellvars = 0,
41666 : : .co_ncellvars = 0,
41667 : : .co_nfreevars = 1,
41668 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_localsplusnames._object.ob_base.ob_base,
41669 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
41670 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41671 : : .co_name = &_Py_STR(anon_genexpr),
41672 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname._ascii.ob_base,
41673 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_linetable.ob_base.ob_base,
41674 : : ._co_code = NULL,
41675 : : ._co_linearray = NULL,
41676 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x08\x00\x00\x7d\x01\x7c\x01\x89\x02\x66\x02\x96\x02\x97\x01\x01\x00\x8c\x0a\x64\x00\x53\x00",
41677 : : ._co_firsttraceable = 3,
41678 : : };
41679 : : static
41680 : : struct {
41681 : : PyGC_Head _gc_head;
41682 : : struct {
41683 : : PyObject_VAR_HEAD
41684 : : PyObject *ob_item[5];
41685 : : }_object;
41686 : : }
41687 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_consts = {
41688 : : ._object = {
41689 : : .ob_base = {
41690 : : .ob_base = {
41691 : : .ob_refcnt = 999999999,
41692 : : .ob_type = &PyTuple_Type,
41693 : : },
41694 : : .ob_size = 5,
41695 : : },
41696 : : .ob_item = {
41697 : : & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0._ascii.ob_base,
41698 : : & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1.ob_base.ob_base,
41699 : : &_Py_STR(dot),
41700 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
41701 : : Py_None,
41702 : : },
41703 : : },
41704 : : };
41705 : : static
41706 : : struct {
41707 : : PyASCIIObject _ascii;
41708 : : uint8_t _data[9];
41709 : : }
41710 : : const_str__loaders = {
41711 : : ._ascii = {
41712 : : .ob_base = {
41713 : : .ob_refcnt = 999999999,
41714 : : .ob_type = &PyUnicode_Type,
41715 : : },
41716 : : .length = 8,
41717 : : .hash = -1,
41718 : : .state = {
41719 : : .kind = 1,
41720 : : .compact = 1,
41721 : : .ascii = 1,
41722 : : },
41723 : : },
41724 : : ._data = "_loaders",
41725 : : };
41726 : : static
41727 : : struct {
41728 : : PyASCIIObject _ascii;
41729 : : uint8_t _data[12];
41730 : : }
41731 : : const_str__path_mtime = {
41732 : : ._ascii = {
41733 : : .ob_base = {
41734 : : .ob_refcnt = 999999999,
41735 : : .ob_type = &PyUnicode_Type,
41736 : : },
41737 : : .length = 11,
41738 : : .hash = -1,
41739 : : .state = {
41740 : : .kind = 1,
41741 : : .compact = 1,
41742 : : .ascii = 1,
41743 : : },
41744 : : },
41745 : : ._data = "_path_mtime",
41746 : : };
41747 : : static
41748 : : struct {
41749 : : PyASCIIObject _ascii;
41750 : : uint8_t _data[12];
41751 : : }
41752 : : const_str__path_cache = {
41753 : : ._ascii = {
41754 : : .ob_base = {
41755 : : .ob_refcnt = 999999999,
41756 : : .ob_type = &PyUnicode_Type,
41757 : : },
41758 : : .length = 11,
41759 : : .hash = -1,
41760 : : .state = {
41761 : : .kind = 1,
41762 : : .compact = 1,
41763 : : .ascii = 1,
41764 : : },
41765 : : },
41766 : : ._data = "_path_cache",
41767 : : };
41768 : : static
41769 : : struct {
41770 : : PyASCIIObject _ascii;
41771 : : uint8_t _data[20];
41772 : : }
41773 : : const_str__relaxed_path_cache = {
41774 : : ._ascii = {
41775 : : .ob_base = {
41776 : : .ob_refcnt = 999999999,
41777 : : .ob_type = &PyUnicode_Type,
41778 : : },
41779 : : .length = 19,
41780 : : .hash = -1,
41781 : : .state = {
41782 : : .kind = 1,
41783 : : .compact = 1,
41784 : : .ascii = 1,
41785 : : },
41786 : : },
41787 : : ._data = "_relaxed_path_cache",
41788 : : };
41789 : : static
41790 : : struct {
41791 : : PyGC_Head _gc_head;
41792 : : struct {
41793 : : PyObject_VAR_HEAD
41794 : : PyObject *ob_item[11];
41795 : : }_object;
41796 : : }
41797 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_names = {
41798 : : ._object = {
41799 : : .ob_base = {
41800 : : .ob_base = {
41801 : : .ob_refcnt = 999999999,
41802 : : .ob_type = &PyTuple_Type,
41803 : : },
41804 : : .ob_size = 11,
41805 : : },
41806 : : .ob_item = {
41807 : : &_Py_ID(extend),
41808 : : & const_str__loaders._ascii.ob_base,
41809 : : & const_str__os._ascii.ob_base,
41810 : : & const_str_getcwd._ascii.ob_base,
41811 : : &_Py_ID(path),
41812 : : & const_str__path_isabs._ascii.ob_base,
41813 : : & const_str__path_join._ascii.ob_base,
41814 : : & const_str__path_mtime._ascii.ob_base,
41815 : : & const_str_set._ascii.ob_base,
41816 : : & const_str__path_cache._ascii.ob_base,
41817 : : & const_str__relaxed_path_cache._ascii.ob_base,
41818 : : },
41819 : : },
41820 : : };
41821 : : static
41822 : : struct {
41823 : : PyASCIIObject _ascii;
41824 : : uint8_t _data[20];
41825 : : }
41826 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname = {
41827 : : ._ascii = {
41828 : : .ob_base = {
41829 : : .ob_refcnt = 999999999,
41830 : : .ob_type = &PyUnicode_Type,
41831 : : },
41832 : : .length = 19,
41833 : : .hash = -1,
41834 : : .state = {
41835 : : .kind = 1,
41836 : : .compact = 1,
41837 : : .ascii = 1,
41838 : : },
41839 : : },
41840 : : ._data = "FileFinder.__init__",
41841 : : };
41842 : : static
41843 : : struct {
41844 : : PyObject_VAR_HEAD
41845 : : Py_hash_t ob_shash;
41846 : : char ob_sval[186];
41847 : : }
41848 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable = {
41849 : : .ob_base = {
41850 : : .ob_base = {
41851 : : .ob_refcnt = 999999999,
41852 : : .ob_type = &PyBytes_Type,
41853 : : },
41854 : : .ob_size = 185,
41855 : : },
41856 : : .ob_shash = -1,
41857 : : .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x13\x15\x88\x07\xd8\x20\x2e\xf0\x00\x01\x09\x44\x01\xf1\x00\x01\x09\x44\x01\xd1\x0c\x1c\x88\x46\x90\x48\xd8\x0c\x13\x8f\x4e\x89\x4e\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xd0\x1a\x43\xb8\x28\xd0\x1a\x43\xd4\x1a\x43\xd4\x0c\x43\xd0\x0c\x43\xd0\x0c\x43\xd8\x18\x1f\x88\x04\x8c\x0d\xe0\x0f\x13\xf0\x00\x05\x09\x1d\x90\x74\x98\x73\x92\x7b\xf0\x00\x05\x09\x1d\xdd\x18\x22\x9f\x0a\x99\x0a\x9c\x0c\x88\x44\x8c\x49\x88\x49\xdd\x11\x1c\x98\x54\xd4\x11\x22\xf0\x00\x03\x09\x1d\xdd\x18\x22\xa5\x33\xa7\x3a\xa1\x3a\xa4\x3c\xb0\x14\xd4\x18\x36\x88\x44\x8c\x49\x88\x49\xe0\x18\x1c\x88\x44\x8c\x49\xd8\x1b\x1d\x88\x04\xd4\x08\x18\xdd\x1b\x1e\x9c\x35\x88\x04\xd4\x08\x18\xdd\x23\x26\xa4\x35\x88\x04\xd4\x08\x20\xd0\x08\x20\xd0\x08\x20",
41858 : : };
41859 : : static
41860 : : struct {
41861 : : PyASCIIObject _ascii;
41862 : : uint8_t _data[15];
41863 : : }
41864 : : const_str_loader_details = {
41865 : : ._ascii = {
41866 : : .ob_base = {
41867 : : .ob_refcnt = 999999999,
41868 : : .ob_type = &PyUnicode_Type,
41869 : : },
41870 : : .length = 14,
41871 : : .hash = -1,
41872 : : .state = {
41873 : : .kind = 1,
41874 : : .compact = 1,
41875 : : .ascii = 1,
41876 : : },
41877 : : },
41878 : : ._data = "loader_details",
41879 : : };
41880 : : static
41881 : : struct {
41882 : : PyASCIIObject _ascii;
41883 : : uint8_t _data[8];
41884 : : }
41885 : : const_str_loaders = {
41886 : : ._ascii = {
41887 : : .ob_base = {
41888 : : .ob_refcnt = 999999999,
41889 : : .ob_type = &PyUnicode_Type,
41890 : : },
41891 : : .length = 7,
41892 : : .hash = -1,
41893 : : .state = {
41894 : : .kind = 1,
41895 : : .compact = 1,
41896 : : .ascii = 1,
41897 : : },
41898 : : },
41899 : : ._data = "loaders",
41900 : : };
41901 : : static
41902 : : struct {
41903 : : PyGC_Head _gc_head;
41904 : : struct {
41905 : : PyObject_VAR_HEAD
41906 : : PyObject *ob_item[6];
41907 : : }_object;
41908 : : }
41909 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames = {
41910 : : ._object = {
41911 : : .ob_base = {
41912 : : .ob_base = {
41913 : : .ob_refcnt = 999999999,
41914 : : .ob_type = &PyTuple_Type,
41915 : : },
41916 : : .ob_size = 6,
41917 : : },
41918 : : .ob_item = {
41919 : : & const_str_self._ascii.ob_base,
41920 : : &_Py_ID(path),
41921 : : & const_str_loader_details._ascii.ob_base,
41922 : : & const_str_loaders._ascii.ob_base,
41923 : : & const_str_suffixes._ascii.ob_base,
41924 : : & const_str_loader._ascii.ob_base,
41925 : : },
41926 : : },
41927 : : };
41928 : : static
41929 : : struct {
41930 : : PyObject_VAR_HEAD
41931 : : Py_hash_t ob_shash;
41932 : : char ob_sval[7];
41933 : : }
41934 : : importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds = {
41935 : : .ob_base = {
41936 : : .ob_base = {
41937 : : .ob_refcnt = 999999999,
41938 : : .ob_type = &PyBytes_Type,
41939 : : },
41940 : : .ob_size = 6,
41941 : : },
41942 : : .ob_shash = -1,
41943 : : .ob_sval = " @",
41944 : : };
41945 : : static
41946 : : struct _PyCode_DEF(374)
41947 : : importlib__bootstrap_external_toplevel_consts_73_consts_2 = {
41948 : : .ob_base = {
41949 : : .ob_base = {
41950 : : .ob_refcnt = 999999999,
41951 : : .ob_type = &PyCode_Type,
41952 : : },
41953 : : .ob_size = 187,
41954 : : },
41955 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_2_consts._object.ob_base.ob_base,
41956 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_2_names._object.ob_base.ob_base,
41957 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
41958 : : .co_flags = 7,
41959 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
41960 : : ._co_linearray_entry_size = 0,
41961 : : .co_argcount = 2,
41962 : : .co_posonlyargcount = 0,
41963 : : .co_kwonlyargcount = 0,
41964 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
41965 : : .co_stacksize = 5,
41966 : : .co_firstlineno = 1566,
41967 : : .co_nlocalsplus = 6,
41968 : : .co_nlocals = 5,
41969 : : .co_nplaincellvars = 1,
41970 : : .co_ncellvars = 1,
41971 : : .co_nfreevars = 0,
41972 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localsplusnames._object.ob_base.ob_base,
41973 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_2_localspluskinds.ob_base.ob_base,
41974 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
41975 : : .co_name = &_Py_ID(__init__),
41976 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname._ascii.ob_base,
41977 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_2_linetable.ob_base.ob_base,
41978 : : ._co_code = NULL,
41979 : : ._co_linearray = NULL,
41980 : : .co_code_adaptive = "\x87\x05\x97\x00\x67\x00\x7d\x03\x7c\x02\x44\x00\x5d\x21\x00\x00\x5c\x02\x00\x00\x8a\x05\x7d\x04\x7c\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x05\x66\x01\x64\x01\x84\x08\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x23\x7c\x03\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x72\x06\x7c\x01\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x1c\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x3c\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x07\x7c\x01\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x53\x00",
41981 : : ._co_firsttraceable = 1,
41982 : : };
41983 : : static
41984 : : struct {
41985 : : PyASCIIObject _ascii;
41986 : : uint8_t _data[32];
41987 : : }
41988 : : importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0 = {
41989 : : ._ascii = {
41990 : : .ob_base = {
41991 : : .ob_refcnt = 999999999,
41992 : : .ob_type = &PyUnicode_Type,
41993 : : },
41994 : : .length = 31,
41995 : : .hash = -1,
41996 : : .state = {
41997 : : .kind = 1,
41998 : : .compact = 1,
41999 : : .ascii = 1,
42000 : : },
42001 : : },
42002 : : ._data = "Invalidate the directory mtime.",
42003 : : };
42004 : : static
42005 : : struct {
42006 : : PyGC_Head _gc_head;
42007 : : struct {
42008 : : PyObject_VAR_HEAD
42009 : : PyObject *ob_item[3];
42010 : : }_object;
42011 : : }
42012 : : importlib__bootstrap_external_toplevel_consts_73_consts_3_consts = {
42013 : : ._object = {
42014 : : .ob_base = {
42015 : : .ob_base = {
42016 : : .ob_refcnt = 999999999,
42017 : : .ob_type = &PyTuple_Type,
42018 : : },
42019 : : .ob_size = 3,
42020 : : },
42021 : : .ob_item = {
42022 : : & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0._ascii.ob_base,
42023 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
42024 : : Py_None,
42025 : : },
42026 : : },
42027 : : };
42028 : : static
42029 : : struct {
42030 : : PyGC_Head _gc_head;
42031 : : struct {
42032 : : PyObject_VAR_HEAD
42033 : : PyObject *ob_item[1];
42034 : : }_object;
42035 : : }
42036 : : importlib__bootstrap_external_toplevel_consts_73_consts_3_names = {
42037 : : ._object = {
42038 : : .ob_base = {
42039 : : .ob_base = {
42040 : : .ob_refcnt = 999999999,
42041 : : .ob_type = &PyTuple_Type,
42042 : : },
42043 : : .ob_size = 1,
42044 : : },
42045 : : .ob_item = {
42046 : : & const_str__path_mtime._ascii.ob_base,
42047 : : },
42048 : : },
42049 : : };
42050 : : static
42051 : : struct {
42052 : : PyASCIIObject _ascii;
42053 : : uint8_t _data[29];
42054 : : }
42055 : : importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname = {
42056 : : ._ascii = {
42057 : : .ob_base = {
42058 : : .ob_refcnt = 999999999,
42059 : : .ob_type = &PyUnicode_Type,
42060 : : },
42061 : : .length = 28,
42062 : : .hash = -1,
42063 : : .state = {
42064 : : .kind = 1,
42065 : : .compact = 1,
42066 : : .ascii = 1,
42067 : : },
42068 : : },
42069 : : ._data = "FileFinder.invalidate_caches",
42070 : : };
42071 : : static
42072 : : struct {
42073 : : PyObject_VAR_HEAD
42074 : : Py_hash_t ob_shash;
42075 : : char ob_sval[17];
42076 : : }
42077 : : importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable = {
42078 : : .ob_base = {
42079 : : .ob_base = {
42080 : : .ob_refcnt = 999999999,
42081 : : .ob_type = &PyBytes_Type,
42082 : : },
42083 : : .ob_size = 16,
42084 : : },
42085 : : .ob_shash = -1,
42086 : : .ob_sval = "\x80\x00\xe0\x1b\x1d\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
42087 : : };
42088 : : static
42089 : : struct _PyCode_DEF(20)
42090 : : importlib__bootstrap_external_toplevel_consts_73_consts_3 = {
42091 : : .ob_base = {
42092 : : .ob_base = {
42093 : : .ob_refcnt = 999999999,
42094 : : .ob_type = &PyCode_Type,
42095 : : },
42096 : : .ob_size = 10,
42097 : : },
42098 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_3_consts._object.ob_base.ob_base,
42099 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_3_names._object.ob_base.ob_base,
42100 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42101 : : .co_flags = 3,
42102 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42103 : : ._co_linearray_entry_size = 0,
42104 : : .co_argcount = 1,
42105 : : .co_posonlyargcount = 0,
42106 : : .co_kwonlyargcount = 0,
42107 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
42108 : : .co_stacksize = 2,
42109 : : .co_firstlineno = 1585,
42110 : : .co_nlocalsplus = 1,
42111 : : .co_nlocals = 1,
42112 : : .co_nplaincellvars = 0,
42113 : : .co_ncellvars = 0,
42114 : : .co_nfreevars = 0,
42115 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
42116 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
42117 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42118 : : .co_name = & const_str_invalidate_caches._ascii.ob_base,
42119 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname._ascii.ob_base,
42120 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_3_linetable.ob_base.ob_base,
42121 : : ._co_code = NULL,
42122 : : ._co_linearray = NULL,
42123 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
42124 : : ._co_firsttraceable = 0,
42125 : : };
42126 : : static
42127 : : struct {
42128 : : PyASCIIObject _ascii;
42129 : : uint8_t _data[198];
42130 : : }
42131 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0 = {
42132 : : ._ascii = {
42133 : : .ob_base = {
42134 : : .ob_refcnt = 999999999,
42135 : : .ob_type = &PyUnicode_Type,
42136 : : },
42137 : : .length = 197,
42138 : : .hash = -1,
42139 : : .state = {
42140 : : .kind = 1,
42141 : : .compact = 1,
42142 : : .ascii = 1,
42143 : : },
42144 : : },
42145 : : ._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",
42146 : : };
42147 : : static
42148 : : struct {
42149 : : PyASCIIObject _ascii;
42150 : : uint8_t _data[102];
42151 : : }
42152 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1 = {
42153 : : ._ascii = {
42154 : : .ob_base = {
42155 : : .ob_refcnt = 999999999,
42156 : : .ob_type = &PyUnicode_Type,
42157 : : },
42158 : : .length = 101,
42159 : : .hash = -1,
42160 : : .state = {
42161 : : .kind = 1,
42162 : : .compact = 1,
42163 : : .ascii = 1,
42164 : : },
42165 : : },
42166 : : ._data = "FileFinder.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead",
42167 : : };
42168 : : static
42169 : : struct {
42170 : : PyGC_Head _gc_head;
42171 : : struct {
42172 : : PyObject_VAR_HEAD
42173 : : PyObject *ob_item[3];
42174 : : }_object;
42175 : : }
42176 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_consts = {
42177 : : ._object = {
42178 : : .ob_base = {
42179 : : .ob_base = {
42180 : : .ob_refcnt = 999999999,
42181 : : .ob_type = &PyTuple_Type,
42182 : : },
42183 : : .ob_size = 3,
42184 : : },
42185 : : .ob_item = {
42186 : : & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0._ascii.ob_base,
42187 : : & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1._ascii.ob_base,
42188 : : Py_None,
42189 : : },
42190 : : },
42191 : : };
42192 : : static
42193 : : struct {
42194 : : PyGC_Head _gc_head;
42195 : : struct {
42196 : : PyObject_VAR_HEAD
42197 : : PyObject *ob_item[6];
42198 : : }_object;
42199 : : }
42200 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_names = {
42201 : : ._object = {
42202 : : .ob_base = {
42203 : : .ob_base = {
42204 : : .ob_refcnt = 999999999,
42205 : : .ob_type = &PyTuple_Type,
42206 : : },
42207 : : .ob_size = 6,
42208 : : },
42209 : : .ob_item = {
42210 : : & const_str__warnings._ascii.ob_base,
42211 : : & const_str_warn._ascii.ob_base,
42212 : : & const_str_DeprecationWarning._ascii.ob_base,
42213 : : & const_str_find_spec._ascii.ob_base,
42214 : : & const_str_loader._ascii.ob_base,
42215 : : & const_str_submodule_search_locations._ascii.ob_base,
42216 : : },
42217 : : },
42218 : : };
42219 : : static
42220 : : struct {
42221 : : PyASCIIObject _ascii;
42222 : : uint8_t _data[23];
42223 : : }
42224 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname = {
42225 : : ._ascii = {
42226 : : .ob_base = {
42227 : : .ob_refcnt = 999999999,
42228 : : .ob_type = &PyUnicode_Type,
42229 : : },
42230 : : .length = 22,
42231 : : .hash = -1,
42232 : : .state = {
42233 : : .kind = 1,
42234 : : .compact = 1,
42235 : : .ascii = 1,
42236 : : },
42237 : : },
42238 : : ._data = "FileFinder.find_loader",
42239 : : };
42240 : : static
42241 : : struct {
42242 : : PyObject_VAR_HEAD
42243 : : Py_hash_t ob_shash;
42244 : : char ob_sval[90];
42245 : : }
42246 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable = {
42247 : : .ob_base = {
42248 : : .ob_base = {
42249 : : .ob_refcnt = 999999999,
42250 : : .ob_type = &PyBytes_Type,
42251 : : },
42252 : : .ob_size = 89,
42253 : : },
42254 : : .ob_shash = -1,
42255 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x09\x17\x8f\x0e\x89\x0e\xf0\x00\x01\x18\x54\x01\xe5\x17\x29\xf4\x05\x02\x09\x2b\xf0\x00\x02\x09\x2b\xf0\x06\x00\x10\x14\x8f\x7e\x89\x7e\x98\x68\xd4\x0f\x27\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x1c\xd8\x13\x17\x98\x12\x90\x38\x88\x4f\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x44\xd7\x1c\x3b\xd1\x1c\x3b\xd0\x1c\x41\xb8\x72\xd0\x0f\x41\xd0\x08\x41",
42256 : : };
42257 : : static
42258 : : struct {
42259 : : PyGC_Head _gc_head;
42260 : : struct {
42261 : : PyObject_VAR_HEAD
42262 : : PyObject *ob_item[3];
42263 : : }_object;
42264 : : }
42265 : : importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames = {
42266 : : ._object = {
42267 : : .ob_base = {
42268 : : .ob_base = {
42269 : : .ob_refcnt = 999999999,
42270 : : .ob_type = &PyTuple_Type,
42271 : : },
42272 : : .ob_size = 3,
42273 : : },
42274 : : .ob_item = {
42275 : : & const_str_self._ascii.ob_base,
42276 : : & const_str_fullname._ascii.ob_base,
42277 : : & const_str_spec._ascii.ob_base,
42278 : : },
42279 : : },
42280 : : };
42281 : : static
42282 : : struct _PyCode_DEF(160)
42283 : : importlib__bootstrap_external_toplevel_consts_73_consts_4 = {
42284 : : .ob_base = {
42285 : : .ob_base = {
42286 : : .ob_refcnt = 999999999,
42287 : : .ob_type = &PyCode_Type,
42288 : : },
42289 : : .ob_size = 80,
42290 : : },
42291 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_4_consts._object.ob_base.ob_base,
42292 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_4_names._object.ob_base.ob_base,
42293 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42294 : : .co_flags = 3,
42295 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42296 : : ._co_linearray_entry_size = 0,
42297 : : .co_argcount = 2,
42298 : : .co_posonlyargcount = 0,
42299 : : .co_kwonlyargcount = 0,
42300 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
42301 : : .co_stacksize = 4,
42302 : : .co_firstlineno = 1591,
42303 : : .co_nlocalsplus = 3,
42304 : : .co_nlocals = 3,
42305 : : .co_nplaincellvars = 0,
42306 : : .co_ncellvars = 0,
42307 : : .co_nfreevars = 0,
42308 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_4_localsplusnames._object.ob_base.ob_base,
42309 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
42310 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42311 : : .co_name = & const_str_find_loader._ascii.ob_base,
42312 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname._ascii.ob_base,
42313 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_4_linetable.ob_base.ob_base,
42314 : : ._co_code = NULL,
42315 : : ._co_linearray = NULL,
42316 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x04\x64\x02\x67\x00\x66\x02\x53\x00\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x67\x00\x66\x02\x53\x00",
42317 : : ._co_firsttraceable = 0,
42318 : : };
42319 : : static
42320 : : struct {
42321 : : PyGC_Head _gc_head;
42322 : : struct {
42323 : : PyObject_VAR_HEAD
42324 : : PyObject *ob_item[2];
42325 : : }_object;
42326 : : }
42327 : : importlib__bootstrap_external_toplevel_consts_73_consts_5_consts = {
42328 : : ._object = {
42329 : : .ob_base = {
42330 : : .ob_base = {
42331 : : .ob_refcnt = 999999999,
42332 : : .ob_type = &PyTuple_Type,
42333 : : },
42334 : : .ob_size = 2,
42335 : : },
42336 : : .ob_item = {
42337 : : Py_None,
42338 : : & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
42339 : : },
42340 : : },
42341 : : };
42342 : : static
42343 : : struct {
42344 : : PyGC_Head _gc_head;
42345 : : struct {
42346 : : PyObject_VAR_HEAD
42347 : : PyObject *ob_item[1];
42348 : : }_object;
42349 : : }
42350 : : importlib__bootstrap_external_toplevel_consts_73_consts_5_names = {
42351 : : ._object = {
42352 : : .ob_base = {
42353 : : .ob_base = {
42354 : : .ob_refcnt = 999999999,
42355 : : .ob_type = &PyTuple_Type,
42356 : : },
42357 : : .ob_size = 1,
42358 : : },
42359 : : .ob_item = {
42360 : : & const_str_spec_from_file_location._ascii.ob_base,
42361 : : },
42362 : : },
42363 : : };
42364 : : static
42365 : : struct {
42366 : : PyASCIIObject _ascii;
42367 : : uint8_t _data[21];
42368 : : }
42369 : : importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname = {
42370 : : ._ascii = {
42371 : : .ob_base = {
42372 : : .ob_refcnt = 999999999,
42373 : : .ob_type = &PyUnicode_Type,
42374 : : },
42375 : : .length = 20,
42376 : : .hash = -1,
42377 : : .state = {
42378 : : .kind = 1,
42379 : : .compact = 1,
42380 : : .ascii = 1,
42381 : : },
42382 : : },
42383 : : ._data = "FileFinder._get_spec",
42384 : : };
42385 : : static
42386 : : struct {
42387 : : PyObject_VAR_HEAD
42388 : : Py_hash_t ob_shash;
42389 : : char ob_sval[47];
42390 : : }
42391 : : importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable = {
42392 : : .ob_base = {
42393 : : .ob_base = {
42394 : : .ob_refcnt = 999999999,
42395 : : .ob_type = &PyBytes_Type,
42396 : : },
42397 : : .ob_size = 46,
42398 : : },
42399 : : .ob_shash = -1,
42400 : : .ob_sval = "\x80\x00\xd8\x11\x1d\x90\x1c\x98\x68\xa8\x04\xd4\x11\x2d\x88\x06\xdd\x0f\x26\xa0\x78\xb0\x14\xb8\x66\xd8\x42\x46\xf0\x03\x01\x10\x48\x01\xf4\x00\x01\x10\x48\x01\xf0\x00\x01\x09\x48\x01",
42401 : : };
42402 : : static
42403 : : struct {
42404 : : PyGC_Head _gc_head;
42405 : : struct {
42406 : : PyObject_VAR_HEAD
42407 : : PyObject *ob_item[7];
42408 : : }_object;
42409 : : }
42410 : : importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames = {
42411 : : ._object = {
42412 : : .ob_base = {
42413 : : .ob_base = {
42414 : : .ob_refcnt = 999999999,
42415 : : .ob_type = &PyTuple_Type,
42416 : : },
42417 : : .ob_size = 7,
42418 : : },
42419 : : .ob_item = {
42420 : : & const_str_self._ascii.ob_base,
42421 : : & const_str_loader_class._ascii.ob_base,
42422 : : & const_str_fullname._ascii.ob_base,
42423 : : &_Py_ID(path),
42424 : : & const_str_smsl._ascii.ob_base,
42425 : : & const_str_target._ascii.ob_base,
42426 : : & const_str_loader._ascii.ob_base,
42427 : : },
42428 : : },
42429 : : };
42430 : : static
42431 : : struct _PyCode_DEF(56)
42432 : : importlib__bootstrap_external_toplevel_consts_73_consts_5 = {
42433 : : .ob_base = {
42434 : : .ob_base = {
42435 : : .ob_refcnt = 999999999,
42436 : : .ob_type = &PyCode_Type,
42437 : : },
42438 : : .ob_size = 28,
42439 : : },
42440 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_5_consts._object.ob_base.ob_base,
42441 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
42442 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
42443 : : .co_flags = 3,
42444 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42445 : : ._co_linearray_entry_size = 0,
42446 : : .co_argcount = 6,
42447 : : .co_posonlyargcount = 0,
42448 : : .co_kwonlyargcount = 0,
42449 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
42450 : : .co_stacksize = 6,
42451 : : .co_firstlineno = 1606,
42452 : : .co_nlocalsplus = 7,
42453 : : .co_nlocals = 7,
42454 : : .co_nplaincellvars = 0,
42455 : : .co_ncellvars = 0,
42456 : : .co_nfreevars = 0,
42457 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_5_localsplusnames._object.ob_base.ob_base,
42458 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
42459 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42460 : : .co_name = & const_str__get_spec._ascii.ob_base,
42461 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname._ascii.ob_base,
42462 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_5_linetable.ob_base.ob_base,
42463 : : ._co_code = NULL,
42464 : : ._co_linearray = NULL,
42465 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x01\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\x7c\x06\x7c\x04\xac\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
42466 : : ._co_firsttraceable = 0,
42467 : : };
42468 : : static
42469 : : struct {
42470 : : PyASCIIObject _ascii;
42471 : : uint8_t _data[112];
42472 : : }
42473 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0 = {
42474 : : ._ascii = {
42475 : : .ob_base = {
42476 : : .ob_refcnt = 999999999,
42477 : : .ob_type = &PyUnicode_Type,
42478 : : },
42479 : : .length = 111,
42480 : : .hash = -1,
42481 : : .state = {
42482 : : .kind = 1,
42483 : : .compact = 1,
42484 : : .ascii = 1,
42485 : : },
42486 : : },
42487 : : ._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",
42488 : : };
42489 : : static
42490 : : struct {
42491 : : PyASCIIObject _ascii;
42492 : : uint8_t _data[10];
42493 : : }
42494 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7 = {
42495 : : ._ascii = {
42496 : : .ob_base = {
42497 : : .ob_refcnt = 999999999,
42498 : : .ob_type = &PyUnicode_Type,
42499 : : },
42500 : : .length = 9,
42501 : : .hash = -1,
42502 : : .state = {
42503 : : .kind = 1,
42504 : : .compact = 1,
42505 : : .ascii = 1,
42506 : : },
42507 : : },
42508 : : ._data = "trying {}",
42509 : : };
42510 : : static
42511 : : struct {
42512 : : PyASCIIObject _ascii;
42513 : : uint8_t _data[26];
42514 : : }
42515 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9 = {
42516 : : ._ascii = {
42517 : : .ob_base = {
42518 : : .ob_refcnt = 999999999,
42519 : : .ob_type = &PyUnicode_Type,
42520 : : },
42521 : : .length = 25,
42522 : : .hash = -1,
42523 : : .state = {
42524 : : .kind = 1,
42525 : : .compact = 1,
42526 : : .ascii = 1,
42527 : : },
42528 : : },
42529 : : ._data = "possible namespace for {}",
42530 : : };
42531 : : static
42532 : : struct {
42533 : : PyGC_Head _gc_head;
42534 : : struct {
42535 : : PyObject_VAR_HEAD
42536 : : PyObject *ob_item[10];
42537 : : }_object;
42538 : : }
42539 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_consts = {
42540 : : ._object = {
42541 : : .ob_base = {
42542 : : .ob_base = {
42543 : : .ob_refcnt = 999999999,
42544 : : .ob_type = &PyTuple_Type,
42545 : : },
42546 : : .ob_size = 10,
42547 : : },
42548 : : .ob_item = {
42549 : : & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0._ascii.ob_base,
42550 : : Py_False,
42551 : : &_Py_STR(dot),
42552 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
42553 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
42554 : : &_Py_ID(__init__),
42555 : : Py_None,
42556 : : & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7._ascii.ob_base,
42557 : : & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
42558 : : & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9._ascii.ob_base,
42559 : : },
42560 : : },
42561 : : };
42562 : : static
42563 : : struct {
42564 : : PyASCIIObject _ascii;
42565 : : uint8_t _data[12];
42566 : : }
42567 : : const_str__fill_cache = {
42568 : : ._ascii = {
42569 : : .ob_base = {
42570 : : .ob_refcnt = 999999999,
42571 : : .ob_type = &PyUnicode_Type,
42572 : : },
42573 : : .length = 11,
42574 : : .hash = -1,
42575 : : .state = {
42576 : : .kind = 1,
42577 : : .compact = 1,
42578 : : .ascii = 1,
42579 : : },
42580 : : },
42581 : : ._data = "_fill_cache",
42582 : : };
42583 : : static
42584 : : struct {
42585 : : PyGC_Head _gc_head;
42586 : : struct {
42587 : : PyObject_VAR_HEAD
42588 : : PyObject *ob_item[23];
42589 : : }_object;
42590 : : }
42591 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_names = {
42592 : : ._object = {
42593 : : .ob_base = {
42594 : : .ob_base = {
42595 : : .ob_refcnt = 999999999,
42596 : : .ob_type = &PyTuple_Type,
42597 : : },
42598 : : .ob_size = 23,
42599 : : },
42600 : : .ob_item = {
42601 : : & const_str_rpartition._ascii.ob_base,
42602 : : & const_str__path_stat._ascii.ob_base,
42603 : : &_Py_ID(path),
42604 : : & const_str__os._ascii.ob_base,
42605 : : & const_str_getcwd._ascii.ob_base,
42606 : : & const_str_st_mtime._ascii.ob_base,
42607 : : & const_str_OSError._ascii.ob_base,
42608 : : & const_str__path_mtime._ascii.ob_base,
42609 : : & const_str__fill_cache._ascii.ob_base,
42610 : : & const_str__relax_case._ascii.ob_base,
42611 : : & const_str__relaxed_path_cache._ascii.ob_base,
42612 : : & const_str_lower._ascii.ob_base,
42613 : : & const_str__path_cache._ascii.ob_base,
42614 : : & const_str__path_join._ascii.ob_base,
42615 : : & const_str__loaders._ascii.ob_base,
42616 : : & const_str__path_isfile._ascii.ob_base,
42617 : : & const_str__get_spec._ascii.ob_base,
42618 : : & const_str__path_isdir._ascii.ob_base,
42619 : : & const_str_ValueError._ascii.ob_base,
42620 : : &_Py_ID(_bootstrap),
42621 : : & const_str__verbose_message._ascii.ob_base,
42622 : : & const_str_ModuleSpec._ascii.ob_base,
42623 : : & const_str_submodule_search_locations._ascii.ob_base,
42624 : : },
42625 : : },
42626 : : };
42627 : : static
42628 : : struct {
42629 : : PyASCIIObject _ascii;
42630 : : uint8_t _data[21];
42631 : : }
42632 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname = {
42633 : : ._ascii = {
42634 : : .ob_base = {
42635 : : .ob_refcnt = 999999999,
42636 : : .ob_type = &PyUnicode_Type,
42637 : : },
42638 : : .length = 20,
42639 : : .hash = -1,
42640 : : .state = {
42641 : : .kind = 1,
42642 : : .compact = 1,
42643 : : .ascii = 1,
42644 : : },
42645 : : },
42646 : : ._data = "FileFinder.find_spec",
42647 : : };
42648 : : static
42649 : : struct {
42650 : : PyObject_VAR_HEAD
42651 : : Py_hash_t ob_shash;
42652 : : char ob_sval[585];
42653 : : }
42654 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable = {
42655 : : .ob_base = {
42656 : : .ob_base = {
42657 : : .ob_refcnt = 999999999,
42658 : : .ob_type = &PyBytes_Type,
42659 : : },
42660 : : .ob_size = 584,
42661 : : },
42662 : : .ob_shash = -1,
42663 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x18\x1d\x88\x0c\xd8\x16\x1e\xd7\x16\x29\xd1\x16\x29\xa8\x23\xd4\x16\x2e\xa8\x71\xd4\x16\x31\x88\x0b\xf0\x02\x03\x09\x17\xdd\x14\x1e\x98\x74\x9f\x79\x99\x79\xd0\x1f\x38\xad\x4a\xaf\x4a\xa9\x4a\xac\x4c\xd4\x14\x39\xd7\x14\x42\xd1\x14\x42\x88\x45\xf0\x06\x00\x0c\x11\x90\x44\xd7\x14\x24\xd1\x14\x24\xd2\x0b\x24\xf0\x00\x02\x09\x25\xd8\x0c\x10\xd7\x0c\x1c\xd1\x0c\x1c\xd4\x0c\x1e\xd0\x0c\x1e\xd8\x1f\x24\x88\x44\xd4\x0c\x1c\xe5\x0b\x16\x8c\x3d\xf0\x00\x05\x09\x27\xd8\x14\x18\xd7\x14\x2c\xd1\x14\x2c\x88\x45\xd8\x1b\x26\xd7\x1b\x2c\xd1\x1b\x2c\xd4\x1b\x2e\x88\x4c\x88\x4c\xe0\x14\x18\xd7\x14\x24\xd1\x14\x24\x88\x45\xd8\x1b\x26\x88\x4c\xe0\x0b\x17\x98\x35\xd0\x0b\x20\xf0\x00\x0a\x09\x36\xdd\x18\x22\xa0\x34\xa7\x39\xa1\x39\xa8\x6b\xd4\x18\x3a\x88\x49\xd8\x28\x2c\xaf\x0d\xa9\x0d\xf0\x00\x08\x0d\x36\xf1\x00\x08\x0d\x36\xd1\x10\x24\x90\x06\x98\x0c\xd8\x20\x2a\xa8\x56\xd1\x20\x33\x90\x0d\xdd\x1c\x26\xa0\x79\xb0\x2d\xd4\x1c\x40\x90\x09\xdd\x13\x1f\xa0\x09\xd4\x13\x2a\xf0\x00\x01\x11\x62\x01\xd8\x1b\x1f\x9f\x3e\x99\x3e\xa8\x2c\xb8\x08\xc0\x29\xc8\x69\xc8\x5b\xd0\x5a\x60\xd4\x1b\x61\xd0\x14\x61\xd0\x14\x61\xd0\x14\x61\xf5\x08\x00\x20\x2b\xa8\x39\xd4\x1f\x35\x90\x0c\xe0\x24\x28\xa7\x4d\xa1\x4d\xf0\x00\x09\x09\x38\xf1\x00\x09\x09\x38\xd1\x0c\x20\x88\x46\x90\x4c\xf0\x02\x03\x0d\x1c\xdd\x1c\x26\xa0\x74\xa7\x79\xa1\x79\xb0\x2b\xc0\x06\xd1\x32\x46\xd4\x1c\x47\x90\x09\xf5\x06\x00\x0d\x17\xd7\x0c\x27\xd1\x0c\x27\xa8\x0b\xb0\x59\xc8\x21\xd0\x0c\x27\xd4\x0c\x4c\xd0\x0c\x4c\xd8\x0f\x1b\x98\x66\xd1\x0f\x24\xa8\x05\xd0\x0f\x2d\xf0\x00\x03\x0d\x38\xdd\x13\x1f\xa0\x09\xd4\x13\x2a\xf0\x00\x02\x11\x38\xd8\x1b\x1f\x9f\x3e\x99\x3e\xa8\x2c\xb8\x08\xc0\x29\xd8\x2a\x2e\xb0\x06\xf4\x03\x01\x1c\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xe0\x0b\x17\xf0\x00\x04\x09\x18\xdd\x0c\x16\xd7\x0c\x27\xd1\x0c\x27\xd0\x28\x43\xc0\x59\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x13\x1d\xd7\x13\x28\xd1\x13\x28\xa8\x18\xb0\x34\xd4\x13\x38\x88\x44\xd8\x2f\x38\xa8\x6b\x88\x44\xd4\x0c\x2b\xd8\x13\x17\x88\x4b\xd8\x0f\x13\x88\x74\xf8\xf5\x51\x01\x00\x10\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xd8\x14\x16\x88\x45\x88\x45\x89\x45\xf0\x03\x01\x09\x17\xf8\xf8\xf8\xf8\xf5\x38\x00\x14\x1e\xf0\x00\x01\x0d\x1c\xf0\x00\x01\x0d\x1c\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\x90\x74\xf0\x03\x01\x0d\x1c\xf8\xf8\xf8",
42664 : : };
42665 : : static
42666 : : struct {
42667 : : PyObject_VAR_HEAD
42668 : : Py_hash_t ob_shash;
42669 : : char ob_sval[36];
42670 : : }
42671 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable = {
42672 : : .ob_base = {
42673 : : .ob_base = {
42674 : : .ob_refcnt = 999999999,
42675 : : .ob_type = &PyBytes_Type,
42676 : : },
42677 : : .ob_size = 35,
42678 : : },
42679 : : .ob_shash = -1,
42680 : : .ob_sval = "\x9c\x37\x47\x19\x00\xc4\x3a\x1b\x47\x2c\x02\xc7\x19\x0c\x47\x29\x03\xc7\x28\x01\x47\x29\x03\xc7\x2c\x0a\x47\x3b\x05\xc7\x3a\x01\x47\x3b\x05",
42681 : : };
42682 : : static
42683 : : struct {
42684 : : PyASCIIObject _ascii;
42685 : : uint8_t _data[13];
42686 : : }
42687 : : const_str_is_namespace = {
42688 : : ._ascii = {
42689 : : .ob_base = {
42690 : : .ob_refcnt = 999999999,
42691 : : .ob_type = &PyUnicode_Type,
42692 : : },
42693 : : .length = 12,
42694 : : .hash = -1,
42695 : : .state = {
42696 : : .kind = 1,
42697 : : .compact = 1,
42698 : : .ascii = 1,
42699 : : },
42700 : : },
42701 : : ._data = "is_namespace",
42702 : : };
42703 : : static
42704 : : struct {
42705 : : PyASCIIObject _ascii;
42706 : : uint8_t _data[12];
42707 : : }
42708 : : const_str_tail_module = {
42709 : : ._ascii = {
42710 : : .ob_base = {
42711 : : .ob_refcnt = 999999999,
42712 : : .ob_type = &PyUnicode_Type,
42713 : : },
42714 : : .length = 11,
42715 : : .hash = -1,
42716 : : .state = {
42717 : : .kind = 1,
42718 : : .compact = 1,
42719 : : .ascii = 1,
42720 : : },
42721 : : },
42722 : : ._data = "tail_module",
42723 : : };
42724 : : static
42725 : : struct {
42726 : : PyASCIIObject _ascii;
42727 : : uint8_t _data[6];
42728 : : }
42729 : : const_str_cache = {
42730 : : ._ascii = {
42731 : : .ob_base = {
42732 : : .ob_refcnt = 999999999,
42733 : : .ob_type = &PyUnicode_Type,
42734 : : },
42735 : : .length = 5,
42736 : : .hash = -1,
42737 : : .state = {
42738 : : .kind = 1,
42739 : : .compact = 1,
42740 : : .ascii = 1,
42741 : : },
42742 : : },
42743 : : ._data = "cache",
42744 : : };
42745 : : static
42746 : : struct {
42747 : : PyASCIIObject _ascii;
42748 : : uint8_t _data[13];
42749 : : }
42750 : : const_str_cache_module = {
42751 : : ._ascii = {
42752 : : .ob_base = {
42753 : : .ob_refcnt = 999999999,
42754 : : .ob_type = &PyUnicode_Type,
42755 : : },
42756 : : .length = 12,
42757 : : .hash = -1,
42758 : : .state = {
42759 : : .kind = 1,
42760 : : .compact = 1,
42761 : : .ascii = 1,
42762 : : },
42763 : : },
42764 : : ._data = "cache_module",
42765 : : };
42766 : : static
42767 : : struct {
42768 : : PyASCIIObject _ascii;
42769 : : uint8_t _data[10];
42770 : : }
42771 : : const_str_base_path = {
42772 : : ._ascii = {
42773 : : .ob_base = {
42774 : : .ob_refcnt = 999999999,
42775 : : .ob_type = &PyUnicode_Type,
42776 : : },
42777 : : .length = 9,
42778 : : .hash = -1,
42779 : : .state = {
42780 : : .kind = 1,
42781 : : .compact = 1,
42782 : : .ascii = 1,
42783 : : },
42784 : : },
42785 : : ._data = "base_path",
42786 : : };
42787 : : static
42788 : : struct {
42789 : : PyASCIIObject _ascii;
42790 : : uint8_t _data[14];
42791 : : }
42792 : : const_str_init_filename = {
42793 : : ._ascii = {
42794 : : .ob_base = {
42795 : : .ob_refcnt = 999999999,
42796 : : .ob_type = &PyUnicode_Type,
42797 : : },
42798 : : .length = 13,
42799 : : .hash = -1,
42800 : : .state = {
42801 : : .kind = 1,
42802 : : .compact = 1,
42803 : : .ascii = 1,
42804 : : },
42805 : : },
42806 : : ._data = "init_filename",
42807 : : };
42808 : : static
42809 : : struct {
42810 : : PyASCIIObject _ascii;
42811 : : uint8_t _data[10];
42812 : : }
42813 : : const_str_full_path = {
42814 : : ._ascii = {
42815 : : .ob_base = {
42816 : : .ob_refcnt = 999999999,
42817 : : .ob_type = &PyUnicode_Type,
42818 : : },
42819 : : .length = 9,
42820 : : .hash = -1,
42821 : : .state = {
42822 : : .kind = 1,
42823 : : .compact = 1,
42824 : : .ascii = 1,
42825 : : },
42826 : : },
42827 : : ._data = "full_path",
42828 : : };
42829 : : static
42830 : : struct {
42831 : : PyGC_Head _gc_head;
42832 : : struct {
42833 : : PyObject_VAR_HEAD
42834 : : PyObject *ob_item[14];
42835 : : }_object;
42836 : : }
42837 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames = {
42838 : : ._object = {
42839 : : .ob_base = {
42840 : : .ob_base = {
42841 : : .ob_refcnt = 999999999,
42842 : : .ob_type = &PyTuple_Type,
42843 : : },
42844 : : .ob_size = 14,
42845 : : },
42846 : : .ob_item = {
42847 : : & const_str_self._ascii.ob_base,
42848 : : & const_str_fullname._ascii.ob_base,
42849 : : & const_str_target._ascii.ob_base,
42850 : : & const_str_is_namespace._ascii.ob_base,
42851 : : & const_str_tail_module._ascii.ob_base,
42852 : : & const_str_mtime._ascii.ob_base,
42853 : : & const_str_cache._ascii.ob_base,
42854 : : & const_str_cache_module._ascii.ob_base,
42855 : : & const_str_base_path._ascii.ob_base,
42856 : : & const_str_suffix._ascii.ob_base,
42857 : : & const_str_loader_class._ascii.ob_base,
42858 : : & const_str_init_filename._ascii.ob_base,
42859 : : & const_str_full_path._ascii.ob_base,
42860 : : & const_str_spec._ascii.ob_base,
42861 : : },
42862 : : },
42863 : : };
42864 : : static
42865 : : struct {
42866 : : PyObject_VAR_HEAD
42867 : : Py_hash_t ob_shash;
42868 : : char ob_sval[15];
42869 : : }
42870 : : importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds = {
42871 : : .ob_base = {
42872 : : .ob_base = {
42873 : : .ob_refcnt = 999999999,
42874 : : .ob_type = &PyBytes_Type,
42875 : : },
42876 : : .ob_size = 14,
42877 : : },
42878 : : .ob_shash = -1,
42879 : : .ob_sval = " ",
42880 : : };
42881 : : static
42882 : : struct _PyCode_DEF(1020)
42883 : : importlib__bootstrap_external_toplevel_consts_73_consts_7 = {
42884 : : .ob_base = {
42885 : : .ob_base = {
42886 : : .ob_refcnt = 999999999,
42887 : : .ob_type = &PyCode_Type,
42888 : : },
42889 : : .ob_size = 510,
42890 : : },
42891 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_7_consts._object.ob_base.ob_base,
42892 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_7_names._object.ob_base.ob_base,
42893 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_exceptiontable.ob_base.ob_base,
42894 : : .co_flags = 3,
42895 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
42896 : : ._co_linearray_entry_size = 0,
42897 : : .co_argcount = 3,
42898 : : .co_posonlyargcount = 0,
42899 : : .co_kwonlyargcount = 0,
42900 : : .co_framesize = 22 + FRAME_SPECIALS_SIZE,
42901 : : .co_stacksize = 8,
42902 : : .co_firstlineno = 1611,
42903 : : .co_nlocalsplus = 14,
42904 : : .co_nlocals = 14,
42905 : : .co_nplaincellvars = 0,
42906 : : .co_ncellvars = 0,
42907 : : .co_nfreevars = 0,
42908 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localsplusnames._object.ob_base.ob_base,
42909 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
42910 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
42911 : : .co_name = & const_str_find_spec._ascii.ob_base,
42912 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname._ascii.ob_base,
42913 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_7_linetable.ob_base.ob_base,
42914 : : ._co_code = NULL,
42915 : : ._co_linearray = NULL,
42916 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x03\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x15\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x18\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x6e\x0e\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x7d\x07\x7c\x07\x7c\x06\x76\x00\x72\x70\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3d\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x64\x05\x7c\x09\x7a\x00\x00\x00\x7d\x0b\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x26\x7c\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0c\x7c\x08\x67\x01\x7c\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x66\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x09\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x09\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x0c\x64\x03\xac\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x07\x7c\x09\x7a\x00\x00\x00\x7c\x06\x76\x00\xaf\x43\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x50\x7c\x00\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\x7c\x0c\x64\x06\x7c\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x7c\x03\x72\x3a\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7f\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x7c\x08\x67\x01\x7c\x0d\x5f\x16\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x53\x00\x64\x06\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x06\x01\x00\x64\x04\x7d\x05\x59\x00\x3e\x01\x8c\x95\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x59\x00\x01\x00\x64\x06\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
42917 : : ._co_firsttraceable = 0,
42918 : : };
42919 : : static
42920 : : struct {
42921 : : PyASCIIObject _ascii;
42922 : : uint8_t _data[69];
42923 : : }
42924 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0 = {
42925 : : ._ascii = {
42926 : : .ob_base = {
42927 : : .ob_refcnt = 999999999,
42928 : : .ob_type = &PyUnicode_Type,
42929 : : },
42930 : : .length = 68,
42931 : : .hash = -1,
42932 : : .state = {
42933 : : .kind = 1,
42934 : : .compact = 1,
42935 : : .ascii = 1,
42936 : : },
42937 : : },
42938 : : ._data = "Fill the cache of potential modules and packages for this directory.",
42939 : : };
42940 : : static
42941 : : struct {
42942 : : PyGC_Head _gc_head;
42943 : : struct {
42944 : : PyObject_VAR_HEAD
42945 : : PyObject *ob_item[1];
42946 : : }_object;
42947 : : }
42948 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names = {
42949 : : ._object = {
42950 : : .ob_base = {
42951 : : .ob_base = {
42952 : : .ob_refcnt = 999999999,
42953 : : .ob_type = &PyTuple_Type,
42954 : : },
42955 : : .ob_size = 1,
42956 : : },
42957 : : .ob_item = {
42958 : : & const_str_lower._ascii.ob_base,
42959 : : },
42960 : : },
42961 : : };
42962 : : static
42963 : : struct {
42964 : : PyASCIIObject _ascii;
42965 : : uint8_t _data[42];
42966 : : }
42967 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname = {
42968 : : ._ascii = {
42969 : : .ob_base = {
42970 : : .ob_refcnt = 999999999,
42971 : : .ob_type = &PyUnicode_Type,
42972 : : },
42973 : : .length = 41,
42974 : : .hash = -1,
42975 : : .state = {
42976 : : .kind = 1,
42977 : : .compact = 1,
42978 : : .ascii = 1,
42979 : : },
42980 : : },
42981 : : ._data = "FileFinder._fill_cache.<locals>.<setcomp>",
42982 : : };
42983 : : static
42984 : : struct {
42985 : : PyObject_VAR_HEAD
42986 : : Py_hash_t ob_shash;
42987 : : char ob_sval[31];
42988 : : }
42989 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable = {
42990 : : .ob_base = {
42991 : : .ob_base = {
42992 : : .ob_refcnt = 999999999,
42993 : : .ob_type = &PyBytes_Type,
42994 : : },
42995 : : .ob_size = 30,
42996 : : },
42997 : : .ob_shash = -1,
42998 : : .ob_sval = "\x80\x00\xd0\x27\x46\xd0\x27\x46\xd1\x27\x46\xb0\x72\xa8\x02\xaf\x08\xa9\x08\xac\x0a\xd0\x27\x46\xd0\x27\x46\xd0\x27\x46",
42999 : : };
43000 : : static
43001 : : struct {
43002 : : PyASCIIObject _ascii;
43003 : : uint8_t _data[3];
43004 : : }
43005 : : const_str_fn = {
43006 : : ._ascii = {
43007 : : .ob_base = {
43008 : : .ob_refcnt = 999999999,
43009 : : .ob_type = &PyUnicode_Type,
43010 : : },
43011 : : .length = 2,
43012 : : .hash = -1,
43013 : : .state = {
43014 : : .kind = 1,
43015 : : .compact = 1,
43016 : : .ascii = 1,
43017 : : },
43018 : : },
43019 : : ._data = "fn",
43020 : : };
43021 : : static
43022 : : struct {
43023 : : PyGC_Head _gc_head;
43024 : : struct {
43025 : : PyObject_VAR_HEAD
43026 : : PyObject *ob_item[2];
43027 : : }_object;
43028 : : }
43029 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames = {
43030 : : ._object = {
43031 : : .ob_base = {
43032 : : .ob_base = {
43033 : : .ob_refcnt = 999999999,
43034 : : .ob_type = &PyTuple_Type,
43035 : : },
43036 : : .ob_size = 2,
43037 : : },
43038 : : .ob_item = {
43039 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
43040 : : & const_str_fn._ascii.ob_base,
43041 : : },
43042 : : },
43043 : : };
43044 : : static
43045 : : struct _PyCode_DEF(50)
43046 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4 = {
43047 : : .ob_base = {
43048 : : .ob_base = {
43049 : : .ob_refcnt = 999999999,
43050 : : .ob_type = &PyCode_Type,
43051 : : },
43052 : : .ob_size = 25,
43053 : : },
43054 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
43055 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_names._object.ob_base.ob_base,
43056 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43057 : : .co_flags = 19,
43058 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43059 : : ._co_linearray_entry_size = 0,
43060 : : .co_argcount = 1,
43061 : : .co_posonlyargcount = 0,
43062 : : .co_kwonlyargcount = 0,
43063 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
43064 : : .co_stacksize = 4,
43065 : : .co_firstlineno = 1691,
43066 : : .co_nlocalsplus = 2,
43067 : : .co_nlocals = 2,
43068 : : .co_nplaincellvars = 0,
43069 : : .co_ncellvars = 0,
43070 : : .co_nfreevars = 0,
43071 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_localsplusnames._object.ob_base.ob_base,
43072 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
43073 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43074 : : .co_name = &_Py_STR(anon_setcomp),
43075 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname._ascii.ob_base,
43076 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_linetable.ob_base.ob_base,
43077 : : ._co_code = NULL,
43078 : : ._co_linearray = NULL,
43079 : : .co_code_adaptive = "\x97\x00\x68\x00\x7c\x00\x5d\x13\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x92\x02\x8c\x15\x53\x00",
43080 : : ._co_firsttraceable = 0,
43081 : : };
43082 : : static
43083 : : struct {
43084 : : PyGC_Head _gc_head;
43085 : : struct {
43086 : : PyObject_VAR_HEAD
43087 : : PyObject *ob_item[6];
43088 : : }_object;
43089 : : }
43090 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_consts = {
43091 : : ._object = {
43092 : : .ob_base = {
43093 : : .ob_base = {
43094 : : .ob_refcnt = 999999999,
43095 : : .ob_type = &PyTuple_Type,
43096 : : },
43097 : : .ob_size = 6,
43098 : : },
43099 : : .ob_item = {
43100 : : & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0._ascii.ob_base,
43101 : : & const_str_win._ascii.ob_base,
43102 : : &_Py_STR(dot),
43103 : : & importlib__bootstrap_toplevel_consts_43_consts_5._ascii.ob_base,
43104 : : & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4.ob_base.ob_base,
43105 : : Py_None,
43106 : : },
43107 : : },
43108 : : };
43109 : : static
43110 : : struct {
43111 : : PyASCIIObject _ascii;
43112 : : uint8_t _data[8];
43113 : : }
43114 : : const_str_listdir = {
43115 : : ._ascii = {
43116 : : .ob_base = {
43117 : : .ob_refcnt = 999999999,
43118 : : .ob_type = &PyUnicode_Type,
43119 : : },
43120 : : .length = 7,
43121 : : .hash = -1,
43122 : : .state = {
43123 : : .kind = 1,
43124 : : .compact = 1,
43125 : : .ascii = 1,
43126 : : },
43127 : : },
43128 : : ._data = "listdir",
43129 : : };
43130 : : static
43131 : : struct {
43132 : : PyASCIIObject _ascii;
43133 : : uint8_t _data[16];
43134 : : }
43135 : : const_str_PermissionError = {
43136 : : ._ascii = {
43137 : : .ob_base = {
43138 : : .ob_refcnt = 999999999,
43139 : : .ob_type = &PyUnicode_Type,
43140 : : },
43141 : : .length = 15,
43142 : : .hash = -1,
43143 : : .state = {
43144 : : .kind = 1,
43145 : : .compact = 1,
43146 : : .ascii = 1,
43147 : : },
43148 : : },
43149 : : ._data = "PermissionError",
43150 : : };
43151 : : static
43152 : : struct {
43153 : : PyASCIIObject _ascii;
43154 : : uint8_t _data[19];
43155 : : }
43156 : : const_str_NotADirectoryError = {
43157 : : ._ascii = {
43158 : : .ob_base = {
43159 : : .ob_refcnt = 999999999,
43160 : : .ob_type = &PyUnicode_Type,
43161 : : },
43162 : : .length = 18,
43163 : : .hash = -1,
43164 : : .state = {
43165 : : .kind = 1,
43166 : : .compact = 1,
43167 : : .ascii = 1,
43168 : : },
43169 : : },
43170 : : ._data = "NotADirectoryError",
43171 : : };
43172 : : static
43173 : : struct {
43174 : : PyGC_Head _gc_head;
43175 : : struct {
43176 : : PyObject_VAR_HEAD
43177 : : PyObject *ob_item[18];
43178 : : }_object;
43179 : : }
43180 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_names = {
43181 : : ._object = {
43182 : : .ob_base = {
43183 : : .ob_base = {
43184 : : .ob_refcnt = 999999999,
43185 : : .ob_type = &PyTuple_Type,
43186 : : },
43187 : : .ob_size = 18,
43188 : : },
43189 : : .ob_item = {
43190 : : &_Py_ID(path),
43191 : : & const_str__os._ascii.ob_base,
43192 : : & const_str_listdir._ascii.ob_base,
43193 : : & const_str_getcwd._ascii.ob_base,
43194 : : & const_str_FileNotFoundError._ascii.ob_base,
43195 : : & const_str_PermissionError._ascii.ob_base,
43196 : : & const_str_NotADirectoryError._ascii.ob_base,
43197 : : & const_str_sys._ascii.ob_base,
43198 : : & const_str_platform._ascii.ob_base,
43199 : : & const_str_startswith._ascii.ob_base,
43200 : : & const_str_set._ascii.ob_base,
43201 : : & const_str__path_cache._ascii.ob_base,
43202 : : & const_str_partition._ascii.ob_base,
43203 : : & const_str_format._ascii.ob_base,
43204 : : & const_str_lower._ascii.ob_base,
43205 : : &_Py_ID(add),
43206 : : & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
43207 : : & const_str__relaxed_path_cache._ascii.ob_base,
43208 : : },
43209 : : },
43210 : : };
43211 : : static
43212 : : struct {
43213 : : PyASCIIObject _ascii;
43214 : : uint8_t _data[23];
43215 : : }
43216 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname = {
43217 : : ._ascii = {
43218 : : .ob_base = {
43219 : : .ob_refcnt = 999999999,
43220 : : .ob_type = &PyUnicode_Type,
43221 : : },
43222 : : .length = 22,
43223 : : .hash = -1,
43224 : : .state = {
43225 : : .kind = 1,
43226 : : .compact = 1,
43227 : : .ascii = 1,
43228 : : },
43229 : : },
43230 : : ._data = "FileFinder._fill_cache",
43231 : : };
43232 : : static
43233 : : struct {
43234 : : PyObject_VAR_HEAD
43235 : : Py_hash_t ob_shash;
43236 : : char ob_sval[303];
43237 : : }
43238 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable = {
43239 : : .ob_base = {
43240 : : .ob_base = {
43241 : : .ob_refcnt = 999999999,
43242 : : .ob_type = &PyBytes_Type,
43243 : : },
43244 : : .ob_size = 302,
43245 : : },
43246 : : .ob_shash = -1,
43247 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x79\x89\x79\x88\x04\xf0\x02\x05\x09\x1a\xdd\x17\x22\x97\x7b\x91\x7b\xa0\x34\xd0\x23\x37\xad\x3a\xaf\x3a\xa9\x3a\xac\x3c\xd4\x17\x38\x88\x48\xf5\x0e\x00\x10\x13\x8f\x7c\x89\x7c\xd7\x0f\x26\xd1\x0f\x26\xa0\x75\xd4\x0f\x2d\xf0\x00\x10\x09\x35\xdd\x1f\x22\xa0\x38\x9c\x7d\x88\x44\xd4\x0c\x1c\xd0\x0c\x1c\xf5\x0e\x00\x25\x28\xa4\x45\xd0\x0c\x21\xd8\x18\x20\xf0\x00\x06\x0d\x34\xf1\x00\x06\x0d\x34\x90\x04\xd8\x24\x28\xa7\x4e\xa1\x4e\xb0\x33\xd4\x24\x37\xd1\x10\x21\x90\x04\x90\x63\x98\x36\xd8\x13\x16\xf0\x00\x03\x11\x24\xd8\x1f\x26\x9f\x7e\x99\x7e\xa8\x64\xb0\x46\xb7\x4c\xb1\x4c\xb4\x4e\xd4\x1f\x43\x90\x48\x90\x48\xe0\x1f\x23\x90\x48\xd8\x10\x25\xd7\x10\x29\xd1\x10\x29\xa8\x28\xd4\x10\x33\xd0\x10\x33\xd0\x10\x33\xd8\x1f\x34\x88\x44\xd4\x0c\x1c\xdd\x0b\x0e\x8f\x3c\x89\x3c\xd7\x0b\x22\xd1\x0b\x22\xd5\x23\x3e\xd4\x0b\x3f\xf0\x00\x01\x09\x47\x01\xd8\x27\x46\xd0\x27\x46\xb8\x58\xd0\x27\x46\xd4\x27\x46\x88\x44\xd4\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xf0\x03\x01\x09\x47\x01\xf0\x00\x01\x09\x47\x01\xf8\xf5\x2f\x00\x11\x22\xa5\x3f\xd5\x34\x46\xd0\x0f\x47\xf0\x00\x03\x09\x1a\xf0\x00\x03\x09\x1a\xf0\x00\x03\x09\x1a\xf0\x06\x00\x18\x1a\x88\x48\x88\x48\x88\x48\xf0\x07\x03\x09\x1a\xf8\xf8\xf8",
43248 : : };
43249 : : static
43250 : : struct {
43251 : : PyObject_VAR_HEAD
43252 : : Py_hash_t ob_shash;
43253 : : char ob_sval[18];
43254 : : }
43255 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable = {
43256 : : .ob_base = {
43257 : : .ob_base = {
43258 : : .ob_refcnt = 999999999,
43259 : : .ob_type = &PyBytes_Type,
43260 : : },
43261 : : .ob_size = 17,
43262 : : },
43263 : : .ob_shash = -1,
43264 : : .ob_sval = "\x8e\x2d\x44\x10\x00\xc4\x10\x19\x44\x2c\x03\xc4\x2b\x01\x44\x2c\x03",
43265 : : };
43266 : : static
43267 : : struct {
43268 : : PyASCIIObject _ascii;
43269 : : uint8_t _data[9];
43270 : : }
43271 : : const_str_contents = {
43272 : : ._ascii = {
43273 : : .ob_base = {
43274 : : .ob_refcnt = 999999999,
43275 : : .ob_type = &PyUnicode_Type,
43276 : : },
43277 : : .length = 8,
43278 : : .hash = -1,
43279 : : .state = {
43280 : : .kind = 1,
43281 : : .compact = 1,
43282 : : .ascii = 1,
43283 : : },
43284 : : },
43285 : : ._data = "contents",
43286 : : };
43287 : : static
43288 : : struct {
43289 : : PyASCIIObject _ascii;
43290 : : uint8_t _data[22];
43291 : : }
43292 : : const_str_lower_suffix_contents = {
43293 : : ._ascii = {
43294 : : .ob_base = {
43295 : : .ob_refcnt = 999999999,
43296 : : .ob_type = &PyUnicode_Type,
43297 : : },
43298 : : .length = 21,
43299 : : .hash = -1,
43300 : : .state = {
43301 : : .kind = 1,
43302 : : .compact = 1,
43303 : : .ascii = 1,
43304 : : },
43305 : : },
43306 : : ._data = "lower_suffix_contents",
43307 : : };
43308 : : static
43309 : : struct {
43310 : : PyASCIIObject _ascii;
43311 : : uint8_t _data[9];
43312 : : }
43313 : : const_str_new_name = {
43314 : : ._ascii = {
43315 : : .ob_base = {
43316 : : .ob_refcnt = 999999999,
43317 : : .ob_type = &PyUnicode_Type,
43318 : : },
43319 : : .length = 8,
43320 : : .hash = -1,
43321 : : .state = {
43322 : : .kind = 1,
43323 : : .compact = 1,
43324 : : .ascii = 1,
43325 : : },
43326 : : },
43327 : : ._data = "new_name",
43328 : : };
43329 : : static
43330 : : struct {
43331 : : PyGC_Head _gc_head;
43332 : : struct {
43333 : : PyObject_VAR_HEAD
43334 : : PyObject *ob_item[9];
43335 : : }_object;
43336 : : }
43337 : : importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames = {
43338 : : ._object = {
43339 : : .ob_base = {
43340 : : .ob_base = {
43341 : : .ob_refcnt = 999999999,
43342 : : .ob_type = &PyTuple_Type,
43343 : : },
43344 : : .ob_size = 9,
43345 : : },
43346 : : .ob_item = {
43347 : : & const_str_self._ascii.ob_base,
43348 : : &_Py_ID(path),
43349 : : & const_str_contents._ascii.ob_base,
43350 : : & const_str_lower_suffix_contents._ascii.ob_base,
43351 : : & const_str_item._ascii.ob_base,
43352 : : &_Py_ID(name),
43353 : : & const_str_dot._ascii.ob_base,
43354 : : & const_str_suffix._ascii.ob_base,
43355 : : & const_str_new_name._ascii.ob_base,
43356 : : },
43357 : : },
43358 : : };
43359 : : static
43360 : : struct _PyCode_DEF(606)
43361 : : importlib__bootstrap_external_toplevel_consts_73_consts_8 = {
43362 : : .ob_base = {
43363 : : .ob_base = {
43364 : : .ob_refcnt = 999999999,
43365 : : .ob_type = &PyCode_Type,
43366 : : },
43367 : : .ob_size = 303,
43368 : : },
43369 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_8_consts._object.ob_base.ob_base,
43370 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_8_names._object.ob_base.ob_base,
43371 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_exceptiontable.ob_base.ob_base,
43372 : : .co_flags = 3,
43373 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43374 : : ._co_linearray_entry_size = 0,
43375 : : .co_argcount = 1,
43376 : : .co_posonlyargcount = 0,
43377 : : .co_kwonlyargcount = 0,
43378 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
43379 : : .co_stacksize = 6,
43380 : : .co_firstlineno = 1662,
43381 : : .co_nlocalsplus = 9,
43382 : : .co_nlocals = 9,
43383 : : .co_nplaincellvars = 0,
43384 : : .co_ncellvars = 0,
43385 : : .co_nfreevars = 0,
43386 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_8_localsplusnames._object.ob_base.ob_base,
43387 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
43388 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43389 : : .co_name = & const_str__fill_cache._ascii.ob_base,
43390 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname._ascii.ob_base,
43391 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_8_linetable.ob_base.ob_base,
43392 : : ._co_code = NULL,
43393 : : ._co_linearray = NULL,
43394 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x70\x15\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x13\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x68\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x44\x00\x5d\x51\x00\x00\x7d\x04\x7c\x04\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x05\x7d\x06\x7d\x07\x7c\x06\x72\x23\x64\x03\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x07\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x02\x7c\x05\x7d\x08\x7c\x03\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x53\x7c\x03\x7c\x00\x5f\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x64\x04\x84\x00\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x53\x00\x64\x05\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x05\x01\x00\x67\x00\x7d\x02\x59\x00\x8c\xf0\x77\x00\x78\x03\x59\x00\x77\x01",
43395 : : ._co_firsttraceable = 0,
43396 : : };
43397 : : static
43398 : : struct {
43399 : : PyASCIIObject _ascii;
43400 : : uint8_t _data[277];
43401 : : }
43402 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0 = {
43403 : : ._ascii = {
43404 : : .ob_base = {
43405 : : .ob_refcnt = 999999999,
43406 : : .ob_type = &PyUnicode_Type,
43407 : : },
43408 : : .length = 276,
43409 : : .hash = -1,
43410 : : .state = {
43411 : : .kind = 1,
43412 : : .compact = 1,
43413 : : .ascii = 1,
43414 : : },
43415 : : },
43416 : : ._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",
43417 : : };
43418 : : static
43419 : : struct {
43420 : : PyASCIIObject _ascii;
43421 : : uint8_t _data[46];
43422 : : }
43423 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0 = {
43424 : : ._ascii = {
43425 : : .ob_base = {
43426 : : .ob_refcnt = 999999999,
43427 : : .ob_type = &PyUnicode_Type,
43428 : : },
43429 : : .length = 45,
43430 : : .hash = -1,
43431 : : .state = {
43432 : : .kind = 1,
43433 : : .compact = 1,
43434 : : .ascii = 1,
43435 : : },
43436 : : },
43437 : : ._data = "Path hook for importlib.machinery.FileFinder.",
43438 : : };
43439 : : static
43440 : : struct {
43441 : : PyASCIIObject _ascii;
43442 : : uint8_t _data[31];
43443 : : }
43444 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1 = {
43445 : : ._ascii = {
43446 : : .ob_base = {
43447 : : .ob_refcnt = 999999999,
43448 : : .ob_type = &PyUnicode_Type,
43449 : : },
43450 : : .length = 30,
43451 : : .hash = -1,
43452 : : .state = {
43453 : : .kind = 1,
43454 : : .compact = 1,
43455 : : .ascii = 1,
43456 : : },
43457 : : },
43458 : : ._data = "only directories are supported",
43459 : : };
43460 : : static
43461 : : struct {
43462 : : PyGC_Head _gc_head;
43463 : : struct {
43464 : : PyObject_VAR_HEAD
43465 : : PyObject *ob_item[3];
43466 : : }_object;
43467 : : }
43468 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts = {
43469 : : ._object = {
43470 : : .ob_base = {
43471 : : .ob_base = {
43472 : : .ob_refcnt = 999999999,
43473 : : .ob_type = &PyTuple_Type,
43474 : : },
43475 : : .ob_size = 3,
43476 : : },
43477 : : .ob_item = {
43478 : : & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0._ascii.ob_base,
43479 : : & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1._ascii.ob_base,
43480 : : & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
43481 : : },
43482 : : },
43483 : : };
43484 : : static
43485 : : struct {
43486 : : PyGC_Head _gc_head;
43487 : : struct {
43488 : : PyObject_VAR_HEAD
43489 : : PyObject *ob_item[2];
43490 : : }_object;
43491 : : }
43492 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names = {
43493 : : ._object = {
43494 : : .ob_base = {
43495 : : .ob_base = {
43496 : : .ob_refcnt = 999999999,
43497 : : .ob_type = &PyTuple_Type,
43498 : : },
43499 : : .ob_size = 2,
43500 : : },
43501 : : .ob_item = {
43502 : : & const_str__path_isdir._ascii.ob_base,
43503 : : & const_str_ImportError._ascii.ob_base,
43504 : : },
43505 : : },
43506 : : };
43507 : : static
43508 : : struct {
43509 : : PyASCIIObject _ascii;
43510 : : uint8_t _data[25];
43511 : : }
43512 : : const_str_path_hook_for_FileFinder = {
43513 : : ._ascii = {
43514 : : .ob_base = {
43515 : : .ob_refcnt = 999999999,
43516 : : .ob_type = &PyUnicode_Type,
43517 : : },
43518 : : .length = 24,
43519 : : .hash = -1,
43520 : : .state = {
43521 : : .kind = 1,
43522 : : .compact = 1,
43523 : : .ascii = 1,
43524 : : },
43525 : : },
43526 : : ._data = "path_hook_for_FileFinder",
43527 : : };
43528 : : static
43529 : : struct {
43530 : : PyASCIIObject _ascii;
43531 : : uint8_t _data[55];
43532 : : }
43533 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname = {
43534 : : ._ascii = {
43535 : : .ob_base = {
43536 : : .ob_refcnt = 999999999,
43537 : : .ob_type = &PyUnicode_Type,
43538 : : },
43539 : : .length = 54,
43540 : : .hash = -1,
43541 : : .state = {
43542 : : .kind = 1,
43543 : : .compact = 1,
43544 : : .ascii = 1,
43545 : : },
43546 : : },
43547 : : ._data = "FileFinder.path_hook.<locals>.path_hook_for_FileFinder",
43548 : : };
43549 : : static
43550 : : struct {
43551 : : PyObject_VAR_HEAD
43552 : : Py_hash_t ob_shash;
43553 : : char ob_sval[59];
43554 : : }
43555 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable = {
43556 : : .ob_base = {
43557 : : .ob_base = {
43558 : : .ob_refcnt = 999999999,
43559 : : .ob_type = &PyBytes_Type,
43560 : : },
43561 : : .ob_size = 58,
43562 : : },
43563 : : .ob_shash = -1,
43564 : : .ob_sval = "\xf8\x80\x00\xe5\x13\x1e\x98\x74\xd4\x13\x24\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x21\xd0\x22\x42\xc8\x14\xd0\x16\x4e\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x16\x90\x33\x90\x74\xd0\x13\x2d\x98\x6e\xd0\x13\x2d\xd0\x13\x2d\xd0\x13\x2d\xd0\x0c\x2d",
43565 : : };
43566 : : static
43567 : : struct {
43568 : : PyGC_Head _gc_head;
43569 : : struct {
43570 : : PyObject_VAR_HEAD
43571 : : PyObject *ob_item[3];
43572 : : }_object;
43573 : : }
43574 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames = {
43575 : : ._object = {
43576 : : .ob_base = {
43577 : : .ob_base = {
43578 : : .ob_refcnt = 999999999,
43579 : : .ob_type = &PyTuple_Type,
43580 : : },
43581 : : .ob_size = 3,
43582 : : },
43583 : : .ob_item = {
43584 : : &_Py_ID(path),
43585 : : & const_str_cls._ascii.ob_base,
43586 : : & const_str_loader_details._ascii.ob_base,
43587 : : },
43588 : : },
43589 : : };
43590 : : static
43591 : : struct {
43592 : : PyObject_VAR_HEAD
43593 : : Py_hash_t ob_shash;
43594 : : char ob_sval[4];
43595 : : }
43596 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds = {
43597 : : .ob_base = {
43598 : : .ob_base = {
43599 : : .ob_refcnt = 999999999,
43600 : : .ob_type = &PyBytes_Type,
43601 : : },
43602 : : .ob_size = 3,
43603 : : },
43604 : : .ob_shash = -1,
43605 : : .ob_sval = "\x20\x80\x80",
43606 : : };
43607 : : static
43608 : : struct _PyCode_DEF(78)
43609 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1 = {
43610 : : .ob_base = {
43611 : : .ob_base = {
43612 : : .ob_refcnt = 999999999,
43613 : : .ob_type = &PyCode_Type,
43614 : : },
43615 : : .ob_size = 39,
43616 : : },
43617 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts._object.ob_base.ob_base,
43618 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_names._object.ob_base.ob_base,
43619 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43620 : : .co_flags = 19,
43621 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43622 : : ._co_linearray_entry_size = 0,
43623 : : .co_argcount = 1,
43624 : : .co_posonlyargcount = 0,
43625 : : .co_kwonlyargcount = 0,
43626 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
43627 : : .co_stacksize = 4,
43628 : : .co_firstlineno = 1703,
43629 : : .co_nlocalsplus = 3,
43630 : : .co_nlocals = 1,
43631 : : .co_nplaincellvars = 0,
43632 : : .co_ncellvars = 0,
43633 : : .co_nfreevars = 2,
43634 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
43635 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
43636 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43637 : : .co_name = & const_str_path_hook_for_FileFinder._ascii.ob_base,
43638 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname._ascii.ob_base,
43639 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_linetable.ob_base.ob_base,
43640 : : ._co_code = NULL,
43641 : : ._co_linearray = NULL,
43642 : : .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x02\x00\x89\x01\x7c\x00\x67\x01\x89\x02\xa2\x01\x52\x00\x8e\x00\x53\x00",
43643 : : ._co_firsttraceable = 1,
43644 : : };
43645 : : static
43646 : : struct {
43647 : : PyGC_Head _gc_head;
43648 : : struct {
43649 : : PyObject_VAR_HEAD
43650 : : PyObject *ob_item[2];
43651 : : }_object;
43652 : : }
43653 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_consts = {
43654 : : ._object = {
43655 : : .ob_base = {
43656 : : .ob_base = {
43657 : : .ob_refcnt = 999999999,
43658 : : .ob_type = &PyTuple_Type,
43659 : : },
43660 : : .ob_size = 2,
43661 : : },
43662 : : .ob_item = {
43663 : : & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0._ascii.ob_base,
43664 : : & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1.ob_base.ob_base,
43665 : : },
43666 : : },
43667 : : };
43668 : : static
43669 : : struct {
43670 : : PyASCIIObject _ascii;
43671 : : uint8_t _data[10];
43672 : : }
43673 : : const_str_path_hook = {
43674 : : ._ascii = {
43675 : : .ob_base = {
43676 : : .ob_refcnt = 999999999,
43677 : : .ob_type = &PyUnicode_Type,
43678 : : },
43679 : : .length = 9,
43680 : : .hash = -1,
43681 : : .state = {
43682 : : .kind = 1,
43683 : : .compact = 1,
43684 : : .ascii = 1,
43685 : : },
43686 : : },
43687 : : ._data = "path_hook",
43688 : : };
43689 : : static
43690 : : struct {
43691 : : PyASCIIObject _ascii;
43692 : : uint8_t _data[21];
43693 : : }
43694 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname = {
43695 : : ._ascii = {
43696 : : .ob_base = {
43697 : : .ob_refcnt = 999999999,
43698 : : .ob_type = &PyUnicode_Type,
43699 : : },
43700 : : .length = 20,
43701 : : .hash = -1,
43702 : : .state = {
43703 : : .kind = 1,
43704 : : .compact = 1,
43705 : : .ascii = 1,
43706 : : },
43707 : : },
43708 : : ._data = "FileFinder.path_hook",
43709 : : };
43710 : : static
43711 : : struct {
43712 : : PyObject_VAR_HEAD
43713 : : Py_hash_t ob_shash;
43714 : : char ob_sval[43];
43715 : : }
43716 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable = {
43717 : : .ob_base = {
43718 : : .ob_base = {
43719 : : .ob_refcnt = 999999999,
43720 : : .ob_type = &PyBytes_Type,
43721 : : },
43722 : : .ob_size = 42,
43723 : : },
43724 : : .ob_shash = -1,
43725 : : .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",
43726 : : };
43727 : : static
43728 : : struct {
43729 : : PyGC_Head _gc_head;
43730 : : struct {
43731 : : PyObject_VAR_HEAD
43732 : : PyObject *ob_item[3];
43733 : : }_object;
43734 : : }
43735 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames = {
43736 : : ._object = {
43737 : : .ob_base = {
43738 : : .ob_base = {
43739 : : .ob_refcnt = 999999999,
43740 : : .ob_type = &PyTuple_Type,
43741 : : },
43742 : : .ob_size = 3,
43743 : : },
43744 : : .ob_item = {
43745 : : & const_str_cls._ascii.ob_base,
43746 : : & const_str_loader_details._ascii.ob_base,
43747 : : & const_str_path_hook_for_FileFinder._ascii.ob_base,
43748 : : },
43749 : : },
43750 : : };
43751 : : static
43752 : : struct {
43753 : : PyObject_VAR_HEAD
43754 : : Py_hash_t ob_shash;
43755 : : char ob_sval[4];
43756 : : }
43757 : : importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds = {
43758 : : .ob_base = {
43759 : : .ob_base = {
43760 : : .ob_refcnt = 999999999,
43761 : : .ob_type = &PyBytes_Type,
43762 : : },
43763 : : .ob_size = 3,
43764 : : },
43765 : : .ob_shash = -1,
43766 : : .ob_sval = "`` ",
43767 : : };
43768 : : static
43769 : : struct _PyCode_DEF(22)
43770 : : importlib__bootstrap_external_toplevel_consts_73_consts_9 = {
43771 : : .ob_base = {
43772 : : .ob_base = {
43773 : : .ob_refcnt = 999999999,
43774 : : .ob_type = &PyCode_Type,
43775 : : },
43776 : : .ob_size = 11,
43777 : : },
43778 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts._object.ob_base.ob_base,
43779 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
43780 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43781 : : .co_flags = 7,
43782 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43783 : : ._co_linearray_entry_size = 0,
43784 : : .co_argcount = 1,
43785 : : .co_posonlyargcount = 0,
43786 : : .co_kwonlyargcount = 0,
43787 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
43788 : : .co_stacksize = 2,
43789 : : .co_firstlineno = 1693,
43790 : : .co_nlocalsplus = 3,
43791 : : .co_nlocals = 3,
43792 : : .co_nplaincellvars = 0,
43793 : : .co_ncellvars = 2,
43794 : : .co_nfreevars = 0,
43795 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localsplusnames._object.ob_base.ob_base,
43796 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_localspluskinds.ob_base.ob_base,
43797 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43798 : : .co_name = & const_str_path_hook._ascii.ob_base,
43799 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname._ascii.ob_base,
43800 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_9_linetable.ob_base.ob_base,
43801 : : ._co_code = NULL,
43802 : : ._co_linearray = NULL,
43803 : : .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",
43804 : : ._co_firsttraceable = 2,
43805 : : };
43806 : : static
43807 : : struct {
43808 : : PyASCIIObject _ascii;
43809 : : uint8_t _data[17];
43810 : : }
43811 : : importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1 = {
43812 : : ._ascii = {
43813 : : .ob_base = {
43814 : : .ob_refcnt = 999999999,
43815 : : .ob_type = &PyUnicode_Type,
43816 : : },
43817 : : .length = 16,
43818 : : .hash = -1,
43819 : : .state = {
43820 : : .kind = 1,
43821 : : .compact = 1,
43822 : : .ascii = 1,
43823 : : },
43824 : : },
43825 : : ._data = "FileFinder({!r})",
43826 : : };
43827 : : static
43828 : : struct {
43829 : : PyGC_Head _gc_head;
43830 : : struct {
43831 : : PyObject_VAR_HEAD
43832 : : PyObject *ob_item[2];
43833 : : }_object;
43834 : : }
43835 : : importlib__bootstrap_external_toplevel_consts_73_consts_10_consts = {
43836 : : ._object = {
43837 : : .ob_base = {
43838 : : .ob_base = {
43839 : : .ob_refcnt = 999999999,
43840 : : .ob_type = &PyTuple_Type,
43841 : : },
43842 : : .ob_size = 2,
43843 : : },
43844 : : .ob_item = {
43845 : : Py_None,
43846 : : & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1._ascii.ob_base,
43847 : : },
43848 : : },
43849 : : };
43850 : : static
43851 : : struct {
43852 : : PyGC_Head _gc_head;
43853 : : struct {
43854 : : PyObject_VAR_HEAD
43855 : : PyObject *ob_item[2];
43856 : : }_object;
43857 : : }
43858 : : importlib__bootstrap_external_toplevel_consts_73_consts_10_names = {
43859 : : ._object = {
43860 : : .ob_base = {
43861 : : .ob_base = {
43862 : : .ob_refcnt = 999999999,
43863 : : .ob_type = &PyTuple_Type,
43864 : : },
43865 : : .ob_size = 2,
43866 : : },
43867 : : .ob_item = {
43868 : : & const_str_format._ascii.ob_base,
43869 : : &_Py_ID(path),
43870 : : },
43871 : : },
43872 : : };
43873 : : static
43874 : : struct {
43875 : : PyASCIIObject _ascii;
43876 : : uint8_t _data[20];
43877 : : }
43878 : : importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname = {
43879 : : ._ascii = {
43880 : : .ob_base = {
43881 : : .ob_refcnt = 999999999,
43882 : : .ob_type = &PyUnicode_Type,
43883 : : },
43884 : : .length = 19,
43885 : : .hash = -1,
43886 : : .state = {
43887 : : .kind = 1,
43888 : : .compact = 1,
43889 : : .ascii = 1,
43890 : : },
43891 : : },
43892 : : ._data = "FileFinder.__repr__",
43893 : : };
43894 : : static
43895 : : struct {
43896 : : PyObject_VAR_HEAD
43897 : : Py_hash_t ob_shash;
43898 : : char ob_sval[24];
43899 : : }
43900 : : importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable = {
43901 : : .ob_base = {
43902 : : .ob_base = {
43903 : : .ob_refcnt = 999999999,
43904 : : .ob_type = &PyBytes_Type,
43905 : : },
43906 : : .ob_size = 23,
43907 : : },
43908 : : .ob_shash = -1,
43909 : : .ob_sval = "\x80\x00\xd8\x0f\x21\xd7\x0f\x28\xd1\x0f\x28\xa8\x14\xaf\x19\xa9\x19\xd4\x0f\x33\xd0\x08\x33",
43910 : : };
43911 : : static
43912 : : struct _PyCode_DEF(58)
43913 : : importlib__bootstrap_external_toplevel_consts_73_consts_10 = {
43914 : : .ob_base = {
43915 : : .ob_base = {
43916 : : .ob_refcnt = 999999999,
43917 : : .ob_type = &PyCode_Type,
43918 : : },
43919 : : .ob_size = 29,
43920 : : },
43921 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts_10_consts._object.ob_base.ob_base,
43922 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_consts_10_names._object.ob_base.ob_base,
43923 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
43924 : : .co_flags = 3,
43925 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
43926 : : ._co_linearray_entry_size = 0,
43927 : : .co_argcount = 1,
43928 : : .co_posonlyargcount = 0,
43929 : : .co_kwonlyargcount = 0,
43930 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
43931 : : .co_stacksize = 3,
43932 : : .co_firstlineno = 1711,
43933 : : .co_nlocalsplus = 1,
43934 : : .co_nlocals = 1,
43935 : : .co_nplaincellvars = 0,
43936 : : .co_ncellvars = 0,
43937 : : .co_nfreevars = 0,
43938 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
43939 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
43940 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
43941 : : .co_name = &_Py_ID(__repr__),
43942 : : .co_qualname = & importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname._ascii.ob_base,
43943 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_consts_10_linetable.ob_base.ob_base,
43944 : : ._co_code = NULL,
43945 : : ._co_linearray = NULL,
43946 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
43947 : : ._co_firsttraceable = 0,
43948 : : };
43949 : : static
43950 : : struct {
43951 : : PyGC_Head _gc_head;
43952 : : struct {
43953 : : PyObject_VAR_HEAD
43954 : : PyObject *ob_item[12];
43955 : : }_object;
43956 : : }
43957 : : importlib__bootstrap_external_toplevel_consts_73_consts = {
43958 : : ._object = {
43959 : : .ob_base = {
43960 : : .ob_base = {
43961 : : .ob_refcnt = 999999999,
43962 : : .ob_type = &PyTuple_Type,
43963 : : },
43964 : : .ob_size = 12,
43965 : : },
43966 : : .ob_item = {
43967 : : & const_str_FileFinder._ascii.ob_base,
43968 : : & importlib__bootstrap_external_toplevel_consts_73_consts_1._ascii.ob_base,
43969 : : & importlib__bootstrap_external_toplevel_consts_73_consts_2.ob_base.ob_base,
43970 : : & importlib__bootstrap_external_toplevel_consts_73_consts_3.ob_base.ob_base,
43971 : : & importlib__bootstrap_external_toplevel_consts_73_consts_4.ob_base.ob_base,
43972 : : & importlib__bootstrap_external_toplevel_consts_73_consts_5.ob_base.ob_base,
43973 : : Py_None,
43974 : : & importlib__bootstrap_external_toplevel_consts_73_consts_7.ob_base.ob_base,
43975 : : & importlib__bootstrap_external_toplevel_consts_73_consts_8.ob_base.ob_base,
43976 : : & importlib__bootstrap_external_toplevel_consts_73_consts_9.ob_base.ob_base,
43977 : : & importlib__bootstrap_external_toplevel_consts_73_consts_10.ob_base.ob_base,
43978 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
43979 : : },
43980 : : },
43981 : : };
43982 : : static
43983 : : struct {
43984 : : PyGC_Head _gc_head;
43985 : : struct {
43986 : : PyObject_VAR_HEAD
43987 : : PyObject *ob_item[15];
43988 : : }_object;
43989 : : }
43990 : : importlib__bootstrap_external_toplevel_consts_73_names = {
43991 : : ._object = {
43992 : : .ob_base = {
43993 : : .ob_base = {
43994 : : .ob_refcnt = 999999999,
43995 : : .ob_type = &PyTuple_Type,
43996 : : },
43997 : : .ob_size = 15,
43998 : : },
43999 : : .ob_item = {
44000 : : &_Py_ID(__name__),
44001 : : &_Py_ID(__module__),
44002 : : &_Py_ID(__qualname__),
44003 : : &_Py_ID(__doc__),
44004 : : &_Py_ID(__init__),
44005 : : & const_str_invalidate_caches._ascii.ob_base,
44006 : : & const_str__find_module_shim._ascii.ob_base,
44007 : : & const_str_find_module._ascii.ob_base,
44008 : : & const_str_find_loader._ascii.ob_base,
44009 : : & const_str__get_spec._ascii.ob_base,
44010 : : & const_str_find_spec._ascii.ob_base,
44011 : : & const_str__fill_cache._ascii.ob_base,
44012 : : & const_str_classmethod._ascii.ob_base,
44013 : : & const_str_path_hook._ascii.ob_base,
44014 : : &_Py_ID(__repr__),
44015 : : },
44016 : : },
44017 : : };
44018 : : static
44019 : : struct {
44020 : : PyObject_VAR_HEAD
44021 : : Py_hash_t ob_shash;
44022 : : char ob_sval[183];
44023 : : }
44024 : : importlib__bootstrap_external_toplevel_consts_73_linetable = {
44025 : : .ob_base = {
44026 : : .ob_base = {
44027 : : .ob_refcnt = 999999999,
44028 : : .ob_type = &PyBytes_Type,
44029 : : },
44030 : : .ob_size = 182,
44031 : : },
44032 : : .ob_shash = -1,
44033 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x11\x05\x29\xf0\x00\x11\x05\x29\xf0\x00\x11\x05\x29\xf0\x26\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x08\x00\x13\x24\x80\x4b\xf0\x04\x0d\x05\x42\x01\xf0\x00\x0d\x05\x42\x01\xf0\x00\x0d\x05\x42\x01\xf0\x1e\x03\x05\x48\x01\xf0\x00\x03\x05\x48\x01\xf0\x00\x03\x05\x48\x01\xf0\x0a\x00\x2a\x2e\xf0\x00\x31\x05\x14\xf0\x00\x31\x05\x14\xf0\x00\x31\x05\x14\xf0\x66\x01\x1d\x05\x47\x01\xf0\x00\x1d\x05\x47\x01\xf0\x00\x1d\x05\x47\x01\xf0\x3e\x00\x06\x11\xf0\x02\x0f\x05\x28\xf0\x00\x0f\x05\x28\xf4\x03\x00\x06\x11\xf0\x02\x0f\x05\x28\xf0\x22\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34\xf0\x00\x01\x05\x34",
44034 : : };
44035 : : static
44036 : : struct _PyCode_DEF(84)
44037 : : importlib__bootstrap_external_toplevel_consts_73 = {
44038 : : .ob_base = {
44039 : : .ob_base = {
44040 : : .ob_refcnt = 999999999,
44041 : : .ob_type = &PyCode_Type,
44042 : : },
44043 : : .ob_size = 42,
44044 : : },
44045 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_73_consts._object.ob_base.ob_base,
44046 : : .co_names = & importlib__bootstrap_external_toplevel_consts_73_names._object.ob_base.ob_base,
44047 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44048 : : .co_flags = 0,
44049 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44050 : : ._co_linearray_entry_size = 0,
44051 : : .co_argcount = 0,
44052 : : .co_posonlyargcount = 0,
44053 : : .co_kwonlyargcount = 0,
44054 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
44055 : : .co_stacksize = 2,
44056 : : .co_firstlineno = 1557,
44057 : : .co_nlocalsplus = 0,
44058 : : .co_nlocals = 0,
44059 : : .co_nplaincellvars = 0,
44060 : : .co_ncellvars = 0,
44061 : : .co_nfreevars = 0,
44062 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
44063 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
44064 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44065 : : .co_name = & const_str_FileFinder._ascii.ob_base,
44066 : : .co_qualname = & const_str_FileFinder._ascii.ob_base,
44067 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_73_linetable.ob_base.ob_base,
44068 : : ._co_code = NULL,
44069 : : ._co_linearray = NULL,
44070 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x65\x06\x5a\x07\x64\x04\x84\x00\x5a\x08\x64\x05\x84\x00\x5a\x09\x64\x0b\x64\x07\x84\x01\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x65\x0c\x64\x09\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x0a\x84\x00\x5a\x0e\x64\x06\x53\x00",
44071 : : ._co_firsttraceable = 0,
44072 : : };
44073 : : static
44074 : : struct {
44075 : : PyGC_Head _gc_head;
44076 : : struct {
44077 : : PyObject_VAR_HEAD
44078 : : PyObject *ob_item[6];
44079 : : }_object;
44080 : : }
44081 : : importlib__bootstrap_external_toplevel_consts_75_consts = {
44082 : : ._object = {
44083 : : .ob_base = {
44084 : : .ob_base = {
44085 : : .ob_refcnt = 999999999,
44086 : : .ob_type = &PyTuple_Type,
44087 : : },
44088 : : .ob_size = 6,
44089 : : },
44090 : : .ob_item = {
44091 : : Py_None,
44092 : : &_Py_ID(__loader__),
44093 : : &_Py_ID(__spec__),
44094 : : & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
44095 : : &_Py_ID(__file__),
44096 : : & const_str___cached__._ascii.ob_base,
44097 : : },
44098 : : },
44099 : : };
44100 : : static
44101 : : struct {
44102 : : PyGC_Head _gc_head;
44103 : : struct {
44104 : : PyObject_VAR_HEAD
44105 : : PyObject *ob_item[6];
44106 : : }_object;
44107 : : }
44108 : : importlib__bootstrap_external_toplevel_consts_75_names = {
44109 : : ._object = {
44110 : : .ob_base = {
44111 : : .ob_base = {
44112 : : .ob_refcnt = 999999999,
44113 : : .ob_type = &PyTuple_Type,
44114 : : },
44115 : : .ob_size = 6,
44116 : : },
44117 : : .ob_item = {
44118 : : &_Py_ID(get),
44119 : : & const_str_loader._ascii.ob_base,
44120 : : & const_str_SourcelessFileLoader._ascii.ob_base,
44121 : : & const_str_SourceFileLoader._ascii.ob_base,
44122 : : & const_str_spec_from_file_location._ascii.ob_base,
44123 : : & const_str_Exception._ascii.ob_base,
44124 : : },
44125 : : },
44126 : : };
44127 : : static
44128 : : struct {
44129 : : PyObject_VAR_HEAD
44130 : : Py_hash_t ob_shash;
44131 : : char ob_sval[206];
44132 : : }
44133 : : importlib__bootstrap_external_toplevel_consts_75_linetable = {
44134 : : .ob_base = {
44135 : : .ob_base = {
44136 : : .ob_refcnt = 999999999,
44137 : : .ob_type = &PyBytes_Type,
44138 : : },
44139 : : .ob_size = 205,
44140 : : },
44141 : : .ob_shash = -1,
44142 : : .ob_sval = "\x80\x00\xe0\x0d\x0f\x8f\x56\x89\x56\x90\x4c\xd4\x0d\x21\x80\x46\xd8\x0b\x0d\x8f\x36\x89\x36\x90\x2a\xd4\x0b\x1d\x80\x44\xd8\x0b\x11\xf0\x00\x06\x05\x36\xd8\x0b\x0f\xf0\x00\x05\x09\x36\xd8\x15\x19\x97\x5b\x91\x5b\x88\x46\x88\x46\xd8\x0d\x15\x98\x19\xd2\x0d\x22\xf0\x00\x03\x09\x36\xdd\x15\x29\xa8\x24\xb0\x08\xd4\x15\x39\x88\x46\x88\x46\xe5\x15\x25\xa0\x64\xa8\x48\xd4\x15\x35\x88\x46\xd8\x0b\x0f\xf0\x00\x01\x05\x46\x01\xdd\x0f\x26\xa0\x74\xa8\x58\xb8\x66\xd0\x0f\x45\xd4\x0f\x45\x88\x04\xf0\x02\x07\x05\x0d\xd8\x19\x1d\x88\x02\x88\x3a\x89\x0e\xd8\x1b\x21\x88\x02\x88\x3c\xd1\x08\x18\xd8\x19\x21\x88\x02\x88\x3a\x89\x0e\xd8\x1b\x24\x88\x02\x88\x3c\xd1\x08\x18\xd0\x08\x18\xd0\x08\x18\xf8\xdd\x0b\x14\xf0\x00\x02\x05\x0d\xf0\x00\x02\x05\x0d\xf0\x00\x02\x05\x0d\xe0\x08\x0c\x88\x04\x88\x04\xf0\x05\x02\x05\x0d\xf8\xf8\xf8",
44143 : : };
44144 : : static
44145 : : struct {
44146 : : PyObject_VAR_HEAD
44147 : : Py_hash_t ob_shash;
44148 : : char ob_sval[19];
44149 : : }
44150 : : importlib__bootstrap_external_toplevel_consts_75_exceptiontable = {
44151 : : .ob_base = {
44152 : : .ob_base = {
44153 : : .ob_refcnt = 999999999,
44154 : : .ob_type = &PyBytes_Type,
44155 : : },
44156 : : .ob_size = 18,
44157 : : },
44158 : : .ob_shash = -1,
44159 : : .ob_sval = "\xc1\x2c\x14\x42\x02\x00\xc2\x02\x0a\x42\x10\x03\xc2\x0f\x01\x42\x10\x03",
44160 : : };
44161 : : static
44162 : : struct {
44163 : : PyASCIIObject _ascii;
44164 : : uint8_t _data[3];
44165 : : }
44166 : : const_str_ns = {
44167 : : ._ascii = {
44168 : : .ob_base = {
44169 : : .ob_refcnt = 999999999,
44170 : : .ob_type = &PyUnicode_Type,
44171 : : },
44172 : : .length = 2,
44173 : : .hash = -1,
44174 : : .state = {
44175 : : .kind = 1,
44176 : : .compact = 1,
44177 : : .ascii = 1,
44178 : : },
44179 : : },
44180 : : ._data = "ns",
44181 : : };
44182 : : static
44183 : : struct {
44184 : : PyASCIIObject _ascii;
44185 : : uint8_t _data[9];
44186 : : }
44187 : : const_str_pathname = {
44188 : : ._ascii = {
44189 : : .ob_base = {
44190 : : .ob_refcnt = 999999999,
44191 : : .ob_type = &PyUnicode_Type,
44192 : : },
44193 : : .length = 8,
44194 : : .hash = -1,
44195 : : .state = {
44196 : : .kind = 1,
44197 : : .compact = 1,
44198 : : .ascii = 1,
44199 : : },
44200 : : },
44201 : : ._data = "pathname",
44202 : : };
44203 : : static
44204 : : struct {
44205 : : PyASCIIObject _ascii;
44206 : : uint8_t _data[10];
44207 : : }
44208 : : const_str_cpathname = {
44209 : : ._ascii = {
44210 : : .ob_base = {
44211 : : .ob_refcnt = 999999999,
44212 : : .ob_type = &PyUnicode_Type,
44213 : : },
44214 : : .length = 9,
44215 : : .hash = -1,
44216 : : .state = {
44217 : : .kind = 1,
44218 : : .compact = 1,
44219 : : .ascii = 1,
44220 : : },
44221 : : },
44222 : : ._data = "cpathname",
44223 : : };
44224 : : static
44225 : : struct {
44226 : : PyGC_Head _gc_head;
44227 : : struct {
44228 : : PyObject_VAR_HEAD
44229 : : PyObject *ob_item[6];
44230 : : }_object;
44231 : : }
44232 : : importlib__bootstrap_external_toplevel_consts_75_localsplusnames = {
44233 : : ._object = {
44234 : : .ob_base = {
44235 : : .ob_base = {
44236 : : .ob_refcnt = 999999999,
44237 : : .ob_type = &PyTuple_Type,
44238 : : },
44239 : : .ob_size = 6,
44240 : : },
44241 : : .ob_item = {
44242 : : & const_str_ns._ascii.ob_base,
44243 : : &_Py_ID(name),
44244 : : & const_str_pathname._ascii.ob_base,
44245 : : & const_str_cpathname._ascii.ob_base,
44246 : : & const_str_loader._ascii.ob_base,
44247 : : & const_str_spec._ascii.ob_base,
44248 : : },
44249 : : },
44250 : : };
44251 : : static
44252 : : struct _PyCode_DEF(294)
44253 : : importlib__bootstrap_external_toplevel_consts_75 = {
44254 : : .ob_base = {
44255 : : .ob_base = {
44256 : : .ob_refcnt = 999999999,
44257 : : .ob_type = &PyCode_Type,
44258 : : },
44259 : : .ob_size = 147,
44260 : : },
44261 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_75_consts._object.ob_base.ob_base,
44262 : : .co_names = & importlib__bootstrap_external_toplevel_consts_75_names._object.ob_base.ob_base,
44263 : : .co_exceptiontable = & importlib__bootstrap_external_toplevel_consts_75_exceptiontable.ob_base.ob_base,
44264 : : .co_flags = 3,
44265 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44266 : : ._co_linearray_entry_size = 0,
44267 : : .co_argcount = 4,
44268 : : .co_posonlyargcount = 0,
44269 : : .co_kwonlyargcount = 0,
44270 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
44271 : : .co_stacksize = 5,
44272 : : .co_firstlineno = 1717,
44273 : : .co_nlocalsplus = 6,
44274 : : .co_nlocals = 6,
44275 : : .co_nplaincellvars = 0,
44276 : : .co_ncellvars = 0,
44277 : : .co_nfreevars = 0,
44278 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_75_localsplusnames._object.ob_base.ob_base,
44279 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
44280 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44281 : : .co_name = &_Py_ID(_fix_up_module),
44282 : : .co_qualname = &_Py_ID(_fix_up_module),
44283 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_75_linetable.ob_base.ob_base,
44284 : : ._co_code = NULL,
44285 : : ._co_linearray = NULL,
44286 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x73\x32\x7c\x05\x72\x0d\x7c\x05\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x23\x7c\x02\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x0f\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x05\x73\x10\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x04\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x05\x7c\x00\x64\x02\x3c\x00\x00\x00\x7c\x04\x7c\x00\x64\x01\x3c\x00\x00\x00\x7c\x02\x7c\x00\x64\x04\x3c\x00\x00\x00\x7c\x03\x7c\x00\x64\x05\x3c\x00\x00\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
44287 : : ._co_firsttraceable = 0,
44288 : : };
44289 : : static
44290 : : struct {
44291 : : PyASCIIObject _ascii;
44292 : : uint8_t _data[96];
44293 : : }
44294 : : importlib__bootstrap_external_toplevel_consts_76_consts_0 = {
44295 : : ._ascii = {
44296 : : .ob_base = {
44297 : : .ob_refcnt = 999999999,
44298 : : .ob_type = &PyUnicode_Type,
44299 : : },
44300 : : .length = 95,
44301 : : .hash = -1,
44302 : : .state = {
44303 : : .kind = 1,
44304 : : .compact = 1,
44305 : : .ascii = 1,
44306 : : },
44307 : : },
44308 : : ._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",
44309 : : };
44310 : : static
44311 : : struct {
44312 : : PyGC_Head _gc_head;
44313 : : struct {
44314 : : PyObject_VAR_HEAD
44315 : : PyObject *ob_item[1];
44316 : : }_object;
44317 : : }
44318 : : importlib__bootstrap_external_toplevel_consts_76_consts = {
44319 : : ._object = {
44320 : : .ob_base = {
44321 : : .ob_base = {
44322 : : .ob_refcnt = 999999999,
44323 : : .ob_type = &PyTuple_Type,
44324 : : },
44325 : : .ob_size = 1,
44326 : : },
44327 : : .ob_item = {
44328 : : & importlib__bootstrap_external_toplevel_consts_76_consts_0._ascii.ob_base,
44329 : : },
44330 : : },
44331 : : };
44332 : : static
44333 : : struct {
44334 : : PyASCIIObject _ascii;
44335 : : uint8_t _data[19];
44336 : : }
44337 : : const_str_extension_suffixes = {
44338 : : ._ascii = {
44339 : : .ob_base = {
44340 : : .ob_refcnt = 999999999,
44341 : : .ob_type = &PyUnicode_Type,
44342 : : },
44343 : : .length = 18,
44344 : : .hash = -1,
44345 : : .state = {
44346 : : .kind = 1,
44347 : : .compact = 1,
44348 : : .ascii = 1,
44349 : : },
44350 : : },
44351 : : ._data = "extension_suffixes",
44352 : : };
44353 : : static
44354 : : struct {
44355 : : PyGC_Head _gc_head;
44356 : : struct {
44357 : : PyObject_VAR_HEAD
44358 : : PyObject *ob_item[7];
44359 : : }_object;
44360 : : }
44361 : : importlib__bootstrap_external_toplevel_consts_76_names = {
44362 : : ._object = {
44363 : : .ob_base = {
44364 : : .ob_base = {
44365 : : .ob_refcnt = 999999999,
44366 : : .ob_type = &PyTuple_Type,
44367 : : },
44368 : : .ob_size = 7,
44369 : : },
44370 : : .ob_item = {
44371 : : & const_str_ExtensionFileLoader._ascii.ob_base,
44372 : : & const_str__imp._ascii.ob_base,
44373 : : & const_str_extension_suffixes._ascii.ob_base,
44374 : : & const_str_SourceFileLoader._ascii.ob_base,
44375 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
44376 : : & const_str_SourcelessFileLoader._ascii.ob_base,
44377 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
44378 : : },
44379 : : },
44380 : : };
44381 : : static
44382 : : struct {
44383 : : PyObject_VAR_HEAD
44384 : : Py_hash_t ob_shash;
44385 : : char ob_sval[58];
44386 : : }
44387 : : importlib__bootstrap_external_toplevel_consts_76_linetable = {
44388 : : .ob_base = {
44389 : : .ob_base = {
44390 : : .ob_refcnt = 999999999,
44391 : : .ob_type = &PyBytes_Type,
44392 : : },
44393 : : .ob_size = 57,
44394 : : },
44395 : : .ob_shash = -1,
44396 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x12\x25\xa5\x64\xd7\x26\x3d\xd1\x26\x3d\xd4\x26\x3f\xd0\x11\x3f\x80\x4a\xdd\x0d\x1d\x9d\x7f\xd0\x0d\x2e\x80\x46\xdd\x0f\x23\xd5\x25\x36\xd0\x0f\x36\x80\x48\xd8\x0c\x16\x98\x06\xa0\x08\xd0\x0b\x29\xd0\x04\x29",
44397 : : };
44398 : : static
44399 : : struct {
44400 : : PyASCIIObject _ascii;
44401 : : uint8_t _data[11];
44402 : : }
44403 : : const_str_extensions = {
44404 : : ._ascii = {
44405 : : .ob_base = {
44406 : : .ob_refcnt = 999999999,
44407 : : .ob_type = &PyUnicode_Type,
44408 : : },
44409 : : .length = 10,
44410 : : .hash = -1,
44411 : : .state = {
44412 : : .kind = 1,
44413 : : .compact = 1,
44414 : : .ascii = 1,
44415 : : },
44416 : : },
44417 : : ._data = "extensions",
44418 : : };
44419 : : static
44420 : : struct {
44421 : : PyASCIIObject _ascii;
44422 : : uint8_t _data[7];
44423 : : }
44424 : : const_str_source = {
44425 : : ._ascii = {
44426 : : .ob_base = {
44427 : : .ob_refcnt = 999999999,
44428 : : .ob_type = &PyUnicode_Type,
44429 : : },
44430 : : .length = 6,
44431 : : .hash = -1,
44432 : : .state = {
44433 : : .kind = 1,
44434 : : .compact = 1,
44435 : : .ascii = 1,
44436 : : },
44437 : : },
44438 : : ._data = "source",
44439 : : };
44440 : : static
44441 : : struct {
44442 : : PyASCIIObject _ascii;
44443 : : uint8_t _data[9];
44444 : : }
44445 : : const_str_bytecode = {
44446 : : ._ascii = {
44447 : : .ob_base = {
44448 : : .ob_refcnt = 999999999,
44449 : : .ob_type = &PyUnicode_Type,
44450 : : },
44451 : : .length = 8,
44452 : : .hash = -1,
44453 : : .state = {
44454 : : .kind = 1,
44455 : : .compact = 1,
44456 : : .ascii = 1,
44457 : : },
44458 : : },
44459 : : ._data = "bytecode",
44460 : : };
44461 : : static
44462 : : struct {
44463 : : PyGC_Head _gc_head;
44464 : : struct {
44465 : : PyObject_VAR_HEAD
44466 : : PyObject *ob_item[3];
44467 : : }_object;
44468 : : }
44469 : : importlib__bootstrap_external_toplevel_consts_76_localsplusnames = {
44470 : : ._object = {
44471 : : .ob_base = {
44472 : : .ob_base = {
44473 : : .ob_refcnt = 999999999,
44474 : : .ob_type = &PyTuple_Type,
44475 : : },
44476 : : .ob_size = 3,
44477 : : },
44478 : : .ob_item = {
44479 : : & const_str_extensions._ascii.ob_base,
44480 : : & const_str_source._ascii.ob_base,
44481 : : & const_str_bytecode._ascii.ob_base,
44482 : : },
44483 : : },
44484 : : };
44485 : : static
44486 : : struct _PyCode_DEF(126)
44487 : : importlib__bootstrap_external_toplevel_consts_76 = {
44488 : : .ob_base = {
44489 : : .ob_base = {
44490 : : .ob_refcnt = 999999999,
44491 : : .ob_type = &PyCode_Type,
44492 : : },
44493 : : .ob_size = 63,
44494 : : },
44495 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_76_consts._object.ob_base.ob_base,
44496 : : .co_names = & importlib__bootstrap_external_toplevel_consts_76_names._object.ob_base.ob_base,
44497 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44498 : : .co_flags = 3,
44499 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44500 : : ._co_linearray_entry_size = 0,
44501 : : .co_argcount = 0,
44502 : : .co_posonlyargcount = 0,
44503 : : .co_kwonlyargcount = 0,
44504 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
44505 : : .co_stacksize = 3,
44506 : : .co_firstlineno = 1740,
44507 : : .co_nlocalsplus = 3,
44508 : : .co_nlocals = 3,
44509 : : .co_nplaincellvars = 0,
44510 : : .co_ncellvars = 0,
44511 : : .co_nfreevars = 0,
44512 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_76_localsplusnames._object.ob_base.ob_base,
44513 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
44514 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44515 : : .co_name = & const_str__get_supported_file_loaders._ascii.ob_base,
44516 : : .co_qualname = & const_str__get_supported_file_loaders._ascii.ob_base,
44517 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_76_linetable.ob_base.ob_base,
44518 : : ._co_code = NULL,
44519 : : ._co_linearray = NULL,
44520 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x02\x7c\x00\x7c\x01\x7c\x02\x67\x03\x53\x00",
44521 : : ._co_firsttraceable = 0,
44522 : : };
44523 : : static
44524 : : struct {
44525 : : PyGC_Head _gc_head;
44526 : : struct {
44527 : : PyObject_VAR_HEAD
44528 : : PyObject *ob_item[1];
44529 : : }_object;
44530 : : }
44531 : : importlib__bootstrap_external_toplevel_consts_77_names = {
44532 : : ._object = {
44533 : : .ob_base = {
44534 : : .ob_base = {
44535 : : .ob_refcnt = 999999999,
44536 : : .ob_type = &PyTuple_Type,
44537 : : },
44538 : : .ob_size = 1,
44539 : : },
44540 : : .ob_item = {
44541 : : &_Py_ID(_bootstrap),
44542 : : },
44543 : : },
44544 : : };
44545 : : static
44546 : : struct {
44547 : : PyASCIIObject _ascii;
44548 : : uint8_t _data[22];
44549 : : }
44550 : : const_str__set_bootstrap_module = {
44551 : : ._ascii = {
44552 : : .ob_base = {
44553 : : .ob_refcnt = 999999999,
44554 : : .ob_type = &PyUnicode_Type,
44555 : : },
44556 : : .length = 21,
44557 : : .hash = -1,
44558 : : .state = {
44559 : : .kind = 1,
44560 : : .compact = 1,
44561 : : .ascii = 1,
44562 : : },
44563 : : },
44564 : : ._data = "_set_bootstrap_module",
44565 : : };
44566 : : static
44567 : : struct {
44568 : : PyObject_VAR_HEAD
44569 : : Py_hash_t ob_shash;
44570 : : char ob_sval[12];
44571 : : }
44572 : : importlib__bootstrap_external_toplevel_consts_77_linetable = {
44573 : : .ob_base = {
44574 : : .ob_base = {
44575 : : .ob_refcnt = 999999999,
44576 : : .ob_type = &PyBytes_Type,
44577 : : },
44578 : : .ob_size = 11,
44579 : : },
44580 : : .ob_shash = -1,
44581 : : .ob_sval = "\x80\x00\xe0\x11\x22\x80\x4a\x80\x4a\x80\x4a",
44582 : : };
44583 : : static
44584 : : struct {
44585 : : PyASCIIObject _ascii;
44586 : : uint8_t _data[18];
44587 : : }
44588 : : const_str__bootstrap_module = {
44589 : : ._ascii = {
44590 : : .ob_base = {
44591 : : .ob_refcnt = 999999999,
44592 : : .ob_type = &PyUnicode_Type,
44593 : : },
44594 : : .length = 17,
44595 : : .hash = -1,
44596 : : .state = {
44597 : : .kind = 1,
44598 : : .compact = 1,
44599 : : .ascii = 1,
44600 : : },
44601 : : },
44602 : : ._data = "_bootstrap_module",
44603 : : };
44604 : : static
44605 : : struct {
44606 : : PyGC_Head _gc_head;
44607 : : struct {
44608 : : PyObject_VAR_HEAD
44609 : : PyObject *ob_item[1];
44610 : : }_object;
44611 : : }
44612 : : importlib__bootstrap_external_toplevel_consts_77_localsplusnames = {
44613 : : ._object = {
44614 : : .ob_base = {
44615 : : .ob_base = {
44616 : : .ob_refcnt = 999999999,
44617 : : .ob_type = &PyTuple_Type,
44618 : : },
44619 : : .ob_size = 1,
44620 : : },
44621 : : .ob_item = {
44622 : : & const_str__bootstrap_module._ascii.ob_base,
44623 : : },
44624 : : },
44625 : : };
44626 : : static
44627 : : struct _PyCode_DEF(10)
44628 : : importlib__bootstrap_external_toplevel_consts_77 = {
44629 : : .ob_base = {
44630 : : .ob_base = {
44631 : : .ob_refcnt = 999999999,
44632 : : .ob_type = &PyCode_Type,
44633 : : },
44634 : : .ob_size = 5,
44635 : : },
44636 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
44637 : : .co_names = & importlib__bootstrap_external_toplevel_consts_77_names._object.ob_base.ob_base,
44638 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44639 : : .co_flags = 3,
44640 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44641 : : ._co_linearray_entry_size = 0,
44642 : : .co_argcount = 1,
44643 : : .co_posonlyargcount = 0,
44644 : : .co_kwonlyargcount = 0,
44645 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
44646 : : .co_stacksize = 1,
44647 : : .co_firstlineno = 1751,
44648 : : .co_nlocalsplus = 1,
44649 : : .co_nlocals = 1,
44650 : : .co_nplaincellvars = 0,
44651 : : .co_ncellvars = 0,
44652 : : .co_nfreevars = 0,
44653 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_77_localsplusnames._object.ob_base.ob_base,
44654 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
44655 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44656 : : .co_name = & const_str__set_bootstrap_module._ascii.ob_base,
44657 : : .co_qualname = & const_str__set_bootstrap_module._ascii.ob_base,
44658 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_77_linetable.ob_base.ob_base,
44659 : : ._co_code = NULL,
44660 : : ._co_linearray = NULL,
44661 : : .co_code_adaptive = "\x97\x00\x7c\x00\x61\x00\x64\x00\x53\x00",
44662 : : ._co_firsttraceable = 0,
44663 : : };
44664 : : static
44665 : : struct {
44666 : : PyASCIIObject _ascii;
44667 : : uint8_t _data[42];
44668 : : }
44669 : : importlib__bootstrap_external_toplevel_consts_78_consts_0 = {
44670 : : ._ascii = {
44671 : : .ob_base = {
44672 : : .ob_refcnt = 999999999,
44673 : : .ob_type = &PyUnicode_Type,
44674 : : },
44675 : : .length = 41,
44676 : : .hash = -1,
44677 : : .state = {
44678 : : .kind = 1,
44679 : : .compact = 1,
44680 : : .ascii = 1,
44681 : : },
44682 : : },
44683 : : ._data = "Install the path-based import components.",
44684 : : };
44685 : : static
44686 : : struct {
44687 : : PyGC_Head _gc_head;
44688 : : struct {
44689 : : PyObject_VAR_HEAD
44690 : : PyObject *ob_item[2];
44691 : : }_object;
44692 : : }
44693 : : importlib__bootstrap_external_toplevel_consts_78_consts = {
44694 : : ._object = {
44695 : : .ob_base = {
44696 : : .ob_base = {
44697 : : .ob_refcnt = 999999999,
44698 : : .ob_type = &PyTuple_Type,
44699 : : },
44700 : : .ob_size = 2,
44701 : : },
44702 : : .ob_item = {
44703 : : & importlib__bootstrap_external_toplevel_consts_78_consts_0._ascii.ob_base,
44704 : : Py_None,
44705 : : },
44706 : : },
44707 : : };
44708 : : static
44709 : : struct {
44710 : : PyGC_Head _gc_head;
44711 : : struct {
44712 : : PyObject_VAR_HEAD
44713 : : PyObject *ob_item[10];
44714 : : }_object;
44715 : : }
44716 : : importlib__bootstrap_external_toplevel_consts_78_names = {
44717 : : ._object = {
44718 : : .ob_base = {
44719 : : .ob_base = {
44720 : : .ob_refcnt = 999999999,
44721 : : .ob_type = &PyTuple_Type,
44722 : : },
44723 : : .ob_size = 10,
44724 : : },
44725 : : .ob_item = {
44726 : : & const_str__set_bootstrap_module._ascii.ob_base,
44727 : : & const_str__get_supported_file_loaders._ascii.ob_base,
44728 : : & const_str_sys._ascii.ob_base,
44729 : : & const_str_path_hooks._ascii.ob_base,
44730 : : &_Py_ID(extend),
44731 : : & const_str_FileFinder._ascii.ob_base,
44732 : : & const_str_path_hook._ascii.ob_base,
44733 : : & const_str_meta_path._ascii.ob_base,
44734 : : &_Py_ID(append),
44735 : : & const_str_PathFinder._ascii.ob_base,
44736 : : },
44737 : : },
44738 : : };
44739 : : static
44740 : : struct {
44741 : : PyObject_VAR_HEAD
44742 : : Py_hash_t ob_shash;
44743 : : char ob_sval[87];
44744 : : }
44745 : : importlib__bootstrap_external_toplevel_consts_78_linetable = {
44746 : : .ob_base = {
44747 : : .ob_base = {
44748 : : .ob_refcnt = 999999999,
44749 : : .ob_type = &PyBytes_Type,
44750 : : },
44751 : : .ob_size = 86,
44752 : : },
44753 : : .ob_shash = -1,
44754 : : .ob_sval = "\x80\x00\xe5\x04\x19\xd0\x1a\x2b\xd4\x04\x2c\xd0\x04\x2c\xdd\x18\x33\xd4\x18\x35\xd0\x04\x15\xdd\x04\x07\x87\x4e\x81\x4e\xd7\x04\x19\xd1\x04\x19\x9d\x3a\xd7\x1b\x2f\xd1\x1b\x2f\xd0\x31\x42\xd0\x1b\x43\xd0\x1a\x44\xd4\x04\x45\xd0\x04\x45\xdd\x04\x07\x87\x4d\x81\x4d\xd7\x04\x18\xd1\x04\x18\x9d\x1a\xd4\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24",
44755 : : };
44756 : : static
44757 : : struct {
44758 : : PyASCIIObject _ascii;
44759 : : uint8_t _data[18];
44760 : : }
44761 : : const_str_supported_loaders = {
44762 : : ._ascii = {
44763 : : .ob_base = {
44764 : : .ob_refcnt = 999999999,
44765 : : .ob_type = &PyUnicode_Type,
44766 : : },
44767 : : .length = 17,
44768 : : .hash = -1,
44769 : : .state = {
44770 : : .kind = 1,
44771 : : .compact = 1,
44772 : : .ascii = 1,
44773 : : },
44774 : : },
44775 : : ._data = "supported_loaders",
44776 : : };
44777 : : static
44778 : : struct {
44779 : : PyGC_Head _gc_head;
44780 : : struct {
44781 : : PyObject_VAR_HEAD
44782 : : PyObject *ob_item[2];
44783 : : }_object;
44784 : : }
44785 : : importlib__bootstrap_external_toplevel_consts_78_localsplusnames = {
44786 : : ._object = {
44787 : : .ob_base = {
44788 : : .ob_base = {
44789 : : .ob_refcnt = 999999999,
44790 : : .ob_type = &PyTuple_Type,
44791 : : },
44792 : : .ob_size = 2,
44793 : : },
44794 : : .ob_item = {
44795 : : & const_str__bootstrap_module._ascii.ob_base,
44796 : : & const_str_supported_loaders._ascii.ob_base,
44797 : : },
44798 : : },
44799 : : };
44800 : : static
44801 : : struct _PyCode_DEF(234)
44802 : : importlib__bootstrap_external_toplevel_consts_78 = {
44803 : : .ob_base = {
44804 : : .ob_base = {
44805 : : .ob_refcnt = 999999999,
44806 : : .ob_type = &PyCode_Type,
44807 : : },
44808 : : .ob_size = 117,
44809 : : },
44810 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_78_consts._object.ob_base.ob_base,
44811 : : .co_names = & importlib__bootstrap_external_toplevel_consts_78_names._object.ob_base.ob_base,
44812 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
44813 : : .co_flags = 3,
44814 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
44815 : : ._co_linearray_entry_size = 0,
44816 : : .co_argcount = 1,
44817 : : .co_posonlyargcount = 0,
44818 : : .co_kwonlyargcount = 0,
44819 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
44820 : : .co_stacksize = 5,
44821 : : .co_firstlineno = 1756,
44822 : : .co_nlocalsplus = 2,
44823 : : .co_nlocals = 2,
44824 : : .co_nplaincellvars = 0,
44825 : : .co_ncellvars = 0,
44826 : : .co_nfreevars = 0,
44827 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_78_localsplusnames._object.ob_base.ob_base,
44828 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
44829 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
44830 : : .co_name = & const_str__install._ascii.ob_base,
44831 : : .co_qualname = & const_str__install._ascii.ob_base,
44832 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_78_linetable.ob_base.ob_base,
44833 : : ._co_code = NULL,
44834 : : ._co_linearray = NULL,
44835 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x8e\x00\x67\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
44836 : : ._co_firsttraceable = 0,
44837 : : };
44838 : : static
44839 : : struct {
44840 : : PyGC_Head _gc_head;
44841 : : struct {
44842 : : PyObject_VAR_HEAD
44843 : : PyObject *ob_item[1];
44844 : : }_object;
44845 : : }
44846 : : importlib__bootstrap_external_toplevel_consts_79 = {
44847 : : ._object = {
44848 : : .ob_base = {
44849 : : .ob_base = {
44850 : : .ob_refcnt = 999999999,
44851 : : .ob_type = &PyTuple_Type,
44852 : : },
44853 : : .ob_size = 1,
44854 : : },
44855 : : .ob_item = {
44856 : : & const_int_438.ob_base.ob_base,
44857 : : },
44858 : : },
44859 : : };
44860 : : static
44861 : : struct {
44862 : : PyGC_Head _gc_head;
44863 : : struct {
44864 : : PyObject_VAR_HEAD
44865 : : PyObject *ob_item[3];
44866 : : }_object;
44867 : : }
44868 : : importlib__bootstrap_external_toplevel_consts_81 = {
44869 : : ._object = {
44870 : : .ob_base = {
44871 : : .ob_base = {
44872 : : .ob_refcnt = 999999999,
44873 : : .ob_type = &PyTuple_Type,
44874 : : },
44875 : : .ob_size = 3,
44876 : : },
44877 : : .ob_item = {
44878 : : Py_None,
44879 : : Py_None,
44880 : : Py_None,
44881 : : },
44882 : : },
44883 : : };
44884 : : static
44885 : : struct {
44886 : : PyGC_Head _gc_head;
44887 : : struct {
44888 : : PyObject_VAR_HEAD
44889 : : PyObject *ob_item[2];
44890 : : }_object;
44891 : : }
44892 : : importlib__bootstrap_external_toplevel_consts_82 = {
44893 : : ._object = {
44894 : : .ob_base = {
44895 : : .ob_base = {
44896 : : .ob_refcnt = 999999999,
44897 : : .ob_type = &PyTuple_Type,
44898 : : },
44899 : : .ob_size = 2,
44900 : : },
44901 : : .ob_item = {
44902 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
44903 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
44904 : : },
44905 : : },
44906 : : };
44907 : : static
44908 : : struct {
44909 : : PyGC_Head _gc_head;
44910 : : struct {
44911 : : PyObject_VAR_HEAD
44912 : : PyObject *ob_item[1];
44913 : : }_object;
44914 : : }
44915 : : importlib__bootstrap_external_toplevel_consts_83 = {
44916 : : ._object = {
44917 : : .ob_base = {
44918 : : .ob_base = {
44919 : : .ob_refcnt = 999999999,
44920 : : .ob_type = &PyTuple_Type,
44921 : : },
44922 : : .ob_size = 1,
44923 : : },
44924 : : .ob_item = {
44925 : : Py_True,
44926 : : },
44927 : : },
44928 : : };
44929 : : static
44930 : : struct {
44931 : : PyGC_Head _gc_head;
44932 : : struct {
44933 : : PyObject_VAR_HEAD
44934 : : PyObject *ob_item[84];
44935 : : }_object;
44936 : : }
44937 : : importlib__bootstrap_external_toplevel_consts = {
44938 : : ._object = {
44939 : : .ob_base = {
44940 : : .ob_base = {
44941 : : .ob_refcnt = 999999999,
44942 : : .ob_type = &PyTuple_Type,
44943 : : },
44944 : : .ob_size = 84,
44945 : : },
44946 : : .ob_item = {
44947 : : & importlib__bootstrap_external_toplevel_consts_0._ascii.ob_base,
44948 : : Py_None,
44949 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
44950 : : & const_str_win32._ascii.ob_base,
44951 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
44952 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
44953 : : & importlib__bootstrap_external_toplevel_consts_6.ob_base.ob_base,
44954 : : &_Py_STR(empty),
44955 : : & importlib__bootstrap_external_toplevel_consts_8.ob_base.ob_base,
44956 : : & importlib__bootstrap_external_toplevel_consts_9._object.ob_base.ob_base,
44957 : : & importlib__bootstrap_external_toplevel_consts_10._object.ob_base.ob_base,
44958 : : & importlib__bootstrap_external_toplevel_consts_11.ob_base.ob_base,
44959 : : & importlib__bootstrap_external_toplevel_consts_12.ob_base.ob_base,
44960 : : & importlib__bootstrap_external_toplevel_consts_13.ob_base.ob_base,
44961 : : & importlib__bootstrap_external_toplevel_consts_14.ob_base.ob_base,
44962 : : & importlib__bootstrap_external_toplevel_consts_15.ob_base.ob_base,
44963 : : & importlib__bootstrap_external_toplevel_consts_16.ob_base.ob_base,
44964 : : & importlib__bootstrap_external_toplevel_consts_17.ob_base.ob_base,
44965 : : & importlib__bootstrap_external_toplevel_consts_18.ob_base.ob_base,
44966 : : & importlib__bootstrap_external_toplevel_consts_19.ob_base.ob_base,
44967 : : & importlib__bootstrap_external_toplevel_consts_20.ob_base.ob_base,
44968 : : & importlib__bootstrap_external_toplevel_consts_21.ob_base.ob_base,
44969 : : & importlib__bootstrap_external_toplevel_consts_22.ob_base.ob_base,
44970 : : & importlib__bootstrap_external_toplevel_consts_23.ob_base.ob_base,
44971 : : & const_int_438.ob_base.ob_base,
44972 : : & importlib__bootstrap_external_toplevel_consts_25.ob_base.ob_base,
44973 : : & const_int_3507.ob_base.ob_base,
44974 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
44975 : : &_Py_ID(little),
44976 : : & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
44977 : : & const_str___pycache__._ascii.ob_base,
44978 : : & importlib__bootstrap_external_toplevel_consts_31._ascii.ob_base,
44979 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
44980 : : & importlib__bootstrap_external_toplevel_consts_33._ascii.ob_base,
44981 : : & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
44982 : : & importlib__bootstrap_external_toplevel_consts_35._object.ob_base.ob_base,
44983 : : & importlib__bootstrap_external_toplevel_consts_36.ob_base.ob_base,
44984 : : & importlib__bootstrap_external_toplevel_consts_37.ob_base.ob_base,
44985 : : & importlib__bootstrap_external_toplevel_consts_38.ob_base.ob_base,
44986 : : & importlib__bootstrap_external_toplevel_consts_39.ob_base.ob_base,
44987 : : & importlib__bootstrap_external_toplevel_consts_40.ob_base.ob_base,
44988 : : & importlib__bootstrap_external_toplevel_consts_41.ob_base.ob_base,
44989 : : & importlib__bootstrap_external_toplevel_consts_42.ob_base.ob_base,
44990 : : & importlib__bootstrap_external_toplevel_consts_43.ob_base.ob_base,
44991 : : & importlib__bootstrap_external_toplevel_consts_44.ob_base.ob_base,
44992 : : & importlib__bootstrap_external_toplevel_consts_45.ob_base.ob_base,
44993 : : & importlib__bootstrap_external_toplevel_consts_46.ob_base.ob_base,
44994 : : & importlib__bootstrap_external_toplevel_consts_47.ob_base.ob_base,
44995 : : Py_True,
44996 : : & importlib__bootstrap_external_toplevel_consts_49.ob_base.ob_base,
44997 : : & importlib__bootstrap_external_toplevel_consts_50.ob_base.ob_base,
44998 : : & importlib__bootstrap_toplevel_consts_26_consts_5._object.ob_base.ob_base,
44999 : : & importlib__bootstrap_external_toplevel_consts_52.ob_base.ob_base,
45000 : : & importlib__bootstrap_external_toplevel_consts_53.ob_base.ob_base,
45001 : : & const_str_WindowsRegistryFinder._ascii.ob_base,
45002 : : & importlib__bootstrap_external_toplevel_consts_55.ob_base.ob_base,
45003 : : & const_str__LoaderBasics._ascii.ob_base,
45004 : : & importlib__bootstrap_external_toplevel_consts_57.ob_base.ob_base,
45005 : : & const_str_SourceLoader._ascii.ob_base,
45006 : : & importlib__bootstrap_external_toplevel_consts_59.ob_base.ob_base,
45007 : : & const_str_FileLoader._ascii.ob_base,
45008 : : & importlib__bootstrap_external_toplevel_consts_61.ob_base.ob_base,
45009 : : & const_str_SourceFileLoader._ascii.ob_base,
45010 : : & importlib__bootstrap_external_toplevel_consts_63.ob_base.ob_base,
45011 : : & const_str_SourcelessFileLoader._ascii.ob_base,
45012 : : & importlib__bootstrap_external_toplevel_consts_65.ob_base.ob_base,
45013 : : & const_str_ExtensionFileLoader._ascii.ob_base,
45014 : : & importlib__bootstrap_external_toplevel_consts_67.ob_base.ob_base,
45015 : : & const_str__NamespacePath._ascii.ob_base,
45016 : : & importlib__bootstrap_external_toplevel_consts_69.ob_base.ob_base,
45017 : : & const_str_NamespaceLoader._ascii.ob_base,
45018 : : & importlib__bootstrap_external_toplevel_consts_71.ob_base.ob_base,
45019 : : & const_str_PathFinder._ascii.ob_base,
45020 : : & importlib__bootstrap_external_toplevel_consts_73.ob_base.ob_base,
45021 : : & const_str_FileFinder._ascii.ob_base,
45022 : : & importlib__bootstrap_external_toplevel_consts_75.ob_base.ob_base,
45023 : : & importlib__bootstrap_external_toplevel_consts_76.ob_base.ob_base,
45024 : : & importlib__bootstrap_external_toplevel_consts_77.ob_base.ob_base,
45025 : : & importlib__bootstrap_external_toplevel_consts_78.ob_base.ob_base,
45026 : : & importlib__bootstrap_external_toplevel_consts_79._object.ob_base.ob_base,
45027 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
45028 : : & importlib__bootstrap_external_toplevel_consts_81._object.ob_base.ob_base,
45029 : : & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
45030 : : & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
45031 : : },
45032 : : },
45033 : : };
45034 : : static
45035 : : struct {
45036 : : PyASCIIObject _ascii;
45037 : : uint8_t _data[3];
45038 : : }
45039 : : const_str_nt = {
45040 : : ._ascii = {
45041 : : .ob_base = {
45042 : : .ob_refcnt = 999999999,
45043 : : .ob_type = &PyUnicode_Type,
45044 : : },
45045 : : .length = 2,
45046 : : .hash = -1,
45047 : : .state = {
45048 : : .kind = 1,
45049 : : .compact = 1,
45050 : : .ascii = 1,
45051 : : },
45052 : : },
45053 : : ._data = "nt",
45054 : : };
45055 : : static
45056 : : struct {
45057 : : PyASCIIObject _ascii;
45058 : : uint8_t _data[6];
45059 : : }
45060 : : const_str_posix = {
45061 : : ._ascii = {
45062 : : .ob_base = {
45063 : : .ob_refcnt = 999999999,
45064 : : .ob_type = &PyUnicode_Type,
45065 : : },
45066 : : .length = 5,
45067 : : .hash = -1,
45068 : : .state = {
45069 : : .kind = 1,
45070 : : .compact = 1,
45071 : : .ascii = 1,
45072 : : },
45073 : : },
45074 : : ._data = "posix",
45075 : : };
45076 : : static
45077 : : struct {
45078 : : PyASCIIObject _ascii;
45079 : : uint8_t _data[4];
45080 : : }
45081 : : const_str_all = {
45082 : : ._ascii = {
45083 : : .ob_base = {
45084 : : .ob_refcnt = 999999999,
45085 : : .ob_type = &PyUnicode_Type,
45086 : : },
45087 : : .length = 3,
45088 : : .hash = -1,
45089 : : .state = {
45090 : : .kind = 1,
45091 : : .compact = 1,
45092 : : .ascii = 1,
45093 : : },
45094 : : },
45095 : : ._data = "all",
45096 : : };
45097 : : static
45098 : : struct {
45099 : : PyASCIIObject _ascii;
45100 : : uint8_t _data[21];
45101 : : }
45102 : : const_str__pathseps_with_colon = {
45103 : : ._ascii = {
45104 : : .ob_base = {
45105 : : .ob_refcnt = 999999999,
45106 : : .ob_type = &PyUnicode_Type,
45107 : : },
45108 : : .length = 20,
45109 : : .hash = -1,
45110 : : .state = {
45111 : : .kind = 1,
45112 : : .compact = 1,
45113 : : .ascii = 1,
45114 : : },
45115 : : },
45116 : : ._data = "_pathseps_with_colon",
45117 : : };
45118 : : static
45119 : : struct {
45120 : : PyASCIIObject _ascii;
45121 : : uint8_t _data[38];
45122 : : }
45123 : : const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY = {
45124 : : ._ascii = {
45125 : : .ob_base = {
45126 : : .ob_refcnt = 999999999,
45127 : : .ob_type = &PyUnicode_Type,
45128 : : },
45129 : : .length = 37,
45130 : : .hash = -1,
45131 : : .state = {
45132 : : .kind = 1,
45133 : : .compact = 1,
45134 : : .ascii = 1,
45135 : : },
45136 : : },
45137 : : ._data = "_CASE_INSENSITIVE_PLATFORMS_BYTES_KEY",
45138 : : };
45139 : : static
45140 : : struct {
45141 : : PyASCIIObject _ascii;
45142 : : uint8_t _data[9];
45143 : : }
45144 : : const_str___code__ = {
45145 : : ._ascii = {
45146 : : .ob_base = {
45147 : : .ob_refcnt = 999999999,
45148 : : .ob_type = &PyUnicode_Type,
45149 : : },
45150 : : .length = 8,
45151 : : .hash = -1,
45152 : : .state = {
45153 : : .kind = 1,
45154 : : .compact = 1,
45155 : : .ascii = 1,
45156 : : },
45157 : : },
45158 : : ._data = "__code__",
45159 : : };
45160 : : static
45161 : : struct {
45162 : : PyASCIIObject _ascii;
45163 : : uint8_t _data[24];
45164 : : }
45165 : : const_str_DEBUG_BYTECODE_SUFFIXES = {
45166 : : ._ascii = {
45167 : : .ob_base = {
45168 : : .ob_refcnt = 999999999,
45169 : : .ob_type = &PyUnicode_Type,
45170 : : },
45171 : : .length = 23,
45172 : : .hash = -1,
45173 : : .state = {
45174 : : .kind = 1,
45175 : : .compact = 1,
45176 : : .ascii = 1,
45177 : : },
45178 : : },
45179 : : ._data = "DEBUG_BYTECODE_SUFFIXES",
45180 : : };
45181 : : static
45182 : : struct {
45183 : : PyASCIIObject _ascii;
45184 : : uint8_t _data[28];
45185 : : }
45186 : : const_str_OPTIMIZED_BYTECODE_SUFFIXES = {
45187 : : ._ascii = {
45188 : : .ob_base = {
45189 : : .ob_refcnt = 999999999,
45190 : : .ob_type = &PyUnicode_Type,
45191 : : },
45192 : : .length = 27,
45193 : : .hash = -1,
45194 : : .state = {
45195 : : .kind = 1,
45196 : : .compact = 1,
45197 : : .ascii = 1,
45198 : : },
45199 : : },
45200 : : ._data = "OPTIMIZED_BYTECODE_SUFFIXES",
45201 : : };
45202 : : static
45203 : : struct {
45204 : : PyASCIIObject _ascii;
45205 : : uint8_t _data[17];
45206 : : }
45207 : : const_str__NamespaceLoader = {
45208 : : ._ascii = {
45209 : : .ob_base = {
45210 : : .ob_refcnt = 999999999,
45211 : : .ob_type = &PyUnicode_Type,
45212 : : },
45213 : : .length = 16,
45214 : : .hash = -1,
45215 : : .state = {
45216 : : .kind = 1,
45217 : : .compact = 1,
45218 : : .ascii = 1,
45219 : : },
45220 : : },
45221 : : ._data = "_NamespaceLoader",
45222 : : };
45223 : : static
45224 : : struct {
45225 : : PyGC_Head _gc_head;
45226 : : struct {
45227 : : PyObject_VAR_HEAD
45228 : : PyObject *ob_item[86];
45229 : : }_object;
45230 : : }
45231 : : importlib__bootstrap_external_toplevel_names = {
45232 : : ._object = {
45233 : : .ob_base = {
45234 : : .ob_base = {
45235 : : .ob_refcnt = 999999999,
45236 : : .ob_type = &PyTuple_Type,
45237 : : },
45238 : : .ob_size = 86,
45239 : : },
45240 : : .ob_item = {
45241 : : &_Py_ID(__doc__),
45242 : : &_Py_ID(_bootstrap),
45243 : : & const_str__imp._ascii.ob_base,
45244 : : & const_str__io._ascii.ob_base,
45245 : : & const_str_sys._ascii.ob_base,
45246 : : & const_str__warnings._ascii.ob_base,
45247 : : & const_str_marshal._ascii.ob_base,
45248 : : & const_str_platform._ascii.ob_base,
45249 : : & const_str__MS_WINDOWS._ascii.ob_base,
45250 : : & const_str_nt._ascii.ob_base,
45251 : : & const_str__os._ascii.ob_base,
45252 : : & const_str_winreg._ascii.ob_base,
45253 : : & const_str_posix._ascii.ob_base,
45254 : : & const_str_path_separators._ascii.ob_base,
45255 : : & const_str_all._ascii.ob_base,
45256 : : & const_str_path_sep._ascii.ob_base,
45257 : : & const_str_tuple._ascii.ob_base,
45258 : : & const_str_path_sep_tuple._ascii.ob_base,
45259 : : &_Py_ID(join),
45260 : : & const_str__pathseps_with_colon._ascii.ob_base,
45261 : : & const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY._ascii.ob_base,
45262 : : & const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY._ascii.ob_base,
45263 : : & const_str__CASE_INSENSITIVE_PLATFORMS._ascii.ob_base,
45264 : : & const_str__make_relax_case._ascii.ob_base,
45265 : : & const_str__relax_case._ascii.ob_base,
45266 : : & const_str__pack_uint32._ascii.ob_base,
45267 : : & const_str__unpack_uint32._ascii.ob_base,
45268 : : & const_str__unpack_uint16._ascii.ob_base,
45269 : : & const_str__path_join._ascii.ob_base,
45270 : : & const_str__path_split._ascii.ob_base,
45271 : : & const_str__path_stat._ascii.ob_base,
45272 : : & const_str__path_is_mode_type._ascii.ob_base,
45273 : : & const_str__path_isfile._ascii.ob_base,
45274 : : & const_str__path_isdir._ascii.ob_base,
45275 : : & const_str__path_isabs._ascii.ob_base,
45276 : : & const_str__write_atomic._ascii.ob_base,
45277 : : & const_str_type._ascii.ob_base,
45278 : : & const_str___code__._ascii.ob_base,
45279 : : & const_str__code_type._ascii.ob_base,
45280 : : & const_str_to_bytes._ascii.ob_base,
45281 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
45282 : : & const_str_int._ascii.ob_base,
45283 : : & const_str_from_bytes._ascii.ob_base,
45284 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
45285 : : & const_str__PYCACHE._ascii.ob_base,
45286 : : & const_str__OPT._ascii.ob_base,
45287 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
45288 : : &_Py_ID(append),
45289 : : & const_str_extension_suffixes._ascii.ob_base,
45290 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
45291 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
45292 : : & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
45293 : : & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
45294 : : & const_str_cache_from_source._ascii.ob_base,
45295 : : & const_str_source_from_cache._ascii.ob_base,
45296 : : &_Py_ID(_get_sourcefile),
45297 : : & const_str__get_cached._ascii.ob_base,
45298 : : & const_str__calc_mode._ascii.ob_base,
45299 : : & const_str__check_name._ascii.ob_base,
45300 : : & const_str__find_module_shim._ascii.ob_base,
45301 : : & const_str__classify_pyc._ascii.ob_base,
45302 : : & const_str__validate_timestamp_pyc._ascii.ob_base,
45303 : : & const_str__validate_hash_pyc._ascii.ob_base,
45304 : : & const_str__compile_bytecode._ascii.ob_base,
45305 : : & const_str__code_to_timestamp_pyc._ascii.ob_base,
45306 : : & const_str__code_to_hash_pyc._ascii.ob_base,
45307 : : & const_str_decode_source._ascii.ob_base,
45308 : : & const_str_object._ascii.ob_base,
45309 : : & const_str__POPULATE._ascii.ob_base,
45310 : : & const_str_spec_from_file_location._ascii.ob_base,
45311 : : & const_str_WindowsRegistryFinder._ascii.ob_base,
45312 : : & const_str__LoaderBasics._ascii.ob_base,
45313 : : & const_str_SourceLoader._ascii.ob_base,
45314 : : & const_str_FileLoader._ascii.ob_base,
45315 : : & const_str_SourceFileLoader._ascii.ob_base,
45316 : : & const_str_SourcelessFileLoader._ascii.ob_base,
45317 : : & const_str_ExtensionFileLoader._ascii.ob_base,
45318 : : & const_str__NamespacePath._ascii.ob_base,
45319 : : & const_str_NamespaceLoader._ascii.ob_base,
45320 : : & const_str__NamespaceLoader._ascii.ob_base,
45321 : : & const_str_PathFinder._ascii.ob_base,
45322 : : & const_str_FileFinder._ascii.ob_base,
45323 : : &_Py_ID(_fix_up_module),
45324 : : & const_str__get_supported_file_loaders._ascii.ob_base,
45325 : : & const_str__set_bootstrap_module._ascii.ob_base,
45326 : : & const_str__install._ascii.ob_base,
45327 : : },
45328 : : },
45329 : : };
45330 : : static
45331 : : struct {
45332 : : PyObject_VAR_HEAD
45333 : : Py_hash_t ob_shash;
45334 : : char ob_sval[1520];
45335 : : }
45336 : : importlib__bootstrap_external_toplevel_linetable = {
45337 : : .ob_base = {
45338 : : .ob_base = {
45339 : : .ob_refcnt = 999999999,
45340 : : .ob_type = &PyBytes_Type,
45341 : : },
45342 : : .ob_size = 1519,
45343 : : },
45344 : : .ob_shash = -1,
45345 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x2c\x00\x0e\x12\x80\x0a\xf0\x06\x00\x01\x0c\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xd8\x00\x0e\x80\x0e\x80\x0e\x80\x0e\xf0\x06\x00\x10\x13\x8f\x7c\x89\x7c\x98\x77\xd2\x0f\x26\x80\x0b\xd8\x03\x0e\xf0\x00\x04\x01\x18\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd8\x04\x11\x80\x4d\x80\x4d\x80\x4d\x80\x4d\xe0\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xf0\x06\x00\x04\x0f\xf0\x00\x03\x01\x1c\xd8\x17\x1b\x98\x53\x90\x6b\x80\x4f\x80\x4f\xe0\x17\x1a\x90\x65\x80\x4f\xe0\x07\x0a\x80\x73\xd0\x0a\x34\xd0\x0a\x34\xa0\x4f\xd0\x0a\x34\xd4\x0a\x34\xd4\x07\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd8\x0b\x1a\x98\x31\xd4\x0b\x1d\x80\x08\xd8\x11\x16\x90\x15\x90\x7f\xd4\x11\x27\x80\x0e\xd8\x12\x14\x97\x27\x91\x27\x98\x2f\xd4\x12\x2a\x80\x0f\xd8\x17\x39\xd0\x17\x39\xa8\x1f\xd0\x17\x39\xd4\x17\x39\xd0\x00\x14\xf0\x08\x00\x27\x2d\xd0\x00\x23\xd8\x28\x3a\xd0\x00\x25\xd8\x20\x45\xd8\x22\x45\xf1\x03\x01\x21\x46\x01\xd0\x00\x1b\xf0\x08\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x00\x0e\x01\x17\xf0\x20\x00\x0f\x1f\xd0\x0e\x1e\xd4\x0e\x20\x80\x0b\xf0\x06\x02\x01\x37\xf0\x00\x02\x01\x37\xf0\x00\x02\x01\x37\xf0\x0a\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x0a\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x00\x03\x01\x2a\xf0\x0c\x00\x04\x0f\xf0\x00\x22\x01\x3f\xf0\x02\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x00\x1b\x05\x2a\xf0\x3c\x03\x05\x3f\xf0\x00\x03\x05\x3f\xf0\x00\x03\x05\x3f\xf0\x0c\x05\x01\x22\xf0\x00\x05\x01\x22\xf0\x00\x05\x01\x22\xf0\x10\x07\x01\x1a\xf0\x00\x07\x01\x1a\xf0\x00\x07\x01\x1a\xf0\x14\x06\x01\x32\xf0\x00\x06\x01\x32\xf0\x00\x06\x01\x32\xf0\x12\x02\x01\x2e\xf0\x00\x02\x01\x2e\xf0\x00\x02\x01\x2e\xf0\x0a\x04\x01\x2e\xf0\x00\x04\x01\x2e\xf0\x00\x04\x01\x2e\xf0\x0e\x00\x04\x0f\xf0\x00\x0b\x01\x30\xf0\x02\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x00\x05\x05\x52\x01\xf0\x10\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x00\x02\x05\x30\xf0\x0a\x00\x24\x29\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x00\x13\x01\x0e\xf0\x2c\x00\x0e\x12\x88\x54\x90\x2d\xd7\x12\x28\xd1\x12\x28\xd4\x0d\x29\x80\x0a\xf0\x78\x06\x00\x11\x15\x8f\x7f\x89\x7f\x98\x71\xa0\x28\xd4\x0f\x2b\xa8\x67\xd1\x0f\x35\x80\x0c\xe0\x14\x17\x97\x4e\x91\x4e\xa0\x3c\xb0\x18\xd4\x14\x3a\xd0\x00\x11\xe0\x0b\x18\x80\x08\xd8\x07\x0d\x80\x04\xe0\x13\x18\x90\x27\x80\x0f\xd8\x03\x0e\xf0\x00\x01\x01\x23\xd8\x04\x13\xd7\x04\x1a\xd1\x04\x1a\x98\x36\xd4\x04\x22\xd0\x04\x22\xe0\x15\x2c\x90\x54\xd7\x15\x2c\xd1\x15\x2c\xd4\x15\x2e\xd0\x00\x12\xe0\x15\x1b\x90\x48\xd0\x00\x11\xe0\x38\x49\xd0\x00\x49\xd0\x00\x17\xd0\x1a\x35\xe0\x2b\x2f\xc0\x14\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x00\x44\x01\x01\x30\xf0\x4e\x02\x25\x01\x40\x01\xf0\x00\x25\x01\x40\x01\xf0\x00\x25\x01\x40\x01\xf0\x50\x01\x10\x01\x47\x01\xf0\x00\x10\x01\x47\x01\xf0\x00\x10\x01\x47\x01\xf0\x26\x09\x01\x14\xf0\x00\x09\x01\x14\xf0\x00\x09\x01\x14\xf0\x18\x09\x01\x10\xf0\x00\x09\x01\x10\xf0\x00\x09\x01\x10\xf0\x18\x1c\x01\x1f\xf0\x00\x1c\x01\x1f\xf0\x00\x1c\x01\x1f\xf0\x3e\x11\x01\x12\xf0\x00\x11\x01\x12\xf0\x00\x11\x01\x12\xf0\x28\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x42\x01\x19\x01\x4c\x01\xf0\x00\x19\x01\x4c\x01\xf0\x00\x19\x01\x4c\x01\xf0\x38\x15\x01\x0a\xf0\x00\x15\x01\x0a\xf0\x00\x15\x01\x0a\xf0\x30\x00\x22\x26\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x00\x0a\x01\x39\xf0\x1a\x00\x28\x29\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x00\x07\x01\x10\xf0\x14\x00\x32\x36\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x16\x09\x01\x44\x01\xf0\x00\x09\x01\x44\x01\xf0\x00\x09\x01\x44\x01\xf0\x1c\x00\x0d\x13\x88\x46\x8c\x48\x80\x09\xf0\x06\x00\x2c\x30\xb8\x34\xd8\x37\x40\xf0\x03\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x00\x44\x01\x01\x10\xf0\x52\x02\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf4\x00\x40\x01\x01\x18\xf0\x00\x40\x01\x01\x18\xf0\x46\x02\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf4\x00\x1b\x01\x3c\xf0\x00\x1b\x01\x3c\xf0\x3c\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\x90\x3d\xf4\x00\x4d\x02\x01\x1b\xf0\x00\x4d\x02\x01\x1b\xf0\x60\x04\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf4\x00\x2f\x01\x20\xf0\x00\x2f\x01\x20\xf0\x64\x01\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\x90\x7a\xa0\x3c\xf4\x00\x2a\x01\x2d\xf0\x00\x2a\x01\x2d\xf0\x5a\x01\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x00\x16\x01\x14\x98\x3a\xa0\x7d\xf4\x00\x16\x01\x14\xf0\x00\x16\x01\x14\xf0\x32\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x00\x32\x01\x19\x98\x2a\xa0\x6d\xf4\x00\x32\x01\x19\xf0\x00\x32\x01\x19\xf0\x6a\x01\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf4\x00\x41\x01\x01\x20\xf0\x00\x41\x01\x01\x20\xf0\x4e\x02\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf4\x00\x2c\x01\x2b\xf0\x00\x2c\x01\x2b\xf0\x60\x01\x00\x14\x23\xd0\x00\x10\xf0\x0a\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf4\x00\x5e\x02\x01\x46\x01\xf0\x00\x5e\x02\x01\x46\x01\xf0\x42\x05\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf4\x00\x5b\x02\x01\x34\xf0\x00\x5b\x02\x01\x34\xf0\x40\x05\x00\x32\x36\xf0\x00\x14\x01\x0d\xf0\x00\x14\x01\x0d\xf0\x00\x14\x01\x0d\xf0\x2e\x08\x01\x2a\xf0\x00\x08\x01\x2a\xf0\x00\x08\x01\x2a\xf0\x16\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x00\x02\x01\x23\xf0\x0a\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25\xf0\x00\x05\x01\x25",
45346 : : };
45347 : : static
45348 : : struct _PyCode_DEF(1036)
45349 : : importlib__bootstrap_external_toplevel = {
45350 : : .ob_base = {
45351 : : .ob_base = {
45352 : : .ob_refcnt = 999999999,
45353 : : .ob_type = &PyCode_Type,
45354 : : },
45355 : : .ob_size = 518,
45356 : : },
45357 : : .co_consts = & importlib__bootstrap_external_toplevel_consts._object.ob_base.ob_base,
45358 : : .co_names = & importlib__bootstrap_external_toplevel_names._object.ob_base.ob_base,
45359 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
45360 : : .co_flags = 0,
45361 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
45362 : : ._co_linearray_entry_size = 0,
45363 : : .co_argcount = 0,
45364 : : .co_posonlyargcount = 0,
45365 : : .co_kwonlyargcount = 0,
45366 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
45367 : : .co_stacksize = 6,
45368 : : .co_firstlineno = 1,
45369 : : .co_nlocalsplus = 0,
45370 : : .co_nlocals = 0,
45371 : : .co_nplaincellvars = 0,
45372 : : .co_ncellvars = 0,
45373 : : .co_nfreevars = 0,
45374 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
45375 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
45376 : : .co_filename = & importlib__bootstrap_external_toplevel_consts_6_filename._ascii.ob_base,
45377 : : .co_name = &_Py_STR(anon_module),
45378 : : .co_qualname = &_Py_STR(anon_module),
45379 : : .co_linetable = & importlib__bootstrap_external_toplevel_linetable.ob_base.ob_base,
45380 : : ._co_code = NULL,
45381 : : ._co_linearray = NULL,
45382 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x61\x01\x64\x02\x64\x01\x6c\x02\x5a\x02\x64\x02\x64\x01\x6c\x03\x5a\x03\x64\x02\x64\x01\x6c\x04\x5a\x04\x64\x02\x64\x01\x6c\x05\x5a\x05\x64\x02\x64\x01\x6c\x06\x5a\x06\x65\x04\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x5a\x08\x65\x08\x72\x09\x64\x02\x64\x01\x6c\x09\x5a\x0a\x64\x02\x64\x01\x6c\x0b\x5a\x0b\x6e\x04\x64\x02\x64\x01\x6c\x0c\x5a\x0a\x65\x08\x72\x05\x64\x04\x64\x05\x67\x02\x5a\x0d\x6e\x03\x64\x05\x67\x01\x5a\x0d\x02\x00\x65\x0e\x64\x06\x84\x00\x65\x0d\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x4a\x00\x82\x01\x65\x0d\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x10\x65\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x64\x07\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0d\x64\x08\x84\x00\x65\x0d\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x13\x64\x09\x5a\x14\x64\x0a\x5a\x15\x65\x15\x65\x14\x7a\x00\x00\x00\x5a\x16\x64\x0b\x84\x00\x5a\x17\x02\x00\x65\x17\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x64\x0c\x84\x00\x5a\x19\x64\x0d\x84\x00\x5a\x1a\x64\x0e\x84\x00\x5a\x1b\x65\x08\x72\x04\x64\x0f\x84\x00\x5a\x1c\x6e\x03\x64\x10\x84\x00\x5a\x1c\x64\x11\x84\x00\x5a\x1d\x64\x12\x84\x00\x5a\x1e\x64\x13\x84\x00\x5a\x1f\x64\x14\x84\x00\x5a\x20\x64\x15\x84\x00\x5a\x21\x65\x08\x72\x04\x64\x16\x84\x00\x5a\x22\x6e\x03\x64\x17\x84\x00\x5a\x22\x64\x4f\x64\x19\x84\x01\x5a\x23\x02\x00\x65\x24\x65\x23\x6a\x4a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x64\x1a\x6a\x4f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1b\x64\x1c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1d\x7a\x00\x00\x00\x5a\x28\x65\x29\x6a\x55\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\x64\x1c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2b\x64\x1e\x5a\x2c\x64\x1f\x5a\x2d\x64\x20\x67\x01\x5a\x2e\x65\x08\x72\x12\x65\x2e\x6a\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x02\x6a\x60\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x64\x22\x67\x01\x5a\x32\x65\x32\x78\x01\x5a\x33\x5a\x34\x64\x50\x64\x01\x64\x23\x9c\x01\x64\x24\x84\x03\x5a\x35\x64\x25\x84\x00\x5a\x36\x64\x26\x84\x00\x5a\x37\x64\x27\x84\x00\x5a\x38\x64\x28\x84\x00\x5a\x39\x64\x29\x84\x00\x5a\x3a\x64\x2a\x84\x00\x5a\x3b\x64\x2b\x84\x00\x5a\x3c\x64\x2c\x84\x00\x5a\x3d\x64\x2d\x84\x00\x5a\x3e\x64\x51\x64\x2e\x84\x01\x5a\x3f\x64\x52\x64\x2f\x84\x01\x5a\x40\x64\x53\x64\x31\x84\x01\x5a\x41\x64\x32\x84\x00\x5a\x42\x02\x00\x65\x43\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x44\x64\x50\x64\x01\x65\x44\x64\x33\x9c\x02\x64\x34\x84\x03\x5a\x45\x02\x00\x47\x00\x64\x35\x84\x00\x64\x36\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x02\x00\x47\x00\x64\x37\x84\x00\x64\x38\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x02\x00\x47\x00\x64\x39\x84\x00\x64\x3a\x65\x47\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x02\x00\x47\x00\x64\x3b\x84\x00\x64\x3c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x49\x02\x00\x47\x00\x64\x3d\x84\x00\x64\x3e\x65\x49\x65\x48\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4a\x02\x00\x47\x00\x64\x3f\x84\x00\x64\x40\x65\x49\x65\x47\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4b\x02\x00\x47\x00\x64\x41\x84\x00\x64\x42\x65\x49\x65\x47\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x02\x00\x47\x00\x64\x43\x84\x00\x64\x44\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4d\x02\x00\x47\x00\x64\x45\x84\x00\x64\x46\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4e\x65\x4e\x5a\x4f\x02\x00\x47\x00\x64\x47\x84\x00\x64\x48\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x02\x00\x47\x00\x64\x49\x84\x00\x64\x4a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x51\x64\x50\x64\x4b\x84\x01\x5a\x52\x64\x4c\x84\x00\x5a\x53\x64\x4d\x84\x00\x5a\x54\x64\x4e\x84\x00\x5a\x55\x64\x01\x53\x00",
45383 : : ._co_firsttraceable = 0,
45384 : : };
45385 : 3113 : static void importlib__bootstrap_external_do_patchups(void) {
45386 : 3113 : }
45387 : :
45388 : : PyObject *
45389 : 3113 : _Py_get_importlib__bootstrap_external_toplevel(void)
45390 : : {
45391 : 3113 : importlib__bootstrap_external_do_patchups();
45392 : 3113 : return Py_NewRef((PyObject *) &importlib__bootstrap_external_toplevel);
45393 : : }
45394 : :
45395 : : static
45396 : : struct {
45397 : : PyASCIIObject _ascii;
45398 : : uint8_t _data[593];
45399 : : }
45400 : : zipimport_toplevel_consts_0 = {
45401 : : ._ascii = {
45402 : : .ob_base = {
45403 : : .ob_refcnt = 999999999,
45404 : : .ob_type = &PyUnicode_Type,
45405 : : },
45406 : : .length = 592,
45407 : : .hash = -1,
45408 : : .state = {
45409 : : .kind = 1,
45410 : : .compact = 1,
45411 : : .ascii = 1,
45412 : : },
45413 : : },
45414 : : ._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",
45415 : : };
45416 : : static
45417 : : struct {
45418 : : PyGC_Head _gc_head;
45419 : : struct {
45420 : : PyObject_VAR_HEAD
45421 : : PyObject *ob_item[2];
45422 : : }_object;
45423 : : }
45424 : : zipimport_toplevel_consts_3 = {
45425 : : ._object = {
45426 : : .ob_base = {
45427 : : .ob_base = {
45428 : : .ob_refcnt = 999999999,
45429 : : .ob_type = &PyTuple_Type,
45430 : : },
45431 : : .ob_size = 2,
45432 : : },
45433 : : .ob_item = {
45434 : : & const_str__unpack_uint16._ascii.ob_base,
45435 : : & const_str__unpack_uint32._ascii.ob_base,
45436 : : },
45437 : : },
45438 : : };
45439 : : static
45440 : : struct {
45441 : : PyASCIIObject _ascii;
45442 : : uint8_t _data[15];
45443 : : }
45444 : : const_str_ZipImportError = {
45445 : : ._ascii = {
45446 : : .ob_base = {
45447 : : .ob_refcnt = 999999999,
45448 : : .ob_type = &PyUnicode_Type,
45449 : : },
45450 : : .length = 14,
45451 : : .hash = -1,
45452 : : .state = {
45453 : : .kind = 1,
45454 : : .compact = 1,
45455 : : .ascii = 1,
45456 : : },
45457 : : },
45458 : : ._data = "ZipImportError",
45459 : : };
45460 : : static
45461 : : struct {
45462 : : PyASCIIObject _ascii;
45463 : : uint8_t _data[12];
45464 : : }
45465 : : const_str_zipimporter = {
45466 : : ._ascii = {
45467 : : .ob_base = {
45468 : : .ob_refcnt = 999999999,
45469 : : .ob_type = &PyUnicode_Type,
45470 : : },
45471 : : .length = 11,
45472 : : .hash = -1,
45473 : : .state = {
45474 : : .kind = 1,
45475 : : .compact = 1,
45476 : : .ascii = 1,
45477 : : },
45478 : : },
45479 : : ._data = "zipimporter",
45480 : : };
45481 : : static
45482 : : struct {
45483 : : PyGC_Head _gc_head;
45484 : : struct {
45485 : : PyObject_VAR_HEAD
45486 : : PyObject *ob_item[2];
45487 : : }_object;
45488 : : }
45489 : : zipimport_toplevel_consts_7_consts = {
45490 : : ._object = {
45491 : : .ob_base = {
45492 : : .ob_base = {
45493 : : .ob_refcnt = 999999999,
45494 : : .ob_type = &PyTuple_Type,
45495 : : },
45496 : : .ob_size = 2,
45497 : : },
45498 : : .ob_item = {
45499 : : & const_str_ZipImportError._ascii.ob_base,
45500 : : Py_None,
45501 : : },
45502 : : },
45503 : : };
45504 : : static
45505 : : struct {
45506 : : PyASCIIObject _ascii;
45507 : : uint8_t _data[19];
45508 : : }
45509 : : zipimport_toplevel_consts_7_filename = {
45510 : : ._ascii = {
45511 : : .ob_base = {
45512 : : .ob_refcnt = 999999999,
45513 : : .ob_type = &PyUnicode_Type,
45514 : : },
45515 : : .length = 18,
45516 : : .hash = -1,
45517 : : .state = {
45518 : : .kind = 1,
45519 : : .compact = 1,
45520 : : .ascii = 1,
45521 : : },
45522 : : },
45523 : : ._data = "<frozen zipimport>",
45524 : : };
45525 : : static
45526 : : struct _PyCode_DEF(14)
45527 : : zipimport_toplevel_consts_7 = {
45528 : : .ob_base = {
45529 : : .ob_base = {
45530 : : .ob_refcnt = 999999999,
45531 : : .ob_type = &PyCode_Type,
45532 : : },
45533 : : .ob_size = 7,
45534 : : },
45535 : : .co_consts = & zipimport_toplevel_consts_7_consts._object.ob_base.ob_base,
45536 : : .co_names = & importlib__bootstrap_toplevel_consts_5_names._object.ob_base.ob_base,
45537 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
45538 : : .co_flags = 0,
45539 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
45540 : : ._co_linearray_entry_size = 0,
45541 : : .co_argcount = 0,
45542 : : .co_posonlyargcount = 0,
45543 : : .co_kwonlyargcount = 0,
45544 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
45545 : : .co_stacksize = 1,
45546 : : .co_firstlineno = 34,
45547 : : .co_nlocalsplus = 0,
45548 : : .co_nlocals = 0,
45549 : : .co_nplaincellvars = 0,
45550 : : .co_ncellvars = 0,
45551 : : .co_nfreevars = 0,
45552 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
45553 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
45554 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
45555 : : .co_name = & const_str_ZipImportError._ascii.ob_base,
45556 : : .co_qualname = & const_str_ZipImportError._ascii.ob_base,
45557 : : .co_linetable = & importlib__bootstrap_toplevel_consts_5_linetable.ob_base.ob_base,
45558 : : ._co_code = NULL,
45559 : : ._co_linearray = NULL,
45560 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x53\x00",
45561 : : ._co_firsttraceable = 0,
45562 : : };
45563 : : static
45564 : : struct {
45565 : : PyObject_VAR_HEAD
45566 : : Py_hash_t ob_shash;
45567 : : char ob_sval[5];
45568 : : }
45569 : : zipimport_toplevel_consts_9 = {
45570 : : .ob_base = {
45571 : : .ob_base = {
45572 : : .ob_refcnt = 999999999,
45573 : : .ob_type = &PyBytes_Type,
45574 : : },
45575 : : .ob_size = 4,
45576 : : },
45577 : : .ob_shash = -1,
45578 : : .ob_sval = "\x50\x4b\x05\x06",
45579 : : };
45580 : : #if PYLONG_BITS_IN_DIGIT == 15
45581 : : static
45582 : : struct {
45583 : : PyObject_VAR_HEAD
45584 : : digit ob_digit[2];
45585 : : }
45586 : : const_int_65535 = {
45587 : : .ob_base = {
45588 : : .ob_base = {
45589 : : .ob_refcnt = 999999999,
45590 : : .ob_type = &PyLong_Type,
45591 : : },
45592 : : .ob_size = 2,
45593 : : },
45594 : : .ob_digit = { 32767, 1 },
45595 : : };
45596 : : #elif PYLONG_BITS_IN_DIGIT == 30
45597 : : static
45598 : : struct {
45599 : : PyObject_VAR_HEAD
45600 : : digit ob_digit[1];
45601 : : }
45602 : : const_int_65535 = {
45603 : : .ob_base = {
45604 : : .ob_base = {
45605 : : .ob_refcnt = 999999999,
45606 : : .ob_type = &PyLong_Type,
45607 : : },
45608 : : .ob_size = 1,
45609 : : },
45610 : : .ob_digit = { 65535 },
45611 : : };
45612 : : #else
45613 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
45614 : : #endif
45615 : : static
45616 : : struct {
45617 : : PyASCIIObject _ascii;
45618 : : uint8_t _data[512];
45619 : : }
45620 : : zipimport_toplevel_consts_11_consts_1 = {
45621 : : ._ascii = {
45622 : : .ob_base = {
45623 : : .ob_refcnt = 999999999,
45624 : : .ob_type = &PyUnicode_Type,
45625 : : },
45626 : : .length = 511,
45627 : : .hash = -1,
45628 : : .state = {
45629 : : .kind = 1,
45630 : : .compact = 1,
45631 : : .ascii = 1,
45632 : : },
45633 : : },
45634 : : ._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",
45635 : : };
45636 : : static
45637 : : struct {
45638 : : PyASCIIObject _ascii;
45639 : : uint8_t _data[19];
45640 : : }
45641 : : zipimport_toplevel_consts_11_consts_2_consts_1 = {
45642 : : ._ascii = {
45643 : : .ob_base = {
45644 : : .ob_refcnt = 999999999,
45645 : : .ob_type = &PyUnicode_Type,
45646 : : },
45647 : : .length = 18,
45648 : : .hash = -1,
45649 : : .state = {
45650 : : .kind = 1,
45651 : : .compact = 1,
45652 : : .ascii = 1,
45653 : : },
45654 : : },
45655 : : ._data = "expected str, not ",
45656 : : };
45657 : : static
45658 : : struct {
45659 : : PyASCIIObject _ascii;
45660 : : uint8_t _data[22];
45661 : : }
45662 : : zipimport_toplevel_consts_11_consts_2_consts_2 = {
45663 : : ._ascii = {
45664 : : .ob_base = {
45665 : : .ob_refcnt = 999999999,
45666 : : .ob_type = &PyUnicode_Type,
45667 : : },
45668 : : .length = 21,
45669 : : .hash = -1,
45670 : : .state = {
45671 : : .kind = 1,
45672 : : .compact = 1,
45673 : : .ascii = 1,
45674 : : },
45675 : : },
45676 : : ._data = "archive path is empty",
45677 : : };
45678 : : static
45679 : : struct {
45680 : : PyASCIIObject _ascii;
45681 : : uint8_t _data[15];
45682 : : }
45683 : : zipimport_toplevel_consts_11_consts_2_consts_7 = {
45684 : : ._ascii = {
45685 : : .ob_base = {
45686 : : .ob_refcnt = 999999999,
45687 : : .ob_type = &PyUnicode_Type,
45688 : : },
45689 : : .length = 14,
45690 : : .hash = -1,
45691 : : .state = {
45692 : : .kind = 1,
45693 : : .compact = 1,
45694 : : .ascii = 1,
45695 : : },
45696 : : },
45697 : : ._data = "not a Zip file",
45698 : : };
45699 : : static
45700 : : struct {
45701 : : PyGC_Head _gc_head;
45702 : : struct {
45703 : : PyObject_VAR_HEAD
45704 : : PyObject *ob_item[9];
45705 : : }_object;
45706 : : }
45707 : : zipimport_toplevel_consts_11_consts_2_consts = {
45708 : : ._object = {
45709 : : .ob_base = {
45710 : : .ob_base = {
45711 : : .ob_refcnt = 999999999,
45712 : : .ob_type = &PyTuple_Type,
45713 : : },
45714 : : .ob_size = 9,
45715 : : },
45716 : : .ob_item = {
45717 : : Py_None,
45718 : : & zipimport_toplevel_consts_11_consts_2_consts_1._ascii.ob_base,
45719 : : & zipimport_toplevel_consts_11_consts_2_consts_2._ascii.ob_base,
45720 : : & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
45721 : : Py_True,
45722 : : & const_int_61440.ob_base.ob_base,
45723 : : & const_int_32768.ob_base.ob_base,
45724 : : & zipimport_toplevel_consts_11_consts_2_consts_7._ascii.ob_base,
45725 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
45726 : : },
45727 : : },
45728 : : };
45729 : : static
45730 : : struct {
45731 : : PyASCIIObject _ascii;
45732 : : uint8_t _data[13];
45733 : : }
45734 : : const_str_alt_path_sep = {
45735 : : ._ascii = {
45736 : : .ob_base = {
45737 : : .ob_refcnt = 999999999,
45738 : : .ob_type = &PyUnicode_Type,
45739 : : },
45740 : : .length = 12,
45741 : : .hash = -1,
45742 : : .state = {
45743 : : .kind = 1,
45744 : : .compact = 1,
45745 : : .ascii = 1,
45746 : : },
45747 : : },
45748 : : ._data = "alt_path_sep",
45749 : : };
45750 : : static
45751 : : struct {
45752 : : PyASCIIObject _ascii;
45753 : : uint8_t _data[21];
45754 : : }
45755 : : const_str__zip_directory_cache = {
45756 : : ._ascii = {
45757 : : .ob_base = {
45758 : : .ob_refcnt = 999999999,
45759 : : .ob_type = &PyUnicode_Type,
45760 : : },
45761 : : .length = 20,
45762 : : .hash = -1,
45763 : : .state = {
45764 : : .kind = 1,
45765 : : .compact = 1,
45766 : : .ascii = 1,
45767 : : },
45768 : : },
45769 : : ._data = "_zip_directory_cache",
45770 : : };
45771 : : static
45772 : : struct {
45773 : : PyASCIIObject _ascii;
45774 : : uint8_t _data[16];
45775 : : }
45776 : : const_str__read_directory = {
45777 : : ._ascii = {
45778 : : .ob_base = {
45779 : : .ob_refcnt = 999999999,
45780 : : .ob_type = &PyUnicode_Type,
45781 : : },
45782 : : .length = 15,
45783 : : .hash = -1,
45784 : : .state = {
45785 : : .kind = 1,
45786 : : .compact = 1,
45787 : : .ascii = 1,
45788 : : },
45789 : : },
45790 : : ._data = "_read_directory",
45791 : : };
45792 : : static
45793 : : struct {
45794 : : PyASCIIObject _ascii;
45795 : : uint8_t _data[7];
45796 : : }
45797 : : const_str__files = {
45798 : : ._ascii = {
45799 : : .ob_base = {
45800 : : .ob_refcnt = 999999999,
45801 : : .ob_type = &PyUnicode_Type,
45802 : : },
45803 : : .length = 6,
45804 : : .hash = -1,
45805 : : .state = {
45806 : : .kind = 1,
45807 : : .compact = 1,
45808 : : .ascii = 1,
45809 : : },
45810 : : },
45811 : : ._data = "_files",
45812 : : };
45813 : : static
45814 : : struct {
45815 : : PyASCIIObject _ascii;
45816 : : uint8_t _data[8];
45817 : : }
45818 : : const_str_archive = {
45819 : : ._ascii = {
45820 : : .ob_base = {
45821 : : .ob_refcnt = 999999999,
45822 : : .ob_type = &PyUnicode_Type,
45823 : : },
45824 : : .length = 7,
45825 : : .hash = -1,
45826 : : .state = {
45827 : : .kind = 1,
45828 : : .compact = 1,
45829 : : .ascii = 1,
45830 : : },
45831 : : },
45832 : : ._data = "archive",
45833 : : };
45834 : : static
45835 : : struct {
45836 : : PyASCIIObject _ascii;
45837 : : uint8_t _data[7];
45838 : : }
45839 : : const_str_prefix = {
45840 : : ._ascii = {
45841 : : .ob_base = {
45842 : : .ob_refcnt = 999999999,
45843 : : .ob_type = &PyUnicode_Type,
45844 : : },
45845 : : .length = 6,
45846 : : .hash = -1,
45847 : : .state = {
45848 : : .kind = 1,
45849 : : .compact = 1,
45850 : : .ascii = 1,
45851 : : },
45852 : : },
45853 : : ._data = "prefix",
45854 : : };
45855 : : static
45856 : : struct {
45857 : : PyGC_Head _gc_head;
45858 : : struct {
45859 : : PyObject_VAR_HEAD
45860 : : PyObject *ob_item[22];
45861 : : }_object;
45862 : : }
45863 : : zipimport_toplevel_consts_11_consts_2_names = {
45864 : : ._object = {
45865 : : .ob_base = {
45866 : : .ob_base = {
45867 : : .ob_refcnt = 999999999,
45868 : : .ob_type = &PyTuple_Type,
45869 : : },
45870 : : .ob_size = 22,
45871 : : },
45872 : : .ob_item = {
45873 : : &_Py_ID(isinstance),
45874 : : & const_str_str._ascii.ob_base,
45875 : : & const_str_TypeError._ascii.ob_base,
45876 : : & const_str_type._ascii.ob_base,
45877 : : & const_str_ZipImportError._ascii.ob_base,
45878 : : & const_str_alt_path_sep._ascii.ob_base,
45879 : : &_Py_ID(replace),
45880 : : & const_str_path_sep._ascii.ob_base,
45881 : : & const_str__bootstrap_external._ascii.ob_base,
45882 : : & const_str__path_stat._ascii.ob_base,
45883 : : & const_str_st_mode._ascii.ob_base,
45884 : : & const_str_OSError._ascii.ob_base,
45885 : : & const_str_ValueError._ascii.ob_base,
45886 : : & const_str__path_split._ascii.ob_base,
45887 : : &_Py_ID(append),
45888 : : & const_str__zip_directory_cache._ascii.ob_base,
45889 : : & const_str_KeyError._ascii.ob_base,
45890 : : & const_str__read_directory._ascii.ob_base,
45891 : : & const_str__files._ascii.ob_base,
45892 : : & const_str_archive._ascii.ob_base,
45893 : : & const_str__path_join._ascii.ob_base,
45894 : : & const_str_prefix._ascii.ob_base,
45895 : : },
45896 : : },
45897 : : };
45898 : : static
45899 : : struct {
45900 : : PyASCIIObject _ascii;
45901 : : uint8_t _data[21];
45902 : : }
45903 : : zipimport_toplevel_consts_11_consts_2_qualname = {
45904 : : ._ascii = {
45905 : : .ob_base = {
45906 : : .ob_refcnt = 999999999,
45907 : : .ob_type = &PyUnicode_Type,
45908 : : },
45909 : : .length = 20,
45910 : : .hash = -1,
45911 : : .state = {
45912 : : .kind = 1,
45913 : : .compact = 1,
45914 : : .ascii = 1,
45915 : : },
45916 : : },
45917 : : ._data = "zipimporter.__init__",
45918 : : };
45919 : : static
45920 : : struct {
45921 : : PyObject_VAR_HEAD
45922 : : Py_hash_t ob_shash;
45923 : : char ob_sval[445];
45924 : : }
45925 : : zipimport_toplevel_consts_11_consts_2_linetable = {
45926 : : .ob_base = {
45927 : : .ob_base = {
45928 : : .ob_refcnt = 999999999,
45929 : : .ob_type = &PyBytes_Type,
45930 : : },
45931 : : .ob_size = 444,
45932 : : },
45933 : : .ob_shash = -1,
45934 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x24\xa5\x03\xd4\x0f\x24\xf0\x00\x01\x09\x41\x01\xdd\x12\x1b\xd0\x1c\x3f\xb5\x14\xb0\x64\xb4\x1a\xd0\x1c\x3f\xd0\x1c\x3f\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\xd4\x12\x44\xd0\x0c\x44\xdd\x0b\x17\xf0\x00\x01\x09\x38\xd8\x13\x17\x97\x3c\x91\x3c\xa5\x0c\xad\x68\xd4\x13\x37\x88\x44\xe0\x11\x13\x88\x06\xd8\x0e\x12\xf0\x02\x0f\x0d\x16\xdd\x15\x33\xd7\x15\x33\xd1\x15\x33\xb0\x44\xd4\x15\x39\x90\x02\xf0\x16\x00\x15\x17\x97\x4a\x91\x4a\xa0\x18\xd1\x14\x29\xa8\x68\xd2\x13\x36\xf0\x00\x02\x11\x46\x01\xe5\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x10\x15\xf0\x04\x04\x09\x2f\xdd\x14\x28\xa8\x14\xd4\x14\x2e\x88\x45\xf0\x08\x00\x17\x1c\x88\x04\x8c\x0b\xd8\x17\x1b\x88\x04\x8c\x0c\xe5\x16\x34\xd7\x16\x34\xd1\x16\x34\xb0\x66\xb8\x54\xb8\x54\xb8\x72\xb8\x54\xb4\x6c\xd0\x16\x43\x88\x04\x8c\x0b\xd8\x0b\x0f\x8f\x3b\x89\x3b\xf0\x00\x01\x09\x24\xd8\x0c\x10\x88\x4b\x8f\x4b\x89\x4b\x9d\x38\xd1\x0c\x23\x88\x4b\x8c\x4b\x88\x4b\x88\x4b\xf0\x03\x01\x09\x24\xf0\x00\x01\x09\x24\xf8\xf5\x31\x00\x15\x1c\x9d\x5a\xd0\x13\x28\xf0\x00\x07\x0d\x28\xf0\x00\x07\x0d\x28\xf0\x00\x07\x0d\x28\xf5\x06\x00\x25\x44\x01\xd7\x24\x43\xd1\x24\x43\xc0\x44\xd4\x24\x49\xd1\x10\x21\x90\x07\x98\x18\xd8\x13\x1a\x98\x64\x92\x3f\xf0\x00\x01\x11\x46\x01\xdd\x1a\x28\xd0\x29\x39\xc0\x04\xd0\x1a\x45\xd4\x1a\x45\xd0\x14\x45\xd8\x17\x1e\x90\x04\xd8\x10\x16\x97\x0d\x91\x0d\x98\x68\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xd0\x10\x27\xf0\x0f\x07\x0d\x28\xf8\xf8\xf8\xf0\x07\x00\x0f\x13\xf8\xf5\x28\x00\x10\x18\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xf0\x00\x02\x09\x2f\xdd\x14\x23\xa0\x44\xd4\x14\x29\x88\x45\xd8\x29\x2e\xd5\x0c\x20\xa0\x14\xd1\x0c\x26\xd0\x0c\x26\xd0\x0c\x26\xf0\x05\x02\x09\x2f\xf8\xf8\xf8",
45935 : : };
45936 : : static
45937 : : struct {
45938 : : PyObject_VAR_HEAD
45939 : : Py_hash_t ob_shash;
45940 : : char ob_sval[38];
45941 : : }
45942 : : zipimport_toplevel_consts_11_consts_2_exceptiontable = {
45943 : : .ob_base = {
45944 : : .ob_base = {
45945 : : .ob_refcnt = 999999999,
45946 : : .ob_type = &PyBytes_Type,
45947 : : },
45948 : : .ob_size = 37,
45949 : : },
45950 : : .ob_shash = -1,
45951 : : .ob_sval = "\xc1\x28\x17\x44\x09\x00\xc2\x23\x0d\x45\x24\x00\xc4\x09\x41\x14\x45\x20\x03\xc5\x1f\x01\x45\x20\x03\xc5\x24\x21\x46\x08\x03\xc6\x07\x01\x46\x08\x03",
45952 : : };
45953 : : static
45954 : : struct {
45955 : : PyASCIIObject _ascii;
45956 : : uint8_t _data[9];
45957 : : }
45958 : : const_str_basename = {
45959 : : ._ascii = {
45960 : : .ob_base = {
45961 : : .ob_refcnt = 999999999,
45962 : : .ob_type = &PyUnicode_Type,
45963 : : },
45964 : : .length = 8,
45965 : : .hash = -1,
45966 : : .state = {
45967 : : .kind = 1,
45968 : : .compact = 1,
45969 : : .ascii = 1,
45970 : : },
45971 : : },
45972 : : ._data = "basename",
45973 : : };
45974 : : static
45975 : : struct {
45976 : : PyASCIIObject _ascii;
45977 : : uint8_t _data[6];
45978 : : }
45979 : : const_str_files = {
45980 : : ._ascii = {
45981 : : .ob_base = {
45982 : : .ob_refcnt = 999999999,
45983 : : .ob_type = &PyUnicode_Type,
45984 : : },
45985 : : .length = 5,
45986 : : .hash = -1,
45987 : : .state = {
45988 : : .kind = 1,
45989 : : .compact = 1,
45990 : : .ascii = 1,
45991 : : },
45992 : : },
45993 : : ._data = "files",
45994 : : };
45995 : : static
45996 : : struct {
45997 : : PyGC_Head _gc_head;
45998 : : struct {
45999 : : PyObject_VAR_HEAD
46000 : : PyObject *ob_item[7];
46001 : : }_object;
46002 : : }
46003 : : zipimport_toplevel_consts_11_consts_2_localsplusnames = {
46004 : : ._object = {
46005 : : .ob_base = {
46006 : : .ob_base = {
46007 : : .ob_refcnt = 999999999,
46008 : : .ob_type = &PyTuple_Type,
46009 : : },
46010 : : .ob_size = 7,
46011 : : },
46012 : : .ob_item = {
46013 : : & const_str_self._ascii.ob_base,
46014 : : &_Py_ID(path),
46015 : : & const_str_prefix._ascii.ob_base,
46016 : : & const_str_st._ascii.ob_base,
46017 : : & const_str_dirname._ascii.ob_base,
46018 : : & const_str_basename._ascii.ob_base,
46019 : : & const_str_files._ascii.ob_base,
46020 : : },
46021 : : },
46022 : : };
46023 : : static
46024 : : struct _PyCode_DEF(790)
46025 : : zipimport_toplevel_consts_11_consts_2 = {
46026 : : .ob_base = {
46027 : : .ob_base = {
46028 : : .ob_refcnt = 999999999,
46029 : : .ob_type = &PyCode_Type,
46030 : : },
46031 : : .ob_size = 395,
46032 : : },
46033 : : .co_consts = & zipimport_toplevel_consts_11_consts_2_consts._object.ob_base.ob_base,
46034 : : .co_names = & zipimport_toplevel_consts_11_consts_2_names._object.ob_base.ob_base,
46035 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_2_exceptiontable.ob_base.ob_base,
46036 : : .co_flags = 3,
46037 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46038 : : ._co_linearray_entry_size = 0,
46039 : : .co_argcount = 2,
46040 : : .co_posonlyargcount = 0,
46041 : : .co_kwonlyargcount = 0,
46042 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
46043 : : .co_stacksize = 6,
46044 : : .co_firstlineno = 64,
46045 : : .co_nlocalsplus = 7,
46046 : : .co_nlocals = 7,
46047 : : .co_nplaincellvars = 0,
46048 : : .co_ncellvars = 0,
46049 : : .co_nfreevars = 0,
46050 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_2_localsplusnames._object.ob_base.ob_base,
46051 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
46052 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46053 : : .co_name = &_Py_ID(__init__),
46054 : : .co_qualname = & zipimport_toplevel_consts_11_consts_2_qualname._ascii.ob_base,
46055 : : .co_linetable = & zipimport_toplevel_consts_11_consts_2_linetable.ob_base.ob_base,
46056 : : ._co_code = NULL,
46057 : : ._co_linearray = NULL,
46058 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1b\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x73\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x67\x00\x7d\x02\x09\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7a\x01\x00\x00\x64\x06\x6b\x03\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x09\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\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\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\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\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\x78\x01\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x63\x02\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x46\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x04\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x0f\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x7d\x01\x7c\x02\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x8c\xfd\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x59\x00\x8c\xd7\x77\x00\x78\x03\x59\x00\x77\x01",
46059 : : ._co_firsttraceable = 0,
46060 : : };
46061 : : static
46062 : : struct {
46063 : : PyASCIIObject _ascii;
46064 : : uint8_t _data[108];
46065 : : }
46066 : : zipimport_toplevel_consts_11_consts_4_consts_0 = {
46067 : : ._ascii = {
46068 : : .ob_base = {
46069 : : .ob_refcnt = 999999999,
46070 : : .ob_type = &PyUnicode_Type,
46071 : : },
46072 : : .length = 107,
46073 : : .hash = -1,
46074 : : .state = {
46075 : : .kind = 1,
46076 : : .compact = 1,
46077 : : .ascii = 1,
46078 : : },
46079 : : },
46080 : : ._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",
46081 : : };
46082 : : static
46083 : : struct {
46084 : : PyGC_Head _gc_head;
46085 : : struct {
46086 : : PyObject_VAR_HEAD
46087 : : PyObject *ob_item[1];
46088 : : }_object;
46089 : : }
46090 : : zipimport_toplevel_consts_11_consts_4_consts_2 = {
46091 : : ._object = {
46092 : : .ob_base = {
46093 : : .ob_base = {
46094 : : .ob_refcnt = 999999999,
46095 : : .ob_type = &PyTuple_Type,
46096 : : },
46097 : : .ob_size = 1,
46098 : : },
46099 : : .ob_item = {
46100 : : & const_str_is_package._ascii.ob_base,
46101 : : },
46102 : : },
46103 : : };
46104 : : static
46105 : : struct {
46106 : : PyGC_Head _gc_head;
46107 : : struct {
46108 : : PyObject_VAR_HEAD
46109 : : PyObject *ob_item[3];
46110 : : }_object;
46111 : : }
46112 : : zipimport_toplevel_consts_11_consts_4_consts_4 = {
46113 : : ._object = {
46114 : : .ob_base = {
46115 : : .ob_base = {
46116 : : .ob_refcnt = 999999999,
46117 : : .ob_type = &PyTuple_Type,
46118 : : },
46119 : : .ob_size = 3,
46120 : : },
46121 : : .ob_item = {
46122 : : &_Py_ID(name),
46123 : : & const_str_loader._ascii.ob_base,
46124 : : & const_str_is_package._ascii.ob_base,
46125 : : },
46126 : : },
46127 : : };
46128 : : static
46129 : : struct {
46130 : : PyGC_Head _gc_head;
46131 : : struct {
46132 : : PyObject_VAR_HEAD
46133 : : PyObject *ob_item[5];
46134 : : }_object;
46135 : : }
46136 : : zipimport_toplevel_consts_11_consts_4_consts = {
46137 : : ._object = {
46138 : : .ob_base = {
46139 : : .ob_base = {
46140 : : .ob_refcnt = 999999999,
46141 : : .ob_type = &PyTuple_Type,
46142 : : },
46143 : : .ob_size = 5,
46144 : : },
46145 : : .ob_item = {
46146 : : & zipimport_toplevel_consts_11_consts_4_consts_0._ascii.ob_base,
46147 : : Py_None,
46148 : : & zipimport_toplevel_consts_11_consts_4_consts_2._object.ob_base.ob_base,
46149 : : Py_True,
46150 : : & zipimport_toplevel_consts_11_consts_4_consts_4._object.ob_base.ob_base,
46151 : : },
46152 : : },
46153 : : };
46154 : : static
46155 : : struct {
46156 : : PyASCIIObject _ascii;
46157 : : uint8_t _data[17];
46158 : : }
46159 : : const_str__get_module_info = {
46160 : : ._ascii = {
46161 : : .ob_base = {
46162 : : .ob_refcnt = 999999999,
46163 : : .ob_type = &PyUnicode_Type,
46164 : : },
46165 : : .length = 16,
46166 : : .hash = -1,
46167 : : .state = {
46168 : : .kind = 1,
46169 : : .compact = 1,
46170 : : .ascii = 1,
46171 : : },
46172 : : },
46173 : : ._data = "_get_module_info",
46174 : : };
46175 : : static
46176 : : struct {
46177 : : PyASCIIObject _ascii;
46178 : : uint8_t _data[17];
46179 : : }
46180 : : const_str__get_module_path = {
46181 : : ._ascii = {
46182 : : .ob_base = {
46183 : : .ob_refcnt = 999999999,
46184 : : .ob_type = &PyUnicode_Type,
46185 : : },
46186 : : .length = 16,
46187 : : .hash = -1,
46188 : : .state = {
46189 : : .kind = 1,
46190 : : .compact = 1,
46191 : : .ascii = 1,
46192 : : },
46193 : : },
46194 : : ._data = "_get_module_path",
46195 : : };
46196 : : static
46197 : : struct {
46198 : : PyASCIIObject _ascii;
46199 : : uint8_t _data[8];
46200 : : }
46201 : : const_str__is_dir = {
46202 : : ._ascii = {
46203 : : .ob_base = {
46204 : : .ob_refcnt = 999999999,
46205 : : .ob_type = &PyUnicode_Type,
46206 : : },
46207 : : .length = 7,
46208 : : .hash = -1,
46209 : : .state = {
46210 : : .kind = 1,
46211 : : .compact = 1,
46212 : : .ascii = 1,
46213 : : },
46214 : : },
46215 : : ._data = "_is_dir",
46216 : : };
46217 : : static
46218 : : struct {
46219 : : PyGC_Head _gc_head;
46220 : : struct {
46221 : : PyObject_VAR_HEAD
46222 : : PyObject *ob_item[10];
46223 : : }_object;
46224 : : }
46225 : : zipimport_toplevel_consts_11_consts_4_names = {
46226 : : ._object = {
46227 : : .ob_base = {
46228 : : .ob_base = {
46229 : : .ob_refcnt = 999999999,
46230 : : .ob_type = &PyTuple_Type,
46231 : : },
46232 : : .ob_size = 10,
46233 : : },
46234 : : .ob_item = {
46235 : : & const_str__get_module_info._ascii.ob_base,
46236 : : &_Py_ID(_bootstrap),
46237 : : & const_str_spec_from_loader._ascii.ob_base,
46238 : : & const_str__get_module_path._ascii.ob_base,
46239 : : & const_str__is_dir._ascii.ob_base,
46240 : : & const_str_archive._ascii.ob_base,
46241 : : & const_str_path_sep._ascii.ob_base,
46242 : : & const_str_ModuleSpec._ascii.ob_base,
46243 : : & const_str_submodule_search_locations._ascii.ob_base,
46244 : : &_Py_ID(append),
46245 : : },
46246 : : },
46247 : : };
46248 : : static
46249 : : struct {
46250 : : PyASCIIObject _ascii;
46251 : : uint8_t _data[22];
46252 : : }
46253 : : zipimport_toplevel_consts_11_consts_4_qualname = {
46254 : : ._ascii = {
46255 : : .ob_base = {
46256 : : .ob_refcnt = 999999999,
46257 : : .ob_type = &PyUnicode_Type,
46258 : : },
46259 : : .length = 21,
46260 : : .hash = -1,
46261 : : .state = {
46262 : : .kind = 1,
46263 : : .compact = 1,
46264 : : .ascii = 1,
46265 : : },
46266 : : },
46267 : : ._data = "zipimporter.find_spec",
46268 : : };
46269 : : static
46270 : : struct {
46271 : : PyObject_VAR_HEAD
46272 : : Py_hash_t ob_shash;
46273 : : char ob_sval[166];
46274 : : }
46275 : : zipimport_toplevel_consts_11_consts_4_linetable = {
46276 : : .ob_base = {
46277 : : .ob_base = {
46278 : : .ob_refcnt = 999999999,
46279 : : .ob_type = &PyBytes_Type,
46280 : : },
46281 : : .ob_size = 165,
46282 : : },
46283 : : .ob_shash = -1,
46284 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x17\x27\xa0\x74\xa8\x58\xd4\x16\x36\x88\x0b\xd8\x0b\x16\xf0\x00\x13\x09\x1c\xdd\x13\x2e\xd7\x13\x2e\xd1\x13\x2e\xa8\x78\xb8\x14\xc8\x2b\xd0\x13\x56\xd4\x13\x56\xd0\x0c\x56\xf5\x0e\x00\x17\x27\xa0\x74\xa8\x58\xd4\x16\x36\x88\x47\xdd\x0f\x16\x90\x74\x98\x57\xd4\x0f\x25\xf0\x00\x0a\x0d\x1c\xf0\x08\x00\x1b\x1f\x9f\x2c\x99\x2c\xd0\x17\x3b\xad\x08\xd0\x17\x3b\xb0\x27\xd0\x17\x3b\xd0\x17\x3b\x90\x04\xdd\x17\x2c\xd7\x17\x2c\xd1\x17\x2c\xb0\x28\xc0\x34\xd8\x38\x3c\xf0\x03\x01\x18\x3e\xf4\x00\x01\x18\x3e\x90\x04\xe0\x10\x14\xd7\x10\x2f\xd1\x10\x2f\xd7\x10\x36\xd1\x10\x36\xb0\x74\xd4\x10\x3c\xd0\x10\x3c\xd8\x17\x1b\x90\x0b\xe0\x17\x1b\x90\x74",
46285 : : };
46286 : : static
46287 : : struct {
46288 : : PyASCIIObject _ascii;
46289 : : uint8_t _data[12];
46290 : : }
46291 : : const_str_module_info = {
46292 : : ._ascii = {
46293 : : .ob_base = {
46294 : : .ob_refcnt = 999999999,
46295 : : .ob_type = &PyUnicode_Type,
46296 : : },
46297 : : .length = 11,
46298 : : .hash = -1,
46299 : : .state = {
46300 : : .kind = 1,
46301 : : .compact = 1,
46302 : : .ascii = 1,
46303 : : },
46304 : : },
46305 : : ._data = "module_info",
46306 : : };
46307 : : static
46308 : : struct {
46309 : : PyASCIIObject _ascii;
46310 : : uint8_t _data[8];
46311 : : }
46312 : : const_str_modpath = {
46313 : : ._ascii = {
46314 : : .ob_base = {
46315 : : .ob_refcnt = 999999999,
46316 : : .ob_type = &PyUnicode_Type,
46317 : : },
46318 : : .length = 7,
46319 : : .hash = -1,
46320 : : .state = {
46321 : : .kind = 1,
46322 : : .compact = 1,
46323 : : .ascii = 1,
46324 : : },
46325 : : },
46326 : : ._data = "modpath",
46327 : : };
46328 : : static
46329 : : struct {
46330 : : PyGC_Head _gc_head;
46331 : : struct {
46332 : : PyObject_VAR_HEAD
46333 : : PyObject *ob_item[7];
46334 : : }_object;
46335 : : }
46336 : : zipimport_toplevel_consts_11_consts_4_localsplusnames = {
46337 : : ._object = {
46338 : : .ob_base = {
46339 : : .ob_base = {
46340 : : .ob_refcnt = 999999999,
46341 : : .ob_type = &PyTuple_Type,
46342 : : },
46343 : : .ob_size = 7,
46344 : : },
46345 : : .ob_item = {
46346 : : & const_str_self._ascii.ob_base,
46347 : : & const_str_fullname._ascii.ob_base,
46348 : : & const_str_target._ascii.ob_base,
46349 : : & const_str_module_info._ascii.ob_base,
46350 : : & const_str_modpath._ascii.ob_base,
46351 : : &_Py_ID(path),
46352 : : & const_str_spec._ascii.ob_base,
46353 : : },
46354 : : },
46355 : : };
46356 : : static
46357 : : struct _PyCode_DEF(304)
46358 : : zipimport_toplevel_consts_11_consts_4 = {
46359 : : .ob_base = {
46360 : : .ob_base = {
46361 : : .ob_refcnt = 999999999,
46362 : : .ob_type = &PyCode_Type,
46363 : : },
46364 : : .ob_size = 152,
46365 : : },
46366 : : .co_consts = & zipimport_toplevel_consts_11_consts_4_consts._object.ob_base.ob_base,
46367 : : .co_names = & zipimport_toplevel_consts_11_consts_4_names._object.ob_base.ob_base,
46368 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46369 : : .co_flags = 3,
46370 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46371 : : ._co_linearray_entry_size = 0,
46372 : : .co_argcount = 3,
46373 : : .co_posonlyargcount = 0,
46374 : : .co_kwonlyargcount = 0,
46375 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
46376 : : .co_stacksize = 5,
46377 : : .co_firstlineno = 104,
46378 : : .co_nlocalsplus = 7,
46379 : : .co_nlocals = 7,
46380 : : .co_nplaincellvars = 0,
46381 : : .co_ncellvars = 0,
46382 : : .co_nfreevars = 0,
46383 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_4_localsplusnames._object.ob_base.ob_base,
46384 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
46385 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46386 : : .co_name = & const_str_find_spec._ascii.ob_base,
46387 : : .co_qualname = & zipimport_toplevel_consts_11_consts_4_qualname._ascii.ob_base,
46388 : : .co_linetable = & zipimport_toplevel_consts_11_consts_4_linetable.ob_base.ob_base,
46389 : : ._co_code = NULL,
46390 : : ._co_linearray = NULL,
46391 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x81\x1a\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x7c\x03\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x04\x9b\x00\x9d\x03\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x03\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00\x64\x01\x53\x00",
46392 : : ._co_firsttraceable = 0,
46393 : : };
46394 : : static
46395 : : struct {
46396 : : PyASCIIObject _ascii;
46397 : : uint8_t _data[167];
46398 : : }
46399 : : zipimport_toplevel_consts_11_consts_5_consts_0 = {
46400 : : ._ascii = {
46401 : : .ob_base = {
46402 : : .ob_refcnt = 999999999,
46403 : : .ob_type = &PyUnicode_Type,
46404 : : },
46405 : : .length = 166,
46406 : : .hash = -1,
46407 : : .state = {
46408 : : .kind = 1,
46409 : : .compact = 1,
46410 : : .ascii = 1,
46411 : : },
46412 : : },
46413 : : ._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",
46414 : : };
46415 : : static
46416 : : struct {
46417 : : PyGC_Head _gc_head;
46418 : : struct {
46419 : : PyObject_VAR_HEAD
46420 : : PyObject *ob_item[1];
46421 : : }_object;
46422 : : }
46423 : : zipimport_toplevel_consts_11_consts_5_consts = {
46424 : : ._object = {
46425 : : .ob_base = {
46426 : : .ob_base = {
46427 : : .ob_refcnt = 999999999,
46428 : : .ob_type = &PyTuple_Type,
46429 : : },
46430 : : .ob_size = 1,
46431 : : },
46432 : : .ob_item = {
46433 : : & zipimport_toplevel_consts_11_consts_5_consts_0._ascii.ob_base,
46434 : : },
46435 : : },
46436 : : };
46437 : : static
46438 : : struct {
46439 : : PyASCIIObject _ascii;
46440 : : uint8_t _data[17];
46441 : : }
46442 : : const_str__get_module_code = {
46443 : : ._ascii = {
46444 : : .ob_base = {
46445 : : .ob_refcnt = 999999999,
46446 : : .ob_type = &PyUnicode_Type,
46447 : : },
46448 : : .length = 16,
46449 : : .hash = -1,
46450 : : .state = {
46451 : : .kind = 1,
46452 : : .compact = 1,
46453 : : .ascii = 1,
46454 : : },
46455 : : },
46456 : : ._data = "_get_module_code",
46457 : : };
46458 : : static
46459 : : struct {
46460 : : PyGC_Head _gc_head;
46461 : : struct {
46462 : : PyObject_VAR_HEAD
46463 : : PyObject *ob_item[1];
46464 : : }_object;
46465 : : }
46466 : : zipimport_toplevel_consts_11_consts_5_names = {
46467 : : ._object = {
46468 : : .ob_base = {
46469 : : .ob_base = {
46470 : : .ob_refcnt = 999999999,
46471 : : .ob_type = &PyTuple_Type,
46472 : : },
46473 : : .ob_size = 1,
46474 : : },
46475 : : .ob_item = {
46476 : : & const_str__get_module_code._ascii.ob_base,
46477 : : },
46478 : : },
46479 : : };
46480 : : static
46481 : : struct {
46482 : : PyASCIIObject _ascii;
46483 : : uint8_t _data[21];
46484 : : }
46485 : : zipimport_toplevel_consts_11_consts_5_qualname = {
46486 : : ._ascii = {
46487 : : .ob_base = {
46488 : : .ob_refcnt = 999999999,
46489 : : .ob_type = &PyUnicode_Type,
46490 : : },
46491 : : .length = 20,
46492 : : .hash = -1,
46493 : : .state = {
46494 : : .kind = 1,
46495 : : .compact = 1,
46496 : : .ascii = 1,
46497 : : },
46498 : : },
46499 : : ._data = "zipimporter.get_code",
46500 : : };
46501 : : static
46502 : : struct {
46503 : : PyObject_VAR_HEAD
46504 : : Py_hash_t ob_shash;
46505 : : char ob_sval[29];
46506 : : }
46507 : : zipimport_toplevel_consts_11_consts_5_linetable = {
46508 : : .ob_base = {
46509 : : .ob_base = {
46510 : : .ob_refcnt = 999999999,
46511 : : .ob_type = &PyBytes_Type,
46512 : : },
46513 : : .ob_size = 28,
46514 : : },
46515 : : .ob_shash = -1,
46516 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x24\x34\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x13\x88\x0b",
46517 : : };
46518 : : static
46519 : : struct {
46520 : : PyASCIIObject _ascii;
46521 : : uint8_t _data[10];
46522 : : }
46523 : : const_str_ispackage = {
46524 : : ._ascii = {
46525 : : .ob_base = {
46526 : : .ob_refcnt = 999999999,
46527 : : .ob_type = &PyUnicode_Type,
46528 : : },
46529 : : .length = 9,
46530 : : .hash = -1,
46531 : : .state = {
46532 : : .kind = 1,
46533 : : .compact = 1,
46534 : : .ascii = 1,
46535 : : },
46536 : : },
46537 : : ._data = "ispackage",
46538 : : };
46539 : : static
46540 : : struct {
46541 : : PyGC_Head _gc_head;
46542 : : struct {
46543 : : PyObject_VAR_HEAD
46544 : : PyObject *ob_item[5];
46545 : : }_object;
46546 : : }
46547 : : zipimport_toplevel_consts_11_consts_5_localsplusnames = {
46548 : : ._object = {
46549 : : .ob_base = {
46550 : : .ob_base = {
46551 : : .ob_refcnt = 999999999,
46552 : : .ob_type = &PyTuple_Type,
46553 : : },
46554 : : .ob_size = 5,
46555 : : },
46556 : : .ob_item = {
46557 : : & const_str_self._ascii.ob_base,
46558 : : & const_str_fullname._ascii.ob_base,
46559 : : &_Py_ID(code),
46560 : : & const_str_ispackage._ascii.ob_base,
46561 : : & const_str_modpath._ascii.ob_base,
46562 : : },
46563 : : },
46564 : : };
46565 : : static
46566 : : struct _PyCode_DEF(42)
46567 : : zipimport_toplevel_consts_11_consts_5 = {
46568 : : .ob_base = {
46569 : : .ob_base = {
46570 : : .ob_refcnt = 999999999,
46571 : : .ob_type = &PyCode_Type,
46572 : : },
46573 : : .ob_size = 21,
46574 : : },
46575 : : .co_consts = & zipimport_toplevel_consts_11_consts_5_consts._object.ob_base.ob_base,
46576 : : .co_names = & zipimport_toplevel_consts_11_consts_5_names._object.ob_base.ob_base,
46577 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46578 : : .co_flags = 3,
46579 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46580 : : ._co_linearray_entry_size = 0,
46581 : : .co_argcount = 2,
46582 : : .co_posonlyargcount = 0,
46583 : : .co_kwonlyargcount = 0,
46584 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
46585 : : .co_stacksize = 4,
46586 : : .co_firstlineno = 131,
46587 : : .co_nlocalsplus = 5,
46588 : : .co_nlocals = 5,
46589 : : .co_nplaincellvars = 0,
46590 : : .co_ncellvars = 0,
46591 : : .co_nfreevars = 0,
46592 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_5_localsplusnames._object.ob_base.ob_base,
46593 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
46594 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46595 : : .co_name = & const_str_get_code._ascii.ob_base,
46596 : : .co_qualname = & zipimport_toplevel_consts_11_consts_5_qualname._ascii.ob_base,
46597 : : .co_linetable = & zipimport_toplevel_consts_11_consts_5_linetable.ob_base.ob_base,
46598 : : ._co_code = NULL,
46599 : : ._co_linearray = NULL,
46600 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x02\x53\x00",
46601 : : ._co_firsttraceable = 0,
46602 : : };
46603 : : static
46604 : : struct {
46605 : : PyASCIIObject _ascii;
46606 : : uint8_t _data[155];
46607 : : }
46608 : : zipimport_toplevel_consts_11_consts_6_consts_0 = {
46609 : : ._ascii = {
46610 : : .ob_base = {
46611 : : .ob_refcnt = 999999999,
46612 : : .ob_type = &PyUnicode_Type,
46613 : : },
46614 : : .length = 154,
46615 : : .hash = -1,
46616 : : .state = {
46617 : : .kind = 1,
46618 : : .compact = 1,
46619 : : .ascii = 1,
46620 : : },
46621 : : },
46622 : : ._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",
46623 : : };
46624 : : static
46625 : : struct {
46626 : : PyGC_Head _gc_head;
46627 : : struct {
46628 : : PyObject_VAR_HEAD
46629 : : PyObject *ob_item[4];
46630 : : }_object;
46631 : : }
46632 : : zipimport_toplevel_consts_11_consts_6_consts = {
46633 : : ._object = {
46634 : : .ob_base = {
46635 : : .ob_base = {
46636 : : .ob_refcnt = 999999999,
46637 : : .ob_type = &PyTuple_Type,
46638 : : },
46639 : : .ob_size = 4,
46640 : : },
46641 : : .ob_item = {
46642 : : & zipimport_toplevel_consts_11_consts_6_consts_0._ascii.ob_base,
46643 : : Py_None,
46644 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
46645 : : &_Py_STR(empty),
46646 : : },
46647 : : },
46648 : : };
46649 : : static
46650 : : struct {
46651 : : PyASCIIObject _ascii;
46652 : : uint8_t _data[10];
46653 : : }
46654 : : const_str__get_data = {
46655 : : ._ascii = {
46656 : : .ob_base = {
46657 : : .ob_refcnt = 999999999,
46658 : : .ob_type = &PyUnicode_Type,
46659 : : },
46660 : : .length = 9,
46661 : : .hash = -1,
46662 : : .state = {
46663 : : .kind = 1,
46664 : : .compact = 1,
46665 : : .ascii = 1,
46666 : : },
46667 : : },
46668 : : ._data = "_get_data",
46669 : : };
46670 : : static
46671 : : struct {
46672 : : PyGC_Head _gc_head;
46673 : : struct {
46674 : : PyObject_VAR_HEAD
46675 : : PyObject *ob_item[10];
46676 : : }_object;
46677 : : }
46678 : : zipimport_toplevel_consts_11_consts_6_names = {
46679 : : ._object = {
46680 : : .ob_base = {
46681 : : .ob_base = {
46682 : : .ob_refcnt = 999999999,
46683 : : .ob_type = &PyTuple_Type,
46684 : : },
46685 : : .ob_size = 10,
46686 : : },
46687 : : .ob_item = {
46688 : : & const_str_alt_path_sep._ascii.ob_base,
46689 : : &_Py_ID(replace),
46690 : : & const_str_path_sep._ascii.ob_base,
46691 : : & const_str_startswith._ascii.ob_base,
46692 : : & const_str_archive._ascii.ob_base,
46693 : : &_Py_ID(len),
46694 : : & const_str__files._ascii.ob_base,
46695 : : & const_str_KeyError._ascii.ob_base,
46696 : : & const_str_OSError._ascii.ob_base,
46697 : : & const_str__get_data._ascii.ob_base,
46698 : : },
46699 : : },
46700 : : };
46701 : : static
46702 : : struct {
46703 : : PyASCIIObject _ascii;
46704 : : uint8_t _data[21];
46705 : : }
46706 : : zipimport_toplevel_consts_11_consts_6_qualname = {
46707 : : ._ascii = {
46708 : : .ob_base = {
46709 : : .ob_refcnt = 999999999,
46710 : : .ob_type = &PyUnicode_Type,
46711 : : },
46712 : : .length = 20,
46713 : : .hash = -1,
46714 : : .state = {
46715 : : .kind = 1,
46716 : : .compact = 1,
46717 : : .ascii = 1,
46718 : : },
46719 : : },
46720 : : ._data = "zipimporter.get_data",
46721 : : };
46722 : : static
46723 : : struct {
46724 : : PyObject_VAR_HEAD
46725 : : Py_hash_t ob_shash;
46726 : : char ob_sval[174];
46727 : : }
46728 : : zipimport_toplevel_consts_11_consts_6_linetable = {
46729 : : .ob_base = {
46730 : : .ob_base = {
46731 : : .ob_refcnt = 999999999,
46732 : : .ob_type = &PyBytes_Type,
46733 : : },
46734 : : .ob_size = 173,
46735 : : },
46736 : : .ob_shash = -1,
46737 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x18\xf0\x00\x01\x09\x40\x01\xd8\x17\x1f\xd7\x17\x27\xd1\x17\x27\xad\x0c\xb5\x68\xd4\x17\x3f\x88\x48\xe0\x0e\x16\x88\x03\xd8\x0b\x13\xd7\x0b\x1e\xd1\x0b\x1e\x98\x74\x9f\x7c\x99\x7c\xad\x68\xd1\x1f\x36\xd4\x0b\x37\xf0\x00\x01\x09\x3a\xd8\x12\x1a\x9d\x33\x98\x74\x9f\x7c\x99\x7c\xad\x68\xd1\x1f\x36\xd4\x1b\x37\xd0\x12\x39\xd0\x12\x39\x88\x43\xf0\x04\x03\x09\x26\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x43\xd4\x18\x28\x88\x49\xf5\x06\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd0\x08\x31\xf8\xf5\x05\x00\x10\x18\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xf0\x00\x01\x09\x26\xdd\x12\x19\x98\x21\x98\x52\xa0\x13\xd4\x12\x25\xd0\x0c\x25\xf0\x03\x01\x09\x26\xf8\xf8\xf8",
46738 : : };
46739 : : static
46740 : : struct {
46741 : : PyObject_VAR_HEAD
46742 : : Py_hash_t ob_shash;
46743 : : char ob_sval[13];
46744 : : }
46745 : : zipimport_toplevel_consts_11_consts_6_exceptiontable = {
46746 : : .ob_base = {
46747 : : .ob_base = {
46748 : : .ob_refcnt = 999999999,
46749 : : .ob_type = &PyBytes_Type,
46750 : : },
46751 : : .ob_size = 12,
46752 : : },
46753 : : .ob_shash = -1,
46754 : : .ob_sval = "\xc1\x2e\x12\x42\x18\x00\xc2\x18\x1a\x42\x32\x03",
46755 : : };
46756 : : static
46757 : : struct {
46758 : : PyASCIIObject _ascii;
46759 : : uint8_t _data[10];
46760 : : }
46761 : : const_str_toc_entry = {
46762 : : ._ascii = {
46763 : : .ob_base = {
46764 : : .ob_refcnt = 999999999,
46765 : : .ob_type = &PyUnicode_Type,
46766 : : },
46767 : : .length = 9,
46768 : : .hash = -1,
46769 : : .state = {
46770 : : .kind = 1,
46771 : : .compact = 1,
46772 : : .ascii = 1,
46773 : : },
46774 : : },
46775 : : ._data = "toc_entry",
46776 : : };
46777 : : static
46778 : : struct {
46779 : : PyGC_Head _gc_head;
46780 : : struct {
46781 : : PyObject_VAR_HEAD
46782 : : PyObject *ob_item[4];
46783 : : }_object;
46784 : : }
46785 : : zipimport_toplevel_consts_11_consts_6_localsplusnames = {
46786 : : ._object = {
46787 : : .ob_base = {
46788 : : .ob_base = {
46789 : : .ob_refcnt = 999999999,
46790 : : .ob_type = &PyTuple_Type,
46791 : : },
46792 : : .ob_size = 4,
46793 : : },
46794 : : .ob_item = {
46795 : : & const_str_self._ascii.ob_base,
46796 : : & const_str_pathname._ascii.ob_base,
46797 : : & const_str_key._ascii.ob_base,
46798 : : & const_str_toc_entry._ascii.ob_base,
46799 : : },
46800 : : },
46801 : : };
46802 : : static
46803 : : struct _PyCode_DEF(362)
46804 : : zipimport_toplevel_consts_11_consts_6 = {
46805 : : .ob_base = {
46806 : : .ob_base = {
46807 : : .ob_refcnt = 999999999,
46808 : : .ob_type = &PyCode_Type,
46809 : : },
46810 : : .ob_size = 181,
46811 : : },
46812 : : .co_consts = & zipimport_toplevel_consts_11_consts_6_consts._object.ob_base.ob_base,
46813 : : .co_names = & zipimport_toplevel_consts_11_consts_6_names._object.ob_base.ob_base,
46814 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_6_exceptiontable.ob_base.ob_base,
46815 : : .co_flags = 3,
46816 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46817 : : ._co_linearray_entry_size = 0,
46818 : : .co_argcount = 2,
46819 : : .co_posonlyargcount = 0,
46820 : : .co_kwonlyargcount = 0,
46821 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
46822 : : .co_stacksize = 6,
46823 : : .co_firstlineno = 141,
46824 : : .co_nlocalsplus = 4,
46825 : : .co_nlocals = 4,
46826 : : .co_nplaincellvars = 0,
46827 : : .co_ncellvars = 0,
46828 : : .co_nfreevars = 0,
46829 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_6_localsplusnames._object.ob_base.ob_base,
46830 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
46831 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46832 : : .co_name = & const_str_get_data._ascii.ob_base,
46833 : : .co_qualname = & zipimport_toplevel_consts_11_consts_6_qualname._ascii.ob_base,
46834 : : .co_linetable = & zipimport_toplevel_consts_11_consts_6_linetable.ob_base.ob_base,
46835 : : ._co_code = NULL,
46836 : : ._co_linearray = NULL,
46837 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1d\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x7d\x02\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x22\x7c\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x1a\x00\x7d\x02\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
46838 : : ._co_firsttraceable = 0,
46839 : : };
46840 : : static
46841 : : struct {
46842 : : PyASCIIObject _ascii;
46843 : : uint8_t _data[166];
46844 : : }
46845 : : zipimport_toplevel_consts_11_consts_7_consts_0 = {
46846 : : ._ascii = {
46847 : : .ob_base = {
46848 : : .ob_refcnt = 999999999,
46849 : : .ob_type = &PyUnicode_Type,
46850 : : },
46851 : : .length = 165,
46852 : : .hash = -1,
46853 : : .state = {
46854 : : .kind = 1,
46855 : : .compact = 1,
46856 : : .ascii = 1,
46857 : : },
46858 : : },
46859 : : ._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",
46860 : : };
46861 : : static
46862 : : struct {
46863 : : PyGC_Head _gc_head;
46864 : : struct {
46865 : : PyObject_VAR_HEAD
46866 : : PyObject *ob_item[1];
46867 : : }_object;
46868 : : }
46869 : : zipimport_toplevel_consts_11_consts_7_consts = {
46870 : : ._object = {
46871 : : .ob_base = {
46872 : : .ob_base = {
46873 : : .ob_refcnt = 999999999,
46874 : : .ob_type = &PyTuple_Type,
46875 : : },
46876 : : .ob_size = 1,
46877 : : },
46878 : : .ob_item = {
46879 : : & zipimport_toplevel_consts_11_consts_7_consts_0._ascii.ob_base,
46880 : : },
46881 : : },
46882 : : };
46883 : : static
46884 : : struct {
46885 : : PyASCIIObject _ascii;
46886 : : uint8_t _data[25];
46887 : : }
46888 : : zipimport_toplevel_consts_11_consts_7_qualname = {
46889 : : ._ascii = {
46890 : : .ob_base = {
46891 : : .ob_refcnt = 999999999,
46892 : : .ob_type = &PyUnicode_Type,
46893 : : },
46894 : : .length = 24,
46895 : : .hash = -1,
46896 : : .state = {
46897 : : .kind = 1,
46898 : : .compact = 1,
46899 : : .ascii = 1,
46900 : : },
46901 : : },
46902 : : ._data = "zipimporter.get_filename",
46903 : : };
46904 : : static
46905 : : struct {
46906 : : PyObject_VAR_HEAD
46907 : : Py_hash_t ob_shash;
46908 : : char ob_sval[29];
46909 : : }
46910 : : zipimport_toplevel_consts_11_consts_7_linetable = {
46911 : : .ob_base = {
46912 : : .ob_base = {
46913 : : .ob_refcnt = 999999999,
46914 : : .ob_type = &PyBytes_Type,
46915 : : },
46916 : : .ob_size = 28,
46917 : : },
46918 : : .ob_shash = -1,
46919 : : .ob_sval = "\x80\x00\xf5\x10\x00\x24\x34\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xd8\x0f\x16\x88\x0e",
46920 : : };
46921 : : static
46922 : : struct _PyCode_DEF(42)
46923 : : zipimport_toplevel_consts_11_consts_7 = {
46924 : : .ob_base = {
46925 : : .ob_base = {
46926 : : .ob_refcnt = 999999999,
46927 : : .ob_type = &PyCode_Type,
46928 : : },
46929 : : .ob_size = 21,
46930 : : },
46931 : : .co_consts = & zipimport_toplevel_consts_11_consts_7_consts._object.ob_base.ob_base,
46932 : : .co_names = & zipimport_toplevel_consts_11_consts_5_names._object.ob_base.ob_base,
46933 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
46934 : : .co_flags = 3,
46935 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
46936 : : ._co_linearray_entry_size = 0,
46937 : : .co_argcount = 2,
46938 : : .co_posonlyargcount = 0,
46939 : : .co_kwonlyargcount = 0,
46940 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
46941 : : .co_stacksize = 4,
46942 : : .co_firstlineno = 162,
46943 : : .co_nlocalsplus = 5,
46944 : : .co_nlocals = 5,
46945 : : .co_nplaincellvars = 0,
46946 : : .co_ncellvars = 0,
46947 : : .co_nfreevars = 0,
46948 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_5_localsplusnames._object.ob_base.ob_base,
46949 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
46950 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
46951 : : .co_name = & const_str_get_filename._ascii.ob_base,
46952 : : .co_qualname = & zipimport_toplevel_consts_11_consts_7_qualname._ascii.ob_base,
46953 : : .co_linetable = & zipimport_toplevel_consts_11_consts_7_linetable.ob_base.ob_base,
46954 : : ._co_code = NULL,
46955 : : ._co_linearray = NULL,
46956 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7c\x04\x53\x00",
46957 : : ._co_firsttraceable = 0,
46958 : : };
46959 : : static
46960 : : struct {
46961 : : PyASCIIObject _ascii;
46962 : : uint8_t _data[254];
46963 : : }
46964 : : zipimport_toplevel_consts_11_consts_8_consts_0 = {
46965 : : ._ascii = {
46966 : : .ob_base = {
46967 : : .ob_refcnt = 999999999,
46968 : : .ob_type = &PyUnicode_Type,
46969 : : },
46970 : : .length = 253,
46971 : : .hash = -1,
46972 : : .state = {
46973 : : .kind = 1,
46974 : : .compact = 1,
46975 : : .ascii = 1,
46976 : : },
46977 : : },
46978 : : ._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",
46979 : : };
46980 : : static
46981 : : struct {
46982 : : PyASCIIObject _ascii;
46983 : : uint8_t _data[19];
46984 : : }
46985 : : zipimport_toplevel_consts_11_consts_8_consts_2 = {
46986 : : ._ascii = {
46987 : : .ob_base = {
46988 : : .ob_refcnt = 999999999,
46989 : : .ob_type = &PyUnicode_Type,
46990 : : },
46991 : : .length = 18,
46992 : : .hash = -1,
46993 : : .state = {
46994 : : .kind = 1,
46995 : : .compact = 1,
46996 : : .ascii = 1,
46997 : : },
46998 : : },
46999 : : ._data = "can't find module ",
47000 : : };
47001 : : static
47002 : : struct {
47003 : : PyGC_Head _gc_head;
47004 : : struct {
47005 : : PyObject_VAR_HEAD
47006 : : PyObject *ob_item[6];
47007 : : }_object;
47008 : : }
47009 : : zipimport_toplevel_consts_11_consts_8_consts = {
47010 : : ._object = {
47011 : : .ob_base = {
47012 : : .ob_base = {
47013 : : .ob_refcnt = 999999999,
47014 : : .ob_type = &PyTuple_Type,
47015 : : },
47016 : : .ob_size = 6,
47017 : : },
47018 : : .ob_item = {
47019 : : & zipimport_toplevel_consts_11_consts_8_consts_0._ascii.ob_base,
47020 : : Py_None,
47021 : : & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
47022 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
47023 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
47024 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
47025 : : },
47026 : : },
47027 : : };
47028 : : static
47029 : : struct {
47030 : : PyGC_Head _gc_head;
47031 : : struct {
47032 : : PyObject_VAR_HEAD
47033 : : PyObject *ob_item[10];
47034 : : }_object;
47035 : : }
47036 : : zipimport_toplevel_consts_11_consts_8_names = {
47037 : : ._object = {
47038 : : .ob_base = {
47039 : : .ob_base = {
47040 : : .ob_refcnt = 999999999,
47041 : : .ob_type = &PyTuple_Type,
47042 : : },
47043 : : .ob_size = 10,
47044 : : },
47045 : : .ob_item = {
47046 : : & const_str__get_module_info._ascii.ob_base,
47047 : : & const_str_ZipImportError._ascii.ob_base,
47048 : : & const_str__get_module_path._ascii.ob_base,
47049 : : & const_str__bootstrap_external._ascii.ob_base,
47050 : : & const_str__path_join._ascii.ob_base,
47051 : : & const_str__files._ascii.ob_base,
47052 : : & const_str_KeyError._ascii.ob_base,
47053 : : & const_str__get_data._ascii.ob_base,
47054 : : & const_str_archive._ascii.ob_base,
47055 : : &_Py_ID(decode),
47056 : : },
47057 : : },
47058 : : };
47059 : : static
47060 : : struct {
47061 : : PyASCIIObject _ascii;
47062 : : uint8_t _data[23];
47063 : : }
47064 : : zipimport_toplevel_consts_11_consts_8_qualname = {
47065 : : ._ascii = {
47066 : : .ob_base = {
47067 : : .ob_refcnt = 999999999,
47068 : : .ob_type = &PyUnicode_Type,
47069 : : },
47070 : : .length = 22,
47071 : : .hash = -1,
47072 : : .state = {
47073 : : .kind = 1,
47074 : : .compact = 1,
47075 : : .ascii = 1,
47076 : : },
47077 : : },
47078 : : ._data = "zipimporter.get_source",
47079 : : };
47080 : : static
47081 : : struct {
47082 : : PyObject_VAR_HEAD
47083 : : Py_hash_t ob_shash;
47084 : : char ob_sval[185];
47085 : : }
47086 : : zipimport_toplevel_consts_11_consts_8_linetable = {
47087 : : .ob_base = {
47088 : : .ob_base = {
47089 : : .ob_refcnt = 999999999,
47090 : : .ob_type = &PyBytes_Type,
47091 : : },
47092 : : .ob_size = 184,
47093 : : },
47094 : : .ob_shash = -1,
47095 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x0e\x1e\x98\x64\xa0\x48\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\xf0\x00\x01\x09\x53\x01\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xe5\x0f\x1f\xa0\x04\xa0\x68\xd4\x0f\x2f\x88\x04\xd8\x0b\x0d\xf0\x00\x03\x09\x24\xdd\x17\x35\xd7\x17\x35\xd1\x17\x35\xb0\x64\xb8\x4d\xd4\x17\x4a\x88\x48\x88\x48\xe0\x1a\x1e\x90\x7c\x90\x7c\x90\x7c\x88\x48\xf0\x04\x04\x09\x18\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x48\xd4\x18\x2d\x88\x49\xf5\x08\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd7\x0f\x38\xd1\x0f\x38\xd4\x0f\x3a\xd0\x08\x3a\xf8\xf5\x07\x00\x10\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xe0\x13\x17\x90\x34\x90\x34\xf0\x05\x02\x09\x18\xf8\xf8\xf8",
47096 : : };
47097 : : static
47098 : : struct {
47099 : : PyObject_VAR_HEAD
47100 : : Py_hash_t ob_shash;
47101 : : char ob_sval[19];
47102 : : }
47103 : : zipimport_toplevel_consts_11_consts_8_exceptiontable = {
47104 : : .ob_base = {
47105 : : .ob_base = {
47106 : : .ob_refcnt = 999999999,
47107 : : .ob_type = &PyBytes_Type,
47108 : : },
47109 : : .ob_size = 18,
47110 : : },
47111 : : .ob_shash = -1,
47112 : : .ob_sval = "\xc1\x12\x12\x42\x0b\x00\xc2\x0b\x0a\x42\x19\x03\xc2\x18\x01\x42\x19\x03",
47113 : : };
47114 : : static
47115 : : struct {
47116 : : PyASCIIObject _ascii;
47117 : : uint8_t _data[3];
47118 : : }
47119 : : const_str_mi = {
47120 : : ._ascii = {
47121 : : .ob_base = {
47122 : : .ob_refcnt = 999999999,
47123 : : .ob_type = &PyUnicode_Type,
47124 : : },
47125 : : .length = 2,
47126 : : .hash = -1,
47127 : : .state = {
47128 : : .kind = 1,
47129 : : .compact = 1,
47130 : : .ascii = 1,
47131 : : },
47132 : : },
47133 : : ._data = "mi",
47134 : : };
47135 : : static
47136 : : struct {
47137 : : PyASCIIObject _ascii;
47138 : : uint8_t _data[9];
47139 : : }
47140 : : const_str_fullpath = {
47141 : : ._ascii = {
47142 : : .ob_base = {
47143 : : .ob_refcnt = 999999999,
47144 : : .ob_type = &PyUnicode_Type,
47145 : : },
47146 : : .length = 8,
47147 : : .hash = -1,
47148 : : .state = {
47149 : : .kind = 1,
47150 : : .compact = 1,
47151 : : .ascii = 1,
47152 : : },
47153 : : },
47154 : : ._data = "fullpath",
47155 : : };
47156 : : static
47157 : : struct {
47158 : : PyGC_Head _gc_head;
47159 : : struct {
47160 : : PyObject_VAR_HEAD
47161 : : PyObject *ob_item[6];
47162 : : }_object;
47163 : : }
47164 : : zipimport_toplevel_consts_11_consts_8_localsplusnames = {
47165 : : ._object = {
47166 : : .ob_base = {
47167 : : .ob_base = {
47168 : : .ob_refcnt = 999999999,
47169 : : .ob_type = &PyTuple_Type,
47170 : : },
47171 : : .ob_size = 6,
47172 : : },
47173 : : .ob_item = {
47174 : : & const_str_self._ascii.ob_base,
47175 : : & const_str_fullname._ascii.ob_base,
47176 : : & const_str_mi._ascii.ob_base,
47177 : : &_Py_ID(path),
47178 : : & const_str_fullpath._ascii.ob_base,
47179 : : & const_str_toc_entry._ascii.ob_base,
47180 : : },
47181 : : },
47182 : : };
47183 : : static
47184 : : struct _PyCode_DEF(312)
47185 : : zipimport_toplevel_consts_11_consts_8 = {
47186 : : .ob_base = {
47187 : : .ob_base = {
47188 : : .ob_refcnt = 999999999,
47189 : : .ob_type = &PyCode_Type,
47190 : : },
47191 : : .ob_size = 156,
47192 : : },
47193 : : .co_consts = & zipimport_toplevel_consts_11_consts_8_consts._object.ob_base.ob_base,
47194 : : .co_names = & zipimport_toplevel_consts_11_consts_8_names._object.ob_base.ob_base,
47195 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_8_exceptiontable.ob_base.ob_base,
47196 : : .co_flags = 3,
47197 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47198 : : ._co_linearray_entry_size = 0,
47199 : : .co_argcount = 2,
47200 : : .co_posonlyargcount = 0,
47201 : : .co_kwonlyargcount = 0,
47202 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
47203 : : .co_stacksize = 4,
47204 : : .co_firstlineno = 174,
47205 : : .co_nlocalsplus = 6,
47206 : : .co_nlocals = 6,
47207 : : .co_nplaincellvars = 0,
47208 : : .co_ncellvars = 0,
47209 : : .co_nfreevars = 0,
47210 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_8_localsplusnames._object.ob_base.ob_base,
47211 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
47212 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47213 : : .co_name = &_Py_ID(get_source),
47214 : : .co_qualname = & zipimport_toplevel_consts_11_consts_8_qualname._ascii.ob_base,
47215 : : .co_linetable = & zipimport_toplevel_consts_11_consts_8_linetable.ob_base.ob_base,
47216 : : ._co_code = NULL,
47217 : : ._co_linearray = NULL,
47218 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x72\x19\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x05\x7c\x03\x9b\x00\x64\x05\x9d\x02\x7d\x04\x09\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
47219 : : ._co_firsttraceable = 0,
47220 : : };
47221 : : static
47222 : : struct {
47223 : : PyASCIIObject _ascii;
47224 : : uint8_t _data[172];
47225 : : }
47226 : : zipimport_toplevel_consts_11_consts_9_consts_0 = {
47227 : : ._ascii = {
47228 : : .ob_base = {
47229 : : .ob_refcnt = 999999999,
47230 : : .ob_type = &PyUnicode_Type,
47231 : : },
47232 : : .length = 171,
47233 : : .hash = -1,
47234 : : .state = {
47235 : : .kind = 1,
47236 : : .compact = 1,
47237 : : .ascii = 1,
47238 : : },
47239 : : },
47240 : : ._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",
47241 : : };
47242 : : static
47243 : : struct {
47244 : : PyGC_Head _gc_head;
47245 : : struct {
47246 : : PyObject_VAR_HEAD
47247 : : PyObject *ob_item[4];
47248 : : }_object;
47249 : : }
47250 : : zipimport_toplevel_consts_11_consts_9_consts = {
47251 : : ._object = {
47252 : : .ob_base = {
47253 : : .ob_base = {
47254 : : .ob_refcnt = 999999999,
47255 : : .ob_type = &PyTuple_Type,
47256 : : },
47257 : : .ob_size = 4,
47258 : : },
47259 : : .ob_item = {
47260 : : & zipimport_toplevel_consts_11_consts_9_consts_0._ascii.ob_base,
47261 : : Py_None,
47262 : : & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
47263 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
47264 : : },
47265 : : },
47266 : : };
47267 : : static
47268 : : struct {
47269 : : PyGC_Head _gc_head;
47270 : : struct {
47271 : : PyObject_VAR_HEAD
47272 : : PyObject *ob_item[2];
47273 : : }_object;
47274 : : }
47275 : : zipimport_toplevel_consts_11_consts_9_names = {
47276 : : ._object = {
47277 : : .ob_base = {
47278 : : .ob_base = {
47279 : : .ob_refcnt = 999999999,
47280 : : .ob_type = &PyTuple_Type,
47281 : : },
47282 : : .ob_size = 2,
47283 : : },
47284 : : .ob_item = {
47285 : : & const_str__get_module_info._ascii.ob_base,
47286 : : & const_str_ZipImportError._ascii.ob_base,
47287 : : },
47288 : : },
47289 : : };
47290 : : static
47291 : : struct {
47292 : : PyASCIIObject _ascii;
47293 : : uint8_t _data[23];
47294 : : }
47295 : : zipimport_toplevel_consts_11_consts_9_qualname = {
47296 : : ._ascii = {
47297 : : .ob_base = {
47298 : : .ob_refcnt = 999999999,
47299 : : .ob_type = &PyUnicode_Type,
47300 : : },
47301 : : .length = 22,
47302 : : .hash = -1,
47303 : : .state = {
47304 : : .kind = 1,
47305 : : .compact = 1,
47306 : : .ascii = 1,
47307 : : },
47308 : : },
47309 : : ._data = "zipimporter.is_package",
47310 : : };
47311 : : static
47312 : : struct {
47313 : : PyObject_VAR_HEAD
47314 : : Py_hash_t ob_shash;
47315 : : char ob_sval[56];
47316 : : }
47317 : : zipimport_toplevel_consts_11_consts_9_linetable = {
47318 : : .ob_base = {
47319 : : .ob_base = {
47320 : : .ob_refcnt = 999999999,
47321 : : .ob_type = &PyBytes_Type,
47322 : : },
47323 : : .ob_size = 55,
47324 : : },
47325 : : .ob_shash = -1,
47326 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0e\x1e\x98\x64\xa0\x48\xd4\x0d\x2d\x88\x02\xd8\x0b\x0d\xf0\x00\x01\x09\x53\x01\xdd\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xd8\x0f\x11\x88\x09",
47327 : : };
47328 : : static
47329 : : struct {
47330 : : PyGC_Head _gc_head;
47331 : : struct {
47332 : : PyObject_VAR_HEAD
47333 : : PyObject *ob_item[3];
47334 : : }_object;
47335 : : }
47336 : : zipimport_toplevel_consts_11_consts_9_localsplusnames = {
47337 : : ._object = {
47338 : : .ob_base = {
47339 : : .ob_base = {
47340 : : .ob_refcnt = 999999999,
47341 : : .ob_type = &PyTuple_Type,
47342 : : },
47343 : : .ob_size = 3,
47344 : : },
47345 : : .ob_item = {
47346 : : & const_str_self._ascii.ob_base,
47347 : : & const_str_fullname._ascii.ob_base,
47348 : : & const_str_mi._ascii.ob_base,
47349 : : },
47350 : : },
47351 : : };
47352 : : static
47353 : : struct _PyCode_DEF(74)
47354 : : zipimport_toplevel_consts_11_consts_9 = {
47355 : : .ob_base = {
47356 : : .ob_base = {
47357 : : .ob_refcnt = 999999999,
47358 : : .ob_type = &PyCode_Type,
47359 : : },
47360 : : .ob_size = 37,
47361 : : },
47362 : : .co_consts = & zipimport_toplevel_consts_11_consts_9_consts._object.ob_base.ob_base,
47363 : : .co_names = & zipimport_toplevel_consts_11_consts_9_names._object.ob_base.ob_base,
47364 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
47365 : : .co_flags = 3,
47366 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47367 : : ._co_linearray_entry_size = 0,
47368 : : .co_argcount = 2,
47369 : : .co_posonlyargcount = 0,
47370 : : .co_kwonlyargcount = 0,
47371 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
47372 : : .co_stacksize = 4,
47373 : : .co_firstlineno = 200,
47374 : : .co_nlocalsplus = 3,
47375 : : .co_nlocals = 3,
47376 : : .co_nplaincellvars = 0,
47377 : : .co_ncellvars = 0,
47378 : : .co_nfreevars = 0,
47379 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_9_localsplusnames._object.ob_base.ob_base,
47380 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
47381 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47382 : : .co_name = & const_str_is_package._ascii.ob_base,
47383 : : .co_qualname = & zipimport_toplevel_consts_11_consts_9_qualname._ascii.ob_base,
47384 : : .co_linetable = & zipimport_toplevel_consts_11_consts_9_linetable.ob_base.ob_base,
47385 : : ._co_code = NULL,
47386 : : ._co_linearray = NULL,
47387 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x53\x00",
47388 : : ._co_firsttraceable = 0,
47389 : : };
47390 : : static
47391 : : struct {
47392 : : PyASCIIObject _ascii;
47393 : : uint8_t _data[321];
47394 : : }
47395 : : zipimport_toplevel_consts_11_consts_10_consts_0 = {
47396 : : ._ascii = {
47397 : : .ob_base = {
47398 : : .ob_refcnt = 999999999,
47399 : : .ob_type = &PyUnicode_Type,
47400 : : },
47401 : : .length = 320,
47402 : : .hash = -1,
47403 : : .state = {
47404 : : .kind = 1,
47405 : : .compact = 1,
47406 : : .ascii = 1,
47407 : : },
47408 : : },
47409 : : ._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",
47410 : : };
47411 : : static
47412 : : struct {
47413 : : PyASCIIObject _ascii;
47414 : : uint8_t _data[115];
47415 : : }
47416 : : zipimport_toplevel_consts_11_consts_10_consts_1 = {
47417 : : ._ascii = {
47418 : : .ob_base = {
47419 : : .ob_refcnt = 999999999,
47420 : : .ob_type = &PyUnicode_Type,
47421 : : },
47422 : : .length = 114,
47423 : : .hash = -1,
47424 : : .state = {
47425 : : .kind = 1,
47426 : : .compact = 1,
47427 : : .ascii = 1,
47428 : : },
47429 : : },
47430 : : ._data = "zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead",
47431 : : };
47432 : : static
47433 : : struct {
47434 : : PyASCIIObject _ascii;
47435 : : uint8_t _data[15];
47436 : : }
47437 : : zipimport_toplevel_consts_11_consts_10_consts_4 = {
47438 : : ._ascii = {
47439 : : .ob_base = {
47440 : : .ob_refcnt = 999999999,
47441 : : .ob_type = &PyUnicode_Type,
47442 : : },
47443 : : .length = 14,
47444 : : .hash = -1,
47445 : : .state = {
47446 : : .kind = 1,
47447 : : .compact = 1,
47448 : : .ascii = 1,
47449 : : },
47450 : : },
47451 : : ._data = "Loaded module ",
47452 : : };
47453 : : static
47454 : : struct {
47455 : : PyASCIIObject _ascii;
47456 : : uint8_t _data[26];
47457 : : }
47458 : : zipimport_toplevel_consts_11_consts_10_consts_5 = {
47459 : : ._ascii = {
47460 : : .ob_base = {
47461 : : .ob_refcnt = 999999999,
47462 : : .ob_type = &PyUnicode_Type,
47463 : : },
47464 : : .length = 25,
47465 : : .hash = -1,
47466 : : .state = {
47467 : : .kind = 1,
47468 : : .compact = 1,
47469 : : .ascii = 1,
47470 : : },
47471 : : },
47472 : : ._data = " not found in sys.modules",
47473 : : };
47474 : : static
47475 : : struct {
47476 : : PyASCIIObject _ascii;
47477 : : uint8_t _data[31];
47478 : : }
47479 : : zipimport_toplevel_consts_11_consts_10_consts_6 = {
47480 : : ._ascii = {
47481 : : .ob_base = {
47482 : : .ob_refcnt = 999999999,
47483 : : .ob_type = &PyUnicode_Type,
47484 : : },
47485 : : .length = 30,
47486 : : .hash = -1,
47487 : : .state = {
47488 : : .kind = 1,
47489 : : .compact = 1,
47490 : : .ascii = 1,
47491 : : },
47492 : : },
47493 : : ._data = "import {} # loaded from Zip {}",
47494 : : };
47495 : : static
47496 : : struct {
47497 : : PyGC_Head _gc_head;
47498 : : struct {
47499 : : PyObject_VAR_HEAD
47500 : : PyObject *ob_item[7];
47501 : : }_object;
47502 : : }
47503 : : zipimport_toplevel_consts_11_consts_10_consts = {
47504 : : ._object = {
47505 : : .ob_base = {
47506 : : .ob_base = {
47507 : : .ob_refcnt = 999999999,
47508 : : .ob_type = &PyTuple_Type,
47509 : : },
47510 : : .ob_size = 7,
47511 : : },
47512 : : .ob_item = {
47513 : : & zipimport_toplevel_consts_11_consts_10_consts_0._ascii.ob_base,
47514 : : & zipimport_toplevel_consts_11_consts_10_consts_1._ascii.ob_base,
47515 : : Py_None,
47516 : : &_Py_ID(__builtins__),
47517 : : & zipimport_toplevel_consts_11_consts_10_consts_4._ascii.ob_base,
47518 : : & zipimport_toplevel_consts_11_consts_10_consts_5._ascii.ob_base,
47519 : : & zipimport_toplevel_consts_11_consts_10_consts_6._ascii.ob_base,
47520 : : },
47521 : : },
47522 : : };
47523 : : static
47524 : : struct {
47525 : : PyASCIIObject _ascii;
47526 : : uint8_t _data[13];
47527 : : }
47528 : : const_str__module_type = {
47529 : : ._ascii = {
47530 : : .ob_base = {
47531 : : .ob_refcnt = 999999999,
47532 : : .ob_type = &PyUnicode_Type,
47533 : : },
47534 : : .length = 12,
47535 : : .hash = -1,
47536 : : .state = {
47537 : : .kind = 1,
47538 : : .compact = 1,
47539 : : .ascii = 1,
47540 : : },
47541 : : },
47542 : : ._data = "_module_type",
47543 : : };
47544 : : static
47545 : : struct {
47546 : : PyGC_Head _gc_head;
47547 : : struct {
47548 : : PyObject_VAR_HEAD
47549 : : PyObject *ob_item[24];
47550 : : }_object;
47551 : : }
47552 : : zipimport_toplevel_consts_11_consts_10_names = {
47553 : : ._object = {
47554 : : .ob_base = {
47555 : : .ob_base = {
47556 : : .ob_refcnt = 999999999,
47557 : : .ob_type = &PyTuple_Type,
47558 : : },
47559 : : .ob_size = 24,
47560 : : },
47561 : : .ob_item = {
47562 : : & const_str__warnings._ascii.ob_base,
47563 : : & const_str_warn._ascii.ob_base,
47564 : : & const_str_DeprecationWarning._ascii.ob_base,
47565 : : & const_str__get_module_code._ascii.ob_base,
47566 : : & const_str_sys._ascii.ob_base,
47567 : : &_Py_ID(modules),
47568 : : &_Py_ID(get),
47569 : : &_Py_ID(isinstance),
47570 : : & const_str__module_type._ascii.ob_base,
47571 : : &_Py_ID(__loader__),
47572 : : & const_str__get_module_path._ascii.ob_base,
47573 : : & const_str__bootstrap_external._ascii.ob_base,
47574 : : & const_str__path_join._ascii.ob_base,
47575 : : & const_str_archive._ascii.ob_base,
47576 : : &_Py_ID(__path__),
47577 : : & const_str_hasattr._ascii.ob_base,
47578 : : &_Py_ID(__builtins__),
47579 : : &_Py_ID(_fix_up_module),
47580 : : &_Py_ID(__dict__),
47581 : : & const_str_exec._ascii.ob_base,
47582 : : & const_str_KeyError._ascii.ob_base,
47583 : : & const_str_ImportError._ascii.ob_base,
47584 : : &_Py_ID(_bootstrap),
47585 : : & const_str__verbose_message._ascii.ob_base,
47586 : : },
47587 : : },
47588 : : };
47589 : : static
47590 : : struct {
47591 : : PyASCIIObject _ascii;
47592 : : uint8_t _data[24];
47593 : : }
47594 : : zipimport_toplevel_consts_11_consts_10_qualname = {
47595 : : ._ascii = {
47596 : : .ob_base = {
47597 : : .ob_refcnt = 999999999,
47598 : : .ob_type = &PyUnicode_Type,
47599 : : },
47600 : : .length = 23,
47601 : : .hash = -1,
47602 : : .state = {
47603 : : .kind = 1,
47604 : : .compact = 1,
47605 : : .ascii = 1,
47606 : : },
47607 : : },
47608 : : ._data = "zipimporter.load_module",
47609 : : };
47610 : : static
47611 : : struct {
47612 : : PyObject_VAR_HEAD
47613 : : Py_hash_t ob_shash;
47614 : : char ob_sval[372];
47615 : : }
47616 : : zipimport_toplevel_consts_11_consts_10_linetable = {
47617 : : .ob_base = {
47618 : : .ob_base = {
47619 : : .ob_refcnt = 999999999,
47620 : : .ob_type = &PyBytes_Type,
47621 : : },
47622 : : .ob_size = 371,
47623 : : },
47624 : : .ob_shash = -1,
47625 : : .ob_sval = "\x80\x00\xf0\x12\x01\x10\x43\x01\x88\x03\xe5\x08\x16\x8f\x0e\x89\x0e\x90\x73\xd5\x1c\x2e\xd4\x08\x2f\xd0\x08\x2f\xdd\x23\x33\xb0\x44\xb8\x28\xd4\x23\x43\xd1\x08\x20\x88\x04\x88\x69\x98\x17\xdd\x0e\x11\x8f\x6b\x89\x6b\x8f\x6f\x89\x6f\x98\x68\xd4\x0e\x27\x88\x03\xd8\x0b\x0e\xf0\x00\x02\x09\x28\x9d\x6a\xa8\x13\xad\x6c\xd4\x1e\x3b\xf0\x00\x02\x09\x28\xdd\x12\x1e\x98\x78\xd4\x12\x28\x88\x43\xd8\x24\x27\x8d\x43\x8f\x4b\x89\x4b\x98\x08\xd1\x0c\x21\xd8\x19\x1d\x88\x03\x8c\x0e\xf0\x04\x0e\x09\x12\xd8\x0f\x18\xf0\x00\x05\x0d\x2a\xf5\x06\x00\x18\x28\xa8\x04\xa8\x68\xd4\x17\x37\x90\x04\xdd\x1b\x39\xd7\x1b\x39\xd1\x1b\x39\xb8\x24\xbf\x2c\xb9\x2c\xc8\x04\xd4\x1b\x4d\x90\x08\xd8\x20\x28\x98\x7a\x90\x03\x94\x0c\xe5\x13\x1a\x98\x33\xa0\x0e\xd4\x13\x2f\xf0\x00\x01\x0d\x30\xdd\x23\x2f\x90\x03\xd4\x10\x20\xdd\x0c\x2e\xd7\x0c\x2e\xd1\x0c\x2e\xa8\x73\xaf\x7c\xa9\x7c\xb8\x58\xc0\x77\xd4\x0c\x4f\xd0\x0c\x4f\xdd\x0c\x10\x90\x14\x90\x73\x97\x7c\x91\x7c\xd4\x0c\x24\xd0\x0c\x24\xf0\x0a\x03\x09\x56\x01\xdd\x12\x15\x97\x2b\x91\x2b\x98\x68\xd4\x12\x27\x88\x43\xf5\x06\x00\x09\x24\xd7\x08\x23\xd1\x08\x23\xd0\x24\x44\xc0\x68\xd0\x50\x57\xd4\x08\x58\xd0\x08\x58\xd8\x0f\x12\x88\x0a\xf8\xf0\x13\x02\x09\x12\xdd\x10\x13\x97\x0b\x91\x0b\x98\x48\xd0\x10\x25\xd8\x0c\x11\xf8\xf8\xf8\xf8\xf5\x08\x00\x10\x18\xf0\x00\x01\x09\x56\x01\xf0\x00\x01\x09\x56\x01\xf0\x00\x01\x09\x56\x01\xdd\x12\x1d\xd0\x1e\x54\xa8\x78\xd0\x1e\x54\xd0\x1e\x54\xd0\x1e\x54\xd4\x12\x55\xd0\x0c\x55\xf0\x03\x01\x09\x56\x01\xf8\xf8\xf8",
47626 : : };
47627 : : static
47628 : : struct {
47629 : : PyObject_VAR_HEAD
47630 : : Py_hash_t ob_shash;
47631 : : char ob_sval[26];
47632 : : }
47633 : : zipimport_toplevel_consts_11_consts_10_exceptiontable = {
47634 : : .ob_base = {
47635 : : .ob_base = {
47636 : : .ob_refcnt = 999999999,
47637 : : .ob_type = &PyBytes_Type,
47638 : : },
47639 : : .ob_size = 25,
47640 : : },
47641 : : .ob_shash = -1,
47642 : : .ob_sval = "\xc2\x11\x42\x0f\x45\x13\x00\xc4\x21\x17\x45\x2b\x00\xc5\x13\x15\x45\x28\x03\xc5\x2b\x1c\x46\x07\x03",
47643 : : };
47644 : : static
47645 : : struct {
47646 : : PyASCIIObject _ascii;
47647 : : uint8_t _data[4];
47648 : : }
47649 : : const_str_mod = {
47650 : : ._ascii = {
47651 : : .ob_base = {
47652 : : .ob_refcnt = 999999999,
47653 : : .ob_type = &PyUnicode_Type,
47654 : : },
47655 : : .length = 3,
47656 : : .hash = -1,
47657 : : .state = {
47658 : : .kind = 1,
47659 : : .compact = 1,
47660 : : .ascii = 1,
47661 : : },
47662 : : },
47663 : : ._data = "mod",
47664 : : };
47665 : : static
47666 : : struct {
47667 : : PyGC_Head _gc_head;
47668 : : struct {
47669 : : PyObject_VAR_HEAD
47670 : : PyObject *ob_item[9];
47671 : : }_object;
47672 : : }
47673 : : zipimport_toplevel_consts_11_consts_10_localsplusnames = {
47674 : : ._object = {
47675 : : .ob_base = {
47676 : : .ob_base = {
47677 : : .ob_refcnt = 999999999,
47678 : : .ob_type = &PyTuple_Type,
47679 : : },
47680 : : .ob_size = 9,
47681 : : },
47682 : : .ob_item = {
47683 : : & const_str_self._ascii.ob_base,
47684 : : & const_str_fullname._ascii.ob_base,
47685 : : &_Py_ID(msg),
47686 : : &_Py_ID(code),
47687 : : & const_str_ispackage._ascii.ob_base,
47688 : : & const_str_modpath._ascii.ob_base,
47689 : : & const_str_mod._ascii.ob_base,
47690 : : &_Py_ID(path),
47691 : : & const_str_fullpath._ascii.ob_base,
47692 : : },
47693 : : },
47694 : : };
47695 : : static
47696 : : struct _PyCode_DEF(788)
47697 : : zipimport_toplevel_consts_11_consts_10 = {
47698 : : .ob_base = {
47699 : : .ob_base = {
47700 : : .ob_refcnt = 999999999,
47701 : : .ob_type = &PyCode_Type,
47702 : : },
47703 : : .ob_size = 394,
47704 : : },
47705 : : .co_consts = & zipimport_toplevel_consts_11_consts_10_consts._object.ob_base.ob_base,
47706 : : .co_names = & zipimport_toplevel_consts_11_consts_10_names._object.ob_base.ob_base,
47707 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_10_exceptiontable.ob_base.ob_base,
47708 : : .co_flags = 3,
47709 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47710 : : ._co_linearray_entry_size = 0,
47711 : : .co_argcount = 2,
47712 : : .co_posonlyargcount = 0,
47713 : : .co_kwonlyargcount = 0,
47714 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
47715 : : .co_stacksize = 6,
47716 : : .co_firstlineno = 213,
47717 : : .co_nlocalsplus = 9,
47718 : : .co_nlocals = 9,
47719 : : .co_nplaincellvars = 0,
47720 : : .co_ncellvars = 0,
47721 : : .co_nfreevars = 0,
47722 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_10_localsplusnames._object.ob_base.ob_base,
47723 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
47724 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47725 : : .co_name = & const_str_load_module._ascii.ob_base,
47726 : : .co_qualname = & zipimport_toplevel_consts_11_consts_10_qualname._ascii.ob_base,
47727 : : .co_linetable = & zipimport_toplevel_consts_11_consts_10_linetable.ob_base.ob_base,
47728 : : ._co_code = NULL,
47729 : : ._co_linearray = NULL,
47730 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x03\x7d\x04\x7d\x05\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x81\x13\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x7c\x06\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x04\x72\x38\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x67\x01\x7c\x06\x5f\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0c\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x01\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x53\x00\x23\x00\x01\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x82\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x12\x01\x00\x74\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x9b\x02\x64\x05\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
47731 : : ._co_firsttraceable = 0,
47732 : : };
47733 : : static
47734 : : struct {
47735 : : PyASCIIObject _ascii;
47736 : : uint8_t _data[205];
47737 : : }
47738 : : zipimport_toplevel_consts_11_consts_11_consts_0 = {
47739 : : ._ascii = {
47740 : : .ob_base = {
47741 : : .ob_refcnt = 999999999,
47742 : : .ob_type = &PyUnicode_Type,
47743 : : },
47744 : : .length = 204,
47745 : : .hash = -1,
47746 : : .state = {
47747 : : .kind = 1,
47748 : : .compact = 1,
47749 : : .ascii = 1,
47750 : : },
47751 : : },
47752 : : ._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",
47753 : : };
47754 : : static
47755 : : struct {
47756 : : PyASCIIObject _ascii;
47757 : : uint8_t _data[10];
47758 : : }
47759 : : const_str_ZipReader = {
47760 : : ._ascii = {
47761 : : .ob_base = {
47762 : : .ob_refcnt = 999999999,
47763 : : .ob_type = &PyUnicode_Type,
47764 : : },
47765 : : .length = 9,
47766 : : .hash = -1,
47767 : : .state = {
47768 : : .kind = 1,
47769 : : .compact = 1,
47770 : : .ascii = 1,
47771 : : },
47772 : : },
47773 : : ._data = "ZipReader",
47774 : : };
47775 : : static
47776 : : struct {
47777 : : PyGC_Head _gc_head;
47778 : : struct {
47779 : : PyObject_VAR_HEAD
47780 : : PyObject *ob_item[1];
47781 : : }_object;
47782 : : }
47783 : : zipimport_toplevel_consts_11_consts_11_consts_3 = {
47784 : : ._object = {
47785 : : .ob_base = {
47786 : : .ob_base = {
47787 : : .ob_refcnt = 999999999,
47788 : : .ob_type = &PyTuple_Type,
47789 : : },
47790 : : .ob_size = 1,
47791 : : },
47792 : : .ob_item = {
47793 : : & const_str_ZipReader._ascii.ob_base,
47794 : : },
47795 : : },
47796 : : };
47797 : : static
47798 : : struct {
47799 : : PyGC_Head _gc_head;
47800 : : struct {
47801 : : PyObject_VAR_HEAD
47802 : : PyObject *ob_item[4];
47803 : : }_object;
47804 : : }
47805 : : zipimport_toplevel_consts_11_consts_11_consts = {
47806 : : ._object = {
47807 : : .ob_base = {
47808 : : .ob_base = {
47809 : : .ob_refcnt = 999999999,
47810 : : .ob_type = &PyTuple_Type,
47811 : : },
47812 : : .ob_size = 4,
47813 : : },
47814 : : .ob_item = {
47815 : : & zipimport_toplevel_consts_11_consts_11_consts_0._ascii.ob_base,
47816 : : Py_None,
47817 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
47818 : : & zipimport_toplevel_consts_11_consts_11_consts_3._object.ob_base.ob_base,
47819 : : },
47820 : : },
47821 : : };
47822 : : static
47823 : : struct {
47824 : : PyGC_Head _gc_head;
47825 : : struct {
47826 : : PyObject_VAR_HEAD
47827 : : PyObject *ob_item[4];
47828 : : }_object;
47829 : : }
47830 : : zipimport_toplevel_consts_11_consts_11_names = {
47831 : : ._object = {
47832 : : .ob_base = {
47833 : : .ob_base = {
47834 : : .ob_refcnt = 999999999,
47835 : : .ob_type = &PyTuple_Type,
47836 : : },
47837 : : .ob_size = 4,
47838 : : },
47839 : : .ob_item = {
47840 : : & const_str_is_package._ascii.ob_base,
47841 : : & const_str_ZipImportError._ascii.ob_base,
47842 : : & importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0._ascii.ob_base,
47843 : : & const_str_ZipReader._ascii.ob_base,
47844 : : },
47845 : : },
47846 : : };
47847 : : static
47848 : : struct {
47849 : : PyASCIIObject _ascii;
47850 : : uint8_t _data[32];
47851 : : }
47852 : : zipimport_toplevel_consts_11_consts_11_qualname = {
47853 : : ._ascii = {
47854 : : .ob_base = {
47855 : : .ob_refcnt = 999999999,
47856 : : .ob_type = &PyUnicode_Type,
47857 : : },
47858 : : .length = 31,
47859 : : .hash = -1,
47860 : : .state = {
47861 : : .kind = 1,
47862 : : .compact = 1,
47863 : : .ascii = 1,
47864 : : },
47865 : : },
47866 : : ._data = "zipimporter.get_resource_reader",
47867 : : };
47868 : : static
47869 : : struct {
47870 : : PyObject_VAR_HEAD
47871 : : Py_hash_t ob_shash;
47872 : : char ob_sval[106];
47873 : : }
47874 : : zipimport_toplevel_consts_11_consts_11_linetable = {
47875 : : .ob_base = {
47876 : : .ob_base = {
47877 : : .ob_refcnt = 999999999,
47878 : : .ob_type = &PyBytes_Type,
47879 : : },
47880 : : .ob_size = 105,
47881 : : },
47882 : : .ob_shash = -1,
47883 : : .ob_sval = "\x80\x00\xf0\x0c\x04\x09\x18\xd8\x13\x17\x97\x3f\x91\x3f\xa0\x38\xd4\x13\x2c\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xf0\x03\x01\x0d\x1c\xf0\x08\x00\x09\x30\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd0\x08\x2f\xd8\x0f\x18\x88\x79\x98\x14\x98\x78\xd4\x0f\x28\xd0\x08\x28\xf8\xf5\x07\x00\x10\x1e\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\x90\x34\xf0\x03\x01\x09\x18\xf8\xf8\xf8",
47884 : : };
47885 : : static
47886 : : struct {
47887 : : PyObject_VAR_HEAD
47888 : : Py_hash_t ob_shash;
47889 : : char ob_sval[13];
47890 : : }
47891 : : zipimport_toplevel_consts_11_consts_11_exceptiontable = {
47892 : : .ob_base = {
47893 : : .ob_base = {
47894 : : .ob_refcnt = 999999999,
47895 : : .ob_type = &PyBytes_Type,
47896 : : },
47897 : : .ob_size = 12,
47898 : : },
47899 : : .ob_shash = -1,
47900 : : .ob_sval = "\x82\x12\x27\x00\xa7\x0a\x35\x03\xb4\x01\x35\x03",
47901 : : };
47902 : : static
47903 : : struct {
47904 : : PyGC_Head _gc_head;
47905 : : struct {
47906 : : PyObject_VAR_HEAD
47907 : : PyObject *ob_item[3];
47908 : : }_object;
47909 : : }
47910 : : zipimport_toplevel_consts_11_consts_11_localsplusnames = {
47911 : : ._object = {
47912 : : .ob_base = {
47913 : : .ob_base = {
47914 : : .ob_refcnt = 999999999,
47915 : : .ob_type = &PyTuple_Type,
47916 : : },
47917 : : .ob_size = 3,
47918 : : },
47919 : : .ob_item = {
47920 : : & const_str_self._ascii.ob_base,
47921 : : & const_str_fullname._ascii.ob_base,
47922 : : & const_str_ZipReader._ascii.ob_base,
47923 : : },
47924 : : },
47925 : : };
47926 : : static
47927 : : struct _PyCode_DEF(112)
47928 : : zipimport_toplevel_consts_11_consts_11 = {
47929 : : .ob_base = {
47930 : : .ob_base = {
47931 : : .ob_refcnt = 999999999,
47932 : : .ob_type = &PyCode_Type,
47933 : : },
47934 : : .ob_size = 56,
47935 : : },
47936 : : .co_consts = & zipimport_toplevel_consts_11_consts_11_consts._object.ob_base.ob_base,
47937 : : .co_names = & zipimport_toplevel_consts_11_consts_11_names._object.ob_base.ob_base,
47938 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_11_exceptiontable.ob_base.ob_base,
47939 : : .co_flags = 3,
47940 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
47941 : : ._co_linearray_entry_size = 0,
47942 : : .co_argcount = 2,
47943 : : .co_posonlyargcount = 0,
47944 : : .co_kwonlyargcount = 0,
47945 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
47946 : : .co_stacksize = 4,
47947 : : .co_firstlineno = 256,
47948 : : .co_nlocalsplus = 3,
47949 : : .co_nlocals = 3,
47950 : : .co_nplaincellvars = 0,
47951 : : .co_ncellvars = 0,
47952 : : .co_nfreevars = 0,
47953 : : .co_localsplusnames = & zipimport_toplevel_consts_11_consts_11_localsplusnames._object.ob_base.ob_base,
47954 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
47955 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
47956 : : .co_name = & const_str_get_resource_reader._ascii.ob_base,
47957 : : .co_qualname = & zipimport_toplevel_consts_11_consts_11_qualname._ascii.ob_base,
47958 : : .co_linetable = & zipimport_toplevel_consts_11_consts_11_linetable.ob_base.ob_base,
47959 : : ._co_code = NULL,
47960 : : ._co_linearray = NULL,
47961 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x01\x53\x00\x09\x00\x64\x02\x64\x03\x6c\x02\x6d\x03\x7d\x02\x01\x00\x02\x00\x7c\x02\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
47962 : : ._co_firsttraceable = 0,
47963 : : };
47964 : : static
47965 : : struct {
47966 : : PyASCIIObject _ascii;
47967 : : uint8_t _data[42];
47968 : : }
47969 : : zipimport_toplevel_consts_11_consts_12_consts_0 = {
47970 : : ._ascii = {
47971 : : .ob_base = {
47972 : : .ob_refcnt = 999999999,
47973 : : .ob_type = &PyUnicode_Type,
47974 : : },
47975 : : .length = 41,
47976 : : .hash = -1,
47977 : : .state = {
47978 : : .kind = 1,
47979 : : .compact = 1,
47980 : : .ascii = 1,
47981 : : },
47982 : : },
47983 : : ._data = "Reload the file data of the archive path.",
47984 : : };
47985 : : static
47986 : : struct {
47987 : : PyGC_Head _gc_head;
47988 : : struct {
47989 : : PyObject_VAR_HEAD
47990 : : PyObject *ob_item[2];
47991 : : }_object;
47992 : : }
47993 : : zipimport_toplevel_consts_11_consts_12_consts = {
47994 : : ._object = {
47995 : : .ob_base = {
47996 : : .ob_base = {
47997 : : .ob_refcnt = 999999999,
47998 : : .ob_type = &PyTuple_Type,
47999 : : },
48000 : : .ob_size = 2,
48001 : : },
48002 : : .ob_item = {
48003 : : & zipimport_toplevel_consts_11_consts_12_consts_0._ascii.ob_base,
48004 : : Py_None,
48005 : : },
48006 : : },
48007 : : };
48008 : : static
48009 : : struct {
48010 : : PyGC_Head _gc_head;
48011 : : struct {
48012 : : PyObject_VAR_HEAD
48013 : : PyObject *ob_item[6];
48014 : : }_object;
48015 : : }
48016 : : zipimport_toplevel_consts_11_consts_12_names = {
48017 : : ._object = {
48018 : : .ob_base = {
48019 : : .ob_base = {
48020 : : .ob_refcnt = 999999999,
48021 : : .ob_type = &PyTuple_Type,
48022 : : },
48023 : : .ob_size = 6,
48024 : : },
48025 : : .ob_item = {
48026 : : & const_str__read_directory._ascii.ob_base,
48027 : : & const_str_archive._ascii.ob_base,
48028 : : & const_str__files._ascii.ob_base,
48029 : : & const_str__zip_directory_cache._ascii.ob_base,
48030 : : & const_str_ZipImportError._ascii.ob_base,
48031 : : & const_str_pop._ascii.ob_base,
48032 : : },
48033 : : },
48034 : : };
48035 : : static
48036 : : struct {
48037 : : PyASCIIObject _ascii;
48038 : : uint8_t _data[30];
48039 : : }
48040 : : zipimport_toplevel_consts_11_consts_12_qualname = {
48041 : : ._ascii = {
48042 : : .ob_base = {
48043 : : .ob_refcnt = 999999999,
48044 : : .ob_type = &PyUnicode_Type,
48045 : : },
48046 : : .length = 29,
48047 : : .hash = -1,
48048 : : .state = {
48049 : : .kind = 1,
48050 : : .compact = 1,
48051 : : .ascii = 1,
48052 : : },
48053 : : },
48054 : : ._data = "zipimporter.invalidate_caches",
48055 : : };
48056 : : static
48057 : : struct {
48058 : : PyObject_VAR_HEAD
48059 : : Py_hash_t ob_shash;
48060 : : char ob_sval[112];
48061 : : }
48062 : : zipimport_toplevel_consts_11_consts_12_linetable = {
48063 : : .ob_base = {
48064 : : .ob_base = {
48065 : : .ob_refcnt = 999999999,
48066 : : .ob_type = &PyBytes_Type,
48067 : : },
48068 : : .ob_size = 111,
48069 : : },
48070 : : .ob_shash = -1,
48071 : : .ob_sval = "\x80\x00\xf0\x04\x05\x09\x1d\xdd\x1a\x29\xa8\x24\xaf\x2c\xa9\x2c\xd4\x1a\x37\x88\x44\x8c\x4b\xd8\x31\x35\xb7\x1b\xb1\x1b\xd5\x0c\x20\xa0\x14\xa7\x1c\xa1\x1c\xd1\x0c\x2e\xd0\x0c\x2e\xd0\x0c\x2e\xf8\xdd\x0f\x1d\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\xf0\x00\x02\x09\x1d\xdd\x0c\x20\xd7\x0c\x24\xd1\x0c\x24\xa0\x54\xa7\x5c\xa1\x5c\xb0\x34\xd4\x0c\x38\xd0\x0c\x38\xd8\x1a\x1c\x88\x44\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xf0\x05\x02\x09\x1d\xf8\xf8\xf8",
48072 : : };
48073 : : static
48074 : : struct {
48075 : : PyObject_VAR_HEAD
48076 : : Py_hash_t ob_shash;
48077 : : char ob_sval[16];
48078 : : }
48079 : : zipimport_toplevel_consts_11_consts_12_exceptiontable = {
48080 : : .ob_base = {
48081 : : .ob_base = {
48082 : : .ob_refcnt = 999999999,
48083 : : .ob_type = &PyBytes_Type,
48084 : : },
48085 : : .ob_size = 15,
48086 : : },
48087 : : .ob_shash = -1,
48088 : : .ob_sval = "\x82\x3a\x3e\x00\xbe\x33\x41\x35\x03\xc1\x34\x01\x41\x35\x03",
48089 : : };
48090 : : static
48091 : : struct _PyCode_DEF(240)
48092 : : zipimport_toplevel_consts_11_consts_12 = {
48093 : : .ob_base = {
48094 : : .ob_base = {
48095 : : .ob_refcnt = 999999999,
48096 : : .ob_type = &PyCode_Type,
48097 : : },
48098 : : .ob_size = 120,
48099 : : },
48100 : : .co_consts = & zipimport_toplevel_consts_11_consts_12_consts._object.ob_base.ob_base,
48101 : : .co_names = & zipimport_toplevel_consts_11_consts_12_names._object.ob_base.ob_base,
48102 : : .co_exceptiontable = & zipimport_toplevel_consts_11_consts_12_exceptiontable.ob_base.ob_base,
48103 : : .co_flags = 3,
48104 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48105 : : ._co_linearray_entry_size = 0,
48106 : : .co_argcount = 1,
48107 : : .co_posonlyargcount = 0,
48108 : : .co_kwonlyargcount = 0,
48109 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
48110 : : .co_stacksize = 5,
48111 : : .co_firstlineno = 271,
48112 : : .co_nlocalsplus = 1,
48113 : : .co_nlocals = 1,
48114 : : .co_nplaincellvars = 0,
48115 : : .co_ncellvars = 0,
48116 : : .co_nfreevars = 0,
48117 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
48118 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
48119 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48120 : : .co_name = & const_str_invalidate_caches._ascii.ob_base,
48121 : : .co_qualname = & zipimport_toplevel_consts_11_consts_12_qualname._ascii.ob_base,
48122 : : .co_linetable = & zipimport_toplevel_consts_11_consts_12_linetable.ob_base.ob_base,
48123 : : ._co_code = NULL,
48124 : : ._co_linearray = NULL,
48125 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x64\x01\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2d\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x69\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
48126 : : ._co_firsttraceable = 0,
48127 : : };
48128 : : static
48129 : : struct {
48130 : : PyASCIIObject _ascii;
48131 : : uint8_t _data[22];
48132 : : }
48133 : : zipimport_toplevel_consts_11_consts_13_consts_1 = {
48134 : : ._ascii = {
48135 : : .ob_base = {
48136 : : .ob_refcnt = 999999999,
48137 : : .ob_type = &PyUnicode_Type,
48138 : : },
48139 : : .length = 21,
48140 : : .hash = -1,
48141 : : .state = {
48142 : : .kind = 1,
48143 : : .compact = 1,
48144 : : .ascii = 1,
48145 : : },
48146 : : },
48147 : : ._data = "<zipimporter object \"",
48148 : : };
48149 : : static
48150 : : struct {
48151 : : PyASCIIObject _ascii;
48152 : : uint8_t _data[3];
48153 : : }
48154 : : zipimport_toplevel_consts_11_consts_13_consts_2 = {
48155 : : ._ascii = {
48156 : : .ob_base = {
48157 : : .ob_refcnt = 999999999,
48158 : : .ob_type = &PyUnicode_Type,
48159 : : },
48160 : : .length = 2,
48161 : : .hash = -1,
48162 : : .state = {
48163 : : .kind = 1,
48164 : : .compact = 1,
48165 : : .ascii = 1,
48166 : : },
48167 : : },
48168 : : ._data = "\">",
48169 : : };
48170 : : static
48171 : : struct {
48172 : : PyGC_Head _gc_head;
48173 : : struct {
48174 : : PyObject_VAR_HEAD
48175 : : PyObject *ob_item[3];
48176 : : }_object;
48177 : : }
48178 : : zipimport_toplevel_consts_11_consts_13_consts = {
48179 : : ._object = {
48180 : : .ob_base = {
48181 : : .ob_base = {
48182 : : .ob_refcnt = 999999999,
48183 : : .ob_type = &PyTuple_Type,
48184 : : },
48185 : : .ob_size = 3,
48186 : : },
48187 : : .ob_item = {
48188 : : Py_None,
48189 : : & zipimport_toplevel_consts_11_consts_13_consts_1._ascii.ob_base,
48190 : : & zipimport_toplevel_consts_11_consts_13_consts_2._ascii.ob_base,
48191 : : },
48192 : : },
48193 : : };
48194 : : static
48195 : : struct {
48196 : : PyGC_Head _gc_head;
48197 : : struct {
48198 : : PyObject_VAR_HEAD
48199 : : PyObject *ob_item[3];
48200 : : }_object;
48201 : : }
48202 : : zipimport_toplevel_consts_11_consts_13_names = {
48203 : : ._object = {
48204 : : .ob_base = {
48205 : : .ob_base = {
48206 : : .ob_refcnt = 999999999,
48207 : : .ob_type = &PyTuple_Type,
48208 : : },
48209 : : .ob_size = 3,
48210 : : },
48211 : : .ob_item = {
48212 : : & const_str_archive._ascii.ob_base,
48213 : : & const_str_path_sep._ascii.ob_base,
48214 : : & const_str_prefix._ascii.ob_base,
48215 : : },
48216 : : },
48217 : : };
48218 : : static
48219 : : struct {
48220 : : PyASCIIObject _ascii;
48221 : : uint8_t _data[21];
48222 : : }
48223 : : zipimport_toplevel_consts_11_consts_13_qualname = {
48224 : : ._ascii = {
48225 : : .ob_base = {
48226 : : .ob_refcnt = 999999999,
48227 : : .ob_type = &PyUnicode_Type,
48228 : : },
48229 : : .length = 20,
48230 : : .hash = -1,
48231 : : .state = {
48232 : : .kind = 1,
48233 : : .compact = 1,
48234 : : .ascii = 1,
48235 : : },
48236 : : },
48237 : : ._data = "zipimporter.__repr__",
48238 : : };
48239 : : static
48240 : : struct {
48241 : : PyObject_VAR_HEAD
48242 : : Py_hash_t ob_shash;
48243 : : char ob_sval[38];
48244 : : }
48245 : : zipimport_toplevel_consts_11_consts_13_linetable = {
48246 : : .ob_base = {
48247 : : .ob_base = {
48248 : : .ob_refcnt = 999999999,
48249 : : .ob_type = &PyBytes_Type,
48250 : : },
48251 : : .ob_size = 37,
48252 : : },
48253 : : .ob_shash = -1,
48254 : : .ob_sval = "\x80\x00\xd8\x0f\x4e\xa0\x74\xa7\x7c\xa1\x7c\xd0\x0f\x4e\xb5\x58\xd0\x0f\x4e\xb8\x74\xbf\x7b\xb9\x7b\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x0f\x4e\xd0\x08\x4e",
48255 : : };
48256 : : static
48257 : : struct _PyCode_DEF(72)
48258 : : zipimport_toplevel_consts_11_consts_13 = {
48259 : : .ob_base = {
48260 : : .ob_base = {
48261 : : .ob_refcnt = 999999999,
48262 : : .ob_type = &PyCode_Type,
48263 : : },
48264 : : .ob_size = 36,
48265 : : },
48266 : : .co_consts = & zipimport_toplevel_consts_11_consts_13_consts._object.ob_base.ob_base,
48267 : : .co_names = & zipimport_toplevel_consts_11_consts_13_names._object.ob_base.ob_base,
48268 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48269 : : .co_flags = 3,
48270 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48271 : : ._co_linearray_entry_size = 0,
48272 : : .co_argcount = 1,
48273 : : .co_posonlyargcount = 0,
48274 : : .co_kwonlyargcount = 0,
48275 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
48276 : : .co_stacksize = 5,
48277 : : .co_firstlineno = 281,
48278 : : .co_nlocalsplus = 1,
48279 : : .co_nlocals = 1,
48280 : : .co_nplaincellvars = 0,
48281 : : .co_ncellvars = 0,
48282 : : .co_nfreevars = 0,
48283 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
48284 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
48285 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48286 : : .co_name = &_Py_ID(__repr__),
48287 : : .co_qualname = & zipimport_toplevel_consts_11_consts_13_qualname._ascii.ob_base,
48288 : : .co_linetable = & zipimport_toplevel_consts_11_consts_13_linetable.ob_base.ob_base,
48289 : : ._co_code = NULL,
48290 : : ._co_linearray = NULL,
48291 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x9d\x05\x53\x00",
48292 : : ._co_firsttraceable = 0,
48293 : : };
48294 : : static
48295 : : struct {
48296 : : PyGC_Head _gc_head;
48297 : : struct {
48298 : : PyObject_VAR_HEAD
48299 : : PyObject *ob_item[15];
48300 : : }_object;
48301 : : }
48302 : : zipimport_toplevel_consts_11_consts = {
48303 : : ._object = {
48304 : : .ob_base = {
48305 : : .ob_base = {
48306 : : .ob_refcnt = 999999999,
48307 : : .ob_type = &PyTuple_Type,
48308 : : },
48309 : : .ob_size = 15,
48310 : : },
48311 : : .ob_item = {
48312 : : & const_str_zipimporter._ascii.ob_base,
48313 : : & zipimport_toplevel_consts_11_consts_1._ascii.ob_base,
48314 : : & zipimport_toplevel_consts_11_consts_2.ob_base.ob_base,
48315 : : Py_None,
48316 : : & zipimport_toplevel_consts_11_consts_4.ob_base.ob_base,
48317 : : & zipimport_toplevel_consts_11_consts_5.ob_base.ob_base,
48318 : : & zipimport_toplevel_consts_11_consts_6.ob_base.ob_base,
48319 : : & zipimport_toplevel_consts_11_consts_7.ob_base.ob_base,
48320 : : & zipimport_toplevel_consts_11_consts_8.ob_base.ob_base,
48321 : : & zipimport_toplevel_consts_11_consts_9.ob_base.ob_base,
48322 : : & zipimport_toplevel_consts_11_consts_10.ob_base.ob_base,
48323 : : & zipimport_toplevel_consts_11_consts_11.ob_base.ob_base,
48324 : : & zipimport_toplevel_consts_11_consts_12.ob_base.ob_base,
48325 : : & zipimport_toplevel_consts_11_consts_13.ob_base.ob_base,
48326 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
48327 : : },
48328 : : },
48329 : : };
48330 : : static
48331 : : struct {
48332 : : PyGC_Head _gc_head;
48333 : : struct {
48334 : : PyObject_VAR_HEAD
48335 : : PyObject *ob_item[15];
48336 : : }_object;
48337 : : }
48338 : : zipimport_toplevel_consts_11_names = {
48339 : : ._object = {
48340 : : .ob_base = {
48341 : : .ob_base = {
48342 : : .ob_refcnt = 999999999,
48343 : : .ob_type = &PyTuple_Type,
48344 : : },
48345 : : .ob_size = 15,
48346 : : },
48347 : : .ob_item = {
48348 : : &_Py_ID(__name__),
48349 : : &_Py_ID(__module__),
48350 : : &_Py_ID(__qualname__),
48351 : : &_Py_ID(__doc__),
48352 : : &_Py_ID(__init__),
48353 : : & const_str_find_spec._ascii.ob_base,
48354 : : & const_str_get_code._ascii.ob_base,
48355 : : & const_str_get_data._ascii.ob_base,
48356 : : & const_str_get_filename._ascii.ob_base,
48357 : : &_Py_ID(get_source),
48358 : : & const_str_is_package._ascii.ob_base,
48359 : : & const_str_load_module._ascii.ob_base,
48360 : : & const_str_get_resource_reader._ascii.ob_base,
48361 : : & const_str_invalidate_caches._ascii.ob_base,
48362 : : &_Py_ID(__repr__),
48363 : : },
48364 : : },
48365 : : };
48366 : : static
48367 : : struct {
48368 : : PyObject_VAR_HEAD
48369 : : Py_hash_t ob_shash;
48370 : : char ob_sval[208];
48371 : : }
48372 : : zipimport_toplevel_consts_11_linetable = {
48373 : : .ob_base = {
48374 : : .ob_base = {
48375 : : .ob_refcnt = 999999999,
48376 : : .ob_type = &PyBytes_Type,
48377 : : },
48378 : : .ob_size = 207,
48379 : : },
48380 : : .ob_shash = -1,
48381 : : .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\x50\x01\x00\x2a\x2e\xf0\x00\x19\x05\x1c\xf0\x00\x19\x05\x1c\xf0\x00\x19\x05\x1c\xf0\x36\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x14\x11\x05\x32\xf0\x00\x11\x05\x32\xf0\x00\x11\x05\x32\xf0\x2a\x09\x05\x17\xf0\x00\x09\x05\x17\xf0\x00\x09\x05\x17\xf0\x18\x16\x05\x3b\xf0\x00\x16\x05\x3b\xf0\x00\x16\x05\x3b\xf0\x34\x09\x05\x12\xf0\x00\x09\x05\x12\xf0\x00\x09\x05\x12\xf0\x1a\x28\x05\x13\xf0\x00\x28\x05\x13\xf0\x00\x28\x05\x13\xf0\x56\x01\x0c\x05\x29\xf0\x00\x0c\x05\x29\xf0\x00\x0c\x05\x29\xf0\x1e\x07\x05\x1d\xf0\x00\x07\x05\x1d\xf0\x00\x07\x05\x1d\xf0\x14\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01\xf0\x00\x01\x05\x4f\x01",
48382 : : };
48383 : : static
48384 : : struct _PyCode_DEF(86)
48385 : : zipimport_toplevel_consts_11 = {
48386 : : .ob_base = {
48387 : : .ob_base = {
48388 : : .ob_refcnt = 999999999,
48389 : : .ob_type = &PyCode_Type,
48390 : : },
48391 : : .ob_size = 43,
48392 : : },
48393 : : .co_consts = & zipimport_toplevel_consts_11_consts._object.ob_base.ob_base,
48394 : : .co_names = & zipimport_toplevel_consts_11_names._object.ob_base.ob_base,
48395 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48396 : : .co_flags = 0,
48397 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48398 : : ._co_linearray_entry_size = 0,
48399 : : .co_argcount = 0,
48400 : : .co_posonlyargcount = 0,
48401 : : .co_kwonlyargcount = 0,
48402 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
48403 : : .co_stacksize = 2,
48404 : : .co_firstlineno = 46,
48405 : : .co_nlocalsplus = 0,
48406 : : .co_nlocals = 0,
48407 : : .co_nplaincellvars = 0,
48408 : : .co_ncellvars = 0,
48409 : : .co_nfreevars = 0,
48410 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
48411 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
48412 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48413 : : .co_name = & const_str_zipimporter._ascii.ob_base,
48414 : : .co_qualname = & const_str_zipimporter._ascii.ob_base,
48415 : : .co_linetable = & zipimport_toplevel_consts_11_linetable.ob_base.ob_base,
48416 : : ._co_code = NULL,
48417 : : ._co_linearray = NULL,
48418 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x0e\x64\x04\x84\x01\x5a\x05\x64\x05\x84\x00\x5a\x06\x64\x06\x84\x00\x5a\x07\x64\x07\x84\x00\x5a\x08\x64\x08\x84\x00\x5a\x09\x64\x09\x84\x00\x5a\x0a\x64\x0a\x84\x00\x5a\x0b\x64\x0b\x84\x00\x5a\x0c\x64\x0c\x84\x00\x5a\x0d\x64\x0d\x84\x00\x5a\x0e\x64\x03\x53\x00",
48419 : : ._co_firsttraceable = 0,
48420 : : };
48421 : : static
48422 : : struct {
48423 : : PyASCIIObject _ascii;
48424 : : uint8_t _data[13];
48425 : : }
48426 : : zipimport_toplevel_consts_12 = {
48427 : : ._ascii = {
48428 : : .ob_base = {
48429 : : .ob_refcnt = 999999999,
48430 : : .ob_type = &PyUnicode_Type,
48431 : : },
48432 : : .length = 12,
48433 : : .hash = -1,
48434 : : .state = {
48435 : : .kind = 1,
48436 : : .compact = 1,
48437 : : .ascii = 1,
48438 : : },
48439 : : },
48440 : : ._data = "__init__.pyc",
48441 : : };
48442 : : static
48443 : : struct {
48444 : : PyGC_Head _gc_head;
48445 : : struct {
48446 : : PyObject_VAR_HEAD
48447 : : PyObject *ob_item[3];
48448 : : }_object;
48449 : : }
48450 : : zipimport_toplevel_consts_16 = {
48451 : : ._object = {
48452 : : .ob_base = {
48453 : : .ob_base = {
48454 : : .ob_refcnt = 999999999,
48455 : : .ob_type = &PyTuple_Type,
48456 : : },
48457 : : .ob_size = 3,
48458 : : },
48459 : : .ob_item = {
48460 : : & importlib__bootstrap_external_toplevel_consts_34._ascii.ob_base,
48461 : : Py_True,
48462 : : Py_False,
48463 : : },
48464 : : },
48465 : : };
48466 : : static
48467 : : struct {
48468 : : PyGC_Head _gc_head;
48469 : : struct {
48470 : : PyObject_VAR_HEAD
48471 : : PyObject *ob_item[3];
48472 : : }_object;
48473 : : }
48474 : : zipimport_toplevel_consts_17 = {
48475 : : ._object = {
48476 : : .ob_base = {
48477 : : .ob_base = {
48478 : : .ob_refcnt = 999999999,
48479 : : .ob_type = &PyTuple_Type,
48480 : : },
48481 : : .ob_size = 3,
48482 : : },
48483 : : .ob_item = {
48484 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
48485 : : Py_False,
48486 : : Py_False,
48487 : : },
48488 : : },
48489 : : };
48490 : : static
48491 : : struct {
48492 : : PyGC_Head _gc_head;
48493 : : struct {
48494 : : PyObject_VAR_HEAD
48495 : : PyObject *ob_item[3];
48496 : : }_object;
48497 : : }
48498 : : zipimport_toplevel_consts_18_consts = {
48499 : : ._object = {
48500 : : .ob_base = {
48501 : : .ob_base = {
48502 : : .ob_refcnt = 999999999,
48503 : : .ob_type = &PyTuple_Type,
48504 : : },
48505 : : .ob_size = 3,
48506 : : },
48507 : : .ob_item = {
48508 : : Py_None,
48509 : : &_Py_STR(dot),
48510 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
48511 : : },
48512 : : },
48513 : : };
48514 : : static
48515 : : struct {
48516 : : PyGC_Head _gc_head;
48517 : : struct {
48518 : : PyObject_VAR_HEAD
48519 : : PyObject *ob_item[2];
48520 : : }_object;
48521 : : }
48522 : : zipimport_toplevel_consts_18_names = {
48523 : : ._object = {
48524 : : .ob_base = {
48525 : : .ob_base = {
48526 : : .ob_refcnt = 999999999,
48527 : : .ob_type = &PyTuple_Type,
48528 : : },
48529 : : .ob_size = 2,
48530 : : },
48531 : : .ob_item = {
48532 : : & const_str_prefix._ascii.ob_base,
48533 : : & const_str_rpartition._ascii.ob_base,
48534 : : },
48535 : : },
48536 : : };
48537 : : static
48538 : : struct {
48539 : : PyObject_VAR_HEAD
48540 : : Py_hash_t ob_shash;
48541 : : char ob_sval[34];
48542 : : }
48543 : : zipimport_toplevel_consts_18_linetable = {
48544 : : .ob_base = {
48545 : : .ob_base = {
48546 : : .ob_refcnt = 999999999,
48547 : : .ob_type = &PyBytes_Type,
48548 : : },
48549 : : .ob_size = 33,
48550 : : },
48551 : : .ob_shash = -1,
48552 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3b\x89\x3b\x98\x18\xd7\x19\x2c\xd1\x19\x2c\xa8\x53\xd4\x19\x31\xb0\x21\xd4\x19\x34\xd1\x0b\x34\xd0\x04\x34",
48553 : : };
48554 : : static
48555 : : struct _PyCode_DEF(76)
48556 : : zipimport_toplevel_consts_18 = {
48557 : : .ob_base = {
48558 : : .ob_base = {
48559 : : .ob_refcnt = 999999999,
48560 : : .ob_type = &PyCode_Type,
48561 : : },
48562 : : .ob_size = 38,
48563 : : },
48564 : : .co_consts = & zipimport_toplevel_consts_18_consts._object.ob_base.ob_base,
48565 : : .co_names = & zipimport_toplevel_consts_18_names._object.ob_base.ob_base,
48566 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48567 : : .co_flags = 3,
48568 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48569 : : ._co_linearray_entry_size = 0,
48570 : : .co_argcount = 2,
48571 : : .co_posonlyargcount = 0,
48572 : : .co_kwonlyargcount = 0,
48573 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
48574 : : .co_stacksize = 4,
48575 : : .co_firstlineno = 299,
48576 : : .co_nlocalsplus = 2,
48577 : : .co_nlocals = 2,
48578 : : .co_nplaincellvars = 0,
48579 : : .co_ncellvars = 0,
48580 : : .co_nfreevars = 0,
48581 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_5_localsplusnames._object.ob_base.ob_base,
48582 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
48583 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48584 : : .co_name = & const_str__get_module_path._ascii.ob_base,
48585 : : .co_qualname = & const_str__get_module_path._ascii.ob_base,
48586 : : .co_linetable = & zipimport_toplevel_consts_18_linetable.ob_base.ob_base,
48587 : : ._co_code = NULL,
48588 : : ._co_linearray = NULL,
48589 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
48590 : : ._co_firsttraceable = 0,
48591 : : };
48592 : : static
48593 : : struct {
48594 : : PyGC_Head _gc_head;
48595 : : struct {
48596 : : PyObject_VAR_HEAD
48597 : : PyObject *ob_item[2];
48598 : : }_object;
48599 : : }
48600 : : zipimport_toplevel_consts_19_names = {
48601 : : ._object = {
48602 : : .ob_base = {
48603 : : .ob_base = {
48604 : : .ob_refcnt = 999999999,
48605 : : .ob_type = &PyTuple_Type,
48606 : : },
48607 : : .ob_size = 2,
48608 : : },
48609 : : .ob_item = {
48610 : : & const_str_path_sep._ascii.ob_base,
48611 : : & const_str__files._ascii.ob_base,
48612 : : },
48613 : : },
48614 : : };
48615 : : static
48616 : : struct {
48617 : : PyObject_VAR_HEAD
48618 : : Py_hash_t ob_shash;
48619 : : char ob_sval[29];
48620 : : }
48621 : : zipimport_toplevel_consts_19_linetable = {
48622 : : .ob_base = {
48623 : : .ob_base = {
48624 : : .ob_refcnt = 999999999,
48625 : : .ob_type = &PyBytes_Type,
48626 : : },
48627 : : .ob_size = 28,
48628 : : },
48629 : : .ob_shash = -1,
48630 : : .ob_sval = "\x80\x00\xf0\x08\x00\x0f\x13\x95\x58\x89\x6f\x80\x47\xe0\x0b\x12\x90\x64\x97\x6b\x91\x6b\xd0\x0b\x21\xd0\x04\x21",
48631 : : };
48632 : : static
48633 : : struct {
48634 : : PyASCIIObject _ascii;
48635 : : uint8_t _data[8];
48636 : : }
48637 : : const_str_dirpath = {
48638 : : ._ascii = {
48639 : : .ob_base = {
48640 : : .ob_refcnt = 999999999,
48641 : : .ob_type = &PyUnicode_Type,
48642 : : },
48643 : : .length = 7,
48644 : : .hash = -1,
48645 : : .state = {
48646 : : .kind = 1,
48647 : : .compact = 1,
48648 : : .ascii = 1,
48649 : : },
48650 : : },
48651 : : ._data = "dirpath",
48652 : : };
48653 : : static
48654 : : struct {
48655 : : PyGC_Head _gc_head;
48656 : : struct {
48657 : : PyObject_VAR_HEAD
48658 : : PyObject *ob_item[3];
48659 : : }_object;
48660 : : }
48661 : : zipimport_toplevel_consts_19_localsplusnames = {
48662 : : ._object = {
48663 : : .ob_base = {
48664 : : .ob_base = {
48665 : : .ob_refcnt = 999999999,
48666 : : .ob_type = &PyTuple_Type,
48667 : : },
48668 : : .ob_size = 3,
48669 : : },
48670 : : .ob_item = {
48671 : : & const_str_self._ascii.ob_base,
48672 : : &_Py_ID(path),
48673 : : & const_str_dirpath._ascii.ob_base,
48674 : : },
48675 : : },
48676 : : };
48677 : : static
48678 : : struct _PyCode_DEF(50)
48679 : : zipimport_toplevel_consts_19 = {
48680 : : .ob_base = {
48681 : : .ob_base = {
48682 : : .ob_refcnt = 999999999,
48683 : : .ob_type = &PyCode_Type,
48684 : : },
48685 : : .ob_size = 25,
48686 : : },
48687 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
48688 : : .co_names = & zipimport_toplevel_consts_19_names._object.ob_base.ob_base,
48689 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48690 : : .co_flags = 3,
48691 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48692 : : ._co_linearray_entry_size = 0,
48693 : : .co_argcount = 2,
48694 : : .co_posonlyargcount = 0,
48695 : : .co_kwonlyargcount = 0,
48696 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
48697 : : .co_stacksize = 2,
48698 : : .co_firstlineno = 303,
48699 : : .co_nlocalsplus = 3,
48700 : : .co_nlocals = 3,
48701 : : .co_nplaincellvars = 0,
48702 : : .co_ncellvars = 0,
48703 : : .co_nfreevars = 0,
48704 : : .co_localsplusnames = & zipimport_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
48705 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
48706 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48707 : : .co_name = & const_str__is_dir._ascii.ob_base,
48708 : : .co_qualname = & const_str__is_dir._ascii.ob_base,
48709 : : .co_linetable = & zipimport_toplevel_consts_19_linetable.ob_base.ob_base,
48710 : : ._co_code = NULL,
48711 : : ._co_linearray = NULL,
48712 : : .co_code_adaptive = "\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7d\x02\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
48713 : : ._co_firsttraceable = 0,
48714 : : };
48715 : : static
48716 : : struct {
48717 : : PyASCIIObject _ascii;
48718 : : uint8_t _data[17];
48719 : : }
48720 : : const_str__zip_searchorder = {
48721 : : ._ascii = {
48722 : : .ob_base = {
48723 : : .ob_refcnt = 999999999,
48724 : : .ob_type = &PyUnicode_Type,
48725 : : },
48726 : : .length = 16,
48727 : : .hash = -1,
48728 : : .state = {
48729 : : .kind = 1,
48730 : : .compact = 1,
48731 : : .ascii = 1,
48732 : : },
48733 : : },
48734 : : ._data = "_zip_searchorder",
48735 : : };
48736 : : static
48737 : : struct {
48738 : : PyGC_Head _gc_head;
48739 : : struct {
48740 : : PyObject_VAR_HEAD
48741 : : PyObject *ob_item[3];
48742 : : }_object;
48743 : : }
48744 : : zipimport_toplevel_consts_20_names = {
48745 : : ._object = {
48746 : : .ob_base = {
48747 : : .ob_base = {
48748 : : .ob_refcnt = 999999999,
48749 : : .ob_type = &PyTuple_Type,
48750 : : },
48751 : : .ob_size = 3,
48752 : : },
48753 : : .ob_item = {
48754 : : & const_str__get_module_path._ascii.ob_base,
48755 : : & const_str__zip_searchorder._ascii.ob_base,
48756 : : & const_str__files._ascii.ob_base,
48757 : : },
48758 : : },
48759 : : };
48760 : : static
48761 : : struct {
48762 : : PyObject_VAR_HEAD
48763 : : Py_hash_t ob_shash;
48764 : : char ob_sval[80];
48765 : : }
48766 : : zipimport_toplevel_consts_20_linetable = {
48767 : : .ob_base = {
48768 : : .ob_base = {
48769 : : .ob_refcnt = 999999999,
48770 : : .ob_type = &PyBytes_Type,
48771 : : },
48772 : : .ob_size = 79,
48773 : : },
48774 : : .ob_shash = -1,
48775 : : .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd4\x0b\x2b\x80\x44\xdd\x29\x39\xf0\x00\x03\x05\x1d\xf1\x00\x03\x05\x1d\xd1\x08\x25\x88\x06\x90\x0a\x98\x49\xd8\x13\x17\x98\x26\x91\x3d\x88\x08\xd8\x0b\x13\x90\x74\x97\x7b\x91\x7b\xd0\x0b\x22\xf0\x00\x01\x09\x1d\xd8\x13\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd8\x0b\x0f\x88\x34",
48776 : : };
48777 : : static
48778 : : struct {
48779 : : PyASCIIObject _ascii;
48780 : : uint8_t _data[11];
48781 : : }
48782 : : const_str_isbytecode = {
48783 : : ._ascii = {
48784 : : .ob_base = {
48785 : : .ob_refcnt = 999999999,
48786 : : .ob_type = &PyUnicode_Type,
48787 : : },
48788 : : .length = 10,
48789 : : .hash = -1,
48790 : : .state = {
48791 : : .kind = 1,
48792 : : .compact = 1,
48793 : : .ascii = 1,
48794 : : },
48795 : : },
48796 : : ._data = "isbytecode",
48797 : : };
48798 : : static
48799 : : struct {
48800 : : PyGC_Head _gc_head;
48801 : : struct {
48802 : : PyObject_VAR_HEAD
48803 : : PyObject *ob_item[7];
48804 : : }_object;
48805 : : }
48806 : : zipimport_toplevel_consts_20_localsplusnames = {
48807 : : ._object = {
48808 : : .ob_base = {
48809 : : .ob_base = {
48810 : : .ob_refcnt = 999999999,
48811 : : .ob_type = &PyTuple_Type,
48812 : : },
48813 : : .ob_size = 7,
48814 : : },
48815 : : .ob_item = {
48816 : : & const_str_self._ascii.ob_base,
48817 : : & const_str_fullname._ascii.ob_base,
48818 : : &_Py_ID(path),
48819 : : & const_str_suffix._ascii.ob_base,
48820 : : & const_str_isbytecode._ascii.ob_base,
48821 : : & const_str_ispackage._ascii.ob_base,
48822 : : & const_str_fullpath._ascii.ob_base,
48823 : : },
48824 : : },
48825 : : };
48826 : : static
48827 : : struct _PyCode_DEF(108)
48828 : : zipimport_toplevel_consts_20 = {
48829 : : .ob_base = {
48830 : : .ob_base = {
48831 : : .ob_refcnt = 999999999,
48832 : : .ob_type = &PyCode_Type,
48833 : : },
48834 : : .ob_size = 54,
48835 : : },
48836 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
48837 : : .co_names = & zipimport_toplevel_consts_20_names._object.ob_base.ob_base,
48838 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
48839 : : .co_flags = 3,
48840 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
48841 : : ._co_linearray_entry_size = 0,
48842 : : .co_argcount = 2,
48843 : : .co_posonlyargcount = 0,
48844 : : .co_kwonlyargcount = 0,
48845 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
48846 : : .co_stacksize = 4,
48847 : : .co_firstlineno = 312,
48848 : : .co_nlocalsplus = 7,
48849 : : .co_nlocals = 7,
48850 : : .co_nplaincellvars = 0,
48851 : : .co_ncellvars = 0,
48852 : : .co_nfreevars = 0,
48853 : : .co_localsplusnames = & zipimport_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
48854 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
48855 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
48856 : : .co_name = & const_str__get_module_info._ascii.ob_base,
48857 : : .co_qualname = & const_str__get_module_info._ascii.ob_base,
48858 : : .co_linetable = & zipimport_toplevel_consts_20_linetable.ob_base.ob_base,
48859 : : ._co_code = NULL,
48860 : : ._co_linearray = NULL,
48861 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1c\x00\x00\x5c\x03\x00\x00\x7d\x03\x7d\x04\x7d\x05\x7c\x02\x7c\x03\x7a\x00\x00\x00\x7d\x06\x7c\x06\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\xaf\x1a\x7c\x05\x63\x02\x01\x00\x53\x00\x64\x00\x53\x00",
48862 : : ._co_firsttraceable = 0,
48863 : : };
48864 : : static
48865 : : struct {
48866 : : PyASCIIObject _ascii;
48867 : : uint8_t _data[22];
48868 : : }
48869 : : zipimport_toplevel_consts_21_consts_1 = {
48870 : : ._ascii = {
48871 : : .ob_base = {
48872 : : .ob_refcnt = 999999999,
48873 : : .ob_type = &PyUnicode_Type,
48874 : : },
48875 : : .length = 21,
48876 : : .hash = -1,
48877 : : .state = {
48878 : : .kind = 1,
48879 : : .compact = 1,
48880 : : .ascii = 1,
48881 : : },
48882 : : },
48883 : : ._data = "can't open Zip file: ",
48884 : : };
48885 : : static
48886 : : struct {
48887 : : PyASCIIObject _ascii;
48888 : : uint8_t _data[22];
48889 : : }
48890 : : zipimport_toplevel_consts_21_consts_4 = {
48891 : : ._ascii = {
48892 : : .ob_base = {
48893 : : .ob_refcnt = 999999999,
48894 : : .ob_type = &PyUnicode_Type,
48895 : : },
48896 : : .length = 21,
48897 : : .hash = -1,
48898 : : .state = {
48899 : : .kind = 1,
48900 : : .compact = 1,
48901 : : .ascii = 1,
48902 : : },
48903 : : },
48904 : : ._data = "can't read Zip file: ",
48905 : : };
48906 : : static
48907 : : struct {
48908 : : PyASCIIObject _ascii;
48909 : : uint8_t _data[17];
48910 : : }
48911 : : zipimport_toplevel_consts_21_consts_7 = {
48912 : : ._ascii = {
48913 : : .ob_base = {
48914 : : .ob_refcnt = 999999999,
48915 : : .ob_type = &PyUnicode_Type,
48916 : : },
48917 : : .length = 16,
48918 : : .hash = -1,
48919 : : .state = {
48920 : : .kind = 1,
48921 : : .compact = 1,
48922 : : .ascii = 1,
48923 : : },
48924 : : },
48925 : : ._data = "not a Zip file: ",
48926 : : };
48927 : : static
48928 : : struct {
48929 : : PyASCIIObject _ascii;
48930 : : uint8_t _data[19];
48931 : : }
48932 : : zipimport_toplevel_consts_21_consts_8 = {
48933 : : ._ascii = {
48934 : : .ob_base = {
48935 : : .ob_refcnt = 999999999,
48936 : : .ob_type = &PyUnicode_Type,
48937 : : },
48938 : : .length = 18,
48939 : : .hash = -1,
48940 : : .state = {
48941 : : .kind = 1,
48942 : : .compact = 1,
48943 : : .ascii = 1,
48944 : : },
48945 : : },
48946 : : ._data = "corrupt Zip file: ",
48947 : : };
48948 : : static
48949 : : struct {
48950 : : PyASCIIObject _ascii;
48951 : : uint8_t _data[29];
48952 : : }
48953 : : zipimport_toplevel_consts_21_consts_12 = {
48954 : : ._ascii = {
48955 : : .ob_base = {
48956 : : .ob_refcnt = 999999999,
48957 : : .ob_type = &PyUnicode_Type,
48958 : : },
48959 : : .length = 28,
48960 : : .hash = -1,
48961 : : .state = {
48962 : : .kind = 1,
48963 : : .compact = 1,
48964 : : .ascii = 1,
48965 : : },
48966 : : },
48967 : : ._data = "bad central directory size: ",
48968 : : };
48969 : : static
48970 : : struct {
48971 : : PyASCIIObject _ascii;
48972 : : uint8_t _data[31];
48973 : : }
48974 : : zipimport_toplevel_consts_21_consts_13 = {
48975 : : ._ascii = {
48976 : : .ob_base = {
48977 : : .ob_refcnt = 999999999,
48978 : : .ob_type = &PyUnicode_Type,
48979 : : },
48980 : : .length = 30,
48981 : : .hash = -1,
48982 : : .state = {
48983 : : .kind = 1,
48984 : : .compact = 1,
48985 : : .ascii = 1,
48986 : : },
48987 : : },
48988 : : ._data = "bad central directory offset: ",
48989 : : };
48990 : : static
48991 : : struct {
48992 : : PyASCIIObject _ascii;
48993 : : uint8_t _data[39];
48994 : : }
48995 : : zipimport_toplevel_consts_21_consts_14 = {
48996 : : ._ascii = {
48997 : : .ob_base = {
48998 : : .ob_refcnt = 999999999,
48999 : : .ob_type = &PyUnicode_Type,
49000 : : },
49001 : : .length = 38,
49002 : : .hash = -1,
49003 : : .state = {
49004 : : .kind = 1,
49005 : : .compact = 1,
49006 : : .ascii = 1,
49007 : : },
49008 : : },
49009 : : ._data = "bad central directory size or offset: ",
49010 : : };
49011 : : static
49012 : : struct {
49013 : : PyASCIIObject _ascii;
49014 : : uint8_t _data[28];
49015 : : }
49016 : : zipimport_toplevel_consts_21_consts_17 = {
49017 : : ._ascii = {
49018 : : .ob_base = {
49019 : : .ob_refcnt = 999999999,
49020 : : .ob_type = &PyUnicode_Type,
49021 : : },
49022 : : .length = 27,
49023 : : .hash = -1,
49024 : : .state = {
49025 : : .kind = 1,
49026 : : .compact = 1,
49027 : : .ascii = 1,
49028 : : },
49029 : : },
49030 : : ._data = "EOF read where not expected",
49031 : : };
49032 : : static
49033 : : struct {
49034 : : PyObject_VAR_HEAD
49035 : : Py_hash_t ob_shash;
49036 : : char ob_sval[5];
49037 : : }
49038 : : zipimport_toplevel_consts_21_consts_18 = {
49039 : : .ob_base = {
49040 : : .ob_base = {
49041 : : .ob_refcnt = 999999999,
49042 : : .ob_type = &PyBytes_Type,
49043 : : },
49044 : : .ob_size = 4,
49045 : : },
49046 : : .ob_shash = -1,
49047 : : .ob_sval = "\x50\x4b\x01\x02",
49048 : : };
49049 : : static
49050 : : struct {
49051 : : PyASCIIObject _ascii;
49052 : : uint8_t _data[26];
49053 : : }
49054 : : zipimport_toplevel_consts_21_consts_28 = {
49055 : : ._ascii = {
49056 : : .ob_base = {
49057 : : .ob_refcnt = 999999999,
49058 : : .ob_type = &PyUnicode_Type,
49059 : : },
49060 : : .length = 25,
49061 : : .hash = -1,
49062 : : .state = {
49063 : : .kind = 1,
49064 : : .compact = 1,
49065 : : .ascii = 1,
49066 : : },
49067 : : },
49068 : : ._data = "bad local header offset: ",
49069 : : };
49070 : : static
49071 : : struct {
49072 : : PyObject_VAR_HEAD
49073 : : digit ob_digit[1];
49074 : : }
49075 : : const_int_2048 = {
49076 : : .ob_base = {
49077 : : .ob_base = {
49078 : : .ob_refcnt = 999999999,
49079 : : .ob_type = &PyLong_Type,
49080 : : },
49081 : : .ob_size = 1,
49082 : : },
49083 : : .ob_digit = { 2048 },
49084 : : };
49085 : : static
49086 : : struct {
49087 : : PyASCIIObject _ascii;
49088 : : uint8_t _data[6];
49089 : : }
49090 : : const_str_ascii = {
49091 : : ._ascii = {
49092 : : .ob_base = {
49093 : : .ob_refcnt = 999999999,
49094 : : .ob_type = &PyUnicode_Type,
49095 : : },
49096 : : .length = 5,
49097 : : .hash = -1,
49098 : : .state = {
49099 : : .kind = 1,
49100 : : .compact = 1,
49101 : : .ascii = 1,
49102 : : },
49103 : : },
49104 : : ._data = "ascii",
49105 : : };
49106 : : static
49107 : : struct {
49108 : : PyASCIIObject _ascii;
49109 : : uint8_t _data[34];
49110 : : }
49111 : : zipimport_toplevel_consts_21_consts_34 = {
49112 : : ._ascii = {
49113 : : .ob_base = {
49114 : : .ob_refcnt = 999999999,
49115 : : .ob_type = &PyUnicode_Type,
49116 : : },
49117 : : .length = 33,
49118 : : .hash = -1,
49119 : : .state = {
49120 : : .kind = 1,
49121 : : .compact = 1,
49122 : : .ascii = 1,
49123 : : },
49124 : : },
49125 : : ._data = "zipimport: found {} names in {!r}",
49126 : : };
49127 : : static
49128 : : struct {
49129 : : PyGC_Head _gc_head;
49130 : : struct {
49131 : : PyObject_VAR_HEAD
49132 : : PyObject *ob_item[35];
49133 : : }_object;
49134 : : }
49135 : : zipimport_toplevel_consts_21_consts = {
49136 : : ._object = {
49137 : : .ob_base = {
49138 : : .ob_base = {
49139 : : .ob_refcnt = 999999999,
49140 : : .ob_type = &PyTuple_Type,
49141 : : },
49142 : : .ob_size = 35,
49143 : : },
49144 : : .ob_item = {
49145 : : Py_None,
49146 : : & zipimport_toplevel_consts_21_consts_1._ascii.ob_base,
49147 : : & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
49148 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
49149 : : & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
49150 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
49151 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
49152 : : & zipimport_toplevel_consts_21_consts_7._ascii.ob_base,
49153 : : & zipimport_toplevel_consts_21_consts_8._ascii.ob_base,
49154 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
49155 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
49156 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 20],
49157 : : & zipimport_toplevel_consts_21_consts_12._ascii.ob_base,
49158 : : & zipimport_toplevel_consts_21_consts_13._ascii.ob_base,
49159 : : & zipimport_toplevel_consts_21_consts_14._ascii.ob_base,
49160 : : Py_True,
49161 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 46],
49162 : : & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
49163 : : & zipimport_toplevel_consts_21_consts_18.ob_base.ob_base,
49164 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
49165 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
49166 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 14],
49167 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 24],
49168 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
49169 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
49170 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
49171 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 34],
49172 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 42],
49173 : : & zipimport_toplevel_consts_21_consts_28._ascii.ob_base,
49174 : : & const_int_2048.ob_base.ob_base,
49175 : : & const_str_ascii._ascii.ob_base,
49176 : : &_Py_ID(latin1),
49177 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
49178 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
49179 : : & zipimport_toplevel_consts_21_consts_34._ascii.ob_base,
49180 : : },
49181 : : },
49182 : : };
49183 : : static
49184 : : struct {
49185 : : PyASCIIObject _ascii;
49186 : : uint8_t _data[21];
49187 : : }
49188 : : const_str_END_CENTRAL_DIR_SIZE = {
49189 : : ._ascii = {
49190 : : .ob_base = {
49191 : : .ob_refcnt = 999999999,
49192 : : .ob_type = &PyUnicode_Type,
49193 : : },
49194 : : .length = 20,
49195 : : .hash = -1,
49196 : : .state = {
49197 : : .kind = 1,
49198 : : .compact = 1,
49199 : : .ascii = 1,
49200 : : },
49201 : : },
49202 : : ._data = "END_CENTRAL_DIR_SIZE",
49203 : : };
49204 : : static
49205 : : struct {
49206 : : PyASCIIObject _ascii;
49207 : : uint8_t _data[19];
49208 : : }
49209 : : const_str_STRING_END_ARCHIVE = {
49210 : : ._ascii = {
49211 : : .ob_base = {
49212 : : .ob_refcnt = 999999999,
49213 : : .ob_type = &PyUnicode_Type,
49214 : : },
49215 : : .length = 18,
49216 : : .hash = -1,
49217 : : .state = {
49218 : : .kind = 1,
49219 : : .compact = 1,
49220 : : .ascii = 1,
49221 : : },
49222 : : },
49223 : : ._data = "STRING_END_ARCHIVE",
49224 : : };
49225 : : static
49226 : : struct {
49227 : : PyASCIIObject _ascii;
49228 : : uint8_t _data[16];
49229 : : }
49230 : : const_str_MAX_COMMENT_LEN = {
49231 : : ._ascii = {
49232 : : .ob_base = {
49233 : : .ob_refcnt = 999999999,
49234 : : .ob_type = &PyUnicode_Type,
49235 : : },
49236 : : .length = 15,
49237 : : .hash = -1,
49238 : : .state = {
49239 : : .kind = 1,
49240 : : .compact = 1,
49241 : : .ascii = 1,
49242 : : },
49243 : : },
49244 : : ._data = "MAX_COMMENT_LEN",
49245 : : };
49246 : : static
49247 : : struct {
49248 : : PyASCIIObject _ascii;
49249 : : uint8_t _data[19];
49250 : : }
49251 : : const_str_UnicodeDecodeError = {
49252 : : ._ascii = {
49253 : : .ob_base = {
49254 : : .ob_refcnt = 999999999,
49255 : : .ob_type = &PyUnicode_Type,
49256 : : },
49257 : : .length = 18,
49258 : : .hash = -1,
49259 : : .state = {
49260 : : .kind = 1,
49261 : : .compact = 1,
49262 : : .ascii = 1,
49263 : : },
49264 : : },
49265 : : ._data = "UnicodeDecodeError",
49266 : : };
49267 : : static
49268 : : struct {
49269 : : PyASCIIObject _ascii;
49270 : : uint8_t _data[10];
49271 : : }
49272 : : const_str_translate = {
49273 : : ._ascii = {
49274 : : .ob_base = {
49275 : : .ob_refcnt = 999999999,
49276 : : .ob_type = &PyUnicode_Type,
49277 : : },
49278 : : .length = 9,
49279 : : .hash = -1,
49280 : : .state = {
49281 : : .kind = 1,
49282 : : .compact = 1,
49283 : : .ascii = 1,
49284 : : },
49285 : : },
49286 : : ._data = "translate",
49287 : : };
49288 : : static
49289 : : struct {
49290 : : PyASCIIObject _ascii;
49291 : : uint8_t _data[12];
49292 : : }
49293 : : const_str_cp437_table = {
49294 : : ._ascii = {
49295 : : .ob_base = {
49296 : : .ob_refcnt = 999999999,
49297 : : .ob_type = &PyUnicode_Type,
49298 : : },
49299 : : .length = 11,
49300 : : .hash = -1,
49301 : : .state = {
49302 : : .kind = 1,
49303 : : .compact = 1,
49304 : : .ascii = 1,
49305 : : },
49306 : : },
49307 : : ._data = "cp437_table",
49308 : : };
49309 : : static
49310 : : struct {
49311 : : PyGC_Head _gc_head;
49312 : : struct {
49313 : : PyObject_VAR_HEAD
49314 : : PyObject *ob_item[26];
49315 : : }_object;
49316 : : }
49317 : : zipimport_toplevel_consts_21_names = {
49318 : : ._object = {
49319 : : .ob_base = {
49320 : : .ob_base = {
49321 : : .ob_refcnt = 999999999,
49322 : : .ob_type = &PyTuple_Type,
49323 : : },
49324 : : .ob_size = 26,
49325 : : },
49326 : : .ob_item = {
49327 : : & const_str__io._ascii.ob_base,
49328 : : & const_str_open_code._ascii.ob_base,
49329 : : & const_str_OSError._ascii.ob_base,
49330 : : & const_str_ZipImportError._ascii.ob_base,
49331 : : &_Py_ID(seek),
49332 : : & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
49333 : : &_Py_ID(tell),
49334 : : &_Py_ID(read),
49335 : : &_Py_ID(len),
49336 : : & const_str_STRING_END_ARCHIVE._ascii.ob_base,
49337 : : & const_str_max._ascii.ob_base,
49338 : : & const_str_MAX_COMMENT_LEN._ascii.ob_base,
49339 : : & const_str_rfind._ascii.ob_base,
49340 : : & const_str__unpack_uint32._ascii.ob_base,
49341 : : & const_str_EOFError._ascii.ob_base,
49342 : : & const_str__unpack_uint16._ascii.ob_base,
49343 : : &_Py_ID(decode),
49344 : : & const_str_UnicodeDecodeError._ascii.ob_base,
49345 : : & const_str_translate._ascii.ob_base,
49346 : : & const_str_cp437_table._ascii.ob_base,
49347 : : &_Py_ID(replace),
49348 : : & const_str_path_sep._ascii.ob_base,
49349 : : & const_str__bootstrap_external._ascii.ob_base,
49350 : : & const_str__path_join._ascii.ob_base,
49351 : : &_Py_ID(_bootstrap),
49352 : : & const_str__verbose_message._ascii.ob_base,
49353 : : },
49354 : : },
49355 : : };
49356 : : static
49357 : : struct {
49358 : : PyObject_VAR_HEAD
49359 : : Py_hash_t ob_shash;
49360 : : char ob_sval[1812];
49361 : : }
49362 : : zipimport_toplevel_consts_21_linetable = {
49363 : : .ob_base = {
49364 : : .ob_base = {
49365 : : .ob_refcnt = 999999999,
49366 : : .ob_type = &PyBytes_Type,
49367 : : },
49368 : : .ob_size = 1811,
49369 : : },
49370 : : .ob_shash = -1,
49371 : : .ob_sval = "\x80\x00\xf0\x02\x03\x05\x50\x01\xdd\x0d\x1a\x8f\x5d\x89\x5d\x98\x37\xd4\x0d\x23\x88\x02\xf0\x08\x00\x0a\x0c\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x02\x05\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\xd5\x15\x29\xd0\x14\x29\xa8\x31\xd4\x0c\x2d\xd0\x0c\x2d\xd8\x1e\x20\x9f\x67\x99\x67\x9c\x69\x88\x4f\xd8\x15\x17\x97\x57\x91\x57\xd5\x1d\x31\xd4\x15\x32\x88\x46\xf5\x06\x00\x0c\x0f\x88\x76\x8c\x3b\xd5\x1a\x2e\xd2\x0b\x2e\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xd8\x0b\x11\x88\x3a\x90\x31\x88\x3a\xd5\x19\x2b\xd2\x0b\x2b\xf0\x00\x19\x09\x3a\xf0\x06\x05\x0d\x33\xd8\x10\x12\x97\x07\x91\x07\x98\x01\x98\x31\x94\x0d\x90\x0d\xd8\x1c\x1e\x9f\x47\x99\x47\x9c\x49\x90\x09\xf5\x08\x00\x21\x24\xa0\x49\xb5\x0f\xd1\x24\x3f\xdd\x24\x38\xf1\x03\x01\x25\x39\xd8\x3a\x3b\xf4\x03\x01\x21\x3d\xd0\x0c\x1d\xf0\x04\x05\x0d\x33\xd8\x10\x12\x97\x07\x91\x07\xd0\x18\x29\xd4\x10\x2a\xd0\x10\x2a\xd8\x17\x19\x97\x77\x91\x77\x94\x79\x90\x04\xf0\x08\x00\x13\x17\x97\x2a\x91\x2a\xd5\x1d\x2f\xd4\x12\x30\x88\x43\xd8\x0f\x12\x90\x51\x8a\x77\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x43\xb8\x07\xd0\x25\x43\xd0\x25\x43\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xe0\x15\x19\x98\x23\x98\x63\xd5\x22\x36\xd1\x1e\x36\xd0\x15\x37\x88\x46\xdd\x0f\x12\x90\x36\x8c\x7b\xd5\x1e\x32\xd2\x0f\x32\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x45\xb8\x27\xd0\x25\x45\xd0\x25\x45\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xe0\x1e\x27\xad\x23\xa8\x64\xac\x29\xd1\x1e\x33\xb0\x63\xd1\x1e\x39\x88\x4f\xe5\x16\x24\xa0\x56\xa8\x42\xa8\x72\xa0\x5d\xd4\x16\x33\x88\x0b\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x0d\xd8\x0b\x1a\x98\x5b\xd2\x0b\x28\xf0\x00\x01\x09\x5b\x01\xdd\x12\x20\xd0\x21\x4b\xc0\x07\xd0\x21\x4b\xd0\x21\x4b\xd0\x52\x59\xd0\x12\x5a\xd4\x12\x5a\xd0\x0c\x5a\xd8\x0b\x1a\x98\x5d\xd2\x0b\x2a\xf0\x00\x01\x09\x5d\x01\xdd\x12\x20\xd0\x21\x4d\xc0\x27\xd0\x21\x4d\xd0\x21\x4d\xd0\x54\x5b\xd0\x12\x5c\xd4\x12\x5c\xd0\x0c\x5c\xd8\x08\x17\x98\x3b\xd1\x08\x26\x88\x0f\xd8\x15\x24\xa0\x7d\xd1\x15\x34\x88\x0a\xd8\x0b\x15\x98\x01\x8a\x3e\xf0\x00\x01\x09\x65\x01\xdd\x12\x20\xd0\x21\x55\xc8\x27\xd0\x21\x55\xd0\x21\x55\xd0\x5c\x63\xd0\x12\x64\xd4\x12\x64\xd0\x0c\x64\xe0\x10\x12\x88\x05\xe0\x10\x11\x88\x05\xf0\x02\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4f\xd4\x0c\x24\xd0\x0c\x24\xf0\x06\x00\x0f\x13\xd8\x15\x17\x97\x57\x91\x57\x98\x52\x94\x5b\x88\x46\xdd\x0f\x12\x90\x36\x8c\x7b\x98\x51\x8a\x7f\xf0\x00\x01\x0d\x3e\xdd\x16\x1e\xd0\x1f\x3c\xd4\x16\x3d\xd0\x10\x3d\xe0\x0f\x15\x88\x7a\x90\x71\x88\x7a\x98\x5d\xd2\x0f\x2a\xf0\x00\x01\x0d\x16\xd9\x10\x15\xdd\x0f\x12\x90\x36\x8c\x7b\x98\x62\xd2\x0f\x20\xf0\x00\x01\x0d\x3e\xdd\x16\x1e\xd0\x1f\x3c\xd4\x16\x3d\xd0\x10\x3d\xdd\x14\x22\xa0\x36\xa8\x21\xa8\x42\xa0\x3c\xd4\x14\x30\x88\x45\xdd\x17\x25\xa0\x66\xa8\x52\xb0\x02\xa0\x6d\xd4\x17\x34\x88\x48\xdd\x13\x21\xa0\x26\xa8\x12\xa8\x42\xa0\x2d\xd4\x13\x30\x88\x44\xdd\x13\x21\xa0\x26\xa8\x12\xa8\x42\xa0\x2d\xd4\x13\x30\x88\x44\xdd\x12\x20\xa0\x16\xa8\x02\xa8\x32\xa0\x1d\xd4\x12\x2f\x88\x43\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x18\x26\xa0\x76\xa8\x62\xb0\x12\xa0\x7d\xd4\x18\x35\x88\x49\xdd\x19\x27\xa8\x06\xa8\x72\xb0\x22\xa8\x0d\xd4\x19\x36\x88\x4a\xdd\x1b\x29\xa8\x26\xb0\x12\xb0\x42\xa8\x2d\xd4\x1b\x38\x88\x4c\xdd\x1a\x28\xa8\x16\xb0\x02\xb0\x32\xa8\x1d\xd4\x1a\x37\x88\x4b\xd8\x1a\x23\xa0\x6a\xd1\x1a\x30\xb0\x3c\xd1\x1a\x3f\x88\x4b\xd8\x0f\x1a\x98\x5d\xd2\x0f\x2a\xf0\x00\x01\x0d\x5c\x01\xdd\x16\x24\xd0\x25\x4c\xc0\x17\xd0\x25\x4c\xd0\x25\x4c\xd0\x53\x5a\xd0\x16\x5b\xd4\x16\x5b\xd0\x10\x5b\xd8\x0c\x17\x98\x3a\xd1\x0c\x25\x88\x4b\xf0\x04\x03\x0d\x58\x01\xd8\x17\x19\x97\x77\x91\x77\x98\x79\xd4\x17\x29\x90\x04\xf5\x06\x00\x10\x13\x90\x34\x8c\x79\x98\x49\xd2\x0f\x25\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x08\x04\x0d\x58\x01\xdd\x13\x16\x90\x72\x97\x77\x91\x77\x98\x7b\xa8\x59\xd1\x1f\x36\xd4\x17\x37\xd4\x13\x38\xb8\x4b\xc8\x29\xd1\x3c\x53\xd2\x13\x53\xf0\x00\x01\x11\x5c\x01\xdd\x1a\x28\xd0\x29\x4c\xc0\x17\xd0\x29\x4c\xd0\x29\x4c\xd0\x53\x5a\xd0\x1a\x5b\xd4\x1a\x5b\xd0\x14\x5b\xf0\x03\x01\x11\x5c\x01\xf0\x0a\x00\x10\x15\x90\x75\x89\x7d\xf0\x00\x08\x0d\x48\x01\xe0\x17\x1b\x97\x7b\x91\x7b\x94\x7d\x90\x04\x90\x04\xf0\x06\x03\x11\x48\x01\xd8\x1b\x1f\x9f\x3b\x99\x3b\xa0\x77\xd4\x1b\x2f\x90\x44\xf0\x08\x00\x14\x18\x97\x3c\x91\x3c\xa0\x03\xa5\x58\xd4\x13\x2e\x88\x44\xdd\x13\x31\xd7\x13\x31\xd1\x13\x31\xb0\x27\xb8\x34\xd4\x13\x40\x88\x44\xd8\x11\x15\x90\x78\xa0\x19\xa8\x49\xb0\x7b\xc0\x44\xc8\x24\xd0\x50\x53\xd0\x10\x54\x88\x41\xd8\x1a\x1b\x88\x45\x90\x24\x89\x4b\xd8\x0c\x11\x90\x51\x89\x4a\x88\x45\xf1\x6d\x01\x00\x0f\x13\xf0\x0c\x00\x11\x16\xf0\x79\x01\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf4\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf5\x5a\x03\x00\x05\x20\xd7\x04\x1f\xd1\x04\x1f\xd0\x20\x43\xc0\x55\xc8\x47\xd4\x04\x54\xd0\x04\x54\xd8\x0b\x10\x80\x4c\xf8\xf5\x63\x03\x00\x0c\x13\xf0\x00\x01\x05\x50\x01\xf0\x00\x01\x05\x50\x01\xf0\x00\x01\x05\x50\x01\xdd\x0e\x1c\xd0\x1d\x40\xb0\x57\xd0\x1d\x40\xd0\x1d\x40\xc0\x77\xd0\x0e\x4f\xd4\x0e\x4f\xd0\x08\x4f\xf0\x03\x01\x05\x50\x01\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x14\x1b\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xf0\x03\x02\x0d\x33\xf8\xf8\xf8\xf8\xf5\x10\x00\x14\x1b\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xf0\x00\x02\x0d\x33\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xd8\x2a\x31\xf0\x03\x01\x17\x33\xf4\x00\x01\x17\x33\xf0\x00\x01\x11\x33\xf0\x03\x02\x0d\x33\xf8\xf8\xf8\xf8\xf5\x3a\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x3a\x00\x14\x1b\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x14\x1b\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xf0\x00\x01\x0d\x58\x01\xdd\x16\x24\xd0\x25\x48\xb8\x57\xd0\x25\x48\xd0\x25\x48\xc8\x77\xd0\x16\x57\xd4\x16\x57\xd0\x10\x57\xf0\x03\x01\x0d\x58\x01\xf8\xf8\xf8\xf8\xf5\x14\x00\x18\x2a\xf0\x00\x01\x11\x48\x01\xf0\x00\x01\x11\x48\x01\xf0\x00\x01\x11\x48\x01\xd8\x1b\x1f\x9f\x3b\x99\x3b\xa0\x78\xd4\x1b\x30\xd7\x1b\x3a\xd1\x1b\x3a\xbd\x3b\xd4\x1b\x47\x90\x44\x90\x44\x91\x44\xf0\x03\x01\x11\x48\x01\xf8\xf8\xf8\xf0\x4b\x03\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf0\x00\x6c\x01\x05\x17\xf1\x00\x6c\x01\x05\x17\xf8\xf8\xf8",
49372 : : };
49373 : : static
49374 : : struct {
49375 : : PyObject_VAR_HEAD
49376 : : Py_hash_t ob_shash;
49377 : : char ob_sval[206];
49378 : : }
49379 : : zipimport_toplevel_consts_21_exceptiontable = {
49380 : : .ob_base = {
49381 : : .ob_base = {
49382 : : .ob_refcnt = 999999999,
49383 : : .ob_type = &PyBytes_Type,
49384 : : },
49385 : : .ob_size = 205,
49386 : : },
49387 : : .ob_shash = -1,
49388 : : .ob_sval = "\x82\x17\x50\x30\x00\x9b\x01\x55\x08\x03\x9d\x41\x01\x51\x10\x02\xc1\x1e\x36\x55\x08\x03\xc2\x15\x24\x51\x30\x02\xc2\x39\x1e\x55\x08\x03\xc3\x18\x23\x52\x10\x02\xc3\x3b\x43\x2d\x55\x08\x03\xc7\x29\x12\x52\x30\x02\xc7\x3b\x44\x2f\x55\x08\x03\xcc\x2b\x12\x53\x10\x02\xcc\x3d\x23\x55\x08\x03\xcd\x21\x39\x53\x30\x02\xce\x1a\x18\x55\x08\x03\xce\x33\x12\x54\x10\x02\xcf\x05\x41\x06\x55\x08\x03\xd0\x30\x1d\x51\x0d\x03\xd1\x10\x1d\x51\x2d\x05\xd1\x2d\x03\x55\x08\x03\xd1\x30\x1d\x52\x0d\x05\xd2\x0d\x03\x55\x08\x03\xd2\x10\x1d\x52\x2d\x05\xd2\x2d\x03\x55\x08\x03\xd2\x30\x1d\x53\x0d\x05\xd3\x0d\x03\x55\x08\x03\xd3\x10\x1d\x53\x2d\x05\xd3\x2d\x03\x55\x08\x03\xd3\x30\x1d\x54\x0d\x05\xd4\x0d\x03\x55\x08\x03\xd4\x10\x31\x55\x05\x05\xd5\x01\x03\x55\x08\x03\xd5\x04\x01\x55\x05\x05\xd5\x05\x03\x55\x08\x03\xd5\x08\x05\x55\x12\x07",
49389 : : };
49390 : : static
49391 : : struct {
49392 : : PyASCIIObject _ascii;
49393 : : uint8_t _data[3];
49394 : : }
49395 : : const_str_fp = {
49396 : : ._ascii = {
49397 : : .ob_base = {
49398 : : .ob_refcnt = 999999999,
49399 : : .ob_type = &PyUnicode_Type,
49400 : : },
49401 : : .length = 2,
49402 : : .hash = -1,
49403 : : .state = {
49404 : : .kind = 1,
49405 : : .compact = 1,
49406 : : .ascii = 1,
49407 : : },
49408 : : },
49409 : : ._data = "fp",
49410 : : };
49411 : : static
49412 : : struct {
49413 : : PyASCIIObject _ascii;
49414 : : uint8_t _data[16];
49415 : : }
49416 : : const_str_header_position = {
49417 : : ._ascii = {
49418 : : .ob_base = {
49419 : : .ob_refcnt = 999999999,
49420 : : .ob_type = &PyUnicode_Type,
49421 : : },
49422 : : .length = 15,
49423 : : .hash = -1,
49424 : : .state = {
49425 : : .kind = 1,
49426 : : .compact = 1,
49427 : : .ascii = 1,
49428 : : },
49429 : : },
49430 : : ._data = "header_position",
49431 : : };
49432 : : static
49433 : : struct {
49434 : : PyASCIIObject _ascii;
49435 : : uint8_t _data[10];
49436 : : }
49437 : : const_str_file_size = {
49438 : : ._ascii = {
49439 : : .ob_base = {
49440 : : .ob_refcnt = 999999999,
49441 : : .ob_type = &PyUnicode_Type,
49442 : : },
49443 : : .length = 9,
49444 : : .hash = -1,
49445 : : .state = {
49446 : : .kind = 1,
49447 : : .compact = 1,
49448 : : .ascii = 1,
49449 : : },
49450 : : },
49451 : : ._data = "file_size",
49452 : : };
49453 : : static
49454 : : struct {
49455 : : PyASCIIObject _ascii;
49456 : : uint8_t _data[18];
49457 : : }
49458 : : const_str_max_comment_start = {
49459 : : ._ascii = {
49460 : : .ob_base = {
49461 : : .ob_refcnt = 999999999,
49462 : : .ob_type = &PyUnicode_Type,
49463 : : },
49464 : : .length = 17,
49465 : : .hash = -1,
49466 : : .state = {
49467 : : .kind = 1,
49468 : : .compact = 1,
49469 : : .ascii = 1,
49470 : : },
49471 : : },
49472 : : ._data = "max_comment_start",
49473 : : };
49474 : : static
49475 : : struct {
49476 : : PyASCIIObject _ascii;
49477 : : uint8_t _data[4];
49478 : : }
49479 : : const_str_pos = {
49480 : : ._ascii = {
49481 : : .ob_base = {
49482 : : .ob_refcnt = 999999999,
49483 : : .ob_type = &PyUnicode_Type,
49484 : : },
49485 : : .length = 3,
49486 : : .hash = -1,
49487 : : .state = {
49488 : : .kind = 1,
49489 : : .compact = 1,
49490 : : .ascii = 1,
49491 : : },
49492 : : },
49493 : : ._data = "pos",
49494 : : };
49495 : : static
49496 : : struct {
49497 : : PyASCIIObject _ascii;
49498 : : uint8_t _data[12];
49499 : : }
49500 : : const_str_header_size = {
49501 : : ._ascii = {
49502 : : .ob_base = {
49503 : : .ob_refcnt = 999999999,
49504 : : .ob_type = &PyUnicode_Type,
49505 : : },
49506 : : .length = 11,
49507 : : .hash = -1,
49508 : : .state = {
49509 : : .kind = 1,
49510 : : .compact = 1,
49511 : : .ascii = 1,
49512 : : },
49513 : : },
49514 : : ._data = "header_size",
49515 : : };
49516 : : static
49517 : : struct {
49518 : : PyASCIIObject _ascii;
49519 : : uint8_t _data[14];
49520 : : }
49521 : : const_str_header_offset = {
49522 : : ._ascii = {
49523 : : .ob_base = {
49524 : : .ob_refcnt = 999999999,
49525 : : .ob_type = &PyUnicode_Type,
49526 : : },
49527 : : .length = 13,
49528 : : .hash = -1,
49529 : : .state = {
49530 : : .kind = 1,
49531 : : .compact = 1,
49532 : : .ascii = 1,
49533 : : },
49534 : : },
49535 : : ._data = "header_offset",
49536 : : };
49537 : : static
49538 : : struct {
49539 : : PyASCIIObject _ascii;
49540 : : uint8_t _data[11];
49541 : : }
49542 : : const_str_arc_offset = {
49543 : : ._ascii = {
49544 : : .ob_base = {
49545 : : .ob_refcnt = 999999999,
49546 : : .ob_type = &PyUnicode_Type,
49547 : : },
49548 : : .length = 10,
49549 : : .hash = -1,
49550 : : .state = {
49551 : : .kind = 1,
49552 : : .compact = 1,
49553 : : .ascii = 1,
49554 : : },
49555 : : },
49556 : : ._data = "arc_offset",
49557 : : };
49558 : : static
49559 : : struct {
49560 : : PyASCIIObject _ascii;
49561 : : uint8_t _data[9];
49562 : : }
49563 : : const_str_compress = {
49564 : : ._ascii = {
49565 : : .ob_base = {
49566 : : .ob_refcnt = 999999999,
49567 : : .ob_type = &PyUnicode_Type,
49568 : : },
49569 : : .length = 8,
49570 : : .hash = -1,
49571 : : .state = {
49572 : : .kind = 1,
49573 : : .compact = 1,
49574 : : .ascii = 1,
49575 : : },
49576 : : },
49577 : : ._data = "compress",
49578 : : };
49579 : : static
49580 : : struct {
49581 : : PyASCIIObject _ascii;
49582 : : uint8_t _data[5];
49583 : : }
49584 : : const_str_time = {
49585 : : ._ascii = {
49586 : : .ob_base = {
49587 : : .ob_refcnt = 999999999,
49588 : : .ob_type = &PyUnicode_Type,
49589 : : },
49590 : : .length = 4,
49591 : : .hash = -1,
49592 : : .state = {
49593 : : .kind = 1,
49594 : : .compact = 1,
49595 : : .ascii = 1,
49596 : : },
49597 : : },
49598 : : ._data = "time",
49599 : : };
49600 : : static
49601 : : struct {
49602 : : PyASCIIObject _ascii;
49603 : : uint8_t _data[5];
49604 : : }
49605 : : const_str_date = {
49606 : : ._ascii = {
49607 : : .ob_base = {
49608 : : .ob_refcnt = 999999999,
49609 : : .ob_type = &PyUnicode_Type,
49610 : : },
49611 : : .length = 4,
49612 : : .hash = -1,
49613 : : .state = {
49614 : : .kind = 1,
49615 : : .compact = 1,
49616 : : .ascii = 1,
49617 : : },
49618 : : },
49619 : : ._data = "date",
49620 : : };
49621 : : static
49622 : : struct {
49623 : : PyASCIIObject _ascii;
49624 : : uint8_t _data[4];
49625 : : }
49626 : : const_str_crc = {
49627 : : ._ascii = {
49628 : : .ob_base = {
49629 : : .ob_refcnt = 999999999,
49630 : : .ob_type = &PyUnicode_Type,
49631 : : },
49632 : : .length = 3,
49633 : : .hash = -1,
49634 : : .state = {
49635 : : .kind = 1,
49636 : : .compact = 1,
49637 : : .ascii = 1,
49638 : : },
49639 : : },
49640 : : ._data = "crc",
49641 : : };
49642 : : static
49643 : : struct {
49644 : : PyASCIIObject _ascii;
49645 : : uint8_t _data[10];
49646 : : }
49647 : : const_str_data_size = {
49648 : : ._ascii = {
49649 : : .ob_base = {
49650 : : .ob_refcnt = 999999999,
49651 : : .ob_type = &PyUnicode_Type,
49652 : : },
49653 : : .length = 9,
49654 : : .hash = -1,
49655 : : .state = {
49656 : : .kind = 1,
49657 : : .compact = 1,
49658 : : .ascii = 1,
49659 : : },
49660 : : },
49661 : : ._data = "data_size",
49662 : : };
49663 : : static
49664 : : struct {
49665 : : PyASCIIObject _ascii;
49666 : : uint8_t _data[10];
49667 : : }
49668 : : const_str_name_size = {
49669 : : ._ascii = {
49670 : : .ob_base = {
49671 : : .ob_refcnt = 999999999,
49672 : : .ob_type = &PyUnicode_Type,
49673 : : },
49674 : : .length = 9,
49675 : : .hash = -1,
49676 : : .state = {
49677 : : .kind = 1,
49678 : : .compact = 1,
49679 : : .ascii = 1,
49680 : : },
49681 : : },
49682 : : ._data = "name_size",
49683 : : };
49684 : : static
49685 : : struct {
49686 : : PyASCIIObject _ascii;
49687 : : uint8_t _data[11];
49688 : : }
49689 : : const_str_extra_size = {
49690 : : ._ascii = {
49691 : : .ob_base = {
49692 : : .ob_refcnt = 999999999,
49693 : : .ob_type = &PyUnicode_Type,
49694 : : },
49695 : : .length = 10,
49696 : : .hash = -1,
49697 : : .state = {
49698 : : .kind = 1,
49699 : : .compact = 1,
49700 : : .ascii = 1,
49701 : : },
49702 : : },
49703 : : ._data = "extra_size",
49704 : : };
49705 : : static
49706 : : struct {
49707 : : PyASCIIObject _ascii;
49708 : : uint8_t _data[13];
49709 : : }
49710 : : const_str_comment_size = {
49711 : : ._ascii = {
49712 : : .ob_base = {
49713 : : .ob_refcnt = 999999999,
49714 : : .ob_type = &PyUnicode_Type,
49715 : : },
49716 : : .length = 12,
49717 : : .hash = -1,
49718 : : .state = {
49719 : : .kind = 1,
49720 : : .compact = 1,
49721 : : .ascii = 1,
49722 : : },
49723 : : },
49724 : : ._data = "comment_size",
49725 : : };
49726 : : static
49727 : : struct {
49728 : : PyASCIIObject _ascii;
49729 : : uint8_t _data[12];
49730 : : }
49731 : : const_str_file_offset = {
49732 : : ._ascii = {
49733 : : .ob_base = {
49734 : : .ob_refcnt = 999999999,
49735 : : .ob_type = &PyUnicode_Type,
49736 : : },
49737 : : .length = 11,
49738 : : .hash = -1,
49739 : : .state = {
49740 : : .kind = 1,
49741 : : .compact = 1,
49742 : : .ascii = 1,
49743 : : },
49744 : : },
49745 : : ._data = "file_offset",
49746 : : };
49747 : : static
49748 : : struct {
49749 : : PyASCIIObject _ascii;
49750 : : uint8_t _data[2];
49751 : : }
49752 : : const_str_t = {
49753 : : ._ascii = {
49754 : : .ob_base = {
49755 : : .ob_refcnt = 999999999,
49756 : : .ob_type = &PyUnicode_Type,
49757 : : },
49758 : : .length = 1,
49759 : : .hash = -1,
49760 : : .state = {
49761 : : .kind = 1,
49762 : : .compact = 1,
49763 : : .ascii = 1,
49764 : : },
49765 : : },
49766 : : ._data = "t",
49767 : : };
49768 : : static
49769 : : struct {
49770 : : PyGC_Head _gc_head;
49771 : : struct {
49772 : : PyObject_VAR_HEAD
49773 : : PyObject *ob_item[26];
49774 : : }_object;
49775 : : }
49776 : : zipimport_toplevel_consts_21_localsplusnames = {
49777 : : ._object = {
49778 : : .ob_base = {
49779 : : .ob_base = {
49780 : : .ob_refcnt = 999999999,
49781 : : .ob_type = &PyTuple_Type,
49782 : : },
49783 : : .ob_size = 26,
49784 : : },
49785 : : .ob_item = {
49786 : : & const_str_archive._ascii.ob_base,
49787 : : & const_str_fp._ascii.ob_base,
49788 : : & const_str_header_position._ascii.ob_base,
49789 : : &_Py_ID(buffer),
49790 : : & const_str_file_size._ascii.ob_base,
49791 : : & const_str_max_comment_start._ascii.ob_base,
49792 : : & const_str_data._ascii.ob_base,
49793 : : & const_str_pos._ascii.ob_base,
49794 : : & const_str_header_size._ascii.ob_base,
49795 : : & const_str_header_offset._ascii.ob_base,
49796 : : & const_str_arc_offset._ascii.ob_base,
49797 : : & const_str_files._ascii.ob_base,
49798 : : & const_str_count._ascii.ob_base,
49799 : : & const_str_flags._ascii.ob_base,
49800 : : & const_str_compress._ascii.ob_base,
49801 : : & const_str_time._ascii.ob_base,
49802 : : & const_str_date._ascii.ob_base,
49803 : : & const_str_crc._ascii.ob_base,
49804 : : & const_str_data_size._ascii.ob_base,
49805 : : & const_str_name_size._ascii.ob_base,
49806 : : & const_str_extra_size._ascii.ob_base,
49807 : : & const_str_comment_size._ascii.ob_base,
49808 : : & const_str_file_offset._ascii.ob_base,
49809 : : &_Py_ID(name),
49810 : : &_Py_ID(path),
49811 : : & const_str_t._ascii.ob_base,
49812 : : },
49813 : : },
49814 : : };
49815 : : static
49816 : : struct {
49817 : : PyObject_VAR_HEAD
49818 : : Py_hash_t ob_shash;
49819 : : char ob_sval[27];
49820 : : }
49821 : : zipimport_toplevel_consts_21_localspluskinds = {
49822 : : .ob_base = {
49823 : : .ob_base = {
49824 : : .ob_refcnt = 999999999,
49825 : : .ob_type = &PyBytes_Type,
49826 : : },
49827 : : .ob_size = 26,
49828 : : },
49829 : : .ob_shash = -1,
49830 : : .ob_sval = " ",
49831 : : };
49832 : : static
49833 : : struct _PyCode_DEF(2730)
49834 : : zipimport_toplevel_consts_21 = {
49835 : : .ob_base = {
49836 : : .ob_base = {
49837 : : .ob_refcnt = 999999999,
49838 : : .ob_type = &PyCode_Type,
49839 : : },
49840 : : .ob_size = 1365,
49841 : : },
49842 : : .co_consts = & zipimport_toplevel_consts_21_consts._object.ob_base.ob_base,
49843 : : .co_names = & zipimport_toplevel_consts_21_names._object.ob_base.ob_base,
49844 : : .co_exceptiontable = & zipimport_toplevel_consts_21_exceptiontable.ob_base.ob_base,
49845 : : .co_flags = 3,
49846 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
49847 : : ._co_linearray_entry_size = 0,
49848 : : .co_argcount = 1,
49849 : : .co_posonlyargcount = 0,
49850 : : .co_kwonlyargcount = 0,
49851 : : .co_framesize = 35 + FRAME_SPECIALS_SIZE,
49852 : : .co_stacksize = 9,
49853 : : .co_firstlineno = 343,
49854 : : .co_nlocalsplus = 26,
49855 : : .co_nlocals = 26,
49856 : : .co_nplaincellvars = 0,
49857 : : .co_ncellvars = 0,
49858 : : .co_nfreevars = 0,
49859 : : .co_localsplusnames = & zipimport_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
49860 : : .co_localspluskinds = & zipimport_toplevel_consts_21_localspluskinds.ob_base.ob_base,
49861 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
49862 : : .co_name = & const_str__read_directory._ascii.ob_base,
49863 : : .co_qualname = & const_str__read_directory._ascii.ob_base,
49864 : : .co_linetable = & zipimport_toplevel_consts_21_linetable.ob_base.ob_base,
49865 : : ._co_code = NULL,
49866 : : ._co_linearray = NULL,
49867 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x35\x00\x01\x00\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0b\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x00\x64\x05\x1a\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\xde\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x06\x7c\x07\x7c\x07\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x1a\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0a\x00\x00\x7c\x07\x7a\x00\x00\x00\x7d\x02\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x09\x64\x0a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x02\x7c\x08\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x7c\x09\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x7c\x08\x7a\x17\x00\x00\x7d\x02\x7c\x02\x7c\x09\x7a\x0a\x00\x00\x7d\x0a\x7c\x0a\x64\x06\x6b\x00\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x69\x00\x7d\x0b\x64\x06\x7d\x0c\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x64\x00\x64\x05\x1a\x00\x64\x12\x6b\x03\x00\x00\x00\x00\x72\x02\x3e\x01\x6e\xd4\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x13\x64\x14\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x14\x64\x09\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x09\x64\x15\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x15\x64\x0a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x11\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x0b\x64\x16\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x12\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x16\x64\x17\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x17\x64\x18\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x13\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x18\x64\x19\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x14\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x19\x64\x1a\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x15\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x1b\x64\x10\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x16\x7c\x13\x7c\x14\x7a\x00\x00\x00\x7c\x15\x7a\x00\x00\x00\x7d\x08\x7c\x16\x7c\x09\x6b\x04\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1c\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x16\x7c\x0a\x7a\x0d\x00\x00\x7d\x16\x09\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x17\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x13\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x13\x7a\x0a\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x7c\x13\x7a\x0a\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x0d\x64\x1d\x7a\x01\x00\x00\x72\x12\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x6e\x13\x09\x00\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x7c\x17\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x20\x74\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x74\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x18\x7c\x18\x7c\x0e\x7c\x12\x7c\x04\x7c\x16\x7c\x0f\x7c\x10\x7c\x11\x66\x08\x7d\x19\x7c\x19\x7c\x0b\x7c\x17\x3c\x00\x00\x00\x7c\x0c\x64\x21\x7a\x0d\x00\x00\x7d\x0c\x3e\x02\x8c\x0f\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x22\x7f\x0c\x7c\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x0b\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2b\x01\x00\x7c\x17\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x1f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x17\x59\x00\x3e\x01\x8c\x7f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x3e\x01\x8c\x3d\x78\x03\x59\x00\x77\x01",
49868 : : ._co_firsttraceable = 0,
49869 : : };
49870 : : static
49871 : : struct {
49872 : : PyCompactUnicodeObject _compact;
49873 : : uint16_t _data[257];
49874 : : }
49875 : : zipimport_toplevel_consts_22 = {
49876 : : ._compact = {
49877 : : ._base = {
49878 : : .ob_base = {
49879 : : .ob_refcnt = 999999999,
49880 : : .ob_type = &PyUnicode_Type,
49881 : : },
49882 : : .length = 256,
49883 : : .hash = -1,
49884 : : .state = {
49885 : : .kind = 2,
49886 : : .compact = 1,
49887 : : .ascii = 0,
49888 : : },
49889 : : },
49890 : : },
49891 : : ._data = {
49892 : : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
49893 : : 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
49894 : : 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
49895 : : 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
49896 : : 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
49897 : : 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
49898 : : 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
49899 : : 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
49900 : : 199, 252, 233, 226, 228, 224, 229, 231, 234, 235, 232, 239, 238, 236, 196, 197,
49901 : : 201, 230, 198, 244, 246, 242, 251, 249, 255, 214, 220, 162, 163, 165, 8359, 402,
49902 : : 225, 237, 243, 250, 241, 209, 170, 186, 191, 8976, 172, 189, 188, 161, 171, 187,
49903 : : 9617, 9618, 9619, 9474, 9508, 9569, 9570, 9558, 9557, 9571, 9553, 9559, 9565, 9564, 9563, 9488,
49904 : : 9492, 9524, 9516, 9500, 9472, 9532, 9566, 9567, 9562, 9556, 9577, 9574, 9568, 9552, 9580, 9575,
49905 : : 9576, 9572, 9573, 9561, 9560, 9554, 9555, 9579, 9578, 9496, 9484, 9608, 9604, 9612, 9616, 9600,
49906 : : 945, 223, 915, 960, 931, 963, 181, 964, 934, 920, 937, 948, 8734, 966, 949, 8745,
49907 : : 8801, 177, 8805, 8804, 8992, 8993, 247, 8776, 176, 8729, 183, 8730, 8319, 178, 9632, 160,
49908 : : },
49909 : : };
49910 : : static
49911 : : struct {
49912 : : PyASCIIObject _ascii;
49913 : : uint8_t _data[28];
49914 : : }
49915 : : zipimport_toplevel_consts_23_consts_1 = {
49916 : : ._ascii = {
49917 : : .ob_base = {
49918 : : .ob_refcnt = 999999999,
49919 : : .ob_type = &PyUnicode_Type,
49920 : : },
49921 : : .length = 27,
49922 : : .hash = -1,
49923 : : .state = {
49924 : : .kind = 1,
49925 : : .compact = 1,
49926 : : .ascii = 1,
49927 : : },
49928 : : },
49929 : : ._data = "zipimport: zlib UNAVAILABLE",
49930 : : };
49931 : : static
49932 : : struct {
49933 : : PyASCIIObject _ascii;
49934 : : uint8_t _data[42];
49935 : : }
49936 : : zipimport_toplevel_consts_23_consts_2 = {
49937 : : ._ascii = {
49938 : : .ob_base = {
49939 : : .ob_refcnt = 999999999,
49940 : : .ob_type = &PyUnicode_Type,
49941 : : },
49942 : : .length = 41,
49943 : : .hash = -1,
49944 : : .state = {
49945 : : .kind = 1,
49946 : : .compact = 1,
49947 : : .ascii = 1,
49948 : : },
49949 : : },
49950 : : ._data = "can't decompress data; zlib not available",
49951 : : };
49952 : : static
49953 : : struct {
49954 : : PyASCIIObject _ascii;
49955 : : uint8_t _data[11];
49956 : : }
49957 : : const_str_decompress = {
49958 : : ._ascii = {
49959 : : .ob_base = {
49960 : : .ob_refcnt = 999999999,
49961 : : .ob_type = &PyUnicode_Type,
49962 : : },
49963 : : .length = 10,
49964 : : .hash = -1,
49965 : : .state = {
49966 : : .kind = 1,
49967 : : .compact = 1,
49968 : : .ascii = 1,
49969 : : },
49970 : : },
49971 : : ._data = "decompress",
49972 : : };
49973 : : static
49974 : : struct {
49975 : : PyGC_Head _gc_head;
49976 : : struct {
49977 : : PyObject_VAR_HEAD
49978 : : PyObject *ob_item[1];
49979 : : }_object;
49980 : : }
49981 : : zipimport_toplevel_consts_23_consts_5 = {
49982 : : ._object = {
49983 : : .ob_base = {
49984 : : .ob_base = {
49985 : : .ob_refcnt = 999999999,
49986 : : .ob_type = &PyTuple_Type,
49987 : : },
49988 : : .ob_size = 1,
49989 : : },
49990 : : .ob_item = {
49991 : : & const_str_decompress._ascii.ob_base,
49992 : : },
49993 : : },
49994 : : };
49995 : : static
49996 : : struct {
49997 : : PyASCIIObject _ascii;
49998 : : uint8_t _data[26];
49999 : : }
50000 : : zipimport_toplevel_consts_23_consts_7 = {
50001 : : ._ascii = {
50002 : : .ob_base = {
50003 : : .ob_refcnt = 999999999,
50004 : : .ob_type = &PyUnicode_Type,
50005 : : },
50006 : : .length = 25,
50007 : : .hash = -1,
50008 : : .state = {
50009 : : .kind = 1,
50010 : : .compact = 1,
50011 : : .ascii = 1,
50012 : : },
50013 : : },
50014 : : ._data = "zipimport: zlib available",
50015 : : };
50016 : : static
50017 : : struct {
50018 : : PyGC_Head _gc_head;
50019 : : struct {
50020 : : PyObject_VAR_HEAD
50021 : : PyObject *ob_item[8];
50022 : : }_object;
50023 : : }
50024 : : zipimport_toplevel_consts_23_consts = {
50025 : : ._object = {
50026 : : .ob_base = {
50027 : : .ob_base = {
50028 : : .ob_refcnt = 999999999,
50029 : : .ob_type = &PyTuple_Type,
50030 : : },
50031 : : .ob_size = 8,
50032 : : },
50033 : : .ob_item = {
50034 : : Py_None,
50035 : : & zipimport_toplevel_consts_23_consts_1._ascii.ob_base,
50036 : : & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
50037 : : Py_True,
50038 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
50039 : : & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
50040 : : Py_False,
50041 : : & zipimport_toplevel_consts_23_consts_7._ascii.ob_base,
50042 : : },
50043 : : },
50044 : : };
50045 : : static
50046 : : struct {
50047 : : PyASCIIObject _ascii;
50048 : : uint8_t _data[16];
50049 : : }
50050 : : const_str__importing_zlib = {
50051 : : ._ascii = {
50052 : : .ob_base = {
50053 : : .ob_refcnt = 999999999,
50054 : : .ob_type = &PyUnicode_Type,
50055 : : },
50056 : : .length = 15,
50057 : : .hash = -1,
50058 : : .state = {
50059 : : .kind = 1,
50060 : : .compact = 1,
50061 : : .ascii = 1,
50062 : : },
50063 : : },
50064 : : ._data = "_importing_zlib",
50065 : : };
50066 : : static
50067 : : struct {
50068 : : PyASCIIObject _ascii;
50069 : : uint8_t _data[5];
50070 : : }
50071 : : const_str_zlib = {
50072 : : ._ascii = {
50073 : : .ob_base = {
50074 : : .ob_refcnt = 999999999,
50075 : : .ob_type = &PyUnicode_Type,
50076 : : },
50077 : : .length = 4,
50078 : : .hash = -1,
50079 : : .state = {
50080 : : .kind = 1,
50081 : : .compact = 1,
50082 : : .ascii = 1,
50083 : : },
50084 : : },
50085 : : ._data = "zlib",
50086 : : };
50087 : : static
50088 : : struct {
50089 : : PyGC_Head _gc_head;
50090 : : struct {
50091 : : PyObject_VAR_HEAD
50092 : : PyObject *ob_item[7];
50093 : : }_object;
50094 : : }
50095 : : zipimport_toplevel_consts_23_names = {
50096 : : ._object = {
50097 : : .ob_base = {
50098 : : .ob_base = {
50099 : : .ob_refcnt = 999999999,
50100 : : .ob_type = &PyTuple_Type,
50101 : : },
50102 : : .ob_size = 7,
50103 : : },
50104 : : .ob_item = {
50105 : : & const_str__importing_zlib._ascii.ob_base,
50106 : : &_Py_ID(_bootstrap),
50107 : : & const_str__verbose_message._ascii.ob_base,
50108 : : & const_str_ZipImportError._ascii.ob_base,
50109 : : & const_str_zlib._ascii.ob_base,
50110 : : & const_str_decompress._ascii.ob_base,
50111 : : & const_str_Exception._ascii.ob_base,
50112 : : },
50113 : : },
50114 : : };
50115 : : static
50116 : : struct {
50117 : : PyASCIIObject _ascii;
50118 : : uint8_t _data[21];
50119 : : }
50120 : : const_str__get_decompress_func = {
50121 : : ._ascii = {
50122 : : .ob_base = {
50123 : : .ob_refcnt = 999999999,
50124 : : .ob_type = &PyUnicode_Type,
50125 : : },
50126 : : .length = 20,
50127 : : .hash = -1,
50128 : : .state = {
50129 : : .kind = 1,
50130 : : .compact = 1,
50131 : : .ascii = 1,
50132 : : },
50133 : : },
50134 : : ._data = "_get_decompress_func",
50135 : : };
50136 : : static
50137 : : struct {
50138 : : PyObject_VAR_HEAD
50139 : : Py_hash_t ob_shash;
50140 : : char ob_sval[189];
50141 : : }
50142 : : zipimport_toplevel_consts_23_linetable = {
50143 : : .ob_base = {
50144 : : .ob_base = {
50145 : : .ob_refcnt = 999999999,
50146 : : .ob_type = &PyBytes_Type,
50147 : : },
50148 : : .ob_size = 188,
50149 : : },
50150 : : .ob_shash = -1,
50151 : : .ob_sval = "\x80\x00\xe5\x07\x16\xf0\x00\x04\x05\x4a\x01\xf5\x06\x00\x09\x24\xd7\x08\x23\xd1\x08\x23\xd0\x24\x41\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xe0\x16\x1a\x80\x4f\xf0\x02\x06\x05\x20\xd8\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xd0\x08\x23\xf0\x0a\x00\x1b\x20\x88\x0f\xe5\x04\x1f\xd7\x04\x1f\xd1\x04\x1f\xd0\x20\x3b\xd4\x04\x3c\xd0\x04\x3c\xd8\x0b\x15\xd0\x04\x15\xf8\xf5\x0f\x00\x0c\x15\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xf0\x00\x02\x05\x4a\x01\xdd\x08\x23\xd7\x08\x23\xd1\x08\x23\xd0\x24\x41\xd4\x08\x42\xd0\x08\x42\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xf0\x05\x02\x05\x4a\x01\xf8\xf8\xf8\xf8\xf0\x08\x00\x1b\x20\x88\x0f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
50152 : : };
50153 : : static
50154 : : struct {
50155 : : PyObject_VAR_HEAD
50156 : : Py_hash_t ob_shash;
50157 : : char ob_sval[24];
50158 : : }
50159 : : zipimport_toplevel_consts_23_exceptiontable = {
50160 : : .ob_base = {
50161 : : .ob_base = {
50162 : : .ob_refcnt = 999999999,
50163 : : .ob_type = &PyBytes_Type,
50164 : : },
50165 : : .ob_size = 23,
50166 : : },
50167 : : .ob_shash = -1,
50168 : : .ob_sval = "\xaf\x06\x41\x11\x00\xc1\x11\x2f\x42\x00\x03\xc2\x00\x03\x42\x03\x00\xc2\x03\x04\x42\x07\x03",
50169 : : };
50170 : : static
50171 : : struct _PyCode_DEF(276)
50172 : : zipimport_toplevel_consts_23 = {
50173 : : .ob_base = {
50174 : : .ob_base = {
50175 : : .ob_refcnt = 999999999,
50176 : : .ob_type = &PyCode_Type,
50177 : : },
50178 : : .ob_size = 138,
50179 : : },
50180 : : .co_consts = & zipimport_toplevel_consts_23_consts._object.ob_base.ob_base,
50181 : : .co_names = & zipimport_toplevel_consts_23_names._object.ob_base.ob_base,
50182 : : .co_exceptiontable = & zipimport_toplevel_consts_23_exceptiontable.ob_base.ob_base,
50183 : : .co_flags = 3,
50184 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
50185 : : ._co_linearray_entry_size = 0,
50186 : : .co_argcount = 0,
50187 : : .co_posonlyargcount = 0,
50188 : : .co_kwonlyargcount = 0,
50189 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
50190 : : .co_stacksize = 4,
50191 : : .co_firstlineno = 501,
50192 : : .co_nlocalsplus = 1,
50193 : : .co_nlocals = 1,
50194 : : .co_nplaincellvars = 0,
50195 : : .co_ncellvars = 0,
50196 : : .co_nfreevars = 0,
50197 : : .co_localsplusnames = & zipimport_toplevel_consts_23_consts_5._object.ob_base.ob_base,
50198 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
50199 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
50200 : : .co_name = & const_str__get_decompress_func._ascii.ob_base,
50201 : : .co_qualname = & const_str__get_decompress_func._ascii.ob_base,
50202 : : .co_linetable = & zipimport_toplevel_consts_23_linetable.ob_base.ob_base,
50203 : : ._co_code = NULL,
50204 : : ._co_linearray = NULL,
50205 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x24\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x03\x61\x00\x09\x00\x64\x04\x64\x05\x6c\x04\x6d\x05\x7d\x00\x01\x00\x09\x00\x64\x06\x61\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x25\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x06\x61\x00\x77\x00\x78\x03\x59\x00\x77\x01",
50206 : : ._co_firsttraceable = 0,
50207 : : };
50208 : : static
50209 : : struct {
50210 : : PyASCIIObject _ascii;
50211 : : uint8_t _data[19];
50212 : : }
50213 : : zipimport_toplevel_consts_24_consts_2 = {
50214 : : ._ascii = {
50215 : : .ob_base = {
50216 : : .ob_refcnt = 999999999,
50217 : : .ob_type = &PyUnicode_Type,
50218 : : },
50219 : : .length = 18,
50220 : : .hash = -1,
50221 : : .state = {
50222 : : .kind = 1,
50223 : : .compact = 1,
50224 : : .ascii = 1,
50225 : : },
50226 : : },
50227 : : ._data = "negative data size",
50228 : : };
50229 : : static
50230 : : struct {
50231 : : PyObject_VAR_HEAD
50232 : : Py_hash_t ob_shash;
50233 : : char ob_sval[5];
50234 : : }
50235 : : zipimport_toplevel_consts_24_consts_8 = {
50236 : : .ob_base = {
50237 : : .ob_base = {
50238 : : .ob_refcnt = 999999999,
50239 : : .ob_type = &PyBytes_Type,
50240 : : },
50241 : : .ob_size = 4,
50242 : : },
50243 : : .ob_shash = -1,
50244 : : .ob_sval = "\x50\x4b\x03\x04",
50245 : : };
50246 : : static
50247 : : struct {
50248 : : PyASCIIObject _ascii;
50249 : : uint8_t _data[24];
50250 : : }
50251 : : zipimport_toplevel_consts_24_consts_9 = {
50252 : : ._ascii = {
50253 : : .ob_base = {
50254 : : .ob_refcnt = 999999999,
50255 : : .ob_type = &PyUnicode_Type,
50256 : : },
50257 : : .length = 23,
50258 : : .hash = -1,
50259 : : .state = {
50260 : : .kind = 1,
50261 : : .compact = 1,
50262 : : .ascii = 1,
50263 : : },
50264 : : },
50265 : : ._data = "bad local file header: ",
50266 : : };
50267 : : static
50268 : : struct {
50269 : : PyASCIIObject _ascii;
50270 : : uint8_t _data[27];
50271 : : }
50272 : : zipimport_toplevel_consts_24_consts_12 = {
50273 : : ._ascii = {
50274 : : .ob_base = {
50275 : : .ob_refcnt = 999999999,
50276 : : .ob_type = &PyUnicode_Type,
50277 : : },
50278 : : .length = 26,
50279 : : .hash = -1,
50280 : : .state = {
50281 : : .kind = 1,
50282 : : .compact = 1,
50283 : : .ascii = 1,
50284 : : },
50285 : : },
50286 : : ._data = "zipimport: can't read data",
50287 : : };
50288 : : static
50289 : : struct {
50290 : : PyObject_VAR_HEAD
50291 : : digit ob_digit[1];
50292 : : }
50293 : : const_int_negative_15 = {
50294 : : .ob_base = {
50295 : : .ob_base = {
50296 : : .ob_refcnt = 999999999,
50297 : : .ob_type = &PyLong_Type,
50298 : : },
50299 : : .ob_size = -1,
50300 : : },
50301 : : .ob_digit = { 15 },
50302 : : };
50303 : : static
50304 : : struct {
50305 : : PyGC_Head _gc_head;
50306 : : struct {
50307 : : PyObject_VAR_HEAD
50308 : : PyObject *ob_item[15];
50309 : : }_object;
50310 : : }
50311 : : zipimport_toplevel_consts_24_consts = {
50312 : : ._object = {
50313 : : .ob_base = {
50314 : : .ob_base = {
50315 : : .ob_refcnt = 999999999,
50316 : : .ob_type = &PyTuple_Type,
50317 : : },
50318 : : .ob_size = 15,
50319 : : },
50320 : : .ob_item = {
50321 : : Py_None,
50322 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
50323 : : & zipimport_toplevel_consts_24_consts_2._ascii.ob_base,
50324 : : & zipimport_toplevel_consts_21_consts_4._ascii.ob_base,
50325 : : & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
50326 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 30],
50327 : : & zipimport_toplevel_consts_21_consts_17._ascii.ob_base,
50328 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
50329 : : & zipimport_toplevel_consts_24_consts_8.ob_base.ob_base,
50330 : : & zipimport_toplevel_consts_24_consts_9._ascii.ob_base,
50331 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 26],
50332 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 28],
50333 : : & zipimport_toplevel_consts_24_consts_12._ascii.ob_base,
50334 : : & zipimport_toplevel_consts_23_consts_2._ascii.ob_base,
50335 : : & const_int_negative_15.ob_base.ob_base,
50336 : : },
50337 : : },
50338 : : };
50339 : : static
50340 : : struct {
50341 : : PyGC_Head _gc_head;
50342 : : struct {
50343 : : PyObject_VAR_HEAD
50344 : : PyObject *ob_item[11];
50345 : : }_object;
50346 : : }
50347 : : zipimport_toplevel_consts_24_names = {
50348 : : ._object = {
50349 : : .ob_base = {
50350 : : .ob_base = {
50351 : : .ob_refcnt = 999999999,
50352 : : .ob_type = &PyTuple_Type,
50353 : : },
50354 : : .ob_size = 11,
50355 : : },
50356 : : .ob_item = {
50357 : : & const_str_ZipImportError._ascii.ob_base,
50358 : : & const_str__io._ascii.ob_base,
50359 : : & const_str_open_code._ascii.ob_base,
50360 : : &_Py_ID(seek),
50361 : : & const_str_OSError._ascii.ob_base,
50362 : : &_Py_ID(read),
50363 : : &_Py_ID(len),
50364 : : & const_str_EOFError._ascii.ob_base,
50365 : : & const_str__unpack_uint16._ascii.ob_base,
50366 : : & const_str__get_decompress_func._ascii.ob_base,
50367 : : & const_str_Exception._ascii.ob_base,
50368 : : },
50369 : : },
50370 : : };
50371 : : static
50372 : : struct {
50373 : : PyObject_VAR_HEAD
50374 : : Py_hash_t ob_shash;
50375 : : char ob_sval[590];
50376 : : }
50377 : : zipimport_toplevel_consts_24_linetable = {
50378 : : .ob_base = {
50379 : : .ob_base = {
50380 : : .ob_refcnt = 999999999,
50381 : : .ob_type = &PyBytes_Type,
50382 : : },
50383 : : .ob_size = 589,
50384 : : },
50385 : : .ob_shash = -1,
50386 : : .ob_sval = "\x80\x00\xd8\x4d\x56\xd1\x04\x4a\x80\x48\x88\x68\x98\x09\xa0\x39\xa8\x6b\xb8\x34\xc0\x14\xc0\x73\xd8\x07\x10\x90\x31\x82\x7d\xf0\x00\x01\x05\x33\xdd\x0e\x1c\xd0\x1d\x31\xd4\x0e\x32\xd0\x08\x32\xe5\x09\x16\x8f\x1d\x89\x1d\x90\x77\xd4\x09\x1f\xf0\x00\x18\x05\x38\xa0\x32\xf0\x04\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4b\xd4\x0c\x20\xd0\x0c\x20\xf0\x06\x00\x12\x14\x97\x17\x91\x17\x98\x12\x94\x1b\x88\x06\xdd\x0b\x0e\x88\x76\x8c\x3b\x98\x22\xd2\x0b\x1c\xf0\x00\x01\x09\x3a\xdd\x12\x1a\xd0\x1b\x38\xd4\x12\x39\xd0\x0c\x39\xe0\x0b\x11\x88\x3a\x90\x31\x88\x3a\x98\x1d\xd2\x0b\x26\xf0\x00\x02\x09\x56\x01\xe5\x12\x20\xd0\x21\x46\xb8\x37\xd0\x21\x46\xd0\x21\x46\xc8\x57\xd0\x12\x55\xd4\x12\x55\xd0\x0c\x55\xe5\x14\x22\xa0\x36\xa8\x22\xa8\x52\xa0\x3d\xd4\x14\x31\x88\x09\xdd\x15\x23\xa0\x46\xa8\x32\xa8\x62\xa0\x4d\xd4\x15\x32\x88\x0a\xd8\x16\x18\x98\x39\x91\x6e\xa0\x7a\xd1\x16\x31\x88\x0b\xd8\x08\x13\x90\x7b\xd1\x08\x22\x88\x0b\xf0\x02\x03\x09\x54\x01\xd8\x0c\x0e\x8f\x47\x89\x47\x90\x4b\xd4\x0c\x20\xd0\x0c\x20\xf0\x06\x00\x14\x16\x97\x37\x91\x37\x98\x39\xd4\x13\x25\x88\x08\xdd\x0b\x0e\x88\x78\x8c\x3d\x98\x49\xd2\x0b\x25\xf0\x00\x01\x09\x38\xdd\x12\x19\xd0\x1a\x36\xd4\x12\x37\xd0\x0c\x37\xf0\x03\x01\x09\x38\xf0\x2f\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf4\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x34\x00\x08\x10\x90\x31\x82\x7d\xf0\x00\x02\x05\x18\xe0\x0f\x17\x88\x0f\xf0\x06\x03\x05\x4a\x01\xdd\x15\x29\xd4\x15\x2b\x88\x0a\xf0\x06\x00\x0c\x16\x88\x3a\x90\x68\xa0\x03\xd4\x0b\x24\xd0\x04\x24\xf8\xf5\x3f\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf8\xf5\x20\x00\x10\x17\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xf0\x00\x01\x09\x54\x01\xdd\x12\x20\xd0\x21\x44\xb8\x17\xd0\x21\x44\xd0\x21\x44\xc8\x37\xd0\x12\x53\xd4\x12\x53\xd0\x0c\x53\xf0\x03\x01\x09\x54\x01\xf8\xf8\xf8\xf0\x29\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf0\x00\x18\x05\x38\xf8\xf8\xf8\xf8\xf5\x42\x01\x00\x0c\x15\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xf0\x00\x01\x05\x4a\x01\xdd\x0e\x1c\xd0\x1d\x48\xd4\x0e\x49\xd0\x08\x49\xf0\x03\x01\x05\x4a\x01\xf8\xf8\xf8",
50387 : : };
50388 : : static
50389 : : struct {
50390 : : PyObject_VAR_HEAD
50391 : : Py_hash_t ob_shash;
50392 : : char ob_sval[72];
50393 : : }
50394 : : zipimport_toplevel_consts_24_exceptiontable = {
50395 : : .ob_base = {
50396 : : .ob_base = {
50397 : : .ob_refcnt = 999999999,
50398 : : .ob_type = &PyBytes_Type,
50399 : : },
50400 : : .ob_size = 71,
50401 : : },
50402 : : .ob_shash = -1,
50403 : : .ob_sval = "\xb6\x01\x45\x2e\x03\xb8\x12\x44\x2e\x02\xc1\x0a\x41\x38\x45\x2e\x03\xc3\x03\x12\x45\x0e\x02\xc3\x15\x30\x45\x2e\x03\xc4\x18\x0c\x45\x3a\x00\xc4\x2e\x1d\x45\x0b\x05\xc5\x0b\x03\x45\x2e\x03\xc5\x0e\x1d\x45\x2b\x05\xc5\x2b\x03\x45\x2e\x03\xc5\x2e\x05\x45\x37\x07\xc5\x3a\x18\x46\x12\x03",
50404 : : };
50405 : : static
50406 : : struct {
50407 : : PyASCIIObject _ascii;
50408 : : uint8_t _data[9];
50409 : : }
50410 : : const_str_datapath = {
50411 : : ._ascii = {
50412 : : .ob_base = {
50413 : : .ob_refcnt = 999999999,
50414 : : .ob_type = &PyUnicode_Type,
50415 : : },
50416 : : .length = 8,
50417 : : .hash = -1,
50418 : : .state = {
50419 : : .kind = 1,
50420 : : .compact = 1,
50421 : : .ascii = 1,
50422 : : },
50423 : : },
50424 : : ._data = "datapath",
50425 : : };
50426 : : static
50427 : : struct {
50428 : : PyASCIIObject _ascii;
50429 : : uint8_t _data[9];
50430 : : }
50431 : : const_str_raw_data = {
50432 : : ._ascii = {
50433 : : .ob_base = {
50434 : : .ob_refcnt = 999999999,
50435 : : .ob_type = &PyUnicode_Type,
50436 : : },
50437 : : .length = 8,
50438 : : .hash = -1,
50439 : : .state = {
50440 : : .kind = 1,
50441 : : .compact = 1,
50442 : : .ascii = 1,
50443 : : },
50444 : : },
50445 : : ._data = "raw_data",
50446 : : };
50447 : : static
50448 : : struct {
50449 : : PyGC_Head _gc_head;
50450 : : struct {
50451 : : PyObject_VAR_HEAD
50452 : : PyObject *ob_item[17];
50453 : : }_object;
50454 : : }
50455 : : zipimport_toplevel_consts_24_localsplusnames = {
50456 : : ._object = {
50457 : : .ob_base = {
50458 : : .ob_base = {
50459 : : .ob_refcnt = 999999999,
50460 : : .ob_type = &PyTuple_Type,
50461 : : },
50462 : : .ob_size = 17,
50463 : : },
50464 : : .ob_item = {
50465 : : & const_str_archive._ascii.ob_base,
50466 : : & const_str_toc_entry._ascii.ob_base,
50467 : : & const_str_datapath._ascii.ob_base,
50468 : : & const_str_compress._ascii.ob_base,
50469 : : & const_str_data_size._ascii.ob_base,
50470 : : & const_str_file_size._ascii.ob_base,
50471 : : & const_str_file_offset._ascii.ob_base,
50472 : : & const_str_time._ascii.ob_base,
50473 : : & const_str_date._ascii.ob_base,
50474 : : & const_str_crc._ascii.ob_base,
50475 : : & const_str_fp._ascii.ob_base,
50476 : : &_Py_ID(buffer),
50477 : : & const_str_name_size._ascii.ob_base,
50478 : : & const_str_extra_size._ascii.ob_base,
50479 : : & const_str_header_size._ascii.ob_base,
50480 : : & const_str_raw_data._ascii.ob_base,
50481 : : & const_str_decompress._ascii.ob_base,
50482 : : },
50483 : : },
50484 : : };
50485 : : static
50486 : : struct {
50487 : : PyObject_VAR_HEAD
50488 : : Py_hash_t ob_shash;
50489 : : char ob_sval[18];
50490 : : }
50491 : : zipimport_toplevel_consts_24_localspluskinds = {
50492 : : .ob_base = {
50493 : : .ob_base = {
50494 : : .ob_refcnt = 999999999,
50495 : : .ob_type = &PyBytes_Type,
50496 : : },
50497 : : .ob_size = 17,
50498 : : },
50499 : : .ob_shash = -1,
50500 : : .ob_sval = " ",
50501 : : };
50502 : : static
50503 : : struct _PyCode_DEF(810)
50504 : : zipimport_toplevel_consts_24 = {
50505 : : .ob_base = {
50506 : : .ob_base = {
50507 : : .ob_refcnt = 999999999,
50508 : : .ob_type = &PyCode_Type,
50509 : : },
50510 : : .ob_size = 405,
50511 : : },
50512 : : .co_consts = & zipimport_toplevel_consts_24_consts._object.ob_base.ob_base,
50513 : : .co_names = & zipimport_toplevel_consts_24_names._object.ob_base.ob_base,
50514 : : .co_exceptiontable = & zipimport_toplevel_consts_24_exceptiontable.ob_base.ob_base,
50515 : : .co_flags = 3,
50516 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
50517 : : ._co_linearray_entry_size = 0,
50518 : : .co_argcount = 2,
50519 : : .co_posonlyargcount = 0,
50520 : : .co_kwonlyargcount = 0,
50521 : : .co_framesize = 25 + FRAME_SPECIALS_SIZE,
50522 : : .co_stacksize = 8,
50523 : : .co_firstlineno = 522,
50524 : : .co_nlocalsplus = 17,
50525 : : .co_nlocals = 17,
50526 : : .co_nplaincellvars = 0,
50527 : : .co_ncellvars = 0,
50528 : : .co_nfreevars = 0,
50529 : : .co_localsplusnames = & zipimport_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
50530 : : .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
50531 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
50532 : : .co_name = & const_str__get_data._ascii.ob_base,
50533 : : .co_qualname = & const_str__get_data._ascii.ob_base,
50534 : : .co_linetable = & zipimport_toplevel_consts_24_linetable.ob_base.ob_base,
50535 : : ._co_code = NULL,
50536 : : ._co_linearray = NULL,
50537 : : .co_code_adaptive = "\x97\x00\x7c\x01\x5c\x08\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7d\x05\x7d\x06\x7d\x07\x7d\x08\x7d\x09\x7c\x04\x64\x01\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x0a\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0b\x64\x00\x64\x07\x1a\x00\x64\x08\x6b\x03\x00\x00\x00\x00\x72\x12\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x64\x0a\x64\x0b\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x64\x0b\x64\x05\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x64\x05\x7c\x0c\x7a\x00\x00\x00\x7c\x0d\x7a\x00\x00\x00\x7d\x0e\x7c\x06\x7c\x0e\x7a\x0d\x00\x00\x7d\x06\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x0a\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x7f\x0f\x53\x00\x09\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x02\x00\x7c\x10\x7f\x0f\x64\x0e\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x9b\x02\x9d\x02\x7c\x00\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x68\x78\x03\x59\x00\x77\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0e\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
50538 : : ._co_firsttraceable = 0,
50539 : : };
50540 : : static
50541 : : struct {
50542 : : PyGC_Head _gc_head;
50543 : : struct {
50544 : : PyObject_VAR_HEAD
50545 : : PyObject *ob_item[2];
50546 : : }_object;
50547 : : }
50548 : : zipimport_toplevel_consts_25_consts = {
50549 : : ._object = {
50550 : : .ob_base = {
50551 : : .ob_base = {
50552 : : .ob_refcnt = 999999999,
50553 : : .ob_type = &PyTuple_Type,
50554 : : },
50555 : : .ob_size = 2,
50556 : : },
50557 : : .ob_item = {
50558 : : Py_None,
50559 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
50560 : : },
50561 : : },
50562 : : };
50563 : : static
50564 : : struct {
50565 : : PyASCIIObject _ascii;
50566 : : uint8_t _data[4];
50567 : : }
50568 : : const_str_abs = {
50569 : : ._ascii = {
50570 : : .ob_base = {
50571 : : .ob_refcnt = 999999999,
50572 : : .ob_type = &PyUnicode_Type,
50573 : : },
50574 : : .length = 3,
50575 : : .hash = -1,
50576 : : .state = {
50577 : : .kind = 1,
50578 : : .compact = 1,
50579 : : .ascii = 1,
50580 : : },
50581 : : },
50582 : : ._data = "abs",
50583 : : };
50584 : : static
50585 : : struct {
50586 : : PyGC_Head _gc_head;
50587 : : struct {
50588 : : PyObject_VAR_HEAD
50589 : : PyObject *ob_item[1];
50590 : : }_object;
50591 : : }
50592 : : zipimport_toplevel_consts_25_names = {
50593 : : ._object = {
50594 : : .ob_base = {
50595 : : .ob_base = {
50596 : : .ob_refcnt = 999999999,
50597 : : .ob_type = &PyTuple_Type,
50598 : : },
50599 : : .ob_size = 1,
50600 : : },
50601 : : .ob_item = {
50602 : : & const_str_abs._ascii.ob_base,
50603 : : },
50604 : : },
50605 : : };
50606 : : static
50607 : : struct {
50608 : : PyASCIIObject _ascii;
50609 : : uint8_t _data[10];
50610 : : }
50611 : : const_str__eq_mtime = {
50612 : : ._ascii = {
50613 : : .ob_base = {
50614 : : .ob_refcnt = 999999999,
50615 : : .ob_type = &PyUnicode_Type,
50616 : : },
50617 : : .length = 9,
50618 : : .hash = -1,
50619 : : .state = {
50620 : : .kind = 1,
50621 : : .compact = 1,
50622 : : .ascii = 1,
50623 : : },
50624 : : },
50625 : : ._data = "_eq_mtime",
50626 : : };
50627 : : static
50628 : : struct {
50629 : : PyObject_VAR_HEAD
50630 : : Py_hash_t ob_shash;
50631 : : char ob_sval[22];
50632 : : }
50633 : : zipimport_toplevel_consts_25_linetable = {
50634 : : .ob_base = {
50635 : : .ob_base = {
50636 : : .ob_refcnt = 999999999,
50637 : : .ob_type = &PyBytes_Type,
50638 : : },
50639 : : .ob_size = 21,
50640 : : },
50641 : : .ob_shash = -1,
50642 : : .ob_sval = "\x80\x00\xe5\x0b\x0e\x88\x72\x90\x42\x89\x77\x8c\x3c\x98\x31\xd2\x0b\x1c\xd0\x04\x1c",
50643 : : };
50644 : : static
50645 : : struct {
50646 : : PyASCIIObject _ascii;
50647 : : uint8_t _data[3];
50648 : : }
50649 : : const_str_t1 = {
50650 : : ._ascii = {
50651 : : .ob_base = {
50652 : : .ob_refcnt = 999999999,
50653 : : .ob_type = &PyUnicode_Type,
50654 : : },
50655 : : .length = 2,
50656 : : .hash = -1,
50657 : : .state = {
50658 : : .kind = 1,
50659 : : .compact = 1,
50660 : : .ascii = 1,
50661 : : },
50662 : : },
50663 : : ._data = "t1",
50664 : : };
50665 : : static
50666 : : struct {
50667 : : PyASCIIObject _ascii;
50668 : : uint8_t _data[3];
50669 : : }
50670 : : const_str_t2 = {
50671 : : ._ascii = {
50672 : : .ob_base = {
50673 : : .ob_refcnt = 999999999,
50674 : : .ob_type = &PyUnicode_Type,
50675 : : },
50676 : : .length = 2,
50677 : : .hash = -1,
50678 : : .state = {
50679 : : .kind = 1,
50680 : : .compact = 1,
50681 : : .ascii = 1,
50682 : : },
50683 : : },
50684 : : ._data = "t2",
50685 : : };
50686 : : static
50687 : : struct {
50688 : : PyGC_Head _gc_head;
50689 : : struct {
50690 : : PyObject_VAR_HEAD
50691 : : PyObject *ob_item[2];
50692 : : }_object;
50693 : : }
50694 : : zipimport_toplevel_consts_25_localsplusnames = {
50695 : : ._object = {
50696 : : .ob_base = {
50697 : : .ob_base = {
50698 : : .ob_refcnt = 999999999,
50699 : : .ob_type = &PyTuple_Type,
50700 : : },
50701 : : .ob_size = 2,
50702 : : },
50703 : : .ob_item = {
50704 : : & const_str_t1._ascii.ob_base,
50705 : : & const_str_t2._ascii.ob_base,
50706 : : },
50707 : : },
50708 : : };
50709 : : static
50710 : : struct _PyCode_DEF(42)
50711 : : zipimport_toplevel_consts_25 = {
50712 : : .ob_base = {
50713 : : .ob_base = {
50714 : : .ob_refcnt = 999999999,
50715 : : .ob_type = &PyCode_Type,
50716 : : },
50717 : : .ob_size = 21,
50718 : : },
50719 : : .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
50720 : : .co_names = & zipimport_toplevel_consts_25_names._object.ob_base.ob_base,
50721 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
50722 : : .co_flags = 3,
50723 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
50724 : : ._co_linearray_entry_size = 0,
50725 : : .co_argcount = 2,
50726 : : .co_posonlyargcount = 0,
50727 : : .co_kwonlyargcount = 0,
50728 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
50729 : : .co_stacksize = 4,
50730 : : .co_firstlineno = 568,
50731 : : .co_nlocalsplus = 2,
50732 : : .co_nlocals = 2,
50733 : : .co_nplaincellvars = 0,
50734 : : .co_ncellvars = 0,
50735 : : .co_nfreevars = 0,
50736 : : .co_localsplusnames = & zipimport_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
50737 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
50738 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
50739 : : .co_name = & const_str__eq_mtime._ascii.ob_base,
50740 : : .co_qualname = & const_str__eq_mtime._ascii.ob_base,
50741 : : .co_linetable = & zipimport_toplevel_consts_25_linetable.ob_base.ob_base,
50742 : : ._co_code = NULL,
50743 : : ._co_linearray = NULL,
50744 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7a\x0a\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x01\x00\x00\x00\x00\x53\x00",
50745 : : ._co_firsttraceable = 0,
50746 : : };
50747 : : static
50748 : : struct {
50749 : : PyASCIIObject _ascii;
50750 : : uint8_t _data[17];
50751 : : }
50752 : : zipimport_toplevel_consts_26_consts_11 = {
50753 : : ._ascii = {
50754 : : .ob_base = {
50755 : : .ob_refcnt = 999999999,
50756 : : .ob_type = &PyUnicode_Type,
50757 : : },
50758 : : .length = 16,
50759 : : .hash = -1,
50760 : : .state = {
50761 : : .kind = 1,
50762 : : .compact = 1,
50763 : : .ascii = 1,
50764 : : },
50765 : : },
50766 : : ._data = "compiled module ",
50767 : : };
50768 : : static
50769 : : struct {
50770 : : PyASCIIObject _ascii;
50771 : : uint8_t _data[22];
50772 : : }
50773 : : zipimport_toplevel_consts_26_consts_12 = {
50774 : : ._ascii = {
50775 : : .ob_base = {
50776 : : .ob_refcnt = 999999999,
50777 : : .ob_type = &PyUnicode_Type,
50778 : : },
50779 : : .length = 21,
50780 : : .hash = -1,
50781 : : .state = {
50782 : : .kind = 1,
50783 : : .compact = 1,
50784 : : .ascii = 1,
50785 : : },
50786 : : },
50787 : : ._data = " is not a code object",
50788 : : };
50789 : : static
50790 : : struct {
50791 : : PyGC_Head _gc_head;
50792 : : struct {
50793 : : PyObject_VAR_HEAD
50794 : : PyObject *ob_item[13];
50795 : : }_object;
50796 : : }
50797 : : zipimport_toplevel_consts_26_consts = {
50798 : : ._object = {
50799 : : .ob_base = {
50800 : : .ob_base = {
50801 : : .ob_refcnt = 999999999,
50802 : : .ob_type = &PyTuple_Type,
50803 : : },
50804 : : .ob_size = 13,
50805 : : },
50806 : : .ob_item = {
50807 : : Py_None,
50808 : : & importlib__bootstrap_external_toplevel_consts_46_consts_4._object.ob_base.ob_base,
50809 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
50810 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
50811 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
50812 : : & const_str_never._ascii.ob_base,
50813 : : & const_str_always._ascii.ob_base,
50814 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
50815 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 12],
50816 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
50817 : : & importlib__bootstrap_external_toplevel_consts_44_consts_4._ascii.ob_base,
50818 : : & zipimport_toplevel_consts_26_consts_11._ascii.ob_base,
50819 : : & zipimport_toplevel_consts_26_consts_12._ascii.ob_base,
50820 : : },
50821 : : },
50822 : : };
50823 : : static
50824 : : struct {
50825 : : PyASCIIObject _ascii;
50826 : : uint8_t _data[16];
50827 : : }
50828 : : const_str__get_pyc_source = {
50829 : : ._ascii = {
50830 : : .ob_base = {
50831 : : .ob_refcnt = 999999999,
50832 : : .ob_type = &PyUnicode_Type,
50833 : : },
50834 : : .length = 15,
50835 : : .hash = -1,
50836 : : .state = {
50837 : : .kind = 1,
50838 : : .compact = 1,
50839 : : .ascii = 1,
50840 : : },
50841 : : },
50842 : : ._data = "_get_pyc_source",
50843 : : };
50844 : : static
50845 : : struct {
50846 : : PyASCIIObject _ascii;
50847 : : uint8_t _data[30];
50848 : : }
50849 : : const_str__get_mtime_and_size_of_source = {
50850 : : ._ascii = {
50851 : : .ob_base = {
50852 : : .ob_refcnt = 999999999,
50853 : : .ob_type = &PyUnicode_Type,
50854 : : },
50855 : : .length = 29,
50856 : : .hash = -1,
50857 : : .state = {
50858 : : .kind = 1,
50859 : : .compact = 1,
50860 : : .ascii = 1,
50861 : : },
50862 : : },
50863 : : ._data = "_get_mtime_and_size_of_source",
50864 : : };
50865 : : static
50866 : : struct {
50867 : : PyGC_Head _gc_head;
50868 : : struct {
50869 : : PyObject_VAR_HEAD
50870 : : PyObject *ob_item[18];
50871 : : }_object;
50872 : : }
50873 : : zipimport_toplevel_consts_26_names = {
50874 : : ._object = {
50875 : : .ob_base = {
50876 : : .ob_base = {
50877 : : .ob_refcnt = 999999999,
50878 : : .ob_type = &PyTuple_Type,
50879 : : },
50880 : : .ob_size = 18,
50881 : : },
50882 : : .ob_item = {
50883 : : & const_str__bootstrap_external._ascii.ob_base,
50884 : : & const_str__classify_pyc._ascii.ob_base,
50885 : : & const_str__imp._ascii.ob_base,
50886 : : & const_str_check_hash_based_pycs._ascii.ob_base,
50887 : : & const_str__get_pyc_source._ascii.ob_base,
50888 : : & const_str_source_hash._ascii.ob_base,
50889 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
50890 : : & const_str__validate_hash_pyc._ascii.ob_base,
50891 : : & const_str__get_mtime_and_size_of_source._ascii.ob_base,
50892 : : & const_str__eq_mtime._ascii.ob_base,
50893 : : & const_str__unpack_uint32._ascii.ob_base,
50894 : : &_Py_ID(_bootstrap),
50895 : : & const_str__verbose_message._ascii.ob_base,
50896 : : & const_str_marshal._ascii.ob_base,
50897 : : & const_str_loads._ascii.ob_base,
50898 : : &_Py_ID(isinstance),
50899 : : & const_str__code_type._ascii.ob_base,
50900 : : & const_str_TypeError._ascii.ob_base,
50901 : : },
50902 : : },
50903 : : };
50904 : : static
50905 : : struct {
50906 : : PyASCIIObject _ascii;
50907 : : uint8_t _data[16];
50908 : : }
50909 : : const_str__unmarshal_code = {
50910 : : ._ascii = {
50911 : : .ob_base = {
50912 : : .ob_refcnt = 999999999,
50913 : : .ob_type = &PyUnicode_Type,
50914 : : },
50915 : : .length = 15,
50916 : : .hash = -1,
50917 : : .state = {
50918 : : .kind = 1,
50919 : : .compact = 1,
50920 : : .ascii = 1,
50921 : : },
50922 : : },
50923 : : ._data = "_unmarshal_code",
50924 : : };
50925 : : static
50926 : : struct {
50927 : : PyObject_VAR_HEAD
50928 : : Py_hash_t ob_shash;
50929 : : char ob_sval[390];
50930 : : }
50931 : : zipimport_toplevel_consts_26_linetable = {
50932 : : .ob_base = {
50933 : : .ob_base = {
50934 : : .ob_refcnt = 999999999,
50935 : : .ob_type = &PyBytes_Type,
50936 : : },
50937 : : .ob_size = 389,
50938 : : },
50939 : : .ob_shash = -1,
50940 : : .ob_sval = "\x80\x00\xe0\x10\x18\xd8\x10\x18\xf0\x05\x03\x13\x06\xf0\x00\x03\x13\x06\x80\x4b\xf5\x0a\x00\x0d\x2e\xd7\x0c\x2d\xd1\x0c\x2d\xa8\x64\xb0\x48\xb8\x6b\xd4\x0c\x4a\x80\x45\xe0\x11\x16\x98\x13\x91\x1b\xa0\x01\xd2\x11\x21\x80\x4a\xd8\x07\x11\xf0\x00\x18\x05\x1c\xd8\x17\x1c\x98\x74\x91\x7c\xa0\x71\xd2\x17\x28\x88\x0c\xdd\x0c\x10\xd7\x0c\x26\xd1\x0c\x26\xa8\x27\xd2\x0c\x31\xf0\x00\x0a\x09\x3e\xd8\x11\x1d\xf0\x03\x0a\x09\x3e\xdd\x21\x25\xd7\x21\x3b\xd1\x21\x3b\xb8\x78\xd2\x21\x47\xf0\x03\x0a\x09\x3e\xe5\x1b\x2a\xa8\x34\xb0\x18\xd4\x1b\x3a\x88\x4c\xd8\x0f\x1b\xf0\x00\x07\x0d\x3e\xdd\x1e\x2e\xd7\x1e\x2e\xd1\x1e\x2e\xdd\x14\x27\xd7\x14\x39\xd1\x14\x39\xd8\x14\x20\xf4\x05\x03\x1f\x12\x90\x0b\xf5\x0a\x00\x11\x37\xd7\x10\x36\xd1\x10\x36\xd8\x14\x18\x98\x2b\xa0\x78\xb0\x1b\xf4\x03\x01\x11\x3e\xf0\x00\x01\x11\x3e\xf0\x00\x01\x11\x3e\xf5\x08\x00\x0d\x2a\xa8\x24\xb0\x08\xd4\x0c\x39\xf1\x03\x00\x09\x22\x88\x0c\x90\x6b\xf0\x06\x00\x0c\x18\xf0\x00\x07\x09\x1c\xf5\x06\x00\x15\x1e\x9d\x6e\xa8\x54\xb0\x21\xb0\x42\xa8\x5a\xd4\x1e\x38\xb8\x2c\xd4\x14\x47\xf0\x00\x04\x0d\x1c\xdd\x14\x22\xa0\x34\xa8\x02\xa8\x32\xa0\x3b\xd4\x14\x2f\xb0\x3b\xd2\x14\x3e\xf0\x03\x04\x0d\x1c\xe5\x10\x2b\xd7\x10\x2b\xd1\x10\x2b\xd8\x14\x39\xa8\x58\xd0\x14\x39\xd0\x14\x39\xf4\x03\x01\x11\x3b\xf0\x00\x01\x11\x3b\xe0\x17\x1b\x90\x74\xe5\x0b\x18\x8f\x3d\x89\x3d\x98\x14\x98\x62\x98\x19\x98\x19\xd4\x0b\x23\x80\x44\xdd\x0b\x15\x90\x64\x9d\x4a\xd4\x0b\x27\xf0\x00\x01\x05\x4e\x01\xdd\x0e\x17\xd0\x18\x4c\xa8\x38\xd0\x18\x4c\xd0\x18\x4c\xd0\x18\x4c\xd4\x0e\x4d\xd0\x08\x4d\xd8\x0b\x0f\x80\x4b",
50941 : : };
50942 : : static
50943 : : struct {
50944 : : PyGC_Head _gc_head;
50945 : : struct {
50946 : : PyObject_VAR_HEAD
50947 : : PyObject *ob_item[14];
50948 : : }_object;
50949 : : }
50950 : : zipimport_toplevel_consts_26_localsplusnames = {
50951 : : ._object = {
50952 : : .ob_base = {
50953 : : .ob_base = {
50954 : : .ob_refcnt = 999999999,
50955 : : .ob_type = &PyTuple_Type,
50956 : : },
50957 : : .ob_size = 14,
50958 : : },
50959 : : .ob_item = {
50960 : : & const_str_self._ascii.ob_base,
50961 : : & const_str_pathname._ascii.ob_base,
50962 : : & const_str_fullpath._ascii.ob_base,
50963 : : & const_str_fullname._ascii.ob_base,
50964 : : & const_str_data._ascii.ob_base,
50965 : : & const_str_exc_details._ascii.ob_base,
50966 : : & const_str_flags._ascii.ob_base,
50967 : : & const_str_hash_based._ascii.ob_base,
50968 : : & const_str_check_source._ascii.ob_base,
50969 : : & const_str_source_bytes._ascii.ob_base,
50970 : : & const_str_source_hash._ascii.ob_base,
50971 : : & const_str_source_mtime._ascii.ob_base,
50972 : : & const_str_source_size._ascii.ob_base,
50973 : : &_Py_ID(code),
50974 : : },
50975 : : },
50976 : : };
50977 : : static
50978 : : struct _PyCode_DEF(672)
50979 : : zipimport_toplevel_consts_26 = {
50980 : : .ob_base = {
50981 : : .ob_base = {
50982 : : .ob_refcnt = 999999999,
50983 : : .ob_type = &PyCode_Type,
50984 : : },
50985 : : .ob_size = 336,
50986 : : },
50987 : : .co_consts = & zipimport_toplevel_consts_26_consts._object.ob_base.ob_base,
50988 : : .co_names = & zipimport_toplevel_consts_26_names._object.ob_base.ob_base,
50989 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
50990 : : .co_flags = 3,
50991 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
50992 : : ._co_linearray_entry_size = 0,
50993 : : .co_argcount = 5,
50994 : : .co_posonlyargcount = 0,
50995 : : .co_kwonlyargcount = 0,
50996 : : .co_framesize = 21 + FRAME_SPECIALS_SIZE,
50997 : : .co_stacksize = 7,
50998 : : .co_firstlineno = 576,
50999 : : .co_nlocalsplus = 14,
51000 : : .co_nlocals = 14,
51001 : : .co_nplaincellvars = 0,
51002 : : .co_ncellvars = 0,
51003 : : .co_nfreevars = 0,
51004 : : .co_localsplusnames = & zipimport_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
51005 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
51006 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51007 : : .co_name = & const_str__unmarshal_code._ascii.ob_base,
51008 : : .co_qualname = & const_str__unmarshal_code._ascii.ob_base,
51009 : : .co_linetable = & zipimport_toplevel_consts_26_linetable.ob_base.ob_base,
51010 : : ._co_code = NULL,
51011 : : ._co_linearray = NULL,
51012 : : .co_code_adaptive = "\x97\x00\x7c\x03\x7c\x02\x64\x01\x9c\x02\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\x7c\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x64\x02\x7a\x01\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x7d\x07\x7c\x07\x72\x87\x7c\x06\x64\x04\x7a\x01\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x7d\x08\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x03\x00\x00\x00\x00\x72\xc8\x7c\x08\x73\x15\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\xb1\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x81\xa1\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x0a\x7c\x03\x7c\x05\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x5f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x0b\x7d\x0c\x7c\x0b\x72\x4c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x07\x64\x08\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x08\x64\x09\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\x6b\x03\x00\x00\x00\x00\x72\x1c\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x7c\x03\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x09\x64\x00\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x01\x9b\x02\x64\x0c\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x0d\x53\x00",
51013 : : ._co_firsttraceable = 0,
51014 : : };
51015 : : static
51016 : : struct {
51017 : : PyGC_Head _gc_head;
51018 : : struct {
51019 : : PyObject_VAR_HEAD
51020 : : PyObject *ob_item[4];
51021 : : }_object;
51022 : : }
51023 : : zipimport_toplevel_consts_27_consts = {
51024 : : ._object = {
51025 : : .ob_base = {
51026 : : .ob_base = {
51027 : : .ob_refcnt = 999999999,
51028 : : .ob_type = &PyTuple_Type,
51029 : : },
51030 : : .ob_size = 4,
51031 : : },
51032 : : .ob_item = {
51033 : : Py_None,
51034 : : & importlib__bootstrap_external_toplevel_consts_29.ob_base.ob_base,
51035 : : (PyObject *)&_Py_SINGLETON(bytes_characters[10]),
51036 : : (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
51037 : : },
51038 : : },
51039 : : };
51040 : : static
51041 : : struct {
51042 : : PyGC_Head _gc_head;
51043 : : struct {
51044 : : PyObject_VAR_HEAD
51045 : : PyObject *ob_item[1];
51046 : : }_object;
51047 : : }
51048 : : zipimport_toplevel_consts_27_names = {
51049 : : ._object = {
51050 : : .ob_base = {
51051 : : .ob_base = {
51052 : : .ob_refcnt = 999999999,
51053 : : .ob_type = &PyTuple_Type,
51054 : : },
51055 : : .ob_size = 1,
51056 : : },
51057 : : .ob_item = {
51058 : : &_Py_ID(replace),
51059 : : },
51060 : : },
51061 : : };
51062 : : static
51063 : : struct {
51064 : : PyASCIIObject _ascii;
51065 : : uint8_t _data[24];
51066 : : }
51067 : : const_str__normalize_line_endings = {
51068 : : ._ascii = {
51069 : : .ob_base = {
51070 : : .ob_refcnt = 999999999,
51071 : : .ob_type = &PyUnicode_Type,
51072 : : },
51073 : : .length = 23,
51074 : : .hash = -1,
51075 : : .state = {
51076 : : .kind = 1,
51077 : : .compact = 1,
51078 : : .ascii = 1,
51079 : : },
51080 : : },
51081 : : ._data = "_normalize_line_endings",
51082 : : };
51083 : : static
51084 : : struct {
51085 : : PyObject_VAR_HEAD
51086 : : Py_hash_t ob_shash;
51087 : : char ob_sval[40];
51088 : : }
51089 : : zipimport_toplevel_consts_27_linetable = {
51090 : : .ob_base = {
51091 : : .ob_base = {
51092 : : .ob_refcnt = 999999999,
51093 : : .ob_type = &PyBytes_Type,
51094 : : },
51095 : : .ob_size = 39,
51096 : : },
51097 : : .ob_shash = -1,
51098 : : .ob_sval = "\x80\x00\xd8\x0d\x13\x8f\x5e\x89\x5e\x98\x47\xa0\x55\xd4\x0d\x2b\x80\x46\xd8\x0d\x13\x8f\x5e\x89\x5e\x98\x45\xa0\x35\xd4\x0d\x29\x80\x46\xd8\x0b\x11\x80\x4d",
51099 : : };
51100 : : static
51101 : : struct {
51102 : : PyGC_Head _gc_head;
51103 : : struct {
51104 : : PyObject_VAR_HEAD
51105 : : PyObject *ob_item[1];
51106 : : }_object;
51107 : : }
51108 : : zipimport_toplevel_consts_27_localsplusnames = {
51109 : : ._object = {
51110 : : .ob_base = {
51111 : : .ob_base = {
51112 : : .ob_refcnt = 999999999,
51113 : : .ob_type = &PyTuple_Type,
51114 : : },
51115 : : .ob_size = 1,
51116 : : },
51117 : : .ob_item = {
51118 : : & const_str_source._ascii.ob_base,
51119 : : },
51120 : : },
51121 : : };
51122 : : static
51123 : : struct _PyCode_DEF(82)
51124 : : zipimport_toplevel_consts_27 = {
51125 : : .ob_base = {
51126 : : .ob_base = {
51127 : : .ob_refcnt = 999999999,
51128 : : .ob_type = &PyCode_Type,
51129 : : },
51130 : : .ob_size = 41,
51131 : : },
51132 : : .co_consts = & zipimport_toplevel_consts_27_consts._object.ob_base.ob_base,
51133 : : .co_names = & zipimport_toplevel_consts_27_names._object.ob_base.ob_base,
51134 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
51135 : : .co_flags = 3,
51136 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51137 : : ._co_linearray_entry_size = 0,
51138 : : .co_argcount = 1,
51139 : : .co_posonlyargcount = 0,
51140 : : .co_kwonlyargcount = 0,
51141 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
51142 : : .co_stacksize = 4,
51143 : : .co_firstlineno = 621,
51144 : : .co_nlocalsplus = 1,
51145 : : .co_nlocals = 1,
51146 : : .co_nplaincellvars = 0,
51147 : : .co_ncellvars = 0,
51148 : : .co_nfreevars = 0,
51149 : : .co_localsplusnames = & zipimport_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
51150 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
51151 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51152 : : .co_name = & const_str__normalize_line_endings._ascii.ob_base,
51153 : : .co_qualname = & const_str__normalize_line_endings._ascii.ob_base,
51154 : : .co_linetable = & zipimport_toplevel_consts_27_linetable.ob_base.ob_base,
51155 : : ._co_code = NULL,
51156 : : ._co_linearray = NULL,
51157 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x53\x00",
51158 : : ._co_firsttraceable = 0,
51159 : : };
51160 : : static
51161 : : struct {
51162 : : PyGC_Head _gc_head;
51163 : : struct {
51164 : : PyObject_VAR_HEAD
51165 : : PyObject *ob_item[4];
51166 : : }_object;
51167 : : }
51168 : : zipimport_toplevel_consts_28_consts = {
51169 : : ._object = {
51170 : : .ob_base = {
51171 : : .ob_base = {
51172 : : .ob_refcnt = 999999999,
51173 : : .ob_type = &PyTuple_Type,
51174 : : },
51175 : : .ob_size = 4,
51176 : : },
51177 : : .ob_item = {
51178 : : Py_None,
51179 : : & const_str_exec._ascii.ob_base,
51180 : : Py_True,
51181 : : & importlib__bootstrap_external_toplevel_consts_69_consts_5_consts_5._object.ob_base.ob_base,
51182 : : },
51183 : : },
51184 : : };
51185 : : static
51186 : : struct {
51187 : : PyGC_Head _gc_head;
51188 : : struct {
51189 : : PyObject_VAR_HEAD
51190 : : PyObject *ob_item[2];
51191 : : }_object;
51192 : : }
51193 : : zipimport_toplevel_consts_28_names = {
51194 : : ._object = {
51195 : : .ob_base = {
51196 : : .ob_base = {
51197 : : .ob_refcnt = 999999999,
51198 : : .ob_type = &PyTuple_Type,
51199 : : },
51200 : : .ob_size = 2,
51201 : : },
51202 : : .ob_item = {
51203 : : & const_str__normalize_line_endings._ascii.ob_base,
51204 : : & const_str_compile._ascii.ob_base,
51205 : : },
51206 : : },
51207 : : };
51208 : : static
51209 : : struct {
51210 : : PyASCIIObject _ascii;
51211 : : uint8_t _data[16];
51212 : : }
51213 : : const_str__compile_source = {
51214 : : ._ascii = {
51215 : : .ob_base = {
51216 : : .ob_refcnt = 999999999,
51217 : : .ob_type = &PyUnicode_Type,
51218 : : },
51219 : : .length = 15,
51220 : : .hash = -1,
51221 : : .state = {
51222 : : .kind = 1,
51223 : : .compact = 1,
51224 : : .ascii = 1,
51225 : : },
51226 : : },
51227 : : ._data = "_compile_source",
51228 : : };
51229 : : static
51230 : : struct {
51231 : : PyObject_VAR_HEAD
51232 : : Py_hash_t ob_shash;
51233 : : char ob_sval[33];
51234 : : }
51235 : : zipimport_toplevel_consts_28_linetable = {
51236 : : .ob_base = {
51237 : : .ob_base = {
51238 : : .ob_refcnt = 999999999,
51239 : : .ob_type = &PyBytes_Type,
51240 : : },
51241 : : .ob_size = 32,
51242 : : },
51243 : : .ob_shash = -1,
51244 : : .ob_sval = "\x80\x00\xdd\x0d\x24\xa0\x56\xd4\x0d\x2c\x80\x46\xdd\x0b\x12\x90\x36\x98\x38\xa0\x56\xb8\x24\xd0\x0b\x3f\xd4\x0b\x3f\xd0\x04\x3f",
51245 : : };
51246 : : static
51247 : : struct {
51248 : : PyGC_Head _gc_head;
51249 : : struct {
51250 : : PyObject_VAR_HEAD
51251 : : PyObject *ob_item[2];
51252 : : }_object;
51253 : : }
51254 : : zipimport_toplevel_consts_28_localsplusnames = {
51255 : : ._object = {
51256 : : .ob_base = {
51257 : : .ob_base = {
51258 : : .ob_refcnt = 999999999,
51259 : : .ob_type = &PyTuple_Type,
51260 : : },
51261 : : .ob_size = 2,
51262 : : },
51263 : : .ob_item = {
51264 : : & const_str_pathname._ascii.ob_base,
51265 : : & const_str_source._ascii.ob_base,
51266 : : },
51267 : : },
51268 : : };
51269 : : static
51270 : : struct _PyCode_DEF(62)
51271 : : zipimport_toplevel_consts_28 = {
51272 : : .ob_base = {
51273 : : .ob_base = {
51274 : : .ob_refcnt = 999999999,
51275 : : .ob_type = &PyCode_Type,
51276 : : },
51277 : : .ob_size = 31,
51278 : : },
51279 : : .co_consts = & zipimport_toplevel_consts_28_consts._object.ob_base.ob_base,
51280 : : .co_names = & zipimport_toplevel_consts_28_names._object.ob_base.ob_base,
51281 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
51282 : : .co_flags = 3,
51283 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51284 : : ._co_linearray_entry_size = 0,
51285 : : .co_argcount = 2,
51286 : : .co_posonlyargcount = 0,
51287 : : .co_kwonlyargcount = 0,
51288 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
51289 : : .co_stacksize = 6,
51290 : : .co_firstlineno = 628,
51291 : : .co_nlocalsplus = 2,
51292 : : .co_nlocals = 2,
51293 : : .co_nplaincellvars = 0,
51294 : : .co_ncellvars = 0,
51295 : : .co_nfreevars = 0,
51296 : : .co_localsplusnames = & zipimport_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
51297 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
51298 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51299 : : .co_name = & const_str__compile_source._ascii.ob_base,
51300 : : .co_qualname = & const_str__compile_source._ascii.ob_base,
51301 : : .co_linetable = & zipimport_toplevel_consts_28_linetable.ob_base.ob_base,
51302 : : ._co_code = NULL,
51303 : : ._co_linearray = NULL,
51304 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x64\x01\x64\x02\xac\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
51305 : : ._co_firsttraceable = 0,
51306 : : };
51307 : : static
51308 : : struct {
51309 : : PyObject_VAR_HEAD
51310 : : digit ob_digit[1];
51311 : : }
51312 : : const_int_1980 = {
51313 : : .ob_base = {
51314 : : .ob_base = {
51315 : : .ob_refcnt = 999999999,
51316 : : .ob_type = &PyLong_Type,
51317 : : },
51318 : : .ob_size = 1,
51319 : : },
51320 : : .ob_digit = { 1980 },
51321 : : };
51322 : : static
51323 : : struct {
51324 : : PyGC_Head _gc_head;
51325 : : struct {
51326 : : PyObject_VAR_HEAD
51327 : : PyObject *ob_item[10];
51328 : : }_object;
51329 : : }
51330 : : zipimport_toplevel_consts_29_consts = {
51331 : : ._object = {
51332 : : .ob_base = {
51333 : : .ob_base = {
51334 : : .ob_refcnt = 999999999,
51335 : : .ob_type = &PyTuple_Type,
51336 : : },
51337 : : .ob_size = 10,
51338 : : },
51339 : : .ob_item = {
51340 : : Py_None,
51341 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
51342 : : & const_int_1980.ob_base.ob_base,
51343 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
51344 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 15],
51345 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 31],
51346 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
51347 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 63],
51348 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
51349 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
51350 : : },
51351 : : },
51352 : : };
51353 : : static
51354 : : struct {
51355 : : PyASCIIObject _ascii;
51356 : : uint8_t _data[7];
51357 : : }
51358 : : const_str_mktime = {
51359 : : ._ascii = {
51360 : : .ob_base = {
51361 : : .ob_refcnt = 999999999,
51362 : : .ob_type = &PyUnicode_Type,
51363 : : },
51364 : : .length = 6,
51365 : : .hash = -1,
51366 : : .state = {
51367 : : .kind = 1,
51368 : : .compact = 1,
51369 : : .ascii = 1,
51370 : : },
51371 : : },
51372 : : ._data = "mktime",
51373 : : };
51374 : : static
51375 : : struct {
51376 : : PyGC_Head _gc_head;
51377 : : struct {
51378 : : PyObject_VAR_HEAD
51379 : : PyObject *ob_item[2];
51380 : : }_object;
51381 : : }
51382 : : zipimport_toplevel_consts_29_names = {
51383 : : ._object = {
51384 : : .ob_base = {
51385 : : .ob_base = {
51386 : : .ob_refcnt = 999999999,
51387 : : .ob_type = &PyTuple_Type,
51388 : : },
51389 : : .ob_size = 2,
51390 : : },
51391 : : .ob_item = {
51392 : : & const_str_time._ascii.ob_base,
51393 : : & const_str_mktime._ascii.ob_base,
51394 : : },
51395 : : },
51396 : : };
51397 : : static
51398 : : struct {
51399 : : PyASCIIObject _ascii;
51400 : : uint8_t _data[15];
51401 : : }
51402 : : const_str__parse_dostime = {
51403 : : ._ascii = {
51404 : : .ob_base = {
51405 : : .ob_refcnt = 999999999,
51406 : : .ob_type = &PyUnicode_Type,
51407 : : },
51408 : : .length = 14,
51409 : : .hash = -1,
51410 : : .state = {
51411 : : .kind = 1,
51412 : : .compact = 1,
51413 : : .ascii = 1,
51414 : : },
51415 : : },
51416 : : ._data = "_parse_dostime",
51417 : : };
51418 : : static
51419 : : struct {
51420 : : PyObject_VAR_HEAD
51421 : : Py_hash_t ob_shash;
51422 : : char ob_sval[90];
51423 : : }
51424 : : zipimport_toplevel_consts_29_linetable = {
51425 : : .ob_base = {
51426 : : .ob_base = {
51427 : : .ob_refcnt = 999999999,
51428 : : .ob_type = &PyBytes_Type,
51429 : : },
51430 : : .ob_size = 89,
51431 : : },
51432 : : .ob_shash = -1,
51433 : : .ob_sval = "\x80\x00\xdd\x0b\x16\x8f\x3b\x89\x3b\xd8\x09\x0a\x88\x61\x89\x16\x90\x34\x89\x0f\xd8\x09\x0a\x88\x61\x89\x16\x90\x33\x89\x0e\xd8\x08\x09\x88\x44\x89\x08\xd8\x08\x09\x88\x52\x89\x07\xd8\x09\x0a\x88\x61\x89\x16\x90\x34\x89\x0f\xd8\x09\x0a\x88\x54\x89\x18\x90\x51\x89\x0e\xd8\x08\x0a\x88\x42\x90\x02\xf0\x0f\x07\x18\x14\xf4\x00\x07\x0c\x15\xf0\x00\x07\x05\x15",
51434 : : };
51435 : : static
51436 : : struct {
51437 : : PyASCIIObject _ascii;
51438 : : uint8_t _data[2];
51439 : : }
51440 : : const_str_d = {
51441 : : ._ascii = {
51442 : : .ob_base = {
51443 : : .ob_refcnt = 999999999,
51444 : : .ob_type = &PyUnicode_Type,
51445 : : },
51446 : : .length = 1,
51447 : : .hash = -1,
51448 : : .state = {
51449 : : .kind = 1,
51450 : : .compact = 1,
51451 : : .ascii = 1,
51452 : : },
51453 : : },
51454 : : ._data = "d",
51455 : : };
51456 : : static
51457 : : struct {
51458 : : PyGC_Head _gc_head;
51459 : : struct {
51460 : : PyObject_VAR_HEAD
51461 : : PyObject *ob_item[2];
51462 : : }_object;
51463 : : }
51464 : : zipimport_toplevel_consts_29_localsplusnames = {
51465 : : ._object = {
51466 : : .ob_base = {
51467 : : .ob_base = {
51468 : : .ob_refcnt = 999999999,
51469 : : .ob_type = &PyTuple_Type,
51470 : : },
51471 : : .ob_size = 2,
51472 : : },
51473 : : .ob_item = {
51474 : : & const_str_d._ascii.ob_base,
51475 : : & const_str_t._ascii.ob_base,
51476 : : },
51477 : : },
51478 : : };
51479 : : static
51480 : : struct _PyCode_DEF(126)
51481 : : zipimport_toplevel_consts_29 = {
51482 : : .ob_base = {
51483 : : .ob_base = {
51484 : : .ob_refcnt = 999999999,
51485 : : .ob_type = &PyCode_Type,
51486 : : },
51487 : : .ob_size = 63,
51488 : : },
51489 : : .co_consts = & zipimport_toplevel_consts_29_consts._object.ob_base.ob_base,
51490 : : .co_names = & zipimport_toplevel_consts_29_names._object.ob_base.ob_base,
51491 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
51492 : : .co_flags = 3,
51493 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51494 : : ._co_linearray_entry_size = 0,
51495 : : .co_argcount = 2,
51496 : : .co_posonlyargcount = 0,
51497 : : .co_kwonlyargcount = 0,
51498 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
51499 : : .co_stacksize = 11,
51500 : : .co_firstlineno = 634,
51501 : : .co_nlocalsplus = 2,
51502 : : .co_nlocals = 2,
51503 : : .co_nplaincellvars = 0,
51504 : : .co_ncellvars = 0,
51505 : : .co_nfreevars = 0,
51506 : : .co_localsplusnames = & zipimport_toplevel_consts_29_localsplusnames._object.ob_base.ob_base,
51507 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
51508 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51509 : : .co_name = & const_str__parse_dostime._ascii.ob_base,
51510 : : .co_qualname = & const_str__parse_dostime._ascii.ob_base,
51511 : : .co_linetable = & zipimport_toplevel_consts_29_linetable.ob_base.ob_base,
51512 : : ._co_code = NULL,
51513 : : ._co_linearray = NULL,
51514 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x7a\x09\x00\x00\x64\x02\x7a\x00\x00\x00\x7c\x00\x64\x03\x7a\x09\x00\x00\x64\x04\x7a\x01\x00\x00\x7c\x00\x64\x05\x7a\x01\x00\x00\x7c\x01\x64\x06\x7a\x09\x00\x00\x7c\x01\x64\x03\x7a\x09\x00\x00\x64\x07\x7a\x01\x00\x00\x7c\x01\x64\x05\x7a\x01\x00\x00\x64\x08\x7a\x05\x00\x00\x64\x09\x64\x09\x64\x09\x66\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
51515 : : ._co_firsttraceable = 0,
51516 : : };
51517 : : static
51518 : : struct {
51519 : : PyASCIIObject _ascii;
51520 : : uint8_t _data[2];
51521 : : }
51522 : : const_str_c = {
51523 : : ._ascii = {
51524 : : .ob_base = {
51525 : : .ob_refcnt = 999999999,
51526 : : .ob_type = &PyUnicode_Type,
51527 : : },
51528 : : .length = 1,
51529 : : .hash = -1,
51530 : : .state = {
51531 : : .kind = 1,
51532 : : .compact = 1,
51533 : : .ascii = 1,
51534 : : },
51535 : : },
51536 : : ._data = "c",
51537 : : };
51538 : : static
51539 : : struct {
51540 : : PyASCIIObject _ascii;
51541 : : uint8_t _data[2];
51542 : : }
51543 : : const_str_o = {
51544 : : ._ascii = {
51545 : : .ob_base = {
51546 : : .ob_refcnt = 999999999,
51547 : : .ob_type = &PyUnicode_Type,
51548 : : },
51549 : : .length = 1,
51550 : : .hash = -1,
51551 : : .state = {
51552 : : .kind = 1,
51553 : : .compact = 1,
51554 : : .ascii = 1,
51555 : : },
51556 : : },
51557 : : ._data = "o",
51558 : : };
51559 : : static
51560 : : struct {
51561 : : PyGC_Head _gc_head;
51562 : : struct {
51563 : : PyObject_VAR_HEAD
51564 : : PyObject *ob_item[2];
51565 : : }_object;
51566 : : }
51567 : : zipimport_toplevel_consts_30_consts_2 = {
51568 : : ._object = {
51569 : : .ob_base = {
51570 : : .ob_base = {
51571 : : .ob_refcnt = 999999999,
51572 : : .ob_type = &PyTuple_Type,
51573 : : },
51574 : : .ob_size = 2,
51575 : : },
51576 : : .ob_item = {
51577 : : & const_str_c._ascii.ob_base,
51578 : : & const_str_o._ascii.ob_base,
51579 : : },
51580 : : },
51581 : : };
51582 : : static
51583 : : struct {
51584 : : PyGC_Head _gc_head;
51585 : : struct {
51586 : : PyObject_VAR_HEAD
51587 : : PyObject *ob_item[7];
51588 : : }_object;
51589 : : }
51590 : : zipimport_toplevel_consts_30_consts = {
51591 : : ._object = {
51592 : : .ob_base = {
51593 : : .ob_base = {
51594 : : .ob_refcnt = 999999999,
51595 : : .ob_type = &PyTuple_Type,
51596 : : },
51597 : : .ob_size = 7,
51598 : : },
51599 : : .ob_item = {
51600 : : Py_None,
51601 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
51602 : : & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
51603 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
51604 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
51605 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
51606 : : & importlib__bootstrap_external_toplevel_consts_82._object.ob_base.ob_base,
51607 : : },
51608 : : },
51609 : : };
51610 : : static
51611 : : struct {
51612 : : PyASCIIObject _ascii;
51613 : : uint8_t _data[11];
51614 : : }
51615 : : const_str_IndexError = {
51616 : : ._ascii = {
51617 : : .ob_base = {
51618 : : .ob_refcnt = 999999999,
51619 : : .ob_type = &PyUnicode_Type,
51620 : : },
51621 : : .length = 10,
51622 : : .hash = -1,
51623 : : .state = {
51624 : : .kind = 1,
51625 : : .compact = 1,
51626 : : .ascii = 1,
51627 : : },
51628 : : },
51629 : : ._data = "IndexError",
51630 : : };
51631 : : static
51632 : : struct {
51633 : : PyGC_Head _gc_head;
51634 : : struct {
51635 : : PyObject_VAR_HEAD
51636 : : PyObject *ob_item[5];
51637 : : }_object;
51638 : : }
51639 : : zipimport_toplevel_consts_30_names = {
51640 : : ._object = {
51641 : : .ob_base = {
51642 : : .ob_base = {
51643 : : .ob_refcnt = 999999999,
51644 : : .ob_type = &PyTuple_Type,
51645 : : },
51646 : : .ob_size = 5,
51647 : : },
51648 : : .ob_item = {
51649 : : & const_str__files._ascii.ob_base,
51650 : : & const_str__parse_dostime._ascii.ob_base,
51651 : : & const_str_KeyError._ascii.ob_base,
51652 : : & const_str_IndexError._ascii.ob_base,
51653 : : & const_str_TypeError._ascii.ob_base,
51654 : : },
51655 : : },
51656 : : };
51657 : : static
51658 : : struct {
51659 : : PyObject_VAR_HEAD
51660 : : Py_hash_t ob_shash;
51661 : : char ob_sval[146];
51662 : : }
51663 : : zipimport_toplevel_consts_30_linetable = {
51664 : : .ob_base = {
51665 : : .ob_base = {
51666 : : .ob_refcnt = 999999999,
51667 : : .ob_type = &PyBytes_Type,
51668 : : },
51669 : : .ob_size = 145,
51670 : : },
51671 : : .ob_shash = -1,
51672 : : .ob_sval = "\x80\x00\xf0\x02\x0c\x05\x14\xe0\x0f\x13\x90\x42\x88\x79\x88\x79\x98\x4a\xd0\x0f\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd8\x0f\x13\x88\x79\x90\x52\x88\x79\x88\x04\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\x88\x09\xf0\x06\x00\x10\x19\x98\x11\x8c\x7c\x88\x04\xd8\x0f\x18\x98\x11\x8c\x7c\x88\x04\xd8\x1c\x25\xa0\x61\x9c\x4c\xd0\x08\x19\xdd\x0f\x1d\x98\x64\xa0\x44\xd4\x0f\x29\xd0\x2b\x3c\xd0\x0f\x3c\xd0\x08\x3c\xf8\xdd\x0c\x14\x95\x6a\xa5\x29\xd0\x0b\x2c\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\x88\x74\xf0\x03\x01\x05\x14\xf8\xf8\xf8",
51673 : : };
51674 : : static
51675 : : struct {
51676 : : PyObject_VAR_HEAD
51677 : : Py_hash_t ob_shash;
51678 : : char ob_sval[19];
51679 : : }
51680 : : zipimport_toplevel_consts_30_exceptiontable = {
51681 : : .ob_base = {
51682 : : .ob_base = {
51683 : : .ob_refcnt = 999999999,
51684 : : .ob_type = &PyBytes_Type,
51685 : : },
51686 : : .ob_size = 18,
51687 : : },
51688 : : .ob_shash = -1,
51689 : : .ob_sval = "\x82\x41\x07\x41\x0a\x00\xc1\x0a\x17\x41\x25\x03\xc1\x24\x01\x41\x25\x03",
51690 : : };
51691 : : static
51692 : : struct {
51693 : : PyASCIIObject _ascii;
51694 : : uint8_t _data[18];
51695 : : }
51696 : : const_str_uncompressed_size = {
51697 : : ._ascii = {
51698 : : .ob_base = {
51699 : : .ob_refcnt = 999999999,
51700 : : .ob_type = &PyUnicode_Type,
51701 : : },
51702 : : .length = 17,
51703 : : .hash = -1,
51704 : : .state = {
51705 : : .kind = 1,
51706 : : .compact = 1,
51707 : : .ascii = 1,
51708 : : },
51709 : : },
51710 : : ._data = "uncompressed_size",
51711 : : };
51712 : : static
51713 : : struct {
51714 : : PyGC_Head _gc_head;
51715 : : struct {
51716 : : PyObject_VAR_HEAD
51717 : : PyObject *ob_item[6];
51718 : : }_object;
51719 : : }
51720 : : zipimport_toplevel_consts_30_localsplusnames = {
51721 : : ._object = {
51722 : : .ob_base = {
51723 : : .ob_base = {
51724 : : .ob_refcnt = 999999999,
51725 : : .ob_type = &PyTuple_Type,
51726 : : },
51727 : : .ob_size = 6,
51728 : : },
51729 : : .ob_item = {
51730 : : & const_str_self._ascii.ob_base,
51731 : : &_Py_ID(path),
51732 : : & const_str_toc_entry._ascii.ob_base,
51733 : : & const_str_time._ascii.ob_base,
51734 : : & const_str_date._ascii.ob_base,
51735 : : & const_str_uncompressed_size._ascii.ob_base,
51736 : : },
51737 : : },
51738 : : };
51739 : : static
51740 : : struct _PyCode_DEF(208)
51741 : : zipimport_toplevel_consts_30 = {
51742 : : .ob_base = {
51743 : : .ob_base = {
51744 : : .ob_refcnt = 999999999,
51745 : : .ob_type = &PyCode_Type,
51746 : : },
51747 : : .ob_size = 104,
51748 : : },
51749 : : .co_consts = & zipimport_toplevel_consts_30_consts._object.ob_base.ob_base,
51750 : : .co_names = & zipimport_toplevel_consts_30_names._object.ob_base.ob_base,
51751 : : .co_exceptiontable = & zipimport_toplevel_consts_30_exceptiontable.ob_base.ob_base,
51752 : : .co_flags = 3,
51753 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51754 : : ._co_linearray_entry_size = 0,
51755 : : .co_argcount = 2,
51756 : : .co_posonlyargcount = 0,
51757 : : .co_kwonlyargcount = 0,
51758 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
51759 : : .co_stacksize = 5,
51760 : : .co_firstlineno = 647,
51761 : : .co_nlocalsplus = 6,
51762 : : .co_nlocals = 6,
51763 : : .co_nplaincellvars = 0,
51764 : : .co_ncellvars = 0,
51765 : : .co_nfreevars = 0,
51766 : : .co_localsplusnames = & zipimport_toplevel_consts_30_localsplusnames._object.ob_base.ob_base,
51767 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
51768 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51769 : : .co_name = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
51770 : : .co_qualname = & const_str__get_mtime_and_size_of_source._ascii.ob_base,
51771 : : .co_linetable = & zipimport_toplevel_consts_30_linetable.ob_base.ob_base,
51772 : : ._co_code = NULL,
51773 : : ._co_linearray = NULL,
51774 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x64\x01\x64\x00\x1a\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x7d\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x66\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x06\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
51775 : : ._co_firsttraceable = 0,
51776 : : };
51777 : : static
51778 : : struct {
51779 : : PyGC_Head _gc_head;
51780 : : struct {
51781 : : PyObject_VAR_HEAD
51782 : : PyObject *ob_item[3];
51783 : : }_object;
51784 : : }
51785 : : zipimport_toplevel_consts_31_consts = {
51786 : : ._object = {
51787 : : .ob_base = {
51788 : : .ob_base = {
51789 : : .ob_refcnt = 999999999,
51790 : : .ob_type = &PyTuple_Type,
51791 : : },
51792 : : .ob_size = 3,
51793 : : },
51794 : : .ob_item = {
51795 : : Py_None,
51796 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
51797 : : & zipimport_toplevel_consts_30_consts_2._object.ob_base.ob_base,
51798 : : },
51799 : : },
51800 : : };
51801 : : static
51802 : : struct {
51803 : : PyGC_Head _gc_head;
51804 : : struct {
51805 : : PyObject_VAR_HEAD
51806 : : PyObject *ob_item[4];
51807 : : }_object;
51808 : : }
51809 : : zipimport_toplevel_consts_31_names = {
51810 : : ._object = {
51811 : : .ob_base = {
51812 : : .ob_base = {
51813 : : .ob_refcnt = 999999999,
51814 : : .ob_type = &PyTuple_Type,
51815 : : },
51816 : : .ob_size = 4,
51817 : : },
51818 : : .ob_item = {
51819 : : & const_str__files._ascii.ob_base,
51820 : : & const_str__get_data._ascii.ob_base,
51821 : : & const_str_archive._ascii.ob_base,
51822 : : & const_str_KeyError._ascii.ob_base,
51823 : : },
51824 : : },
51825 : : };
51826 : : static
51827 : : struct {
51828 : : PyObject_VAR_HEAD
51829 : : Py_hash_t ob_shash;
51830 : : char ob_sval[111];
51831 : : }
51832 : : zipimport_toplevel_consts_31_linetable = {
51833 : : .ob_base = {
51834 : : .ob_base = {
51835 : : .ob_refcnt = 999999999,
51836 : : .ob_type = &PyBytes_Type,
51837 : : },
51838 : : .ob_size = 110,
51839 : : },
51840 : : .ob_shash = -1,
51841 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\x90\x02\x88\x39\x88\x39\x98\x0a\xd0\x0b\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd8\x0b\x0f\x88\x39\x90\x12\x88\x39\x80\x44\xf0\x04\x05\x05\x32\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\x88\x09\xf5\x08\x00\x10\x19\x98\x14\x9f\x1c\x99\x1c\xa0\x79\xd4\x0f\x31\xd0\x08\x31\xf8\xf5\x07\x00\x0c\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\x88\x74\xf0\x03\x01\x05\x14\xf8\xf8\xf8",
51842 : : };
51843 : : static
51844 : : struct {
51845 : : PyObject_VAR_HEAD
51846 : : Py_hash_t ob_shash;
51847 : : char ob_sval[16];
51848 : : }
51849 : : zipimport_toplevel_consts_31_exceptiontable = {
51850 : : .ob_base = {
51851 : : .ob_base = {
51852 : : .ob_refcnt = 999999999,
51853 : : .ob_type = &PyBytes_Type,
51854 : : },
51855 : : .ob_size = 15,
51856 : : },
51857 : : .ob_shash = -1,
51858 : : .ob_sval = "\x90\x12\x3a\x00\xba\x0a\x41\x08\x03\xc1\x07\x01\x41\x08\x03",
51859 : : };
51860 : : static
51861 : : struct {
51862 : : PyGC_Head _gc_head;
51863 : : struct {
51864 : : PyObject_VAR_HEAD
51865 : : PyObject *ob_item[3];
51866 : : }_object;
51867 : : }
51868 : : zipimport_toplevel_consts_31_localsplusnames = {
51869 : : ._object = {
51870 : : .ob_base = {
51871 : : .ob_base = {
51872 : : .ob_refcnt = 999999999,
51873 : : .ob_type = &PyTuple_Type,
51874 : : },
51875 : : .ob_size = 3,
51876 : : },
51877 : : .ob_item = {
51878 : : & const_str_self._ascii.ob_base,
51879 : : &_Py_ID(path),
51880 : : & const_str_toc_entry._ascii.ob_base,
51881 : : },
51882 : : },
51883 : : };
51884 : : static
51885 : : struct _PyCode_DEF(150)
51886 : : zipimport_toplevel_consts_31 = {
51887 : : .ob_base = {
51888 : : .ob_base = {
51889 : : .ob_refcnt = 999999999,
51890 : : .ob_type = &PyCode_Type,
51891 : : },
51892 : : .ob_size = 75,
51893 : : },
51894 : : .co_consts = & zipimport_toplevel_consts_31_consts._object.ob_base.ob_base,
51895 : : .co_names = & zipimport_toplevel_consts_31_names._object.ob_base.ob_base,
51896 : : .co_exceptiontable = & zipimport_toplevel_consts_31_exceptiontable.ob_base.ob_base,
51897 : : .co_flags = 3,
51898 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
51899 : : ._co_linearray_entry_size = 0,
51900 : : .co_argcount = 2,
51901 : : .co_posonlyargcount = 0,
51902 : : .co_kwonlyargcount = 0,
51903 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
51904 : : .co_stacksize = 4,
51905 : : .co_firstlineno = 666,
51906 : : .co_nlocalsplus = 3,
51907 : : .co_nlocals = 3,
51908 : : .co_nplaincellvars = 0,
51909 : : .co_ncellvars = 0,
51910 : : .co_nfreevars = 0,
51911 : : .co_localsplusnames = & zipimport_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
51912 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
51913 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
51914 : : .co_name = & const_str__get_pyc_source._ascii.ob_base,
51915 : : .co_qualname = & const_str__get_pyc_source._ascii.ob_base,
51916 : : .co_linetable = & zipimport_toplevel_consts_31_linetable.ob_base.ob_base,
51917 : : ._co_code = NULL,
51918 : : ._co_linearray = NULL,
51919 : : .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x64\x00\x1a\x00\x64\x02\x76\x00\x73\x02\x4a\x00\x82\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x7d\x01\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
51920 : : ._co_firsttraceable = 0,
51921 : : };
51922 : : static
51923 : : struct {
51924 : : PyASCIIObject _ascii;
51925 : : uint8_t _data[14];
51926 : : }
51927 : : zipimport_toplevel_consts_32_consts_1 = {
51928 : : ._ascii = {
51929 : : .ob_base = {
51930 : : .ob_refcnt = 999999999,
51931 : : .ob_type = &PyUnicode_Type,
51932 : : },
51933 : : .length = 13,
51934 : : .hash = -1,
51935 : : .state = {
51936 : : .kind = 1,
51937 : : .compact = 1,
51938 : : .ascii = 1,
51939 : : },
51940 : : },
51941 : : ._data = "trying {}{}{}",
51942 : : };
51943 : : static
51944 : : struct {
51945 : : PyASCIIObject _ascii;
51946 : : uint8_t _data[21];
51947 : : }
51948 : : zipimport_toplevel_consts_32_consts_5 = {
51949 : : ._ascii = {
51950 : : .ob_base = {
51951 : : .ob_refcnt = 999999999,
51952 : : .ob_type = &PyUnicode_Type,
51953 : : },
51954 : : .length = 20,
51955 : : .hash = -1,
51956 : : .state = {
51957 : : .kind = 1,
51958 : : .compact = 1,
51959 : : .ascii = 1,
51960 : : },
51961 : : },
51962 : : ._data = "module load failed: ",
51963 : : };
51964 : : static
51965 : : struct {
51966 : : PyGC_Head _gc_head;
51967 : : struct {
51968 : : PyObject_VAR_HEAD
51969 : : PyObject *ob_item[8];
51970 : : }_object;
51971 : : }
51972 : : zipimport_toplevel_consts_32_consts = {
51973 : : ._object = {
51974 : : .ob_base = {
51975 : : .ob_base = {
51976 : : .ob_refcnt = 999999999,
51977 : : .ob_type = &PyTuple_Type,
51978 : : },
51979 : : .ob_size = 8,
51980 : : },
51981 : : .ob_item = {
51982 : : Py_None,
51983 : : & zipimport_toplevel_consts_32_consts_1._ascii.ob_base,
51984 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
51985 : : & importlib__bootstrap_toplevel_consts_17._object.ob_base.ob_base,
51986 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
51987 : : & zipimport_toplevel_consts_32_consts_5._ascii.ob_base,
51988 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
51989 : : & zipimport_toplevel_consts_11_consts_8_consts_2._ascii.ob_base,
51990 : : },
51991 : : },
51992 : : };
51993 : : static
51994 : : struct {
51995 : : PyGC_Head _gc_head;
51996 : : struct {
51997 : : PyObject_VAR_HEAD
51998 : : PyObject *ob_item[13];
51999 : : }_object;
52000 : : }
52001 : : zipimport_toplevel_consts_32_names = {
52002 : : ._object = {
52003 : : .ob_base = {
52004 : : .ob_base = {
52005 : : .ob_refcnt = 999999999,
52006 : : .ob_type = &PyTuple_Type,
52007 : : },
52008 : : .ob_size = 13,
52009 : : },
52010 : : .ob_item = {
52011 : : & const_str__get_module_path._ascii.ob_base,
52012 : : & const_str__zip_searchorder._ascii.ob_base,
52013 : : &_Py_ID(_bootstrap),
52014 : : & const_str__verbose_message._ascii.ob_base,
52015 : : & const_str_archive._ascii.ob_base,
52016 : : & const_str_path_sep._ascii.ob_base,
52017 : : & const_str__files._ascii.ob_base,
52018 : : & const_str__get_data._ascii.ob_base,
52019 : : & const_str__unmarshal_code._ascii.ob_base,
52020 : : & const_str_ImportError._ascii.ob_base,
52021 : : & const_str__compile_source._ascii.ob_base,
52022 : : & const_str_KeyError._ascii.ob_base,
52023 : : & const_str_ZipImportError._ascii.ob_base,
52024 : : },
52025 : : },
52026 : : };
52027 : : static
52028 : : struct {
52029 : : PyObject_VAR_HEAD
52030 : : Py_hash_t ob_shash;
52031 : : char ob_sval[372];
52032 : : }
52033 : : zipimport_toplevel_consts_32_linetable = {
52034 : : .ob_base = {
52035 : : .ob_base = {
52036 : : .ob_refcnt = 999999999,
52037 : : .ob_type = &PyBytes_Type,
52038 : : },
52039 : : .ob_size = 371,
52040 : : },
52041 : : .ob_shash = -1,
52042 : : .ob_sval = "\x80\x00\xdd\x0b\x1b\x98\x44\xa0\x28\xd4\x0b\x2b\x80\x44\xd8\x13\x17\x80\x4c\xdd\x29\x39\xf0\x00\x1d\x05\x53\x01\xf1\x00\x1d\x05\x53\x01\xd1\x08\x25\x88\x06\x90\x0a\x98\x49\xd8\x13\x17\x98\x26\x91\x3d\x88\x08\xdd\x08\x23\xd7\x08\x23\xd1\x08\x23\xa0\x4f\xb0\x54\xb7\x5c\xb1\x5c\xc5\x38\xc8\x58\xd0\x61\x62\xd0\x08\x63\xd4\x08\x63\xd0\x08\x63\xf0\x02\x14\x09\x2c\xd8\x18\x1c\x9f\x0b\x99\x0b\xa0\x48\xd4\x18\x2d\x88\x49\xf0\x08\x00\x17\x20\xa0\x01\x94\x6c\x88\x47\xdd\x13\x1c\x98\x54\x9f\x5c\x99\x5c\xa8\x39\xd4\x13\x35\x88\x44\xd8\x13\x17\x88\x44\xd8\x0f\x19\xf0\x00\x06\x0d\x36\xf0\x02\x03\x11\x27\xdd\x1b\x2a\xa8\x34\xb0\x17\xb8\x28\xc0\x48\xc8\x64\xd4\x1b\x53\x90\x44\x90\x44\xf5\x08\x00\x18\x27\xa0\x77\xb0\x04\xd4\x17\x35\x90\x04\xd8\x0f\x13\xf0\x00\x03\x0d\x19\xf0\x06\x00\x11\x19\xd8\x16\x1f\xa0\x01\x94\x6c\x88\x47\xd8\x13\x17\x98\x19\xa0\x47\xd0\x13\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xe0\x0b\x17\xf0\x00\x04\x09\x53\x01\xd8\x12\x37\xa8\x1c\xd0\x12\x37\xd0\x12\x37\x88\x43\xdd\x12\x20\xa0\x13\xa8\x38\xd0\x12\x34\xd4\x12\x34\xb8\x2c\xd0\x0c\x46\xe5\x12\x20\xd0\x21\x42\xb0\x68\xd0\x21\x42\xd0\x21\x42\xc8\x18\xd0\x12\x52\xd4\x12\x52\xd0\x0c\x52\xf8\xf5\x1f\x00\x18\x23\xf0\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xd8\x23\x26\x90\x4c\x90\x4c\x90\x4c\x90\x4c\x90\x4c\x90\x4c\xf8\xf8\xf8\xf8\xf0\x03\x01\x11\x27\xf8\xf8\xf8\xf8\xf5\x13\x00\x10\x18\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
52043 : : };
52044 : : static
52045 : : struct {
52046 : : PyObject_VAR_HEAD
52047 : : Py_hash_t ob_shash;
52048 : : char ob_sval[43];
52049 : : }
52050 : : zipimport_toplevel_consts_32_exceptiontable = {
52051 : : .ob_base = {
52052 : : .ob_base = {
52053 : : .ob_refcnt = 999999999,
52054 : : .ob_type = &PyBytes_Type,
52055 : : },
52056 : : .ob_size = 42,
52057 : : },
52058 : : .ob_shash = -1,
52059 : : .ob_sval = "\xc1\x10\x12\x43\x3b\x02\xc2\x07\x11\x43\x22\x02\xc3\x22\x0a\x43\x38\x05\xc3\x2c\x02\x43\x33\x05\xc3\x33\x05\x43\x38\x05\xc3\x3b\x0a\x44\x08\x05\xc4\x07\x01\x44\x08\x05",
52060 : : };
52061 : : static
52062 : : struct {
52063 : : PyASCIIObject _ascii;
52064 : : uint8_t _data[13];
52065 : : }
52066 : : const_str_import_error = {
52067 : : ._ascii = {
52068 : : .ob_base = {
52069 : : .ob_refcnt = 999999999,
52070 : : .ob_type = &PyUnicode_Type,
52071 : : },
52072 : : .length = 12,
52073 : : .hash = -1,
52074 : : .state = {
52075 : : .kind = 1,
52076 : : .compact = 1,
52077 : : .ascii = 1,
52078 : : },
52079 : : },
52080 : : ._data = "import_error",
52081 : : };
52082 : : static
52083 : : struct {
52084 : : PyGC_Head _gc_head;
52085 : : struct {
52086 : : PyObject_VAR_HEAD
52087 : : PyObject *ob_item[14];
52088 : : }_object;
52089 : : }
52090 : : zipimport_toplevel_consts_32_localsplusnames = {
52091 : : ._object = {
52092 : : .ob_base = {
52093 : : .ob_base = {
52094 : : .ob_refcnt = 999999999,
52095 : : .ob_type = &PyTuple_Type,
52096 : : },
52097 : : .ob_size = 14,
52098 : : },
52099 : : .ob_item = {
52100 : : & const_str_self._ascii.ob_base,
52101 : : & const_str_fullname._ascii.ob_base,
52102 : : &_Py_ID(path),
52103 : : & const_str_import_error._ascii.ob_base,
52104 : : & const_str_suffix._ascii.ob_base,
52105 : : & const_str_isbytecode._ascii.ob_base,
52106 : : & const_str_ispackage._ascii.ob_base,
52107 : : & const_str_fullpath._ascii.ob_base,
52108 : : & const_str_toc_entry._ascii.ob_base,
52109 : : & const_str_modpath._ascii.ob_base,
52110 : : & const_str_data._ascii.ob_base,
52111 : : &_Py_ID(code),
52112 : : & const_str_exc._ascii.ob_base,
52113 : : &_Py_ID(msg),
52114 : : },
52115 : : },
52116 : : };
52117 : : static
52118 : : struct _PyCode_DEF(534)
52119 : : zipimport_toplevel_consts_32 = {
52120 : : .ob_base = {
52121 : : .ob_base = {
52122 : : .ob_refcnt = 999999999,
52123 : : .ob_type = &PyCode_Type,
52124 : : },
52125 : : .ob_size = 267,
52126 : : },
52127 : : .co_consts = & zipimport_toplevel_consts_32_consts._object.ob_base.ob_base,
52128 : : .co_names = & zipimport_toplevel_consts_32_names._object.ob_base.ob_base,
52129 : : .co_exceptiontable = & zipimport_toplevel_consts_32_exceptiontable.ob_base.ob_base,
52130 : : .co_flags = 3,
52131 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52132 : : ._co_linearray_entry_size = 0,
52133 : : .co_argcount = 2,
52134 : : .co_posonlyargcount = 0,
52135 : : .co_kwonlyargcount = 0,
52136 : : .co_framesize = 22 + FRAME_SPECIALS_SIZE,
52137 : : .co_stacksize = 8,
52138 : : .co_firstlineno = 681,
52139 : : .co_nlocalsplus = 14,
52140 : : .co_nlocals = 14,
52141 : : .co_nplaincellvars = 0,
52142 : : .co_ncellvars = 0,
52143 : : .co_nfreevars = 0,
52144 : : .co_localsplusnames = & zipimport_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
52145 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
52146 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52147 : : .co_name = & const_str__get_module_code._ascii.ob_base,
52148 : : .co_qualname = & const_str__get_module_code._ascii.ob_base,
52149 : : .co_linetable = & zipimport_toplevel_consts_32_linetable.ob_base.ob_base,
52150 : : ._co_code = NULL,
52151 : : ._co_linearray = NULL,
52152 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x00\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x9f\x00\x00\x5c\x03\x00\x00\x7d\x04\x7d\x05\x7d\x06\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7d\x07\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x64\x02\xac\x03\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x64\x00\x7d\x0b\x7c\x05\x72\x13\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x09\x7c\x07\x7c\x01\x7c\x0a\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x6e\x0e\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x0a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x01\x8c\x92\x7c\x08\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x0b\x7c\x06\x7c\x09\x66\x03\x63\x02\x01\x00\x53\x00\x7c\x03\x72\x15\x64\x05\x7c\x03\x9b\x00\x9d\x02\x7d\x0d\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x01\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x82\x02\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x01\x9b\x02\x9d\x02\x7c\x01\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0c\x7d\x0c\x7c\x0c\x7d\x03\x59\x00\x64\x00\x7d\x0c\x7e\x0c\x8c\x4c\x64\x00\x7d\x0c\x7e\x0c\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xef\x77\x00\x78\x03\x59\x00\x77\x01",
52153 : : ._co_firsttraceable = 0,
52154 : : };
52155 : : static
52156 : : struct {
52157 : : PyGC_Head _gc_head;
52158 : : struct {
52159 : : PyObject_VAR_HEAD
52160 : : PyObject *ob_item[33];
52161 : : }_object;
52162 : : }
52163 : : zipimport_toplevel_consts = {
52164 : : ._object = {
52165 : : .ob_base = {
52166 : : .ob_base = {
52167 : : .ob_refcnt = 999999999,
52168 : : .ob_type = &PyTuple_Type,
52169 : : },
52170 : : .ob_size = 33,
52171 : : },
52172 : : .ob_item = {
52173 : : & zipimport_toplevel_consts_0._ascii.ob_base,
52174 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
52175 : : Py_None,
52176 : : & zipimport_toplevel_consts_3._object.ob_base.ob_base,
52177 : : & const_str_ZipImportError._ascii.ob_base,
52178 : : & const_str_zipimporter._ascii.ob_base,
52179 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
52180 : : & zipimport_toplevel_consts_7.ob_base.ob_base,
52181 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 22],
52182 : : & zipimport_toplevel_consts_9.ob_base.ob_base,
52183 : : & const_int_65535.ob_base.ob_base,
52184 : : & zipimport_toplevel_consts_11.ob_base.ob_base,
52185 : : & zipimport_toplevel_consts_12._ascii.ob_base,
52186 : : Py_True,
52187 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_11._ascii.ob_base,
52188 : : Py_False,
52189 : : & zipimport_toplevel_consts_16._object.ob_base.ob_base,
52190 : : & zipimport_toplevel_consts_17._object.ob_base.ob_base,
52191 : : & zipimport_toplevel_consts_18.ob_base.ob_base,
52192 : : & zipimport_toplevel_consts_19.ob_base.ob_base,
52193 : : & zipimport_toplevel_consts_20.ob_base.ob_base,
52194 : : & zipimport_toplevel_consts_21.ob_base.ob_base,
52195 : : & zipimport_toplevel_consts_22._compact._base.ob_base,
52196 : : & zipimport_toplevel_consts_23.ob_base.ob_base,
52197 : : & zipimport_toplevel_consts_24.ob_base.ob_base,
52198 : : & zipimport_toplevel_consts_25.ob_base.ob_base,
52199 : : & zipimport_toplevel_consts_26.ob_base.ob_base,
52200 : : & zipimport_toplevel_consts_27.ob_base.ob_base,
52201 : : & zipimport_toplevel_consts_28.ob_base.ob_base,
52202 : : & zipimport_toplevel_consts_29.ob_base.ob_base,
52203 : : & zipimport_toplevel_consts_30.ob_base.ob_base,
52204 : : & zipimport_toplevel_consts_31.ob_base.ob_base,
52205 : : & zipimport_toplevel_consts_32.ob_base.ob_base,
52206 : : },
52207 : : },
52208 : : };
52209 : : static
52210 : : struct {
52211 : : PyASCIIObject _ascii;
52212 : : uint8_t _data[18];
52213 : : }
52214 : : const_str__frozen_importlib = {
52215 : : ._ascii = {
52216 : : .ob_base = {
52217 : : .ob_refcnt = 999999999,
52218 : : .ob_type = &PyUnicode_Type,
52219 : : },
52220 : : .length = 17,
52221 : : .hash = -1,
52222 : : .state = {
52223 : : .kind = 1,
52224 : : .compact = 1,
52225 : : .ascii = 1,
52226 : : },
52227 : : },
52228 : : ._data = "_frozen_importlib",
52229 : : };
52230 : : static
52231 : : struct {
52232 : : PyGC_Head _gc_head;
52233 : : struct {
52234 : : PyObject_VAR_HEAD
52235 : : PyObject *ob_item[46];
52236 : : }_object;
52237 : : }
52238 : : zipimport_toplevel_names = {
52239 : : ._object = {
52240 : : .ob_base = {
52241 : : .ob_base = {
52242 : : .ob_refcnt = 999999999,
52243 : : .ob_type = &PyTuple_Type,
52244 : : },
52245 : : .ob_size = 46,
52246 : : },
52247 : : .ob_item = {
52248 : : &_Py_ID(__doc__),
52249 : : & const_str__frozen_importlib_external._ascii.ob_base,
52250 : : & const_str__bootstrap_external._ascii.ob_base,
52251 : : & const_str__unpack_uint16._ascii.ob_base,
52252 : : & const_str__unpack_uint32._ascii.ob_base,
52253 : : & const_str__frozen_importlib._ascii.ob_base,
52254 : : &_Py_ID(_bootstrap),
52255 : : & const_str__imp._ascii.ob_base,
52256 : : & const_str__io._ascii.ob_base,
52257 : : & const_str_marshal._ascii.ob_base,
52258 : : & const_str_sys._ascii.ob_base,
52259 : : & const_str_time._ascii.ob_base,
52260 : : & const_str__warnings._ascii.ob_base,
52261 : : &_Py_ID(__all__),
52262 : : & const_str_path_sep._ascii.ob_base,
52263 : : & const_str_path_separators._ascii.ob_base,
52264 : : & const_str_alt_path_sep._ascii.ob_base,
52265 : : & const_str_ImportError._ascii.ob_base,
52266 : : & const_str_ZipImportError._ascii.ob_base,
52267 : : & const_str__zip_directory_cache._ascii.ob_base,
52268 : : & const_str_type._ascii.ob_base,
52269 : : & const_str__module_type._ascii.ob_base,
52270 : : & const_str_END_CENTRAL_DIR_SIZE._ascii.ob_base,
52271 : : & const_str_STRING_END_ARCHIVE._ascii.ob_base,
52272 : : & const_str_MAX_COMMENT_LEN._ascii.ob_base,
52273 : : & const_str__LoaderBasics._ascii.ob_base,
52274 : : & const_str_zipimporter._ascii.ob_base,
52275 : : & const_str__zip_searchorder._ascii.ob_base,
52276 : : & const_str__get_module_path._ascii.ob_base,
52277 : : & const_str__is_dir._ascii.ob_base,
52278 : : & const_str__get_module_info._ascii.ob_base,
52279 : : & const_str__read_directory._ascii.ob_base,
52280 : : & const_str_cp437_table._ascii.ob_base,
52281 : : & const_str__importing_zlib._ascii.ob_base,
52282 : : & const_str__get_decompress_func._ascii.ob_base,
52283 : : & const_str__get_data._ascii.ob_base,
52284 : : & const_str__eq_mtime._ascii.ob_base,
52285 : : & const_str__unmarshal_code._ascii.ob_base,
52286 : : & const_str___code__._ascii.ob_base,
52287 : : & const_str__code_type._ascii.ob_base,
52288 : : & const_str__normalize_line_endings._ascii.ob_base,
52289 : : & const_str__compile_source._ascii.ob_base,
52290 : : & const_str__parse_dostime._ascii.ob_base,
52291 : : & const_str__get_mtime_and_size_of_source._ascii.ob_base,
52292 : : & const_str__get_pyc_source._ascii.ob_base,
52293 : : & const_str__get_module_code._ascii.ob_base,
52294 : : },
52295 : : },
52296 : : };
52297 : : static
52298 : : struct {
52299 : : PyObject_VAR_HEAD
52300 : : Py_hash_t ob_shash;
52301 : : char ob_sval[614];
52302 : : }
52303 : : zipimport_toplevel_linetable = {
52304 : : .ob_base = {
52305 : : .ob_base = {
52306 : : .ob_refcnt = 999999999,
52307 : : .ob_type = &PyBytes_Type,
52308 : : },
52309 : : .ob_size = 613,
52310 : : },
52311 : : .ob_shash = -1,
52312 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x0c\x01\x04\xf0\x00\x0c\x01\x04\xf0\x20\x00\x01\x39\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd8\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd0\x00\x45\xd8\x00\x26\xd0\x00\x26\xd0\x00\x26\xd0\x00\x26\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0e\x80\x0e\x80\x0e\x80\x0e\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xe0\x0b\x1b\x98\x5d\xd0\x0a\x2b\x80\x07\xf0\x06\x00\x0c\x1f\xd7\x0b\x27\xd1\x0b\x27\x80\x08\xd8\x0f\x22\xd7\x0f\x32\xd1\x0f\x32\xb0\x31\xd0\x0f\x36\xd0\x0f\x36\x80\x0c\xf0\x06\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\x90\x5b\xf4\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x08\x00\x18\x1a\xd0\x00\x14\xe0\x0f\x13\x88\x74\x90\x43\x8c\x79\x80\x0c\xe0\x17\x19\xd0\x00\x14\xd8\x15\x22\xd0\x00\x12\xd8\x12\x1f\x80\x0f\xf0\x04\x6c\x03\x01\x4f\x01\xf0\x00\x6c\x03\x01\x4f\x01\xf0\x00\x6c\x03\x01\x4f\x01\xf0\x00\x6c\x03\x01\x4f\x01\xf0\x00\x6c\x03\x01\x4f\x01\xd0\x12\x25\xd7\x12\x33\xd1\x12\x33\xf4\x00\x6c\x03\x01\x4f\x01\xf0\x00\x6c\x03\x01\x4f\x01\xf0\x6a\x07\x00\x06\x0e\x90\x0e\xd1\x05\x1e\xa0\x04\xa0\x64\xd0\x04\x2b\xd8\x05\x0d\x90\x0d\xd1\x05\x1d\x98\x75\xa0\x64\xd0\x04\x2b\xd8\x04\x19\xd8\x04\x19\xf0\x09\x05\x14\x02\xd0\x00\x10\xf0\x12\x01\x01\x35\xf0\x00\x01\x01\x35\xf0\x00\x01\x01\x35\xf0\x08\x06\x01\x22\xf0\x00\x06\x01\x22\xf0\x00\x06\x01\x22\xf0\x12\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x3e\x74\x01\x01\x11\xf0\x00\x74\x01\x01\x11\xf0\x00\x74\x01\x01\x11\xf0\x7c\x03\x18\x05\x2f\xf0\x05\x00\x01\x0c\xf0\x3a\x00\x13\x18\x80\x0f\xf0\x0a\x12\x01\x16\xf0\x00\x12\x01\x16\xf0\x00\x12\x01\x16\xf0\x2a\x28\x01\x25\xf0\x00\x28\x01\x25\xf0\x00\x28\x01\x25\xf0\x5c\x01\x02\x01\x1d\xf0\x00\x02\x01\x1d\xf0\x00\x02\x01\x1d\xf0\x10\x26\x01\x10\xf0\x00\x26\x01\x10\xf0\x00\x26\x01\x10\xf0\x50\x01\x00\x0e\x12\x88\x54\x90\x2f\xd7\x12\x2a\xd1\x12\x2a\xd4\x0d\x2b\x80\x0a\xf0\x0a\x03\x01\x12\xf0\x00\x03\x01\x12\xf0\x00\x03\x01\x12\xf0\x0e\x02\x01\x40\x01\xf0\x00\x02\x01\x40\x01\xf0\x00\x02\x01\x40\x01\xf0\x0c\x08\x01\x15\xf0\x00\x08\x01\x15\xf0\x00\x08\x01\x15\xf0\x1a\x0d\x01\x14\xf0\x00\x0d\x01\x14\xf0\x00\x0d\x01\x14\xf0\x26\x0a\x01\x32\xf0\x00\x0a\x01\x32\xf0\x00\x0a\x01\x32\xf0\x1e\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01\xf0\x00\x20\x01\x53\x01",
52313 : : };
52314 : : static
52315 : : struct _PyCode_DEF(420)
52316 : : zipimport_toplevel = {
52317 : : .ob_base = {
52318 : : .ob_base = {
52319 : : .ob_refcnt = 999999999,
52320 : : .ob_type = &PyCode_Type,
52321 : : },
52322 : : .ob_size = 210,
52323 : : },
52324 : : .co_consts = & zipimport_toplevel_consts._object.ob_base.ob_base,
52325 : : .co_names = & zipimport_toplevel_names._object.ob_base.ob_base,
52326 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52327 : : .co_flags = 0,
52328 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52329 : : ._co_linearray_entry_size = 0,
52330 : : .co_argcount = 0,
52331 : : .co_posonlyargcount = 0,
52332 : : .co_kwonlyargcount = 0,
52333 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
52334 : : .co_stacksize = 5,
52335 : : .co_firstlineno = 1,
52336 : : .co_nlocalsplus = 0,
52337 : : .co_nlocals = 0,
52338 : : .co_nplaincellvars = 0,
52339 : : .co_ncellvars = 0,
52340 : : .co_nfreevars = 0,
52341 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
52342 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
52343 : : .co_filename = & zipimport_toplevel_consts_7_filename._ascii.ob_base,
52344 : : .co_name = &_Py_STR(anon_module),
52345 : : .co_qualname = &_Py_STR(anon_module),
52346 : : .co_linetable = & zipimport_toplevel_linetable.ob_base.ob_base,
52347 : : ._co_code = NULL,
52348 : : ._co_linearray = NULL,
52349 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x02\x64\x01\x64\x03\x6c\x01\x6d\x03\x5a\x03\x6d\x04\x5a\x04\x01\x00\x64\x01\x64\x02\x6c\x05\x5a\x06\x64\x01\x64\x02\x6c\x07\x5a\x07\x64\x01\x64\x02\x6c\x08\x5a\x08\x64\x01\x64\x02\x6c\x09\x5a\x09\x64\x01\x64\x02\x6c\x0a\x5a\x0a\x64\x01\x64\x02\x6c\x0b\x5a\x0b\x64\x01\x64\x02\x6c\x0c\x5a\x0c\x64\x04\x64\x05\x67\x02\x5a\x0d\x65\x02\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0e\x65\x02\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x64\x02\x1a\x00\x5a\x10\x02\x00\x47\x00\x64\x07\x84\x00\x64\x04\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x69\x00\x5a\x13\x02\x00\x65\x14\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x15\x64\x08\x5a\x16\x64\x09\x5a\x17\x64\x0a\x5a\x18\x02\x00\x47\x00\x64\x0b\x84\x00\x64\x05\x65\x02\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x65\x0e\x64\x0c\x7a\x00\x00\x00\x64\x0d\x64\x0d\x66\x03\x65\x0e\x64\x0e\x7a\x00\x00\x00\x64\x0f\x64\x0d\x66\x03\x64\x10\x64\x11\x66\x04\x5a\x1b\x64\x12\x84\x00\x5a\x1c\x64\x13\x84\x00\x5a\x1d\x64\x14\x84\x00\x5a\x1e\x64\x15\x84\x00\x5a\x1f\x64\x16\x5a\x20\x64\x0f\x61\x21\x64\x17\x84\x00\x5a\x22\x64\x18\x84\x00\x5a\x23\x64\x19\x84\x00\x5a\x24\x64\x1a\x84\x00\x5a\x25\x02\x00\x65\x14\x65\x25\x6a\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x27\x64\x1b\x84\x00\x5a\x28\x64\x1c\x84\x00\x5a\x29\x64\x1d\x84\x00\x5a\x2a\x64\x1e\x84\x00\x5a\x2b\x64\x1f\x84\x00\x5a\x2c\x64\x20\x84\x00\x5a\x2d\x64\x02\x53\x00",
52350 : : ._co_firsttraceable = 0,
52351 : : };
52352 : 3113 : static void zipimport_do_patchups(void) {
52353 : 3113 : }
52354 : :
52355 : : PyObject *
52356 : 3113 : _Py_get_zipimport_toplevel(void)
52357 : : {
52358 : 3113 : zipimport_do_patchups();
52359 : 3113 : return Py_NewRef((PyObject *) &zipimport_toplevel);
52360 : : }
52361 : :
52362 : : static
52363 : : struct {
52364 : : PyASCIIObject _ascii;
52365 : : uint8_t _data[52];
52366 : : }
52367 : : abc_toplevel_consts_0 = {
52368 : : ._ascii = {
52369 : : .ob_base = {
52370 : : .ob_refcnt = 999999999,
52371 : : .ob_type = &PyUnicode_Type,
52372 : : },
52373 : : .length = 51,
52374 : : .hash = -1,
52375 : : .state = {
52376 : : .kind = 1,
52377 : : .compact = 1,
52378 : : .ascii = 1,
52379 : : },
52380 : : },
52381 : : ._data = "Abstract Base Classes (ABCs) according to PEP 3119.",
52382 : : };
52383 : : static
52384 : : struct {
52385 : : PyASCIIObject _ascii;
52386 : : uint8_t _data[573];
52387 : : }
52388 : : abc_toplevel_consts_1_consts_0 = {
52389 : : ._ascii = {
52390 : : .ob_base = {
52391 : : .ob_refcnt = 999999999,
52392 : : .ob_type = &PyUnicode_Type,
52393 : : },
52394 : : .length = 572,
52395 : : .hash = -1,
52396 : : .state = {
52397 : : .kind = 1,
52398 : : .compact = 1,
52399 : : .ascii = 1,
52400 : : },
52401 : : },
52402 : : ._data = "\x41\x20\x64\x65\x63\x6f\x72\x61\x74\x6f\x72\x20\x69\x6e\x64\x69\x63\x61\x74\x69\x6e\x67\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x2e\x0a\x0a\x20\x20\x20\x20\x52\x65\x71\x75\x69\x72\x65\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x69\x73\x20\x41\x42\x43\x4d\x65\x74\x61\x20\x6f\x72\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x69\x74\x2e\x20\x20\x41\x0a\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x74\x68\x61\x74\x20\x68\x61\x73\x20\x61\x20\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x20\x64\x65\x72\x69\x76\x65\x64\x20\x66\x72\x6f\x6d\x20\x41\x42\x43\x4d\x65\x74\x61\x20\x63\x61\x6e\x6e\x6f\x74\x20\x62\x65\x0a\x20\x20\x20\x20\x69\x6e\x73\x74\x61\x6e\x74\x69\x61\x74\x65\x64\x20\x75\x6e\x6c\x65\x73\x73\x20\x61\x6c\x6c\x20\x6f\x66\x20\x69\x74\x73\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x61\x72\x65\x20\x6f\x76\x65\x72\x72\x69\x64\x64\x65\x6e\x2e\x0a\x20\x20\x20\x20\x54\x68\x65\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x63\x61\x6c\x6c\x65\x64\x20\x75\x73\x69\x6e\x67\x20\x61\x6e\x79\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x6f\x72\x6d\x61\x6c\x0a\x20\x20\x20\x20\x27\x73\x75\x70\x65\x72\x27\x20\x63\x61\x6c\x6c\x20\x6d\x65\x63\x68\x61\x6e\x69\x73\x6d\x73\x2e\x20\x20\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x28\x29\x20\x6d\x61\x79\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x64\x65\x63\x6c\x61\x72\x65\x0a\x20\x20\x20\x20\x61\x62\x73\x74\x72\x61\x63\x74\x20\x6d\x65\x74\x68\x6f\x64\x73\x20\x66\x6f\x72\x20\x70\x72\x6f\x70\x65\x72\x74\x69\x65\x73\x20\x61\x6e\x64\x20\x64\x65\x73\x63\x72\x69\x70\x74\x6f\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x55\x73\x61\x67\x65\x3a\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6c\x61\x73\x73\x20\x43\x28\x6d\x65\x74\x61\x63\x6c\x61\x73\x73\x3d\x41\x42\x43\x4d\x65\x74\x61\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x40\x61\x62\x73\x74\x72\x61\x63\x74\x6d\x65\x74\x68\x6f\x64\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x20\x6d\x79\x5f\x61\x62\x73\x74\x72\x61\x63\x74\x5f\x6d\x65\x74\x68\x6f\x64\x28\x73\x65\x6c\x66\x2c\x20\x2e\x2e\x2e\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x2e\x2e\x0a\x20\x20\x20\x20",
52403 : : };
52404 : : static
52405 : : struct {
52406 : : PyGC_Head _gc_head;
52407 : : struct {
52408 : : PyObject_VAR_HEAD
52409 : : PyObject *ob_item[2];
52410 : : }_object;
52411 : : }
52412 : : abc_toplevel_consts_1_consts = {
52413 : : ._object = {
52414 : : .ob_base = {
52415 : : .ob_base = {
52416 : : .ob_refcnt = 999999999,
52417 : : .ob_type = &PyTuple_Type,
52418 : : },
52419 : : .ob_size = 2,
52420 : : },
52421 : : .ob_item = {
52422 : : & abc_toplevel_consts_1_consts_0._ascii.ob_base,
52423 : : Py_True,
52424 : : },
52425 : : },
52426 : : };
52427 : : static
52428 : : struct {
52429 : : PyGC_Head _gc_head;
52430 : : struct {
52431 : : PyObject_VAR_HEAD
52432 : : PyObject *ob_item[1];
52433 : : }_object;
52434 : : }
52435 : : abc_toplevel_consts_1_names = {
52436 : : ._object = {
52437 : : .ob_base = {
52438 : : .ob_base = {
52439 : : .ob_refcnt = 999999999,
52440 : : .ob_type = &PyTuple_Type,
52441 : : },
52442 : : .ob_size = 1,
52443 : : },
52444 : : .ob_item = {
52445 : : &_Py_ID(__isabstractmethod__),
52446 : : },
52447 : : },
52448 : : };
52449 : : static
52450 : : struct {
52451 : : PyASCIIObject _ascii;
52452 : : uint8_t _data[13];
52453 : : }
52454 : : abc_toplevel_consts_1_filename = {
52455 : : ._ascii = {
52456 : : .ob_base = {
52457 : : .ob_refcnt = 999999999,
52458 : : .ob_type = &PyUnicode_Type,
52459 : : },
52460 : : .length = 12,
52461 : : .hash = -1,
52462 : : .state = {
52463 : : .kind = 1,
52464 : : .compact = 1,
52465 : : .ascii = 1,
52466 : : },
52467 : : },
52468 : : ._data = "<frozen abc>",
52469 : : };
52470 : : static
52471 : : struct {
52472 : : PyASCIIObject _ascii;
52473 : : uint8_t _data[15];
52474 : : }
52475 : : const_str_abstractmethod = {
52476 : : ._ascii = {
52477 : : .ob_base = {
52478 : : .ob_refcnt = 999999999,
52479 : : .ob_type = &PyUnicode_Type,
52480 : : },
52481 : : .length = 14,
52482 : : .hash = -1,
52483 : : .state = {
52484 : : .kind = 1,
52485 : : .compact = 1,
52486 : : .ascii = 1,
52487 : : },
52488 : : },
52489 : : ._data = "abstractmethod",
52490 : : };
52491 : : static
52492 : : struct {
52493 : : PyObject_VAR_HEAD
52494 : : Py_hash_t ob_shash;
52495 : : char ob_sval[18];
52496 : : }
52497 : : abc_toplevel_consts_1_linetable = {
52498 : : .ob_base = {
52499 : : .ob_base = {
52500 : : .ob_refcnt = 999999999,
52501 : : .ob_type = &PyBytes_Type,
52502 : : },
52503 : : .ob_size = 17,
52504 : : },
52505 : : .ob_shash = -1,
52506 : : .ob_sval = "\x80\x00\xf0\x22\x00\x24\x28\x80\x47\xd4\x04\x20\xd8\x0b\x12\x80\x4e",
52507 : : };
52508 : : static
52509 : : struct {
52510 : : PyASCIIObject _ascii;
52511 : : uint8_t _data[8];
52512 : : }
52513 : : const_str_funcobj = {
52514 : : ._ascii = {
52515 : : .ob_base = {
52516 : : .ob_refcnt = 999999999,
52517 : : .ob_type = &PyUnicode_Type,
52518 : : },
52519 : : .length = 7,
52520 : : .hash = -1,
52521 : : .state = {
52522 : : .kind = 1,
52523 : : .compact = 1,
52524 : : .ascii = 1,
52525 : : },
52526 : : },
52527 : : ._data = "funcobj",
52528 : : };
52529 : : static
52530 : : struct {
52531 : : PyGC_Head _gc_head;
52532 : : struct {
52533 : : PyObject_VAR_HEAD
52534 : : PyObject *ob_item[1];
52535 : : }_object;
52536 : : }
52537 : : abc_toplevel_consts_1_localsplusnames = {
52538 : : ._object = {
52539 : : .ob_base = {
52540 : : .ob_base = {
52541 : : .ob_refcnt = 999999999,
52542 : : .ob_type = &PyTuple_Type,
52543 : : },
52544 : : .ob_size = 1,
52545 : : },
52546 : : .ob_item = {
52547 : : & const_str_funcobj._ascii.ob_base,
52548 : : },
52549 : : },
52550 : : };
52551 : : static
52552 : : struct _PyCode_DEF(20)
52553 : : abc_toplevel_consts_1 = {
52554 : : .ob_base = {
52555 : : .ob_base = {
52556 : : .ob_refcnt = 999999999,
52557 : : .ob_type = &PyCode_Type,
52558 : : },
52559 : : .ob_size = 10,
52560 : : },
52561 : : .co_consts = & abc_toplevel_consts_1_consts._object.ob_base.ob_base,
52562 : : .co_names = & abc_toplevel_consts_1_names._object.ob_base.ob_base,
52563 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52564 : : .co_flags = 3,
52565 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52566 : : ._co_linearray_entry_size = 0,
52567 : : .co_argcount = 1,
52568 : : .co_posonlyargcount = 0,
52569 : : .co_kwonlyargcount = 0,
52570 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
52571 : : .co_stacksize = 2,
52572 : : .co_firstlineno = 7,
52573 : : .co_nlocalsplus = 1,
52574 : : .co_nlocals = 1,
52575 : : .co_nplaincellvars = 0,
52576 : : .co_ncellvars = 0,
52577 : : .co_nfreevars = 0,
52578 : : .co_localsplusnames = & abc_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
52579 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
52580 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
52581 : : .co_name = & const_str_abstractmethod._ascii.ob_base,
52582 : : .co_qualname = & const_str_abstractmethod._ascii.ob_base,
52583 : : .co_linetable = & abc_toplevel_consts_1_linetable.ob_base.ob_base,
52584 : : ._co_code = NULL,
52585 : : ._co_linearray = NULL,
52586 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x53\x00",
52587 : : ._co_firsttraceable = 0,
52588 : : };
52589 : : static
52590 : : struct {
52591 : : PyASCIIObject _ascii;
52592 : : uint8_t _data[20];
52593 : : }
52594 : : const_str_abstractclassmethod = {
52595 : : ._ascii = {
52596 : : .ob_base = {
52597 : : .ob_refcnt = 999999999,
52598 : : .ob_type = &PyUnicode_Type,
52599 : : },
52600 : : .length = 19,
52601 : : .hash = -1,
52602 : : .state = {
52603 : : .kind = 1,
52604 : : .compact = 1,
52605 : : .ascii = 1,
52606 : : },
52607 : : },
52608 : : ._data = "abstractclassmethod",
52609 : : };
52610 : : static
52611 : : struct {
52612 : : PyASCIIObject _ascii;
52613 : : uint8_t _data[265];
52614 : : }
52615 : : abc_toplevel_consts_2_consts_1 = {
52616 : : ._ascii = {
52617 : : .ob_base = {
52618 : : .ob_refcnt = 999999999,
52619 : : .ob_type = &PyUnicode_Type,
52620 : : },
52621 : : .length = 264,
52622 : : .hash = -1,
52623 : : .state = {
52624 : : .kind = 1,
52625 : : .compact = 1,
52626 : : .ascii = 1,
52627 : : },
52628 : : },
52629 : : ._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",
52630 : : };
52631 : : static
52632 : : struct {
52633 : : PyGC_Head _gc_head;
52634 : : struct {
52635 : : PyObject_VAR_HEAD
52636 : : PyObject *ob_item[3];
52637 : : }_object;
52638 : : }
52639 : : abc_toplevel_consts_2_consts_3_names = {
52640 : : ._object = {
52641 : : .ob_base = {
52642 : : .ob_base = {
52643 : : .ob_refcnt = 999999999,
52644 : : .ob_type = &PyTuple_Type,
52645 : : },
52646 : : .ob_size = 3,
52647 : : },
52648 : : .ob_item = {
52649 : : &_Py_ID(__isabstractmethod__),
52650 : : & const_str_super._ascii.ob_base,
52651 : : &_Py_ID(__init__),
52652 : : },
52653 : : },
52654 : : };
52655 : : static
52656 : : struct {
52657 : : PyASCIIObject _ascii;
52658 : : uint8_t _data[29];
52659 : : }
52660 : : abc_toplevel_consts_2_consts_3_qualname = {
52661 : : ._ascii = {
52662 : : .ob_base = {
52663 : : .ob_refcnt = 999999999,
52664 : : .ob_type = &PyUnicode_Type,
52665 : : },
52666 : : .length = 28,
52667 : : .hash = -1,
52668 : : .state = {
52669 : : .kind = 1,
52670 : : .compact = 1,
52671 : : .ascii = 1,
52672 : : },
52673 : : },
52674 : : ._data = "abstractclassmethod.__init__",
52675 : : };
52676 : : static
52677 : : struct {
52678 : : PyObject_VAR_HEAD
52679 : : Py_hash_t ob_shash;
52680 : : char ob_sval[37];
52681 : : }
52682 : : abc_toplevel_consts_2_consts_3_linetable = {
52683 : : .ob_base = {
52684 : : .ob_base = {
52685 : : .ob_refcnt = 999999999,
52686 : : .ob_type = &PyBytes_Type,
52687 : : },
52688 : : .ob_size = 36,
52689 : : },
52690 : : .ob_shash = -1,
52691 : : .ob_sval = "\xf8\x80\x00\xd8\x28\x2c\x88\x08\xd4\x08\x25\xdd\x08\x0d\x8c\x07\xd7\x08\x18\xd1\x08\x18\x98\x18\xd4\x08\x22\xd0\x08\x22\xd0\x08\x22\xd0\x08\x22",
52692 : : };
52693 : : static
52694 : : struct {
52695 : : PyASCIIObject _ascii;
52696 : : uint8_t _data[9];
52697 : : }
52698 : : const_str_callable = {
52699 : : ._ascii = {
52700 : : .ob_base = {
52701 : : .ob_refcnt = 999999999,
52702 : : .ob_type = &PyUnicode_Type,
52703 : : },
52704 : : .length = 8,
52705 : : .hash = -1,
52706 : : .state = {
52707 : : .kind = 1,
52708 : : .compact = 1,
52709 : : .ascii = 1,
52710 : : },
52711 : : },
52712 : : ._data = "callable",
52713 : : };
52714 : : static
52715 : : struct {
52716 : : PyGC_Head _gc_head;
52717 : : struct {
52718 : : PyObject_VAR_HEAD
52719 : : PyObject *ob_item[3];
52720 : : }_object;
52721 : : }
52722 : : abc_toplevel_consts_2_consts_3_localsplusnames = {
52723 : : ._object = {
52724 : : .ob_base = {
52725 : : .ob_base = {
52726 : : .ob_refcnt = 999999999,
52727 : : .ob_type = &PyTuple_Type,
52728 : : },
52729 : : .ob_size = 3,
52730 : : },
52731 : : .ob_item = {
52732 : : & const_str_self._ascii.ob_base,
52733 : : & const_str_callable._ascii.ob_base,
52734 : : &_Py_ID(__class__),
52735 : : },
52736 : : },
52737 : : };
52738 : : static
52739 : : struct _PyCode_DEF(78)
52740 : : abc_toplevel_consts_2_consts_3 = {
52741 : : .ob_base = {
52742 : : .ob_base = {
52743 : : .ob_refcnt = 999999999,
52744 : : .ob_type = &PyCode_Type,
52745 : : },
52746 : : .ob_size = 39,
52747 : : },
52748 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
52749 : : .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
52750 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52751 : : .co_flags = 3,
52752 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52753 : : ._co_linearray_entry_size = 0,
52754 : : .co_argcount = 2,
52755 : : .co_posonlyargcount = 0,
52756 : : .co_kwonlyargcount = 0,
52757 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
52758 : : .co_stacksize = 3,
52759 : : .co_firstlineno = 43,
52760 : : .co_nlocalsplus = 3,
52761 : : .co_nlocals = 2,
52762 : : .co_nplaincellvars = 0,
52763 : : .co_ncellvars = 0,
52764 : : .co_nfreevars = 1,
52765 : : .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
52766 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
52767 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
52768 : : .co_name = &_Py_ID(__init__),
52769 : : .co_qualname = & abc_toplevel_consts_2_consts_3_qualname._ascii.ob_base,
52770 : : .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
52771 : : ._co_code = NULL,
52772 : : ._co_linearray = NULL,
52773 : : .co_code_adaptive = "\x95\x01\x97\x00\x64\x01\x7c\x01\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
52774 : : ._co_firsttraceable = 1,
52775 : : };
52776 : : static
52777 : : struct {
52778 : : PyGC_Head _gc_head;
52779 : : struct {
52780 : : PyObject_VAR_HEAD
52781 : : PyObject *ob_item[4];
52782 : : }_object;
52783 : : }
52784 : : abc_toplevel_consts_2_consts = {
52785 : : ._object = {
52786 : : .ob_base = {
52787 : : .ob_base = {
52788 : : .ob_refcnt = 999999999,
52789 : : .ob_type = &PyTuple_Type,
52790 : : },
52791 : : .ob_size = 4,
52792 : : },
52793 : : .ob_item = {
52794 : : & const_str_abstractclassmethod._ascii.ob_base,
52795 : : & abc_toplevel_consts_2_consts_1._ascii.ob_base,
52796 : : Py_True,
52797 : : & abc_toplevel_consts_2_consts_3.ob_base.ob_base,
52798 : : },
52799 : : },
52800 : : };
52801 : : static
52802 : : struct {
52803 : : PyGC_Head _gc_head;
52804 : : struct {
52805 : : PyObject_VAR_HEAD
52806 : : PyObject *ob_item[7];
52807 : : }_object;
52808 : : }
52809 : : abc_toplevel_consts_2_names = {
52810 : : ._object = {
52811 : : .ob_base = {
52812 : : .ob_base = {
52813 : : .ob_refcnt = 999999999,
52814 : : .ob_type = &PyTuple_Type,
52815 : : },
52816 : : .ob_size = 7,
52817 : : },
52818 : : .ob_item = {
52819 : : &_Py_ID(__name__),
52820 : : &_Py_ID(__module__),
52821 : : &_Py_ID(__qualname__),
52822 : : &_Py_ID(__doc__),
52823 : : &_Py_ID(__isabstractmethod__),
52824 : : &_Py_ID(__init__),
52825 : : &_Py_ID(__classcell__),
52826 : : },
52827 : : },
52828 : : };
52829 : : static
52830 : : struct {
52831 : : PyObject_VAR_HEAD
52832 : : Py_hash_t ob_shash;
52833 : : char ob_sval[75];
52834 : : }
52835 : : abc_toplevel_consts_2_linetable = {
52836 : : .ob_base = {
52837 : : .ob_base = {
52838 : : .ob_refcnt = 999999999,
52839 : : .ob_type = &PyBytes_Type,
52840 : : },
52841 : : .ob_size = 74,
52842 : : },
52843 : : .ob_shash = -1,
52844 : : .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",
52845 : : };
52846 : : static
52847 : : struct _PyCode_DEF(38)
52848 : : abc_toplevel_consts_2 = {
52849 : : .ob_base = {
52850 : : .ob_base = {
52851 : : .ob_refcnt = 999999999,
52852 : : .ob_type = &PyCode_Type,
52853 : : },
52854 : : .ob_size = 19,
52855 : : },
52856 : : .co_consts = & abc_toplevel_consts_2_consts._object.ob_base.ob_base,
52857 : : .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
52858 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52859 : : .co_flags = 0,
52860 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52861 : : ._co_linearray_entry_size = 0,
52862 : : .co_argcount = 0,
52863 : : .co_posonlyargcount = 0,
52864 : : .co_kwonlyargcount = 0,
52865 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
52866 : : .co_stacksize = 2,
52867 : : .co_firstlineno = 28,
52868 : : .co_nlocalsplus = 1,
52869 : : .co_nlocals = 0,
52870 : : .co_nplaincellvars = 1,
52871 : : .co_ncellvars = 1,
52872 : : .co_nfreevars = 0,
52873 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
52874 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
52875 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
52876 : : .co_name = & const_str_abstractclassmethod._ascii.ob_base,
52877 : : .co_qualname = & const_str_abstractclassmethod._ascii.ob_base,
52878 : : .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
52879 : : ._co_code = NULL,
52880 : : ._co_linearray = NULL,
52881 : : .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",
52882 : : ._co_firsttraceable = 1,
52883 : : };
52884 : : static
52885 : : struct {
52886 : : PyASCIIObject _ascii;
52887 : : uint8_t _data[21];
52888 : : }
52889 : : const_str_abstractstaticmethod = {
52890 : : ._ascii = {
52891 : : .ob_base = {
52892 : : .ob_refcnt = 999999999,
52893 : : .ob_type = &PyUnicode_Type,
52894 : : },
52895 : : .length = 20,
52896 : : .hash = -1,
52897 : : .state = {
52898 : : .kind = 1,
52899 : : .compact = 1,
52900 : : .ascii = 1,
52901 : : },
52902 : : },
52903 : : ._data = "abstractstaticmethod",
52904 : : };
52905 : : static
52906 : : struct {
52907 : : PyASCIIObject _ascii;
52908 : : uint8_t _data[264];
52909 : : }
52910 : : abc_toplevel_consts_4_consts_1 = {
52911 : : ._ascii = {
52912 : : .ob_base = {
52913 : : .ob_refcnt = 999999999,
52914 : : .ob_type = &PyUnicode_Type,
52915 : : },
52916 : : .length = 263,
52917 : : .hash = -1,
52918 : : .state = {
52919 : : .kind = 1,
52920 : : .compact = 1,
52921 : : .ascii = 1,
52922 : : },
52923 : : },
52924 : : ._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",
52925 : : };
52926 : : static
52927 : : struct {
52928 : : PyASCIIObject _ascii;
52929 : : uint8_t _data[30];
52930 : : }
52931 : : abc_toplevel_consts_4_consts_3_qualname = {
52932 : : ._ascii = {
52933 : : .ob_base = {
52934 : : .ob_refcnt = 999999999,
52935 : : .ob_type = &PyUnicode_Type,
52936 : : },
52937 : : .length = 29,
52938 : : .hash = -1,
52939 : : .state = {
52940 : : .kind = 1,
52941 : : .compact = 1,
52942 : : .ascii = 1,
52943 : : },
52944 : : },
52945 : : ._data = "abstractstaticmethod.__init__",
52946 : : };
52947 : : static
52948 : : struct _PyCode_DEF(78)
52949 : : abc_toplevel_consts_4_consts_3 = {
52950 : : .ob_base = {
52951 : : .ob_base = {
52952 : : .ob_refcnt = 999999999,
52953 : : .ob_type = &PyCode_Type,
52954 : : },
52955 : : .ob_size = 39,
52956 : : },
52957 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
52958 : : .co_names = & abc_toplevel_consts_2_consts_3_names._object.ob_base.ob_base,
52959 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
52960 : : .co_flags = 3,
52961 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
52962 : : ._co_linearray_entry_size = 0,
52963 : : .co_argcount = 2,
52964 : : .co_posonlyargcount = 0,
52965 : : .co_kwonlyargcount = 0,
52966 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
52967 : : .co_stacksize = 3,
52968 : : .co_firstlineno = 63,
52969 : : .co_nlocalsplus = 3,
52970 : : .co_nlocals = 2,
52971 : : .co_nplaincellvars = 0,
52972 : : .co_ncellvars = 0,
52973 : : .co_nfreevars = 1,
52974 : : .co_localsplusnames = & abc_toplevel_consts_2_consts_3_localsplusnames._object.ob_base.ob_base,
52975 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
52976 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
52977 : : .co_name = &_Py_ID(__init__),
52978 : : .co_qualname = & abc_toplevel_consts_4_consts_3_qualname._ascii.ob_base,
52979 : : .co_linetable = & abc_toplevel_consts_2_consts_3_linetable.ob_base.ob_base,
52980 : : ._co_code = NULL,
52981 : : ._co_linearray = NULL,
52982 : : .co_code_adaptive = "\x95\x01\x97\x00\x64\x01\x7c\x01\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
52983 : : ._co_firsttraceable = 1,
52984 : : };
52985 : : static
52986 : : struct {
52987 : : PyGC_Head _gc_head;
52988 : : struct {
52989 : : PyObject_VAR_HEAD
52990 : : PyObject *ob_item[4];
52991 : : }_object;
52992 : : }
52993 : : abc_toplevel_consts_4_consts = {
52994 : : ._object = {
52995 : : .ob_base = {
52996 : : .ob_base = {
52997 : : .ob_refcnt = 999999999,
52998 : : .ob_type = &PyTuple_Type,
52999 : : },
53000 : : .ob_size = 4,
53001 : : },
53002 : : .ob_item = {
53003 : : & const_str_abstractstaticmethod._ascii.ob_base,
53004 : : & abc_toplevel_consts_4_consts_1._ascii.ob_base,
53005 : : Py_True,
53006 : : & abc_toplevel_consts_4_consts_3.ob_base.ob_base,
53007 : : },
53008 : : },
53009 : : };
53010 : : static
53011 : : struct _PyCode_DEF(38)
53012 : : abc_toplevel_consts_4 = {
53013 : : .ob_base = {
53014 : : .ob_base = {
53015 : : .ob_refcnt = 999999999,
53016 : : .ob_type = &PyCode_Type,
53017 : : },
53018 : : .ob_size = 19,
53019 : : },
53020 : : .co_consts = & abc_toplevel_consts_4_consts._object.ob_base.ob_base,
53021 : : .co_names = & abc_toplevel_consts_2_names._object.ob_base.ob_base,
53022 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53023 : : .co_flags = 0,
53024 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53025 : : ._co_linearray_entry_size = 0,
53026 : : .co_argcount = 0,
53027 : : .co_posonlyargcount = 0,
53028 : : .co_kwonlyargcount = 0,
53029 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
53030 : : .co_stacksize = 2,
53031 : : .co_firstlineno = 48,
53032 : : .co_nlocalsplus = 1,
53033 : : .co_nlocals = 0,
53034 : : .co_nplaincellvars = 1,
53035 : : .co_ncellvars = 1,
53036 : : .co_nfreevars = 0,
53037 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
53038 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
53039 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53040 : : .co_name = & const_str_abstractstaticmethod._ascii.ob_base,
53041 : : .co_qualname = & const_str_abstractstaticmethod._ascii.ob_base,
53042 : : .co_linetable = & abc_toplevel_consts_2_linetable.ob_base.ob_base,
53043 : : ._co_code = NULL,
53044 : : ._co_linearray = NULL,
53045 : : .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",
53046 : : ._co_firsttraceable = 1,
53047 : : };
53048 : : static
53049 : : struct {
53050 : : PyASCIIObject _ascii;
53051 : : uint8_t _data[17];
53052 : : }
53053 : : const_str_abstractproperty = {
53054 : : ._ascii = {
53055 : : .ob_base = {
53056 : : .ob_refcnt = 999999999,
53057 : : .ob_type = &PyUnicode_Type,
53058 : : },
53059 : : .length = 16,
53060 : : .hash = -1,
53061 : : .state = {
53062 : : .kind = 1,
53063 : : .compact = 1,
53064 : : .ascii = 1,
53065 : : },
53066 : : },
53067 : : ._data = "abstractproperty",
53068 : : };
53069 : : static
53070 : : struct {
53071 : : PyASCIIObject _ascii;
53072 : : uint8_t _data[250];
53073 : : }
53074 : : abc_toplevel_consts_6_consts_1 = {
53075 : : ._ascii = {
53076 : : .ob_base = {
53077 : : .ob_refcnt = 999999999,
53078 : : .ob_type = &PyUnicode_Type,
53079 : : },
53080 : : .length = 249,
53081 : : .hash = -1,
53082 : : .state = {
53083 : : .kind = 1,
53084 : : .compact = 1,
53085 : : .ascii = 1,
53086 : : },
53087 : : },
53088 : : ._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",
53089 : : };
53090 : : static
53091 : : struct {
53092 : : PyGC_Head _gc_head;
53093 : : struct {
53094 : : PyObject_VAR_HEAD
53095 : : PyObject *ob_item[4];
53096 : : }_object;
53097 : : }
53098 : : abc_toplevel_consts_6_consts = {
53099 : : ._object = {
53100 : : .ob_base = {
53101 : : .ob_base = {
53102 : : .ob_refcnt = 999999999,
53103 : : .ob_type = &PyTuple_Type,
53104 : : },
53105 : : .ob_size = 4,
53106 : : },
53107 : : .ob_item = {
53108 : : & const_str_abstractproperty._ascii.ob_base,
53109 : : & abc_toplevel_consts_6_consts_1._ascii.ob_base,
53110 : : Py_True,
53111 : : Py_None,
53112 : : },
53113 : : },
53114 : : };
53115 : : static
53116 : : struct {
53117 : : PyGC_Head _gc_head;
53118 : : struct {
53119 : : PyObject_VAR_HEAD
53120 : : PyObject *ob_item[5];
53121 : : }_object;
53122 : : }
53123 : : abc_toplevel_consts_6_names = {
53124 : : ._object = {
53125 : : .ob_base = {
53126 : : .ob_base = {
53127 : : .ob_refcnt = 999999999,
53128 : : .ob_type = &PyTuple_Type,
53129 : : },
53130 : : .ob_size = 5,
53131 : : },
53132 : : .ob_item = {
53133 : : &_Py_ID(__name__),
53134 : : &_Py_ID(__module__),
53135 : : &_Py_ID(__qualname__),
53136 : : &_Py_ID(__doc__),
53137 : : &_Py_ID(__isabstractmethod__),
53138 : : },
53139 : : },
53140 : : };
53141 : : static
53142 : : struct {
53143 : : PyObject_VAR_HEAD
53144 : : Py_hash_t ob_shash;
53145 : : char ob_sval[35];
53146 : : }
53147 : : abc_toplevel_consts_6_linetable = {
53148 : : .ob_base = {
53149 : : .ob_base = {
53150 : : .ob_refcnt = 999999999,
53151 : : .ob_type = &PyBytes_Type,
53152 : : },
53153 : : .ob_size = 34,
53154 : : },
53155 : : .ob_shash = -1,
53156 : : .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",
53157 : : };
53158 : : static
53159 : : struct _PyCode_DEF(22)
53160 : : abc_toplevel_consts_6 = {
53161 : : .ob_base = {
53162 : : .ob_base = {
53163 : : .ob_refcnt = 999999999,
53164 : : .ob_type = &PyCode_Type,
53165 : : },
53166 : : .ob_size = 11,
53167 : : },
53168 : : .co_consts = & abc_toplevel_consts_6_consts._object.ob_base.ob_base,
53169 : : .co_names = & abc_toplevel_consts_6_names._object.ob_base.ob_base,
53170 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53171 : : .co_flags = 0,
53172 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53173 : : ._co_linearray_entry_size = 0,
53174 : : .co_argcount = 0,
53175 : : .co_posonlyargcount = 0,
53176 : : .co_kwonlyargcount = 0,
53177 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
53178 : : .co_stacksize = 1,
53179 : : .co_firstlineno = 68,
53180 : : .co_nlocalsplus = 0,
53181 : : .co_nlocals = 0,
53182 : : .co_nplaincellvars = 0,
53183 : : .co_ncellvars = 0,
53184 : : .co_nfreevars = 0,
53185 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
53186 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
53187 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53188 : : .co_name = & const_str_abstractproperty._ascii.ob_base,
53189 : : .co_qualname = & const_str_abstractproperty._ascii.ob_base,
53190 : : .co_linetable = & abc_toplevel_consts_6_linetable.ob_base.ob_base,
53191 : : ._co_code = NULL,
53192 : : ._co_linearray = NULL,
53193 : : .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",
53194 : : ._co_firsttraceable = 0,
53195 : : };
53196 : : static
53197 : : struct {
53198 : : PyASCIIObject _ascii;
53199 : : uint8_t _data[16];
53200 : : }
53201 : : const_str_get_cache_token = {
53202 : : ._ascii = {
53203 : : .ob_base = {
53204 : : .ob_refcnt = 999999999,
53205 : : .ob_type = &PyUnicode_Type,
53206 : : },
53207 : : .length = 15,
53208 : : .hash = -1,
53209 : : .state = {
53210 : : .kind = 1,
53211 : : .compact = 1,
53212 : : .ascii = 1,
53213 : : },
53214 : : },
53215 : : ._data = "get_cache_token",
53216 : : };
53217 : : static
53218 : : struct {
53219 : : PyASCIIObject _ascii;
53220 : : uint8_t _data[10];
53221 : : }
53222 : : const_str__abc_init = {
53223 : : ._ascii = {
53224 : : .ob_base = {
53225 : : .ob_refcnt = 999999999,
53226 : : .ob_type = &PyUnicode_Type,
53227 : : },
53228 : : .length = 9,
53229 : : .hash = -1,
53230 : : .state = {
53231 : : .kind = 1,
53232 : : .compact = 1,
53233 : : .ascii = 1,
53234 : : },
53235 : : },
53236 : : ._data = "_abc_init",
53237 : : };
53238 : : static
53239 : : struct {
53240 : : PyASCIIObject _ascii;
53241 : : uint8_t _data[14];
53242 : : }
53243 : : const_str__abc_register = {
53244 : : ._ascii = {
53245 : : .ob_base = {
53246 : : .ob_refcnt = 999999999,
53247 : : .ob_type = &PyUnicode_Type,
53248 : : },
53249 : : .length = 13,
53250 : : .hash = -1,
53251 : : .state = {
53252 : : .kind = 1,
53253 : : .compact = 1,
53254 : : .ascii = 1,
53255 : : },
53256 : : },
53257 : : ._data = "_abc_register",
53258 : : };
53259 : : static
53260 : : struct {
53261 : : PyASCIIObject _ascii;
53262 : : uint8_t _data[19];
53263 : : }
53264 : : const_str__abc_instancecheck = {
53265 : : ._ascii = {
53266 : : .ob_base = {
53267 : : .ob_refcnt = 999999999,
53268 : : .ob_type = &PyUnicode_Type,
53269 : : },
53270 : : .length = 18,
53271 : : .hash = -1,
53272 : : .state = {
53273 : : .kind = 1,
53274 : : .compact = 1,
53275 : : .ascii = 1,
53276 : : },
53277 : : },
53278 : : ._data = "_abc_instancecheck",
53279 : : };
53280 : : static
53281 : : struct {
53282 : : PyASCIIObject _ascii;
53283 : : uint8_t _data[19];
53284 : : }
53285 : : const_str__abc_subclasscheck = {
53286 : : ._ascii = {
53287 : : .ob_base = {
53288 : : .ob_refcnt = 999999999,
53289 : : .ob_type = &PyUnicode_Type,
53290 : : },
53291 : : .length = 18,
53292 : : .hash = -1,
53293 : : .state = {
53294 : : .kind = 1,
53295 : : .compact = 1,
53296 : : .ascii = 1,
53297 : : },
53298 : : },
53299 : : ._data = "_abc_subclasscheck",
53300 : : };
53301 : : static
53302 : : struct {
53303 : : PyASCIIObject _ascii;
53304 : : uint8_t _data[10];
53305 : : }
53306 : : const_str__get_dump = {
53307 : : ._ascii = {
53308 : : .ob_base = {
53309 : : .ob_refcnt = 999999999,
53310 : : .ob_type = &PyUnicode_Type,
53311 : : },
53312 : : .length = 9,
53313 : : .hash = -1,
53314 : : .state = {
53315 : : .kind = 1,
53316 : : .compact = 1,
53317 : : .ascii = 1,
53318 : : },
53319 : : },
53320 : : ._data = "_get_dump",
53321 : : };
53322 : : static
53323 : : struct {
53324 : : PyASCIIObject _ascii;
53325 : : uint8_t _data[16];
53326 : : }
53327 : : const_str__reset_registry = {
53328 : : ._ascii = {
53329 : : .ob_base = {
53330 : : .ob_refcnt = 999999999,
53331 : : .ob_type = &PyUnicode_Type,
53332 : : },
53333 : : .length = 15,
53334 : : .hash = -1,
53335 : : .state = {
53336 : : .kind = 1,
53337 : : .compact = 1,
53338 : : .ascii = 1,
53339 : : },
53340 : : },
53341 : : ._data = "_reset_registry",
53342 : : };
53343 : : static
53344 : : struct {
53345 : : PyASCIIObject _ascii;
53346 : : uint8_t _data[14];
53347 : : }
53348 : : const_str__reset_caches = {
53349 : : ._ascii = {
53350 : : .ob_base = {
53351 : : .ob_refcnt = 999999999,
53352 : : .ob_type = &PyUnicode_Type,
53353 : : },
53354 : : .length = 13,
53355 : : .hash = -1,
53356 : : .state = {
53357 : : .kind = 1,
53358 : : .compact = 1,
53359 : : .ascii = 1,
53360 : : },
53361 : : },
53362 : : ._data = "_reset_caches",
53363 : : };
53364 : : static
53365 : : struct {
53366 : : PyGC_Head _gc_head;
53367 : : struct {
53368 : : PyObject_VAR_HEAD
53369 : : PyObject *ob_item[8];
53370 : : }_object;
53371 : : }
53372 : : abc_toplevel_consts_9 = {
53373 : : ._object = {
53374 : : .ob_base = {
53375 : : .ob_base = {
53376 : : .ob_refcnt = 999999999,
53377 : : .ob_type = &PyTuple_Type,
53378 : : },
53379 : : .ob_size = 8,
53380 : : },
53381 : : .ob_item = {
53382 : : & const_str_get_cache_token._ascii.ob_base,
53383 : : & const_str__abc_init._ascii.ob_base,
53384 : : & const_str__abc_register._ascii.ob_base,
53385 : : & const_str__abc_instancecheck._ascii.ob_base,
53386 : : & const_str__abc_subclasscheck._ascii.ob_base,
53387 : : & const_str__get_dump._ascii.ob_base,
53388 : : & const_str__reset_registry._ascii.ob_base,
53389 : : & const_str__reset_caches._ascii.ob_base,
53390 : : },
53391 : : },
53392 : : };
53393 : : static
53394 : : struct {
53395 : : PyASCIIObject _ascii;
53396 : : uint8_t _data[8];
53397 : : }
53398 : : const_str_ABCMeta = {
53399 : : ._ascii = {
53400 : : .ob_base = {
53401 : : .ob_refcnt = 999999999,
53402 : : .ob_type = &PyUnicode_Type,
53403 : : },
53404 : : .length = 7,
53405 : : .hash = -1,
53406 : : .state = {
53407 : : .kind = 1,
53408 : : .compact = 1,
53409 : : .ascii = 1,
53410 : : },
53411 : : },
53412 : : ._data = "ABCMeta",
53413 : : };
53414 : : static
53415 : : struct {
53416 : : PyASCIIObject _ascii;
53417 : : uint8_t _data[657];
53418 : : }
53419 : : abc_toplevel_consts_10_consts_1 = {
53420 : : ._ascii = {
53421 : : .ob_base = {
53422 : : .ob_refcnt = 999999999,
53423 : : .ob_type = &PyUnicode_Type,
53424 : : },
53425 : : .length = 656,
53426 : : .hash = -1,
53427 : : .state = {
53428 : : .kind = 1,
53429 : : .compact = 1,
53430 : : .ascii = 1,
53431 : : },
53432 : : },
53433 : : ._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",
53434 : : };
53435 : : static
53436 : : struct {
53437 : : PyGC_Head _gc_head;
53438 : : struct {
53439 : : PyObject_VAR_HEAD
53440 : : PyObject *ob_item[3];
53441 : : }_object;
53442 : : }
53443 : : abc_toplevel_consts_10_consts_2_names = {
53444 : : ._object = {
53445 : : .ob_base = {
53446 : : .ob_base = {
53447 : : .ob_refcnt = 999999999,
53448 : : .ob_type = &PyTuple_Type,
53449 : : },
53450 : : .ob_size = 3,
53451 : : },
53452 : : .ob_item = {
53453 : : & const_str_super._ascii.ob_base,
53454 : : &_Py_ID(__new__),
53455 : : & const_str__abc_init._ascii.ob_base,
53456 : : },
53457 : : },
53458 : : };
53459 : : static
53460 : : struct {
53461 : : PyASCIIObject _ascii;
53462 : : uint8_t _data[16];
53463 : : }
53464 : : abc_toplevel_consts_10_consts_2_qualname = {
53465 : : ._ascii = {
53466 : : .ob_base = {
53467 : : .ob_refcnt = 999999999,
53468 : : .ob_type = &PyUnicode_Type,
53469 : : },
53470 : : .length = 15,
53471 : : .hash = -1,
53472 : : .state = {
53473 : : .kind = 1,
53474 : : .compact = 1,
53475 : : .ascii = 1,
53476 : : },
53477 : : },
53478 : : ._data = "ABCMeta.__new__",
53479 : : };
53480 : : static
53481 : : struct {
53482 : : PyObject_VAR_HEAD
53483 : : Py_hash_t ob_shash;
53484 : : char ob_sval[53];
53485 : : }
53486 : : abc_toplevel_consts_10_consts_2_linetable = {
53487 : : .ob_base = {
53488 : : .ob_base = {
53489 : : .ob_refcnt = 999999999,
53490 : : .ob_type = &PyBytes_Type,
53491 : : },
53492 : : .ob_size = 52,
53493 : : },
53494 : : .ob_shash = -1,
53495 : : .ob_sval = "\xf8\x80\x00\xd8\x12\x21\x95\x25\x94\x27\x97\x2f\x91\x2f\xa0\x24\xa8\x04\xa8\x65\xb0\x59\xd0\x12\x49\xd0\x12\x49\xc0\x26\xd0\x12\x49\xd0\x12\x49\x88\x43\xdd\x0c\x15\x90\x63\x8c\x4e\x88\x4e\xd8\x13\x16\x88\x4a",
53496 : : };
53497 : : static
53498 : : struct {
53499 : : PyASCIIObject _ascii;
53500 : : uint8_t _data[5];
53501 : : }
53502 : : const_str_mcls = {
53503 : : ._ascii = {
53504 : : .ob_base = {
53505 : : .ob_refcnt = 999999999,
53506 : : .ob_type = &PyUnicode_Type,
53507 : : },
53508 : : .length = 4,
53509 : : .hash = -1,
53510 : : .state = {
53511 : : .kind = 1,
53512 : : .compact = 1,
53513 : : .ascii = 1,
53514 : : },
53515 : : },
53516 : : ._data = "mcls",
53517 : : };
53518 : : static
53519 : : struct {
53520 : : PyASCIIObject _ascii;
53521 : : uint8_t _data[6];
53522 : : }
53523 : : const_str_bases = {
53524 : : ._ascii = {
53525 : : .ob_base = {
53526 : : .ob_refcnt = 999999999,
53527 : : .ob_type = &PyUnicode_Type,
53528 : : },
53529 : : .length = 5,
53530 : : .hash = -1,
53531 : : .state = {
53532 : : .kind = 1,
53533 : : .compact = 1,
53534 : : .ascii = 1,
53535 : : },
53536 : : },
53537 : : ._data = "bases",
53538 : : };
53539 : : static
53540 : : struct {
53541 : : PyASCIIObject _ascii;
53542 : : uint8_t _data[10];
53543 : : }
53544 : : const_str_namespace = {
53545 : : ._ascii = {
53546 : : .ob_base = {
53547 : : .ob_refcnt = 999999999,
53548 : : .ob_type = &PyUnicode_Type,
53549 : : },
53550 : : .length = 9,
53551 : : .hash = -1,
53552 : : .state = {
53553 : : .kind = 1,
53554 : : .compact = 1,
53555 : : .ascii = 1,
53556 : : },
53557 : : },
53558 : : ._data = "namespace",
53559 : : };
53560 : : static
53561 : : struct {
53562 : : PyGC_Head _gc_head;
53563 : : struct {
53564 : : PyObject_VAR_HEAD
53565 : : PyObject *ob_item[7];
53566 : : }_object;
53567 : : }
53568 : : abc_toplevel_consts_10_consts_2_localsplusnames = {
53569 : : ._object = {
53570 : : .ob_base = {
53571 : : .ob_base = {
53572 : : .ob_refcnt = 999999999,
53573 : : .ob_type = &PyTuple_Type,
53574 : : },
53575 : : .ob_size = 7,
53576 : : },
53577 : : .ob_item = {
53578 : : & const_str_mcls._ascii.ob_base,
53579 : : &_Py_ID(name),
53580 : : & const_str_bases._ascii.ob_base,
53581 : : & const_str_namespace._ascii.ob_base,
53582 : : & const_str_kwargs._ascii.ob_base,
53583 : : & const_str_cls._ascii.ob_base,
53584 : : &_Py_ID(__class__),
53585 : : },
53586 : : },
53587 : : };
53588 : : static
53589 : : struct {
53590 : : PyObject_VAR_HEAD
53591 : : Py_hash_t ob_shash;
53592 : : char ob_sval[8];
53593 : : }
53594 : : abc_toplevel_consts_10_consts_2_localspluskinds = {
53595 : : .ob_base = {
53596 : : .ob_base = {
53597 : : .ob_refcnt = 999999999,
53598 : : .ob_type = &PyBytes_Type,
53599 : : },
53600 : : .ob_size = 7,
53601 : : },
53602 : : .ob_shash = -1,
53603 : : .ob_sval = "\x20\x20\x20\x20\x20\x20\x80",
53604 : : };
53605 : : static
53606 : : struct _PyCode_DEF(98)
53607 : : abc_toplevel_consts_10_consts_2 = {
53608 : : .ob_base = {
53609 : : .ob_base = {
53610 : : .ob_refcnt = 999999999,
53611 : : .ob_type = &PyCode_Type,
53612 : : },
53613 : : .ob_size = 49,
53614 : : },
53615 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
53616 : : .co_names = & abc_toplevel_consts_10_consts_2_names._object.ob_base.ob_base,
53617 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53618 : : .co_flags = 11,
53619 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53620 : : ._co_linearray_entry_size = 0,
53621 : : .co_argcount = 4,
53622 : : .co_posonlyargcount = 4,
53623 : : .co_kwonlyargcount = 0,
53624 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
53625 : : .co_stacksize = 6,
53626 : : .co_firstlineno = 105,
53627 : : .co_nlocalsplus = 7,
53628 : : .co_nlocals = 6,
53629 : : .co_nplaincellvars = 0,
53630 : : .co_ncellvars = 0,
53631 : : .co_nfreevars = 1,
53632 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_2_localsplusnames._object.ob_base.ob_base,
53633 : : .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
53634 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53635 : : .co_name = &_Py_ID(__new__),
53636 : : .co_qualname = & abc_toplevel_consts_10_consts_2_qualname._ascii.ob_base,
53637 : : .co_linetable = & abc_toplevel_consts_10_consts_2_linetable.ob_base.ob_base,
53638 : : ._co_code = NULL,
53639 : : ._co_linearray = NULL,
53640 : : .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x66\x04\x69\x00\x7c\x04\xa4\x01\x8e\x01\x7d\x05\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x53\x00",
53641 : : ._co_firsttraceable = 1,
53642 : : };
53643 : : static
53644 : : struct {
53645 : : PyASCIIObject _ascii;
53646 : : uint8_t _data[124];
53647 : : }
53648 : : abc_toplevel_consts_10_consts_3_consts_0 = {
53649 : : ._ascii = {
53650 : : .ob_base = {
53651 : : .ob_refcnt = 999999999,
53652 : : .ob_type = &PyUnicode_Type,
53653 : : },
53654 : : .length = 123,
53655 : : .hash = -1,
53656 : : .state = {
53657 : : .kind = 1,
53658 : : .compact = 1,
53659 : : .ascii = 1,
53660 : : },
53661 : : },
53662 : : ._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",
53663 : : };
53664 : : static
53665 : : struct {
53666 : : PyGC_Head _gc_head;
53667 : : struct {
53668 : : PyObject_VAR_HEAD
53669 : : PyObject *ob_item[1];
53670 : : }_object;
53671 : : }
53672 : : abc_toplevel_consts_10_consts_3_consts = {
53673 : : ._object = {
53674 : : .ob_base = {
53675 : : .ob_base = {
53676 : : .ob_refcnt = 999999999,
53677 : : .ob_type = &PyTuple_Type,
53678 : : },
53679 : : .ob_size = 1,
53680 : : },
53681 : : .ob_item = {
53682 : : & abc_toplevel_consts_10_consts_3_consts_0._ascii.ob_base,
53683 : : },
53684 : : },
53685 : : };
53686 : : static
53687 : : struct {
53688 : : PyGC_Head _gc_head;
53689 : : struct {
53690 : : PyObject_VAR_HEAD
53691 : : PyObject *ob_item[1];
53692 : : }_object;
53693 : : }
53694 : : abc_toplevel_consts_10_consts_3_names = {
53695 : : ._object = {
53696 : : .ob_base = {
53697 : : .ob_base = {
53698 : : .ob_refcnt = 999999999,
53699 : : .ob_type = &PyTuple_Type,
53700 : : },
53701 : : .ob_size = 1,
53702 : : },
53703 : : .ob_item = {
53704 : : & const_str__abc_register._ascii.ob_base,
53705 : : },
53706 : : },
53707 : : };
53708 : : static
53709 : : struct {
53710 : : PyASCIIObject _ascii;
53711 : : uint8_t _data[9];
53712 : : }
53713 : : const_str_register = {
53714 : : ._ascii = {
53715 : : .ob_base = {
53716 : : .ob_refcnt = 999999999,
53717 : : .ob_type = &PyUnicode_Type,
53718 : : },
53719 : : .length = 8,
53720 : : .hash = -1,
53721 : : .state = {
53722 : : .kind = 1,
53723 : : .compact = 1,
53724 : : .ascii = 1,
53725 : : },
53726 : : },
53727 : : ._data = "register",
53728 : : };
53729 : : static
53730 : : struct {
53731 : : PyASCIIObject _ascii;
53732 : : uint8_t _data[17];
53733 : : }
53734 : : abc_toplevel_consts_10_consts_3_qualname = {
53735 : : ._ascii = {
53736 : : .ob_base = {
53737 : : .ob_refcnt = 999999999,
53738 : : .ob_type = &PyUnicode_Type,
53739 : : },
53740 : : .length = 16,
53741 : : .hash = -1,
53742 : : .state = {
53743 : : .kind = 1,
53744 : : .compact = 1,
53745 : : .ascii = 1,
53746 : : },
53747 : : },
53748 : : ._data = "ABCMeta.register",
53749 : : };
53750 : : static
53751 : : struct {
53752 : : PyObject_VAR_HEAD
53753 : : Py_hash_t ob_shash;
53754 : : char ob_sval[18];
53755 : : }
53756 : : abc_toplevel_consts_10_consts_3_linetable = {
53757 : : .ob_base = {
53758 : : .ob_base = {
53759 : : .ob_refcnt = 999999999,
53760 : : .ob_type = &PyBytes_Type,
53761 : : },
53762 : : .ob_size = 17,
53763 : : },
53764 : : .ob_shash = -1,
53765 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x14\x21\xa0\x13\xa0\x68\xd4\x13\x2f\xd0\x0c\x2f",
53766 : : };
53767 : : static
53768 : : struct {
53769 : : PyASCIIObject _ascii;
53770 : : uint8_t _data[9];
53771 : : }
53772 : : const_str_subclass = {
53773 : : ._ascii = {
53774 : : .ob_base = {
53775 : : .ob_refcnt = 999999999,
53776 : : .ob_type = &PyUnicode_Type,
53777 : : },
53778 : : .length = 8,
53779 : : .hash = -1,
53780 : : .state = {
53781 : : .kind = 1,
53782 : : .compact = 1,
53783 : : .ascii = 1,
53784 : : },
53785 : : },
53786 : : ._data = "subclass",
53787 : : };
53788 : : static
53789 : : struct {
53790 : : PyGC_Head _gc_head;
53791 : : struct {
53792 : : PyObject_VAR_HEAD
53793 : : PyObject *ob_item[2];
53794 : : }_object;
53795 : : }
53796 : : abc_toplevel_consts_10_consts_3_localsplusnames = {
53797 : : ._object = {
53798 : : .ob_base = {
53799 : : .ob_base = {
53800 : : .ob_refcnt = 999999999,
53801 : : .ob_type = &PyTuple_Type,
53802 : : },
53803 : : .ob_size = 2,
53804 : : },
53805 : : .ob_item = {
53806 : : & const_str_cls._ascii.ob_base,
53807 : : & const_str_subclass._ascii.ob_base,
53808 : : },
53809 : : },
53810 : : };
53811 : : static
53812 : : struct _PyCode_DEF(30)
53813 : : abc_toplevel_consts_10_consts_3 = {
53814 : : .ob_base = {
53815 : : .ob_base = {
53816 : : .ob_refcnt = 999999999,
53817 : : .ob_type = &PyCode_Type,
53818 : : },
53819 : : .ob_size = 15,
53820 : : },
53821 : : .co_consts = & abc_toplevel_consts_10_consts_3_consts._object.ob_base.ob_base,
53822 : : .co_names = & abc_toplevel_consts_10_consts_3_names._object.ob_base.ob_base,
53823 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
53824 : : .co_flags = 3,
53825 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
53826 : : ._co_linearray_entry_size = 0,
53827 : : .co_argcount = 2,
53828 : : .co_posonlyargcount = 0,
53829 : : .co_kwonlyargcount = 0,
53830 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
53831 : : .co_stacksize = 4,
53832 : : .co_firstlineno = 110,
53833 : : .co_nlocalsplus = 2,
53834 : : .co_nlocals = 2,
53835 : : .co_nplaincellvars = 0,
53836 : : .co_ncellvars = 0,
53837 : : .co_nfreevars = 0,
53838 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
53839 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
53840 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
53841 : : .co_name = & const_str_register._ascii.ob_base,
53842 : : .co_qualname = & abc_toplevel_consts_10_consts_3_qualname._ascii.ob_base,
53843 : : .co_linetable = & abc_toplevel_consts_10_consts_3_linetable.ob_base.ob_base,
53844 : : ._co_code = NULL,
53845 : : ._co_linearray = NULL,
53846 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
53847 : : ._co_firsttraceable = 0,
53848 : : };
53849 : : static
53850 : : struct {
53851 : : PyASCIIObject _ascii;
53852 : : uint8_t _data[40];
53853 : : }
53854 : : abc_toplevel_consts_10_consts_4_consts_0 = {
53855 : : ._ascii = {
53856 : : .ob_base = {
53857 : : .ob_refcnt = 999999999,
53858 : : .ob_type = &PyUnicode_Type,
53859 : : },
53860 : : .length = 39,
53861 : : .hash = -1,
53862 : : .state = {
53863 : : .kind = 1,
53864 : : .compact = 1,
53865 : : .ascii = 1,
53866 : : },
53867 : : },
53868 : : ._data = "Override for isinstance(instance, cls).",
53869 : : };
53870 : : static
53871 : : struct {
53872 : : PyGC_Head _gc_head;
53873 : : struct {
53874 : : PyObject_VAR_HEAD
53875 : : PyObject *ob_item[1];
53876 : : }_object;
53877 : : }
53878 : : abc_toplevel_consts_10_consts_4_consts = {
53879 : : ._object = {
53880 : : .ob_base = {
53881 : : .ob_base = {
53882 : : .ob_refcnt = 999999999,
53883 : : .ob_type = &PyTuple_Type,
53884 : : },
53885 : : .ob_size = 1,
53886 : : },
53887 : : .ob_item = {
53888 : : & abc_toplevel_consts_10_consts_4_consts_0._ascii.ob_base,
53889 : : },
53890 : : },
53891 : : };
53892 : : static
53893 : : struct {
53894 : : PyGC_Head _gc_head;
53895 : : struct {
53896 : : PyObject_VAR_HEAD
53897 : : PyObject *ob_item[1];
53898 : : }_object;
53899 : : }
53900 : : abc_toplevel_consts_10_consts_4_names = {
53901 : : ._object = {
53902 : : .ob_base = {
53903 : : .ob_base = {
53904 : : .ob_refcnt = 999999999,
53905 : : .ob_type = &PyTuple_Type,
53906 : : },
53907 : : .ob_size = 1,
53908 : : },
53909 : : .ob_item = {
53910 : : & const_str__abc_instancecheck._ascii.ob_base,
53911 : : },
53912 : : },
53913 : : };
53914 : : static
53915 : : struct {
53916 : : PyASCIIObject _ascii;
53917 : : uint8_t _data[26];
53918 : : }
53919 : : abc_toplevel_consts_10_consts_4_qualname = {
53920 : : ._ascii = {
53921 : : .ob_base = {
53922 : : .ob_refcnt = 999999999,
53923 : : .ob_type = &PyUnicode_Type,
53924 : : },
53925 : : .length = 25,
53926 : : .hash = -1,
53927 : : .state = {
53928 : : .kind = 1,
53929 : : .compact = 1,
53930 : : .ascii = 1,
53931 : : },
53932 : : },
53933 : : ._data = "ABCMeta.__instancecheck__",
53934 : : };
53935 : : static
53936 : : struct {
53937 : : PyObject_VAR_HEAD
53938 : : Py_hash_t ob_shash;
53939 : : char ob_sval[16];
53940 : : }
53941 : : abc_toplevel_consts_10_consts_4_linetable = {
53942 : : .ob_base = {
53943 : : .ob_base = {
53944 : : .ob_refcnt = 999999999,
53945 : : .ob_type = &PyBytes_Type,
53946 : : },
53947 : : .ob_size = 15,
53948 : : },
53949 : : .ob_shash = -1,
53950 : : .ob_sval = "\x80\x00\xe5\x13\x25\xa0\x63\xa8\x38\xd4\x13\x34\xd0\x0c\x34",
53951 : : };
53952 : : static
53953 : : struct {
53954 : : PyASCIIObject _ascii;
53955 : : uint8_t _data[9];
53956 : : }
53957 : : const_str_instance = {
53958 : : ._ascii = {
53959 : : .ob_base = {
53960 : : .ob_refcnt = 999999999,
53961 : : .ob_type = &PyUnicode_Type,
53962 : : },
53963 : : .length = 8,
53964 : : .hash = -1,
53965 : : .state = {
53966 : : .kind = 1,
53967 : : .compact = 1,
53968 : : .ascii = 1,
53969 : : },
53970 : : },
53971 : : ._data = "instance",
53972 : : };
53973 : : static
53974 : : struct {
53975 : : PyGC_Head _gc_head;
53976 : : struct {
53977 : : PyObject_VAR_HEAD
53978 : : PyObject *ob_item[2];
53979 : : }_object;
53980 : : }
53981 : : abc_toplevel_consts_10_consts_4_localsplusnames = {
53982 : : ._object = {
53983 : : .ob_base = {
53984 : : .ob_base = {
53985 : : .ob_refcnt = 999999999,
53986 : : .ob_type = &PyTuple_Type,
53987 : : },
53988 : : .ob_size = 2,
53989 : : },
53990 : : .ob_item = {
53991 : : & const_str_cls._ascii.ob_base,
53992 : : & const_str_instance._ascii.ob_base,
53993 : : },
53994 : : },
53995 : : };
53996 : : static
53997 : : struct _PyCode_DEF(30)
53998 : : abc_toplevel_consts_10_consts_4 = {
53999 : : .ob_base = {
54000 : : .ob_base = {
54001 : : .ob_refcnt = 999999999,
54002 : : .ob_type = &PyCode_Type,
54003 : : },
54004 : : .ob_size = 15,
54005 : : },
54006 : : .co_consts = & abc_toplevel_consts_10_consts_4_consts._object.ob_base.ob_base,
54007 : : .co_names = & abc_toplevel_consts_10_consts_4_names._object.ob_base.ob_base,
54008 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54009 : : .co_flags = 3,
54010 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54011 : : ._co_linearray_entry_size = 0,
54012 : : .co_argcount = 2,
54013 : : .co_posonlyargcount = 0,
54014 : : .co_kwonlyargcount = 0,
54015 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
54016 : : .co_stacksize = 4,
54017 : : .co_firstlineno = 117,
54018 : : .co_nlocalsplus = 2,
54019 : : .co_nlocals = 2,
54020 : : .co_nplaincellvars = 0,
54021 : : .co_ncellvars = 0,
54022 : : .co_nfreevars = 0,
54023 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_4_localsplusnames._object.ob_base.ob_base,
54024 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
54025 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54026 : : .co_name = &_Py_ID(__instancecheck__),
54027 : : .co_qualname = & abc_toplevel_consts_10_consts_4_qualname._ascii.ob_base,
54028 : : .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
54029 : : ._co_code = NULL,
54030 : : ._co_linearray = NULL,
54031 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
54032 : : ._co_firsttraceable = 0,
54033 : : };
54034 : : static
54035 : : struct {
54036 : : PyASCIIObject _ascii;
54037 : : uint8_t _data[40];
54038 : : }
54039 : : abc_toplevel_consts_10_consts_5_consts_0 = {
54040 : : ._ascii = {
54041 : : .ob_base = {
54042 : : .ob_refcnt = 999999999,
54043 : : .ob_type = &PyUnicode_Type,
54044 : : },
54045 : : .length = 39,
54046 : : .hash = -1,
54047 : : .state = {
54048 : : .kind = 1,
54049 : : .compact = 1,
54050 : : .ascii = 1,
54051 : : },
54052 : : },
54053 : : ._data = "Override for issubclass(subclass, cls).",
54054 : : };
54055 : : static
54056 : : struct {
54057 : : PyGC_Head _gc_head;
54058 : : struct {
54059 : : PyObject_VAR_HEAD
54060 : : PyObject *ob_item[1];
54061 : : }_object;
54062 : : }
54063 : : abc_toplevel_consts_10_consts_5_consts = {
54064 : : ._object = {
54065 : : .ob_base = {
54066 : : .ob_base = {
54067 : : .ob_refcnt = 999999999,
54068 : : .ob_type = &PyTuple_Type,
54069 : : },
54070 : : .ob_size = 1,
54071 : : },
54072 : : .ob_item = {
54073 : : & abc_toplevel_consts_10_consts_5_consts_0._ascii.ob_base,
54074 : : },
54075 : : },
54076 : : };
54077 : : static
54078 : : struct {
54079 : : PyGC_Head _gc_head;
54080 : : struct {
54081 : : PyObject_VAR_HEAD
54082 : : PyObject *ob_item[1];
54083 : : }_object;
54084 : : }
54085 : : abc_toplevel_consts_10_consts_5_names = {
54086 : : ._object = {
54087 : : .ob_base = {
54088 : : .ob_base = {
54089 : : .ob_refcnt = 999999999,
54090 : : .ob_type = &PyTuple_Type,
54091 : : },
54092 : : .ob_size = 1,
54093 : : },
54094 : : .ob_item = {
54095 : : & const_str__abc_subclasscheck._ascii.ob_base,
54096 : : },
54097 : : },
54098 : : };
54099 : : static
54100 : : struct {
54101 : : PyASCIIObject _ascii;
54102 : : uint8_t _data[26];
54103 : : }
54104 : : abc_toplevel_consts_10_consts_5_qualname = {
54105 : : ._ascii = {
54106 : : .ob_base = {
54107 : : .ob_refcnt = 999999999,
54108 : : .ob_type = &PyUnicode_Type,
54109 : : },
54110 : : .length = 25,
54111 : : .hash = -1,
54112 : : .state = {
54113 : : .kind = 1,
54114 : : .compact = 1,
54115 : : .ascii = 1,
54116 : : },
54117 : : },
54118 : : ._data = "ABCMeta.__subclasscheck__",
54119 : : };
54120 : : static
54121 : : struct _PyCode_DEF(30)
54122 : : abc_toplevel_consts_10_consts_5 = {
54123 : : .ob_base = {
54124 : : .ob_base = {
54125 : : .ob_refcnt = 999999999,
54126 : : .ob_type = &PyCode_Type,
54127 : : },
54128 : : .ob_size = 15,
54129 : : },
54130 : : .co_consts = & abc_toplevel_consts_10_consts_5_consts._object.ob_base.ob_base,
54131 : : .co_names = & abc_toplevel_consts_10_consts_5_names._object.ob_base.ob_base,
54132 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54133 : : .co_flags = 3,
54134 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54135 : : ._co_linearray_entry_size = 0,
54136 : : .co_argcount = 2,
54137 : : .co_posonlyargcount = 0,
54138 : : .co_kwonlyargcount = 0,
54139 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
54140 : : .co_stacksize = 4,
54141 : : .co_firstlineno = 121,
54142 : : .co_nlocalsplus = 2,
54143 : : .co_nlocals = 2,
54144 : : .co_nplaincellvars = 0,
54145 : : .co_ncellvars = 0,
54146 : : .co_nfreevars = 0,
54147 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
54148 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
54149 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54150 : : .co_name = &_Py_ID(__subclasscheck__),
54151 : : .co_qualname = & abc_toplevel_consts_10_consts_5_qualname._ascii.ob_base,
54152 : : .co_linetable = & abc_toplevel_consts_10_consts_4_linetable.ob_base.ob_base,
54153 : : ._co_code = NULL,
54154 : : ._co_linearray = NULL,
54155 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
54156 : : ._co_firsttraceable = 0,
54157 : : };
54158 : : static
54159 : : struct {
54160 : : PyASCIIObject _ascii;
54161 : : uint8_t _data[40];
54162 : : }
54163 : : abc_toplevel_consts_10_consts_7_consts_0 = {
54164 : : ._ascii = {
54165 : : .ob_base = {
54166 : : .ob_refcnt = 999999999,
54167 : : .ob_type = &PyUnicode_Type,
54168 : : },
54169 : : .length = 39,
54170 : : .hash = -1,
54171 : : .state = {
54172 : : .kind = 1,
54173 : : .compact = 1,
54174 : : .ascii = 1,
54175 : : },
54176 : : },
54177 : : ._data = "Debug helper to print the ABC registry.",
54178 : : };
54179 : : static
54180 : : struct {
54181 : : PyASCIIObject _ascii;
54182 : : uint8_t _data[8];
54183 : : }
54184 : : abc_toplevel_consts_10_consts_7_consts_1 = {
54185 : : ._ascii = {
54186 : : .ob_base = {
54187 : : .ob_refcnt = 999999999,
54188 : : .ob_type = &PyUnicode_Type,
54189 : : },
54190 : : .length = 7,
54191 : : .hash = -1,
54192 : : .state = {
54193 : : .kind = 1,
54194 : : .compact = 1,
54195 : : .ascii = 1,
54196 : : },
54197 : : },
54198 : : ._data = "Class: ",
54199 : : };
54200 : : static
54201 : : struct {
54202 : : PyASCIIObject _ascii;
54203 : : uint8_t _data[15];
54204 : : }
54205 : : abc_toplevel_consts_10_consts_7_consts_4 = {
54206 : : ._ascii = {
54207 : : .ob_base = {
54208 : : .ob_refcnt = 999999999,
54209 : : .ob_type = &PyUnicode_Type,
54210 : : },
54211 : : .length = 14,
54212 : : .hash = -1,
54213 : : .state = {
54214 : : .kind = 1,
54215 : : .compact = 1,
54216 : : .ascii = 1,
54217 : : },
54218 : : },
54219 : : ._data = "Inv. counter: ",
54220 : : };
54221 : : static
54222 : : struct {
54223 : : PyASCIIObject _ascii;
54224 : : uint8_t _data[16];
54225 : : }
54226 : : abc_toplevel_consts_10_consts_7_consts_5 = {
54227 : : ._ascii = {
54228 : : .ob_base = {
54229 : : .ob_refcnt = 999999999,
54230 : : .ob_type = &PyUnicode_Type,
54231 : : },
54232 : : .length = 15,
54233 : : .hash = -1,
54234 : : .state = {
54235 : : .kind = 1,
54236 : : .compact = 1,
54237 : : .ascii = 1,
54238 : : },
54239 : : },
54240 : : ._data = "_abc_registry: ",
54241 : : };
54242 : : static
54243 : : struct {
54244 : : PyASCIIObject _ascii;
54245 : : uint8_t _data[13];
54246 : : }
54247 : : abc_toplevel_consts_10_consts_7_consts_6 = {
54248 : : ._ascii = {
54249 : : .ob_base = {
54250 : : .ob_refcnt = 999999999,
54251 : : .ob_type = &PyUnicode_Type,
54252 : : },
54253 : : .length = 12,
54254 : : .hash = -1,
54255 : : .state = {
54256 : : .kind = 1,
54257 : : .compact = 1,
54258 : : .ascii = 1,
54259 : : },
54260 : : },
54261 : : ._data = "_abc_cache: ",
54262 : : };
54263 : : static
54264 : : struct {
54265 : : PyASCIIObject _ascii;
54266 : : uint8_t _data[22];
54267 : : }
54268 : : abc_toplevel_consts_10_consts_7_consts_7 = {
54269 : : ._ascii = {
54270 : : .ob_base = {
54271 : : .ob_refcnt = 999999999,
54272 : : .ob_type = &PyUnicode_Type,
54273 : : },
54274 : : .length = 21,
54275 : : .hash = -1,
54276 : : .state = {
54277 : : .kind = 1,
54278 : : .compact = 1,
54279 : : .ascii = 1,
54280 : : },
54281 : : },
54282 : : ._data = "_abc_negative_cache: ",
54283 : : };
54284 : : static
54285 : : struct {
54286 : : PyASCIIObject _ascii;
54287 : : uint8_t _data[30];
54288 : : }
54289 : : abc_toplevel_consts_10_consts_7_consts_8 = {
54290 : : ._ascii = {
54291 : : .ob_base = {
54292 : : .ob_refcnt = 999999999,
54293 : : .ob_type = &PyUnicode_Type,
54294 : : },
54295 : : .length = 29,
54296 : : .hash = -1,
54297 : : .state = {
54298 : : .kind = 1,
54299 : : .compact = 1,
54300 : : .ascii = 1,
54301 : : },
54302 : : },
54303 : : ._data = "_abc_negative_cache_version: ",
54304 : : };
54305 : : static
54306 : : struct {
54307 : : PyGC_Head _gc_head;
54308 : : struct {
54309 : : PyObject_VAR_HEAD
54310 : : PyObject *ob_item[10];
54311 : : }_object;
54312 : : }
54313 : : abc_toplevel_consts_10_consts_7_consts = {
54314 : : ._object = {
54315 : : .ob_base = {
54316 : : .ob_base = {
54317 : : .ob_refcnt = 999999999,
54318 : : .ob_type = &PyTuple_Type,
54319 : : },
54320 : : .ob_size = 10,
54321 : : },
54322 : : .ob_item = {
54323 : : & abc_toplevel_consts_10_consts_7_consts_0._ascii.ob_base,
54324 : : & abc_toplevel_consts_10_consts_7_consts_1._ascii.ob_base,
54325 : : &_Py_STR(dot),
54326 : : & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
54327 : : & abc_toplevel_consts_10_consts_7_consts_4._ascii.ob_base,
54328 : : & abc_toplevel_consts_10_consts_7_consts_5._ascii.ob_base,
54329 : : & abc_toplevel_consts_10_consts_7_consts_6._ascii.ob_base,
54330 : : & abc_toplevel_consts_10_consts_7_consts_7._ascii.ob_base,
54331 : : & abc_toplevel_consts_10_consts_7_consts_8._ascii.ob_base,
54332 : : Py_None,
54333 : : },
54334 : : },
54335 : : };
54336 : : static
54337 : : struct {
54338 : : PyGC_Head _gc_head;
54339 : : struct {
54340 : : PyObject_VAR_HEAD
54341 : : PyObject *ob_item[5];
54342 : : }_object;
54343 : : }
54344 : : abc_toplevel_consts_10_consts_7_names = {
54345 : : ._object = {
54346 : : .ob_base = {
54347 : : .ob_base = {
54348 : : .ob_refcnt = 999999999,
54349 : : .ob_type = &PyTuple_Type,
54350 : : },
54351 : : .ob_size = 5,
54352 : : },
54353 : : .ob_item = {
54354 : : & const_str_print._ascii.ob_base,
54355 : : &_Py_ID(__module__),
54356 : : &_Py_ID(__qualname__),
54357 : : & const_str_get_cache_token._ascii.ob_base,
54358 : : & const_str__get_dump._ascii.ob_base,
54359 : : },
54360 : : },
54361 : : };
54362 : : static
54363 : : struct {
54364 : : PyASCIIObject _ascii;
54365 : : uint8_t _data[15];
54366 : : }
54367 : : const_str__dump_registry = {
54368 : : ._ascii = {
54369 : : .ob_base = {
54370 : : .ob_refcnt = 999999999,
54371 : : .ob_type = &PyUnicode_Type,
54372 : : },
54373 : : .length = 14,
54374 : : .hash = -1,
54375 : : .state = {
54376 : : .kind = 1,
54377 : : .compact = 1,
54378 : : .ascii = 1,
54379 : : },
54380 : : },
54381 : : ._data = "_dump_registry",
54382 : : };
54383 : : static
54384 : : struct {
54385 : : PyASCIIObject _ascii;
54386 : : uint8_t _data[23];
54387 : : }
54388 : : abc_toplevel_consts_10_consts_7_qualname = {
54389 : : ._ascii = {
54390 : : .ob_base = {
54391 : : .ob_refcnt = 999999999,
54392 : : .ob_type = &PyUnicode_Type,
54393 : : },
54394 : : .length = 22,
54395 : : .hash = -1,
54396 : : .state = {
54397 : : .kind = 1,
54398 : : .compact = 1,
54399 : : .ascii = 1,
54400 : : },
54401 : : },
54402 : : ._data = "ABCMeta._dump_registry",
54403 : : };
54404 : : static
54405 : : struct {
54406 : : PyObject_VAR_HEAD
54407 : : Py_hash_t ob_shash;
54408 : : char ob_sval[215];
54409 : : }
54410 : : abc_toplevel_consts_10_consts_7_linetable = {
54411 : : .ob_base = {
54412 : : .ob_base = {
54413 : : .ob_refcnt = 999999999,
54414 : : .ob_type = &PyBytes_Type,
54415 : : },
54416 : : .ob_size = 214,
54417 : : },
54418 : : .ob_shash = -1,
54419 : : .ob_sval = "\x80\x00\xe5\x0c\x11\xd0\x12\x3f\x98\x43\x9f\x4e\x99\x4e\xd0\x12\x3f\xd0\x12\x3f\xa8\x53\xd7\x2d\x3d\xd1\x2d\x3d\xd0\x12\x3f\xd0\x12\x3f\xc0\x64\xd0\x0c\x4b\xd4\x0c\x4b\xd0\x0c\x4b\xdd\x0c\x11\xd0\x12\x36\xa5\x3f\xd4\x23\x34\xd0\x12\x36\xd0\x12\x36\xb8\x54\xd0\x0c\x42\xd4\x0c\x42\xd0\x0c\x42\xe5\x2c\x35\xb0\x63\xac\x4e\xf1\x03\x01\x0d\x2a\x88\x5d\x98\x4a\xd0\x28\x3b\xd8\x0d\x28\xdd\x0c\x11\xd0\x12\x35\xa0\x4d\xd0\x12\x35\xd0\x12\x35\xb8\x44\xd0\x0c\x41\xd4\x0c\x41\xd0\x0c\x41\xdd\x0c\x11\xd0\x12\x2f\xa0\x1a\xd0\x12\x2f\xd0\x12\x2f\xb0\x64\xd0\x0c\x3b\xd4\x0c\x3b\xd0\x0c\x3b\xdd\x0c\x11\xd0\x12\x41\xd0\x2a\x3d\xd0\x12\x41\xd0\x12\x41\xc8\x04\xd0\x0c\x4d\xd4\x0c\x4d\xd0\x0c\x4d\xdd\x0c\x11\xd0\x12\x51\xd0\x32\x4d\xd0\x12\x51\xd0\x12\x51\xd8\x17\x1b\xf0\x03\x01\x0d\x1d\xf4\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d\xf0\x00\x01\x0d\x1d",
54420 : : };
54421 : : static
54422 : : struct {
54423 : : PyASCIIObject _ascii;
54424 : : uint8_t _data[14];
54425 : : }
54426 : : const_str__abc_registry = {
54427 : : ._ascii = {
54428 : : .ob_base = {
54429 : : .ob_refcnt = 999999999,
54430 : : .ob_type = &PyUnicode_Type,
54431 : : },
54432 : : .length = 13,
54433 : : .hash = -1,
54434 : : .state = {
54435 : : .kind = 1,
54436 : : .compact = 1,
54437 : : .ascii = 1,
54438 : : },
54439 : : },
54440 : : ._data = "_abc_registry",
54441 : : };
54442 : : static
54443 : : struct {
54444 : : PyASCIIObject _ascii;
54445 : : uint8_t _data[11];
54446 : : }
54447 : : const_str__abc_cache = {
54448 : : ._ascii = {
54449 : : .ob_base = {
54450 : : .ob_refcnt = 999999999,
54451 : : .ob_type = &PyUnicode_Type,
54452 : : },
54453 : : .length = 10,
54454 : : .hash = -1,
54455 : : .state = {
54456 : : .kind = 1,
54457 : : .compact = 1,
54458 : : .ascii = 1,
54459 : : },
54460 : : },
54461 : : ._data = "_abc_cache",
54462 : : };
54463 : : static
54464 : : struct {
54465 : : PyASCIIObject _ascii;
54466 : : uint8_t _data[20];
54467 : : }
54468 : : const_str__abc_negative_cache = {
54469 : : ._ascii = {
54470 : : .ob_base = {
54471 : : .ob_refcnt = 999999999,
54472 : : .ob_type = &PyUnicode_Type,
54473 : : },
54474 : : .length = 19,
54475 : : .hash = -1,
54476 : : .state = {
54477 : : .kind = 1,
54478 : : .compact = 1,
54479 : : .ascii = 1,
54480 : : },
54481 : : },
54482 : : ._data = "_abc_negative_cache",
54483 : : };
54484 : : static
54485 : : struct {
54486 : : PyASCIIObject _ascii;
54487 : : uint8_t _data[28];
54488 : : }
54489 : : const_str__abc_negative_cache_version = {
54490 : : ._ascii = {
54491 : : .ob_base = {
54492 : : .ob_refcnt = 999999999,
54493 : : .ob_type = &PyUnicode_Type,
54494 : : },
54495 : : .length = 27,
54496 : : .hash = -1,
54497 : : .state = {
54498 : : .kind = 1,
54499 : : .compact = 1,
54500 : : .ascii = 1,
54501 : : },
54502 : : },
54503 : : ._data = "_abc_negative_cache_version",
54504 : : };
54505 : : static
54506 : : struct {
54507 : : PyGC_Head _gc_head;
54508 : : struct {
54509 : : PyObject_VAR_HEAD
54510 : : PyObject *ob_item[6];
54511 : : }_object;
54512 : : }
54513 : : abc_toplevel_consts_10_consts_7_localsplusnames = {
54514 : : ._object = {
54515 : : .ob_base = {
54516 : : .ob_base = {
54517 : : .ob_refcnt = 999999999,
54518 : : .ob_type = &PyTuple_Type,
54519 : : },
54520 : : .ob_size = 6,
54521 : : },
54522 : : .ob_item = {
54523 : : & const_str_cls._ascii.ob_base,
54524 : : & const_str_file._ascii.ob_base,
54525 : : & const_str__abc_registry._ascii.ob_base,
54526 : : & const_str__abc_cache._ascii.ob_base,
54527 : : & const_str__abc_negative_cache._ascii.ob_base,
54528 : : & const_str__abc_negative_cache_version._ascii.ob_base,
54529 : : },
54530 : : },
54531 : : };
54532 : : static
54533 : : struct _PyCode_DEF(324)
54534 : : abc_toplevel_consts_10_consts_7 = {
54535 : : .ob_base = {
54536 : : .ob_base = {
54537 : : .ob_refcnt = 999999999,
54538 : : .ob_type = &PyCode_Type,
54539 : : },
54540 : : .ob_size = 162,
54541 : : },
54542 : : .co_consts = & abc_toplevel_consts_10_consts_7_consts._object.ob_base.ob_base,
54543 : : .co_names = & abc_toplevel_consts_10_consts_7_names._object.ob_base.ob_base,
54544 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54545 : : .co_flags = 3,
54546 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54547 : : ._co_linearray_entry_size = 0,
54548 : : .co_argcount = 2,
54549 : : .co_posonlyargcount = 0,
54550 : : .co_kwonlyargcount = 0,
54551 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
54552 : : .co_stacksize = 6,
54553 : : .co_firstlineno = 125,
54554 : : .co_nlocalsplus = 6,
54555 : : .co_nlocals = 6,
54556 : : .co_nplaincellvars = 0,
54557 : : .co_ncellvars = 0,
54558 : : .co_nfreevars = 0,
54559 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_7_localsplusnames._object.ob_base.ob_base,
54560 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
54561 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54562 : : .co_name = & const_str__dump_registry._ascii.ob_base,
54563 : : .co_qualname = & abc_toplevel_consts_10_consts_7_qualname._ascii.ob_base,
54564 : : .co_linetable = & abc_toplevel_consts_10_consts_7_linetable.ob_base.ob_base,
54565 : : ._co_code = NULL,
54566 : : ._co_linearray = NULL,
54567 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x04\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x04\x00\x00\x7d\x02\x7d\x03\x7d\x04\x7d\x05\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x02\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x7c\x03\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x7c\x04\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x05\x9b\x02\x9d\x02\x7c\x01\xac\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00",
54568 : : ._co_firsttraceable = 0,
54569 : : };
54570 : : static
54571 : : struct {
54572 : : PyASCIIObject _ascii;
54573 : : uint8_t _data[47];
54574 : : }
54575 : : abc_toplevel_consts_10_consts_8_consts_0 = {
54576 : : ._ascii = {
54577 : : .ob_base = {
54578 : : .ob_refcnt = 999999999,
54579 : : .ob_type = &PyUnicode_Type,
54580 : : },
54581 : : .length = 46,
54582 : : .hash = -1,
54583 : : .state = {
54584 : : .kind = 1,
54585 : : .compact = 1,
54586 : : .ascii = 1,
54587 : : },
54588 : : },
54589 : : ._data = "Clear the registry (for debugging or testing).",
54590 : : };
54591 : : static
54592 : : struct {
54593 : : PyGC_Head _gc_head;
54594 : : struct {
54595 : : PyObject_VAR_HEAD
54596 : : PyObject *ob_item[2];
54597 : : }_object;
54598 : : }
54599 : : abc_toplevel_consts_10_consts_8_consts = {
54600 : : ._object = {
54601 : : .ob_base = {
54602 : : .ob_base = {
54603 : : .ob_refcnt = 999999999,
54604 : : .ob_type = &PyTuple_Type,
54605 : : },
54606 : : .ob_size = 2,
54607 : : },
54608 : : .ob_item = {
54609 : : & abc_toplevel_consts_10_consts_8_consts_0._ascii.ob_base,
54610 : : Py_None,
54611 : : },
54612 : : },
54613 : : };
54614 : : static
54615 : : struct {
54616 : : PyGC_Head _gc_head;
54617 : : struct {
54618 : : PyObject_VAR_HEAD
54619 : : PyObject *ob_item[1];
54620 : : }_object;
54621 : : }
54622 : : abc_toplevel_consts_10_consts_8_names = {
54623 : : ._object = {
54624 : : .ob_base = {
54625 : : .ob_base = {
54626 : : .ob_refcnt = 999999999,
54627 : : .ob_type = &PyTuple_Type,
54628 : : },
54629 : : .ob_size = 1,
54630 : : },
54631 : : .ob_item = {
54632 : : & const_str__reset_registry._ascii.ob_base,
54633 : : },
54634 : : },
54635 : : };
54636 : : static
54637 : : struct {
54638 : : PyASCIIObject _ascii;
54639 : : uint8_t _data[20];
54640 : : }
54641 : : const_str__abc_registry_clear = {
54642 : : ._ascii = {
54643 : : .ob_base = {
54644 : : .ob_refcnt = 999999999,
54645 : : .ob_type = &PyUnicode_Type,
54646 : : },
54647 : : .length = 19,
54648 : : .hash = -1,
54649 : : .state = {
54650 : : .kind = 1,
54651 : : .compact = 1,
54652 : : .ascii = 1,
54653 : : },
54654 : : },
54655 : : ._data = "_abc_registry_clear",
54656 : : };
54657 : : static
54658 : : struct {
54659 : : PyASCIIObject _ascii;
54660 : : uint8_t _data[28];
54661 : : }
54662 : : abc_toplevel_consts_10_consts_8_qualname = {
54663 : : ._ascii = {
54664 : : .ob_base = {
54665 : : .ob_refcnt = 999999999,
54666 : : .ob_type = &PyUnicode_Type,
54667 : : },
54668 : : .length = 27,
54669 : : .hash = -1,
54670 : : .state = {
54671 : : .kind = 1,
54672 : : .compact = 1,
54673 : : .ascii = 1,
54674 : : },
54675 : : },
54676 : : ._data = "ABCMeta._abc_registry_clear",
54677 : : };
54678 : : static
54679 : : struct {
54680 : : PyObject_VAR_HEAD
54681 : : Py_hash_t ob_shash;
54682 : : char ob_sval[20];
54683 : : }
54684 : : abc_toplevel_consts_10_consts_8_linetable = {
54685 : : .ob_base = {
54686 : : .ob_base = {
54687 : : .ob_refcnt = 999999999,
54688 : : .ob_type = &PyBytes_Type,
54689 : : },
54690 : : .ob_size = 19,
54691 : : },
54692 : : .ob_shash = -1,
54693 : : .ob_sval = "\x80\x00\xe5\x0c\x1b\x98\x43\xd4\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20",
54694 : : };
54695 : : static
54696 : : struct {
54697 : : PyGC_Head _gc_head;
54698 : : struct {
54699 : : PyObject_VAR_HEAD
54700 : : PyObject *ob_item[1];
54701 : : }_object;
54702 : : }
54703 : : abc_toplevel_consts_10_consts_8_localsplusnames = {
54704 : : ._object = {
54705 : : .ob_base = {
54706 : : .ob_base = {
54707 : : .ob_refcnt = 999999999,
54708 : : .ob_type = &PyTuple_Type,
54709 : : },
54710 : : .ob_size = 1,
54711 : : },
54712 : : .ob_item = {
54713 : : & const_str_cls._ascii.ob_base,
54714 : : },
54715 : : },
54716 : : };
54717 : : static
54718 : : struct _PyCode_DEF(32)
54719 : : abc_toplevel_consts_10_consts_8 = {
54720 : : .ob_base = {
54721 : : .ob_base = {
54722 : : .ob_refcnt = 999999999,
54723 : : .ob_type = &PyCode_Type,
54724 : : },
54725 : : .ob_size = 16,
54726 : : },
54727 : : .co_consts = & abc_toplevel_consts_10_consts_8_consts._object.ob_base.ob_base,
54728 : : .co_names = & abc_toplevel_consts_10_consts_8_names._object.ob_base.ob_base,
54729 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54730 : : .co_flags = 3,
54731 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54732 : : ._co_linearray_entry_size = 0,
54733 : : .co_argcount = 1,
54734 : : .co_posonlyargcount = 0,
54735 : : .co_kwonlyargcount = 0,
54736 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
54737 : : .co_stacksize = 3,
54738 : : .co_firstlineno = 137,
54739 : : .co_nlocalsplus = 1,
54740 : : .co_nlocals = 1,
54741 : : .co_nplaincellvars = 0,
54742 : : .co_ncellvars = 0,
54743 : : .co_nfreevars = 0,
54744 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
54745 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
54746 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54747 : : .co_name = & const_str__abc_registry_clear._ascii.ob_base,
54748 : : .co_qualname = & abc_toplevel_consts_10_consts_8_qualname._ascii.ob_base,
54749 : : .co_linetable = & abc_toplevel_consts_10_consts_8_linetable.ob_base.ob_base,
54750 : : ._co_code = NULL,
54751 : : ._co_linearray = NULL,
54752 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
54753 : : ._co_firsttraceable = 0,
54754 : : };
54755 : : static
54756 : : struct {
54757 : : PyASCIIObject _ascii;
54758 : : uint8_t _data[45];
54759 : : }
54760 : : abc_toplevel_consts_10_consts_9_consts_0 = {
54761 : : ._ascii = {
54762 : : .ob_base = {
54763 : : .ob_refcnt = 999999999,
54764 : : .ob_type = &PyUnicode_Type,
54765 : : },
54766 : : .length = 44,
54767 : : .hash = -1,
54768 : : .state = {
54769 : : .kind = 1,
54770 : : .compact = 1,
54771 : : .ascii = 1,
54772 : : },
54773 : : },
54774 : : ._data = "Clear the caches (for debugging or testing).",
54775 : : };
54776 : : static
54777 : : struct {
54778 : : PyGC_Head _gc_head;
54779 : : struct {
54780 : : PyObject_VAR_HEAD
54781 : : PyObject *ob_item[2];
54782 : : }_object;
54783 : : }
54784 : : abc_toplevel_consts_10_consts_9_consts = {
54785 : : ._object = {
54786 : : .ob_base = {
54787 : : .ob_base = {
54788 : : .ob_refcnt = 999999999,
54789 : : .ob_type = &PyTuple_Type,
54790 : : },
54791 : : .ob_size = 2,
54792 : : },
54793 : : .ob_item = {
54794 : : & abc_toplevel_consts_10_consts_9_consts_0._ascii.ob_base,
54795 : : Py_None,
54796 : : },
54797 : : },
54798 : : };
54799 : : static
54800 : : struct {
54801 : : PyGC_Head _gc_head;
54802 : : struct {
54803 : : PyObject_VAR_HEAD
54804 : : PyObject *ob_item[1];
54805 : : }_object;
54806 : : }
54807 : : abc_toplevel_consts_10_consts_9_names = {
54808 : : ._object = {
54809 : : .ob_base = {
54810 : : .ob_base = {
54811 : : .ob_refcnt = 999999999,
54812 : : .ob_type = &PyTuple_Type,
54813 : : },
54814 : : .ob_size = 1,
54815 : : },
54816 : : .ob_item = {
54817 : : & const_str__reset_caches._ascii.ob_base,
54818 : : },
54819 : : },
54820 : : };
54821 : : static
54822 : : struct {
54823 : : PyASCIIObject _ascii;
54824 : : uint8_t _data[18];
54825 : : }
54826 : : const_str__abc_caches_clear = {
54827 : : ._ascii = {
54828 : : .ob_base = {
54829 : : .ob_refcnt = 999999999,
54830 : : .ob_type = &PyUnicode_Type,
54831 : : },
54832 : : .length = 17,
54833 : : .hash = -1,
54834 : : .state = {
54835 : : .kind = 1,
54836 : : .compact = 1,
54837 : : .ascii = 1,
54838 : : },
54839 : : },
54840 : : ._data = "_abc_caches_clear",
54841 : : };
54842 : : static
54843 : : struct {
54844 : : PyASCIIObject _ascii;
54845 : : uint8_t _data[26];
54846 : : }
54847 : : abc_toplevel_consts_10_consts_9_qualname = {
54848 : : ._ascii = {
54849 : : .ob_base = {
54850 : : .ob_refcnt = 999999999,
54851 : : .ob_type = &PyUnicode_Type,
54852 : : },
54853 : : .length = 25,
54854 : : .hash = -1,
54855 : : .state = {
54856 : : .kind = 1,
54857 : : .compact = 1,
54858 : : .ascii = 1,
54859 : : },
54860 : : },
54861 : : ._data = "ABCMeta._abc_caches_clear",
54862 : : };
54863 : : static
54864 : : struct {
54865 : : PyObject_VAR_HEAD
54866 : : Py_hash_t ob_shash;
54867 : : char ob_sval[20];
54868 : : }
54869 : : abc_toplevel_consts_10_consts_9_linetable = {
54870 : : .ob_base = {
54871 : : .ob_base = {
54872 : : .ob_refcnt = 999999999,
54873 : : .ob_type = &PyBytes_Type,
54874 : : },
54875 : : .ob_size = 19,
54876 : : },
54877 : : .ob_shash = -1,
54878 : : .ob_sval = "\x80\x00\xe5\x0c\x19\x98\x23\xd4\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e",
54879 : : };
54880 : : static
54881 : : struct _PyCode_DEF(32)
54882 : : abc_toplevel_consts_10_consts_9 = {
54883 : : .ob_base = {
54884 : : .ob_base = {
54885 : : .ob_refcnt = 999999999,
54886 : : .ob_type = &PyCode_Type,
54887 : : },
54888 : : .ob_size = 16,
54889 : : },
54890 : : .co_consts = & abc_toplevel_consts_10_consts_9_consts._object.ob_base.ob_base,
54891 : : .co_names = & abc_toplevel_consts_10_consts_9_names._object.ob_base.ob_base,
54892 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
54893 : : .co_flags = 3,
54894 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
54895 : : ._co_linearray_entry_size = 0,
54896 : : .co_argcount = 1,
54897 : : .co_posonlyargcount = 0,
54898 : : .co_kwonlyargcount = 0,
54899 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
54900 : : .co_stacksize = 3,
54901 : : .co_firstlineno = 141,
54902 : : .co_nlocalsplus = 1,
54903 : : .co_nlocals = 1,
54904 : : .co_nplaincellvars = 0,
54905 : : .co_ncellvars = 0,
54906 : : .co_nfreevars = 0,
54907 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_8_localsplusnames._object.ob_base.ob_base,
54908 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
54909 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
54910 : : .co_name = & const_str__abc_caches_clear._ascii.ob_base,
54911 : : .co_qualname = & abc_toplevel_consts_10_consts_9_qualname._ascii.ob_base,
54912 : : .co_linetable = & abc_toplevel_consts_10_consts_9_linetable.ob_base.ob_base,
54913 : : ._co_code = NULL,
54914 : : ._co_linearray = NULL,
54915 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
54916 : : ._co_firsttraceable = 0,
54917 : : };
54918 : : static
54919 : : struct {
54920 : : PyGC_Head _gc_head;
54921 : : struct {
54922 : : PyObject_VAR_HEAD
54923 : : PyObject *ob_item[11];
54924 : : }_object;
54925 : : }
54926 : : abc_toplevel_consts_10_consts = {
54927 : : ._object = {
54928 : : .ob_base = {
54929 : : .ob_base = {
54930 : : .ob_refcnt = 999999999,
54931 : : .ob_type = &PyTuple_Type,
54932 : : },
54933 : : .ob_size = 11,
54934 : : },
54935 : : .ob_item = {
54936 : : & const_str_ABCMeta._ascii.ob_base,
54937 : : & abc_toplevel_consts_10_consts_1._ascii.ob_base,
54938 : : & abc_toplevel_consts_10_consts_2.ob_base.ob_base,
54939 : : & abc_toplevel_consts_10_consts_3.ob_base.ob_base,
54940 : : & abc_toplevel_consts_10_consts_4.ob_base.ob_base,
54941 : : & abc_toplevel_consts_10_consts_5.ob_base.ob_base,
54942 : : Py_None,
54943 : : & abc_toplevel_consts_10_consts_7.ob_base.ob_base,
54944 : : & abc_toplevel_consts_10_consts_8.ob_base.ob_base,
54945 : : & abc_toplevel_consts_10_consts_9.ob_base.ob_base,
54946 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
54947 : : },
54948 : : },
54949 : : };
54950 : : static
54951 : : struct {
54952 : : PyGC_Head _gc_head;
54953 : : struct {
54954 : : PyObject_VAR_HEAD
54955 : : PyObject *ob_item[12];
54956 : : }_object;
54957 : : }
54958 : : abc_toplevel_consts_10_names = {
54959 : : ._object = {
54960 : : .ob_base = {
54961 : : .ob_base = {
54962 : : .ob_refcnt = 999999999,
54963 : : .ob_type = &PyTuple_Type,
54964 : : },
54965 : : .ob_size = 12,
54966 : : },
54967 : : .ob_item = {
54968 : : &_Py_ID(__name__),
54969 : : &_Py_ID(__module__),
54970 : : &_Py_ID(__qualname__),
54971 : : &_Py_ID(__doc__),
54972 : : &_Py_ID(__new__),
54973 : : & const_str_register._ascii.ob_base,
54974 : : &_Py_ID(__instancecheck__),
54975 : : &_Py_ID(__subclasscheck__),
54976 : : & const_str__dump_registry._ascii.ob_base,
54977 : : & const_str__abc_registry_clear._ascii.ob_base,
54978 : : & const_str__abc_caches_clear._ascii.ob_base,
54979 : : &_Py_ID(__classcell__),
54980 : : },
54981 : : },
54982 : : };
54983 : : static
54984 : : struct {
54985 : : PyObject_VAR_HEAD
54986 : : Py_hash_t ob_shash;
54987 : : char ob_sval[162];
54988 : : }
54989 : : abc_toplevel_consts_10_linetable = {
54990 : : .ob_base = {
54991 : : .ob_base = {
54992 : : .ob_refcnt = 999999999,
54993 : : .ob_type = &PyBytes_Type,
54994 : : },
54995 : : .ob_size = 161,
54996 : : },
54997 : : .ob_shash = -1,
54998 : : .ob_sval = "\xf8\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x0b\x09\x0c\xf0\x00\x0b\x09\x0c\xf0\x18\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x00\x03\x09\x17\xf0\x0a\x05\x09\x30\xf0\x00\x05\x09\x30\xf0\x00\x05\x09\x30\xf0\x0e\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x08\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x00\x02\x09\x35\xf0\x08\x00\x26\x2a\xf0\x00\x0a\x09\x1d\xf0\x00\x0a\x09\x1d\xf0\x00\x0a\x09\x1d\xf0\x18\x02\x09\x21\xf0\x00\x02\x09\x21\xf0\x00\x02\x09\x21\xf0\x08\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f\xf0\x00\x02\x09\x1f",
54999 : : };
55000 : : static
55001 : : struct _PyCode_DEF(72)
55002 : : abc_toplevel_consts_10 = {
55003 : : .ob_base = {
55004 : : .ob_base = {
55005 : : .ob_refcnt = 999999999,
55006 : : .ob_type = &PyCode_Type,
55007 : : },
55008 : : .ob_size = 36,
55009 : : },
55010 : : .co_consts = & abc_toplevel_consts_10_consts._object.ob_base.ob_base,
55011 : : .co_names = & abc_toplevel_consts_10_names._object.ob_base.ob_base,
55012 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55013 : : .co_flags = 0,
55014 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55015 : : ._co_linearray_entry_size = 0,
55016 : : .co_argcount = 0,
55017 : : .co_posonlyargcount = 0,
55018 : : .co_kwonlyargcount = 0,
55019 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
55020 : : .co_stacksize = 2,
55021 : : .co_firstlineno = 92,
55022 : : .co_nlocalsplus = 1,
55023 : : .co_nlocals = 0,
55024 : : .co_nplaincellvars = 1,
55025 : : .co_ncellvars = 1,
55026 : : .co_nfreevars = 0,
55027 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
55028 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
55029 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55030 : : .co_name = & const_str_ABCMeta._ascii.ob_base,
55031 : : .co_qualname = & const_str_ABCMeta._ascii.ob_base,
55032 : : .co_linetable = & abc_toplevel_consts_10_linetable.ob_base.ob_base,
55033 : : ._co_code = NULL,
55034 : : ._co_linearray = NULL,
55035 : : .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",
55036 : : ._co_firsttraceable = 1,
55037 : : };
55038 : : static
55039 : : struct {
55040 : : PyGC_Head _gc_head;
55041 : : struct {
55042 : : PyObject_VAR_HEAD
55043 : : PyObject *ob_item[2];
55044 : : }_object;
55045 : : }
55046 : : abc_toplevel_consts_12 = {
55047 : : ._object = {
55048 : : .ob_base = {
55049 : : .ob_base = {
55050 : : .ob_refcnt = 999999999,
55051 : : .ob_type = &PyTuple_Type,
55052 : : },
55053 : : .ob_size = 2,
55054 : : },
55055 : : .ob_item = {
55056 : : & const_str_ABCMeta._ascii.ob_base,
55057 : : & const_str_get_cache_token._ascii.ob_base,
55058 : : },
55059 : : },
55060 : : };
55061 : : static
55062 : : struct {
55063 : : PyASCIIObject _ascii;
55064 : : uint8_t _data[4];
55065 : : }
55066 : : const_str_abc = {
55067 : : ._ascii = {
55068 : : .ob_base = {
55069 : : .ob_refcnt = 999999999,
55070 : : .ob_type = &PyUnicode_Type,
55071 : : },
55072 : : .length = 3,
55073 : : .hash = -1,
55074 : : .state = {
55075 : : .kind = 1,
55076 : : .compact = 1,
55077 : : .ascii = 1,
55078 : : },
55079 : : },
55080 : : ._data = "abc",
55081 : : };
55082 : : static
55083 : : struct {
55084 : : PyASCIIObject _ascii;
55085 : : uint8_t _data[668];
55086 : : }
55087 : : abc_toplevel_consts_14_consts_0 = {
55088 : : ._ascii = {
55089 : : .ob_base = {
55090 : : .ob_refcnt = 999999999,
55091 : : .ob_type = &PyUnicode_Type,
55092 : : },
55093 : : .length = 667,
55094 : : .hash = -1,
55095 : : .state = {
55096 : : .kind = 1,
55097 : : .compact = 1,
55098 : : .ascii = 1,
55099 : : },
55100 : : },
55101 : : ._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",
55102 : : };
55103 : : static
55104 : : struct {
55105 : : PyGC_Head _gc_head;
55106 : : struct {
55107 : : PyObject_VAR_HEAD
55108 : : PyObject *ob_item[6];
55109 : : }_object;
55110 : : }
55111 : : abc_toplevel_consts_14_consts = {
55112 : : ._object = {
55113 : : .ob_base = {
55114 : : .ob_base = {
55115 : : .ob_refcnt = 999999999,
55116 : : .ob_type = &PyTuple_Type,
55117 : : },
55118 : : .ob_size = 6,
55119 : : },
55120 : : .ob_item = {
55121 : : & abc_toplevel_consts_14_consts_0._ascii.ob_base,
55122 : : &_Py_ID(__abstractmethods__),
55123 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
55124 : : Py_None,
55125 : : &_Py_ID(__isabstractmethod__),
55126 : : Py_False,
55127 : : },
55128 : : },
55129 : : };
55130 : : static
55131 : : struct {
55132 : : PyASCIIObject _ascii;
55133 : : uint8_t _data[10];
55134 : : }
55135 : : const_str_frozenset = {
55136 : : ._ascii = {
55137 : : .ob_base = {
55138 : : .ob_refcnt = 999999999,
55139 : : .ob_type = &PyUnicode_Type,
55140 : : },
55141 : : .length = 9,
55142 : : .hash = -1,
55143 : : .state = {
55144 : : .kind = 1,
55145 : : .compact = 1,
55146 : : .ascii = 1,
55147 : : },
55148 : : },
55149 : : ._data = "frozenset",
55150 : : };
55151 : : static
55152 : : struct {
55153 : : PyGC_Head _gc_head;
55154 : : struct {
55155 : : PyObject_VAR_HEAD
55156 : : PyObject *ob_item[9];
55157 : : }_object;
55158 : : }
55159 : : abc_toplevel_consts_14_names = {
55160 : : ._object = {
55161 : : .ob_base = {
55162 : : .ob_base = {
55163 : : .ob_refcnt = 999999999,
55164 : : .ob_type = &PyTuple_Type,
55165 : : },
55166 : : .ob_size = 9,
55167 : : },
55168 : : .ob_item = {
55169 : : & const_str_hasattr._ascii.ob_base,
55170 : : & const_str_set._ascii.ob_base,
55171 : : &_Py_ID(__bases__),
55172 : : &_Py_ID(getattr),
55173 : : &_Py_ID(add),
55174 : : &_Py_ID(__dict__),
55175 : : &_Py_ID(items),
55176 : : & const_str_frozenset._ascii.ob_base,
55177 : : &_Py_ID(__abstractmethods__),
55178 : : },
55179 : : },
55180 : : };
55181 : : static
55182 : : struct {
55183 : : PyASCIIObject _ascii;
55184 : : uint8_t _data[23];
55185 : : }
55186 : : const_str_update_abstractmethods = {
55187 : : ._ascii = {
55188 : : .ob_base = {
55189 : : .ob_refcnt = 999999999,
55190 : : .ob_type = &PyUnicode_Type,
55191 : : },
55192 : : .length = 22,
55193 : : .hash = -1,
55194 : : .state = {
55195 : : .kind = 1,
55196 : : .compact = 1,
55197 : : .ascii = 1,
55198 : : },
55199 : : },
55200 : : ._data = "update_abstractmethods",
55201 : : };
55202 : : static
55203 : : struct {
55204 : : PyObject_VAR_HEAD
55205 : : Py_hash_t ob_shash;
55206 : : char ob_sval[224];
55207 : : }
55208 : : abc_toplevel_consts_14_linetable = {
55209 : : .ob_base = {
55210 : : .ob_base = {
55211 : : .ob_refcnt = 999999999,
55212 : : .ob_type = &PyBytes_Type,
55213 : : },
55214 : : .ob_size = 223,
55215 : : },
55216 : : .ob_shash = -1,
55217 : : .ob_sval = "\x80\x00\xf5\x20\x00\x0c\x13\x90\x33\xd0\x18\x2d\xd4\x0b\x2e\xf0\x00\x04\x05\x13\xf0\x08\x00\x10\x13\x88\x0a\xe5\x10\x13\x94\x05\x80\x49\xf0\x06\x00\x11\x14\x97\x0d\x91\x0d\xf0\x00\x04\x05\x24\xf1\x00\x04\x05\x24\x88\x04\xdd\x14\x1b\x98\x44\xd0\x22\x37\xb8\x12\xd4\x14\x3c\xf0\x00\x03\x09\x24\xf1\x00\x03\x09\x24\x88\x44\xdd\x14\x1b\x98\x43\xa0\x14\xa0\x74\xd4\x14\x2c\x88\x45\xdd\x0f\x16\x90\x75\xd0\x1e\x34\xb0\x65\xd4\x0f\x3c\xf0\x00\x01\x0d\x24\xd8\x10\x19\x97\x0d\x91\x0d\x98\x64\xd4\x10\x23\xd0\x10\x23\xd0\x10\x23\xf0\x07\x03\x09\x24\xf0\x0a\x00\x18\x1b\x97\x7c\x91\x7c\xd7\x17\x29\xd1\x17\x29\xd4\x17\x2b\xf0\x00\x02\x05\x20\xf1\x00\x02\x05\x20\x89\x0b\x88\x04\x88\x65\xdd\x0b\x12\x90\x35\xd0\x1a\x30\xb0\x25\xd4\x0b\x38\xf0\x00\x01\x09\x20\xd8\x0c\x15\x8f\x4d\x89\x4d\x98\x24\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xdd\x1e\x27\xa8\x09\xd4\x1e\x32\x80\x43\xd4\x04\x1b\xd8\x0b\x0e\x80\x4a",
55218 : : };
55219 : : static
55220 : : struct {
55221 : : PyASCIIObject _ascii;
55222 : : uint8_t _data[10];
55223 : : }
55224 : : const_str_abstracts = {
55225 : : ._ascii = {
55226 : : .ob_base = {
55227 : : .ob_refcnt = 999999999,
55228 : : .ob_type = &PyUnicode_Type,
55229 : : },
55230 : : .length = 9,
55231 : : .hash = -1,
55232 : : .state = {
55233 : : .kind = 1,
55234 : : .compact = 1,
55235 : : .ascii = 1,
55236 : : },
55237 : : },
55238 : : ._data = "abstracts",
55239 : : };
55240 : : static
55241 : : struct {
55242 : : PyASCIIObject _ascii;
55243 : : uint8_t _data[5];
55244 : : }
55245 : : const_str_scls = {
55246 : : ._ascii = {
55247 : : .ob_base = {
55248 : : .ob_refcnt = 999999999,
55249 : : .ob_type = &PyUnicode_Type,
55250 : : },
55251 : : .length = 4,
55252 : : .hash = -1,
55253 : : .state = {
55254 : : .kind = 1,
55255 : : .compact = 1,
55256 : : .ascii = 1,
55257 : : },
55258 : : },
55259 : : ._data = "scls",
55260 : : };
55261 : : static
55262 : : struct {
55263 : : PyGC_Head _gc_head;
55264 : : struct {
55265 : : PyObject_VAR_HEAD
55266 : : PyObject *ob_item[5];
55267 : : }_object;
55268 : : }
55269 : : abc_toplevel_consts_14_localsplusnames = {
55270 : : ._object = {
55271 : : .ob_base = {
55272 : : .ob_base = {
55273 : : .ob_refcnt = 999999999,
55274 : : .ob_type = &PyTuple_Type,
55275 : : },
55276 : : .ob_size = 5,
55277 : : },
55278 : : .ob_item = {
55279 : : & const_str_cls._ascii.ob_base,
55280 : : & const_str_abstracts._ascii.ob_base,
55281 : : & const_str_scls._ascii.ob_base,
55282 : : &_Py_ID(name),
55283 : : & const_str_value._ascii.ob_base,
55284 : : },
55285 : : },
55286 : : };
55287 : : static
55288 : : struct _PyCode_DEF(398)
55289 : : abc_toplevel_consts_14 = {
55290 : : .ob_base = {
55291 : : .ob_base = {
55292 : : .ob_refcnt = 999999999,
55293 : : .ob_type = &PyCode_Type,
55294 : : },
55295 : : .ob_size = 199,
55296 : : },
55297 : : .co_consts = & abc_toplevel_consts_14_consts._object.ob_base.ob_base,
55298 : : .co_names = & abc_toplevel_consts_14_names._object.ob_base.ob_base,
55299 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55300 : : .co_flags = 3,
55301 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55302 : : ._co_linearray_entry_size = 0,
55303 : : .co_argcount = 1,
55304 : : .co_posonlyargcount = 0,
55305 : : .co_kwonlyargcount = 0,
55306 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
55307 : : .co_stacksize = 7,
55308 : : .co_firstlineno = 146,
55309 : : .co_nlocalsplus = 5,
55310 : : .co_nlocals = 5,
55311 : : .co_nplaincellvars = 0,
55312 : : .co_ncellvars = 0,
55313 : : .co_nfreevars = 0,
55314 : : .co_localsplusnames = & abc_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
55315 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
55316 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55317 : : .co_name = & const_str_update_abstractmethods._ascii.ob_base,
55318 : : .co_qualname = & const_str_update_abstractmethods._ascii.ob_base,
55319 : : .co_linetable = & abc_toplevel_consts_14_linetable.ob_base.ob_base,
55320 : : ._co_code = NULL,
55321 : : ._co_linearray = NULL,
55322 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x45\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x32\x00\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\x64\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x21\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x34\x8c\x47\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x26\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x04\x64\x05\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x15\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x28\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x53\x00",
55323 : : ._co_firsttraceable = 0,
55324 : : };
55325 : : static
55326 : : struct {
55327 : : PyASCIIObject _ascii;
55328 : : uint8_t _data[4];
55329 : : }
55330 : : const_str_ABC = {
55331 : : ._ascii = {
55332 : : .ob_base = {
55333 : : .ob_refcnt = 999999999,
55334 : : .ob_type = &PyUnicode_Type,
55335 : : },
55336 : : .length = 3,
55337 : : .hash = -1,
55338 : : .state = {
55339 : : .kind = 1,
55340 : : .compact = 1,
55341 : : .ascii = 1,
55342 : : },
55343 : : },
55344 : : ._data = "ABC",
55345 : : };
55346 : : static
55347 : : struct {
55348 : : PyASCIIObject _ascii;
55349 : : uint8_t _data[87];
55350 : : }
55351 : : abc_toplevel_consts_15_consts_1 = {
55352 : : ._ascii = {
55353 : : .ob_base = {
55354 : : .ob_refcnt = 999999999,
55355 : : .ob_type = &PyUnicode_Type,
55356 : : },
55357 : : .length = 86,
55358 : : .hash = -1,
55359 : : .state = {
55360 : : .kind = 1,
55361 : : .compact = 1,
55362 : : .ascii = 1,
55363 : : },
55364 : : },
55365 : : ._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",
55366 : : };
55367 : : static
55368 : : struct {
55369 : : PyGC_Head _gc_head;
55370 : : struct {
55371 : : PyObject_VAR_HEAD
55372 : : PyObject *ob_item[4];
55373 : : }_object;
55374 : : }
55375 : : abc_toplevel_consts_15_consts = {
55376 : : ._object = {
55377 : : .ob_base = {
55378 : : .ob_base = {
55379 : : .ob_refcnt = 999999999,
55380 : : .ob_type = &PyTuple_Type,
55381 : : },
55382 : : .ob_size = 4,
55383 : : },
55384 : : .ob_item = {
55385 : : & const_str_ABC._ascii.ob_base,
55386 : : & abc_toplevel_consts_15_consts_1._ascii.ob_base,
55387 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
55388 : : Py_None,
55389 : : },
55390 : : },
55391 : : };
55392 : : static
55393 : : struct {
55394 : : PyGC_Head _gc_head;
55395 : : struct {
55396 : : PyObject_VAR_HEAD
55397 : : PyObject *ob_item[5];
55398 : : }_object;
55399 : : }
55400 : : abc_toplevel_consts_15_names = {
55401 : : ._object = {
55402 : : .ob_base = {
55403 : : .ob_base = {
55404 : : .ob_refcnt = 999999999,
55405 : : .ob_type = &PyTuple_Type,
55406 : : },
55407 : : .ob_size = 5,
55408 : : },
55409 : : .ob_item = {
55410 : : &_Py_ID(__name__),
55411 : : &_Py_ID(__module__),
55412 : : &_Py_ID(__qualname__),
55413 : : &_Py_ID(__doc__),
55414 : : &_Py_ID(__slots__),
55415 : : },
55416 : : },
55417 : : };
55418 : : static
55419 : : struct {
55420 : : PyObject_VAR_HEAD
55421 : : Py_hash_t ob_shash;
55422 : : char ob_sval[32];
55423 : : }
55424 : : abc_toplevel_consts_15_linetable = {
55425 : : .ob_base = {
55426 : : .ob_base = {
55427 : : .ob_refcnt = 999999999,
55428 : : .ob_type = &PyBytes_Type,
55429 : : },
55430 : : .ob_size = 31,
55431 : : },
55432 : : .ob_shash = -1,
55433 : : .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",
55434 : : };
55435 : : static
55436 : : struct _PyCode_DEF(22)
55437 : : abc_toplevel_consts_15 = {
55438 : : .ob_base = {
55439 : : .ob_base = {
55440 : : .ob_refcnt = 999999999,
55441 : : .ob_type = &PyCode_Type,
55442 : : },
55443 : : .ob_size = 11,
55444 : : },
55445 : : .co_consts = & abc_toplevel_consts_15_consts._object.ob_base.ob_base,
55446 : : .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
55447 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
55448 : : .co_flags = 0,
55449 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55450 : : ._co_linearray_entry_size = 0,
55451 : : .co_argcount = 0,
55452 : : .co_posonlyargcount = 0,
55453 : : .co_kwonlyargcount = 0,
55454 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
55455 : : .co_stacksize = 1,
55456 : : .co_firstlineno = 184,
55457 : : .co_nlocalsplus = 0,
55458 : : .co_nlocals = 0,
55459 : : .co_nplaincellvars = 0,
55460 : : .co_ncellvars = 0,
55461 : : .co_nfreevars = 0,
55462 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
55463 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
55464 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55465 : : .co_name = & const_str_ABC._ascii.ob_base,
55466 : : .co_qualname = & const_str_ABC._ascii.ob_base,
55467 : : .co_linetable = & abc_toplevel_consts_15_linetable.ob_base.ob_base,
55468 : : ._co_code = NULL,
55469 : : ._co_linearray = NULL,
55470 : : .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",
55471 : : ._co_firsttraceable = 0,
55472 : : };
55473 : : static
55474 : : struct {
55475 : : PyGC_Head _gc_head;
55476 : : struct {
55477 : : PyObject_VAR_HEAD
55478 : : PyObject *ob_item[1];
55479 : : }_object;
55480 : : }
55481 : : abc_toplevel_consts_17 = {
55482 : : ._object = {
55483 : : .ob_base = {
55484 : : .ob_base = {
55485 : : .ob_refcnt = 999999999,
55486 : : .ob_type = &PyTuple_Type,
55487 : : },
55488 : : .ob_size = 1,
55489 : : },
55490 : : .ob_item = {
55491 : : &_Py_ID(metaclass),
55492 : : },
55493 : : },
55494 : : };
55495 : : static
55496 : : struct {
55497 : : PyGC_Head _gc_head;
55498 : : struct {
55499 : : PyObject_VAR_HEAD
55500 : : PyObject *ob_item[19];
55501 : : }_object;
55502 : : }
55503 : : abc_toplevel_consts = {
55504 : : ._object = {
55505 : : .ob_base = {
55506 : : .ob_base = {
55507 : : .ob_refcnt = 999999999,
55508 : : .ob_type = &PyTuple_Type,
55509 : : },
55510 : : .ob_size = 19,
55511 : : },
55512 : : .ob_item = {
55513 : : & abc_toplevel_consts_0._ascii.ob_base,
55514 : : & abc_toplevel_consts_1.ob_base.ob_base,
55515 : : & abc_toplevel_consts_2.ob_base.ob_base,
55516 : : & const_str_abstractclassmethod._ascii.ob_base,
55517 : : & abc_toplevel_consts_4.ob_base.ob_base,
55518 : : & const_str_abstractstaticmethod._ascii.ob_base,
55519 : : & abc_toplevel_consts_6.ob_base.ob_base,
55520 : : & const_str_abstractproperty._ascii.ob_base,
55521 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
55522 : : & abc_toplevel_consts_9._object.ob_base.ob_base,
55523 : : & abc_toplevel_consts_10.ob_base.ob_base,
55524 : : & const_str_ABCMeta._ascii.ob_base,
55525 : : & abc_toplevel_consts_12._object.ob_base.ob_base,
55526 : : & const_str_abc._ascii.ob_base,
55527 : : & abc_toplevel_consts_14.ob_base.ob_base,
55528 : : & abc_toplevel_consts_15.ob_base.ob_base,
55529 : : & const_str_ABC._ascii.ob_base,
55530 : : & abc_toplevel_consts_17._object.ob_base.ob_base,
55531 : : Py_None,
55532 : : },
55533 : : },
55534 : : };
55535 : : static
55536 : : struct {
55537 : : PyASCIIObject _ascii;
55538 : : uint8_t _data[5];
55539 : : }
55540 : : const_str__abc = {
55541 : : ._ascii = {
55542 : : .ob_base = {
55543 : : .ob_refcnt = 999999999,
55544 : : .ob_type = &PyUnicode_Type,
55545 : : },
55546 : : .length = 4,
55547 : : .hash = -1,
55548 : : .state = {
55549 : : .kind = 1,
55550 : : .compact = 1,
55551 : : .ascii = 1,
55552 : : },
55553 : : },
55554 : : ._data = "_abc",
55555 : : };
55556 : : static
55557 : : struct {
55558 : : PyASCIIObject _ascii;
55559 : : uint8_t _data[8];
55560 : : }
55561 : : const_str__py_abc = {
55562 : : ._ascii = {
55563 : : .ob_base = {
55564 : : .ob_refcnt = 999999999,
55565 : : .ob_type = &PyUnicode_Type,
55566 : : },
55567 : : .length = 7,
55568 : : .hash = -1,
55569 : : .state = {
55570 : : .kind = 1,
55571 : : .compact = 1,
55572 : : .ascii = 1,
55573 : : },
55574 : : },
55575 : : ._data = "_py_abc",
55576 : : };
55577 : : static
55578 : : struct {
55579 : : PyGC_Head _gc_head;
55580 : : struct {
55581 : : PyObject_VAR_HEAD
55582 : : PyObject *ob_item[24];
55583 : : }_object;
55584 : : }
55585 : : abc_toplevel_names = {
55586 : : ._object = {
55587 : : .ob_base = {
55588 : : .ob_base = {
55589 : : .ob_refcnt = 999999999,
55590 : : .ob_type = &PyTuple_Type,
55591 : : },
55592 : : .ob_size = 24,
55593 : : },
55594 : : .ob_item = {
55595 : : &_Py_ID(__doc__),
55596 : : & const_str_abstractmethod._ascii.ob_base,
55597 : : & const_str_classmethod._ascii.ob_base,
55598 : : & const_str_abstractclassmethod._ascii.ob_base,
55599 : : & const_str_staticmethod._ascii.ob_base,
55600 : : & const_str_abstractstaticmethod._ascii.ob_base,
55601 : : & const_str_property._ascii.ob_base,
55602 : : & const_str_abstractproperty._ascii.ob_base,
55603 : : & const_str__abc._ascii.ob_base,
55604 : : & const_str_get_cache_token._ascii.ob_base,
55605 : : & const_str__abc_init._ascii.ob_base,
55606 : : & const_str__abc_register._ascii.ob_base,
55607 : : & const_str__abc_instancecheck._ascii.ob_base,
55608 : : & const_str__abc_subclasscheck._ascii.ob_base,
55609 : : & const_str__get_dump._ascii.ob_base,
55610 : : & const_str__reset_registry._ascii.ob_base,
55611 : : & const_str__reset_caches._ascii.ob_base,
55612 : : & const_str_type._ascii.ob_base,
55613 : : & const_str_ABCMeta._ascii.ob_base,
55614 : : & const_str_ImportError._ascii.ob_base,
55615 : : & const_str__py_abc._ascii.ob_base,
55616 : : &_Py_ID(__module__),
55617 : : & const_str_update_abstractmethods._ascii.ob_base,
55618 : : & const_str_ABC._ascii.ob_base,
55619 : : },
55620 : : },
55621 : : };
55622 : : static
55623 : : struct {
55624 : : PyObject_VAR_HEAD
55625 : : Py_hash_t ob_shash;
55626 : : char ob_sval[419];
55627 : : }
55628 : : abc_toplevel_linetable = {
55629 : : .ob_base = {
55630 : : .ob_base = {
55631 : : .ob_refcnt = 999999999,
55632 : : .ob_type = &PyBytes_Type,
55633 : : },
55634 : : .ob_size = 418,
55635 : : },
55636 : : .ob_shash = -1,
55637 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x08\x00\x01\x3a\xd0\x00\x39\xf0\x06\x12\x01\x13\xf0\x00\x12\x01\x13\xf0\x00\x12\x01\x13\xf0\x2a\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\x98\x2b\xf4\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x28\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x00\x11\x01\x23\x98\x3c\xf4\x00\x11\x01\x23\xf0\x00\x11\x01\x23\xf0\x28\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\x90\x78\xf4\x00\x0d\x01\x20\xf0\x00\x0d\x01\x20\xf0\x20\x3b\x01\x1f\xf0\x02\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x00\x02\x05\x36\xf0\x0e\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\x90\x24\xf4\x00\x33\x05\x1f\xf0\x00\x33\x05\x1f\xf0\x6c\x01\x23\x01\x0f\xf0\x00\x23\x01\x0f\xf0\x00\x23\x01\x0f\xf0\x4c\x01\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\x90\x47\xf0\x00\x04\x01\x13\xf4\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf8\xf0\x41\x03\x00\x08\x13\xf0\x00\x02\x01\x1f\xf0\x00\x02\x01\x1f\xf0\x00\x02\x01\x1f\xd8\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd0\x04\x30\xd8\x19\x1e\x80\x47\xd4\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x05\x02\x01\x1f\xf8\xf8\xf8",
55638 : : };
55639 : : static
55640 : : struct {
55641 : : PyObject_VAR_HEAD
55642 : : Py_hash_t ob_shash;
55643 : : char ob_sval[18];
55644 : : }
55645 : : abc_toplevel_exceptiontable = {
55646 : : .ob_base = {
55647 : : .ob_base = {
55648 : : .ob_refcnt = 999999999,
55649 : : .ob_type = &PyBytes_Type,
55650 : : },
55651 : : .ob_size = 17,
55652 : : },
55653 : : .ob_shash = -1,
55654 : : .ob_sval = "\xab\x14\x41\x1d\x00\xc1\x1d\x14\x41\x34\x03\xc1\x33\x01\x41\x34\x03",
55655 : : };
55656 : : static
55657 : : struct _PyCode_DEF(238)
55658 : : abc_toplevel = {
55659 : : .ob_base = {
55660 : : .ob_base = {
55661 : : .ob_refcnt = 999999999,
55662 : : .ob_type = &PyCode_Type,
55663 : : },
55664 : : .ob_size = 119,
55665 : : },
55666 : : .co_consts = & abc_toplevel_consts._object.ob_base.ob_base,
55667 : : .co_names = & abc_toplevel_names._object.ob_base.ob_base,
55668 : : .co_exceptiontable = & abc_toplevel_exceptiontable.ob_base.ob_base,
55669 : : .co_flags = 0,
55670 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
55671 : : ._co_linearray_entry_size = 0,
55672 : : .co_argcount = 0,
55673 : : .co_posonlyargcount = 0,
55674 : : .co_kwonlyargcount = 0,
55675 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
55676 : : .co_stacksize = 5,
55677 : : .co_firstlineno = 1,
55678 : : .co_nlocalsplus = 0,
55679 : : .co_nlocals = 0,
55680 : : .co_nplaincellvars = 0,
55681 : : .co_ncellvars = 0,
55682 : : .co_nfreevars = 0,
55683 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
55684 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
55685 : : .co_filename = & abc_toplevel_consts_1_filename._ascii.ob_base,
55686 : : .co_name = &_Py_STR(anon_module),
55687 : : .co_qualname = &_Py_STR(anon_module),
55688 : : .co_linetable = & abc_toplevel_linetable.ob_base.ob_base,
55689 : : ._co_code = NULL,
55690 : : ._co_linearray = NULL,
55691 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x02\x00\x47\x00\x64\x02\x84\x00\x64\x03\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x04\x84\x00\x64\x05\x65\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x02\x00\x47\x00\x64\x06\x84\x00\x64\x07\x65\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x09\x00\x64\x08\x64\x09\x6c\x08\x6d\x09\x5a\x09\x6d\x0a\x5a\x0a\x6d\x0b\x5a\x0b\x6d\x0c\x5a\x0c\x6d\x0d\x5a\x0d\x6d\x0e\x5a\x0e\x6d\x0f\x5a\x0f\x6d\x10\x5a\x10\x01\x00\x02\x00\x47\x00\x64\x0a\x84\x00\x64\x0b\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x0e\x84\x00\x5a\x16\x02\x00\x47\x00\x64\x0f\x84\x00\x64\x10\x65\x12\xac\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x64\x12\x53\x00\x23\x00\x65\x13\x24\x00\x72\x12\x01\x00\x64\x08\x64\x0c\x6c\x14\x6d\x12\x5a\x12\x6d\x09\x5a\x09\x01\x00\x64\x0d\x65\x12\x5f\x15\x00\x00\x00\x00\x00\x00\x00\x00\x59\x00\x8c\x28\x77\x00\x78\x03\x59\x00\x77\x01",
55692 : : ._co_firsttraceable = 0,
55693 : : };
55694 : 3109 : static void abc_do_patchups(void) {
55695 : 3109 : }
55696 : :
55697 : : PyObject *
55698 : 3109 : _Py_get_abc_toplevel(void)
55699 : : {
55700 : 3109 : abc_do_patchups();
55701 : 3109 : return Py_NewRef((PyObject *) &abc_toplevel);
55702 : : }
55703 : :
55704 : : static
55705 : : struct {
55706 : : PyASCIIObject _ascii;
55707 : : uint8_t _data[159];
55708 : : }
55709 : : codecs_toplevel_consts_0 = {
55710 : : ._ascii = {
55711 : : .ob_base = {
55712 : : .ob_refcnt = 999999999,
55713 : : .ob_type = &PyUnicode_Type,
55714 : : },
55715 : : .length = 158,
55716 : : .hash = -1,
55717 : : .state = {
55718 : : .kind = 1,
55719 : : .compact = 1,
55720 : : .ascii = 1,
55721 : : },
55722 : : },
55723 : : ._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",
55724 : : };
55725 : : static
55726 : : struct {
55727 : : PyGC_Head _gc_head;
55728 : : struct {
55729 : : PyObject_VAR_HEAD
55730 : : PyObject *ob_item[1];
55731 : : }_object;
55732 : : }
55733 : : codecs_toplevel_consts_3 = {
55734 : : ._object = {
55735 : : .ob_base = {
55736 : : .ob_base = {
55737 : : .ob_refcnt = 999999999,
55738 : : .ob_type = &PyTuple_Type,
55739 : : },
55740 : : .ob_size = 1,
55741 : : },
55742 : : .ob_item = {
55743 : : & importlib__bootstrap_toplevel_consts_54_consts_5._ascii.ob_base,
55744 : : },
55745 : : },
55746 : : };
55747 : : static
55748 : : struct {
55749 : : PyASCIIObject _ascii;
55750 : : uint8_t _data[38];
55751 : : }
55752 : : codecs_toplevel_consts_4 = {
55753 : : ._ascii = {
55754 : : .ob_base = {
55755 : : .ob_refcnt = 999999999,
55756 : : .ob_type = &PyUnicode_Type,
55757 : : },
55758 : : .length = 37,
55759 : : .hash = -1,
55760 : : .state = {
55761 : : .kind = 1,
55762 : : .compact = 1,
55763 : : .ascii = 1,
55764 : : },
55765 : : },
55766 : : ._data = "Failed to load the builtin codecs: %s",
55767 : : };
55768 : : static
55769 : : struct {
55770 : : PyASCIIObject _ascii;
55771 : : uint8_t _data[7];
55772 : : }
55773 : : const_str_lookup = {
55774 : : ._ascii = {
55775 : : .ob_base = {
55776 : : .ob_refcnt = 999999999,
55777 : : .ob_type = &PyUnicode_Type,
55778 : : },
55779 : : .length = 6,
55780 : : .hash = -1,
55781 : : .state = {
55782 : : .kind = 1,
55783 : : .compact = 1,
55784 : : .ascii = 1,
55785 : : },
55786 : : },
55787 : : ._data = "lookup",
55788 : : };
55789 : : static
55790 : : struct {
55791 : : PyASCIIObject _ascii;
55792 : : uint8_t _data[12];
55793 : : }
55794 : : const_str_EncodedFile = {
55795 : : ._ascii = {
55796 : : .ob_base = {
55797 : : .ob_refcnt = 999999999,
55798 : : .ob_type = &PyUnicode_Type,
55799 : : },
55800 : : .length = 11,
55801 : : .hash = -1,
55802 : : .state = {
55803 : : .kind = 1,
55804 : : .compact = 1,
55805 : : .ascii = 1,
55806 : : },
55807 : : },
55808 : : ._data = "EncodedFile",
55809 : : };
55810 : : static
55811 : : struct {
55812 : : PyASCIIObject _ascii;
55813 : : uint8_t _data[4];
55814 : : }
55815 : : const_str_BOM = {
55816 : : ._ascii = {
55817 : : .ob_base = {
55818 : : .ob_refcnt = 999999999,
55819 : : .ob_type = &PyUnicode_Type,
55820 : : },
55821 : : .length = 3,
55822 : : .hash = -1,
55823 : : .state = {
55824 : : .kind = 1,
55825 : : .compact = 1,
55826 : : .ascii = 1,
55827 : : },
55828 : : },
55829 : : ._data = "BOM",
55830 : : };
55831 : : static
55832 : : struct {
55833 : : PyASCIIObject _ascii;
55834 : : uint8_t _data[7];
55835 : : }
55836 : : const_str_BOM_BE = {
55837 : : ._ascii = {
55838 : : .ob_base = {
55839 : : .ob_refcnt = 999999999,
55840 : : .ob_type = &PyUnicode_Type,
55841 : : },
55842 : : .length = 6,
55843 : : .hash = -1,
55844 : : .state = {
55845 : : .kind = 1,
55846 : : .compact = 1,
55847 : : .ascii = 1,
55848 : : },
55849 : : },
55850 : : ._data = "BOM_BE",
55851 : : };
55852 : : static
55853 : : struct {
55854 : : PyASCIIObject _ascii;
55855 : : uint8_t _data[7];
55856 : : }
55857 : : const_str_BOM_LE = {
55858 : : ._ascii = {
55859 : : .ob_base = {
55860 : : .ob_refcnt = 999999999,
55861 : : .ob_type = &PyUnicode_Type,
55862 : : },
55863 : : .length = 6,
55864 : : .hash = -1,
55865 : : .state = {
55866 : : .kind = 1,
55867 : : .compact = 1,
55868 : : .ascii = 1,
55869 : : },
55870 : : },
55871 : : ._data = "BOM_LE",
55872 : : };
55873 : : static
55874 : : struct {
55875 : : PyASCIIObject _ascii;
55876 : : uint8_t _data[9];
55877 : : }
55878 : : const_str_BOM32_BE = {
55879 : : ._ascii = {
55880 : : .ob_base = {
55881 : : .ob_refcnt = 999999999,
55882 : : .ob_type = &PyUnicode_Type,
55883 : : },
55884 : : .length = 8,
55885 : : .hash = -1,
55886 : : .state = {
55887 : : .kind = 1,
55888 : : .compact = 1,
55889 : : .ascii = 1,
55890 : : },
55891 : : },
55892 : : ._data = "BOM32_BE",
55893 : : };
55894 : : static
55895 : : struct {
55896 : : PyASCIIObject _ascii;
55897 : : uint8_t _data[9];
55898 : : }
55899 : : const_str_BOM32_LE = {
55900 : : ._ascii = {
55901 : : .ob_base = {
55902 : : .ob_refcnt = 999999999,
55903 : : .ob_type = &PyUnicode_Type,
55904 : : },
55905 : : .length = 8,
55906 : : .hash = -1,
55907 : : .state = {
55908 : : .kind = 1,
55909 : : .compact = 1,
55910 : : .ascii = 1,
55911 : : },
55912 : : },
55913 : : ._data = "BOM32_LE",
55914 : : };
55915 : : static
55916 : : struct {
55917 : : PyASCIIObject _ascii;
55918 : : uint8_t _data[9];
55919 : : }
55920 : : const_str_BOM64_BE = {
55921 : : ._ascii = {
55922 : : .ob_base = {
55923 : : .ob_refcnt = 999999999,
55924 : : .ob_type = &PyUnicode_Type,
55925 : : },
55926 : : .length = 8,
55927 : : .hash = -1,
55928 : : .state = {
55929 : : .kind = 1,
55930 : : .compact = 1,
55931 : : .ascii = 1,
55932 : : },
55933 : : },
55934 : : ._data = "BOM64_BE",
55935 : : };
55936 : : static
55937 : : struct {
55938 : : PyASCIIObject _ascii;
55939 : : uint8_t _data[9];
55940 : : }
55941 : : const_str_BOM64_LE = {
55942 : : ._ascii = {
55943 : : .ob_base = {
55944 : : .ob_refcnt = 999999999,
55945 : : .ob_type = &PyUnicode_Type,
55946 : : },
55947 : : .length = 8,
55948 : : .hash = -1,
55949 : : .state = {
55950 : : .kind = 1,
55951 : : .compact = 1,
55952 : : .ascii = 1,
55953 : : },
55954 : : },
55955 : : ._data = "BOM64_LE",
55956 : : };
55957 : : static
55958 : : struct {
55959 : : PyASCIIObject _ascii;
55960 : : uint8_t _data[9];
55961 : : }
55962 : : const_str_BOM_UTF8 = {
55963 : : ._ascii = {
55964 : : .ob_base = {
55965 : : .ob_refcnt = 999999999,
55966 : : .ob_type = &PyUnicode_Type,
55967 : : },
55968 : : .length = 8,
55969 : : .hash = -1,
55970 : : .state = {
55971 : : .kind = 1,
55972 : : .compact = 1,
55973 : : .ascii = 1,
55974 : : },
55975 : : },
55976 : : ._data = "BOM_UTF8",
55977 : : };
55978 : : static
55979 : : struct {
55980 : : PyASCIIObject _ascii;
55981 : : uint8_t _data[10];
55982 : : }
55983 : : const_str_BOM_UTF16 = {
55984 : : ._ascii = {
55985 : : .ob_base = {
55986 : : .ob_refcnt = 999999999,
55987 : : .ob_type = &PyUnicode_Type,
55988 : : },
55989 : : .length = 9,
55990 : : .hash = -1,
55991 : : .state = {
55992 : : .kind = 1,
55993 : : .compact = 1,
55994 : : .ascii = 1,
55995 : : },
55996 : : },
55997 : : ._data = "BOM_UTF16",
55998 : : };
55999 : : static
56000 : : struct {
56001 : : PyASCIIObject _ascii;
56002 : : uint8_t _data[13];
56003 : : }
56004 : : const_str_BOM_UTF16_LE = {
56005 : : ._ascii = {
56006 : : .ob_base = {
56007 : : .ob_refcnt = 999999999,
56008 : : .ob_type = &PyUnicode_Type,
56009 : : },
56010 : : .length = 12,
56011 : : .hash = -1,
56012 : : .state = {
56013 : : .kind = 1,
56014 : : .compact = 1,
56015 : : .ascii = 1,
56016 : : },
56017 : : },
56018 : : ._data = "BOM_UTF16_LE",
56019 : : };
56020 : : static
56021 : : struct {
56022 : : PyASCIIObject _ascii;
56023 : : uint8_t _data[13];
56024 : : }
56025 : : const_str_BOM_UTF16_BE = {
56026 : : ._ascii = {
56027 : : .ob_base = {
56028 : : .ob_refcnt = 999999999,
56029 : : .ob_type = &PyUnicode_Type,
56030 : : },
56031 : : .length = 12,
56032 : : .hash = -1,
56033 : : .state = {
56034 : : .kind = 1,
56035 : : .compact = 1,
56036 : : .ascii = 1,
56037 : : },
56038 : : },
56039 : : ._data = "BOM_UTF16_BE",
56040 : : };
56041 : : static
56042 : : struct {
56043 : : PyASCIIObject _ascii;
56044 : : uint8_t _data[10];
56045 : : }
56046 : : const_str_BOM_UTF32 = {
56047 : : ._ascii = {
56048 : : .ob_base = {
56049 : : .ob_refcnt = 999999999,
56050 : : .ob_type = &PyUnicode_Type,
56051 : : },
56052 : : .length = 9,
56053 : : .hash = -1,
56054 : : .state = {
56055 : : .kind = 1,
56056 : : .compact = 1,
56057 : : .ascii = 1,
56058 : : },
56059 : : },
56060 : : ._data = "BOM_UTF32",
56061 : : };
56062 : : static
56063 : : struct {
56064 : : PyASCIIObject _ascii;
56065 : : uint8_t _data[13];
56066 : : }
56067 : : const_str_BOM_UTF32_LE = {
56068 : : ._ascii = {
56069 : : .ob_base = {
56070 : : .ob_refcnt = 999999999,
56071 : : .ob_type = &PyUnicode_Type,
56072 : : },
56073 : : .length = 12,
56074 : : .hash = -1,
56075 : : .state = {
56076 : : .kind = 1,
56077 : : .compact = 1,
56078 : : .ascii = 1,
56079 : : },
56080 : : },
56081 : : ._data = "BOM_UTF32_LE",
56082 : : };
56083 : : static
56084 : : struct {
56085 : : PyASCIIObject _ascii;
56086 : : uint8_t _data[13];
56087 : : }
56088 : : const_str_BOM_UTF32_BE = {
56089 : : ._ascii = {
56090 : : .ob_base = {
56091 : : .ob_refcnt = 999999999,
56092 : : .ob_type = &PyUnicode_Type,
56093 : : },
56094 : : .length = 12,
56095 : : .hash = -1,
56096 : : .state = {
56097 : : .kind = 1,
56098 : : .compact = 1,
56099 : : .ascii = 1,
56100 : : },
56101 : : },
56102 : : ._data = "BOM_UTF32_BE",
56103 : : };
56104 : : static
56105 : : struct {
56106 : : PyASCIIObject _ascii;
56107 : : uint8_t _data[10];
56108 : : }
56109 : : const_str_CodecInfo = {
56110 : : ._ascii = {
56111 : : .ob_base = {
56112 : : .ob_refcnt = 999999999,
56113 : : .ob_type = &PyUnicode_Type,
56114 : : },
56115 : : .length = 9,
56116 : : .hash = -1,
56117 : : .state = {
56118 : : .kind = 1,
56119 : : .compact = 1,
56120 : : .ascii = 1,
56121 : : },
56122 : : },
56123 : : ._data = "CodecInfo",
56124 : : };
56125 : : static
56126 : : struct {
56127 : : PyASCIIObject _ascii;
56128 : : uint8_t _data[6];
56129 : : }
56130 : : const_str_Codec = {
56131 : : ._ascii = {
56132 : : .ob_base = {
56133 : : .ob_refcnt = 999999999,
56134 : : .ob_type = &PyUnicode_Type,
56135 : : },
56136 : : .length = 5,
56137 : : .hash = -1,
56138 : : .state = {
56139 : : .kind = 1,
56140 : : .compact = 1,
56141 : : .ascii = 1,
56142 : : },
56143 : : },
56144 : : ._data = "Codec",
56145 : : };
56146 : : static
56147 : : struct {
56148 : : PyASCIIObject _ascii;
56149 : : uint8_t _data[19];
56150 : : }
56151 : : const_str_IncrementalEncoder = {
56152 : : ._ascii = {
56153 : : .ob_base = {
56154 : : .ob_refcnt = 999999999,
56155 : : .ob_type = &PyUnicode_Type,
56156 : : },
56157 : : .length = 18,
56158 : : .hash = -1,
56159 : : .state = {
56160 : : .kind = 1,
56161 : : .compact = 1,
56162 : : .ascii = 1,
56163 : : },
56164 : : },
56165 : : ._data = "IncrementalEncoder",
56166 : : };
56167 : : static
56168 : : struct {
56169 : : PyASCIIObject _ascii;
56170 : : uint8_t _data[19];
56171 : : }
56172 : : const_str_IncrementalDecoder = {
56173 : : ._ascii = {
56174 : : .ob_base = {
56175 : : .ob_refcnt = 999999999,
56176 : : .ob_type = &PyUnicode_Type,
56177 : : },
56178 : : .length = 18,
56179 : : .hash = -1,
56180 : : .state = {
56181 : : .kind = 1,
56182 : : .compact = 1,
56183 : : .ascii = 1,
56184 : : },
56185 : : },
56186 : : ._data = "IncrementalDecoder",
56187 : : };
56188 : : static
56189 : : struct {
56190 : : PyASCIIObject _ascii;
56191 : : uint8_t _data[13];
56192 : : }
56193 : : const_str_StreamReader = {
56194 : : ._ascii = {
56195 : : .ob_base = {
56196 : : .ob_refcnt = 999999999,
56197 : : .ob_type = &PyUnicode_Type,
56198 : : },
56199 : : .length = 12,
56200 : : .hash = -1,
56201 : : .state = {
56202 : : .kind = 1,
56203 : : .compact = 1,
56204 : : .ascii = 1,
56205 : : },
56206 : : },
56207 : : ._data = "StreamReader",
56208 : : };
56209 : : static
56210 : : struct {
56211 : : PyASCIIObject _ascii;
56212 : : uint8_t _data[13];
56213 : : }
56214 : : const_str_StreamWriter = {
56215 : : ._ascii = {
56216 : : .ob_base = {
56217 : : .ob_refcnt = 999999999,
56218 : : .ob_type = &PyUnicode_Type,
56219 : : },
56220 : : .length = 12,
56221 : : .hash = -1,
56222 : : .state = {
56223 : : .kind = 1,
56224 : : .compact = 1,
56225 : : .ascii = 1,
56226 : : },
56227 : : },
56228 : : ._data = "StreamWriter",
56229 : : };
56230 : : static
56231 : : struct {
56232 : : PyASCIIObject _ascii;
56233 : : uint8_t _data[19];
56234 : : }
56235 : : const_str_StreamReaderWriter = {
56236 : : ._ascii = {
56237 : : .ob_base = {
56238 : : .ob_refcnt = 999999999,
56239 : : .ob_type = &PyUnicode_Type,
56240 : : },
56241 : : .length = 18,
56242 : : .hash = -1,
56243 : : .state = {
56244 : : .kind = 1,
56245 : : .compact = 1,
56246 : : .ascii = 1,
56247 : : },
56248 : : },
56249 : : ._data = "StreamReaderWriter",
56250 : : };
56251 : : static
56252 : : struct {
56253 : : PyASCIIObject _ascii;
56254 : : uint8_t _data[14];
56255 : : }
56256 : : const_str_StreamRecoder = {
56257 : : ._ascii = {
56258 : : .ob_base = {
56259 : : .ob_refcnt = 999999999,
56260 : : .ob_type = &PyUnicode_Type,
56261 : : },
56262 : : .length = 13,
56263 : : .hash = -1,
56264 : : .state = {
56265 : : .kind = 1,
56266 : : .compact = 1,
56267 : : .ascii = 1,
56268 : : },
56269 : : },
56270 : : ._data = "StreamRecoder",
56271 : : };
56272 : : static
56273 : : struct {
56274 : : PyASCIIObject _ascii;
56275 : : uint8_t _data[11];
56276 : : }
56277 : : const_str_getencoder = {
56278 : : ._ascii = {
56279 : : .ob_base = {
56280 : : .ob_refcnt = 999999999,
56281 : : .ob_type = &PyUnicode_Type,
56282 : : },
56283 : : .length = 10,
56284 : : .hash = -1,
56285 : : .state = {
56286 : : .kind = 1,
56287 : : .compact = 1,
56288 : : .ascii = 1,
56289 : : },
56290 : : },
56291 : : ._data = "getencoder",
56292 : : };
56293 : : static
56294 : : struct {
56295 : : PyASCIIObject _ascii;
56296 : : uint8_t _data[11];
56297 : : }
56298 : : const_str_getdecoder = {
56299 : : ._ascii = {
56300 : : .ob_base = {
56301 : : .ob_refcnt = 999999999,
56302 : : .ob_type = &PyUnicode_Type,
56303 : : },
56304 : : .length = 10,
56305 : : .hash = -1,
56306 : : .state = {
56307 : : .kind = 1,
56308 : : .compact = 1,
56309 : : .ascii = 1,
56310 : : },
56311 : : },
56312 : : ._data = "getdecoder",
56313 : : };
56314 : : static
56315 : : struct {
56316 : : PyASCIIObject _ascii;
56317 : : uint8_t _data[22];
56318 : : }
56319 : : const_str_getincrementalencoder = {
56320 : : ._ascii = {
56321 : : .ob_base = {
56322 : : .ob_refcnt = 999999999,
56323 : : .ob_type = &PyUnicode_Type,
56324 : : },
56325 : : .length = 21,
56326 : : .hash = -1,
56327 : : .state = {
56328 : : .kind = 1,
56329 : : .compact = 1,
56330 : : .ascii = 1,
56331 : : },
56332 : : },
56333 : : ._data = "getincrementalencoder",
56334 : : };
56335 : : static
56336 : : struct {
56337 : : PyASCIIObject _ascii;
56338 : : uint8_t _data[22];
56339 : : }
56340 : : const_str_getincrementaldecoder = {
56341 : : ._ascii = {
56342 : : .ob_base = {
56343 : : .ob_refcnt = 999999999,
56344 : : .ob_type = &PyUnicode_Type,
56345 : : },
56346 : : .length = 21,
56347 : : .hash = -1,
56348 : : .state = {
56349 : : .kind = 1,
56350 : : .compact = 1,
56351 : : .ascii = 1,
56352 : : },
56353 : : },
56354 : : ._data = "getincrementaldecoder",
56355 : : };
56356 : : static
56357 : : struct {
56358 : : PyASCIIObject _ascii;
56359 : : uint8_t _data[10];
56360 : : }
56361 : : const_str_getreader = {
56362 : : ._ascii = {
56363 : : .ob_base = {
56364 : : .ob_refcnt = 999999999,
56365 : : .ob_type = &PyUnicode_Type,
56366 : : },
56367 : : .length = 9,
56368 : : .hash = -1,
56369 : : .state = {
56370 : : .kind = 1,
56371 : : .compact = 1,
56372 : : .ascii = 1,
56373 : : },
56374 : : },
56375 : : ._data = "getreader",
56376 : : };
56377 : : static
56378 : : struct {
56379 : : PyASCIIObject _ascii;
56380 : : uint8_t _data[10];
56381 : : }
56382 : : const_str_getwriter = {
56383 : : ._ascii = {
56384 : : .ob_base = {
56385 : : .ob_refcnt = 999999999,
56386 : : .ob_type = &PyUnicode_Type,
56387 : : },
56388 : : .length = 9,
56389 : : .hash = -1,
56390 : : .state = {
56391 : : .kind = 1,
56392 : : .compact = 1,
56393 : : .ascii = 1,
56394 : : },
56395 : : },
56396 : : ._data = "getwriter",
56397 : : };
56398 : : static
56399 : : struct {
56400 : : PyASCIIObject _ascii;
56401 : : uint8_t _data[11];
56402 : : }
56403 : : const_str_iterencode = {
56404 : : ._ascii = {
56405 : : .ob_base = {
56406 : : .ob_refcnt = 999999999,
56407 : : .ob_type = &PyUnicode_Type,
56408 : : },
56409 : : .length = 10,
56410 : : .hash = -1,
56411 : : .state = {
56412 : : .kind = 1,
56413 : : .compact = 1,
56414 : : .ascii = 1,
56415 : : },
56416 : : },
56417 : : ._data = "iterencode",
56418 : : };
56419 : : static
56420 : : struct {
56421 : : PyASCIIObject _ascii;
56422 : : uint8_t _data[11];
56423 : : }
56424 : : const_str_iterdecode = {
56425 : : ._ascii = {
56426 : : .ob_base = {
56427 : : .ob_refcnt = 999999999,
56428 : : .ob_type = &PyUnicode_Type,
56429 : : },
56430 : : .length = 10,
56431 : : .hash = -1,
56432 : : .state = {
56433 : : .kind = 1,
56434 : : .compact = 1,
56435 : : .ascii = 1,
56436 : : },
56437 : : },
56438 : : ._data = "iterdecode",
56439 : : };
56440 : : static
56441 : : struct {
56442 : : PyASCIIObject _ascii;
56443 : : uint8_t _data[14];
56444 : : }
56445 : : const_str_strict_errors = {
56446 : : ._ascii = {
56447 : : .ob_base = {
56448 : : .ob_refcnt = 999999999,
56449 : : .ob_type = &PyUnicode_Type,
56450 : : },
56451 : : .length = 13,
56452 : : .hash = -1,
56453 : : .state = {
56454 : : .kind = 1,
56455 : : .compact = 1,
56456 : : .ascii = 1,
56457 : : },
56458 : : },
56459 : : ._data = "strict_errors",
56460 : : };
56461 : : static
56462 : : struct {
56463 : : PyASCIIObject _ascii;
56464 : : uint8_t _data[14];
56465 : : }
56466 : : const_str_ignore_errors = {
56467 : : ._ascii = {
56468 : : .ob_base = {
56469 : : .ob_refcnt = 999999999,
56470 : : .ob_type = &PyUnicode_Type,
56471 : : },
56472 : : .length = 13,
56473 : : .hash = -1,
56474 : : .state = {
56475 : : .kind = 1,
56476 : : .compact = 1,
56477 : : .ascii = 1,
56478 : : },
56479 : : },
56480 : : ._data = "ignore_errors",
56481 : : };
56482 : : static
56483 : : struct {
56484 : : PyASCIIObject _ascii;
56485 : : uint8_t _data[15];
56486 : : }
56487 : : const_str_replace_errors = {
56488 : : ._ascii = {
56489 : : .ob_base = {
56490 : : .ob_refcnt = 999999999,
56491 : : .ob_type = &PyUnicode_Type,
56492 : : },
56493 : : .length = 14,
56494 : : .hash = -1,
56495 : : .state = {
56496 : : .kind = 1,
56497 : : .compact = 1,
56498 : : .ascii = 1,
56499 : : },
56500 : : },
56501 : : ._data = "replace_errors",
56502 : : };
56503 : : static
56504 : : struct {
56505 : : PyASCIIObject _ascii;
56506 : : uint8_t _data[25];
56507 : : }
56508 : : const_str_xmlcharrefreplace_errors = {
56509 : : ._ascii = {
56510 : : .ob_base = {
56511 : : .ob_refcnt = 999999999,
56512 : : .ob_type = &PyUnicode_Type,
56513 : : },
56514 : : .length = 24,
56515 : : .hash = -1,
56516 : : .state = {
56517 : : .kind = 1,
56518 : : .compact = 1,
56519 : : .ascii = 1,
56520 : : },
56521 : : },
56522 : : ._data = "xmlcharrefreplace_errors",
56523 : : };
56524 : : static
56525 : : struct {
56526 : : PyASCIIObject _ascii;
56527 : : uint8_t _data[24];
56528 : : }
56529 : : const_str_backslashreplace_errors = {
56530 : : ._ascii = {
56531 : : .ob_base = {
56532 : : .ob_refcnt = 999999999,
56533 : : .ob_type = &PyUnicode_Type,
56534 : : },
56535 : : .length = 23,
56536 : : .hash = -1,
56537 : : .state = {
56538 : : .kind = 1,
56539 : : .compact = 1,
56540 : : .ascii = 1,
56541 : : },
56542 : : },
56543 : : ._data = "backslashreplace_errors",
56544 : : };
56545 : : static
56546 : : struct {
56547 : : PyASCIIObject _ascii;
56548 : : uint8_t _data[19];
56549 : : }
56550 : : const_str_namereplace_errors = {
56551 : : ._ascii = {
56552 : : .ob_base = {
56553 : : .ob_refcnt = 999999999,
56554 : : .ob_type = &PyUnicode_Type,
56555 : : },
56556 : : .length = 18,
56557 : : .hash = -1,
56558 : : .state = {
56559 : : .kind = 1,
56560 : : .compact = 1,
56561 : : .ascii = 1,
56562 : : },
56563 : : },
56564 : : ._data = "namereplace_errors",
56565 : : };
56566 : : static
56567 : : struct {
56568 : : PyASCIIObject _ascii;
56569 : : uint8_t _data[15];
56570 : : }
56571 : : const_str_register_error = {
56572 : : ._ascii = {
56573 : : .ob_base = {
56574 : : .ob_refcnt = 999999999,
56575 : : .ob_type = &PyUnicode_Type,
56576 : : },
56577 : : .length = 14,
56578 : : .hash = -1,
56579 : : .state = {
56580 : : .kind = 1,
56581 : : .compact = 1,
56582 : : .ascii = 1,
56583 : : },
56584 : : },
56585 : : ._data = "register_error",
56586 : : };
56587 : : static
56588 : : struct {
56589 : : PyASCIIObject _ascii;
56590 : : uint8_t _data[13];
56591 : : }
56592 : : const_str_lookup_error = {
56593 : : ._ascii = {
56594 : : .ob_base = {
56595 : : .ob_refcnt = 999999999,
56596 : : .ob_type = &PyUnicode_Type,
56597 : : },
56598 : : .length = 12,
56599 : : .hash = -1,
56600 : : .state = {
56601 : : .kind = 1,
56602 : : .compact = 1,
56603 : : .ascii = 1,
56604 : : },
56605 : : },
56606 : : ._data = "lookup_error",
56607 : : };
56608 : : static
56609 : : struct {
56610 : : PyGC_Head _gc_head;
56611 : : struct {
56612 : : PyObject_VAR_HEAD
56613 : : PyObject *ob_item[44];
56614 : : }_object;
56615 : : }
56616 : : codecs_toplevel_consts_5 = {
56617 : : ._object = {
56618 : : .ob_base = {
56619 : : .ob_base = {
56620 : : .ob_refcnt = 999999999,
56621 : : .ob_type = &PyTuple_Type,
56622 : : },
56623 : : .ob_size = 44,
56624 : : },
56625 : : .ob_item = {
56626 : : & const_str_register._ascii.ob_base,
56627 : : & const_str_lookup._ascii.ob_base,
56628 : : &_Py_ID(open),
56629 : : & const_str_EncodedFile._ascii.ob_base,
56630 : : & const_str_BOM._ascii.ob_base,
56631 : : & const_str_BOM_BE._ascii.ob_base,
56632 : : & const_str_BOM_LE._ascii.ob_base,
56633 : : & const_str_BOM32_BE._ascii.ob_base,
56634 : : & const_str_BOM32_LE._ascii.ob_base,
56635 : : & const_str_BOM64_BE._ascii.ob_base,
56636 : : & const_str_BOM64_LE._ascii.ob_base,
56637 : : & const_str_BOM_UTF8._ascii.ob_base,
56638 : : & const_str_BOM_UTF16._ascii.ob_base,
56639 : : & const_str_BOM_UTF16_LE._ascii.ob_base,
56640 : : & const_str_BOM_UTF16_BE._ascii.ob_base,
56641 : : & const_str_BOM_UTF32._ascii.ob_base,
56642 : : & const_str_BOM_UTF32_LE._ascii.ob_base,
56643 : : & const_str_BOM_UTF32_BE._ascii.ob_base,
56644 : : & const_str_CodecInfo._ascii.ob_base,
56645 : : & const_str_Codec._ascii.ob_base,
56646 : : & const_str_IncrementalEncoder._ascii.ob_base,
56647 : : & const_str_IncrementalDecoder._ascii.ob_base,
56648 : : & const_str_StreamReader._ascii.ob_base,
56649 : : & const_str_StreamWriter._ascii.ob_base,
56650 : : & const_str_StreamReaderWriter._ascii.ob_base,
56651 : : & const_str_StreamRecoder._ascii.ob_base,
56652 : : & const_str_getencoder._ascii.ob_base,
56653 : : & const_str_getdecoder._ascii.ob_base,
56654 : : & const_str_getincrementalencoder._ascii.ob_base,
56655 : : & const_str_getincrementaldecoder._ascii.ob_base,
56656 : : & const_str_getreader._ascii.ob_base,
56657 : : & const_str_getwriter._ascii.ob_base,
56658 : : &_Py_ID(encode),
56659 : : &_Py_ID(decode),
56660 : : & const_str_iterencode._ascii.ob_base,
56661 : : & const_str_iterdecode._ascii.ob_base,
56662 : : & const_str_strict_errors._ascii.ob_base,
56663 : : & const_str_ignore_errors._ascii.ob_base,
56664 : : & const_str_replace_errors._ascii.ob_base,
56665 : : & const_str_xmlcharrefreplace_errors._ascii.ob_base,
56666 : : & const_str_backslashreplace_errors._ascii.ob_base,
56667 : : & const_str_namereplace_errors._ascii.ob_base,
56668 : : & const_str_register_error._ascii.ob_base,
56669 : : & const_str_lookup_error._ascii.ob_base,
56670 : : },
56671 : : },
56672 : : };
56673 : : static
56674 : : struct {
56675 : : PyObject_VAR_HEAD
56676 : : Py_hash_t ob_shash;
56677 : : char ob_sval[4];
56678 : : }
56679 : : codecs_toplevel_consts_6 = {
56680 : : .ob_base = {
56681 : : .ob_base = {
56682 : : .ob_refcnt = 999999999,
56683 : : .ob_type = &PyBytes_Type,
56684 : : },
56685 : : .ob_size = 3,
56686 : : },
56687 : : .ob_shash = -1,
56688 : : .ob_sval = "\xef\xbb\xbf",
56689 : : };
56690 : : static
56691 : : struct {
56692 : : PyObject_VAR_HEAD
56693 : : Py_hash_t ob_shash;
56694 : : char ob_sval[3];
56695 : : }
56696 : : codecs_toplevel_consts_7 = {
56697 : : .ob_base = {
56698 : : .ob_base = {
56699 : : .ob_refcnt = 999999999,
56700 : : .ob_type = &PyBytes_Type,
56701 : : },
56702 : : .ob_size = 2,
56703 : : },
56704 : : .ob_shash = -1,
56705 : : .ob_sval = "\xff\xfe",
56706 : : };
56707 : : static
56708 : : struct {
56709 : : PyObject_VAR_HEAD
56710 : : Py_hash_t ob_shash;
56711 : : char ob_sval[3];
56712 : : }
56713 : : codecs_toplevel_consts_8 = {
56714 : : .ob_base = {
56715 : : .ob_base = {
56716 : : .ob_refcnt = 999999999,
56717 : : .ob_type = &PyBytes_Type,
56718 : : },
56719 : : .ob_size = 2,
56720 : : },
56721 : : .ob_shash = -1,
56722 : : .ob_sval = "\xfe\xff",
56723 : : };
56724 : : static
56725 : : struct {
56726 : : PyObject_VAR_HEAD
56727 : : Py_hash_t ob_shash;
56728 : : char ob_sval[5];
56729 : : }
56730 : : codecs_toplevel_consts_9 = {
56731 : : .ob_base = {
56732 : : .ob_base = {
56733 : : .ob_refcnt = 999999999,
56734 : : .ob_type = &PyBytes_Type,
56735 : : },
56736 : : .ob_size = 4,
56737 : : },
56738 : : .ob_shash = -1,
56739 : : .ob_sval = "\xff\xfe\x00\x00",
56740 : : };
56741 : : static
56742 : : struct {
56743 : : PyObject_VAR_HEAD
56744 : : Py_hash_t ob_shash;
56745 : : char ob_sval[5];
56746 : : }
56747 : : codecs_toplevel_consts_10 = {
56748 : : .ob_base = {
56749 : : .ob_base = {
56750 : : .ob_refcnt = 999999999,
56751 : : .ob_type = &PyBytes_Type,
56752 : : },
56753 : : .ob_size = 4,
56754 : : },
56755 : : .ob_shash = -1,
56756 : : .ob_sval = "\x00\x00\xfe\xff",
56757 : : };
56758 : : static
56759 : : struct {
56760 : : PyASCIIObject _ascii;
56761 : : uint8_t _data[49];
56762 : : }
56763 : : codecs_toplevel_consts_12_consts_1 = {
56764 : : ._ascii = {
56765 : : .ob_base = {
56766 : : .ob_refcnt = 999999999,
56767 : : .ob_type = &PyUnicode_Type,
56768 : : },
56769 : : .length = 48,
56770 : : .hash = -1,
56771 : : .state = {
56772 : : .kind = 1,
56773 : : .compact = 1,
56774 : : .ascii = 1,
56775 : : },
56776 : : },
56777 : : ._data = "Codec details when looking up the codec registry",
56778 : : };
56779 : : static
56780 : : struct {
56781 : : PyGC_Head _gc_head;
56782 : : struct {
56783 : : PyObject_VAR_HEAD
56784 : : PyObject *ob_item[1];
56785 : : }_object;
56786 : : }
56787 : : codecs_toplevel_consts_12_consts_4 = {
56788 : : ._object = {
56789 : : .ob_base = {
56790 : : .ob_base = {
56791 : : .ob_refcnt = 999999999,
56792 : : .ob_type = &PyTuple_Type,
56793 : : },
56794 : : .ob_size = 1,
56795 : : },
56796 : : .ob_item = {
56797 : : &_Py_ID(_is_text_encoding),
56798 : : },
56799 : : },
56800 : : };
56801 : : static
56802 : : struct {
56803 : : PyASCIIObject _ascii;
56804 : : uint8_t _data[19];
56805 : : }
56806 : : const_str_incrementalencoder = {
56807 : : ._ascii = {
56808 : : .ob_base = {
56809 : : .ob_refcnt = 999999999,
56810 : : .ob_type = &PyUnicode_Type,
56811 : : },
56812 : : .length = 18,
56813 : : .hash = -1,
56814 : : .state = {
56815 : : .kind = 1,
56816 : : .compact = 1,
56817 : : .ascii = 1,
56818 : : },
56819 : : },
56820 : : ._data = "incrementalencoder",
56821 : : };
56822 : : static
56823 : : struct {
56824 : : PyASCIIObject _ascii;
56825 : : uint8_t _data[19];
56826 : : }
56827 : : const_str_incrementaldecoder = {
56828 : : ._ascii = {
56829 : : .ob_base = {
56830 : : .ob_refcnt = 999999999,
56831 : : .ob_type = &PyUnicode_Type,
56832 : : },
56833 : : .length = 18,
56834 : : .hash = -1,
56835 : : .state = {
56836 : : .kind = 1,
56837 : : .compact = 1,
56838 : : .ascii = 1,
56839 : : },
56840 : : },
56841 : : ._data = "incrementaldecoder",
56842 : : };
56843 : : static
56844 : : struct {
56845 : : PyASCIIObject _ascii;
56846 : : uint8_t _data[13];
56847 : : }
56848 : : const_str_streamwriter = {
56849 : : ._ascii = {
56850 : : .ob_base = {
56851 : : .ob_refcnt = 999999999,
56852 : : .ob_type = &PyUnicode_Type,
56853 : : },
56854 : : .length = 12,
56855 : : .hash = -1,
56856 : : .state = {
56857 : : .kind = 1,
56858 : : .compact = 1,
56859 : : .ascii = 1,
56860 : : },
56861 : : },
56862 : : ._data = "streamwriter",
56863 : : };
56864 : : static
56865 : : struct {
56866 : : PyASCIIObject _ascii;
56867 : : uint8_t _data[13];
56868 : : }
56869 : : const_str_streamreader = {
56870 : : ._ascii = {
56871 : : .ob_base = {
56872 : : .ob_refcnt = 999999999,
56873 : : .ob_type = &PyUnicode_Type,
56874 : : },
56875 : : .length = 12,
56876 : : .hash = -1,
56877 : : .state = {
56878 : : .kind = 1,
56879 : : .compact = 1,
56880 : : .ascii = 1,
56881 : : },
56882 : : },
56883 : : ._data = "streamreader",
56884 : : };
56885 : : static
56886 : : struct {
56887 : : PyGC_Head _gc_head;
56888 : : struct {
56889 : : PyObject_VAR_HEAD
56890 : : PyObject *ob_item[10];
56891 : : }_object;
56892 : : }
56893 : : codecs_toplevel_consts_12_consts_5_names = {
56894 : : ._object = {
56895 : : .ob_base = {
56896 : : .ob_base = {
56897 : : .ob_refcnt = 999999999,
56898 : : .ob_type = &PyTuple_Type,
56899 : : },
56900 : : .ob_size = 10,
56901 : : },
56902 : : .ob_item = {
56903 : : & const_str_tuple._ascii.ob_base,
56904 : : &_Py_ID(__new__),
56905 : : &_Py_ID(name),
56906 : : &_Py_ID(encode),
56907 : : &_Py_ID(decode),
56908 : : & const_str_incrementalencoder._ascii.ob_base,
56909 : : & const_str_incrementaldecoder._ascii.ob_base,
56910 : : & const_str_streamwriter._ascii.ob_base,
56911 : : & const_str_streamreader._ascii.ob_base,
56912 : : &_Py_ID(_is_text_encoding),
56913 : : },
56914 : : },
56915 : : };
56916 : : static
56917 : : struct {
56918 : : PyASCIIObject _ascii;
56919 : : uint8_t _data[16];
56920 : : }
56921 : : codecs_toplevel_consts_12_consts_5_filename = {
56922 : : ._ascii = {
56923 : : .ob_base = {
56924 : : .ob_refcnt = 999999999,
56925 : : .ob_type = &PyUnicode_Type,
56926 : : },
56927 : : .length = 15,
56928 : : .hash = -1,
56929 : : .state = {
56930 : : .kind = 1,
56931 : : .compact = 1,
56932 : : .ascii = 1,
56933 : : },
56934 : : },
56935 : : ._data = "<frozen codecs>",
56936 : : };
56937 : : static
56938 : : struct {
56939 : : PyASCIIObject _ascii;
56940 : : uint8_t _data[18];
56941 : : }
56942 : : codecs_toplevel_consts_12_consts_5_qualname = {
56943 : : ._ascii = {
56944 : : .ob_base = {
56945 : : .ob_refcnt = 999999999,
56946 : : .ob_type = &PyUnicode_Type,
56947 : : },
56948 : : .length = 17,
56949 : : .hash = -1,
56950 : : .state = {
56951 : : .kind = 1,
56952 : : .compact = 1,
56953 : : .ascii = 1,
56954 : : },
56955 : : },
56956 : : ._data = "CodecInfo.__new__",
56957 : : };
56958 : : static
56959 : : struct {
56960 : : PyObject_VAR_HEAD
56961 : : Py_hash_t ob_shash;
56962 : : char ob_sval[104];
56963 : : }
56964 : : codecs_toplevel_consts_12_consts_5_linetable = {
56965 : : .ob_base = {
56966 : : .ob_base = {
56967 : : .ob_refcnt = 999999999,
56968 : : .ob_type = &PyBytes_Type,
56969 : : },
56970 : : .ob_size = 103,
56971 : : },
56972 : : .ob_shash = -1,
56973 : : .ob_sval = "\x80\x00\xf5\x06\x00\x10\x15\x8f\x7d\x89\x7d\x98\x53\xa0\x36\xa8\x36\xb0\x3c\xc0\x1c\xd0\x22\x4e\xd4\x0f\x4f\x88\x04\xd8\x14\x18\x88\x04\x8c\x09\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x22\x34\x88\x04\xd4\x08\x1f\xd8\x22\x34\x88\x04\xd4\x08\x1f\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x1c\x28\x88\x04\xd4\x08\x19\xd8\x0b\x1c\xf0\x00\x01\x09\x37\xd8\x25\x36\x88\x44\xd4\x0c\x22\xd8\x0f\x13\x88\x0b",
56974 : : };
56975 : : static
56976 : : struct {
56977 : : PyGC_Head _gc_head;
56978 : : struct {
56979 : : PyObject_VAR_HEAD
56980 : : PyObject *ob_item[10];
56981 : : }_object;
56982 : : }
56983 : : codecs_toplevel_consts_12_consts_5_localsplusnames = {
56984 : : ._object = {
56985 : : .ob_base = {
56986 : : .ob_base = {
56987 : : .ob_refcnt = 999999999,
56988 : : .ob_type = &PyTuple_Type,
56989 : : },
56990 : : .ob_size = 10,
56991 : : },
56992 : : .ob_item = {
56993 : : & const_str_cls._ascii.ob_base,
56994 : : &_Py_ID(encode),
56995 : : &_Py_ID(decode),
56996 : : & const_str_streamreader._ascii.ob_base,
56997 : : & const_str_streamwriter._ascii.ob_base,
56998 : : & const_str_incrementalencoder._ascii.ob_base,
56999 : : & const_str_incrementaldecoder._ascii.ob_base,
57000 : : &_Py_ID(name),
57001 : : &_Py_ID(_is_text_encoding),
57002 : : & const_str_self._ascii.ob_base,
57003 : : },
57004 : : },
57005 : : };
57006 : : static
57007 : : struct _PyCode_DEF(178)
57008 : : codecs_toplevel_consts_12_consts_5 = {
57009 : : .ob_base = {
57010 : : .ob_base = {
57011 : : .ob_refcnt = 999999999,
57012 : : .ob_type = &PyCode_Type,
57013 : : },
57014 : : .ob_size = 89,
57015 : : },
57016 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
57017 : : .co_names = & codecs_toplevel_consts_12_consts_5_names._object.ob_base.ob_base,
57018 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57019 : : .co_flags = 3,
57020 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57021 : : ._co_linearray_entry_size = 0,
57022 : : .co_argcount = 8,
57023 : : .co_posonlyargcount = 0,
57024 : : .co_kwonlyargcount = 1,
57025 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
57026 : : .co_stacksize = 7,
57027 : : .co_firstlineno = 94,
57028 : : .co_nlocalsplus = 10,
57029 : : .co_nlocals = 10,
57030 : : .co_nplaincellvars = 0,
57031 : : .co_ncellvars = 0,
57032 : : .co_nfreevars = 0,
57033 : : .co_localsplusnames = & codecs_toplevel_consts_12_consts_5_localsplusnames._object.ob_base.ob_base,
57034 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
57035 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57036 : : .co_name = &_Py_ID(__new__),
57037 : : .co_qualname = & codecs_toplevel_consts_12_consts_5_qualname._ascii.ob_base,
57038 : : .co_linetable = & codecs_toplevel_consts_12_consts_5_linetable.ob_base.ob_base,
57039 : : ._co_code = NULL,
57040 : : ._co_linearray = NULL,
57041 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x7c\x04\x66\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x07\x7c\x09\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x09\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x09\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x09\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x09\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x09\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x09\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x81\x07\x7c\x08\x7c\x09\x5f\x09\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x53\x00",
57042 : : ._co_firsttraceable = 0,
57043 : : };
57044 : : static
57045 : : struct {
57046 : : PyASCIIObject _ascii;
57047 : : uint8_t _data[38];
57048 : : }
57049 : : codecs_toplevel_consts_12_consts_6_consts_1 = {
57050 : : ._ascii = {
57051 : : .ob_base = {
57052 : : .ob_refcnt = 999999999,
57053 : : .ob_type = &PyUnicode_Type,
57054 : : },
57055 : : .length = 37,
57056 : : .hash = -1,
57057 : : .state = {
57058 : : .kind = 1,
57059 : : .compact = 1,
57060 : : .ascii = 1,
57061 : : },
57062 : : },
57063 : : ._data = "<%s.%s object for encoding %s at %#x>",
57064 : : };
57065 : : static
57066 : : struct {
57067 : : PyGC_Head _gc_head;
57068 : : struct {
57069 : : PyObject_VAR_HEAD
57070 : : PyObject *ob_item[2];
57071 : : }_object;
57072 : : }
57073 : : codecs_toplevel_consts_12_consts_6_consts = {
57074 : : ._object = {
57075 : : .ob_base = {
57076 : : .ob_base = {
57077 : : .ob_refcnt = 999999999,
57078 : : .ob_type = &PyTuple_Type,
57079 : : },
57080 : : .ob_size = 2,
57081 : : },
57082 : : .ob_item = {
57083 : : Py_None,
57084 : : & codecs_toplevel_consts_12_consts_6_consts_1._ascii.ob_base,
57085 : : },
57086 : : },
57087 : : };
57088 : : static
57089 : : struct {
57090 : : PyGC_Head _gc_head;
57091 : : struct {
57092 : : PyObject_VAR_HEAD
57093 : : PyObject *ob_item[5];
57094 : : }_object;
57095 : : }
57096 : : codecs_toplevel_consts_12_consts_6_names = {
57097 : : ._object = {
57098 : : .ob_base = {
57099 : : .ob_base = {
57100 : : .ob_refcnt = 999999999,
57101 : : .ob_type = &PyTuple_Type,
57102 : : },
57103 : : .ob_size = 5,
57104 : : },
57105 : : .ob_item = {
57106 : : &_Py_ID(__class__),
57107 : : &_Py_ID(__module__),
57108 : : &_Py_ID(__qualname__),
57109 : : &_Py_ID(name),
57110 : : & const_str_id._ascii.ob_base,
57111 : : },
57112 : : },
57113 : : };
57114 : : static
57115 : : struct {
57116 : : PyASCIIObject _ascii;
57117 : : uint8_t _data[19];
57118 : : }
57119 : : codecs_toplevel_consts_12_consts_6_qualname = {
57120 : : ._ascii = {
57121 : : .ob_base = {
57122 : : .ob_refcnt = 999999999,
57123 : : .ob_type = &PyUnicode_Type,
57124 : : },
57125 : : .length = 18,
57126 : : .hash = -1,
57127 : : .state = {
57128 : : .kind = 1,
57129 : : .compact = 1,
57130 : : .ascii = 1,
57131 : : },
57132 : : },
57133 : : ._data = "CodecInfo.__repr__",
57134 : : };
57135 : : static
57136 : : struct {
57137 : : PyObject_VAR_HEAD
57138 : : Py_hash_t ob_shash;
57139 : : char ob_sval[59];
57140 : : }
57141 : : codecs_toplevel_consts_12_consts_6_linetable = {
57142 : : .ob_base = {
57143 : : .ob_base = {
57144 : : .ob_refcnt = 999999999,
57145 : : .ob_type = &PyBytes_Type,
57146 : : },
57147 : : .ob_size = 58,
57148 : : },
57149 : : .ob_shash = -1,
57150 : : .ob_sval = "\x80\x00\xd8\x0f\x36\xd8\x11\x15\x97\x1e\x91\x1e\xd7\x11\x2a\xd1\x11\x2a\xa8\x44\xaf\x4e\xa9\x4e\xd7\x2c\x47\xd1\x2c\x47\xd8\x11\x15\x97\x19\x91\x19\x9d\x42\x98\x74\x9c\x48\xf0\x03\x01\x11\x26\xf1\x03\x02\x10\x26\xf0\x00\x02\x09\x26",
57151 : : };
57152 : : static
57153 : : struct _PyCode_DEF(142)
57154 : : codecs_toplevel_consts_12_consts_6 = {
57155 : : .ob_base = {
57156 : : .ob_base = {
57157 : : .ob_refcnt = 999999999,
57158 : : .ob_type = &PyCode_Type,
57159 : : },
57160 : : .ob_size = 71,
57161 : : },
57162 : : .co_consts = & codecs_toplevel_consts_12_consts_6_consts._object.ob_base.ob_base,
57163 : : .co_names = & codecs_toplevel_consts_12_consts_6_names._object.ob_base.ob_base,
57164 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57165 : : .co_flags = 3,
57166 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57167 : : ._co_linearray_entry_size = 0,
57168 : : .co_argcount = 1,
57169 : : .co_posonlyargcount = 0,
57170 : : .co_kwonlyargcount = 0,
57171 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
57172 : : .co_stacksize = 7,
57173 : : .co_firstlineno = 109,
57174 : : .co_nlocalsplus = 1,
57175 : : .co_nlocals = 1,
57176 : : .co_nplaincellvars = 0,
57177 : : .co_ncellvars = 0,
57178 : : .co_nfreevars = 0,
57179 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
57180 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
57181 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57182 : : .co_name = &_Py_ID(__repr__),
57183 : : .co_qualname = & codecs_toplevel_consts_12_consts_6_qualname._ascii.ob_base,
57184 : : .co_linetable = & codecs_toplevel_consts_12_consts_6_linetable.ob_base.ob_base,
57185 : : ._co_code = NULL,
57186 : : ._co_linearray = NULL,
57187 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x7a\x06\x00\x00\x53\x00",
57188 : : ._co_firsttraceable = 0,
57189 : : };
57190 : : static
57191 : : struct {
57192 : : PyGC_Head _gc_head;
57193 : : struct {
57194 : : PyObject_VAR_HEAD
57195 : : PyObject *ob_item[5];
57196 : : }_object;
57197 : : }
57198 : : codecs_toplevel_consts_12_consts_7 = {
57199 : : ._object = {
57200 : : .ob_base = {
57201 : : .ob_base = {
57202 : : .ob_refcnt = 999999999,
57203 : : .ob_type = &PyTuple_Type,
57204 : : },
57205 : : .ob_size = 5,
57206 : : },
57207 : : .ob_item = {
57208 : : Py_None,
57209 : : Py_None,
57210 : : Py_None,
57211 : : Py_None,
57212 : : Py_None,
57213 : : },
57214 : : },
57215 : : };
57216 : : static
57217 : : struct {
57218 : : PyGC_Head _gc_head;
57219 : : struct {
57220 : : PyObject_VAR_HEAD
57221 : : PyObject *ob_item[8];
57222 : : }_object;
57223 : : }
57224 : : codecs_toplevel_consts_12_consts = {
57225 : : ._object = {
57226 : : .ob_base = {
57227 : : .ob_base = {
57228 : : .ob_refcnt = 999999999,
57229 : : .ob_type = &PyTuple_Type,
57230 : : },
57231 : : .ob_size = 8,
57232 : : },
57233 : : .ob_item = {
57234 : : & const_str_CodecInfo._ascii.ob_base,
57235 : : & codecs_toplevel_consts_12_consts_1._ascii.ob_base,
57236 : : Py_True,
57237 : : Py_None,
57238 : : & codecs_toplevel_consts_12_consts_4._object.ob_base.ob_base,
57239 : : & codecs_toplevel_consts_12_consts_5.ob_base.ob_base,
57240 : : & codecs_toplevel_consts_12_consts_6.ob_base.ob_base,
57241 : : & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
57242 : : },
57243 : : },
57244 : : };
57245 : : static
57246 : : struct {
57247 : : PyGC_Head _gc_head;
57248 : : struct {
57249 : : PyObject_VAR_HEAD
57250 : : PyObject *ob_item[7];
57251 : : }_object;
57252 : : }
57253 : : codecs_toplevel_consts_12_names = {
57254 : : ._object = {
57255 : : .ob_base = {
57256 : : .ob_base = {
57257 : : .ob_refcnt = 999999999,
57258 : : .ob_type = &PyTuple_Type,
57259 : : },
57260 : : .ob_size = 7,
57261 : : },
57262 : : .ob_item = {
57263 : : &_Py_ID(__name__),
57264 : : &_Py_ID(__module__),
57265 : : &_Py_ID(__qualname__),
57266 : : &_Py_ID(__doc__),
57267 : : &_Py_ID(_is_text_encoding),
57268 : : &_Py_ID(__new__),
57269 : : &_Py_ID(__repr__),
57270 : : },
57271 : : },
57272 : : };
57273 : : static
57274 : : struct {
57275 : : PyObject_VAR_HEAD
57276 : : Py_hash_t ob_shash;
57277 : : char ob_sval[89];
57278 : : }
57279 : : codecs_toplevel_consts_12_linetable = {
57280 : : .ob_base = {
57281 : : .ob_base = {
57282 : : .ob_refcnt = 999999999,
57283 : : .ob_type = &PyBytes_Type,
57284 : : },
57285 : : .ob_size = 88,
57286 : : },
57287 : : .ob_shash = -1,
57288 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x3a\xd0\x04\x3a\xf0\x10\x00\x19\x1d\xd0\x04\x15\xe0\x32\x36\xd8\x1b\x1f\xf0\x03\x0d\x05\x14\xe0\x1d\x21\xf0\x05\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x00\x0d\x05\x14\xf0\x1e\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26\xf0\x00\x03\x05\x26",
57289 : : };
57290 : : static
57291 : : struct _PyCode_DEF(46)
57292 : : codecs_toplevel_consts_12 = {
57293 : : .ob_base = {
57294 : : .ob_base = {
57295 : : .ob_refcnt = 999999999,
57296 : : .ob_type = &PyCode_Type,
57297 : : },
57298 : : .ob_size = 23,
57299 : : },
57300 : : .co_consts = & codecs_toplevel_consts_12_consts._object.ob_base.ob_base,
57301 : : .co_names = & codecs_toplevel_consts_12_names._object.ob_base.ob_base,
57302 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57303 : : .co_flags = 0,
57304 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57305 : : ._co_linearray_entry_size = 0,
57306 : : .co_argcount = 0,
57307 : : .co_posonlyargcount = 0,
57308 : : .co_kwonlyargcount = 0,
57309 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
57310 : : .co_stacksize = 3,
57311 : : .co_firstlineno = 83,
57312 : : .co_nlocalsplus = 0,
57313 : : .co_nlocals = 0,
57314 : : .co_nplaincellvars = 0,
57315 : : .co_ncellvars = 0,
57316 : : .co_nfreevars = 0,
57317 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
57318 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
57319 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57320 : : .co_name = & const_str_CodecInfo._ascii.ob_base,
57321 : : .co_qualname = & const_str_CodecInfo._ascii.ob_base,
57322 : : .co_linetable = & codecs_toplevel_consts_12_linetable.ob_base.ob_base,
57323 : : ._co_code = NULL,
57324 : : ._co_linearray = NULL,
57325 : : .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",
57326 : : ._co_firsttraceable = 0,
57327 : : };
57328 : : static
57329 : : struct {
57330 : : PyASCIIObject _ascii;
57331 : : uint8_t _data[1082];
57332 : : }
57333 : : codecs_toplevel_consts_14_consts_1 = {
57334 : : ._ascii = {
57335 : : .ob_base = {
57336 : : .ob_refcnt = 999999999,
57337 : : .ob_type = &PyUnicode_Type,
57338 : : },
57339 : : .length = 1081,
57340 : : .hash = -1,
57341 : : .state = {
57342 : : .kind = 1,
57343 : : .compact = 1,
57344 : : .ascii = 1,
57345 : : },
57346 : : },
57347 : : ._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",
57348 : : };
57349 : : static
57350 : : struct {
57351 : : PyASCIIObject _ascii;
57352 : : uint8_t _data[548];
57353 : : }
57354 : : codecs_toplevel_consts_14_consts_3_consts_0 = {
57355 : : ._ascii = {
57356 : : .ob_base = {
57357 : : .ob_refcnt = 999999999,
57358 : : .ob_type = &PyUnicode_Type,
57359 : : },
57360 : : .length = 547,
57361 : : .hash = -1,
57362 : : .state = {
57363 : : .kind = 1,
57364 : : .compact = 1,
57365 : : .ascii = 1,
57366 : : },
57367 : : },
57368 : : ._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",
57369 : : };
57370 : : static
57371 : : struct {
57372 : : PyGC_Head _gc_head;
57373 : : struct {
57374 : : PyObject_VAR_HEAD
57375 : : PyObject *ob_item[1];
57376 : : }_object;
57377 : : }
57378 : : codecs_toplevel_consts_14_consts_3_consts = {
57379 : : ._object = {
57380 : : .ob_base = {
57381 : : .ob_base = {
57382 : : .ob_refcnt = 999999999,
57383 : : .ob_type = &PyTuple_Type,
57384 : : },
57385 : : .ob_size = 1,
57386 : : },
57387 : : .ob_item = {
57388 : : & codecs_toplevel_consts_14_consts_3_consts_0._ascii.ob_base,
57389 : : },
57390 : : },
57391 : : };
57392 : : static
57393 : : struct {
57394 : : PyGC_Head _gc_head;
57395 : : struct {
57396 : : PyObject_VAR_HEAD
57397 : : PyObject *ob_item[1];
57398 : : }_object;
57399 : : }
57400 : : codecs_toplevel_consts_14_consts_3_names = {
57401 : : ._object = {
57402 : : .ob_base = {
57403 : : .ob_base = {
57404 : : .ob_refcnt = 999999999,
57405 : : .ob_type = &PyTuple_Type,
57406 : : },
57407 : : .ob_size = 1,
57408 : : },
57409 : : .ob_item = {
57410 : : & const_str_NotImplementedError._ascii.ob_base,
57411 : : },
57412 : : },
57413 : : };
57414 : : static
57415 : : struct {
57416 : : PyASCIIObject _ascii;
57417 : : uint8_t _data[13];
57418 : : }
57419 : : codecs_toplevel_consts_14_consts_3_qualname = {
57420 : : ._ascii = {
57421 : : .ob_base = {
57422 : : .ob_refcnt = 999999999,
57423 : : .ob_type = &PyUnicode_Type,
57424 : : },
57425 : : .length = 12,
57426 : : .hash = -1,
57427 : : .state = {
57428 : : .kind = 1,
57429 : : .compact = 1,
57430 : : .ascii = 1,
57431 : : },
57432 : : },
57433 : : ._data = "Codec.encode",
57434 : : };
57435 : : static
57436 : : struct {
57437 : : PyObject_VAR_HEAD
57438 : : Py_hash_t ob_shash;
57439 : : char ob_sval[11];
57440 : : }
57441 : : codecs_toplevel_consts_14_consts_3_linetable = {
57442 : : .ob_base = {
57443 : : .ob_base = {
57444 : : .ob_refcnt = 999999999,
57445 : : .ob_type = &PyBytes_Type,
57446 : : },
57447 : : .ob_size = 10,
57448 : : },
57449 : : .ob_shash = -1,
57450 : : .ob_sval = "\x80\x00\xf5\x22\x00\x0f\x22\xd0\x08\x21",
57451 : : };
57452 : : static
57453 : : struct {
57454 : : PyASCIIObject _ascii;
57455 : : uint8_t _data[6];
57456 : : }
57457 : : const_str_input = {
57458 : : ._ascii = {
57459 : : .ob_base = {
57460 : : .ob_refcnt = 999999999,
57461 : : .ob_type = &PyUnicode_Type,
57462 : : },
57463 : : .length = 5,
57464 : : .hash = -1,
57465 : : .state = {
57466 : : .kind = 1,
57467 : : .compact = 1,
57468 : : .ascii = 1,
57469 : : },
57470 : : },
57471 : : ._data = "input",
57472 : : };
57473 : : static
57474 : : struct {
57475 : : PyGC_Head _gc_head;
57476 : : struct {
57477 : : PyObject_VAR_HEAD
57478 : : PyObject *ob_item[3];
57479 : : }_object;
57480 : : }
57481 : : codecs_toplevel_consts_14_consts_3_localsplusnames = {
57482 : : ._object = {
57483 : : .ob_base = {
57484 : : .ob_base = {
57485 : : .ob_refcnt = 999999999,
57486 : : .ob_type = &PyTuple_Type,
57487 : : },
57488 : : .ob_size = 3,
57489 : : },
57490 : : .ob_item = {
57491 : : & const_str_self._ascii.ob_base,
57492 : : & const_str_input._ascii.ob_base,
57493 : : &_Py_ID(errors),
57494 : : },
57495 : : },
57496 : : };
57497 : : static
57498 : : struct _PyCode_DEF(16)
57499 : : codecs_toplevel_consts_14_consts_3 = {
57500 : : .ob_base = {
57501 : : .ob_base = {
57502 : : .ob_refcnt = 999999999,
57503 : : .ob_type = &PyCode_Type,
57504 : : },
57505 : : .ob_size = 8,
57506 : : },
57507 : : .co_consts = & codecs_toplevel_consts_14_consts_3_consts._object.ob_base.ob_base,
57508 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
57509 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57510 : : .co_flags = 3,
57511 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57512 : : ._co_linearray_entry_size = 0,
57513 : : .co_argcount = 3,
57514 : : .co_posonlyargcount = 0,
57515 : : .co_kwonlyargcount = 0,
57516 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
57517 : : .co_stacksize = 1,
57518 : : .co_firstlineno = 138,
57519 : : .co_nlocalsplus = 3,
57520 : : .co_nlocals = 3,
57521 : : .co_nplaincellvars = 0,
57522 : : .co_ncellvars = 0,
57523 : : .co_nfreevars = 0,
57524 : : .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
57525 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
57526 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57527 : : .co_name = &_Py_ID(encode),
57528 : : .co_qualname = & codecs_toplevel_consts_14_consts_3_qualname._ascii.ob_base,
57529 : : .co_linetable = & codecs_toplevel_consts_14_consts_3_linetable.ob_base.ob_base,
57530 : : ._co_code = NULL,
57531 : : ._co_linearray = NULL,
57532 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
57533 : : ._co_firsttraceable = 0,
57534 : : };
57535 : : static
57536 : : struct {
57537 : : PyASCIIObject _ascii;
57538 : : uint8_t _data[755];
57539 : : }
57540 : : codecs_toplevel_consts_14_consts_4_consts_0 = {
57541 : : ._ascii = {
57542 : : .ob_base = {
57543 : : .ob_refcnt = 999999999,
57544 : : .ob_type = &PyUnicode_Type,
57545 : : },
57546 : : .length = 754,
57547 : : .hash = -1,
57548 : : .state = {
57549 : : .kind = 1,
57550 : : .compact = 1,
57551 : : .ascii = 1,
57552 : : },
57553 : : },
57554 : : ._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",
57555 : : };
57556 : : static
57557 : : struct {
57558 : : PyGC_Head _gc_head;
57559 : : struct {
57560 : : PyObject_VAR_HEAD
57561 : : PyObject *ob_item[1];
57562 : : }_object;
57563 : : }
57564 : : codecs_toplevel_consts_14_consts_4_consts = {
57565 : : ._object = {
57566 : : .ob_base = {
57567 : : .ob_base = {
57568 : : .ob_refcnt = 999999999,
57569 : : .ob_type = &PyTuple_Type,
57570 : : },
57571 : : .ob_size = 1,
57572 : : },
57573 : : .ob_item = {
57574 : : & codecs_toplevel_consts_14_consts_4_consts_0._ascii.ob_base,
57575 : : },
57576 : : },
57577 : : };
57578 : : static
57579 : : struct {
57580 : : PyASCIIObject _ascii;
57581 : : uint8_t _data[13];
57582 : : }
57583 : : codecs_toplevel_consts_14_consts_4_qualname = {
57584 : : ._ascii = {
57585 : : .ob_base = {
57586 : : .ob_refcnt = 999999999,
57587 : : .ob_type = &PyUnicode_Type,
57588 : : },
57589 : : .length = 12,
57590 : : .hash = -1,
57591 : : .state = {
57592 : : .kind = 1,
57593 : : .compact = 1,
57594 : : .ascii = 1,
57595 : : },
57596 : : },
57597 : : ._data = "Codec.decode",
57598 : : };
57599 : : static
57600 : : struct {
57601 : : PyObject_VAR_HEAD
57602 : : Py_hash_t ob_shash;
57603 : : char ob_sval[11];
57604 : : }
57605 : : codecs_toplevel_consts_14_consts_4_linetable = {
57606 : : .ob_base = {
57607 : : .ob_base = {
57608 : : .ob_refcnt = 999999999,
57609 : : .ob_type = &PyBytes_Type,
57610 : : },
57611 : : .ob_size = 10,
57612 : : },
57613 : : .ob_shash = -1,
57614 : : .ob_sval = "\x80\x00\xf5\x2a\x00\x0f\x22\xd0\x08\x21",
57615 : : };
57616 : : static
57617 : : struct _PyCode_DEF(16)
57618 : : codecs_toplevel_consts_14_consts_4 = {
57619 : : .ob_base = {
57620 : : .ob_base = {
57621 : : .ob_refcnt = 999999999,
57622 : : .ob_type = &PyCode_Type,
57623 : : },
57624 : : .ob_size = 8,
57625 : : },
57626 : : .co_consts = & codecs_toplevel_consts_14_consts_4_consts._object.ob_base.ob_base,
57627 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
57628 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57629 : : .co_flags = 3,
57630 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57631 : : ._co_linearray_entry_size = 0,
57632 : : .co_argcount = 3,
57633 : : .co_posonlyargcount = 0,
57634 : : .co_kwonlyargcount = 0,
57635 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
57636 : : .co_stacksize = 1,
57637 : : .co_firstlineno = 157,
57638 : : .co_nlocalsplus = 3,
57639 : : .co_nlocals = 3,
57640 : : .co_nplaincellvars = 0,
57641 : : .co_ncellvars = 0,
57642 : : .co_nfreevars = 0,
57643 : : .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
57644 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
57645 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57646 : : .co_name = &_Py_ID(decode),
57647 : : .co_qualname = & codecs_toplevel_consts_14_consts_4_qualname._ascii.ob_base,
57648 : : .co_linetable = & codecs_toplevel_consts_14_consts_4_linetable.ob_base.ob_base,
57649 : : ._co_code = NULL,
57650 : : ._co_linearray = NULL,
57651 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
57652 : : ._co_firsttraceable = 0,
57653 : : };
57654 : : static
57655 : : struct {
57656 : : PyGC_Head _gc_head;
57657 : : struct {
57658 : : PyObject_VAR_HEAD
57659 : : PyObject *ob_item[1];
57660 : : }_object;
57661 : : }
57662 : : codecs_toplevel_consts_14_consts_6 = {
57663 : : ._object = {
57664 : : .ob_base = {
57665 : : .ob_base = {
57666 : : .ob_refcnt = 999999999,
57667 : : .ob_type = &PyTuple_Type,
57668 : : },
57669 : : .ob_size = 1,
57670 : : },
57671 : : .ob_item = {
57672 : : &_Py_ID(strict),
57673 : : },
57674 : : },
57675 : : };
57676 : : static
57677 : : struct {
57678 : : PyGC_Head _gc_head;
57679 : : struct {
57680 : : PyObject_VAR_HEAD
57681 : : PyObject *ob_item[7];
57682 : : }_object;
57683 : : }
57684 : : codecs_toplevel_consts_14_consts = {
57685 : : ._object = {
57686 : : .ob_base = {
57687 : : .ob_base = {
57688 : : .ob_refcnt = 999999999,
57689 : : .ob_type = &PyTuple_Type,
57690 : : },
57691 : : .ob_size = 7,
57692 : : },
57693 : : .ob_item = {
57694 : : & const_str_Codec._ascii.ob_base,
57695 : : & codecs_toplevel_consts_14_consts_1._ascii.ob_base,
57696 : : &_Py_ID(strict),
57697 : : & codecs_toplevel_consts_14_consts_3.ob_base.ob_base,
57698 : : & codecs_toplevel_consts_14_consts_4.ob_base.ob_base,
57699 : : Py_None,
57700 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
57701 : : },
57702 : : },
57703 : : };
57704 : : static
57705 : : struct {
57706 : : PyGC_Head _gc_head;
57707 : : struct {
57708 : : PyObject_VAR_HEAD
57709 : : PyObject *ob_item[6];
57710 : : }_object;
57711 : : }
57712 : : codecs_toplevel_consts_14_names = {
57713 : : ._object = {
57714 : : .ob_base = {
57715 : : .ob_base = {
57716 : : .ob_refcnt = 999999999,
57717 : : .ob_type = &PyTuple_Type,
57718 : : },
57719 : : .ob_size = 6,
57720 : : },
57721 : : .ob_item = {
57722 : : &_Py_ID(__name__),
57723 : : &_Py_ID(__module__),
57724 : : &_Py_ID(__qualname__),
57725 : : &_Py_ID(__doc__),
57726 : : &_Py_ID(encode),
57727 : : &_Py_ID(decode),
57728 : : },
57729 : : },
57730 : : };
57731 : : static
57732 : : struct {
57733 : : PyObject_VAR_HEAD
57734 : : Py_hash_t ob_shash;
57735 : : char ob_sval[71];
57736 : : }
57737 : : codecs_toplevel_consts_14_linetable = {
57738 : : .ob_base = {
57739 : : .ob_base = {
57740 : : .ob_refcnt = 999999999,
57741 : : .ob_type = &PyBytes_Type,
57742 : : },
57743 : : .ob_size = 70,
57744 : : },
57745 : : .ob_shash = -1,
57746 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x15\x05\x08\xf0\x00\x15\x05\x08\xf0\x2c\x00\x24\x2c\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x00\x11\x05\x22\xf0\x26\x00\x24\x2c\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22\xf0\x00\x15\x05\x22",
57747 : : };
57748 : : static
57749 : : struct _PyCode_DEF(34)
57750 : : codecs_toplevel_consts_14 = {
57751 : : .ob_base = {
57752 : : .ob_base = {
57753 : : .ob_refcnt = 999999999,
57754 : : .ob_type = &PyCode_Type,
57755 : : },
57756 : : .ob_size = 17,
57757 : : },
57758 : : .co_consts = & codecs_toplevel_consts_14_consts._object.ob_base.ob_base,
57759 : : .co_names = & codecs_toplevel_consts_14_names._object.ob_base.ob_base,
57760 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57761 : : .co_flags = 0,
57762 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57763 : : ._co_linearray_entry_size = 0,
57764 : : .co_argcount = 0,
57765 : : .co_posonlyargcount = 0,
57766 : : .co_kwonlyargcount = 0,
57767 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
57768 : : .co_stacksize = 2,
57769 : : .co_firstlineno = 114,
57770 : : .co_nlocalsplus = 0,
57771 : : .co_nlocals = 0,
57772 : : .co_nplaincellvars = 0,
57773 : : .co_ncellvars = 0,
57774 : : .co_nfreevars = 0,
57775 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
57776 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
57777 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57778 : : .co_name = & const_str_Codec._ascii.ob_base,
57779 : : .co_qualname = & const_str_Codec._ascii.ob_base,
57780 : : .co_linetable = & codecs_toplevel_consts_14_linetable.ob_base.ob_base,
57781 : : ._co_code = NULL,
57782 : : ._co_linearray = NULL,
57783 : : .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",
57784 : : ._co_firsttraceable = 0,
57785 : : };
57786 : : static
57787 : : struct {
57788 : : PyASCIIObject _ascii;
57789 : : uint8_t _data[233];
57790 : : }
57791 : : codecs_toplevel_consts_16_consts_1 = {
57792 : : ._ascii = {
57793 : : .ob_base = {
57794 : : .ob_refcnt = 999999999,
57795 : : .ob_type = &PyUnicode_Type,
57796 : : },
57797 : : .length = 232,
57798 : : .hash = -1,
57799 : : .state = {
57800 : : .kind = 1,
57801 : : .compact = 1,
57802 : : .ascii = 1,
57803 : : },
57804 : : },
57805 : : ._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",
57806 : : };
57807 : : static
57808 : : struct {
57809 : : PyASCIIObject _ascii;
57810 : : uint8_t _data[245];
57811 : : }
57812 : : codecs_toplevel_consts_16_consts_3_consts_0 = {
57813 : : ._ascii = {
57814 : : .ob_base = {
57815 : : .ob_refcnt = 999999999,
57816 : : .ob_type = &PyUnicode_Type,
57817 : : },
57818 : : .length = 244,
57819 : : .hash = -1,
57820 : : .state = {
57821 : : .kind = 1,
57822 : : .compact = 1,
57823 : : .ascii = 1,
57824 : : },
57825 : : },
57826 : : ._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",
57827 : : };
57828 : : static
57829 : : struct {
57830 : : PyGC_Head _gc_head;
57831 : : struct {
57832 : : PyObject_VAR_HEAD
57833 : : PyObject *ob_item[3];
57834 : : }_object;
57835 : : }
57836 : : codecs_toplevel_consts_16_consts_3_consts = {
57837 : : ._object = {
57838 : : .ob_base = {
57839 : : .ob_base = {
57840 : : .ob_refcnt = 999999999,
57841 : : .ob_type = &PyTuple_Type,
57842 : : },
57843 : : .ob_size = 3,
57844 : : },
57845 : : .ob_item = {
57846 : : & codecs_toplevel_consts_16_consts_3_consts_0._ascii.ob_base,
57847 : : &_Py_STR(empty),
57848 : : Py_None,
57849 : : },
57850 : : },
57851 : : };
57852 : : static
57853 : : struct {
57854 : : PyGC_Head _gc_head;
57855 : : struct {
57856 : : PyObject_VAR_HEAD
57857 : : PyObject *ob_item[2];
57858 : : }_object;
57859 : : }
57860 : : codecs_toplevel_consts_16_consts_3_names = {
57861 : : ._object = {
57862 : : .ob_base = {
57863 : : .ob_base = {
57864 : : .ob_refcnt = 999999999,
57865 : : .ob_type = &PyTuple_Type,
57866 : : },
57867 : : .ob_size = 2,
57868 : : },
57869 : : .ob_item = {
57870 : : &_Py_ID(errors),
57871 : : &_Py_ID(buffer),
57872 : : },
57873 : : },
57874 : : };
57875 : : static
57876 : : struct {
57877 : : PyASCIIObject _ascii;
57878 : : uint8_t _data[28];
57879 : : }
57880 : : codecs_toplevel_consts_16_consts_3_qualname = {
57881 : : ._ascii = {
57882 : : .ob_base = {
57883 : : .ob_refcnt = 999999999,
57884 : : .ob_type = &PyUnicode_Type,
57885 : : },
57886 : : .length = 27,
57887 : : .hash = -1,
57888 : : .state = {
57889 : : .kind = 1,
57890 : : .compact = 1,
57891 : : .ascii = 1,
57892 : : },
57893 : : },
57894 : : ._data = "IncrementalEncoder.__init__",
57895 : : };
57896 : : static
57897 : : struct {
57898 : : PyObject_VAR_HEAD
57899 : : Py_hash_t ob_shash;
57900 : : char ob_sval[23];
57901 : : }
57902 : : codecs_toplevel_consts_16_consts_3_linetable = {
57903 : : .ob_base = {
57904 : : .ob_base = {
57905 : : .ob_refcnt = 999999999,
57906 : : .ob_type = &PyBytes_Type,
57907 : : },
57908 : : .ob_size = 22,
57909 : : },
57910 : : .ob_shash = -1,
57911 : : .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
57912 : : };
57913 : : static
57914 : : struct {
57915 : : PyGC_Head _gc_head;
57916 : : struct {
57917 : : PyObject_VAR_HEAD
57918 : : PyObject *ob_item[2];
57919 : : }_object;
57920 : : }
57921 : : codecs_toplevel_consts_16_consts_3_localsplusnames = {
57922 : : ._object = {
57923 : : .ob_base = {
57924 : : .ob_base = {
57925 : : .ob_refcnt = 999999999,
57926 : : .ob_type = &PyTuple_Type,
57927 : : },
57928 : : .ob_size = 2,
57929 : : },
57930 : : .ob_item = {
57931 : : & const_str_self._ascii.ob_base,
57932 : : &_Py_ID(errors),
57933 : : },
57934 : : },
57935 : : };
57936 : : static
57937 : : struct _PyCode_DEF(34)
57938 : : codecs_toplevel_consts_16_consts_3 = {
57939 : : .ob_base = {
57940 : : .ob_base = {
57941 : : .ob_refcnt = 999999999,
57942 : : .ob_type = &PyCode_Type,
57943 : : },
57944 : : .ob_size = 17,
57945 : : },
57946 : : .co_consts = & codecs_toplevel_consts_16_consts_3_consts._object.ob_base.ob_base,
57947 : : .co_names = & codecs_toplevel_consts_16_consts_3_names._object.ob_base.ob_base,
57948 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
57949 : : .co_flags = 3,
57950 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
57951 : : ._co_linearray_entry_size = 0,
57952 : : .co_argcount = 2,
57953 : : .co_posonlyargcount = 0,
57954 : : .co_kwonlyargcount = 0,
57955 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
57956 : : .co_stacksize = 2,
57957 : : .co_firstlineno = 186,
57958 : : .co_nlocalsplus = 2,
57959 : : .co_nlocals = 2,
57960 : : .co_nplaincellvars = 0,
57961 : : .co_ncellvars = 0,
57962 : : .co_nfreevars = 0,
57963 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
57964 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
57965 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
57966 : : .co_name = &_Py_ID(__init__),
57967 : : .co_qualname = & codecs_toplevel_consts_16_consts_3_qualname._ascii.ob_base,
57968 : : .co_linetable = & codecs_toplevel_consts_16_consts_3_linetable.ob_base.ob_base,
57969 : : ._co_code = NULL,
57970 : : ._co_linearray = NULL,
57971 : : .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",
57972 : : ._co_firsttraceable = 0,
57973 : : };
57974 : : static
57975 : : struct {
57976 : : PyASCIIObject _ascii;
57977 : : uint8_t _data[66];
57978 : : }
57979 : : codecs_toplevel_consts_16_consts_5_consts_0 = {
57980 : : ._ascii = {
57981 : : .ob_base = {
57982 : : .ob_refcnt = 999999999,
57983 : : .ob_type = &PyUnicode_Type,
57984 : : },
57985 : : .length = 65,
57986 : : .hash = -1,
57987 : : .state = {
57988 : : .kind = 1,
57989 : : .compact = 1,
57990 : : .ascii = 1,
57991 : : },
57992 : : },
57993 : : ._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",
57994 : : };
57995 : : static
57996 : : struct {
57997 : : PyGC_Head _gc_head;
57998 : : struct {
57999 : : PyObject_VAR_HEAD
58000 : : PyObject *ob_item[1];
58001 : : }_object;
58002 : : }
58003 : : codecs_toplevel_consts_16_consts_5_consts = {
58004 : : ._object = {
58005 : : .ob_base = {
58006 : : .ob_base = {
58007 : : .ob_refcnt = 999999999,
58008 : : .ob_type = &PyTuple_Type,
58009 : : },
58010 : : .ob_size = 1,
58011 : : },
58012 : : .ob_item = {
58013 : : & codecs_toplevel_consts_16_consts_5_consts_0._ascii.ob_base,
58014 : : },
58015 : : },
58016 : : };
58017 : : static
58018 : : struct {
58019 : : PyASCIIObject _ascii;
58020 : : uint8_t _data[26];
58021 : : }
58022 : : codecs_toplevel_consts_16_consts_5_qualname = {
58023 : : ._ascii = {
58024 : : .ob_base = {
58025 : : .ob_refcnt = 999999999,
58026 : : .ob_type = &PyUnicode_Type,
58027 : : },
58028 : : .length = 25,
58029 : : .hash = -1,
58030 : : .state = {
58031 : : .kind = 1,
58032 : : .compact = 1,
58033 : : .ascii = 1,
58034 : : },
58035 : : },
58036 : : ._data = "IncrementalEncoder.encode",
58037 : : };
58038 : : static
58039 : : struct {
58040 : : PyObject_VAR_HEAD
58041 : : Py_hash_t ob_shash;
58042 : : char ob_sval[11];
58043 : : }
58044 : : codecs_toplevel_consts_16_consts_5_linetable = {
58045 : : .ob_base = {
58046 : : .ob_base = {
58047 : : .ob_refcnt = 999999999,
58048 : : .ob_type = &PyBytes_Type,
58049 : : },
58050 : : .ob_size = 10,
58051 : : },
58052 : : .ob_shash = -1,
58053 : : .ob_sval = "\x80\x00\xf5\x08\x00\x0f\x22\xd0\x08\x21",
58054 : : };
58055 : : static
58056 : : struct {
58057 : : PyASCIIObject _ascii;
58058 : : uint8_t _data[6];
58059 : : }
58060 : : const_str_final = {
58061 : : ._ascii = {
58062 : : .ob_base = {
58063 : : .ob_refcnt = 999999999,
58064 : : .ob_type = &PyUnicode_Type,
58065 : : },
58066 : : .length = 5,
58067 : : .hash = -1,
58068 : : .state = {
58069 : : .kind = 1,
58070 : : .compact = 1,
58071 : : .ascii = 1,
58072 : : },
58073 : : },
58074 : : ._data = "final",
58075 : : };
58076 : : static
58077 : : struct {
58078 : : PyGC_Head _gc_head;
58079 : : struct {
58080 : : PyObject_VAR_HEAD
58081 : : PyObject *ob_item[3];
58082 : : }_object;
58083 : : }
58084 : : codecs_toplevel_consts_16_consts_5_localsplusnames = {
58085 : : ._object = {
58086 : : .ob_base = {
58087 : : .ob_base = {
58088 : : .ob_refcnt = 999999999,
58089 : : .ob_type = &PyTuple_Type,
58090 : : },
58091 : : .ob_size = 3,
58092 : : },
58093 : : .ob_item = {
58094 : : & const_str_self._ascii.ob_base,
58095 : : & const_str_input._ascii.ob_base,
58096 : : & const_str_final._ascii.ob_base,
58097 : : },
58098 : : },
58099 : : };
58100 : : static
58101 : : struct _PyCode_DEF(16)
58102 : : codecs_toplevel_consts_16_consts_5 = {
58103 : : .ob_base = {
58104 : : .ob_base = {
58105 : : .ob_refcnt = 999999999,
58106 : : .ob_type = &PyCode_Type,
58107 : : },
58108 : : .ob_size = 8,
58109 : : },
58110 : : .co_consts = & codecs_toplevel_consts_16_consts_5_consts._object.ob_base.ob_base,
58111 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
58112 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58113 : : .co_flags = 3,
58114 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58115 : : ._co_linearray_entry_size = 0,
58116 : : .co_argcount = 3,
58117 : : .co_posonlyargcount = 0,
58118 : : .co_kwonlyargcount = 0,
58119 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
58120 : : .co_stacksize = 1,
58121 : : .co_firstlineno = 197,
58122 : : .co_nlocalsplus = 3,
58123 : : .co_nlocals = 3,
58124 : : .co_nplaincellvars = 0,
58125 : : .co_ncellvars = 0,
58126 : : .co_nfreevars = 0,
58127 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
58128 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
58129 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58130 : : .co_name = &_Py_ID(encode),
58131 : : .co_qualname = & codecs_toplevel_consts_16_consts_5_qualname._ascii.ob_base,
58132 : : .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
58133 : : ._co_code = NULL,
58134 : : ._co_linearray = NULL,
58135 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
58136 : : ._co_firsttraceable = 0,
58137 : : };
58138 : : static
58139 : : struct {
58140 : : PyASCIIObject _ascii;
58141 : : uint8_t _data[59];
58142 : : }
58143 : : codecs_toplevel_consts_16_consts_6_consts_0 = {
58144 : : ._ascii = {
58145 : : .ob_base = {
58146 : : .ob_refcnt = 999999999,
58147 : : .ob_type = &PyUnicode_Type,
58148 : : },
58149 : : .length = 58,
58150 : : .hash = -1,
58151 : : .state = {
58152 : : .kind = 1,
58153 : : .compact = 1,
58154 : : .ascii = 1,
58155 : : },
58156 : : },
58157 : : ._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",
58158 : : };
58159 : : static
58160 : : struct {
58161 : : PyGC_Head _gc_head;
58162 : : struct {
58163 : : PyObject_VAR_HEAD
58164 : : PyObject *ob_item[2];
58165 : : }_object;
58166 : : }
58167 : : codecs_toplevel_consts_16_consts_6_consts = {
58168 : : ._object = {
58169 : : .ob_base = {
58170 : : .ob_base = {
58171 : : .ob_refcnt = 999999999,
58172 : : .ob_type = &PyTuple_Type,
58173 : : },
58174 : : .ob_size = 2,
58175 : : },
58176 : : .ob_item = {
58177 : : & codecs_toplevel_consts_16_consts_6_consts_0._ascii.ob_base,
58178 : : Py_None,
58179 : : },
58180 : : },
58181 : : };
58182 : : static
58183 : : struct {
58184 : : PyASCIIObject _ascii;
58185 : : uint8_t _data[25];
58186 : : }
58187 : : codecs_toplevel_consts_16_consts_6_qualname = {
58188 : : ._ascii = {
58189 : : .ob_base = {
58190 : : .ob_refcnt = 999999999,
58191 : : .ob_type = &PyUnicode_Type,
58192 : : },
58193 : : .length = 24,
58194 : : .hash = -1,
58195 : : .state = {
58196 : : .kind = 1,
58197 : : .compact = 1,
58198 : : .ascii = 1,
58199 : : },
58200 : : },
58201 : : ._data = "IncrementalEncoder.reset",
58202 : : };
58203 : : static
58204 : : struct _PyCode_DEF(6)
58205 : : codecs_toplevel_consts_16_consts_6 = {
58206 : : .ob_base = {
58207 : : .ob_base = {
58208 : : .ob_refcnt = 999999999,
58209 : : .ob_type = &PyCode_Type,
58210 : : },
58211 : : .ob_size = 3,
58212 : : },
58213 : : .co_consts = & codecs_toplevel_consts_16_consts_6_consts._object.ob_base.ob_base,
58214 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
58215 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58216 : : .co_flags = 3,
58217 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58218 : : ._co_linearray_entry_size = 0,
58219 : : .co_argcount = 1,
58220 : : .co_posonlyargcount = 0,
58221 : : .co_kwonlyargcount = 0,
58222 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
58223 : : .co_stacksize = 1,
58224 : : .co_firstlineno = 203,
58225 : : .co_nlocalsplus = 1,
58226 : : .co_nlocals = 1,
58227 : : .co_nplaincellvars = 0,
58228 : : .co_ncellvars = 0,
58229 : : .co_nfreevars = 0,
58230 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
58231 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
58232 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58233 : : .co_name = &_Py_ID(reset),
58234 : : .co_qualname = & codecs_toplevel_consts_16_consts_6_qualname._ascii.ob_base,
58235 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
58236 : : ._co_code = NULL,
58237 : : ._co_linearray = NULL,
58238 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
58239 : : ._co_firsttraceable = 0,
58240 : : };
58241 : : static
58242 : : struct {
58243 : : PyASCIIObject _ascii;
58244 : : uint8_t _data[59];
58245 : : }
58246 : : codecs_toplevel_consts_16_consts_7_consts_0 = {
58247 : : ._ascii = {
58248 : : .ob_base = {
58249 : : .ob_refcnt = 999999999,
58250 : : .ob_type = &PyUnicode_Type,
58251 : : },
58252 : : .length = 58,
58253 : : .hash = -1,
58254 : : .state = {
58255 : : .kind = 1,
58256 : : .compact = 1,
58257 : : .ascii = 1,
58258 : : },
58259 : : },
58260 : : ._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",
58261 : : };
58262 : : static
58263 : : struct {
58264 : : PyGC_Head _gc_head;
58265 : : struct {
58266 : : PyObject_VAR_HEAD
58267 : : PyObject *ob_item[2];
58268 : : }_object;
58269 : : }
58270 : : codecs_toplevel_consts_16_consts_7_consts = {
58271 : : ._object = {
58272 : : .ob_base = {
58273 : : .ob_base = {
58274 : : .ob_refcnt = 999999999,
58275 : : .ob_type = &PyTuple_Type,
58276 : : },
58277 : : .ob_size = 2,
58278 : : },
58279 : : .ob_item = {
58280 : : & codecs_toplevel_consts_16_consts_7_consts_0._ascii.ob_base,
58281 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
58282 : : },
58283 : : },
58284 : : };
58285 : : static
58286 : : struct {
58287 : : PyASCIIObject _ascii;
58288 : : uint8_t _data[28];
58289 : : }
58290 : : codecs_toplevel_consts_16_consts_7_qualname = {
58291 : : ._ascii = {
58292 : : .ob_base = {
58293 : : .ob_refcnt = 999999999,
58294 : : .ob_type = &PyUnicode_Type,
58295 : : },
58296 : : .length = 27,
58297 : : .hash = -1,
58298 : : .state = {
58299 : : .kind = 1,
58300 : : .compact = 1,
58301 : : .ascii = 1,
58302 : : },
58303 : : },
58304 : : ._data = "IncrementalEncoder.getstate",
58305 : : };
58306 : : static
58307 : : struct {
58308 : : PyObject_VAR_HEAD
58309 : : Py_hash_t ob_shash;
58310 : : char ob_sval[10];
58311 : : }
58312 : : codecs_toplevel_consts_16_consts_7_linetable = {
58313 : : .ob_base = {
58314 : : .ob_base = {
58315 : : .ob_refcnt = 999999999,
58316 : : .ob_type = &PyBytes_Type,
58317 : : },
58318 : : .ob_size = 9,
58319 : : },
58320 : : .ob_shash = -1,
58321 : : .ob_sval = "\x80\x00\xf0\x08\x00\x10\x11\x88\x71",
58322 : : };
58323 : : static
58324 : : struct _PyCode_DEF(6)
58325 : : codecs_toplevel_consts_16_consts_7 = {
58326 : : .ob_base = {
58327 : : .ob_base = {
58328 : : .ob_refcnt = 999999999,
58329 : : .ob_type = &PyCode_Type,
58330 : : },
58331 : : .ob_size = 3,
58332 : : },
58333 : : .co_consts = & codecs_toplevel_consts_16_consts_7_consts._object.ob_base.ob_base,
58334 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
58335 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58336 : : .co_flags = 3,
58337 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58338 : : ._co_linearray_entry_size = 0,
58339 : : .co_argcount = 1,
58340 : : .co_posonlyargcount = 0,
58341 : : .co_kwonlyargcount = 0,
58342 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
58343 : : .co_stacksize = 1,
58344 : : .co_firstlineno = 208,
58345 : : .co_nlocalsplus = 1,
58346 : : .co_nlocals = 1,
58347 : : .co_nplaincellvars = 0,
58348 : : .co_ncellvars = 0,
58349 : : .co_nfreevars = 0,
58350 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
58351 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
58352 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58353 : : .co_name = &_Py_ID(getstate),
58354 : : .co_qualname = & codecs_toplevel_consts_16_consts_7_qualname._ascii.ob_base,
58355 : : .co_linetable = & codecs_toplevel_consts_16_consts_7_linetable.ob_base.ob_base,
58356 : : ._co_code = NULL,
58357 : : ._co_linearray = NULL,
58358 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
58359 : : ._co_firsttraceable = 0,
58360 : : };
58361 : : static
58362 : : struct {
58363 : : PyASCIIObject _ascii;
58364 : : uint8_t _data[109];
58365 : : }
58366 : : codecs_toplevel_consts_16_consts_8_consts_0 = {
58367 : : ._ascii = {
58368 : : .ob_base = {
58369 : : .ob_refcnt = 999999999,
58370 : : .ob_type = &PyUnicode_Type,
58371 : : },
58372 : : .length = 108,
58373 : : .hash = -1,
58374 : : .state = {
58375 : : .kind = 1,
58376 : : .compact = 1,
58377 : : .ascii = 1,
58378 : : },
58379 : : },
58380 : : ._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",
58381 : : };
58382 : : static
58383 : : struct {
58384 : : PyGC_Head _gc_head;
58385 : : struct {
58386 : : PyObject_VAR_HEAD
58387 : : PyObject *ob_item[2];
58388 : : }_object;
58389 : : }
58390 : : codecs_toplevel_consts_16_consts_8_consts = {
58391 : : ._object = {
58392 : : .ob_base = {
58393 : : .ob_base = {
58394 : : .ob_refcnt = 999999999,
58395 : : .ob_type = &PyTuple_Type,
58396 : : },
58397 : : .ob_size = 2,
58398 : : },
58399 : : .ob_item = {
58400 : : & codecs_toplevel_consts_16_consts_8_consts_0._ascii.ob_base,
58401 : : Py_None,
58402 : : },
58403 : : },
58404 : : };
58405 : : static
58406 : : struct {
58407 : : PyASCIIObject _ascii;
58408 : : uint8_t _data[28];
58409 : : }
58410 : : codecs_toplevel_consts_16_consts_8_qualname = {
58411 : : ._ascii = {
58412 : : .ob_base = {
58413 : : .ob_refcnt = 999999999,
58414 : : .ob_type = &PyUnicode_Type,
58415 : : },
58416 : : .length = 27,
58417 : : .hash = -1,
58418 : : .state = {
58419 : : .kind = 1,
58420 : : .compact = 1,
58421 : : .ascii = 1,
58422 : : },
58423 : : },
58424 : : ._data = "IncrementalEncoder.setstate",
58425 : : };
58426 : : static
58427 : : struct {
58428 : : PyGC_Head _gc_head;
58429 : : struct {
58430 : : PyObject_VAR_HEAD
58431 : : PyObject *ob_item[2];
58432 : : }_object;
58433 : : }
58434 : : codecs_toplevel_consts_16_consts_8_localsplusnames = {
58435 : : ._object = {
58436 : : .ob_base = {
58437 : : .ob_base = {
58438 : : .ob_refcnt = 999999999,
58439 : : .ob_type = &PyTuple_Type,
58440 : : },
58441 : : .ob_size = 2,
58442 : : },
58443 : : .ob_item = {
58444 : : & const_str_self._ascii.ob_base,
58445 : : & const_str_state._ascii.ob_base,
58446 : : },
58447 : : },
58448 : : };
58449 : : static
58450 : : struct _PyCode_DEF(6)
58451 : : codecs_toplevel_consts_16_consts_8 = {
58452 : : .ob_base = {
58453 : : .ob_base = {
58454 : : .ob_refcnt = 999999999,
58455 : : .ob_type = &PyCode_Type,
58456 : : },
58457 : : .ob_size = 3,
58458 : : },
58459 : : .co_consts = & codecs_toplevel_consts_16_consts_8_consts._object.ob_base.ob_base,
58460 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
58461 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58462 : : .co_flags = 3,
58463 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58464 : : ._co_linearray_entry_size = 0,
58465 : : .co_argcount = 2,
58466 : : .co_posonlyargcount = 0,
58467 : : .co_kwonlyargcount = 0,
58468 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
58469 : : .co_stacksize = 1,
58470 : : .co_firstlineno = 214,
58471 : : .co_nlocalsplus = 2,
58472 : : .co_nlocals = 2,
58473 : : .co_nplaincellvars = 0,
58474 : : .co_ncellvars = 0,
58475 : : .co_nfreevars = 0,
58476 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
58477 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
58478 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58479 : : .co_name = &_Py_ID(setstate),
58480 : : .co_qualname = & codecs_toplevel_consts_16_consts_8_qualname._ascii.ob_base,
58481 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
58482 : : ._co_code = NULL,
58483 : : ._co_linearray = NULL,
58484 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
58485 : : ._co_firsttraceable = 0,
58486 : : };
58487 : : static
58488 : : struct {
58489 : : PyGC_Head _gc_head;
58490 : : struct {
58491 : : PyObject_VAR_HEAD
58492 : : PyObject *ob_item[1];
58493 : : }_object;
58494 : : }
58495 : : codecs_toplevel_consts_16_consts_11 = {
58496 : : ._object = {
58497 : : .ob_base = {
58498 : : .ob_base = {
58499 : : .ob_refcnt = 999999999,
58500 : : .ob_type = &PyTuple_Type,
58501 : : },
58502 : : .ob_size = 1,
58503 : : },
58504 : : .ob_item = {
58505 : : Py_False,
58506 : : },
58507 : : },
58508 : : };
58509 : : static
58510 : : struct {
58511 : : PyGC_Head _gc_head;
58512 : : struct {
58513 : : PyObject_VAR_HEAD
58514 : : PyObject *ob_item[12];
58515 : : }_object;
58516 : : }
58517 : : codecs_toplevel_consts_16_consts = {
58518 : : ._object = {
58519 : : .ob_base = {
58520 : : .ob_base = {
58521 : : .ob_refcnt = 999999999,
58522 : : .ob_type = &PyTuple_Type,
58523 : : },
58524 : : .ob_size = 12,
58525 : : },
58526 : : .ob_item = {
58527 : : & const_str_IncrementalEncoder._ascii.ob_base,
58528 : : & codecs_toplevel_consts_16_consts_1._ascii.ob_base,
58529 : : &_Py_ID(strict),
58530 : : & codecs_toplevel_consts_16_consts_3.ob_base.ob_base,
58531 : : Py_False,
58532 : : & codecs_toplevel_consts_16_consts_5.ob_base.ob_base,
58533 : : & codecs_toplevel_consts_16_consts_6.ob_base.ob_base,
58534 : : & codecs_toplevel_consts_16_consts_7.ob_base.ob_base,
58535 : : & codecs_toplevel_consts_16_consts_8.ob_base.ob_base,
58536 : : Py_None,
58537 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
58538 : : & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
58539 : : },
58540 : : },
58541 : : };
58542 : : static
58543 : : struct {
58544 : : PyGC_Head _gc_head;
58545 : : struct {
58546 : : PyObject_VAR_HEAD
58547 : : PyObject *ob_item[9];
58548 : : }_object;
58549 : : }
58550 : : codecs_toplevel_consts_16_names = {
58551 : : ._object = {
58552 : : .ob_base = {
58553 : : .ob_base = {
58554 : : .ob_refcnt = 999999999,
58555 : : .ob_type = &PyTuple_Type,
58556 : : },
58557 : : .ob_size = 9,
58558 : : },
58559 : : .ob_item = {
58560 : : &_Py_ID(__name__),
58561 : : &_Py_ID(__module__),
58562 : : &_Py_ID(__qualname__),
58563 : : &_Py_ID(__doc__),
58564 : : &_Py_ID(__init__),
58565 : : &_Py_ID(encode),
58566 : : &_Py_ID(reset),
58567 : : &_Py_ID(getstate),
58568 : : &_Py_ID(setstate),
58569 : : },
58570 : : },
58571 : : };
58572 : : static
58573 : : struct {
58574 : : PyObject_VAR_HEAD
58575 : : Py_hash_t ob_shash;
58576 : : char ob_sval[116];
58577 : : }
58578 : : codecs_toplevel_consts_16_linetable = {
58579 : : .ob_base = {
58580 : : .ob_base = {
58581 : : .ob_refcnt = 999999999,
58582 : : .ob_type = &PyBytes_Type,
58583 : : },
58584 : : .ob_size = 115,
58585 : : },
58586 : : .ob_shash = -1,
58587 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x00\x09\x05\x19\xf0\x16\x00\x23\x28\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x0c\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x0a\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x0c\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c\xf0\x00\x04\x05\x0c",
58588 : : };
58589 : : static
58590 : : struct _PyCode_DEF(52)
58591 : : codecs_toplevel_consts_16 = {
58592 : : .ob_base = {
58593 : : .ob_base = {
58594 : : .ob_refcnt = 999999999,
58595 : : .ob_type = &PyCode_Type,
58596 : : },
58597 : : .ob_size = 26,
58598 : : },
58599 : : .co_consts = & codecs_toplevel_consts_16_consts._object.ob_base.ob_base,
58600 : : .co_names = & codecs_toplevel_consts_16_names._object.ob_base.ob_base,
58601 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58602 : : .co_flags = 0,
58603 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58604 : : ._co_linearray_entry_size = 0,
58605 : : .co_argcount = 0,
58606 : : .co_posonlyargcount = 0,
58607 : : .co_kwonlyargcount = 0,
58608 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
58609 : : .co_stacksize = 2,
58610 : : .co_firstlineno = 180,
58611 : : .co_nlocalsplus = 0,
58612 : : .co_nlocals = 0,
58613 : : .co_nplaincellvars = 0,
58614 : : .co_ncellvars = 0,
58615 : : .co_nfreevars = 0,
58616 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
58617 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
58618 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58619 : : .co_name = & const_str_IncrementalEncoder._ascii.ob_base,
58620 : : .co_qualname = & const_str_IncrementalEncoder._ascii.ob_base,
58621 : : .co_linetable = & codecs_toplevel_consts_16_linetable.ob_base.ob_base,
58622 : : ._co_code = NULL,
58623 : : ._co_linearray = NULL,
58624 : : .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",
58625 : : ._co_firsttraceable = 0,
58626 : : };
58627 : : static
58628 : : struct {
58629 : : PyASCIIObject _ascii;
58630 : : uint8_t _data[27];
58631 : : }
58632 : : const_str_BufferedIncrementalEncoder = {
58633 : : ._ascii = {
58634 : : .ob_base = {
58635 : : .ob_refcnt = 999999999,
58636 : : .ob_type = &PyUnicode_Type,
58637 : : },
58638 : : .length = 26,
58639 : : .hash = -1,
58640 : : .state = {
58641 : : .kind = 1,
58642 : : .compact = 1,
58643 : : .ascii = 1,
58644 : : },
58645 : : },
58646 : : ._data = "BufferedIncrementalEncoder",
58647 : : };
58648 : : static
58649 : : struct {
58650 : : PyASCIIObject _ascii;
58651 : : uint8_t _data[193];
58652 : : }
58653 : : codecs_toplevel_consts_18_consts_1 = {
58654 : : ._ascii = {
58655 : : .ob_base = {
58656 : : .ob_refcnt = 999999999,
58657 : : .ob_type = &PyUnicode_Type,
58658 : : },
58659 : : .length = 192,
58660 : : .hash = -1,
58661 : : .state = {
58662 : : .kind = 1,
58663 : : .compact = 1,
58664 : : .ascii = 1,
58665 : : },
58666 : : },
58667 : : ._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",
58668 : : };
58669 : : static
58670 : : struct {
58671 : : PyGC_Head _gc_head;
58672 : : struct {
58673 : : PyObject_VAR_HEAD
58674 : : PyObject *ob_item[3];
58675 : : }_object;
58676 : : }
58677 : : codecs_toplevel_consts_18_consts_3_names = {
58678 : : ._object = {
58679 : : .ob_base = {
58680 : : .ob_base = {
58681 : : .ob_refcnt = 999999999,
58682 : : .ob_type = &PyTuple_Type,
58683 : : },
58684 : : .ob_size = 3,
58685 : : },
58686 : : .ob_item = {
58687 : : & const_str_IncrementalEncoder._ascii.ob_base,
58688 : : &_Py_ID(__init__),
58689 : : &_Py_ID(buffer),
58690 : : },
58691 : : },
58692 : : };
58693 : : static
58694 : : struct {
58695 : : PyASCIIObject _ascii;
58696 : : uint8_t _data[36];
58697 : : }
58698 : : codecs_toplevel_consts_18_consts_3_qualname = {
58699 : : ._ascii = {
58700 : : .ob_base = {
58701 : : .ob_refcnt = 999999999,
58702 : : .ob_type = &PyUnicode_Type,
58703 : : },
58704 : : .length = 35,
58705 : : .hash = -1,
58706 : : .state = {
58707 : : .kind = 1,
58708 : : .compact = 1,
58709 : : .ascii = 1,
58710 : : },
58711 : : },
58712 : : ._data = "BufferedIncrementalEncoder.__init__",
58713 : : };
58714 : : static
58715 : : struct {
58716 : : PyObject_VAR_HEAD
58717 : : Py_hash_t ob_shash;
58718 : : char ob_sval[33];
58719 : : }
58720 : : codecs_toplevel_consts_18_consts_3_linetable = {
58721 : : .ob_base = {
58722 : : .ob_base = {
58723 : : .ob_refcnt = 999999999,
58724 : : .ob_type = &PyBytes_Type,
58725 : : },
58726 : : .ob_size = 32,
58727 : : },
58728 : : .ob_shash = -1,
58729 : : .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x26\xd4\x08\x31\xd0\x08\x31\xe0\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
58730 : : };
58731 : : static
58732 : : struct _PyCode_DEF(68)
58733 : : codecs_toplevel_consts_18_consts_3 = {
58734 : : .ob_base = {
58735 : : .ob_base = {
58736 : : .ob_refcnt = 999999999,
58737 : : .ob_type = &PyCode_Type,
58738 : : },
58739 : : .ob_size = 34,
58740 : : },
58741 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
58742 : : .co_names = & codecs_toplevel_consts_18_consts_3_names._object.ob_base.ob_base,
58743 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58744 : : .co_flags = 3,
58745 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58746 : : ._co_linearray_entry_size = 0,
58747 : : .co_argcount = 2,
58748 : : .co_posonlyargcount = 0,
58749 : : .co_kwonlyargcount = 0,
58750 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
58751 : : .co_stacksize = 4,
58752 : : .co_firstlineno = 226,
58753 : : .co_nlocalsplus = 2,
58754 : : .co_nlocals = 2,
58755 : : .co_nplaincellvars = 0,
58756 : : .co_ncellvars = 0,
58757 : : .co_nfreevars = 0,
58758 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
58759 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
58760 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58761 : : .co_name = &_Py_ID(__init__),
58762 : : .co_qualname = & codecs_toplevel_consts_18_consts_3_qualname._ascii.ob_base,
58763 : : .co_linetable = & codecs_toplevel_consts_18_consts_3_linetable.ob_base.ob_base,
58764 : : ._co_code = NULL,
58765 : : ._co_linearray = NULL,
58766 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
58767 : : ._co_firsttraceable = 0,
58768 : : };
58769 : : static
58770 : : struct {
58771 : : PyASCIIObject _ascii;
58772 : : uint8_t _data[15];
58773 : : }
58774 : : const_str__buffer_encode = {
58775 : : ._ascii = {
58776 : : .ob_base = {
58777 : : .ob_refcnt = 999999999,
58778 : : .ob_type = &PyUnicode_Type,
58779 : : },
58780 : : .length = 14,
58781 : : .hash = -1,
58782 : : .state = {
58783 : : .kind = 1,
58784 : : .compact = 1,
58785 : : .ascii = 1,
58786 : : },
58787 : : },
58788 : : ._data = "_buffer_encode",
58789 : : };
58790 : : static
58791 : : struct {
58792 : : PyASCIIObject _ascii;
58793 : : uint8_t _data[42];
58794 : : }
58795 : : codecs_toplevel_consts_18_consts_4_qualname = {
58796 : : ._ascii = {
58797 : : .ob_base = {
58798 : : .ob_refcnt = 999999999,
58799 : : .ob_type = &PyUnicode_Type,
58800 : : },
58801 : : .length = 41,
58802 : : .hash = -1,
58803 : : .state = {
58804 : : .kind = 1,
58805 : : .compact = 1,
58806 : : .ascii = 1,
58807 : : },
58808 : : },
58809 : : ._data = "BufferedIncrementalEncoder._buffer_encode",
58810 : : };
58811 : : static
58812 : : struct {
58813 : : PyObject_VAR_HEAD
58814 : : Py_hash_t ob_shash;
58815 : : char ob_sval[11];
58816 : : }
58817 : : codecs_toplevel_consts_18_consts_4_linetable = {
58818 : : .ob_base = {
58819 : : .ob_base = {
58820 : : .ob_refcnt = 999999999,
58821 : : .ob_type = &PyBytes_Type,
58822 : : },
58823 : : .ob_size = 10,
58824 : : },
58825 : : .ob_shash = -1,
58826 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x22\xd0\x08\x21",
58827 : : };
58828 : : static
58829 : : struct {
58830 : : PyGC_Head _gc_head;
58831 : : struct {
58832 : : PyObject_VAR_HEAD
58833 : : PyObject *ob_item[4];
58834 : : }_object;
58835 : : }
58836 : : codecs_toplevel_consts_18_consts_4_localsplusnames = {
58837 : : ._object = {
58838 : : .ob_base = {
58839 : : .ob_base = {
58840 : : .ob_refcnt = 999999999,
58841 : : .ob_type = &PyTuple_Type,
58842 : : },
58843 : : .ob_size = 4,
58844 : : },
58845 : : .ob_item = {
58846 : : & const_str_self._ascii.ob_base,
58847 : : & const_str_input._ascii.ob_base,
58848 : : &_Py_ID(errors),
58849 : : & const_str_final._ascii.ob_base,
58850 : : },
58851 : : },
58852 : : };
58853 : : static
58854 : : struct _PyCode_DEF(16)
58855 : : codecs_toplevel_consts_18_consts_4 = {
58856 : : .ob_base = {
58857 : : .ob_base = {
58858 : : .ob_refcnt = 999999999,
58859 : : .ob_type = &PyCode_Type,
58860 : : },
58861 : : .ob_size = 8,
58862 : : },
58863 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
58864 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
58865 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
58866 : : .co_flags = 3,
58867 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
58868 : : ._co_linearray_entry_size = 0,
58869 : : .co_argcount = 4,
58870 : : .co_posonlyargcount = 0,
58871 : : .co_kwonlyargcount = 0,
58872 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
58873 : : .co_stacksize = 1,
58874 : : .co_firstlineno = 231,
58875 : : .co_nlocalsplus = 4,
58876 : : .co_nlocals = 4,
58877 : : .co_nplaincellvars = 0,
58878 : : .co_ncellvars = 0,
58879 : : .co_nfreevars = 0,
58880 : : .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
58881 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
58882 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
58883 : : .co_name = & const_str__buffer_encode._ascii.ob_base,
58884 : : .co_qualname = & codecs_toplevel_consts_18_consts_4_qualname._ascii.ob_base,
58885 : : .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
58886 : : ._co_code = NULL,
58887 : : ._co_linearray = NULL,
58888 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
58889 : : ._co_firsttraceable = 0,
58890 : : };
58891 : : static
58892 : : struct {
58893 : : PyGC_Head _gc_head;
58894 : : struct {
58895 : : PyObject_VAR_HEAD
58896 : : PyObject *ob_item[3];
58897 : : }_object;
58898 : : }
58899 : : codecs_toplevel_consts_18_consts_6_names = {
58900 : : ._object = {
58901 : : .ob_base = {
58902 : : .ob_base = {
58903 : : .ob_refcnt = 999999999,
58904 : : .ob_type = &PyTuple_Type,
58905 : : },
58906 : : .ob_size = 3,
58907 : : },
58908 : : .ob_item = {
58909 : : &_Py_ID(buffer),
58910 : : & const_str__buffer_encode._ascii.ob_base,
58911 : : &_Py_ID(errors),
58912 : : },
58913 : : },
58914 : : };
58915 : : static
58916 : : struct {
58917 : : PyASCIIObject _ascii;
58918 : : uint8_t _data[34];
58919 : : }
58920 : : codecs_toplevel_consts_18_consts_6_qualname = {
58921 : : ._ascii = {
58922 : : .ob_base = {
58923 : : .ob_refcnt = 999999999,
58924 : : .ob_type = &PyUnicode_Type,
58925 : : },
58926 : : .length = 33,
58927 : : .hash = -1,
58928 : : .state = {
58929 : : .kind = 1,
58930 : : .compact = 1,
58931 : : .ascii = 1,
58932 : : },
58933 : : },
58934 : : ._data = "BufferedIncrementalEncoder.encode",
58935 : : };
58936 : : static
58937 : : struct {
58938 : : PyObject_VAR_HEAD
58939 : : Py_hash_t ob_shash;
58940 : : char ob_sval[64];
58941 : : }
58942 : : codecs_toplevel_consts_18_consts_6_linetable = {
58943 : : .ob_base = {
58944 : : .ob_base = {
58945 : : .ob_refcnt = 999999999,
58946 : : .ob_type = &PyBytes_Type,
58947 : : },
58948 : : .ob_size = 63,
58949 : : },
58950 : : .ob_shash = -1,
58951 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\x98\x55\xd1\x0f\x22\x88\x04\xd8\x1d\x21\xd7\x1d\x30\xd1\x1d\x30\xb0\x14\xb0\x74\xb7\x7b\xb1\x7b\xc0\x45\xd4\x1d\x4a\xd1\x08\x1a\x88\x16\x90\x18\xe0\x16\x1a\x98\x38\x90\x6f\x90\x6f\x88\x04\x8c\x0b\xd8\x0f\x15\x88\x0d",
58952 : : };
58953 : : static
58954 : : struct {
58955 : : PyASCIIObject _ascii;
58956 : : uint8_t _data[7];
58957 : : }
58958 : : const_str_result = {
58959 : : ._ascii = {
58960 : : .ob_base = {
58961 : : .ob_refcnt = 999999999,
58962 : : .ob_type = &PyUnicode_Type,
58963 : : },
58964 : : .length = 6,
58965 : : .hash = -1,
58966 : : .state = {
58967 : : .kind = 1,
58968 : : .compact = 1,
58969 : : .ascii = 1,
58970 : : },
58971 : : },
58972 : : ._data = "result",
58973 : : };
58974 : : static
58975 : : struct {
58976 : : PyASCIIObject _ascii;
58977 : : uint8_t _data[9];
58978 : : }
58979 : : const_str_consumed = {
58980 : : ._ascii = {
58981 : : .ob_base = {
58982 : : .ob_refcnt = 999999999,
58983 : : .ob_type = &PyUnicode_Type,
58984 : : },
58985 : : .length = 8,
58986 : : .hash = -1,
58987 : : .state = {
58988 : : .kind = 1,
58989 : : .compact = 1,
58990 : : .ascii = 1,
58991 : : },
58992 : : },
58993 : : ._data = "consumed",
58994 : : };
58995 : : static
58996 : : struct {
58997 : : PyGC_Head _gc_head;
58998 : : struct {
58999 : : PyObject_VAR_HEAD
59000 : : PyObject *ob_item[6];
59001 : : }_object;
59002 : : }
59003 : : codecs_toplevel_consts_18_consts_6_localsplusnames = {
59004 : : ._object = {
59005 : : .ob_base = {
59006 : : .ob_base = {
59007 : : .ob_refcnt = 999999999,
59008 : : .ob_type = &PyTuple_Type,
59009 : : },
59010 : : .ob_size = 6,
59011 : : },
59012 : : .ob_item = {
59013 : : & const_str_self._ascii.ob_base,
59014 : : & const_str_input._ascii.ob_base,
59015 : : & const_str_final._ascii.ob_base,
59016 : : & const_str_data._ascii.ob_base,
59017 : : & const_str_result._ascii.ob_base,
59018 : : & const_str_consumed._ascii.ob_base,
59019 : : },
59020 : : },
59021 : : };
59022 : : static
59023 : : struct _PyCode_DEF(122)
59024 : : codecs_toplevel_consts_18_consts_6 = {
59025 : : .ob_base = {
59026 : : .ob_base = {
59027 : : .ob_refcnt = 999999999,
59028 : : .ob_type = &PyCode_Type,
59029 : : },
59030 : : .ob_size = 61,
59031 : : },
59032 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
59033 : : .co_names = & codecs_toplevel_consts_18_consts_6_names._object.ob_base.ob_base,
59034 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59035 : : .co_flags = 3,
59036 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59037 : : ._co_linearray_entry_size = 0,
59038 : : .co_argcount = 3,
59039 : : .co_posonlyargcount = 0,
59040 : : .co_kwonlyargcount = 0,
59041 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
59042 : : .co_stacksize = 5,
59043 : : .co_firstlineno = 236,
59044 : : .co_nlocalsplus = 6,
59045 : : .co_nlocals = 6,
59046 : : .co_nplaincellvars = 0,
59047 : : .co_ncellvars = 0,
59048 : : .co_nfreevars = 0,
59049 : : .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
59050 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
59051 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59052 : : .co_name = &_Py_ID(encode),
59053 : : .co_qualname = & codecs_toplevel_consts_18_consts_6_qualname._ascii.ob_base,
59054 : : .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
59055 : : ._co_code = NULL,
59056 : : ._co_linearray = NULL,
59057 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x1a\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
59058 : : ._co_firsttraceable = 0,
59059 : : };
59060 : : static
59061 : : struct {
59062 : : PyGC_Head _gc_head;
59063 : : struct {
59064 : : PyObject_VAR_HEAD
59065 : : PyObject *ob_item[3];
59066 : : }_object;
59067 : : }
59068 : : codecs_toplevel_consts_18_consts_7_names = {
59069 : : ._object = {
59070 : : .ob_base = {
59071 : : .ob_base = {
59072 : : .ob_refcnt = 999999999,
59073 : : .ob_type = &PyTuple_Type,
59074 : : },
59075 : : .ob_size = 3,
59076 : : },
59077 : : .ob_item = {
59078 : : & const_str_IncrementalEncoder._ascii.ob_base,
59079 : : &_Py_ID(reset),
59080 : : &_Py_ID(buffer),
59081 : : },
59082 : : },
59083 : : };
59084 : : static
59085 : : struct {
59086 : : PyASCIIObject _ascii;
59087 : : uint8_t _data[33];
59088 : : }
59089 : : codecs_toplevel_consts_18_consts_7_qualname = {
59090 : : ._ascii = {
59091 : : .ob_base = {
59092 : : .ob_refcnt = 999999999,
59093 : : .ob_type = &PyUnicode_Type,
59094 : : },
59095 : : .length = 32,
59096 : : .hash = -1,
59097 : : .state = {
59098 : : .kind = 1,
59099 : : .compact = 1,
59100 : : .ascii = 1,
59101 : : },
59102 : : },
59103 : : ._data = "BufferedIncrementalEncoder.reset",
59104 : : };
59105 : : static
59106 : : struct {
59107 : : PyObject_VAR_HEAD
59108 : : Py_hash_t ob_shash;
59109 : : char ob_sval[31];
59110 : : }
59111 : : codecs_toplevel_consts_18_consts_7_linetable = {
59112 : : .ob_base = {
59113 : : .ob_base = {
59114 : : .ob_refcnt = 999999999,
59115 : : .ob_type = &PyBytes_Type,
59116 : : },
59117 : : .ob_size = 30,
59118 : : },
59119 : : .ob_shash = -1,
59120 : : .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd1\x08\x20\xa0\x14\xd4\x08\x26\xd0\x08\x26\xd8\x16\x18\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
59121 : : };
59122 : : static
59123 : : struct _PyCode_DEF(66)
59124 : : codecs_toplevel_consts_18_consts_7 = {
59125 : : .ob_base = {
59126 : : .ob_base = {
59127 : : .ob_refcnt = 999999999,
59128 : : .ob_type = &PyCode_Type,
59129 : : },
59130 : : .ob_size = 33,
59131 : : },
59132 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
59133 : : .co_names = & codecs_toplevel_consts_18_consts_7_names._object.ob_base.ob_base,
59134 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59135 : : .co_flags = 3,
59136 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59137 : : ._co_linearray_entry_size = 0,
59138 : : .co_argcount = 1,
59139 : : .co_posonlyargcount = 0,
59140 : : .co_kwonlyargcount = 0,
59141 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
59142 : : .co_stacksize = 3,
59143 : : .co_firstlineno = 244,
59144 : : .co_nlocalsplus = 1,
59145 : : .co_nlocals = 1,
59146 : : .co_nplaincellvars = 0,
59147 : : .co_ncellvars = 0,
59148 : : .co_nfreevars = 0,
59149 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59150 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59151 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59152 : : .co_name = &_Py_ID(reset),
59153 : : .co_qualname = & codecs_toplevel_consts_18_consts_7_qualname._ascii.ob_base,
59154 : : .co_linetable = & codecs_toplevel_consts_18_consts_7_linetable.ob_base.ob_base,
59155 : : ._co_code = NULL,
59156 : : ._co_linearray = NULL,
59157 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
59158 : : ._co_firsttraceable = 0,
59159 : : };
59160 : : static
59161 : : struct {
59162 : : PyGC_Head _gc_head;
59163 : : struct {
59164 : : PyObject_VAR_HEAD
59165 : : PyObject *ob_item[1];
59166 : : }_object;
59167 : : }
59168 : : codecs_toplevel_consts_18_consts_8_names = {
59169 : : ._object = {
59170 : : .ob_base = {
59171 : : .ob_base = {
59172 : : .ob_refcnt = 999999999,
59173 : : .ob_type = &PyTuple_Type,
59174 : : },
59175 : : .ob_size = 1,
59176 : : },
59177 : : .ob_item = {
59178 : : &_Py_ID(buffer),
59179 : : },
59180 : : },
59181 : : };
59182 : : static
59183 : : struct {
59184 : : PyASCIIObject _ascii;
59185 : : uint8_t _data[36];
59186 : : }
59187 : : codecs_toplevel_consts_18_consts_8_qualname = {
59188 : : ._ascii = {
59189 : : .ob_base = {
59190 : : .ob_refcnt = 999999999,
59191 : : .ob_type = &PyUnicode_Type,
59192 : : },
59193 : : .length = 35,
59194 : : .hash = -1,
59195 : : .state = {
59196 : : .kind = 1,
59197 : : .compact = 1,
59198 : : .ascii = 1,
59199 : : },
59200 : : },
59201 : : ._data = "BufferedIncrementalEncoder.getstate",
59202 : : };
59203 : : static
59204 : : struct {
59205 : : PyObject_VAR_HEAD
59206 : : Py_hash_t ob_shash;
59207 : : char ob_sval[18];
59208 : : }
59209 : : codecs_toplevel_consts_18_consts_8_linetable = {
59210 : : .ob_base = {
59211 : : .ob_base = {
59212 : : .ob_refcnt = 999999999,
59213 : : .ob_type = &PyBytes_Type,
59214 : : },
59215 : : .ob_size = 17,
59216 : : },
59217 : : .ob_shash = -1,
59218 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7b\x89\x7b\xd0\x0f\x1f\x98\x61\xd0\x08\x1f",
59219 : : };
59220 : : static
59221 : : struct _PyCode_DEF(30)
59222 : : codecs_toplevel_consts_18_consts_8 = {
59223 : : .ob_base = {
59224 : : .ob_base = {
59225 : : .ob_refcnt = 999999999,
59226 : : .ob_type = &PyCode_Type,
59227 : : },
59228 : : .ob_size = 15,
59229 : : },
59230 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
59231 : : .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
59232 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59233 : : .co_flags = 3,
59234 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59235 : : ._co_linearray_entry_size = 0,
59236 : : .co_argcount = 1,
59237 : : .co_posonlyargcount = 0,
59238 : : .co_kwonlyargcount = 0,
59239 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
59240 : : .co_stacksize = 1,
59241 : : .co_firstlineno = 248,
59242 : : .co_nlocalsplus = 1,
59243 : : .co_nlocals = 1,
59244 : : .co_nplaincellvars = 0,
59245 : : .co_ncellvars = 0,
59246 : : .co_nfreevars = 0,
59247 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59248 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59249 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59250 : : .co_name = &_Py_ID(getstate),
59251 : : .co_qualname = & codecs_toplevel_consts_18_consts_8_qualname._ascii.ob_base,
59252 : : .co_linetable = & codecs_toplevel_consts_18_consts_8_linetable.ob_base.ob_base,
59253 : : ._co_code = NULL,
59254 : : ._co_linearray = NULL,
59255 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00",
59256 : : ._co_firsttraceable = 0,
59257 : : };
59258 : : static
59259 : : struct {
59260 : : PyASCIIObject _ascii;
59261 : : uint8_t _data[36];
59262 : : }
59263 : : codecs_toplevel_consts_18_consts_9_qualname = {
59264 : : ._ascii = {
59265 : : .ob_base = {
59266 : : .ob_refcnt = 999999999,
59267 : : .ob_type = &PyUnicode_Type,
59268 : : },
59269 : : .length = 35,
59270 : : .hash = -1,
59271 : : .state = {
59272 : : .kind = 1,
59273 : : .compact = 1,
59274 : : .ascii = 1,
59275 : : },
59276 : : },
59277 : : ._data = "BufferedIncrementalEncoder.setstate",
59278 : : };
59279 : : static
59280 : : struct {
59281 : : PyObject_VAR_HEAD
59282 : : Py_hash_t ob_shash;
59283 : : char ob_sval[18];
59284 : : }
59285 : : codecs_toplevel_consts_18_consts_9_linetable = {
59286 : : .ob_base = {
59287 : : .ob_base = {
59288 : : .ob_refcnt = 999999999,
59289 : : .ob_type = &PyBytes_Type,
59290 : : },
59291 : : .ob_size = 17,
59292 : : },
59293 : : .ob_shash = -1,
59294 : : .ob_sval = "\x80\x00\xd8\x16\x1b\x90\x6b\x98\x72\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
59295 : : };
59296 : : static
59297 : : struct _PyCode_DEF(24)
59298 : : codecs_toplevel_consts_18_consts_9 = {
59299 : : .ob_base = {
59300 : : .ob_base = {
59301 : : .ob_refcnt = 999999999,
59302 : : .ob_type = &PyCode_Type,
59303 : : },
59304 : : .ob_size = 12,
59305 : : },
59306 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_4_consts._object.ob_base.ob_base,
59307 : : .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
59308 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59309 : : .co_flags = 3,
59310 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59311 : : ._co_linearray_entry_size = 0,
59312 : : .co_argcount = 2,
59313 : : .co_posonlyargcount = 0,
59314 : : .co_kwonlyargcount = 0,
59315 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
59316 : : .co_stacksize = 2,
59317 : : .co_firstlineno = 251,
59318 : : .co_nlocalsplus = 2,
59319 : : .co_nlocals = 2,
59320 : : .co_nplaincellvars = 0,
59321 : : .co_ncellvars = 0,
59322 : : .co_nfreevars = 0,
59323 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
59324 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
59325 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59326 : : .co_name = &_Py_ID(setstate),
59327 : : .co_qualname = & codecs_toplevel_consts_18_consts_9_qualname._ascii.ob_base,
59328 : : .co_linetable = & codecs_toplevel_consts_18_consts_9_linetable.ob_base.ob_base,
59329 : : ._co_code = NULL,
59330 : : ._co_linearray = NULL,
59331 : : .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",
59332 : : ._co_firsttraceable = 0,
59333 : : };
59334 : : static
59335 : : struct {
59336 : : PyGC_Head _gc_head;
59337 : : struct {
59338 : : PyObject_VAR_HEAD
59339 : : PyObject *ob_item[13];
59340 : : }_object;
59341 : : }
59342 : : codecs_toplevel_consts_18_consts = {
59343 : : ._object = {
59344 : : .ob_base = {
59345 : : .ob_base = {
59346 : : .ob_refcnt = 999999999,
59347 : : .ob_type = &PyTuple_Type,
59348 : : },
59349 : : .ob_size = 13,
59350 : : },
59351 : : .ob_item = {
59352 : : & const_str_BufferedIncrementalEncoder._ascii.ob_base,
59353 : : & codecs_toplevel_consts_18_consts_1._ascii.ob_base,
59354 : : &_Py_ID(strict),
59355 : : & codecs_toplevel_consts_18_consts_3.ob_base.ob_base,
59356 : : & codecs_toplevel_consts_18_consts_4.ob_base.ob_base,
59357 : : Py_False,
59358 : : & codecs_toplevel_consts_18_consts_6.ob_base.ob_base,
59359 : : & codecs_toplevel_consts_18_consts_7.ob_base.ob_base,
59360 : : & codecs_toplevel_consts_18_consts_8.ob_base.ob_base,
59361 : : & codecs_toplevel_consts_18_consts_9.ob_base.ob_base,
59362 : : Py_None,
59363 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
59364 : : & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
59365 : : },
59366 : : },
59367 : : };
59368 : : static
59369 : : struct {
59370 : : PyGC_Head _gc_head;
59371 : : struct {
59372 : : PyObject_VAR_HEAD
59373 : : PyObject *ob_item[10];
59374 : : }_object;
59375 : : }
59376 : : codecs_toplevel_consts_18_names = {
59377 : : ._object = {
59378 : : .ob_base = {
59379 : : .ob_base = {
59380 : : .ob_refcnt = 999999999,
59381 : : .ob_type = &PyTuple_Type,
59382 : : },
59383 : : .ob_size = 10,
59384 : : },
59385 : : .ob_item = {
59386 : : &_Py_ID(__name__),
59387 : : &_Py_ID(__module__),
59388 : : &_Py_ID(__qualname__),
59389 : : &_Py_ID(__doc__),
59390 : : &_Py_ID(__init__),
59391 : : & const_str__buffer_encode._ascii.ob_base,
59392 : : &_Py_ID(encode),
59393 : : &_Py_ID(reset),
59394 : : &_Py_ID(getstate),
59395 : : &_Py_ID(setstate),
59396 : : },
59397 : : },
59398 : : };
59399 : : static
59400 : : struct {
59401 : : PyObject_VAR_HEAD
59402 : : Py_hash_t ob_shash;
59403 : : char ob_sval[131];
59404 : : }
59405 : : codecs_toplevel_consts_18_linetable = {
59406 : : .ob_base = {
59407 : : .ob_base = {
59408 : : .ob_refcnt = 999999999,
59409 : : .ob_type = &PyBytes_Type,
59410 : : },
59411 : : .ob_size = 130,
59412 : : },
59413 : : .ob_shash = -1,
59414 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x0a\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x0a\x00\x23\x28\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x00\x02\x05\x19\xf0\x08\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22",
59415 : : };
59416 : : static
59417 : : struct _PyCode_DEF(58)
59418 : : codecs_toplevel_consts_18 = {
59419 : : .ob_base = {
59420 : : .ob_base = {
59421 : : .ob_refcnt = 999999999,
59422 : : .ob_type = &PyCode_Type,
59423 : : },
59424 : : .ob_size = 29,
59425 : : },
59426 : : .co_consts = & codecs_toplevel_consts_18_consts._object.ob_base.ob_base,
59427 : : .co_names = & codecs_toplevel_consts_18_names._object.ob_base.ob_base,
59428 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59429 : : .co_flags = 0,
59430 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59431 : : ._co_linearray_entry_size = 0,
59432 : : .co_argcount = 0,
59433 : : .co_posonlyargcount = 0,
59434 : : .co_kwonlyargcount = 0,
59435 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
59436 : : .co_stacksize = 2,
59437 : : .co_firstlineno = 220,
59438 : : .co_nlocalsplus = 0,
59439 : : .co_nlocals = 0,
59440 : : .co_nplaincellvars = 0,
59441 : : .co_ncellvars = 0,
59442 : : .co_nfreevars = 0,
59443 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
59444 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
59445 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59446 : : .co_name = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
59447 : : .co_qualname = & const_str_BufferedIncrementalEncoder._ascii.ob_base,
59448 : : .co_linetable = & codecs_toplevel_consts_18_linetable.ob_base.ob_base,
59449 : : ._co_code = NULL,
59450 : : ._co_linearray = NULL,
59451 : : .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",
59452 : : ._co_firsttraceable = 0,
59453 : : };
59454 : : static
59455 : : struct {
59456 : : PyASCIIObject _ascii;
59457 : : uint8_t _data[233];
59458 : : }
59459 : : codecs_toplevel_consts_20_consts_1 = {
59460 : : ._ascii = {
59461 : : .ob_base = {
59462 : : .ob_refcnt = 999999999,
59463 : : .ob_type = &PyUnicode_Type,
59464 : : },
59465 : : .length = 232,
59466 : : .hash = -1,
59467 : : .state = {
59468 : : .kind = 1,
59469 : : .compact = 1,
59470 : : .ascii = 1,
59471 : : },
59472 : : },
59473 : : ._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",
59474 : : };
59475 : : static
59476 : : struct {
59477 : : PyASCIIObject _ascii;
59478 : : uint8_t _data[244];
59479 : : }
59480 : : codecs_toplevel_consts_20_consts_3_consts_0 = {
59481 : : ._ascii = {
59482 : : .ob_base = {
59483 : : .ob_refcnt = 999999999,
59484 : : .ob_type = &PyUnicode_Type,
59485 : : },
59486 : : .length = 243,
59487 : : .hash = -1,
59488 : : .state = {
59489 : : .kind = 1,
59490 : : .compact = 1,
59491 : : .ascii = 1,
59492 : : },
59493 : : },
59494 : : ._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",
59495 : : };
59496 : : static
59497 : : struct {
59498 : : PyGC_Head _gc_head;
59499 : : struct {
59500 : : PyObject_VAR_HEAD
59501 : : PyObject *ob_item[2];
59502 : : }_object;
59503 : : }
59504 : : codecs_toplevel_consts_20_consts_3_consts = {
59505 : : ._object = {
59506 : : .ob_base = {
59507 : : .ob_base = {
59508 : : .ob_refcnt = 999999999,
59509 : : .ob_type = &PyTuple_Type,
59510 : : },
59511 : : .ob_size = 2,
59512 : : },
59513 : : .ob_item = {
59514 : : & codecs_toplevel_consts_20_consts_3_consts_0._ascii.ob_base,
59515 : : Py_None,
59516 : : },
59517 : : },
59518 : : };
59519 : : static
59520 : : struct {
59521 : : PyGC_Head _gc_head;
59522 : : struct {
59523 : : PyObject_VAR_HEAD
59524 : : PyObject *ob_item[1];
59525 : : }_object;
59526 : : }
59527 : : codecs_toplevel_consts_20_consts_3_names = {
59528 : : ._object = {
59529 : : .ob_base = {
59530 : : .ob_base = {
59531 : : .ob_refcnt = 999999999,
59532 : : .ob_type = &PyTuple_Type,
59533 : : },
59534 : : .ob_size = 1,
59535 : : },
59536 : : .ob_item = {
59537 : : &_Py_ID(errors),
59538 : : },
59539 : : },
59540 : : };
59541 : : static
59542 : : struct {
59543 : : PyASCIIObject _ascii;
59544 : : uint8_t _data[28];
59545 : : }
59546 : : codecs_toplevel_consts_20_consts_3_qualname = {
59547 : : ._ascii = {
59548 : : .ob_base = {
59549 : : .ob_refcnt = 999999999,
59550 : : .ob_type = &PyUnicode_Type,
59551 : : },
59552 : : .length = 27,
59553 : : .hash = -1,
59554 : : .state = {
59555 : : .kind = 1,
59556 : : .compact = 1,
59557 : : .ascii = 1,
59558 : : },
59559 : : },
59560 : : ._data = "IncrementalDecoder.__init__",
59561 : : };
59562 : : static
59563 : : struct {
59564 : : PyObject_VAR_HEAD
59565 : : Py_hash_t ob_shash;
59566 : : char ob_sval[16];
59567 : : }
59568 : : codecs_toplevel_consts_20_consts_3_linetable = {
59569 : : .ob_base = {
59570 : : .ob_base = {
59571 : : .ob_refcnt = 999999999,
59572 : : .ob_type = &PyBytes_Type,
59573 : : },
59574 : : .ob_size = 15,
59575 : : },
59576 : : .ob_shash = -1,
59577 : : .ob_sval = "\x80\x00\xf0\x10\x00\x17\x1d\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
59578 : : };
59579 : : static
59580 : : struct _PyCode_DEF(20)
59581 : : codecs_toplevel_consts_20_consts_3 = {
59582 : : .ob_base = {
59583 : : .ob_base = {
59584 : : .ob_refcnt = 999999999,
59585 : : .ob_type = &PyCode_Type,
59586 : : },
59587 : : .ob_size = 10,
59588 : : },
59589 : : .co_consts = & codecs_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
59590 : : .co_names = & codecs_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
59591 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59592 : : .co_flags = 3,
59593 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59594 : : ._co_linearray_entry_size = 0,
59595 : : .co_argcount = 2,
59596 : : .co_posonlyargcount = 0,
59597 : : .co_kwonlyargcount = 0,
59598 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
59599 : : .co_stacksize = 2,
59600 : : .co_firstlineno = 260,
59601 : : .co_nlocalsplus = 2,
59602 : : .co_nlocals = 2,
59603 : : .co_nplaincellvars = 0,
59604 : : .co_ncellvars = 0,
59605 : : .co_nfreevars = 0,
59606 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
59607 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
59608 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59609 : : .co_name = &_Py_ID(__init__),
59610 : : .co_qualname = & codecs_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
59611 : : .co_linetable = & codecs_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
59612 : : ._co_code = NULL,
59613 : : ._co_linearray = NULL,
59614 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
59615 : : ._co_firsttraceable = 0,
59616 : : };
59617 : : static
59618 : : struct {
59619 : : PyASCIIObject _ascii;
59620 : : uint8_t _data[65];
59621 : : }
59622 : : codecs_toplevel_consts_20_consts_5_consts_0 = {
59623 : : ._ascii = {
59624 : : .ob_base = {
59625 : : .ob_refcnt = 999999999,
59626 : : .ob_type = &PyUnicode_Type,
59627 : : },
59628 : : .length = 64,
59629 : : .hash = -1,
59630 : : .state = {
59631 : : .kind = 1,
59632 : : .compact = 1,
59633 : : .ascii = 1,
59634 : : },
59635 : : },
59636 : : ._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",
59637 : : };
59638 : : static
59639 : : struct {
59640 : : PyGC_Head _gc_head;
59641 : : struct {
59642 : : PyObject_VAR_HEAD
59643 : : PyObject *ob_item[1];
59644 : : }_object;
59645 : : }
59646 : : codecs_toplevel_consts_20_consts_5_consts = {
59647 : : ._object = {
59648 : : .ob_base = {
59649 : : .ob_base = {
59650 : : .ob_refcnt = 999999999,
59651 : : .ob_type = &PyTuple_Type,
59652 : : },
59653 : : .ob_size = 1,
59654 : : },
59655 : : .ob_item = {
59656 : : & codecs_toplevel_consts_20_consts_5_consts_0._ascii.ob_base,
59657 : : },
59658 : : },
59659 : : };
59660 : : static
59661 : : struct {
59662 : : PyASCIIObject _ascii;
59663 : : uint8_t _data[26];
59664 : : }
59665 : : codecs_toplevel_consts_20_consts_5_qualname = {
59666 : : ._ascii = {
59667 : : .ob_base = {
59668 : : .ob_refcnt = 999999999,
59669 : : .ob_type = &PyUnicode_Type,
59670 : : },
59671 : : .length = 25,
59672 : : .hash = -1,
59673 : : .state = {
59674 : : .kind = 1,
59675 : : .compact = 1,
59676 : : .ascii = 1,
59677 : : },
59678 : : },
59679 : : ._data = "IncrementalDecoder.decode",
59680 : : };
59681 : : static
59682 : : struct _PyCode_DEF(16)
59683 : : codecs_toplevel_consts_20_consts_5 = {
59684 : : .ob_base = {
59685 : : .ob_base = {
59686 : : .ob_refcnt = 999999999,
59687 : : .ob_type = &PyCode_Type,
59688 : : },
59689 : : .ob_size = 8,
59690 : : },
59691 : : .co_consts = & codecs_toplevel_consts_20_consts_5_consts._object.ob_base.ob_base,
59692 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
59693 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59694 : : .co_flags = 3,
59695 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59696 : : ._co_linearray_entry_size = 0,
59697 : : .co_argcount = 3,
59698 : : .co_posonlyargcount = 0,
59699 : : .co_kwonlyargcount = 0,
59700 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
59701 : : .co_stacksize = 1,
59702 : : .co_firstlineno = 270,
59703 : : .co_nlocalsplus = 3,
59704 : : .co_nlocals = 3,
59705 : : .co_nplaincellvars = 0,
59706 : : .co_ncellvars = 0,
59707 : : .co_nfreevars = 0,
59708 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_5_localsplusnames._object.ob_base.ob_base,
59709 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
59710 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59711 : : .co_name = &_Py_ID(decode),
59712 : : .co_qualname = & codecs_toplevel_consts_20_consts_5_qualname._ascii.ob_base,
59713 : : .co_linetable = & codecs_toplevel_consts_16_consts_5_linetable.ob_base.ob_base,
59714 : : ._co_code = NULL,
59715 : : ._co_linearray = NULL,
59716 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
59717 : : ._co_firsttraceable = 0,
59718 : : };
59719 : : static
59720 : : struct {
59721 : : PyASCIIObject _ascii;
59722 : : uint8_t _data[58];
59723 : : }
59724 : : codecs_toplevel_consts_20_consts_6_consts_0 = {
59725 : : ._ascii = {
59726 : : .ob_base = {
59727 : : .ob_refcnt = 999999999,
59728 : : .ob_type = &PyUnicode_Type,
59729 : : },
59730 : : .length = 57,
59731 : : .hash = -1,
59732 : : .state = {
59733 : : .kind = 1,
59734 : : .compact = 1,
59735 : : .ascii = 1,
59736 : : },
59737 : : },
59738 : : ._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",
59739 : : };
59740 : : static
59741 : : struct {
59742 : : PyGC_Head _gc_head;
59743 : : struct {
59744 : : PyObject_VAR_HEAD
59745 : : PyObject *ob_item[2];
59746 : : }_object;
59747 : : }
59748 : : codecs_toplevel_consts_20_consts_6_consts = {
59749 : : ._object = {
59750 : : .ob_base = {
59751 : : .ob_base = {
59752 : : .ob_refcnt = 999999999,
59753 : : .ob_type = &PyTuple_Type,
59754 : : },
59755 : : .ob_size = 2,
59756 : : },
59757 : : .ob_item = {
59758 : : & codecs_toplevel_consts_20_consts_6_consts_0._ascii.ob_base,
59759 : : Py_None,
59760 : : },
59761 : : },
59762 : : };
59763 : : static
59764 : : struct {
59765 : : PyASCIIObject _ascii;
59766 : : uint8_t _data[25];
59767 : : }
59768 : : codecs_toplevel_consts_20_consts_6_qualname = {
59769 : : ._ascii = {
59770 : : .ob_base = {
59771 : : .ob_refcnt = 999999999,
59772 : : .ob_type = &PyUnicode_Type,
59773 : : },
59774 : : .length = 24,
59775 : : .hash = -1,
59776 : : .state = {
59777 : : .kind = 1,
59778 : : .compact = 1,
59779 : : .ascii = 1,
59780 : : },
59781 : : },
59782 : : ._data = "IncrementalDecoder.reset",
59783 : : };
59784 : : static
59785 : : struct _PyCode_DEF(6)
59786 : : codecs_toplevel_consts_20_consts_6 = {
59787 : : .ob_base = {
59788 : : .ob_base = {
59789 : : .ob_refcnt = 999999999,
59790 : : .ob_type = &PyCode_Type,
59791 : : },
59792 : : .ob_size = 3,
59793 : : },
59794 : : .co_consts = & codecs_toplevel_consts_20_consts_6_consts._object.ob_base.ob_base,
59795 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
59796 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59797 : : .co_flags = 3,
59798 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59799 : : ._co_linearray_entry_size = 0,
59800 : : .co_argcount = 1,
59801 : : .co_posonlyargcount = 0,
59802 : : .co_kwonlyargcount = 0,
59803 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
59804 : : .co_stacksize = 1,
59805 : : .co_firstlineno = 276,
59806 : : .co_nlocalsplus = 1,
59807 : : .co_nlocals = 1,
59808 : : .co_nplaincellvars = 0,
59809 : : .co_ncellvars = 0,
59810 : : .co_nfreevars = 0,
59811 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59812 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59813 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59814 : : .co_name = &_Py_ID(reset),
59815 : : .co_qualname = & codecs_toplevel_consts_20_consts_6_qualname._ascii.ob_base,
59816 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
59817 : : ._co_code = NULL,
59818 : : ._co_linearray = NULL,
59819 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
59820 : : ._co_firsttraceable = 0,
59821 : : };
59822 : : static
59823 : : struct {
59824 : : PyASCIIObject _ascii;
59825 : : uint8_t _data[522];
59826 : : }
59827 : : codecs_toplevel_consts_20_consts_7_consts_0 = {
59828 : : ._ascii = {
59829 : : .ob_base = {
59830 : : .ob_refcnt = 999999999,
59831 : : .ob_type = &PyUnicode_Type,
59832 : : },
59833 : : .length = 521,
59834 : : .hash = -1,
59835 : : .state = {
59836 : : .kind = 1,
59837 : : .compact = 1,
59838 : : .ascii = 1,
59839 : : },
59840 : : },
59841 : : ._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",
59842 : : };
59843 : : static
59844 : : struct {
59845 : : PyGC_Head _gc_head;
59846 : : struct {
59847 : : PyObject_VAR_HEAD
59848 : : PyObject *ob_item[2];
59849 : : }_object;
59850 : : }
59851 : : codecs_toplevel_consts_20_consts_7_consts_1 = {
59852 : : ._object = {
59853 : : .ob_base = {
59854 : : .ob_base = {
59855 : : .ob_refcnt = 999999999,
59856 : : .ob_type = &PyTuple_Type,
59857 : : },
59858 : : .ob_size = 2,
59859 : : },
59860 : : .ob_item = {
59861 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
59862 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
59863 : : },
59864 : : },
59865 : : };
59866 : : static
59867 : : struct {
59868 : : PyGC_Head _gc_head;
59869 : : struct {
59870 : : PyObject_VAR_HEAD
59871 : : PyObject *ob_item[2];
59872 : : }_object;
59873 : : }
59874 : : codecs_toplevel_consts_20_consts_7_consts = {
59875 : : ._object = {
59876 : : .ob_base = {
59877 : : .ob_base = {
59878 : : .ob_refcnt = 999999999,
59879 : : .ob_type = &PyTuple_Type,
59880 : : },
59881 : : .ob_size = 2,
59882 : : },
59883 : : .ob_item = {
59884 : : & codecs_toplevel_consts_20_consts_7_consts_0._ascii.ob_base,
59885 : : & codecs_toplevel_consts_20_consts_7_consts_1._object.ob_base.ob_base,
59886 : : },
59887 : : },
59888 : : };
59889 : : static
59890 : : struct {
59891 : : PyASCIIObject _ascii;
59892 : : uint8_t _data[28];
59893 : : }
59894 : : codecs_toplevel_consts_20_consts_7_qualname = {
59895 : : ._ascii = {
59896 : : .ob_base = {
59897 : : .ob_refcnt = 999999999,
59898 : : .ob_type = &PyUnicode_Type,
59899 : : },
59900 : : .length = 27,
59901 : : .hash = -1,
59902 : : .state = {
59903 : : .kind = 1,
59904 : : .compact = 1,
59905 : : .ascii = 1,
59906 : : },
59907 : : },
59908 : : ._data = "IncrementalDecoder.getstate",
59909 : : };
59910 : : static
59911 : : struct {
59912 : : PyObject_VAR_HEAD
59913 : : Py_hash_t ob_shash;
59914 : : char ob_sval[10];
59915 : : }
59916 : : codecs_toplevel_consts_20_consts_7_linetable = {
59917 : : .ob_base = {
59918 : : .ob_base = {
59919 : : .ob_refcnt = 999999999,
59920 : : .ob_type = &PyBytes_Type,
59921 : : },
59922 : : .ob_size = 9,
59923 : : },
59924 : : .ob_shash = -1,
59925 : : .ob_sval = "\x80\x00\xf0\x18\x00\x10\x18\x88\x78",
59926 : : };
59927 : : static
59928 : : struct _PyCode_DEF(6)
59929 : : codecs_toplevel_consts_20_consts_7 = {
59930 : : .ob_base = {
59931 : : .ob_base = {
59932 : : .ob_refcnt = 999999999,
59933 : : .ob_type = &PyCode_Type,
59934 : : },
59935 : : .ob_size = 3,
59936 : : },
59937 : : .co_consts = & codecs_toplevel_consts_20_consts_7_consts._object.ob_base.ob_base,
59938 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
59939 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
59940 : : .co_flags = 3,
59941 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
59942 : : ._co_linearray_entry_size = 0,
59943 : : .co_argcount = 1,
59944 : : .co_posonlyargcount = 0,
59945 : : .co_kwonlyargcount = 0,
59946 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
59947 : : .co_stacksize = 1,
59948 : : .co_firstlineno = 281,
59949 : : .co_nlocalsplus = 1,
59950 : : .co_nlocals = 1,
59951 : : .co_nplaincellvars = 0,
59952 : : .co_ncellvars = 0,
59953 : : .co_nfreevars = 0,
59954 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
59955 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
59956 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
59957 : : .co_name = &_Py_ID(getstate),
59958 : : .co_qualname = & codecs_toplevel_consts_20_consts_7_qualname._ascii.ob_base,
59959 : : .co_linetable = & codecs_toplevel_consts_20_consts_7_linetable.ob_base.ob_base,
59960 : : ._co_code = NULL,
59961 : : ._co_linearray = NULL,
59962 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
59963 : : ._co_firsttraceable = 0,
59964 : : };
59965 : : static
59966 : : struct {
59967 : : PyASCIIObject _ascii;
59968 : : uint8_t _data[183];
59969 : : }
59970 : : codecs_toplevel_consts_20_consts_8_consts_0 = {
59971 : : ._ascii = {
59972 : : .ob_base = {
59973 : : .ob_refcnt = 999999999,
59974 : : .ob_type = &PyUnicode_Type,
59975 : : },
59976 : : .length = 182,
59977 : : .hash = -1,
59978 : : .state = {
59979 : : .kind = 1,
59980 : : .compact = 1,
59981 : : .ascii = 1,
59982 : : },
59983 : : },
59984 : : ._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",
59985 : : };
59986 : : static
59987 : : struct {
59988 : : PyGC_Head _gc_head;
59989 : : struct {
59990 : : PyObject_VAR_HEAD
59991 : : PyObject *ob_item[2];
59992 : : }_object;
59993 : : }
59994 : : codecs_toplevel_consts_20_consts_8_consts = {
59995 : : ._object = {
59996 : : .ob_base = {
59997 : : .ob_base = {
59998 : : .ob_refcnt = 999999999,
59999 : : .ob_type = &PyTuple_Type,
60000 : : },
60001 : : .ob_size = 2,
60002 : : },
60003 : : .ob_item = {
60004 : : & codecs_toplevel_consts_20_consts_8_consts_0._ascii.ob_base,
60005 : : Py_None,
60006 : : },
60007 : : },
60008 : : };
60009 : : static
60010 : : struct {
60011 : : PyASCIIObject _ascii;
60012 : : uint8_t _data[28];
60013 : : }
60014 : : codecs_toplevel_consts_20_consts_8_qualname = {
60015 : : ._ascii = {
60016 : : .ob_base = {
60017 : : .ob_refcnt = 999999999,
60018 : : .ob_type = &PyUnicode_Type,
60019 : : },
60020 : : .length = 27,
60021 : : .hash = -1,
60022 : : .state = {
60023 : : .kind = 1,
60024 : : .compact = 1,
60025 : : .ascii = 1,
60026 : : },
60027 : : },
60028 : : ._data = "IncrementalDecoder.setstate",
60029 : : };
60030 : : static
60031 : : struct _PyCode_DEF(6)
60032 : : codecs_toplevel_consts_20_consts_8 = {
60033 : : .ob_base = {
60034 : : .ob_base = {
60035 : : .ob_refcnt = 999999999,
60036 : : .ob_type = &PyCode_Type,
60037 : : },
60038 : : .ob_size = 3,
60039 : : },
60040 : : .co_consts = & codecs_toplevel_consts_20_consts_8_consts._object.ob_base.ob_base,
60041 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
60042 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60043 : : .co_flags = 3,
60044 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60045 : : ._co_linearray_entry_size = 0,
60046 : : .co_argcount = 2,
60047 : : .co_posonlyargcount = 0,
60048 : : .co_kwonlyargcount = 0,
60049 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
60050 : : .co_stacksize = 1,
60051 : : .co_firstlineno = 295,
60052 : : .co_nlocalsplus = 2,
60053 : : .co_nlocals = 2,
60054 : : .co_nplaincellvars = 0,
60055 : : .co_ncellvars = 0,
60056 : : .co_nfreevars = 0,
60057 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
60058 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
60059 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60060 : : .co_name = &_Py_ID(setstate),
60061 : : .co_qualname = & codecs_toplevel_consts_20_consts_8_qualname._ascii.ob_base,
60062 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
60063 : : ._co_code = NULL,
60064 : : ._co_linearray = NULL,
60065 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
60066 : : ._co_firsttraceable = 0,
60067 : : };
60068 : : static
60069 : : struct {
60070 : : PyGC_Head _gc_head;
60071 : : struct {
60072 : : PyObject_VAR_HEAD
60073 : : PyObject *ob_item[12];
60074 : : }_object;
60075 : : }
60076 : : codecs_toplevel_consts_20_consts = {
60077 : : ._object = {
60078 : : .ob_base = {
60079 : : .ob_base = {
60080 : : .ob_refcnt = 999999999,
60081 : : .ob_type = &PyTuple_Type,
60082 : : },
60083 : : .ob_size = 12,
60084 : : },
60085 : : .ob_item = {
60086 : : & const_str_IncrementalDecoder._ascii.ob_base,
60087 : : & codecs_toplevel_consts_20_consts_1._ascii.ob_base,
60088 : : &_Py_ID(strict),
60089 : : & codecs_toplevel_consts_20_consts_3.ob_base.ob_base,
60090 : : Py_False,
60091 : : & codecs_toplevel_consts_20_consts_5.ob_base.ob_base,
60092 : : & codecs_toplevel_consts_20_consts_6.ob_base.ob_base,
60093 : : & codecs_toplevel_consts_20_consts_7.ob_base.ob_base,
60094 : : & codecs_toplevel_consts_20_consts_8.ob_base.ob_base,
60095 : : Py_None,
60096 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
60097 : : & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
60098 : : },
60099 : : },
60100 : : };
60101 : : static
60102 : : struct {
60103 : : PyGC_Head _gc_head;
60104 : : struct {
60105 : : PyObject_VAR_HEAD
60106 : : PyObject *ob_item[9];
60107 : : }_object;
60108 : : }
60109 : : codecs_toplevel_consts_20_names = {
60110 : : ._object = {
60111 : : .ob_base = {
60112 : : .ob_base = {
60113 : : .ob_refcnt = 999999999,
60114 : : .ob_type = &PyTuple_Type,
60115 : : },
60116 : : .ob_size = 9,
60117 : : },
60118 : : .ob_item = {
60119 : : &_Py_ID(__name__),
60120 : : &_Py_ID(__module__),
60121 : : &_Py_ID(__qualname__),
60122 : : &_Py_ID(__doc__),
60123 : : &_Py_ID(__init__),
60124 : : &_Py_ID(decode),
60125 : : &_Py_ID(reset),
60126 : : &_Py_ID(getstate),
60127 : : &_Py_ID(setstate),
60128 : : },
60129 : : },
60130 : : };
60131 : : static
60132 : : struct {
60133 : : PyObject_VAR_HEAD
60134 : : Py_hash_t ob_shash;
60135 : : char ob_sval[116];
60136 : : }
60137 : : codecs_toplevel_consts_20_linetable = {
60138 : : .ob_base = {
60139 : : .ob_base = {
60140 : : .ob_refcnt = 999999999,
60141 : : .ob_type = &PyBytes_Type,
60142 : : },
60143 : : .ob_size = 115,
60144 : : },
60145 : : .ob_shash = -1,
60146 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x00\x08\x05\x1d\xf0\x14\x00\x23\x28\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x00\x04\x05\x22\xf0\x0c\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x00\x03\x05\x0c\xf0\x0a\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf0\x00\x0c\x05\x18\xf0\x1c\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c\xf0\x00\x06\x05\x0c",
60147 : : };
60148 : : static
60149 : : struct _PyCode_DEF(52)
60150 : : codecs_toplevel_consts_20 = {
60151 : : .ob_base = {
60152 : : .ob_base = {
60153 : : .ob_refcnt = 999999999,
60154 : : .ob_type = &PyCode_Type,
60155 : : },
60156 : : .ob_size = 26,
60157 : : },
60158 : : .co_consts = & codecs_toplevel_consts_20_consts._object.ob_base.ob_base,
60159 : : .co_names = & codecs_toplevel_consts_20_names._object.ob_base.ob_base,
60160 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60161 : : .co_flags = 0,
60162 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60163 : : ._co_linearray_entry_size = 0,
60164 : : .co_argcount = 0,
60165 : : .co_posonlyargcount = 0,
60166 : : .co_kwonlyargcount = 0,
60167 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
60168 : : .co_stacksize = 2,
60169 : : .co_firstlineno = 254,
60170 : : .co_nlocalsplus = 0,
60171 : : .co_nlocals = 0,
60172 : : .co_nplaincellvars = 0,
60173 : : .co_ncellvars = 0,
60174 : : .co_nfreevars = 0,
60175 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
60176 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
60177 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60178 : : .co_name = & const_str_IncrementalDecoder._ascii.ob_base,
60179 : : .co_qualname = & const_str_IncrementalDecoder._ascii.ob_base,
60180 : : .co_linetable = & codecs_toplevel_consts_20_linetable.ob_base.ob_base,
60181 : : ._co_code = NULL,
60182 : : ._co_linearray = NULL,
60183 : : .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",
60184 : : ._co_firsttraceable = 0,
60185 : : };
60186 : : static
60187 : : struct {
60188 : : PyASCIIObject _ascii;
60189 : : uint8_t _data[27];
60190 : : }
60191 : : const_str_BufferedIncrementalDecoder = {
60192 : : ._ascii = {
60193 : : .ob_base = {
60194 : : .ob_refcnt = 999999999,
60195 : : .ob_type = &PyUnicode_Type,
60196 : : },
60197 : : .length = 26,
60198 : : .hash = -1,
60199 : : .state = {
60200 : : .kind = 1,
60201 : : .compact = 1,
60202 : : .ascii = 1,
60203 : : },
60204 : : },
60205 : : ._data = "BufferedIncrementalDecoder",
60206 : : };
60207 : : static
60208 : : struct {
60209 : : PyASCIIObject _ascii;
60210 : : uint8_t _data[175];
60211 : : }
60212 : : codecs_toplevel_consts_22_consts_1 = {
60213 : : ._ascii = {
60214 : : .ob_base = {
60215 : : .ob_refcnt = 999999999,
60216 : : .ob_type = &PyUnicode_Type,
60217 : : },
60218 : : .length = 174,
60219 : : .hash = -1,
60220 : : .state = {
60221 : : .kind = 1,
60222 : : .compact = 1,
60223 : : .ascii = 1,
60224 : : },
60225 : : },
60226 : : ._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",
60227 : : };
60228 : : static
60229 : : struct {
60230 : : PyGC_Head _gc_head;
60231 : : struct {
60232 : : PyObject_VAR_HEAD
60233 : : PyObject *ob_item[2];
60234 : : }_object;
60235 : : }
60236 : : codecs_toplevel_consts_22_consts_3_consts = {
60237 : : ._object = {
60238 : : .ob_base = {
60239 : : .ob_base = {
60240 : : .ob_refcnt = 999999999,
60241 : : .ob_type = &PyTuple_Type,
60242 : : },
60243 : : .ob_size = 2,
60244 : : },
60245 : : .ob_item = {
60246 : : Py_None,
60247 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
60248 : : },
60249 : : },
60250 : : };
60251 : : static
60252 : : struct {
60253 : : PyGC_Head _gc_head;
60254 : : struct {
60255 : : PyObject_VAR_HEAD
60256 : : PyObject *ob_item[3];
60257 : : }_object;
60258 : : }
60259 : : codecs_toplevel_consts_22_consts_3_names = {
60260 : : ._object = {
60261 : : .ob_base = {
60262 : : .ob_base = {
60263 : : .ob_refcnt = 999999999,
60264 : : .ob_type = &PyTuple_Type,
60265 : : },
60266 : : .ob_size = 3,
60267 : : },
60268 : : .ob_item = {
60269 : : & const_str_IncrementalDecoder._ascii.ob_base,
60270 : : &_Py_ID(__init__),
60271 : : &_Py_ID(buffer),
60272 : : },
60273 : : },
60274 : : };
60275 : : static
60276 : : struct {
60277 : : PyASCIIObject _ascii;
60278 : : uint8_t _data[36];
60279 : : }
60280 : : codecs_toplevel_consts_22_consts_3_qualname = {
60281 : : ._ascii = {
60282 : : .ob_base = {
60283 : : .ob_refcnt = 999999999,
60284 : : .ob_type = &PyUnicode_Type,
60285 : : },
60286 : : .length = 35,
60287 : : .hash = -1,
60288 : : .state = {
60289 : : .kind = 1,
60290 : : .compact = 1,
60291 : : .ascii = 1,
60292 : : },
60293 : : },
60294 : : ._data = "BufferedIncrementalDecoder.__init__",
60295 : : };
60296 : : static
60297 : : struct {
60298 : : PyObject_VAR_HEAD
60299 : : Py_hash_t ob_shash;
60300 : : char ob_sval[33];
60301 : : }
60302 : : codecs_toplevel_consts_22_consts_3_linetable = {
60303 : : .ob_base = {
60304 : : .ob_base = {
60305 : : .ob_refcnt = 999999999,
60306 : : .ob_type = &PyBytes_Type,
60307 : : },
60308 : : .ob_size = 32,
60309 : : },
60310 : : .ob_shash = -1,
60311 : : .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x23\xd1\x08\x23\xa0\x44\xa8\x26\xd4\x08\x31\xd0\x08\x31\xe0\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60312 : : };
60313 : : static
60314 : : struct _PyCode_DEF(68)
60315 : : codecs_toplevel_consts_22_consts_3 = {
60316 : : .ob_base = {
60317 : : .ob_base = {
60318 : : .ob_refcnt = 999999999,
60319 : : .ob_type = &PyCode_Type,
60320 : : },
60321 : : .ob_size = 34,
60322 : : },
60323 : : .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
60324 : : .co_names = & codecs_toplevel_consts_22_consts_3_names._object.ob_base.ob_base,
60325 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60326 : : .co_flags = 3,
60327 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60328 : : ._co_linearray_entry_size = 0,
60329 : : .co_argcount = 2,
60330 : : .co_posonlyargcount = 0,
60331 : : .co_kwonlyargcount = 0,
60332 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
60333 : : .co_stacksize = 4,
60334 : : .co_firstlineno = 309,
60335 : : .co_nlocalsplus = 2,
60336 : : .co_nlocals = 2,
60337 : : .co_nplaincellvars = 0,
60338 : : .co_ncellvars = 0,
60339 : : .co_nfreevars = 0,
60340 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_3_localsplusnames._object.ob_base.ob_base,
60341 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
60342 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60343 : : .co_name = &_Py_ID(__init__),
60344 : : .co_qualname = & codecs_toplevel_consts_22_consts_3_qualname._ascii.ob_base,
60345 : : .co_linetable = & codecs_toplevel_consts_22_consts_3_linetable.ob_base.ob_base,
60346 : : ._co_code = NULL,
60347 : : ._co_linearray = NULL,
60348 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
60349 : : ._co_firsttraceable = 0,
60350 : : };
60351 : : static
60352 : : struct {
60353 : : PyASCIIObject _ascii;
60354 : : uint8_t _data[15];
60355 : : }
60356 : : const_str__buffer_decode = {
60357 : : ._ascii = {
60358 : : .ob_base = {
60359 : : .ob_refcnt = 999999999,
60360 : : .ob_type = &PyUnicode_Type,
60361 : : },
60362 : : .length = 14,
60363 : : .hash = -1,
60364 : : .state = {
60365 : : .kind = 1,
60366 : : .compact = 1,
60367 : : .ascii = 1,
60368 : : },
60369 : : },
60370 : : ._data = "_buffer_decode",
60371 : : };
60372 : : static
60373 : : struct {
60374 : : PyASCIIObject _ascii;
60375 : : uint8_t _data[42];
60376 : : }
60377 : : codecs_toplevel_consts_22_consts_4_qualname = {
60378 : : ._ascii = {
60379 : : .ob_base = {
60380 : : .ob_refcnt = 999999999,
60381 : : .ob_type = &PyUnicode_Type,
60382 : : },
60383 : : .length = 41,
60384 : : .hash = -1,
60385 : : .state = {
60386 : : .kind = 1,
60387 : : .compact = 1,
60388 : : .ascii = 1,
60389 : : },
60390 : : },
60391 : : ._data = "BufferedIncrementalDecoder._buffer_decode",
60392 : : };
60393 : : static
60394 : : struct _PyCode_DEF(16)
60395 : : codecs_toplevel_consts_22_consts_4 = {
60396 : : .ob_base = {
60397 : : .ob_base = {
60398 : : .ob_refcnt = 999999999,
60399 : : .ob_type = &PyCode_Type,
60400 : : },
60401 : : .ob_size = 8,
60402 : : },
60403 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
60404 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
60405 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60406 : : .co_flags = 3,
60407 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60408 : : ._co_linearray_entry_size = 0,
60409 : : .co_argcount = 4,
60410 : : .co_posonlyargcount = 0,
60411 : : .co_kwonlyargcount = 0,
60412 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
60413 : : .co_stacksize = 1,
60414 : : .co_firstlineno = 314,
60415 : : .co_nlocalsplus = 4,
60416 : : .co_nlocals = 4,
60417 : : .co_nplaincellvars = 0,
60418 : : .co_ncellvars = 0,
60419 : : .co_nfreevars = 0,
60420 : : .co_localsplusnames = & codecs_toplevel_consts_18_consts_4_localsplusnames._object.ob_base.ob_base,
60421 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
60422 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60423 : : .co_name = & const_str__buffer_decode._ascii.ob_base,
60424 : : .co_qualname = & codecs_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
60425 : : .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
60426 : : ._co_code = NULL,
60427 : : ._co_linearray = NULL,
60428 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
60429 : : ._co_firsttraceable = 0,
60430 : : };
60431 : : static
60432 : : struct {
60433 : : PyGC_Head _gc_head;
60434 : : struct {
60435 : : PyObject_VAR_HEAD
60436 : : PyObject *ob_item[3];
60437 : : }_object;
60438 : : }
60439 : : codecs_toplevel_consts_22_consts_6_names = {
60440 : : ._object = {
60441 : : .ob_base = {
60442 : : .ob_base = {
60443 : : .ob_refcnt = 999999999,
60444 : : .ob_type = &PyTuple_Type,
60445 : : },
60446 : : .ob_size = 3,
60447 : : },
60448 : : .ob_item = {
60449 : : &_Py_ID(buffer),
60450 : : & const_str__buffer_decode._ascii.ob_base,
60451 : : &_Py_ID(errors),
60452 : : },
60453 : : },
60454 : : };
60455 : : static
60456 : : struct {
60457 : : PyASCIIObject _ascii;
60458 : : uint8_t _data[34];
60459 : : }
60460 : : codecs_toplevel_consts_22_consts_6_qualname = {
60461 : : ._ascii = {
60462 : : .ob_base = {
60463 : : .ob_refcnt = 999999999,
60464 : : .ob_type = &PyUnicode_Type,
60465 : : },
60466 : : .length = 33,
60467 : : .hash = -1,
60468 : : .state = {
60469 : : .kind = 1,
60470 : : .compact = 1,
60471 : : .ascii = 1,
60472 : : },
60473 : : },
60474 : : ._data = "BufferedIncrementalDecoder.decode",
60475 : : };
60476 : : static
60477 : : struct _PyCode_DEF(122)
60478 : : codecs_toplevel_consts_22_consts_6 = {
60479 : : .ob_base = {
60480 : : .ob_base = {
60481 : : .ob_refcnt = 999999999,
60482 : : .ob_type = &PyCode_Type,
60483 : : },
60484 : : .ob_size = 61,
60485 : : },
60486 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
60487 : : .co_names = & codecs_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
60488 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60489 : : .co_flags = 3,
60490 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60491 : : ._co_linearray_entry_size = 0,
60492 : : .co_argcount = 3,
60493 : : .co_posonlyargcount = 0,
60494 : : .co_kwonlyargcount = 0,
60495 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
60496 : : .co_stacksize = 5,
60497 : : .co_firstlineno = 319,
60498 : : .co_nlocalsplus = 6,
60499 : : .co_nlocals = 6,
60500 : : .co_nplaincellvars = 0,
60501 : : .co_ncellvars = 0,
60502 : : .co_nfreevars = 0,
60503 : : .co_localsplusnames = & codecs_toplevel_consts_18_consts_6_localsplusnames._object.ob_base.ob_base,
60504 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
60505 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60506 : : .co_name = &_Py_ID(decode),
60507 : : .co_qualname = & codecs_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
60508 : : .co_linetable = & codecs_toplevel_consts_18_consts_6_linetable.ob_base.ob_base,
60509 : : ._co_code = NULL,
60510 : : ._co_linearray = NULL,
60511 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7a\x00\x00\x00\x7d\x03\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x03\x7c\x05\x64\x00\x1a\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x53\x00",
60512 : : ._co_firsttraceable = 0,
60513 : : };
60514 : : static
60515 : : struct {
60516 : : PyGC_Head _gc_head;
60517 : : struct {
60518 : : PyObject_VAR_HEAD
60519 : : PyObject *ob_item[3];
60520 : : }_object;
60521 : : }
60522 : : codecs_toplevel_consts_22_consts_7_names = {
60523 : : ._object = {
60524 : : .ob_base = {
60525 : : .ob_base = {
60526 : : .ob_refcnt = 999999999,
60527 : : .ob_type = &PyTuple_Type,
60528 : : },
60529 : : .ob_size = 3,
60530 : : },
60531 : : .ob_item = {
60532 : : & const_str_IncrementalDecoder._ascii.ob_base,
60533 : : &_Py_ID(reset),
60534 : : &_Py_ID(buffer),
60535 : : },
60536 : : },
60537 : : };
60538 : : static
60539 : : struct {
60540 : : PyASCIIObject _ascii;
60541 : : uint8_t _data[33];
60542 : : }
60543 : : codecs_toplevel_consts_22_consts_7_qualname = {
60544 : : ._ascii = {
60545 : : .ob_base = {
60546 : : .ob_refcnt = 999999999,
60547 : : .ob_type = &PyUnicode_Type,
60548 : : },
60549 : : .length = 32,
60550 : : .hash = -1,
60551 : : .state = {
60552 : : .kind = 1,
60553 : : .compact = 1,
60554 : : .ascii = 1,
60555 : : },
60556 : : },
60557 : : ._data = "BufferedIncrementalDecoder.reset",
60558 : : };
60559 : : static
60560 : : struct {
60561 : : PyObject_VAR_HEAD
60562 : : Py_hash_t ob_shash;
60563 : : char ob_sval[31];
60564 : : }
60565 : : codecs_toplevel_consts_22_consts_7_linetable = {
60566 : : .ob_base = {
60567 : : .ob_base = {
60568 : : .ob_refcnt = 999999999,
60569 : : .ob_type = &PyBytes_Type,
60570 : : },
60571 : : .ob_size = 30,
60572 : : },
60573 : : .ob_shash = -1,
60574 : : .ob_sval = "\x80\x00\xdd\x08\x1a\xd7\x08\x20\xd1\x08\x20\xa0\x14\xd4\x08\x26\xd0\x08\x26\xd8\x16\x19\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60575 : : };
60576 : : static
60577 : : struct _PyCode_DEF(66)
60578 : : codecs_toplevel_consts_22_consts_7 = {
60579 : : .ob_base = {
60580 : : .ob_base = {
60581 : : .ob_refcnt = 999999999,
60582 : : .ob_type = &PyCode_Type,
60583 : : },
60584 : : .ob_size = 33,
60585 : : },
60586 : : .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
60587 : : .co_names = & codecs_toplevel_consts_22_consts_7_names._object.ob_base.ob_base,
60588 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60589 : : .co_flags = 3,
60590 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60591 : : ._co_linearray_entry_size = 0,
60592 : : .co_argcount = 1,
60593 : : .co_posonlyargcount = 0,
60594 : : .co_kwonlyargcount = 0,
60595 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
60596 : : .co_stacksize = 3,
60597 : : .co_firstlineno = 327,
60598 : : .co_nlocalsplus = 1,
60599 : : .co_nlocals = 1,
60600 : : .co_nplaincellvars = 0,
60601 : : .co_ncellvars = 0,
60602 : : .co_nfreevars = 0,
60603 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
60604 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
60605 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60606 : : .co_name = &_Py_ID(reset),
60607 : : .co_qualname = & codecs_toplevel_consts_22_consts_7_qualname._ascii.ob_base,
60608 : : .co_linetable = & codecs_toplevel_consts_22_consts_7_linetable.ob_base.ob_base,
60609 : : ._co_code = NULL,
60610 : : ._co_linearray = NULL,
60611 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
60612 : : ._co_firsttraceable = 0,
60613 : : };
60614 : : static
60615 : : struct {
60616 : : PyASCIIObject _ascii;
60617 : : uint8_t _data[36];
60618 : : }
60619 : : codecs_toplevel_consts_22_consts_8_qualname = {
60620 : : ._ascii = {
60621 : : .ob_base = {
60622 : : .ob_refcnt = 999999999,
60623 : : .ob_type = &PyUnicode_Type,
60624 : : },
60625 : : .length = 35,
60626 : : .hash = -1,
60627 : : .state = {
60628 : : .kind = 1,
60629 : : .compact = 1,
60630 : : .ascii = 1,
60631 : : },
60632 : : },
60633 : : ._data = "BufferedIncrementalDecoder.getstate",
60634 : : };
60635 : : static
60636 : : struct {
60637 : : PyObject_VAR_HEAD
60638 : : Py_hash_t ob_shash;
60639 : : char ob_sval[18];
60640 : : }
60641 : : codecs_toplevel_consts_22_consts_8_linetable = {
60642 : : .ob_base = {
60643 : : .ob_base = {
60644 : : .ob_refcnt = 999999999,
60645 : : .ob_type = &PyBytes_Type,
60646 : : },
60647 : : .ob_size = 17,
60648 : : },
60649 : : .ob_shash = -1,
60650 : : .ob_sval = "\x80\x00\xe0\x10\x14\x97\x0b\x91\x0b\x98\x51\xd0\x0f\x1f\xd0\x08\x1f",
60651 : : };
60652 : : static
60653 : : struct _PyCode_DEF(30)
60654 : : codecs_toplevel_consts_22_consts_8 = {
60655 : : .ob_base = {
60656 : : .ob_base = {
60657 : : .ob_refcnt = 999999999,
60658 : : .ob_type = &PyCode_Type,
60659 : : },
60660 : : .ob_size = 15,
60661 : : },
60662 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
60663 : : .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
60664 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60665 : : .co_flags = 3,
60666 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60667 : : ._co_linearray_entry_size = 0,
60668 : : .co_argcount = 1,
60669 : : .co_posonlyargcount = 0,
60670 : : .co_kwonlyargcount = 0,
60671 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
60672 : : .co_stacksize = 2,
60673 : : .co_firstlineno = 331,
60674 : : .co_nlocalsplus = 1,
60675 : : .co_nlocals = 1,
60676 : : .co_nplaincellvars = 0,
60677 : : .co_ncellvars = 0,
60678 : : .co_nfreevars = 0,
60679 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
60680 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
60681 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60682 : : .co_name = &_Py_ID(getstate),
60683 : : .co_qualname = & codecs_toplevel_consts_22_consts_8_qualname._ascii.ob_base,
60684 : : .co_linetable = & codecs_toplevel_consts_22_consts_8_linetable.ob_base.ob_base,
60685 : : ._co_code = NULL,
60686 : : ._co_linearray = NULL,
60687 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x66\x02\x53\x00",
60688 : : ._co_firsttraceable = 0,
60689 : : };
60690 : : static
60691 : : struct {
60692 : : PyASCIIObject _ascii;
60693 : : uint8_t _data[36];
60694 : : }
60695 : : codecs_toplevel_consts_22_consts_9_qualname = {
60696 : : ._ascii = {
60697 : : .ob_base = {
60698 : : .ob_refcnt = 999999999,
60699 : : .ob_type = &PyUnicode_Type,
60700 : : },
60701 : : .length = 35,
60702 : : .hash = -1,
60703 : : .state = {
60704 : : .kind = 1,
60705 : : .compact = 1,
60706 : : .ascii = 1,
60707 : : },
60708 : : },
60709 : : ._data = "BufferedIncrementalDecoder.setstate",
60710 : : };
60711 : : static
60712 : : struct {
60713 : : PyObject_VAR_HEAD
60714 : : Py_hash_t ob_shash;
60715 : : char ob_sval[18];
60716 : : }
60717 : : codecs_toplevel_consts_22_consts_9_linetable = {
60718 : : .ob_base = {
60719 : : .ob_base = {
60720 : : .ob_refcnt = 999999999,
60721 : : .ob_type = &PyBytes_Type,
60722 : : },
60723 : : .ob_size = 17,
60724 : : },
60725 : : .ob_shash = -1,
60726 : : .ob_sval = "\x80\x00\xe0\x16\x1b\x98\x41\x94\x68\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
60727 : : };
60728 : : static
60729 : : struct _PyCode_DEF(32)
60730 : : codecs_toplevel_consts_22_consts_9 = {
60731 : : .ob_base = {
60732 : : .ob_base = {
60733 : : .ob_refcnt = 999999999,
60734 : : .ob_type = &PyCode_Type,
60735 : : },
60736 : : .ob_size = 16,
60737 : : },
60738 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
60739 : : .co_names = & codecs_toplevel_consts_18_consts_8_names._object.ob_base.ob_base,
60740 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60741 : : .co_flags = 3,
60742 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60743 : : ._co_linearray_entry_size = 0,
60744 : : .co_argcount = 2,
60745 : : .co_posonlyargcount = 0,
60746 : : .co_kwonlyargcount = 0,
60747 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
60748 : : .co_stacksize = 2,
60749 : : .co_firstlineno = 335,
60750 : : .co_nlocalsplus = 2,
60751 : : .co_nlocals = 2,
60752 : : .co_nplaincellvars = 0,
60753 : : .co_ncellvars = 0,
60754 : : .co_nfreevars = 0,
60755 : : .co_localsplusnames = & codecs_toplevel_consts_16_consts_8_localsplusnames._object.ob_base.ob_base,
60756 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
60757 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60758 : : .co_name = &_Py_ID(setstate),
60759 : : .co_qualname = & codecs_toplevel_consts_22_consts_9_qualname._ascii.ob_base,
60760 : : .co_linetable = & codecs_toplevel_consts_22_consts_9_linetable.ob_base.ob_base,
60761 : : ._co_code = NULL,
60762 : : ._co_linearray = NULL,
60763 : : .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",
60764 : : ._co_firsttraceable = 0,
60765 : : };
60766 : : static
60767 : : struct {
60768 : : PyGC_Head _gc_head;
60769 : : struct {
60770 : : PyObject_VAR_HEAD
60771 : : PyObject *ob_item[13];
60772 : : }_object;
60773 : : }
60774 : : codecs_toplevel_consts_22_consts = {
60775 : : ._object = {
60776 : : .ob_base = {
60777 : : .ob_base = {
60778 : : .ob_refcnt = 999999999,
60779 : : .ob_type = &PyTuple_Type,
60780 : : },
60781 : : .ob_size = 13,
60782 : : },
60783 : : .ob_item = {
60784 : : & const_str_BufferedIncrementalDecoder._ascii.ob_base,
60785 : : & codecs_toplevel_consts_22_consts_1._ascii.ob_base,
60786 : : &_Py_ID(strict),
60787 : : & codecs_toplevel_consts_22_consts_3.ob_base.ob_base,
60788 : : & codecs_toplevel_consts_22_consts_4.ob_base.ob_base,
60789 : : Py_False,
60790 : : & codecs_toplevel_consts_22_consts_6.ob_base.ob_base,
60791 : : & codecs_toplevel_consts_22_consts_7.ob_base.ob_base,
60792 : : & codecs_toplevel_consts_22_consts_8.ob_base.ob_base,
60793 : : & codecs_toplevel_consts_22_consts_9.ob_base.ob_base,
60794 : : Py_None,
60795 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
60796 : : & codecs_toplevel_consts_16_consts_11._object.ob_base.ob_base,
60797 : : },
60798 : : },
60799 : : };
60800 : : static
60801 : : struct {
60802 : : PyGC_Head _gc_head;
60803 : : struct {
60804 : : PyObject_VAR_HEAD
60805 : : PyObject *ob_item[10];
60806 : : }_object;
60807 : : }
60808 : : codecs_toplevel_consts_22_names = {
60809 : : ._object = {
60810 : : .ob_base = {
60811 : : .ob_base = {
60812 : : .ob_refcnt = 999999999,
60813 : : .ob_type = &PyTuple_Type,
60814 : : },
60815 : : .ob_size = 10,
60816 : : },
60817 : : .ob_item = {
60818 : : &_Py_ID(__name__),
60819 : : &_Py_ID(__module__),
60820 : : &_Py_ID(__qualname__),
60821 : : &_Py_ID(__doc__),
60822 : : &_Py_ID(__init__),
60823 : : & const_str__buffer_decode._ascii.ob_base,
60824 : : &_Py_ID(decode),
60825 : : &_Py_ID(reset),
60826 : : &_Py_ID(getstate),
60827 : : &_Py_ID(setstate),
60828 : : },
60829 : : },
60830 : : };
60831 : : static
60832 : : struct {
60833 : : PyObject_VAR_HEAD
60834 : : Py_hash_t ob_shash;
60835 : : char ob_sval[131];
60836 : : }
60837 : : codecs_toplevel_consts_22_linetable = {
60838 : : .ob_base = {
60839 : : .ob_base = {
60840 : : .ob_refcnt = 999999999,
60841 : : .ob_type = &PyBytes_Type,
60842 : : },
60843 : : .ob_size = 130,
60844 : : },
60845 : : .ob_shash = -1,
60846 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0a\x00\x1f\x27\xf0\x00\x03\x05\x1a\xf0\x00\x03\x05\x1a\xf0\x00\x03\x05\x1a\xf0\x0a\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x00\x03\x05\x22\xf0\x0a\x00\x23\x28\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x00\x06\x05\x16\xf0\x10\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x08\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f",
60847 : : };
60848 : : static
60849 : : struct _PyCode_DEF(58)
60850 : : codecs_toplevel_consts_22 = {
60851 : : .ob_base = {
60852 : : .ob_base = {
60853 : : .ob_refcnt = 999999999,
60854 : : .ob_type = &PyCode_Type,
60855 : : },
60856 : : .ob_size = 29,
60857 : : },
60858 : : .co_consts = & codecs_toplevel_consts_22_consts._object.ob_base.ob_base,
60859 : : .co_names = & codecs_toplevel_consts_22_names._object.ob_base.ob_base,
60860 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
60861 : : .co_flags = 0,
60862 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
60863 : : ._co_linearray_entry_size = 0,
60864 : : .co_argcount = 0,
60865 : : .co_posonlyargcount = 0,
60866 : : .co_kwonlyargcount = 0,
60867 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
60868 : : .co_stacksize = 2,
60869 : : .co_firstlineno = 303,
60870 : : .co_nlocalsplus = 0,
60871 : : .co_nlocals = 0,
60872 : : .co_nplaincellvars = 0,
60873 : : .co_ncellvars = 0,
60874 : : .co_nfreevars = 0,
60875 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
60876 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
60877 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
60878 : : .co_name = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
60879 : : .co_qualname = & const_str_BufferedIncrementalDecoder._ascii.ob_base,
60880 : : .co_linetable = & codecs_toplevel_consts_22_linetable.ob_base.ob_base,
60881 : : ._co_code = NULL,
60882 : : ._co_linearray = NULL,
60883 : : .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",
60884 : : ._co_firsttraceable = 0,
60885 : : };
60886 : : static
60887 : : struct {
60888 : : PyASCIIObject _ascii;
60889 : : uint8_t _data[888];
60890 : : }
60891 : : codecs_toplevel_consts_24_consts_2_consts_0 = {
60892 : : ._ascii = {
60893 : : .ob_base = {
60894 : : .ob_refcnt = 999999999,
60895 : : .ob_type = &PyUnicode_Type,
60896 : : },
60897 : : .length = 887,
60898 : : .hash = -1,
60899 : : .state = {
60900 : : .kind = 1,
60901 : : .compact = 1,
60902 : : .ascii = 1,
60903 : : },
60904 : : },
60905 : : ._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",
60906 : : };
60907 : : static
60908 : : struct {
60909 : : PyGC_Head _gc_head;
60910 : : struct {
60911 : : PyObject_VAR_HEAD
60912 : : PyObject *ob_item[2];
60913 : : }_object;
60914 : : }
60915 : : codecs_toplevel_consts_24_consts_2_consts = {
60916 : : ._object = {
60917 : : .ob_base = {
60918 : : .ob_base = {
60919 : : .ob_refcnt = 999999999,
60920 : : .ob_type = &PyTuple_Type,
60921 : : },
60922 : : .ob_size = 2,
60923 : : },
60924 : : .ob_item = {
60925 : : & codecs_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
60926 : : Py_None,
60927 : : },
60928 : : },
60929 : : };
60930 : : static
60931 : : struct {
60932 : : PyASCIIObject _ascii;
60933 : : uint8_t _data[7];
60934 : : }
60935 : : const_str_stream = {
60936 : : ._ascii = {
60937 : : .ob_base = {
60938 : : .ob_refcnt = 999999999,
60939 : : .ob_type = &PyUnicode_Type,
60940 : : },
60941 : : .length = 6,
60942 : : .hash = -1,
60943 : : .state = {
60944 : : .kind = 1,
60945 : : .compact = 1,
60946 : : .ascii = 1,
60947 : : },
60948 : : },
60949 : : ._data = "stream",
60950 : : };
60951 : : static
60952 : : struct {
60953 : : PyGC_Head _gc_head;
60954 : : struct {
60955 : : PyObject_VAR_HEAD
60956 : : PyObject *ob_item[2];
60957 : : }_object;
60958 : : }
60959 : : codecs_toplevel_consts_24_consts_2_names = {
60960 : : ._object = {
60961 : : .ob_base = {
60962 : : .ob_base = {
60963 : : .ob_refcnt = 999999999,
60964 : : .ob_type = &PyTuple_Type,
60965 : : },
60966 : : .ob_size = 2,
60967 : : },
60968 : : .ob_item = {
60969 : : & const_str_stream._ascii.ob_base,
60970 : : &_Py_ID(errors),
60971 : : },
60972 : : },
60973 : : };
60974 : : static
60975 : : struct {
60976 : : PyASCIIObject _ascii;
60977 : : uint8_t _data[22];
60978 : : }
60979 : : codecs_toplevel_consts_24_consts_2_qualname = {
60980 : : ._ascii = {
60981 : : .ob_base = {
60982 : : .ob_refcnt = 999999999,
60983 : : .ob_type = &PyUnicode_Type,
60984 : : },
60985 : : .length = 21,
60986 : : .hash = -1,
60987 : : .state = {
60988 : : .kind = 1,
60989 : : .compact = 1,
60990 : : .ascii = 1,
60991 : : },
60992 : : },
60993 : : ._data = "StreamWriter.__init__",
60994 : : };
60995 : : static
60996 : : struct {
60997 : : PyObject_VAR_HEAD
60998 : : Py_hash_t ob_shash;
60999 : : char ob_sval[23];
61000 : : }
61001 : : codecs_toplevel_consts_24_consts_2_linetable = {
61002 : : .ob_base = {
61003 : : .ob_base = {
61004 : : .ob_refcnt = 999999999,
61005 : : .ob_type = &PyBytes_Type,
61006 : : },
61007 : : .ob_size = 22,
61008 : : },
61009 : : .ob_shash = -1,
61010 : : .ob_sval = "\x80\x00\xf0\x2c\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
61011 : : };
61012 : : static
61013 : : struct {
61014 : : PyGC_Head _gc_head;
61015 : : struct {
61016 : : PyObject_VAR_HEAD
61017 : : PyObject *ob_item[3];
61018 : : }_object;
61019 : : }
61020 : : codecs_toplevel_consts_24_consts_2_localsplusnames = {
61021 : : ._object = {
61022 : : .ob_base = {
61023 : : .ob_base = {
61024 : : .ob_refcnt = 999999999,
61025 : : .ob_type = &PyTuple_Type,
61026 : : },
61027 : : .ob_size = 3,
61028 : : },
61029 : : .ob_item = {
61030 : : & const_str_self._ascii.ob_base,
61031 : : & const_str_stream._ascii.ob_base,
61032 : : &_Py_ID(errors),
61033 : : },
61034 : : },
61035 : : };
61036 : : static
61037 : : struct _PyCode_DEF(34)
61038 : : codecs_toplevel_consts_24_consts_2 = {
61039 : : .ob_base = {
61040 : : .ob_base = {
61041 : : .ob_refcnt = 999999999,
61042 : : .ob_type = &PyCode_Type,
61043 : : },
61044 : : .ob_size = 17,
61045 : : },
61046 : : .co_consts = & codecs_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
61047 : : .co_names = & codecs_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
61048 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61049 : : .co_flags = 3,
61050 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61051 : : ._co_linearray_entry_size = 0,
61052 : : .co_argcount = 3,
61053 : : .co_posonlyargcount = 0,
61054 : : .co_kwonlyargcount = 0,
61055 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
61056 : : .co_stacksize = 2,
61057 : : .co_firstlineno = 348,
61058 : : .co_nlocalsplus = 3,
61059 : : .co_nlocals = 3,
61060 : : .co_nplaincellvars = 0,
61061 : : .co_ncellvars = 0,
61062 : : .co_nfreevars = 0,
61063 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
61064 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
61065 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61066 : : .co_name = &_Py_ID(__init__),
61067 : : .co_qualname = & codecs_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
61068 : : .co_linetable = & codecs_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
61069 : : ._co_code = NULL,
61070 : : ._co_linearray = NULL,
61071 : : .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",
61072 : : ._co_firsttraceable = 0,
61073 : : };
61074 : : static
61075 : : struct {
61076 : : PyASCIIObject _ascii;
61077 : : uint8_t _data[63];
61078 : : }
61079 : : codecs_toplevel_consts_24_consts_3_consts_0 = {
61080 : : ._ascii = {
61081 : : .ob_base = {
61082 : : .ob_refcnt = 999999999,
61083 : : .ob_type = &PyUnicode_Type,
61084 : : },
61085 : : .length = 62,
61086 : : .hash = -1,
61087 : : .state = {
61088 : : .kind = 1,
61089 : : .compact = 1,
61090 : : .ascii = 1,
61091 : : },
61092 : : },
61093 : : ._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",
61094 : : };
61095 : : static
61096 : : struct {
61097 : : PyGC_Head _gc_head;
61098 : : struct {
61099 : : PyObject_VAR_HEAD
61100 : : PyObject *ob_item[2];
61101 : : }_object;
61102 : : }
61103 : : codecs_toplevel_consts_24_consts_3_consts = {
61104 : : ._object = {
61105 : : .ob_base = {
61106 : : .ob_base = {
61107 : : .ob_refcnt = 999999999,
61108 : : .ob_type = &PyTuple_Type,
61109 : : },
61110 : : .ob_size = 2,
61111 : : },
61112 : : .ob_item = {
61113 : : & codecs_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
61114 : : Py_None,
61115 : : },
61116 : : },
61117 : : };
61118 : : static
61119 : : struct {
61120 : : PyGC_Head _gc_head;
61121 : : struct {
61122 : : PyObject_VAR_HEAD
61123 : : PyObject *ob_item[4];
61124 : : }_object;
61125 : : }
61126 : : codecs_toplevel_consts_24_consts_3_names = {
61127 : : ._object = {
61128 : : .ob_base = {
61129 : : .ob_base = {
61130 : : .ob_refcnt = 999999999,
61131 : : .ob_type = &PyTuple_Type,
61132 : : },
61133 : : .ob_size = 4,
61134 : : },
61135 : : .ob_item = {
61136 : : &_Py_ID(encode),
61137 : : &_Py_ID(errors),
61138 : : & const_str_stream._ascii.ob_base,
61139 : : &_Py_ID(write),
61140 : : },
61141 : : },
61142 : : };
61143 : : static
61144 : : struct {
61145 : : PyASCIIObject _ascii;
61146 : : uint8_t _data[19];
61147 : : }
61148 : : codecs_toplevel_consts_24_consts_3_qualname = {
61149 : : ._ascii = {
61150 : : .ob_base = {
61151 : : .ob_refcnt = 999999999,
61152 : : .ob_type = &PyUnicode_Type,
61153 : : },
61154 : : .length = 18,
61155 : : .hash = -1,
61156 : : .state = {
61157 : : .kind = 1,
61158 : : .compact = 1,
61159 : : .ascii = 1,
61160 : : },
61161 : : },
61162 : : ._data = "StreamWriter.write",
61163 : : };
61164 : : static
61165 : : struct {
61166 : : PyObject_VAR_HEAD
61167 : : Py_hash_t ob_shash;
61168 : : char ob_sval[56];
61169 : : }
61170 : : codecs_toplevel_consts_24_consts_3_linetable = {
61171 : : .ob_base = {
61172 : : .ob_base = {
61173 : : .ob_refcnt = 999999999,
61174 : : .ob_type = &PyBytes_Type,
61175 : : },
61176 : : .ob_size = 55,
61177 : : },
61178 : : .ob_shash = -1,
61179 : : .ob_sval = "\x80\x00\xf0\x08\x00\x1a\x1e\x9f\x1b\x99\x1b\xa0\x56\xa8\x54\xaf\x5b\xa9\x5b\xd4\x19\x39\x89\x0e\x88\x04\x88\x68\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\x98\x24\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f",
61180 : : };
61181 : : static
61182 : : struct {
61183 : : PyGC_Head _gc_head;
61184 : : struct {
61185 : : PyObject_VAR_HEAD
61186 : : PyObject *ob_item[4];
61187 : : }_object;
61188 : : }
61189 : : codecs_toplevel_consts_24_consts_3_localsplusnames = {
61190 : : ._object = {
61191 : : .ob_base = {
61192 : : .ob_base = {
61193 : : .ob_refcnt = 999999999,
61194 : : .ob_type = &PyTuple_Type,
61195 : : },
61196 : : .ob_size = 4,
61197 : : },
61198 : : .ob_item = {
61199 : : & const_str_self._ascii.ob_base,
61200 : : & const_str_object._ascii.ob_base,
61201 : : & const_str_data._ascii.ob_base,
61202 : : & const_str_consumed._ascii.ob_base,
61203 : : },
61204 : : },
61205 : : };
61206 : : static
61207 : : struct _PyCode_DEF(126)
61208 : : codecs_toplevel_consts_24_consts_3 = {
61209 : : .ob_base = {
61210 : : .ob_base = {
61211 : : .ob_refcnt = 999999999,
61212 : : .ob_type = &PyCode_Type,
61213 : : },
61214 : : .ob_size = 63,
61215 : : },
61216 : : .co_consts = & codecs_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
61217 : : .co_names = & codecs_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
61218 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61219 : : .co_flags = 3,
61220 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61221 : : ._co_linearray_entry_size = 0,
61222 : : .co_argcount = 2,
61223 : : .co_posonlyargcount = 0,
61224 : : .co_kwonlyargcount = 0,
61225 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
61226 : : .co_stacksize = 4,
61227 : : .co_firstlineno = 373,
61228 : : .co_nlocalsplus = 4,
61229 : : .co_nlocals = 4,
61230 : : .co_nplaincellvars = 0,
61231 : : .co_ncellvars = 0,
61232 : : .co_nfreevars = 0,
61233 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
61234 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
61235 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61236 : : .co_name = &_Py_ID(write),
61237 : : .co_qualname = & codecs_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
61238 : : .co_linetable = & codecs_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
61239 : : ._co_code = NULL,
61240 : : ._co_linearray = NULL,
61241 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
61242 : : ._co_firsttraceable = 0,
61243 : : };
61244 : : static
61245 : : struct {
61246 : : PyASCIIObject _ascii;
61247 : : uint8_t _data[92];
61248 : : }
61249 : : codecs_toplevel_consts_24_consts_4_consts_0 = {
61250 : : ._ascii = {
61251 : : .ob_base = {
61252 : : .ob_refcnt = 999999999,
61253 : : .ob_type = &PyUnicode_Type,
61254 : : },
61255 : : .length = 91,
61256 : : .hash = -1,
61257 : : .state = {
61258 : : .kind = 1,
61259 : : .compact = 1,
61260 : : .ascii = 1,
61261 : : },
61262 : : },
61263 : : ._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",
61264 : : };
61265 : : static
61266 : : struct {
61267 : : PyGC_Head _gc_head;
61268 : : struct {
61269 : : PyObject_VAR_HEAD
61270 : : PyObject *ob_item[3];
61271 : : }_object;
61272 : : }
61273 : : codecs_toplevel_consts_24_consts_4_consts = {
61274 : : ._object = {
61275 : : .ob_base = {
61276 : : .ob_base = {
61277 : : .ob_refcnt = 999999999,
61278 : : .ob_type = &PyTuple_Type,
61279 : : },
61280 : : .ob_size = 3,
61281 : : },
61282 : : .ob_item = {
61283 : : & codecs_toplevel_consts_24_consts_4_consts_0._ascii.ob_base,
61284 : : &_Py_STR(empty),
61285 : : Py_None,
61286 : : },
61287 : : },
61288 : : };
61289 : : static
61290 : : struct {
61291 : : PyGC_Head _gc_head;
61292 : : struct {
61293 : : PyObject_VAR_HEAD
61294 : : PyObject *ob_item[2];
61295 : : }_object;
61296 : : }
61297 : : codecs_toplevel_consts_24_consts_4_names = {
61298 : : ._object = {
61299 : : .ob_base = {
61300 : : .ob_base = {
61301 : : .ob_refcnt = 999999999,
61302 : : .ob_type = &PyTuple_Type,
61303 : : },
61304 : : .ob_size = 2,
61305 : : },
61306 : : .ob_item = {
61307 : : &_Py_ID(write),
61308 : : &_Py_ID(join),
61309 : : },
61310 : : },
61311 : : };
61312 : : static
61313 : : struct {
61314 : : PyASCIIObject _ascii;
61315 : : uint8_t _data[11];
61316 : : }
61317 : : const_str_writelines = {
61318 : : ._ascii = {
61319 : : .ob_base = {
61320 : : .ob_refcnt = 999999999,
61321 : : .ob_type = &PyUnicode_Type,
61322 : : },
61323 : : .length = 10,
61324 : : .hash = -1,
61325 : : .state = {
61326 : : .kind = 1,
61327 : : .compact = 1,
61328 : : .ascii = 1,
61329 : : },
61330 : : },
61331 : : ._data = "writelines",
61332 : : };
61333 : : static
61334 : : struct {
61335 : : PyASCIIObject _ascii;
61336 : : uint8_t _data[24];
61337 : : }
61338 : : codecs_toplevel_consts_24_consts_4_qualname = {
61339 : : ._ascii = {
61340 : : .ob_base = {
61341 : : .ob_refcnt = 999999999,
61342 : : .ob_type = &PyUnicode_Type,
61343 : : },
61344 : : .length = 23,
61345 : : .hash = -1,
61346 : : .state = {
61347 : : .kind = 1,
61348 : : .compact = 1,
61349 : : .ascii = 1,
61350 : : },
61351 : : },
61352 : : ._data = "StreamWriter.writelines",
61353 : : };
61354 : : static
61355 : : struct {
61356 : : PyObject_VAR_HEAD
61357 : : Py_hash_t ob_shash;
61358 : : char ob_sval[34];
61359 : : }
61360 : : codecs_toplevel_consts_24_consts_4_linetable = {
61361 : : .ob_base = {
61362 : : .ob_base = {
61363 : : .ob_refcnt = 999999999,
61364 : : .ob_type = &PyBytes_Type,
61365 : : },
61366 : : .ob_size = 33,
61367 : : },
61368 : : .ob_shash = -1,
61369 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8f\x0a\x89\x0a\x90\x32\x97\x37\x91\x37\x98\x34\x94\x3d\xd4\x08\x21\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21",
61370 : : };
61371 : : static
61372 : : struct {
61373 : : PyGC_Head _gc_head;
61374 : : struct {
61375 : : PyObject_VAR_HEAD
61376 : : PyObject *ob_item[2];
61377 : : }_object;
61378 : : }
61379 : : codecs_toplevel_consts_24_consts_4_localsplusnames = {
61380 : : ._object = {
61381 : : .ob_base = {
61382 : : .ob_base = {
61383 : : .ob_refcnt = 999999999,
61384 : : .ob_type = &PyTuple_Type,
61385 : : },
61386 : : .ob_size = 2,
61387 : : },
61388 : : .ob_item = {
61389 : : & const_str_self._ascii.ob_base,
61390 : : & const_str_list._ascii.ob_base,
61391 : : },
61392 : : },
61393 : : };
61394 : : static
61395 : : struct _PyCode_DEF(74)
61396 : : codecs_toplevel_consts_24_consts_4 = {
61397 : : .ob_base = {
61398 : : .ob_base = {
61399 : : .ob_refcnt = 999999999,
61400 : : .ob_type = &PyCode_Type,
61401 : : },
61402 : : .ob_size = 37,
61403 : : },
61404 : : .co_consts = & codecs_toplevel_consts_24_consts_4_consts._object.ob_base.ob_base,
61405 : : .co_names = & codecs_toplevel_consts_24_consts_4_names._object.ob_base.ob_base,
61406 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61407 : : .co_flags = 3,
61408 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61409 : : ._co_linearray_entry_size = 0,
61410 : : .co_argcount = 2,
61411 : : .co_posonlyargcount = 0,
61412 : : .co_kwonlyargcount = 0,
61413 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
61414 : : .co_stacksize = 5,
61415 : : .co_firstlineno = 380,
61416 : : .co_nlocalsplus = 2,
61417 : : .co_nlocals = 2,
61418 : : .co_nplaincellvars = 0,
61419 : : .co_ncellvars = 0,
61420 : : .co_nfreevars = 0,
61421 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
61422 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
61423 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61424 : : .co_name = & const_str_writelines._ascii.ob_base,
61425 : : .co_qualname = & codecs_toplevel_consts_24_consts_4_qualname._ascii.ob_base,
61426 : : .co_linetable = & codecs_toplevel_consts_24_consts_4_linetable.ob_base.ob_base,
61427 : : ._co_code = NULL,
61428 : : ._co_linearray = NULL,
61429 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
61430 : : ._co_firsttraceable = 0,
61431 : : };
61432 : : static
61433 : : struct {
61434 : : PyASCIIObject _ascii;
61435 : : uint8_t _data[307];
61436 : : }
61437 : : codecs_toplevel_consts_24_consts_5_consts_0 = {
61438 : : ._ascii = {
61439 : : .ob_base = {
61440 : : .ob_refcnt = 999999999,
61441 : : .ob_type = &PyUnicode_Type,
61442 : : },
61443 : : .length = 306,
61444 : : .hash = -1,
61445 : : .state = {
61446 : : .kind = 1,
61447 : : .compact = 1,
61448 : : .ascii = 1,
61449 : : },
61450 : : },
61451 : : ._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",
61452 : : };
61453 : : static
61454 : : struct {
61455 : : PyGC_Head _gc_head;
61456 : : struct {
61457 : : PyObject_VAR_HEAD
61458 : : PyObject *ob_item[2];
61459 : : }_object;
61460 : : }
61461 : : codecs_toplevel_consts_24_consts_5_consts = {
61462 : : ._object = {
61463 : : .ob_base = {
61464 : : .ob_base = {
61465 : : .ob_refcnt = 999999999,
61466 : : .ob_type = &PyTuple_Type,
61467 : : },
61468 : : .ob_size = 2,
61469 : : },
61470 : : .ob_item = {
61471 : : & codecs_toplevel_consts_24_consts_5_consts_0._ascii.ob_base,
61472 : : Py_None,
61473 : : },
61474 : : },
61475 : : };
61476 : : static
61477 : : struct {
61478 : : PyASCIIObject _ascii;
61479 : : uint8_t _data[19];
61480 : : }
61481 : : codecs_toplevel_consts_24_consts_5_qualname = {
61482 : : ._ascii = {
61483 : : .ob_base = {
61484 : : .ob_refcnt = 999999999,
61485 : : .ob_type = &PyUnicode_Type,
61486 : : },
61487 : : .length = 18,
61488 : : .hash = -1,
61489 : : .state = {
61490 : : .kind = 1,
61491 : : .compact = 1,
61492 : : .ascii = 1,
61493 : : },
61494 : : },
61495 : : ._data = "StreamWriter.reset",
61496 : : };
61497 : : static
61498 : : struct {
61499 : : PyObject_VAR_HEAD
61500 : : Py_hash_t ob_shash;
61501 : : char ob_sval[10];
61502 : : }
61503 : : codecs_toplevel_consts_24_consts_5_linetable = {
61504 : : .ob_base = {
61505 : : .ob_base = {
61506 : : .ob_refcnt = 999999999,
61507 : : .ob_type = &PyBytes_Type,
61508 : : },
61509 : : .ob_size = 9,
61510 : : },
61511 : : .ob_shash = -1,
61512 : : .ob_sval = "\x80\x00\xf0\x14\x00\x09\x0d\x88\x04",
61513 : : };
61514 : : static
61515 : : struct _PyCode_DEF(6)
61516 : : codecs_toplevel_consts_24_consts_5 = {
61517 : : .ob_base = {
61518 : : .ob_base = {
61519 : : .ob_refcnt = 999999999,
61520 : : .ob_type = &PyCode_Type,
61521 : : },
61522 : : .ob_size = 3,
61523 : : },
61524 : : .co_consts = & codecs_toplevel_consts_24_consts_5_consts._object.ob_base.ob_base,
61525 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
61526 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61527 : : .co_flags = 3,
61528 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61529 : : ._co_linearray_entry_size = 0,
61530 : : .co_argcount = 1,
61531 : : .co_posonlyargcount = 0,
61532 : : .co_kwonlyargcount = 0,
61533 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
61534 : : .co_stacksize = 1,
61535 : : .co_firstlineno = 387,
61536 : : .co_nlocalsplus = 1,
61537 : : .co_nlocals = 1,
61538 : : .co_nplaincellvars = 0,
61539 : : .co_ncellvars = 0,
61540 : : .co_nfreevars = 0,
61541 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61542 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61543 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61544 : : .co_name = &_Py_ID(reset),
61545 : : .co_qualname = & codecs_toplevel_consts_24_consts_5_qualname._ascii.ob_base,
61546 : : .co_linetable = & codecs_toplevel_consts_24_consts_5_linetable.ob_base.ob_base,
61547 : : ._co_code = NULL,
61548 : : ._co_linearray = NULL,
61549 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
61550 : : ._co_firsttraceable = 0,
61551 : : };
61552 : : static
61553 : : struct {
61554 : : PyGC_Head _gc_head;
61555 : : struct {
61556 : : PyObject_VAR_HEAD
61557 : : PyObject *ob_item[3];
61558 : : }_object;
61559 : : }
61560 : : codecs_toplevel_consts_24_consts_7_names = {
61561 : : ._object = {
61562 : : .ob_base = {
61563 : : .ob_base = {
61564 : : .ob_refcnt = 999999999,
61565 : : .ob_type = &PyTuple_Type,
61566 : : },
61567 : : .ob_size = 3,
61568 : : },
61569 : : .ob_item = {
61570 : : & const_str_stream._ascii.ob_base,
61571 : : &_Py_ID(seek),
61572 : : &_Py_ID(reset),
61573 : : },
61574 : : },
61575 : : };
61576 : : static
61577 : : struct {
61578 : : PyASCIIObject _ascii;
61579 : : uint8_t _data[18];
61580 : : }
61581 : : codecs_toplevel_consts_24_consts_7_qualname = {
61582 : : ._ascii = {
61583 : : .ob_base = {
61584 : : .ob_refcnt = 999999999,
61585 : : .ob_type = &PyUnicode_Type,
61586 : : },
61587 : : .length = 17,
61588 : : .hash = -1,
61589 : : .state = {
61590 : : .kind = 1,
61591 : : .compact = 1,
61592 : : .ascii = 1,
61593 : : },
61594 : : },
61595 : : ._data = "StreamWriter.seek",
61596 : : };
61597 : : static
61598 : : struct {
61599 : : PyObject_VAR_HEAD
61600 : : Py_hash_t ob_shash;
61601 : : char ob_sval[84];
61602 : : }
61603 : : codecs_toplevel_consts_24_consts_7_linetable = {
61604 : : .ob_base = {
61605 : : .ob_base = {
61606 : : .ob_refcnt = 999999999,
61607 : : .ob_type = &PyBytes_Type,
61608 : : },
61609 : : .ob_size = 83,
61610 : : },
61611 : : .ob_shash = -1,
61612 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x0b\x11\x90\x51\x8a\x3b\xf0\x00\x01\x09\x19\x98\x36\xa0\x51\x9a\x3b\xf0\x00\x01\x09\x19\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf0\x03\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19",
61613 : : };
61614 : : static
61615 : : struct {
61616 : : PyASCIIObject _ascii;
61617 : : uint8_t _data[7];
61618 : : }
61619 : : const_str_whence = {
61620 : : ._ascii = {
61621 : : .ob_base = {
61622 : : .ob_refcnt = 999999999,
61623 : : .ob_type = &PyUnicode_Type,
61624 : : },
61625 : : .length = 6,
61626 : : .hash = -1,
61627 : : .state = {
61628 : : .kind = 1,
61629 : : .compact = 1,
61630 : : .ascii = 1,
61631 : : },
61632 : : },
61633 : : ._data = "whence",
61634 : : };
61635 : : static
61636 : : struct {
61637 : : PyGC_Head _gc_head;
61638 : : struct {
61639 : : PyObject_VAR_HEAD
61640 : : PyObject *ob_item[3];
61641 : : }_object;
61642 : : }
61643 : : codecs_toplevel_consts_24_consts_7_localsplusnames = {
61644 : : ._object = {
61645 : : .ob_base = {
61646 : : .ob_base = {
61647 : : .ob_refcnt = 999999999,
61648 : : .ob_type = &PyTuple_Type,
61649 : : },
61650 : : .ob_size = 3,
61651 : : },
61652 : : .ob_item = {
61653 : : & const_str_self._ascii.ob_base,
61654 : : &_Py_ID(offset),
61655 : : & const_str_whence._ascii.ob_base,
61656 : : },
61657 : : },
61658 : : };
61659 : : static
61660 : : struct _PyCode_DEF(130)
61661 : : codecs_toplevel_consts_24_consts_7 = {
61662 : : .ob_base = {
61663 : : .ob_base = {
61664 : : .ob_refcnt = 999999999,
61665 : : .ob_type = &PyCode_Type,
61666 : : },
61667 : : .ob_size = 65,
61668 : : },
61669 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
61670 : : .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
61671 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61672 : : .co_flags = 3,
61673 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61674 : : ._co_linearray_entry_size = 0,
61675 : : .co_argcount = 3,
61676 : : .co_posonlyargcount = 0,
61677 : : .co_kwonlyargcount = 0,
61678 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
61679 : : .co_stacksize = 4,
61680 : : .co_firstlineno = 399,
61681 : : .co_nlocalsplus = 3,
61682 : : .co_nlocals = 3,
61683 : : .co_nplaincellvars = 0,
61684 : : .co_ncellvars = 0,
61685 : : .co_nfreevars = 0,
61686 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
61687 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
61688 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61689 : : .co_name = &_Py_ID(seek),
61690 : : .co_qualname = & codecs_toplevel_consts_24_consts_7_qualname._ascii.ob_base,
61691 : : .co_linetable = & codecs_toplevel_consts_24_consts_7_linetable.ob_base.ob_base,
61692 : : ._co_code = NULL,
61693 : : ._co_linearray = NULL,
61694 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1b\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
61695 : : ._co_firsttraceable = 0,
61696 : : };
61697 : : static
61698 : : struct {
61699 : : PyASCIIObject _ascii;
61700 : : uint8_t _data[64];
61701 : : }
61702 : : codecs_toplevel_consts_24_consts_8_consts_0 = {
61703 : : ._ascii = {
61704 : : .ob_base = {
61705 : : .ob_refcnt = 999999999,
61706 : : .ob_type = &PyUnicode_Type,
61707 : : },
61708 : : .length = 63,
61709 : : .hash = -1,
61710 : : .state = {
61711 : : .kind = 1,
61712 : : .compact = 1,
61713 : : .ascii = 1,
61714 : : },
61715 : : },
61716 : : ._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",
61717 : : };
61718 : : static
61719 : : struct {
61720 : : PyGC_Head _gc_head;
61721 : : struct {
61722 : : PyObject_VAR_HEAD
61723 : : PyObject *ob_item[1];
61724 : : }_object;
61725 : : }
61726 : : codecs_toplevel_consts_24_consts_8_consts = {
61727 : : ._object = {
61728 : : .ob_base = {
61729 : : .ob_base = {
61730 : : .ob_refcnt = 999999999,
61731 : : .ob_type = &PyTuple_Type,
61732 : : },
61733 : : .ob_size = 1,
61734 : : },
61735 : : .ob_item = {
61736 : : & codecs_toplevel_consts_24_consts_8_consts_0._ascii.ob_base,
61737 : : },
61738 : : },
61739 : : };
61740 : : static
61741 : : struct {
61742 : : PyGC_Head _gc_head;
61743 : : struct {
61744 : : PyObject_VAR_HEAD
61745 : : PyObject *ob_item[1];
61746 : : }_object;
61747 : : }
61748 : : codecs_toplevel_consts_24_consts_8_names = {
61749 : : ._object = {
61750 : : .ob_base = {
61751 : : .ob_base = {
61752 : : .ob_refcnt = 999999999,
61753 : : .ob_type = &PyTuple_Type,
61754 : : },
61755 : : .ob_size = 1,
61756 : : },
61757 : : .ob_item = {
61758 : : & const_str_stream._ascii.ob_base,
61759 : : },
61760 : : },
61761 : : };
61762 : : static
61763 : : struct {
61764 : : PyASCIIObject _ascii;
61765 : : uint8_t _data[25];
61766 : : }
61767 : : codecs_toplevel_consts_24_consts_8_qualname = {
61768 : : ._ascii = {
61769 : : .ob_base = {
61770 : : .ob_refcnt = 999999999,
61771 : : .ob_type = &PyUnicode_Type,
61772 : : },
61773 : : .length = 24,
61774 : : .hash = -1,
61775 : : .state = {
61776 : : .kind = 1,
61777 : : .compact = 1,
61778 : : .ascii = 1,
61779 : : },
61780 : : },
61781 : : ._data = "StreamWriter.__getattr__",
61782 : : };
61783 : : static
61784 : : struct {
61785 : : PyObject_VAR_HEAD
61786 : : Py_hash_t ob_shash;
61787 : : char ob_sval[24];
61788 : : }
61789 : : codecs_toplevel_consts_24_consts_8_linetable = {
61790 : : .ob_base = {
61791 : : .ob_base = {
61792 : : .ob_refcnt = 999999999,
61793 : : .ob_type = &PyBytes_Type,
61794 : : },
61795 : : .ob_size = 23,
61796 : : },
61797 : : .ob_shash = -1,
61798 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x10\x17\x88\x77\x90\x74\x97\x7b\x91\x7b\xa0\x44\xd4\x0f\x29\xd0\x08\x29",
61799 : : };
61800 : : static
61801 : : struct {
61802 : : PyGC_Head _gc_head;
61803 : : struct {
61804 : : PyObject_VAR_HEAD
61805 : : PyObject *ob_item[3];
61806 : : }_object;
61807 : : }
61808 : : codecs_toplevel_consts_24_consts_8_localsplusnames = {
61809 : : ._object = {
61810 : : .ob_base = {
61811 : : .ob_base = {
61812 : : .ob_refcnt = 999999999,
61813 : : .ob_type = &PyTuple_Type,
61814 : : },
61815 : : .ob_size = 3,
61816 : : },
61817 : : .ob_item = {
61818 : : & const_str_self._ascii.ob_base,
61819 : : &_Py_ID(name),
61820 : : &_Py_ID(getattr),
61821 : : },
61822 : : },
61823 : : };
61824 : : static
61825 : : struct _PyCode_DEF(42)
61826 : : codecs_toplevel_consts_24_consts_8 = {
61827 : : .ob_base = {
61828 : : .ob_base = {
61829 : : .ob_refcnt = 999999999,
61830 : : .ob_type = &PyCode_Type,
61831 : : },
61832 : : .ob_size = 21,
61833 : : },
61834 : : .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
61835 : : .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
61836 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61837 : : .co_flags = 3,
61838 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61839 : : ._co_linearray_entry_size = 0,
61840 : : .co_argcount = 3,
61841 : : .co_posonlyargcount = 0,
61842 : : .co_kwonlyargcount = 0,
61843 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
61844 : : .co_stacksize = 4,
61845 : : .co_firstlineno = 404,
61846 : : .co_nlocalsplus = 3,
61847 : : .co_nlocals = 3,
61848 : : .co_nplaincellvars = 0,
61849 : : .co_ncellvars = 0,
61850 : : .co_nfreevars = 0,
61851 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
61852 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
61853 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61854 : : .co_name = &_Py_ID(__getattr__),
61855 : : .co_qualname = & codecs_toplevel_consts_24_consts_8_qualname._ascii.ob_base,
61856 : : .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
61857 : : ._co_code = NULL,
61858 : : ._co_linearray = NULL,
61859 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
61860 : : ._co_firsttraceable = 0,
61861 : : };
61862 : : static
61863 : : struct {
61864 : : PyASCIIObject _ascii;
61865 : : uint8_t _data[23];
61866 : : }
61867 : : codecs_toplevel_consts_24_consts_9_qualname = {
61868 : : ._ascii = {
61869 : : .ob_base = {
61870 : : .ob_refcnt = 999999999,
61871 : : .ob_type = &PyUnicode_Type,
61872 : : },
61873 : : .length = 22,
61874 : : .hash = -1,
61875 : : .state = {
61876 : : .kind = 1,
61877 : : .compact = 1,
61878 : : .ascii = 1,
61879 : : },
61880 : : },
61881 : : ._data = "StreamWriter.__enter__",
61882 : : };
61883 : : static
61884 : : struct {
61885 : : PyObject_VAR_HEAD
61886 : : Py_hash_t ob_shash;
61887 : : char ob_sval[8];
61888 : : }
61889 : : codecs_toplevel_consts_24_consts_9_linetable = {
61890 : : .ob_base = {
61891 : : .ob_base = {
61892 : : .ob_refcnt = 999999999,
61893 : : .ob_type = &PyBytes_Type,
61894 : : },
61895 : : .ob_size = 7,
61896 : : },
61897 : : .ob_shash = -1,
61898 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x88\x0b",
61899 : : };
61900 : : static
61901 : : struct _PyCode_DEF(6)
61902 : : codecs_toplevel_consts_24_consts_9 = {
61903 : : .ob_base = {
61904 : : .ob_base = {
61905 : : .ob_refcnt = 999999999,
61906 : : .ob_type = &PyCode_Type,
61907 : : },
61908 : : .ob_size = 3,
61909 : : },
61910 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
61911 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
61912 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
61913 : : .co_flags = 3,
61914 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
61915 : : ._co_linearray_entry_size = 0,
61916 : : .co_argcount = 1,
61917 : : .co_posonlyargcount = 0,
61918 : : .co_kwonlyargcount = 0,
61919 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
61920 : : .co_stacksize = 1,
61921 : : .co_firstlineno = 411,
61922 : : .co_nlocalsplus = 1,
61923 : : .co_nlocals = 1,
61924 : : .co_nplaincellvars = 0,
61925 : : .co_ncellvars = 0,
61926 : : .co_nfreevars = 0,
61927 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
61928 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
61929 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
61930 : : .co_name = &_Py_ID(__enter__),
61931 : : .co_qualname = & codecs_toplevel_consts_24_consts_9_qualname._ascii.ob_base,
61932 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
61933 : : ._co_code = NULL,
61934 : : ._co_linearray = NULL,
61935 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
61936 : : ._co_firsttraceable = 0,
61937 : : };
61938 : : static
61939 : : struct {
61940 : : PyGC_Head _gc_head;
61941 : : struct {
61942 : : PyObject_VAR_HEAD
61943 : : PyObject *ob_item[2];
61944 : : }_object;
61945 : : }
61946 : : codecs_toplevel_consts_24_consts_10_names = {
61947 : : ._object = {
61948 : : .ob_base = {
61949 : : .ob_base = {
61950 : : .ob_refcnt = 999999999,
61951 : : .ob_type = &PyTuple_Type,
61952 : : },
61953 : : .ob_size = 2,
61954 : : },
61955 : : .ob_item = {
61956 : : & const_str_stream._ascii.ob_base,
61957 : : &_Py_ID(close),
61958 : : },
61959 : : },
61960 : : };
61961 : : static
61962 : : struct {
61963 : : PyASCIIObject _ascii;
61964 : : uint8_t _data[22];
61965 : : }
61966 : : codecs_toplevel_consts_24_consts_10_qualname = {
61967 : : ._ascii = {
61968 : : .ob_base = {
61969 : : .ob_refcnt = 999999999,
61970 : : .ob_type = &PyUnicode_Type,
61971 : : },
61972 : : .length = 21,
61973 : : .hash = -1,
61974 : : .state = {
61975 : : .kind = 1,
61976 : : .compact = 1,
61977 : : .ascii = 1,
61978 : : },
61979 : : },
61980 : : ._data = "StreamWriter.__exit__",
61981 : : };
61982 : : static
61983 : : struct {
61984 : : PyObject_VAR_HEAD
61985 : : Py_hash_t ob_shash;
61986 : : char ob_sval[28];
61987 : : }
61988 : : codecs_toplevel_consts_24_consts_10_linetable = {
61989 : : .ob_base = {
61990 : : .ob_base = {
61991 : : .ob_refcnt = 999999999,
61992 : : .ob_type = &PyBytes_Type,
61993 : : },
61994 : : .ob_size = 27,
61995 : : },
61996 : : .ob_shash = -1,
61997 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
61998 : : };
61999 : : static
62000 : : struct {
62001 : : PyASCIIObject _ascii;
62002 : : uint8_t _data[3];
62003 : : }
62004 : : const_str_tb = {
62005 : : ._ascii = {
62006 : : .ob_base = {
62007 : : .ob_refcnt = 999999999,
62008 : : .ob_type = &PyUnicode_Type,
62009 : : },
62010 : : .length = 2,
62011 : : .hash = -1,
62012 : : .state = {
62013 : : .kind = 1,
62014 : : .compact = 1,
62015 : : .ascii = 1,
62016 : : },
62017 : : },
62018 : : ._data = "tb",
62019 : : };
62020 : : static
62021 : : struct {
62022 : : PyGC_Head _gc_head;
62023 : : struct {
62024 : : PyObject_VAR_HEAD
62025 : : PyObject *ob_item[4];
62026 : : }_object;
62027 : : }
62028 : : codecs_toplevel_consts_24_consts_10_localsplusnames = {
62029 : : ._object = {
62030 : : .ob_base = {
62031 : : .ob_base = {
62032 : : .ob_refcnt = 999999999,
62033 : : .ob_type = &PyTuple_Type,
62034 : : },
62035 : : .ob_size = 4,
62036 : : },
62037 : : .ob_item = {
62038 : : & const_str_self._ascii.ob_base,
62039 : : & const_str_type._ascii.ob_base,
62040 : : & const_str_value._ascii.ob_base,
62041 : : & const_str_tb._ascii.ob_base,
62042 : : },
62043 : : },
62044 : : };
62045 : : static
62046 : : struct _PyCode_DEF(60)
62047 : : codecs_toplevel_consts_24_consts_10 = {
62048 : : .ob_base = {
62049 : : .ob_base = {
62050 : : .ob_refcnt = 999999999,
62051 : : .ob_type = &PyCode_Type,
62052 : : },
62053 : : .ob_size = 30,
62054 : : },
62055 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
62056 : : .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
62057 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62058 : : .co_flags = 3,
62059 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62060 : : ._co_linearray_entry_size = 0,
62061 : : .co_argcount = 4,
62062 : : .co_posonlyargcount = 0,
62063 : : .co_kwonlyargcount = 0,
62064 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
62065 : : .co_stacksize = 2,
62066 : : .co_firstlineno = 414,
62067 : : .co_nlocalsplus = 4,
62068 : : .co_nlocals = 4,
62069 : : .co_nplaincellvars = 0,
62070 : : .co_ncellvars = 0,
62071 : : .co_nfreevars = 0,
62072 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
62073 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
62074 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62075 : : .co_name = &_Py_ID(__exit__),
62076 : : .co_qualname = & codecs_toplevel_consts_24_consts_10_qualname._ascii.ob_base,
62077 : : .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
62078 : : ._co_code = NULL,
62079 : : ._co_linearray = NULL,
62080 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
62081 : : ._co_firsttraceable = 0,
62082 : : };
62083 : : static
62084 : : struct {
62085 : : PyGC_Head _gc_head;
62086 : : struct {
62087 : : PyObject_VAR_HEAD
62088 : : PyObject *ob_item[1];
62089 : : }_object;
62090 : : }
62091 : : codecs_toplevel_consts_24_consts_13 = {
62092 : : ._object = {
62093 : : .ob_base = {
62094 : : .ob_base = {
62095 : : .ob_refcnt = 999999999,
62096 : : .ob_type = &PyTuple_Type,
62097 : : },
62098 : : .ob_size = 1,
62099 : : },
62100 : : .ob_item = {
62101 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
62102 : : },
62103 : : },
62104 : : };
62105 : : static
62106 : : struct {
62107 : : PyGC_Head _gc_head;
62108 : : struct {
62109 : : PyObject_VAR_HEAD
62110 : : PyObject *ob_item[14];
62111 : : }_object;
62112 : : }
62113 : : codecs_toplevel_consts_24_consts = {
62114 : : ._object = {
62115 : : .ob_base = {
62116 : : .ob_base = {
62117 : : .ob_refcnt = 999999999,
62118 : : .ob_type = &PyTuple_Type,
62119 : : },
62120 : : .ob_size = 14,
62121 : : },
62122 : : .ob_item = {
62123 : : & const_str_StreamWriter._ascii.ob_base,
62124 : : &_Py_ID(strict),
62125 : : & codecs_toplevel_consts_24_consts_2.ob_base.ob_base,
62126 : : & codecs_toplevel_consts_24_consts_3.ob_base.ob_base,
62127 : : & codecs_toplevel_consts_24_consts_4.ob_base.ob_base,
62128 : : & codecs_toplevel_consts_24_consts_5.ob_base.ob_base,
62129 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
62130 : : & codecs_toplevel_consts_24_consts_7.ob_base.ob_base,
62131 : : & codecs_toplevel_consts_24_consts_8.ob_base.ob_base,
62132 : : & codecs_toplevel_consts_24_consts_9.ob_base.ob_base,
62133 : : & codecs_toplevel_consts_24_consts_10.ob_base.ob_base,
62134 : : Py_None,
62135 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
62136 : : & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
62137 : : },
62138 : : },
62139 : : };
62140 : : static
62141 : : struct {
62142 : : PyGC_Head _gc_head;
62143 : : struct {
62144 : : PyObject_VAR_HEAD
62145 : : PyObject *ob_item[12];
62146 : : }_object;
62147 : : }
62148 : : codecs_toplevel_consts_24_names = {
62149 : : ._object = {
62150 : : .ob_base = {
62151 : : .ob_base = {
62152 : : .ob_refcnt = 999999999,
62153 : : .ob_type = &PyTuple_Type,
62154 : : },
62155 : : .ob_size = 12,
62156 : : },
62157 : : .ob_item = {
62158 : : &_Py_ID(__name__),
62159 : : &_Py_ID(__module__),
62160 : : &_Py_ID(__qualname__),
62161 : : &_Py_ID(__init__),
62162 : : &_Py_ID(write),
62163 : : & const_str_writelines._ascii.ob_base,
62164 : : &_Py_ID(reset),
62165 : : &_Py_ID(seek),
62166 : : &_Py_ID(getattr),
62167 : : &_Py_ID(__getattr__),
62168 : : &_Py_ID(__enter__),
62169 : : &_Py_ID(__exit__),
62170 : : },
62171 : : },
62172 : : };
62173 : : static
62174 : : struct {
62175 : : PyObject_VAR_HEAD
62176 : : Py_hash_t ob_shash;
62177 : : char ob_sval[159];
62178 : : }
62179 : : codecs_toplevel_consts_24_linetable = {
62180 : : .ob_base = {
62181 : : .ob_base = {
62182 : : .ob_refcnt = 999999999,
62183 : : .ob_type = &PyBytes_Type,
62184 : : },
62185 : : .ob_size = 158,
62186 : : },
62187 : : .ob_shash = -1,
62188 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x26\x2e\xf0\x00\x17\x05\x1d\xf0\x00\x17\x05\x1d\xf0\x00\x17\x05\x1d\xf0\x32\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x00\x05\x05\x20\xf0\x0e\x05\x05\x22\xf0\x00\x05\x05\x22\xf0\x00\x05\x05\x22\xf0\x0e\x0a\x05\x0d\xf0\x00\x0a\x05\x0d\xf0\x00\x0a\x05\x0d\xf0\x18\x00\x23\x24\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x00\x03\x05\x19\xf0\x0c\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
62189 : : };
62190 : : static
62191 : : struct _PyCode_DEF(70)
62192 : : codecs_toplevel_consts_24 = {
62193 : : .ob_base = {
62194 : : .ob_base = {
62195 : : .ob_refcnt = 999999999,
62196 : : .ob_type = &PyCode_Type,
62197 : : },
62198 : : .ob_size = 35,
62199 : : },
62200 : : .co_consts = & codecs_toplevel_consts_24_consts._object.ob_base.ob_base,
62201 : : .co_names = & codecs_toplevel_consts_24_names._object.ob_base.ob_base,
62202 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62203 : : .co_flags = 0,
62204 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62205 : : ._co_linearray_entry_size = 0,
62206 : : .co_argcount = 0,
62207 : : .co_posonlyargcount = 0,
62208 : : .co_kwonlyargcount = 0,
62209 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
62210 : : .co_stacksize = 2,
62211 : : .co_firstlineno = 346,
62212 : : .co_nlocalsplus = 0,
62213 : : .co_nlocals = 0,
62214 : : .co_nplaincellvars = 0,
62215 : : .co_ncellvars = 0,
62216 : : .co_nfreevars = 0,
62217 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
62218 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
62219 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62220 : : .co_name = & const_str_StreamWriter._ascii.ob_base,
62221 : : .co_qualname = & const_str_StreamWriter._ascii.ob_base,
62222 : : .co_linetable = & codecs_toplevel_consts_24_linetable.ob_base.ob_base,
62223 : : ._co_code = NULL,
62224 : : ._co_linearray = NULL,
62225 : : .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",
62226 : : ._co_firsttraceable = 0,
62227 : : };
62228 : : static
62229 : : struct {
62230 : : PyASCIIObject _ascii;
62231 : : uint8_t _data[654];
62232 : : }
62233 : : codecs_toplevel_consts_26_consts_2_consts_0 = {
62234 : : ._ascii = {
62235 : : .ob_base = {
62236 : : .ob_refcnt = 999999999,
62237 : : .ob_type = &PyUnicode_Type,
62238 : : },
62239 : : .length = 653,
62240 : : .hash = -1,
62241 : : .state = {
62242 : : .kind = 1,
62243 : : .compact = 1,
62244 : : .ascii = 1,
62245 : : },
62246 : : },
62247 : : ._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",
62248 : : };
62249 : : static
62250 : : struct {
62251 : : PyGC_Head _gc_head;
62252 : : struct {
62253 : : PyObject_VAR_HEAD
62254 : : PyObject *ob_item[3];
62255 : : }_object;
62256 : : }
62257 : : codecs_toplevel_consts_26_consts_2_consts = {
62258 : : ._object = {
62259 : : .ob_base = {
62260 : : .ob_base = {
62261 : : .ob_refcnt = 999999999,
62262 : : .ob_type = &PyTuple_Type,
62263 : : },
62264 : : .ob_size = 3,
62265 : : },
62266 : : .ob_item = {
62267 : : & codecs_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
62268 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
62269 : : Py_None,
62270 : : },
62271 : : },
62272 : : };
62273 : : static
62274 : : struct {
62275 : : PyASCIIObject _ascii;
62276 : : uint8_t _data[11];
62277 : : }
62278 : : const_str_bytebuffer = {
62279 : : ._ascii = {
62280 : : .ob_base = {
62281 : : .ob_refcnt = 999999999,
62282 : : .ob_type = &PyUnicode_Type,
62283 : : },
62284 : : .length = 10,
62285 : : .hash = -1,
62286 : : .state = {
62287 : : .kind = 1,
62288 : : .compact = 1,
62289 : : .ascii = 1,
62290 : : },
62291 : : },
62292 : : ._data = "bytebuffer",
62293 : : };
62294 : : static
62295 : : struct {
62296 : : PyASCIIObject _ascii;
62297 : : uint8_t _data[15];
62298 : : }
62299 : : const_str_charbuffertype = {
62300 : : ._ascii = {
62301 : : .ob_base = {
62302 : : .ob_refcnt = 999999999,
62303 : : .ob_type = &PyUnicode_Type,
62304 : : },
62305 : : .length = 14,
62306 : : .hash = -1,
62307 : : .state = {
62308 : : .kind = 1,
62309 : : .compact = 1,
62310 : : .ascii = 1,
62311 : : },
62312 : : },
62313 : : ._data = "charbuffertype",
62314 : : };
62315 : : static
62316 : : struct {
62317 : : PyASCIIObject _ascii;
62318 : : uint8_t _data[18];
62319 : : }
62320 : : const_str__empty_charbuffer = {
62321 : : ._ascii = {
62322 : : .ob_base = {
62323 : : .ob_refcnt = 999999999,
62324 : : .ob_type = &PyUnicode_Type,
62325 : : },
62326 : : .length = 17,
62327 : : .hash = -1,
62328 : : .state = {
62329 : : .kind = 1,
62330 : : .compact = 1,
62331 : : .ascii = 1,
62332 : : },
62333 : : },
62334 : : ._data = "_empty_charbuffer",
62335 : : };
62336 : : static
62337 : : struct {
62338 : : PyASCIIObject _ascii;
62339 : : uint8_t _data[11];
62340 : : }
62341 : : const_str_charbuffer = {
62342 : : ._ascii = {
62343 : : .ob_base = {
62344 : : .ob_refcnt = 999999999,
62345 : : .ob_type = &PyUnicode_Type,
62346 : : },
62347 : : .length = 10,
62348 : : .hash = -1,
62349 : : .state = {
62350 : : .kind = 1,
62351 : : .compact = 1,
62352 : : .ascii = 1,
62353 : : },
62354 : : },
62355 : : ._data = "charbuffer",
62356 : : };
62357 : : static
62358 : : struct {
62359 : : PyASCIIObject _ascii;
62360 : : uint8_t _data[11];
62361 : : }
62362 : : const_str_linebuffer = {
62363 : : ._ascii = {
62364 : : .ob_base = {
62365 : : .ob_refcnt = 999999999,
62366 : : .ob_type = &PyUnicode_Type,
62367 : : },
62368 : : .length = 10,
62369 : : .hash = -1,
62370 : : .state = {
62371 : : .kind = 1,
62372 : : .compact = 1,
62373 : : .ascii = 1,
62374 : : },
62375 : : },
62376 : : ._data = "linebuffer",
62377 : : };
62378 : : static
62379 : : struct {
62380 : : PyGC_Head _gc_head;
62381 : : struct {
62382 : : PyObject_VAR_HEAD
62383 : : PyObject *ob_item[7];
62384 : : }_object;
62385 : : }
62386 : : codecs_toplevel_consts_26_consts_2_names = {
62387 : : ._object = {
62388 : : .ob_base = {
62389 : : .ob_base = {
62390 : : .ob_refcnt = 999999999,
62391 : : .ob_type = &PyTuple_Type,
62392 : : },
62393 : : .ob_size = 7,
62394 : : },
62395 : : .ob_item = {
62396 : : & const_str_stream._ascii.ob_base,
62397 : : &_Py_ID(errors),
62398 : : & const_str_bytebuffer._ascii.ob_base,
62399 : : & const_str_charbuffertype._ascii.ob_base,
62400 : : & const_str__empty_charbuffer._ascii.ob_base,
62401 : : & const_str_charbuffer._ascii.ob_base,
62402 : : & const_str_linebuffer._ascii.ob_base,
62403 : : },
62404 : : },
62405 : : };
62406 : : static
62407 : : struct {
62408 : : PyASCIIObject _ascii;
62409 : : uint8_t _data[22];
62410 : : }
62411 : : codecs_toplevel_consts_26_consts_2_qualname = {
62412 : : ._ascii = {
62413 : : .ob_base = {
62414 : : .ob_refcnt = 999999999,
62415 : : .ob_type = &PyUnicode_Type,
62416 : : },
62417 : : .length = 21,
62418 : : .hash = -1,
62419 : : .state = {
62420 : : .kind = 1,
62421 : : .compact = 1,
62422 : : .ascii = 1,
62423 : : },
62424 : : },
62425 : : ._data = "StreamReader.__init__",
62426 : : };
62427 : : static
62428 : : struct {
62429 : : PyObject_VAR_HEAD
62430 : : Py_hash_t ob_shash;
62431 : : char ob_sval[67];
62432 : : }
62433 : : codecs_toplevel_consts_26_consts_2_linetable = {
62434 : : .ob_base = {
62435 : : .ob_base = {
62436 : : .ob_refcnt = 999999999,
62437 : : .ob_type = &PyBytes_Type,
62438 : : },
62439 : : .ob_size = 66,
62440 : : },
62441 : : .ob_shash = -1,
62442 : : .ob_sval = "\x80\x00\xf0\x24\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x1a\x1d\x88\x04\x8c\x0f\xd8\x21\x25\xd7\x21\x34\xd1\x21\x34\xd4\x21\x36\x88\x04\xd4\x08\x1e\xd8\x1a\x1e\xd7\x1a\x30\xd1\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
62443 : : };
62444 : : static
62445 : : struct _PyCode_DEF(140)
62446 : : codecs_toplevel_consts_26_consts_2 = {
62447 : : .ob_base = {
62448 : : .ob_base = {
62449 : : .ob_refcnt = 999999999,
62450 : : .ob_type = &PyCode_Type,
62451 : : },
62452 : : .ob_size = 70,
62453 : : },
62454 : : .co_consts = & codecs_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
62455 : : .co_names = & codecs_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
62456 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62457 : : .co_flags = 3,
62458 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62459 : : ._co_linearray_entry_size = 0,
62460 : : .co_argcount = 3,
62461 : : .co_posonlyargcount = 0,
62462 : : .co_kwonlyargcount = 0,
62463 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
62464 : : .co_stacksize = 2,
62465 : : .co_firstlineno = 423,
62466 : : .co_nlocalsplus = 3,
62467 : : .co_nlocals = 3,
62468 : : .co_nplaincellvars = 0,
62469 : : .co_ncellvars = 0,
62470 : : .co_nfreevars = 0,
62471 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
62472 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
62473 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62474 : : .co_name = &_Py_ID(__init__),
62475 : : .co_qualname = & codecs_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
62476 : : .co_linetable = & codecs_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
62477 : : ._co_code = NULL,
62478 : : ._co_linearray = NULL,
62479 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
62480 : : ._co_firsttraceable = 0,
62481 : : };
62482 : : static
62483 : : struct {
62484 : : PyASCIIObject _ascii;
62485 : : uint8_t _data[20];
62486 : : }
62487 : : codecs_toplevel_consts_26_consts_3_qualname = {
62488 : : ._ascii = {
62489 : : .ob_base = {
62490 : : .ob_refcnt = 999999999,
62491 : : .ob_type = &PyUnicode_Type,
62492 : : },
62493 : : .length = 19,
62494 : : .hash = -1,
62495 : : .state = {
62496 : : .kind = 1,
62497 : : .compact = 1,
62498 : : .ascii = 1,
62499 : : },
62500 : : },
62501 : : ._data = "StreamReader.decode",
62502 : : };
62503 : : static
62504 : : struct {
62505 : : PyObject_VAR_HEAD
62506 : : Py_hash_t ob_shash;
62507 : : char ob_sval[9];
62508 : : }
62509 : : codecs_toplevel_consts_26_consts_3_linetable = {
62510 : : .ob_base = {
62511 : : .ob_base = {
62512 : : .ob_refcnt = 999999999,
62513 : : .ob_type = &PyBytes_Type,
62514 : : },
62515 : : .ob_size = 8,
62516 : : },
62517 : : .ob_shash = -1,
62518 : : .ob_sval = "\x80\x00\xdd\x0e\x21\xd0\x08\x21",
62519 : : };
62520 : : static
62521 : : struct _PyCode_DEF(16)
62522 : : codecs_toplevel_consts_26_consts_3 = {
62523 : : .ob_base = {
62524 : : .ob_base = {
62525 : : .ob_refcnt = 999999999,
62526 : : .ob_type = &PyCode_Type,
62527 : : },
62528 : : .ob_size = 8,
62529 : : },
62530 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
62531 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
62532 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
62533 : : .co_flags = 3,
62534 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62535 : : ._co_linearray_entry_size = 0,
62536 : : .co_argcount = 3,
62537 : : .co_posonlyargcount = 0,
62538 : : .co_kwonlyargcount = 0,
62539 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
62540 : : .co_stacksize = 1,
62541 : : .co_firstlineno = 448,
62542 : : .co_nlocalsplus = 3,
62543 : : .co_nlocals = 3,
62544 : : .co_nplaincellvars = 0,
62545 : : .co_ncellvars = 0,
62546 : : .co_nfreevars = 0,
62547 : : .co_localsplusnames = & codecs_toplevel_consts_14_consts_3_localsplusnames._object.ob_base.ob_base,
62548 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
62549 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62550 : : .co_name = &_Py_ID(decode),
62551 : : .co_qualname = & codecs_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
62552 : : .co_linetable = & codecs_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
62553 : : ._co_code = NULL,
62554 : : ._co_linearray = NULL,
62555 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
62556 : : ._co_firsttraceable = 0,
62557 : : };
62558 : : static
62559 : : struct {
62560 : : PyASCIIObject _ascii;
62561 : : uint8_t _data[1261];
62562 : : }
62563 : : codecs_toplevel_consts_26_consts_6_consts_0 = {
62564 : : ._ascii = {
62565 : : .ob_base = {
62566 : : .ob_refcnt = 999999999,
62567 : : .ob_type = &PyUnicode_Type,
62568 : : },
62569 : : .length = 1260,
62570 : : .hash = -1,
62571 : : .state = {
62572 : : .kind = 1,
62573 : : .compact = 1,
62574 : : .ascii = 1,
62575 : : },
62576 : : },
62577 : : ._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",
62578 : : };
62579 : : static
62580 : : struct {
62581 : : PyASCIIObject _ascii;
62582 : : uint8_t _data[9];
62583 : : }
62584 : : const_str_keepends = {
62585 : : ._ascii = {
62586 : : .ob_base = {
62587 : : .ob_refcnt = 999999999,
62588 : : .ob_type = &PyUnicode_Type,
62589 : : },
62590 : : .length = 8,
62591 : : .hash = -1,
62592 : : .state = {
62593 : : .kind = 1,
62594 : : .compact = 1,
62595 : : .ascii = 1,
62596 : : },
62597 : : },
62598 : : ._data = "keepends",
62599 : : };
62600 : : static
62601 : : struct {
62602 : : PyGC_Head _gc_head;
62603 : : struct {
62604 : : PyObject_VAR_HEAD
62605 : : PyObject *ob_item[1];
62606 : : }_object;
62607 : : }
62608 : : codecs_toplevel_consts_26_consts_6_consts_4 = {
62609 : : ._object = {
62610 : : .ob_base = {
62611 : : .ob_base = {
62612 : : .ob_refcnt = 999999999,
62613 : : .ob_type = &PyTuple_Type,
62614 : : },
62615 : : .ob_size = 1,
62616 : : },
62617 : : .ob_item = {
62618 : : & const_str_keepends._ascii.ob_base,
62619 : : },
62620 : : },
62621 : : };
62622 : : static
62623 : : struct {
62624 : : PyGC_Head _gc_head;
62625 : : struct {
62626 : : PyObject_VAR_HEAD
62627 : : PyObject *ob_item[6];
62628 : : }_object;
62629 : : }
62630 : : codecs_toplevel_consts_26_consts_6_consts = {
62631 : : ._object = {
62632 : : .ob_base = {
62633 : : .ob_base = {
62634 : : .ob_refcnt = 999999999,
62635 : : .ob_type = &PyTuple_Type,
62636 : : },
62637 : : .ob_size = 6,
62638 : : },
62639 : : .ob_item = {
62640 : : & codecs_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
62641 : : Py_None,
62642 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
62643 : : Py_True,
62644 : : & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
62645 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
62646 : : },
62647 : : },
62648 : : };
62649 : : static
62650 : : struct {
62651 : : PyASCIIObject _ascii;
62652 : : uint8_t _data[6];
62653 : : }
62654 : : const_str_start = {
62655 : : ._ascii = {
62656 : : .ob_base = {
62657 : : .ob_refcnt = 999999999,
62658 : : .ob_type = &PyUnicode_Type,
62659 : : },
62660 : : .length = 5,
62661 : : .hash = -1,
62662 : : .state = {
62663 : : .kind = 1,
62664 : : .compact = 1,
62665 : : .ascii = 1,
62666 : : },
62667 : : },
62668 : : ._data = "start",
62669 : : };
62670 : : static
62671 : : struct {
62672 : : PyASCIIObject _ascii;
62673 : : uint8_t _data[11];
62674 : : }
62675 : : const_str_splitlines = {
62676 : : ._ascii = {
62677 : : .ob_base = {
62678 : : .ob_refcnt = 999999999,
62679 : : .ob_type = &PyUnicode_Type,
62680 : : },
62681 : : .length = 10,
62682 : : .hash = -1,
62683 : : .state = {
62684 : : .kind = 1,
62685 : : .compact = 1,
62686 : : .ascii = 1,
62687 : : },
62688 : : },
62689 : : ._data = "splitlines",
62690 : : };
62691 : : static
62692 : : struct {
62693 : : PyGC_Head _gc_head;
62694 : : struct {
62695 : : PyObject_VAR_HEAD
62696 : : PyObject *ob_item[13];
62697 : : }_object;
62698 : : }
62699 : : codecs_toplevel_consts_26_consts_6_names = {
62700 : : ._object = {
62701 : : .ob_base = {
62702 : : .ob_base = {
62703 : : .ob_refcnt = 999999999,
62704 : : .ob_type = &PyTuple_Type,
62705 : : },
62706 : : .ob_size = 13,
62707 : : },
62708 : : .ob_item = {
62709 : : & const_str_linebuffer._ascii.ob_base,
62710 : : & const_str__empty_charbuffer._ascii.ob_base,
62711 : : &_Py_ID(join),
62712 : : & const_str_charbuffer._ascii.ob_base,
62713 : : &_Py_ID(len),
62714 : : & const_str_stream._ascii.ob_base,
62715 : : &_Py_ID(read),
62716 : : & const_str_bytebuffer._ascii.ob_base,
62717 : : &_Py_ID(decode),
62718 : : &_Py_ID(errors),
62719 : : & const_str_UnicodeDecodeError._ascii.ob_base,
62720 : : & const_str_start._ascii.ob_base,
62721 : : & const_str_splitlines._ascii.ob_base,
62722 : : },
62723 : : },
62724 : : };
62725 : : static
62726 : : struct {
62727 : : PyASCIIObject _ascii;
62728 : : uint8_t _data[18];
62729 : : }
62730 : : codecs_toplevel_consts_26_consts_6_qualname = {
62731 : : ._ascii = {
62732 : : .ob_base = {
62733 : : .ob_refcnt = 999999999,
62734 : : .ob_type = &PyUnicode_Type,
62735 : : },
62736 : : .length = 17,
62737 : : .hash = -1,
62738 : : .state = {
62739 : : .kind = 1,
62740 : : .compact = 1,
62741 : : .ascii = 1,
62742 : : },
62743 : : },
62744 : : ._data = "StreamReader.read",
62745 : : };
62746 : : static
62747 : : struct {
62748 : : PyObject_VAR_HEAD
62749 : : Py_hash_t ob_shash;
62750 : : char ob_sval[499];
62751 : : }
62752 : : codecs_toplevel_consts_26_consts_6_linetable = {
62753 : : .ob_base = {
62754 : : .ob_base = {
62755 : : .ob_refcnt = 999999999,
62756 : : .ob_type = &PyBytes_Type,
62757 : : },
62758 : : .ob_size = 498,
62759 : : },
62760 : : .ob_shash = -1,
62761 : : .ob_sval = "\x80\x00\xf0\x38\x00\x0c\x10\x8f\x3f\x89\x3f\xf0\x00\x02\x09\x23\xd8\x1e\x22\xd7\x1e\x34\xd1\x1e\x34\xd7\x1e\x39\xd1\x1e\x39\xb8\x24\xbf\x2f\xb9\x2f\xd4\x1e\x4a\x88\x44\x8c\x4f\xd8\x1e\x22\x88\x44\x8c\x4f\xe0\x0b\x10\x90\x31\x8a\x39\xf0\x00\x03\x09\x19\xf0\x06\x00\x15\x19\x88\x45\xf0\x06\x00\x0f\x13\xe0\x0f\x14\x98\x01\x8a\x7a\xf0\x00\x02\x0d\x1a\xdd\x13\x16\x90\x74\x97\x7f\x91\x7f\xd4\x13\x27\xa8\x35\xd2\x13\x30\xf0\x00\x01\x11\x1a\xd8\x14\x19\xe0\x0f\x13\x90\x61\x8a\x78\xf0\x00\x03\x0d\x31\xd8\x1a\x1e\x9f\x2b\x99\x2b\xd7\x1a\x2a\xd1\x1a\x2a\xd4\x1a\x2c\x90\x07\x90\x07\xe0\x1a\x1e\x9f\x2b\x99\x2b\xd7\x1a\x2a\xd1\x1a\x2a\xa8\x34\xd4\x1a\x30\x90\x07\xe0\x13\x17\x97\x3f\x91\x3f\xa0\x57\xd1\x13\x2c\x88\x44\xd8\x13\x17\xf0\x00\x01\x0d\x16\xd8\x10\x15\xf0\x02\x0a\x0d\x1a\xd8\x29\x2d\xaf\x1b\xa9\x1b\xb0\x54\xb8\x34\xbf\x3b\xb9\x3b\xd4\x29\x47\xd1\x10\x26\x90\x08\x98\x2c\xf0\x16\x00\x1f\x23\xa0\x3c\xd0\x1e\x31\xd0\x1e\x31\x88\x44\x8c\x4f\xe0\x0c\x10\x88\x4f\x8f\x4f\x89\x4f\x98\x78\xd1\x0c\x27\x88\x4f\x8c\x4f\xe0\x13\x1a\xf0\x00\x01\x0d\x16\xd8\x10\x15\xf0\x3f\x00\x0f\x13\xf0\x40\x01\x00\x0c\x11\x90\x31\x8a\x39\xf0\x00\x07\x09\x36\xe0\x15\x19\x97\x5f\x91\x5f\x88\x46\xd8\x1e\x22\xd7\x1e\x34\xd1\x1e\x34\x88\x44\x8c\x4f\x88\x4f\xf0\x06\x00\x16\x1a\x97\x5f\x91\x5f\xd0\x15\x2c\xa0\x65\xd0\x15\x2c\x88\x46\xd8\x1e\x22\x9f\x6f\x99\x6f\xa8\x65\xd0\x1e\x35\xd0\x1e\x35\x88\x44\x8c\x4f\xd8\x0f\x15\x88\x0d\xf8\xf5\x31\x00\x14\x26\xf0\x00\x08\x0d\x1a\xf0\x00\x08\x0d\x1a\xf0\x00\x08\x0d\x1a\xd8\x13\x1c\xf0\x00\x07\x11\x1a\xe0\x18\x1c\x9f\x0b\x99\x0b\xa0\x44\xd0\x24\x34\xa8\x23\xaf\x29\xa9\x29\xd0\x24\x34\xb0\x64\xb7\x6b\xb1\x6b\xd4\x18\x42\xf1\x03\x00\x15\x2b\x90\x48\x98\x6c\xe0\x1c\x24\xd7\x1c\x2f\xd1\x1c\x2f\xb8\x14\xd0\x1c\x2f\xd4\x1c\x3e\x90\x45\xdd\x17\x1a\x98\x35\x94\x7a\xa0\x31\x92\x7d\xf0\x00\x01\x15\x1e\xd8\x18\x1d\xe0\x14\x19\xf0\x07\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf0\x00\x01\x15\x1e\xf8\xf8\xf8\xf8\xf0\x0b\x08\x0d\x1a\xf8\xf8\xf8",
62762 : : };
62763 : : static
62764 : : struct {
62765 : : PyObject_VAR_HEAD
62766 : : Py_hash_t ob_shash;
62767 : : char ob_sval[26];
62768 : : }
62769 : : codecs_toplevel_consts_26_consts_6_exceptiontable = {
62770 : : .ob_base = {
62771 : : .ob_base = {
62772 : : .ob_refcnt = 999999999,
62773 : : .ob_type = &PyBytes_Type,
62774 : : },
62775 : : .ob_size = 25,
62776 : : },
62777 : : .ob_shash = -1,
62778 : : .ob_sval = "\xc2\x3b\x20\x45\x07\x00\xc5\x07\x0a\x46\x30\x03\xc5\x11\x41\x15\x46\x2b\x03\xc6\x2b\x05\x46\x30\x03",
62779 : : };
62780 : : static
62781 : : struct {
62782 : : PyASCIIObject _ascii;
62783 : : uint8_t _data[6];
62784 : : }
62785 : : const_str_chars = {
62786 : : ._ascii = {
62787 : : .ob_base = {
62788 : : .ob_refcnt = 999999999,
62789 : : .ob_type = &PyUnicode_Type,
62790 : : },
62791 : : .length = 5,
62792 : : .hash = -1,
62793 : : .state = {
62794 : : .kind = 1,
62795 : : .compact = 1,
62796 : : .ascii = 1,
62797 : : },
62798 : : },
62799 : : ._data = "chars",
62800 : : };
62801 : : static
62802 : : struct {
62803 : : PyASCIIObject _ascii;
62804 : : uint8_t _data[10];
62805 : : }
62806 : : const_str_firstline = {
62807 : : ._ascii = {
62808 : : .ob_base = {
62809 : : .ob_refcnt = 999999999,
62810 : : .ob_type = &PyUnicode_Type,
62811 : : },
62812 : : .length = 9,
62813 : : .hash = -1,
62814 : : .state = {
62815 : : .kind = 1,
62816 : : .compact = 1,
62817 : : .ascii = 1,
62818 : : },
62819 : : },
62820 : : ._data = "firstline",
62821 : : };
62822 : : static
62823 : : struct {
62824 : : PyASCIIObject _ascii;
62825 : : uint8_t _data[8];
62826 : : }
62827 : : const_str_newdata = {
62828 : : ._ascii = {
62829 : : .ob_base = {
62830 : : .ob_refcnt = 999999999,
62831 : : .ob_type = &PyUnicode_Type,
62832 : : },
62833 : : .length = 7,
62834 : : .hash = -1,
62835 : : .state = {
62836 : : .kind = 1,
62837 : : .compact = 1,
62838 : : .ascii = 1,
62839 : : },
62840 : : },
62841 : : ._data = "newdata",
62842 : : };
62843 : : static
62844 : : struct {
62845 : : PyASCIIObject _ascii;
62846 : : uint8_t _data[9];
62847 : : }
62848 : : const_str_newchars = {
62849 : : ._ascii = {
62850 : : .ob_base = {
62851 : : .ob_refcnt = 999999999,
62852 : : .ob_type = &PyUnicode_Type,
62853 : : },
62854 : : .length = 8,
62855 : : .hash = -1,
62856 : : .state = {
62857 : : .kind = 1,
62858 : : .compact = 1,
62859 : : .ascii = 1,
62860 : : },
62861 : : },
62862 : : ._data = "newchars",
62863 : : };
62864 : : static
62865 : : struct {
62866 : : PyASCIIObject _ascii;
62867 : : uint8_t _data[13];
62868 : : }
62869 : : const_str_decodedbytes = {
62870 : : ._ascii = {
62871 : : .ob_base = {
62872 : : .ob_refcnt = 999999999,
62873 : : .ob_type = &PyUnicode_Type,
62874 : : },
62875 : : .length = 12,
62876 : : .hash = -1,
62877 : : .state = {
62878 : : .kind = 1,
62879 : : .compact = 1,
62880 : : .ascii = 1,
62881 : : },
62882 : : },
62883 : : ._data = "decodedbytes",
62884 : : };
62885 : : static
62886 : : struct {
62887 : : PyASCIIObject _ascii;
62888 : : uint8_t _data[6];
62889 : : }
62890 : : const_str_lines = {
62891 : : ._ascii = {
62892 : : .ob_base = {
62893 : : .ob_refcnt = 999999999,
62894 : : .ob_type = &PyUnicode_Type,
62895 : : },
62896 : : .length = 5,
62897 : : .hash = -1,
62898 : : .state = {
62899 : : .kind = 1,
62900 : : .compact = 1,
62901 : : .ascii = 1,
62902 : : },
62903 : : },
62904 : : ._data = "lines",
62905 : : };
62906 : : static
62907 : : struct {
62908 : : PyGC_Head _gc_head;
62909 : : struct {
62910 : : PyObject_VAR_HEAD
62911 : : PyObject *ob_item[11];
62912 : : }_object;
62913 : : }
62914 : : codecs_toplevel_consts_26_consts_6_localsplusnames = {
62915 : : ._object = {
62916 : : .ob_base = {
62917 : : .ob_base = {
62918 : : .ob_refcnt = 999999999,
62919 : : .ob_type = &PyTuple_Type,
62920 : : },
62921 : : .ob_size = 11,
62922 : : },
62923 : : .ob_item = {
62924 : : & const_str_self._ascii.ob_base,
62925 : : & const_str_size._ascii.ob_base,
62926 : : & const_str_chars._ascii.ob_base,
62927 : : & const_str_firstline._ascii.ob_base,
62928 : : & const_str_newdata._ascii.ob_base,
62929 : : & const_str_data._ascii.ob_base,
62930 : : & const_str_newchars._ascii.ob_base,
62931 : : & const_str_decodedbytes._ascii.ob_base,
62932 : : & const_str_exc._ascii.ob_base,
62933 : : & const_str_lines._ascii.ob_base,
62934 : : & const_str_result._ascii.ob_base,
62935 : : },
62936 : : },
62937 : : };
62938 : : static
62939 : : struct _PyCode_DEF(870)
62940 : : codecs_toplevel_consts_26_consts_6 = {
62941 : : .ob_base = {
62942 : : .ob_base = {
62943 : : .ob_refcnt = 999999999,
62944 : : .ob_type = &PyCode_Type,
62945 : : },
62946 : : .ob_size = 435,
62947 : : },
62948 : : .co_consts = & codecs_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
62949 : : .co_names = & codecs_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
62950 : : .co_exceptiontable = & codecs_toplevel_consts_26_consts_6_exceptiontable.ob_base.ob_base,
62951 : : .co_flags = 3,
62952 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
62953 : : ._co_linearray_entry_size = 0,
62954 : : .co_argcount = 4,
62955 : : .co_posonlyargcount = 0,
62956 : : .co_kwonlyargcount = 0,
62957 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
62958 : : .co_stacksize = 6,
62959 : : .co_firstlineno = 451,
62960 : : .co_nlocalsplus = 11,
62961 : : .co_nlocals = 11,
62962 : : .co_nplaincellvars = 0,
62963 : : .co_ncellvars = 0,
62964 : : .co_nfreevars = 0,
62965 : : .co_localsplusnames = & codecs_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
62966 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
62967 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
62968 : : .co_name = &_Py_ID(read),
62969 : : .co_qualname = & codecs_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
62970 : : .co_linetable = & codecs_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
62971 : : ._co_code = NULL,
62972 : : ._co_linearray = NULL,
62973 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x32\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x02\x7c\x01\x7d\x02\x09\x00\x7c\x02\x64\x02\x6b\x05\x00\x00\x00\x00\x72\x1c\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x05\x00\x00\x00\x00\x72\x01\x6e\x94\x7c\x01\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x1c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x05\x7c\x05\x73\x01\x6e\x44\x09\x00\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x05\x7c\x07\x64\x01\x1a\x00\x7c\x00\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x78\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7a\x0d\x00\x00\x63\x02\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x73\x01\x6e\x01\x8c\xb6\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x23\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x02\x1a\x00\x7d\x0a\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x1a\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x5f\x7d\x08\x7c\x03\x72\x52\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x01\x7c\x08\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x7c\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x06\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xac\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x6b\x01\x00\x00\x00\x00\x72\x02\x82\x00\x82\x00\x59\x00\x64\x01\x7d\x08\x7e\x08\x8c\xd0\x64\x01\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
62974 : : ._co_firsttraceable = 0,
62975 : : };
62976 : : static
62977 : : struct {
62978 : : PyASCIIObject _ascii;
62979 : : uint8_t _data[178];
62980 : : }
62981 : : codecs_toplevel_consts_26_consts_9_consts_0 = {
62982 : : ._ascii = {
62983 : : .ob_base = {
62984 : : .ob_refcnt = 999999999,
62985 : : .ob_type = &PyUnicode_Type,
62986 : : },
62987 : : .length = 177,
62988 : : .hash = -1,
62989 : : .state = {
62990 : : .kind = 1,
62991 : : .compact = 1,
62992 : : .ascii = 1,
62993 : : },
62994 : : },
62995 : : ._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",
62996 : : };
62997 : : static
62998 : : struct {
62999 : : PyGC_Head _gc_head;
63000 : : struct {
63001 : : PyObject_VAR_HEAD
63002 : : PyObject *ob_item[1];
63003 : : }_object;
63004 : : }
63005 : : codecs_toplevel_consts_26_consts_9_consts_8 = {
63006 : : ._object = {
63007 : : .ob_base = {
63008 : : .ob_base = {
63009 : : .ob_refcnt = 999999999,
63010 : : .ob_type = &PyTuple_Type,
63011 : : },
63012 : : .ob_size = 1,
63013 : : },
63014 : : .ob_item = {
63015 : : & const_str_firstline._ascii.ob_base,
63016 : : },
63017 : : },
63018 : : };
63019 : : static
63020 : : struct {
63021 : : PyASCIIObject _ascii;
63022 : : uint8_t _data[2];
63023 : : }
63024 : : codecs_toplevel_consts_26_consts_9_consts_9 = {
63025 : : ._ascii = {
63026 : : .ob_base = {
63027 : : .ob_refcnt = 999999999,
63028 : : .ob_type = &PyUnicode_Type,
63029 : : },
63030 : : .length = 1,
63031 : : .hash = -1,
63032 : : .state = {
63033 : : .kind = 1,
63034 : : .compact = 1,
63035 : : .ascii = 1,
63036 : : },
63037 : : },
63038 : : ._data = "\x0d",
63039 : : };
63040 : : static
63041 : : struct {
63042 : : PyGC_Head _gc_head;
63043 : : struct {
63044 : : PyObject_VAR_HEAD
63045 : : PyObject *ob_item[2];
63046 : : }_object;
63047 : : }
63048 : : codecs_toplevel_consts_26_consts_9_consts_11 = {
63049 : : ._object = {
63050 : : .ob_base = {
63051 : : .ob_base = {
63052 : : .ob_refcnt = 999999999,
63053 : : .ob_type = &PyTuple_Type,
63054 : : },
63055 : : .ob_size = 2,
63056 : : },
63057 : : .ob_item = {
63058 : : & const_str_size._ascii.ob_base,
63059 : : & const_str_chars._ascii.ob_base,
63060 : : },
63061 : : },
63062 : : };
63063 : : static
63064 : : struct {
63065 : : PyObject_VAR_HEAD
63066 : : digit ob_digit[1];
63067 : : }
63068 : : const_int_8000 = {
63069 : : .ob_base = {
63070 : : .ob_base = {
63071 : : .ob_refcnt = 999999999,
63072 : : .ob_type = &PyLong_Type,
63073 : : },
63074 : : .ob_size = 1,
63075 : : },
63076 : : .ob_digit = { 8000 },
63077 : : };
63078 : : static
63079 : : struct {
63080 : : PyGC_Head _gc_head;
63081 : : struct {
63082 : : PyObject_VAR_HEAD
63083 : : PyObject *ob_item[15];
63084 : : }_object;
63085 : : }
63086 : : codecs_toplevel_consts_26_consts_9_consts = {
63087 : : ._object = {
63088 : : .ob_base = {
63089 : : .ob_base = {
63090 : : .ob_refcnt = 999999999,
63091 : : .ob_type = &PyTuple_Type,
63092 : : },
63093 : : .ob_size = 15,
63094 : : },
63095 : : .ob_item = {
63096 : : & codecs_toplevel_consts_26_consts_9_consts_0._ascii.ob_base,
63097 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
63098 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
63099 : : Py_None,
63100 : : Py_False,
63101 : : & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
63102 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 72],
63103 : : Py_True,
63104 : : & codecs_toplevel_consts_26_consts_9_consts_8._object.ob_base.ob_base,
63105 : : & codecs_toplevel_consts_26_consts_9_consts_9._ascii.ob_base,
63106 : : (PyObject *)&_Py_SINGLETON(bytes_characters[13]),
63107 : : & codecs_toplevel_consts_26_consts_9_consts_11._object.ob_base.ob_base,
63108 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
63109 : : & const_int_8000.ob_base.ob_base,
63110 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
63111 : : },
63112 : : },
63113 : : };
63114 : : static
63115 : : struct {
63116 : : PyASCIIObject _ascii;
63117 : : uint8_t _data[6];
63118 : : }
63119 : : const_str_bytes = {
63120 : : ._ascii = {
63121 : : .ob_base = {
63122 : : .ob_refcnt = 999999999,
63123 : : .ob_type = &PyUnicode_Type,
63124 : : },
63125 : : .length = 5,
63126 : : .hash = -1,
63127 : : .state = {
63128 : : .kind = 1,
63129 : : .compact = 1,
63130 : : .ascii = 1,
63131 : : },
63132 : : },
63133 : : ._data = "bytes",
63134 : : };
63135 : : static
63136 : : struct {
63137 : : PyGC_Head _gc_head;
63138 : : struct {
63139 : : PyObject_VAR_HEAD
63140 : : PyObject *ob_item[11];
63141 : : }_object;
63142 : : }
63143 : : codecs_toplevel_consts_26_consts_9_names = {
63144 : : ._object = {
63145 : : .ob_base = {
63146 : : .ob_base = {
63147 : : .ob_refcnt = 999999999,
63148 : : .ob_type = &PyTuple_Type,
63149 : : },
63150 : : .ob_size = 11,
63151 : : },
63152 : : .ob_item = {
63153 : : & const_str_linebuffer._ascii.ob_base,
63154 : : &_Py_ID(len),
63155 : : & const_str_charbuffer._ascii.ob_base,
63156 : : & const_str_splitlines._ascii.ob_base,
63157 : : & const_str__empty_charbuffer._ascii.ob_base,
63158 : : &_Py_ID(read),
63159 : : &_Py_ID(isinstance),
63160 : : & const_str_str._ascii.ob_base,
63161 : : & const_str_endswith._ascii.ob_base,
63162 : : & const_str_bytes._ascii.ob_base,
63163 : : &_Py_ID(join),
63164 : : },
63165 : : },
63166 : : };
63167 : : static
63168 : : struct {
63169 : : PyASCIIObject _ascii;
63170 : : uint8_t _data[22];
63171 : : }
63172 : : codecs_toplevel_consts_26_consts_9_qualname = {
63173 : : ._ascii = {
63174 : : .ob_base = {
63175 : : .ob_refcnt = 999999999,
63176 : : .ob_type = &PyUnicode_Type,
63177 : : },
63178 : : .length = 21,
63179 : : .hash = -1,
63180 : : .state = {
63181 : : .kind = 1,
63182 : : .compact = 1,
63183 : : .ascii = 1,
63184 : : },
63185 : : },
63186 : : ._data = "StreamReader.readline",
63187 : : };
63188 : : static
63189 : : struct {
63190 : : PyObject_VAR_HEAD
63191 : : Py_hash_t ob_shash;
63192 : : char ob_sval[646];
63193 : : }
63194 : : codecs_toplevel_consts_26_consts_9_linetable = {
63195 : : .ob_base = {
63196 : : .ob_base = {
63197 : : .ob_refcnt = 999999999,
63198 : : .ob_type = &PyBytes_Type,
63199 : : },
63200 : : .ob_size = 645,
63201 : : },
63202 : : .ob_shash = -1,
63203 : : .ob_sval = "\x80\x00\xf0\x16\x00\x0c\x10\x8f\x3f\x89\x3f\xf0\x00\x0a\x09\x18\xd8\x13\x17\x97\x3f\x91\x3f\xa0\x31\xd4\x13\x25\x88\x44\xd8\x10\x14\x97\x0f\x91\x0f\xa0\x01\xd0\x10\x22\xdd\x0f\x12\x90\x34\x97\x3f\x91\x3f\xd4\x0f\x23\xa0\x71\xd2\x0f\x28\xf0\x00\x04\x0d\x27\xf0\x06\x00\x23\x27\xa7\x2f\xa1\x2f\xb0\x21\xd4\x22\x34\x90\x04\x94\x0f\xd8\x22\x26\x90\x04\x94\x0f\xd8\x13\x1b\xf0\x00\x01\x0d\x3a\xd8\x17\x1b\x97\x7f\x91\x7f\xb0\x05\x90\x7f\xd4\x17\x36\xb0\x71\xd4\x17\x39\x90\x04\xd8\x13\x17\x88\x4b\xe0\x13\x17\x90\x3a\x98\x32\x88\x08\xd8\x0f\x13\xd7\x0f\x25\xd1\x0f\x25\x88\x04\xe0\x0e\x12\xd8\x13\x17\x97\x39\x91\x39\x98\x58\xb0\x14\x90\x39\xd4\x13\x36\x88\x44\xd8\x0f\x13\xf0\x00\x06\x0d\x37\xf5\x08\x00\x15\x1f\x98\x74\xa5\x53\xd4\x14\x29\xf0\x00\x02\x11\x37\xa8\x64\xaf\x6d\xa9\x6d\xb8\x44\xd4\x2e\x41\xf0\x00\x02\x11\x37\xdd\x14\x1e\x98\x74\xa5\x55\xd4\x14\x2b\xf0\x03\x02\x11\x37\xd8\x30\x34\xb7\x0d\xb1\x0d\xb8\x65\xd4\x30\x44\xf0\x03\x02\x11\x37\xe0\x14\x18\x98\x44\x9f\x49\x99\x49\xa8\x31\xb0\x41\x98\x49\xd4\x1c\x36\xd1\x14\x36\x90\x44\xe0\x0c\x10\x90\x44\x89\x4c\x88\x44\xd8\x14\x18\x97\x4f\x91\x4f\xa8\x54\x90\x4f\xd4\x14\x32\x88\x45\xd8\x0f\x14\xf0\x00\x1b\x0d\x1a\xdd\x13\x16\x90\x75\x94\x3a\xa0\x01\x92\x3e\xf0\x00\x0f\x11\x1a\xf0\x06\x00\x1c\x21\xa0\x11\x9c\x38\x90\x44\xd8\x18\x1d\x98\x61\x98\x08\xdd\x17\x1a\x98\x35\x94\x7a\xa0\x41\x92\x7e\xf0\x00\x07\x15\x45\x01\xe0\x18\x1d\x98\x62\x98\x09\x98\x09\x9c\x09\xa0\x54\xa7\x5f\xa1\x5f\xd1\x18\x34\x98\x09\x98\x09\x99\x09\xd8\x2a\x2f\x98\x04\x9c\x0f\xd8\x2a\x2e\x98\x04\x9c\x0f\x98\x0f\xf0\x06\x00\x2b\x30\xb0\x01\xac\x28\xb0\x54\xb7\x5f\xb1\x5f\xd1\x2a\x44\x98\x04\x9c\x0f\xd8\x1b\x23\xf0\x00\x01\x15\x42\x01\xd8\x1f\x23\x9f\x7f\x99\x7f\xb8\x05\x98\x7f\xd4\x1f\x3e\xb8\x71\xd4\x1f\x41\x98\x04\xd8\x14\x19\xd8\x1f\x24\xa0\x51\x9c\x78\x90\x0c\xd8\x22\x27\xa8\x01\xa4\x28\xd7\x22\x35\xd1\x22\x35\xb8\x75\xd0\x22\x35\xd4\x22\x45\xc0\x61\xd4\x22\x48\x90\x0f\xd8\x13\x1f\xa0\x3f\xd2\x13\x32\xf0\x00\x08\x11\x1a\xe0\x26\x2a\xd7\x26\x3c\xd1\x26\x3c\xd7\x26\x41\xd1\x26\x41\xc0\x25\xc8\x01\xc0\x29\xc0\x29\xd4\x26\x4c\xd8\x26\x2a\xa7\x6f\xa1\x6f\xf1\x03\x01\x27\x36\x90\x44\x94\x4f\xe0\x17\x1f\xf0\x00\x03\x15\x2f\xd8\x1f\x2b\x98\x04\x98\x04\xe0\x1f\x2e\x98\x04\xd8\x14\x19\xe0\x13\x17\xf0\x00\x03\x0d\x16\x98\x34\xf0\x00\x03\x0d\x16\xd8\x13\x17\xf0\x00\x01\x11\x3e\xa0\x08\xf0\x00\x01\x11\x3e\xd8\x1b\x1f\x9f\x3f\x99\x3f\xb0\x45\x98\x3f\xd4\x1b\x3a\xb8\x31\xd4\x1b\x3d\x90\x44\xd8\x10\x15\xd8\x0f\x17\x98\x24\x8a\x7f\xf0\x00\x01\x0d\x1e\xd8\x10\x18\x98\x41\x91\x0d\x90\x08\xf1\x5d\x01\x00\x0f\x13\xf0\x5e\x01\x00\x10\x14\x88\x0b",
63204 : : };
63205 : : static
63206 : : struct {
63207 : : PyASCIIObject _ascii;
63208 : : uint8_t _data[9];
63209 : : }
63210 : : const_str_readsize = {
63211 : : ._ascii = {
63212 : : .ob_base = {
63213 : : .ob_refcnt = 999999999,
63214 : : .ob_type = &PyUnicode_Type,
63215 : : },
63216 : : .length = 8,
63217 : : .hash = -1,
63218 : : .state = {
63219 : : .kind = 1,
63220 : : .compact = 1,
63221 : : .ascii = 1,
63222 : : },
63223 : : },
63224 : : ._data = "readsize",
63225 : : };
63226 : : static
63227 : : struct {
63228 : : PyASCIIObject _ascii;
63229 : : uint8_t _data[13];
63230 : : }
63231 : : const_str_line0withend = {
63232 : : ._ascii = {
63233 : : .ob_base = {
63234 : : .ob_refcnt = 999999999,
63235 : : .ob_type = &PyUnicode_Type,
63236 : : },
63237 : : .length = 12,
63238 : : .hash = -1,
63239 : : .state = {
63240 : : .kind = 1,
63241 : : .compact = 1,
63242 : : .ascii = 1,
63243 : : },
63244 : : },
63245 : : ._data = "line0withend",
63246 : : };
63247 : : static
63248 : : struct {
63249 : : PyASCIIObject _ascii;
63250 : : uint8_t _data[16];
63251 : : }
63252 : : const_str_line0withoutend = {
63253 : : ._ascii = {
63254 : : .ob_base = {
63255 : : .ob_refcnt = 999999999,
63256 : : .ob_type = &PyUnicode_Type,
63257 : : },
63258 : : .length = 15,
63259 : : .hash = -1,
63260 : : .state = {
63261 : : .kind = 1,
63262 : : .compact = 1,
63263 : : .ascii = 1,
63264 : : },
63265 : : },
63266 : : ._data = "line0withoutend",
63267 : : };
63268 : : static
63269 : : struct {
63270 : : PyGC_Head _gc_head;
63271 : : struct {
63272 : : PyObject_VAR_HEAD
63273 : : PyObject *ob_item[9];
63274 : : }_object;
63275 : : }
63276 : : codecs_toplevel_consts_26_consts_9_localsplusnames = {
63277 : : ._object = {
63278 : : .ob_base = {
63279 : : .ob_base = {
63280 : : .ob_refcnt = 999999999,
63281 : : .ob_type = &PyTuple_Type,
63282 : : },
63283 : : .ob_size = 9,
63284 : : },
63285 : : .ob_item = {
63286 : : & const_str_self._ascii.ob_base,
63287 : : & const_str_size._ascii.ob_base,
63288 : : & const_str_keepends._ascii.ob_base,
63289 : : &_Py_ID(line),
63290 : : & const_str_readsize._ascii.ob_base,
63291 : : & const_str_data._ascii.ob_base,
63292 : : & const_str_lines._ascii.ob_base,
63293 : : & const_str_line0withend._ascii.ob_base,
63294 : : & const_str_line0withoutend._ascii.ob_base,
63295 : : },
63296 : : },
63297 : : };
63298 : : static
63299 : : struct _PyCode_DEF(1166)
63300 : : codecs_toplevel_consts_26_consts_9 = {
63301 : : .ob_base = {
63302 : : .ob_base = {
63303 : : .ob_refcnt = 999999999,
63304 : : .ob_type = &PyCode_Type,
63305 : : },
63306 : : .ob_size = 583,
63307 : : },
63308 : : .co_consts = & codecs_toplevel_consts_26_consts_9_consts._object.ob_base.ob_base,
63309 : : .co_names = & codecs_toplevel_consts_26_consts_9_names._object.ob_base.ob_base,
63310 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63311 : : .co_flags = 3,
63312 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63313 : : ._co_linearray_entry_size = 0,
63314 : : .co_argcount = 3,
63315 : : .co_posonlyargcount = 0,
63316 : : .co_kwonlyargcount = 0,
63317 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
63318 : : .co_stacksize = 5,
63319 : : .co_firstlineno = 531,
63320 : : .co_nlocalsplus = 9,
63321 : : .co_nlocals = 9,
63322 : : .co_nplaincellvars = 0,
63323 : : .co_ncellvars = 0,
63324 : : .co_nfreevars = 0,
63325 : : .co_localsplusnames = & codecs_toplevel_consts_26_consts_9_localsplusnames._object.ob_base.ob_base,
63326 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
63327 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63328 : : .co_name = &_Py_ID(readline),
63329 : : .co_qualname = & codecs_toplevel_consts_26_consts_9_qualname._ascii.ob_base,
63330 : : .co_linetable = & codecs_toplevel_consts_26_consts_9_linetable.ob_base.ob_base,
63331 : : ._co_code = NULL,
63332 : : ._co_linearray = NULL,
63333 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x75\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x1e\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x53\x00\x7c\x01\x70\x01\x64\x06\x7d\x04\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x09\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x64\x07\xac\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x61\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x05\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x02\xac\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x05\x7c\x03\x7c\x05\x7a\x0d\x00\x00\x7d\x03\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\xf2\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x7b\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x06\x64\x01\x3d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x04\x00\x00\x00\x00\x72\x29\x7c\x06\x64\x0c\x78\x02\x78\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x63\x03\x63\x02\x3c\x00\x00\x00\x7c\x06\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1a\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x95\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x07\x7c\x08\x6b\x03\x00\x00\x00\x00\x72\x39\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x02\x64\x03\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x72\x03\x7c\x07\x7d\x03\x6e\x02\x7c\x08\x7d\x03\x6e\x2f\x7c\x05\x72\x02\x7c\x01\x81\x1e\x7c\x03\x72\x1b\x7c\x02\x73\x19\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xac\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x6e\x0d\x7c\x04\x64\x0d\x6b\x00\x00\x00\x00\x00\x72\x05\x7c\x04\x64\x0e\x7a\x12\x00\x00\x7d\x04\x3e\x01\x8c\xb2\x7c\x03\x53\x00",
63334 : : ._co_firsttraceable = 0,
63335 : : };
63336 : : static
63337 : : struct {
63338 : : PyASCIIObject _ascii;
63339 : : uint8_t _data[340];
63340 : : }
63341 : : codecs_toplevel_consts_26_consts_10_consts_0 = {
63342 : : ._ascii = {
63343 : : .ob_base = {
63344 : : .ob_refcnt = 999999999,
63345 : : .ob_type = &PyUnicode_Type,
63346 : : },
63347 : : .length = 339,
63348 : : .hash = -1,
63349 : : .state = {
63350 : : .kind = 1,
63351 : : .compact = 1,
63352 : : .ascii = 1,
63353 : : },
63354 : : },
63355 : : ._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",
63356 : : };
63357 : : static
63358 : : struct {
63359 : : PyGC_Head _gc_head;
63360 : : struct {
63361 : : PyObject_VAR_HEAD
63362 : : PyObject *ob_item[1];
63363 : : }_object;
63364 : : }
63365 : : codecs_toplevel_consts_26_consts_10_consts = {
63366 : : ._object = {
63367 : : .ob_base = {
63368 : : .ob_base = {
63369 : : .ob_refcnt = 999999999,
63370 : : .ob_type = &PyTuple_Type,
63371 : : },
63372 : : .ob_size = 1,
63373 : : },
63374 : : .ob_item = {
63375 : : & codecs_toplevel_consts_26_consts_10_consts_0._ascii.ob_base,
63376 : : },
63377 : : },
63378 : : };
63379 : : static
63380 : : struct {
63381 : : PyGC_Head _gc_head;
63382 : : struct {
63383 : : PyObject_VAR_HEAD
63384 : : PyObject *ob_item[2];
63385 : : }_object;
63386 : : }
63387 : : codecs_toplevel_consts_26_consts_10_names = {
63388 : : ._object = {
63389 : : .ob_base = {
63390 : : .ob_base = {
63391 : : .ob_refcnt = 999999999,
63392 : : .ob_type = &PyTuple_Type,
63393 : : },
63394 : : .ob_size = 2,
63395 : : },
63396 : : .ob_item = {
63397 : : &_Py_ID(read),
63398 : : & const_str_splitlines._ascii.ob_base,
63399 : : },
63400 : : },
63401 : : };
63402 : : static
63403 : : struct {
63404 : : PyASCIIObject _ascii;
63405 : : uint8_t _data[10];
63406 : : }
63407 : : const_str_readlines = {
63408 : : ._ascii = {
63409 : : .ob_base = {
63410 : : .ob_refcnt = 999999999,
63411 : : .ob_type = &PyUnicode_Type,
63412 : : },
63413 : : .length = 9,
63414 : : .hash = -1,
63415 : : .state = {
63416 : : .kind = 1,
63417 : : .compact = 1,
63418 : : .ascii = 1,
63419 : : },
63420 : : },
63421 : : ._data = "readlines",
63422 : : };
63423 : : static
63424 : : struct {
63425 : : PyASCIIObject _ascii;
63426 : : uint8_t _data[23];
63427 : : }
63428 : : codecs_toplevel_consts_26_consts_10_qualname = {
63429 : : ._ascii = {
63430 : : .ob_base = {
63431 : : .ob_refcnt = 999999999,
63432 : : .ob_type = &PyUnicode_Type,
63433 : : },
63434 : : .length = 22,
63435 : : .hash = -1,
63436 : : .state = {
63437 : : .kind = 1,
63438 : : .compact = 1,
63439 : : .ascii = 1,
63440 : : },
63441 : : },
63442 : : ._data = "StreamReader.readlines",
63443 : : };
63444 : : static
63445 : : struct {
63446 : : PyObject_VAR_HEAD
63447 : : Py_hash_t ob_shash;
63448 : : char ob_sval[31];
63449 : : }
63450 : : codecs_toplevel_consts_26_consts_10_linetable = {
63451 : : .ob_base = {
63452 : : .ob_base = {
63453 : : .ob_refcnt = 999999999,
63454 : : .ob_type = &PyBytes_Type,
63455 : : },
63456 : : .ob_size = 30,
63457 : : },
63458 : : .ob_shash = -1,
63459 : : .ob_sval = "\x80\x00\xf0\x18\x00\x10\x14\x8f\x79\x89\x79\x8c\x7b\x88\x04\xd8\x0f\x13\x8f\x7f\x89\x7f\x98\x78\xd4\x0f\x28\xd0\x08\x28",
63460 : : };
63461 : : static
63462 : : struct {
63463 : : PyASCIIObject _ascii;
63464 : : uint8_t _data[9];
63465 : : }
63466 : : const_str_sizehint = {
63467 : : ._ascii = {
63468 : : .ob_base = {
63469 : : .ob_refcnt = 999999999,
63470 : : .ob_type = &PyUnicode_Type,
63471 : : },
63472 : : .length = 8,
63473 : : .hash = -1,
63474 : : .state = {
63475 : : .kind = 1,
63476 : : .compact = 1,
63477 : : .ascii = 1,
63478 : : },
63479 : : },
63480 : : ._data = "sizehint",
63481 : : };
63482 : : static
63483 : : struct {
63484 : : PyGC_Head _gc_head;
63485 : : struct {
63486 : : PyObject_VAR_HEAD
63487 : : PyObject *ob_item[4];
63488 : : }_object;
63489 : : }
63490 : : codecs_toplevel_consts_26_consts_10_localsplusnames = {
63491 : : ._object = {
63492 : : .ob_base = {
63493 : : .ob_base = {
63494 : : .ob_refcnt = 999999999,
63495 : : .ob_type = &PyTuple_Type,
63496 : : },
63497 : : .ob_size = 4,
63498 : : },
63499 : : .ob_item = {
63500 : : & const_str_self._ascii.ob_base,
63501 : : & const_str_sizehint._ascii.ob_base,
63502 : : & const_str_keepends._ascii.ob_base,
63503 : : & const_str_data._ascii.ob_base,
63504 : : },
63505 : : },
63506 : : };
63507 : : static
63508 : : struct _PyCode_DEF(72)
63509 : : codecs_toplevel_consts_26_consts_10 = {
63510 : : .ob_base = {
63511 : : .ob_base = {
63512 : : .ob_refcnt = 999999999,
63513 : : .ob_type = &PyCode_Type,
63514 : : },
63515 : : .ob_size = 36,
63516 : : },
63517 : : .co_consts = & codecs_toplevel_consts_26_consts_10_consts._object.ob_base.ob_base,
63518 : : .co_names = & codecs_toplevel_consts_26_consts_10_names._object.ob_base.ob_base,
63519 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63520 : : .co_flags = 3,
63521 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63522 : : ._co_linearray_entry_size = 0,
63523 : : .co_argcount = 3,
63524 : : .co_posonlyargcount = 0,
63525 : : .co_kwonlyargcount = 0,
63526 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
63527 : : .co_stacksize = 3,
63528 : : .co_firstlineno = 606,
63529 : : .co_nlocalsplus = 4,
63530 : : .co_nlocals = 4,
63531 : : .co_nplaincellvars = 0,
63532 : : .co_ncellvars = 0,
63533 : : .co_nfreevars = 0,
63534 : : .co_localsplusnames = & codecs_toplevel_consts_26_consts_10_localsplusnames._object.ob_base.ob_base,
63535 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
63536 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63537 : : .co_name = & const_str_readlines._ascii.ob_base,
63538 : : .co_qualname = & codecs_toplevel_consts_26_consts_10_qualname._ascii.ob_base,
63539 : : .co_linetable = & codecs_toplevel_consts_26_consts_10_linetable.ob_base.ob_base,
63540 : : ._co_code = NULL,
63541 : : ._co_linearray = NULL,
63542 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
63543 : : ._co_firsttraceable = 0,
63544 : : };
63545 : : static
63546 : : struct {
63547 : : PyASCIIObject _ascii;
63548 : : uint8_t _data[237];
63549 : : }
63550 : : codecs_toplevel_consts_26_consts_11_consts_0 = {
63551 : : ._ascii = {
63552 : : .ob_base = {
63553 : : .ob_refcnt = 999999999,
63554 : : .ob_type = &PyUnicode_Type,
63555 : : },
63556 : : .length = 236,
63557 : : .hash = -1,
63558 : : .state = {
63559 : : .kind = 1,
63560 : : .compact = 1,
63561 : : .ascii = 1,
63562 : : },
63563 : : },
63564 : : ._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",
63565 : : };
63566 : : static
63567 : : struct {
63568 : : PyGC_Head _gc_head;
63569 : : struct {
63570 : : PyObject_VAR_HEAD
63571 : : PyObject *ob_item[3];
63572 : : }_object;
63573 : : }
63574 : : codecs_toplevel_consts_26_consts_11_consts = {
63575 : : ._object = {
63576 : : .ob_base = {
63577 : : .ob_base = {
63578 : : .ob_refcnt = 999999999,
63579 : : .ob_type = &PyTuple_Type,
63580 : : },
63581 : : .ob_size = 3,
63582 : : },
63583 : : .ob_item = {
63584 : : & codecs_toplevel_consts_26_consts_11_consts_0._ascii.ob_base,
63585 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
63586 : : Py_None,
63587 : : },
63588 : : },
63589 : : };
63590 : : static
63591 : : struct {
63592 : : PyGC_Head _gc_head;
63593 : : struct {
63594 : : PyObject_VAR_HEAD
63595 : : PyObject *ob_item[4];
63596 : : }_object;
63597 : : }
63598 : : codecs_toplevel_consts_26_consts_11_names = {
63599 : : ._object = {
63600 : : .ob_base = {
63601 : : .ob_base = {
63602 : : .ob_refcnt = 999999999,
63603 : : .ob_type = &PyTuple_Type,
63604 : : },
63605 : : .ob_size = 4,
63606 : : },
63607 : : .ob_item = {
63608 : : & const_str_bytebuffer._ascii.ob_base,
63609 : : & const_str__empty_charbuffer._ascii.ob_base,
63610 : : & const_str_charbuffer._ascii.ob_base,
63611 : : & const_str_linebuffer._ascii.ob_base,
63612 : : },
63613 : : },
63614 : : };
63615 : : static
63616 : : struct {
63617 : : PyASCIIObject _ascii;
63618 : : uint8_t _data[19];
63619 : : }
63620 : : codecs_toplevel_consts_26_consts_11_qualname = {
63621 : : ._ascii = {
63622 : : .ob_base = {
63623 : : .ob_refcnt = 999999999,
63624 : : .ob_type = &PyUnicode_Type,
63625 : : },
63626 : : .length = 18,
63627 : : .hash = -1,
63628 : : .state = {
63629 : : .kind = 1,
63630 : : .compact = 1,
63631 : : .ascii = 1,
63632 : : },
63633 : : },
63634 : : ._data = "StreamReader.reset",
63635 : : };
63636 : : static
63637 : : struct {
63638 : : PyObject_VAR_HEAD
63639 : : Py_hash_t ob_shash;
63640 : : char ob_sval[36];
63641 : : }
63642 : : codecs_toplevel_consts_26_consts_11_linetable = {
63643 : : .ob_base = {
63644 : : .ob_base = {
63645 : : .ob_refcnt = 999999999,
63646 : : .ob_type = &PyBytes_Type,
63647 : : },
63648 : : .ob_size = 35,
63649 : : },
63650 : : .ob_shash = -1,
63651 : : .ob_sval = "\x80\x00\xf0\x12\x00\x1b\x1e\x88\x04\x8c\x0f\xd8\x1a\x1e\xd7\x1a\x30\xd1\x1a\x30\x88\x04\x8c\x0f\xd8\x1a\x1e\x88\x04\x8c\x0f\x88\x0f\x88\x0f",
63652 : : };
63653 : : static
63654 : : struct _PyCode_DEF(68)
63655 : : codecs_toplevel_consts_26_consts_11 = {
63656 : : .ob_base = {
63657 : : .ob_base = {
63658 : : .ob_refcnt = 999999999,
63659 : : .ob_type = &PyCode_Type,
63660 : : },
63661 : : .ob_size = 34,
63662 : : },
63663 : : .co_consts = & codecs_toplevel_consts_26_consts_11_consts._object.ob_base.ob_base,
63664 : : .co_names = & codecs_toplevel_consts_26_consts_11_names._object.ob_base.ob_base,
63665 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63666 : : .co_flags = 3,
63667 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63668 : : ._co_linearray_entry_size = 0,
63669 : : .co_argcount = 1,
63670 : : .co_posonlyargcount = 0,
63671 : : .co_kwonlyargcount = 0,
63672 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
63673 : : .co_stacksize = 2,
63674 : : .co_firstlineno = 621,
63675 : : .co_nlocalsplus = 1,
63676 : : .co_nlocals = 1,
63677 : : .co_nplaincellvars = 0,
63678 : : .co_ncellvars = 0,
63679 : : .co_nfreevars = 0,
63680 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
63681 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
63682 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63683 : : .co_name = &_Py_ID(reset),
63684 : : .co_qualname = & codecs_toplevel_consts_26_consts_11_qualname._ascii.ob_base,
63685 : : .co_linetable = & codecs_toplevel_consts_26_consts_11_linetable.ob_base.ob_base,
63686 : : ._co_code = NULL,
63687 : : ._co_linearray = NULL,
63688 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
63689 : : ._co_firsttraceable = 0,
63690 : : };
63691 : : static
63692 : : struct {
63693 : : PyASCIIObject _ascii;
63694 : : uint8_t _data[113];
63695 : : }
63696 : : codecs_toplevel_consts_26_consts_13_consts_0 = {
63697 : : ._ascii = {
63698 : : .ob_base = {
63699 : : .ob_refcnt = 999999999,
63700 : : .ob_type = &PyUnicode_Type,
63701 : : },
63702 : : .length = 112,
63703 : : .hash = -1,
63704 : : .state = {
63705 : : .kind = 1,
63706 : : .compact = 1,
63707 : : .ascii = 1,
63708 : : },
63709 : : },
63710 : : ._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",
63711 : : };
63712 : : static
63713 : : struct {
63714 : : PyGC_Head _gc_head;
63715 : : struct {
63716 : : PyObject_VAR_HEAD
63717 : : PyObject *ob_item[2];
63718 : : }_object;
63719 : : }
63720 : : codecs_toplevel_consts_26_consts_13_consts = {
63721 : : ._object = {
63722 : : .ob_base = {
63723 : : .ob_base = {
63724 : : .ob_refcnt = 999999999,
63725 : : .ob_type = &PyTuple_Type,
63726 : : },
63727 : : .ob_size = 2,
63728 : : },
63729 : : .ob_item = {
63730 : : & codecs_toplevel_consts_26_consts_13_consts_0._ascii.ob_base,
63731 : : Py_None,
63732 : : },
63733 : : },
63734 : : };
63735 : : static
63736 : : struct {
63737 : : PyASCIIObject _ascii;
63738 : : uint8_t _data[18];
63739 : : }
63740 : : codecs_toplevel_consts_26_consts_13_qualname = {
63741 : : ._ascii = {
63742 : : .ob_base = {
63743 : : .ob_refcnt = 999999999,
63744 : : .ob_type = &PyUnicode_Type,
63745 : : },
63746 : : .length = 17,
63747 : : .hash = -1,
63748 : : .state = {
63749 : : .kind = 1,
63750 : : .compact = 1,
63751 : : .ascii = 1,
63752 : : },
63753 : : },
63754 : : ._data = "StreamReader.seek",
63755 : : };
63756 : : static
63757 : : struct {
63758 : : PyObject_VAR_HEAD
63759 : : Py_hash_t ob_shash;
63760 : : char ob_sval[43];
63761 : : }
63762 : : codecs_toplevel_consts_26_consts_13_linetable = {
63763 : : .ob_base = {
63764 : : .ob_base = {
63765 : : .ob_refcnt = 999999999,
63766 : : .ob_type = &PyBytes_Type,
63767 : : },
63768 : : .ob_size = 42,
63769 : : },
63770 : : .ob_shash = -1,
63771 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0d\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0a\x89\x0a\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
63772 : : };
63773 : : static
63774 : : struct _PyCode_DEF(98)
63775 : : codecs_toplevel_consts_26_consts_13 = {
63776 : : .ob_base = {
63777 : : .ob_base = {
63778 : : .ob_refcnt = 999999999,
63779 : : .ob_type = &PyCode_Type,
63780 : : },
63781 : : .ob_size = 49,
63782 : : },
63783 : : .co_consts = & codecs_toplevel_consts_26_consts_13_consts._object.ob_base.ob_base,
63784 : : .co_names = & codecs_toplevel_consts_24_consts_7_names._object.ob_base.ob_base,
63785 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63786 : : .co_flags = 3,
63787 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63788 : : ._co_linearray_entry_size = 0,
63789 : : .co_argcount = 3,
63790 : : .co_posonlyargcount = 0,
63791 : : .co_kwonlyargcount = 0,
63792 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
63793 : : .co_stacksize = 4,
63794 : : .co_firstlineno = 634,
63795 : : .co_nlocalsplus = 3,
63796 : : .co_nlocals = 3,
63797 : : .co_nplaincellvars = 0,
63798 : : .co_ncellvars = 0,
63799 : : .co_nfreevars = 0,
63800 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
63801 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
63802 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63803 : : .co_name = &_Py_ID(seek),
63804 : : .co_qualname = & codecs_toplevel_consts_26_consts_13_qualname._ascii.ob_base,
63805 : : .co_linetable = & codecs_toplevel_consts_26_consts_13_linetable.ob_base.ob_base,
63806 : : ._co_code = NULL,
63807 : : ._co_linearray = NULL,
63808 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
63809 : : ._co_firsttraceable = 0,
63810 : : };
63811 : : static
63812 : : struct {
63813 : : PyASCIIObject _ascii;
63814 : : uint8_t _data[53];
63815 : : }
63816 : : codecs_toplevel_consts_26_consts_14_consts_0 = {
63817 : : ._ascii = {
63818 : : .ob_base = {
63819 : : .ob_refcnt = 999999999,
63820 : : .ob_type = &PyUnicode_Type,
63821 : : },
63822 : : .length = 52,
63823 : : .hash = -1,
63824 : : .state = {
63825 : : .kind = 1,
63826 : : .compact = 1,
63827 : : .ascii = 1,
63828 : : },
63829 : : },
63830 : : ._data = " Return the next decoded line from the input stream.",
63831 : : };
63832 : : static
63833 : : struct {
63834 : : PyGC_Head _gc_head;
63835 : : struct {
63836 : : PyObject_VAR_HEAD
63837 : : PyObject *ob_item[1];
63838 : : }_object;
63839 : : }
63840 : : codecs_toplevel_consts_26_consts_14_consts = {
63841 : : ._object = {
63842 : : .ob_base = {
63843 : : .ob_base = {
63844 : : .ob_refcnt = 999999999,
63845 : : .ob_type = &PyTuple_Type,
63846 : : },
63847 : : .ob_size = 1,
63848 : : },
63849 : : .ob_item = {
63850 : : & codecs_toplevel_consts_26_consts_14_consts_0._ascii.ob_base,
63851 : : },
63852 : : },
63853 : : };
63854 : : static
63855 : : struct {
63856 : : PyASCIIObject _ascii;
63857 : : uint8_t _data[14];
63858 : : }
63859 : : const_str_StopIteration = {
63860 : : ._ascii = {
63861 : : .ob_base = {
63862 : : .ob_refcnt = 999999999,
63863 : : .ob_type = &PyUnicode_Type,
63864 : : },
63865 : : .length = 13,
63866 : : .hash = -1,
63867 : : .state = {
63868 : : .kind = 1,
63869 : : .compact = 1,
63870 : : .ascii = 1,
63871 : : },
63872 : : },
63873 : : ._data = "StopIteration",
63874 : : };
63875 : : static
63876 : : struct {
63877 : : PyGC_Head _gc_head;
63878 : : struct {
63879 : : PyObject_VAR_HEAD
63880 : : PyObject *ob_item[2];
63881 : : }_object;
63882 : : }
63883 : : codecs_toplevel_consts_26_consts_14_names = {
63884 : : ._object = {
63885 : : .ob_base = {
63886 : : .ob_base = {
63887 : : .ob_refcnt = 999999999,
63888 : : .ob_type = &PyTuple_Type,
63889 : : },
63890 : : .ob_size = 2,
63891 : : },
63892 : : .ob_item = {
63893 : : &_Py_ID(readline),
63894 : : & const_str_StopIteration._ascii.ob_base,
63895 : : },
63896 : : },
63897 : : };
63898 : : static
63899 : : struct {
63900 : : PyASCIIObject _ascii;
63901 : : uint8_t _data[22];
63902 : : }
63903 : : codecs_toplevel_consts_26_consts_14_qualname = {
63904 : : ._ascii = {
63905 : : .ob_base = {
63906 : : .ob_refcnt = 999999999,
63907 : : .ob_type = &PyUnicode_Type,
63908 : : },
63909 : : .length = 21,
63910 : : .hash = -1,
63911 : : .state = {
63912 : : .kind = 1,
63913 : : .compact = 1,
63914 : : .ascii = 1,
63915 : : },
63916 : : },
63917 : : ._data = "StreamReader.__next__",
63918 : : };
63919 : : static
63920 : : struct {
63921 : : PyObject_VAR_HEAD
63922 : : Py_hash_t ob_shash;
63923 : : char ob_sval[35];
63924 : : }
63925 : : codecs_toplevel_consts_26_consts_14_linetable = {
63926 : : .ob_base = {
63927 : : .ob_base = {
63928 : : .ob_refcnt = 999999999,
63929 : : .ob_type = &PyBytes_Type,
63930 : : },
63931 : : .ob_size = 34,
63932 : : },
63933 : : .ob_shash = -1,
63934 : : .ob_sval = "\x80\x00\xf0\x06\x00\x10\x14\x8f\x7d\x89\x7d\x8c\x7f\x88\x04\xd8\x0b\x0f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0e\x1b\xd0\x08\x1b",
63935 : : };
63936 : : static
63937 : : struct {
63938 : : PyGC_Head _gc_head;
63939 : : struct {
63940 : : PyObject_VAR_HEAD
63941 : : PyObject *ob_item[2];
63942 : : }_object;
63943 : : }
63944 : : codecs_toplevel_consts_26_consts_14_localsplusnames = {
63945 : : ._object = {
63946 : : .ob_base = {
63947 : : .ob_base = {
63948 : : .ob_refcnt = 999999999,
63949 : : .ob_type = &PyTuple_Type,
63950 : : },
63951 : : .ob_size = 2,
63952 : : },
63953 : : .ob_item = {
63954 : : & const_str_self._ascii.ob_base,
63955 : : &_Py_ID(line),
63956 : : },
63957 : : },
63958 : : };
63959 : : static
63960 : : struct _PyCode_DEF(58)
63961 : : codecs_toplevel_consts_26_consts_14 = {
63962 : : .ob_base = {
63963 : : .ob_base = {
63964 : : .ob_refcnt = 999999999,
63965 : : .ob_type = &PyCode_Type,
63966 : : },
63967 : : .ob_size = 29,
63968 : : },
63969 : : .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
63970 : : .co_names = & codecs_toplevel_consts_26_consts_14_names._object.ob_base.ob_base,
63971 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
63972 : : .co_flags = 3,
63973 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
63974 : : ._co_linearray_entry_size = 0,
63975 : : .co_argcount = 1,
63976 : : .co_posonlyargcount = 0,
63977 : : .co_kwonlyargcount = 0,
63978 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
63979 : : .co_stacksize = 2,
63980 : : .co_firstlineno = 642,
63981 : : .co_nlocalsplus = 2,
63982 : : .co_nlocals = 2,
63983 : : .co_nplaincellvars = 0,
63984 : : .co_ncellvars = 0,
63985 : : .co_nfreevars = 0,
63986 : : .co_localsplusnames = & codecs_toplevel_consts_26_consts_14_localsplusnames._object.ob_base.ob_base,
63987 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
63988 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
63989 : : .co_name = &_Py_ID(__next__),
63990 : : .co_qualname = & codecs_toplevel_consts_26_consts_14_qualname._ascii.ob_base,
63991 : : .co_linetable = & codecs_toplevel_consts_26_consts_14_linetable.ob_base.ob_base,
63992 : : ._co_code = NULL,
63993 : : ._co_linearray = NULL,
63994 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x72\x02\x7c\x01\x53\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
63995 : : ._co_firsttraceable = 0,
63996 : : };
63997 : : static
63998 : : struct {
63999 : : PyASCIIObject _ascii;
64000 : : uint8_t _data[22];
64001 : : }
64002 : : codecs_toplevel_consts_26_consts_15_qualname = {
64003 : : ._ascii = {
64004 : : .ob_base = {
64005 : : .ob_refcnt = 999999999,
64006 : : .ob_type = &PyUnicode_Type,
64007 : : },
64008 : : .length = 21,
64009 : : .hash = -1,
64010 : : .state = {
64011 : : .kind = 1,
64012 : : .compact = 1,
64013 : : .ascii = 1,
64014 : : },
64015 : : },
64016 : : ._data = "StreamReader.__iter__",
64017 : : };
64018 : : static
64019 : : struct _PyCode_DEF(6)
64020 : : codecs_toplevel_consts_26_consts_15 = {
64021 : : .ob_base = {
64022 : : .ob_base = {
64023 : : .ob_refcnt = 999999999,
64024 : : .ob_type = &PyCode_Type,
64025 : : },
64026 : : .ob_size = 3,
64027 : : },
64028 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
64029 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
64030 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64031 : : .co_flags = 3,
64032 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64033 : : ._co_linearray_entry_size = 0,
64034 : : .co_argcount = 1,
64035 : : .co_posonlyargcount = 0,
64036 : : .co_kwonlyargcount = 0,
64037 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
64038 : : .co_stacksize = 1,
64039 : : .co_firstlineno = 650,
64040 : : .co_nlocalsplus = 1,
64041 : : .co_nlocals = 1,
64042 : : .co_nplaincellvars = 0,
64043 : : .co_ncellvars = 0,
64044 : : .co_nfreevars = 0,
64045 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
64046 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
64047 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64048 : : .co_name = &_Py_ID(__iter__),
64049 : : .co_qualname = & codecs_toplevel_consts_26_consts_15_qualname._ascii.ob_base,
64050 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
64051 : : ._co_code = NULL,
64052 : : ._co_linearray = NULL,
64053 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
64054 : : ._co_firsttraceable = 0,
64055 : : };
64056 : : static
64057 : : struct {
64058 : : PyASCIIObject _ascii;
64059 : : uint8_t _data[25];
64060 : : }
64061 : : codecs_toplevel_consts_26_consts_16_qualname = {
64062 : : ._ascii = {
64063 : : .ob_base = {
64064 : : .ob_refcnt = 999999999,
64065 : : .ob_type = &PyUnicode_Type,
64066 : : },
64067 : : .length = 24,
64068 : : .hash = -1,
64069 : : .state = {
64070 : : .kind = 1,
64071 : : .compact = 1,
64072 : : .ascii = 1,
64073 : : },
64074 : : },
64075 : : ._data = "StreamReader.__getattr__",
64076 : : };
64077 : : static
64078 : : struct _PyCode_DEF(42)
64079 : : codecs_toplevel_consts_26_consts_16 = {
64080 : : .ob_base = {
64081 : : .ob_base = {
64082 : : .ob_refcnt = 999999999,
64083 : : .ob_type = &PyCode_Type,
64084 : : },
64085 : : .ob_size = 21,
64086 : : },
64087 : : .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
64088 : : .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
64089 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64090 : : .co_flags = 3,
64091 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64092 : : ._co_linearray_entry_size = 0,
64093 : : .co_argcount = 3,
64094 : : .co_posonlyargcount = 0,
64095 : : .co_kwonlyargcount = 0,
64096 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
64097 : : .co_stacksize = 4,
64098 : : .co_firstlineno = 653,
64099 : : .co_nlocalsplus = 3,
64100 : : .co_nlocals = 3,
64101 : : .co_nplaincellvars = 0,
64102 : : .co_ncellvars = 0,
64103 : : .co_nfreevars = 0,
64104 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
64105 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
64106 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64107 : : .co_name = &_Py_ID(__getattr__),
64108 : : .co_qualname = & codecs_toplevel_consts_26_consts_16_qualname._ascii.ob_base,
64109 : : .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
64110 : : ._co_code = NULL,
64111 : : ._co_linearray = NULL,
64112 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
64113 : : ._co_firsttraceable = 0,
64114 : : };
64115 : : static
64116 : : struct {
64117 : : PyASCIIObject _ascii;
64118 : : uint8_t _data[23];
64119 : : }
64120 : : codecs_toplevel_consts_26_consts_17_qualname = {
64121 : : ._ascii = {
64122 : : .ob_base = {
64123 : : .ob_refcnt = 999999999,
64124 : : .ob_type = &PyUnicode_Type,
64125 : : },
64126 : : .length = 22,
64127 : : .hash = -1,
64128 : : .state = {
64129 : : .kind = 1,
64130 : : .compact = 1,
64131 : : .ascii = 1,
64132 : : },
64133 : : },
64134 : : ._data = "StreamReader.__enter__",
64135 : : };
64136 : : static
64137 : : struct _PyCode_DEF(6)
64138 : : codecs_toplevel_consts_26_consts_17 = {
64139 : : .ob_base = {
64140 : : .ob_base = {
64141 : : .ob_refcnt = 999999999,
64142 : : .ob_type = &PyCode_Type,
64143 : : },
64144 : : .ob_size = 3,
64145 : : },
64146 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
64147 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
64148 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64149 : : .co_flags = 3,
64150 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64151 : : ._co_linearray_entry_size = 0,
64152 : : .co_argcount = 1,
64153 : : .co_posonlyargcount = 0,
64154 : : .co_kwonlyargcount = 0,
64155 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
64156 : : .co_stacksize = 1,
64157 : : .co_firstlineno = 660,
64158 : : .co_nlocalsplus = 1,
64159 : : .co_nlocals = 1,
64160 : : .co_nplaincellvars = 0,
64161 : : .co_ncellvars = 0,
64162 : : .co_nfreevars = 0,
64163 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
64164 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
64165 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64166 : : .co_name = &_Py_ID(__enter__),
64167 : : .co_qualname = & codecs_toplevel_consts_26_consts_17_qualname._ascii.ob_base,
64168 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
64169 : : ._co_code = NULL,
64170 : : ._co_linearray = NULL,
64171 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
64172 : : ._co_firsttraceable = 0,
64173 : : };
64174 : : static
64175 : : struct {
64176 : : PyASCIIObject _ascii;
64177 : : uint8_t _data[22];
64178 : : }
64179 : : codecs_toplevel_consts_26_consts_18_qualname = {
64180 : : ._ascii = {
64181 : : .ob_base = {
64182 : : .ob_refcnt = 999999999,
64183 : : .ob_type = &PyUnicode_Type,
64184 : : },
64185 : : .length = 21,
64186 : : .hash = -1,
64187 : : .state = {
64188 : : .kind = 1,
64189 : : .compact = 1,
64190 : : .ascii = 1,
64191 : : },
64192 : : },
64193 : : ._data = "StreamReader.__exit__",
64194 : : };
64195 : : static
64196 : : struct _PyCode_DEF(60)
64197 : : codecs_toplevel_consts_26_consts_18 = {
64198 : : .ob_base = {
64199 : : .ob_base = {
64200 : : .ob_refcnt = 999999999,
64201 : : .ob_type = &PyCode_Type,
64202 : : },
64203 : : .ob_size = 30,
64204 : : },
64205 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
64206 : : .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
64207 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64208 : : .co_flags = 3,
64209 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64210 : : ._co_linearray_entry_size = 0,
64211 : : .co_argcount = 4,
64212 : : .co_posonlyargcount = 0,
64213 : : .co_kwonlyargcount = 0,
64214 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
64215 : : .co_stacksize = 2,
64216 : : .co_firstlineno = 663,
64217 : : .co_nlocalsplus = 4,
64218 : : .co_nlocals = 4,
64219 : : .co_nplaincellvars = 0,
64220 : : .co_ncellvars = 0,
64221 : : .co_nfreevars = 0,
64222 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
64223 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
64224 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64225 : : .co_name = &_Py_ID(__exit__),
64226 : : .co_qualname = & codecs_toplevel_consts_26_consts_18_qualname._ascii.ob_base,
64227 : : .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
64228 : : ._co_code = NULL,
64229 : : ._co_linearray = NULL,
64230 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
64231 : : ._co_firsttraceable = 0,
64232 : : };
64233 : : static
64234 : : struct {
64235 : : PyGC_Head _gc_head;
64236 : : struct {
64237 : : PyObject_VAR_HEAD
64238 : : PyObject *ob_item[3];
64239 : : }_object;
64240 : : }
64241 : : codecs_toplevel_consts_26_consts_20 = {
64242 : : ._object = {
64243 : : .ob_base = {
64244 : : .ob_base = {
64245 : : .ob_refcnt = 999999999,
64246 : : .ob_type = &PyTuple_Type,
64247 : : },
64248 : : .ob_size = 3,
64249 : : },
64250 : : .ob_item = {
64251 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
64252 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
64253 : : Py_False,
64254 : : },
64255 : : },
64256 : : };
64257 : : static
64258 : : struct {
64259 : : PyGC_Head _gc_head;
64260 : : struct {
64261 : : PyObject_VAR_HEAD
64262 : : PyObject *ob_item[23];
64263 : : }_object;
64264 : : }
64265 : : codecs_toplevel_consts_26_consts = {
64266 : : ._object = {
64267 : : .ob_base = {
64268 : : .ob_base = {
64269 : : .ob_refcnt = 999999999,
64270 : : .ob_type = &PyTuple_Type,
64271 : : },
64272 : : .ob_size = 23,
64273 : : },
64274 : : .ob_item = {
64275 : : & const_str_StreamReader._ascii.ob_base,
64276 : : &_Py_ID(strict),
64277 : : & codecs_toplevel_consts_26_consts_2.ob_base.ob_base,
64278 : : & codecs_toplevel_consts_26_consts_3.ob_base.ob_base,
64279 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
64280 : : Py_False,
64281 : : & codecs_toplevel_consts_26_consts_6.ob_base.ob_base,
64282 : : Py_None,
64283 : : Py_True,
64284 : : & codecs_toplevel_consts_26_consts_9.ob_base.ob_base,
64285 : : & codecs_toplevel_consts_26_consts_10.ob_base.ob_base,
64286 : : & codecs_toplevel_consts_26_consts_11.ob_base.ob_base,
64287 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
64288 : : & codecs_toplevel_consts_26_consts_13.ob_base.ob_base,
64289 : : & codecs_toplevel_consts_26_consts_14.ob_base.ob_base,
64290 : : & codecs_toplevel_consts_26_consts_15.ob_base.ob_base,
64291 : : & codecs_toplevel_consts_26_consts_16.ob_base.ob_base,
64292 : : & codecs_toplevel_consts_26_consts_17.ob_base.ob_base,
64293 : : & codecs_toplevel_consts_26_consts_18.ob_base.ob_base,
64294 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
64295 : : & codecs_toplevel_consts_26_consts_20._object.ob_base.ob_base,
64296 : : & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
64297 : : & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
64298 : : },
64299 : : },
64300 : : };
64301 : : static
64302 : : struct {
64303 : : PyGC_Head _gc_head;
64304 : : struct {
64305 : : PyObject_VAR_HEAD
64306 : : PyObject *ob_item[18];
64307 : : }_object;
64308 : : }
64309 : : codecs_toplevel_consts_26_names = {
64310 : : ._object = {
64311 : : .ob_base = {
64312 : : .ob_base = {
64313 : : .ob_refcnt = 999999999,
64314 : : .ob_type = &PyTuple_Type,
64315 : : },
64316 : : .ob_size = 18,
64317 : : },
64318 : : .ob_item = {
64319 : : &_Py_ID(__name__),
64320 : : &_Py_ID(__module__),
64321 : : &_Py_ID(__qualname__),
64322 : : & const_str_str._ascii.ob_base,
64323 : : & const_str_charbuffertype._ascii.ob_base,
64324 : : &_Py_ID(__init__),
64325 : : &_Py_ID(decode),
64326 : : &_Py_ID(read),
64327 : : &_Py_ID(readline),
64328 : : & const_str_readlines._ascii.ob_base,
64329 : : &_Py_ID(reset),
64330 : : &_Py_ID(seek),
64331 : : &_Py_ID(__next__),
64332 : : &_Py_ID(__iter__),
64333 : : &_Py_ID(getattr),
64334 : : &_Py_ID(__getattr__),
64335 : : &_Py_ID(__enter__),
64336 : : &_Py_ID(__exit__),
64337 : : },
64338 : : },
64339 : : };
64340 : : static
64341 : : struct {
64342 : : PyObject_VAR_HEAD
64343 : : Py_hash_t ob_shash;
64344 : : char ob_sval[252];
64345 : : }
64346 : : codecs_toplevel_consts_26_linetable = {
64347 : : .ob_base = {
64348 : : .ob_base = {
64349 : : .ob_refcnt = 999999999,
64350 : : .ob_type = &PyBytes_Type,
64351 : : },
64352 : : .ob_size = 251,
64353 : : },
64354 : : .ob_shash = -1,
64355 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x15\x18\x80\x4e\xe0\x26\x2e\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x00\x17\x05\x1f\xf0\x32\x00\x24\x2c\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x00\x19\x1b\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x00\x4e\x01\x05\x16\xf0\x60\x02\x00\x1d\x21\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x00\x49\x01\x05\x14\xf0\x56\x02\x00\x22\x26\xf0\x00\x0d\x05\x29\xf0\x00\x0d\x05\x29\xf0\x00\x0d\x05\x29\xf0\x1e\x0b\x05\x1f\xf0\x00\x0b\x05\x1f\xf0\x00\x0b\x05\x1f\xf0\x1a\x00\x23\x24\xf0\x00\x06\x05\x15\xf0\x00\x06\x05\x15\xf0\x00\x06\x05\x15\xf0\x10\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf0\x00\x06\x05\x1c\xf0\x10\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x08\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
64356 : : };
64357 : : static
64358 : : struct _PyCode_DEF(106)
64359 : : codecs_toplevel_consts_26 = {
64360 : : .ob_base = {
64361 : : .ob_base = {
64362 : : .ob_refcnt = 999999999,
64363 : : .ob_type = &PyCode_Type,
64364 : : },
64365 : : .ob_size = 53,
64366 : : },
64367 : : .co_consts = & codecs_toplevel_consts_26_consts._object.ob_base.ob_base,
64368 : : .co_names = & codecs_toplevel_consts_26_names._object.ob_base.ob_base,
64369 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64370 : : .co_flags = 0,
64371 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64372 : : ._co_linearray_entry_size = 0,
64373 : : .co_argcount = 0,
64374 : : .co_posonlyargcount = 0,
64375 : : .co_kwonlyargcount = 0,
64376 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
64377 : : .co_stacksize = 2,
64378 : : .co_firstlineno = 419,
64379 : : .co_nlocalsplus = 0,
64380 : : .co_nlocals = 0,
64381 : : .co_nplaincellvars = 0,
64382 : : .co_ncellvars = 0,
64383 : : .co_nfreevars = 0,
64384 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
64385 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
64386 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64387 : : .co_name = & const_str_StreamReader._ascii.ob_base,
64388 : : .co_qualname = & const_str_StreamReader._ascii.ob_base,
64389 : : .co_linetable = & codecs_toplevel_consts_26_linetable.ob_base.ob_base,
64390 : : ._co_code = NULL,
64391 : : ._co_linearray = NULL,
64392 : : .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",
64393 : : ._co_firsttraceable = 0,
64394 : : };
64395 : : static
64396 : : struct {
64397 : : PyASCIIObject _ascii;
64398 : : uint8_t _data[258];
64399 : : }
64400 : : codecs_toplevel_consts_28_consts_1 = {
64401 : : ._ascii = {
64402 : : .ob_base = {
64403 : : .ob_refcnt = 999999999,
64404 : : .ob_type = &PyUnicode_Type,
64405 : : },
64406 : : .length = 257,
64407 : : .hash = -1,
64408 : : .state = {
64409 : : .kind = 1,
64410 : : .compact = 1,
64411 : : .ascii = 1,
64412 : : },
64413 : : },
64414 : : ._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",
64415 : : };
64416 : : static
64417 : : struct {
64418 : : PyASCIIObject _ascii;
64419 : : uint8_t _data[8];
64420 : : }
64421 : : const_str_unknown = {
64422 : : ._ascii = {
64423 : : .ob_base = {
64424 : : .ob_refcnt = 999999999,
64425 : : .ob_type = &PyUnicode_Type,
64426 : : },
64427 : : .length = 7,
64428 : : .hash = -1,
64429 : : .state = {
64430 : : .kind = 1,
64431 : : .compact = 1,
64432 : : .ascii = 1,
64433 : : },
64434 : : },
64435 : : ._data = "unknown",
64436 : : };
64437 : : static
64438 : : struct {
64439 : : PyASCIIObject _ascii;
64440 : : uint8_t _data[339];
64441 : : }
64442 : : codecs_toplevel_consts_28_consts_4_consts_0 = {
64443 : : ._ascii = {
64444 : : .ob_base = {
64445 : : .ob_refcnt = 999999999,
64446 : : .ob_type = &PyUnicode_Type,
64447 : : },
64448 : : .length = 338,
64449 : : .hash = -1,
64450 : : .state = {
64451 : : .kind = 1,
64452 : : .compact = 1,
64453 : : .ascii = 1,
64454 : : },
64455 : : },
64456 : : ._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",
64457 : : };
64458 : : static
64459 : : struct {
64460 : : PyGC_Head _gc_head;
64461 : : struct {
64462 : : PyObject_VAR_HEAD
64463 : : PyObject *ob_item[2];
64464 : : }_object;
64465 : : }
64466 : : codecs_toplevel_consts_28_consts_4_consts = {
64467 : : ._object = {
64468 : : .ob_base = {
64469 : : .ob_base = {
64470 : : .ob_refcnt = 999999999,
64471 : : .ob_type = &PyTuple_Type,
64472 : : },
64473 : : .ob_size = 2,
64474 : : },
64475 : : .ob_item = {
64476 : : & codecs_toplevel_consts_28_consts_4_consts_0._ascii.ob_base,
64477 : : Py_None,
64478 : : },
64479 : : },
64480 : : };
64481 : : static
64482 : : struct {
64483 : : PyASCIIObject _ascii;
64484 : : uint8_t _data[7];
64485 : : }
64486 : : const_str_reader = {
64487 : : ._ascii = {
64488 : : .ob_base = {
64489 : : .ob_refcnt = 999999999,
64490 : : .ob_type = &PyUnicode_Type,
64491 : : },
64492 : : .length = 6,
64493 : : .hash = -1,
64494 : : .state = {
64495 : : .kind = 1,
64496 : : .compact = 1,
64497 : : .ascii = 1,
64498 : : },
64499 : : },
64500 : : ._data = "reader",
64501 : : };
64502 : : static
64503 : : struct {
64504 : : PyASCIIObject _ascii;
64505 : : uint8_t _data[7];
64506 : : }
64507 : : const_str_writer = {
64508 : : ._ascii = {
64509 : : .ob_base = {
64510 : : .ob_refcnt = 999999999,
64511 : : .ob_type = &PyUnicode_Type,
64512 : : },
64513 : : .length = 6,
64514 : : .hash = -1,
64515 : : .state = {
64516 : : .kind = 1,
64517 : : .compact = 1,
64518 : : .ascii = 1,
64519 : : },
64520 : : },
64521 : : ._data = "writer",
64522 : : };
64523 : : static
64524 : : struct {
64525 : : PyGC_Head _gc_head;
64526 : : struct {
64527 : : PyObject_VAR_HEAD
64528 : : PyObject *ob_item[4];
64529 : : }_object;
64530 : : }
64531 : : codecs_toplevel_consts_28_consts_4_names = {
64532 : : ._object = {
64533 : : .ob_base = {
64534 : : .ob_base = {
64535 : : .ob_refcnt = 999999999,
64536 : : .ob_type = &PyTuple_Type,
64537 : : },
64538 : : .ob_size = 4,
64539 : : },
64540 : : .ob_item = {
64541 : : & const_str_stream._ascii.ob_base,
64542 : : & const_str_reader._ascii.ob_base,
64543 : : & const_str_writer._ascii.ob_base,
64544 : : &_Py_ID(errors),
64545 : : },
64546 : : },
64547 : : };
64548 : : static
64549 : : struct {
64550 : : PyASCIIObject _ascii;
64551 : : uint8_t _data[28];
64552 : : }
64553 : : codecs_toplevel_consts_28_consts_4_qualname = {
64554 : : ._ascii = {
64555 : : .ob_base = {
64556 : : .ob_refcnt = 999999999,
64557 : : .ob_type = &PyUnicode_Type,
64558 : : },
64559 : : .length = 27,
64560 : : .hash = -1,
64561 : : .state = {
64562 : : .kind = 1,
64563 : : .compact = 1,
64564 : : .ascii = 1,
64565 : : },
64566 : : },
64567 : : ._data = "StreamReaderWriter.__init__",
64568 : : };
64569 : : static
64570 : : struct {
64571 : : PyObject_VAR_HEAD
64572 : : Py_hash_t ob_shash;
64573 : : char ob_sval[55];
64574 : : }
64575 : : codecs_toplevel_consts_28_consts_4_linetable = {
64576 : : .ob_base = {
64577 : : .ob_base = {
64578 : : .ob_refcnt = 999999999,
64579 : : .ob_type = &PyBytes_Type,
64580 : : },
64581 : : .ob_size = 54,
64582 : : },
64583 : : .ob_shash = -1,
64584 : : .ob_sval = "\x80\x00\xf0\x1a\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
64585 : : };
64586 : : static
64587 : : struct {
64588 : : PyASCIIObject _ascii;
64589 : : uint8_t _data[7];
64590 : : }
64591 : : const_str_Reader = {
64592 : : ._ascii = {
64593 : : .ob_base = {
64594 : : .ob_refcnt = 999999999,
64595 : : .ob_type = &PyUnicode_Type,
64596 : : },
64597 : : .length = 6,
64598 : : .hash = -1,
64599 : : .state = {
64600 : : .kind = 1,
64601 : : .compact = 1,
64602 : : .ascii = 1,
64603 : : },
64604 : : },
64605 : : ._data = "Reader",
64606 : : };
64607 : : static
64608 : : struct {
64609 : : PyASCIIObject _ascii;
64610 : : uint8_t _data[7];
64611 : : }
64612 : : const_str_Writer = {
64613 : : ._ascii = {
64614 : : .ob_base = {
64615 : : .ob_refcnt = 999999999,
64616 : : .ob_type = &PyUnicode_Type,
64617 : : },
64618 : : .length = 6,
64619 : : .hash = -1,
64620 : : .state = {
64621 : : .kind = 1,
64622 : : .compact = 1,
64623 : : .ascii = 1,
64624 : : },
64625 : : },
64626 : : ._data = "Writer",
64627 : : };
64628 : : static
64629 : : struct {
64630 : : PyGC_Head _gc_head;
64631 : : struct {
64632 : : PyObject_VAR_HEAD
64633 : : PyObject *ob_item[5];
64634 : : }_object;
64635 : : }
64636 : : codecs_toplevel_consts_28_consts_4_localsplusnames = {
64637 : : ._object = {
64638 : : .ob_base = {
64639 : : .ob_base = {
64640 : : .ob_refcnt = 999999999,
64641 : : .ob_type = &PyTuple_Type,
64642 : : },
64643 : : .ob_size = 5,
64644 : : },
64645 : : .ob_item = {
64646 : : & const_str_self._ascii.ob_base,
64647 : : & const_str_stream._ascii.ob_base,
64648 : : & const_str_Reader._ascii.ob_base,
64649 : : & const_str_Writer._ascii.ob_base,
64650 : : &_Py_ID(errors),
64651 : : },
64652 : : },
64653 : : };
64654 : : static
64655 : : struct _PyCode_DEF(94)
64656 : : codecs_toplevel_consts_28_consts_4 = {
64657 : : .ob_base = {
64658 : : .ob_base = {
64659 : : .ob_refcnt = 999999999,
64660 : : .ob_type = &PyCode_Type,
64661 : : },
64662 : : .ob_size = 47,
64663 : : },
64664 : : .co_consts = & codecs_toplevel_consts_28_consts_4_consts._object.ob_base.ob_base,
64665 : : .co_names = & codecs_toplevel_consts_28_consts_4_names._object.ob_base.ob_base,
64666 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64667 : : .co_flags = 3,
64668 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64669 : : ._co_linearray_entry_size = 0,
64670 : : .co_argcount = 5,
64671 : : .co_posonlyargcount = 0,
64672 : : .co_kwonlyargcount = 0,
64673 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
64674 : : .co_stacksize = 4,
64675 : : .co_firstlineno = 681,
64676 : : .co_nlocalsplus = 5,
64677 : : .co_nlocals = 5,
64678 : : .co_nplaincellvars = 0,
64679 : : .co_ncellvars = 0,
64680 : : .co_nfreevars = 0,
64681 : : .co_localsplusnames = & codecs_toplevel_consts_28_consts_4_localsplusnames._object.ob_base.ob_base,
64682 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
64683 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64684 : : .co_name = &_Py_ID(__init__),
64685 : : .co_qualname = & codecs_toplevel_consts_28_consts_4_qualname._ascii.ob_base,
64686 : : .co_linetable = & codecs_toplevel_consts_28_consts_4_linetable.ob_base.ob_base,
64687 : : ._co_code = NULL,
64688 : : ._co_linearray = NULL,
64689 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x02\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x03\x7c\x01\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
64690 : : ._co_firsttraceable = 0,
64691 : : };
64692 : : static
64693 : : struct {
64694 : : PyGC_Head _gc_head;
64695 : : struct {
64696 : : PyObject_VAR_HEAD
64697 : : PyObject *ob_item[2];
64698 : : }_object;
64699 : : }
64700 : : codecs_toplevel_consts_28_consts_6_names = {
64701 : : ._object = {
64702 : : .ob_base = {
64703 : : .ob_base = {
64704 : : .ob_refcnt = 999999999,
64705 : : .ob_type = &PyTuple_Type,
64706 : : },
64707 : : .ob_size = 2,
64708 : : },
64709 : : .ob_item = {
64710 : : & const_str_reader._ascii.ob_base,
64711 : : &_Py_ID(read),
64712 : : },
64713 : : },
64714 : : };
64715 : : static
64716 : : struct {
64717 : : PyASCIIObject _ascii;
64718 : : uint8_t _data[24];
64719 : : }
64720 : : codecs_toplevel_consts_28_consts_6_qualname = {
64721 : : ._ascii = {
64722 : : .ob_base = {
64723 : : .ob_refcnt = 999999999,
64724 : : .ob_type = &PyUnicode_Type,
64725 : : },
64726 : : .length = 23,
64727 : : .hash = -1,
64728 : : .state = {
64729 : : .kind = 1,
64730 : : .compact = 1,
64731 : : .ascii = 1,
64732 : : },
64733 : : },
64734 : : ._data = "StreamReaderWriter.read",
64735 : : };
64736 : : static
64737 : : struct {
64738 : : PyObject_VAR_HEAD
64739 : : Py_hash_t ob_shash;
64740 : : char ob_sval[24];
64741 : : }
64742 : : codecs_toplevel_consts_28_consts_6_linetable = {
64743 : : .ob_base = {
64744 : : .ob_base = {
64745 : : .ob_refcnt = 999999999,
64746 : : .ob_type = &PyBytes_Type,
64747 : : },
64748 : : .ob_size = 23,
64749 : : },
64750 : : .ob_shash = -1,
64751 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x04\xd4\x0f\x25\xd0\x08\x25",
64752 : : };
64753 : : static
64754 : : struct {
64755 : : PyGC_Head _gc_head;
64756 : : struct {
64757 : : PyObject_VAR_HEAD
64758 : : PyObject *ob_item[2];
64759 : : }_object;
64760 : : }
64761 : : codecs_toplevel_consts_28_consts_6_localsplusnames = {
64762 : : ._object = {
64763 : : .ob_base = {
64764 : : .ob_base = {
64765 : : .ob_refcnt = 999999999,
64766 : : .ob_type = &PyTuple_Type,
64767 : : },
64768 : : .ob_size = 2,
64769 : : },
64770 : : .ob_item = {
64771 : : & const_str_self._ascii.ob_base,
64772 : : & const_str_size._ascii.ob_base,
64773 : : },
64774 : : },
64775 : : };
64776 : : static
64777 : : struct _PyCode_DEF(58)
64778 : : codecs_toplevel_consts_28_consts_6 = {
64779 : : .ob_base = {
64780 : : .ob_base = {
64781 : : .ob_refcnt = 999999999,
64782 : : .ob_type = &PyCode_Type,
64783 : : },
64784 : : .ob_size = 29,
64785 : : },
64786 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
64787 : : .co_names = & codecs_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
64788 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64789 : : .co_flags = 3,
64790 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64791 : : ._co_linearray_entry_size = 0,
64792 : : .co_argcount = 2,
64793 : : .co_posonlyargcount = 0,
64794 : : .co_kwonlyargcount = 0,
64795 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
64796 : : .co_stacksize = 3,
64797 : : .co_firstlineno = 699,
64798 : : .co_nlocalsplus = 2,
64799 : : .co_nlocals = 2,
64800 : : .co_nplaincellvars = 0,
64801 : : .co_ncellvars = 0,
64802 : : .co_nfreevars = 0,
64803 : : .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
64804 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
64805 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64806 : : .co_name = &_Py_ID(read),
64807 : : .co_qualname = & codecs_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
64808 : : .co_linetable = & codecs_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
64809 : : ._co_code = NULL,
64810 : : ._co_linearray = NULL,
64811 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
64812 : : ._co_firsttraceable = 0,
64813 : : };
64814 : : static
64815 : : struct {
64816 : : PyGC_Head _gc_head;
64817 : : struct {
64818 : : PyObject_VAR_HEAD
64819 : : PyObject *ob_item[2];
64820 : : }_object;
64821 : : }
64822 : : codecs_toplevel_consts_28_consts_8_names = {
64823 : : ._object = {
64824 : : .ob_base = {
64825 : : .ob_base = {
64826 : : .ob_refcnt = 999999999,
64827 : : .ob_type = &PyTuple_Type,
64828 : : },
64829 : : .ob_size = 2,
64830 : : },
64831 : : .ob_item = {
64832 : : & const_str_reader._ascii.ob_base,
64833 : : &_Py_ID(readline),
64834 : : },
64835 : : },
64836 : : };
64837 : : static
64838 : : struct {
64839 : : PyASCIIObject _ascii;
64840 : : uint8_t _data[28];
64841 : : }
64842 : : codecs_toplevel_consts_28_consts_8_qualname = {
64843 : : ._ascii = {
64844 : : .ob_base = {
64845 : : .ob_refcnt = 999999999,
64846 : : .ob_type = &PyUnicode_Type,
64847 : : },
64848 : : .length = 27,
64849 : : .hash = -1,
64850 : : .state = {
64851 : : .kind = 1,
64852 : : .compact = 1,
64853 : : .ascii = 1,
64854 : : },
64855 : : },
64856 : : ._data = "StreamReaderWriter.readline",
64857 : : };
64858 : : static
64859 : : struct {
64860 : : PyObject_VAR_HEAD
64861 : : Py_hash_t ob_shash;
64862 : : char ob_sval[24];
64863 : : }
64864 : : codecs_toplevel_consts_28_consts_8_linetable = {
64865 : : .ob_base = {
64866 : : .ob_base = {
64867 : : .ob_refcnt = 999999999,
64868 : : .ob_type = &PyBytes_Type,
64869 : : },
64870 : : .ob_size = 23,
64871 : : },
64872 : : .ob_shash = -1,
64873 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x23\xd1\x0f\x23\xa0\x44\xd4\x0f\x29\xd0\x08\x29",
64874 : : };
64875 : : static
64876 : : struct _PyCode_DEF(58)
64877 : : codecs_toplevel_consts_28_consts_8 = {
64878 : : .ob_base = {
64879 : : .ob_base = {
64880 : : .ob_refcnt = 999999999,
64881 : : .ob_type = &PyCode_Type,
64882 : : },
64883 : : .ob_size = 29,
64884 : : },
64885 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
64886 : : .co_names = & codecs_toplevel_consts_28_consts_8_names._object.ob_base.ob_base,
64887 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
64888 : : .co_flags = 3,
64889 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
64890 : : ._co_linearray_entry_size = 0,
64891 : : .co_argcount = 2,
64892 : : .co_posonlyargcount = 0,
64893 : : .co_kwonlyargcount = 0,
64894 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
64895 : : .co_stacksize = 3,
64896 : : .co_firstlineno = 703,
64897 : : .co_nlocalsplus = 2,
64898 : : .co_nlocals = 2,
64899 : : .co_nplaincellvars = 0,
64900 : : .co_ncellvars = 0,
64901 : : .co_nfreevars = 0,
64902 : : .co_localsplusnames = & codecs_toplevel_consts_28_consts_6_localsplusnames._object.ob_base.ob_base,
64903 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
64904 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
64905 : : .co_name = &_Py_ID(readline),
64906 : : .co_qualname = & codecs_toplevel_consts_28_consts_8_qualname._ascii.ob_base,
64907 : : .co_linetable = & codecs_toplevel_consts_28_consts_8_linetable.ob_base.ob_base,
64908 : : ._co_code = NULL,
64909 : : ._co_linearray = NULL,
64910 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
64911 : : ._co_firsttraceable = 0,
64912 : : };
64913 : : static
64914 : : struct {
64915 : : PyGC_Head _gc_head;
64916 : : struct {
64917 : : PyObject_VAR_HEAD
64918 : : PyObject *ob_item[2];
64919 : : }_object;
64920 : : }
64921 : : codecs_toplevel_consts_28_consts_9_names = {
64922 : : ._object = {
64923 : : .ob_base = {
64924 : : .ob_base = {
64925 : : .ob_refcnt = 999999999,
64926 : : .ob_type = &PyTuple_Type,
64927 : : },
64928 : : .ob_size = 2,
64929 : : },
64930 : : .ob_item = {
64931 : : & const_str_reader._ascii.ob_base,
64932 : : & const_str_readlines._ascii.ob_base,
64933 : : },
64934 : : },
64935 : : };
64936 : : static
64937 : : struct {
64938 : : PyASCIIObject _ascii;
64939 : : uint8_t _data[29];
64940 : : }
64941 : : codecs_toplevel_consts_28_consts_9_qualname = {
64942 : : ._ascii = {
64943 : : .ob_base = {
64944 : : .ob_refcnt = 999999999,
64945 : : .ob_type = &PyUnicode_Type,
64946 : : },
64947 : : .length = 28,
64948 : : .hash = -1,
64949 : : .state = {
64950 : : .kind = 1,
64951 : : .compact = 1,
64952 : : .ascii = 1,
64953 : : },
64954 : : },
64955 : : ._data = "StreamReaderWriter.readlines",
64956 : : };
64957 : : static
64958 : : struct {
64959 : : PyObject_VAR_HEAD
64960 : : Py_hash_t ob_shash;
64961 : : char ob_sval[24];
64962 : : }
64963 : : codecs_toplevel_consts_28_consts_9_linetable = {
64964 : : .ob_base = {
64965 : : .ob_base = {
64966 : : .ob_refcnt = 999999999,
64967 : : .ob_type = &PyBytes_Type,
64968 : : },
64969 : : .ob_size = 23,
64970 : : },
64971 : : .ob_shash = -1,
64972 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x24\xd1\x0f\x24\xa0\x58\xd4\x0f\x2e\xd0\x08\x2e",
64973 : : };
64974 : : static
64975 : : struct {
64976 : : PyGC_Head _gc_head;
64977 : : struct {
64978 : : PyObject_VAR_HEAD
64979 : : PyObject *ob_item[2];
64980 : : }_object;
64981 : : }
64982 : : codecs_toplevel_consts_28_consts_9_localsplusnames = {
64983 : : ._object = {
64984 : : .ob_base = {
64985 : : .ob_base = {
64986 : : .ob_refcnt = 999999999,
64987 : : .ob_type = &PyTuple_Type,
64988 : : },
64989 : : .ob_size = 2,
64990 : : },
64991 : : .ob_item = {
64992 : : & const_str_self._ascii.ob_base,
64993 : : & const_str_sizehint._ascii.ob_base,
64994 : : },
64995 : : },
64996 : : };
64997 : : static
64998 : : struct _PyCode_DEF(58)
64999 : : codecs_toplevel_consts_28_consts_9 = {
65000 : : .ob_base = {
65001 : : .ob_base = {
65002 : : .ob_refcnt = 999999999,
65003 : : .ob_type = &PyCode_Type,
65004 : : },
65005 : : .ob_size = 29,
65006 : : },
65007 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65008 : : .co_names = & codecs_toplevel_consts_28_consts_9_names._object.ob_base.ob_base,
65009 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65010 : : .co_flags = 3,
65011 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65012 : : ._co_linearray_entry_size = 0,
65013 : : .co_argcount = 2,
65014 : : .co_posonlyargcount = 0,
65015 : : .co_kwonlyargcount = 0,
65016 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
65017 : : .co_stacksize = 3,
65018 : : .co_firstlineno = 707,
65019 : : .co_nlocalsplus = 2,
65020 : : .co_nlocals = 2,
65021 : : .co_nplaincellvars = 0,
65022 : : .co_ncellvars = 0,
65023 : : .co_nfreevars = 0,
65024 : : .co_localsplusnames = & codecs_toplevel_consts_28_consts_9_localsplusnames._object.ob_base.ob_base,
65025 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
65026 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65027 : : .co_name = & const_str_readlines._ascii.ob_base,
65028 : : .co_qualname = & codecs_toplevel_consts_28_consts_9_qualname._ascii.ob_base,
65029 : : .co_linetable = & codecs_toplevel_consts_28_consts_9_linetable.ob_base.ob_base,
65030 : : ._co_code = NULL,
65031 : : ._co_linearray = NULL,
65032 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65033 : : ._co_firsttraceable = 0,
65034 : : };
65035 : : static
65036 : : struct {
65037 : : PyGC_Head _gc_head;
65038 : : struct {
65039 : : PyObject_VAR_HEAD
65040 : : PyObject *ob_item[2];
65041 : : }_object;
65042 : : }
65043 : : codecs_toplevel_consts_28_consts_10_names = {
65044 : : ._object = {
65045 : : .ob_base = {
65046 : : .ob_base = {
65047 : : .ob_refcnt = 999999999,
65048 : : .ob_type = &PyTuple_Type,
65049 : : },
65050 : : .ob_size = 2,
65051 : : },
65052 : : .ob_item = {
65053 : : &_Py_ID(next),
65054 : : & const_str_reader._ascii.ob_base,
65055 : : },
65056 : : },
65057 : : };
65058 : : static
65059 : : struct {
65060 : : PyASCIIObject _ascii;
65061 : : uint8_t _data[28];
65062 : : }
65063 : : codecs_toplevel_consts_28_consts_10_qualname = {
65064 : : ._ascii = {
65065 : : .ob_base = {
65066 : : .ob_refcnt = 999999999,
65067 : : .ob_type = &PyUnicode_Type,
65068 : : },
65069 : : .length = 27,
65070 : : .hash = -1,
65071 : : .state = {
65072 : : .kind = 1,
65073 : : .compact = 1,
65074 : : .ascii = 1,
65075 : : },
65076 : : },
65077 : : ._data = "StreamReaderWriter.__next__",
65078 : : };
65079 : : static
65080 : : struct {
65081 : : PyObject_VAR_HEAD
65082 : : Py_hash_t ob_shash;
65083 : : char ob_sval[20];
65084 : : }
65085 : : codecs_toplevel_consts_28_consts_10_linetable = {
65086 : : .ob_base = {
65087 : : .ob_base = {
65088 : : .ob_refcnt = 999999999,
65089 : : .ob_type = &PyBytes_Type,
65090 : : },
65091 : : .ob_size = 19,
65092 : : },
65093 : : .ob_shash = -1,
65094 : : .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x97\x4b\x91\x4b\xd4\x0f\x20\xd0\x08\x20",
65095 : : };
65096 : : static
65097 : : struct _PyCode_DEF(48)
65098 : : codecs_toplevel_consts_28_consts_10 = {
65099 : : .ob_base = {
65100 : : .ob_base = {
65101 : : .ob_refcnt = 999999999,
65102 : : .ob_type = &PyCode_Type,
65103 : : },
65104 : : .ob_size = 24,
65105 : : },
65106 : : .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
65107 : : .co_names = & codecs_toplevel_consts_28_consts_10_names._object.ob_base.ob_base,
65108 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65109 : : .co_flags = 3,
65110 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65111 : : ._co_linearray_entry_size = 0,
65112 : : .co_argcount = 1,
65113 : : .co_posonlyargcount = 0,
65114 : : .co_kwonlyargcount = 0,
65115 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
65116 : : .co_stacksize = 3,
65117 : : .co_firstlineno = 711,
65118 : : .co_nlocalsplus = 1,
65119 : : .co_nlocals = 1,
65120 : : .co_nplaincellvars = 0,
65121 : : .co_ncellvars = 0,
65122 : : .co_nfreevars = 0,
65123 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65124 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65125 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65126 : : .co_name = &_Py_ID(__next__),
65127 : : .co_qualname = & codecs_toplevel_consts_28_consts_10_qualname._ascii.ob_base,
65128 : : .co_linetable = & codecs_toplevel_consts_28_consts_10_linetable.ob_base.ob_base,
65129 : : ._co_code = NULL,
65130 : : ._co_linearray = NULL,
65131 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65132 : : ._co_firsttraceable = 0,
65133 : : };
65134 : : static
65135 : : struct {
65136 : : PyASCIIObject _ascii;
65137 : : uint8_t _data[28];
65138 : : }
65139 : : codecs_toplevel_consts_28_consts_11_qualname = {
65140 : : ._ascii = {
65141 : : .ob_base = {
65142 : : .ob_refcnt = 999999999,
65143 : : .ob_type = &PyUnicode_Type,
65144 : : },
65145 : : .length = 27,
65146 : : .hash = -1,
65147 : : .state = {
65148 : : .kind = 1,
65149 : : .compact = 1,
65150 : : .ascii = 1,
65151 : : },
65152 : : },
65153 : : ._data = "StreamReaderWriter.__iter__",
65154 : : };
65155 : : static
65156 : : struct _PyCode_DEF(6)
65157 : : codecs_toplevel_consts_28_consts_11 = {
65158 : : .ob_base = {
65159 : : .ob_base = {
65160 : : .ob_refcnt = 999999999,
65161 : : .ob_type = &PyCode_Type,
65162 : : },
65163 : : .ob_size = 3,
65164 : : },
65165 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65166 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
65167 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65168 : : .co_flags = 3,
65169 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65170 : : ._co_linearray_entry_size = 0,
65171 : : .co_argcount = 1,
65172 : : .co_posonlyargcount = 0,
65173 : : .co_kwonlyargcount = 0,
65174 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
65175 : : .co_stacksize = 1,
65176 : : .co_firstlineno = 716,
65177 : : .co_nlocalsplus = 1,
65178 : : .co_nlocals = 1,
65179 : : .co_nplaincellvars = 0,
65180 : : .co_ncellvars = 0,
65181 : : .co_nfreevars = 0,
65182 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65183 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65184 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65185 : : .co_name = &_Py_ID(__iter__),
65186 : : .co_qualname = & codecs_toplevel_consts_28_consts_11_qualname._ascii.ob_base,
65187 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
65188 : : ._co_code = NULL,
65189 : : ._co_linearray = NULL,
65190 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
65191 : : ._co_firsttraceable = 0,
65192 : : };
65193 : : static
65194 : : struct {
65195 : : PyGC_Head _gc_head;
65196 : : struct {
65197 : : PyObject_VAR_HEAD
65198 : : PyObject *ob_item[2];
65199 : : }_object;
65200 : : }
65201 : : codecs_toplevel_consts_28_consts_12_names = {
65202 : : ._object = {
65203 : : .ob_base = {
65204 : : .ob_base = {
65205 : : .ob_refcnt = 999999999,
65206 : : .ob_type = &PyTuple_Type,
65207 : : },
65208 : : .ob_size = 2,
65209 : : },
65210 : : .ob_item = {
65211 : : & const_str_writer._ascii.ob_base,
65212 : : &_Py_ID(write),
65213 : : },
65214 : : },
65215 : : };
65216 : : static
65217 : : struct {
65218 : : PyASCIIObject _ascii;
65219 : : uint8_t _data[25];
65220 : : }
65221 : : codecs_toplevel_consts_28_consts_12_qualname = {
65222 : : ._ascii = {
65223 : : .ob_base = {
65224 : : .ob_refcnt = 999999999,
65225 : : .ob_type = &PyUnicode_Type,
65226 : : },
65227 : : .length = 24,
65228 : : .hash = -1,
65229 : : .state = {
65230 : : .kind = 1,
65231 : : .compact = 1,
65232 : : .ascii = 1,
65233 : : },
65234 : : },
65235 : : ._data = "StreamReaderWriter.write",
65236 : : };
65237 : : static
65238 : : struct {
65239 : : PyObject_VAR_HEAD
65240 : : Py_hash_t ob_shash;
65241 : : char ob_sval[24];
65242 : : }
65243 : : codecs_toplevel_consts_28_consts_12_linetable = {
65244 : : .ob_base = {
65245 : : .ob_base = {
65246 : : .ob_refcnt = 999999999,
65247 : : .ob_type = &PyBytes_Type,
65248 : : },
65249 : : .ob_size = 23,
65250 : : },
65251 : : .ob_shash = -1,
65252 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
65253 : : };
65254 : : static
65255 : : struct {
65256 : : PyGC_Head _gc_head;
65257 : : struct {
65258 : : PyObject_VAR_HEAD
65259 : : PyObject *ob_item[2];
65260 : : }_object;
65261 : : }
65262 : : codecs_toplevel_consts_28_consts_12_localsplusnames = {
65263 : : ._object = {
65264 : : .ob_base = {
65265 : : .ob_base = {
65266 : : .ob_refcnt = 999999999,
65267 : : .ob_type = &PyTuple_Type,
65268 : : },
65269 : : .ob_size = 2,
65270 : : },
65271 : : .ob_item = {
65272 : : & const_str_self._ascii.ob_base,
65273 : : & const_str_data._ascii.ob_base,
65274 : : },
65275 : : },
65276 : : };
65277 : : static
65278 : : struct _PyCode_DEF(58)
65279 : : codecs_toplevel_consts_28_consts_12 = {
65280 : : .ob_base = {
65281 : : .ob_base = {
65282 : : .ob_refcnt = 999999999,
65283 : : .ob_type = &PyCode_Type,
65284 : : },
65285 : : .ob_size = 29,
65286 : : },
65287 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65288 : : .co_names = & codecs_toplevel_consts_28_consts_12_names._object.ob_base.ob_base,
65289 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65290 : : .co_flags = 3,
65291 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65292 : : ._co_linearray_entry_size = 0,
65293 : : .co_argcount = 2,
65294 : : .co_posonlyargcount = 0,
65295 : : .co_kwonlyargcount = 0,
65296 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
65297 : : .co_stacksize = 3,
65298 : : .co_firstlineno = 719,
65299 : : .co_nlocalsplus = 2,
65300 : : .co_nlocals = 2,
65301 : : .co_nplaincellvars = 0,
65302 : : .co_ncellvars = 0,
65303 : : .co_nfreevars = 0,
65304 : : .co_localsplusnames = & codecs_toplevel_consts_28_consts_12_localsplusnames._object.ob_base.ob_base,
65305 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
65306 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65307 : : .co_name = &_Py_ID(write),
65308 : : .co_qualname = & codecs_toplevel_consts_28_consts_12_qualname._ascii.ob_base,
65309 : : .co_linetable = & codecs_toplevel_consts_28_consts_12_linetable.ob_base.ob_base,
65310 : : ._co_code = NULL,
65311 : : ._co_linearray = NULL,
65312 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65313 : : ._co_firsttraceable = 0,
65314 : : };
65315 : : static
65316 : : struct {
65317 : : PyGC_Head _gc_head;
65318 : : struct {
65319 : : PyObject_VAR_HEAD
65320 : : PyObject *ob_item[2];
65321 : : }_object;
65322 : : }
65323 : : codecs_toplevel_consts_28_consts_13_names = {
65324 : : ._object = {
65325 : : .ob_base = {
65326 : : .ob_base = {
65327 : : .ob_refcnt = 999999999,
65328 : : .ob_type = &PyTuple_Type,
65329 : : },
65330 : : .ob_size = 2,
65331 : : },
65332 : : .ob_item = {
65333 : : & const_str_writer._ascii.ob_base,
65334 : : & const_str_writelines._ascii.ob_base,
65335 : : },
65336 : : },
65337 : : };
65338 : : static
65339 : : struct {
65340 : : PyASCIIObject _ascii;
65341 : : uint8_t _data[30];
65342 : : }
65343 : : codecs_toplevel_consts_28_consts_13_qualname = {
65344 : : ._ascii = {
65345 : : .ob_base = {
65346 : : .ob_refcnt = 999999999,
65347 : : .ob_type = &PyUnicode_Type,
65348 : : },
65349 : : .length = 29,
65350 : : .hash = -1,
65351 : : .state = {
65352 : : .kind = 1,
65353 : : .compact = 1,
65354 : : .ascii = 1,
65355 : : },
65356 : : },
65357 : : ._data = "StreamReaderWriter.writelines",
65358 : : };
65359 : : static
65360 : : struct {
65361 : : PyObject_VAR_HEAD
65362 : : Py_hash_t ob_shash;
65363 : : char ob_sval[24];
65364 : : }
65365 : : codecs_toplevel_consts_28_consts_13_linetable = {
65366 : : .ob_base = {
65367 : : .ob_base = {
65368 : : .ob_refcnt = 999999999,
65369 : : .ob_type = &PyBytes_Type,
65370 : : },
65371 : : .ob_size = 23,
65372 : : },
65373 : : .ob_shash = -1,
65374 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x25\xd1\x0f\x25\xa0\x64\xd4\x0f\x2b\xd0\x08\x2b",
65375 : : };
65376 : : static
65377 : : struct _PyCode_DEF(58)
65378 : : codecs_toplevel_consts_28_consts_13 = {
65379 : : .ob_base = {
65380 : : .ob_base = {
65381 : : .ob_refcnt = 999999999,
65382 : : .ob_type = &PyCode_Type,
65383 : : },
65384 : : .ob_size = 29,
65385 : : },
65386 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65387 : : .co_names = & codecs_toplevel_consts_28_consts_13_names._object.ob_base.ob_base,
65388 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65389 : : .co_flags = 3,
65390 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65391 : : ._co_linearray_entry_size = 0,
65392 : : .co_argcount = 2,
65393 : : .co_posonlyargcount = 0,
65394 : : .co_kwonlyargcount = 0,
65395 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
65396 : : .co_stacksize = 3,
65397 : : .co_firstlineno = 723,
65398 : : .co_nlocalsplus = 2,
65399 : : .co_nlocals = 2,
65400 : : .co_nplaincellvars = 0,
65401 : : .co_ncellvars = 0,
65402 : : .co_nfreevars = 0,
65403 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_4_localsplusnames._object.ob_base.ob_base,
65404 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
65405 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65406 : : .co_name = & const_str_writelines._ascii.ob_base,
65407 : : .co_qualname = & codecs_toplevel_consts_28_consts_13_qualname._ascii.ob_base,
65408 : : .co_linetable = & codecs_toplevel_consts_28_consts_13_linetable.ob_base.ob_base,
65409 : : ._co_code = NULL,
65410 : : ._co_linearray = NULL,
65411 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65412 : : ._co_firsttraceable = 0,
65413 : : };
65414 : : static
65415 : : struct {
65416 : : PyGC_Head _gc_head;
65417 : : struct {
65418 : : PyObject_VAR_HEAD
65419 : : PyObject *ob_item[3];
65420 : : }_object;
65421 : : }
65422 : : codecs_toplevel_consts_28_consts_14_names = {
65423 : : ._object = {
65424 : : .ob_base = {
65425 : : .ob_base = {
65426 : : .ob_refcnt = 999999999,
65427 : : .ob_type = &PyTuple_Type,
65428 : : },
65429 : : .ob_size = 3,
65430 : : },
65431 : : .ob_item = {
65432 : : & const_str_reader._ascii.ob_base,
65433 : : &_Py_ID(reset),
65434 : : & const_str_writer._ascii.ob_base,
65435 : : },
65436 : : },
65437 : : };
65438 : : static
65439 : : struct {
65440 : : PyASCIIObject _ascii;
65441 : : uint8_t _data[25];
65442 : : }
65443 : : codecs_toplevel_consts_28_consts_14_qualname = {
65444 : : ._ascii = {
65445 : : .ob_base = {
65446 : : .ob_refcnt = 999999999,
65447 : : .ob_type = &PyUnicode_Type,
65448 : : },
65449 : : .length = 24,
65450 : : .hash = -1,
65451 : : .state = {
65452 : : .kind = 1,
65453 : : .compact = 1,
65454 : : .ascii = 1,
65455 : : },
65456 : : },
65457 : : ._data = "StreamReaderWriter.reset",
65458 : : };
65459 : : static
65460 : : struct {
65461 : : PyObject_VAR_HEAD
65462 : : Py_hash_t ob_shash;
65463 : : char ob_sval[47];
65464 : : }
65465 : : codecs_toplevel_consts_28_consts_14_linetable = {
65466 : : .ob_base = {
65467 : : .ob_base = {
65468 : : .ob_refcnt = 999999999,
65469 : : .ob_type = &PyBytes_Type,
65470 : : },
65471 : : .ob_size = 46,
65472 : : },
65473 : : .ob_shash = -1,
65474 : : .ob_sval = "\x80\x00\xe0\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
65475 : : };
65476 : : static
65477 : : struct _PyCode_DEF(114)
65478 : : codecs_toplevel_consts_28_consts_14 = {
65479 : : .ob_base = {
65480 : : .ob_base = {
65481 : : .ob_refcnt = 999999999,
65482 : : .ob_type = &PyCode_Type,
65483 : : },
65484 : : .ob_size = 57,
65485 : : },
65486 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65487 : : .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
65488 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65489 : : .co_flags = 3,
65490 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65491 : : ._co_linearray_entry_size = 0,
65492 : : .co_argcount = 1,
65493 : : .co_posonlyargcount = 0,
65494 : : .co_kwonlyargcount = 0,
65495 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
65496 : : .co_stacksize = 2,
65497 : : .co_firstlineno = 727,
65498 : : .co_nlocalsplus = 1,
65499 : : .co_nlocals = 1,
65500 : : .co_nplaincellvars = 0,
65501 : : .co_ncellvars = 0,
65502 : : .co_nfreevars = 0,
65503 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65504 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65505 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65506 : : .co_name = &_Py_ID(reset),
65507 : : .co_qualname = & codecs_toplevel_consts_28_consts_14_qualname._ascii.ob_base,
65508 : : .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
65509 : : ._co_code = NULL,
65510 : : ._co_linearray = NULL,
65511 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
65512 : : ._co_firsttraceable = 0,
65513 : : };
65514 : : static
65515 : : struct {
65516 : : PyGC_Head _gc_head;
65517 : : struct {
65518 : : PyObject_VAR_HEAD
65519 : : PyObject *ob_item[5];
65520 : : }_object;
65521 : : }
65522 : : codecs_toplevel_consts_28_consts_16_names = {
65523 : : ._object = {
65524 : : .ob_base = {
65525 : : .ob_base = {
65526 : : .ob_refcnt = 999999999,
65527 : : .ob_type = &PyTuple_Type,
65528 : : },
65529 : : .ob_size = 5,
65530 : : },
65531 : : .ob_item = {
65532 : : & const_str_stream._ascii.ob_base,
65533 : : &_Py_ID(seek),
65534 : : & const_str_reader._ascii.ob_base,
65535 : : &_Py_ID(reset),
65536 : : & const_str_writer._ascii.ob_base,
65537 : : },
65538 : : },
65539 : : };
65540 : : static
65541 : : struct {
65542 : : PyASCIIObject _ascii;
65543 : : uint8_t _data[24];
65544 : : }
65545 : : codecs_toplevel_consts_28_consts_16_qualname = {
65546 : : ._ascii = {
65547 : : .ob_base = {
65548 : : .ob_refcnt = 999999999,
65549 : : .ob_type = &PyUnicode_Type,
65550 : : },
65551 : : .length = 23,
65552 : : .hash = -1,
65553 : : .state = {
65554 : : .kind = 1,
65555 : : .compact = 1,
65556 : : .ascii = 1,
65557 : : },
65558 : : },
65559 : : ._data = "StreamReaderWriter.seek",
65560 : : };
65561 : : static
65562 : : struct {
65563 : : PyObject_VAR_HEAD
65564 : : Py_hash_t ob_shash;
65565 : : char ob_sval[113];
65566 : : }
65567 : : codecs_toplevel_consts_28_consts_16_linetable = {
65568 : : .ob_base = {
65569 : : .ob_base = {
65570 : : .ob_refcnt = 999999999,
65571 : : .ob_type = &PyBytes_Type,
65572 : : },
65573 : : .ob_size = 112,
65574 : : },
65575 : : .ob_shash = -1,
65576 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x19\xd1\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd8\x0b\x11\x90\x51\x8a\x3b\xf0\x00\x01\x09\x20\x98\x36\xa0\x51\x9a\x3b\xf0\x00\x01\x09\x20\xd8\x0c\x10\x8f\x4b\x89\x4b\xd7\x0c\x1d\xd1\x0c\x1d\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xf0\x03\x01\x09\x20\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20\xf0\x00\x01\x09\x20",
65577 : : };
65578 : : static
65579 : : struct _PyCode_DEF(204)
65580 : : codecs_toplevel_consts_28_consts_16 = {
65581 : : .ob_base = {
65582 : : .ob_base = {
65583 : : .ob_refcnt = 999999999,
65584 : : .ob_type = &PyCode_Type,
65585 : : },
65586 : : .ob_size = 102,
65587 : : },
65588 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
65589 : : .co_names = & codecs_toplevel_consts_28_consts_16_names._object.ob_base.ob_base,
65590 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65591 : : .co_flags = 3,
65592 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65593 : : ._co_linearray_entry_size = 0,
65594 : : .co_argcount = 3,
65595 : : .co_posonlyargcount = 0,
65596 : : .co_kwonlyargcount = 0,
65597 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
65598 : : .co_stacksize = 4,
65599 : : .co_firstlineno = 732,
65600 : : .co_nlocalsplus = 3,
65601 : : .co_nlocals = 3,
65602 : : .co_nplaincellvars = 0,
65603 : : .co_ncellvars = 0,
65604 : : .co_nfreevars = 0,
65605 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
65606 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
65607 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65608 : : .co_name = &_Py_ID(seek),
65609 : : .co_qualname = & codecs_toplevel_consts_28_consts_16_qualname._ascii.ob_base,
65610 : : .co_linetable = & codecs_toplevel_consts_28_consts_16_linetable.ob_base.ob_base,
65611 : : ._co_code = NULL,
65612 : : ._co_linearray = NULL,
65613 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x25\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x1d\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
65614 : : ._co_firsttraceable = 0,
65615 : : };
65616 : : static
65617 : : struct {
65618 : : PyASCIIObject _ascii;
65619 : : uint8_t _data[31];
65620 : : }
65621 : : codecs_toplevel_consts_28_consts_17_qualname = {
65622 : : ._ascii = {
65623 : : .ob_base = {
65624 : : .ob_refcnt = 999999999,
65625 : : .ob_type = &PyUnicode_Type,
65626 : : },
65627 : : .length = 30,
65628 : : .hash = -1,
65629 : : .state = {
65630 : : .kind = 1,
65631 : : .compact = 1,
65632 : : .ascii = 1,
65633 : : },
65634 : : },
65635 : : ._data = "StreamReaderWriter.__getattr__",
65636 : : };
65637 : : static
65638 : : struct _PyCode_DEF(42)
65639 : : codecs_toplevel_consts_28_consts_17 = {
65640 : : .ob_base = {
65641 : : .ob_base = {
65642 : : .ob_refcnt = 999999999,
65643 : : .ob_type = &PyCode_Type,
65644 : : },
65645 : : .ob_size = 21,
65646 : : },
65647 : : .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
65648 : : .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
65649 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65650 : : .co_flags = 3,
65651 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65652 : : ._co_linearray_entry_size = 0,
65653 : : .co_argcount = 3,
65654 : : .co_posonlyargcount = 0,
65655 : : .co_kwonlyargcount = 0,
65656 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
65657 : : .co_stacksize = 4,
65658 : : .co_firstlineno = 738,
65659 : : .co_nlocalsplus = 3,
65660 : : .co_nlocals = 3,
65661 : : .co_nplaincellvars = 0,
65662 : : .co_ncellvars = 0,
65663 : : .co_nfreevars = 0,
65664 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
65665 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
65666 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65667 : : .co_name = &_Py_ID(__getattr__),
65668 : : .co_qualname = & codecs_toplevel_consts_28_consts_17_qualname._ascii.ob_base,
65669 : : .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
65670 : : ._co_code = NULL,
65671 : : ._co_linearray = NULL,
65672 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
65673 : : ._co_firsttraceable = 0,
65674 : : };
65675 : : static
65676 : : struct {
65677 : : PyASCIIObject _ascii;
65678 : : uint8_t _data[29];
65679 : : }
65680 : : codecs_toplevel_consts_28_consts_18_qualname = {
65681 : : ._ascii = {
65682 : : .ob_base = {
65683 : : .ob_refcnt = 999999999,
65684 : : .ob_type = &PyUnicode_Type,
65685 : : },
65686 : : .length = 28,
65687 : : .hash = -1,
65688 : : .state = {
65689 : : .kind = 1,
65690 : : .compact = 1,
65691 : : .ascii = 1,
65692 : : },
65693 : : },
65694 : : ._data = "StreamReaderWriter.__enter__",
65695 : : };
65696 : : static
65697 : : struct _PyCode_DEF(6)
65698 : : codecs_toplevel_consts_28_consts_18 = {
65699 : : .ob_base = {
65700 : : .ob_base = {
65701 : : .ob_refcnt = 999999999,
65702 : : .ob_type = &PyCode_Type,
65703 : : },
65704 : : .ob_size = 3,
65705 : : },
65706 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65707 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
65708 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65709 : : .co_flags = 3,
65710 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65711 : : ._co_linearray_entry_size = 0,
65712 : : .co_argcount = 1,
65713 : : .co_posonlyargcount = 0,
65714 : : .co_kwonlyargcount = 0,
65715 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
65716 : : .co_stacksize = 1,
65717 : : .co_firstlineno = 747,
65718 : : .co_nlocalsplus = 1,
65719 : : .co_nlocals = 1,
65720 : : .co_nplaincellvars = 0,
65721 : : .co_ncellvars = 0,
65722 : : .co_nfreevars = 0,
65723 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
65724 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
65725 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65726 : : .co_name = &_Py_ID(__enter__),
65727 : : .co_qualname = & codecs_toplevel_consts_28_consts_18_qualname._ascii.ob_base,
65728 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
65729 : : ._co_code = NULL,
65730 : : ._co_linearray = NULL,
65731 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
65732 : : ._co_firsttraceable = 0,
65733 : : };
65734 : : static
65735 : : struct {
65736 : : PyASCIIObject _ascii;
65737 : : uint8_t _data[28];
65738 : : }
65739 : : codecs_toplevel_consts_28_consts_19_qualname = {
65740 : : ._ascii = {
65741 : : .ob_base = {
65742 : : .ob_refcnt = 999999999,
65743 : : .ob_type = &PyUnicode_Type,
65744 : : },
65745 : : .length = 27,
65746 : : .hash = -1,
65747 : : .state = {
65748 : : .kind = 1,
65749 : : .compact = 1,
65750 : : .ascii = 1,
65751 : : },
65752 : : },
65753 : : ._data = "StreamReaderWriter.__exit__",
65754 : : };
65755 : : static
65756 : : struct _PyCode_DEF(60)
65757 : : codecs_toplevel_consts_28_consts_19 = {
65758 : : .ob_base = {
65759 : : .ob_base = {
65760 : : .ob_refcnt = 999999999,
65761 : : .ob_type = &PyCode_Type,
65762 : : },
65763 : : .ob_size = 30,
65764 : : },
65765 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65766 : : .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
65767 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65768 : : .co_flags = 3,
65769 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65770 : : ._co_linearray_entry_size = 0,
65771 : : .co_argcount = 4,
65772 : : .co_posonlyargcount = 0,
65773 : : .co_kwonlyargcount = 0,
65774 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
65775 : : .co_stacksize = 2,
65776 : : .co_firstlineno = 750,
65777 : : .co_nlocalsplus = 4,
65778 : : .co_nlocals = 4,
65779 : : .co_nplaincellvars = 0,
65780 : : .co_ncellvars = 0,
65781 : : .co_nfreevars = 0,
65782 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
65783 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
65784 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65785 : : .co_name = &_Py_ID(__exit__),
65786 : : .co_qualname = & codecs_toplevel_consts_28_consts_19_qualname._ascii.ob_base,
65787 : : .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
65788 : : ._co_code = NULL,
65789 : : ._co_linearray = NULL,
65790 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
65791 : : ._co_firsttraceable = 0,
65792 : : };
65793 : : static
65794 : : struct {
65795 : : PyGC_Head _gc_head;
65796 : : struct {
65797 : : PyObject_VAR_HEAD
65798 : : PyObject *ob_item[1];
65799 : : }_object;
65800 : : }
65801 : : codecs_toplevel_consts_28_consts_21 = {
65802 : : ._object = {
65803 : : .ob_base = {
65804 : : .ob_base = {
65805 : : .ob_refcnt = 999999999,
65806 : : .ob_type = &PyTuple_Type,
65807 : : },
65808 : : .ob_size = 1,
65809 : : },
65810 : : .ob_item = {
65811 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
65812 : : },
65813 : : },
65814 : : };
65815 : : static
65816 : : struct {
65817 : : PyGC_Head _gc_head;
65818 : : struct {
65819 : : PyObject_VAR_HEAD
65820 : : PyObject *ob_item[24];
65821 : : }_object;
65822 : : }
65823 : : codecs_toplevel_consts_28_consts = {
65824 : : ._object = {
65825 : : .ob_base = {
65826 : : .ob_base = {
65827 : : .ob_refcnt = 999999999,
65828 : : .ob_type = &PyTuple_Type,
65829 : : },
65830 : : .ob_size = 24,
65831 : : },
65832 : : .ob_item = {
65833 : : & const_str_StreamReaderWriter._ascii.ob_base,
65834 : : & codecs_toplevel_consts_28_consts_1._ascii.ob_base,
65835 : : & const_str_unknown._ascii.ob_base,
65836 : : &_Py_ID(strict),
65837 : : & codecs_toplevel_consts_28_consts_4.ob_base.ob_base,
65838 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
65839 : : & codecs_toplevel_consts_28_consts_6.ob_base.ob_base,
65840 : : Py_None,
65841 : : & codecs_toplevel_consts_28_consts_8.ob_base.ob_base,
65842 : : & codecs_toplevel_consts_28_consts_9.ob_base.ob_base,
65843 : : & codecs_toplevel_consts_28_consts_10.ob_base.ob_base,
65844 : : & codecs_toplevel_consts_28_consts_11.ob_base.ob_base,
65845 : : & codecs_toplevel_consts_28_consts_12.ob_base.ob_base,
65846 : : & codecs_toplevel_consts_28_consts_13.ob_base.ob_base,
65847 : : & codecs_toplevel_consts_28_consts_14.ob_base.ob_base,
65848 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
65849 : : & codecs_toplevel_consts_28_consts_16.ob_base.ob_base,
65850 : : & codecs_toplevel_consts_28_consts_17.ob_base.ob_base,
65851 : : & codecs_toplevel_consts_28_consts_18.ob_base.ob_base,
65852 : : & codecs_toplevel_consts_28_consts_19.ob_base.ob_base,
65853 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
65854 : : & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
65855 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
65856 : : & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
65857 : : },
65858 : : },
65859 : : };
65860 : : static
65861 : : struct {
65862 : : PyGC_Head _gc_head;
65863 : : struct {
65864 : : PyObject_VAR_HEAD
65865 : : PyObject *ob_item[19];
65866 : : }_object;
65867 : : }
65868 : : codecs_toplevel_consts_28_names = {
65869 : : ._object = {
65870 : : .ob_base = {
65871 : : .ob_base = {
65872 : : .ob_refcnt = 999999999,
65873 : : .ob_type = &PyTuple_Type,
65874 : : },
65875 : : .ob_size = 19,
65876 : : },
65877 : : .ob_item = {
65878 : : &_Py_ID(__name__),
65879 : : &_Py_ID(__module__),
65880 : : &_Py_ID(__qualname__),
65881 : : &_Py_ID(__doc__),
65882 : : &_Py_ID(encoding),
65883 : : &_Py_ID(__init__),
65884 : : &_Py_ID(read),
65885 : : &_Py_ID(readline),
65886 : : & const_str_readlines._ascii.ob_base,
65887 : : &_Py_ID(__next__),
65888 : : &_Py_ID(__iter__),
65889 : : &_Py_ID(write),
65890 : : & const_str_writelines._ascii.ob_base,
65891 : : &_Py_ID(reset),
65892 : : &_Py_ID(seek),
65893 : : &_Py_ID(getattr),
65894 : : &_Py_ID(__getattr__),
65895 : : &_Py_ID(__enter__),
65896 : : &_Py_ID(__exit__),
65897 : : },
65898 : : },
65899 : : };
65900 : : static
65901 : : struct {
65902 : : PyObject_VAR_HEAD
65903 : : Py_hash_t ob_shash;
65904 : : char ob_sval[266];
65905 : : }
65906 : : codecs_toplevel_consts_28_linetable = {
65907 : : .ob_base = {
65908 : : .ob_base = {
65909 : : .ob_refcnt = 999999999,
65910 : : .ob_type = &PyBytes_Type,
65911 : : },
65912 : : .ob_size = 265,
65913 : : },
65914 : : .ob_shash = -1,
65915 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x07\x05\x08\xf0\x00\x07\x05\x08\xf0\x12\x00\x10\x19\x80\x48\xe0\x36\x3e\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x00\x10\x05\x1d\xf0\x24\x00\x19\x1b\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x08\x00\x1d\x21\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x00\x02\x05\x2a\xf0\x08\x00\x22\x26\xf0\x00\x02\x05\x2f\xf0\x00\x02\x05\x2f\xf0\x00\x02\x05\x2f\xf0\x08\x03\x05\x21\xf0\x00\x03\x05\x21\xf0\x00\x03\x05\x21\xf0\x0a\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x00\x02\x05\x27\xf0\x08\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x08\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x0a\x00\x23\x24\xf0\x00\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x00\x04\x05\x20\xf0\x0e\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x12\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
65916 : : };
65917 : : static
65918 : : struct _PyCode_DEF(114)
65919 : : codecs_toplevel_consts_28 = {
65920 : : .ob_base = {
65921 : : .ob_base = {
65922 : : .ob_refcnt = 999999999,
65923 : : .ob_type = &PyCode_Type,
65924 : : },
65925 : : .ob_size = 57,
65926 : : },
65927 : : .co_consts = & codecs_toplevel_consts_28_consts._object.ob_base.ob_base,
65928 : : .co_names = & codecs_toplevel_consts_28_names._object.ob_base.ob_base,
65929 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
65930 : : .co_flags = 0,
65931 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
65932 : : ._co_linearray_entry_size = 0,
65933 : : .co_argcount = 0,
65934 : : .co_posonlyargcount = 0,
65935 : : .co_kwonlyargcount = 0,
65936 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
65937 : : .co_stacksize = 2,
65938 : : .co_firstlineno = 668,
65939 : : .co_nlocalsplus = 0,
65940 : : .co_nlocals = 0,
65941 : : .co_nplaincellvars = 0,
65942 : : .co_ncellvars = 0,
65943 : : .co_nfreevars = 0,
65944 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
65945 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
65946 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
65947 : : .co_name = & const_str_StreamReaderWriter._ascii.ob_base,
65948 : : .co_qualname = & const_str_StreamReaderWriter._ascii.ob_base,
65949 : : .co_linetable = & codecs_toplevel_consts_28_linetable.ob_base.ob_base,
65950 : : ._co_code = NULL,
65951 : : ._co_linearray = NULL,
65952 : : .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",
65953 : : ._co_firsttraceable = 0,
65954 : : };
65955 : : static
65956 : : struct {
65957 : : PyASCIIObject _ascii;
65958 : : uint8_t _data[579];
65959 : : }
65960 : : codecs_toplevel_consts_30_consts_1 = {
65961 : : ._ascii = {
65962 : : .ob_base = {
65963 : : .ob_refcnt = 999999999,
65964 : : .ob_type = &PyUnicode_Type,
65965 : : },
65966 : : .length = 578,
65967 : : .hash = -1,
65968 : : .state = {
65969 : : .kind = 1,
65970 : : .compact = 1,
65971 : : .ascii = 1,
65972 : : },
65973 : : },
65974 : : ._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",
65975 : : };
65976 : : static
65977 : : struct {
65978 : : PyASCIIObject _ascii;
65979 : : uint8_t _data[746];
65980 : : }
65981 : : codecs_toplevel_consts_30_consts_4_consts_0 = {
65982 : : ._ascii = {
65983 : : .ob_base = {
65984 : : .ob_refcnt = 999999999,
65985 : : .ob_type = &PyUnicode_Type,
65986 : : },
65987 : : .length = 745,
65988 : : .hash = -1,
65989 : : .state = {
65990 : : .kind = 1,
65991 : : .compact = 1,
65992 : : .ascii = 1,
65993 : : },
65994 : : },
65995 : : ._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",
65996 : : };
65997 : : static
65998 : : struct {
65999 : : PyGC_Head _gc_head;
66000 : : struct {
66001 : : PyObject_VAR_HEAD
66002 : : PyObject *ob_item[2];
66003 : : }_object;
66004 : : }
66005 : : codecs_toplevel_consts_30_consts_4_consts = {
66006 : : ._object = {
66007 : : .ob_base = {
66008 : : .ob_base = {
66009 : : .ob_refcnt = 999999999,
66010 : : .ob_type = &PyTuple_Type,
66011 : : },
66012 : : .ob_size = 2,
66013 : : },
66014 : : .ob_item = {
66015 : : & codecs_toplevel_consts_30_consts_4_consts_0._ascii.ob_base,
66016 : : Py_None,
66017 : : },
66018 : : },
66019 : : };
66020 : : static
66021 : : struct {
66022 : : PyGC_Head _gc_head;
66023 : : struct {
66024 : : PyObject_VAR_HEAD
66025 : : PyObject *ob_item[6];
66026 : : }_object;
66027 : : }
66028 : : codecs_toplevel_consts_30_consts_4_names = {
66029 : : ._object = {
66030 : : .ob_base = {
66031 : : .ob_base = {
66032 : : .ob_refcnt = 999999999,
66033 : : .ob_type = &PyTuple_Type,
66034 : : },
66035 : : .ob_size = 6,
66036 : : },
66037 : : .ob_item = {
66038 : : & const_str_stream._ascii.ob_base,
66039 : : &_Py_ID(encode),
66040 : : &_Py_ID(decode),
66041 : : & const_str_reader._ascii.ob_base,
66042 : : & const_str_writer._ascii.ob_base,
66043 : : &_Py_ID(errors),
66044 : : },
66045 : : },
66046 : : };
66047 : : static
66048 : : struct {
66049 : : PyASCIIObject _ascii;
66050 : : uint8_t _data[23];
66051 : : }
66052 : : codecs_toplevel_consts_30_consts_4_qualname = {
66053 : : ._ascii = {
66054 : : .ob_base = {
66055 : : .ob_refcnt = 999999999,
66056 : : .ob_type = &PyUnicode_Type,
66057 : : },
66058 : : .length = 22,
66059 : : .hash = -1,
66060 : : .state = {
66061 : : .kind = 1,
66062 : : .compact = 1,
66063 : : .ascii = 1,
66064 : : },
66065 : : },
66066 : : ._data = "StreamRecoder.__init__",
66067 : : };
66068 : : static
66069 : : struct {
66070 : : PyObject_VAR_HEAD
66071 : : Py_hash_t ob_shash;
66072 : : char ob_sval[69];
66073 : : }
66074 : : codecs_toplevel_consts_30_consts_4_linetable = {
66075 : : .ob_base = {
66076 : : .ob_base = {
66077 : : .ob_refcnt = 999999999,
66078 : : .ob_type = &PyBytes_Type,
66079 : : },
66080 : : .ob_size = 68,
66081 : : },
66082 : : .ob_shash = -1,
66083 : : .ob_sval = "\x80\x00\xf0\x2a\x00\x17\x1d\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x90\x66\x98\x56\xa0\x56\xd4\x16\x2c\x88\x04\x8c\x0b\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
66084 : : };
66085 : : static
66086 : : struct {
66087 : : PyGC_Head _gc_head;
66088 : : struct {
66089 : : PyObject_VAR_HEAD
66090 : : PyObject *ob_item[7];
66091 : : }_object;
66092 : : }
66093 : : codecs_toplevel_consts_30_consts_4_localsplusnames = {
66094 : : ._object = {
66095 : : .ob_base = {
66096 : : .ob_base = {
66097 : : .ob_refcnt = 999999999,
66098 : : .ob_type = &PyTuple_Type,
66099 : : },
66100 : : .ob_size = 7,
66101 : : },
66102 : : .ob_item = {
66103 : : & const_str_self._ascii.ob_base,
66104 : : & const_str_stream._ascii.ob_base,
66105 : : &_Py_ID(encode),
66106 : : &_Py_ID(decode),
66107 : : & const_str_Reader._ascii.ob_base,
66108 : : & const_str_Writer._ascii.ob_base,
66109 : : &_Py_ID(errors),
66110 : : },
66111 : : },
66112 : : };
66113 : : static
66114 : : struct _PyCode_DEF(122)
66115 : : codecs_toplevel_consts_30_consts_4 = {
66116 : : .ob_base = {
66117 : : .ob_base = {
66118 : : .ob_refcnt = 999999999,
66119 : : .ob_type = &PyCode_Type,
66120 : : },
66121 : : .ob_size = 61,
66122 : : },
66123 : : .co_consts = & codecs_toplevel_consts_30_consts_4_consts._object.ob_base.ob_base,
66124 : : .co_names = & codecs_toplevel_consts_30_consts_4_names._object.ob_base.ob_base,
66125 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66126 : : .co_flags = 3,
66127 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66128 : : ._co_linearray_entry_size = 0,
66129 : : .co_argcount = 7,
66130 : : .co_posonlyargcount = 0,
66131 : : .co_kwonlyargcount = 0,
66132 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
66133 : : .co_stacksize = 4,
66134 : : .co_firstlineno = 775,
66135 : : .co_nlocalsplus = 7,
66136 : : .co_nlocals = 7,
66137 : : .co_nplaincellvars = 0,
66138 : : .co_ncellvars = 0,
66139 : : .co_nfreevars = 0,
66140 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_4_localsplusnames._object.ob_base.ob_base,
66141 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
66142 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66143 : : .co_name = &_Py_ID(__init__),
66144 : : .co_qualname = & codecs_toplevel_consts_30_consts_4_qualname._ascii.ob_base,
66145 : : .co_linetable = & codecs_toplevel_consts_30_consts_4_linetable.ob_base.ob_base,
66146 : : ._co_code = NULL,
66147 : : ._co_linearray = NULL,
66148 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x04\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x7c\x05\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x53\x00",
66149 : : ._co_firsttraceable = 0,
66150 : : };
66151 : : static
66152 : : struct {
66153 : : PyGC_Head _gc_head;
66154 : : struct {
66155 : : PyObject_VAR_HEAD
66156 : : PyObject *ob_item[4];
66157 : : }_object;
66158 : : }
66159 : : codecs_toplevel_consts_30_consts_6_names = {
66160 : : ._object = {
66161 : : .ob_base = {
66162 : : .ob_base = {
66163 : : .ob_refcnt = 999999999,
66164 : : .ob_type = &PyTuple_Type,
66165 : : },
66166 : : .ob_size = 4,
66167 : : },
66168 : : .ob_item = {
66169 : : & const_str_reader._ascii.ob_base,
66170 : : &_Py_ID(read),
66171 : : &_Py_ID(encode),
66172 : : &_Py_ID(errors),
66173 : : },
66174 : : },
66175 : : };
66176 : : static
66177 : : struct {
66178 : : PyASCIIObject _ascii;
66179 : : uint8_t _data[19];
66180 : : }
66181 : : codecs_toplevel_consts_30_consts_6_qualname = {
66182 : : ._ascii = {
66183 : : .ob_base = {
66184 : : .ob_refcnt = 999999999,
66185 : : .ob_type = &PyUnicode_Type,
66186 : : },
66187 : : .length = 18,
66188 : : .hash = -1,
66189 : : .state = {
66190 : : .kind = 1,
66191 : : .compact = 1,
66192 : : .ascii = 1,
66193 : : },
66194 : : },
66195 : : ._data = "StreamRecoder.read",
66196 : : };
66197 : : static
66198 : : struct {
66199 : : PyObject_VAR_HEAD
66200 : : Py_hash_t ob_shash;
66201 : : char ob_sval[53];
66202 : : }
66203 : : codecs_toplevel_consts_30_consts_6_linetable = {
66204 : : .ob_base = {
66205 : : .ob_base = {
66206 : : .ob_refcnt = 999999999,
66207 : : .ob_type = &PyBytes_Type,
66208 : : },
66209 : : .ob_size = 52,
66210 : : },
66211 : : .ob_shash = -1,
66212 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x04\xd4\x0f\x25\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
66213 : : };
66214 : : static
66215 : : struct {
66216 : : PyASCIIObject _ascii;
66217 : : uint8_t _data[13];
66218 : : }
66219 : : const_str_bytesencoded = {
66220 : : ._ascii = {
66221 : : .ob_base = {
66222 : : .ob_refcnt = 999999999,
66223 : : .ob_type = &PyUnicode_Type,
66224 : : },
66225 : : .length = 12,
66226 : : .hash = -1,
66227 : : .state = {
66228 : : .kind = 1,
66229 : : .compact = 1,
66230 : : .ascii = 1,
66231 : : },
66232 : : },
66233 : : ._data = "bytesencoded",
66234 : : };
66235 : : static
66236 : : struct {
66237 : : PyGC_Head _gc_head;
66238 : : struct {
66239 : : PyObject_VAR_HEAD
66240 : : PyObject *ob_item[4];
66241 : : }_object;
66242 : : }
66243 : : codecs_toplevel_consts_30_consts_6_localsplusnames = {
66244 : : ._object = {
66245 : : .ob_base = {
66246 : : .ob_base = {
66247 : : .ob_refcnt = 999999999,
66248 : : .ob_type = &PyTuple_Type,
66249 : : },
66250 : : .ob_size = 4,
66251 : : },
66252 : : .ob_item = {
66253 : : & const_str_self._ascii.ob_base,
66254 : : & const_str_size._ascii.ob_base,
66255 : : & const_str_data._ascii.ob_base,
66256 : : & const_str_bytesencoded._ascii.ob_base,
66257 : : },
66258 : : },
66259 : : };
66260 : : static
66261 : : struct _PyCode_DEF(126)
66262 : : codecs_toplevel_consts_30_consts_6 = {
66263 : : .ob_base = {
66264 : : .ob_base = {
66265 : : .ob_refcnt = 999999999,
66266 : : .ob_type = &PyCode_Type,
66267 : : },
66268 : : .ob_size = 63,
66269 : : },
66270 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66271 : : .co_names = & codecs_toplevel_consts_30_consts_6_names._object.ob_base.ob_base,
66272 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66273 : : .co_flags = 3,
66274 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66275 : : ._co_linearray_entry_size = 0,
66276 : : .co_argcount = 2,
66277 : : .co_posonlyargcount = 0,
66278 : : .co_kwonlyargcount = 0,
66279 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
66280 : : .co_stacksize = 4,
66281 : : .co_firstlineno = 803,
66282 : : .co_nlocalsplus = 4,
66283 : : .co_nlocals = 4,
66284 : : .co_nplaincellvars = 0,
66285 : : .co_ncellvars = 0,
66286 : : .co_nfreevars = 0,
66287 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
66288 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
66289 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66290 : : .co_name = &_Py_ID(read),
66291 : : .co_qualname = & codecs_toplevel_consts_30_consts_6_qualname._ascii.ob_base,
66292 : : .co_linetable = & codecs_toplevel_consts_30_consts_6_linetable.ob_base.ob_base,
66293 : : ._co_code = NULL,
66294 : : ._co_linearray = NULL,
66295 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
66296 : : ._co_firsttraceable = 0,
66297 : : };
66298 : : static
66299 : : struct {
66300 : : PyGC_Head _gc_head;
66301 : : struct {
66302 : : PyObject_VAR_HEAD
66303 : : PyObject *ob_item[4];
66304 : : }_object;
66305 : : }
66306 : : codecs_toplevel_consts_30_consts_8_names = {
66307 : : ._object = {
66308 : : .ob_base = {
66309 : : .ob_base = {
66310 : : .ob_refcnt = 999999999,
66311 : : .ob_type = &PyTuple_Type,
66312 : : },
66313 : : .ob_size = 4,
66314 : : },
66315 : : .ob_item = {
66316 : : & const_str_reader._ascii.ob_base,
66317 : : &_Py_ID(readline),
66318 : : &_Py_ID(encode),
66319 : : &_Py_ID(errors),
66320 : : },
66321 : : },
66322 : : };
66323 : : static
66324 : : struct {
66325 : : PyASCIIObject _ascii;
66326 : : uint8_t _data[23];
66327 : : }
66328 : : codecs_toplevel_consts_30_consts_8_qualname = {
66329 : : ._ascii = {
66330 : : .ob_base = {
66331 : : .ob_refcnt = 999999999,
66332 : : .ob_type = &PyUnicode_Type,
66333 : : },
66334 : : .length = 22,
66335 : : .hash = -1,
66336 : : .state = {
66337 : : .kind = 1,
66338 : : .compact = 1,
66339 : : .ascii = 1,
66340 : : },
66341 : : },
66342 : : ._data = "StreamRecoder.readline",
66343 : : };
66344 : : static
66345 : : struct {
66346 : : PyObject_VAR_HEAD
66347 : : Py_hash_t ob_shash;
66348 : : char ob_sval[81];
66349 : : }
66350 : : codecs_toplevel_consts_30_consts_8_linetable = {
66351 : : .ob_base = {
66352 : : .ob_base = {
66353 : : .ob_refcnt = 999999999,
66354 : : .ob_type = &PyBytes_Type,
66355 : : },
66356 : : .ob_size = 80,
66357 : : },
66358 : : .ob_shash = -1,
66359 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\xf0\x00\x03\x09\x2e\xd8\x13\x17\x97\x3b\x91\x3b\xd7\x13\x27\xd1\x13\x27\xd4\x13\x29\x88\x44\x88\x44\xe0\x13\x17\x97\x3b\x91\x3b\xd7\x13\x27\xd1\x13\x27\xa8\x04\xd4\x13\x2d\x88\x44\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
66360 : : };
66361 : : static
66362 : : struct _PyCode_DEF(186)
66363 : : codecs_toplevel_consts_30_consts_8 = {
66364 : : .ob_base = {
66365 : : .ob_base = {
66366 : : .ob_refcnt = 999999999,
66367 : : .ob_type = &PyCode_Type,
66368 : : },
66369 : : .ob_size = 93,
66370 : : },
66371 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66372 : : .co_names = & codecs_toplevel_consts_30_consts_8_names._object.ob_base.ob_base,
66373 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66374 : : .co_flags = 3,
66375 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66376 : : ._co_linearray_entry_size = 0,
66377 : : .co_argcount = 2,
66378 : : .co_posonlyargcount = 0,
66379 : : .co_kwonlyargcount = 0,
66380 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
66381 : : .co_stacksize = 4,
66382 : : .co_firstlineno = 809,
66383 : : .co_nlocalsplus = 4,
66384 : : .co_nlocals = 4,
66385 : : .co_nplaincellvars = 0,
66386 : : .co_ncellvars = 0,
66387 : : .co_nfreevars = 0,
66388 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_6_localsplusnames._object.ob_base.ob_base,
66389 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
66390 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66391 : : .co_name = &_Py_ID(readline),
66392 : : .co_qualname = & codecs_toplevel_consts_30_consts_8_qualname._ascii.ob_base,
66393 : : .co_linetable = & codecs_toplevel_consts_30_consts_8_linetable.ob_base.ob_base,
66394 : : ._co_code = NULL,
66395 : : ._co_linearray = NULL,
66396 : : .co_code_adaptive = "\x97\x00\x7c\x01\x80\x1c\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x1c\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x53\x00",
66397 : : ._co_firsttraceable = 0,
66398 : : };
66399 : : static
66400 : : struct {
66401 : : PyGC_Head _gc_head;
66402 : : struct {
66403 : : PyObject_VAR_HEAD
66404 : : PyObject *ob_item[3];
66405 : : }_object;
66406 : : }
66407 : : codecs_toplevel_consts_30_consts_9_consts = {
66408 : : ._object = {
66409 : : .ob_base = {
66410 : : .ob_base = {
66411 : : .ob_refcnt = 999999999,
66412 : : .ob_type = &PyTuple_Type,
66413 : : },
66414 : : .ob_size = 3,
66415 : : },
66416 : : .ob_item = {
66417 : : Py_None,
66418 : : Py_True,
66419 : : & codecs_toplevel_consts_26_consts_6_consts_4._object.ob_base.ob_base,
66420 : : },
66421 : : },
66422 : : };
66423 : : static
66424 : : struct {
66425 : : PyGC_Head _gc_head;
66426 : : struct {
66427 : : PyObject_VAR_HEAD
66428 : : PyObject *ob_item[5];
66429 : : }_object;
66430 : : }
66431 : : codecs_toplevel_consts_30_consts_9_names = {
66432 : : ._object = {
66433 : : .ob_base = {
66434 : : .ob_base = {
66435 : : .ob_refcnt = 999999999,
66436 : : .ob_type = &PyTuple_Type,
66437 : : },
66438 : : .ob_size = 5,
66439 : : },
66440 : : .ob_item = {
66441 : : & const_str_reader._ascii.ob_base,
66442 : : &_Py_ID(read),
66443 : : &_Py_ID(encode),
66444 : : &_Py_ID(errors),
66445 : : & const_str_splitlines._ascii.ob_base,
66446 : : },
66447 : : },
66448 : : };
66449 : : static
66450 : : struct {
66451 : : PyASCIIObject _ascii;
66452 : : uint8_t _data[24];
66453 : : }
66454 : : codecs_toplevel_consts_30_consts_9_qualname = {
66455 : : ._ascii = {
66456 : : .ob_base = {
66457 : : .ob_refcnt = 999999999,
66458 : : .ob_type = &PyUnicode_Type,
66459 : : },
66460 : : .length = 23,
66461 : : .hash = -1,
66462 : : .state = {
66463 : : .kind = 1,
66464 : : .compact = 1,
66465 : : .ascii = 1,
66466 : : },
66467 : : },
66468 : : ._data = "StreamRecoder.readlines",
66469 : : };
66470 : : static
66471 : : struct {
66472 : : PyObject_VAR_HEAD
66473 : : Py_hash_t ob_shash;
66474 : : char ob_sval[63];
66475 : : }
66476 : : codecs_toplevel_consts_30_consts_9_linetable = {
66477 : : .ob_base = {
66478 : : .ob_base = {
66479 : : .ob_refcnt = 999999999,
66480 : : .ob_type = &PyBytes_Type,
66481 : : },
66482 : : .ob_size = 62,
66483 : : },
66484 : : .ob_shash = -1,
66485 : : .ob_sval = "\x80\x00\xe0\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x1f\xd1\x0f\x1f\xd4\x0f\x21\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7f\x89\x7f\xa8\x04\x88\x7f\xd4\x0f\x2d\xd0\x08\x2d",
66486 : : };
66487 : : static
66488 : : struct {
66489 : : PyGC_Head _gc_head;
66490 : : struct {
66491 : : PyObject_VAR_HEAD
66492 : : PyObject *ob_item[4];
66493 : : }_object;
66494 : : }
66495 : : codecs_toplevel_consts_30_consts_9_localsplusnames = {
66496 : : ._object = {
66497 : : .ob_base = {
66498 : : .ob_base = {
66499 : : .ob_refcnt = 999999999,
66500 : : .ob_type = &PyTuple_Type,
66501 : : },
66502 : : .ob_size = 4,
66503 : : },
66504 : : .ob_item = {
66505 : : & const_str_self._ascii.ob_base,
66506 : : & const_str_sizehint._ascii.ob_base,
66507 : : & const_str_data._ascii.ob_base,
66508 : : & const_str_bytesencoded._ascii.ob_base,
66509 : : },
66510 : : },
66511 : : };
66512 : : static
66513 : : struct _PyCode_DEF(158)
66514 : : codecs_toplevel_consts_30_consts_9 = {
66515 : : .ob_base = {
66516 : : .ob_base = {
66517 : : .ob_refcnt = 999999999,
66518 : : .ob_type = &PyCode_Type,
66519 : : },
66520 : : .ob_size = 79,
66521 : : },
66522 : : .co_consts = & codecs_toplevel_consts_30_consts_9_consts._object.ob_base.ob_base,
66523 : : .co_names = & codecs_toplevel_consts_30_consts_9_names._object.ob_base.ob_base,
66524 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66525 : : .co_flags = 3,
66526 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66527 : : ._co_linearray_entry_size = 0,
66528 : : .co_argcount = 2,
66529 : : .co_posonlyargcount = 0,
66530 : : .co_kwonlyargcount = 0,
66531 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
66532 : : .co_stacksize = 4,
66533 : : .co_firstlineno = 818,
66534 : : .co_nlocalsplus = 4,
66535 : : .co_nlocals = 4,
66536 : : .co_nplaincellvars = 0,
66537 : : .co_ncellvars = 0,
66538 : : .co_nfreevars = 0,
66539 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_9_localsplusnames._object.ob_base.ob_base,
66540 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
66541 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66542 : : .co_name = & const_str_readlines._ascii.ob_base,
66543 : : .co_qualname = & codecs_toplevel_consts_30_consts_9_qualname._ascii.ob_base,
66544 : : .co_linetable = & codecs_toplevel_consts_30_consts_9_linetable.ob_base.ob_base,
66545 : : ._co_code = NULL,
66546 : : ._co_linearray = NULL,
66547 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66548 : : ._co_firsttraceable = 0,
66549 : : };
66550 : : static
66551 : : struct {
66552 : : PyGC_Head _gc_head;
66553 : : struct {
66554 : : PyObject_VAR_HEAD
66555 : : PyObject *ob_item[4];
66556 : : }_object;
66557 : : }
66558 : : codecs_toplevel_consts_30_consts_10_names = {
66559 : : ._object = {
66560 : : .ob_base = {
66561 : : .ob_base = {
66562 : : .ob_refcnt = 999999999,
66563 : : .ob_type = &PyTuple_Type,
66564 : : },
66565 : : .ob_size = 4,
66566 : : },
66567 : : .ob_item = {
66568 : : &_Py_ID(next),
66569 : : & const_str_reader._ascii.ob_base,
66570 : : &_Py_ID(encode),
66571 : : &_Py_ID(errors),
66572 : : },
66573 : : },
66574 : : };
66575 : : static
66576 : : struct {
66577 : : PyASCIIObject _ascii;
66578 : : uint8_t _data[23];
66579 : : }
66580 : : codecs_toplevel_consts_30_consts_10_qualname = {
66581 : : ._ascii = {
66582 : : .ob_base = {
66583 : : .ob_refcnt = 999999999,
66584 : : .ob_type = &PyUnicode_Type,
66585 : : },
66586 : : .length = 22,
66587 : : .hash = -1,
66588 : : .state = {
66589 : : .kind = 1,
66590 : : .compact = 1,
66591 : : .ascii = 1,
66592 : : },
66593 : : },
66594 : : ._data = "StreamRecoder.__next__",
66595 : : };
66596 : : static
66597 : : struct {
66598 : : PyObject_VAR_HEAD
66599 : : Py_hash_t ob_shash;
66600 : : char ob_sval[49];
66601 : : }
66602 : : codecs_toplevel_consts_30_consts_10_linetable = {
66603 : : .ob_base = {
66604 : : .ob_base = {
66605 : : .ob_refcnt = 999999999,
66606 : : .ob_type = &PyBytes_Type,
66607 : : },
66608 : : .ob_size = 48,
66609 : : },
66610 : : .ob_shash = -1,
66611 : : .ob_sval = "\x80\x00\xf5\x06\x00\x10\x14\x90\x44\x97\x4b\x91\x4b\xd4\x0f\x20\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x88\x0b",
66612 : : };
66613 : : static
66614 : : struct {
66615 : : PyGC_Head _gc_head;
66616 : : struct {
66617 : : PyObject_VAR_HEAD
66618 : : PyObject *ob_item[3];
66619 : : }_object;
66620 : : }
66621 : : codecs_toplevel_consts_30_consts_10_localsplusnames = {
66622 : : ._object = {
66623 : : .ob_base = {
66624 : : .ob_base = {
66625 : : .ob_refcnt = 999999999,
66626 : : .ob_type = &PyTuple_Type,
66627 : : },
66628 : : .ob_size = 3,
66629 : : },
66630 : : .ob_item = {
66631 : : & const_str_self._ascii.ob_base,
66632 : : & const_str_data._ascii.ob_base,
66633 : : & const_str_bytesencoded._ascii.ob_base,
66634 : : },
66635 : : },
66636 : : };
66637 : : static
66638 : : struct _PyCode_DEF(116)
66639 : : codecs_toplevel_consts_30_consts_10 = {
66640 : : .ob_base = {
66641 : : .ob_base = {
66642 : : .ob_refcnt = 999999999,
66643 : : .ob_type = &PyCode_Type,
66644 : : },
66645 : : .ob_size = 58,
66646 : : },
66647 : : .co_consts = & codecs_toplevel_consts_26_consts_14_consts._object.ob_base.ob_base,
66648 : : .co_names = & codecs_toplevel_consts_30_consts_10_names._object.ob_base.ob_base,
66649 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66650 : : .co_flags = 3,
66651 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66652 : : ._co_linearray_entry_size = 0,
66653 : : .co_argcount = 1,
66654 : : .co_posonlyargcount = 0,
66655 : : .co_kwonlyargcount = 0,
66656 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
66657 : : .co_stacksize = 4,
66658 : : .co_firstlineno = 824,
66659 : : .co_nlocalsplus = 3,
66660 : : .co_nlocals = 3,
66661 : : .co_nplaincellvars = 0,
66662 : : .co_ncellvars = 0,
66663 : : .co_nfreevars = 0,
66664 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_10_localsplusnames._object.ob_base.ob_base,
66665 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
66666 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66667 : : .co_name = &_Py_ID(__next__),
66668 : : .co_qualname = & codecs_toplevel_consts_30_consts_10_qualname._ascii.ob_base,
66669 : : .co_linetable = & codecs_toplevel_consts_30_consts_10_linetable.ob_base.ob_base,
66670 : : ._co_code = NULL,
66671 : : ._co_linearray = NULL,
66672 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x53\x00",
66673 : : ._co_firsttraceable = 0,
66674 : : };
66675 : : static
66676 : : struct {
66677 : : PyASCIIObject _ascii;
66678 : : uint8_t _data[23];
66679 : : }
66680 : : codecs_toplevel_consts_30_consts_11_qualname = {
66681 : : ._ascii = {
66682 : : .ob_base = {
66683 : : .ob_refcnt = 999999999,
66684 : : .ob_type = &PyUnicode_Type,
66685 : : },
66686 : : .length = 22,
66687 : : .hash = -1,
66688 : : .state = {
66689 : : .kind = 1,
66690 : : .compact = 1,
66691 : : .ascii = 1,
66692 : : },
66693 : : },
66694 : : ._data = "StreamRecoder.__iter__",
66695 : : };
66696 : : static
66697 : : struct _PyCode_DEF(6)
66698 : : codecs_toplevel_consts_30_consts_11 = {
66699 : : .ob_base = {
66700 : : .ob_base = {
66701 : : .ob_refcnt = 999999999,
66702 : : .ob_type = &PyCode_Type,
66703 : : },
66704 : : .ob_size = 3,
66705 : : },
66706 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66707 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
66708 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66709 : : .co_flags = 3,
66710 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66711 : : ._co_linearray_entry_size = 0,
66712 : : .co_argcount = 1,
66713 : : .co_posonlyargcount = 0,
66714 : : .co_kwonlyargcount = 0,
66715 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
66716 : : .co_stacksize = 1,
66717 : : .co_firstlineno = 831,
66718 : : .co_nlocalsplus = 1,
66719 : : .co_nlocals = 1,
66720 : : .co_nplaincellvars = 0,
66721 : : .co_ncellvars = 0,
66722 : : .co_nfreevars = 0,
66723 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
66724 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
66725 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66726 : : .co_name = &_Py_ID(__iter__),
66727 : : .co_qualname = & codecs_toplevel_consts_30_consts_11_qualname._ascii.ob_base,
66728 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
66729 : : ._co_code = NULL,
66730 : : ._co_linearray = NULL,
66731 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
66732 : : ._co_firsttraceable = 0,
66733 : : };
66734 : : static
66735 : : struct {
66736 : : PyGC_Head _gc_head;
66737 : : struct {
66738 : : PyObject_VAR_HEAD
66739 : : PyObject *ob_item[4];
66740 : : }_object;
66741 : : }
66742 : : codecs_toplevel_consts_30_consts_12_names = {
66743 : : ._object = {
66744 : : .ob_base = {
66745 : : .ob_base = {
66746 : : .ob_refcnt = 999999999,
66747 : : .ob_type = &PyTuple_Type,
66748 : : },
66749 : : .ob_size = 4,
66750 : : },
66751 : : .ob_item = {
66752 : : &_Py_ID(decode),
66753 : : &_Py_ID(errors),
66754 : : & const_str_writer._ascii.ob_base,
66755 : : &_Py_ID(write),
66756 : : },
66757 : : },
66758 : : };
66759 : : static
66760 : : struct {
66761 : : PyASCIIObject _ascii;
66762 : : uint8_t _data[20];
66763 : : }
66764 : : codecs_toplevel_consts_30_consts_12_qualname = {
66765 : : ._ascii = {
66766 : : .ob_base = {
66767 : : .ob_refcnt = 999999999,
66768 : : .ob_type = &PyUnicode_Type,
66769 : : },
66770 : : .length = 19,
66771 : : .hash = -1,
66772 : : .state = {
66773 : : .kind = 1,
66774 : : .compact = 1,
66775 : : .ascii = 1,
66776 : : },
66777 : : },
66778 : : ._data = "StreamRecoder.write",
66779 : : };
66780 : : static
66781 : : struct {
66782 : : PyObject_VAR_HEAD
66783 : : Py_hash_t ob_shash;
66784 : : char ob_sval[49];
66785 : : }
66786 : : codecs_toplevel_consts_30_consts_12_linetable = {
66787 : : .ob_base = {
66788 : : .ob_base = {
66789 : : .ob_refcnt = 999999999,
66790 : : .ob_type = &PyBytes_Type,
66791 : : },
66792 : : .ob_size = 48,
66793 : : },
66794 : : .ob_shash = -1,
66795 : : .ob_sval = "\x80\x00\xe0\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
66796 : : };
66797 : : static
66798 : : struct {
66799 : : PyASCIIObject _ascii;
66800 : : uint8_t _data[13];
66801 : : }
66802 : : const_str_bytesdecoded = {
66803 : : ._ascii = {
66804 : : .ob_base = {
66805 : : .ob_refcnt = 999999999,
66806 : : .ob_type = &PyUnicode_Type,
66807 : : },
66808 : : .length = 12,
66809 : : .hash = -1,
66810 : : .state = {
66811 : : .kind = 1,
66812 : : .compact = 1,
66813 : : .ascii = 1,
66814 : : },
66815 : : },
66816 : : ._data = "bytesdecoded",
66817 : : };
66818 : : static
66819 : : struct {
66820 : : PyGC_Head _gc_head;
66821 : : struct {
66822 : : PyObject_VAR_HEAD
66823 : : PyObject *ob_item[3];
66824 : : }_object;
66825 : : }
66826 : : codecs_toplevel_consts_30_consts_12_localsplusnames = {
66827 : : ._object = {
66828 : : .ob_base = {
66829 : : .ob_base = {
66830 : : .ob_refcnt = 999999999,
66831 : : .ob_type = &PyTuple_Type,
66832 : : },
66833 : : .ob_size = 3,
66834 : : },
66835 : : .ob_item = {
66836 : : & const_str_self._ascii.ob_base,
66837 : : & const_str_data._ascii.ob_base,
66838 : : & const_str_bytesdecoded._ascii.ob_base,
66839 : : },
66840 : : },
66841 : : };
66842 : : static
66843 : : struct _PyCode_DEF(122)
66844 : : codecs_toplevel_consts_30_consts_12 = {
66845 : : .ob_base = {
66846 : : .ob_base = {
66847 : : .ob_refcnt = 999999999,
66848 : : .ob_type = &PyCode_Type,
66849 : : },
66850 : : .ob_size = 61,
66851 : : },
66852 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
66853 : : .co_names = & codecs_toplevel_consts_30_consts_12_names._object.ob_base.ob_base,
66854 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66855 : : .co_flags = 3,
66856 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66857 : : ._co_linearray_entry_size = 0,
66858 : : .co_argcount = 2,
66859 : : .co_posonlyargcount = 0,
66860 : : .co_kwonlyargcount = 0,
66861 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
66862 : : .co_stacksize = 4,
66863 : : .co_firstlineno = 834,
66864 : : .co_nlocalsplus = 3,
66865 : : .co_nlocals = 3,
66866 : : .co_nplaincellvars = 0,
66867 : : .co_ncellvars = 0,
66868 : : .co_nfreevars = 0,
66869 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_12_localsplusnames._object.ob_base.ob_base,
66870 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
66871 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66872 : : .co_name = &_Py_ID(write),
66873 : : .co_qualname = & codecs_toplevel_consts_30_consts_12_qualname._ascii.ob_base,
66874 : : .co_linetable = & codecs_toplevel_consts_30_consts_12_linetable.ob_base.ob_base,
66875 : : ._co_code = NULL,
66876 : : ._co_linearray = NULL,
66877 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
66878 : : ._co_firsttraceable = 0,
66879 : : };
66880 : : static
66881 : : struct {
66882 : : PyGC_Head _gc_head;
66883 : : struct {
66884 : : PyObject_VAR_HEAD
66885 : : PyObject *ob_item[5];
66886 : : }_object;
66887 : : }
66888 : : codecs_toplevel_consts_30_consts_13_names = {
66889 : : ._object = {
66890 : : .ob_base = {
66891 : : .ob_base = {
66892 : : .ob_refcnt = 999999999,
66893 : : .ob_type = &PyTuple_Type,
66894 : : },
66895 : : .ob_size = 5,
66896 : : },
66897 : : .ob_item = {
66898 : : &_Py_ID(join),
66899 : : &_Py_ID(decode),
66900 : : &_Py_ID(errors),
66901 : : & const_str_writer._ascii.ob_base,
66902 : : &_Py_ID(write),
66903 : : },
66904 : : },
66905 : : };
66906 : : static
66907 : : struct {
66908 : : PyASCIIObject _ascii;
66909 : : uint8_t _data[25];
66910 : : }
66911 : : codecs_toplevel_consts_30_consts_13_qualname = {
66912 : : ._ascii = {
66913 : : .ob_base = {
66914 : : .ob_refcnt = 999999999,
66915 : : .ob_type = &PyUnicode_Type,
66916 : : },
66917 : : .length = 24,
66918 : : .hash = -1,
66919 : : .state = {
66920 : : .kind = 1,
66921 : : .compact = 1,
66922 : : .ascii = 1,
66923 : : },
66924 : : },
66925 : : ._data = "StreamRecoder.writelines",
66926 : : };
66927 : : static
66928 : : struct {
66929 : : PyObject_VAR_HEAD
66930 : : Py_hash_t ob_shash;
66931 : : char ob_sval[62];
66932 : : }
66933 : : codecs_toplevel_consts_30_consts_13_linetable = {
66934 : : .ob_base = {
66935 : : .ob_base = {
66936 : : .ob_refcnt = 999999999,
66937 : : .ob_type = &PyBytes_Type,
66938 : : },
66939 : : .ob_size = 61,
66940 : : },
66941 : : .ob_shash = -1,
66942 : : .ob_sval = "\x80\x00\xe0\x0f\x12\x8f\x78\x89\x78\x98\x04\x8c\x7e\x88\x04\xd8\x1d\x21\x9f\x5b\x99\x5b\xa8\x14\xa8\x74\xaf\x7b\xa9\x7b\xd4\x1d\x3b\xd1\x08\x1a\x88\x04\x88\x6c\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x20\xd1\x0f\x20\xa0\x14\xd4\x0f\x26\xd0\x08\x26",
66943 : : };
66944 : : static
66945 : : struct {
66946 : : PyGC_Head _gc_head;
66947 : : struct {
66948 : : PyObject_VAR_HEAD
66949 : : PyObject *ob_item[4];
66950 : : }_object;
66951 : : }
66952 : : codecs_toplevel_consts_30_consts_13_localsplusnames = {
66953 : : ._object = {
66954 : : .ob_base = {
66955 : : .ob_base = {
66956 : : .ob_refcnt = 999999999,
66957 : : .ob_type = &PyTuple_Type,
66958 : : },
66959 : : .ob_size = 4,
66960 : : },
66961 : : .ob_item = {
66962 : : & const_str_self._ascii.ob_base,
66963 : : & const_str_list._ascii.ob_base,
66964 : : & const_str_data._ascii.ob_base,
66965 : : & const_str_bytesdecoded._ascii.ob_base,
66966 : : },
66967 : : },
66968 : : };
66969 : : static
66970 : : struct _PyCode_DEF(158)
66971 : : codecs_toplevel_consts_30_consts_13 = {
66972 : : .ob_base = {
66973 : : .ob_base = {
66974 : : .ob_refcnt = 999999999,
66975 : : .ob_type = &PyCode_Type,
66976 : : },
66977 : : .ob_size = 79,
66978 : : },
66979 : : .co_consts = & codecs_toplevel_consts_22_consts_3_consts._object.ob_base.ob_base,
66980 : : .co_names = & codecs_toplevel_consts_30_consts_13_names._object.ob_base.ob_base,
66981 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
66982 : : .co_flags = 3,
66983 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
66984 : : ._co_linearray_entry_size = 0,
66985 : : .co_argcount = 2,
66986 : : .co_posonlyargcount = 0,
66987 : : .co_kwonlyargcount = 0,
66988 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
66989 : : .co_stacksize = 4,
66990 : : .co_firstlineno = 839,
66991 : : .co_nlocalsplus = 4,
66992 : : .co_nlocals = 4,
66993 : : .co_nplaincellvars = 0,
66994 : : .co_ncellvars = 0,
66995 : : .co_nfreevars = 0,
66996 : : .co_localsplusnames = & codecs_toplevel_consts_30_consts_13_localsplusnames._object.ob_base.ob_base,
66997 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
66998 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
66999 : : .co_name = & const_str_writelines._ascii.ob_base,
67000 : : .co_qualname = & codecs_toplevel_consts_30_consts_13_qualname._ascii.ob_base,
67001 : : .co_linetable = & codecs_toplevel_consts_30_consts_13_linetable.ob_base.ob_base,
67002 : : ._co_code = NULL,
67003 : : ._co_linearray = NULL,
67004 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
67005 : : ._co_firsttraceable = 0,
67006 : : };
67007 : : static
67008 : : struct {
67009 : : PyASCIIObject _ascii;
67010 : : uint8_t _data[20];
67011 : : }
67012 : : codecs_toplevel_consts_30_consts_14_qualname = {
67013 : : ._ascii = {
67014 : : .ob_base = {
67015 : : .ob_refcnt = 999999999,
67016 : : .ob_type = &PyUnicode_Type,
67017 : : },
67018 : : .length = 19,
67019 : : .hash = -1,
67020 : : .state = {
67021 : : .kind = 1,
67022 : : .compact = 1,
67023 : : .ascii = 1,
67024 : : },
67025 : : },
67026 : : ._data = "StreamRecoder.reset",
67027 : : };
67028 : : static
67029 : : struct _PyCode_DEF(114)
67030 : : codecs_toplevel_consts_30_consts_14 = {
67031 : : .ob_base = {
67032 : : .ob_base = {
67033 : : .ob_refcnt = 999999999,
67034 : : .ob_type = &PyCode_Type,
67035 : : },
67036 : : .ob_size = 57,
67037 : : },
67038 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67039 : : .co_names = & codecs_toplevel_consts_28_consts_14_names._object.ob_base.ob_base,
67040 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67041 : : .co_flags = 3,
67042 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67043 : : ._co_linearray_entry_size = 0,
67044 : : .co_argcount = 1,
67045 : : .co_posonlyargcount = 0,
67046 : : .co_kwonlyargcount = 0,
67047 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
67048 : : .co_stacksize = 2,
67049 : : .co_firstlineno = 845,
67050 : : .co_nlocalsplus = 1,
67051 : : .co_nlocals = 1,
67052 : : .co_nplaincellvars = 0,
67053 : : .co_ncellvars = 0,
67054 : : .co_nfreevars = 0,
67055 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
67056 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
67057 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67058 : : .co_name = &_Py_ID(reset),
67059 : : .co_qualname = & codecs_toplevel_consts_30_consts_14_qualname._ascii.ob_base,
67060 : : .co_linetable = & codecs_toplevel_consts_28_consts_14_linetable.ob_base.ob_base,
67061 : : ._co_code = NULL,
67062 : : ._co_linearray = NULL,
67063 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
67064 : : ._co_firsttraceable = 0,
67065 : : };
67066 : : static
67067 : : struct {
67068 : : PyGC_Head _gc_head;
67069 : : struct {
67070 : : PyObject_VAR_HEAD
67071 : : PyObject *ob_item[3];
67072 : : }_object;
67073 : : }
67074 : : codecs_toplevel_consts_30_consts_16_names = {
67075 : : ._object = {
67076 : : .ob_base = {
67077 : : .ob_base = {
67078 : : .ob_refcnt = 999999999,
67079 : : .ob_type = &PyTuple_Type,
67080 : : },
67081 : : .ob_size = 3,
67082 : : },
67083 : : .ob_item = {
67084 : : & const_str_reader._ascii.ob_base,
67085 : : &_Py_ID(seek),
67086 : : & const_str_writer._ascii.ob_base,
67087 : : },
67088 : : },
67089 : : };
67090 : : static
67091 : : struct {
67092 : : PyASCIIObject _ascii;
67093 : : uint8_t _data[19];
67094 : : }
67095 : : codecs_toplevel_consts_30_consts_16_qualname = {
67096 : : ._ascii = {
67097 : : .ob_base = {
67098 : : .ob_refcnt = 999999999,
67099 : : .ob_type = &PyUnicode_Type,
67100 : : },
67101 : : .length = 18,
67102 : : .hash = -1,
67103 : : .state = {
67104 : : .kind = 1,
67105 : : .compact = 1,
67106 : : .ascii = 1,
67107 : : },
67108 : : },
67109 : : ._data = "StreamRecoder.seek",
67110 : : };
67111 : : static
67112 : : struct {
67113 : : PyObject_VAR_HEAD
67114 : : Py_hash_t ob_shash;
67115 : : char ob_sval[57];
67116 : : }
67117 : : codecs_toplevel_consts_30_consts_16_linetable = {
67118 : : .ob_base = {
67119 : : .ob_base = {
67120 : : .ob_refcnt = 999999999,
67121 : : .ob_type = &PyBytes_Type,
67122 : : },
67123 : : .ob_size = 56,
67124 : : },
67125 : : .ob_shash = -1,
67126 : : .ob_sval = "\x80\x00\xf0\x06\x00\x09\x0d\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x08\x0c\x8f\x0b\x89\x0b\xd7\x08\x18\xd1\x08\x18\x98\x16\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28",
67127 : : };
67128 : : static
67129 : : struct _PyCode_DEF(122)
67130 : : codecs_toplevel_consts_30_consts_16 = {
67131 : : .ob_base = {
67132 : : .ob_base = {
67133 : : .ob_refcnt = 999999999,
67134 : : .ob_type = &PyCode_Type,
67135 : : },
67136 : : .ob_size = 61,
67137 : : },
67138 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67139 : : .co_names = & codecs_toplevel_consts_30_consts_16_names._object.ob_base.ob_base,
67140 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67141 : : .co_flags = 3,
67142 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67143 : : ._co_linearray_entry_size = 0,
67144 : : .co_argcount = 3,
67145 : : .co_posonlyargcount = 0,
67146 : : .co_kwonlyargcount = 0,
67147 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
67148 : : .co_stacksize = 4,
67149 : : .co_firstlineno = 850,
67150 : : .co_nlocalsplus = 3,
67151 : : .co_nlocals = 3,
67152 : : .co_nplaincellvars = 0,
67153 : : .co_ncellvars = 0,
67154 : : .co_nfreevars = 0,
67155 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_7_localsplusnames._object.ob_base.ob_base,
67156 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
67157 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67158 : : .co_name = &_Py_ID(seek),
67159 : : .co_qualname = & codecs_toplevel_consts_30_consts_16_qualname._ascii.ob_base,
67160 : : .co_linetable = & codecs_toplevel_consts_30_consts_16_linetable.ob_base.ob_base,
67161 : : ._co_code = NULL,
67162 : : ._co_linearray = NULL,
67163 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
67164 : : ._co_firsttraceable = 0,
67165 : : };
67166 : : static
67167 : : struct {
67168 : : PyASCIIObject _ascii;
67169 : : uint8_t _data[26];
67170 : : }
67171 : : codecs_toplevel_consts_30_consts_17_qualname = {
67172 : : ._ascii = {
67173 : : .ob_base = {
67174 : : .ob_refcnt = 999999999,
67175 : : .ob_type = &PyUnicode_Type,
67176 : : },
67177 : : .length = 25,
67178 : : .hash = -1,
67179 : : .state = {
67180 : : .kind = 1,
67181 : : .compact = 1,
67182 : : .ascii = 1,
67183 : : },
67184 : : },
67185 : : ._data = "StreamRecoder.__getattr__",
67186 : : };
67187 : : static
67188 : : struct _PyCode_DEF(42)
67189 : : codecs_toplevel_consts_30_consts_17 = {
67190 : : .ob_base = {
67191 : : .ob_base = {
67192 : : .ob_refcnt = 999999999,
67193 : : .ob_type = &PyCode_Type,
67194 : : },
67195 : : .ob_size = 21,
67196 : : },
67197 : : .co_consts = & codecs_toplevel_consts_24_consts_8_consts._object.ob_base.ob_base,
67198 : : .co_names = & codecs_toplevel_consts_24_consts_8_names._object.ob_base.ob_base,
67199 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67200 : : .co_flags = 3,
67201 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67202 : : ._co_linearray_entry_size = 0,
67203 : : .co_argcount = 3,
67204 : : .co_posonlyargcount = 0,
67205 : : .co_kwonlyargcount = 0,
67206 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
67207 : : .co_stacksize = 4,
67208 : : .co_firstlineno = 856,
67209 : : .co_nlocalsplus = 3,
67210 : : .co_nlocals = 3,
67211 : : .co_nplaincellvars = 0,
67212 : : .co_ncellvars = 0,
67213 : : .co_nfreevars = 0,
67214 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_8_localsplusnames._object.ob_base.ob_base,
67215 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
67216 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67217 : : .co_name = &_Py_ID(__getattr__),
67218 : : .co_qualname = & codecs_toplevel_consts_30_consts_17_qualname._ascii.ob_base,
67219 : : .co_linetable = & codecs_toplevel_consts_24_consts_8_linetable.ob_base.ob_base,
67220 : : ._co_code = NULL,
67221 : : ._co_linearray = NULL,
67222 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
67223 : : ._co_firsttraceable = 0,
67224 : : };
67225 : : static
67226 : : struct {
67227 : : PyASCIIObject _ascii;
67228 : : uint8_t _data[24];
67229 : : }
67230 : : codecs_toplevel_consts_30_consts_18_qualname = {
67231 : : ._ascii = {
67232 : : .ob_base = {
67233 : : .ob_refcnt = 999999999,
67234 : : .ob_type = &PyUnicode_Type,
67235 : : },
67236 : : .length = 23,
67237 : : .hash = -1,
67238 : : .state = {
67239 : : .kind = 1,
67240 : : .compact = 1,
67241 : : .ascii = 1,
67242 : : },
67243 : : },
67244 : : ._data = "StreamRecoder.__enter__",
67245 : : };
67246 : : static
67247 : : struct _PyCode_DEF(6)
67248 : : codecs_toplevel_consts_30_consts_18 = {
67249 : : .ob_base = {
67250 : : .ob_base = {
67251 : : .ob_refcnt = 999999999,
67252 : : .ob_type = &PyCode_Type,
67253 : : },
67254 : : .ob_size = 3,
67255 : : },
67256 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67257 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
67258 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67259 : : .co_flags = 3,
67260 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67261 : : ._co_linearray_entry_size = 0,
67262 : : .co_argcount = 1,
67263 : : .co_posonlyargcount = 0,
67264 : : .co_kwonlyargcount = 0,
67265 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
67266 : : .co_stacksize = 1,
67267 : : .co_firstlineno = 863,
67268 : : .co_nlocalsplus = 1,
67269 : : .co_nlocals = 1,
67270 : : .co_nplaincellvars = 0,
67271 : : .co_ncellvars = 0,
67272 : : .co_nfreevars = 0,
67273 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
67274 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
67275 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67276 : : .co_name = &_Py_ID(__enter__),
67277 : : .co_qualname = & codecs_toplevel_consts_30_consts_18_qualname._ascii.ob_base,
67278 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
67279 : : ._co_code = NULL,
67280 : : ._co_linearray = NULL,
67281 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
67282 : : ._co_firsttraceable = 0,
67283 : : };
67284 : : static
67285 : : struct {
67286 : : PyASCIIObject _ascii;
67287 : : uint8_t _data[23];
67288 : : }
67289 : : codecs_toplevel_consts_30_consts_19_qualname = {
67290 : : ._ascii = {
67291 : : .ob_base = {
67292 : : .ob_refcnt = 999999999,
67293 : : .ob_type = &PyUnicode_Type,
67294 : : },
67295 : : .length = 22,
67296 : : .hash = -1,
67297 : : .state = {
67298 : : .kind = 1,
67299 : : .compact = 1,
67300 : : .ascii = 1,
67301 : : },
67302 : : },
67303 : : ._data = "StreamRecoder.__exit__",
67304 : : };
67305 : : static
67306 : : struct _PyCode_DEF(60)
67307 : : codecs_toplevel_consts_30_consts_19 = {
67308 : : .ob_base = {
67309 : : .ob_base = {
67310 : : .ob_refcnt = 999999999,
67311 : : .ob_type = &PyCode_Type,
67312 : : },
67313 : : .ob_size = 30,
67314 : : },
67315 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67316 : : .co_names = & codecs_toplevel_consts_24_consts_10_names._object.ob_base.ob_base,
67317 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67318 : : .co_flags = 3,
67319 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67320 : : ._co_linearray_entry_size = 0,
67321 : : .co_argcount = 4,
67322 : : .co_posonlyargcount = 0,
67323 : : .co_kwonlyargcount = 0,
67324 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
67325 : : .co_stacksize = 2,
67326 : : .co_firstlineno = 866,
67327 : : .co_nlocalsplus = 4,
67328 : : .co_nlocals = 4,
67329 : : .co_nplaincellvars = 0,
67330 : : .co_ncellvars = 0,
67331 : : .co_nfreevars = 0,
67332 : : .co_localsplusnames = & codecs_toplevel_consts_24_consts_10_localsplusnames._object.ob_base.ob_base,
67333 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
67334 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67335 : : .co_name = &_Py_ID(__exit__),
67336 : : .co_qualname = & codecs_toplevel_consts_30_consts_19_qualname._ascii.ob_base,
67337 : : .co_linetable = & codecs_toplevel_consts_24_consts_10_linetable.ob_base.ob_base,
67338 : : ._co_code = NULL,
67339 : : ._co_linearray = NULL,
67340 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
67341 : : ._co_firsttraceable = 0,
67342 : : };
67343 : : static
67344 : : struct {
67345 : : PyGC_Head _gc_head;
67346 : : struct {
67347 : : PyObject_VAR_HEAD
67348 : : PyObject *ob_item[24];
67349 : : }_object;
67350 : : }
67351 : : codecs_toplevel_consts_30_consts = {
67352 : : ._object = {
67353 : : .ob_base = {
67354 : : .ob_base = {
67355 : : .ob_refcnt = 999999999,
67356 : : .ob_type = &PyTuple_Type,
67357 : : },
67358 : : .ob_size = 24,
67359 : : },
67360 : : .ob_item = {
67361 : : & const_str_StreamRecoder._ascii.ob_base,
67362 : : & codecs_toplevel_consts_30_consts_1._ascii.ob_base,
67363 : : & const_str_unknown._ascii.ob_base,
67364 : : &_Py_ID(strict),
67365 : : & codecs_toplevel_consts_30_consts_4.ob_base.ob_base,
67366 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
67367 : : & codecs_toplevel_consts_30_consts_6.ob_base.ob_base,
67368 : : Py_None,
67369 : : & codecs_toplevel_consts_30_consts_8.ob_base.ob_base,
67370 : : & codecs_toplevel_consts_30_consts_9.ob_base.ob_base,
67371 : : & codecs_toplevel_consts_30_consts_10.ob_base.ob_base,
67372 : : & codecs_toplevel_consts_30_consts_11.ob_base.ob_base,
67373 : : & codecs_toplevel_consts_30_consts_12.ob_base.ob_base,
67374 : : & codecs_toplevel_consts_30_consts_13.ob_base.ob_base,
67375 : : & codecs_toplevel_consts_30_consts_14.ob_base.ob_base,
67376 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
67377 : : & codecs_toplevel_consts_30_consts_16.ob_base.ob_base,
67378 : : & codecs_toplevel_consts_30_consts_17.ob_base.ob_base,
67379 : : & codecs_toplevel_consts_30_consts_18.ob_base.ob_base,
67380 : : & codecs_toplevel_consts_30_consts_19.ob_base.ob_base,
67381 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
67382 : : & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
67383 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
67384 : : & codecs_toplevel_consts_24_consts_13._object.ob_base.ob_base,
67385 : : },
67386 : : },
67387 : : };
67388 : : static
67389 : : struct {
67390 : : PyASCIIObject _ascii;
67391 : : uint8_t _data[14];
67392 : : }
67393 : : const_str_data_encoding = {
67394 : : ._ascii = {
67395 : : .ob_base = {
67396 : : .ob_refcnt = 999999999,
67397 : : .ob_type = &PyUnicode_Type,
67398 : : },
67399 : : .length = 13,
67400 : : .hash = -1,
67401 : : .state = {
67402 : : .kind = 1,
67403 : : .compact = 1,
67404 : : .ascii = 1,
67405 : : },
67406 : : },
67407 : : ._data = "data_encoding",
67408 : : };
67409 : : static
67410 : : struct {
67411 : : PyASCIIObject _ascii;
67412 : : uint8_t _data[14];
67413 : : }
67414 : : const_str_file_encoding = {
67415 : : ._ascii = {
67416 : : .ob_base = {
67417 : : .ob_refcnt = 999999999,
67418 : : .ob_type = &PyUnicode_Type,
67419 : : },
67420 : : .length = 13,
67421 : : .hash = -1,
67422 : : .state = {
67423 : : .kind = 1,
67424 : : .compact = 1,
67425 : : .ascii = 1,
67426 : : },
67427 : : },
67428 : : ._data = "file_encoding",
67429 : : };
67430 : : static
67431 : : struct {
67432 : : PyGC_Head _gc_head;
67433 : : struct {
67434 : : PyObject_VAR_HEAD
67435 : : PyObject *ob_item[20];
67436 : : }_object;
67437 : : }
67438 : : codecs_toplevel_consts_30_names = {
67439 : : ._object = {
67440 : : .ob_base = {
67441 : : .ob_base = {
67442 : : .ob_refcnt = 999999999,
67443 : : .ob_type = &PyTuple_Type,
67444 : : },
67445 : : .ob_size = 20,
67446 : : },
67447 : : .ob_item = {
67448 : : &_Py_ID(__name__),
67449 : : &_Py_ID(__module__),
67450 : : &_Py_ID(__qualname__),
67451 : : &_Py_ID(__doc__),
67452 : : & const_str_data_encoding._ascii.ob_base,
67453 : : & const_str_file_encoding._ascii.ob_base,
67454 : : &_Py_ID(__init__),
67455 : : &_Py_ID(read),
67456 : : &_Py_ID(readline),
67457 : : & const_str_readlines._ascii.ob_base,
67458 : : &_Py_ID(__next__),
67459 : : &_Py_ID(__iter__),
67460 : : &_Py_ID(write),
67461 : : & const_str_writelines._ascii.ob_base,
67462 : : &_Py_ID(reset),
67463 : : &_Py_ID(seek),
67464 : : &_Py_ID(getattr),
67465 : : &_Py_ID(__getattr__),
67466 : : &_Py_ID(__enter__),
67467 : : &_Py_ID(__exit__),
67468 : : },
67469 : : },
67470 : : };
67471 : : static
67472 : : struct {
67473 : : PyObject_VAR_HEAD
67474 : : Py_hash_t ob_shash;
67475 : : char ob_sval[278];
67476 : : }
67477 : : codecs_toplevel_consts_30_linetable = {
67478 : : .ob_base = {
67479 : : .ob_base = {
67480 : : .ob_refcnt = 999999999,
67481 : : .ob_type = &PyBytes_Type,
67482 : : },
67483 : : .ob_size = 277,
67484 : : },
67485 : : .ob_shash = -1,
67486 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x04\x0d\x05\x08\xf0\x00\x0d\x05\x08\xf0\x1e\x00\x15\x1e\x80\x4d\xd8\x14\x1d\x80\x4d\xf0\x06\x00\x19\x21\xf0\x03\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x00\x1a\x05\x1d\xf0\x38\x00\x19\x1b\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x00\x04\x05\x14\xf0\x0c\x00\x1d\x21\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x00\x07\x05\x14\xf0\x12\x00\x22\x26\xf0\x00\x04\x05\x2e\xf0\x00\x04\x05\x2e\xf0\x00\x04\x05\x2e\xf0\x0c\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x03\x05\x27\xf0\x00\x03\x05\x27\xf0\x00\x03\x05\x27\xf0\x0a\x04\x05\x27\xf0\x00\x04\x05\x27\xf0\x00\x04\x05\x27\xf0\x0c\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x00\x03\x05\x1c\xf0\x0a\x00\x23\x24\xf0\x00\x04\x05\x29\xf0\x00\x04\x05\x29\xf0\x00\x04\x05\x29\xf0\x0e\x00\x1d\x24\xf0\x03\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x00\x05\x05\x2a\xf0\x0e\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c",
67487 : : };
67488 : : static
67489 : : struct _PyCode_DEF(120)
67490 : : codecs_toplevel_consts_30 = {
67491 : : .ob_base = {
67492 : : .ob_base = {
67493 : : .ob_refcnt = 999999999,
67494 : : .ob_type = &PyCode_Type,
67495 : : },
67496 : : .ob_size = 60,
67497 : : },
67498 : : .co_consts = & codecs_toplevel_consts_30_consts._object.ob_base.ob_base,
67499 : : .co_names = & codecs_toplevel_consts_30_names._object.ob_base.ob_base,
67500 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67501 : : .co_flags = 0,
67502 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67503 : : ._co_linearray_entry_size = 0,
67504 : : .co_argcount = 0,
67505 : : .co_posonlyargcount = 0,
67506 : : .co_kwonlyargcount = 0,
67507 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
67508 : : .co_stacksize = 2,
67509 : : .co_firstlineno = 755,
67510 : : .co_nlocalsplus = 0,
67511 : : .co_nlocals = 0,
67512 : : .co_nplaincellvars = 0,
67513 : : .co_ncellvars = 0,
67514 : : .co_nfreevars = 0,
67515 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
67516 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
67517 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67518 : : .co_name = & const_str_StreamRecoder._ascii.ob_base,
67519 : : .co_qualname = & const_str_StreamRecoder._ascii.ob_base,
67520 : : .co_linetable = & codecs_toplevel_consts_30_linetable.ob_base.ob_base,
67521 : : ._co_code = NULL,
67522 : : ._co_linearray = NULL,
67523 : : .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",
67524 : : ._co_firsttraceable = 0,
67525 : : };
67526 : : static
67527 : : struct {
67528 : : PyASCIIObject _ascii;
67529 : : uint8_t _data[1138];
67530 : : }
67531 : : codecs_toplevel_consts_35_consts_0 = {
67532 : : ._ascii = {
67533 : : .ob_base = {
67534 : : .ob_refcnt = 999999999,
67535 : : .ob_type = &PyUnicode_Type,
67536 : : },
67537 : : .length = 1137,
67538 : : .hash = -1,
67539 : : .state = {
67540 : : .kind = 1,
67541 : : .compact = 1,
67542 : : .ascii = 1,
67543 : : },
67544 : : },
67545 : : ._data = "\x20\x4f\x70\x65\x6e\x20\x61\x6e\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x66\x69\x6c\x65\x20\x75\x73\x69\x6e\x67\x20\x74\x68\x65\x20\x67\x69\x76\x65\x6e\x20\x6d\x6f\x64\x65\x20\x61\x6e\x64\x20\x72\x65\x74\x75\x72\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x20\x77\x72\x61\x70\x70\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x70\x72\x6f\x76\x69\x64\x69\x6e\x67\x20\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2f\x64\x65\x63\x6f\x64\x69\x6e\x67\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x4e\x6f\x74\x65\x3a\x20\x54\x68\x65\x20\x77\x72\x61\x70\x70\x65\x64\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x61\x63\x63\x65\x70\x74\x20\x74\x68\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x66\x6f\x72\x6d\x61\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x65\x66\x69\x6e\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x63\x6f\x64\x65\x63\x73\x2c\x20\x69\x2e\x65\x2e\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x6f\x62\x6a\x65\x63\x74\x73\x20\x66\x6f\x72\x20\x6d\x6f\x73\x74\x20\x62\x75\x69\x6c\x74\x69\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x63\x6f\x64\x65\x63\x73\x2e\x20\x4f\x75\x74\x70\x75\x74\x20\x69\x73\x20\x61\x6c\x73\x6f\x20\x63\x6f\x64\x65\x63\x20\x64\x65\x70\x65\x6e\x64\x65\x6e\x74\x20\x61\x6e\x64\x20\x77\x69\x6c\x6c\x20\x75\x73\x75\x61\x6c\x6c\x79\x20\x62\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x55\x6e\x69\x63\x6f\x64\x65\x20\x61\x73\x20\x77\x65\x6c\x6c\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x55\x6e\x64\x65\x72\x6c\x79\x69\x6e\x67\x20\x65\x6e\x63\x6f\x64\x65\x64\x20\x66\x69\x6c\x65\x73\x20\x61\x72\x65\x20\x61\x6c\x77\x61\x79\x73\x20\x6f\x70\x65\x6e\x65\x64\x20\x69\x6e\x20\x62\x69\x6e\x61\x72\x79\x20\x6d\x6f\x64\x65\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x66\x69\x6c\x65\x20\x6d\x6f\x64\x65\x20\x69\x73\x20\x27\x72\x27\x2c\x20\x6d\x65\x61\x6e\x69\x6e\x67\x20\x74\x6f\x20\x6f\x70\x65\x6e\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x20\x69\x6e\x20\x72\x65\x61\x64\x20\x6d\x6f\x64\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x73\x70\x65\x63\x69\x66\x69\x65\x73\x20\x74\x68\x65\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x68\x69\x63\x68\x20\x69\x73\x20\x74\x6f\x20\x62\x65\x20\x75\x73\x65\x64\x20\x66\x6f\x72\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x66\x69\x6c\x65\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x72\x72\x6f\x72\x73\x20\x6d\x61\x79\x20\x62\x65\x20\x67\x69\x76\x65\x6e\x20\x74\x6f\x20\x64\x65\x66\x69\x6e\x65\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x68\x61\x6e\x64\x6c\x69\x6e\x67\x2e\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x74\x6f\x20\x27\x73\x74\x72\x69\x63\x74\x27\x20\x77\x68\x69\x63\x68\x20\x63\x61\x75\x73\x65\x73\x20\x56\x61\x6c\x75\x65\x45\x72\x72\x6f\x72\x73\x20\x74\x6f\x20\x62\x65\x20\x72\x61\x69\x73\x65\x64\x20\x69\x6e\x20\x63\x61\x73\x65\x20\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x65\x72\x72\x6f\x72\x20\x6f\x63\x63\x75\x72\x73\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x75\x66\x66\x65\x72\x69\x6e\x67\x20\x68\x61\x73\x20\x74\x68\x65\x20\x73\x61\x6d\x65\x20\x6d\x65\x61\x6e\x69\x6e\x67\x20\x61\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x62\x75\x69\x6c\x74\x69\x6e\x20\x6f\x70\x65\x6e\x28\x29\x20\x41\x50\x49\x2e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x49\x74\x20\x64\x65\x66\x61\x75\x6c\x74\x73\x20\x74\x6f\x20\x2d\x31\x20\x77\x68\x69\x63\x68\x20\x6d\x65\x61\x6e\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x62\x75\x66\x66\x65\x72\x20\x73\x69\x7a\x65\x20\x77\x69\x6c\x6c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x62\x65\x20\x75\x73\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x54\x68\x65\x20\x72\x65\x74\x75\x72\x6e\x65\x64\x20\x77\x72\x61\x70\x70\x65\x64\x20\x66\x69\x6c\x65\x20\x6f\x62\x6a\x65\x63\x74\x20\x70\x72\x6f\x76\x69\x64\x65\x73\x20\x61\x6e\x20\x65\x78\x74\x72\x61\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x2e\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x68\x69\x63\x68\x20\x61\x6c\x6c\x6f\x77\x73\x20\x71\x75\x65\x72\x79\x69\x6e\x67\x20\x74\x68\x65\x20\x75\x73\x65\x64\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x2e\x20\x54\x68\x69\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x69\x73\x20\x6f\x6e\x6c\x79\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x69\x66\x20\x61\x6e\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x20\x77\x61\x73\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x61\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x61\x72\x61\x6d\x65\x74\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20",
67546 : : };
67547 : : static
67548 : : struct {
67549 : : PyASCIIObject _ascii;
67550 : : uint8_t _data[2];
67551 : : }
67552 : : const_str_b = {
67553 : : ._ascii = {
67554 : : .ob_base = {
67555 : : .ob_refcnt = 999999999,
67556 : : .ob_type = &PyUnicode_Type,
67557 : : },
67558 : : .length = 1,
67559 : : .hash = -1,
67560 : : .state = {
67561 : : .kind = 1,
67562 : : .compact = 1,
67563 : : .ascii = 1,
67564 : : },
67565 : : },
67566 : : ._data = "b",
67567 : : };
67568 : : static
67569 : : struct {
67570 : : PyGC_Head _gc_head;
67571 : : struct {
67572 : : PyObject_VAR_HEAD
67573 : : PyObject *ob_item[3];
67574 : : }_object;
67575 : : }
67576 : : codecs_toplevel_consts_35_consts = {
67577 : : ._object = {
67578 : : .ob_base = {
67579 : : .ob_base = {
67580 : : .ob_refcnt = 999999999,
67581 : : .ob_type = &PyTuple_Type,
67582 : : },
67583 : : .ob_size = 3,
67584 : : },
67585 : : .ob_item = {
67586 : : & codecs_toplevel_consts_35_consts_0._ascii.ob_base,
67587 : : Py_None,
67588 : : & const_str_b._ascii.ob_base,
67589 : : },
67590 : : },
67591 : : };
67592 : : static
67593 : : struct {
67594 : : PyGC_Head _gc_head;
67595 : : struct {
67596 : : PyObject_VAR_HEAD
67597 : : PyObject *ob_item[8];
67598 : : }_object;
67599 : : }
67600 : : codecs_toplevel_consts_35_names = {
67601 : : ._object = {
67602 : : .ob_base = {
67603 : : .ob_base = {
67604 : : .ob_refcnt = 999999999,
67605 : : .ob_type = &PyTuple_Type,
67606 : : },
67607 : : .ob_size = 8,
67608 : : },
67609 : : .ob_item = {
67610 : : &_Py_ID(builtins),
67611 : : &_Py_ID(open),
67612 : : & const_str_lookup._ascii.ob_base,
67613 : : & const_str_StreamReaderWriter._ascii.ob_base,
67614 : : & const_str_streamreader._ascii.ob_base,
67615 : : & const_str_streamwriter._ascii.ob_base,
67616 : : &_Py_ID(encoding),
67617 : : &_Py_ID(close),
67618 : : },
67619 : : },
67620 : : };
67621 : : static
67622 : : struct {
67623 : : PyObject_VAR_HEAD
67624 : : Py_hash_t ob_shash;
67625 : : char ob_sval[145];
67626 : : }
67627 : : codecs_toplevel_consts_35_linetable = {
67628 : : .ob_base = {
67629 : : .ob_base = {
67630 : : .ob_refcnt = 999999999,
67631 : : .ob_type = &PyBytes_Type,
67632 : : },
67633 : : .ob_size = 144,
67634 : : },
67635 : : .ob_shash = -1,
67636 : : .ob_sval = "\x80\x00\xf0\x3c\x00\x08\x10\xf0\x00\x03\x05\x1a\xd8\x07\x0a\x90\x24\x80\x7f\xf0\x03\x03\x05\x1a\xf0\x06\x00\x10\x14\x90\x63\x89\x7a\x88\x04\xdd\x0b\x18\x8f\x3d\x89\x3d\x98\x18\xa0\x34\xa8\x19\xd4\x0b\x33\x80\x44\xd8\x07\x0f\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xf0\x04\x08\x05\x0e\xdd\x0f\x15\x90\x68\xd4\x0f\x1f\x88\x04\xdd\x0e\x20\xa0\x14\xa0\x74\xd7\x27\x38\xd1\x27\x38\xb8\x24\xd7\x3a\x4b\xd1\x3a\x4b\xc8\x56\xd4\x0e\x54\x88\x03\xe0\x17\x1f\x88\x03\x8c\x0c\xd8\x0f\x12\x88\x0a\xf8\xf0\x02\x02\x05\x0e\xd8\x08\x0c\x8f\x0a\x89\x0a\x8c\x0c\x88\x0c\xd8\x08\x0d\xf8\xf8\xf8",
67637 : : };
67638 : : static
67639 : : struct {
67640 : : PyObject_VAR_HEAD
67641 : : Py_hash_t ob_shash;
67642 : : char ob_sval[12];
67643 : : }
67644 : : codecs_toplevel_consts_35_exceptiontable = {
67645 : : .ob_base = {
67646 : : .ob_base = {
67647 : : .ob_refcnt = 999999999,
67648 : : .ob_type = &PyBytes_Type,
67649 : : },
67650 : : .ob_size = 11,
67651 : : },
67652 : : .ob_shash = -1,
67653 : : .ob_sval = "\xaa\x39\x41\x24\x00\xc1\x24\x14\x41\x38\x03",
67654 : : };
67655 : : static
67656 : : struct {
67657 : : PyASCIIObject _ascii;
67658 : : uint8_t _data[10];
67659 : : }
67660 : : const_str_buffering = {
67661 : : ._ascii = {
67662 : : .ob_base = {
67663 : : .ob_refcnt = 999999999,
67664 : : .ob_type = &PyUnicode_Type,
67665 : : },
67666 : : .length = 9,
67667 : : .hash = -1,
67668 : : .state = {
67669 : : .kind = 1,
67670 : : .compact = 1,
67671 : : .ascii = 1,
67672 : : },
67673 : : },
67674 : : ._data = "buffering",
67675 : : };
67676 : : static
67677 : : struct {
67678 : : PyASCIIObject _ascii;
67679 : : uint8_t _data[4];
67680 : : }
67681 : : const_str_srw = {
67682 : : ._ascii = {
67683 : : .ob_base = {
67684 : : .ob_refcnt = 999999999,
67685 : : .ob_type = &PyUnicode_Type,
67686 : : },
67687 : : .length = 3,
67688 : : .hash = -1,
67689 : : .state = {
67690 : : .kind = 1,
67691 : : .compact = 1,
67692 : : .ascii = 1,
67693 : : },
67694 : : },
67695 : : ._data = "srw",
67696 : : };
67697 : : static
67698 : : struct {
67699 : : PyGC_Head _gc_head;
67700 : : struct {
67701 : : PyObject_VAR_HEAD
67702 : : PyObject *ob_item[8];
67703 : : }_object;
67704 : : }
67705 : : codecs_toplevel_consts_35_localsplusnames = {
67706 : : ._object = {
67707 : : .ob_base = {
67708 : : .ob_base = {
67709 : : .ob_refcnt = 999999999,
67710 : : .ob_type = &PyTuple_Type,
67711 : : },
67712 : : .ob_size = 8,
67713 : : },
67714 : : .ob_item = {
67715 : : &_Py_ID(filename),
67716 : : &_Py_ID(mode),
67717 : : &_Py_ID(encoding),
67718 : : &_Py_ID(errors),
67719 : : & const_str_buffering._ascii.ob_base,
67720 : : & const_str_file._ascii.ob_base,
67721 : : & const_str_info._ascii.ob_base,
67722 : : & const_str_srw._ascii.ob_base,
67723 : : },
67724 : : },
67725 : : };
67726 : : static
67727 : : struct _PyCode_DEF(246)
67728 : : codecs_toplevel_consts_35 = {
67729 : : .ob_base = {
67730 : : .ob_base = {
67731 : : .ob_refcnt = 999999999,
67732 : : .ob_type = &PyCode_Type,
67733 : : },
67734 : : .ob_size = 123,
67735 : : },
67736 : : .co_consts = & codecs_toplevel_consts_35_consts._object.ob_base.ob_base,
67737 : : .co_names = & codecs_toplevel_consts_35_names._object.ob_base.ob_base,
67738 : : .co_exceptiontable = & codecs_toplevel_consts_35_exceptiontable.ob_base.ob_base,
67739 : : .co_flags = 3,
67740 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67741 : : ._co_linearray_entry_size = 0,
67742 : : .co_argcount = 5,
67743 : : .co_posonlyargcount = 0,
67744 : : .co_kwonlyargcount = 0,
67745 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
67746 : : .co_stacksize = 6,
67747 : : .co_firstlineno = 871,
67748 : : .co_nlocalsplus = 8,
67749 : : .co_nlocals = 8,
67750 : : .co_nplaincellvars = 0,
67751 : : .co_ncellvars = 0,
67752 : : .co_nfreevars = 0,
67753 : : .co_localsplusnames = & codecs_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
67754 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
67755 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67756 : : .co_name = &_Py_ID(open),
67757 : : .co_qualname = &_Py_ID(open),
67758 : : .co_linetable = & codecs_toplevel_consts_35_linetable.ob_base.ob_base,
67759 : : ._co_code = NULL,
67760 : : ._co_linearray = NULL,
67761 : : .co_code_adaptive = "\x97\x00\x7c\x02\x81\x09\x64\x02\x7c\x01\x76\x01\x72\x05\x7c\x01\x64\x02\x7a\x00\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x02\x80\x02\x7c\x05\x53\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x02\x7c\x07\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x53\x00\x23\x00\x01\x00\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x78\x03\x59\x00\x77\x01",
67762 : : ._co_firsttraceable = 0,
67763 : : };
67764 : : static
67765 : : struct {
67766 : : PyASCIIObject _ascii;
67767 : : uint8_t _data[987];
67768 : : }
67769 : : codecs_toplevel_consts_36_consts_0 = {
67770 : : ._ascii = {
67771 : : .ob_base = {
67772 : : .ob_refcnt = 999999999,
67773 : : .ob_type = &PyUnicode_Type,
67774 : : },
67775 : : .length = 986,
67776 : : .hash = -1,
67777 : : .state = {
67778 : : .kind = 1,
67779 : : .compact = 1,
67780 : : .ascii = 1,
67781 : : },
67782 : : },
67783 : : ._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",
67784 : : };
67785 : : static
67786 : : struct {
67787 : : PyGC_Head _gc_head;
67788 : : struct {
67789 : : PyObject_VAR_HEAD
67790 : : PyObject *ob_item[1];
67791 : : }_object;
67792 : : }
67793 : : codecs_toplevel_consts_36_consts = {
67794 : : ._object = {
67795 : : .ob_base = {
67796 : : .ob_base = {
67797 : : .ob_refcnt = 999999999,
67798 : : .ob_type = &PyTuple_Type,
67799 : : },
67800 : : .ob_size = 1,
67801 : : },
67802 : : .ob_item = {
67803 : : & codecs_toplevel_consts_36_consts_0._ascii.ob_base,
67804 : : },
67805 : : },
67806 : : };
67807 : : static
67808 : : struct {
67809 : : PyGC_Head _gc_head;
67810 : : struct {
67811 : : PyObject_VAR_HEAD
67812 : : PyObject *ob_item[8];
67813 : : }_object;
67814 : : }
67815 : : codecs_toplevel_consts_36_names = {
67816 : : ._object = {
67817 : : .ob_base = {
67818 : : .ob_base = {
67819 : : .ob_refcnt = 999999999,
67820 : : .ob_type = &PyTuple_Type,
67821 : : },
67822 : : .ob_size = 8,
67823 : : },
67824 : : .ob_item = {
67825 : : & const_str_lookup._ascii.ob_base,
67826 : : & const_str_StreamRecoder._ascii.ob_base,
67827 : : &_Py_ID(encode),
67828 : : &_Py_ID(decode),
67829 : : & const_str_streamreader._ascii.ob_base,
67830 : : & const_str_streamwriter._ascii.ob_base,
67831 : : & const_str_data_encoding._ascii.ob_base,
67832 : : & const_str_file_encoding._ascii.ob_base,
67833 : : },
67834 : : },
67835 : : };
67836 : : static
67837 : : struct {
67838 : : PyObject_VAR_HEAD
67839 : : Py_hash_t ob_shash;
67840 : : char ob_sval[109];
67841 : : }
67842 : : codecs_toplevel_consts_36_linetable = {
67843 : : .ob_base = {
67844 : : .ob_base = {
67845 : : .ob_refcnt = 999999999,
67846 : : .ob_type = &PyBytes_Type,
67847 : : },
67848 : : .ob_size = 108,
67849 : : },
67850 : : .ob_shash = -1,
67851 : : .ob_sval = "\x80\x00\xf0\x32\x00\x08\x15\xf0\x00\x01\x05\x26\xd8\x18\x25\x88\x0d\xdd\x10\x16\x90\x7d\xd4\x10\x25\x80\x49\xdd\x10\x16\x90\x7d\xd4\x10\x25\x80\x49\xdd\x09\x16\x90\x74\x98\x59\xd7\x1d\x2d\xd1\x1d\x2d\xa8\x79\xd7\x2f\x3f\xd1\x2f\x3f\xd8\x17\x20\xd7\x17\x2d\xd1\x17\x2d\xa8\x79\xd7\x2f\x45\xd1\x2f\x45\xc0\x76\xf4\x03\x01\x0a\x4f\x01\x80\x42\xf0\x06\x00\x18\x25\x80\x42\xd4\x04\x14\xd8\x17\x24\x80\x42\xd4\x04\x14\xd8\x0b\x0d\x80\x49",
67852 : : };
67853 : : static
67854 : : struct {
67855 : : PyASCIIObject _ascii;
67856 : : uint8_t _data[10];
67857 : : }
67858 : : const_str_data_info = {
67859 : : ._ascii = {
67860 : : .ob_base = {
67861 : : .ob_refcnt = 999999999,
67862 : : .ob_type = &PyUnicode_Type,
67863 : : },
67864 : : .length = 9,
67865 : : .hash = -1,
67866 : : .state = {
67867 : : .kind = 1,
67868 : : .compact = 1,
67869 : : .ascii = 1,
67870 : : },
67871 : : },
67872 : : ._data = "data_info",
67873 : : };
67874 : : static
67875 : : struct {
67876 : : PyASCIIObject _ascii;
67877 : : uint8_t _data[10];
67878 : : }
67879 : : const_str_file_info = {
67880 : : ._ascii = {
67881 : : .ob_base = {
67882 : : .ob_refcnt = 999999999,
67883 : : .ob_type = &PyUnicode_Type,
67884 : : },
67885 : : .length = 9,
67886 : : .hash = -1,
67887 : : .state = {
67888 : : .kind = 1,
67889 : : .compact = 1,
67890 : : .ascii = 1,
67891 : : },
67892 : : },
67893 : : ._data = "file_info",
67894 : : };
67895 : : static
67896 : : struct {
67897 : : PyASCIIObject _ascii;
67898 : : uint8_t _data[3];
67899 : : }
67900 : : const_str_sr = {
67901 : : ._ascii = {
67902 : : .ob_base = {
67903 : : .ob_refcnt = 999999999,
67904 : : .ob_type = &PyUnicode_Type,
67905 : : },
67906 : : .length = 2,
67907 : : .hash = -1,
67908 : : .state = {
67909 : : .kind = 1,
67910 : : .compact = 1,
67911 : : .ascii = 1,
67912 : : },
67913 : : },
67914 : : ._data = "sr",
67915 : : };
67916 : : static
67917 : : struct {
67918 : : PyGC_Head _gc_head;
67919 : : struct {
67920 : : PyObject_VAR_HEAD
67921 : : PyObject *ob_item[7];
67922 : : }_object;
67923 : : }
67924 : : codecs_toplevel_consts_36_localsplusnames = {
67925 : : ._object = {
67926 : : .ob_base = {
67927 : : .ob_base = {
67928 : : .ob_refcnt = 999999999,
67929 : : .ob_type = &PyTuple_Type,
67930 : : },
67931 : : .ob_size = 7,
67932 : : },
67933 : : .ob_item = {
67934 : : & const_str_file._ascii.ob_base,
67935 : : & const_str_data_encoding._ascii.ob_base,
67936 : : & const_str_file_encoding._ascii.ob_base,
67937 : : &_Py_ID(errors),
67938 : : & const_str_data_info._ascii.ob_base,
67939 : : & const_str_file_info._ascii.ob_base,
67940 : : & const_str_sr._ascii.ob_base,
67941 : : },
67942 : : },
67943 : : };
67944 : : static
67945 : : struct _PyCode_DEF(210)
67946 : : codecs_toplevel_consts_36 = {
67947 : : .ob_base = {
67948 : : .ob_base = {
67949 : : .ob_refcnt = 999999999,
67950 : : .ob_type = &PyCode_Type,
67951 : : },
67952 : : .ob_size = 105,
67953 : : },
67954 : : .co_consts = & codecs_toplevel_consts_36_consts._object.ob_base.ob_base,
67955 : : .co_names = & codecs_toplevel_consts_36_names._object.ob_base.ob_base,
67956 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
67957 : : .co_flags = 3,
67958 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
67959 : : ._co_linearray_entry_size = 0,
67960 : : .co_argcount = 4,
67961 : : .co_posonlyargcount = 0,
67962 : : .co_kwonlyargcount = 0,
67963 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
67964 : : .co_stacksize = 8,
67965 : : .co_firstlineno = 919,
67966 : : .co_nlocalsplus = 7,
67967 : : .co_nlocals = 7,
67968 : : .co_nplaincellvars = 0,
67969 : : .co_ncellvars = 0,
67970 : : .co_nfreevars = 0,
67971 : : .co_localsplusnames = & codecs_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
67972 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
67973 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
67974 : : .co_name = & const_str_EncodedFile._ascii.ob_base,
67975 : : .co_qualname = & const_str_EncodedFile._ascii.ob_base,
67976 : : .co_linetable = & codecs_toplevel_consts_36_linetable.ob_base.ob_base,
67977 : : ._co_code = NULL,
67978 : : ._co_linearray = NULL,
67979 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x02\x7c\x01\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x7c\x06\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x06\x5f\x07\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x53\x00",
67980 : : ._co_firsttraceable = 0,
67981 : : };
67982 : : static
67983 : : struct {
67984 : : PyASCIIObject _ascii;
67985 : : uint8_t _data[159];
67986 : : }
67987 : : codecs_toplevel_consts_37_consts_0 = {
67988 : : ._ascii = {
67989 : : .ob_base = {
67990 : : .ob_refcnt = 999999999,
67991 : : .ob_type = &PyUnicode_Type,
67992 : : },
67993 : : .length = 158,
67994 : : .hash = -1,
67995 : : .state = {
67996 : : .kind = 1,
67997 : : .compact = 1,
67998 : : .ascii = 1,
67999 : : },
68000 : : },
68001 : : ._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",
68002 : : };
68003 : : static
68004 : : struct {
68005 : : PyGC_Head _gc_head;
68006 : : struct {
68007 : : PyObject_VAR_HEAD
68008 : : PyObject *ob_item[1];
68009 : : }_object;
68010 : : }
68011 : : codecs_toplevel_consts_37_consts = {
68012 : : ._object = {
68013 : : .ob_base = {
68014 : : .ob_base = {
68015 : : .ob_refcnt = 999999999,
68016 : : .ob_type = &PyTuple_Type,
68017 : : },
68018 : : .ob_size = 1,
68019 : : },
68020 : : .ob_item = {
68021 : : & codecs_toplevel_consts_37_consts_0._ascii.ob_base,
68022 : : },
68023 : : },
68024 : : };
68025 : : static
68026 : : struct {
68027 : : PyGC_Head _gc_head;
68028 : : struct {
68029 : : PyObject_VAR_HEAD
68030 : : PyObject *ob_item[2];
68031 : : }_object;
68032 : : }
68033 : : codecs_toplevel_consts_37_names = {
68034 : : ._object = {
68035 : : .ob_base = {
68036 : : .ob_base = {
68037 : : .ob_refcnt = 999999999,
68038 : : .ob_type = &PyTuple_Type,
68039 : : },
68040 : : .ob_size = 2,
68041 : : },
68042 : : .ob_item = {
68043 : : & const_str_lookup._ascii.ob_base,
68044 : : &_Py_ID(encode),
68045 : : },
68046 : : },
68047 : : };
68048 : : static
68049 : : struct {
68050 : : PyObject_VAR_HEAD
68051 : : Py_hash_t ob_shash;
68052 : : char ob_sval[22];
68053 : : }
68054 : : codecs_toplevel_consts_37_linetable = {
68055 : : .ob_base = {
68056 : : .ob_base = {
68057 : : .ob_refcnt = 999999999,
68058 : : .ob_type = &PyBytes_Type,
68059 : : },
68060 : : .ob_size = 21,
68061 : : },
68062 : : .ob_shash = -1,
68063 : : .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd4\x0b\x1b\xd7\x0b\x22\xd1\x0b\x22\xd0\x04\x22",
68064 : : };
68065 : : static
68066 : : struct {
68067 : : PyGC_Head _gc_head;
68068 : : struct {
68069 : : PyObject_VAR_HEAD
68070 : : PyObject *ob_item[1];
68071 : : }_object;
68072 : : }
68073 : : codecs_toplevel_consts_37_localsplusnames = {
68074 : : ._object = {
68075 : : .ob_base = {
68076 : : .ob_base = {
68077 : : .ob_refcnt = 999999999,
68078 : : .ob_type = &PyTuple_Type,
68079 : : },
68080 : : .ob_size = 1,
68081 : : },
68082 : : .ob_item = {
68083 : : &_Py_ID(encoding),
68084 : : },
68085 : : },
68086 : : };
68087 : : static
68088 : : struct _PyCode_DEF(48)
68089 : : codecs_toplevel_consts_37 = {
68090 : : .ob_base = {
68091 : : .ob_base = {
68092 : : .ob_refcnt = 999999999,
68093 : : .ob_type = &PyCode_Type,
68094 : : },
68095 : : .ob_size = 24,
68096 : : },
68097 : : .co_consts = & codecs_toplevel_consts_37_consts._object.ob_base.ob_base,
68098 : : .co_names = & codecs_toplevel_consts_37_names._object.ob_base.ob_base,
68099 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68100 : : .co_flags = 3,
68101 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68102 : : ._co_linearray_entry_size = 0,
68103 : : .co_argcount = 1,
68104 : : .co_posonlyargcount = 0,
68105 : : .co_kwonlyargcount = 0,
68106 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
68107 : : .co_stacksize = 3,
68108 : : .co_firstlineno = 957,
68109 : : .co_nlocalsplus = 1,
68110 : : .co_nlocals = 1,
68111 : : .co_nplaincellvars = 0,
68112 : : .co_ncellvars = 0,
68113 : : .co_nfreevars = 0,
68114 : : .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
68115 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68116 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68117 : : .co_name = & const_str_getencoder._ascii.ob_base,
68118 : : .co_qualname = & const_str_getencoder._ascii.ob_base,
68119 : : .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
68120 : : ._co_code = NULL,
68121 : : ._co_linearray = NULL,
68122 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68123 : : ._co_firsttraceable = 0,
68124 : : };
68125 : : static
68126 : : struct {
68127 : : PyASCIIObject _ascii;
68128 : : uint8_t _data[159];
68129 : : }
68130 : : codecs_toplevel_consts_38_consts_0 = {
68131 : : ._ascii = {
68132 : : .ob_base = {
68133 : : .ob_refcnt = 999999999,
68134 : : .ob_type = &PyUnicode_Type,
68135 : : },
68136 : : .length = 158,
68137 : : .hash = -1,
68138 : : .state = {
68139 : : .kind = 1,
68140 : : .compact = 1,
68141 : : .ascii = 1,
68142 : : },
68143 : : },
68144 : : ._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",
68145 : : };
68146 : : static
68147 : : struct {
68148 : : PyGC_Head _gc_head;
68149 : : struct {
68150 : : PyObject_VAR_HEAD
68151 : : PyObject *ob_item[1];
68152 : : }_object;
68153 : : }
68154 : : codecs_toplevel_consts_38_consts = {
68155 : : ._object = {
68156 : : .ob_base = {
68157 : : .ob_base = {
68158 : : .ob_refcnt = 999999999,
68159 : : .ob_type = &PyTuple_Type,
68160 : : },
68161 : : .ob_size = 1,
68162 : : },
68163 : : .ob_item = {
68164 : : & codecs_toplevel_consts_38_consts_0._ascii.ob_base,
68165 : : },
68166 : : },
68167 : : };
68168 : : static
68169 : : struct {
68170 : : PyGC_Head _gc_head;
68171 : : struct {
68172 : : PyObject_VAR_HEAD
68173 : : PyObject *ob_item[2];
68174 : : }_object;
68175 : : }
68176 : : codecs_toplevel_consts_38_names = {
68177 : : ._object = {
68178 : : .ob_base = {
68179 : : .ob_base = {
68180 : : .ob_refcnt = 999999999,
68181 : : .ob_type = &PyTuple_Type,
68182 : : },
68183 : : .ob_size = 2,
68184 : : },
68185 : : .ob_item = {
68186 : : & const_str_lookup._ascii.ob_base,
68187 : : &_Py_ID(decode),
68188 : : },
68189 : : },
68190 : : };
68191 : : static
68192 : : struct _PyCode_DEF(48)
68193 : : codecs_toplevel_consts_38 = {
68194 : : .ob_base = {
68195 : : .ob_base = {
68196 : : .ob_refcnt = 999999999,
68197 : : .ob_type = &PyCode_Type,
68198 : : },
68199 : : .ob_size = 24,
68200 : : },
68201 : : .co_consts = & codecs_toplevel_consts_38_consts._object.ob_base.ob_base,
68202 : : .co_names = & codecs_toplevel_consts_38_names._object.ob_base.ob_base,
68203 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68204 : : .co_flags = 3,
68205 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68206 : : ._co_linearray_entry_size = 0,
68207 : : .co_argcount = 1,
68208 : : .co_posonlyargcount = 0,
68209 : : .co_kwonlyargcount = 0,
68210 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
68211 : : .co_stacksize = 3,
68212 : : .co_firstlineno = 967,
68213 : : .co_nlocalsplus = 1,
68214 : : .co_nlocals = 1,
68215 : : .co_nplaincellvars = 0,
68216 : : .co_ncellvars = 0,
68217 : : .co_nfreevars = 0,
68218 : : .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
68219 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68220 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68221 : : .co_name = & const_str_getdecoder._ascii.ob_base,
68222 : : .co_qualname = & const_str_getdecoder._ascii.ob_base,
68223 : : .co_linetable = & codecs_toplevel_consts_37_linetable.ob_base.ob_base,
68224 : : ._co_code = NULL,
68225 : : ._co_linearray = NULL,
68226 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68227 : : ._co_firsttraceable = 0,
68228 : : };
68229 : : static
68230 : : struct {
68231 : : PyASCIIObject _ascii;
68232 : : uint8_t _data[248];
68233 : : }
68234 : : codecs_toplevel_consts_39_consts_0 = {
68235 : : ._ascii = {
68236 : : .ob_base = {
68237 : : .ob_refcnt = 999999999,
68238 : : .ob_type = &PyUnicode_Type,
68239 : : },
68240 : : .length = 247,
68241 : : .hash = -1,
68242 : : .state = {
68243 : : .kind = 1,
68244 : : .compact = 1,
68245 : : .ascii = 1,
68246 : : },
68247 : : },
68248 : : ._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",
68249 : : };
68250 : : static
68251 : : struct {
68252 : : PyGC_Head _gc_head;
68253 : : struct {
68254 : : PyObject_VAR_HEAD
68255 : : PyObject *ob_item[1];
68256 : : }_object;
68257 : : }
68258 : : codecs_toplevel_consts_39_consts = {
68259 : : ._object = {
68260 : : .ob_base = {
68261 : : .ob_base = {
68262 : : .ob_refcnt = 999999999,
68263 : : .ob_type = &PyTuple_Type,
68264 : : },
68265 : : .ob_size = 1,
68266 : : },
68267 : : .ob_item = {
68268 : : & codecs_toplevel_consts_39_consts_0._ascii.ob_base,
68269 : : },
68270 : : },
68271 : : };
68272 : : static
68273 : : struct {
68274 : : PyASCIIObject _ascii;
68275 : : uint8_t _data[12];
68276 : : }
68277 : : const_str_LookupError = {
68278 : : ._ascii = {
68279 : : .ob_base = {
68280 : : .ob_refcnt = 999999999,
68281 : : .ob_type = &PyUnicode_Type,
68282 : : },
68283 : : .length = 11,
68284 : : .hash = -1,
68285 : : .state = {
68286 : : .kind = 1,
68287 : : .compact = 1,
68288 : : .ascii = 1,
68289 : : },
68290 : : },
68291 : : ._data = "LookupError",
68292 : : };
68293 : : static
68294 : : struct {
68295 : : PyGC_Head _gc_head;
68296 : : struct {
68297 : : PyObject_VAR_HEAD
68298 : : PyObject *ob_item[3];
68299 : : }_object;
68300 : : }
68301 : : codecs_toplevel_consts_39_names = {
68302 : : ._object = {
68303 : : .ob_base = {
68304 : : .ob_base = {
68305 : : .ob_refcnt = 999999999,
68306 : : .ob_type = &PyTuple_Type,
68307 : : },
68308 : : .ob_size = 3,
68309 : : },
68310 : : .ob_item = {
68311 : : & const_str_lookup._ascii.ob_base,
68312 : : & const_str_incrementalencoder._ascii.ob_base,
68313 : : & const_str_LookupError._ascii.ob_base,
68314 : : },
68315 : : },
68316 : : };
68317 : : static
68318 : : struct {
68319 : : PyObject_VAR_HEAD
68320 : : Py_hash_t ob_shash;
68321 : : char ob_sval[45];
68322 : : }
68323 : : codecs_toplevel_consts_39_linetable = {
68324 : : .ob_base = {
68325 : : .ob_base = {
68326 : : .ob_refcnt = 999999999,
68327 : : .ob_type = &PyBytes_Type,
68328 : : },
68329 : : .ob_size = 44,
68330 : : },
68331 : : .ob_shash = -1,
68332 : : .ob_sval = "\x80\x00\xf5\x12\x00\x0f\x15\x90\x58\xd4\x0e\x1e\xd7\x0e\x31\xd1\x0e\x31\x80\x47\xd8\x07\x0e\xf0\x00\x01\x05\x24\xdd\x0e\x19\x98\x28\xd4\x0e\x23\xd0\x08\x23\xd8\x0b\x12\x80\x4e",
68333 : : };
68334 : : static
68335 : : struct {
68336 : : PyASCIIObject _ascii;
68337 : : uint8_t _data[8];
68338 : : }
68339 : : const_str_encoder = {
68340 : : ._ascii = {
68341 : : .ob_base = {
68342 : : .ob_refcnt = 999999999,
68343 : : .ob_type = &PyUnicode_Type,
68344 : : },
68345 : : .length = 7,
68346 : : .hash = -1,
68347 : : .state = {
68348 : : .kind = 1,
68349 : : .compact = 1,
68350 : : .ascii = 1,
68351 : : },
68352 : : },
68353 : : ._data = "encoder",
68354 : : };
68355 : : static
68356 : : struct {
68357 : : PyGC_Head _gc_head;
68358 : : struct {
68359 : : PyObject_VAR_HEAD
68360 : : PyObject *ob_item[2];
68361 : : }_object;
68362 : : }
68363 : : codecs_toplevel_consts_39_localsplusnames = {
68364 : : ._object = {
68365 : : .ob_base = {
68366 : : .ob_base = {
68367 : : .ob_refcnt = 999999999,
68368 : : .ob_type = &PyTuple_Type,
68369 : : },
68370 : : .ob_size = 2,
68371 : : },
68372 : : .ob_item = {
68373 : : &_Py_ID(encoding),
68374 : : & const_str_encoder._ascii.ob_base,
68375 : : },
68376 : : },
68377 : : };
68378 : : static
68379 : : struct _PyCode_DEF(82)
68380 : : codecs_toplevel_consts_39 = {
68381 : : .ob_base = {
68382 : : .ob_base = {
68383 : : .ob_refcnt = 999999999,
68384 : : .ob_type = &PyCode_Type,
68385 : : },
68386 : : .ob_size = 41,
68387 : : },
68388 : : .co_consts = & codecs_toplevel_consts_39_consts._object.ob_base.ob_base,
68389 : : .co_names = & codecs_toplevel_consts_39_names._object.ob_base.ob_base,
68390 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68391 : : .co_flags = 3,
68392 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68393 : : ._co_linearray_entry_size = 0,
68394 : : .co_argcount = 1,
68395 : : .co_posonlyargcount = 0,
68396 : : .co_kwonlyargcount = 0,
68397 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
68398 : : .co_stacksize = 3,
68399 : : .co_firstlineno = 977,
68400 : : .co_nlocalsplus = 2,
68401 : : .co_nlocals = 2,
68402 : : .co_nplaincellvars = 0,
68403 : : .co_ncellvars = 0,
68404 : : .co_nfreevars = 0,
68405 : : .co_localsplusnames = & codecs_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
68406 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
68407 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68408 : : .co_name = & const_str_getincrementalencoder._ascii.ob_base,
68409 : : .co_qualname = & const_str_getincrementalencoder._ascii.ob_base,
68410 : : .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
68411 : : ._co_code = NULL,
68412 : : ._co_linearray = NULL,
68413 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
68414 : : ._co_firsttraceable = 0,
68415 : : };
68416 : : static
68417 : : struct {
68418 : : PyASCIIObject _ascii;
68419 : : uint8_t _data[248];
68420 : : }
68421 : : codecs_toplevel_consts_40_consts_0 = {
68422 : : ._ascii = {
68423 : : .ob_base = {
68424 : : .ob_refcnt = 999999999,
68425 : : .ob_type = &PyUnicode_Type,
68426 : : },
68427 : : .length = 247,
68428 : : .hash = -1,
68429 : : .state = {
68430 : : .kind = 1,
68431 : : .compact = 1,
68432 : : .ascii = 1,
68433 : : },
68434 : : },
68435 : : ._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",
68436 : : };
68437 : : static
68438 : : struct {
68439 : : PyGC_Head _gc_head;
68440 : : struct {
68441 : : PyObject_VAR_HEAD
68442 : : PyObject *ob_item[1];
68443 : : }_object;
68444 : : }
68445 : : codecs_toplevel_consts_40_consts = {
68446 : : ._object = {
68447 : : .ob_base = {
68448 : : .ob_base = {
68449 : : .ob_refcnt = 999999999,
68450 : : .ob_type = &PyTuple_Type,
68451 : : },
68452 : : .ob_size = 1,
68453 : : },
68454 : : .ob_item = {
68455 : : & codecs_toplevel_consts_40_consts_0._ascii.ob_base,
68456 : : },
68457 : : },
68458 : : };
68459 : : static
68460 : : struct {
68461 : : PyGC_Head _gc_head;
68462 : : struct {
68463 : : PyObject_VAR_HEAD
68464 : : PyObject *ob_item[3];
68465 : : }_object;
68466 : : }
68467 : : codecs_toplevel_consts_40_names = {
68468 : : ._object = {
68469 : : .ob_base = {
68470 : : .ob_base = {
68471 : : .ob_refcnt = 999999999,
68472 : : .ob_type = &PyTuple_Type,
68473 : : },
68474 : : .ob_size = 3,
68475 : : },
68476 : : .ob_item = {
68477 : : & const_str_lookup._ascii.ob_base,
68478 : : & const_str_incrementaldecoder._ascii.ob_base,
68479 : : & const_str_LookupError._ascii.ob_base,
68480 : : },
68481 : : },
68482 : : };
68483 : : static
68484 : : struct {
68485 : : PyASCIIObject _ascii;
68486 : : uint8_t _data[8];
68487 : : }
68488 : : const_str_decoder = {
68489 : : ._ascii = {
68490 : : .ob_base = {
68491 : : .ob_refcnt = 999999999,
68492 : : .ob_type = &PyUnicode_Type,
68493 : : },
68494 : : .length = 7,
68495 : : .hash = -1,
68496 : : .state = {
68497 : : .kind = 1,
68498 : : .compact = 1,
68499 : : .ascii = 1,
68500 : : },
68501 : : },
68502 : : ._data = "decoder",
68503 : : };
68504 : : static
68505 : : struct {
68506 : : PyGC_Head _gc_head;
68507 : : struct {
68508 : : PyObject_VAR_HEAD
68509 : : PyObject *ob_item[2];
68510 : : }_object;
68511 : : }
68512 : : codecs_toplevel_consts_40_localsplusnames = {
68513 : : ._object = {
68514 : : .ob_base = {
68515 : : .ob_base = {
68516 : : .ob_refcnt = 999999999,
68517 : : .ob_type = &PyTuple_Type,
68518 : : },
68519 : : .ob_size = 2,
68520 : : },
68521 : : .ob_item = {
68522 : : &_Py_ID(encoding),
68523 : : & const_str_decoder._ascii.ob_base,
68524 : : },
68525 : : },
68526 : : };
68527 : : static
68528 : : struct _PyCode_DEF(82)
68529 : : codecs_toplevel_consts_40 = {
68530 : : .ob_base = {
68531 : : .ob_base = {
68532 : : .ob_refcnt = 999999999,
68533 : : .ob_type = &PyCode_Type,
68534 : : },
68535 : : .ob_size = 41,
68536 : : },
68537 : : .co_consts = & codecs_toplevel_consts_40_consts._object.ob_base.ob_base,
68538 : : .co_names = & codecs_toplevel_consts_40_names._object.ob_base.ob_base,
68539 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68540 : : .co_flags = 3,
68541 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68542 : : ._co_linearray_entry_size = 0,
68543 : : .co_argcount = 1,
68544 : : .co_posonlyargcount = 0,
68545 : : .co_kwonlyargcount = 0,
68546 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
68547 : : .co_stacksize = 3,
68548 : : .co_firstlineno = 991,
68549 : : .co_nlocalsplus = 2,
68550 : : .co_nlocals = 2,
68551 : : .co_nplaincellvars = 0,
68552 : : .co_ncellvars = 0,
68553 : : .co_nfreevars = 0,
68554 : : .co_localsplusnames = & codecs_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
68555 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
68556 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68557 : : .co_name = & const_str_getincrementaldecoder._ascii.ob_base,
68558 : : .co_qualname = & const_str_getincrementaldecoder._ascii.ob_base,
68559 : : .co_linetable = & codecs_toplevel_consts_39_linetable.ob_base.ob_base,
68560 : : ._co_code = NULL,
68561 : : ._co_linearray = NULL,
68562 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x80\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x53\x00",
68563 : : ._co_firsttraceable = 0,
68564 : : };
68565 : : static
68566 : : struct {
68567 : : PyASCIIObject _ascii;
68568 : : uint8_t _data[181];
68569 : : }
68570 : : codecs_toplevel_consts_41_consts_0 = {
68571 : : ._ascii = {
68572 : : .ob_base = {
68573 : : .ob_refcnt = 999999999,
68574 : : .ob_type = &PyUnicode_Type,
68575 : : },
68576 : : .length = 180,
68577 : : .hash = -1,
68578 : : .state = {
68579 : : .kind = 1,
68580 : : .compact = 1,
68581 : : .ascii = 1,
68582 : : },
68583 : : },
68584 : : ._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",
68585 : : };
68586 : : static
68587 : : struct {
68588 : : PyGC_Head _gc_head;
68589 : : struct {
68590 : : PyObject_VAR_HEAD
68591 : : PyObject *ob_item[1];
68592 : : }_object;
68593 : : }
68594 : : codecs_toplevel_consts_41_consts = {
68595 : : ._object = {
68596 : : .ob_base = {
68597 : : .ob_base = {
68598 : : .ob_refcnt = 999999999,
68599 : : .ob_type = &PyTuple_Type,
68600 : : },
68601 : : .ob_size = 1,
68602 : : },
68603 : : .ob_item = {
68604 : : & codecs_toplevel_consts_41_consts_0._ascii.ob_base,
68605 : : },
68606 : : },
68607 : : };
68608 : : static
68609 : : struct {
68610 : : PyGC_Head _gc_head;
68611 : : struct {
68612 : : PyObject_VAR_HEAD
68613 : : PyObject *ob_item[2];
68614 : : }_object;
68615 : : }
68616 : : codecs_toplevel_consts_41_names = {
68617 : : ._object = {
68618 : : .ob_base = {
68619 : : .ob_base = {
68620 : : .ob_refcnt = 999999999,
68621 : : .ob_type = &PyTuple_Type,
68622 : : },
68623 : : .ob_size = 2,
68624 : : },
68625 : : .ob_item = {
68626 : : & const_str_lookup._ascii.ob_base,
68627 : : & const_str_streamreader._ascii.ob_base,
68628 : : },
68629 : : },
68630 : : };
68631 : : static
68632 : : struct {
68633 : : PyObject_VAR_HEAD
68634 : : Py_hash_t ob_shash;
68635 : : char ob_sval[22];
68636 : : }
68637 : : codecs_toplevel_consts_41_linetable = {
68638 : : .ob_base = {
68639 : : .ob_base = {
68640 : : .ob_refcnt = 999999999,
68641 : : .ob_type = &PyBytes_Type,
68642 : : },
68643 : : .ob_size = 21,
68644 : : },
68645 : : .ob_shash = -1,
68646 : : .ob_sval = "\x80\x00\xf5\x10\x00\x0c\x12\x90\x28\xd4\x0b\x1b\xd7\x0b\x28\xd1\x0b\x28\xd0\x04\x28",
68647 : : };
68648 : : static
68649 : : struct _PyCode_DEF(48)
68650 : : codecs_toplevel_consts_41 = {
68651 : : .ob_base = {
68652 : : .ob_base = {
68653 : : .ob_refcnt = 999999999,
68654 : : .ob_type = &PyCode_Type,
68655 : : },
68656 : : .ob_size = 24,
68657 : : },
68658 : : .co_consts = & codecs_toplevel_consts_41_consts._object.ob_base.ob_base,
68659 : : .co_names = & codecs_toplevel_consts_41_names._object.ob_base.ob_base,
68660 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68661 : : .co_flags = 3,
68662 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68663 : : ._co_linearray_entry_size = 0,
68664 : : .co_argcount = 1,
68665 : : .co_posonlyargcount = 0,
68666 : : .co_kwonlyargcount = 0,
68667 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
68668 : : .co_stacksize = 3,
68669 : : .co_firstlineno = 1005,
68670 : : .co_nlocalsplus = 1,
68671 : : .co_nlocals = 1,
68672 : : .co_nplaincellvars = 0,
68673 : : .co_ncellvars = 0,
68674 : : .co_nfreevars = 0,
68675 : : .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
68676 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68677 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68678 : : .co_name = & const_str_getreader._ascii.ob_base,
68679 : : .co_qualname = & const_str_getreader._ascii.ob_base,
68680 : : .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
68681 : : ._co_code = NULL,
68682 : : ._co_linearray = NULL,
68683 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68684 : : ._co_firsttraceable = 0,
68685 : : };
68686 : : static
68687 : : struct {
68688 : : PyASCIIObject _ascii;
68689 : : uint8_t _data[181];
68690 : : }
68691 : : codecs_toplevel_consts_42_consts_0 = {
68692 : : ._ascii = {
68693 : : .ob_base = {
68694 : : .ob_refcnt = 999999999,
68695 : : .ob_type = &PyUnicode_Type,
68696 : : },
68697 : : .length = 180,
68698 : : .hash = -1,
68699 : : .state = {
68700 : : .kind = 1,
68701 : : .compact = 1,
68702 : : .ascii = 1,
68703 : : },
68704 : : },
68705 : : ._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",
68706 : : };
68707 : : static
68708 : : struct {
68709 : : PyGC_Head _gc_head;
68710 : : struct {
68711 : : PyObject_VAR_HEAD
68712 : : PyObject *ob_item[1];
68713 : : }_object;
68714 : : }
68715 : : codecs_toplevel_consts_42_consts = {
68716 : : ._object = {
68717 : : .ob_base = {
68718 : : .ob_base = {
68719 : : .ob_refcnt = 999999999,
68720 : : .ob_type = &PyTuple_Type,
68721 : : },
68722 : : .ob_size = 1,
68723 : : },
68724 : : .ob_item = {
68725 : : & codecs_toplevel_consts_42_consts_0._ascii.ob_base,
68726 : : },
68727 : : },
68728 : : };
68729 : : static
68730 : : struct {
68731 : : PyGC_Head _gc_head;
68732 : : struct {
68733 : : PyObject_VAR_HEAD
68734 : : PyObject *ob_item[2];
68735 : : }_object;
68736 : : }
68737 : : codecs_toplevel_consts_42_names = {
68738 : : ._object = {
68739 : : .ob_base = {
68740 : : .ob_base = {
68741 : : .ob_refcnt = 999999999,
68742 : : .ob_type = &PyTuple_Type,
68743 : : },
68744 : : .ob_size = 2,
68745 : : },
68746 : : .ob_item = {
68747 : : & const_str_lookup._ascii.ob_base,
68748 : : & const_str_streamwriter._ascii.ob_base,
68749 : : },
68750 : : },
68751 : : };
68752 : : static
68753 : : struct _PyCode_DEF(48)
68754 : : codecs_toplevel_consts_42 = {
68755 : : .ob_base = {
68756 : : .ob_base = {
68757 : : .ob_refcnt = 999999999,
68758 : : .ob_type = &PyCode_Type,
68759 : : },
68760 : : .ob_size = 24,
68761 : : },
68762 : : .co_consts = & codecs_toplevel_consts_42_consts._object.ob_base.ob_base,
68763 : : .co_names = & codecs_toplevel_consts_42_names._object.ob_base.ob_base,
68764 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68765 : : .co_flags = 3,
68766 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68767 : : ._co_linearray_entry_size = 0,
68768 : : .co_argcount = 1,
68769 : : .co_posonlyargcount = 0,
68770 : : .co_kwonlyargcount = 0,
68771 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
68772 : : .co_stacksize = 3,
68773 : : .co_firstlineno = 1015,
68774 : : .co_nlocalsplus = 1,
68775 : : .co_nlocals = 1,
68776 : : .co_nplaincellvars = 0,
68777 : : .co_ncellvars = 0,
68778 : : .co_nfreevars = 0,
68779 : : .co_localsplusnames = & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
68780 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
68781 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68782 : : .co_name = & const_str_getwriter._ascii.ob_base,
68783 : : .co_qualname = & const_str_getwriter._ascii.ob_base,
68784 : : .co_linetable = & codecs_toplevel_consts_41_linetable.ob_base.ob_base,
68785 : : ._co_code = NULL,
68786 : : ._co_linearray = NULL,
68787 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
68788 : : ._co_firsttraceable = 0,
68789 : : };
68790 : : static
68791 : : struct {
68792 : : PyASCIIObject _ascii;
68793 : : uint8_t _data[192];
68794 : : }
68795 : : codecs_toplevel_consts_43_consts_0 = {
68796 : : ._ascii = {
68797 : : .ob_base = {
68798 : : .ob_refcnt = 999999999,
68799 : : .ob_type = &PyUnicode_Type,
68800 : : },
68801 : : .length = 191,
68802 : : .hash = -1,
68803 : : .state = {
68804 : : .kind = 1,
68805 : : .compact = 1,
68806 : : .ascii = 1,
68807 : : },
68808 : : },
68809 : : ._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",
68810 : : };
68811 : : static
68812 : : struct {
68813 : : PyGC_Head _gc_head;
68814 : : struct {
68815 : : PyObject_VAR_HEAD
68816 : : PyObject *ob_item[4];
68817 : : }_object;
68818 : : }
68819 : : codecs_toplevel_consts_43_consts = {
68820 : : ._object = {
68821 : : .ob_base = {
68822 : : .ob_base = {
68823 : : .ob_refcnt = 999999999,
68824 : : .ob_type = &PyTuple_Type,
68825 : : },
68826 : : .ob_size = 4,
68827 : : },
68828 : : .ob_item = {
68829 : : & codecs_toplevel_consts_43_consts_0._ascii.ob_base,
68830 : : &_Py_STR(empty),
68831 : : Py_True,
68832 : : Py_None,
68833 : : },
68834 : : },
68835 : : };
68836 : : static
68837 : : struct {
68838 : : PyGC_Head _gc_head;
68839 : : struct {
68840 : : PyObject_VAR_HEAD
68841 : : PyObject *ob_item[2];
68842 : : }_object;
68843 : : }
68844 : : codecs_toplevel_consts_43_names = {
68845 : : ._object = {
68846 : : .ob_base = {
68847 : : .ob_base = {
68848 : : .ob_refcnt = 999999999,
68849 : : .ob_type = &PyTuple_Type,
68850 : : },
68851 : : .ob_size = 2,
68852 : : },
68853 : : .ob_item = {
68854 : : & const_str_getincrementalencoder._ascii.ob_base,
68855 : : &_Py_ID(encode),
68856 : : },
68857 : : },
68858 : : };
68859 : : static
68860 : : struct {
68861 : : PyObject_VAR_HEAD
68862 : : Py_hash_t ob_shash;
68863 : : char ob_sval[133];
68864 : : }
68865 : : codecs_toplevel_consts_43_linetable = {
68866 : : .ob_base = {
68867 : : .ob_base = {
68868 : : .ob_refcnt = 999999999,
68869 : : .ob_type = &PyBytes_Type,
68870 : : },
68871 : : .ob_size = 132,
68872 : : },
68873 : : .ob_shash = -1,
68874 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd4\x0e\x2d\xa8\x66\xd0\x0e\x3f\xd0\x0e\x3f\xb8\x06\xd0\x0e\x3f\xd0\x0e\x3f\x80\x47\xd8\x11\x19\xf0\x00\x03\x05\x19\xf1\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x91\x1e\xa0\x05\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\x88\x4c\xd8\x0d\x14\x8f\x5e\x89\x5e\x98\x42\xa0\x04\xd4\x0d\x25\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x15\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\x88\x0c\x88\x0c\xf0\x03\x01\x05\x15\xf0\x00\x01\x05\x15",
68875 : : };
68876 : : static
68877 : : struct {
68878 : : PyASCIIObject _ascii;
68879 : : uint8_t _data[9];
68880 : : }
68881 : : const_str_iterator = {
68882 : : ._ascii = {
68883 : : .ob_base = {
68884 : : .ob_refcnt = 999999999,
68885 : : .ob_type = &PyUnicode_Type,
68886 : : },
68887 : : .length = 8,
68888 : : .hash = -1,
68889 : : .state = {
68890 : : .kind = 1,
68891 : : .compact = 1,
68892 : : .ascii = 1,
68893 : : },
68894 : : },
68895 : : ._data = "iterator",
68896 : : };
68897 : : static
68898 : : struct {
68899 : : PyASCIIObject _ascii;
68900 : : uint8_t _data[7];
68901 : : }
68902 : : const_str_output = {
68903 : : ._ascii = {
68904 : : .ob_base = {
68905 : : .ob_refcnt = 999999999,
68906 : : .ob_type = &PyUnicode_Type,
68907 : : },
68908 : : .length = 6,
68909 : : .hash = -1,
68910 : : .state = {
68911 : : .kind = 1,
68912 : : .compact = 1,
68913 : : .ascii = 1,
68914 : : },
68915 : : },
68916 : : ._data = "output",
68917 : : };
68918 : : static
68919 : : struct {
68920 : : PyGC_Head _gc_head;
68921 : : struct {
68922 : : PyObject_VAR_HEAD
68923 : : PyObject *ob_item[7];
68924 : : }_object;
68925 : : }
68926 : : codecs_toplevel_consts_43_localsplusnames = {
68927 : : ._object = {
68928 : : .ob_base = {
68929 : : .ob_base = {
68930 : : .ob_refcnt = 999999999,
68931 : : .ob_type = &PyTuple_Type,
68932 : : },
68933 : : .ob_size = 7,
68934 : : },
68935 : : .ob_item = {
68936 : : & const_str_iterator._ascii.ob_base,
68937 : : &_Py_ID(encoding),
68938 : : &_Py_ID(errors),
68939 : : & const_str_kwargs._ascii.ob_base,
68940 : : & const_str_encoder._ascii.ob_base,
68941 : : & const_str_input._ascii.ob_base,
68942 : : & const_str_output._ascii.ob_base,
68943 : : },
68944 : : },
68945 : : };
68946 : : static
68947 : : struct _PyCode_DEF(164)
68948 : : codecs_toplevel_consts_43 = {
68949 : : .ob_base = {
68950 : : .ob_base = {
68951 : : .ob_refcnt = 999999999,
68952 : : .ob_type = &PyCode_Type,
68953 : : },
68954 : : .ob_size = 82,
68955 : : },
68956 : : .co_consts = & codecs_toplevel_consts_43_consts._object.ob_base.ob_base,
68957 : : .co_names = & codecs_toplevel_consts_43_names._object.ob_base.ob_base,
68958 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
68959 : : .co_flags = 43,
68960 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
68961 : : ._co_linearray_entry_size = 0,
68962 : : .co_argcount = 3,
68963 : : .co_posonlyargcount = 0,
68964 : : .co_kwonlyargcount = 0,
68965 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
68966 : : .co_stacksize = 5,
68967 : : .co_firstlineno = 1025,
68968 : : .co_nlocalsplus = 7,
68969 : : .co_nlocals = 7,
68970 : : .co_nplaincellvars = 0,
68971 : : .co_ncellvars = 0,
68972 : : .co_nfreevars = 0,
68973 : : .co_localsplusnames = & codecs_toplevel_consts_43_localsplusnames._object.ob_base.ob_base,
68974 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
68975 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
68976 : : .co_name = & const_str_iterencode._ascii.ob_base,
68977 : : .co_qualname = & const_str_iterencode._ascii.ob_base,
68978 : : .co_linetable = & codecs_toplevel_consts_43_linetable.ob_base.ob_base,
68979 : : ._co_code = NULL,
68980 : : ._co_linearray = NULL,
68981 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x7d\x04\x7c\x00\x44\x00\x5d\x1a\x00\x00\x7d\x05\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xaf\x17\x7c\x06\x96\x02\x97\x01\x01\x00\x8c\x1c\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x96\x01\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
68982 : : ._co_firsttraceable = 2,
68983 : : };
68984 : : static
68985 : : struct {
68986 : : PyASCIIObject _ascii;
68987 : : uint8_t _data[192];
68988 : : }
68989 : : codecs_toplevel_consts_44_consts_0 = {
68990 : : ._ascii = {
68991 : : .ob_base = {
68992 : : .ob_refcnt = 999999999,
68993 : : .ob_type = &PyUnicode_Type,
68994 : : },
68995 : : .length = 191,
68996 : : .hash = -1,
68997 : : .state = {
68998 : : .kind = 1,
68999 : : .compact = 1,
69000 : : .ascii = 1,
69001 : : },
69002 : : },
69003 : : ._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",
69004 : : };
69005 : : static
69006 : : struct {
69007 : : PyGC_Head _gc_head;
69008 : : struct {
69009 : : PyObject_VAR_HEAD
69010 : : PyObject *ob_item[4];
69011 : : }_object;
69012 : : }
69013 : : codecs_toplevel_consts_44_consts = {
69014 : : ._object = {
69015 : : .ob_base = {
69016 : : .ob_base = {
69017 : : .ob_refcnt = 999999999,
69018 : : .ob_type = &PyTuple_Type,
69019 : : },
69020 : : .ob_size = 4,
69021 : : },
69022 : : .ob_item = {
69023 : : & codecs_toplevel_consts_44_consts_0._ascii.ob_base,
69024 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
69025 : : Py_True,
69026 : : Py_None,
69027 : : },
69028 : : },
69029 : : };
69030 : : static
69031 : : struct {
69032 : : PyGC_Head _gc_head;
69033 : : struct {
69034 : : PyObject_VAR_HEAD
69035 : : PyObject *ob_item[2];
69036 : : }_object;
69037 : : }
69038 : : codecs_toplevel_consts_44_names = {
69039 : : ._object = {
69040 : : .ob_base = {
69041 : : .ob_base = {
69042 : : .ob_refcnt = 999999999,
69043 : : .ob_type = &PyTuple_Type,
69044 : : },
69045 : : .ob_size = 2,
69046 : : },
69047 : : .ob_item = {
69048 : : & const_str_getincrementaldecoder._ascii.ob_base,
69049 : : &_Py_ID(decode),
69050 : : },
69051 : : },
69052 : : };
69053 : : static
69054 : : struct {
69055 : : PyObject_VAR_HEAD
69056 : : Py_hash_t ob_shash;
69057 : : char ob_sval[133];
69058 : : }
69059 : : codecs_toplevel_consts_44_linetable = {
69060 : : .ob_base = {
69061 : : .ob_base = {
69062 : : .ob_refcnt = 999999999,
69063 : : .ob_type = &PyBytes_Type,
69064 : : },
69065 : : .ob_size = 132,
69066 : : },
69067 : : .ob_shash = -1,
69068 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x12\x00\x0f\x2e\xd5\x0e\x23\xa0\x48\xd4\x0e\x2d\xa8\x66\xd0\x0e\x3f\xd0\x0e\x3f\xb8\x06\xd0\x0e\x3f\xd0\x0e\x3f\x80\x47\xd8\x11\x19\xf0\x00\x03\x05\x19\xf1\x00\x03\x05\x19\x88\x05\xd8\x11\x18\x97\x1e\x91\x1e\xa0\x05\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x19\xd8\x12\x18\x88\x4c\x88\x4c\x88\x4c\x88\x4c\xd8\x0d\x14\x8f\x5e\x89\x5e\x98\x43\xa0\x14\xd4\x0d\x26\x80\x46\xd8\x07\x0d\xf0\x00\x01\x05\x15\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\x88\x0c\x88\x0c\xf0\x03\x01\x05\x15\xf0\x00\x01\x05\x15",
69069 : : };
69070 : : static
69071 : : struct {
69072 : : PyGC_Head _gc_head;
69073 : : struct {
69074 : : PyObject_VAR_HEAD
69075 : : PyObject *ob_item[7];
69076 : : }_object;
69077 : : }
69078 : : codecs_toplevel_consts_44_localsplusnames = {
69079 : : ._object = {
69080 : : .ob_base = {
69081 : : .ob_base = {
69082 : : .ob_refcnt = 999999999,
69083 : : .ob_type = &PyTuple_Type,
69084 : : },
69085 : : .ob_size = 7,
69086 : : },
69087 : : .ob_item = {
69088 : : & const_str_iterator._ascii.ob_base,
69089 : : &_Py_ID(encoding),
69090 : : &_Py_ID(errors),
69091 : : & const_str_kwargs._ascii.ob_base,
69092 : : & const_str_decoder._ascii.ob_base,
69093 : : & const_str_input._ascii.ob_base,
69094 : : & const_str_output._ascii.ob_base,
69095 : : },
69096 : : },
69097 : : };
69098 : : static
69099 : : struct _PyCode_DEF(164)
69100 : : codecs_toplevel_consts_44 = {
69101 : : .ob_base = {
69102 : : .ob_base = {
69103 : : .ob_refcnt = 999999999,
69104 : : .ob_type = &PyCode_Type,
69105 : : },
69106 : : .ob_size = 82,
69107 : : },
69108 : : .co_consts = & codecs_toplevel_consts_44_consts._object.ob_base.ob_base,
69109 : : .co_names = & codecs_toplevel_consts_44_names._object.ob_base.ob_base,
69110 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69111 : : .co_flags = 43,
69112 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69113 : : ._co_linearray_entry_size = 0,
69114 : : .co_argcount = 3,
69115 : : .co_posonlyargcount = 0,
69116 : : .co_kwonlyargcount = 0,
69117 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
69118 : : .co_stacksize = 5,
69119 : : .co_firstlineno = 1043,
69120 : : .co_nlocalsplus = 7,
69121 : : .co_nlocals = 7,
69122 : : .co_nplaincellvars = 0,
69123 : : .co_ncellvars = 0,
69124 : : .co_nfreevars = 0,
69125 : : .co_localsplusnames = & codecs_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
69126 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
69127 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69128 : : .co_name = & const_str_iterdecode._ascii.ob_base,
69129 : : .co_qualname = & const_str_iterdecode._ascii.ob_base,
69130 : : .co_linetable = & codecs_toplevel_consts_44_linetable.ob_base.ob_base,
69131 : : ._co_code = NULL,
69132 : : ._co_linearray = NULL,
69133 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x02\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x66\x01\x69\x00\x7c\x03\xa4\x01\x8e\x01\x7d\x04\x7c\x00\x44\x00\x5d\x1a\x00\x00\x7d\x05\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\xaf\x17\x7c\x06\x96\x02\x97\x01\x01\x00\x8c\x1c\x7c\x04\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x72\x06\x7c\x06\x96\x01\x97\x01\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
69134 : : ._co_firsttraceable = 2,
69135 : : };
69136 : : static
69137 : : struct {
69138 : : PyASCIIObject _ascii;
69139 : : uint8_t _data[137];
69140 : : }
69141 : : codecs_toplevel_consts_45_consts_0 = {
69142 : : ._ascii = {
69143 : : .ob_base = {
69144 : : .ob_refcnt = 999999999,
69145 : : .ob_type = &PyUnicode_Type,
69146 : : },
69147 : : .length = 136,
69148 : : .hash = -1,
69149 : : .state = {
69150 : : .kind = 1,
69151 : : .compact = 1,
69152 : : .ascii = 1,
69153 : : },
69154 : : },
69155 : : ._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",
69156 : : };
69157 : : static
69158 : : struct {
69159 : : PyASCIIObject _ascii;
69160 : : uint8_t _data[39];
69161 : : }
69162 : : codecs_toplevel_consts_45_consts_1_qualname = {
69163 : : ._ascii = {
69164 : : .ob_base = {
69165 : : .ob_refcnt = 999999999,
69166 : : .ob_type = &PyUnicode_Type,
69167 : : },
69168 : : .length = 38,
69169 : : .hash = -1,
69170 : : .state = {
69171 : : .kind = 1,
69172 : : .compact = 1,
69173 : : .ascii = 1,
69174 : : },
69175 : : },
69176 : : ._data = "make_identity_dict.<locals>.<dictcomp>",
69177 : : };
69178 : : static
69179 : : struct {
69180 : : PyObject_VAR_HEAD
69181 : : Py_hash_t ob_shash;
69182 : : char ob_sval[27];
69183 : : }
69184 : : codecs_toplevel_consts_45_consts_1_linetable = {
69185 : : .ob_base = {
69186 : : .ob_base = {
69187 : : .ob_refcnt = 999999999,
69188 : : .ob_type = &PyBytes_Type,
69189 : : },
69190 : : .ob_size = 26,
69191 : : },
69192 : : .ob_shash = -1,
69193 : : .ob_sval = "\x80\x00\xd0\x0b\x1d\xd0\x0b\x1d\xd1\x0b\x1d\x90\x41\x88\x41\x88\x61\xd0\x0b\x1d\xd0\x0b\x1d\xd0\x0b\x1d",
69194 : : };
69195 : : static
69196 : : struct {
69197 : : PyGC_Head _gc_head;
69198 : : struct {
69199 : : PyObject_VAR_HEAD
69200 : : PyObject *ob_item[2];
69201 : : }_object;
69202 : : }
69203 : : codecs_toplevel_consts_45_consts_1_localsplusnames = {
69204 : : ._object = {
69205 : : .ob_base = {
69206 : : .ob_base = {
69207 : : .ob_refcnt = 999999999,
69208 : : .ob_type = &PyTuple_Type,
69209 : : },
69210 : : .ob_size = 2,
69211 : : },
69212 : : .ob_item = {
69213 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
69214 : : & const_str_i._ascii.ob_base,
69215 : : },
69216 : : },
69217 : : };
69218 : : static
69219 : : struct _PyCode_DEF(22)
69220 : : codecs_toplevel_consts_45_consts_1 = {
69221 : : .ob_base = {
69222 : : .ob_base = {
69223 : : .ob_refcnt = 999999999,
69224 : : .ob_type = &PyCode_Type,
69225 : : },
69226 : : .ob_size = 11,
69227 : : },
69228 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
69229 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
69230 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69231 : : .co_flags = 19,
69232 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69233 : : ._co_linearray_entry_size = 0,
69234 : : .co_argcount = 1,
69235 : : .co_posonlyargcount = 0,
69236 : : .co_kwonlyargcount = 0,
69237 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
69238 : : .co_stacksize = 4,
69239 : : .co_firstlineno = 1071,
69240 : : .co_nlocalsplus = 2,
69241 : : .co_nlocals = 2,
69242 : : .co_nplaincellvars = 0,
69243 : : .co_ncellvars = 0,
69244 : : .co_nfreevars = 0,
69245 : : .co_localsplusnames = & codecs_toplevel_consts_45_consts_1_localsplusnames._object.ob_base.ob_base,
69246 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
69247 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69248 : : .co_name = &_Py_STR(anon_dictcomp),
69249 : : .co_qualname = & codecs_toplevel_consts_45_consts_1_qualname._ascii.ob_base,
69250 : : .co_linetable = & codecs_toplevel_consts_45_consts_1_linetable.ob_base.ob_base,
69251 : : ._co_code = NULL,
69252 : : ._co_linearray = NULL,
69253 : : .co_code_adaptive = "\x97\x00\x69\x00\x7c\x00\x5d\x05\x00\x00\x7d\x01\x7c\x01\x7c\x01\x93\x02\x8c\x07\x53\x00",
69254 : : ._co_firsttraceable = 0,
69255 : : };
69256 : : static
69257 : : struct {
69258 : : PyGC_Head _gc_head;
69259 : : struct {
69260 : : PyObject_VAR_HEAD
69261 : : PyObject *ob_item[2];
69262 : : }_object;
69263 : : }
69264 : : codecs_toplevel_consts_45_consts = {
69265 : : ._object = {
69266 : : .ob_base = {
69267 : : .ob_base = {
69268 : : .ob_refcnt = 999999999,
69269 : : .ob_type = &PyTuple_Type,
69270 : : },
69271 : : .ob_size = 2,
69272 : : },
69273 : : .ob_item = {
69274 : : & codecs_toplevel_consts_45_consts_0._ascii.ob_base,
69275 : : & codecs_toplevel_consts_45_consts_1.ob_base.ob_base,
69276 : : },
69277 : : },
69278 : : };
69279 : : static
69280 : : struct {
69281 : : PyASCIIObject _ascii;
69282 : : uint8_t _data[19];
69283 : : }
69284 : : const_str_make_identity_dict = {
69285 : : ._ascii = {
69286 : : .ob_base = {
69287 : : .ob_refcnt = 999999999,
69288 : : .ob_type = &PyUnicode_Type,
69289 : : },
69290 : : .length = 18,
69291 : : .hash = -1,
69292 : : .state = {
69293 : : .kind = 1,
69294 : : .compact = 1,
69295 : : .ascii = 1,
69296 : : },
69297 : : },
69298 : : ._data = "make_identity_dict",
69299 : : };
69300 : : static
69301 : : struct {
69302 : : PyObject_VAR_HEAD
69303 : : Py_hash_t ob_shash;
69304 : : char ob_sval[22];
69305 : : }
69306 : : codecs_toplevel_consts_45_linetable = {
69307 : : .ob_base = {
69308 : : .ob_base = {
69309 : : .ob_refcnt = 999999999,
69310 : : .ob_type = &PyBytes_Type,
69311 : : },
69312 : : .ob_size = 21,
69313 : : },
69314 : : .ob_shash = -1,
69315 : : .ob_sval = "\x80\x00\xf0\x10\x00\x0c\x1e\xd0\x0b\x1d\x98\x13\xd0\x0b\x1d\xd4\x0b\x1d\xd0\x04\x1d",
69316 : : };
69317 : : static
69318 : : struct {
69319 : : PyASCIIObject _ascii;
69320 : : uint8_t _data[4];
69321 : : }
69322 : : const_str_rng = {
69323 : : ._ascii = {
69324 : : .ob_base = {
69325 : : .ob_refcnt = 999999999,
69326 : : .ob_type = &PyUnicode_Type,
69327 : : },
69328 : : .length = 3,
69329 : : .hash = -1,
69330 : : .state = {
69331 : : .kind = 1,
69332 : : .compact = 1,
69333 : : .ascii = 1,
69334 : : },
69335 : : },
69336 : : ._data = "rng",
69337 : : };
69338 : : static
69339 : : struct {
69340 : : PyGC_Head _gc_head;
69341 : : struct {
69342 : : PyObject_VAR_HEAD
69343 : : PyObject *ob_item[1];
69344 : : }_object;
69345 : : }
69346 : : codecs_toplevel_consts_45_localsplusnames = {
69347 : : ._object = {
69348 : : .ob_base = {
69349 : : .ob_base = {
69350 : : .ob_refcnt = 999999999,
69351 : : .ob_type = &PyTuple_Type,
69352 : : },
69353 : : .ob_size = 1,
69354 : : },
69355 : : .ob_item = {
69356 : : & const_str_rng._ascii.ob_base,
69357 : : },
69358 : : },
69359 : : };
69360 : : static
69361 : : struct _PyCode_DEF(22)
69362 : : codecs_toplevel_consts_45 = {
69363 : : .ob_base = {
69364 : : .ob_base = {
69365 : : .ob_refcnt = 999999999,
69366 : : .ob_type = &PyCode_Type,
69367 : : },
69368 : : .ob_size = 11,
69369 : : },
69370 : : .co_consts = & codecs_toplevel_consts_45_consts._object.ob_base.ob_base,
69371 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
69372 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69373 : : .co_flags = 3,
69374 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69375 : : ._co_linearray_entry_size = 0,
69376 : : .co_argcount = 1,
69377 : : .co_posonlyargcount = 0,
69378 : : .co_kwonlyargcount = 0,
69379 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
69380 : : .co_stacksize = 2,
69381 : : .co_firstlineno = 1063,
69382 : : .co_nlocalsplus = 1,
69383 : : .co_nlocals = 1,
69384 : : .co_nplaincellvars = 0,
69385 : : .co_ncellvars = 0,
69386 : : .co_nfreevars = 0,
69387 : : .co_localsplusnames = & codecs_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
69388 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
69389 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69390 : : .co_name = & const_str_make_identity_dict._ascii.ob_base,
69391 : : .co_qualname = & const_str_make_identity_dict._ascii.ob_base,
69392 : : .co_linetable = & codecs_toplevel_consts_45_linetable.ob_base.ob_base,
69393 : : ._co_code = NULL,
69394 : : ._co_linearray = NULL,
69395 : : .co_code_adaptive = "\x97\x00\x64\x01\x84\x00\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
69396 : : ._co_firsttraceable = 0,
69397 : : };
69398 : : static
69399 : : struct {
69400 : : PyASCIIObject _ascii;
69401 : : uint8_t _data[387];
69402 : : }
69403 : : codecs_toplevel_consts_46_consts_0 = {
69404 : : ._ascii = {
69405 : : .ob_base = {
69406 : : .ob_refcnt = 999999999,
69407 : : .ob_type = &PyUnicode_Type,
69408 : : },
69409 : : .length = 386,
69410 : : .hash = -1,
69411 : : .state = {
69412 : : .kind = 1,
69413 : : .compact = 1,
69414 : : .ascii = 1,
69415 : : },
69416 : : },
69417 : : ._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",
69418 : : };
69419 : : static
69420 : : struct {
69421 : : PyGC_Head _gc_head;
69422 : : struct {
69423 : : PyObject_VAR_HEAD
69424 : : PyObject *ob_item[2];
69425 : : }_object;
69426 : : }
69427 : : codecs_toplevel_consts_46_consts = {
69428 : : ._object = {
69429 : : .ob_base = {
69430 : : .ob_base = {
69431 : : .ob_refcnt = 999999999,
69432 : : .ob_type = &PyTuple_Type,
69433 : : },
69434 : : .ob_size = 2,
69435 : : },
69436 : : .ob_item = {
69437 : : & codecs_toplevel_consts_46_consts_0._ascii.ob_base,
69438 : : Py_None,
69439 : : },
69440 : : },
69441 : : };
69442 : : static
69443 : : struct {
69444 : : PyGC_Head _gc_head;
69445 : : struct {
69446 : : PyObject_VAR_HEAD
69447 : : PyObject *ob_item[1];
69448 : : }_object;
69449 : : }
69450 : : codecs_toplevel_consts_46_names = {
69451 : : ._object = {
69452 : : .ob_base = {
69453 : : .ob_base = {
69454 : : .ob_refcnt = 999999999,
69455 : : .ob_type = &PyTuple_Type,
69456 : : },
69457 : : .ob_size = 1,
69458 : : },
69459 : : .ob_item = {
69460 : : &_Py_ID(items),
69461 : : },
69462 : : },
69463 : : };
69464 : : static
69465 : : struct {
69466 : : PyASCIIObject _ascii;
69467 : : uint8_t _data[18];
69468 : : }
69469 : : const_str_make_encoding_map = {
69470 : : ._ascii = {
69471 : : .ob_base = {
69472 : : .ob_refcnt = 999999999,
69473 : : .ob_type = &PyUnicode_Type,
69474 : : },
69475 : : .length = 17,
69476 : : .hash = -1,
69477 : : .state = {
69478 : : .kind = 1,
69479 : : .compact = 1,
69480 : : .ascii = 1,
69481 : : },
69482 : : },
69483 : : ._data = "make_encoding_map",
69484 : : };
69485 : : static
69486 : : struct {
69487 : : PyObject_VAR_HEAD
69488 : : Py_hash_t ob_shash;
69489 : : char ob_sval[77];
69490 : : }
69491 : : codecs_toplevel_consts_46_linetable = {
69492 : : .ob_base = {
69493 : : .ob_base = {
69494 : : .ob_refcnt = 999999999,
69495 : : .ob_type = &PyBytes_Type,
69496 : : },
69497 : : .ob_size = 76,
69498 : : },
69499 : : .ob_shash = -1,
69500 : : .ob_sval = "\x80\x00\xf0\x1a\x00\x09\x0b\x80\x41\xd8\x0f\x1b\xd7\x0f\x21\xd1\x0f\x21\xd4\x0f\x23\xf0\x00\x04\x05\x18\xf1\x00\x04\x05\x18\x89\x03\x88\x01\x88\x21\xd8\x0f\x10\x90\x41\x88\x76\xf0\x00\x03\x09\x18\xd8\x13\x14\x88\x41\x88\x61\x89\x44\x88\x44\xe0\x13\x17\x88\x41\x88\x61\x89\x44\x88\x44\xd8\x0b\x0c\x80\x48",
69501 : : };
69502 : : static
69503 : : struct {
69504 : : PyASCIIObject _ascii;
69505 : : uint8_t _data[13];
69506 : : }
69507 : : const_str_decoding_map = {
69508 : : ._ascii = {
69509 : : .ob_base = {
69510 : : .ob_refcnt = 999999999,
69511 : : .ob_type = &PyUnicode_Type,
69512 : : },
69513 : : .length = 12,
69514 : : .hash = -1,
69515 : : .state = {
69516 : : .kind = 1,
69517 : : .compact = 1,
69518 : : .ascii = 1,
69519 : : },
69520 : : },
69521 : : ._data = "decoding_map",
69522 : : };
69523 : : static
69524 : : struct {
69525 : : PyASCIIObject _ascii;
69526 : : uint8_t _data[2];
69527 : : }
69528 : : const_str_k = {
69529 : : ._ascii = {
69530 : : .ob_base = {
69531 : : .ob_refcnt = 999999999,
69532 : : .ob_type = &PyUnicode_Type,
69533 : : },
69534 : : .length = 1,
69535 : : .hash = -1,
69536 : : .state = {
69537 : : .kind = 1,
69538 : : .compact = 1,
69539 : : .ascii = 1,
69540 : : },
69541 : : },
69542 : : ._data = "k",
69543 : : };
69544 : : static
69545 : : struct {
69546 : : PyASCIIObject _ascii;
69547 : : uint8_t _data[2];
69548 : : }
69549 : : const_str_v = {
69550 : : ._ascii = {
69551 : : .ob_base = {
69552 : : .ob_refcnt = 999999999,
69553 : : .ob_type = &PyUnicode_Type,
69554 : : },
69555 : : .length = 1,
69556 : : .hash = -1,
69557 : : .state = {
69558 : : .kind = 1,
69559 : : .compact = 1,
69560 : : .ascii = 1,
69561 : : },
69562 : : },
69563 : : ._data = "v",
69564 : : };
69565 : : static
69566 : : struct {
69567 : : PyGC_Head _gc_head;
69568 : : struct {
69569 : : PyObject_VAR_HEAD
69570 : : PyObject *ob_item[4];
69571 : : }_object;
69572 : : }
69573 : : codecs_toplevel_consts_46_localsplusnames = {
69574 : : ._object = {
69575 : : .ob_base = {
69576 : : .ob_base = {
69577 : : .ob_refcnt = 999999999,
69578 : : .ob_type = &PyTuple_Type,
69579 : : },
69580 : : .ob_size = 4,
69581 : : },
69582 : : .ob_item = {
69583 : : & const_str_decoding_map._ascii.ob_base,
69584 : : & const_str_m._ascii.ob_base,
69585 : : & const_str_k._ascii.ob_base,
69586 : : & const_str_v._ascii.ob_base,
69587 : : },
69588 : : },
69589 : : };
69590 : : static
69591 : : struct _PyCode_DEF(88)
69592 : : codecs_toplevel_consts_46 = {
69593 : : .ob_base = {
69594 : : .ob_base = {
69595 : : .ob_refcnt = 999999999,
69596 : : .ob_type = &PyCode_Type,
69597 : : },
69598 : : .ob_size = 44,
69599 : : },
69600 : : .co_consts = & codecs_toplevel_consts_46_consts._object.ob_base.ob_base,
69601 : : .co_names = & codecs_toplevel_consts_46_names._object.ob_base.ob_base,
69602 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
69603 : : .co_flags = 3,
69604 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
69605 : : ._co_linearray_entry_size = 0,
69606 : : .co_argcount = 1,
69607 : : .co_posonlyargcount = 0,
69608 : : .co_kwonlyargcount = 0,
69609 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
69610 : : .co_stacksize = 4,
69611 : : .co_firstlineno = 1073,
69612 : : .co_nlocalsplus = 4,
69613 : : .co_nlocals = 4,
69614 : : .co_nplaincellvars = 0,
69615 : : .co_ncellvars = 0,
69616 : : .co_nfreevars = 0,
69617 : : .co_localsplusnames = & codecs_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
69618 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
69619 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
69620 : : .co_name = & const_str_make_encoding_map._ascii.ob_base,
69621 : : .co_qualname = & const_str_make_encoding_map._ascii.ob_base,
69622 : : .co_linetable = & codecs_toplevel_consts_46_linetable.ob_base.ob_base,
69623 : : ._co_code = NULL,
69624 : : ._co_linearray = NULL,
69625 : : .co_code_adaptive = "\x97\x00\x69\x00\x7d\x01\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x14\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x03\x7c\x01\x76\x01\x72\x06\x7c\x02\x7c\x01\x7c\x03\x3c\x00\x00\x00\x8c\x10\x64\x01\x7c\x01\x7c\x03\x3c\x00\x00\x00\x8c\x16\x7c\x01\x53\x00",
69626 : : ._co_firsttraceable = 0,
69627 : : };
69628 : : static
69629 : : struct {
69630 : : PyASCIIObject _ascii;
69631 : : uint8_t _data[18];
69632 : : }
69633 : : const_str_xmlcharrefreplace = {
69634 : : ._ascii = {
69635 : : .ob_base = {
69636 : : .ob_refcnt = 999999999,
69637 : : .ob_type = &PyUnicode_Type,
69638 : : },
69639 : : .length = 17,
69640 : : .hash = -1,
69641 : : .state = {
69642 : : .kind = 1,
69643 : : .compact = 1,
69644 : : .ascii = 1,
69645 : : },
69646 : : },
69647 : : ._data = "xmlcharrefreplace",
69648 : : };
69649 : : static
69650 : : struct {
69651 : : PyASCIIObject _ascii;
69652 : : uint8_t _data[17];
69653 : : }
69654 : : const_str_backslashreplace = {
69655 : : ._ascii = {
69656 : : .ob_base = {
69657 : : .ob_refcnt = 999999999,
69658 : : .ob_type = &PyUnicode_Type,
69659 : : },
69660 : : .length = 16,
69661 : : .hash = -1,
69662 : : .state = {
69663 : : .kind = 1,
69664 : : .compact = 1,
69665 : : .ascii = 1,
69666 : : },
69667 : : },
69668 : : ._data = "backslashreplace",
69669 : : };
69670 : : static
69671 : : struct {
69672 : : PyASCIIObject _ascii;
69673 : : uint8_t _data[12];
69674 : : }
69675 : : const_str_namereplace = {
69676 : : ._ascii = {
69677 : : .ob_base = {
69678 : : .ob_refcnt = 999999999,
69679 : : .ob_type = &PyUnicode_Type,
69680 : : },
69681 : : .length = 11,
69682 : : .hash = -1,
69683 : : .state = {
69684 : : .kind = 1,
69685 : : .compact = 1,
69686 : : .ascii = 1,
69687 : : },
69688 : : },
69689 : : ._data = "namereplace",
69690 : : };
69691 : : static
69692 : : struct {
69693 : : PyGC_Head _gc_head;
69694 : : struct {
69695 : : PyObject_VAR_HEAD
69696 : : PyObject *ob_item[4];
69697 : : }_object;
69698 : : }
69699 : : codecs_toplevel_consts_52 = {
69700 : : ._object = {
69701 : : .ob_base = {
69702 : : .ob_base = {
69703 : : .ob_refcnt = 999999999,
69704 : : .ob_type = &PyTuple_Type,
69705 : : },
69706 : : .ob_size = 4,
69707 : : },
69708 : : .ob_item = {
69709 : : & const_str_r._ascii.ob_base,
69710 : : Py_None,
69711 : : &_Py_ID(strict),
69712 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
69713 : : },
69714 : : },
69715 : : };
69716 : : static
69717 : : struct {
69718 : : PyGC_Head _gc_head;
69719 : : struct {
69720 : : PyObject_VAR_HEAD
69721 : : PyObject *ob_item[2];
69722 : : }_object;
69723 : : }
69724 : : codecs_toplevel_consts_53 = {
69725 : : ._object = {
69726 : : .ob_base = {
69727 : : .ob_base = {
69728 : : .ob_refcnt = 999999999,
69729 : : .ob_type = &PyTuple_Type,
69730 : : },
69731 : : .ob_size = 2,
69732 : : },
69733 : : .ob_item = {
69734 : : Py_None,
69735 : : &_Py_ID(strict),
69736 : : },
69737 : : },
69738 : : };
69739 : : static
69740 : : struct {
69741 : : PyGC_Head _gc_head;
69742 : : struct {
69743 : : PyObject_VAR_HEAD
69744 : : PyObject *ob_item[55];
69745 : : }_object;
69746 : : }
69747 : : codecs_toplevel_consts = {
69748 : : ._object = {
69749 : : .ob_base = {
69750 : : .ob_base = {
69751 : : .ob_refcnt = 999999999,
69752 : : .ob_type = &PyTuple_Type,
69753 : : },
69754 : : .ob_size = 55,
69755 : : },
69756 : : .ob_item = {
69757 : : & codecs_toplevel_consts_0._ascii.ob_base,
69758 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
69759 : : Py_None,
69760 : : & codecs_toplevel_consts_3._object.ob_base.ob_base,
69761 : : & codecs_toplevel_consts_4._ascii.ob_base,
69762 : : & codecs_toplevel_consts_5._object.ob_base.ob_base,
69763 : : & codecs_toplevel_consts_6.ob_base.ob_base,
69764 : : & codecs_toplevel_consts_7.ob_base.ob_base,
69765 : : & codecs_toplevel_consts_8.ob_base.ob_base,
69766 : : & codecs_toplevel_consts_9.ob_base.ob_base,
69767 : : & codecs_toplevel_consts_10.ob_base.ob_base,
69768 : : &_Py_ID(little),
69769 : : & codecs_toplevel_consts_12.ob_base.ob_base,
69770 : : & const_str_CodecInfo._ascii.ob_base,
69771 : : & codecs_toplevel_consts_14.ob_base.ob_base,
69772 : : & const_str_Codec._ascii.ob_base,
69773 : : & codecs_toplevel_consts_16.ob_base.ob_base,
69774 : : & const_str_IncrementalEncoder._ascii.ob_base,
69775 : : & codecs_toplevel_consts_18.ob_base.ob_base,
69776 : : & const_str_BufferedIncrementalEncoder._ascii.ob_base,
69777 : : & codecs_toplevel_consts_20.ob_base.ob_base,
69778 : : & const_str_IncrementalDecoder._ascii.ob_base,
69779 : : & codecs_toplevel_consts_22.ob_base.ob_base,
69780 : : & const_str_BufferedIncrementalDecoder._ascii.ob_base,
69781 : : & codecs_toplevel_consts_24.ob_base.ob_base,
69782 : : & const_str_StreamWriter._ascii.ob_base,
69783 : : & codecs_toplevel_consts_26.ob_base.ob_base,
69784 : : & const_str_StreamReader._ascii.ob_base,
69785 : : & codecs_toplevel_consts_28.ob_base.ob_base,
69786 : : & const_str_StreamReaderWriter._ascii.ob_base,
69787 : : & codecs_toplevel_consts_30.ob_base.ob_base,
69788 : : & const_str_StreamRecoder._ascii.ob_base,
69789 : : & const_str_r._ascii.ob_base,
69790 : : &_Py_ID(strict),
69791 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
69792 : : & codecs_toplevel_consts_35.ob_base.ob_base,
69793 : : & codecs_toplevel_consts_36.ob_base.ob_base,
69794 : : & codecs_toplevel_consts_37.ob_base.ob_base,
69795 : : & codecs_toplevel_consts_38.ob_base.ob_base,
69796 : : & codecs_toplevel_consts_39.ob_base.ob_base,
69797 : : & codecs_toplevel_consts_40.ob_base.ob_base,
69798 : : & codecs_toplevel_consts_41.ob_base.ob_base,
69799 : : & codecs_toplevel_consts_42.ob_base.ob_base,
69800 : : & codecs_toplevel_consts_43.ob_base.ob_base,
69801 : : & codecs_toplevel_consts_44.ob_base.ob_base,
69802 : : & codecs_toplevel_consts_45.ob_base.ob_base,
69803 : : & codecs_toplevel_consts_46.ob_base.ob_base,
69804 : : &_Py_ID(ignore),
69805 : : &_Py_ID(replace),
69806 : : & const_str_xmlcharrefreplace._ascii.ob_base,
69807 : : & const_str_backslashreplace._ascii.ob_base,
69808 : : & const_str_namereplace._ascii.ob_base,
69809 : : & codecs_toplevel_consts_52._object.ob_base.ob_base,
69810 : : & codecs_toplevel_consts_53._object.ob_base.ob_base,
69811 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
69812 : : },
69813 : : },
69814 : : };
69815 : : static
69816 : : struct {
69817 : : PyASCIIObject _ascii;
69818 : : uint8_t _data[8];
69819 : : }
69820 : : const_str__codecs = {
69821 : : ._ascii = {
69822 : : .ob_base = {
69823 : : .ob_refcnt = 999999999,
69824 : : .ob_type = &PyUnicode_Type,
69825 : : },
69826 : : .length = 7,
69827 : : .hash = -1,
69828 : : .state = {
69829 : : .kind = 1,
69830 : : .compact = 1,
69831 : : .ascii = 1,
69832 : : },
69833 : : },
69834 : : ._data = "_codecs",
69835 : : };
69836 : : static
69837 : : struct {
69838 : : PyASCIIObject _ascii;
69839 : : uint8_t _data[4];
69840 : : }
69841 : : const_str_why = {
69842 : : ._ascii = {
69843 : : .ob_base = {
69844 : : .ob_refcnt = 999999999,
69845 : : .ob_type = &PyUnicode_Type,
69846 : : },
69847 : : .length = 3,
69848 : : .hash = -1,
69849 : : .state = {
69850 : : .kind = 1,
69851 : : .compact = 1,
69852 : : .ascii = 1,
69853 : : },
69854 : : },
69855 : : ._data = "why",
69856 : : };
69857 : : static
69858 : : struct {
69859 : : PyASCIIObject _ascii;
69860 : : uint8_t _data[12];
69861 : : }
69862 : : const_str_SystemError = {
69863 : : ._ascii = {
69864 : : .ob_base = {
69865 : : .ob_refcnt = 999999999,
69866 : : .ob_type = &PyUnicode_Type,
69867 : : },
69868 : : .length = 11,
69869 : : .hash = -1,
69870 : : .state = {
69871 : : .kind = 1,
69872 : : .compact = 1,
69873 : : .ascii = 1,
69874 : : },
69875 : : },
69876 : : ._data = "SystemError",
69877 : : };
69878 : : static
69879 : : struct {
69880 : : PyASCIIObject _ascii;
69881 : : uint8_t _data[10];
69882 : : }
69883 : : const_str_byteorder = {
69884 : : ._ascii = {
69885 : : .ob_base = {
69886 : : .ob_refcnt = 999999999,
69887 : : .ob_type = &PyUnicode_Type,
69888 : : },
69889 : : .length = 9,
69890 : : .hash = -1,
69891 : : .state = {
69892 : : .kind = 1,
69893 : : .compact = 1,
69894 : : .ascii = 1,
69895 : : },
69896 : : },
69897 : : ._data = "byteorder",
69898 : : };
69899 : : static
69900 : : struct {
69901 : : PyASCIIObject _ascii;
69902 : : uint8_t _data[7];
69903 : : }
69904 : : const_str__false = {
69905 : : ._ascii = {
69906 : : .ob_base = {
69907 : : .ob_refcnt = 999999999,
69908 : : .ob_type = &PyUnicode_Type,
69909 : : },
69910 : : .length = 6,
69911 : : .hash = -1,
69912 : : .state = {
69913 : : .kind = 1,
69914 : : .compact = 1,
69915 : : .ascii = 1,
69916 : : },
69917 : : },
69918 : : ._data = "_false",
69919 : : };
69920 : : static
69921 : : struct {
69922 : : PyASCIIObject _ascii;
69923 : : uint8_t _data[10];
69924 : : }
69925 : : const_str_encodings = {
69926 : : ._ascii = {
69927 : : .ob_base = {
69928 : : .ob_refcnt = 999999999,
69929 : : .ob_type = &PyUnicode_Type,
69930 : : },
69931 : : .length = 9,
69932 : : .hash = -1,
69933 : : .state = {
69934 : : .kind = 1,
69935 : : .compact = 1,
69936 : : .ascii = 1,
69937 : : },
69938 : : },
69939 : : ._data = "encodings",
69940 : : };
69941 : : static
69942 : : struct {
69943 : : PyGC_Head _gc_head;
69944 : : struct {
69945 : : PyObject_VAR_HEAD
69946 : : PyObject *ob_item[57];
69947 : : }_object;
69948 : : }
69949 : : codecs_toplevel_names = {
69950 : : ._object = {
69951 : : .ob_base = {
69952 : : .ob_base = {
69953 : : .ob_refcnt = 999999999,
69954 : : .ob_type = &PyTuple_Type,
69955 : : },
69956 : : .ob_size = 57,
69957 : : },
69958 : : .ob_item = {
69959 : : &_Py_ID(__doc__),
69960 : : &_Py_ID(builtins),
69961 : : & const_str_sys._ascii.ob_base,
69962 : : & const_str__codecs._ascii.ob_base,
69963 : : & const_str_ImportError._ascii.ob_base,
69964 : : & const_str_why._ascii.ob_base,
69965 : : & const_str_SystemError._ascii.ob_base,
69966 : : &_Py_ID(__all__),
69967 : : & const_str_BOM_UTF8._ascii.ob_base,
69968 : : & const_str_BOM_LE._ascii.ob_base,
69969 : : & const_str_BOM_UTF16_LE._ascii.ob_base,
69970 : : & const_str_BOM_BE._ascii.ob_base,
69971 : : & const_str_BOM_UTF16_BE._ascii.ob_base,
69972 : : & const_str_BOM_UTF32_LE._ascii.ob_base,
69973 : : & const_str_BOM_UTF32_BE._ascii.ob_base,
69974 : : & const_str_byteorder._ascii.ob_base,
69975 : : & const_str_BOM._ascii.ob_base,
69976 : : & const_str_BOM_UTF16._ascii.ob_base,
69977 : : & const_str_BOM_UTF32._ascii.ob_base,
69978 : : & const_str_BOM32_LE._ascii.ob_base,
69979 : : & const_str_BOM32_BE._ascii.ob_base,
69980 : : & const_str_BOM64_LE._ascii.ob_base,
69981 : : & const_str_BOM64_BE._ascii.ob_base,
69982 : : & const_str_tuple._ascii.ob_base,
69983 : : & const_str_CodecInfo._ascii.ob_base,
69984 : : & const_str_Codec._ascii.ob_base,
69985 : : & const_str_object._ascii.ob_base,
69986 : : & const_str_IncrementalEncoder._ascii.ob_base,
69987 : : & const_str_BufferedIncrementalEncoder._ascii.ob_base,
69988 : : & const_str_IncrementalDecoder._ascii.ob_base,
69989 : : & const_str_BufferedIncrementalDecoder._ascii.ob_base,
69990 : : & const_str_StreamWriter._ascii.ob_base,
69991 : : & const_str_StreamReader._ascii.ob_base,
69992 : : & const_str_StreamReaderWriter._ascii.ob_base,
69993 : : & const_str_StreamRecoder._ascii.ob_base,
69994 : : &_Py_ID(open),
69995 : : & const_str_EncodedFile._ascii.ob_base,
69996 : : & const_str_getencoder._ascii.ob_base,
69997 : : & const_str_getdecoder._ascii.ob_base,
69998 : : & const_str_getincrementalencoder._ascii.ob_base,
69999 : : & const_str_getincrementaldecoder._ascii.ob_base,
70000 : : & const_str_getreader._ascii.ob_base,
70001 : : & const_str_getwriter._ascii.ob_base,
70002 : : & const_str_iterencode._ascii.ob_base,
70003 : : & const_str_iterdecode._ascii.ob_base,
70004 : : & const_str_make_identity_dict._ascii.ob_base,
70005 : : & const_str_make_encoding_map._ascii.ob_base,
70006 : : & const_str_lookup_error._ascii.ob_base,
70007 : : & const_str_strict_errors._ascii.ob_base,
70008 : : & const_str_ignore_errors._ascii.ob_base,
70009 : : & const_str_replace_errors._ascii.ob_base,
70010 : : & const_str_xmlcharrefreplace_errors._ascii.ob_base,
70011 : : & const_str_backslashreplace_errors._ascii.ob_base,
70012 : : & const_str_namereplace_errors._ascii.ob_base,
70013 : : & const_str_LookupError._ascii.ob_base,
70014 : : & const_str__false._ascii.ob_base,
70015 : : & const_str_encodings._ascii.ob_base,
70016 : : },
70017 : : },
70018 : : };
70019 : : static
70020 : : struct {
70021 : : PyObject_VAR_HEAD
70022 : : Py_hash_t ob_shash;
70023 : : char ob_sval[1058];
70024 : : }
70025 : : codecs_toplevel_linetable = {
70026 : : .ob_base = {
70027 : : .ob_base = {
70028 : : .ob_refcnt = 999999999,
70029 : : .ob_type = &PyBytes_Type,
70030 : : },
70031 : : .ob_size = 1057,
70032 : : },
70033 : : .ob_shash = -1,
70034 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x12\x00\x01\x10\x80\x0f\x80\x0f\x80\x0f\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xf0\x08\x03\x01\x45\x01\xd8\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xf0\x08\x0d\x0b\x2d\xf0\x00\x0d\x0b\x2d\xf0\x00\x0d\x0b\x2d\x80\x07\xf0\x30\x00\x0c\x1b\x80\x08\xf0\x06\x00\x19\x24\xd0\x00\x23\x80\x06\x88\x1c\xf0\x06\x00\x19\x24\xd0\x00\x23\x80\x06\x88\x1c\xf0\x06\x00\x10\x23\x80\x0c\xf0\x06\x00\x10\x23\x80\x0c\xe0\x03\x06\x87\x3d\x81\x3d\x90\x48\xd2\x03\x1c\xf0\x00\x0e\x01\x1d\xf0\x06\x00\x17\x23\xd0\x04\x22\x80\x43\x88\x29\xf0\x06\x00\x11\x1d\x80\x49\x80\x49\xf0\x0a\x00\x17\x23\xd0\x04\x22\x80\x43\x88\x29\xf0\x06\x00\x11\x1d\x80\x49\xf0\x06\x00\x0c\x18\x80\x08\xd8\x0b\x17\x80\x08\xd8\x0b\x17\x80\x08\xd8\x0b\x17\x80\x08\xf0\x0a\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\x90\x05\xf4\x00\x1d\x01\x26\xf0\x00\x1d\x01\x26\xf0\x3e\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf4\x00\x40\x01\x01\x22\xf0\x00\x40\x01\x01\x22\xf0\x44\x02\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\x98\x16\xf4\x00\x26\x01\x0c\xf0\x00\x26\x01\x0c\xf0\x50\x01\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xd0\x21\x33\xf4\x00\x20\x01\x22\xf0\x00\x20\x01\x22\xf0\x44\x01\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\x98\x16\xf4\x00\x2f\x01\x0c\xf0\x00\x2f\x01\x0c\xf0\x62\x01\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xd0\x21\x33\xf4\x00\x22\x01\x1f\xf0\x00\x22\x01\x1f\xf0\x56\x01\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\x90\x35\xf4\x00\x45\x01\x01\x1c\xf0\x00\x45\x01\x01\x1c\xf0\x52\x02\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\x90\x35\xf4\x00\x75\x03\x01\x1c\xf0\x00\x75\x03\x01\x1c\xf0\x72\x07\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf4\x00\x53\x01\x01\x1c\xf0\x00\x53\x01\x01\x1c\xf0\x6e\x02\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf4\x00\x70\x01\x01\x1c\xf0\x00\x70\x01\x01\x1c\xf0\x68\x03\x00\x19\x1c\xf0\x00\x2e\x01\x0e\xf0\x00\x2e\x01\x0e\xf0\x00\x2e\x01\x0e\xf0\x60\x01\x00\x34\x38\xf0\x00\x22\x01\x0e\xf0\x00\x22\x01\x0e\xf0\x00\x22\x01\x0e\xf0\x4c\x01\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x14\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x00\x08\x01\x23\xf0\x14\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x1c\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x00\x0c\x01\x13\xf0\x1c\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x14\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x00\x08\x01\x29\xf0\x14\x00\x2b\x33\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x24\x00\x2b\x33\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x28\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x14\x13\x01\x0d\xf0\x00\x13\x01\x0d\xf0\x00\x13\x01\x0d\xf0\x2e\x0e\x01\x1e\xd8\x14\x20\x90\x4c\xa0\x18\xd4\x14\x2a\x80\x4d\xd8\x14\x20\x90\x4c\xa0\x18\xd4\x14\x2a\x80\x4d\xd8\x15\x21\x90\x5c\xa0\x29\xd4\x15\x2c\x80\x4e\xd8\x1f\x2b\x98\x7c\xd0\x2c\x3f\xd4\x1f\x40\xd0\x04\x1c\xd8\x1e\x2a\x98\x6c\xd0\x2b\x3d\xd4\x1e\x3e\xd0\x04\x1b\xd8\x19\x25\x98\x1c\xa0\x6d\xd4\x19\x34\xd0\x04\x16\xf0\x18\x00\x0a\x0b\x80\x06\xd8\x03\x09\xf0\x00\x01\x01\x15\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xf0\x03\x01\x01\x15\xf0\x00\x01\x01\x15\xf8\xf0\x55\x22\x00\x08\x13\xf0\x00\x01\x01\x45\x01\xf0\x00\x01\x01\x45\x01\xf0\x00\x01\x01\x45\x01\xd8\x0a\x15\x88\x2b\xd0\x16\x3d\xc0\x03\xd1\x16\x43\xd4\x0a\x44\xd0\x04\x44\xf8\xf8\xf8\xf8\xf0\x03\x01\x01\x45\x01\xf8\xf8\xf8\xf8\xf0\x7c\x21\x00\x08\x13\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xe0\x14\x18\x80\x4d\xd8\x14\x18\x80\x4d\xd8\x15\x19\x80\x4e\xd8\x1f\x23\xd0\x04\x1c\xd8\x1e\x22\xd0\x04\x1b\xd8\x19\x1d\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x0f\x07\x01\x1e\xf8\xf8\xf8",
70035 : : };
70036 : : static
70037 : : struct {
70038 : : PyObject_VAR_HEAD
70039 : : Py_hash_t ob_shash;
70040 : : char ob_sval[42];
70041 : : }
70042 : : codecs_toplevel_exceptiontable = {
70043 : : .ob_base = {
70044 : : .ob_base = {
70045 : : .ob_refcnt = 999999999,
70046 : : .ob_type = &PyBytes_Type,
70047 : : },
70048 : : .ob_size = 41,
70049 : : },
70050 : : .ob_shash = -1,
70051 : : .ob_sval = "\x8c\x04\x44\x27\x00\xc3\x25\x36\x45\x00\x00\xc4\x27\x05\x44\x3d\x03\xc4\x2c\x0c\x44\x38\x03\xc4\x38\x05\x44\x3d\x03\xc5\x00\x11\x45\x14\x03\xc5\x13\x01\x45\x14\x03",
70052 : : };
70053 : : static
70054 : : struct _PyCode_DEF(686)
70055 : : codecs_toplevel = {
70056 : : .ob_base = {
70057 : : .ob_base = {
70058 : : .ob_refcnt = 999999999,
70059 : : .ob_type = &PyCode_Type,
70060 : : },
70061 : : .ob_size = 343,
70062 : : },
70063 : : .co_consts = & codecs_toplevel_consts._object.ob_base.ob_base,
70064 : : .co_names = & codecs_toplevel_names._object.ob_base.ob_base,
70065 : : .co_exceptiontable = & codecs_toplevel_exceptiontable.ob_base.ob_base,
70066 : : .co_flags = 0,
70067 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70068 : : ._co_linearray_entry_size = 0,
70069 : : .co_argcount = 0,
70070 : : .co_posonlyargcount = 0,
70071 : : .co_kwonlyargcount = 0,
70072 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
70073 : : .co_stacksize = 5,
70074 : : .co_firstlineno = 1,
70075 : : .co_nlocalsplus = 0,
70076 : : .co_nlocals = 0,
70077 : : .co_nplaincellvars = 0,
70078 : : .co_ncellvars = 0,
70079 : : .co_nfreevars = 0,
70080 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
70081 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
70082 : : .co_filename = & codecs_toplevel_consts_12_consts_5_filename._ascii.ob_base,
70083 : : .co_name = &_Py_STR(anon_module),
70084 : : .co_qualname = &_Py_STR(anon_module),
70085 : : .co_linetable = & codecs_toplevel_linetable.ob_base.ob_base,
70086 : : ._co_code = NULL,
70087 : : ._co_linearray = NULL,
70088 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x09\x00\x64\x01\x64\x03\x6c\x03\x54\x00\x67\x00\x64\x05\xa2\x01\x5a\x07\x64\x06\x5a\x08\x64\x07\x78\x01\x5a\x09\x5a\x0a\x64\x08\x78\x01\x5a\x0b\x5a\x0c\x64\x09\x5a\x0d\x64\x0a\x5a\x0e\x65\x02\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x07\x65\x0a\x78\x01\x5a\x10\x5a\x11\x65\x0d\x5a\x12\x6e\x06\x65\x0c\x78\x01\x5a\x10\x5a\x11\x65\x0e\x5a\x12\x65\x0a\x5a\x13\x65\x0c\x5a\x14\x65\x0d\x5a\x15\x65\x0e\x5a\x16\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x17\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x02\x00\x47\x00\x64\x0e\x84\x00\x64\x0f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x19\x02\x00\x47\x00\x64\x10\x84\x00\x64\x11\x65\x1a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1b\x02\x00\x47\x00\x64\x12\x84\x00\x64\x13\x65\x1b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x47\x00\x64\x14\x84\x00\x64\x15\x65\x1a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x1d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1e\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x19\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x19\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x47\x00\x64\x1e\x84\x00\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x22\x64\x34\x64\x23\x84\x01\x5a\x23\x64\x35\x64\x24\x84\x01\x5a\x24\x64\x25\x84\x00\x5a\x25\x64\x26\x84\x00\x5a\x26\x64\x27\x84\x00\x5a\x27\x64\x28\x84\x00\x5a\x28\x64\x29\x84\x00\x5a\x29\x64\x2a\x84\x00\x5a\x2a\x64\x36\x64\x2b\x84\x01\x5a\x2b\x64\x36\x64\x2c\x84\x01\x5a\x2c\x64\x2d\x84\x00\x5a\x2d\x64\x2e\x84\x00\x5a\x2e\x09\x00\x02\x00\x65\x2f\x64\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x30\x02\x00\x65\x2f\x64\x2f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x65\x2f\x64\x30\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x02\x00\x65\x2f\x64\x31\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x33\x02\x00\x65\x2f\x64\x32\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x65\x2f\x64\x33\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x64\x01\x5a\x37\x65\x37\x72\x06\x64\x01\x64\x02\x6c\x38\x5a\x38\x64\x02\x53\x00\x64\x02\x53\x00\x23\x00\x65\x04\x24\x00\x72\x11\x5a\x05\x02\x00\x65\x06\x64\x04\x65\x05\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x02\x5a\x05\x5b\x05\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x36\x24\x00\x72\x0f\x01\x00\x64\x02\x5a\x30\x64\x02\x5a\x31\x64\x02\x5a\x32\x64\x02\x5a\x33\x64\x02\x5a\x34\x64\x02\x5a\x35\x59\x00\x8c\x38\x77\x00\x78\x03\x59\x00\x77\x01",
70089 : : ._co_firsttraceable = 0,
70090 : : };
70091 : 3111 : static void codecs_do_patchups(void) {
70092 : 3111 : }
70093 : :
70094 : : PyObject *
70095 : 3111 : _Py_get_codecs_toplevel(void)
70096 : : {
70097 : 3111 : codecs_do_patchups();
70098 : 3111 : return Py_NewRef((PyObject *) &codecs_toplevel);
70099 : : }
70100 : :
70101 : : static
70102 : : struct {
70103 : : PyASCIIObject _ascii;
70104 : : uint8_t _data[1474];
70105 : : }
70106 : : io_toplevel_consts_0 = {
70107 : : ._ascii = {
70108 : : .ob_base = {
70109 : : .ob_refcnt = 999999999,
70110 : : .ob_type = &PyUnicode_Type,
70111 : : },
70112 : : .length = 1473,
70113 : : .hash = -1,
70114 : : .state = {
70115 : : .kind = 1,
70116 : : .compact = 1,
70117 : : .ascii = 1,
70118 : : },
70119 : : },
70120 : : ._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",
70121 : : };
70122 : : static
70123 : : struct {
70124 : : PyASCIIObject _ascii;
70125 : : uint8_t _data[236];
70126 : : }
70127 : : io_toplevel_consts_1 = {
70128 : : ._ascii = {
70129 : : .ob_base = {
70130 : : .ob_refcnt = 999999999,
70131 : : .ob_type = &PyUnicode_Type,
70132 : : },
70133 : : .length = 235,
70134 : : .hash = -1,
70135 : : .state = {
70136 : : .kind = 1,
70137 : : .compact = 1,
70138 : : .ascii = 1,
70139 : : },
70140 : : },
70141 : : ._data = "Guido van Rossum <guido@python.org>, Mike Verdone <mike.verdone@gmail.com>, Mark Russell <mark.russell@zen.co.uk>, Antoine Pitrou <solipsis@pitrou.net>, Amaury Forgeot d'Arc <amauryfa@gmail.com>, Benjamin Peterson <benjamin@python.org>",
70142 : : };
70143 : : static
70144 : : struct {
70145 : : PyASCIIObject _ascii;
70146 : : uint8_t _data[16];
70147 : : }
70148 : : const_str_BlockingIOError = {
70149 : : ._ascii = {
70150 : : .ob_base = {
70151 : : .ob_refcnt = 999999999,
70152 : : .ob_type = &PyUnicode_Type,
70153 : : },
70154 : : .length = 15,
70155 : : .hash = -1,
70156 : : .state = {
70157 : : .kind = 1,
70158 : : .compact = 1,
70159 : : .ascii = 1,
70160 : : },
70161 : : },
70162 : : ._data = "BlockingIOError",
70163 : : };
70164 : : static
70165 : : struct {
70166 : : PyASCIIObject _ascii;
70167 : : uint8_t _data[7];
70168 : : }
70169 : : const_str_IOBase = {
70170 : : ._ascii = {
70171 : : .ob_base = {
70172 : : .ob_refcnt = 999999999,
70173 : : .ob_type = &PyUnicode_Type,
70174 : : },
70175 : : .length = 6,
70176 : : .hash = -1,
70177 : : .state = {
70178 : : .kind = 1,
70179 : : .compact = 1,
70180 : : .ascii = 1,
70181 : : },
70182 : : },
70183 : : ._data = "IOBase",
70184 : : };
70185 : : static
70186 : : struct {
70187 : : PyASCIIObject _ascii;
70188 : : uint8_t _data[10];
70189 : : }
70190 : : const_str_RawIOBase = {
70191 : : ._ascii = {
70192 : : .ob_base = {
70193 : : .ob_refcnt = 999999999,
70194 : : .ob_type = &PyUnicode_Type,
70195 : : },
70196 : : .length = 9,
70197 : : .hash = -1,
70198 : : .state = {
70199 : : .kind = 1,
70200 : : .compact = 1,
70201 : : .ascii = 1,
70202 : : },
70203 : : },
70204 : : ._data = "RawIOBase",
70205 : : };
70206 : : static
70207 : : struct {
70208 : : PyASCIIObject _ascii;
70209 : : uint8_t _data[9];
70210 : : }
70211 : : const_str_StringIO = {
70212 : : ._ascii = {
70213 : : .ob_base = {
70214 : : .ob_refcnt = 999999999,
70215 : : .ob_type = &PyUnicode_Type,
70216 : : },
70217 : : .length = 8,
70218 : : .hash = -1,
70219 : : .state = {
70220 : : .kind = 1,
70221 : : .compact = 1,
70222 : : .ascii = 1,
70223 : : },
70224 : : },
70225 : : ._data = "StringIO",
70226 : : };
70227 : : static
70228 : : struct {
70229 : : PyASCIIObject _ascii;
70230 : : uint8_t _data[15];
70231 : : }
70232 : : const_str_BufferedIOBase = {
70233 : : ._ascii = {
70234 : : .ob_base = {
70235 : : .ob_refcnt = 999999999,
70236 : : .ob_type = &PyUnicode_Type,
70237 : : },
70238 : : .length = 14,
70239 : : .hash = -1,
70240 : : .state = {
70241 : : .kind = 1,
70242 : : .compact = 1,
70243 : : .ascii = 1,
70244 : : },
70245 : : },
70246 : : ._data = "BufferedIOBase",
70247 : : };
70248 : : static
70249 : : struct {
70250 : : PyASCIIObject _ascii;
70251 : : uint8_t _data[15];
70252 : : }
70253 : : const_str_BufferedReader = {
70254 : : ._ascii = {
70255 : : .ob_base = {
70256 : : .ob_refcnt = 999999999,
70257 : : .ob_type = &PyUnicode_Type,
70258 : : },
70259 : : .length = 14,
70260 : : .hash = -1,
70261 : : .state = {
70262 : : .kind = 1,
70263 : : .compact = 1,
70264 : : .ascii = 1,
70265 : : },
70266 : : },
70267 : : ._data = "BufferedReader",
70268 : : };
70269 : : static
70270 : : struct {
70271 : : PyASCIIObject _ascii;
70272 : : uint8_t _data[15];
70273 : : }
70274 : : const_str_BufferedWriter = {
70275 : : ._ascii = {
70276 : : .ob_base = {
70277 : : .ob_refcnt = 999999999,
70278 : : .ob_type = &PyUnicode_Type,
70279 : : },
70280 : : .length = 14,
70281 : : .hash = -1,
70282 : : .state = {
70283 : : .kind = 1,
70284 : : .compact = 1,
70285 : : .ascii = 1,
70286 : : },
70287 : : },
70288 : : ._data = "BufferedWriter",
70289 : : };
70290 : : static
70291 : : struct {
70292 : : PyASCIIObject _ascii;
70293 : : uint8_t _data[15];
70294 : : }
70295 : : const_str_BufferedRWPair = {
70296 : : ._ascii = {
70297 : : .ob_base = {
70298 : : .ob_refcnt = 999999999,
70299 : : .ob_type = &PyUnicode_Type,
70300 : : },
70301 : : .length = 14,
70302 : : .hash = -1,
70303 : : .state = {
70304 : : .kind = 1,
70305 : : .compact = 1,
70306 : : .ascii = 1,
70307 : : },
70308 : : },
70309 : : ._data = "BufferedRWPair",
70310 : : };
70311 : : static
70312 : : struct {
70313 : : PyASCIIObject _ascii;
70314 : : uint8_t _data[15];
70315 : : }
70316 : : const_str_BufferedRandom = {
70317 : : ._ascii = {
70318 : : .ob_base = {
70319 : : .ob_refcnt = 999999999,
70320 : : .ob_type = &PyUnicode_Type,
70321 : : },
70322 : : .length = 14,
70323 : : .hash = -1,
70324 : : .state = {
70325 : : .kind = 1,
70326 : : .compact = 1,
70327 : : .ascii = 1,
70328 : : },
70329 : : },
70330 : : ._data = "BufferedRandom",
70331 : : };
70332 : : static
70333 : : struct {
70334 : : PyASCIIObject _ascii;
70335 : : uint8_t _data[11];
70336 : : }
70337 : : const_str_TextIOBase = {
70338 : : ._ascii = {
70339 : : .ob_base = {
70340 : : .ob_refcnt = 999999999,
70341 : : .ob_type = &PyUnicode_Type,
70342 : : },
70343 : : .length = 10,
70344 : : .hash = -1,
70345 : : .state = {
70346 : : .kind = 1,
70347 : : .compact = 1,
70348 : : .ascii = 1,
70349 : : },
70350 : : },
70351 : : ._data = "TextIOBase",
70352 : : };
70353 : : static
70354 : : struct {
70355 : : PyASCIIObject _ascii;
70356 : : uint8_t _data[21];
70357 : : }
70358 : : const_str_UnsupportedOperation = {
70359 : : ._ascii = {
70360 : : .ob_base = {
70361 : : .ob_refcnt = 999999999,
70362 : : .ob_type = &PyUnicode_Type,
70363 : : },
70364 : : .length = 20,
70365 : : .hash = -1,
70366 : : .state = {
70367 : : .kind = 1,
70368 : : .compact = 1,
70369 : : .ascii = 1,
70370 : : },
70371 : : },
70372 : : ._data = "UnsupportedOperation",
70373 : : };
70374 : : static
70375 : : struct {
70376 : : PyASCIIObject _ascii;
70377 : : uint8_t _data[9];
70378 : : }
70379 : : const_str_SEEK_SET = {
70380 : : ._ascii = {
70381 : : .ob_base = {
70382 : : .ob_refcnt = 999999999,
70383 : : .ob_type = &PyUnicode_Type,
70384 : : },
70385 : : .length = 8,
70386 : : .hash = -1,
70387 : : .state = {
70388 : : .kind = 1,
70389 : : .compact = 1,
70390 : : .ascii = 1,
70391 : : },
70392 : : },
70393 : : ._data = "SEEK_SET",
70394 : : };
70395 : : static
70396 : : struct {
70397 : : PyASCIIObject _ascii;
70398 : : uint8_t _data[9];
70399 : : }
70400 : : const_str_SEEK_CUR = {
70401 : : ._ascii = {
70402 : : .ob_base = {
70403 : : .ob_refcnt = 999999999,
70404 : : .ob_type = &PyUnicode_Type,
70405 : : },
70406 : : .length = 8,
70407 : : .hash = -1,
70408 : : .state = {
70409 : : .kind = 1,
70410 : : .compact = 1,
70411 : : .ascii = 1,
70412 : : },
70413 : : },
70414 : : ._data = "SEEK_CUR",
70415 : : };
70416 : : static
70417 : : struct {
70418 : : PyASCIIObject _ascii;
70419 : : uint8_t _data[9];
70420 : : }
70421 : : const_str_SEEK_END = {
70422 : : ._ascii = {
70423 : : .ob_base = {
70424 : : .ob_refcnt = 999999999,
70425 : : .ob_type = &PyUnicode_Type,
70426 : : },
70427 : : .length = 8,
70428 : : .hash = -1,
70429 : : .state = {
70430 : : .kind = 1,
70431 : : .compact = 1,
70432 : : .ascii = 1,
70433 : : },
70434 : : },
70435 : : ._data = "SEEK_END",
70436 : : };
70437 : : static
70438 : : struct {
70439 : : PyGC_Head _gc_head;
70440 : : struct {
70441 : : PyObject_VAR_HEAD
70442 : : PyObject *ob_item[19];
70443 : : }_object;
70444 : : }
70445 : : io_toplevel_consts_2 = {
70446 : : ._object = {
70447 : : .ob_base = {
70448 : : .ob_base = {
70449 : : .ob_refcnt = 999999999,
70450 : : .ob_type = &PyTuple_Type,
70451 : : },
70452 : : .ob_size = 19,
70453 : : },
70454 : : .ob_item = {
70455 : : & const_str_BlockingIOError._ascii.ob_base,
70456 : : &_Py_ID(open),
70457 : : & const_str_open_code._ascii.ob_base,
70458 : : & const_str_IOBase._ascii.ob_base,
70459 : : & const_str_RawIOBase._ascii.ob_base,
70460 : : & const_str_FileIO._ascii.ob_base,
70461 : : & const_str_BytesIO._ascii.ob_base,
70462 : : & const_str_StringIO._ascii.ob_base,
70463 : : & const_str_BufferedIOBase._ascii.ob_base,
70464 : : & const_str_BufferedReader._ascii.ob_base,
70465 : : & const_str_BufferedWriter._ascii.ob_base,
70466 : : & const_str_BufferedRWPair._ascii.ob_base,
70467 : : & const_str_BufferedRandom._ascii.ob_base,
70468 : : & const_str_TextIOBase._ascii.ob_base,
70469 : : &_Py_ID(TextIOWrapper),
70470 : : & const_str_UnsupportedOperation._ascii.ob_base,
70471 : : & const_str_SEEK_SET._ascii.ob_base,
70472 : : & const_str_SEEK_CUR._ascii.ob_base,
70473 : : & const_str_SEEK_END._ascii.ob_base,
70474 : : },
70475 : : },
70476 : : };
70477 : : static
70478 : : struct {
70479 : : PyASCIIObject _ascii;
70480 : : uint8_t _data[20];
70481 : : }
70482 : : const_str_DEFAULT_BUFFER_SIZE = {
70483 : : ._ascii = {
70484 : : .ob_base = {
70485 : : .ob_refcnt = 999999999,
70486 : : .ob_type = &PyUnicode_Type,
70487 : : },
70488 : : .length = 19,
70489 : : .hash = -1,
70490 : : .state = {
70491 : : .kind = 1,
70492 : : .compact = 1,
70493 : : .ascii = 1,
70494 : : },
70495 : : },
70496 : : ._data = "DEFAULT_BUFFER_SIZE",
70497 : : };
70498 : : static
70499 : : struct {
70500 : : PyASCIIObject _ascii;
70501 : : uint8_t _data[14];
70502 : : }
70503 : : const_str_text_encoding = {
70504 : : ._ascii = {
70505 : : .ob_base = {
70506 : : .ob_refcnt = 999999999,
70507 : : .ob_type = &PyUnicode_Type,
70508 : : },
70509 : : .length = 13,
70510 : : .hash = -1,
70511 : : .state = {
70512 : : .kind = 1,
70513 : : .compact = 1,
70514 : : .ascii = 1,
70515 : : },
70516 : : },
70517 : : ._data = "text_encoding",
70518 : : };
70519 : : static
70520 : : struct {
70521 : : PyGC_Head _gc_head;
70522 : : struct {
70523 : : PyObject_VAR_HEAD
70524 : : PyObject *ob_item[15];
70525 : : }_object;
70526 : : }
70527 : : io_toplevel_consts_5 = {
70528 : : ._object = {
70529 : : .ob_base = {
70530 : : .ob_base = {
70531 : : .ob_refcnt = 999999999,
70532 : : .ob_type = &PyTuple_Type,
70533 : : },
70534 : : .ob_size = 15,
70535 : : },
70536 : : .ob_item = {
70537 : : & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
70538 : : & const_str_BlockingIOError._ascii.ob_base,
70539 : : & const_str_UnsupportedOperation._ascii.ob_base,
70540 : : &_Py_ID(open),
70541 : : & const_str_open_code._ascii.ob_base,
70542 : : & const_str_FileIO._ascii.ob_base,
70543 : : & const_str_BytesIO._ascii.ob_base,
70544 : : & const_str_StringIO._ascii.ob_base,
70545 : : & const_str_BufferedReader._ascii.ob_base,
70546 : : & const_str_BufferedWriter._ascii.ob_base,
70547 : : & const_str_BufferedRWPair._ascii.ob_base,
70548 : : & const_str_BufferedRandom._ascii.ob_base,
70549 : : & const_str_IncrementalNewlineDecoder._ascii.ob_base,
70550 : : & const_str_text_encoding._ascii.ob_base,
70551 : : &_Py_ID(TextIOWrapper),
70552 : : },
70553 : : },
70554 : : };
70555 : : static
70556 : : struct {
70557 : : PyASCIIObject _ascii;
70558 : : uint8_t _data[3];
70559 : : }
70560 : : const_str_io = {
70561 : : ._ascii = {
70562 : : .ob_base = {
70563 : : .ob_refcnt = 999999999,
70564 : : .ob_type = &PyUnicode_Type,
70565 : : },
70566 : : .length = 2,
70567 : : .hash = -1,
70568 : : .state = {
70569 : : .kind = 1,
70570 : : .compact = 1,
70571 : : .ascii = 1,
70572 : : },
70573 : : },
70574 : : ._data = "io",
70575 : : };
70576 : : static
70577 : : struct {
70578 : : PyGC_Head _gc_head;
70579 : : struct {
70580 : : PyObject_VAR_HEAD
70581 : : PyObject *ob_item[2];
70582 : : }_object;
70583 : : }
70584 : : io_toplevel_consts_9_consts = {
70585 : : ._object = {
70586 : : .ob_base = {
70587 : : .ob_base = {
70588 : : .ob_refcnt = 999999999,
70589 : : .ob_type = &PyTuple_Type,
70590 : : },
70591 : : .ob_size = 2,
70592 : : },
70593 : : .ob_item = {
70594 : : & const_str_IOBase._ascii.ob_base,
70595 : : Py_None,
70596 : : },
70597 : : },
70598 : : };
70599 : : static
70600 : : struct {
70601 : : PyASCIIObject _ascii;
70602 : : uint8_t _data[8];
70603 : : }
70604 : : const_str__IOBase = {
70605 : : ._ascii = {
70606 : : .ob_base = {
70607 : : .ob_refcnt = 999999999,
70608 : : .ob_type = &PyUnicode_Type,
70609 : : },
70610 : : .length = 7,
70611 : : .hash = -1,
70612 : : .state = {
70613 : : .kind = 1,
70614 : : .compact = 1,
70615 : : .ascii = 1,
70616 : : },
70617 : : },
70618 : : ._data = "_IOBase",
70619 : : };
70620 : : static
70621 : : struct {
70622 : : PyGC_Head _gc_head;
70623 : : struct {
70624 : : PyObject_VAR_HEAD
70625 : : PyObject *ob_item[6];
70626 : : }_object;
70627 : : }
70628 : : io_toplevel_consts_9_names = {
70629 : : ._object = {
70630 : : .ob_base = {
70631 : : .ob_base = {
70632 : : .ob_refcnt = 999999999,
70633 : : .ob_type = &PyTuple_Type,
70634 : : },
70635 : : .ob_size = 6,
70636 : : },
70637 : : .ob_item = {
70638 : : &_Py_ID(__name__),
70639 : : &_Py_ID(__module__),
70640 : : &_Py_ID(__qualname__),
70641 : : & const_str__io._ascii.ob_base,
70642 : : & const_str__IOBase._ascii.ob_base,
70643 : : &_Py_ID(__doc__),
70644 : : },
70645 : : },
70646 : : };
70647 : : static
70648 : : struct {
70649 : : PyASCIIObject _ascii;
70650 : : uint8_t _data[12];
70651 : : }
70652 : : io_toplevel_consts_9_filename = {
70653 : : ._ascii = {
70654 : : .ob_base = {
70655 : : .ob_refcnt = 999999999,
70656 : : .ob_type = &PyUnicode_Type,
70657 : : },
70658 : : .length = 11,
70659 : : .hash = -1,
70660 : : .state = {
70661 : : .kind = 1,
70662 : : .compact = 1,
70663 : : .ascii = 1,
70664 : : },
70665 : : },
70666 : : ._data = "<frozen io>",
70667 : : };
70668 : : static
70669 : : struct {
70670 : : PyObject_VAR_HEAD
70671 : : Py_hash_t ob_shash;
70672 : : char ob_sval[30];
70673 : : }
70674 : : io_toplevel_consts_9_linetable = {
70675 : : .ob_base = {
70676 : : .ob_base = {
70677 : : .ob_refcnt = 999999999,
70678 : : .ob_type = &PyBytes_Type,
70679 : : },
70680 : : .ob_size = 29,
70681 : : },
70682 : : .ob_shash = -1,
70683 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6b\x89\x6b\xd7\x0e\x21\xd1\x0e\x21\x80\x47\x80\x47\x80\x47",
70684 : : };
70685 : : static
70686 : : struct _PyCode_DEF(58)
70687 : : io_toplevel_consts_9 = {
70688 : : .ob_base = {
70689 : : .ob_base = {
70690 : : .ob_refcnt = 999999999,
70691 : : .ob_type = &PyCode_Type,
70692 : : },
70693 : : .ob_size = 29,
70694 : : },
70695 : : .co_consts = & io_toplevel_consts_9_consts._object.ob_base.ob_base,
70696 : : .co_names = & io_toplevel_consts_9_names._object.ob_base.ob_base,
70697 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70698 : : .co_flags = 0,
70699 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70700 : : ._co_linearray_entry_size = 0,
70701 : : .co_argcount = 0,
70702 : : .co_posonlyargcount = 0,
70703 : : .co_kwonlyargcount = 0,
70704 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
70705 : : .co_stacksize = 1,
70706 : : .co_firstlineno = 71,
70707 : : .co_nlocalsplus = 0,
70708 : : .co_nlocals = 0,
70709 : : .co_nplaincellvars = 0,
70710 : : .co_ncellvars = 0,
70711 : : .co_nfreevars = 0,
70712 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
70713 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
70714 : : .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
70715 : : .co_name = & const_str_IOBase._ascii.ob_base,
70716 : : .co_qualname = & const_str_IOBase._ascii.ob_base,
70717 : : .co_linetable = & io_toplevel_consts_9_linetable.ob_base.ob_base,
70718 : : ._co_code = NULL,
70719 : : ._co_linearray = NULL,
70720 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
70721 : : ._co_firsttraceable = 0,
70722 : : };
70723 : : static
70724 : : struct {
70725 : : PyGC_Head _gc_head;
70726 : : struct {
70727 : : PyObject_VAR_HEAD
70728 : : PyObject *ob_item[2];
70729 : : }_object;
70730 : : }
70731 : : io_toplevel_consts_12_consts = {
70732 : : ._object = {
70733 : : .ob_base = {
70734 : : .ob_base = {
70735 : : .ob_refcnt = 999999999,
70736 : : .ob_type = &PyTuple_Type,
70737 : : },
70738 : : .ob_size = 2,
70739 : : },
70740 : : .ob_item = {
70741 : : & const_str_RawIOBase._ascii.ob_base,
70742 : : Py_None,
70743 : : },
70744 : : },
70745 : : };
70746 : : static
70747 : : struct {
70748 : : PyASCIIObject _ascii;
70749 : : uint8_t _data[11];
70750 : : }
70751 : : const_str__RawIOBase = {
70752 : : ._ascii = {
70753 : : .ob_base = {
70754 : : .ob_refcnt = 999999999,
70755 : : .ob_type = &PyUnicode_Type,
70756 : : },
70757 : : .length = 10,
70758 : : .hash = -1,
70759 : : .state = {
70760 : : .kind = 1,
70761 : : .compact = 1,
70762 : : .ascii = 1,
70763 : : },
70764 : : },
70765 : : ._data = "_RawIOBase",
70766 : : };
70767 : : static
70768 : : struct {
70769 : : PyGC_Head _gc_head;
70770 : : struct {
70771 : : PyObject_VAR_HEAD
70772 : : PyObject *ob_item[6];
70773 : : }_object;
70774 : : }
70775 : : io_toplevel_consts_12_names = {
70776 : : ._object = {
70777 : : .ob_base = {
70778 : : .ob_base = {
70779 : : .ob_refcnt = 999999999,
70780 : : .ob_type = &PyTuple_Type,
70781 : : },
70782 : : .ob_size = 6,
70783 : : },
70784 : : .ob_item = {
70785 : : &_Py_ID(__name__),
70786 : : &_Py_ID(__module__),
70787 : : &_Py_ID(__qualname__),
70788 : : & const_str__io._ascii.ob_base,
70789 : : & const_str__RawIOBase._ascii.ob_base,
70790 : : &_Py_ID(__doc__),
70791 : : },
70792 : : },
70793 : : };
70794 : : static
70795 : : struct {
70796 : : PyObject_VAR_HEAD
70797 : : Py_hash_t ob_shash;
70798 : : char ob_sval[30];
70799 : : }
70800 : : io_toplevel_consts_12_linetable = {
70801 : : .ob_base = {
70802 : : .ob_base = {
70803 : : .ob_refcnt = 999999999,
70804 : : .ob_type = &PyBytes_Type,
70805 : : },
70806 : : .ob_size = 29,
70807 : : },
70808 : : .ob_shash = -1,
70809 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6e\x89\x6e\xd7\x0e\x24\xd1\x0e\x24\x80\x47\x80\x47\x80\x47",
70810 : : };
70811 : : static
70812 : : struct _PyCode_DEF(58)
70813 : : io_toplevel_consts_12 = {
70814 : : .ob_base = {
70815 : : .ob_base = {
70816 : : .ob_refcnt = 999999999,
70817 : : .ob_type = &PyCode_Type,
70818 : : },
70819 : : .ob_size = 29,
70820 : : },
70821 : : .co_consts = & io_toplevel_consts_12_consts._object.ob_base.ob_base,
70822 : : .co_names = & io_toplevel_consts_12_names._object.ob_base.ob_base,
70823 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70824 : : .co_flags = 0,
70825 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70826 : : ._co_linearray_entry_size = 0,
70827 : : .co_argcount = 0,
70828 : : .co_posonlyargcount = 0,
70829 : : .co_kwonlyargcount = 0,
70830 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
70831 : : .co_stacksize = 1,
70832 : : .co_firstlineno = 74,
70833 : : .co_nlocalsplus = 0,
70834 : : .co_nlocals = 0,
70835 : : .co_nplaincellvars = 0,
70836 : : .co_ncellvars = 0,
70837 : : .co_nfreevars = 0,
70838 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
70839 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
70840 : : .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
70841 : : .co_name = & const_str_RawIOBase._ascii.ob_base,
70842 : : .co_qualname = & const_str_RawIOBase._ascii.ob_base,
70843 : : .co_linetable = & io_toplevel_consts_12_linetable.ob_base.ob_base,
70844 : : ._co_code = NULL,
70845 : : ._co_linearray = NULL,
70846 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
70847 : : ._co_firsttraceable = 0,
70848 : : };
70849 : : static
70850 : : struct {
70851 : : PyGC_Head _gc_head;
70852 : : struct {
70853 : : PyObject_VAR_HEAD
70854 : : PyObject *ob_item[2];
70855 : : }_object;
70856 : : }
70857 : : io_toplevel_consts_14_consts = {
70858 : : ._object = {
70859 : : .ob_base = {
70860 : : .ob_base = {
70861 : : .ob_refcnt = 999999999,
70862 : : .ob_type = &PyTuple_Type,
70863 : : },
70864 : : .ob_size = 2,
70865 : : },
70866 : : .ob_item = {
70867 : : & const_str_BufferedIOBase._ascii.ob_base,
70868 : : Py_None,
70869 : : },
70870 : : },
70871 : : };
70872 : : static
70873 : : struct {
70874 : : PyASCIIObject _ascii;
70875 : : uint8_t _data[16];
70876 : : }
70877 : : const_str__BufferedIOBase = {
70878 : : ._ascii = {
70879 : : .ob_base = {
70880 : : .ob_refcnt = 999999999,
70881 : : .ob_type = &PyUnicode_Type,
70882 : : },
70883 : : .length = 15,
70884 : : .hash = -1,
70885 : : .state = {
70886 : : .kind = 1,
70887 : : .compact = 1,
70888 : : .ascii = 1,
70889 : : },
70890 : : },
70891 : : ._data = "_BufferedIOBase",
70892 : : };
70893 : : static
70894 : : struct {
70895 : : PyGC_Head _gc_head;
70896 : : struct {
70897 : : PyObject_VAR_HEAD
70898 : : PyObject *ob_item[6];
70899 : : }_object;
70900 : : }
70901 : : io_toplevel_consts_14_names = {
70902 : : ._object = {
70903 : : .ob_base = {
70904 : : .ob_base = {
70905 : : .ob_refcnt = 999999999,
70906 : : .ob_type = &PyTuple_Type,
70907 : : },
70908 : : .ob_size = 6,
70909 : : },
70910 : : .ob_item = {
70911 : : &_Py_ID(__name__),
70912 : : &_Py_ID(__module__),
70913 : : &_Py_ID(__qualname__),
70914 : : & const_str__io._ascii.ob_base,
70915 : : & const_str__BufferedIOBase._ascii.ob_base,
70916 : : &_Py_ID(__doc__),
70917 : : },
70918 : : },
70919 : : };
70920 : : static
70921 : : struct {
70922 : : PyObject_VAR_HEAD
70923 : : Py_hash_t ob_shash;
70924 : : char ob_sval[32];
70925 : : }
70926 : : io_toplevel_consts_14_linetable = {
70927 : : .ob_base = {
70928 : : .ob_base = {
70929 : : .ob_refcnt = 999999999,
70930 : : .ob_type = &PyBytes_Type,
70931 : : },
70932 : : .ob_size = 31,
70933 : : },
70934 : : .ob_shash = -1,
70935 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\xd7\x0e\x21\xd1\x0e\x21\xd7\x0e\x29\xd1\x0e\x29\x80\x47\x80\x47\x80\x47",
70936 : : };
70937 : : static
70938 : : struct _PyCode_DEF(58)
70939 : : io_toplevel_consts_14 = {
70940 : : .ob_base = {
70941 : : .ob_base = {
70942 : : .ob_refcnt = 999999999,
70943 : : .ob_type = &PyCode_Type,
70944 : : },
70945 : : .ob_size = 29,
70946 : : },
70947 : : .co_consts = & io_toplevel_consts_14_consts._object.ob_base.ob_base,
70948 : : .co_names = & io_toplevel_consts_14_names._object.ob_base.ob_base,
70949 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
70950 : : .co_flags = 0,
70951 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
70952 : : ._co_linearray_entry_size = 0,
70953 : : .co_argcount = 0,
70954 : : .co_posonlyargcount = 0,
70955 : : .co_kwonlyargcount = 0,
70956 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
70957 : : .co_stacksize = 1,
70958 : : .co_firstlineno = 77,
70959 : : .co_nlocalsplus = 0,
70960 : : .co_nlocals = 0,
70961 : : .co_nplaincellvars = 0,
70962 : : .co_ncellvars = 0,
70963 : : .co_nfreevars = 0,
70964 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
70965 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
70966 : : .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
70967 : : .co_name = & const_str_BufferedIOBase._ascii.ob_base,
70968 : : .co_qualname = & const_str_BufferedIOBase._ascii.ob_base,
70969 : : .co_linetable = & io_toplevel_consts_14_linetable.ob_base.ob_base,
70970 : : ._co_code = NULL,
70971 : : ._co_linearray = NULL,
70972 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
70973 : : ._co_firsttraceable = 0,
70974 : : };
70975 : : static
70976 : : struct {
70977 : : PyGC_Head _gc_head;
70978 : : struct {
70979 : : PyObject_VAR_HEAD
70980 : : PyObject *ob_item[2];
70981 : : }_object;
70982 : : }
70983 : : io_toplevel_consts_16_consts = {
70984 : : ._object = {
70985 : : .ob_base = {
70986 : : .ob_base = {
70987 : : .ob_refcnt = 999999999,
70988 : : .ob_type = &PyTuple_Type,
70989 : : },
70990 : : .ob_size = 2,
70991 : : },
70992 : : .ob_item = {
70993 : : & const_str_TextIOBase._ascii.ob_base,
70994 : : Py_None,
70995 : : },
70996 : : },
70997 : : };
70998 : : static
70999 : : struct {
71000 : : PyASCIIObject _ascii;
71001 : : uint8_t _data[12];
71002 : : }
71003 : : const_str__TextIOBase = {
71004 : : ._ascii = {
71005 : : .ob_base = {
71006 : : .ob_refcnt = 999999999,
71007 : : .ob_type = &PyUnicode_Type,
71008 : : },
71009 : : .length = 11,
71010 : : .hash = -1,
71011 : : .state = {
71012 : : .kind = 1,
71013 : : .compact = 1,
71014 : : .ascii = 1,
71015 : : },
71016 : : },
71017 : : ._data = "_TextIOBase",
71018 : : };
71019 : : static
71020 : : struct {
71021 : : PyGC_Head _gc_head;
71022 : : struct {
71023 : : PyObject_VAR_HEAD
71024 : : PyObject *ob_item[6];
71025 : : }_object;
71026 : : }
71027 : : io_toplevel_consts_16_names = {
71028 : : ._object = {
71029 : : .ob_base = {
71030 : : .ob_base = {
71031 : : .ob_refcnt = 999999999,
71032 : : .ob_type = &PyTuple_Type,
71033 : : },
71034 : : .ob_size = 6,
71035 : : },
71036 : : .ob_item = {
71037 : : &_Py_ID(__name__),
71038 : : &_Py_ID(__module__),
71039 : : &_Py_ID(__qualname__),
71040 : : & const_str__io._ascii.ob_base,
71041 : : & const_str__TextIOBase._ascii.ob_base,
71042 : : &_Py_ID(__doc__),
71043 : : },
71044 : : },
71045 : : };
71046 : : static
71047 : : struct {
71048 : : PyObject_VAR_HEAD
71049 : : Py_hash_t ob_shash;
71050 : : char ob_sval[30];
71051 : : }
71052 : : io_toplevel_consts_16_linetable = {
71053 : : .ob_base = {
71054 : : .ob_base = {
71055 : : .ob_refcnt = 999999999,
71056 : : .ob_type = &PyBytes_Type,
71057 : : },
71058 : : .ob_size = 29,
71059 : : },
71060 : : .ob_shash = -1,
71061 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x0e\x11\x8f\x6f\x89\x6f\xd7\x0e\x25\xd1\x0e\x25\x80\x47\x80\x47\x80\x47",
71062 : : };
71063 : : static
71064 : : struct _PyCode_DEF(58)
71065 : : io_toplevel_consts_16 = {
71066 : : .ob_base = {
71067 : : .ob_base = {
71068 : : .ob_refcnt = 999999999,
71069 : : .ob_type = &PyCode_Type,
71070 : : },
71071 : : .ob_size = 29,
71072 : : },
71073 : : .co_consts = & io_toplevel_consts_16_consts._object.ob_base.ob_base,
71074 : : .co_names = & io_toplevel_consts_16_names._object.ob_base.ob_base,
71075 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
71076 : : .co_flags = 0,
71077 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
71078 : : ._co_linearray_entry_size = 0,
71079 : : .co_argcount = 0,
71080 : : .co_posonlyargcount = 0,
71081 : : .co_kwonlyargcount = 0,
71082 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
71083 : : .co_stacksize = 1,
71084 : : .co_firstlineno = 80,
71085 : : .co_nlocalsplus = 0,
71086 : : .co_nlocals = 0,
71087 : : .co_nplaincellvars = 0,
71088 : : .co_ncellvars = 0,
71089 : : .co_nfreevars = 0,
71090 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
71091 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
71092 : : .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
71093 : : .co_name = & const_str_TextIOBase._ascii.ob_base,
71094 : : .co_qualname = & const_str_TextIOBase._ascii.ob_base,
71095 : : .co_linetable = & io_toplevel_consts_16_linetable.ob_base.ob_base,
71096 : : ._co_code = NULL,
71097 : : ._co_linearray = NULL,
71098 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x65\x03\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x01\x53\x00",
71099 : : ._co_firsttraceable = 0,
71100 : : };
71101 : : static
71102 : : struct {
71103 : : PyASCIIObject _ascii;
71104 : : uint8_t _data[18];
71105 : : }
71106 : : const_str__WindowsConsoleIO = {
71107 : : ._ascii = {
71108 : : .ob_base = {
71109 : : .ob_refcnt = 999999999,
71110 : : .ob_type = &PyUnicode_Type,
71111 : : },
71112 : : .length = 17,
71113 : : .hash = -1,
71114 : : .state = {
71115 : : .kind = 1,
71116 : : .compact = 1,
71117 : : .ascii = 1,
71118 : : },
71119 : : },
71120 : : ._data = "_WindowsConsoleIO",
71121 : : };
71122 : : static
71123 : : struct {
71124 : : PyGC_Head _gc_head;
71125 : : struct {
71126 : : PyObject_VAR_HEAD
71127 : : PyObject *ob_item[1];
71128 : : }_object;
71129 : : }
71130 : : io_toplevel_consts_18 = {
71131 : : ._object = {
71132 : : .ob_base = {
71133 : : .ob_base = {
71134 : : .ob_refcnt = 999999999,
71135 : : .ob_type = &PyTuple_Type,
71136 : : },
71137 : : .ob_size = 1,
71138 : : },
71139 : : .ob_item = {
71140 : : & const_str__WindowsConsoleIO._ascii.ob_base,
71141 : : },
71142 : : },
71143 : : };
71144 : : static
71145 : : struct {
71146 : : PyGC_Head _gc_head;
71147 : : struct {
71148 : : PyObject_VAR_HEAD
71149 : : PyObject *ob_item[19];
71150 : : }_object;
71151 : : }
71152 : : io_toplevel_consts = {
71153 : : ._object = {
71154 : : .ob_base = {
71155 : : .ob_base = {
71156 : : .ob_refcnt = 999999999,
71157 : : .ob_type = &PyTuple_Type,
71158 : : },
71159 : : .ob_size = 19,
71160 : : },
71161 : : .ob_item = {
71162 : : & io_toplevel_consts_0._ascii.ob_base,
71163 : : & io_toplevel_consts_1._ascii.ob_base,
71164 : : & io_toplevel_consts_2._object.ob_base.ob_base,
71165 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
71166 : : Py_None,
71167 : : & io_toplevel_consts_5._object.ob_base.ob_base,
71168 : : & const_str_io._ascii.ob_base,
71169 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
71170 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
71171 : : & io_toplevel_consts_9.ob_base.ob_base,
71172 : : & const_str_IOBase._ascii.ob_base,
71173 : : & abc_toplevel_consts_17._object.ob_base.ob_base,
71174 : : & io_toplevel_consts_12.ob_base.ob_base,
71175 : : & const_str_RawIOBase._ascii.ob_base,
71176 : : & io_toplevel_consts_14.ob_base.ob_base,
71177 : : & const_str_BufferedIOBase._ascii.ob_base,
71178 : : & io_toplevel_consts_16.ob_base.ob_base,
71179 : : & const_str_TextIOBase._ascii.ob_base,
71180 : : & io_toplevel_consts_18._object.ob_base.ob_base,
71181 : : },
71182 : : },
71183 : : };
71184 : : static
71185 : : struct {
71186 : : PyASCIIObject _ascii;
71187 : : uint8_t _data[11];
71188 : : }
71189 : : const_str___author__ = {
71190 : : ._ascii = {
71191 : : .ob_base = {
71192 : : .ob_refcnt = 999999999,
71193 : : .ob_type = &PyUnicode_Type,
71194 : : },
71195 : : .length = 10,
71196 : : .hash = -1,
71197 : : .state = {
71198 : : .kind = 1,
71199 : : .compact = 1,
71200 : : .ascii = 1,
71201 : : },
71202 : : },
71203 : : ._data = "__author__",
71204 : : };
71205 : : static
71206 : : struct {
71207 : : PyASCIIObject _ascii;
71208 : : uint8_t _data[6];
71209 : : }
71210 : : const_str_klass = {
71211 : : ._ascii = {
71212 : : .ob_base = {
71213 : : .ob_refcnt = 999999999,
71214 : : .ob_type = &PyUnicode_Type,
71215 : : },
71216 : : .length = 5,
71217 : : .hash = -1,
71218 : : .state = {
71219 : : .kind = 1,
71220 : : .compact = 1,
71221 : : .ascii = 1,
71222 : : },
71223 : : },
71224 : : ._data = "klass",
71225 : : };
71226 : : static
71227 : : struct {
71228 : : PyGC_Head _gc_head;
71229 : : struct {
71230 : : PyObject_VAR_HEAD
71231 : : PyObject *ob_item[37];
71232 : : }_object;
71233 : : }
71234 : : io_toplevel_names = {
71235 : : ._object = {
71236 : : .ob_base = {
71237 : : .ob_base = {
71238 : : .ob_refcnt = 999999999,
71239 : : .ob_type = &PyTuple_Type,
71240 : : },
71241 : : .ob_size = 37,
71242 : : },
71243 : : .ob_item = {
71244 : : &_Py_ID(__doc__),
71245 : : & const_str___author__._ascii.ob_base,
71246 : : &_Py_ID(__all__),
71247 : : & const_str__io._ascii.ob_base,
71248 : : & const_str_abc._ascii.ob_base,
71249 : : & const_str_DEFAULT_BUFFER_SIZE._ascii.ob_base,
71250 : : & const_str_BlockingIOError._ascii.ob_base,
71251 : : & const_str_UnsupportedOperation._ascii.ob_base,
71252 : : &_Py_ID(open),
71253 : : & const_str_open_code._ascii.ob_base,
71254 : : & const_str_FileIO._ascii.ob_base,
71255 : : & const_str_BytesIO._ascii.ob_base,
71256 : : & const_str_StringIO._ascii.ob_base,
71257 : : & const_str_BufferedReader._ascii.ob_base,
71258 : : & const_str_BufferedWriter._ascii.ob_base,
71259 : : & const_str_BufferedRWPair._ascii.ob_base,
71260 : : & const_str_BufferedRandom._ascii.ob_base,
71261 : : & const_str_IncrementalNewlineDecoder._ascii.ob_base,
71262 : : & const_str_text_encoding._ascii.ob_base,
71263 : : &_Py_ID(TextIOWrapper),
71264 : : &_Py_ID(__module__),
71265 : : & const_str_SEEK_SET._ascii.ob_base,
71266 : : & const_str_SEEK_CUR._ascii.ob_base,
71267 : : & const_str_SEEK_END._ascii.ob_base,
71268 : : & const_str__IOBase._ascii.ob_base,
71269 : : & const_str_ABCMeta._ascii.ob_base,
71270 : : & const_str_IOBase._ascii.ob_base,
71271 : : & const_str__RawIOBase._ascii.ob_base,
71272 : : & const_str_RawIOBase._ascii.ob_base,
71273 : : & const_str__BufferedIOBase._ascii.ob_base,
71274 : : & const_str_BufferedIOBase._ascii.ob_base,
71275 : : & const_str__TextIOBase._ascii.ob_base,
71276 : : & const_str_TextIOBase._ascii.ob_base,
71277 : : & const_str_register._ascii.ob_base,
71278 : : & const_str_klass._ascii.ob_base,
71279 : : & const_str__WindowsConsoleIO._ascii.ob_base,
71280 : : & const_str_ImportError._ascii.ob_base,
71281 : : },
71282 : : },
71283 : : };
71284 : : static
71285 : : struct {
71286 : : PyObject_VAR_HEAD
71287 : : Py_hash_t ob_shash;
71288 : : char ob_sval[675];
71289 : : }
71290 : : io_toplevel_linetable = {
71291 : : .ob_base = {
71292 : : .ob_base = {
71293 : : .ob_refcnt = 999999999,
71294 : : .ob_type = &PyBytes_Type,
71295 : : },
71296 : : .ob_size = 674,
71297 : : },
71298 : : .ob_shash = -1,
71299 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x21\x01\x04\xf0\x00\x21\x01\x04\xf0\x48\x01\x05\x0f\x38\x80\x0a\xf0\x0e\x04\x0b\x47\x01\xf0\x00\x04\x0b\x47\x01\xf0\x00\x04\x0b\x47\x01\x80\x07\xf0\x0e\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xf0\x04\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x00\x03\x01\x4a\x01\xf0\x0e\x00\x23\x27\xd0\x00\x14\xd4\x00\x1f\xf0\x06\x00\x0c\x0d\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xf0\x0a\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x00\x01\x01\x22\x88\x53\x8f\x5b\x89\x5b\xa0\x43\xa7\x4b\xa1\x4b\xf0\x00\x01\x01\x22\xf4\x00\x01\x01\x22\xf0\x00\x01\x01\x22\xf0\x06\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x00\x01\x01\x25\x90\x03\x97\x0e\x91\x0e\xa0\x06\xf4\x00\x01\x01\x25\xf0\x00\x01\x01\x25\xf0\x06\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\x90\x53\xd7\x15\x28\xd1\x15\x28\xa8\x26\xf4\x00\x01\x01\x2a\xf0\x00\x01\x01\x2a\xf0\x06\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x00\x01\x01\x26\x90\x13\x97\x1f\x91\x1f\xa0\x26\xf4\x00\x01\x01\x26\xf0\x00\x01\x01\x26\xf0\x06\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x36\xd4\x00\x1a\xd0\x00\x1a\xe0\x0e\x15\x90\x7e\xa0\x7e\xb0\x7e\xd8\x0e\x1c\xf0\x03\x01\x0e\x1e\xf0\x00\x02\x01\x23\xf1\x00\x02\x01\x23\x80\x45\xe0\x04\x12\xd7\x04\x1b\xd1\x04\x1b\x98\x45\xd4\x04\x22\xd0\x04\x22\xd0\x04\x22\xe0\x0e\x16\x98\x0d\xd0\x0d\x26\xf0\x00\x01\x01\x1f\xf1\x00\x01\x01\x1f\x80\x45\xd8\x04\x0e\xd7\x04\x17\xd1\x04\x17\x98\x05\xd4\x04\x1e\xd0\x04\x1e\xd0\x04\x1e\xd8\x04\x09\xf0\x04\x05\x01\x2a\xd8\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xf0\x08\x00\x05\x0e\xd7\x04\x16\xd1\x04\x16\xd0\x17\x28\xd4\x04\x29\xd0\x04\x29\xd0\x04\x29\xd0\x04\x29\xf8\xf0\x07\x00\x08\x13\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xf0\x00\x01\x01\x09\xd8\x04\x08\x80\x44\x80\x44\xf0\x03\x01\x01\x09\xf8\xf8\xf8",
71300 : : };
71301 : : static
71302 : : struct {
71303 : : PyObject_VAR_HEAD
71304 : : Py_hash_t ob_shash;
71305 : : char ob_sval[19];
71306 : : }
71307 : : io_toplevel_exceptiontable = {
71308 : : .ob_base = {
71309 : : .ob_base = {
71310 : : .ob_refcnt = 999999999,
71311 : : .ob_type = &PyBytes_Type,
71312 : : },
71313 : : .ob_size = 18,
71314 : : },
71315 : : .ob_shash = -1,
71316 : : .ob_sval = "\xc3\x32\x06\x44\x0c\x00\xc4\x0c\x05\x44\x15\x03\xc4\x14\x01\x44\x15\x03",
71317 : : };
71318 : : static
71319 : : struct _PyCode_DEF(560)
71320 : : io_toplevel = {
71321 : : .ob_base = {
71322 : : .ob_base = {
71323 : : .ob_refcnt = 999999999,
71324 : : .ob_type = &PyCode_Type,
71325 : : },
71326 : : .ob_size = 280,
71327 : : },
71328 : : .co_consts = & io_toplevel_consts._object.ob_base.ob_base,
71329 : : .co_names = & io_toplevel_names._object.ob_base.ob_base,
71330 : : .co_exceptiontable = & io_toplevel_exceptiontable.ob_base.ob_base,
71331 : : .co_flags = 0,
71332 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
71333 : : ._co_linearray_entry_size = 0,
71334 : : .co_argcount = 0,
71335 : : .co_posonlyargcount = 0,
71336 : : .co_kwonlyargcount = 0,
71337 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
71338 : : .co_stacksize = 6,
71339 : : .co_firstlineno = 1,
71340 : : .co_nlocalsplus = 0,
71341 : : .co_nlocals = 0,
71342 : : .co_nplaincellvars = 0,
71343 : : .co_ncellvars = 0,
71344 : : .co_nfreevars = 0,
71345 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
71346 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
71347 : : .co_filename = & io_toplevel_consts_9_filename._ascii.ob_base,
71348 : : .co_name = &_Py_STR(anon_module),
71349 : : .co_qualname = &_Py_STR(anon_module),
71350 : : .co_linetable = & io_toplevel_linetable.ob_base.ob_base,
71351 : : ._co_code = NULL,
71352 : : ._co_linearray = NULL,
71353 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x67\x00\x64\x02\xa2\x01\x5a\x02\x64\x03\x64\x04\x6c\x03\x5a\x03\x64\x03\x64\x04\x6c\x04\x5a\x04\x64\x03\x64\x05\x6c\x03\x6d\x05\x5a\x05\x6d\x06\x5a\x06\x6d\x07\x5a\x07\x6d\x08\x5a\x08\x6d\x09\x5a\x09\x6d\x0a\x5a\x0a\x6d\x0b\x5a\x0b\x6d\x0c\x5a\x0c\x6d\x0d\x5a\x0d\x6d\x0e\x5a\x0e\x6d\x0f\x5a\x0f\x6d\x10\x5a\x10\x6d\x11\x5a\x11\x6d\x12\x5a\x12\x6d\x13\x5a\x13\x01\x00\x64\x06\x65\x07\x5f\x14\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x5a\x15\x64\x07\x5a\x16\x64\x08\x5a\x17\x02\x00\x47\x00\x64\x09\x84\x00\x64\x0a\x65\x03\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x04\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0b\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x03\x6a\x36\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x47\x00\x64\x0e\x84\x00\x64\x0f\x65\x03\x6a\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1e\x02\x00\x47\x00\x64\x10\x84\x00\x64\x11\x65\x03\x6a\x3e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x65\x1c\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x0b\x65\x0d\x65\x0e\x65\x10\x65\x0f\x66\x05\x44\x00\x5d\x14\x00\x00\x5a\x22\x65\x1e\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x22\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x65\x0c\x65\x13\x66\x02\x44\x00\x5d\x14\x00\x00\x5a\x22\x65\x20\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x22\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x5b\x22\x09\x00\x64\x03\x64\x12\x6c\x03\x6d\x23\x5a\x23\x01\x00\x65\x1c\x6a\x43\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x04\x53\x00\x23\x00\x65\x24\x24\x00\x72\x04\x01\x00\x59\x00\x64\x04\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
71354 : : ._co_firsttraceable = 0,
71355 : : };
71356 : 3109 : static void io_do_patchups(void) {
71357 : 3109 : }
71358 : :
71359 : : PyObject *
71360 : 3109 : _Py_get_io_toplevel(void)
71361 : : {
71362 : 3109 : io_do_patchups();
71363 : 3109 : return Py_NewRef((PyObject *) &io_toplevel);
71364 : : }
71365 : :
71366 : : static
71367 : : struct {
71368 : : PyASCIIObject _ascii;
71369 : : uint8_t _data[107];
71370 : : }
71371 : : _collections_abc_toplevel_consts_0 = {
71372 : : ._ascii = {
71373 : : .ob_base = {
71374 : : .ob_refcnt = 999999999,
71375 : : .ob_type = &PyUnicode_Type,
71376 : : },
71377 : : .length = 106,
71378 : : .hash = -1,
71379 : : .state = {
71380 : : .kind = 1,
71381 : : .compact = 1,
71382 : : .ascii = 1,
71383 : : },
71384 : : },
71385 : : ._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",
71386 : : };
71387 : : static
71388 : : struct {
71389 : : PyGC_Head _gc_head;
71390 : : struct {
71391 : : PyObject_VAR_HEAD
71392 : : PyObject *ob_item[2];
71393 : : }_object;
71394 : : }
71395 : : _collections_abc_toplevel_consts_2 = {
71396 : : ._object = {
71397 : : .ob_base = {
71398 : : .ob_base = {
71399 : : .ob_refcnt = 999999999,
71400 : : .ob_type = &PyTuple_Type,
71401 : : },
71402 : : .ob_size = 2,
71403 : : },
71404 : : .ob_item = {
71405 : : & const_str_ABCMeta._ascii.ob_base,
71406 : : & const_str_abstractmethod._ascii.ob_base,
71407 : : },
71408 : : },
71409 : : };
71410 : : static
71411 : : struct {
71412 : : PyASCIIObject _ascii;
71413 : : uint8_t _data[26];
71414 : : }
71415 : : _collections_abc_toplevel_consts_5_filename = {
71416 : : ._ascii = {
71417 : : .ob_base = {
71418 : : .ob_refcnt = 999999999,
71419 : : .ob_type = &PyUnicode_Type,
71420 : : },
71421 : : .length = 25,
71422 : : .hash = -1,
71423 : : .state = {
71424 : : .kind = 1,
71425 : : .compact = 1,
71426 : : .ascii = 1,
71427 : : },
71428 : : },
71429 : : ._data = "<frozen _collections_abc>",
71430 : : };
71431 : : static
71432 : : struct {
71433 : : PyASCIIObject _ascii;
71434 : : uint8_t _data[3];
71435 : : }
71436 : : const_str__f = {
71437 : : ._ascii = {
71438 : : .ob_base = {
71439 : : .ob_refcnt = 999999999,
71440 : : .ob_type = &PyUnicode_Type,
71441 : : },
71442 : : .length = 2,
71443 : : .hash = -1,
71444 : : .state = {
71445 : : .kind = 1,
71446 : : .compact = 1,
71447 : : .ascii = 1,
71448 : : },
71449 : : },
71450 : : ._data = "_f",
71451 : : };
71452 : : static
71453 : : struct _PyCode_DEF(6)
71454 : : _collections_abc_toplevel_consts_5 = {
71455 : : .ob_base = {
71456 : : .ob_base = {
71457 : : .ob_refcnt = 999999999,
71458 : : .ob_type = &PyCode_Type,
71459 : : },
71460 : : .ob_size = 3,
71461 : : },
71462 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
71463 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
71464 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
71465 : : .co_flags = 3,
71466 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
71467 : : ._co_linearray_entry_size = 0,
71468 : : .co_argcount = 0,
71469 : : .co_posonlyargcount = 0,
71470 : : .co_kwonlyargcount = 0,
71471 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
71472 : : .co_stacksize = 1,
71473 : : .co_firstlineno = 40,
71474 : : .co_nlocalsplus = 0,
71475 : : .co_nlocals = 0,
71476 : : .co_nplaincellvars = 0,
71477 : : .co_ncellvars = 0,
71478 : : .co_nfreevars = 0,
71479 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
71480 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
71481 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
71482 : : .co_name = & const_str__f._ascii.ob_base,
71483 : : .co_qualname = & const_str__f._ascii.ob_base,
71484 : : .co_linetable = & importlib__bootstrap_external_toplevel_consts_55_consts_3_linetable.ob_base.ob_base,
71485 : : ._co_code = NULL,
71486 : : ._co_linearray = NULL,
71487 : : .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
71488 : : ._co_firsttraceable = 0,
71489 : : };
71490 : : static
71491 : : struct {
71492 : : PyASCIIObject _ascii;
71493 : : uint8_t _data[10];
71494 : : }
71495 : : const_str_Awaitable = {
71496 : : ._ascii = {
71497 : : .ob_base = {
71498 : : .ob_refcnt = 999999999,
71499 : : .ob_type = &PyUnicode_Type,
71500 : : },
71501 : : .length = 9,
71502 : : .hash = -1,
71503 : : .state = {
71504 : : .kind = 1,
71505 : : .compact = 1,
71506 : : .ascii = 1,
71507 : : },
71508 : : },
71509 : : ._data = "Awaitable",
71510 : : };
71511 : : static
71512 : : struct {
71513 : : PyASCIIObject _ascii;
71514 : : uint8_t _data[10];
71515 : : }
71516 : : const_str_Coroutine = {
71517 : : ._ascii = {
71518 : : .ob_base = {
71519 : : .ob_refcnt = 999999999,
71520 : : .ob_type = &PyUnicode_Type,
71521 : : },
71522 : : .length = 9,
71523 : : .hash = -1,
71524 : : .state = {
71525 : : .kind = 1,
71526 : : .compact = 1,
71527 : : .ascii = 1,
71528 : : },
71529 : : },
71530 : : ._data = "Coroutine",
71531 : : };
71532 : : static
71533 : : struct {
71534 : : PyASCIIObject _ascii;
71535 : : uint8_t _data[14];
71536 : : }
71537 : : const_str_AsyncIterable = {
71538 : : ._ascii = {
71539 : : .ob_base = {
71540 : : .ob_refcnt = 999999999,
71541 : : .ob_type = &PyUnicode_Type,
71542 : : },
71543 : : .length = 13,
71544 : : .hash = -1,
71545 : : .state = {
71546 : : .kind = 1,
71547 : : .compact = 1,
71548 : : .ascii = 1,
71549 : : },
71550 : : },
71551 : : ._data = "AsyncIterable",
71552 : : };
71553 : : static
71554 : : struct {
71555 : : PyASCIIObject _ascii;
71556 : : uint8_t _data[14];
71557 : : }
71558 : : const_str_AsyncIterator = {
71559 : : ._ascii = {
71560 : : .ob_base = {
71561 : : .ob_refcnt = 999999999,
71562 : : .ob_type = &PyUnicode_Type,
71563 : : },
71564 : : .length = 13,
71565 : : .hash = -1,
71566 : : .state = {
71567 : : .kind = 1,
71568 : : .compact = 1,
71569 : : .ascii = 1,
71570 : : },
71571 : : },
71572 : : ._data = "AsyncIterator",
71573 : : };
71574 : : static
71575 : : struct {
71576 : : PyASCIIObject _ascii;
71577 : : uint8_t _data[15];
71578 : : }
71579 : : const_str_AsyncGenerator = {
71580 : : ._ascii = {
71581 : : .ob_base = {
71582 : : .ob_refcnt = 999999999,
71583 : : .ob_type = &PyUnicode_Type,
71584 : : },
71585 : : .length = 14,
71586 : : .hash = -1,
71587 : : .state = {
71588 : : .kind = 1,
71589 : : .compact = 1,
71590 : : .ascii = 1,
71591 : : },
71592 : : },
71593 : : ._data = "AsyncGenerator",
71594 : : };
71595 : : static
71596 : : struct {
71597 : : PyASCIIObject _ascii;
71598 : : uint8_t _data[9];
71599 : : }
71600 : : const_str_Hashable = {
71601 : : ._ascii = {
71602 : : .ob_base = {
71603 : : .ob_refcnt = 999999999,
71604 : : .ob_type = &PyUnicode_Type,
71605 : : },
71606 : : .length = 8,
71607 : : .hash = -1,
71608 : : .state = {
71609 : : .kind = 1,
71610 : : .compact = 1,
71611 : : .ascii = 1,
71612 : : },
71613 : : },
71614 : : ._data = "Hashable",
71615 : : };
71616 : : static
71617 : : struct {
71618 : : PyASCIIObject _ascii;
71619 : : uint8_t _data[9];
71620 : : }
71621 : : const_str_Iterable = {
71622 : : ._ascii = {
71623 : : .ob_base = {
71624 : : .ob_refcnt = 999999999,
71625 : : .ob_type = &PyUnicode_Type,
71626 : : },
71627 : : .length = 8,
71628 : : .hash = -1,
71629 : : .state = {
71630 : : .kind = 1,
71631 : : .compact = 1,
71632 : : .ascii = 1,
71633 : : },
71634 : : },
71635 : : ._data = "Iterable",
71636 : : };
71637 : : static
71638 : : struct {
71639 : : PyASCIIObject _ascii;
71640 : : uint8_t _data[9];
71641 : : }
71642 : : const_str_Iterator = {
71643 : : ._ascii = {
71644 : : .ob_base = {
71645 : : .ob_refcnt = 999999999,
71646 : : .ob_type = &PyUnicode_Type,
71647 : : },
71648 : : .length = 8,
71649 : : .hash = -1,
71650 : : .state = {
71651 : : .kind = 1,
71652 : : .compact = 1,
71653 : : .ascii = 1,
71654 : : },
71655 : : },
71656 : : ._data = "Iterator",
71657 : : };
71658 : : static
71659 : : struct {
71660 : : PyASCIIObject _ascii;
71661 : : uint8_t _data[10];
71662 : : }
71663 : : const_str_Generator = {
71664 : : ._ascii = {
71665 : : .ob_base = {
71666 : : .ob_refcnt = 999999999,
71667 : : .ob_type = &PyUnicode_Type,
71668 : : },
71669 : : .length = 9,
71670 : : .hash = -1,
71671 : : .state = {
71672 : : .kind = 1,
71673 : : .compact = 1,
71674 : : .ascii = 1,
71675 : : },
71676 : : },
71677 : : ._data = "Generator",
71678 : : };
71679 : : static
71680 : : struct {
71681 : : PyASCIIObject _ascii;
71682 : : uint8_t _data[11];
71683 : : }
71684 : : const_str_Reversible = {
71685 : : ._ascii = {
71686 : : .ob_base = {
71687 : : .ob_refcnt = 999999999,
71688 : : .ob_type = &PyUnicode_Type,
71689 : : },
71690 : : .length = 10,
71691 : : .hash = -1,
71692 : : .state = {
71693 : : .kind = 1,
71694 : : .compact = 1,
71695 : : .ascii = 1,
71696 : : },
71697 : : },
71698 : : ._data = "Reversible",
71699 : : };
71700 : : static
71701 : : struct {
71702 : : PyASCIIObject _ascii;
71703 : : uint8_t _data[6];
71704 : : }
71705 : : const_str_Sized = {
71706 : : ._ascii = {
71707 : : .ob_base = {
71708 : : .ob_refcnt = 999999999,
71709 : : .ob_type = &PyUnicode_Type,
71710 : : },
71711 : : .length = 5,
71712 : : .hash = -1,
71713 : : .state = {
71714 : : .kind = 1,
71715 : : .compact = 1,
71716 : : .ascii = 1,
71717 : : },
71718 : : },
71719 : : ._data = "Sized",
71720 : : };
71721 : : static
71722 : : struct {
71723 : : PyASCIIObject _ascii;
71724 : : uint8_t _data[10];
71725 : : }
71726 : : const_str_Container = {
71727 : : ._ascii = {
71728 : : .ob_base = {
71729 : : .ob_refcnt = 999999999,
71730 : : .ob_type = &PyUnicode_Type,
71731 : : },
71732 : : .length = 9,
71733 : : .hash = -1,
71734 : : .state = {
71735 : : .kind = 1,
71736 : : .compact = 1,
71737 : : .ascii = 1,
71738 : : },
71739 : : },
71740 : : ._data = "Container",
71741 : : };
71742 : : static
71743 : : struct {
71744 : : PyASCIIObject _ascii;
71745 : : uint8_t _data[9];
71746 : : }
71747 : : const_str_Callable = {
71748 : : ._ascii = {
71749 : : .ob_base = {
71750 : : .ob_refcnt = 999999999,
71751 : : .ob_type = &PyUnicode_Type,
71752 : : },
71753 : : .length = 8,
71754 : : .hash = -1,
71755 : : .state = {
71756 : : .kind = 1,
71757 : : .compact = 1,
71758 : : .ascii = 1,
71759 : : },
71760 : : },
71761 : : ._data = "Callable",
71762 : : };
71763 : : static
71764 : : struct {
71765 : : PyASCIIObject _ascii;
71766 : : uint8_t _data[11];
71767 : : }
71768 : : const_str_Collection = {
71769 : : ._ascii = {
71770 : : .ob_base = {
71771 : : .ob_refcnt = 999999999,
71772 : : .ob_type = &PyUnicode_Type,
71773 : : },
71774 : : .length = 10,
71775 : : .hash = -1,
71776 : : .state = {
71777 : : .kind = 1,
71778 : : .compact = 1,
71779 : : .ascii = 1,
71780 : : },
71781 : : },
71782 : : ._data = "Collection",
71783 : : };
71784 : : static
71785 : : struct {
71786 : : PyASCIIObject _ascii;
71787 : : uint8_t _data[4];
71788 : : }
71789 : : const_str_Set = {
71790 : : ._ascii = {
71791 : : .ob_base = {
71792 : : .ob_refcnt = 999999999,
71793 : : .ob_type = &PyUnicode_Type,
71794 : : },
71795 : : .length = 3,
71796 : : .hash = -1,
71797 : : .state = {
71798 : : .kind = 1,
71799 : : .compact = 1,
71800 : : .ascii = 1,
71801 : : },
71802 : : },
71803 : : ._data = "Set",
71804 : : };
71805 : : static
71806 : : struct {
71807 : : PyASCIIObject _ascii;
71808 : : uint8_t _data[11];
71809 : : }
71810 : : const_str_MutableSet = {
71811 : : ._ascii = {
71812 : : .ob_base = {
71813 : : .ob_refcnt = 999999999,
71814 : : .ob_type = &PyUnicode_Type,
71815 : : },
71816 : : .length = 10,
71817 : : .hash = -1,
71818 : : .state = {
71819 : : .kind = 1,
71820 : : .compact = 1,
71821 : : .ascii = 1,
71822 : : },
71823 : : },
71824 : : ._data = "MutableSet",
71825 : : };
71826 : : static
71827 : : struct {
71828 : : PyASCIIObject _ascii;
71829 : : uint8_t _data[8];
71830 : : }
71831 : : const_str_Mapping = {
71832 : : ._ascii = {
71833 : : .ob_base = {
71834 : : .ob_refcnt = 999999999,
71835 : : .ob_type = &PyUnicode_Type,
71836 : : },
71837 : : .length = 7,
71838 : : .hash = -1,
71839 : : .state = {
71840 : : .kind = 1,
71841 : : .compact = 1,
71842 : : .ascii = 1,
71843 : : },
71844 : : },
71845 : : ._data = "Mapping",
71846 : : };
71847 : : static
71848 : : struct {
71849 : : PyASCIIObject _ascii;
71850 : : uint8_t _data[15];
71851 : : }
71852 : : const_str_MutableMapping = {
71853 : : ._ascii = {
71854 : : .ob_base = {
71855 : : .ob_refcnt = 999999999,
71856 : : .ob_type = &PyUnicode_Type,
71857 : : },
71858 : : .length = 14,
71859 : : .hash = -1,
71860 : : .state = {
71861 : : .kind = 1,
71862 : : .compact = 1,
71863 : : .ascii = 1,
71864 : : },
71865 : : },
71866 : : ._data = "MutableMapping",
71867 : : };
71868 : : static
71869 : : struct {
71870 : : PyASCIIObject _ascii;
71871 : : uint8_t _data[12];
71872 : : }
71873 : : const_str_MappingView = {
71874 : : ._ascii = {
71875 : : .ob_base = {
71876 : : .ob_refcnt = 999999999,
71877 : : .ob_type = &PyUnicode_Type,
71878 : : },
71879 : : .length = 11,
71880 : : .hash = -1,
71881 : : .state = {
71882 : : .kind = 1,
71883 : : .compact = 1,
71884 : : .ascii = 1,
71885 : : },
71886 : : },
71887 : : ._data = "MappingView",
71888 : : };
71889 : : static
71890 : : struct {
71891 : : PyASCIIObject _ascii;
71892 : : uint8_t _data[9];
71893 : : }
71894 : : const_str_KeysView = {
71895 : : ._ascii = {
71896 : : .ob_base = {
71897 : : .ob_refcnt = 999999999,
71898 : : .ob_type = &PyUnicode_Type,
71899 : : },
71900 : : .length = 8,
71901 : : .hash = -1,
71902 : : .state = {
71903 : : .kind = 1,
71904 : : .compact = 1,
71905 : : .ascii = 1,
71906 : : },
71907 : : },
71908 : : ._data = "KeysView",
71909 : : };
71910 : : static
71911 : : struct {
71912 : : PyASCIIObject _ascii;
71913 : : uint8_t _data[10];
71914 : : }
71915 : : const_str_ItemsView = {
71916 : : ._ascii = {
71917 : : .ob_base = {
71918 : : .ob_refcnt = 999999999,
71919 : : .ob_type = &PyUnicode_Type,
71920 : : },
71921 : : .length = 9,
71922 : : .hash = -1,
71923 : : .state = {
71924 : : .kind = 1,
71925 : : .compact = 1,
71926 : : .ascii = 1,
71927 : : },
71928 : : },
71929 : : ._data = "ItemsView",
71930 : : };
71931 : : static
71932 : : struct {
71933 : : PyASCIIObject _ascii;
71934 : : uint8_t _data[11];
71935 : : }
71936 : : const_str_ValuesView = {
71937 : : ._ascii = {
71938 : : .ob_base = {
71939 : : .ob_refcnt = 999999999,
71940 : : .ob_type = &PyUnicode_Type,
71941 : : },
71942 : : .length = 10,
71943 : : .hash = -1,
71944 : : .state = {
71945 : : .kind = 1,
71946 : : .compact = 1,
71947 : : .ascii = 1,
71948 : : },
71949 : : },
71950 : : ._data = "ValuesView",
71951 : : };
71952 : : static
71953 : : struct {
71954 : : PyASCIIObject _ascii;
71955 : : uint8_t _data[9];
71956 : : }
71957 : : const_str_Sequence = {
71958 : : ._ascii = {
71959 : : .ob_base = {
71960 : : .ob_refcnt = 999999999,
71961 : : .ob_type = &PyUnicode_Type,
71962 : : },
71963 : : .length = 8,
71964 : : .hash = -1,
71965 : : .state = {
71966 : : .kind = 1,
71967 : : .compact = 1,
71968 : : .ascii = 1,
71969 : : },
71970 : : },
71971 : : ._data = "Sequence",
71972 : : };
71973 : : static
71974 : : struct {
71975 : : PyASCIIObject _ascii;
71976 : : uint8_t _data[16];
71977 : : }
71978 : : const_str_MutableSequence = {
71979 : : ._ascii = {
71980 : : .ob_base = {
71981 : : .ob_refcnt = 999999999,
71982 : : .ob_type = &PyUnicode_Type,
71983 : : },
71984 : : .length = 15,
71985 : : .hash = -1,
71986 : : .state = {
71987 : : .kind = 1,
71988 : : .compact = 1,
71989 : : .ascii = 1,
71990 : : },
71991 : : },
71992 : : ._data = "MutableSequence",
71993 : : };
71994 : : static
71995 : : struct {
71996 : : PyASCIIObject _ascii;
71997 : : uint8_t _data[11];
71998 : : }
71999 : : const_str_ByteString = {
72000 : : ._ascii = {
72001 : : .ob_base = {
72002 : : .ob_refcnt = 999999999,
72003 : : .ob_type = &PyUnicode_Type,
72004 : : },
72005 : : .length = 10,
72006 : : .hash = -1,
72007 : : .state = {
72008 : : .kind = 1,
72009 : : .compact = 1,
72010 : : .ascii = 1,
72011 : : },
72012 : : },
72013 : : ._data = "ByteString",
72014 : : };
72015 : : static
72016 : : struct {
72017 : : PyGC_Head _gc_head;
72018 : : struct {
72019 : : PyObject_VAR_HEAD
72020 : : PyObject *ob_item[25];
72021 : : }_object;
72022 : : }
72023 : : _collections_abc_toplevel_consts_6 = {
72024 : : ._object = {
72025 : : .ob_base = {
72026 : : .ob_base = {
72027 : : .ob_refcnt = 999999999,
72028 : : .ob_type = &PyTuple_Type,
72029 : : },
72030 : : .ob_size = 25,
72031 : : },
72032 : : .ob_item = {
72033 : : & const_str_Awaitable._ascii.ob_base,
72034 : : & const_str_Coroutine._ascii.ob_base,
72035 : : & const_str_AsyncIterable._ascii.ob_base,
72036 : : & const_str_AsyncIterator._ascii.ob_base,
72037 : : & const_str_AsyncGenerator._ascii.ob_base,
72038 : : & const_str_Hashable._ascii.ob_base,
72039 : : & const_str_Iterable._ascii.ob_base,
72040 : : & const_str_Iterator._ascii.ob_base,
72041 : : & const_str_Generator._ascii.ob_base,
72042 : : & const_str_Reversible._ascii.ob_base,
72043 : : & const_str_Sized._ascii.ob_base,
72044 : : & const_str_Container._ascii.ob_base,
72045 : : & const_str_Callable._ascii.ob_base,
72046 : : & const_str_Collection._ascii.ob_base,
72047 : : & const_str_Set._ascii.ob_base,
72048 : : & const_str_MutableSet._ascii.ob_base,
72049 : : & const_str_Mapping._ascii.ob_base,
72050 : : & const_str_MutableMapping._ascii.ob_base,
72051 : : & const_str_MappingView._ascii.ob_base,
72052 : : & const_str_KeysView._ascii.ob_base,
72053 : : & const_str_ItemsView._ascii.ob_base,
72054 : : & const_str_ValuesView._ascii.ob_base,
72055 : : & const_str_Sequence._ascii.ob_base,
72056 : : & const_str_MutableSequence._ascii.ob_base,
72057 : : & const_str_ByteString._ascii.ob_base,
72058 : : },
72059 : : },
72060 : : };
72061 : : static
72062 : : struct {
72063 : : PyASCIIObject _ascii;
72064 : : uint8_t _data[16];
72065 : : }
72066 : : _collections_abc_toplevel_consts_7 = {
72067 : : ._ascii = {
72068 : : .ob_base = {
72069 : : .ob_refcnt = 999999999,
72070 : : .ob_type = &PyUnicode_Type,
72071 : : },
72072 : : .length = 15,
72073 : : .hash = -1,
72074 : : .state = {
72075 : : .kind = 1,
72076 : : .compact = 1,
72077 : : .ascii = 1,
72078 : : },
72079 : : },
72080 : : ._data = "collections.abc",
72081 : : };
72082 : : static
72083 : : struct {
72084 : : PyObject_VAR_HEAD
72085 : : digit ob_digit[1];
72086 : : }
72087 : : const_int_1000 = {
72088 : : .ob_base = {
72089 : : .ob_base = {
72090 : : .ob_refcnt = 999999999,
72091 : : .ob_type = &PyLong_Type,
72092 : : },
72093 : : .ob_size = 1,
72094 : : },
72095 : : .ob_digit = { 1000 },
72096 : : };
72097 : : static
72098 : : struct {
72099 : : PyObject_VAR_HEAD
72100 : : Py_hash_t ob_shash;
72101 : : char ob_sval[15];
72102 : : }
72103 : : _collections_abc_toplevel_consts_13_linetable = {
72104 : : .ob_base = {
72105 : : .ob_base = {
72106 : : .ob_refcnt = 999999999,
72107 : : .ob_type = &PyBytes_Type,
72108 : : },
72109 : : .ob_size = 14,
72110 : : },
72111 : : .ob_shash = -1,
72112 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x98\x35\x98\x35\x98\x35\x98\x35",
72113 : : };
72114 : : static
72115 : : struct _PyCode_DEF(14)
72116 : : _collections_abc_toplevel_consts_13 = {
72117 : : .ob_base = {
72118 : : .ob_base = {
72119 : : .ob_refcnt = 999999999,
72120 : : .ob_type = &PyCode_Type,
72121 : : },
72122 : : .ob_size = 7,
72123 : : },
72124 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
72125 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
72126 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72127 : : .co_flags = 35,
72128 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72129 : : ._co_linearray_entry_size = 0,
72130 : : .co_argcount = 0,
72131 : : .co_posonlyargcount = 0,
72132 : : .co_kwonlyargcount = 0,
72133 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
72134 : : .co_stacksize = 1,
72135 : : .co_firstlineno = 88,
72136 : : .co_nlocalsplus = 0,
72137 : : .co_nlocals = 0,
72138 : : .co_nplaincellvars = 0,
72139 : : .co_ncellvars = 0,
72140 : : .co_nfreevars = 0,
72141 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72142 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72143 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72144 : : .co_name = &_Py_STR(anon_lambda),
72145 : : .co_qualname = &_Py_STR(anon_lambda),
72146 : : .co_linetable = & _collections_abc_toplevel_consts_13_linetable.ob_base.ob_base,
72147 : : ._co_code = NULL,
72148 : : ._co_linearray = NULL,
72149 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x96\x01\x97\x01\x53\x00",
72150 : : ._co_firsttraceable = 2,
72151 : : };
72152 : : static
72153 : : struct {
72154 : : PyASCIIObject _ascii;
72155 : : uint8_t _data[6];
72156 : : }
72157 : : const_str__coro = {
72158 : : ._ascii = {
72159 : : .ob_base = {
72160 : : .ob_refcnt = 999999999,
72161 : : .ob_type = &PyUnicode_Type,
72162 : : },
72163 : : .length = 5,
72164 : : .hash = -1,
72165 : : .state = {
72166 : : .kind = 1,
72167 : : .compact = 1,
72168 : : .ascii = 1,
72169 : : },
72170 : : },
72171 : : ._data = "_coro",
72172 : : };
72173 : : static
72174 : : struct {
72175 : : PyObject_VAR_HEAD
72176 : : Py_hash_t ob_shash;
72177 : : char ob_sval[11];
72178 : : }
72179 : : _collections_abc_toplevel_consts_14_linetable = {
72180 : : .ob_base = {
72181 : : .ob_base = {
72182 : : .ob_refcnt = 999999999,
72183 : : .ob_type = &PyBytes_Type,
72184 : : },
72185 : : .ob_size = 10,
72186 : : },
72187 : : .ob_shash = -1,
72188 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x80\x00\x80\x00",
72189 : : };
72190 : : static
72191 : : struct _PyCode_DEF(10)
72192 : : _collections_abc_toplevel_consts_14 = {
72193 : : .ob_base = {
72194 : : .ob_base = {
72195 : : .ob_refcnt = 999999999,
72196 : : .ob_type = &PyCode_Type,
72197 : : },
72198 : : .ob_size = 5,
72199 : : },
72200 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
72201 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
72202 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72203 : : .co_flags = 131,
72204 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72205 : : ._co_linearray_entry_size = 0,
72206 : : .co_argcount = 0,
72207 : : .co_posonlyargcount = 0,
72208 : : .co_kwonlyargcount = 0,
72209 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
72210 : : .co_stacksize = 1,
72211 : : .co_firstlineno = 90,
72212 : : .co_nlocalsplus = 0,
72213 : : .co_nlocals = 0,
72214 : : .co_nplaincellvars = 0,
72215 : : .co_ncellvars = 0,
72216 : : .co_nfreevars = 0,
72217 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72218 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72219 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72220 : : .co_name = & const_str__coro._ascii.ob_base,
72221 : : .co_qualname = & const_str__coro._ascii.ob_base,
72222 : : .co_linetable = & _collections_abc_toplevel_consts_14_linetable.ob_base.ob_base,
72223 : : ._co_code = NULL,
72224 : : ._co_linearray = NULL,
72225 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
72226 : : ._co_firsttraceable = 2,
72227 : : };
72228 : : static
72229 : : struct {
72230 : : PyASCIIObject _ascii;
72231 : : uint8_t _data[4];
72232 : : }
72233 : : const_str__ag = {
72234 : : ._ascii = {
72235 : : .ob_base = {
72236 : : .ob_refcnt = 999999999,
72237 : : .ob_type = &PyUnicode_Type,
72238 : : },
72239 : : .length = 3,
72240 : : .hash = -1,
72241 : : .state = {
72242 : : .kind = 1,
72243 : : .compact = 1,
72244 : : .ascii = 1,
72245 : : },
72246 : : },
72247 : : ._data = "_ag",
72248 : : };
72249 : : static
72250 : : struct {
72251 : : PyObject_VAR_HEAD
72252 : : Py_hash_t ob_shash;
72253 : : char ob_sval[21];
72254 : : }
72255 : : _collections_abc_toplevel_consts_15_linetable = {
72256 : : .ob_base = {
72257 : : .ob_base = {
72258 : : .ob_refcnt = 999999999,
72259 : : .ob_type = &PyBytes_Type,
72260 : : },
72261 : : .ob_size = 20,
72262 : : },
72263 : : .ob_shash = -1,
72264 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15\x90\x15",
72265 : : };
72266 : : static
72267 : : struct _PyCode_DEF(20)
72268 : : _collections_abc_toplevel_consts_15 = {
72269 : : .ob_base = {
72270 : : .ob_base = {
72271 : : .ob_refcnt = 999999999,
72272 : : .ob_type = &PyCode_Type,
72273 : : },
72274 : : .ob_size = 10,
72275 : : },
72276 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
72277 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
72278 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72279 : : .co_flags = 515,
72280 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72281 : : ._co_linearray_entry_size = 0,
72282 : : .co_argcount = 0,
72283 : : .co_posonlyargcount = 0,
72284 : : .co_kwonlyargcount = 0,
72285 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
72286 : : .co_stacksize = 1,
72287 : : .co_firstlineno = 96,
72288 : : .co_nlocalsplus = 0,
72289 : : .co_nlocals = 0,
72290 : : .co_nplaincellvars = 0,
72291 : : .co_ncellvars = 0,
72292 : : .co_nfreevars = 0,
72293 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72294 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72295 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72296 : : .co_name = & const_str__ag._ascii.ob_base,
72297 : : .co_qualname = & const_str__ag._ascii.ob_base,
72298 : : .co_linetable = & _collections_abc_toplevel_consts_15_linetable.ob_base.ob_base,
72299 : : ._co_code = NULL,
72300 : : ._co_linearray = NULL,
72301 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x57\x00\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
72302 : : ._co_firsttraceable = 2,
72303 : : };
72304 : : static
72305 : : struct {
72306 : : PyASCIIObject _ascii;
72307 : : uint8_t _data[8];
72308 : : }
72309 : : const_str___mro__ = {
72310 : : ._ascii = {
72311 : : .ob_base = {
72312 : : .ob_refcnt = 999999999,
72313 : : .ob_type = &PyUnicode_Type,
72314 : : },
72315 : : .length = 7,
72316 : : .hash = -1,
72317 : : .state = {
72318 : : .kind = 1,
72319 : : .compact = 1,
72320 : : .ascii = 1,
72321 : : },
72322 : : },
72323 : : ._data = "__mro__",
72324 : : };
72325 : : static
72326 : : struct {
72327 : : PyGC_Head _gc_head;
72328 : : struct {
72329 : : PyObject_VAR_HEAD
72330 : : PyObject *ob_item[3];
72331 : : }_object;
72332 : : }
72333 : : _collections_abc_toplevel_consts_16_names = {
72334 : : ._object = {
72335 : : .ob_base = {
72336 : : .ob_base = {
72337 : : .ob_refcnt = 999999999,
72338 : : .ob_type = &PyTuple_Type,
72339 : : },
72340 : : .ob_size = 3,
72341 : : },
72342 : : .ob_item = {
72343 : : & const_str___mro__._ascii.ob_base,
72344 : : &_Py_ID(__dict__),
72345 : : & const_str_NotImplemented._ascii.ob_base,
72346 : : },
72347 : : },
72348 : : };
72349 : : static
72350 : : struct {
72351 : : PyASCIIObject _ascii;
72352 : : uint8_t _data[15];
72353 : : }
72354 : : const_str__check_methods = {
72355 : : ._ascii = {
72356 : : .ob_base = {
72357 : : .ob_refcnt = 999999999,
72358 : : .ob_type = &PyUnicode_Type,
72359 : : },
72360 : : .length = 14,
72361 : : .hash = -1,
72362 : : .state = {
72363 : : .kind = 1,
72364 : : .compact = 1,
72365 : : .ascii = 1,
72366 : : },
72367 : : },
72368 : : ._data = "_check_methods",
72369 : : };
72370 : : static
72371 : : struct {
72372 : : PyObject_VAR_HEAD
72373 : : Py_hash_t ob_shash;
72374 : : char ob_sval[116];
72375 : : }
72376 : : _collections_abc_toplevel_consts_16_linetable = {
72377 : : .ob_base = {
72378 : : .ob_base = {
72379 : : .ob_refcnt = 999999999,
72380 : : .ob_type = &PyBytes_Type,
72381 : : },
72382 : : .ob_size = 115,
72383 : : },
72384 : : .ob_shash = -1,
72385 : : .ob_sval = "\x80\x00\xd8\x0a\x0b\x8f\x29\x89\x29\x80\x43\xd8\x12\x19\xf0\x00\x07\x05\x22\xf1\x00\x07\x05\x22\x88\x06\xd8\x11\x14\xf0\x00\x06\x09\x22\xf1\x00\x06\x09\x22\x88\x41\xd8\x0f\x15\x98\x11\x9f\x1a\x99\x1a\xd0\x0f\x23\xf0\x00\x03\x0d\x16\xd8\x13\x14\x97\x3a\x91\x3a\x98\x66\xd4\x13\x25\xf0\x00\x01\x11\x2a\xdd\x1b\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xd8\x10\x15\x90\x05\xe5\x13\x21\xd0\x0c\x21\xd0\x0c\x21\xd0\x0c\x21\xd8\x0b\x0f\x88\x34",
72386 : : };
72387 : : static
72388 : : struct {
72389 : : PyASCIIObject _ascii;
72390 : : uint8_t _data[2];
72391 : : }
72392 : : const_str_C = {
72393 : : ._ascii = {
72394 : : .ob_base = {
72395 : : .ob_refcnt = 999999999,
72396 : : .ob_type = &PyUnicode_Type,
72397 : : },
72398 : : .length = 1,
72399 : : .hash = -1,
72400 : : .state = {
72401 : : .kind = 1,
72402 : : .compact = 1,
72403 : : .ascii = 1,
72404 : : },
72405 : : },
72406 : : ._data = "C",
72407 : : };
72408 : : static
72409 : : struct {
72410 : : PyASCIIObject _ascii;
72411 : : uint8_t _data[8];
72412 : : }
72413 : : const_str_methods = {
72414 : : ._ascii = {
72415 : : .ob_base = {
72416 : : .ob_refcnt = 999999999,
72417 : : .ob_type = &PyUnicode_Type,
72418 : : },
72419 : : .length = 7,
72420 : : .hash = -1,
72421 : : .state = {
72422 : : .kind = 1,
72423 : : .compact = 1,
72424 : : .ascii = 1,
72425 : : },
72426 : : },
72427 : : ._data = "methods",
72428 : : };
72429 : : static
72430 : : struct {
72431 : : PyASCIIObject _ascii;
72432 : : uint8_t _data[2];
72433 : : }
72434 : : const_str_B = {
72435 : : ._ascii = {
72436 : : .ob_base = {
72437 : : .ob_refcnt = 999999999,
72438 : : .ob_type = &PyUnicode_Type,
72439 : : },
72440 : : .length = 1,
72441 : : .hash = -1,
72442 : : .state = {
72443 : : .kind = 1,
72444 : : .compact = 1,
72445 : : .ascii = 1,
72446 : : },
72447 : : },
72448 : : ._data = "B",
72449 : : };
72450 : : static
72451 : : struct {
72452 : : PyGC_Head _gc_head;
72453 : : struct {
72454 : : PyObject_VAR_HEAD
72455 : : PyObject *ob_item[5];
72456 : : }_object;
72457 : : }
72458 : : _collections_abc_toplevel_consts_16_localsplusnames = {
72459 : : ._object = {
72460 : : .ob_base = {
72461 : : .ob_base = {
72462 : : .ob_refcnt = 999999999,
72463 : : .ob_type = &PyTuple_Type,
72464 : : },
72465 : : .ob_size = 5,
72466 : : },
72467 : : .ob_item = {
72468 : : & const_str_C._ascii.ob_base,
72469 : : & const_str_methods._ascii.ob_base,
72470 : : &_Py_ID(mro),
72471 : : & const_str_method._ascii.ob_base,
72472 : : & const_str_B._ascii.ob_base,
72473 : : },
72474 : : },
72475 : : };
72476 : : static
72477 : : struct _PyCode_DEF(158)
72478 : : _collections_abc_toplevel_consts_16 = {
72479 : : .ob_base = {
72480 : : .ob_base = {
72481 : : .ob_refcnt = 999999999,
72482 : : .ob_type = &PyCode_Type,
72483 : : },
72484 : : .ob_size = 79,
72485 : : },
72486 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_69_consts_3_consts._object.ob_base.ob_base,
72487 : : .co_names = & _collections_abc_toplevel_consts_16_names._object.ob_base.ob_base,
72488 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72489 : : .co_flags = 7,
72490 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72491 : : ._co_linearray_entry_size = 0,
72492 : : .co_argcount = 1,
72493 : : .co_posonlyargcount = 0,
72494 : : .co_kwonlyargcount = 0,
72495 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
72496 : : .co_stacksize = 4,
72497 : : .co_firstlineno = 104,
72498 : : .co_nlocalsplus = 5,
72499 : : .co_nlocals = 5,
72500 : : .co_nplaincellvars = 0,
72501 : : .co_ncellvars = 0,
72502 : : .co_nfreevars = 0,
72503 : : .co_localsplusnames = & _collections_abc_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
72504 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
72505 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72506 : : .co_name = & const_str__check_methods._ascii.ob_base,
72507 : : .co_qualname = & const_str__check_methods._ascii.ob_base,
72508 : : .co_linetable = & _collections_abc_toplevel_consts_16_linetable.ob_base.ob_base,
72509 : : ._co_code = NULL,
72510 : : ._co_linearray = NULL,
72511 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x44\x00\x5d\x3c\x00\x00\x7d\x03\x7c\x02\x44\x00\x5d\x2e\x00\x00\x7d\x04\x7c\x03\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\xaf\x11\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0b\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x63\x02\x01\x00\x53\x00\x01\x00\x8c\x35\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x01\x00\x53\x00\x64\x01\x53\x00",
72512 : : ._co_firsttraceable = 0,
72513 : : };
72514 : : static
72515 : : struct {
72516 : : PyASCIIObject _ascii;
72517 : : uint8_t _data[18];
72518 : : }
72519 : : _collections_abc_toplevel_consts_17_consts_2_qualname = {
72520 : : ._ascii = {
72521 : : .ob_base = {
72522 : : .ob_refcnt = 999999999,
72523 : : .ob_type = &PyUnicode_Type,
72524 : : },
72525 : : .length = 17,
72526 : : .hash = -1,
72527 : : .state = {
72528 : : .kind = 1,
72529 : : .compact = 1,
72530 : : .ascii = 1,
72531 : : },
72532 : : },
72533 : : ._data = "Hashable.__hash__",
72534 : : };
72535 : : static
72536 : : struct {
72537 : : PyObject_VAR_HEAD
72538 : : Py_hash_t ob_shash;
72539 : : char ob_sval[8];
72540 : : }
72541 : : _collections_abc_toplevel_consts_17_consts_2_linetable = {
72542 : : .ob_base = {
72543 : : .ob_base = {
72544 : : .ob_refcnt = 999999999,
72545 : : .ob_type = &PyBytes_Type,
72546 : : },
72547 : : .ob_size = 7,
72548 : : },
72549 : : .ob_shash = -1,
72550 : : .ob_sval = "\x80\x00\xe0\x0f\x10\x88\x71",
72551 : : };
72552 : : static
72553 : : struct _PyCode_DEF(6)
72554 : : _collections_abc_toplevel_consts_17_consts_2 = {
72555 : : .ob_base = {
72556 : : .ob_base = {
72557 : : .ob_refcnt = 999999999,
72558 : : .ob_type = &PyCode_Type,
72559 : : },
72560 : : .ob_size = 3,
72561 : : },
72562 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
72563 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
72564 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72565 : : .co_flags = 3,
72566 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72567 : : ._co_linearray_entry_size = 0,
72568 : : .co_argcount = 1,
72569 : : .co_posonlyargcount = 0,
72570 : : .co_kwonlyargcount = 0,
72571 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
72572 : : .co_stacksize = 1,
72573 : : .co_firstlineno = 120,
72574 : : .co_nlocalsplus = 1,
72575 : : .co_nlocals = 1,
72576 : : .co_nplaincellvars = 0,
72577 : : .co_ncellvars = 0,
72578 : : .co_nfreevars = 0,
72579 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
72580 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
72581 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72582 : : .co_name = &_Py_ID(__hash__),
72583 : : .co_qualname = & _collections_abc_toplevel_consts_17_consts_2_qualname._ascii.ob_base,
72584 : : .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
72585 : : ._co_code = NULL,
72586 : : ._co_linearray = NULL,
72587 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
72588 : : ._co_firsttraceable = 0,
72589 : : };
72590 : : static
72591 : : struct {
72592 : : PyGC_Head _gc_head;
72593 : : struct {
72594 : : PyObject_VAR_HEAD
72595 : : PyObject *ob_item[2];
72596 : : }_object;
72597 : : }
72598 : : _collections_abc_toplevel_consts_17_consts_3_consts = {
72599 : : ._object = {
72600 : : .ob_base = {
72601 : : .ob_base = {
72602 : : .ob_refcnt = 999999999,
72603 : : .ob_type = &PyTuple_Type,
72604 : : },
72605 : : .ob_size = 2,
72606 : : },
72607 : : .ob_item = {
72608 : : Py_None,
72609 : : &_Py_ID(__hash__),
72610 : : },
72611 : : },
72612 : : };
72613 : : static
72614 : : struct {
72615 : : PyGC_Head _gc_head;
72616 : : struct {
72617 : : PyObject_VAR_HEAD
72618 : : PyObject *ob_item[3];
72619 : : }_object;
72620 : : }
72621 : : _collections_abc_toplevel_consts_17_consts_3_names = {
72622 : : ._object = {
72623 : : .ob_base = {
72624 : : .ob_base = {
72625 : : .ob_refcnt = 999999999,
72626 : : .ob_type = &PyTuple_Type,
72627 : : },
72628 : : .ob_size = 3,
72629 : : },
72630 : : .ob_item = {
72631 : : & const_str_Hashable._ascii.ob_base,
72632 : : & const_str__check_methods._ascii.ob_base,
72633 : : & const_str_NotImplemented._ascii.ob_base,
72634 : : },
72635 : : },
72636 : : };
72637 : : static
72638 : : struct {
72639 : : PyASCIIObject _ascii;
72640 : : uint8_t _data[26];
72641 : : }
72642 : : _collections_abc_toplevel_consts_17_consts_3_qualname = {
72643 : : ._ascii = {
72644 : : .ob_base = {
72645 : : .ob_refcnt = 999999999,
72646 : : .ob_type = &PyUnicode_Type,
72647 : : },
72648 : : .length = 25,
72649 : : .hash = -1,
72650 : : .state = {
72651 : : .kind = 1,
72652 : : .compact = 1,
72653 : : .ascii = 1,
72654 : : },
72655 : : },
72656 : : ._data = "Hashable.__subclasshook__",
72657 : : };
72658 : : static
72659 : : struct {
72660 : : PyObject_VAR_HEAD
72661 : : Py_hash_t ob_shash;
72662 : : char ob_sval[34];
72663 : : }
72664 : : _collections_abc_toplevel_consts_17_consts_3_linetable = {
72665 : : .ob_base = {
72666 : : .ob_base = {
72667 : : .ob_refcnt = 999999999,
72668 : : .ob_type = &PyBytes_Type,
72669 : : },
72670 : : .ob_size = 33,
72671 : : },
72672 : : .ob_shash = -1,
72673 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x31\xdd\x13\x21\xa0\x21\xa0\x5a\xd4\x13\x30\xd0\x0c\x30\xdd\x0f\x1d\xd0\x08\x1d",
72674 : : };
72675 : : static
72676 : : struct {
72677 : : PyGC_Head _gc_head;
72678 : : struct {
72679 : : PyObject_VAR_HEAD
72680 : : PyObject *ob_item[2];
72681 : : }_object;
72682 : : }
72683 : : _collections_abc_toplevel_consts_17_consts_3_localsplusnames = {
72684 : : ._object = {
72685 : : .ob_base = {
72686 : : .ob_base = {
72687 : : .ob_refcnt = 999999999,
72688 : : .ob_type = &PyTuple_Type,
72689 : : },
72690 : : .ob_size = 2,
72691 : : },
72692 : : .ob_item = {
72693 : : & const_str_cls._ascii.ob_base,
72694 : : & const_str_C._ascii.ob_base,
72695 : : },
72696 : : },
72697 : : };
72698 : : static
72699 : : struct _PyCode_DEF(62)
72700 : : _collections_abc_toplevel_consts_17_consts_3 = {
72701 : : .ob_base = {
72702 : : .ob_base = {
72703 : : .ob_refcnt = 999999999,
72704 : : .ob_type = &PyCode_Type,
72705 : : },
72706 : : .ob_size = 31,
72707 : : },
72708 : : .co_consts = & _collections_abc_toplevel_consts_17_consts_3_consts._object.ob_base.ob_base,
72709 : : .co_names = & _collections_abc_toplevel_consts_17_consts_3_names._object.ob_base.ob_base,
72710 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72711 : : .co_flags = 3,
72712 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72713 : : ._co_linearray_entry_size = 0,
72714 : : .co_argcount = 2,
72715 : : .co_posonlyargcount = 0,
72716 : : .co_kwonlyargcount = 0,
72717 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
72718 : : .co_stacksize = 4,
72719 : : .co_firstlineno = 124,
72720 : : .co_nlocalsplus = 2,
72721 : : .co_nlocals = 2,
72722 : : .co_nplaincellvars = 0,
72723 : : .co_ncellvars = 0,
72724 : : .co_nfreevars = 0,
72725 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
72726 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
72727 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72728 : : .co_name = &_Py_ID(__subclasshook__),
72729 : : .co_qualname = & _collections_abc_toplevel_consts_17_consts_3_qualname._ascii.ob_base,
72730 : : .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
72731 : : ._co_code = NULL,
72732 : : ._co_linearray = NULL,
72733 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
72734 : : ._co_firsttraceable = 0,
72735 : : };
72736 : : static
72737 : : struct {
72738 : : PyGC_Head _gc_head;
72739 : : struct {
72740 : : PyObject_VAR_HEAD
72741 : : PyObject *ob_item[5];
72742 : : }_object;
72743 : : }
72744 : : _collections_abc_toplevel_consts_17_consts = {
72745 : : ._object = {
72746 : : .ob_base = {
72747 : : .ob_base = {
72748 : : .ob_refcnt = 999999999,
72749 : : .ob_type = &PyTuple_Type,
72750 : : },
72751 : : .ob_size = 5,
72752 : : },
72753 : : .ob_item = {
72754 : : & const_str_Hashable._ascii.ob_base,
72755 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
72756 : : & _collections_abc_toplevel_consts_17_consts_2.ob_base.ob_base,
72757 : : & _collections_abc_toplevel_consts_17_consts_3.ob_base.ob_base,
72758 : : Py_None,
72759 : : },
72760 : : },
72761 : : };
72762 : : static
72763 : : struct {
72764 : : PyGC_Head _gc_head;
72765 : : struct {
72766 : : PyObject_VAR_HEAD
72767 : : PyObject *ob_item[8];
72768 : : }_object;
72769 : : }
72770 : : _collections_abc_toplevel_consts_17_names = {
72771 : : ._object = {
72772 : : .ob_base = {
72773 : : .ob_base = {
72774 : : .ob_refcnt = 999999999,
72775 : : .ob_type = &PyTuple_Type,
72776 : : },
72777 : : .ob_size = 8,
72778 : : },
72779 : : .ob_item = {
72780 : : &_Py_ID(__name__),
72781 : : &_Py_ID(__module__),
72782 : : &_Py_ID(__qualname__),
72783 : : &_Py_ID(__slots__),
72784 : : & const_str_abstractmethod._ascii.ob_base,
72785 : : &_Py_ID(__hash__),
72786 : : & const_str_classmethod._ascii.ob_base,
72787 : : &_Py_ID(__subclasshook__),
72788 : : },
72789 : : },
72790 : : };
72791 : : static
72792 : : struct {
72793 : : PyObject_VAR_HEAD
72794 : : Py_hash_t ob_shash;
72795 : : char ob_sval[74];
72796 : : }
72797 : : _collections_abc_toplevel_consts_17_linetable = {
72798 : : .ob_base = {
72799 : : .ob_base = {
72800 : : .ob_refcnt = 999999999,
72801 : : .ob_type = &PyBytes_Type,
72802 : : },
72803 : : .ob_size = 73,
72804 : : },
72805 : : .ob_shash = -1,
72806 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x11\xf0\x00\x01\x05\x11\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x11\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
72807 : : };
72808 : : static
72809 : : struct _PyCode_DEF(54)
72810 : : _collections_abc_toplevel_consts_17 = {
72811 : : .ob_base = {
72812 : : .ob_base = {
72813 : : .ob_refcnt = 999999999,
72814 : : .ob_type = &PyCode_Type,
72815 : : },
72816 : : .ob_size = 27,
72817 : : },
72818 : : .co_consts = & _collections_abc_toplevel_consts_17_consts._object.ob_base.ob_base,
72819 : : .co_names = & _collections_abc_toplevel_consts_17_names._object.ob_base.ob_base,
72820 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72821 : : .co_flags = 0,
72822 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72823 : : ._co_linearray_entry_size = 0,
72824 : : .co_argcount = 0,
72825 : : .co_posonlyargcount = 0,
72826 : : .co_kwonlyargcount = 0,
72827 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
72828 : : .co_stacksize = 2,
72829 : : .co_firstlineno = 116,
72830 : : .co_nlocalsplus = 0,
72831 : : .co_nlocals = 0,
72832 : : .co_nplaincellvars = 0,
72833 : : .co_ncellvars = 0,
72834 : : .co_nfreevars = 0,
72835 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
72836 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
72837 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72838 : : .co_name = & const_str_Hashable._ascii.ob_base,
72839 : : .co_qualname = & const_str_Hashable._ascii.ob_base,
72840 : : .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
72841 : : ._co_code = NULL,
72842 : : ._co_linearray = NULL,
72843 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
72844 : : ._co_firsttraceable = 0,
72845 : : };
72846 : : static
72847 : : struct {
72848 : : PyASCIIObject _ascii;
72849 : : uint8_t _data[20];
72850 : : }
72851 : : _collections_abc_toplevel_consts_20_consts_2_qualname = {
72852 : : ._ascii = {
72853 : : .ob_base = {
72854 : : .ob_refcnt = 999999999,
72855 : : .ob_type = &PyUnicode_Type,
72856 : : },
72857 : : .length = 19,
72858 : : .hash = -1,
72859 : : .state = {
72860 : : .kind = 1,
72861 : : .compact = 1,
72862 : : .ascii = 1,
72863 : : },
72864 : : },
72865 : : ._data = "Awaitable.__await__",
72866 : : };
72867 : : static
72868 : : struct {
72869 : : PyObject_VAR_HEAD
72870 : : Py_hash_t ob_shash;
72871 : : char ob_sval[20];
72872 : : }
72873 : : _collections_abc_toplevel_consts_20_consts_2_linetable = {
72874 : : .ob_base = {
72875 : : .ob_base = {
72876 : : .ob_refcnt = 999999999,
72877 : : .ob_type = &PyBytes_Type,
72878 : : },
72879 : : .ob_size = 19,
72880 : : },
72881 : : .ob_shash = -1,
72882 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x08\x0d\x88\x05\x88\x05\x88\x05\x88\x05\x88\x05",
72883 : : };
72884 : : static
72885 : : struct _PyCode_DEF(18)
72886 : : _collections_abc_toplevel_consts_20_consts_2 = {
72887 : : .ob_base = {
72888 : : .ob_base = {
72889 : : .ob_refcnt = 999999999,
72890 : : .ob_type = &PyCode_Type,
72891 : : },
72892 : : .ob_size = 9,
72893 : : },
72894 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
72895 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
72896 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
72897 : : .co_flags = 35,
72898 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
72899 : : ._co_linearray_entry_size = 0,
72900 : : .co_argcount = 1,
72901 : : .co_posonlyargcount = 0,
72902 : : .co_kwonlyargcount = 0,
72903 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
72904 : : .co_stacksize = 1,
72905 : : .co_firstlineno = 135,
72906 : : .co_nlocalsplus = 1,
72907 : : .co_nlocals = 1,
72908 : : .co_nplaincellvars = 0,
72909 : : .co_ncellvars = 0,
72910 : : .co_nfreevars = 0,
72911 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
72912 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
72913 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
72914 : : .co_name = &_Py_ID(__await__),
72915 : : .co_qualname = & _collections_abc_toplevel_consts_20_consts_2_qualname._ascii.ob_base,
72916 : : .co_linetable = & _collections_abc_toplevel_consts_20_consts_2_linetable.ob_base.ob_base,
72917 : : ._co_code = NULL,
72918 : : ._co_linearray = NULL,
72919 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
72920 : : ._co_firsttraceable = 2,
72921 : : };
72922 : : static
72923 : : struct {
72924 : : PyGC_Head _gc_head;
72925 : : struct {
72926 : : PyObject_VAR_HEAD
72927 : : PyObject *ob_item[2];
72928 : : }_object;
72929 : : }
72930 : : _collections_abc_toplevel_consts_20_consts_3_consts = {
72931 : : ._object = {
72932 : : .ob_base = {
72933 : : .ob_base = {
72934 : : .ob_refcnt = 999999999,
72935 : : .ob_type = &PyTuple_Type,
72936 : : },
72937 : : .ob_size = 2,
72938 : : },
72939 : : .ob_item = {
72940 : : Py_None,
72941 : : &_Py_ID(__await__),
72942 : : },
72943 : : },
72944 : : };
72945 : : static
72946 : : struct {
72947 : : PyGC_Head _gc_head;
72948 : : struct {
72949 : : PyObject_VAR_HEAD
72950 : : PyObject *ob_item[3];
72951 : : }_object;
72952 : : }
72953 : : _collections_abc_toplevel_consts_20_consts_3_names = {
72954 : : ._object = {
72955 : : .ob_base = {
72956 : : .ob_base = {
72957 : : .ob_refcnt = 999999999,
72958 : : .ob_type = &PyTuple_Type,
72959 : : },
72960 : : .ob_size = 3,
72961 : : },
72962 : : .ob_item = {
72963 : : & const_str_Awaitable._ascii.ob_base,
72964 : : & const_str__check_methods._ascii.ob_base,
72965 : : & const_str_NotImplemented._ascii.ob_base,
72966 : : },
72967 : : },
72968 : : };
72969 : : static
72970 : : struct {
72971 : : PyASCIIObject _ascii;
72972 : : uint8_t _data[27];
72973 : : }
72974 : : _collections_abc_toplevel_consts_20_consts_3_qualname = {
72975 : : ._ascii = {
72976 : : .ob_base = {
72977 : : .ob_refcnt = 999999999,
72978 : : .ob_type = &PyUnicode_Type,
72979 : : },
72980 : : .length = 26,
72981 : : .hash = -1,
72982 : : .state = {
72983 : : .kind = 1,
72984 : : .compact = 1,
72985 : : .ascii = 1,
72986 : : },
72987 : : },
72988 : : ._data = "Awaitable.__subclasshook__",
72989 : : };
72990 : : static
72991 : : struct {
72992 : : PyObject_VAR_HEAD
72993 : : Py_hash_t ob_shash;
72994 : : char ob_sval[35];
72995 : : }
72996 : : _collections_abc_toplevel_consts_20_consts_3_linetable = {
72997 : : .ob_base = {
72998 : : .ob_base = {
72999 : : .ob_refcnt = 999999999,
73000 : : .ob_type = &PyBytes_Type,
73001 : : },
73002 : : .ob_size = 34,
73003 : : },
73004 : : .ob_shash = -1,
73005 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x32\xdd\x13\x21\xa0\x21\xa0\x5b\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
73006 : : };
73007 : : static
73008 : : struct _PyCode_DEF(62)
73009 : : _collections_abc_toplevel_consts_20_consts_3 = {
73010 : : .ob_base = {
73011 : : .ob_base = {
73012 : : .ob_refcnt = 999999999,
73013 : : .ob_type = &PyCode_Type,
73014 : : },
73015 : : .ob_size = 31,
73016 : : },
73017 : : .co_consts = & _collections_abc_toplevel_consts_20_consts_3_consts._object.ob_base.ob_base,
73018 : : .co_names = & _collections_abc_toplevel_consts_20_consts_3_names._object.ob_base.ob_base,
73019 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73020 : : .co_flags = 3,
73021 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73022 : : ._co_linearray_entry_size = 0,
73023 : : .co_argcount = 2,
73024 : : .co_posonlyargcount = 0,
73025 : : .co_kwonlyargcount = 0,
73026 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
73027 : : .co_stacksize = 4,
73028 : : .co_firstlineno = 139,
73029 : : .co_nlocalsplus = 2,
73030 : : .co_nlocals = 2,
73031 : : .co_nplaincellvars = 0,
73032 : : .co_ncellvars = 0,
73033 : : .co_nfreevars = 0,
73034 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
73035 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
73036 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73037 : : .co_name = &_Py_ID(__subclasshook__),
73038 : : .co_qualname = & _collections_abc_toplevel_consts_20_consts_3_qualname._ascii.ob_base,
73039 : : .co_linetable = & _collections_abc_toplevel_consts_20_consts_3_linetable.ob_base.ob_base,
73040 : : ._co_code = NULL,
73041 : : ._co_linearray = NULL,
73042 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
73043 : : ._co_firsttraceable = 0,
73044 : : };
73045 : : static
73046 : : struct {
73047 : : PyGC_Head _gc_head;
73048 : : struct {
73049 : : PyObject_VAR_HEAD
73050 : : PyObject *ob_item[5];
73051 : : }_object;
73052 : : }
73053 : : _collections_abc_toplevel_consts_20_consts = {
73054 : : ._object = {
73055 : : .ob_base = {
73056 : : .ob_base = {
73057 : : .ob_refcnt = 999999999,
73058 : : .ob_type = &PyTuple_Type,
73059 : : },
73060 : : .ob_size = 5,
73061 : : },
73062 : : .ob_item = {
73063 : : & const_str_Awaitable._ascii.ob_base,
73064 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
73065 : : & _collections_abc_toplevel_consts_20_consts_2.ob_base.ob_base,
73066 : : & _collections_abc_toplevel_consts_20_consts_3.ob_base.ob_base,
73067 : : Py_None,
73068 : : },
73069 : : },
73070 : : };
73071 : : static
73072 : : struct {
73073 : : PyASCIIObject _ascii;
73074 : : uint8_t _data[13];
73075 : : }
73076 : : const_str_GenericAlias = {
73077 : : ._ascii = {
73078 : : .ob_base = {
73079 : : .ob_refcnt = 999999999,
73080 : : .ob_type = &PyUnicode_Type,
73081 : : },
73082 : : .length = 12,
73083 : : .hash = -1,
73084 : : .state = {
73085 : : .kind = 1,
73086 : : .compact = 1,
73087 : : .ascii = 1,
73088 : : },
73089 : : },
73090 : : ._data = "GenericAlias",
73091 : : };
73092 : : static
73093 : : struct {
73094 : : PyGC_Head _gc_head;
73095 : : struct {
73096 : : PyObject_VAR_HEAD
73097 : : PyObject *ob_item[10];
73098 : : }_object;
73099 : : }
73100 : : _collections_abc_toplevel_consts_20_names = {
73101 : : ._object = {
73102 : : .ob_base = {
73103 : : .ob_base = {
73104 : : .ob_refcnt = 999999999,
73105 : : .ob_type = &PyTuple_Type,
73106 : : },
73107 : : .ob_size = 10,
73108 : : },
73109 : : .ob_item = {
73110 : : &_Py_ID(__name__),
73111 : : &_Py_ID(__module__),
73112 : : &_Py_ID(__qualname__),
73113 : : &_Py_ID(__slots__),
73114 : : & const_str_abstractmethod._ascii.ob_base,
73115 : : &_Py_ID(__await__),
73116 : : & const_str_classmethod._ascii.ob_base,
73117 : : &_Py_ID(__subclasshook__),
73118 : : & const_str_GenericAlias._ascii.ob_base,
73119 : : &_Py_ID(__class_getitem__),
73120 : : },
73121 : : },
73122 : : };
73123 : : static
73124 : : struct {
73125 : : PyObject_VAR_HEAD
73126 : : Py_hash_t ob_shash;
73127 : : char ob_sval[85];
73128 : : }
73129 : : _collections_abc_toplevel_consts_20_linetable = {
73130 : : .ob_base = {
73131 : : .ob_base = {
73132 : : .ob_refcnt = 999999999,
73133 : : .ob_type = &PyBytes_Type,
73134 : : },
73135 : : .ob_size = 84,
73136 : : },
73137 : : .ob_shash = -1,
73138 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x0e\xf0\x00\x01\x05\x0e\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x0e\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
73139 : : };
73140 : : static
73141 : : struct _PyCode_DEF(72)
73142 : : _collections_abc_toplevel_consts_20 = {
73143 : : .ob_base = {
73144 : : .ob_base = {
73145 : : .ob_refcnt = 999999999,
73146 : : .ob_type = &PyCode_Type,
73147 : : },
73148 : : .ob_size = 36,
73149 : : },
73150 : : .co_consts = & _collections_abc_toplevel_consts_20_consts._object.ob_base.ob_base,
73151 : : .co_names = & _collections_abc_toplevel_consts_20_names._object.ob_base.ob_base,
73152 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73153 : : .co_flags = 0,
73154 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73155 : : ._co_linearray_entry_size = 0,
73156 : : .co_argcount = 0,
73157 : : .co_posonlyargcount = 0,
73158 : : .co_kwonlyargcount = 0,
73159 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
73160 : : .co_stacksize = 3,
73161 : : .co_firstlineno = 131,
73162 : : .co_nlocalsplus = 0,
73163 : : .co_nlocals = 0,
73164 : : .co_nplaincellvars = 0,
73165 : : .co_ncellvars = 0,
73166 : : .co_nfreevars = 0,
73167 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73168 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73169 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73170 : : .co_name = & const_str_Awaitable._ascii.ob_base,
73171 : : .co_qualname = & const_str_Awaitable._ascii.ob_base,
73172 : : .co_linetable = & _collections_abc_toplevel_consts_20_linetable.ob_base.ob_base,
73173 : : ._co_code = NULL,
73174 : : ._co_linearray = NULL,
73175 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
73176 : : ._co_firsttraceable = 0,
73177 : : };
73178 : : static
73179 : : struct {
73180 : : PyASCIIObject _ascii;
73181 : : uint8_t _data[100];
73182 : : }
73183 : : _collections_abc_toplevel_consts_22_consts_2_consts_0 = {
73184 : : ._ascii = {
73185 : : .ob_base = {
73186 : : .ob_refcnt = 999999999,
73187 : : .ob_type = &PyUnicode_Type,
73188 : : },
73189 : : .length = 99,
73190 : : .hash = -1,
73191 : : .state = {
73192 : : .kind = 1,
73193 : : .compact = 1,
73194 : : .ascii = 1,
73195 : : },
73196 : : },
73197 : : ._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",
73198 : : };
73199 : : static
73200 : : struct {
73201 : : PyGC_Head _gc_head;
73202 : : struct {
73203 : : PyObject_VAR_HEAD
73204 : : PyObject *ob_item[1];
73205 : : }_object;
73206 : : }
73207 : : _collections_abc_toplevel_consts_22_consts_2_consts = {
73208 : : ._object = {
73209 : : .ob_base = {
73210 : : .ob_base = {
73211 : : .ob_refcnt = 999999999,
73212 : : .ob_type = &PyTuple_Type,
73213 : : },
73214 : : .ob_size = 1,
73215 : : },
73216 : : .ob_item = {
73217 : : & _collections_abc_toplevel_consts_22_consts_2_consts_0._ascii.ob_base,
73218 : : },
73219 : : },
73220 : : };
73221 : : static
73222 : : struct {
73223 : : PyGC_Head _gc_head;
73224 : : struct {
73225 : : PyObject_VAR_HEAD
73226 : : PyObject *ob_item[1];
73227 : : }_object;
73228 : : }
73229 : : _collections_abc_toplevel_consts_22_consts_2_names = {
73230 : : ._object = {
73231 : : .ob_base = {
73232 : : .ob_base = {
73233 : : .ob_refcnt = 999999999,
73234 : : .ob_type = &PyTuple_Type,
73235 : : },
73236 : : .ob_size = 1,
73237 : : },
73238 : : .ob_item = {
73239 : : & const_str_StopIteration._ascii.ob_base,
73240 : : },
73241 : : },
73242 : : };
73243 : : static
73244 : : struct {
73245 : : PyASCIIObject _ascii;
73246 : : uint8_t _data[15];
73247 : : }
73248 : : _collections_abc_toplevel_consts_22_consts_2_qualname = {
73249 : : ._ascii = {
73250 : : .ob_base = {
73251 : : .ob_refcnt = 999999999,
73252 : : .ob_type = &PyUnicode_Type,
73253 : : },
73254 : : .length = 14,
73255 : : .hash = -1,
73256 : : .state = {
73257 : : .kind = 1,
73258 : : .compact = 1,
73259 : : .ascii = 1,
73260 : : },
73261 : : },
73262 : : ._data = "Coroutine.send",
73263 : : };
73264 : : static
73265 : : struct {
73266 : : PyObject_VAR_HEAD
73267 : : Py_hash_t ob_shash;
73268 : : char ob_sval[11];
73269 : : }
73270 : : _collections_abc_toplevel_consts_22_consts_2_linetable = {
73271 : : .ob_base = {
73272 : : .ob_base = {
73273 : : .ob_refcnt = 999999999,
73274 : : .ob_type = &PyBytes_Type,
73275 : : },
73276 : : .ob_size = 10,
73277 : : },
73278 : : .ob_shash = -1,
73279 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x0f\x1c\xd0\x08\x1b",
73280 : : };
73281 : : static
73282 : : struct _PyCode_DEF(16)
73283 : : _collections_abc_toplevel_consts_22_consts_2 = {
73284 : : .ob_base = {
73285 : : .ob_base = {
73286 : : .ob_refcnt = 999999999,
73287 : : .ob_type = &PyCode_Type,
73288 : : },
73289 : : .ob_size = 8,
73290 : : },
73291 : : .co_consts = & _collections_abc_toplevel_consts_22_consts_2_consts._object.ob_base.ob_base,
73292 : : .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
73293 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73294 : : .co_flags = 3,
73295 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73296 : : ._co_linearray_entry_size = 0,
73297 : : .co_argcount = 2,
73298 : : .co_posonlyargcount = 0,
73299 : : .co_kwonlyargcount = 0,
73300 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
73301 : : .co_stacksize = 1,
73302 : : .co_firstlineno = 152,
73303 : : .co_nlocalsplus = 2,
73304 : : .co_nlocals = 2,
73305 : : .co_nplaincellvars = 0,
73306 : : .co_ncellvars = 0,
73307 : : .co_nfreevars = 0,
73308 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
73309 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
73310 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73311 : : .co_name = &_Py_ID(send),
73312 : : .co_qualname = & _collections_abc_toplevel_consts_22_consts_2_qualname._ascii.ob_base,
73313 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
73314 : : ._co_code = NULL,
73315 : : ._co_linearray = NULL,
73316 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
73317 : : ._co_firsttraceable = 0,
73318 : : };
73319 : : static
73320 : : struct {
73321 : : PyASCIIObject _ascii;
73322 : : uint8_t _data[104];
73323 : : }
73324 : : _collections_abc_toplevel_consts_22_consts_4_consts_0 = {
73325 : : ._ascii = {
73326 : : .ob_base = {
73327 : : .ob_refcnt = 999999999,
73328 : : .ob_type = &PyUnicode_Type,
73329 : : },
73330 : : .length = 103,
73331 : : .hash = -1,
73332 : : .state = {
73333 : : .kind = 1,
73334 : : .compact = 1,
73335 : : .ascii = 1,
73336 : : },
73337 : : },
73338 : : ._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",
73339 : : };
73340 : : static
73341 : : struct {
73342 : : PyGC_Head _gc_head;
73343 : : struct {
73344 : : PyObject_VAR_HEAD
73345 : : PyObject *ob_item[1];
73346 : : }_object;
73347 : : }
73348 : : _collections_abc_toplevel_consts_22_consts_4_consts = {
73349 : : ._object = {
73350 : : .ob_base = {
73351 : : .ob_base = {
73352 : : .ob_refcnt = 999999999,
73353 : : .ob_type = &PyTuple_Type,
73354 : : },
73355 : : .ob_size = 1,
73356 : : },
73357 : : .ob_item = {
73358 : : & _collections_abc_toplevel_consts_22_consts_4_consts_0._ascii.ob_base,
73359 : : },
73360 : : },
73361 : : };
73362 : : static
73363 : : struct {
73364 : : PyASCIIObject _ascii;
73365 : : uint8_t _data[15];
73366 : : }
73367 : : const_str_with_traceback = {
73368 : : ._ascii = {
73369 : : .ob_base = {
73370 : : .ob_refcnt = 999999999,
73371 : : .ob_type = &PyUnicode_Type,
73372 : : },
73373 : : .length = 14,
73374 : : .hash = -1,
73375 : : .state = {
73376 : : .kind = 1,
73377 : : .compact = 1,
73378 : : .ascii = 1,
73379 : : },
73380 : : },
73381 : : ._data = "with_traceback",
73382 : : };
73383 : : static
73384 : : struct {
73385 : : PyGC_Head _gc_head;
73386 : : struct {
73387 : : PyObject_VAR_HEAD
73388 : : PyObject *ob_item[1];
73389 : : }_object;
73390 : : }
73391 : : _collections_abc_toplevel_consts_22_consts_4_names = {
73392 : : ._object = {
73393 : : .ob_base = {
73394 : : .ob_base = {
73395 : : .ob_refcnt = 999999999,
73396 : : .ob_type = &PyTuple_Type,
73397 : : },
73398 : : .ob_size = 1,
73399 : : },
73400 : : .ob_item = {
73401 : : & const_str_with_traceback._ascii.ob_base,
73402 : : },
73403 : : },
73404 : : };
73405 : : static
73406 : : struct {
73407 : : PyASCIIObject _ascii;
73408 : : uint8_t _data[16];
73409 : : }
73410 : : _collections_abc_toplevel_consts_22_consts_4_qualname = {
73411 : : ._ascii = {
73412 : : .ob_base = {
73413 : : .ob_refcnt = 999999999,
73414 : : .ob_type = &PyUnicode_Type,
73415 : : },
73416 : : .length = 15,
73417 : : .hash = -1,
73418 : : .state = {
73419 : : .kind = 1,
73420 : : .compact = 1,
73421 : : .ascii = 1,
73422 : : },
73423 : : },
73424 : : ._data = "Coroutine.throw",
73425 : : };
73426 : : static
73427 : : struct {
73428 : : PyObject_VAR_HEAD
73429 : : Py_hash_t ob_shash;
73430 : : char ob_sval[64];
73431 : : }
73432 : : _collections_abc_toplevel_consts_22_consts_4_linetable = {
73433 : : .ob_base = {
73434 : : .ob_base = {
73435 : : .ob_refcnt = 999999999,
73436 : : .ob_type = &PyBytes_Type,
73437 : : },
73438 : : .ob_size = 63,
73439 : : },
73440 : : .ob_shash = -1,
73441 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x0c\x0f\xf0\x00\x03\x09\x18\xd8\x0f\x11\xf0\x00\x01\x0d\x1a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x94\x25\x88\x43\xd8\x0b\x0d\xf0\x00\x01\x09\x29\xd8\x12\x15\xd7\x12\x24\xd1\x12\x24\xa0\x52\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
73442 : : };
73443 : : static
73444 : : struct {
73445 : : PyASCIIObject _ascii;
73446 : : uint8_t _data[4];
73447 : : }
73448 : : const_str_typ = {
73449 : : ._ascii = {
73450 : : .ob_base = {
73451 : : .ob_refcnt = 999999999,
73452 : : .ob_type = &PyUnicode_Type,
73453 : : },
73454 : : .length = 3,
73455 : : .hash = -1,
73456 : : .state = {
73457 : : .kind = 1,
73458 : : .compact = 1,
73459 : : .ascii = 1,
73460 : : },
73461 : : },
73462 : : ._data = "typ",
73463 : : };
73464 : : static
73465 : : struct {
73466 : : PyASCIIObject _ascii;
73467 : : uint8_t _data[4];
73468 : : }
73469 : : const_str_val = {
73470 : : ._ascii = {
73471 : : .ob_base = {
73472 : : .ob_refcnt = 999999999,
73473 : : .ob_type = &PyUnicode_Type,
73474 : : },
73475 : : .length = 3,
73476 : : .hash = -1,
73477 : : .state = {
73478 : : .kind = 1,
73479 : : .compact = 1,
73480 : : .ascii = 1,
73481 : : },
73482 : : },
73483 : : ._data = "val",
73484 : : };
73485 : : static
73486 : : struct {
73487 : : PyGC_Head _gc_head;
73488 : : struct {
73489 : : PyObject_VAR_HEAD
73490 : : PyObject *ob_item[4];
73491 : : }_object;
73492 : : }
73493 : : _collections_abc_toplevel_consts_22_consts_4_localsplusnames = {
73494 : : ._object = {
73495 : : .ob_base = {
73496 : : .ob_base = {
73497 : : .ob_refcnt = 999999999,
73498 : : .ob_type = &PyTuple_Type,
73499 : : },
73500 : : .ob_size = 4,
73501 : : },
73502 : : .ob_item = {
73503 : : & const_str_self._ascii.ob_base,
73504 : : & const_str_typ._ascii.ob_base,
73505 : : & const_str_val._ascii.ob_base,
73506 : : & const_str_tb._ascii.ob_base,
73507 : : },
73508 : : },
73509 : : };
73510 : : static
73511 : : struct _PyCode_DEF(74)
73512 : : _collections_abc_toplevel_consts_22_consts_4 = {
73513 : : .ob_base = {
73514 : : .ob_base = {
73515 : : .ob_refcnt = 999999999,
73516 : : .ob_type = &PyCode_Type,
73517 : : },
73518 : : .ob_size = 37,
73519 : : },
73520 : : .co_consts = & _collections_abc_toplevel_consts_22_consts_4_consts._object.ob_base.ob_base,
73521 : : .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
73522 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73523 : : .co_flags = 3,
73524 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73525 : : ._co_linearray_entry_size = 0,
73526 : : .co_argcount = 4,
73527 : : .co_posonlyargcount = 0,
73528 : : .co_kwonlyargcount = 0,
73529 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
73530 : : .co_stacksize = 3,
73531 : : .co_firstlineno = 159,
73532 : : .co_nlocalsplus = 4,
73533 : : .co_nlocals = 4,
73534 : : .co_nplaincellvars = 0,
73535 : : .co_ncellvars = 0,
73536 : : .co_nfreevars = 0,
73537 : : .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
73538 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
73539 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73540 : : .co_name = &_Py_ID(throw),
73541 : : .co_qualname = & _collections_abc_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
73542 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
73543 : : ._co_code = NULL,
73544 : : ._co_linearray = NULL,
73545 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
73546 : : ._co_firsttraceable = 0,
73547 : : };
73548 : : static
73549 : : struct {
73550 : : PyASCIIObject _ascii;
73551 : : uint8_t _data[47];
73552 : : }
73553 : : _collections_abc_toplevel_consts_22_consts_5_consts_0 = {
73554 : : ._ascii = {
73555 : : .ob_base = {
73556 : : .ob_refcnt = 999999999,
73557 : : .ob_type = &PyUnicode_Type,
73558 : : },
73559 : : .length = 46,
73560 : : .hash = -1,
73561 : : .state = {
73562 : : .kind = 1,
73563 : : .compact = 1,
73564 : : .ascii = 1,
73565 : : },
73566 : : },
73567 : : ._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",
73568 : : };
73569 : : static
73570 : : struct {
73571 : : PyASCIIObject _ascii;
73572 : : uint8_t _data[32];
73573 : : }
73574 : : _collections_abc_toplevel_consts_22_consts_5_consts_1 = {
73575 : : ._ascii = {
73576 : : .ob_base = {
73577 : : .ob_refcnt = 999999999,
73578 : : .ob_type = &PyUnicode_Type,
73579 : : },
73580 : : .length = 31,
73581 : : .hash = -1,
73582 : : .state = {
73583 : : .kind = 1,
73584 : : .compact = 1,
73585 : : .ascii = 1,
73586 : : },
73587 : : },
73588 : : ._data = "coroutine ignored GeneratorExit",
73589 : : };
73590 : : static
73591 : : struct {
73592 : : PyGC_Head _gc_head;
73593 : : struct {
73594 : : PyObject_VAR_HEAD
73595 : : PyObject *ob_item[3];
73596 : : }_object;
73597 : : }
73598 : : _collections_abc_toplevel_consts_22_consts_5_consts = {
73599 : : ._object = {
73600 : : .ob_base = {
73601 : : .ob_base = {
73602 : : .ob_refcnt = 999999999,
73603 : : .ob_type = &PyTuple_Type,
73604 : : },
73605 : : .ob_size = 3,
73606 : : },
73607 : : .ob_item = {
73608 : : & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
73609 : : & _collections_abc_toplevel_consts_22_consts_5_consts_1._ascii.ob_base,
73610 : : Py_None,
73611 : : },
73612 : : },
73613 : : };
73614 : : static
73615 : : struct {
73616 : : PyASCIIObject _ascii;
73617 : : uint8_t _data[14];
73618 : : }
73619 : : const_str_GeneratorExit = {
73620 : : ._ascii = {
73621 : : .ob_base = {
73622 : : .ob_refcnt = 999999999,
73623 : : .ob_type = &PyUnicode_Type,
73624 : : },
73625 : : .length = 13,
73626 : : .hash = -1,
73627 : : .state = {
73628 : : .kind = 1,
73629 : : .compact = 1,
73630 : : .ascii = 1,
73631 : : },
73632 : : },
73633 : : ._data = "GeneratorExit",
73634 : : };
73635 : : static
73636 : : struct {
73637 : : PyGC_Head _gc_head;
73638 : : struct {
73639 : : PyObject_VAR_HEAD
73640 : : PyObject *ob_item[4];
73641 : : }_object;
73642 : : }
73643 : : _collections_abc_toplevel_consts_22_consts_5_names = {
73644 : : ._object = {
73645 : : .ob_base = {
73646 : : .ob_base = {
73647 : : .ob_refcnt = 999999999,
73648 : : .ob_type = &PyTuple_Type,
73649 : : },
73650 : : .ob_size = 4,
73651 : : },
73652 : : .ob_item = {
73653 : : &_Py_ID(throw),
73654 : : & const_str_GeneratorExit._ascii.ob_base,
73655 : : & const_str_RuntimeError._ascii.ob_base,
73656 : : & const_str_StopIteration._ascii.ob_base,
73657 : : },
73658 : : },
73659 : : };
73660 : : static
73661 : : struct {
73662 : : PyASCIIObject _ascii;
73663 : : uint8_t _data[16];
73664 : : }
73665 : : _collections_abc_toplevel_consts_22_consts_5_qualname = {
73666 : : ._ascii = {
73667 : : .ob_base = {
73668 : : .ob_refcnt = 999999999,
73669 : : .ob_type = &PyUnicode_Type,
73670 : : },
73671 : : .length = 15,
73672 : : .hash = -1,
73673 : : .state = {
73674 : : .kind = 1,
73675 : : .compact = 1,
73676 : : .ascii = 1,
73677 : : },
73678 : : },
73679 : : ._data = "Coroutine.close",
73680 : : };
73681 : : static
73682 : : struct {
73683 : : PyObject_VAR_HEAD
73684 : : Py_hash_t ob_shash;
73685 : : char ob_sval[79];
73686 : : }
73687 : : _collections_abc_toplevel_consts_22_consts_5_linetable = {
73688 : : .ob_base = {
73689 : : .ob_base = {
73690 : : .ob_refcnt = 999999999,
73691 : : .ob_type = &PyBytes_Type,
73692 : : },
73693 : : .ob_size = 78,
73694 : : },
73695 : : .ob_shash = -1,
73696 : : .ob_sval = "\x80\x00\xf0\x06\x05\x09\x42\x01\xd8\x0c\x10\x8f\x4a\x89\x4a\x95\x7d\xd4\x0c\x25\xd0\x0c\x25\xf5\x08\x00\x13\x1f\xd0\x1f\x40\xd4\x12\x41\xd0\x0c\x41\xf8\xf5\x07\x00\x11\x1e\x9d\x7d\xd0\x0f\x2d\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
73697 : : };
73698 : : static
73699 : : struct {
73700 : : PyObject_VAR_HEAD
73701 : : Py_hash_t ob_shash;
73702 : : char ob_sval[13];
73703 : : }
73704 : : _collections_abc_toplevel_consts_22_consts_5_exceptiontable = {
73705 : : .ob_base = {
73706 : : .ob_base = {
73707 : : .ob_refcnt = 999999999,
73708 : : .ob_type = &PyBytes_Type,
73709 : : },
73710 : : .ob_size = 12,
73711 : : },
73712 : : .ob_shash = -1,
73713 : : .ob_sval = "\x82\x17\x26\x00\xa6\x11\x3b\x03\xba\x01\x3b\x03",
73714 : : };
73715 : : static
73716 : : struct _PyCode_DEF(124)
73717 : : _collections_abc_toplevel_consts_22_consts_5 = {
73718 : : .ob_base = {
73719 : : .ob_base = {
73720 : : .ob_refcnt = 999999999,
73721 : : .ob_type = &PyCode_Type,
73722 : : },
73723 : : .ob_size = 62,
73724 : : },
73725 : : .co_consts = & _collections_abc_toplevel_consts_22_consts_5_consts._object.ob_base.ob_base,
73726 : : .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
73727 : : .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
73728 : : .co_flags = 3,
73729 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73730 : : ._co_linearray_entry_size = 0,
73731 : : .co_argcount = 1,
73732 : : .co_posonlyargcount = 0,
73733 : : .co_kwonlyargcount = 0,
73734 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
73735 : : .co_stacksize = 4,
73736 : : .co_firstlineno = 172,
73737 : : .co_nlocalsplus = 1,
73738 : : .co_nlocals = 1,
73739 : : .co_nplaincellvars = 0,
73740 : : .co_ncellvars = 0,
73741 : : .co_nfreevars = 0,
73742 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
73743 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
73744 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73745 : : .co_name = &_Py_ID(close),
73746 : : .co_qualname = & _collections_abc_toplevel_consts_22_consts_5_qualname._ascii.ob_base,
73747 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
73748 : : ._co_code = NULL,
73749 : : ._co_linearray = NULL,
73750 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
73751 : : ._co_firsttraceable = 0,
73752 : : };
73753 : : static
73754 : : struct {
73755 : : PyGC_Head _gc_head;
73756 : : struct {
73757 : : PyObject_VAR_HEAD
73758 : : PyObject *ob_item[5];
73759 : : }_object;
73760 : : }
73761 : : _collections_abc_toplevel_consts_22_consts_6_consts = {
73762 : : ._object = {
73763 : : .ob_base = {
73764 : : .ob_base = {
73765 : : .ob_refcnt = 999999999,
73766 : : .ob_type = &PyTuple_Type,
73767 : : },
73768 : : .ob_size = 5,
73769 : : },
73770 : : .ob_item = {
73771 : : Py_None,
73772 : : &_Py_ID(__await__),
73773 : : &_Py_ID(send),
73774 : : &_Py_ID(throw),
73775 : : &_Py_ID(close),
73776 : : },
73777 : : },
73778 : : };
73779 : : static
73780 : : struct {
73781 : : PyGC_Head _gc_head;
73782 : : struct {
73783 : : PyObject_VAR_HEAD
73784 : : PyObject *ob_item[3];
73785 : : }_object;
73786 : : }
73787 : : _collections_abc_toplevel_consts_22_consts_6_names = {
73788 : : ._object = {
73789 : : .ob_base = {
73790 : : .ob_base = {
73791 : : .ob_refcnt = 999999999,
73792 : : .ob_type = &PyTuple_Type,
73793 : : },
73794 : : .ob_size = 3,
73795 : : },
73796 : : .ob_item = {
73797 : : & const_str_Coroutine._ascii.ob_base,
73798 : : & const_str__check_methods._ascii.ob_base,
73799 : : & const_str_NotImplemented._ascii.ob_base,
73800 : : },
73801 : : },
73802 : : };
73803 : : static
73804 : : struct {
73805 : : PyASCIIObject _ascii;
73806 : : uint8_t _data[27];
73807 : : }
73808 : : _collections_abc_toplevel_consts_22_consts_6_qualname = {
73809 : : ._ascii = {
73810 : : .ob_base = {
73811 : : .ob_refcnt = 999999999,
73812 : : .ob_type = &PyUnicode_Type,
73813 : : },
73814 : : .length = 26,
73815 : : .hash = -1,
73816 : : .state = {
73817 : : .kind = 1,
73818 : : .compact = 1,
73819 : : .ascii = 1,
73820 : : },
73821 : : },
73822 : : ._data = "Coroutine.__subclasshook__",
73823 : : };
73824 : : static
73825 : : struct {
73826 : : PyObject_VAR_HEAD
73827 : : Py_hash_t ob_shash;
73828 : : char ob_sval[42];
73829 : : }
73830 : : _collections_abc_toplevel_consts_22_consts_6_linetable = {
73831 : : .ob_base = {
73832 : : .ob_base = {
73833 : : .ob_refcnt = 999999999,
73834 : : .ob_type = &PyBytes_Type,
73835 : : },
73836 : : .ob_size = 41,
73837 : : },
73838 : : .ob_shash = -1,
73839 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x4c\x01\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x26\xb8\x27\xc0\x37\xd4\x13\x4b\xd0\x0c\x4b\xdd\x0f\x1d\xd0\x08\x1d",
73840 : : };
73841 : : static
73842 : : struct _PyCode_DEF(68)
73843 : : _collections_abc_toplevel_consts_22_consts_6 = {
73844 : : .ob_base = {
73845 : : .ob_base = {
73846 : : .ob_refcnt = 999999999,
73847 : : .ob_type = &PyCode_Type,
73848 : : },
73849 : : .ob_size = 34,
73850 : : },
73851 : : .co_consts = & _collections_abc_toplevel_consts_22_consts_6_consts._object.ob_base.ob_base,
73852 : : .co_names = & _collections_abc_toplevel_consts_22_consts_6_names._object.ob_base.ob_base,
73853 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73854 : : .co_flags = 3,
73855 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73856 : : ._co_linearray_entry_size = 0,
73857 : : .co_argcount = 2,
73858 : : .co_posonlyargcount = 0,
73859 : : .co_kwonlyargcount = 0,
73860 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
73861 : : .co_stacksize = 7,
73862 : : .co_firstlineno = 182,
73863 : : .co_nlocalsplus = 2,
73864 : : .co_nlocals = 2,
73865 : : .co_nplaincellvars = 0,
73866 : : .co_ncellvars = 0,
73867 : : .co_nfreevars = 0,
73868 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
73869 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
73870 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73871 : : .co_name = &_Py_ID(__subclasshook__),
73872 : : .co_qualname = & _collections_abc_toplevel_consts_22_consts_6_qualname._ascii.ob_base,
73873 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_6_linetable.ob_base.ob_base,
73874 : : ._co_code = NULL,
73875 : : ._co_linearray = NULL,
73876 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x11\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
73877 : : ._co_firsttraceable = 0,
73878 : : };
73879 : : static
73880 : : struct {
73881 : : PyGC_Head _gc_head;
73882 : : struct {
73883 : : PyObject_VAR_HEAD
73884 : : PyObject *ob_item[8];
73885 : : }_object;
73886 : : }
73887 : : _collections_abc_toplevel_consts_22_consts = {
73888 : : ._object = {
73889 : : .ob_base = {
73890 : : .ob_base = {
73891 : : .ob_refcnt = 999999999,
73892 : : .ob_type = &PyTuple_Type,
73893 : : },
73894 : : .ob_size = 8,
73895 : : },
73896 : : .ob_item = {
73897 : : & const_str_Coroutine._ascii.ob_base,
73898 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
73899 : : & _collections_abc_toplevel_consts_22_consts_2.ob_base.ob_base,
73900 : : Py_None,
73901 : : & _collections_abc_toplevel_consts_22_consts_4.ob_base.ob_base,
73902 : : & _collections_abc_toplevel_consts_22_consts_5.ob_base.ob_base,
73903 : : & _collections_abc_toplevel_consts_22_consts_6.ob_base.ob_base,
73904 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
73905 : : },
73906 : : },
73907 : : };
73908 : : static
73909 : : struct {
73910 : : PyGC_Head _gc_head;
73911 : : struct {
73912 : : PyObject_VAR_HEAD
73913 : : PyObject *ob_item[10];
73914 : : }_object;
73915 : : }
73916 : : _collections_abc_toplevel_consts_22_names = {
73917 : : ._object = {
73918 : : .ob_base = {
73919 : : .ob_base = {
73920 : : .ob_refcnt = 999999999,
73921 : : .ob_type = &PyTuple_Type,
73922 : : },
73923 : : .ob_size = 10,
73924 : : },
73925 : : .ob_item = {
73926 : : &_Py_ID(__name__),
73927 : : &_Py_ID(__module__),
73928 : : &_Py_ID(__qualname__),
73929 : : &_Py_ID(__slots__),
73930 : : & const_str_abstractmethod._ascii.ob_base,
73931 : : &_Py_ID(send),
73932 : : &_Py_ID(throw),
73933 : : &_Py_ID(close),
73934 : : & const_str_classmethod._ascii.ob_base,
73935 : : &_Py_ID(__subclasshook__),
73936 : : },
73937 : : },
73938 : : };
73939 : : static
73940 : : struct {
73941 : : PyObject_VAR_HEAD
73942 : : Py_hash_t ob_shash;
73943 : : char ob_sval[120];
73944 : : }
73945 : : _collections_abc_toplevel_consts_22_linetable = {
73946 : : .ob_base = {
73947 : : .ob_base = {
73948 : : .ob_refcnt = 999999999,
73949 : : .ob_type = &PyBytes_Type,
73950 : : },
73951 : : .ob_size = 119,
73952 : : },
73953 : : .ob_shash = -1,
73954 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xd8\x1d\x21\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x14\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
73955 : : };
73956 : : static
73957 : : struct _PyCode_DEF(80)
73958 : : _collections_abc_toplevel_consts_22 = {
73959 : : .ob_base = {
73960 : : .ob_base = {
73961 : : .ob_refcnt = 999999999,
73962 : : .ob_type = &PyCode_Type,
73963 : : },
73964 : : .ob_size = 40,
73965 : : },
73966 : : .co_consts = & _collections_abc_toplevel_consts_22_consts._object.ob_base.ob_base,
73967 : : .co_names = & _collections_abc_toplevel_consts_22_names._object.ob_base.ob_base,
73968 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
73969 : : .co_flags = 0,
73970 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
73971 : : ._co_linearray_entry_size = 0,
73972 : : .co_argcount = 0,
73973 : : .co_posonlyargcount = 0,
73974 : : .co_kwonlyargcount = 0,
73975 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
73976 : : .co_stacksize = 3,
73977 : : .co_firstlineno = 148,
73978 : : .co_nlocalsplus = 0,
73979 : : .co_nlocals = 0,
73980 : : .co_nplaincellvars = 0,
73981 : : .co_ncellvars = 0,
73982 : : .co_nfreevars = 0,
73983 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
73984 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
73985 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
73986 : : .co_name = & const_str_Coroutine._ascii.ob_base,
73987 : : .co_qualname = & const_str_Coroutine._ascii.ob_base,
73988 : : .co_linetable = & _collections_abc_toplevel_consts_22_linetable.ob_base.ob_base,
73989 : : ._co_code = NULL,
73990 : : ._co_linearray = NULL,
73991 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x04\x64\x07\x64\x04\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x65\x08\x64\x06\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x03\x53\x00",
73992 : : ._co_firsttraceable = 0,
73993 : : };
73994 : : static
73995 : : struct {
73996 : : PyGC_Head _gc_head;
73997 : : struct {
73998 : : PyObject_VAR_HEAD
73999 : : PyObject *ob_item[1];
74000 : : }_object;
74001 : : }
74002 : : _collections_abc_toplevel_consts_24_consts_2_names = {
74003 : : ._object = {
74004 : : .ob_base = {
74005 : : .ob_base = {
74006 : : .ob_refcnt = 999999999,
74007 : : .ob_type = &PyTuple_Type,
74008 : : },
74009 : : .ob_size = 1,
74010 : : },
74011 : : .ob_item = {
74012 : : & const_str_AsyncIterator._ascii.ob_base,
74013 : : },
74014 : : },
74015 : : };
74016 : : static
74017 : : struct {
74018 : : PyASCIIObject _ascii;
74019 : : uint8_t _data[24];
74020 : : }
74021 : : _collections_abc_toplevel_consts_24_consts_2_qualname = {
74022 : : ._ascii = {
74023 : : .ob_base = {
74024 : : .ob_refcnt = 999999999,
74025 : : .ob_type = &PyUnicode_Type,
74026 : : },
74027 : : .length = 23,
74028 : : .hash = -1,
74029 : : .state = {
74030 : : .kind = 1,
74031 : : .compact = 1,
74032 : : .ascii = 1,
74033 : : },
74034 : : },
74035 : : ._data = "AsyncIterable.__aiter__",
74036 : : };
74037 : : static
74038 : : struct {
74039 : : PyObject_VAR_HEAD
74040 : : Py_hash_t ob_shash;
74041 : : char ob_sval[11];
74042 : : }
74043 : : _collections_abc_toplevel_consts_24_consts_2_linetable = {
74044 : : .ob_base = {
74045 : : .ob_base = {
74046 : : .ob_refcnt = 999999999,
74047 : : .ob_type = &PyBytes_Type,
74048 : : },
74049 : : .ob_size = 10,
74050 : : },
74051 : : .ob_shash = -1,
74052 : : .ob_sval = "\x80\x00\xe5\x0f\x1c\x8c\x7f\xd0\x08\x1e",
74053 : : };
74054 : : static
74055 : : struct _PyCode_DEF(26)
74056 : : _collections_abc_toplevel_consts_24_consts_2 = {
74057 : : .ob_base = {
74058 : : .ob_base = {
74059 : : .ob_refcnt = 999999999,
74060 : : .ob_type = &PyCode_Type,
74061 : : },
74062 : : .ob_size = 13,
74063 : : },
74064 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
74065 : : .co_names = & _collections_abc_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
74066 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74067 : : .co_flags = 3,
74068 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74069 : : ._co_linearray_entry_size = 0,
74070 : : .co_argcount = 1,
74071 : : .co_posonlyargcount = 0,
74072 : : .co_kwonlyargcount = 0,
74073 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
74074 : : .co_stacksize = 2,
74075 : : .co_firstlineno = 196,
74076 : : .co_nlocalsplus = 1,
74077 : : .co_nlocals = 1,
74078 : : .co_nplaincellvars = 0,
74079 : : .co_ncellvars = 0,
74080 : : .co_nfreevars = 0,
74081 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74082 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74083 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74084 : : .co_name = &_Py_ID(__aiter__),
74085 : : .co_qualname = & _collections_abc_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
74086 : : .co_linetable = & _collections_abc_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
74087 : : ._co_code = NULL,
74088 : : ._co_linearray = NULL,
74089 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
74090 : : ._co_firsttraceable = 0,
74091 : : };
74092 : : static
74093 : : struct {
74094 : : PyGC_Head _gc_head;
74095 : : struct {
74096 : : PyObject_VAR_HEAD
74097 : : PyObject *ob_item[2];
74098 : : }_object;
74099 : : }
74100 : : _collections_abc_toplevel_consts_24_consts_3_consts = {
74101 : : ._object = {
74102 : : .ob_base = {
74103 : : .ob_base = {
74104 : : .ob_refcnt = 999999999,
74105 : : .ob_type = &PyTuple_Type,
74106 : : },
74107 : : .ob_size = 2,
74108 : : },
74109 : : .ob_item = {
74110 : : Py_None,
74111 : : &_Py_ID(__aiter__),
74112 : : },
74113 : : },
74114 : : };
74115 : : static
74116 : : struct {
74117 : : PyGC_Head _gc_head;
74118 : : struct {
74119 : : PyObject_VAR_HEAD
74120 : : PyObject *ob_item[3];
74121 : : }_object;
74122 : : }
74123 : : _collections_abc_toplevel_consts_24_consts_3_names = {
74124 : : ._object = {
74125 : : .ob_base = {
74126 : : .ob_base = {
74127 : : .ob_refcnt = 999999999,
74128 : : .ob_type = &PyTuple_Type,
74129 : : },
74130 : : .ob_size = 3,
74131 : : },
74132 : : .ob_item = {
74133 : : & const_str_AsyncIterable._ascii.ob_base,
74134 : : & const_str__check_methods._ascii.ob_base,
74135 : : & const_str_NotImplemented._ascii.ob_base,
74136 : : },
74137 : : },
74138 : : };
74139 : : static
74140 : : struct {
74141 : : PyASCIIObject _ascii;
74142 : : uint8_t _data[31];
74143 : : }
74144 : : _collections_abc_toplevel_consts_24_consts_3_qualname = {
74145 : : ._ascii = {
74146 : : .ob_base = {
74147 : : .ob_refcnt = 999999999,
74148 : : .ob_type = &PyUnicode_Type,
74149 : : },
74150 : : .length = 30,
74151 : : .hash = -1,
74152 : : .state = {
74153 : : .kind = 1,
74154 : : .compact = 1,
74155 : : .ascii = 1,
74156 : : },
74157 : : },
74158 : : ._data = "AsyncIterable.__subclasshook__",
74159 : : };
74160 : : static
74161 : : struct {
74162 : : PyObject_VAR_HEAD
74163 : : Py_hash_t ob_shash;
74164 : : char ob_sval[35];
74165 : : }
74166 : : _collections_abc_toplevel_consts_24_consts_3_linetable = {
74167 : : .ob_base = {
74168 : : .ob_base = {
74169 : : .ob_refcnt = 999999999,
74170 : : .ob_type = &PyBytes_Type,
74171 : : },
74172 : : .ob_size = 34,
74173 : : },
74174 : : .ob_shash = -1,
74175 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xf0\x00\x01\x09\x32\xdd\x13\x21\xa0\x21\xa0\x5b\xd4\x13\x31\xd0\x0c\x31\xdd\x0f\x1d\xd0\x08\x1d",
74176 : : };
74177 : : static
74178 : : struct _PyCode_DEF(62)
74179 : : _collections_abc_toplevel_consts_24_consts_3 = {
74180 : : .ob_base = {
74181 : : .ob_base = {
74182 : : .ob_refcnt = 999999999,
74183 : : .ob_type = &PyCode_Type,
74184 : : },
74185 : : .ob_size = 31,
74186 : : },
74187 : : .co_consts = & _collections_abc_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
74188 : : .co_names = & _collections_abc_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
74189 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74190 : : .co_flags = 3,
74191 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74192 : : ._co_linearray_entry_size = 0,
74193 : : .co_argcount = 2,
74194 : : .co_posonlyargcount = 0,
74195 : : .co_kwonlyargcount = 0,
74196 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
74197 : : .co_stacksize = 4,
74198 : : .co_firstlineno = 200,
74199 : : .co_nlocalsplus = 2,
74200 : : .co_nlocals = 2,
74201 : : .co_nplaincellvars = 0,
74202 : : .co_ncellvars = 0,
74203 : : .co_nfreevars = 0,
74204 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
74205 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
74206 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74207 : : .co_name = &_Py_ID(__subclasshook__),
74208 : : .co_qualname = & _collections_abc_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
74209 : : .co_linetable = & _collections_abc_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
74210 : : ._co_code = NULL,
74211 : : ._co_linearray = NULL,
74212 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
74213 : : ._co_firsttraceable = 0,
74214 : : };
74215 : : static
74216 : : struct {
74217 : : PyGC_Head _gc_head;
74218 : : struct {
74219 : : PyObject_VAR_HEAD
74220 : : PyObject *ob_item[5];
74221 : : }_object;
74222 : : }
74223 : : _collections_abc_toplevel_consts_24_consts = {
74224 : : ._object = {
74225 : : .ob_base = {
74226 : : .ob_base = {
74227 : : .ob_refcnt = 999999999,
74228 : : .ob_type = &PyTuple_Type,
74229 : : },
74230 : : .ob_size = 5,
74231 : : },
74232 : : .ob_item = {
74233 : : & const_str_AsyncIterable._ascii.ob_base,
74234 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
74235 : : & _collections_abc_toplevel_consts_24_consts_2.ob_base.ob_base,
74236 : : & _collections_abc_toplevel_consts_24_consts_3.ob_base.ob_base,
74237 : : Py_None,
74238 : : },
74239 : : },
74240 : : };
74241 : : static
74242 : : struct {
74243 : : PyGC_Head _gc_head;
74244 : : struct {
74245 : : PyObject_VAR_HEAD
74246 : : PyObject *ob_item[10];
74247 : : }_object;
74248 : : }
74249 : : _collections_abc_toplevel_consts_24_names = {
74250 : : ._object = {
74251 : : .ob_base = {
74252 : : .ob_base = {
74253 : : .ob_refcnt = 999999999,
74254 : : .ob_type = &PyTuple_Type,
74255 : : },
74256 : : .ob_size = 10,
74257 : : },
74258 : : .ob_item = {
74259 : : &_Py_ID(__name__),
74260 : : &_Py_ID(__module__),
74261 : : &_Py_ID(__qualname__),
74262 : : &_Py_ID(__slots__),
74263 : : & const_str_abstractmethod._ascii.ob_base,
74264 : : &_Py_ID(__aiter__),
74265 : : & const_str_classmethod._ascii.ob_base,
74266 : : &_Py_ID(__subclasshook__),
74267 : : & const_str_GenericAlias._ascii.ob_base,
74268 : : &_Py_ID(__class_getitem__),
74269 : : },
74270 : : },
74271 : : };
74272 : : static
74273 : : struct {
74274 : : PyObject_VAR_HEAD
74275 : : Py_hash_t ob_shash;
74276 : : char ob_sval[85];
74277 : : }
74278 : : _collections_abc_toplevel_consts_24_linetable = {
74279 : : .ob_base = {
74280 : : .ob_base = {
74281 : : .ob_refcnt = 999999999,
74282 : : .ob_type = &PyBytes_Type,
74283 : : },
74284 : : .ob_size = 84,
74285 : : },
74286 : : .ob_shash = -1,
74287 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x1f\xf0\x00\x01\x05\x1f\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x1f\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
74288 : : };
74289 : : static
74290 : : struct _PyCode_DEF(72)
74291 : : _collections_abc_toplevel_consts_24 = {
74292 : : .ob_base = {
74293 : : .ob_base = {
74294 : : .ob_refcnt = 999999999,
74295 : : .ob_type = &PyCode_Type,
74296 : : },
74297 : : .ob_size = 36,
74298 : : },
74299 : : .co_consts = & _collections_abc_toplevel_consts_24_consts._object.ob_base.ob_base,
74300 : : .co_names = & _collections_abc_toplevel_consts_24_names._object.ob_base.ob_base,
74301 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74302 : : .co_flags = 0,
74303 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74304 : : ._co_linearray_entry_size = 0,
74305 : : .co_argcount = 0,
74306 : : .co_posonlyargcount = 0,
74307 : : .co_kwonlyargcount = 0,
74308 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
74309 : : .co_stacksize = 3,
74310 : : .co_firstlineno = 192,
74311 : : .co_nlocalsplus = 0,
74312 : : .co_nlocals = 0,
74313 : : .co_nplaincellvars = 0,
74314 : : .co_ncellvars = 0,
74315 : : .co_nfreevars = 0,
74316 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
74317 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
74318 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74319 : : .co_name = & const_str_AsyncIterable._ascii.ob_base,
74320 : : .co_qualname = & const_str_AsyncIterable._ascii.ob_base,
74321 : : .co_linetable = & _collections_abc_toplevel_consts_24_linetable.ob_base.ob_base,
74322 : : ._co_code = NULL,
74323 : : ._co_linearray = NULL,
74324 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
74325 : : ._co_firsttraceable = 0,
74326 : : };
74327 : : static
74328 : : struct {
74329 : : PyASCIIObject _ascii;
74330 : : uint8_t _data[65];
74331 : : }
74332 : : _collections_abc_toplevel_consts_26_consts_2_consts_0 = {
74333 : : ._ascii = {
74334 : : .ob_base = {
74335 : : .ob_refcnt = 999999999,
74336 : : .ob_type = &PyUnicode_Type,
74337 : : },
74338 : : .length = 64,
74339 : : .hash = -1,
74340 : : .state = {
74341 : : .kind = 1,
74342 : : .compact = 1,
74343 : : .ascii = 1,
74344 : : },
74345 : : },
74346 : : ._data = "Return the next item or raise StopAsyncIteration when exhausted.",
74347 : : };
74348 : : static
74349 : : struct {
74350 : : PyGC_Head _gc_head;
74351 : : struct {
74352 : : PyObject_VAR_HEAD
74353 : : PyObject *ob_item[1];
74354 : : }_object;
74355 : : }
74356 : : _collections_abc_toplevel_consts_26_consts_2_consts = {
74357 : : ._object = {
74358 : : .ob_base = {
74359 : : .ob_base = {
74360 : : .ob_refcnt = 999999999,
74361 : : .ob_type = &PyTuple_Type,
74362 : : },
74363 : : .ob_size = 1,
74364 : : },
74365 : : .ob_item = {
74366 : : & _collections_abc_toplevel_consts_26_consts_2_consts_0._ascii.ob_base,
74367 : : },
74368 : : },
74369 : : };
74370 : : static
74371 : : struct {
74372 : : PyASCIIObject _ascii;
74373 : : uint8_t _data[19];
74374 : : }
74375 : : const_str_StopAsyncIteration = {
74376 : : ._ascii = {
74377 : : .ob_base = {
74378 : : .ob_refcnt = 999999999,
74379 : : .ob_type = &PyUnicode_Type,
74380 : : },
74381 : : .length = 18,
74382 : : .hash = -1,
74383 : : .state = {
74384 : : .kind = 1,
74385 : : .compact = 1,
74386 : : .ascii = 1,
74387 : : },
74388 : : },
74389 : : ._data = "StopAsyncIteration",
74390 : : };
74391 : : static
74392 : : struct {
74393 : : PyGC_Head _gc_head;
74394 : : struct {
74395 : : PyObject_VAR_HEAD
74396 : : PyObject *ob_item[1];
74397 : : }_object;
74398 : : }
74399 : : _collections_abc_toplevel_consts_26_consts_2_names = {
74400 : : ._object = {
74401 : : .ob_base = {
74402 : : .ob_base = {
74403 : : .ob_refcnt = 999999999,
74404 : : .ob_type = &PyTuple_Type,
74405 : : },
74406 : : .ob_size = 1,
74407 : : },
74408 : : .ob_item = {
74409 : : & const_str_StopAsyncIteration._ascii.ob_base,
74410 : : },
74411 : : },
74412 : : };
74413 : : static
74414 : : struct {
74415 : : PyASCIIObject _ascii;
74416 : : uint8_t _data[24];
74417 : : }
74418 : : _collections_abc_toplevel_consts_26_consts_2_qualname = {
74419 : : ._ascii = {
74420 : : .ob_base = {
74421 : : .ob_refcnt = 999999999,
74422 : : .ob_type = &PyUnicode_Type,
74423 : : },
74424 : : .length = 23,
74425 : : .hash = -1,
74426 : : .state = {
74427 : : .kind = 1,
74428 : : .compact = 1,
74429 : : .ascii = 1,
74430 : : },
74431 : : },
74432 : : ._data = "AsyncIterator.__anext__",
74433 : : };
74434 : : static
74435 : : struct {
74436 : : PyObject_VAR_HEAD
74437 : : Py_hash_t ob_shash;
74438 : : char ob_sval[15];
74439 : : }
74440 : : _collections_abc_toplevel_consts_26_consts_2_linetable = {
74441 : : .ob_base = {
74442 : : .ob_base = {
74443 : : .ob_refcnt = 999999999,
74444 : : .ob_type = &PyBytes_Type,
74445 : : },
74446 : : .ob_size = 14,
74447 : : },
74448 : : .ob_shash = -1,
74449 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x06\x00\x0f\x21\xd0\x08\x20",
74450 : : };
74451 : : static
74452 : : struct _PyCode_DEF(20)
74453 : : _collections_abc_toplevel_consts_26_consts_2 = {
74454 : : .ob_base = {
74455 : : .ob_base = {
74456 : : .ob_refcnt = 999999999,
74457 : : .ob_type = &PyCode_Type,
74458 : : },
74459 : : .ob_size = 10,
74460 : : },
74461 : : .co_consts = & _collections_abc_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
74462 : : .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
74463 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74464 : : .co_flags = 131,
74465 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74466 : : ._co_linearray_entry_size = 0,
74467 : : .co_argcount = 1,
74468 : : .co_posonlyargcount = 0,
74469 : : .co_kwonlyargcount = 0,
74470 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
74471 : : .co_stacksize = 1,
74472 : : .co_firstlineno = 213,
74473 : : .co_nlocalsplus = 1,
74474 : : .co_nlocals = 1,
74475 : : .co_nplaincellvars = 0,
74476 : : .co_ncellvars = 0,
74477 : : .co_nfreevars = 0,
74478 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74479 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74480 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74481 : : .co_name = &_Py_ID(__anext__),
74482 : : .co_qualname = & _collections_abc_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
74483 : : .co_linetable = & _collections_abc_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
74484 : : ._co_code = NULL,
74485 : : ._co_linearray = NULL,
74486 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
74487 : : ._co_firsttraceable = 2,
74488 : : };
74489 : : static
74490 : : struct {
74491 : : PyASCIIObject _ascii;
74492 : : uint8_t _data[24];
74493 : : }
74494 : : _collections_abc_toplevel_consts_26_consts_3_qualname = {
74495 : : ._ascii = {
74496 : : .ob_base = {
74497 : : .ob_refcnt = 999999999,
74498 : : .ob_type = &PyUnicode_Type,
74499 : : },
74500 : : .length = 23,
74501 : : .hash = -1,
74502 : : .state = {
74503 : : .kind = 1,
74504 : : .compact = 1,
74505 : : .ascii = 1,
74506 : : },
74507 : : },
74508 : : ._data = "AsyncIterator.__aiter__",
74509 : : };
74510 : : static
74511 : : struct _PyCode_DEF(6)
74512 : : _collections_abc_toplevel_consts_26_consts_3 = {
74513 : : .ob_base = {
74514 : : .ob_base = {
74515 : : .ob_refcnt = 999999999,
74516 : : .ob_type = &PyCode_Type,
74517 : : },
74518 : : .ob_size = 3,
74519 : : },
74520 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
74521 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
74522 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74523 : : .co_flags = 3,
74524 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74525 : : ._co_linearray_entry_size = 0,
74526 : : .co_argcount = 1,
74527 : : .co_posonlyargcount = 0,
74528 : : .co_kwonlyargcount = 0,
74529 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
74530 : : .co_stacksize = 1,
74531 : : .co_firstlineno = 218,
74532 : : .co_nlocalsplus = 1,
74533 : : .co_nlocals = 1,
74534 : : .co_nplaincellvars = 0,
74535 : : .co_ncellvars = 0,
74536 : : .co_nfreevars = 0,
74537 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74538 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74539 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74540 : : .co_name = &_Py_ID(__aiter__),
74541 : : .co_qualname = & _collections_abc_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
74542 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
74543 : : ._co_code = NULL,
74544 : : ._co_linearray = NULL,
74545 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
74546 : : ._co_firsttraceable = 0,
74547 : : };
74548 : : static
74549 : : struct {
74550 : : PyGC_Head _gc_head;
74551 : : struct {
74552 : : PyObject_VAR_HEAD
74553 : : PyObject *ob_item[3];
74554 : : }_object;
74555 : : }
74556 : : _collections_abc_toplevel_consts_26_consts_4_consts = {
74557 : : ._object = {
74558 : : .ob_base = {
74559 : : .ob_base = {
74560 : : .ob_refcnt = 999999999,
74561 : : .ob_type = &PyTuple_Type,
74562 : : },
74563 : : .ob_size = 3,
74564 : : },
74565 : : .ob_item = {
74566 : : Py_None,
74567 : : &_Py_ID(__anext__),
74568 : : &_Py_ID(__aiter__),
74569 : : },
74570 : : },
74571 : : };
74572 : : static
74573 : : struct {
74574 : : PyGC_Head _gc_head;
74575 : : struct {
74576 : : PyObject_VAR_HEAD
74577 : : PyObject *ob_item[3];
74578 : : }_object;
74579 : : }
74580 : : _collections_abc_toplevel_consts_26_consts_4_names = {
74581 : : ._object = {
74582 : : .ob_base = {
74583 : : .ob_base = {
74584 : : .ob_refcnt = 999999999,
74585 : : .ob_type = &PyTuple_Type,
74586 : : },
74587 : : .ob_size = 3,
74588 : : },
74589 : : .ob_item = {
74590 : : & const_str_AsyncIterator._ascii.ob_base,
74591 : : & const_str__check_methods._ascii.ob_base,
74592 : : & const_str_NotImplemented._ascii.ob_base,
74593 : : },
74594 : : },
74595 : : };
74596 : : static
74597 : : struct {
74598 : : PyASCIIObject _ascii;
74599 : : uint8_t _data[31];
74600 : : }
74601 : : _collections_abc_toplevel_consts_26_consts_4_qualname = {
74602 : : ._ascii = {
74603 : : .ob_base = {
74604 : : .ob_refcnt = 999999999,
74605 : : .ob_type = &PyUnicode_Type,
74606 : : },
74607 : : .length = 30,
74608 : : .hash = -1,
74609 : : .state = {
74610 : : .kind = 1,
74611 : : .compact = 1,
74612 : : .ascii = 1,
74613 : : },
74614 : : },
74615 : : ._data = "AsyncIterator.__subclasshook__",
74616 : : };
74617 : : static
74618 : : struct {
74619 : : PyObject_VAR_HEAD
74620 : : Py_hash_t ob_shash;
74621 : : char ob_sval[37];
74622 : : }
74623 : : _collections_abc_toplevel_consts_26_consts_4_linetable = {
74624 : : .ob_base = {
74625 : : .ob_base = {
74626 : : .ob_refcnt = 999999999,
74627 : : .ob_type = &PyBytes_Type,
74628 : : },
74629 : : .ob_size = 36,
74630 : : },
74631 : : .ob_shash = -1,
74632 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2d\xd0\x0b\x1f\xf0\x00\x01\x09\x3f\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd4\x13\x3e\xd0\x0c\x3e\xdd\x0f\x1d\xd0\x08\x1d",
74633 : : };
74634 : : static
74635 : : struct _PyCode_DEF(64)
74636 : : _collections_abc_toplevel_consts_26_consts_4 = {
74637 : : .ob_base = {
74638 : : .ob_base = {
74639 : : .ob_refcnt = 999999999,
74640 : : .ob_type = &PyCode_Type,
74641 : : },
74642 : : .ob_size = 32,
74643 : : },
74644 : : .co_consts = & _collections_abc_toplevel_consts_26_consts_4_consts._object.ob_base.ob_base,
74645 : : .co_names = & _collections_abc_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
74646 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74647 : : .co_flags = 3,
74648 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74649 : : ._co_linearray_entry_size = 0,
74650 : : .co_argcount = 2,
74651 : : .co_posonlyargcount = 0,
74652 : : .co_kwonlyargcount = 0,
74653 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
74654 : : .co_stacksize = 5,
74655 : : .co_firstlineno = 221,
74656 : : .co_nlocalsplus = 2,
74657 : : .co_nlocals = 2,
74658 : : .co_nplaincellvars = 0,
74659 : : .co_ncellvars = 0,
74660 : : .co_nfreevars = 0,
74661 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
74662 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
74663 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74664 : : .co_name = &_Py_ID(__subclasshook__),
74665 : : .co_qualname = & _collections_abc_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
74666 : : .co_linetable = & _collections_abc_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
74667 : : ._co_code = NULL,
74668 : : ._co_linearray = NULL,
74669 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
74670 : : ._co_firsttraceable = 0,
74671 : : };
74672 : : static
74673 : : struct {
74674 : : PyGC_Head _gc_head;
74675 : : struct {
74676 : : PyObject_VAR_HEAD
74677 : : PyObject *ob_item[6];
74678 : : }_object;
74679 : : }
74680 : : _collections_abc_toplevel_consts_26_consts = {
74681 : : ._object = {
74682 : : .ob_base = {
74683 : : .ob_base = {
74684 : : .ob_refcnt = 999999999,
74685 : : .ob_type = &PyTuple_Type,
74686 : : },
74687 : : .ob_size = 6,
74688 : : },
74689 : : .ob_item = {
74690 : : & const_str_AsyncIterator._ascii.ob_base,
74691 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
74692 : : & _collections_abc_toplevel_consts_26_consts_2.ob_base.ob_base,
74693 : : & _collections_abc_toplevel_consts_26_consts_3.ob_base.ob_base,
74694 : : & _collections_abc_toplevel_consts_26_consts_4.ob_base.ob_base,
74695 : : Py_None,
74696 : : },
74697 : : },
74698 : : };
74699 : : static
74700 : : struct {
74701 : : PyGC_Head _gc_head;
74702 : : struct {
74703 : : PyObject_VAR_HEAD
74704 : : PyObject *ob_item[9];
74705 : : }_object;
74706 : : }
74707 : : _collections_abc_toplevel_consts_26_names = {
74708 : : ._object = {
74709 : : .ob_base = {
74710 : : .ob_base = {
74711 : : .ob_refcnt = 999999999,
74712 : : .ob_type = &PyTuple_Type,
74713 : : },
74714 : : .ob_size = 9,
74715 : : },
74716 : : .ob_item = {
74717 : : &_Py_ID(__name__),
74718 : : &_Py_ID(__module__),
74719 : : &_Py_ID(__qualname__),
74720 : : &_Py_ID(__slots__),
74721 : : & const_str_abstractmethod._ascii.ob_base,
74722 : : &_Py_ID(__anext__),
74723 : : &_Py_ID(__aiter__),
74724 : : & const_str_classmethod._ascii.ob_base,
74725 : : &_Py_ID(__subclasshook__),
74726 : : },
74727 : : },
74728 : : };
74729 : : static
74730 : : struct {
74731 : : PyObject_VAR_HEAD
74732 : : Py_hash_t ob_shash;
74733 : : char ob_sval[89];
74734 : : }
74735 : : _collections_abc_toplevel_consts_26_linetable = {
74736 : : .ob_base = {
74737 : : .ob_base = {
74738 : : .ob_refcnt = 999999999,
74739 : : .ob_type = &PyBytes_Type,
74740 : : },
74741 : : .ob_size = 88,
74742 : : },
74743 : : .ob_shash = -1,
74744 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x21\xf0\x00\x02\x05\x21\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x21\xf0\x08\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
74745 : : };
74746 : : static
74747 : : struct _PyCode_DEF(60)
74748 : : _collections_abc_toplevel_consts_26 = {
74749 : : .ob_base = {
74750 : : .ob_base = {
74751 : : .ob_refcnt = 999999999,
74752 : : .ob_type = &PyCode_Type,
74753 : : },
74754 : : .ob_size = 30,
74755 : : },
74756 : : .co_consts = & _collections_abc_toplevel_consts_26_consts._object.ob_base.ob_base,
74757 : : .co_names = & _collections_abc_toplevel_consts_26_names._object.ob_base.ob_base,
74758 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74759 : : .co_flags = 0,
74760 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74761 : : ._co_linearray_entry_size = 0,
74762 : : .co_argcount = 0,
74763 : : .co_posonlyargcount = 0,
74764 : : .co_kwonlyargcount = 0,
74765 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
74766 : : .co_stacksize = 2,
74767 : : .co_firstlineno = 209,
74768 : : .co_nlocalsplus = 0,
74769 : : .co_nlocals = 0,
74770 : : .co_nplaincellvars = 0,
74771 : : .co_ncellvars = 0,
74772 : : .co_nfreevars = 0,
74773 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
74774 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
74775 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74776 : : .co_name = & const_str_AsyncIterator._ascii.ob_base,
74777 : : .co_qualname = & const_str_AsyncIterator._ascii.ob_base,
74778 : : .co_linetable = & _collections_abc_toplevel_consts_26_linetable.ob_base.ob_base,
74779 : : ._co_code = NULL,
74780 : : ._co_linearray = NULL,
74781 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
74782 : : ._co_firsttraceable = 0,
74783 : : };
74784 : : static
74785 : : struct {
74786 : : PyASCIIObject _ascii;
74787 : : uint8_t _data[113];
74788 : : }
74789 : : _collections_abc_toplevel_consts_28_consts_2_consts_0 = {
74790 : : ._ascii = {
74791 : : .ob_base = {
74792 : : .ob_refcnt = 999999999,
74793 : : .ob_type = &PyUnicode_Type,
74794 : : },
74795 : : .length = 112,
74796 : : .hash = -1,
74797 : : .state = {
74798 : : .kind = 1,
74799 : : .compact = 1,
74800 : : .ascii = 1,
74801 : : },
74802 : : },
74803 : : ._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",
74804 : : };
74805 : : static
74806 : : struct {
74807 : : PyGC_Head _gc_head;
74808 : : struct {
74809 : : PyObject_VAR_HEAD
74810 : : PyObject *ob_item[2];
74811 : : }_object;
74812 : : }
74813 : : _collections_abc_toplevel_consts_28_consts_2_consts = {
74814 : : ._object = {
74815 : : .ob_base = {
74816 : : .ob_base = {
74817 : : .ob_refcnt = 999999999,
74818 : : .ob_type = &PyTuple_Type,
74819 : : },
74820 : : .ob_size = 2,
74821 : : },
74822 : : .ob_item = {
74823 : : & _collections_abc_toplevel_consts_28_consts_2_consts_0._ascii.ob_base,
74824 : : Py_None,
74825 : : },
74826 : : },
74827 : : };
74828 : : static
74829 : : struct {
74830 : : PyASCIIObject _ascii;
74831 : : uint8_t _data[6];
74832 : : }
74833 : : const_str_asend = {
74834 : : ._ascii = {
74835 : : .ob_base = {
74836 : : .ob_refcnt = 999999999,
74837 : : .ob_type = &PyUnicode_Type,
74838 : : },
74839 : : .length = 5,
74840 : : .hash = -1,
74841 : : .state = {
74842 : : .kind = 1,
74843 : : .compact = 1,
74844 : : .ascii = 1,
74845 : : },
74846 : : },
74847 : : ._data = "asend",
74848 : : };
74849 : : static
74850 : : struct {
74851 : : PyGC_Head _gc_head;
74852 : : struct {
74853 : : PyObject_VAR_HEAD
74854 : : PyObject *ob_item[1];
74855 : : }_object;
74856 : : }
74857 : : _collections_abc_toplevel_consts_28_consts_2_names = {
74858 : : ._object = {
74859 : : .ob_base = {
74860 : : .ob_base = {
74861 : : .ob_refcnt = 999999999,
74862 : : .ob_type = &PyTuple_Type,
74863 : : },
74864 : : .ob_size = 1,
74865 : : },
74866 : : .ob_item = {
74867 : : & const_str_asend._ascii.ob_base,
74868 : : },
74869 : : },
74870 : : };
74871 : : static
74872 : : struct {
74873 : : PyASCIIObject _ascii;
74874 : : uint8_t _data[25];
74875 : : }
74876 : : _collections_abc_toplevel_consts_28_consts_2_qualname = {
74877 : : ._ascii = {
74878 : : .ob_base = {
74879 : : .ob_refcnt = 999999999,
74880 : : .ob_type = &PyUnicode_Type,
74881 : : },
74882 : : .length = 24,
74883 : : .hash = -1,
74884 : : .state = {
74885 : : .kind = 1,
74886 : : .compact = 1,
74887 : : .ascii = 1,
74888 : : },
74889 : : },
74890 : : ._data = "AsyncGenerator.__anext__",
74891 : : };
74892 : : static
74893 : : struct {
74894 : : PyObject_VAR_HEAD
74895 : : Py_hash_t ob_shash;
74896 : : char ob_sval[42];
74897 : : }
74898 : : _collections_abc_toplevel_consts_28_consts_2_linetable = {
74899 : : .ob_base = {
74900 : : .ob_base = {
74901 : : .ob_refcnt = 999999999,
74902 : : .ob_type = &PyBytes_Type,
74903 : : },
74904 : : .ob_size = 41,
74905 : : },
74906 : : .ob_shash = -1,
74907 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x08\x00\x16\x1a\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x0f\x25\xd0\x08\x25",
74908 : : };
74909 : : static
74910 : : struct _PyCode_DEF(54)
74911 : : _collections_abc_toplevel_consts_28_consts_2 = {
74912 : : .ob_base = {
74913 : : .ob_base = {
74914 : : .ob_refcnt = 999999999,
74915 : : .ob_type = &PyCode_Type,
74916 : : },
74917 : : .ob_size = 27,
74918 : : },
74919 : : .co_consts = & _collections_abc_toplevel_consts_28_consts_2_consts._object.ob_base.ob_base,
74920 : : .co_names = & _collections_abc_toplevel_consts_28_consts_2_names._object.ob_base.ob_base,
74921 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
74922 : : .co_flags = 131,
74923 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
74924 : : ._co_linearray_entry_size = 0,
74925 : : .co_argcount = 1,
74926 : : .co_posonlyargcount = 0,
74927 : : .co_kwonlyargcount = 0,
74928 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
74929 : : .co_stacksize = 3,
74930 : : .co_firstlineno = 232,
74931 : : .co_nlocalsplus = 1,
74932 : : .co_nlocals = 1,
74933 : : .co_nplaincellvars = 0,
74934 : : .co_ncellvars = 0,
74935 : : .co_nfreevars = 0,
74936 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
74937 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
74938 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
74939 : : .co_name = &_Py_ID(__anext__),
74940 : : .co_qualname = & _collections_abc_toplevel_consts_28_consts_2_qualname._ascii.ob_base,
74941 : : .co_linetable = & _collections_abc_toplevel_consts_28_consts_2_linetable.ob_base.ob_base,
74942 : : ._co_code = NULL,
74943 : : ._co_linearray = NULL,
74944 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x96\x02\x97\x03\x86\x04\x53\x00",
74945 : : ._co_firsttraceable = 2,
74946 : : };
74947 : : static
74948 : : struct {
74949 : : PyASCIIObject _ascii;
74950 : : uint8_t _data[118];
74951 : : }
74952 : : _collections_abc_toplevel_consts_28_consts_3_consts_0 = {
74953 : : ._ascii = {
74954 : : .ob_base = {
74955 : : .ob_refcnt = 999999999,
74956 : : .ob_type = &PyUnicode_Type,
74957 : : },
74958 : : .length = 117,
74959 : : .hash = -1,
74960 : : .state = {
74961 : : .kind = 1,
74962 : : .compact = 1,
74963 : : .ascii = 1,
74964 : : },
74965 : : },
74966 : : ._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",
74967 : : };
74968 : : static
74969 : : struct {
74970 : : PyGC_Head _gc_head;
74971 : : struct {
74972 : : PyObject_VAR_HEAD
74973 : : PyObject *ob_item[1];
74974 : : }_object;
74975 : : }
74976 : : _collections_abc_toplevel_consts_28_consts_3_consts = {
74977 : : ._object = {
74978 : : .ob_base = {
74979 : : .ob_base = {
74980 : : .ob_refcnt = 999999999,
74981 : : .ob_type = &PyTuple_Type,
74982 : : },
74983 : : .ob_size = 1,
74984 : : },
74985 : : .ob_item = {
74986 : : & _collections_abc_toplevel_consts_28_consts_3_consts_0._ascii.ob_base,
74987 : : },
74988 : : },
74989 : : };
74990 : : static
74991 : : struct {
74992 : : PyASCIIObject _ascii;
74993 : : uint8_t _data[21];
74994 : : }
74995 : : _collections_abc_toplevel_consts_28_consts_3_qualname = {
74996 : : ._ascii = {
74997 : : .ob_base = {
74998 : : .ob_refcnt = 999999999,
74999 : : .ob_type = &PyUnicode_Type,
75000 : : },
75001 : : .length = 20,
75002 : : .hash = -1,
75003 : : .state = {
75004 : : .kind = 1,
75005 : : .compact = 1,
75006 : : .ascii = 1,
75007 : : },
75008 : : },
75009 : : ._data = "AsyncGenerator.asend",
75010 : : };
75011 : : static
75012 : : struct {
75013 : : PyObject_VAR_HEAD
75014 : : Py_hash_t ob_shash;
75015 : : char ob_sval[15];
75016 : : }
75017 : : _collections_abc_toplevel_consts_28_consts_3_linetable = {
75018 : : .ob_base = {
75019 : : .ob_base = {
75020 : : .ob_refcnt = 999999999,
75021 : : .ob_type = &PyBytes_Type,
75022 : : },
75023 : : .ob_size = 14,
75024 : : },
75025 : : .ob_shash = -1,
75026 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x0f\x21\xd0\x08\x20",
75027 : : };
75028 : : static
75029 : : struct _PyCode_DEF(20)
75030 : : _collections_abc_toplevel_consts_28_consts_3 = {
75031 : : .ob_base = {
75032 : : .ob_base = {
75033 : : .ob_refcnt = 999999999,
75034 : : .ob_type = &PyCode_Type,
75035 : : },
75036 : : .ob_size = 10,
75037 : : },
75038 : : .co_consts = & _collections_abc_toplevel_consts_28_consts_3_consts._object.ob_base.ob_base,
75039 : : .co_names = & _collections_abc_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
75040 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75041 : : .co_flags = 131,
75042 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75043 : : ._co_linearray_entry_size = 0,
75044 : : .co_argcount = 2,
75045 : : .co_posonlyargcount = 0,
75046 : : .co_kwonlyargcount = 0,
75047 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
75048 : : .co_stacksize = 1,
75049 : : .co_firstlineno = 238,
75050 : : .co_nlocalsplus = 2,
75051 : : .co_nlocals = 2,
75052 : : .co_nplaincellvars = 0,
75053 : : .co_ncellvars = 0,
75054 : : .co_nfreevars = 0,
75055 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
75056 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
75057 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75058 : : .co_name = & const_str_asend._ascii.ob_base,
75059 : : .co_qualname = & _collections_abc_toplevel_consts_28_consts_3_qualname._ascii.ob_base,
75060 : : .co_linetable = & _collections_abc_toplevel_consts_28_consts_3_linetable.ob_base.ob_base,
75061 : : ._co_code = NULL,
75062 : : ._co_linearray = NULL,
75063 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
75064 : : ._co_firsttraceable = 2,
75065 : : };
75066 : : static
75067 : : struct {
75068 : : PyASCIIObject _ascii;
75069 : : uint8_t _data[122];
75070 : : }
75071 : : _collections_abc_toplevel_consts_28_consts_5_consts_0 = {
75072 : : ._ascii = {
75073 : : .ob_base = {
75074 : : .ob_refcnt = 999999999,
75075 : : .ob_type = &PyUnicode_Type,
75076 : : },
75077 : : .length = 121,
75078 : : .hash = -1,
75079 : : .state = {
75080 : : .kind = 1,
75081 : : .compact = 1,
75082 : : .ascii = 1,
75083 : : },
75084 : : },
75085 : : ._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",
75086 : : };
75087 : : static
75088 : : struct {
75089 : : PyGC_Head _gc_head;
75090 : : struct {
75091 : : PyObject_VAR_HEAD
75092 : : PyObject *ob_item[1];
75093 : : }_object;
75094 : : }
75095 : : _collections_abc_toplevel_consts_28_consts_5_consts = {
75096 : : ._object = {
75097 : : .ob_base = {
75098 : : .ob_base = {
75099 : : .ob_refcnt = 999999999,
75100 : : .ob_type = &PyTuple_Type,
75101 : : },
75102 : : .ob_size = 1,
75103 : : },
75104 : : .ob_item = {
75105 : : & _collections_abc_toplevel_consts_28_consts_5_consts_0._ascii.ob_base,
75106 : : },
75107 : : },
75108 : : };
75109 : : static
75110 : : struct {
75111 : : PyASCIIObject _ascii;
75112 : : uint8_t _data[7];
75113 : : }
75114 : : const_str_athrow = {
75115 : : ._ascii = {
75116 : : .ob_base = {
75117 : : .ob_refcnt = 999999999,
75118 : : .ob_type = &PyUnicode_Type,
75119 : : },
75120 : : .length = 6,
75121 : : .hash = -1,
75122 : : .state = {
75123 : : .kind = 1,
75124 : : .compact = 1,
75125 : : .ascii = 1,
75126 : : },
75127 : : },
75128 : : ._data = "athrow",
75129 : : };
75130 : : static
75131 : : struct {
75132 : : PyASCIIObject _ascii;
75133 : : uint8_t _data[22];
75134 : : }
75135 : : _collections_abc_toplevel_consts_28_consts_5_qualname = {
75136 : : ._ascii = {
75137 : : .ob_base = {
75138 : : .ob_refcnt = 999999999,
75139 : : .ob_type = &PyUnicode_Type,
75140 : : },
75141 : : .length = 21,
75142 : : .hash = -1,
75143 : : .state = {
75144 : : .kind = 1,
75145 : : .compact = 1,
75146 : : .ascii = 1,
75147 : : },
75148 : : },
75149 : : ._data = "AsyncGenerator.athrow",
75150 : : };
75151 : : static
75152 : : struct {
75153 : : PyObject_VAR_HEAD
75154 : : Py_hash_t ob_shash;
75155 : : char ob_sval[68];
75156 : : }
75157 : : _collections_abc_toplevel_consts_28_consts_5_linetable = {
75158 : : .ob_base = {
75159 : : .ob_base = {
75160 : : .ob_refcnt = 999999999,
75161 : : .ob_type = &PyBytes_Type,
75162 : : },
75163 : : .ob_size = 67,
75164 : : },
75165 : : .ob_shash = -1,
75166 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x0a\x00\x0c\x0f\xf0\x00\x03\x09\x18\xd8\x0f\x11\xf0\x00\x01\x0d\x1a\xd8\x16\x19\x90\x09\xd8\x12\x15\x90\x23\x94\x25\x88\x43\xd8\x0b\x0d\xf0\x00\x01\x09\x29\xd8\x12\x15\xd7\x12\x24\xd1\x12\x24\xa0\x52\xd4\x12\x28\x88\x43\xd8\x0e\x11\x88\x09",
75167 : : };
75168 : : static
75169 : : struct _PyCode_DEF(78)
75170 : : _collections_abc_toplevel_consts_28_consts_5 = {
75171 : : .ob_base = {
75172 : : .ob_base = {
75173 : : .ob_refcnt = 999999999,
75174 : : .ob_type = &PyCode_Type,
75175 : : },
75176 : : .ob_size = 39,
75177 : : },
75178 : : .co_consts = & _collections_abc_toplevel_consts_28_consts_5_consts._object.ob_base.ob_base,
75179 : : .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
75180 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75181 : : .co_flags = 131,
75182 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75183 : : ._co_linearray_entry_size = 0,
75184 : : .co_argcount = 4,
75185 : : .co_posonlyargcount = 0,
75186 : : .co_kwonlyargcount = 0,
75187 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
75188 : : .co_stacksize = 3,
75189 : : .co_firstlineno = 245,
75190 : : .co_nlocalsplus = 4,
75191 : : .co_nlocals = 4,
75192 : : .co_nplaincellvars = 0,
75193 : : .co_ncellvars = 0,
75194 : : .co_nfreevars = 0,
75195 : : .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
75196 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
75197 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75198 : : .co_name = & const_str_athrow._ascii.ob_base,
75199 : : .co_qualname = & _collections_abc_toplevel_consts_28_consts_5_qualname._ascii.ob_base,
75200 : : .co_linetable = & _collections_abc_toplevel_consts_28_consts_5_linetable.ob_base.ob_base,
75201 : : ._co_code = NULL,
75202 : : ._co_linearray = NULL,
75203 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
75204 : : ._co_firsttraceable = 2,
75205 : : };
75206 : : static
75207 : : struct {
75208 : : PyASCIIObject _ascii;
75209 : : uint8_t _data[45];
75210 : : }
75211 : : _collections_abc_toplevel_consts_28_consts_6_consts_2 = {
75212 : : ._ascii = {
75213 : : .ob_base = {
75214 : : .ob_refcnt = 999999999,
75215 : : .ob_type = &PyUnicode_Type,
75216 : : },
75217 : : .length = 44,
75218 : : .hash = -1,
75219 : : .state = {
75220 : : .kind = 1,
75221 : : .compact = 1,
75222 : : .ascii = 1,
75223 : : },
75224 : : },
75225 : : ._data = "asynchronous generator ignored GeneratorExit",
75226 : : };
75227 : : static
75228 : : struct {
75229 : : PyGC_Head _gc_head;
75230 : : struct {
75231 : : PyObject_VAR_HEAD
75232 : : PyObject *ob_item[3];
75233 : : }_object;
75234 : : }
75235 : : _collections_abc_toplevel_consts_28_consts_6_consts = {
75236 : : ._object = {
75237 : : .ob_base = {
75238 : : .ob_base = {
75239 : : .ob_refcnt = 999999999,
75240 : : .ob_type = &PyTuple_Type,
75241 : : },
75242 : : .ob_size = 3,
75243 : : },
75244 : : .ob_item = {
75245 : : & _collections_abc_toplevel_consts_22_consts_5_consts_0._ascii.ob_base,
75246 : : Py_None,
75247 : : & _collections_abc_toplevel_consts_28_consts_6_consts_2._ascii.ob_base,
75248 : : },
75249 : : },
75250 : : };
75251 : : static
75252 : : struct {
75253 : : PyGC_Head _gc_head;
75254 : : struct {
75255 : : PyObject_VAR_HEAD
75256 : : PyObject *ob_item[4];
75257 : : }_object;
75258 : : }
75259 : : _collections_abc_toplevel_consts_28_consts_6_names = {
75260 : : ._object = {
75261 : : .ob_base = {
75262 : : .ob_base = {
75263 : : .ob_refcnt = 999999999,
75264 : : .ob_type = &PyTuple_Type,
75265 : : },
75266 : : .ob_size = 4,
75267 : : },
75268 : : .ob_item = {
75269 : : & const_str_athrow._ascii.ob_base,
75270 : : & const_str_GeneratorExit._ascii.ob_base,
75271 : : & const_str_RuntimeError._ascii.ob_base,
75272 : : & const_str_StopAsyncIteration._ascii.ob_base,
75273 : : },
75274 : : },
75275 : : };
75276 : : static
75277 : : struct {
75278 : : PyASCIIObject _ascii;
75279 : : uint8_t _data[7];
75280 : : }
75281 : : const_str_aclose = {
75282 : : ._ascii = {
75283 : : .ob_base = {
75284 : : .ob_refcnt = 999999999,
75285 : : .ob_type = &PyUnicode_Type,
75286 : : },
75287 : : .length = 6,
75288 : : .hash = -1,
75289 : : .state = {
75290 : : .kind = 1,
75291 : : .compact = 1,
75292 : : .ascii = 1,
75293 : : },
75294 : : },
75295 : : ._data = "aclose",
75296 : : };
75297 : : static
75298 : : struct {
75299 : : PyASCIIObject _ascii;
75300 : : uint8_t _data[22];
75301 : : }
75302 : : _collections_abc_toplevel_consts_28_consts_6_qualname = {
75303 : : ._ascii = {
75304 : : .ob_base = {
75305 : : .ob_refcnt = 999999999,
75306 : : .ob_type = &PyUnicode_Type,
75307 : : },
75308 : : .length = 21,
75309 : : .hash = -1,
75310 : : .state = {
75311 : : .kind = 1,
75312 : : .compact = 1,
75313 : : .ascii = 1,
75314 : : },
75315 : : },
75316 : : ._data = "AsyncGenerator.aclose",
75317 : : };
75318 : : static
75319 : : struct {
75320 : : PyObject_VAR_HEAD
75321 : : Py_hash_t ob_shash;
75322 : : char ob_sval[102];
75323 : : }
75324 : : _collections_abc_toplevel_consts_28_consts_6_linetable = {
75325 : : .ob_base = {
75326 : : .ob_base = {
75327 : : .ob_refcnt = 999999999,
75328 : : .ob_type = &PyBytes_Type,
75329 : : },
75330 : : .ob_size = 101,
75331 : : },
75332 : : .ob_shash = -1,
75333 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf0\x06\x05\x09\x4f\x01\xd8\x12\x16\x97\x2b\x91\x2b\x9d\x6d\xd4\x12\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xf5\x08\x00\x13\x1f\xd0\x1f\x4d\xd4\x12\x4e\xd0\x0c\x4e\xf8\xf5\x07\x00\x11\x1e\xd5\x1f\x31\xd0\x0f\x32\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
75334 : : };
75335 : : static
75336 : : struct {
75337 : : PyObject_VAR_HEAD
75338 : : Py_hash_t ob_shash;
75339 : : char ob_sval[16];
75340 : : }
75341 : : _collections_abc_toplevel_consts_28_consts_6_exceptiontable = {
75342 : : .ob_base = {
75343 : : .ob_base = {
75344 : : .ob_refcnt = 999999999,
75345 : : .ob_type = &PyBytes_Type,
75346 : : },
75347 : : .ob_size = 15,
75348 : : },
75349 : : .ob_shash = -1,
75350 : : .ob_sval = "\x84\x1d\x2e\x00\xae\x11\x41\x03\x03\xc1\x02\x01\x41\x03\x03",
75351 : : };
75352 : : static
75353 : : struct _PyCode_DEF(140)
75354 : : _collections_abc_toplevel_consts_28_consts_6 = {
75355 : : .ob_base = {
75356 : : .ob_base = {
75357 : : .ob_refcnt = 999999999,
75358 : : .ob_type = &PyCode_Type,
75359 : : },
75360 : : .ob_size = 70,
75361 : : },
75362 : : .co_consts = & _collections_abc_toplevel_consts_28_consts_6_consts._object.ob_base.ob_base,
75363 : : .co_names = & _collections_abc_toplevel_consts_28_consts_6_names._object.ob_base.ob_base,
75364 : : .co_exceptiontable = & _collections_abc_toplevel_consts_28_consts_6_exceptiontable.ob_base.ob_base,
75365 : : .co_flags = 131,
75366 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75367 : : ._co_linearray_entry_size = 0,
75368 : : .co_argcount = 1,
75369 : : .co_posonlyargcount = 0,
75370 : : .co_kwonlyargcount = 0,
75371 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
75372 : : .co_stacksize = 4,
75373 : : .co_firstlineno = 258,
75374 : : .co_nlocalsplus = 1,
75375 : : .co_nlocals = 1,
75376 : : .co_nplaincellvars = 0,
75377 : : .co_ncellvars = 0,
75378 : : .co_nfreevars = 0,
75379 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
75380 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
75381 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75382 : : .co_name = & const_str_aclose._ascii.ob_base,
75383 : : .co_qualname = & _collections_abc_toplevel_consts_28_consts_6_qualname._ascii.ob_base,
75384 : : .co_linetable = & _collections_abc_toplevel_consts_28_consts_6_linetable.ob_base.ob_base,
75385 : : ._co_code = NULL,
75386 : : ._co_linearray = NULL,
75387 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x83\x00\x64\x01\x7b\x03\x96\x02\x97\x03\x86\x04\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
75388 : : ._co_firsttraceable = 2,
75389 : : };
75390 : : static
75391 : : struct {
75392 : : PyGC_Head _gc_head;
75393 : : struct {
75394 : : PyObject_VAR_HEAD
75395 : : PyObject *ob_item[6];
75396 : : }_object;
75397 : : }
75398 : : _collections_abc_toplevel_consts_28_consts_7_consts = {
75399 : : ._object = {
75400 : : .ob_base = {
75401 : : .ob_base = {
75402 : : .ob_refcnt = 999999999,
75403 : : .ob_type = &PyTuple_Type,
75404 : : },
75405 : : .ob_size = 6,
75406 : : },
75407 : : .ob_item = {
75408 : : Py_None,
75409 : : &_Py_ID(__aiter__),
75410 : : &_Py_ID(__anext__),
75411 : : & const_str_asend._ascii.ob_base,
75412 : : & const_str_athrow._ascii.ob_base,
75413 : : & const_str_aclose._ascii.ob_base,
75414 : : },
75415 : : },
75416 : : };
75417 : : static
75418 : : struct {
75419 : : PyGC_Head _gc_head;
75420 : : struct {
75421 : : PyObject_VAR_HEAD
75422 : : PyObject *ob_item[3];
75423 : : }_object;
75424 : : }
75425 : : _collections_abc_toplevel_consts_28_consts_7_names = {
75426 : : ._object = {
75427 : : .ob_base = {
75428 : : .ob_base = {
75429 : : .ob_refcnt = 999999999,
75430 : : .ob_type = &PyTuple_Type,
75431 : : },
75432 : : .ob_size = 3,
75433 : : },
75434 : : .ob_item = {
75435 : : & const_str_AsyncGenerator._ascii.ob_base,
75436 : : & const_str__check_methods._ascii.ob_base,
75437 : : & const_str_NotImplemented._ascii.ob_base,
75438 : : },
75439 : : },
75440 : : };
75441 : : static
75442 : : struct {
75443 : : PyASCIIObject _ascii;
75444 : : uint8_t _data[32];
75445 : : }
75446 : : _collections_abc_toplevel_consts_28_consts_7_qualname = {
75447 : : ._ascii = {
75448 : : .ob_base = {
75449 : : .ob_refcnt = 999999999,
75450 : : .ob_type = &PyUnicode_Type,
75451 : : },
75452 : : .length = 31,
75453 : : .hash = -1,
75454 : : .state = {
75455 : : .kind = 1,
75456 : : .compact = 1,
75457 : : .ascii = 1,
75458 : : },
75459 : : },
75460 : : ._data = "AsyncGenerator.__subclasshook__",
75461 : : };
75462 : : static
75463 : : struct {
75464 : : PyObject_VAR_HEAD
75465 : : Py_hash_t ob_shash;
75466 : : char ob_sval[48];
75467 : : }
75468 : : _collections_abc_toplevel_consts_28_consts_7_linetable = {
75469 : : .ob_base = {
75470 : : .ob_base = {
75471 : : .ob_refcnt = 999999999,
75472 : : .ob_type = &PyBytes_Type,
75473 : : },
75474 : : .ob_size = 47,
75475 : : },
75476 : : .ob_shash = -1,
75477 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2e\xd0\x0b\x20\xf0\x00\x02\x09\x3f\xdd\x13\x21\xa0\x21\xa0\x5b\xb0\x2b\xd8\x22\x29\xa8\x38\xb0\x58\xf4\x03\x01\x14\x3f\xf0\x00\x01\x0d\x3f\xe5\x0f\x1d\xd0\x08\x1d",
75478 : : };
75479 : : static
75480 : : struct _PyCode_DEF(70)
75481 : : _collections_abc_toplevel_consts_28_consts_7 = {
75482 : : .ob_base = {
75483 : : .ob_base = {
75484 : : .ob_refcnt = 999999999,
75485 : : .ob_type = &PyCode_Type,
75486 : : },
75487 : : .ob_size = 35,
75488 : : },
75489 : : .co_consts = & _collections_abc_toplevel_consts_28_consts_7_consts._object.ob_base.ob_base,
75490 : : .co_names = & _collections_abc_toplevel_consts_28_consts_7_names._object.ob_base.ob_base,
75491 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75492 : : .co_flags = 3,
75493 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75494 : : ._co_linearray_entry_size = 0,
75495 : : .co_argcount = 2,
75496 : : .co_posonlyargcount = 0,
75497 : : .co_kwonlyargcount = 0,
75498 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
75499 : : .co_stacksize = 8,
75500 : : .co_firstlineno = 268,
75501 : : .co_nlocalsplus = 2,
75502 : : .co_nlocals = 2,
75503 : : .co_nplaincellvars = 0,
75504 : : .co_ncellvars = 0,
75505 : : .co_nfreevars = 0,
75506 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
75507 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
75508 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75509 : : .co_name = &_Py_ID(__subclasshook__),
75510 : : .co_qualname = & _collections_abc_toplevel_consts_28_consts_7_qualname._ascii.ob_base,
75511 : : .co_linetable = & _collections_abc_toplevel_consts_28_consts_7_linetable.ob_base.ob_base,
75512 : : ._co_code = NULL,
75513 : : ._co_linearray = NULL,
75514 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
75515 : : ._co_firsttraceable = 0,
75516 : : };
75517 : : static
75518 : : struct {
75519 : : PyGC_Head _gc_head;
75520 : : struct {
75521 : : PyObject_VAR_HEAD
75522 : : PyObject *ob_item[9];
75523 : : }_object;
75524 : : }
75525 : : _collections_abc_toplevel_consts_28_consts = {
75526 : : ._object = {
75527 : : .ob_base = {
75528 : : .ob_base = {
75529 : : .ob_refcnt = 999999999,
75530 : : .ob_type = &PyTuple_Type,
75531 : : },
75532 : : .ob_size = 9,
75533 : : },
75534 : : .ob_item = {
75535 : : & const_str_AsyncGenerator._ascii.ob_base,
75536 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
75537 : : & _collections_abc_toplevel_consts_28_consts_2.ob_base.ob_base,
75538 : : & _collections_abc_toplevel_consts_28_consts_3.ob_base.ob_base,
75539 : : Py_None,
75540 : : & _collections_abc_toplevel_consts_28_consts_5.ob_base.ob_base,
75541 : : & _collections_abc_toplevel_consts_28_consts_6.ob_base.ob_base,
75542 : : & _collections_abc_toplevel_consts_28_consts_7.ob_base.ob_base,
75543 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
75544 : : },
75545 : : },
75546 : : };
75547 : : static
75548 : : struct {
75549 : : PyGC_Head _gc_head;
75550 : : struct {
75551 : : PyObject_VAR_HEAD
75552 : : PyObject *ob_item[11];
75553 : : }_object;
75554 : : }
75555 : : _collections_abc_toplevel_consts_28_names = {
75556 : : ._object = {
75557 : : .ob_base = {
75558 : : .ob_base = {
75559 : : .ob_refcnt = 999999999,
75560 : : .ob_type = &PyTuple_Type,
75561 : : },
75562 : : .ob_size = 11,
75563 : : },
75564 : : .ob_item = {
75565 : : &_Py_ID(__name__),
75566 : : &_Py_ID(__module__),
75567 : : &_Py_ID(__qualname__),
75568 : : &_Py_ID(__slots__),
75569 : : &_Py_ID(__anext__),
75570 : : & const_str_abstractmethod._ascii.ob_base,
75571 : : & const_str_asend._ascii.ob_base,
75572 : : & const_str_athrow._ascii.ob_base,
75573 : : & const_str_aclose._ascii.ob_base,
75574 : : & const_str_classmethod._ascii.ob_base,
75575 : : &_Py_ID(__subclasshook__),
75576 : : },
75577 : : },
75578 : : };
75579 : : static
75580 : : struct {
75581 : : PyObject_VAR_HEAD
75582 : : Py_hash_t ob_shash;
75583 : : char ob_sval[137];
75584 : : }
75585 : : _collections_abc_toplevel_consts_28_linetable = {
75586 : : .ob_base = {
75587 : : .ob_base = {
75588 : : .ob_refcnt = 999999999,
75589 : : .ob_type = &PyBytes_Type,
75590 : : },
75591 : : .ob_size = 136,
75592 : : },
75593 : : .ob_shash = -1,
75594 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xf0\x04\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x00\x04\x05\x26\xf0\x0c\x00\x06\x14\xf0\x02\x04\x05\x21\xf0\x00\x04\x05\x21\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x21\xf0\x0c\x00\x06\x14\xd8\x24\x28\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf0\x00\x08\x05\x4f\x01\xf0\x14\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
75595 : : };
75596 : : static
75597 : : struct _PyCode_DEF(86)
75598 : : _collections_abc_toplevel_consts_28 = {
75599 : : .ob_base = {
75600 : : .ob_base = {
75601 : : .ob_refcnt = 999999999,
75602 : : .ob_type = &PyCode_Type,
75603 : : },
75604 : : .ob_size = 43,
75605 : : },
75606 : : .co_consts = & _collections_abc_toplevel_consts_28_consts._object.ob_base.ob_base,
75607 : : .co_names = & _collections_abc_toplevel_consts_28_names._object.ob_base.ob_base,
75608 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75609 : : .co_flags = 0,
75610 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75611 : : ._co_linearray_entry_size = 0,
75612 : : .co_argcount = 0,
75613 : : .co_posonlyargcount = 0,
75614 : : .co_kwonlyargcount = 0,
75615 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
75616 : : .co_stacksize = 3,
75617 : : .co_firstlineno = 228,
75618 : : .co_nlocalsplus = 0,
75619 : : .co_nlocals = 0,
75620 : : .co_nplaincellvars = 0,
75621 : : .co_ncellvars = 0,
75622 : : .co_nfreevars = 0,
75623 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
75624 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
75625 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75626 : : .co_name = & const_str_AsyncGenerator._ascii.ob_base,
75627 : : .co_qualname = & const_str_AsyncGenerator._ascii.ob_base,
75628 : : .co_linetable = & _collections_abc_toplevel_consts_28_linetable.ob_base.ob_base,
75629 : : ._co_code = NULL,
75630 : : ._co_linearray = NULL,
75631 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
75632 : : ._co_firsttraceable = 0,
75633 : : };
75634 : : static
75635 : : struct {
75636 : : PyASCIIObject _ascii;
75637 : : uint8_t _data[18];
75638 : : }
75639 : : _collections_abc_toplevel_consts_30_consts_2_qualname = {
75640 : : ._ascii = {
75641 : : .ob_base = {
75642 : : .ob_refcnt = 999999999,
75643 : : .ob_type = &PyUnicode_Type,
75644 : : },
75645 : : .length = 17,
75646 : : .hash = -1,
75647 : : .state = {
75648 : : .kind = 1,
75649 : : .compact = 1,
75650 : : .ascii = 1,
75651 : : },
75652 : : },
75653 : : ._data = "Iterable.__iter__",
75654 : : };
75655 : : static
75656 : : struct {
75657 : : PyObject_VAR_HEAD
75658 : : Py_hash_t ob_shash;
75659 : : char ob_sval[12];
75660 : : }
75661 : : _collections_abc_toplevel_consts_30_consts_2_linetable = {
75662 : : .ob_base = {
75663 : : .ob_base = {
75664 : : .ob_refcnt = 999999999,
75665 : : .ob_type = &PyBytes_Type,
75666 : : },
75667 : : .ob_size = 11,
75668 : : },
75669 : : .ob_shash = -1,
75670 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x0e\x13\x88\x65",
75671 : : };
75672 : : static
75673 : : struct _PyCode_DEF(10)
75674 : : _collections_abc_toplevel_consts_30_consts_2 = {
75675 : : .ob_base = {
75676 : : .ob_base = {
75677 : : .ob_refcnt = 999999999,
75678 : : .ob_type = &PyCode_Type,
75679 : : },
75680 : : .ob_size = 5,
75681 : : },
75682 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
75683 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
75684 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75685 : : .co_flags = 35,
75686 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75687 : : ._co_linearray_entry_size = 0,
75688 : : .co_argcount = 1,
75689 : : .co_posonlyargcount = 0,
75690 : : .co_kwonlyargcount = 0,
75691 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
75692 : : .co_stacksize = 1,
75693 : : .co_firstlineno = 283,
75694 : : .co_nlocalsplus = 1,
75695 : : .co_nlocals = 1,
75696 : : .co_nplaincellvars = 0,
75697 : : .co_ncellvars = 0,
75698 : : .co_nfreevars = 0,
75699 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
75700 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
75701 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75702 : : .co_name = &_Py_ID(__iter__),
75703 : : .co_qualname = & _collections_abc_toplevel_consts_30_consts_2_qualname._ascii.ob_base,
75704 : : .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
75705 : : ._co_code = NULL,
75706 : : ._co_linearray = NULL,
75707 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
75708 : : ._co_firsttraceable = 2,
75709 : : };
75710 : : static
75711 : : struct {
75712 : : PyGC_Head _gc_head;
75713 : : struct {
75714 : : PyObject_VAR_HEAD
75715 : : PyObject *ob_item[2];
75716 : : }_object;
75717 : : }
75718 : : _collections_abc_toplevel_consts_30_consts_3_consts = {
75719 : : ._object = {
75720 : : .ob_base = {
75721 : : .ob_base = {
75722 : : .ob_refcnt = 999999999,
75723 : : .ob_type = &PyTuple_Type,
75724 : : },
75725 : : .ob_size = 2,
75726 : : },
75727 : : .ob_item = {
75728 : : Py_None,
75729 : : &_Py_ID(__iter__),
75730 : : },
75731 : : },
75732 : : };
75733 : : static
75734 : : struct {
75735 : : PyGC_Head _gc_head;
75736 : : struct {
75737 : : PyObject_VAR_HEAD
75738 : : PyObject *ob_item[3];
75739 : : }_object;
75740 : : }
75741 : : _collections_abc_toplevel_consts_30_consts_3_names = {
75742 : : ._object = {
75743 : : .ob_base = {
75744 : : .ob_base = {
75745 : : .ob_refcnt = 999999999,
75746 : : .ob_type = &PyTuple_Type,
75747 : : },
75748 : : .ob_size = 3,
75749 : : },
75750 : : .ob_item = {
75751 : : & const_str_Iterable._ascii.ob_base,
75752 : : & const_str__check_methods._ascii.ob_base,
75753 : : & const_str_NotImplemented._ascii.ob_base,
75754 : : },
75755 : : },
75756 : : };
75757 : : static
75758 : : struct {
75759 : : PyASCIIObject _ascii;
75760 : : uint8_t _data[26];
75761 : : }
75762 : : _collections_abc_toplevel_consts_30_consts_3_qualname = {
75763 : : ._ascii = {
75764 : : .ob_base = {
75765 : : .ob_refcnt = 999999999,
75766 : : .ob_type = &PyUnicode_Type,
75767 : : },
75768 : : .length = 25,
75769 : : .hash = -1,
75770 : : .state = {
75771 : : .kind = 1,
75772 : : .compact = 1,
75773 : : .ascii = 1,
75774 : : },
75775 : : },
75776 : : ._data = "Iterable.__subclasshook__",
75777 : : };
75778 : : static
75779 : : struct _PyCode_DEF(62)
75780 : : _collections_abc_toplevel_consts_30_consts_3 = {
75781 : : .ob_base = {
75782 : : .ob_base = {
75783 : : .ob_refcnt = 999999999,
75784 : : .ob_type = &PyCode_Type,
75785 : : },
75786 : : .ob_size = 31,
75787 : : },
75788 : : .co_consts = & _collections_abc_toplevel_consts_30_consts_3_consts._object.ob_base.ob_base,
75789 : : .co_names = & _collections_abc_toplevel_consts_30_consts_3_names._object.ob_base.ob_base,
75790 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75791 : : .co_flags = 3,
75792 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75793 : : ._co_linearray_entry_size = 0,
75794 : : .co_argcount = 2,
75795 : : .co_posonlyargcount = 0,
75796 : : .co_kwonlyargcount = 0,
75797 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
75798 : : .co_stacksize = 4,
75799 : : .co_firstlineno = 288,
75800 : : .co_nlocalsplus = 2,
75801 : : .co_nlocals = 2,
75802 : : .co_nplaincellvars = 0,
75803 : : .co_ncellvars = 0,
75804 : : .co_nfreevars = 0,
75805 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
75806 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
75807 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75808 : : .co_name = &_Py_ID(__subclasshook__),
75809 : : .co_qualname = & _collections_abc_toplevel_consts_30_consts_3_qualname._ascii.ob_base,
75810 : : .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
75811 : : ._co_code = NULL,
75812 : : ._co_linearray = NULL,
75813 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
75814 : : ._co_firsttraceable = 0,
75815 : : };
75816 : : static
75817 : : struct {
75818 : : PyGC_Head _gc_head;
75819 : : struct {
75820 : : PyObject_VAR_HEAD
75821 : : PyObject *ob_item[5];
75822 : : }_object;
75823 : : }
75824 : : _collections_abc_toplevel_consts_30_consts = {
75825 : : ._object = {
75826 : : .ob_base = {
75827 : : .ob_base = {
75828 : : .ob_refcnt = 999999999,
75829 : : .ob_type = &PyTuple_Type,
75830 : : },
75831 : : .ob_size = 5,
75832 : : },
75833 : : .ob_item = {
75834 : : & const_str_Iterable._ascii.ob_base,
75835 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
75836 : : & _collections_abc_toplevel_consts_30_consts_2.ob_base.ob_base,
75837 : : & _collections_abc_toplevel_consts_30_consts_3.ob_base.ob_base,
75838 : : Py_None,
75839 : : },
75840 : : },
75841 : : };
75842 : : static
75843 : : struct {
75844 : : PyGC_Head _gc_head;
75845 : : struct {
75846 : : PyObject_VAR_HEAD
75847 : : PyObject *ob_item[10];
75848 : : }_object;
75849 : : }
75850 : : _collections_abc_toplevel_consts_30_names = {
75851 : : ._object = {
75852 : : .ob_base = {
75853 : : .ob_base = {
75854 : : .ob_refcnt = 999999999,
75855 : : .ob_type = &PyTuple_Type,
75856 : : },
75857 : : .ob_size = 10,
75858 : : },
75859 : : .ob_item = {
75860 : : &_Py_ID(__name__),
75861 : : &_Py_ID(__module__),
75862 : : &_Py_ID(__qualname__),
75863 : : &_Py_ID(__slots__),
75864 : : & const_str_abstractmethod._ascii.ob_base,
75865 : : &_Py_ID(__iter__),
75866 : : & const_str_classmethod._ascii.ob_base,
75867 : : &_Py_ID(__subclasshook__),
75868 : : & const_str_GenericAlias._ascii.ob_base,
75869 : : &_Py_ID(__class_getitem__),
75870 : : },
75871 : : },
75872 : : };
75873 : : static
75874 : : struct {
75875 : : PyObject_VAR_HEAD
75876 : : Py_hash_t ob_shash;
75877 : : char ob_sval[85];
75878 : : }
75879 : : _collections_abc_toplevel_consts_30_linetable = {
75880 : : .ob_base = {
75881 : : .ob_base = {
75882 : : .ob_refcnt = 999999999,
75883 : : .ob_type = &PyBytes_Type,
75884 : : },
75885 : : .ob_size = 84,
75886 : : },
75887 : : .ob_shash = -1,
75888 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
75889 : : };
75890 : : static
75891 : : struct _PyCode_DEF(72)
75892 : : _collections_abc_toplevel_consts_30 = {
75893 : : .ob_base = {
75894 : : .ob_base = {
75895 : : .ob_refcnt = 999999999,
75896 : : .ob_type = &PyCode_Type,
75897 : : },
75898 : : .ob_size = 36,
75899 : : },
75900 : : .co_consts = & _collections_abc_toplevel_consts_30_consts._object.ob_base.ob_base,
75901 : : .co_names = & _collections_abc_toplevel_consts_30_names._object.ob_base.ob_base,
75902 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
75903 : : .co_flags = 0,
75904 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
75905 : : ._co_linearray_entry_size = 0,
75906 : : .co_argcount = 0,
75907 : : .co_posonlyargcount = 0,
75908 : : .co_kwonlyargcount = 0,
75909 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
75910 : : .co_stacksize = 3,
75911 : : .co_firstlineno = 279,
75912 : : .co_nlocalsplus = 0,
75913 : : .co_nlocals = 0,
75914 : : .co_nplaincellvars = 0,
75915 : : .co_ncellvars = 0,
75916 : : .co_nfreevars = 0,
75917 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
75918 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
75919 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
75920 : : .co_name = & const_str_Iterable._ascii.ob_base,
75921 : : .co_qualname = & const_str_Iterable._ascii.ob_base,
75922 : : .co_linetable = & _collections_abc_toplevel_consts_30_linetable.ob_base.ob_base,
75923 : : ._co_code = NULL,
75924 : : ._co_linearray = NULL,
75925 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
75926 : : ._co_firsttraceable = 0,
75927 : : };
75928 : : static
75929 : : struct {
75930 : : PyASCIIObject _ascii;
75931 : : uint8_t _data[76];
75932 : : }
75933 : : _collections_abc_toplevel_consts_32_consts_2_consts_0 = {
75934 : : ._ascii = {
75935 : : .ob_base = {
75936 : : .ob_refcnt = 999999999,
75937 : : .ob_type = &PyUnicode_Type,
75938 : : },
75939 : : .length = 75,
75940 : : .hash = -1,
75941 : : .state = {
75942 : : .kind = 1,
75943 : : .compact = 1,
75944 : : .ascii = 1,
75945 : : },
75946 : : },
75947 : : ._data = "Return the next item from the iterator. When exhausted, raise StopIteration",
75948 : : };
75949 : : static
75950 : : struct {
75951 : : PyGC_Head _gc_head;
75952 : : struct {
75953 : : PyObject_VAR_HEAD
75954 : : PyObject *ob_item[1];
75955 : : }_object;
75956 : : }
75957 : : _collections_abc_toplevel_consts_32_consts_2_consts = {
75958 : : ._object = {
75959 : : .ob_base = {
75960 : : .ob_base = {
75961 : : .ob_refcnt = 999999999,
75962 : : .ob_type = &PyTuple_Type,
75963 : : },
75964 : : .ob_size = 1,
75965 : : },
75966 : : .ob_item = {
75967 : : & _collections_abc_toplevel_consts_32_consts_2_consts_0._ascii.ob_base,
75968 : : },
75969 : : },
75970 : : };
75971 : : static
75972 : : struct {
75973 : : PyASCIIObject _ascii;
75974 : : uint8_t _data[18];
75975 : : }
75976 : : _collections_abc_toplevel_consts_32_consts_2_qualname = {
75977 : : ._ascii = {
75978 : : .ob_base = {
75979 : : .ob_refcnt = 999999999,
75980 : : .ob_type = &PyUnicode_Type,
75981 : : },
75982 : : .length = 17,
75983 : : .hash = -1,
75984 : : .state = {
75985 : : .kind = 1,
75986 : : .compact = 1,
75987 : : .ascii = 1,
75988 : : },
75989 : : },
75990 : : ._data = "Iterator.__next__",
75991 : : };
75992 : : static
75993 : : struct {
75994 : : PyObject_VAR_HEAD
75995 : : Py_hash_t ob_shash;
75996 : : char ob_sval[11];
75997 : : }
75998 : : _collections_abc_toplevel_consts_32_consts_2_linetable = {
75999 : : .ob_base = {
76000 : : .ob_base = {
76001 : : .ob_refcnt = 999999999,
76002 : : .ob_type = &PyBytes_Type,
76003 : : },
76004 : : .ob_size = 10,
76005 : : },
76006 : : .ob_shash = -1,
76007 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x1c\xd0\x08\x1b",
76008 : : };
76009 : : static
76010 : : struct _PyCode_DEF(16)
76011 : : _collections_abc_toplevel_consts_32_consts_2 = {
76012 : : .ob_base = {
76013 : : .ob_base = {
76014 : : .ob_refcnt = 999999999,
76015 : : .ob_type = &PyCode_Type,
76016 : : },
76017 : : .ob_size = 8,
76018 : : },
76019 : : .co_consts = & _collections_abc_toplevel_consts_32_consts_2_consts._object.ob_base.ob_base,
76020 : : .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
76021 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76022 : : .co_flags = 3,
76023 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76024 : : ._co_linearray_entry_size = 0,
76025 : : .co_argcount = 1,
76026 : : .co_posonlyargcount = 0,
76027 : : .co_kwonlyargcount = 0,
76028 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
76029 : : .co_stacksize = 1,
76030 : : .co_firstlineno = 301,
76031 : : .co_nlocalsplus = 1,
76032 : : .co_nlocals = 1,
76033 : : .co_nplaincellvars = 0,
76034 : : .co_ncellvars = 0,
76035 : : .co_nfreevars = 0,
76036 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76037 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76038 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76039 : : .co_name = &_Py_ID(__next__),
76040 : : .co_qualname = & _collections_abc_toplevel_consts_32_consts_2_qualname._ascii.ob_base,
76041 : : .co_linetable = & _collections_abc_toplevel_consts_32_consts_2_linetable.ob_base.ob_base,
76042 : : ._co_code = NULL,
76043 : : ._co_linearray = NULL,
76044 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
76045 : : ._co_firsttraceable = 0,
76046 : : };
76047 : : static
76048 : : struct {
76049 : : PyASCIIObject _ascii;
76050 : : uint8_t _data[18];
76051 : : }
76052 : : _collections_abc_toplevel_consts_32_consts_3_qualname = {
76053 : : ._ascii = {
76054 : : .ob_base = {
76055 : : .ob_refcnt = 999999999,
76056 : : .ob_type = &PyUnicode_Type,
76057 : : },
76058 : : .length = 17,
76059 : : .hash = -1,
76060 : : .state = {
76061 : : .kind = 1,
76062 : : .compact = 1,
76063 : : .ascii = 1,
76064 : : },
76065 : : },
76066 : : ._data = "Iterator.__iter__",
76067 : : };
76068 : : static
76069 : : struct _PyCode_DEF(6)
76070 : : _collections_abc_toplevel_consts_32_consts_3 = {
76071 : : .ob_base = {
76072 : : .ob_base = {
76073 : : .ob_refcnt = 999999999,
76074 : : .ob_type = &PyCode_Type,
76075 : : },
76076 : : .ob_size = 3,
76077 : : },
76078 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
76079 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
76080 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76081 : : .co_flags = 3,
76082 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76083 : : ._co_linearray_entry_size = 0,
76084 : : .co_argcount = 1,
76085 : : .co_posonlyargcount = 0,
76086 : : .co_kwonlyargcount = 0,
76087 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
76088 : : .co_stacksize = 1,
76089 : : .co_firstlineno = 306,
76090 : : .co_nlocalsplus = 1,
76091 : : .co_nlocals = 1,
76092 : : .co_nplaincellvars = 0,
76093 : : .co_ncellvars = 0,
76094 : : .co_nfreevars = 0,
76095 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76096 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76097 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76098 : : .co_name = &_Py_ID(__iter__),
76099 : : .co_qualname = & _collections_abc_toplevel_consts_32_consts_3_qualname._ascii.ob_base,
76100 : : .co_linetable = & codecs_toplevel_consts_24_consts_9_linetable.ob_base.ob_base,
76101 : : ._co_code = NULL,
76102 : : ._co_linearray = NULL,
76103 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
76104 : : ._co_firsttraceable = 0,
76105 : : };
76106 : : static
76107 : : struct {
76108 : : PyGC_Head _gc_head;
76109 : : struct {
76110 : : PyObject_VAR_HEAD
76111 : : PyObject *ob_item[3];
76112 : : }_object;
76113 : : }
76114 : : _collections_abc_toplevel_consts_32_consts_4_consts = {
76115 : : ._object = {
76116 : : .ob_base = {
76117 : : .ob_base = {
76118 : : .ob_refcnt = 999999999,
76119 : : .ob_type = &PyTuple_Type,
76120 : : },
76121 : : .ob_size = 3,
76122 : : },
76123 : : .ob_item = {
76124 : : Py_None,
76125 : : &_Py_ID(__iter__),
76126 : : &_Py_ID(__next__),
76127 : : },
76128 : : },
76129 : : };
76130 : : static
76131 : : struct {
76132 : : PyGC_Head _gc_head;
76133 : : struct {
76134 : : PyObject_VAR_HEAD
76135 : : PyObject *ob_item[3];
76136 : : }_object;
76137 : : }
76138 : : _collections_abc_toplevel_consts_32_consts_4_names = {
76139 : : ._object = {
76140 : : .ob_base = {
76141 : : .ob_base = {
76142 : : .ob_refcnt = 999999999,
76143 : : .ob_type = &PyTuple_Type,
76144 : : },
76145 : : .ob_size = 3,
76146 : : },
76147 : : .ob_item = {
76148 : : & const_str_Iterator._ascii.ob_base,
76149 : : & const_str__check_methods._ascii.ob_base,
76150 : : & const_str_NotImplemented._ascii.ob_base,
76151 : : },
76152 : : },
76153 : : };
76154 : : static
76155 : : struct {
76156 : : PyASCIIObject _ascii;
76157 : : uint8_t _data[26];
76158 : : }
76159 : : _collections_abc_toplevel_consts_32_consts_4_qualname = {
76160 : : ._ascii = {
76161 : : .ob_base = {
76162 : : .ob_refcnt = 999999999,
76163 : : .ob_type = &PyUnicode_Type,
76164 : : },
76165 : : .length = 25,
76166 : : .hash = -1,
76167 : : .state = {
76168 : : .kind = 1,
76169 : : .compact = 1,
76170 : : .ascii = 1,
76171 : : },
76172 : : },
76173 : : ._data = "Iterator.__subclasshook__",
76174 : : };
76175 : : static
76176 : : struct {
76177 : : PyObject_VAR_HEAD
76178 : : Py_hash_t ob_shash;
76179 : : char ob_sval[36];
76180 : : }
76181 : : _collections_abc_toplevel_consts_32_consts_4_linetable = {
76182 : : .ob_base = {
76183 : : .ob_base = {
76184 : : .ob_refcnt = 999999999,
76185 : : .ob_type = &PyBytes_Type,
76186 : : },
76187 : : .ob_size = 35,
76188 : : },
76189 : : .ob_shash = -1,
76190 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x3d\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd4\x13\x3c\xd0\x0c\x3c\xdd\x0f\x1d\xd0\x08\x1d",
76191 : : };
76192 : : static
76193 : : struct _PyCode_DEF(64)
76194 : : _collections_abc_toplevel_consts_32_consts_4 = {
76195 : : .ob_base = {
76196 : : .ob_base = {
76197 : : .ob_refcnt = 999999999,
76198 : : .ob_type = &PyCode_Type,
76199 : : },
76200 : : .ob_size = 32,
76201 : : },
76202 : : .co_consts = & _collections_abc_toplevel_consts_32_consts_4_consts._object.ob_base.ob_base,
76203 : : .co_names = & _collections_abc_toplevel_consts_32_consts_4_names._object.ob_base.ob_base,
76204 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76205 : : .co_flags = 3,
76206 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76207 : : ._co_linearray_entry_size = 0,
76208 : : .co_argcount = 2,
76209 : : .co_posonlyargcount = 0,
76210 : : .co_kwonlyargcount = 0,
76211 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
76212 : : .co_stacksize = 5,
76213 : : .co_firstlineno = 309,
76214 : : .co_nlocalsplus = 2,
76215 : : .co_nlocals = 2,
76216 : : .co_nplaincellvars = 0,
76217 : : .co_ncellvars = 0,
76218 : : .co_nfreevars = 0,
76219 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
76220 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
76221 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76222 : : .co_name = &_Py_ID(__subclasshook__),
76223 : : .co_qualname = & _collections_abc_toplevel_consts_32_consts_4_qualname._ascii.ob_base,
76224 : : .co_linetable = & _collections_abc_toplevel_consts_32_consts_4_linetable.ob_base.ob_base,
76225 : : ._co_code = NULL,
76226 : : ._co_linearray = NULL,
76227 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
76228 : : ._co_firsttraceable = 0,
76229 : : };
76230 : : static
76231 : : struct {
76232 : : PyGC_Head _gc_head;
76233 : : struct {
76234 : : PyObject_VAR_HEAD
76235 : : PyObject *ob_item[6];
76236 : : }_object;
76237 : : }
76238 : : _collections_abc_toplevel_consts_32_consts = {
76239 : : ._object = {
76240 : : .ob_base = {
76241 : : .ob_base = {
76242 : : .ob_refcnt = 999999999,
76243 : : .ob_type = &PyTuple_Type,
76244 : : },
76245 : : .ob_size = 6,
76246 : : },
76247 : : .ob_item = {
76248 : : & const_str_Iterator._ascii.ob_base,
76249 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
76250 : : & _collections_abc_toplevel_consts_32_consts_2.ob_base.ob_base,
76251 : : & _collections_abc_toplevel_consts_32_consts_3.ob_base.ob_base,
76252 : : & _collections_abc_toplevel_consts_32_consts_4.ob_base.ob_base,
76253 : : Py_None,
76254 : : },
76255 : : },
76256 : : };
76257 : : static
76258 : : struct {
76259 : : PyGC_Head _gc_head;
76260 : : struct {
76261 : : PyObject_VAR_HEAD
76262 : : PyObject *ob_item[9];
76263 : : }_object;
76264 : : }
76265 : : _collections_abc_toplevel_consts_32_names = {
76266 : : ._object = {
76267 : : .ob_base = {
76268 : : .ob_base = {
76269 : : .ob_refcnt = 999999999,
76270 : : .ob_type = &PyTuple_Type,
76271 : : },
76272 : : .ob_size = 9,
76273 : : },
76274 : : .ob_item = {
76275 : : &_Py_ID(__name__),
76276 : : &_Py_ID(__module__),
76277 : : &_Py_ID(__qualname__),
76278 : : &_Py_ID(__slots__),
76279 : : & const_str_abstractmethod._ascii.ob_base,
76280 : : &_Py_ID(__next__),
76281 : : &_Py_ID(__iter__),
76282 : : & const_str_classmethod._ascii.ob_base,
76283 : : &_Py_ID(__subclasshook__),
76284 : : },
76285 : : },
76286 : : };
76287 : : static
76288 : : struct {
76289 : : PyObject_VAR_HEAD
76290 : : Py_hash_t ob_shash;
76291 : : char ob_sval[89];
76292 : : }
76293 : : _collections_abc_toplevel_consts_32_linetable = {
76294 : : .ob_base = {
76295 : : .ob_base = {
76296 : : .ob_refcnt = 999999999,
76297 : : .ob_type = &PyBytes_Type,
76298 : : },
76299 : : .ob_size = 88,
76300 : : },
76301 : : .ob_shash = -1,
76302 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x1c\xf0\x00\x02\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x1c\xf0\x08\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x00\x01\x05\x14\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
76303 : : };
76304 : : static
76305 : : struct _PyCode_DEF(60)
76306 : : _collections_abc_toplevel_consts_32 = {
76307 : : .ob_base = {
76308 : : .ob_base = {
76309 : : .ob_refcnt = 999999999,
76310 : : .ob_type = &PyCode_Type,
76311 : : },
76312 : : .ob_size = 30,
76313 : : },
76314 : : .co_consts = & _collections_abc_toplevel_consts_32_consts._object.ob_base.ob_base,
76315 : : .co_names = & _collections_abc_toplevel_consts_32_names._object.ob_base.ob_base,
76316 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76317 : : .co_flags = 0,
76318 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76319 : : ._co_linearray_entry_size = 0,
76320 : : .co_argcount = 0,
76321 : : .co_posonlyargcount = 0,
76322 : : .co_kwonlyargcount = 0,
76323 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
76324 : : .co_stacksize = 2,
76325 : : .co_firstlineno = 297,
76326 : : .co_nlocalsplus = 0,
76327 : : .co_nlocals = 0,
76328 : : .co_nplaincellvars = 0,
76329 : : .co_ncellvars = 0,
76330 : : .co_nfreevars = 0,
76331 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
76332 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
76333 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76334 : : .co_name = & const_str_Iterator._ascii.ob_base,
76335 : : .co_qualname = & const_str_Iterator._ascii.ob_base,
76336 : : .co_linetable = & _collections_abc_toplevel_consts_32_linetable.ob_base.ob_base,
76337 : : ._co_code = NULL,
76338 : : ._co_linearray = NULL,
76339 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x65\x07\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x05\x53\x00",
76340 : : ._co_firsttraceable = 0,
76341 : : };
76342 : : static
76343 : : struct {
76344 : : PyASCIIObject _ascii;
76345 : : uint8_t _data[24];
76346 : : }
76347 : : _collections_abc_toplevel_consts_34_consts_2_qualname = {
76348 : : ._ascii = {
76349 : : .ob_base = {
76350 : : .ob_refcnt = 999999999,
76351 : : .ob_type = &PyUnicode_Type,
76352 : : },
76353 : : .length = 23,
76354 : : .hash = -1,
76355 : : .state = {
76356 : : .kind = 1,
76357 : : .compact = 1,
76358 : : .ascii = 1,
76359 : : },
76360 : : },
76361 : : ._data = "Reversible.__reversed__",
76362 : : };
76363 : : static
76364 : : struct _PyCode_DEF(10)
76365 : : _collections_abc_toplevel_consts_34_consts_2 = {
76366 : : .ob_base = {
76367 : : .ob_base = {
76368 : : .ob_refcnt = 999999999,
76369 : : .ob_type = &PyCode_Type,
76370 : : },
76371 : : .ob_size = 5,
76372 : : },
76373 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
76374 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
76375 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76376 : : .co_flags = 35,
76377 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76378 : : ._co_linearray_entry_size = 0,
76379 : : .co_argcount = 1,
76380 : : .co_posonlyargcount = 0,
76381 : : .co_kwonlyargcount = 0,
76382 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
76383 : : .co_stacksize = 1,
76384 : : .co_firstlineno = 336,
76385 : : .co_nlocalsplus = 1,
76386 : : .co_nlocals = 1,
76387 : : .co_nplaincellvars = 0,
76388 : : .co_ncellvars = 0,
76389 : : .co_nfreevars = 0,
76390 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76391 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76392 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76393 : : .co_name = &_Py_ID(__reversed__),
76394 : : .co_qualname = & _collections_abc_toplevel_consts_34_consts_2_qualname._ascii.ob_base,
76395 : : .co_linetable = & _collections_abc_toplevel_consts_30_consts_2_linetable.ob_base.ob_base,
76396 : : ._co_code = NULL,
76397 : : ._co_linearray = NULL,
76398 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x00\x53\x00",
76399 : : ._co_firsttraceable = 2,
76400 : : };
76401 : : static
76402 : : struct {
76403 : : PyGC_Head _gc_head;
76404 : : struct {
76405 : : PyObject_VAR_HEAD
76406 : : PyObject *ob_item[3];
76407 : : }_object;
76408 : : }
76409 : : _collections_abc_toplevel_consts_34_consts_3_consts = {
76410 : : ._object = {
76411 : : .ob_base = {
76412 : : .ob_base = {
76413 : : .ob_refcnt = 999999999,
76414 : : .ob_type = &PyTuple_Type,
76415 : : },
76416 : : .ob_size = 3,
76417 : : },
76418 : : .ob_item = {
76419 : : Py_None,
76420 : : &_Py_ID(__reversed__),
76421 : : &_Py_ID(__iter__),
76422 : : },
76423 : : },
76424 : : };
76425 : : static
76426 : : struct {
76427 : : PyGC_Head _gc_head;
76428 : : struct {
76429 : : PyObject_VAR_HEAD
76430 : : PyObject *ob_item[3];
76431 : : }_object;
76432 : : }
76433 : : _collections_abc_toplevel_consts_34_consts_3_names = {
76434 : : ._object = {
76435 : : .ob_base = {
76436 : : .ob_base = {
76437 : : .ob_refcnt = 999999999,
76438 : : .ob_type = &PyTuple_Type,
76439 : : },
76440 : : .ob_size = 3,
76441 : : },
76442 : : .ob_item = {
76443 : : & const_str_Reversible._ascii.ob_base,
76444 : : & const_str__check_methods._ascii.ob_base,
76445 : : & const_str_NotImplemented._ascii.ob_base,
76446 : : },
76447 : : },
76448 : : };
76449 : : static
76450 : : struct {
76451 : : PyASCIIObject _ascii;
76452 : : uint8_t _data[28];
76453 : : }
76454 : : _collections_abc_toplevel_consts_34_consts_3_qualname = {
76455 : : ._ascii = {
76456 : : .ob_base = {
76457 : : .ob_refcnt = 999999999,
76458 : : .ob_type = &PyUnicode_Type,
76459 : : },
76460 : : .length = 27,
76461 : : .hash = -1,
76462 : : .state = {
76463 : : .kind = 1,
76464 : : .compact = 1,
76465 : : .ascii = 1,
76466 : : },
76467 : : },
76468 : : ._data = "Reversible.__subclasshook__",
76469 : : };
76470 : : static
76471 : : struct {
76472 : : PyObject_VAR_HEAD
76473 : : Py_hash_t ob_shash;
76474 : : char ob_sval[38];
76475 : : }
76476 : : _collections_abc_toplevel_consts_34_consts_3_linetable = {
76477 : : .ob_base = {
76478 : : .ob_base = {
76479 : : .ob_refcnt = 999999999,
76480 : : .ob_type = &PyBytes_Type,
76481 : : },
76482 : : .ob_size = 37,
76483 : : },
76484 : : .ob_shash = -1,
76485 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xf0\x00\x01\x09\x41\x01\xdd\x13\x21\xa0\x21\xa0\x5e\xb0\x5a\xd4\x13\x40\xd0\x0c\x40\xdd\x0f\x1d\xd0\x08\x1d",
76486 : : };
76487 : : static
76488 : : struct _PyCode_DEF(64)
76489 : : _collections_abc_toplevel_consts_34_consts_3 = {
76490 : : .ob_base = {
76491 : : .ob_base = {
76492 : : .ob_refcnt = 999999999,
76493 : : .ob_type = &PyCode_Type,
76494 : : },
76495 : : .ob_size = 32,
76496 : : },
76497 : : .co_consts = & _collections_abc_toplevel_consts_34_consts_3_consts._object.ob_base.ob_base,
76498 : : .co_names = & _collections_abc_toplevel_consts_34_consts_3_names._object.ob_base.ob_base,
76499 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76500 : : .co_flags = 3,
76501 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76502 : : ._co_linearray_entry_size = 0,
76503 : : .co_argcount = 2,
76504 : : .co_posonlyargcount = 0,
76505 : : .co_kwonlyargcount = 0,
76506 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
76507 : : .co_stacksize = 5,
76508 : : .co_firstlineno = 341,
76509 : : .co_nlocalsplus = 2,
76510 : : .co_nlocals = 2,
76511 : : .co_nplaincellvars = 0,
76512 : : .co_ncellvars = 0,
76513 : : .co_nfreevars = 0,
76514 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
76515 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
76516 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76517 : : .co_name = &_Py_ID(__subclasshook__),
76518 : : .co_qualname = & _collections_abc_toplevel_consts_34_consts_3_qualname._ascii.ob_base,
76519 : : .co_linetable = & _collections_abc_toplevel_consts_34_consts_3_linetable.ob_base.ob_base,
76520 : : ._co_code = NULL,
76521 : : ._co_linearray = NULL,
76522 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
76523 : : ._co_firsttraceable = 0,
76524 : : };
76525 : : static
76526 : : struct {
76527 : : PyGC_Head _gc_head;
76528 : : struct {
76529 : : PyObject_VAR_HEAD
76530 : : PyObject *ob_item[5];
76531 : : }_object;
76532 : : }
76533 : : _collections_abc_toplevel_consts_34_consts = {
76534 : : ._object = {
76535 : : .ob_base = {
76536 : : .ob_base = {
76537 : : .ob_refcnt = 999999999,
76538 : : .ob_type = &PyTuple_Type,
76539 : : },
76540 : : .ob_size = 5,
76541 : : },
76542 : : .ob_item = {
76543 : : & const_str_Reversible._ascii.ob_base,
76544 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
76545 : : & _collections_abc_toplevel_consts_34_consts_2.ob_base.ob_base,
76546 : : & _collections_abc_toplevel_consts_34_consts_3.ob_base.ob_base,
76547 : : Py_None,
76548 : : },
76549 : : },
76550 : : };
76551 : : static
76552 : : struct {
76553 : : PyGC_Head _gc_head;
76554 : : struct {
76555 : : PyObject_VAR_HEAD
76556 : : PyObject *ob_item[8];
76557 : : }_object;
76558 : : }
76559 : : _collections_abc_toplevel_consts_34_names = {
76560 : : ._object = {
76561 : : .ob_base = {
76562 : : .ob_base = {
76563 : : .ob_refcnt = 999999999,
76564 : : .ob_type = &PyTuple_Type,
76565 : : },
76566 : : .ob_size = 8,
76567 : : },
76568 : : .ob_item = {
76569 : : &_Py_ID(__name__),
76570 : : &_Py_ID(__module__),
76571 : : &_Py_ID(__qualname__),
76572 : : &_Py_ID(__slots__),
76573 : : & const_str_abstractmethod._ascii.ob_base,
76574 : : &_Py_ID(__reversed__),
76575 : : & const_str_classmethod._ascii.ob_base,
76576 : : &_Py_ID(__subclasshook__),
76577 : : },
76578 : : },
76579 : : };
76580 : : static
76581 : : struct {
76582 : : PyObject_VAR_HEAD
76583 : : Py_hash_t ob_shash;
76584 : : char ob_sval[74];
76585 : : }
76586 : : _collections_abc_toplevel_consts_34_linetable = {
76587 : : .ob_base = {
76588 : : .ob_base = {
76589 : : .ob_refcnt = 999999999,
76590 : : .ob_type = &PyBytes_Type,
76591 : : },
76592 : : .ob_size = 73,
76593 : : },
76594 : : .ob_shash = -1,
76595 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x17\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
76596 : : };
76597 : : static
76598 : : struct _PyCode_DEF(54)
76599 : : _collections_abc_toplevel_consts_34 = {
76600 : : .ob_base = {
76601 : : .ob_base = {
76602 : : .ob_refcnt = 999999999,
76603 : : .ob_type = &PyCode_Type,
76604 : : },
76605 : : .ob_size = 27,
76606 : : },
76607 : : .co_consts = & _collections_abc_toplevel_consts_34_consts._object.ob_base.ob_base,
76608 : : .co_names = & _collections_abc_toplevel_consts_34_names._object.ob_base.ob_base,
76609 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76610 : : .co_flags = 0,
76611 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76612 : : ._co_linearray_entry_size = 0,
76613 : : .co_argcount = 0,
76614 : : .co_posonlyargcount = 0,
76615 : : .co_kwonlyargcount = 0,
76616 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
76617 : : .co_stacksize = 2,
76618 : : .co_firstlineno = 332,
76619 : : .co_nlocalsplus = 0,
76620 : : .co_nlocals = 0,
76621 : : .co_nplaincellvars = 0,
76622 : : .co_ncellvars = 0,
76623 : : .co_nfreevars = 0,
76624 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
76625 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
76626 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76627 : : .co_name = & const_str_Reversible._ascii.ob_base,
76628 : : .co_qualname = & const_str_Reversible._ascii.ob_base,
76629 : : .co_linetable = & _collections_abc_toplevel_consts_34_linetable.ob_base.ob_base,
76630 : : ._co_code = NULL,
76631 : : ._co_linearray = NULL,
76632 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
76633 : : ._co_firsttraceable = 0,
76634 : : };
76635 : : static
76636 : : struct {
76637 : : PyASCIIObject _ascii;
76638 : : uint8_t _data[95];
76639 : : }
76640 : : _collections_abc_toplevel_consts_36_consts_2_consts_0 = {
76641 : : ._ascii = {
76642 : : .ob_base = {
76643 : : .ob_refcnt = 999999999,
76644 : : .ob_type = &PyUnicode_Type,
76645 : : },
76646 : : .length = 94,
76647 : : .hash = -1,
76648 : : .state = {
76649 : : .kind = 1,
76650 : : .compact = 1,
76651 : : .ascii = 1,
76652 : : },
76653 : : },
76654 : : ._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",
76655 : : };
76656 : : static
76657 : : struct {
76658 : : PyGC_Head _gc_head;
76659 : : struct {
76660 : : PyObject_VAR_HEAD
76661 : : PyObject *ob_item[2];
76662 : : }_object;
76663 : : }
76664 : : _collections_abc_toplevel_consts_36_consts_2_consts = {
76665 : : ._object = {
76666 : : .ob_base = {
76667 : : .ob_base = {
76668 : : .ob_refcnt = 999999999,
76669 : : .ob_type = &PyTuple_Type,
76670 : : },
76671 : : .ob_size = 2,
76672 : : },
76673 : : .ob_item = {
76674 : : & _collections_abc_toplevel_consts_36_consts_2_consts_0._ascii.ob_base,
76675 : : Py_None,
76676 : : },
76677 : : },
76678 : : };
76679 : : static
76680 : : struct {
76681 : : PyGC_Head _gc_head;
76682 : : struct {
76683 : : PyObject_VAR_HEAD
76684 : : PyObject *ob_item[1];
76685 : : }_object;
76686 : : }
76687 : : _collections_abc_toplevel_consts_36_consts_2_names = {
76688 : : ._object = {
76689 : : .ob_base = {
76690 : : .ob_base = {
76691 : : .ob_refcnt = 999999999,
76692 : : .ob_type = &PyTuple_Type,
76693 : : },
76694 : : .ob_size = 1,
76695 : : },
76696 : : .ob_item = {
76697 : : &_Py_ID(send),
76698 : : },
76699 : : },
76700 : : };
76701 : : static
76702 : : struct {
76703 : : PyASCIIObject _ascii;
76704 : : uint8_t _data[19];
76705 : : }
76706 : : _collections_abc_toplevel_consts_36_consts_2_qualname = {
76707 : : ._ascii = {
76708 : : .ob_base = {
76709 : : .ob_refcnt = 999999999,
76710 : : .ob_type = &PyUnicode_Type,
76711 : : },
76712 : : .length = 18,
76713 : : .hash = -1,
76714 : : .state = {
76715 : : .kind = 1,
76716 : : .compact = 1,
76717 : : .ascii = 1,
76718 : : },
76719 : : },
76720 : : ._data = "Generator.__next__",
76721 : : };
76722 : : static
76723 : : struct {
76724 : : PyObject_VAR_HEAD
76725 : : Py_hash_t ob_shash;
76726 : : char ob_sval[19];
76727 : : }
76728 : : _collections_abc_toplevel_consts_36_consts_2_linetable = {
76729 : : .ob_base = {
76730 : : .ob_base = {
76731 : : .ob_refcnt = 999999999,
76732 : : .ob_type = &PyBytes_Type,
76733 : : },
76734 : : .ob_size = 18,
76735 : : },
76736 : : .ob_shash = -1,
76737 : : .ob_sval = "\x80\x00\xf0\x08\x00\x10\x14\x8f\x79\x89\x79\x98\x14\x8c\x7f\xd0\x08\x1e",
76738 : : };
76739 : : static
76740 : : struct _PyCode_DEF(38)
76741 : : _collections_abc_toplevel_consts_36_consts_2 = {
76742 : : .ob_base = {
76743 : : .ob_base = {
76744 : : .ob_refcnt = 999999999,
76745 : : .ob_type = &PyCode_Type,
76746 : : },
76747 : : .ob_size = 19,
76748 : : },
76749 : : .co_consts = & _collections_abc_toplevel_consts_36_consts_2_consts._object.ob_base.ob_base,
76750 : : .co_names = & _collections_abc_toplevel_consts_36_consts_2_names._object.ob_base.ob_base,
76751 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76752 : : .co_flags = 3,
76753 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76754 : : ._co_linearray_entry_size = 0,
76755 : : .co_argcount = 1,
76756 : : .co_posonlyargcount = 0,
76757 : : .co_kwonlyargcount = 0,
76758 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
76759 : : .co_stacksize = 3,
76760 : : .co_firstlineno = 352,
76761 : : .co_nlocalsplus = 1,
76762 : : .co_nlocals = 1,
76763 : : .co_nplaincellvars = 0,
76764 : : .co_ncellvars = 0,
76765 : : .co_nfreevars = 0,
76766 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
76767 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
76768 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76769 : : .co_name = &_Py_ID(__next__),
76770 : : .co_qualname = & _collections_abc_toplevel_consts_36_consts_2_qualname._ascii.ob_base,
76771 : : .co_linetable = & _collections_abc_toplevel_consts_36_consts_2_linetable.ob_base.ob_base,
76772 : : ._co_code = NULL,
76773 : : ._co_linearray = NULL,
76774 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
76775 : : ._co_firsttraceable = 0,
76776 : : };
76777 : : static
76778 : : struct {
76779 : : PyASCIIObject _ascii;
76780 : : uint8_t _data[100];
76781 : : }
76782 : : _collections_abc_toplevel_consts_36_consts_3_consts_0 = {
76783 : : ._ascii = {
76784 : : .ob_base = {
76785 : : .ob_refcnt = 999999999,
76786 : : .ob_type = &PyUnicode_Type,
76787 : : },
76788 : : .length = 99,
76789 : : .hash = -1,
76790 : : .state = {
76791 : : .kind = 1,
76792 : : .compact = 1,
76793 : : .ascii = 1,
76794 : : },
76795 : : },
76796 : : ._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",
76797 : : };
76798 : : static
76799 : : struct {
76800 : : PyGC_Head _gc_head;
76801 : : struct {
76802 : : PyObject_VAR_HEAD
76803 : : PyObject *ob_item[1];
76804 : : }_object;
76805 : : }
76806 : : _collections_abc_toplevel_consts_36_consts_3_consts = {
76807 : : ._object = {
76808 : : .ob_base = {
76809 : : .ob_base = {
76810 : : .ob_refcnt = 999999999,
76811 : : .ob_type = &PyTuple_Type,
76812 : : },
76813 : : .ob_size = 1,
76814 : : },
76815 : : .ob_item = {
76816 : : & _collections_abc_toplevel_consts_36_consts_3_consts_0._ascii.ob_base,
76817 : : },
76818 : : },
76819 : : };
76820 : : static
76821 : : struct {
76822 : : PyASCIIObject _ascii;
76823 : : uint8_t _data[15];
76824 : : }
76825 : : _collections_abc_toplevel_consts_36_consts_3_qualname = {
76826 : : ._ascii = {
76827 : : .ob_base = {
76828 : : .ob_refcnt = 999999999,
76829 : : .ob_type = &PyUnicode_Type,
76830 : : },
76831 : : .length = 14,
76832 : : .hash = -1,
76833 : : .state = {
76834 : : .kind = 1,
76835 : : .compact = 1,
76836 : : .ascii = 1,
76837 : : },
76838 : : },
76839 : : ._data = "Generator.send",
76840 : : };
76841 : : static
76842 : : struct _PyCode_DEF(16)
76843 : : _collections_abc_toplevel_consts_36_consts_3 = {
76844 : : .ob_base = {
76845 : : .ob_base = {
76846 : : .ob_refcnt = 999999999,
76847 : : .ob_type = &PyCode_Type,
76848 : : },
76849 : : .ob_size = 8,
76850 : : },
76851 : : .co_consts = & _collections_abc_toplevel_consts_36_consts_3_consts._object.ob_base.ob_base,
76852 : : .co_names = & _collections_abc_toplevel_consts_22_consts_2_names._object.ob_base.ob_base,
76853 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76854 : : .co_flags = 3,
76855 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76856 : : ._co_linearray_entry_size = 0,
76857 : : .co_argcount = 2,
76858 : : .co_posonlyargcount = 0,
76859 : : .co_kwonlyargcount = 0,
76860 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
76861 : : .co_stacksize = 1,
76862 : : .co_firstlineno = 358,
76863 : : .co_nlocalsplus = 2,
76864 : : .co_nlocals = 2,
76865 : : .co_nplaincellvars = 0,
76866 : : .co_ncellvars = 0,
76867 : : .co_nfreevars = 0,
76868 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
76869 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
76870 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76871 : : .co_name = &_Py_ID(send),
76872 : : .co_qualname = & _collections_abc_toplevel_consts_36_consts_3_qualname._ascii.ob_base,
76873 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_2_linetable.ob_base.ob_base,
76874 : : ._co_code = NULL,
76875 : : ._co_linearray = NULL,
76876 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
76877 : : ._co_firsttraceable = 0,
76878 : : };
76879 : : static
76880 : : struct {
76881 : : PyASCIIObject _ascii;
76882 : : uint8_t _data[104];
76883 : : }
76884 : : _collections_abc_toplevel_consts_36_consts_5_consts_0 = {
76885 : : ._ascii = {
76886 : : .ob_base = {
76887 : : .ob_refcnt = 999999999,
76888 : : .ob_type = &PyUnicode_Type,
76889 : : },
76890 : : .length = 103,
76891 : : .hash = -1,
76892 : : .state = {
76893 : : .kind = 1,
76894 : : .compact = 1,
76895 : : .ascii = 1,
76896 : : },
76897 : : },
76898 : : ._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",
76899 : : };
76900 : : static
76901 : : struct {
76902 : : PyGC_Head _gc_head;
76903 : : struct {
76904 : : PyObject_VAR_HEAD
76905 : : PyObject *ob_item[1];
76906 : : }_object;
76907 : : }
76908 : : _collections_abc_toplevel_consts_36_consts_5_consts = {
76909 : : ._object = {
76910 : : .ob_base = {
76911 : : .ob_base = {
76912 : : .ob_refcnt = 999999999,
76913 : : .ob_type = &PyTuple_Type,
76914 : : },
76915 : : .ob_size = 1,
76916 : : },
76917 : : .ob_item = {
76918 : : & _collections_abc_toplevel_consts_36_consts_5_consts_0._ascii.ob_base,
76919 : : },
76920 : : },
76921 : : };
76922 : : static
76923 : : struct {
76924 : : PyASCIIObject _ascii;
76925 : : uint8_t _data[16];
76926 : : }
76927 : : _collections_abc_toplevel_consts_36_consts_5_qualname = {
76928 : : ._ascii = {
76929 : : .ob_base = {
76930 : : .ob_refcnt = 999999999,
76931 : : .ob_type = &PyUnicode_Type,
76932 : : },
76933 : : .length = 15,
76934 : : .hash = -1,
76935 : : .state = {
76936 : : .kind = 1,
76937 : : .compact = 1,
76938 : : .ascii = 1,
76939 : : },
76940 : : },
76941 : : ._data = "Generator.throw",
76942 : : };
76943 : : static
76944 : : struct _PyCode_DEF(74)
76945 : : _collections_abc_toplevel_consts_36_consts_5 = {
76946 : : .ob_base = {
76947 : : .ob_base = {
76948 : : .ob_refcnt = 999999999,
76949 : : .ob_type = &PyCode_Type,
76950 : : },
76951 : : .ob_size = 37,
76952 : : },
76953 : : .co_consts = & _collections_abc_toplevel_consts_36_consts_5_consts._object.ob_base.ob_base,
76954 : : .co_names = & _collections_abc_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
76955 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
76956 : : .co_flags = 3,
76957 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
76958 : : ._co_linearray_entry_size = 0,
76959 : : .co_argcount = 4,
76960 : : .co_posonlyargcount = 0,
76961 : : .co_kwonlyargcount = 0,
76962 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
76963 : : .co_stacksize = 3,
76964 : : .co_firstlineno = 365,
76965 : : .co_nlocalsplus = 4,
76966 : : .co_nlocals = 4,
76967 : : .co_nplaincellvars = 0,
76968 : : .co_ncellvars = 0,
76969 : : .co_nfreevars = 0,
76970 : : .co_localsplusnames = & _collections_abc_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
76971 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
76972 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
76973 : : .co_name = &_Py_ID(throw),
76974 : : .co_qualname = & _collections_abc_toplevel_consts_36_consts_5_qualname._ascii.ob_base,
76975 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
76976 : : ._co_code = NULL,
76977 : : ._co_linearray = NULL,
76978 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0c\x7c\x03\x80\x02\x7c\x01\x82\x01\x02\x00\x7c\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x12\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x82\x01",
76979 : : ._co_firsttraceable = 0,
76980 : : };
76981 : : static
76982 : : struct {
76983 : : PyASCIIObject _ascii;
76984 : : uint8_t _data[47];
76985 : : }
76986 : : _collections_abc_toplevel_consts_36_consts_6_consts_0 = {
76987 : : ._ascii = {
76988 : : .ob_base = {
76989 : : .ob_refcnt = 999999999,
76990 : : .ob_type = &PyUnicode_Type,
76991 : : },
76992 : : .length = 46,
76993 : : .hash = -1,
76994 : : .state = {
76995 : : .kind = 1,
76996 : : .compact = 1,
76997 : : .ascii = 1,
76998 : : },
76999 : : },
77000 : : ._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",
77001 : : };
77002 : : static
77003 : : struct {
77004 : : PyASCIIObject _ascii;
77005 : : uint8_t _data[32];
77006 : : }
77007 : : _collections_abc_toplevel_consts_36_consts_6_consts_1 = {
77008 : : ._ascii = {
77009 : : .ob_base = {
77010 : : .ob_refcnt = 999999999,
77011 : : .ob_type = &PyUnicode_Type,
77012 : : },
77013 : : .length = 31,
77014 : : .hash = -1,
77015 : : .state = {
77016 : : .kind = 1,
77017 : : .compact = 1,
77018 : : .ascii = 1,
77019 : : },
77020 : : },
77021 : : ._data = "generator ignored GeneratorExit",
77022 : : };
77023 : : static
77024 : : struct {
77025 : : PyGC_Head _gc_head;
77026 : : struct {
77027 : : PyObject_VAR_HEAD
77028 : : PyObject *ob_item[3];
77029 : : }_object;
77030 : : }
77031 : : _collections_abc_toplevel_consts_36_consts_6_consts = {
77032 : : ._object = {
77033 : : .ob_base = {
77034 : : .ob_base = {
77035 : : .ob_refcnt = 999999999,
77036 : : .ob_type = &PyTuple_Type,
77037 : : },
77038 : : .ob_size = 3,
77039 : : },
77040 : : .ob_item = {
77041 : : & _collections_abc_toplevel_consts_36_consts_6_consts_0._ascii.ob_base,
77042 : : & _collections_abc_toplevel_consts_36_consts_6_consts_1._ascii.ob_base,
77043 : : Py_None,
77044 : : },
77045 : : },
77046 : : };
77047 : : static
77048 : : struct {
77049 : : PyASCIIObject _ascii;
77050 : : uint8_t _data[16];
77051 : : }
77052 : : _collections_abc_toplevel_consts_36_consts_6_qualname = {
77053 : : ._ascii = {
77054 : : .ob_base = {
77055 : : .ob_refcnt = 999999999,
77056 : : .ob_type = &PyUnicode_Type,
77057 : : },
77058 : : .length = 15,
77059 : : .hash = -1,
77060 : : .state = {
77061 : : .kind = 1,
77062 : : .compact = 1,
77063 : : .ascii = 1,
77064 : : },
77065 : : },
77066 : : ._data = "Generator.close",
77067 : : };
77068 : : static
77069 : : struct _PyCode_DEF(124)
77070 : : _collections_abc_toplevel_consts_36_consts_6 = {
77071 : : .ob_base = {
77072 : : .ob_base = {
77073 : : .ob_refcnt = 999999999,
77074 : : .ob_type = &PyCode_Type,
77075 : : },
77076 : : .ob_size = 62,
77077 : : },
77078 : : .co_consts = & _collections_abc_toplevel_consts_36_consts_6_consts._object.ob_base.ob_base,
77079 : : .co_names = & _collections_abc_toplevel_consts_22_consts_5_names._object.ob_base.ob_base,
77080 : : .co_exceptiontable = & _collections_abc_toplevel_consts_22_consts_5_exceptiontable.ob_base.ob_base,
77081 : : .co_flags = 3,
77082 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77083 : : ._co_linearray_entry_size = 0,
77084 : : .co_argcount = 1,
77085 : : .co_posonlyargcount = 0,
77086 : : .co_kwonlyargcount = 0,
77087 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
77088 : : .co_stacksize = 4,
77089 : : .co_firstlineno = 378,
77090 : : .co_nlocalsplus = 1,
77091 : : .co_nlocals = 1,
77092 : : .co_nplaincellvars = 0,
77093 : : .co_ncellvars = 0,
77094 : : .co_nfreevars = 0,
77095 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77096 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77097 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77098 : : .co_name = &_Py_ID(close),
77099 : : .co_qualname = & _collections_abc_toplevel_consts_36_consts_6_qualname._ascii.ob_base,
77100 : : .co_linetable = & _collections_abc_toplevel_consts_22_consts_5_linetable.ob_base.ob_base,
77101 : : ._co_code = NULL,
77102 : : ._co_linearray = NULL,
77103 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
77104 : : ._co_firsttraceable = 0,
77105 : : };
77106 : : static
77107 : : struct {
77108 : : PyGC_Head _gc_head;
77109 : : struct {
77110 : : PyObject_VAR_HEAD
77111 : : PyObject *ob_item[6];
77112 : : }_object;
77113 : : }
77114 : : _collections_abc_toplevel_consts_36_consts_7_consts = {
77115 : : ._object = {
77116 : : .ob_base = {
77117 : : .ob_base = {
77118 : : .ob_refcnt = 999999999,
77119 : : .ob_type = &PyTuple_Type,
77120 : : },
77121 : : .ob_size = 6,
77122 : : },
77123 : : .ob_item = {
77124 : : Py_None,
77125 : : &_Py_ID(__iter__),
77126 : : &_Py_ID(__next__),
77127 : : &_Py_ID(send),
77128 : : &_Py_ID(throw),
77129 : : &_Py_ID(close),
77130 : : },
77131 : : },
77132 : : };
77133 : : static
77134 : : struct {
77135 : : PyGC_Head _gc_head;
77136 : : struct {
77137 : : PyObject_VAR_HEAD
77138 : : PyObject *ob_item[3];
77139 : : }_object;
77140 : : }
77141 : : _collections_abc_toplevel_consts_36_consts_7_names = {
77142 : : ._object = {
77143 : : .ob_base = {
77144 : : .ob_base = {
77145 : : .ob_refcnt = 999999999,
77146 : : .ob_type = &PyTuple_Type,
77147 : : },
77148 : : .ob_size = 3,
77149 : : },
77150 : : .ob_item = {
77151 : : & const_str_Generator._ascii.ob_base,
77152 : : & const_str__check_methods._ascii.ob_base,
77153 : : & const_str_NotImplemented._ascii.ob_base,
77154 : : },
77155 : : },
77156 : : };
77157 : : static
77158 : : struct {
77159 : : PyASCIIObject _ascii;
77160 : : uint8_t _data[27];
77161 : : }
77162 : : _collections_abc_toplevel_consts_36_consts_7_qualname = {
77163 : : ._ascii = {
77164 : : .ob_base = {
77165 : : .ob_refcnt = 999999999,
77166 : : .ob_type = &PyUnicode_Type,
77167 : : },
77168 : : .length = 26,
77169 : : .hash = -1,
77170 : : .state = {
77171 : : .kind = 1,
77172 : : .compact = 1,
77173 : : .ascii = 1,
77174 : : },
77175 : : },
77176 : : ._data = "Generator.__subclasshook__",
77177 : : };
77178 : : static
77179 : : struct {
77180 : : PyObject_VAR_HEAD
77181 : : Py_hash_t ob_shash;
77182 : : char ob_sval[48];
77183 : : }
77184 : : _collections_abc_toplevel_consts_36_consts_7_linetable = {
77185 : : .ob_base = {
77186 : : .ob_base = {
77187 : : .ob_refcnt = 999999999,
77188 : : .ob_type = &PyBytes_Type,
77189 : : },
77190 : : .ob_size = 47,
77191 : : },
77192 : : .ob_shash = -1,
77193 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x02\x09\x3c\xdd\x13\x21\xa0\x21\xa0\x5a\xb0\x1a\xd8\x22\x28\xa8\x27\xb0\x37\xf4\x03\x01\x14\x3c\xf0\x00\x01\x0d\x3c\xe5\x0f\x1d\xd0\x08\x1d",
77194 : : };
77195 : : static
77196 : : struct _PyCode_DEF(70)
77197 : : _collections_abc_toplevel_consts_36_consts_7 = {
77198 : : .ob_base = {
77199 : : .ob_base = {
77200 : : .ob_refcnt = 999999999,
77201 : : .ob_type = &PyCode_Type,
77202 : : },
77203 : : .ob_size = 35,
77204 : : },
77205 : : .co_consts = & _collections_abc_toplevel_consts_36_consts_7_consts._object.ob_base.ob_base,
77206 : : .co_names = & _collections_abc_toplevel_consts_36_consts_7_names._object.ob_base.ob_base,
77207 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77208 : : .co_flags = 3,
77209 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77210 : : ._co_linearray_entry_size = 0,
77211 : : .co_argcount = 2,
77212 : : .co_posonlyargcount = 0,
77213 : : .co_kwonlyargcount = 0,
77214 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
77215 : : .co_stacksize = 8,
77216 : : .co_firstlineno = 388,
77217 : : .co_nlocalsplus = 2,
77218 : : .co_nlocals = 2,
77219 : : .co_nplaincellvars = 0,
77220 : : .co_ncellvars = 0,
77221 : : .co_nfreevars = 0,
77222 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77223 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77224 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77225 : : .co_name = &_Py_ID(__subclasshook__),
77226 : : .co_qualname = & _collections_abc_toplevel_consts_36_consts_7_qualname._ascii.ob_base,
77227 : : .co_linetable = & _collections_abc_toplevel_consts_36_consts_7_linetable.ob_base.ob_base,
77228 : : ._co_code = NULL,
77229 : : ._co_linearray = NULL,
77230 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x12\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\x64\x04\x64\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
77231 : : ._co_firsttraceable = 0,
77232 : : };
77233 : : static
77234 : : struct {
77235 : : PyGC_Head _gc_head;
77236 : : struct {
77237 : : PyObject_VAR_HEAD
77238 : : PyObject *ob_item[9];
77239 : : }_object;
77240 : : }
77241 : : _collections_abc_toplevel_consts_36_consts = {
77242 : : ._object = {
77243 : : .ob_base = {
77244 : : .ob_base = {
77245 : : .ob_refcnt = 999999999,
77246 : : .ob_type = &PyTuple_Type,
77247 : : },
77248 : : .ob_size = 9,
77249 : : },
77250 : : .ob_item = {
77251 : : & const_str_Generator._ascii.ob_base,
77252 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
77253 : : & _collections_abc_toplevel_consts_36_consts_2.ob_base.ob_base,
77254 : : & _collections_abc_toplevel_consts_36_consts_3.ob_base.ob_base,
77255 : : Py_None,
77256 : : & _collections_abc_toplevel_consts_36_consts_5.ob_base.ob_base,
77257 : : & _collections_abc_toplevel_consts_36_consts_6.ob_base.ob_base,
77258 : : & _collections_abc_toplevel_consts_36_consts_7.ob_base.ob_base,
77259 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
77260 : : },
77261 : : },
77262 : : };
77263 : : static
77264 : : struct {
77265 : : PyGC_Head _gc_head;
77266 : : struct {
77267 : : PyObject_VAR_HEAD
77268 : : PyObject *ob_item[11];
77269 : : }_object;
77270 : : }
77271 : : _collections_abc_toplevel_consts_36_names = {
77272 : : ._object = {
77273 : : .ob_base = {
77274 : : .ob_base = {
77275 : : .ob_refcnt = 999999999,
77276 : : .ob_type = &PyTuple_Type,
77277 : : },
77278 : : .ob_size = 11,
77279 : : },
77280 : : .ob_item = {
77281 : : &_Py_ID(__name__),
77282 : : &_Py_ID(__module__),
77283 : : &_Py_ID(__qualname__),
77284 : : &_Py_ID(__slots__),
77285 : : &_Py_ID(__next__),
77286 : : & const_str_abstractmethod._ascii.ob_base,
77287 : : &_Py_ID(send),
77288 : : &_Py_ID(throw),
77289 : : &_Py_ID(close),
77290 : : & const_str_classmethod._ascii.ob_base,
77291 : : &_Py_ID(__subclasshook__),
77292 : : },
77293 : : },
77294 : : };
77295 : : static
77296 : : struct {
77297 : : PyObject_VAR_HEAD
77298 : : Py_hash_t ob_shash;
77299 : : char ob_sval[137];
77300 : : }
77301 : : _collections_abc_toplevel_consts_36_linetable = {
77302 : : .ob_base = {
77303 : : .ob_base = {
77304 : : .ob_refcnt = 999999999,
77305 : : .ob_type = &PyBytes_Type,
77306 : : },
77307 : : .ob_size = 136,
77308 : : },
77309 : : .ob_shash = -1,
77310 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xf0\x04\x04\x05\x1f\xf0\x00\x04\x05\x1f\xf0\x00\x04\x05\x1f\xf0\x0c\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf4\x03\x00\x06\x14\xf0\x02\x04\x05\x1c\xf0\x0c\x00\x06\x14\xd8\x1d\x21\xf0\x00\x0a\x05\x12\xf0\x00\x0a\x05\x12\xf4\x03\x00\x06\x14\xf0\x02\x0a\x05\x12\xf0\x18\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x00\x08\x05\x42\x01\xf0\x14\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x04\x05\x1e\xf0\x00\x04\x05\x1e\xf0\x00\x04\x05\x1e",
77311 : : };
77312 : : static
77313 : : struct _PyCode_DEF(86)
77314 : : _collections_abc_toplevel_consts_36 = {
77315 : : .ob_base = {
77316 : : .ob_base = {
77317 : : .ob_refcnt = 999999999,
77318 : : .ob_type = &PyCode_Type,
77319 : : },
77320 : : .ob_size = 43,
77321 : : },
77322 : : .co_consts = & _collections_abc_toplevel_consts_36_consts._object.ob_base.ob_base,
77323 : : .co_names = & _collections_abc_toplevel_consts_36_names._object.ob_base.ob_base,
77324 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77325 : : .co_flags = 0,
77326 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77327 : : ._co_linearray_entry_size = 0,
77328 : : .co_argcount = 0,
77329 : : .co_posonlyargcount = 0,
77330 : : .co_kwonlyargcount = 0,
77331 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
77332 : : .co_stacksize = 3,
77333 : : .co_firstlineno = 348,
77334 : : .co_nlocalsplus = 0,
77335 : : .co_nlocals = 0,
77336 : : .co_nplaincellvars = 0,
77337 : : .co_ncellvars = 0,
77338 : : .co_nfreevars = 0,
77339 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77340 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77341 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77342 : : .co_name = & const_str_Generator._ascii.ob_base,
77343 : : .co_qualname = & const_str_Generator._ascii.ob_base,
77344 : : .co_linetable = & _collections_abc_toplevel_consts_36_linetable.ob_base.ob_base,
77345 : : ._co_code = NULL,
77346 : : ._co_linearray = NULL,
77347 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x08\x64\x05\x84\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x65\x09\x64\x07\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
77348 : : ._co_firsttraceable = 0,
77349 : : };
77350 : : static
77351 : : struct {
77352 : : PyASCIIObject _ascii;
77353 : : uint8_t _data[14];
77354 : : }
77355 : : _collections_abc_toplevel_consts_38_consts_2_qualname = {
77356 : : ._ascii = {
77357 : : .ob_base = {
77358 : : .ob_refcnt = 999999999,
77359 : : .ob_type = &PyUnicode_Type,
77360 : : },
77361 : : .length = 13,
77362 : : .hash = -1,
77363 : : .state = {
77364 : : .kind = 1,
77365 : : .compact = 1,
77366 : : .ascii = 1,
77367 : : },
77368 : : },
77369 : : ._data = "Sized.__len__",
77370 : : };
77371 : : static
77372 : : struct _PyCode_DEF(6)
77373 : : _collections_abc_toplevel_consts_38_consts_2 = {
77374 : : .ob_base = {
77375 : : .ob_base = {
77376 : : .ob_refcnt = 999999999,
77377 : : .ob_type = &PyCode_Type,
77378 : : },
77379 : : .ob_size = 3,
77380 : : },
77381 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
77382 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
77383 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77384 : : .co_flags = 3,
77385 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77386 : : ._co_linearray_entry_size = 0,
77387 : : .co_argcount = 1,
77388 : : .co_posonlyargcount = 0,
77389 : : .co_kwonlyargcount = 0,
77390 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
77391 : : .co_stacksize = 1,
77392 : : .co_firstlineno = 403,
77393 : : .co_nlocalsplus = 1,
77394 : : .co_nlocals = 1,
77395 : : .co_nplaincellvars = 0,
77396 : : .co_ncellvars = 0,
77397 : : .co_nfreevars = 0,
77398 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
77399 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
77400 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77401 : : .co_name = &_Py_ID(__len__),
77402 : : .co_qualname = & _collections_abc_toplevel_consts_38_consts_2_qualname._ascii.ob_base,
77403 : : .co_linetable = & _collections_abc_toplevel_consts_17_consts_2_linetable.ob_base.ob_base,
77404 : : ._co_code = NULL,
77405 : : ._co_linearray = NULL,
77406 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
77407 : : ._co_firsttraceable = 0,
77408 : : };
77409 : : static
77410 : : struct {
77411 : : PyGC_Head _gc_head;
77412 : : struct {
77413 : : PyObject_VAR_HEAD
77414 : : PyObject *ob_item[2];
77415 : : }_object;
77416 : : }
77417 : : _collections_abc_toplevel_consts_38_consts_3_consts = {
77418 : : ._object = {
77419 : : .ob_base = {
77420 : : .ob_base = {
77421 : : .ob_refcnt = 999999999,
77422 : : .ob_type = &PyTuple_Type,
77423 : : },
77424 : : .ob_size = 2,
77425 : : },
77426 : : .ob_item = {
77427 : : Py_None,
77428 : : &_Py_ID(__len__),
77429 : : },
77430 : : },
77431 : : };
77432 : : static
77433 : : struct {
77434 : : PyGC_Head _gc_head;
77435 : : struct {
77436 : : PyObject_VAR_HEAD
77437 : : PyObject *ob_item[3];
77438 : : }_object;
77439 : : }
77440 : : _collections_abc_toplevel_consts_38_consts_3_names = {
77441 : : ._object = {
77442 : : .ob_base = {
77443 : : .ob_base = {
77444 : : .ob_refcnt = 999999999,
77445 : : .ob_type = &PyTuple_Type,
77446 : : },
77447 : : .ob_size = 3,
77448 : : },
77449 : : .ob_item = {
77450 : : & const_str_Sized._ascii.ob_base,
77451 : : & const_str__check_methods._ascii.ob_base,
77452 : : & const_str_NotImplemented._ascii.ob_base,
77453 : : },
77454 : : },
77455 : : };
77456 : : static
77457 : : struct {
77458 : : PyASCIIObject _ascii;
77459 : : uint8_t _data[23];
77460 : : }
77461 : : _collections_abc_toplevel_consts_38_consts_3_qualname = {
77462 : : ._ascii = {
77463 : : .ob_base = {
77464 : : .ob_refcnt = 999999999,
77465 : : .ob_type = &PyUnicode_Type,
77466 : : },
77467 : : .length = 22,
77468 : : .hash = -1,
77469 : : .state = {
77470 : : .kind = 1,
77471 : : .compact = 1,
77472 : : .ascii = 1,
77473 : : },
77474 : : },
77475 : : ._data = "Sized.__subclasshook__",
77476 : : };
77477 : : static
77478 : : struct {
77479 : : PyObject_VAR_HEAD
77480 : : Py_hash_t ob_shash;
77481 : : char ob_sval[34];
77482 : : }
77483 : : _collections_abc_toplevel_consts_38_consts_3_linetable = {
77484 : : .ob_base = {
77485 : : .ob_base = {
77486 : : .ob_refcnt = 999999999,
77487 : : .ob_type = &PyBytes_Type,
77488 : : },
77489 : : .ob_size = 33,
77490 : : },
77491 : : .ob_shash = -1,
77492 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x25\x88\x3c\xf0\x00\x01\x09\x30\xdd\x13\x21\xa0\x21\xa0\x59\xd4\x13\x2f\xd0\x0c\x2f\xdd\x0f\x1d\xd0\x08\x1d",
77493 : : };
77494 : : static
77495 : : struct _PyCode_DEF(62)
77496 : : _collections_abc_toplevel_consts_38_consts_3 = {
77497 : : .ob_base = {
77498 : : .ob_base = {
77499 : : .ob_refcnt = 999999999,
77500 : : .ob_type = &PyCode_Type,
77501 : : },
77502 : : .ob_size = 31,
77503 : : },
77504 : : .co_consts = & _collections_abc_toplevel_consts_38_consts_3_consts._object.ob_base.ob_base,
77505 : : .co_names = & _collections_abc_toplevel_consts_38_consts_3_names._object.ob_base.ob_base,
77506 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77507 : : .co_flags = 3,
77508 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77509 : : ._co_linearray_entry_size = 0,
77510 : : .co_argcount = 2,
77511 : : .co_posonlyargcount = 0,
77512 : : .co_kwonlyargcount = 0,
77513 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
77514 : : .co_stacksize = 4,
77515 : : .co_firstlineno = 407,
77516 : : .co_nlocalsplus = 2,
77517 : : .co_nlocals = 2,
77518 : : .co_nplaincellvars = 0,
77519 : : .co_ncellvars = 0,
77520 : : .co_nfreevars = 0,
77521 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77522 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77523 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77524 : : .co_name = &_Py_ID(__subclasshook__),
77525 : : .co_qualname = & _collections_abc_toplevel_consts_38_consts_3_qualname._ascii.ob_base,
77526 : : .co_linetable = & _collections_abc_toplevel_consts_38_consts_3_linetable.ob_base.ob_base,
77527 : : ._co_code = NULL,
77528 : : ._co_linearray = NULL,
77529 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
77530 : : ._co_firsttraceable = 0,
77531 : : };
77532 : : static
77533 : : struct {
77534 : : PyGC_Head _gc_head;
77535 : : struct {
77536 : : PyObject_VAR_HEAD
77537 : : PyObject *ob_item[5];
77538 : : }_object;
77539 : : }
77540 : : _collections_abc_toplevel_consts_38_consts = {
77541 : : ._object = {
77542 : : .ob_base = {
77543 : : .ob_base = {
77544 : : .ob_refcnt = 999999999,
77545 : : .ob_type = &PyTuple_Type,
77546 : : },
77547 : : .ob_size = 5,
77548 : : },
77549 : : .ob_item = {
77550 : : & const_str_Sized._ascii.ob_base,
77551 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
77552 : : & _collections_abc_toplevel_consts_38_consts_2.ob_base.ob_base,
77553 : : & _collections_abc_toplevel_consts_38_consts_3.ob_base.ob_base,
77554 : : Py_None,
77555 : : },
77556 : : },
77557 : : };
77558 : : static
77559 : : struct {
77560 : : PyGC_Head _gc_head;
77561 : : struct {
77562 : : PyObject_VAR_HEAD
77563 : : PyObject *ob_item[8];
77564 : : }_object;
77565 : : }
77566 : : _collections_abc_toplevel_consts_38_names = {
77567 : : ._object = {
77568 : : .ob_base = {
77569 : : .ob_base = {
77570 : : .ob_refcnt = 999999999,
77571 : : .ob_type = &PyTuple_Type,
77572 : : },
77573 : : .ob_size = 8,
77574 : : },
77575 : : .ob_item = {
77576 : : &_Py_ID(__name__),
77577 : : &_Py_ID(__module__),
77578 : : &_Py_ID(__qualname__),
77579 : : &_Py_ID(__slots__),
77580 : : & const_str_abstractmethod._ascii.ob_base,
77581 : : &_Py_ID(__len__),
77582 : : & const_str_classmethod._ascii.ob_base,
77583 : : &_Py_ID(__subclasshook__),
77584 : : },
77585 : : },
77586 : : };
77587 : : static
77588 : : struct _PyCode_DEF(54)
77589 : : _collections_abc_toplevel_consts_38 = {
77590 : : .ob_base = {
77591 : : .ob_base = {
77592 : : .ob_refcnt = 999999999,
77593 : : .ob_type = &PyCode_Type,
77594 : : },
77595 : : .ob_size = 27,
77596 : : },
77597 : : .co_consts = & _collections_abc_toplevel_consts_38_consts._object.ob_base.ob_base,
77598 : : .co_names = & _collections_abc_toplevel_consts_38_names._object.ob_base.ob_base,
77599 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77600 : : .co_flags = 0,
77601 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77602 : : ._co_linearray_entry_size = 0,
77603 : : .co_argcount = 0,
77604 : : .co_posonlyargcount = 0,
77605 : : .co_kwonlyargcount = 0,
77606 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
77607 : : .co_stacksize = 2,
77608 : : .co_firstlineno = 399,
77609 : : .co_nlocalsplus = 0,
77610 : : .co_nlocals = 0,
77611 : : .co_nplaincellvars = 0,
77612 : : .co_ncellvars = 0,
77613 : : .co_nfreevars = 0,
77614 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77615 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77616 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77617 : : .co_name = & const_str_Sized._ascii.ob_base,
77618 : : .co_qualname = & const_str_Sized._ascii.ob_base,
77619 : : .co_linetable = & _collections_abc_toplevel_consts_17_linetable.ob_base.ob_base,
77620 : : ._co_code = NULL,
77621 : : ._co_linearray = NULL,
77622 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x53\x00",
77623 : : ._co_firsttraceable = 0,
77624 : : };
77625 : : static
77626 : : struct {
77627 : : PyASCIIObject _ascii;
77628 : : uint8_t _data[23];
77629 : : }
77630 : : _collections_abc_toplevel_consts_40_consts_2_qualname = {
77631 : : ._ascii = {
77632 : : .ob_base = {
77633 : : .ob_refcnt = 999999999,
77634 : : .ob_type = &PyUnicode_Type,
77635 : : },
77636 : : .length = 22,
77637 : : .hash = -1,
77638 : : .state = {
77639 : : .kind = 1,
77640 : : .compact = 1,
77641 : : .ascii = 1,
77642 : : },
77643 : : },
77644 : : ._data = "Container.__contains__",
77645 : : };
77646 : : static
77647 : : struct {
77648 : : PyObject_VAR_HEAD
77649 : : Py_hash_t ob_shash;
77650 : : char ob_sval[8];
77651 : : }
77652 : : _collections_abc_toplevel_consts_40_consts_2_linetable = {
77653 : : .ob_base = {
77654 : : .ob_base = {
77655 : : .ob_refcnt = 999999999,
77656 : : .ob_type = &PyBytes_Type,
77657 : : },
77658 : : .ob_size = 7,
77659 : : },
77660 : : .ob_shash = -1,
77661 : : .ob_sval = "\x80\x00\xe0\x0f\x14\x88\x75",
77662 : : };
77663 : : static
77664 : : struct {
77665 : : PyGC_Head _gc_head;
77666 : : struct {
77667 : : PyObject_VAR_HEAD
77668 : : PyObject *ob_item[2];
77669 : : }_object;
77670 : : }
77671 : : _collections_abc_toplevel_consts_40_consts_2_localsplusnames = {
77672 : : ._object = {
77673 : : .ob_base = {
77674 : : .ob_base = {
77675 : : .ob_refcnt = 999999999,
77676 : : .ob_type = &PyTuple_Type,
77677 : : },
77678 : : .ob_size = 2,
77679 : : },
77680 : : .ob_item = {
77681 : : & const_str_self._ascii.ob_base,
77682 : : & const_str_x._ascii.ob_base,
77683 : : },
77684 : : },
77685 : : };
77686 : : static
77687 : : struct _PyCode_DEF(6)
77688 : : _collections_abc_toplevel_consts_40_consts_2 = {
77689 : : .ob_base = {
77690 : : .ob_base = {
77691 : : .ob_refcnt = 999999999,
77692 : : .ob_type = &PyCode_Type,
77693 : : },
77694 : : .ob_size = 3,
77695 : : },
77696 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
77697 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
77698 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77699 : : .co_flags = 3,
77700 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77701 : : ._co_linearray_entry_size = 0,
77702 : : .co_argcount = 2,
77703 : : .co_posonlyargcount = 0,
77704 : : .co_kwonlyargcount = 0,
77705 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
77706 : : .co_stacksize = 1,
77707 : : .co_firstlineno = 418,
77708 : : .co_nlocalsplus = 2,
77709 : : .co_nlocals = 2,
77710 : : .co_nplaincellvars = 0,
77711 : : .co_ncellvars = 0,
77712 : : .co_nfreevars = 0,
77713 : : .co_localsplusnames = & _collections_abc_toplevel_consts_40_consts_2_localsplusnames._object.ob_base.ob_base,
77714 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77715 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77716 : : .co_name = &_Py_ID(__contains__),
77717 : : .co_qualname = & _collections_abc_toplevel_consts_40_consts_2_qualname._ascii.ob_base,
77718 : : .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
77719 : : ._co_code = NULL,
77720 : : ._co_linearray = NULL,
77721 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
77722 : : ._co_firsttraceable = 0,
77723 : : };
77724 : : static
77725 : : struct {
77726 : : PyGC_Head _gc_head;
77727 : : struct {
77728 : : PyObject_VAR_HEAD
77729 : : PyObject *ob_item[2];
77730 : : }_object;
77731 : : }
77732 : : _collections_abc_toplevel_consts_40_consts_3_consts = {
77733 : : ._object = {
77734 : : .ob_base = {
77735 : : .ob_base = {
77736 : : .ob_refcnt = 999999999,
77737 : : .ob_type = &PyTuple_Type,
77738 : : },
77739 : : .ob_size = 2,
77740 : : },
77741 : : .ob_item = {
77742 : : Py_None,
77743 : : &_Py_ID(__contains__),
77744 : : },
77745 : : },
77746 : : };
77747 : : static
77748 : : struct {
77749 : : PyGC_Head _gc_head;
77750 : : struct {
77751 : : PyObject_VAR_HEAD
77752 : : PyObject *ob_item[3];
77753 : : }_object;
77754 : : }
77755 : : _collections_abc_toplevel_consts_40_consts_3_names = {
77756 : : ._object = {
77757 : : .ob_base = {
77758 : : .ob_base = {
77759 : : .ob_refcnt = 999999999,
77760 : : .ob_type = &PyTuple_Type,
77761 : : },
77762 : : .ob_size = 3,
77763 : : },
77764 : : .ob_item = {
77765 : : & const_str_Container._ascii.ob_base,
77766 : : & const_str__check_methods._ascii.ob_base,
77767 : : & const_str_NotImplemented._ascii.ob_base,
77768 : : },
77769 : : },
77770 : : };
77771 : : static
77772 : : struct {
77773 : : PyASCIIObject _ascii;
77774 : : uint8_t _data[27];
77775 : : }
77776 : : _collections_abc_toplevel_consts_40_consts_3_qualname = {
77777 : : ._ascii = {
77778 : : .ob_base = {
77779 : : .ob_refcnt = 999999999,
77780 : : .ob_type = &PyUnicode_Type,
77781 : : },
77782 : : .length = 26,
77783 : : .hash = -1,
77784 : : .state = {
77785 : : .kind = 1,
77786 : : .compact = 1,
77787 : : .ascii = 1,
77788 : : },
77789 : : },
77790 : : ._data = "Container.__subclasshook__",
77791 : : };
77792 : : static
77793 : : struct {
77794 : : PyObject_VAR_HEAD
77795 : : Py_hash_t ob_shash;
77796 : : char ob_sval[35];
77797 : : }
77798 : : _collections_abc_toplevel_consts_40_consts_3_linetable = {
77799 : : .ob_base = {
77800 : : .ob_base = {
77801 : : .ob_refcnt = 999999999,
77802 : : .ob_type = &PyBytes_Type,
77803 : : },
77804 : : .ob_size = 34,
77805 : : },
77806 : : .ob_shash = -1,
77807 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x29\xd0\x0b\x1b\xf0\x00\x01\x09\x35\xdd\x13\x21\xa0\x21\xa0\x5e\xd4\x13\x34\xd0\x0c\x34\xdd\x0f\x1d\xd0\x08\x1d",
77808 : : };
77809 : : static
77810 : : struct _PyCode_DEF(62)
77811 : : _collections_abc_toplevel_consts_40_consts_3 = {
77812 : : .ob_base = {
77813 : : .ob_base = {
77814 : : .ob_refcnt = 999999999,
77815 : : .ob_type = &PyCode_Type,
77816 : : },
77817 : : .ob_size = 31,
77818 : : },
77819 : : .co_consts = & _collections_abc_toplevel_consts_40_consts_3_consts._object.ob_base.ob_base,
77820 : : .co_names = & _collections_abc_toplevel_consts_40_consts_3_names._object.ob_base.ob_base,
77821 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77822 : : .co_flags = 3,
77823 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77824 : : ._co_linearray_entry_size = 0,
77825 : : .co_argcount = 2,
77826 : : .co_posonlyargcount = 0,
77827 : : .co_kwonlyargcount = 0,
77828 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
77829 : : .co_stacksize = 4,
77830 : : .co_firstlineno = 422,
77831 : : .co_nlocalsplus = 2,
77832 : : .co_nlocals = 2,
77833 : : .co_nplaincellvars = 0,
77834 : : .co_ncellvars = 0,
77835 : : .co_nfreevars = 0,
77836 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
77837 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
77838 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77839 : : .co_name = &_Py_ID(__subclasshook__),
77840 : : .co_qualname = & _collections_abc_toplevel_consts_40_consts_3_qualname._ascii.ob_base,
77841 : : .co_linetable = & _collections_abc_toplevel_consts_40_consts_3_linetable.ob_base.ob_base,
77842 : : ._co_code = NULL,
77843 : : ._co_linearray = NULL,
77844 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
77845 : : ._co_firsttraceable = 0,
77846 : : };
77847 : : static
77848 : : struct {
77849 : : PyGC_Head _gc_head;
77850 : : struct {
77851 : : PyObject_VAR_HEAD
77852 : : PyObject *ob_item[5];
77853 : : }_object;
77854 : : }
77855 : : _collections_abc_toplevel_consts_40_consts = {
77856 : : ._object = {
77857 : : .ob_base = {
77858 : : .ob_base = {
77859 : : .ob_refcnt = 999999999,
77860 : : .ob_type = &PyTuple_Type,
77861 : : },
77862 : : .ob_size = 5,
77863 : : },
77864 : : .ob_item = {
77865 : : & const_str_Container._ascii.ob_base,
77866 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
77867 : : & _collections_abc_toplevel_consts_40_consts_2.ob_base.ob_base,
77868 : : & _collections_abc_toplevel_consts_40_consts_3.ob_base.ob_base,
77869 : : Py_None,
77870 : : },
77871 : : },
77872 : : };
77873 : : static
77874 : : struct {
77875 : : PyGC_Head _gc_head;
77876 : : struct {
77877 : : PyObject_VAR_HEAD
77878 : : PyObject *ob_item[10];
77879 : : }_object;
77880 : : }
77881 : : _collections_abc_toplevel_consts_40_names = {
77882 : : ._object = {
77883 : : .ob_base = {
77884 : : .ob_base = {
77885 : : .ob_refcnt = 999999999,
77886 : : .ob_type = &PyTuple_Type,
77887 : : },
77888 : : .ob_size = 10,
77889 : : },
77890 : : .ob_item = {
77891 : : &_Py_ID(__name__),
77892 : : &_Py_ID(__module__),
77893 : : &_Py_ID(__qualname__),
77894 : : &_Py_ID(__slots__),
77895 : : & const_str_abstractmethod._ascii.ob_base,
77896 : : &_Py_ID(__contains__),
77897 : : & const_str_classmethod._ascii.ob_base,
77898 : : &_Py_ID(__subclasshook__),
77899 : : & const_str_GenericAlias._ascii.ob_base,
77900 : : &_Py_ID(__class_getitem__),
77901 : : },
77902 : : },
77903 : : };
77904 : : static
77905 : : struct {
77906 : : PyObject_VAR_HEAD
77907 : : Py_hash_t ob_shash;
77908 : : char ob_sval[85];
77909 : : }
77910 : : _collections_abc_toplevel_consts_40_linetable = {
77911 : : .ob_base = {
77912 : : .ob_base = {
77913 : : .ob_refcnt = 999999999,
77914 : : .ob_type = &PyBytes_Type,
77915 : : },
77916 : : .ob_size = 84,
77917 : : },
77918 : : .ob_shash = -1,
77919 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x15\xf0\x00\x01\x05\x15\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
77920 : : };
77921 : : static
77922 : : struct _PyCode_DEF(72)
77923 : : _collections_abc_toplevel_consts_40 = {
77924 : : .ob_base = {
77925 : : .ob_base = {
77926 : : .ob_refcnt = 999999999,
77927 : : .ob_type = &PyCode_Type,
77928 : : },
77929 : : .ob_size = 36,
77930 : : },
77931 : : .co_consts = & _collections_abc_toplevel_consts_40_consts._object.ob_base.ob_base,
77932 : : .co_names = & _collections_abc_toplevel_consts_40_names._object.ob_base.ob_base,
77933 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
77934 : : .co_flags = 0,
77935 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
77936 : : ._co_linearray_entry_size = 0,
77937 : : .co_argcount = 0,
77938 : : .co_posonlyargcount = 0,
77939 : : .co_kwonlyargcount = 0,
77940 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
77941 : : .co_stacksize = 3,
77942 : : .co_firstlineno = 414,
77943 : : .co_nlocalsplus = 0,
77944 : : .co_nlocals = 0,
77945 : : .co_nplaincellvars = 0,
77946 : : .co_ncellvars = 0,
77947 : : .co_nfreevars = 0,
77948 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
77949 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
77950 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
77951 : : .co_name = & const_str_Container._ascii.ob_base,
77952 : : .co_qualname = & const_str_Container._ascii.ob_base,
77953 : : .co_linetable = & _collections_abc_toplevel_consts_40_linetable.ob_base.ob_base,
77954 : : ._co_code = NULL,
77955 : : ._co_linearray = NULL,
77956 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
77957 : : ._co_firsttraceable = 0,
77958 : : };
77959 : : static
77960 : : struct {
77961 : : PyGC_Head _gc_head;
77962 : : struct {
77963 : : PyObject_VAR_HEAD
77964 : : PyObject *ob_item[4];
77965 : : }_object;
77966 : : }
77967 : : _collections_abc_toplevel_consts_42_consts_2_consts = {
77968 : : ._object = {
77969 : : .ob_base = {
77970 : : .ob_base = {
77971 : : .ob_refcnt = 999999999,
77972 : : .ob_type = &PyTuple_Type,
77973 : : },
77974 : : .ob_size = 4,
77975 : : },
77976 : : .ob_item = {
77977 : : Py_None,
77978 : : &_Py_ID(__len__),
77979 : : &_Py_ID(__iter__),
77980 : : &_Py_ID(__contains__),
77981 : : },
77982 : : },
77983 : : };
77984 : : static
77985 : : struct {
77986 : : PyGC_Head _gc_head;
77987 : : struct {
77988 : : PyObject_VAR_HEAD
77989 : : PyObject *ob_item[3];
77990 : : }_object;
77991 : : }
77992 : : _collections_abc_toplevel_consts_42_consts_2_names = {
77993 : : ._object = {
77994 : : .ob_base = {
77995 : : .ob_base = {
77996 : : .ob_refcnt = 999999999,
77997 : : .ob_type = &PyTuple_Type,
77998 : : },
77999 : : .ob_size = 3,
78000 : : },
78001 : : .ob_item = {
78002 : : & const_str_Collection._ascii.ob_base,
78003 : : & const_str__check_methods._ascii.ob_base,
78004 : : & const_str_NotImplemented._ascii.ob_base,
78005 : : },
78006 : : },
78007 : : };
78008 : : static
78009 : : struct {
78010 : : PyASCIIObject _ascii;
78011 : : uint8_t _data[28];
78012 : : }
78013 : : _collections_abc_toplevel_consts_42_consts_2_qualname = {
78014 : : ._ascii = {
78015 : : .ob_base = {
78016 : : .ob_refcnt = 999999999,
78017 : : .ob_type = &PyUnicode_Type,
78018 : : },
78019 : : .length = 27,
78020 : : .hash = -1,
78021 : : .state = {
78022 : : .kind = 1,
78023 : : .compact = 1,
78024 : : .ascii = 1,
78025 : : },
78026 : : },
78027 : : ._data = "Collection.__subclasshook__",
78028 : : };
78029 : : static
78030 : : struct {
78031 : : PyObject_VAR_HEAD
78032 : : Py_hash_t ob_shash;
78033 : : char ob_sval[40];
78034 : : }
78035 : : _collections_abc_toplevel_consts_42_consts_2_linetable = {
78036 : : .ob_base = {
78037 : : .ob_base = {
78038 : : .ob_refcnt = 999999999,
78039 : : .ob_type = &PyBytes_Type,
78040 : : },
78041 : : .ob_size = 39,
78042 : : },
78043 : : .ob_shash = -1,
78044 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x2a\xd0\x0b\x1c\xf0\x00\x01\x09\x4d\x01\xdd\x13\x21\xa0\x21\xa0\x69\xb0\x1a\xb8\x5e\xd4\x13\x4c\xd0\x0c\x4c\xdd\x0f\x1d\xd0\x08\x1d",
78045 : : };
78046 : : static
78047 : : struct _PyCode_DEF(66)
78048 : : _collections_abc_toplevel_consts_42_consts_2 = {
78049 : : .ob_base = {
78050 : : .ob_base = {
78051 : : .ob_refcnt = 999999999,
78052 : : .ob_type = &PyCode_Type,
78053 : : },
78054 : : .ob_size = 33,
78055 : : },
78056 : : .co_consts = & _collections_abc_toplevel_consts_42_consts_2_consts._object.ob_base.ob_base,
78057 : : .co_names = & _collections_abc_toplevel_consts_42_consts_2_names._object.ob_base.ob_base,
78058 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78059 : : .co_flags = 3,
78060 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78061 : : ._co_linearray_entry_size = 0,
78062 : : .co_argcount = 2,
78063 : : .co_posonlyargcount = 0,
78064 : : .co_kwonlyargcount = 0,
78065 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
78066 : : .co_stacksize = 6,
78067 : : .co_firstlineno = 435,
78068 : : .co_nlocalsplus = 2,
78069 : : .co_nlocals = 2,
78070 : : .co_nplaincellvars = 0,
78071 : : .co_ncellvars = 0,
78072 : : .co_nfreevars = 0,
78073 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
78074 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
78075 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78076 : : .co_name = &_Py_ID(__subclasshook__),
78077 : : .co_qualname = & _collections_abc_toplevel_consts_42_consts_2_qualname._ascii.ob_base,
78078 : : .co_linetable = & _collections_abc_toplevel_consts_42_consts_2_linetable.ob_base.ob_base,
78079 : : ._co_code = NULL,
78080 : : ._co_linearray = NULL,
78081 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x64\x02\x64\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
78082 : : ._co_firsttraceable = 0,
78083 : : };
78084 : : static
78085 : : struct {
78086 : : PyGC_Head _gc_head;
78087 : : struct {
78088 : : PyObject_VAR_HEAD
78089 : : PyObject *ob_item[4];
78090 : : }_object;
78091 : : }
78092 : : _collections_abc_toplevel_consts_42_consts = {
78093 : : ._object = {
78094 : : .ob_base = {
78095 : : .ob_base = {
78096 : : .ob_refcnt = 999999999,
78097 : : .ob_type = &PyTuple_Type,
78098 : : },
78099 : : .ob_size = 4,
78100 : : },
78101 : : .ob_item = {
78102 : : & const_str_Collection._ascii.ob_base,
78103 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
78104 : : & _collections_abc_toplevel_consts_42_consts_2.ob_base.ob_base,
78105 : : Py_None,
78106 : : },
78107 : : },
78108 : : };
78109 : : static
78110 : : struct {
78111 : : PyGC_Head _gc_head;
78112 : : struct {
78113 : : PyObject_VAR_HEAD
78114 : : PyObject *ob_item[6];
78115 : : }_object;
78116 : : }
78117 : : _collections_abc_toplevel_consts_42_names = {
78118 : : ._object = {
78119 : : .ob_base = {
78120 : : .ob_base = {
78121 : : .ob_refcnt = 999999999,
78122 : : .ob_type = &PyTuple_Type,
78123 : : },
78124 : : .ob_size = 6,
78125 : : },
78126 : : .ob_item = {
78127 : : &_Py_ID(__name__),
78128 : : &_Py_ID(__module__),
78129 : : &_Py_ID(__qualname__),
78130 : : &_Py_ID(__slots__),
78131 : : & const_str_classmethod._ascii.ob_base,
78132 : : &_Py_ID(__subclasshook__),
78133 : : },
78134 : : },
78135 : : };
78136 : : static
78137 : : struct {
78138 : : PyObject_VAR_HEAD
78139 : : Py_hash_t ob_shash;
78140 : : char ob_sval[49];
78141 : : }
78142 : : _collections_abc_toplevel_consts_42_linetable = {
78143 : : .ob_base = {
78144 : : .ob_base = {
78145 : : .ob_refcnt = 999999999,
78146 : : .ob_type = &PyBytes_Type,
78147 : : },
78148 : : .ob_size = 48,
78149 : : },
78150 : : .ob_shash = -1,
78151 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf0\x00\x03\x05\x1e",
78152 : : };
78153 : : static
78154 : : struct _PyCode_DEF(36)
78155 : : _collections_abc_toplevel_consts_42 = {
78156 : : .ob_base = {
78157 : : .ob_base = {
78158 : : .ob_refcnt = 999999999,
78159 : : .ob_type = &PyCode_Type,
78160 : : },
78161 : : .ob_size = 18,
78162 : : },
78163 : : .co_consts = & _collections_abc_toplevel_consts_42_consts._object.ob_base.ob_base,
78164 : : .co_names = & _collections_abc_toplevel_consts_42_names._object.ob_base.ob_base,
78165 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78166 : : .co_flags = 0,
78167 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78168 : : ._co_linearray_entry_size = 0,
78169 : : .co_argcount = 0,
78170 : : .co_posonlyargcount = 0,
78171 : : .co_kwonlyargcount = 0,
78172 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
78173 : : .co_stacksize = 2,
78174 : : .co_firstlineno = 431,
78175 : : .co_nlocalsplus = 0,
78176 : : .co_nlocals = 0,
78177 : : .co_nplaincellvars = 0,
78178 : : .co_ncellvars = 0,
78179 : : .co_nfreevars = 0,
78180 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
78181 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
78182 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78183 : : .co_name = & const_str_Collection._ascii.ob_base,
78184 : : .co_qualname = & const_str_Collection._ascii.ob_base,
78185 : : .co_linetable = & _collections_abc_toplevel_consts_42_linetable.ob_base.ob_base,
78186 : : ._co_code = NULL,
78187 : : ._co_linearray = NULL,
78188 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x53\x00",
78189 : : ._co_firsttraceable = 0,
78190 : : };
78191 : : static
78192 : : struct {
78193 : : PyASCIIObject _ascii;
78194 : : uint8_t _data[22];
78195 : : }
78196 : : const_str__CallableGenericAlias = {
78197 : : ._ascii = {
78198 : : .ob_base = {
78199 : : .ob_refcnt = 999999999,
78200 : : .ob_type = &PyUnicode_Type,
78201 : : },
78202 : : .length = 21,
78203 : : .hash = -1,
78204 : : .state = {
78205 : : .kind = 1,
78206 : : .compact = 1,
78207 : : .ascii = 1,
78208 : : },
78209 : : },
78210 : : ._data = "_CallableGenericAlias",
78211 : : };
78212 : : static
78213 : : struct {
78214 : : PyASCIIObject _ascii;
78215 : : uint8_t _data[253];
78216 : : }
78217 : : _collections_abc_toplevel_consts_44_consts_1 = {
78218 : : ._ascii = {
78219 : : .ob_base = {
78220 : : .ob_refcnt = 999999999,
78221 : : .ob_type = &PyUnicode_Type,
78222 : : },
78223 : : .length = 252,
78224 : : .hash = -1,
78225 : : .state = {
78226 : : .kind = 1,
78227 : : .compact = 1,
78228 : : .ascii = 1,
78229 : : },
78230 : : },
78231 : : ._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",
78232 : : };
78233 : : static
78234 : : struct {
78235 : : PyASCIIObject _ascii;
78236 : : uint8_t _data[55];
78237 : : }
78238 : : _collections_abc_toplevel_consts_44_consts_3_consts_2 = {
78239 : : ._ascii = {
78240 : : .ob_base = {
78241 : : .ob_refcnt = 999999999,
78242 : : .ob_type = &PyUnicode_Type,
78243 : : },
78244 : : .length = 54,
78245 : : .hash = -1,
78246 : : .state = {
78247 : : .kind = 1,
78248 : : .compact = 1,
78249 : : .ascii = 1,
78250 : : },
78251 : : },
78252 : : ._data = "Callable must be used as Callable[[arg, ...], result].",
78253 : : };
78254 : : static
78255 : : struct {
78256 : : PyASCIIObject _ascii;
78257 : : uint8_t _data[71];
78258 : : }
78259 : : _collections_abc_toplevel_consts_44_consts_3_consts_3 = {
78260 : : ._ascii = {
78261 : : .ob_base = {
78262 : : .ob_refcnt = 999999999,
78263 : : .ob_type = &PyUnicode_Type,
78264 : : },
78265 : : .length = 70,
78266 : : .hash = -1,
78267 : : .state = {
78268 : : .kind = 1,
78269 : : .compact = 1,
78270 : : .ascii = 1,
78271 : : },
78272 : : },
78273 : : ._data = "Expected a list of types, an ellipsis, ParamSpec, or Concatenate. Got ",
78274 : : };
78275 : : static
78276 : : struct {
78277 : : PyGC_Head _gc_head;
78278 : : struct {
78279 : : PyObject_VAR_HEAD
78280 : : PyObject *ob_item[4];
78281 : : }_object;
78282 : : }
78283 : : _collections_abc_toplevel_consts_44_consts_3_consts = {
78284 : : ._object = {
78285 : : .ob_base = {
78286 : : .ob_base = {
78287 : : .ob_refcnt = 999999999,
78288 : : .ob_type = &PyTuple_Type,
78289 : : },
78290 : : .ob_size = 4,
78291 : : },
78292 : : .ob_item = {
78293 : : Py_None,
78294 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
78295 : : & _collections_abc_toplevel_consts_44_consts_3_consts_2._ascii.ob_base,
78296 : : & _collections_abc_toplevel_consts_44_consts_3_consts_3._ascii.ob_base,
78297 : : },
78298 : : },
78299 : : };
78300 : : static
78301 : : struct {
78302 : : PyASCIIObject _ascii;
78303 : : uint8_t _data[15];
78304 : : }
78305 : : const_str__is_param_expr = {
78306 : : ._ascii = {
78307 : : .ob_base = {
78308 : : .ob_refcnt = 999999999,
78309 : : .ob_type = &PyUnicode_Type,
78310 : : },
78311 : : .length = 14,
78312 : : .hash = -1,
78313 : : .state = {
78314 : : .kind = 1,
78315 : : .compact = 1,
78316 : : .ascii = 1,
78317 : : },
78318 : : },
78319 : : ._data = "_is_param_expr",
78320 : : };
78321 : : static
78322 : : struct {
78323 : : PyGC_Head _gc_head;
78324 : : struct {
78325 : : PyObject_VAR_HEAD
78326 : : PyObject *ob_item[8];
78327 : : }_object;
78328 : : }
78329 : : _collections_abc_toplevel_consts_44_consts_3_names = {
78330 : : ._object = {
78331 : : .ob_base = {
78332 : : .ob_base = {
78333 : : .ob_refcnt = 999999999,
78334 : : .ob_type = &PyTuple_Type,
78335 : : },
78336 : : .ob_size = 8,
78337 : : },
78338 : : .ob_item = {
78339 : : &_Py_ID(isinstance),
78340 : : & const_str_tuple._ascii.ob_base,
78341 : : &_Py_ID(len),
78342 : : & const_str_TypeError._ascii.ob_base,
78343 : : & const_str_list._ascii.ob_base,
78344 : : & const_str__is_param_expr._ascii.ob_base,
78345 : : & const_str_super._ascii.ob_base,
78346 : : &_Py_ID(__new__),
78347 : : },
78348 : : },
78349 : : };
78350 : : static
78351 : : struct {
78352 : : PyASCIIObject _ascii;
78353 : : uint8_t _data[30];
78354 : : }
78355 : : _collections_abc_toplevel_consts_44_consts_3_qualname = {
78356 : : ._ascii = {
78357 : : .ob_base = {
78358 : : .ob_refcnt = 999999999,
78359 : : .ob_type = &PyUnicode_Type,
78360 : : },
78361 : : .length = 29,
78362 : : .hash = -1,
78363 : : .state = {
78364 : : .kind = 1,
78365 : : .compact = 1,
78366 : : .ascii = 1,
78367 : : },
78368 : : },
78369 : : ._data = "_CallableGenericAlias.__new__",
78370 : : };
78371 : : static
78372 : : struct {
78373 : : PyObject_VAR_HEAD
78374 : : Py_hash_t ob_shash;
78375 : : char ob_sval[175];
78376 : : }
78377 : : _collections_abc_toplevel_consts_44_consts_3_linetable = {
78378 : : .ob_base = {
78379 : : .ob_base = {
78380 : : .ob_refcnt = 999999999,
78381 : : .ob_type = &PyBytes_Type,
78382 : : },
78383 : : .ob_size = 174,
78384 : : },
78385 : : .ob_shash = -1,
78386 : : .ob_sval = "\xf8\x80\x00\xdd\x10\x1a\x98\x34\xa5\x15\xd4\x10\x27\xf0\x00\x02\x09\x4a\x01\xad\x43\xb0\x04\xac\x49\xb8\x11\xaa\x4e\xf0\x00\x02\x09\x4a\x01\xdd\x12\x1b\xd8\x10\x48\xf4\x03\x01\x13\x4a\x01\xf0\x00\x01\x0d\x4a\x01\xe0\x1b\x1f\xd1\x08\x18\x88\x06\x90\x08\xdd\x0b\x15\x90\x66\x9d\x75\xa5\x64\x98\x6d\xd4\x0b\x2c\xf0\x00\x04\x09\x48\x01\xd8\x13\x26\x90\x56\xd0\x13\x26\x98\x58\xd0\x13\x26\xd0\x13\x26\x88\x44\x88\x44\xdd\x11\x1f\xa0\x06\xd4\x11\x27\xf0\x00\x02\x09\x48\x01\xdd\x12\x1b\xf0\x00\x01\x1d\x47\x01\xd8\x3e\x44\xf0\x03\x01\x1d\x47\x01\xf0\x00\x01\x1d\x47\x01\xf4\x00\x01\x13\x48\x01\xf0\x00\x01\x0d\x48\x01\xe5\x0f\x14\x8c\x77\x8f\x7f\x89\x7f\x98\x73\xa0\x46\xa8\x44\xd4\x0f\x31\xd0\x08\x31",
78387 : : };
78388 : : static
78389 : : struct {
78390 : : PyASCIIObject _ascii;
78391 : : uint8_t _data[7];
78392 : : }
78393 : : const_str_t_args = {
78394 : : ._ascii = {
78395 : : .ob_base = {
78396 : : .ob_refcnt = 999999999,
78397 : : .ob_type = &PyUnicode_Type,
78398 : : },
78399 : : .length = 6,
78400 : : .hash = -1,
78401 : : .state = {
78402 : : .kind = 1,
78403 : : .compact = 1,
78404 : : .ascii = 1,
78405 : : },
78406 : : },
78407 : : ._data = "t_args",
78408 : : };
78409 : : static
78410 : : struct {
78411 : : PyASCIIObject _ascii;
78412 : : uint8_t _data[9];
78413 : : }
78414 : : const_str_t_result = {
78415 : : ._ascii = {
78416 : : .ob_base = {
78417 : : .ob_refcnt = 999999999,
78418 : : .ob_type = &PyUnicode_Type,
78419 : : },
78420 : : .length = 8,
78421 : : .hash = -1,
78422 : : .state = {
78423 : : .kind = 1,
78424 : : .compact = 1,
78425 : : .ascii = 1,
78426 : : },
78427 : : },
78428 : : ._data = "t_result",
78429 : : };
78430 : : static
78431 : : struct {
78432 : : PyGC_Head _gc_head;
78433 : : struct {
78434 : : PyObject_VAR_HEAD
78435 : : PyObject *ob_item[6];
78436 : : }_object;
78437 : : }
78438 : : _collections_abc_toplevel_consts_44_consts_3_localsplusnames = {
78439 : : ._object = {
78440 : : .ob_base = {
78441 : : .ob_base = {
78442 : : .ob_refcnt = 999999999,
78443 : : .ob_type = &PyTuple_Type,
78444 : : },
78445 : : .ob_size = 6,
78446 : : },
78447 : : .ob_item = {
78448 : : & const_str_cls._ascii.ob_base,
78449 : : & const_str_origin._ascii.ob_base,
78450 : : & const_str_args._ascii.ob_base,
78451 : : & const_str_t_args._ascii.ob_base,
78452 : : & const_str_t_result._ascii.ob_base,
78453 : : &_Py_ID(__class__),
78454 : : },
78455 : : },
78456 : : };
78457 : : static
78458 : : struct {
78459 : : PyObject_VAR_HEAD
78460 : : Py_hash_t ob_shash;
78461 : : char ob_sval[7];
78462 : : }
78463 : : _collections_abc_toplevel_consts_44_consts_3_localspluskinds = {
78464 : : .ob_base = {
78465 : : .ob_base = {
78466 : : .ob_refcnt = 999999999,
78467 : : .ob_type = &PyBytes_Type,
78468 : : },
78469 : : .ob_size = 6,
78470 : : },
78471 : : .ob_shash = -1,
78472 : : .ob_sval = "\x20\x20\x20\x20\x20\x80",
78473 : : };
78474 : : static
78475 : : struct _PyCode_DEF(298)
78476 : : _collections_abc_toplevel_consts_44_consts_3 = {
78477 : : .ob_base = {
78478 : : .ob_base = {
78479 : : .ob_refcnt = 999999999,
78480 : : .ob_type = &PyCode_Type,
78481 : : },
78482 : : .ob_size = 149,
78483 : : },
78484 : : .co_consts = & _collections_abc_toplevel_consts_44_consts_3_consts._object.ob_base.ob_base,
78485 : : .co_names = & _collections_abc_toplevel_consts_44_consts_3_names._object.ob_base.ob_base,
78486 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78487 : : .co_flags = 3,
78488 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78489 : : ._co_linearray_entry_size = 0,
78490 : : .co_argcount = 3,
78491 : : .co_posonlyargcount = 0,
78492 : : .co_kwonlyargcount = 0,
78493 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
78494 : : .co_stacksize = 5,
78495 : : .co_firstlineno = 454,
78496 : : .co_nlocalsplus = 6,
78497 : : .co_nlocals = 5,
78498 : : .co_nplaincellvars = 0,
78499 : : .co_ncellvars = 0,
78500 : : .co_nfreevars = 1,
78501 : : .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_3_localsplusnames._object.ob_base.ob_base,
78502 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
78503 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78504 : : .co_name = &_Py_ID(__new__),
78505 : : .co_qualname = & _collections_abc_toplevel_consts_44_consts_3_qualname._ascii.ob_base,
78506 : : .co_linetable = & _collections_abc_toplevel_consts_44_consts_3_linetable.ob_base.ob_base,
78507 : : ._co_code = NULL,
78508 : : ._co_linearray = NULL,
78509 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x11\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x08\x67\x00\x7c\x03\xa2\x01\x7c\x04\x91\x01\x52\x00\x7d\x02\x6e\x1d\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x03\x9b\x00\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
78510 : : ._co_firsttraceable = 1,
78511 : : };
78512 : : static
78513 : : struct {
78514 : : PyASCIIObject _ascii;
78515 : : uint8_t _data[27];
78516 : : }
78517 : : _collections_abc_toplevel_consts_44_consts_4_consts_3 = {
78518 : : ._ascii = {
78519 : : .ob_base = {
78520 : : .ob_refcnt = 999999999,
78521 : : .ob_type = &PyUnicode_Type,
78522 : : },
78523 : : .length = 26,
78524 : : .hash = -1,
78525 : : .state = {
78526 : : .kind = 1,
78527 : : .compact = 1,
78528 : : .ascii = 1,
78529 : : },
78530 : : },
78531 : : ._data = "collections.abc.Callable[[",
78532 : : };
78533 : : static
78534 : : struct {
78535 : : PyASCIIObject _ascii;
78536 : : uint8_t _data[11];
78537 : : }
78538 : : const_str__type_repr = {
78539 : : ._ascii = {
78540 : : .ob_base = {
78541 : : .ob_refcnt = 999999999,
78542 : : .ob_type = &PyUnicode_Type,
78543 : : },
78544 : : .length = 10,
78545 : : .hash = -1,
78546 : : .state = {
78547 : : .kind = 1,
78548 : : .compact = 1,
78549 : : .ascii = 1,
78550 : : },
78551 : : },
78552 : : ._data = "_type_repr",
78553 : : };
78554 : : static
78555 : : struct {
78556 : : PyGC_Head _gc_head;
78557 : : struct {
78558 : : PyObject_VAR_HEAD
78559 : : PyObject *ob_item[1];
78560 : : }_object;
78561 : : }
78562 : : _collections_abc_toplevel_consts_44_consts_4_consts_5_names = {
78563 : : ._object = {
78564 : : .ob_base = {
78565 : : .ob_base = {
78566 : : .ob_refcnt = 999999999,
78567 : : .ob_type = &PyTuple_Type,
78568 : : },
78569 : : .ob_size = 1,
78570 : : },
78571 : : .ob_item = {
78572 : : & const_str__type_repr._ascii.ob_base,
78573 : : },
78574 : : },
78575 : : };
78576 : : static
78577 : : struct {
78578 : : PyASCIIObject _ascii;
78579 : : uint8_t _data[51];
78580 : : }
78581 : : _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname = {
78582 : : ._ascii = {
78583 : : .ob_base = {
78584 : : .ob_refcnt = 999999999,
78585 : : .ob_type = &PyUnicode_Type,
78586 : : },
78587 : : .length = 50,
78588 : : .hash = -1,
78589 : : .state = {
78590 : : .kind = 1,
78591 : : .compact = 1,
78592 : : .ascii = 1,
78593 : : },
78594 : : },
78595 : : ._data = "_CallableGenericAlias.__repr__.<locals>.<listcomp>",
78596 : : };
78597 : : static
78598 : : struct {
78599 : : PyObject_VAR_HEAD
78600 : : Py_hash_t ob_shash;
78601 : : char ob_sval[29];
78602 : : }
78603 : : _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable = {
78604 : : .ob_base = {
78605 : : .ob_base = {
78606 : : .ob_refcnt = 999999999,
78607 : : .ob_type = &PyBytes_Type,
78608 : : },
78609 : : .ob_size = 28,
78610 : : },
78611 : : .ob_shash = -1,
78612 : : .ob_sval = "\x80\x00\xd0\x1f\x4a\xd0\x1f\x4a\xd1\x1f\x4a\xb0\x21\xa5\x0a\xa8\x31\xa4\x0d\xd0\x1f\x4a\xd0\x1f\x4a\xd0\x1f\x4a",
78613 : : };
78614 : : static
78615 : : struct {
78616 : : PyASCIIObject _ascii;
78617 : : uint8_t _data[2];
78618 : : }
78619 : : const_str_a = {
78620 : : ._ascii = {
78621 : : .ob_base = {
78622 : : .ob_refcnt = 999999999,
78623 : : .ob_type = &PyUnicode_Type,
78624 : : },
78625 : : .length = 1,
78626 : : .hash = -1,
78627 : : .state = {
78628 : : .kind = 1,
78629 : : .compact = 1,
78630 : : .ascii = 1,
78631 : : },
78632 : : },
78633 : : ._data = "a",
78634 : : };
78635 : : static
78636 : : struct {
78637 : : PyGC_Head _gc_head;
78638 : : struct {
78639 : : PyObject_VAR_HEAD
78640 : : PyObject *ob_item[2];
78641 : : }_object;
78642 : : }
78643 : : _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames = {
78644 : : ._object = {
78645 : : .ob_base = {
78646 : : .ob_base = {
78647 : : .ob_refcnt = 999999999,
78648 : : .ob_type = &PyTuple_Type,
78649 : : },
78650 : : .ob_size = 2,
78651 : : },
78652 : : .ob_item = {
78653 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
78654 : : & const_str_a._ascii.ob_base,
78655 : : },
78656 : : },
78657 : : };
78658 : : static
78659 : : struct _PyCode_DEF(42)
78660 : : _collections_abc_toplevel_consts_44_consts_4_consts_5 = {
78661 : : .ob_base = {
78662 : : .ob_base = {
78663 : : .ob_refcnt = 999999999,
78664 : : .ob_type = &PyCode_Type,
78665 : : },
78666 : : .ob_size = 21,
78667 : : },
78668 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
78669 : : .co_names = & _collections_abc_toplevel_consts_44_consts_4_consts_5_names._object.ob_base.ob_base,
78670 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78671 : : .co_flags = 19,
78672 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78673 : : ._co_linearray_entry_size = 0,
78674 : : .co_argcount = 1,
78675 : : .co_posonlyargcount = 0,
78676 : : .co_kwonlyargcount = 0,
78677 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
78678 : : .co_stacksize = 5,
78679 : : .co_firstlineno = 470,
78680 : : .co_nlocalsplus = 2,
78681 : : .co_nlocals = 2,
78682 : : .co_nplaincellvars = 0,
78683 : : .co_ncellvars = 0,
78684 : : .co_nfreevars = 0,
78685 : : .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_consts_5_localsplusnames._object.ob_base.ob_base,
78686 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
78687 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78688 : : .co_name = &_Py_STR(anon_listcomp),
78689 : : .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_consts_5_qualname._ascii.ob_base,
78690 : : .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_consts_5_linetable.ob_base.ob_base,
78691 : : ._co_code = NULL,
78692 : : ._co_linearray = NULL,
78693 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x0f\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x11\x53\x00",
78694 : : ._co_firsttraceable = 0,
78695 : : };
78696 : : static
78697 : : struct {
78698 : : PyASCIIObject _ascii;
78699 : : uint8_t _data[4];
78700 : : }
78701 : : _collections_abc_toplevel_consts_44_consts_4_consts_7 = {
78702 : : ._ascii = {
78703 : : .ob_base = {
78704 : : .ob_refcnt = 999999999,
78705 : : .ob_type = &PyUnicode_Type,
78706 : : },
78707 : : .length = 3,
78708 : : .hash = -1,
78709 : : .state = {
78710 : : .kind = 1,
78711 : : .compact = 1,
78712 : : .ascii = 1,
78713 : : },
78714 : : },
78715 : : ._data = "], ",
78716 : : };
78717 : : static
78718 : : struct {
78719 : : PyASCIIObject _ascii;
78720 : : uint8_t _data[2];
78721 : : }
78722 : : _collections_abc_toplevel_consts_44_consts_4_consts_8 = {
78723 : : ._ascii = {
78724 : : .ob_base = {
78725 : : .ob_refcnt = 999999999,
78726 : : .ob_type = &PyUnicode_Type,
78727 : : },
78728 : : .length = 1,
78729 : : .hash = -1,
78730 : : .state = {
78731 : : .kind = 1,
78732 : : .compact = 1,
78733 : : .ascii = 1,
78734 : : },
78735 : : },
78736 : : ._data = "]",
78737 : : };
78738 : : static
78739 : : struct {
78740 : : PyGC_Head _gc_head;
78741 : : struct {
78742 : : PyObject_VAR_HEAD
78743 : : PyObject *ob_item[9];
78744 : : }_object;
78745 : : }
78746 : : _collections_abc_toplevel_consts_44_consts_4_consts = {
78747 : : ._object = {
78748 : : .ob_base = {
78749 : : .ob_base = {
78750 : : .ob_refcnt = 999999999,
78751 : : .ob_type = &PyTuple_Type,
78752 : : },
78753 : : .ob_size = 9,
78754 : : },
78755 : : .ob_item = {
78756 : : Py_None,
78757 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
78758 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
78759 : : & _collections_abc_toplevel_consts_44_consts_4_consts_3._ascii.ob_base,
78760 : : &_Py_STR(comma_sep),
78761 : : & _collections_abc_toplevel_consts_44_consts_4_consts_5.ob_base.ob_base,
78762 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
78763 : : & _collections_abc_toplevel_consts_44_consts_4_consts_7._ascii.ob_base,
78764 : : & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
78765 : : },
78766 : : },
78767 : : };
78768 : : static
78769 : : struct {
78770 : : PyGC_Head _gc_head;
78771 : : struct {
78772 : : PyObject_VAR_HEAD
78773 : : PyObject *ob_item[7];
78774 : : }_object;
78775 : : }
78776 : : _collections_abc_toplevel_consts_44_consts_4_names = {
78777 : : ._object = {
78778 : : .ob_base = {
78779 : : .ob_base = {
78780 : : .ob_refcnt = 999999999,
78781 : : .ob_type = &PyTuple_Type,
78782 : : },
78783 : : .ob_size = 7,
78784 : : },
78785 : : .ob_item = {
78786 : : &_Py_ID(len),
78787 : : &_Py_ID(__args__),
78788 : : & const_str__is_param_expr._ascii.ob_base,
78789 : : & const_str_super._ascii.ob_base,
78790 : : &_Py_ID(__repr__),
78791 : : &_Py_ID(join),
78792 : : & const_str__type_repr._ascii.ob_base,
78793 : : },
78794 : : },
78795 : : };
78796 : : static
78797 : : struct {
78798 : : PyASCIIObject _ascii;
78799 : : uint8_t _data[31];
78800 : : }
78801 : : _collections_abc_toplevel_consts_44_consts_4_qualname = {
78802 : : ._ascii = {
78803 : : .ob_base = {
78804 : : .ob_refcnt = 999999999,
78805 : : .ob_type = &PyUnicode_Type,
78806 : : },
78807 : : .length = 30,
78808 : : .hash = -1,
78809 : : .state = {
78810 : : .kind = 1,
78811 : : .compact = 1,
78812 : : .ascii = 1,
78813 : : },
78814 : : },
78815 : : ._data = "_CallableGenericAlias.__repr__",
78816 : : };
78817 : : static
78818 : : struct {
78819 : : PyObject_VAR_HEAD
78820 : : Py_hash_t ob_shash;
78821 : : char ob_sval[152];
78822 : : }
78823 : : _collections_abc_toplevel_consts_44_consts_4_linetable = {
78824 : : .ob_base = {
78825 : : .ob_base = {
78826 : : .ob_refcnt = 999999999,
78827 : : .ob_type = &PyBytes_Type,
78828 : : },
78829 : : .ob_size = 151,
78830 : : },
78831 : : .ob_shash = -1,
78832 : : .ob_sval = "\xf8\x80\x00\xdd\x0b\x0e\x88\x74\x8f\x7d\x89\x7d\xd4\x0b\x1d\xa0\x11\xd2\x0b\x22\xf0\x00\x01\x09\x26\xa5\x7e\xb0\x64\xb7\x6d\xb1\x6d\xc0\x41\xd4\x36\x46\xd4\x27\x47\xf0\x00\x01\x09\x26\xdd\x13\x18\x94\x37\xd7\x13\x23\xd1\x13\x23\xd4\x13\x25\xd0\x0c\x25\xf0\x02\x02\x11\x34\xd8\x15\x19\x97\x59\x91\x59\xd0\x1f\x4a\xd0\x1f\x4a\xb0\x74\xb7\x7d\xb1\x7d\xd0\x37\x49\xc0\x62\xd0\x37\x49\xd0\x1f\x4a\xd4\x1f\x4a\xd4\x15\x4b\xf0\x03\x02\x11\x34\xf0\x00\x02\x11\x34\xe5\x13\x1d\x98\x64\x9f\x6d\x99\x6d\xa8\x42\xd4\x1e\x2f\xd4\x13\x30\xf0\x05\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x11\x34\xf0\x00\x02\x09\x35",
78833 : : };
78834 : : static
78835 : : struct {
78836 : : PyGC_Head _gc_head;
78837 : : struct {
78838 : : PyObject_VAR_HEAD
78839 : : PyObject *ob_item[2];
78840 : : }_object;
78841 : : }
78842 : : _collections_abc_toplevel_consts_44_consts_4_localsplusnames = {
78843 : : ._object = {
78844 : : .ob_base = {
78845 : : .ob_base = {
78846 : : .ob_refcnt = 999999999,
78847 : : .ob_type = &PyTuple_Type,
78848 : : },
78849 : : .ob_size = 2,
78850 : : },
78851 : : .ob_item = {
78852 : : & const_str_self._ascii.ob_base,
78853 : : &_Py_ID(__class__),
78854 : : },
78855 : : },
78856 : : };
78857 : : static
78858 : : struct {
78859 : : PyObject_VAR_HEAD
78860 : : Py_hash_t ob_shash;
78861 : : char ob_sval[3];
78862 : : }
78863 : : _collections_abc_toplevel_consts_44_consts_4_localspluskinds = {
78864 : : .ob_base = {
78865 : : .ob_base = {
78866 : : .ob_refcnt = 999999999,
78867 : : .ob_type = &PyBytes_Type,
78868 : : },
78869 : : .ob_size = 2,
78870 : : },
78871 : : .ob_shash = -1,
78872 : : .ob_sval = "\x20\x80",
78873 : : };
78874 : : static
78875 : : struct _PyCode_DEF(316)
78876 : : _collections_abc_toplevel_consts_44_consts_4 = {
78877 : : .ob_base = {
78878 : : .ob_base = {
78879 : : .ob_refcnt = 999999999,
78880 : : .ob_type = &PyCode_Type,
78881 : : },
78882 : : .ob_size = 158,
78883 : : },
78884 : : .co_consts = & _collections_abc_toplevel_consts_44_consts_4_consts._object.ob_base.ob_base,
78885 : : .co_names = & _collections_abc_toplevel_consts_44_consts_4_names._object.ob_base.ob_base,
78886 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
78887 : : .co_flags = 3,
78888 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
78889 : : ._co_linearray_entry_size = 0,
78890 : : .co_argcount = 1,
78891 : : .co_posonlyargcount = 0,
78892 : : .co_kwonlyargcount = 0,
78893 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
78894 : : .co_stacksize = 7,
78895 : : .co_firstlineno = 466,
78896 : : .co_nlocalsplus = 2,
78897 : : .co_nlocals = 1,
78898 : : .co_nplaincellvars = 0,
78899 : : .co_ncellvars = 0,
78900 : : .co_nfreevars = 1,
78901 : : .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_4_localsplusnames._object.ob_base.ob_base,
78902 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
78903 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
78904 : : .co_name = &_Py_ID(__repr__),
78905 : : .co_qualname = & _collections_abc_toplevel_consts_44_consts_4_qualname._ascii.ob_base,
78906 : : .co_linetable = & _collections_abc_toplevel_consts_44_consts_4_linetable.ob_base.ob_base,
78907 : : ._co_code = NULL,
78908 : : ._co_linearray = NULL,
78909 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x38\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1b\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x03\x64\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x84\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x06\x1a\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x07\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x08\x9d\x05\x53\x00",
78910 : : ._co_firsttraceable = 1,
78911 : : };
78912 : : static
78913 : : struct {
78914 : : PyGC_Head _gc_head;
78915 : : struct {
78916 : : PyObject_VAR_HEAD
78917 : : PyObject *ob_item[4];
78918 : : }_object;
78919 : : }
78920 : : _collections_abc_toplevel_consts_44_consts_5_consts = {
78921 : : ._object = {
78922 : : .ob_base = {
78923 : : .ob_base = {
78924 : : .ob_refcnt = 999999999,
78925 : : .ob_type = &PyTuple_Type,
78926 : : },
78927 : : .ob_size = 4,
78928 : : },
78929 : : .ob_item = {
78930 : : Py_None,
78931 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
78932 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
78933 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
78934 : : },
78935 : : },
78936 : : };
78937 : : static
78938 : : struct {
78939 : : PyGC_Head _gc_head;
78940 : : struct {
78941 : : PyObject_VAR_HEAD
78942 : : PyObject *ob_item[6];
78943 : : }_object;
78944 : : }
78945 : : _collections_abc_toplevel_consts_44_consts_5_names = {
78946 : : ._object = {
78947 : : .ob_base = {
78948 : : .ob_base = {
78949 : : .ob_refcnt = 999999999,
78950 : : .ob_type = &PyTuple_Type,
78951 : : },
78952 : : .ob_size = 6,
78953 : : },
78954 : : .ob_item = {
78955 : : &_Py_ID(__args__),
78956 : : &_Py_ID(len),
78957 : : & const_str__is_param_expr._ascii.ob_base,
78958 : : & const_str_list._ascii.ob_base,
78959 : : & const_str__CallableGenericAlias._ascii.ob_base,
78960 : : & const_str_Callable._ascii.ob_base,
78961 : : },
78962 : : },
78963 : : };
78964 : : static
78965 : : struct {
78966 : : PyASCIIObject _ascii;
78967 : : uint8_t _data[33];
78968 : : }
78969 : : _collections_abc_toplevel_consts_44_consts_5_qualname = {
78970 : : ._ascii = {
78971 : : .ob_base = {
78972 : : .ob_refcnt = 999999999,
78973 : : .ob_type = &PyUnicode_Type,
78974 : : },
78975 : : .length = 32,
78976 : : .hash = -1,
78977 : : .state = {
78978 : : .kind = 1,
78979 : : .compact = 1,
78980 : : .ascii = 1,
78981 : : },
78982 : : },
78983 : : ._data = "_CallableGenericAlias.__reduce__",
78984 : : };
78985 : : static
78986 : : struct {
78987 : : PyObject_VAR_HEAD
78988 : : Py_hash_t ob_shash;
78989 : : char ob_sval[84];
78990 : : }
78991 : : _collections_abc_toplevel_consts_44_consts_5_linetable = {
78992 : : .ob_base = {
78993 : : .ob_base = {
78994 : : .ob_refcnt = 999999999,
78995 : : .ob_type = &PyBytes_Type,
78996 : : },
78997 : : .ob_size = 83,
78998 : : },
78999 : : .ob_shash = -1,
79000 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7d\x89\x7d\x88\x04\xdd\x10\x13\x90\x44\x94\x09\x98\x51\x92\x0e\xf0\x00\x01\x09\x2d\xa5\x3e\xb0\x24\xb0\x71\xb4\x27\xd4\x23\x3a\xf0\x00\x01\x09\x2d\xdd\x13\x17\x98\x04\x98\x09\x98\x62\x98\x09\x94\x3f\xa0\x44\xa8\x12\xa4\x48\xd0\x13\x2c\x88\x44\xdd\x0f\x24\xa5\x78\xb0\x14\xd0\x26\x36\xd0\x0f\x36\xd0\x08\x36",
79001 : : };
79002 : : static
79003 : : struct _PyCode_DEF(178)
79004 : : _collections_abc_toplevel_consts_44_consts_5 = {
79005 : : .ob_base = {
79006 : : .ob_base = {
79007 : : .ob_refcnt = 999999999,
79008 : : .ob_type = &PyCode_Type,
79009 : : },
79010 : : .ob_size = 89,
79011 : : },
79012 : : .co_consts = & _collections_abc_toplevel_consts_44_consts_5_consts._object.ob_base.ob_base,
79013 : : .co_names = & _collections_abc_toplevel_consts_44_consts_5_names._object.ob_base.ob_base,
79014 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79015 : : .co_flags = 3,
79016 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79017 : : ._co_linearray_entry_size = 0,
79018 : : .co_argcount = 1,
79019 : : .co_posonlyargcount = 0,
79020 : : .co_kwonlyargcount = 0,
79021 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
79022 : : .co_stacksize = 5,
79023 : : .co_firstlineno = 473,
79024 : : .co_nlocalsplus = 2,
79025 : : .co_nlocals = 2,
79026 : : .co_nplaincellvars = 0,
79027 : : .co_ncellvars = 0,
79028 : : .co_nfreevars = 0,
79029 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
79030 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
79031 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79032 : : .co_name = &_Py_ID(__reduce__),
79033 : : .co_qualname = & _collections_abc_toplevel_consts_44_consts_5_qualname._ascii.ob_base,
79034 : : .co_linetable = & _collections_abc_toplevel_consts_44_consts_5_linetable.ob_base.ob_base,
79035 : : ._co_code = NULL,
79036 : : ._co_linearray = NULL,
79037 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x13\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x18\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x00\x64\x03\x1a\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7d\x01\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x66\x02\x66\x02\x53\x00",
79038 : : ._co_firsttraceable = 0,
79039 : : };
79040 : : static
79041 : : struct {
79042 : : PyGC_Head _gc_head;
79043 : : struct {
79044 : : PyObject_VAR_HEAD
79045 : : PyObject *ob_item[4];
79046 : : }_object;
79047 : : }
79048 : : _collections_abc_toplevel_consts_44_consts_6_consts = {
79049 : : ._object = {
79050 : : .ob_base = {
79051 : : .ob_base = {
79052 : : .ob_refcnt = 999999999,
79053 : : .ob_type = &PyTuple_Type,
79054 : : },
79055 : : .ob_size = 4,
79056 : : },
79057 : : .ob_item = {
79058 : : Py_None,
79059 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
79060 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
79061 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
79062 : : },
79063 : : },
79064 : : };
79065 : : static
79066 : : struct {
79067 : : PyGC_Head _gc_head;
79068 : : struct {
79069 : : PyObject_VAR_HEAD
79070 : : PyObject *ob_item[11];
79071 : : }_object;
79072 : : }
79073 : : _collections_abc_toplevel_consts_44_consts_6_names = {
79074 : : ._object = {
79075 : : .ob_base = {
79076 : : .ob_base = {
79077 : : .ob_refcnt = 999999999,
79078 : : .ob_type = &PyTuple_Type,
79079 : : },
79080 : : .ob_size = 11,
79081 : : },
79082 : : .ob_item = {
79083 : : &_Py_ID(isinstance),
79084 : : & const_str_tuple._ascii.ob_base,
79085 : : &_Py_ID(len),
79086 : : &_Py_ID(__parameters__),
79087 : : & const_str__is_param_expr._ascii.ob_base,
79088 : : & const_str_super._ascii.ob_base,
79089 : : &_Py_ID(__getitem__),
79090 : : &_Py_ID(__args__),
79091 : : & const_str_list._ascii.ob_base,
79092 : : & const_str__CallableGenericAlias._ascii.ob_base,
79093 : : & const_str_Callable._ascii.ob_base,
79094 : : },
79095 : : },
79096 : : };
79097 : : static
79098 : : struct {
79099 : : PyASCIIObject _ascii;
79100 : : uint8_t _data[34];
79101 : : }
79102 : : _collections_abc_toplevel_consts_44_consts_6_qualname = {
79103 : : ._ascii = {
79104 : : .ob_base = {
79105 : : .ob_refcnt = 999999999,
79106 : : .ob_type = &PyUnicode_Type,
79107 : : },
79108 : : .length = 33,
79109 : : .hash = -1,
79110 : : .state = {
79111 : : .kind = 1,
79112 : : .compact = 1,
79113 : : .ascii = 1,
79114 : : },
79115 : : },
79116 : : ._data = "_CallableGenericAlias.__getitem__",
79117 : : };
79118 : : static
79119 : : struct {
79120 : : PyObject_VAR_HEAD
79121 : : Py_hash_t ob_shash;
79122 : : char ob_sval[208];
79123 : : }
79124 : : _collections_abc_toplevel_consts_44_consts_6_linetable = {
79125 : : .ob_base = {
79126 : : .ob_base = {
79127 : : .ob_refcnt = 999999999,
79128 : : .ob_type = &PyBytes_Type,
79129 : : },
79130 : : .ob_size = 207,
79131 : : },
79132 : : .ob_shash = -1,
79133 : : .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x10\x1a\x98\x24\xa5\x05\xd4\x0f\x26\xf0\x00\x01\x09\x1b\xd8\x14\x18\x90\x37\x88\x44\xf5\x06\x00\x0d\x10\x90\x04\xd7\x10\x23\xd1\x10\x23\xd4\x0c\x24\xa8\x01\xd2\x0c\x29\xf0\x00\x03\x09\x1b\xdd\x14\x22\xa0\x34\xd7\x23\x36\xd1\x23\x36\xb0\x71\xd4\x23\x39\xd4\x14\x3a\xf0\x03\x03\x09\x1b\xe0\x14\x18\xf0\x05\x03\x09\x1b\xe5\x21\x2f\xb0\x04\xb0\x51\xb4\x07\xd4\x21\x38\xf0\x05\x03\x09\x1b\xf0\x06\x00\x15\x19\x90\x37\x88\x44\xe5\x13\x18\x94\x37\xd7\x13\x26\xd1\x13\x26\xa0\x74\xd4\x13\x2c\xd7\x13\x35\xd1\x13\x35\x88\x08\xf5\x06\x00\x10\x1a\x98\x28\xa0\x31\x9c\x2b\xad\x05\xad\x74\xa0\x7d\xd4\x0f\x35\xf0\x00\x03\x09\x2a\xd8\x17\x1f\xa0\x02\x94\x7c\x88\x48\xd8\x15\x1d\x90\x5d\x98\x72\x90\x5d\x88\x46\xd8\x18\x1e\xa0\x08\xd0\x17\x29\x88\x48\xdd\x0f\x24\xa5\x58\xad\x75\xb0\x58\xac\x7f\xd4\x0f\x3f\xd0\x08\x3f",
79134 : : };
79135 : : static
79136 : : struct {
79137 : : PyASCIIObject _ascii;
79138 : : uint8_t _data[9];
79139 : : }
79140 : : const_str_new_args = {
79141 : : ._ascii = {
79142 : : .ob_base = {
79143 : : .ob_refcnt = 999999999,
79144 : : .ob_type = &PyUnicode_Type,
79145 : : },
79146 : : .length = 8,
79147 : : .hash = -1,
79148 : : .state = {
79149 : : .kind = 1,
79150 : : .compact = 1,
79151 : : .ascii = 1,
79152 : : },
79153 : : },
79154 : : ._data = "new_args",
79155 : : };
79156 : : static
79157 : : struct {
79158 : : PyGC_Head _gc_head;
79159 : : struct {
79160 : : PyObject_VAR_HEAD
79161 : : PyObject *ob_item[6];
79162 : : }_object;
79163 : : }
79164 : : _collections_abc_toplevel_consts_44_consts_6_localsplusnames = {
79165 : : ._object = {
79166 : : .ob_base = {
79167 : : .ob_base = {
79168 : : .ob_refcnt = 999999999,
79169 : : .ob_type = &PyTuple_Type,
79170 : : },
79171 : : .ob_size = 6,
79172 : : },
79173 : : .ob_item = {
79174 : : & const_str_self._ascii.ob_base,
79175 : : & const_str_item._ascii.ob_base,
79176 : : & const_str_new_args._ascii.ob_base,
79177 : : & const_str_t_result._ascii.ob_base,
79178 : : & const_str_t_args._ascii.ob_base,
79179 : : &_Py_ID(__class__),
79180 : : },
79181 : : },
79182 : : };
79183 : : static
79184 : : struct _PyCode_DEF(442)
79185 : : _collections_abc_toplevel_consts_44_consts_6 = {
79186 : : .ob_base = {
79187 : : .ob_base = {
79188 : : .ob_refcnt = 999999999,
79189 : : .ob_type = &PyCode_Type,
79190 : : },
79191 : : .ob_size = 221,
79192 : : },
79193 : : .co_consts = & _collections_abc_toplevel_consts_44_consts_6_consts._object.ob_base.ob_base,
79194 : : .co_names = & _collections_abc_toplevel_consts_44_consts_6_names._object.ob_base.ob_base,
79195 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79196 : : .co_flags = 3,
79197 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79198 : : ._co_linearray_entry_size = 0,
79199 : : .co_argcount = 2,
79200 : : .co_posonlyargcount = 0,
79201 : : .co_kwonlyargcount = 0,
79202 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
79203 : : .co_stacksize = 6,
79204 : : .co_firstlineno = 479,
79205 : : .co_nlocalsplus = 6,
79206 : : .co_nlocals = 5,
79207 : : .co_nplaincellvars = 0,
79208 : : .co_ncellvars = 0,
79209 : : .co_nfreevars = 1,
79210 : : .co_localsplusnames = & _collections_abc_toplevel_consts_44_consts_6_localsplusnames._object.ob_base.ob_base,
79211 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_3_localspluskinds.ob_base.ob_base,
79212 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79213 : : .co_name = &_Py_ID(__getitem__),
79214 : : .co_qualname = & _collections_abc_toplevel_consts_44_consts_6_qualname._ascii.ob_base,
79215 : : .co_linetable = & _collections_abc_toplevel_consts_44_consts_6_linetable.ob_base.ob_base,
79216 : : ._co_code = NULL,
79217 : : ._co_linearray = NULL,
79218 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x01\x66\x01\x7d\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x35\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x18\x7c\x01\x72\x16\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x01\x66\x01\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x11\x7c\x02\x64\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x64\x00\x64\x03\x1a\x00\x7d\x04\x7c\x04\x7c\x03\x66\x02\x7d\x02\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
79219 : : ._co_firsttraceable = 1,
79220 : : };
79221 : : static
79222 : : struct {
79223 : : PyGC_Head _gc_head;
79224 : : struct {
79225 : : PyObject_VAR_HEAD
79226 : : PyObject *ob_item[7];
79227 : : }_object;
79228 : : }
79229 : : _collections_abc_toplevel_consts_44_consts = {
79230 : : ._object = {
79231 : : .ob_base = {
79232 : : .ob_base = {
79233 : : .ob_refcnt = 999999999,
79234 : : .ob_type = &PyTuple_Type,
79235 : : },
79236 : : .ob_size = 7,
79237 : : },
79238 : : .ob_item = {
79239 : : & const_str__CallableGenericAlias._ascii.ob_base,
79240 : : & _collections_abc_toplevel_consts_44_consts_1._ascii.ob_base,
79241 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
79242 : : & _collections_abc_toplevel_consts_44_consts_3.ob_base.ob_base,
79243 : : & _collections_abc_toplevel_consts_44_consts_4.ob_base.ob_base,
79244 : : & _collections_abc_toplevel_consts_44_consts_5.ob_base.ob_base,
79245 : : & _collections_abc_toplevel_consts_44_consts_6.ob_base.ob_base,
79246 : : },
79247 : : },
79248 : : };
79249 : : static
79250 : : struct {
79251 : : PyGC_Head _gc_head;
79252 : : struct {
79253 : : PyObject_VAR_HEAD
79254 : : PyObject *ob_item[10];
79255 : : }_object;
79256 : : }
79257 : : _collections_abc_toplevel_consts_44_names = {
79258 : : ._object = {
79259 : : .ob_base = {
79260 : : .ob_base = {
79261 : : .ob_refcnt = 999999999,
79262 : : .ob_type = &PyTuple_Type,
79263 : : },
79264 : : .ob_size = 10,
79265 : : },
79266 : : .ob_item = {
79267 : : &_Py_ID(__name__),
79268 : : &_Py_ID(__module__),
79269 : : &_Py_ID(__qualname__),
79270 : : &_Py_ID(__doc__),
79271 : : &_Py_ID(__slots__),
79272 : : &_Py_ID(__new__),
79273 : : &_Py_ID(__repr__),
79274 : : &_Py_ID(__reduce__),
79275 : : &_Py_ID(__getitem__),
79276 : : &_Py_ID(__classcell__),
79277 : : },
79278 : : },
79279 : : };
79280 : : static
79281 : : struct {
79282 : : PyObject_VAR_HEAD
79283 : : Py_hash_t ob_shash;
79284 : : char ob_sval[148];
79285 : : }
79286 : : _collections_abc_toplevel_consts_44_linetable = {
79287 : : .ob_base = {
79288 : : .ob_base = {
79289 : : .ob_refcnt = 999999999,
79290 : : .ob_type = &PyBytes_Type,
79291 : : },
79292 : : .ob_size = 147,
79293 : : },
79294 : : .ob_shash = -1,
79295 : : .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",
79296 : : };
79297 : : static
79298 : : struct _PyCode_DEF(64)
79299 : : _collections_abc_toplevel_consts_44 = {
79300 : : .ob_base = {
79301 : : .ob_base = {
79302 : : .ob_refcnt = 999999999,
79303 : : .ob_type = &PyCode_Type,
79304 : : },
79305 : : .ob_size = 32,
79306 : : },
79307 : : .co_consts = & _collections_abc_toplevel_consts_44_consts._object.ob_base.ob_base,
79308 : : .co_names = & _collections_abc_toplevel_consts_44_names._object.ob_base.ob_base,
79309 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79310 : : .co_flags = 0,
79311 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79312 : : ._co_linearray_entry_size = 0,
79313 : : .co_argcount = 0,
79314 : : .co_posonlyargcount = 0,
79315 : : .co_kwonlyargcount = 0,
79316 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
79317 : : .co_stacksize = 2,
79318 : : .co_firstlineno = 442,
79319 : : .co_nlocalsplus = 1,
79320 : : .co_nlocals = 0,
79321 : : .co_nplaincellvars = 1,
79322 : : .co_ncellvars = 1,
79323 : : .co_nfreevars = 0,
79324 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_localsplusnames._object.ob_base.ob_base,
79325 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[64]),
79326 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79327 : : .co_name = & const_str__CallableGenericAlias._ascii.ob_base,
79328 : : .co_qualname = & const_str__CallableGenericAlias._ascii.ob_base,
79329 : : .co_linetable = & _collections_abc_toplevel_consts_44_linetable.ob_base.ob_base,
79330 : : ._co_code = NULL,
79331 : : ._co_linearray = NULL,
79332 : : .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",
79333 : : ._co_firsttraceable = 1,
79334 : : };
79335 : : static
79336 : : struct {
79337 : : PyASCIIObject _ascii;
79338 : : uint8_t _data[125];
79339 : : }
79340 : : _collections_abc_toplevel_consts_46_consts_0 = {
79341 : : ._ascii = {
79342 : : .ob_base = {
79343 : : .ob_refcnt = 999999999,
79344 : : .ob_type = &PyUnicode_Type,
79345 : : },
79346 : : .length = 124,
79347 : : .hash = -1,
79348 : : .state = {
79349 : : .kind = 1,
79350 : : .compact = 1,
79351 : : .ascii = 1,
79352 : : },
79353 : : },
79354 : : ._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",
79355 : : };
79356 : : static
79357 : : struct {
79358 : : PyASCIIObject _ascii;
79359 : : uint8_t _data[10];
79360 : : }
79361 : : const_str_ParamSpec = {
79362 : : ._ascii = {
79363 : : .ob_base = {
79364 : : .ob_refcnt = 999999999,
79365 : : .ob_type = &PyUnicode_Type,
79366 : : },
79367 : : .length = 9,
79368 : : .hash = -1,
79369 : : .state = {
79370 : : .kind = 1,
79371 : : .compact = 1,
79372 : : .ascii = 1,
79373 : : },
79374 : : },
79375 : : ._data = "ParamSpec",
79376 : : };
79377 : : static
79378 : : struct {
79379 : : PyASCIIObject _ascii;
79380 : : uint8_t _data[25];
79381 : : }
79382 : : const_str__ConcatenateGenericAlias = {
79383 : : ._ascii = {
79384 : : .ob_base = {
79385 : : .ob_refcnt = 999999999,
79386 : : .ob_type = &PyUnicode_Type,
79387 : : },
79388 : : .length = 24,
79389 : : .hash = -1,
79390 : : .state = {
79391 : : .kind = 1,
79392 : : .compact = 1,
79393 : : .ascii = 1,
79394 : : },
79395 : : },
79396 : : ._data = "_ConcatenateGenericAlias",
79397 : : };
79398 : : static
79399 : : struct {
79400 : : PyGC_Head _gc_head;
79401 : : struct {
79402 : : PyObject_VAR_HEAD
79403 : : PyObject *ob_item[2];
79404 : : }_object;
79405 : : }
79406 : : _collections_abc_toplevel_consts_46_consts_2 = {
79407 : : ._object = {
79408 : : .ob_base = {
79409 : : .ob_base = {
79410 : : .ob_refcnt = 999999999,
79411 : : .ob_type = &PyTuple_Type,
79412 : : },
79413 : : .ob_size = 2,
79414 : : },
79415 : : .ob_item = {
79416 : : & const_str_ParamSpec._ascii.ob_base,
79417 : : & const_str__ConcatenateGenericAlias._ascii.ob_base,
79418 : : },
79419 : : },
79420 : : };
79421 : : static
79422 : : struct {
79423 : : PyASCIIObject _ascii;
79424 : : uint8_t _data[7];
79425 : : }
79426 : : const_str_typing = {
79427 : : ._ascii = {
79428 : : .ob_base = {
79429 : : .ob_refcnt = 999999999,
79430 : : .ob_type = &PyUnicode_Type,
79431 : : },
79432 : : .length = 6,
79433 : : .hash = -1,
79434 : : .state = {
79435 : : .kind = 1,
79436 : : .compact = 1,
79437 : : .ascii = 1,
79438 : : },
79439 : : },
79440 : : ._data = "typing",
79441 : : };
79442 : : static
79443 : : struct {
79444 : : PyGC_Head _gc_head;
79445 : : struct {
79446 : : PyObject_VAR_HEAD
79447 : : PyObject *ob_item[1];
79448 : : }_object;
79449 : : }
79450 : : _collections_abc_toplevel_consts_46_consts_4_names = {
79451 : : ._object = {
79452 : : .ob_base = {
79453 : : .ob_base = {
79454 : : .ob_refcnt = 999999999,
79455 : : .ob_type = &PyTuple_Type,
79456 : : },
79457 : : .ob_size = 1,
79458 : : },
79459 : : .ob_item = {
79460 : : &_Py_ID(__name__),
79461 : : },
79462 : : },
79463 : : };
79464 : : static
79465 : : struct {
79466 : : PyASCIIObject _ascii;
79467 : : uint8_t _data[34];
79468 : : }
79469 : : _collections_abc_toplevel_consts_46_consts_4_qualname = {
79470 : : ._ascii = {
79471 : : .ob_base = {
79472 : : .ob_refcnt = 999999999,
79473 : : .ob_type = &PyUnicode_Type,
79474 : : },
79475 : : .length = 33,
79476 : : .hash = -1,
79477 : : .state = {
79478 : : .kind = 1,
79479 : : .compact = 1,
79480 : : .ascii = 1,
79481 : : },
79482 : : },
79483 : : ._data = "_is_param_expr.<locals>.<genexpr>",
79484 : : };
79485 : : static
79486 : : struct {
79487 : : PyObject_VAR_HEAD
79488 : : Py_hash_t ob_shash;
79489 : : char ob_sval[45];
79490 : : }
79491 : : _collections_abc_toplevel_consts_46_consts_4_linetable = {
79492 : : .ob_base = {
79493 : : .ob_base = {
79494 : : .ob_refcnt = 999999999,
79495 : : .ob_type = &PyBytes_Type,
79496 : : },
79497 : : .ob_size = 44,
79498 : : },
79499 : : .ob_shash = -1,
79500 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x2d\x55\xd1\x2d\x55\xc0\x74\xa8\x63\xaf\x6c\xa9\x6c\xb8\x64\xd2\x2e\x42\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55",
79501 : : };
79502 : : static
79503 : : struct {
79504 : : PyGC_Head _gc_head;
79505 : : struct {
79506 : : PyObject_VAR_HEAD
79507 : : PyObject *ob_item[3];
79508 : : }_object;
79509 : : }
79510 : : _collections_abc_toplevel_consts_46_consts_4_localsplusnames = {
79511 : : ._object = {
79512 : : .ob_base = {
79513 : : .ob_base = {
79514 : : .ob_refcnt = 999999999,
79515 : : .ob_type = &PyTuple_Type,
79516 : : },
79517 : : .ob_size = 3,
79518 : : },
79519 : : .ob_item = {
79520 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
79521 : : &_Py_ID(name),
79522 : : &_Py_ID(obj),
79523 : : },
79524 : : },
79525 : : };
79526 : : static
79527 : : struct _PyCode_DEF(58)
79528 : : _collections_abc_toplevel_consts_46_consts_4 = {
79529 : : .ob_base = {
79530 : : .ob_base = {
79531 : : .ob_refcnt = 999999999,
79532 : : .ob_type = &PyCode_Type,
79533 : : },
79534 : : .ob_size = 29,
79535 : : },
79536 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
79537 : : .co_names = & _collections_abc_toplevel_consts_46_consts_4_names._object.ob_base.ob_base,
79538 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79539 : : .co_flags = 51,
79540 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79541 : : ._co_linearray_entry_size = 0,
79542 : : .co_argcount = 1,
79543 : : .co_posonlyargcount = 0,
79544 : : .co_kwonlyargcount = 0,
79545 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
79546 : : .co_stacksize = 3,
79547 : : .co_firstlineno = 513,
79548 : : .co_nlocalsplus = 3,
79549 : : .co_nlocals = 2,
79550 : : .co_nplaincellvars = 0,
79551 : : .co_ncellvars = 0,
79552 : : .co_nfreevars = 1,
79553 : : .co_localsplusnames = & _collections_abc_toplevel_consts_46_consts_4_localsplusnames._object.ob_base.ob_base,
79554 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
79555 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79556 : : .co_name = &_Py_STR(anon_genexpr),
79557 : : .co_qualname = & _collections_abc_toplevel_consts_46_consts_4_qualname._ascii.ob_base,
79558 : : .co_linetable = & _collections_abc_toplevel_consts_46_consts_4_linetable.ob_base.ob_base,
79559 : : ._co_code = NULL,
79560 : : ._co_linearray = NULL,
79561 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x14\x00\x00\x7d\x01\x89\x02\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x16\x64\x00\x53\x00",
79562 : : ._co_firsttraceable = 3,
79563 : : };
79564 : : static
79565 : : struct {
79566 : : PyGC_Head _gc_head;
79567 : : struct {
79568 : : PyObject_VAR_HEAD
79569 : : PyObject *ob_item[5];
79570 : : }_object;
79571 : : }
79572 : : _collections_abc_toplevel_consts_46_consts = {
79573 : : ._object = {
79574 : : .ob_base = {
79575 : : .ob_base = {
79576 : : .ob_refcnt = 999999999,
79577 : : .ob_type = &PyTuple_Type,
79578 : : },
79579 : : .ob_size = 5,
79580 : : },
79581 : : .ob_item = {
79582 : : & _collections_abc_toplevel_consts_46_consts_0._ascii.ob_base,
79583 : : Py_True,
79584 : : & _collections_abc_toplevel_consts_46_consts_2._object.ob_base.ob_base,
79585 : : & const_str_typing._ascii.ob_base,
79586 : : & _collections_abc_toplevel_consts_46_consts_4.ob_base.ob_base,
79587 : : },
79588 : : },
79589 : : };
79590 : : static
79591 : : struct {
79592 : : PyASCIIObject _ascii;
79593 : : uint8_t _data[9];
79594 : : }
79595 : : const_str_Ellipsis = {
79596 : : ._ascii = {
79597 : : .ob_base = {
79598 : : .ob_refcnt = 999999999,
79599 : : .ob_type = &PyUnicode_Type,
79600 : : },
79601 : : .length = 8,
79602 : : .hash = -1,
79603 : : .state = {
79604 : : .kind = 1,
79605 : : .compact = 1,
79606 : : .ascii = 1,
79607 : : },
79608 : : },
79609 : : ._data = "Ellipsis",
79610 : : };
79611 : : static
79612 : : struct {
79613 : : PyGC_Head _gc_head;
79614 : : struct {
79615 : : PyObject_VAR_HEAD
79616 : : PyObject *ob_item[6];
79617 : : }_object;
79618 : : }
79619 : : _collections_abc_toplevel_consts_46_names = {
79620 : : ._object = {
79621 : : .ob_base = {
79622 : : .ob_base = {
79623 : : .ob_refcnt = 999999999,
79624 : : .ob_type = &PyTuple_Type,
79625 : : },
79626 : : .ob_size = 6,
79627 : : },
79628 : : .ob_item = {
79629 : : & const_str_Ellipsis._ascii.ob_base,
79630 : : &_Py_ID(isinstance),
79631 : : & const_str_list._ascii.ob_base,
79632 : : & const_str_type._ascii.ob_base,
79633 : : &_Py_ID(__module__),
79634 : : & const_str_any._ascii.ob_base,
79635 : : },
79636 : : },
79637 : : };
79638 : : static
79639 : : struct {
79640 : : PyObject_VAR_HEAD
79641 : : Py_hash_t ob_shash;
79642 : : char ob_sval[100];
79643 : : }
79644 : : _collections_abc_toplevel_consts_46_linetable = {
79645 : : .ob_base = {
79646 : : .ob_base = {
79647 : : .ob_refcnt = 999999999,
79648 : : .ob_type = &PyBytes_Type,
79649 : : },
79650 : : .ob_size = 99,
79651 : : },
79652 : : .ob_shash = -1,
79653 : : .ob_sval = "\xf8\x80\x00\xf0\x08\x00\x08\x0b\x8d\x68\x80\x7f\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x07\x11\x90\x23\x95\x74\xd4\x07\x1c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xdd\x0a\x0e\x88\x73\x8c\x29\x80\x43\xd8\x0c\x35\x80\x45\xd8\x0b\x0e\x8f\x3e\x89\x3e\x98\x58\xd2\x0b\x25\xd0\x0b\x55\xad\x23\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xd0\x2d\x55\xc8\x75\xd0\x2d\x55\xd4\x2d\x55\xd4\x2a\x55\xd0\x04\x55",
79654 : : };
79655 : : static
79656 : : struct {
79657 : : PyASCIIObject _ascii;
79658 : : uint8_t _data[6];
79659 : : }
79660 : : const_str_names = {
79661 : : ._ascii = {
79662 : : .ob_base = {
79663 : : .ob_refcnt = 999999999,
79664 : : .ob_type = &PyUnicode_Type,
79665 : : },
79666 : : .length = 5,
79667 : : .hash = -1,
79668 : : .state = {
79669 : : .kind = 1,
79670 : : .compact = 1,
79671 : : .ascii = 1,
79672 : : },
79673 : : },
79674 : : ._data = "names",
79675 : : };
79676 : : static
79677 : : struct {
79678 : : PyGC_Head _gc_head;
79679 : : struct {
79680 : : PyObject_VAR_HEAD
79681 : : PyObject *ob_item[2];
79682 : : }_object;
79683 : : }
79684 : : _collections_abc_toplevel_consts_46_localsplusnames = {
79685 : : ._object = {
79686 : : .ob_base = {
79687 : : .ob_base = {
79688 : : .ob_refcnt = 999999999,
79689 : : .ob_type = &PyTuple_Type,
79690 : : },
79691 : : .ob_size = 2,
79692 : : },
79693 : : .ob_item = {
79694 : : &_Py_ID(obj),
79695 : : & const_str_names._ascii.ob_base,
79696 : : },
79697 : : },
79698 : : };
79699 : : static
79700 : : struct _PyCode_DEF(176)
79701 : : _collections_abc_toplevel_consts_46 = {
79702 : : .ob_base = {
79703 : : .ob_base = {
79704 : : .ob_refcnt = 999999999,
79705 : : .ob_type = &PyCode_Type,
79706 : : },
79707 : : .ob_size = 88,
79708 : : },
79709 : : .co_consts = & _collections_abc_toplevel_consts_46_consts._object.ob_base.ob_base,
79710 : : .co_names = & _collections_abc_toplevel_consts_46_names._object.ob_base.ob_base,
79711 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79712 : : .co_flags = 3,
79713 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79714 : : ._co_linearray_entry_size = 0,
79715 : : .co_argcount = 1,
79716 : : .co_posonlyargcount = 0,
79717 : : .co_kwonlyargcount = 0,
79718 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
79719 : : .co_stacksize = 4,
79720 : : .co_firstlineno = 503,
79721 : : .co_nlocalsplus = 2,
79722 : : .co_nlocals = 2,
79723 : : .co_nplaincellvars = 0,
79724 : : .co_ncellvars = 1,
79725 : : .co_nfreevars = 0,
79726 : : .co_localsplusnames = & _collections_abc_toplevel_consts_46_localsplusnames._object.ob_base.ob_base,
79727 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
79728 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79729 : : .co_name = & const_str__is_param_expr._ascii.ob_base,
79730 : : .co_qualname = & const_str__is_param_expr._ascii.ob_base,
79731 : : .co_linetable = & _collections_abc_toplevel_consts_46_linetable.ob_base.ob_base,
79732 : : ._co_code = NULL,
79733 : : ._co_linearray = NULL,
79734 : : .co_code_adaptive = "\x87\x00\x97\x00\x89\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x02\x64\x01\x53\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x00\x64\x02\x7d\x01\x89\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x6f\x16\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
79735 : : ._co_firsttraceable = 1,
79736 : : };
79737 : : static
79738 : : struct {
79739 : : PyASCIIObject _ascii;
79740 : : uint8_t _data[167];
79741 : : }
79742 : : _collections_abc_toplevel_consts_47_consts_0 = {
79743 : : ._ascii = {
79744 : : .ob_base = {
79745 : : .ob_refcnt = 999999999,
79746 : : .ob_type = &PyUnicode_Type,
79747 : : },
79748 : : .length = 166,
79749 : : .hash = -1,
79750 : : .state = {
79751 : : .kind = 1,
79752 : : .compact = 1,
79753 : : .ascii = 1,
79754 : : },
79755 : : },
79756 : : ._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",
79757 : : };
79758 : : static
79759 : : struct {
79760 : : PyASCIIObject _ascii;
79761 : : uint8_t _data[4];
79762 : : }
79763 : : _collections_abc_toplevel_consts_47_consts_3 = {
79764 : : ._ascii = {
79765 : : .ob_base = {
79766 : : .ob_refcnt = 999999999,
79767 : : .ob_type = &PyUnicode_Type,
79768 : : },
79769 : : .length = 3,
79770 : : .hash = -1,
79771 : : .state = {
79772 : : .kind = 1,
79773 : : .compact = 1,
79774 : : .ascii = 1,
79775 : : },
79776 : : },
79777 : : ._data = "...",
79778 : : };
79779 : : static
79780 : : struct {
79781 : : PyGC_Head _gc_head;
79782 : : struct {
79783 : : PyObject_VAR_HEAD
79784 : : PyObject *ob_item[4];
79785 : : }_object;
79786 : : }
79787 : : _collections_abc_toplevel_consts_47_consts = {
79788 : : ._object = {
79789 : : .ob_base = {
79790 : : .ob_base = {
79791 : : .ob_refcnt = 999999999,
79792 : : .ob_type = &PyTuple_Type,
79793 : : },
79794 : : .ob_size = 4,
79795 : : },
79796 : : .ob_item = {
79797 : : & _collections_abc_toplevel_consts_47_consts_0._ascii.ob_base,
79798 : : &_Py_ID(builtins),
79799 : : &_Py_STR(dot),
79800 : : & _collections_abc_toplevel_consts_47_consts_3._ascii.ob_base,
79801 : : },
79802 : : },
79803 : : };
79804 : : static
79805 : : struct {
79806 : : PyASCIIObject _ascii;
79807 : : uint8_t _data[5];
79808 : : }
79809 : : const_str_repr = {
79810 : : ._ascii = {
79811 : : .ob_base = {
79812 : : .ob_refcnt = 999999999,
79813 : : .ob_type = &PyUnicode_Type,
79814 : : },
79815 : : .length = 4,
79816 : : .hash = -1,
79817 : : .state = {
79818 : : .kind = 1,
79819 : : .compact = 1,
79820 : : .ascii = 1,
79821 : : },
79822 : : },
79823 : : ._data = "repr",
79824 : : };
79825 : : static
79826 : : struct {
79827 : : PyASCIIObject _ascii;
79828 : : uint8_t _data[13];
79829 : : }
79830 : : const_str_FunctionType = {
79831 : : ._ascii = {
79832 : : .ob_base = {
79833 : : .ob_refcnt = 999999999,
79834 : : .ob_type = &PyUnicode_Type,
79835 : : },
79836 : : .length = 12,
79837 : : .hash = -1,
79838 : : .state = {
79839 : : .kind = 1,
79840 : : .compact = 1,
79841 : : .ascii = 1,
79842 : : },
79843 : : },
79844 : : ._data = "FunctionType",
79845 : : };
79846 : : static
79847 : : struct {
79848 : : PyGC_Head _gc_head;
79849 : : struct {
79850 : : PyObject_VAR_HEAD
79851 : : PyObject *ob_item[9];
79852 : : }_object;
79853 : : }
79854 : : _collections_abc_toplevel_consts_47_names = {
79855 : : ._object = {
79856 : : .ob_base = {
79857 : : .ob_base = {
79858 : : .ob_refcnt = 999999999,
79859 : : .ob_type = &PyTuple_Type,
79860 : : },
79861 : : .ob_size = 9,
79862 : : },
79863 : : .ob_item = {
79864 : : &_Py_ID(isinstance),
79865 : : & const_str_GenericAlias._ascii.ob_base,
79866 : : & const_str_repr._ascii.ob_base,
79867 : : & const_str_type._ascii.ob_base,
79868 : : &_Py_ID(__module__),
79869 : : &_Py_ID(__qualname__),
79870 : : & const_str_Ellipsis._ascii.ob_base,
79871 : : & const_str_FunctionType._ascii.ob_base,
79872 : : &_Py_ID(__name__),
79873 : : },
79874 : : },
79875 : : };
79876 : : static
79877 : : struct {
79878 : : PyObject_VAR_HEAD
79879 : : Py_hash_t ob_shash;
79880 : : char ob_sval[156];
79881 : : }
79882 : : _collections_abc_toplevel_consts_47_linetable = {
79883 : : .ob_base = {
79884 : : .ob_base = {
79885 : : .ob_refcnt = 999999999,
79886 : : .ob_type = &PyBytes_Type,
79887 : : },
79888 : : .ob_size = 155,
79889 : : },
79890 : : .ob_shash = -1,
79891 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x08\x12\x90\x23\x95\x7c\xd4\x07\x24\xf0\x00\x01\x05\x19\xdd\x0f\x13\x90\x43\x8c\x79\xd0\x08\x18\xdd\x07\x11\x90\x23\x95\x74\xd4\x07\x1c\xf0\x00\x03\x05\x36\xd8\x0b\x0e\x8f\x3e\x89\x3e\x98\x5a\xd2\x0b\x27\xf0\x00\x01\x09\x24\xd8\x13\x16\xd7\x13\x23\xd1\x13\x23\xd0\x0c\x23\xd8\x12\x15\x97\x2e\x91\x2e\xd0\x0f\x35\xd0\x0f\x35\xa0\x33\xd7\x23\x33\xd1\x23\x33\xd0\x0f\x35\xd0\x0f\x35\xd0\x08\x35\xd8\x07\x0a\x8d\x68\x80\x7f\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\xdd\x07\x11\x90\x23\x95\x7c\xd4\x07\x24\xf0\x00\x01\x05\x1c\xd8\x0f\x12\x8f\x7c\x89\x7c\xd0\x08\x1b\xdd\x0b\x0f\x90\x03\x8c\x39\xd0\x04\x14",
79892 : : };
79893 : : static
79894 : : struct _PyCode_DEF(324)
79895 : : _collections_abc_toplevel_consts_47 = {
79896 : : .ob_base = {
79897 : : .ob_base = {
79898 : : .ob_refcnt = 999999999,
79899 : : .ob_type = &PyCode_Type,
79900 : : },
79901 : : .ob_size = 162,
79902 : : },
79903 : : .co_consts = & _collections_abc_toplevel_consts_47_consts._object.ob_base.ob_base,
79904 : : .co_names = & _collections_abc_toplevel_consts_47_names._object.ob_base.ob_base,
79905 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79906 : : .co_flags = 3,
79907 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79908 : : ._co_linearray_entry_size = 0,
79909 : : .co_argcount = 1,
79910 : : .co_posonlyargcount = 0,
79911 : : .co_kwonlyargcount = 0,
79912 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
79913 : : .co_stacksize = 4,
79914 : : .co_firstlineno = 515,
79915 : : .co_nlocalsplus = 1,
79916 : : .co_nlocals = 1,
79917 : : .co_nplaincellvars = 0,
79918 : : .co_ncellvars = 0,
79919 : : .co_nfreevars = 0,
79920 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_1_localsplusnames._object.ob_base.ob_base,
79921 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
79922 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
79923 : : .co_name = & const_str__type_repr._ascii.ob_base,
79924 : : .co_qualname = & const_str__type_repr._ascii.ob_base,
79925 : : .co_linetable = & _collections_abc_toplevel_consts_47_linetable.ob_base.ob_base,
79926 : : ._co_code = NULL,
79927 : : ._co_linearray = NULL,
79928 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x37\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x9d\x03\x53\x00\x7c\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x02\x64\x03\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
79929 : : ._co_firsttraceable = 0,
79930 : : };
79931 : : static
79932 : : struct {
79933 : : PyASCIIObject _ascii;
79934 : : uint8_t _data[18];
79935 : : }
79936 : : _collections_abc_toplevel_consts_48_consts_2_qualname = {
79937 : : ._ascii = {
79938 : : .ob_base = {
79939 : : .ob_refcnt = 999999999,
79940 : : .ob_type = &PyUnicode_Type,
79941 : : },
79942 : : .length = 17,
79943 : : .hash = -1,
79944 : : .state = {
79945 : : .kind = 1,
79946 : : .compact = 1,
79947 : : .ascii = 1,
79948 : : },
79949 : : },
79950 : : ._data = "Callable.__call__",
79951 : : };
79952 : : static
79953 : : struct {
79954 : : PyGC_Head _gc_head;
79955 : : struct {
79956 : : PyObject_VAR_HEAD
79957 : : PyObject *ob_item[3];
79958 : : }_object;
79959 : : }
79960 : : _collections_abc_toplevel_consts_48_consts_2_localsplusnames = {
79961 : : ._object = {
79962 : : .ob_base = {
79963 : : .ob_base = {
79964 : : .ob_refcnt = 999999999,
79965 : : .ob_type = &PyTuple_Type,
79966 : : },
79967 : : .ob_size = 3,
79968 : : },
79969 : : .ob_item = {
79970 : : & const_str_self._ascii.ob_base,
79971 : : & const_str_args._ascii.ob_base,
79972 : : & const_str_kwds._ascii.ob_base,
79973 : : },
79974 : : },
79975 : : };
79976 : : static
79977 : : struct _PyCode_DEF(6)
79978 : : _collections_abc_toplevel_consts_48_consts_2 = {
79979 : : .ob_base = {
79980 : : .ob_base = {
79981 : : .ob_refcnt = 999999999,
79982 : : .ob_type = &PyCode_Type,
79983 : : },
79984 : : .ob_size = 3,
79985 : : },
79986 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
79987 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
79988 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
79989 : : .co_flags = 15,
79990 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
79991 : : ._co_linearray_entry_size = 0,
79992 : : .co_argcount = 1,
79993 : : .co_posonlyargcount = 0,
79994 : : .co_kwonlyargcount = 0,
79995 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
79996 : : .co_stacksize = 1,
79997 : : .co_firstlineno = 538,
79998 : : .co_nlocalsplus = 3,
79999 : : .co_nlocals = 3,
80000 : : .co_nplaincellvars = 0,
80001 : : .co_ncellvars = 0,
80002 : : .co_nfreevars = 0,
80003 : : .co_localsplusnames = & _collections_abc_toplevel_consts_48_consts_2_localsplusnames._object.ob_base.ob_base,
80004 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
80005 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80006 : : .co_name = &_Py_ID(__call__),
80007 : : .co_qualname = & _collections_abc_toplevel_consts_48_consts_2_qualname._ascii.ob_base,
80008 : : .co_linetable = & _collections_abc_toplevel_consts_40_consts_2_linetable.ob_base.ob_base,
80009 : : ._co_code = NULL,
80010 : : ._co_linearray = NULL,
80011 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
80012 : : ._co_firsttraceable = 0,
80013 : : };
80014 : : static
80015 : : struct {
80016 : : PyGC_Head _gc_head;
80017 : : struct {
80018 : : PyObject_VAR_HEAD
80019 : : PyObject *ob_item[2];
80020 : : }_object;
80021 : : }
80022 : : _collections_abc_toplevel_consts_48_consts_3_consts = {
80023 : : ._object = {
80024 : : .ob_base = {
80025 : : .ob_base = {
80026 : : .ob_refcnt = 999999999,
80027 : : .ob_type = &PyTuple_Type,
80028 : : },
80029 : : .ob_size = 2,
80030 : : },
80031 : : .ob_item = {
80032 : : Py_None,
80033 : : &_Py_ID(__call__),
80034 : : },
80035 : : },
80036 : : };
80037 : : static
80038 : : struct {
80039 : : PyGC_Head _gc_head;
80040 : : struct {
80041 : : PyObject_VAR_HEAD
80042 : : PyObject *ob_item[3];
80043 : : }_object;
80044 : : }
80045 : : _collections_abc_toplevel_consts_48_consts_3_names = {
80046 : : ._object = {
80047 : : .ob_base = {
80048 : : .ob_base = {
80049 : : .ob_refcnt = 999999999,
80050 : : .ob_type = &PyTuple_Type,
80051 : : },
80052 : : .ob_size = 3,
80053 : : },
80054 : : .ob_item = {
80055 : : & const_str_Callable._ascii.ob_base,
80056 : : & const_str__check_methods._ascii.ob_base,
80057 : : & const_str_NotImplemented._ascii.ob_base,
80058 : : },
80059 : : },
80060 : : };
80061 : : static
80062 : : struct {
80063 : : PyASCIIObject _ascii;
80064 : : uint8_t _data[26];
80065 : : }
80066 : : _collections_abc_toplevel_consts_48_consts_3_qualname = {
80067 : : ._ascii = {
80068 : : .ob_base = {
80069 : : .ob_refcnt = 999999999,
80070 : : .ob_type = &PyUnicode_Type,
80071 : : },
80072 : : .length = 25,
80073 : : .hash = -1,
80074 : : .state = {
80075 : : .kind = 1,
80076 : : .compact = 1,
80077 : : .ascii = 1,
80078 : : },
80079 : : },
80080 : : ._data = "Callable.__subclasshook__",
80081 : : };
80082 : : static
80083 : : struct _PyCode_DEF(62)
80084 : : _collections_abc_toplevel_consts_48_consts_3 = {
80085 : : .ob_base = {
80086 : : .ob_base = {
80087 : : .ob_refcnt = 999999999,
80088 : : .ob_type = &PyCode_Type,
80089 : : },
80090 : : .ob_size = 31,
80091 : : },
80092 : : .co_consts = & _collections_abc_toplevel_consts_48_consts_3_consts._object.ob_base.ob_base,
80093 : : .co_names = & _collections_abc_toplevel_consts_48_consts_3_names._object.ob_base.ob_base,
80094 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80095 : : .co_flags = 3,
80096 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80097 : : ._co_linearray_entry_size = 0,
80098 : : .co_argcount = 2,
80099 : : .co_posonlyargcount = 0,
80100 : : .co_kwonlyargcount = 0,
80101 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
80102 : : .co_stacksize = 4,
80103 : : .co_firstlineno = 542,
80104 : : .co_nlocalsplus = 2,
80105 : : .co_nlocals = 2,
80106 : : .co_nplaincellvars = 0,
80107 : : .co_ncellvars = 0,
80108 : : .co_nfreevars = 0,
80109 : : .co_localsplusnames = & _collections_abc_toplevel_consts_17_consts_3_localsplusnames._object.ob_base.ob_base,
80110 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80111 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80112 : : .co_name = &_Py_ID(__subclasshook__),
80113 : : .co_qualname = & _collections_abc_toplevel_consts_48_consts_3_qualname._ascii.ob_base,
80114 : : .co_linetable = & _collections_abc_toplevel_consts_17_consts_3_linetable.ob_base.ob_base,
80115 : : ._co_code = NULL,
80116 : : ._co_linearray = NULL,
80117 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80118 : : ._co_firsttraceable = 0,
80119 : : };
80120 : : static
80121 : : struct {
80122 : : PyGC_Head _gc_head;
80123 : : struct {
80124 : : PyObject_VAR_HEAD
80125 : : PyObject *ob_item[5];
80126 : : }_object;
80127 : : }
80128 : : _collections_abc_toplevel_consts_48_consts = {
80129 : : ._object = {
80130 : : .ob_base = {
80131 : : .ob_base = {
80132 : : .ob_refcnt = 999999999,
80133 : : .ob_type = &PyTuple_Type,
80134 : : },
80135 : : .ob_size = 5,
80136 : : },
80137 : : .ob_item = {
80138 : : & const_str_Callable._ascii.ob_base,
80139 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
80140 : : & _collections_abc_toplevel_consts_48_consts_2.ob_base.ob_base,
80141 : : & _collections_abc_toplevel_consts_48_consts_3.ob_base.ob_base,
80142 : : Py_None,
80143 : : },
80144 : : },
80145 : : };
80146 : : static
80147 : : struct {
80148 : : PyGC_Head _gc_head;
80149 : : struct {
80150 : : PyObject_VAR_HEAD
80151 : : PyObject *ob_item[10];
80152 : : }_object;
80153 : : }
80154 : : _collections_abc_toplevel_consts_48_names = {
80155 : : ._object = {
80156 : : .ob_base = {
80157 : : .ob_base = {
80158 : : .ob_refcnt = 999999999,
80159 : : .ob_type = &PyTuple_Type,
80160 : : },
80161 : : .ob_size = 10,
80162 : : },
80163 : : .ob_item = {
80164 : : &_Py_ID(__name__),
80165 : : &_Py_ID(__module__),
80166 : : &_Py_ID(__qualname__),
80167 : : &_Py_ID(__slots__),
80168 : : & const_str_abstractmethod._ascii.ob_base,
80169 : : &_Py_ID(__call__),
80170 : : & const_str_classmethod._ascii.ob_base,
80171 : : &_Py_ID(__subclasshook__),
80172 : : & const_str__CallableGenericAlias._ascii.ob_base,
80173 : : &_Py_ID(__class_getitem__),
80174 : : },
80175 : : },
80176 : : };
80177 : : static
80178 : : struct {
80179 : : PyObject_VAR_HEAD
80180 : : Py_hash_t ob_shash;
80181 : : char ob_sval[86];
80182 : : }
80183 : : _collections_abc_toplevel_consts_48_linetable = {
80184 : : .ob_base = {
80185 : : .ob_base = {
80186 : : .ob_refcnt = 999999999,
80187 : : .ob_type = &PyBytes_Type,
80188 : : },
80189 : : .ob_size = 85,
80190 : : },
80191 : : .ob_shash = -1,
80192 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x15\xf0\x00\x01\x05\x15\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x15\xf0\x06\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xd0\x24\x39\xd4\x18\x3a\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
80193 : : };
80194 : : static
80195 : : struct _PyCode_DEF(72)
80196 : : _collections_abc_toplevel_consts_48 = {
80197 : : .ob_base = {
80198 : : .ob_base = {
80199 : : .ob_refcnt = 999999999,
80200 : : .ob_type = &PyCode_Type,
80201 : : },
80202 : : .ob_size = 36,
80203 : : },
80204 : : .co_consts = & _collections_abc_toplevel_consts_48_consts._object.ob_base.ob_base,
80205 : : .co_names = & _collections_abc_toplevel_consts_48_names._object.ob_base.ob_base,
80206 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80207 : : .co_flags = 0,
80208 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80209 : : ._co_linearray_entry_size = 0,
80210 : : .co_argcount = 0,
80211 : : .co_posonlyargcount = 0,
80212 : : .co_kwonlyargcount = 0,
80213 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
80214 : : .co_stacksize = 3,
80215 : : .co_firstlineno = 534,
80216 : : .co_nlocalsplus = 0,
80217 : : .co_nlocals = 0,
80218 : : .co_nplaincellvars = 0,
80219 : : .co_ncellvars = 0,
80220 : : .co_nfreevars = 0,
80221 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
80222 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
80223 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80224 : : .co_name = & const_str_Callable._ascii.ob_base,
80225 : : .co_qualname = & const_str_Callable._ascii.ob_base,
80226 : : .co_linetable = & _collections_abc_toplevel_consts_48_linetable.ob_base.ob_base,
80227 : : ._co_code = NULL,
80228 : : ._co_linearray = NULL,
80229 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x06\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x04\x53\x00",
80230 : : ._co_firsttraceable = 0,
80231 : : };
80232 : : static
80233 : : struct {
80234 : : PyASCIIObject _ascii;
80235 : : uint8_t _data[347];
80236 : : }
80237 : : _collections_abc_toplevel_consts_50_consts_1 = {
80238 : : ._ascii = {
80239 : : .ob_base = {
80240 : : .ob_refcnt = 999999999,
80241 : : .ob_type = &PyUnicode_Type,
80242 : : },
80243 : : .length = 346,
80244 : : .hash = -1,
80245 : : .state = {
80246 : : .kind = 1,
80247 : : .compact = 1,
80248 : : .ascii = 1,
80249 : : },
80250 : : },
80251 : : ._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",
80252 : : };
80253 : : static
80254 : : struct {
80255 : : PyGC_Head _gc_head;
80256 : : struct {
80257 : : PyObject_VAR_HEAD
80258 : : PyObject *ob_item[3];
80259 : : }_object;
80260 : : }
80261 : : _collections_abc_toplevel_consts_50_consts_3_consts = {
80262 : : ._object = {
80263 : : .ob_base = {
80264 : : .ob_base = {
80265 : : .ob_refcnt = 999999999,
80266 : : .ob_type = &PyTuple_Type,
80267 : : },
80268 : : .ob_size = 3,
80269 : : },
80270 : : .ob_item = {
80271 : : Py_None,
80272 : : Py_False,
80273 : : Py_True,
80274 : : },
80275 : : },
80276 : : };
80277 : : static
80278 : : struct {
80279 : : PyGC_Head _gc_head;
80280 : : struct {
80281 : : PyObject_VAR_HEAD
80282 : : PyObject *ob_item[4];
80283 : : }_object;
80284 : : }
80285 : : _collections_abc_toplevel_consts_50_consts_3_names = {
80286 : : ._object = {
80287 : : .ob_base = {
80288 : : .ob_base = {
80289 : : .ob_refcnt = 999999999,
80290 : : .ob_type = &PyTuple_Type,
80291 : : },
80292 : : .ob_size = 4,
80293 : : },
80294 : : .ob_item = {
80295 : : &_Py_ID(isinstance),
80296 : : & const_str_Set._ascii.ob_base,
80297 : : & const_str_NotImplemented._ascii.ob_base,
80298 : : &_Py_ID(len),
80299 : : },
80300 : : },
80301 : : };
80302 : : static
80303 : : struct {
80304 : : PyASCIIObject _ascii;
80305 : : uint8_t _data[11];
80306 : : }
80307 : : _collections_abc_toplevel_consts_50_consts_3_qualname = {
80308 : : ._ascii = {
80309 : : .ob_base = {
80310 : : .ob_refcnt = 999999999,
80311 : : .ob_type = &PyUnicode_Type,
80312 : : },
80313 : : .length = 10,
80314 : : .hash = -1,
80315 : : .state = {
80316 : : .kind = 1,
80317 : : .compact = 1,
80318 : : .ascii = 1,
80319 : : },
80320 : : },
80321 : : ._data = "Set.__le__",
80322 : : };
80323 : : static
80324 : : struct {
80325 : : PyObject_VAR_HEAD
80326 : : Py_hash_t ob_shash;
80327 : : char ob_sval[90];
80328 : : }
80329 : : _collections_abc_toplevel_consts_50_consts_3_linetable = {
80330 : : .ob_base = {
80331 : : .ob_base = {
80332 : : .ob_refcnt = 999999999,
80333 : : .ob_type = &PyBytes_Type,
80334 : : },
80335 : : .ob_size = 89,
80336 : : },
80337 : : .ob_shash = -1,
80338 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x8c\x39\x95\x73\x98\x35\x94\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xd8\x14\x18\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x35\xd0\x0f\x20\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
80339 : : };
80340 : : static
80341 : : struct {
80342 : : PyASCIIObject _ascii;
80343 : : uint8_t _data[5];
80344 : : }
80345 : : const_str_elem = {
80346 : : ._ascii = {
80347 : : .ob_base = {
80348 : : .ob_refcnt = 999999999,
80349 : : .ob_type = &PyUnicode_Type,
80350 : : },
80351 : : .length = 4,
80352 : : .hash = -1,
80353 : : .state = {
80354 : : .kind = 1,
80355 : : .compact = 1,
80356 : : .ascii = 1,
80357 : : },
80358 : : },
80359 : : ._data = "elem",
80360 : : };
80361 : : static
80362 : : struct {
80363 : : PyGC_Head _gc_head;
80364 : : struct {
80365 : : PyObject_VAR_HEAD
80366 : : PyObject *ob_item[3];
80367 : : }_object;
80368 : : }
80369 : : _collections_abc_toplevel_consts_50_consts_3_localsplusnames = {
80370 : : ._object = {
80371 : : .ob_base = {
80372 : : .ob_base = {
80373 : : .ob_refcnt = 999999999,
80374 : : .ob_type = &PyTuple_Type,
80375 : : },
80376 : : .ob_size = 3,
80377 : : },
80378 : : .ob_item = {
80379 : : & const_str_self._ascii.ob_base,
80380 : : & const_str_other._ascii.ob_base,
80381 : : & const_str_elem._ascii.ob_base,
80382 : : },
80383 : : },
80384 : : };
80385 : : static
80386 : : struct _PyCode_DEF(142)
80387 : : _collections_abc_toplevel_consts_50_consts_3 = {
80388 : : .ob_base = {
80389 : : .ob_base = {
80390 : : .ob_refcnt = 999999999,
80391 : : .ob_type = &PyCode_Type,
80392 : : },
80393 : : .ob_size = 71,
80394 : : },
80395 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
80396 : : .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
80397 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80398 : : .co_flags = 3,
80399 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80400 : : ._co_linearray_entry_size = 0,
80401 : : .co_argcount = 2,
80402 : : .co_posonlyargcount = 0,
80403 : : .co_kwonlyargcount = 0,
80404 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
80405 : : .co_stacksize = 4,
80406 : : .co_firstlineno = 567,
80407 : : .co_nlocalsplus = 3,
80408 : : .co_nlocals = 3,
80409 : : .co_nplaincellvars = 0,
80410 : : .co_ncellvars = 0,
80411 : : .co_nfreevars = 0,
80412 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
80413 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
80414 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80415 : : .co_name = &_Py_ID(__le__),
80416 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_3_qualname._ascii.ob_base,
80417 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_3_linetable.ob_base.ob_base,
80418 : : ._co_code = NULL,
80419 : : ._co_linearray = NULL,
80420 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x04\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x00\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x01\x76\x01\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
80421 : : ._co_firsttraceable = 0,
80422 : : };
80423 : : static
80424 : : struct {
80425 : : PyGC_Head _gc_head;
80426 : : struct {
80427 : : PyObject_VAR_HEAD
80428 : : PyObject *ob_item[5];
80429 : : }_object;
80430 : : }
80431 : : _collections_abc_toplevel_consts_50_consts_4_names = {
80432 : : ._object = {
80433 : : .ob_base = {
80434 : : .ob_base = {
80435 : : .ob_refcnt = 999999999,
80436 : : .ob_type = &PyTuple_Type,
80437 : : },
80438 : : .ob_size = 5,
80439 : : },
80440 : : .ob_item = {
80441 : : &_Py_ID(isinstance),
80442 : : & const_str_Set._ascii.ob_base,
80443 : : & const_str_NotImplemented._ascii.ob_base,
80444 : : &_Py_ID(len),
80445 : : &_Py_ID(__le__),
80446 : : },
80447 : : },
80448 : : };
80449 : : static
80450 : : struct {
80451 : : PyASCIIObject _ascii;
80452 : : uint8_t _data[11];
80453 : : }
80454 : : _collections_abc_toplevel_consts_50_consts_4_qualname = {
80455 : : ._ascii = {
80456 : : .ob_base = {
80457 : : .ob_refcnt = 999999999,
80458 : : .ob_type = &PyUnicode_Type,
80459 : : },
80460 : : .length = 10,
80461 : : .hash = -1,
80462 : : .state = {
80463 : : .kind = 1,
80464 : : .compact = 1,
80465 : : .ascii = 1,
80466 : : },
80467 : : },
80468 : : ._data = "Set.__lt__",
80469 : : };
80470 : : static
80471 : : struct {
80472 : : PyObject_VAR_HEAD
80473 : : Py_hash_t ob_shash;
80474 : : char ob_sval[57];
80475 : : }
80476 : : _collections_abc_toplevel_consts_50_consts_4_linetable = {
80477 : : .ob_base = {
80478 : : .ob_base = {
80479 : : .ob_refcnt = 999999999,
80480 : : .ob_type = &PyBytes_Type,
80481 : : },
80482 : : .ob_size = 56,
80483 : : },
80484 : : .ob_shash = -1,
80485 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x8c\x79\x9d\x33\x98\x75\x9c\x3a\xd2\x0f\x25\xd0\x0f\x3c\xa8\x24\xaf\x2b\xa9\x2b\xb0\x65\xd4\x2a\x3c\xd0\x08\x3c",
80486 : : };
80487 : : static
80488 : : struct _PyCode_DEF(146)
80489 : : _collections_abc_toplevel_consts_50_consts_4 = {
80490 : : .ob_base = {
80491 : : .ob_base = {
80492 : : .ob_refcnt = 999999999,
80493 : : .ob_type = &PyCode_Type,
80494 : : },
80495 : : .ob_size = 73,
80496 : : },
80497 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
80498 : : .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
80499 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80500 : : .co_flags = 3,
80501 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80502 : : ._co_linearray_entry_size = 0,
80503 : : .co_argcount = 2,
80504 : : .co_posonlyargcount = 0,
80505 : : .co_kwonlyargcount = 0,
80506 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
80507 : : .co_stacksize = 4,
80508 : : .co_firstlineno = 577,
80509 : : .co_nlocalsplus = 2,
80510 : : .co_nlocals = 2,
80511 : : .co_nplaincellvars = 0,
80512 : : .co_ncellvars = 0,
80513 : : .co_nfreevars = 0,
80514 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
80515 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80516 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80517 : : .co_name = &_Py_ID(__lt__),
80518 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_4_qualname._ascii.ob_base,
80519 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
80520 : : ._co_code = NULL,
80521 : : ._co_linearray = NULL,
80522 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80523 : : ._co_firsttraceable = 0,
80524 : : };
80525 : : static
80526 : : struct {
80527 : : PyGC_Head _gc_head;
80528 : : struct {
80529 : : PyObject_VAR_HEAD
80530 : : PyObject *ob_item[5];
80531 : : }_object;
80532 : : }
80533 : : _collections_abc_toplevel_consts_50_consts_5_names = {
80534 : : ._object = {
80535 : : .ob_base = {
80536 : : .ob_base = {
80537 : : .ob_refcnt = 999999999,
80538 : : .ob_type = &PyTuple_Type,
80539 : : },
80540 : : .ob_size = 5,
80541 : : },
80542 : : .ob_item = {
80543 : : &_Py_ID(isinstance),
80544 : : & const_str_Set._ascii.ob_base,
80545 : : & const_str_NotImplemented._ascii.ob_base,
80546 : : &_Py_ID(len),
80547 : : &_Py_ID(__ge__),
80548 : : },
80549 : : },
80550 : : };
80551 : : static
80552 : : struct {
80553 : : PyASCIIObject _ascii;
80554 : : uint8_t _data[11];
80555 : : }
80556 : : _collections_abc_toplevel_consts_50_consts_5_qualname = {
80557 : : ._ascii = {
80558 : : .ob_base = {
80559 : : .ob_refcnt = 999999999,
80560 : : .ob_type = &PyUnicode_Type,
80561 : : },
80562 : : .length = 10,
80563 : : .hash = -1,
80564 : : .state = {
80565 : : .kind = 1,
80566 : : .compact = 1,
80567 : : .ascii = 1,
80568 : : },
80569 : : },
80570 : : ._data = "Set.__gt__",
80571 : : };
80572 : : static
80573 : : struct _PyCode_DEF(146)
80574 : : _collections_abc_toplevel_consts_50_consts_5 = {
80575 : : .ob_base = {
80576 : : .ob_base = {
80577 : : .ob_refcnt = 999999999,
80578 : : .ob_type = &PyCode_Type,
80579 : : },
80580 : : .ob_size = 73,
80581 : : },
80582 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
80583 : : .co_names = & _collections_abc_toplevel_consts_50_consts_5_names._object.ob_base.ob_base,
80584 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80585 : : .co_flags = 3,
80586 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80587 : : ._co_linearray_entry_size = 0,
80588 : : .co_argcount = 2,
80589 : : .co_posonlyargcount = 0,
80590 : : .co_kwonlyargcount = 0,
80591 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
80592 : : .co_stacksize = 4,
80593 : : .co_firstlineno = 582,
80594 : : .co_nlocalsplus = 2,
80595 : : .co_nlocals = 2,
80596 : : .co_nplaincellvars = 0,
80597 : : .co_ncellvars = 0,
80598 : : .co_nfreevars = 0,
80599 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
80600 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80601 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80602 : : .co_name = &_Py_ID(__gt__),
80603 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_5_qualname._ascii.ob_base,
80604 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_4_linetable.ob_base.ob_base,
80605 : : ._co_code = NULL,
80606 : : ._co_linearray = NULL,
80607 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x04\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80608 : : ._co_firsttraceable = 0,
80609 : : };
80610 : : static
80611 : : struct {
80612 : : PyASCIIObject _ascii;
80613 : : uint8_t _data[11];
80614 : : }
80615 : : _collections_abc_toplevel_consts_50_consts_6_qualname = {
80616 : : ._ascii = {
80617 : : .ob_base = {
80618 : : .ob_refcnt = 999999999,
80619 : : .ob_type = &PyUnicode_Type,
80620 : : },
80621 : : .length = 10,
80622 : : .hash = -1,
80623 : : .state = {
80624 : : .kind = 1,
80625 : : .compact = 1,
80626 : : .ascii = 1,
80627 : : },
80628 : : },
80629 : : ._data = "Set.__ge__",
80630 : : };
80631 : : static
80632 : : struct {
80633 : : PyObject_VAR_HEAD
80634 : : Py_hash_t ob_shash;
80635 : : char ob_sval[90];
80636 : : }
80637 : : _collections_abc_toplevel_consts_50_consts_6_linetable = {
80638 : : .ob_base = {
80639 : : .ob_base = {
80640 : : .ob_refcnt = 999999999,
80641 : : .ob_type = &PyBytes_Type,
80642 : : },
80643 : : .ob_size = 89,
80644 : : },
80645 : : .ob_shash = -1,
80646 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0b\x0e\x88\x74\x8c\x39\x95\x73\x98\x35\x94\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xd8\x14\x19\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x44\xd8\x0f\x13\x98\x34\xd0\x0f\x1f\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
80647 : : };
80648 : : static
80649 : : struct _PyCode_DEF(142)
80650 : : _collections_abc_toplevel_consts_50_consts_6 = {
80651 : : .ob_base = {
80652 : : .ob_base = {
80653 : : .ob_refcnt = 999999999,
80654 : : .ob_type = &PyCode_Type,
80655 : : },
80656 : : .ob_size = 71,
80657 : : },
80658 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_3_consts._object.ob_base.ob_base,
80659 : : .co_names = & _collections_abc_toplevel_consts_50_consts_3_names._object.ob_base.ob_base,
80660 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80661 : : .co_flags = 3,
80662 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80663 : : ._co_linearray_entry_size = 0,
80664 : : .co_argcount = 2,
80665 : : .co_posonlyargcount = 0,
80666 : : .co_kwonlyargcount = 0,
80667 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
80668 : : .co_stacksize = 4,
80669 : : .co_firstlineno = 587,
80670 : : .co_nlocalsplus = 3,
80671 : : .co_nlocals = 3,
80672 : : .co_nplaincellvars = 0,
80673 : : .co_ncellvars = 0,
80674 : : .co_nfreevars = 0,
80675 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_3_localsplusnames._object.ob_base.ob_base,
80676 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
80677 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80678 : : .co_name = &_Py_ID(__ge__),
80679 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_6_qualname._ascii.ob_base,
80680 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_6_linetable.ob_base.ob_base,
80681 : : ._co_code = NULL,
80682 : : ._co_linearray = NULL,
80683 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x7c\x01\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x01\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
80684 : : ._co_firsttraceable = 0,
80685 : : };
80686 : : static
80687 : : struct {
80688 : : PyASCIIObject _ascii;
80689 : : uint8_t _data[11];
80690 : : }
80691 : : _collections_abc_toplevel_consts_50_consts_7_qualname = {
80692 : : ._ascii = {
80693 : : .ob_base = {
80694 : : .ob_refcnt = 999999999,
80695 : : .ob_type = &PyUnicode_Type,
80696 : : },
80697 : : .length = 10,
80698 : : .hash = -1,
80699 : : .state = {
80700 : : .kind = 1,
80701 : : .compact = 1,
80702 : : .ascii = 1,
80703 : : },
80704 : : },
80705 : : ._data = "Set.__eq__",
80706 : : };
80707 : : static
80708 : : struct {
80709 : : PyObject_VAR_HEAD
80710 : : Py_hash_t ob_shash;
80711 : : char ob_sval[57];
80712 : : }
80713 : : _collections_abc_toplevel_consts_50_consts_7_linetable = {
80714 : : .ob_base = {
80715 : : .ob_base = {
80716 : : .ob_refcnt = 999999999,
80717 : : .ob_type = &PyBytes_Type,
80718 : : },
80719 : : .ob_size = 56,
80720 : : },
80721 : : .ob_shash = -1,
80722 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x12\x90\x34\x8c\x79\x9d\x43\xa0\x05\x9c\x4a\xd2\x0f\x26\xd0\x0f\x3d\xa8\x34\xaf\x3b\xa9\x3b\xb0\x75\xd4\x2b\x3d\xd0\x08\x3d",
80723 : : };
80724 : : static
80725 : : struct _PyCode_DEF(146)
80726 : : _collections_abc_toplevel_consts_50_consts_7 = {
80727 : : .ob_base = {
80728 : : .ob_base = {
80729 : : .ob_refcnt = 999999999,
80730 : : .ob_type = &PyCode_Type,
80731 : : },
80732 : : .ob_size = 73,
80733 : : },
80734 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
80735 : : .co_names = & _collections_abc_toplevel_consts_50_consts_4_names._object.ob_base.ob_base,
80736 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80737 : : .co_flags = 3,
80738 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80739 : : ._co_linearray_entry_size = 0,
80740 : : .co_argcount = 2,
80741 : : .co_posonlyargcount = 0,
80742 : : .co_kwonlyargcount = 0,
80743 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
80744 : : .co_stacksize = 4,
80745 : : .co_firstlineno = 597,
80746 : : .co_nlocalsplus = 2,
80747 : : .co_nlocals = 2,
80748 : : .co_nplaincellvars = 0,
80749 : : .co_ncellvars = 0,
80750 : : .co_nfreevars = 0,
80751 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
80752 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80753 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80754 : : .co_name = &_Py_ID(__eq__),
80755 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_7_qualname._ascii.ob_base,
80756 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_7_linetable.ob_base.ob_base,
80757 : : ._co_code = NULL,
80758 : : ._co_linearray = NULL,
80759 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x11\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80760 : : ._co_firsttraceable = 0,
80761 : : };
80762 : : static
80763 : : struct {
80764 : : PyASCIIObject _ascii;
80765 : : uint8_t _data[189];
80766 : : }
80767 : : _collections_abc_toplevel_consts_50_consts_8_consts_0 = {
80768 : : ._ascii = {
80769 : : .ob_base = {
80770 : : .ob_refcnt = 999999999,
80771 : : .ob_type = &PyUnicode_Type,
80772 : : },
80773 : : .length = 188,
80774 : : .hash = -1,
80775 : : .state = {
80776 : : .kind = 1,
80777 : : .compact = 1,
80778 : : .ascii = 1,
80779 : : },
80780 : : },
80781 : : ._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",
80782 : : };
80783 : : static
80784 : : struct {
80785 : : PyGC_Head _gc_head;
80786 : : struct {
80787 : : PyObject_VAR_HEAD
80788 : : PyObject *ob_item[1];
80789 : : }_object;
80790 : : }
80791 : : _collections_abc_toplevel_consts_50_consts_8_consts = {
80792 : : ._object = {
80793 : : .ob_base = {
80794 : : .ob_base = {
80795 : : .ob_refcnt = 999999999,
80796 : : .ob_type = &PyTuple_Type,
80797 : : },
80798 : : .ob_size = 1,
80799 : : },
80800 : : .ob_item = {
80801 : : & _collections_abc_toplevel_consts_50_consts_8_consts_0._ascii.ob_base,
80802 : : },
80803 : : },
80804 : : };
80805 : : static
80806 : : struct {
80807 : : PyASCIIObject _ascii;
80808 : : uint8_t _data[15];
80809 : : }
80810 : : const_str__from_iterable = {
80811 : : ._ascii = {
80812 : : .ob_base = {
80813 : : .ob_refcnt = 999999999,
80814 : : .ob_type = &PyUnicode_Type,
80815 : : },
80816 : : .length = 14,
80817 : : .hash = -1,
80818 : : .state = {
80819 : : .kind = 1,
80820 : : .compact = 1,
80821 : : .ascii = 1,
80822 : : },
80823 : : },
80824 : : ._data = "_from_iterable",
80825 : : };
80826 : : static
80827 : : struct {
80828 : : PyASCIIObject _ascii;
80829 : : uint8_t _data[19];
80830 : : }
80831 : : _collections_abc_toplevel_consts_50_consts_8_qualname = {
80832 : : ._ascii = {
80833 : : .ob_base = {
80834 : : .ob_refcnt = 999999999,
80835 : : .ob_type = &PyUnicode_Type,
80836 : : },
80837 : : .length = 18,
80838 : : .hash = -1,
80839 : : .state = {
80840 : : .kind = 1,
80841 : : .compact = 1,
80842 : : .ascii = 1,
80843 : : },
80844 : : },
80845 : : ._data = "Set._from_iterable",
80846 : : };
80847 : : static
80848 : : struct {
80849 : : PyObject_VAR_HEAD
80850 : : Py_hash_t ob_shash;
80851 : : char ob_sval[16];
80852 : : }
80853 : : _collections_abc_toplevel_consts_50_consts_8_linetable = {
80854 : : .ob_base = {
80855 : : .ob_base = {
80856 : : .ob_refcnt = 999999999,
80857 : : .ob_type = &PyBytes_Type,
80858 : : },
80859 : : .ob_size = 15,
80860 : : },
80861 : : .ob_shash = -1,
80862 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x13\x88\x73\x90\x32\x8c\x77\x88\x0e",
80863 : : };
80864 : : static
80865 : : struct {
80866 : : PyASCIIObject _ascii;
80867 : : uint8_t _data[3];
80868 : : }
80869 : : const_str_it = {
80870 : : ._ascii = {
80871 : : .ob_base = {
80872 : : .ob_refcnt = 999999999,
80873 : : .ob_type = &PyUnicode_Type,
80874 : : },
80875 : : .length = 2,
80876 : : .hash = -1,
80877 : : .state = {
80878 : : .kind = 1,
80879 : : .compact = 1,
80880 : : .ascii = 1,
80881 : : },
80882 : : },
80883 : : ._data = "it",
80884 : : };
80885 : : static
80886 : : struct {
80887 : : PyGC_Head _gc_head;
80888 : : struct {
80889 : : PyObject_VAR_HEAD
80890 : : PyObject *ob_item[2];
80891 : : }_object;
80892 : : }
80893 : : _collections_abc_toplevel_consts_50_consts_8_localsplusnames = {
80894 : : ._object = {
80895 : : .ob_base = {
80896 : : .ob_base = {
80897 : : .ob_refcnt = 999999999,
80898 : : .ob_type = &PyTuple_Type,
80899 : : },
80900 : : .ob_size = 2,
80901 : : },
80902 : : .ob_item = {
80903 : : & const_str_cls._ascii.ob_base,
80904 : : & const_str_it._ascii.ob_base,
80905 : : },
80906 : : },
80907 : : };
80908 : : static
80909 : : struct _PyCode_DEF(20)
80910 : : _collections_abc_toplevel_consts_50_consts_8 = {
80911 : : .ob_base = {
80912 : : .ob_base = {
80913 : : .ob_refcnt = 999999999,
80914 : : .ob_type = &PyCode_Type,
80915 : : },
80916 : : .ob_size = 10,
80917 : : },
80918 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_8_consts._object.ob_base.ob_base,
80919 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
80920 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
80921 : : .co_flags = 3,
80922 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
80923 : : ._co_linearray_entry_size = 0,
80924 : : .co_argcount = 2,
80925 : : .co_posonlyargcount = 0,
80926 : : .co_kwonlyargcount = 0,
80927 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
80928 : : .co_stacksize = 3,
80929 : : .co_firstlineno = 602,
80930 : : .co_nlocalsplus = 2,
80931 : : .co_nlocals = 2,
80932 : : .co_nplaincellvars = 0,
80933 : : .co_ncellvars = 0,
80934 : : .co_nfreevars = 0,
80935 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
80936 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
80937 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
80938 : : .co_name = & const_str__from_iterable._ascii.ob_base,
80939 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_8_qualname._ascii.ob_base,
80940 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_8_linetable.ob_base.ob_base,
80941 : : ._co_code = NULL,
80942 : : ._co_linearray = NULL,
80943 : : .co_code_adaptive = "\x97\x00\x02\x00\x7c\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
80944 : : ._co_firsttraceable = 0,
80945 : : };
80946 : : static
80947 : : struct {
80948 : : PyASCIIObject _ascii;
80949 : : uint8_t _data[31];
80950 : : }
80951 : : _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname = {
80952 : : ._ascii = {
80953 : : .ob_base = {
80954 : : .ob_refcnt = 999999999,
80955 : : .ob_type = &PyUnicode_Type,
80956 : : },
80957 : : .length = 30,
80958 : : .hash = -1,
80959 : : .state = {
80960 : : .kind = 1,
80961 : : .compact = 1,
80962 : : .ascii = 1,
80963 : : },
80964 : : },
80965 : : ._data = "Set.__and__.<locals>.<genexpr>",
80966 : : };
80967 : : static
80968 : : struct {
80969 : : PyObject_VAR_HEAD
80970 : : Py_hash_t ob_shash;
80971 : : char ob_sval[45];
80972 : : }
80973 : : _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable = {
80974 : : .ob_base = {
80975 : : .ob_base = {
80976 : : .ob_refcnt = 999999999,
80977 : : .ob_type = &PyBytes_Type,
80978 : : },
80979 : : .ob_size = 44,
80980 : : },
80981 : : .ob_shash = -1,
80982 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x22\x4d\xd1\x22\x4d\xa8\x55\xb8\x75\xc8\x04\xb8\x7d\xd0\x22\x4d\xa0\x35\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d",
80983 : : };
80984 : : static
80985 : : struct {
80986 : : PyGC_Head _gc_head;
80987 : : struct {
80988 : : PyObject_VAR_HEAD
80989 : : PyObject *ob_item[3];
80990 : : }_object;
80991 : : }
80992 : : _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames = {
80993 : : ._object = {
80994 : : .ob_base = {
80995 : : .ob_base = {
80996 : : .ob_refcnt = 999999999,
80997 : : .ob_type = &PyTuple_Type,
80998 : : },
80999 : : .ob_size = 3,
81000 : : },
81001 : : .ob_item = {
81002 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
81003 : : & const_str_value._ascii.ob_base,
81004 : : & const_str_self._ascii.ob_base,
81005 : : },
81006 : : },
81007 : : };
81008 : : static
81009 : : struct _PyCode_DEF(38)
81010 : : _collections_abc_toplevel_consts_50_consts_9_consts_1 = {
81011 : : .ob_base = {
81012 : : .ob_base = {
81013 : : .ob_refcnt = 999999999,
81014 : : .ob_type = &PyCode_Type,
81015 : : },
81016 : : .ob_size = 19,
81017 : : },
81018 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
81019 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81020 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81021 : : .co_flags = 51,
81022 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81023 : : ._co_linearray_entry_size = 0,
81024 : : .co_argcount = 1,
81025 : : .co_posonlyargcount = 0,
81026 : : .co_kwonlyargcount = 0,
81027 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81028 : : .co_stacksize = 3,
81029 : : .co_firstlineno = 614,
81030 : : .co_nlocalsplus = 3,
81031 : : .co_nlocals = 2,
81032 : : .co_nplaincellvars = 0,
81033 : : .co_ncellvars = 0,
81034 : : .co_nfreevars = 1,
81035 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
81036 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
81037 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81038 : : .co_name = &_Py_STR(anon_genexpr),
81039 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_consts_1_qualname._ascii.ob_base,
81040 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_consts_1_linetable.ob_base.ob_base,
81041 : : ._co_code = NULL,
81042 : : ._co_linearray = NULL,
81043 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x00\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
81044 : : ._co_firsttraceable = 3,
81045 : : };
81046 : : static
81047 : : struct {
81048 : : PyGC_Head _gc_head;
81049 : : struct {
81050 : : PyObject_VAR_HEAD
81051 : : PyObject *ob_item[2];
81052 : : }_object;
81053 : : }
81054 : : _collections_abc_toplevel_consts_50_consts_9_consts = {
81055 : : ._object = {
81056 : : .ob_base = {
81057 : : .ob_base = {
81058 : : .ob_refcnt = 999999999,
81059 : : .ob_type = &PyTuple_Type,
81060 : : },
81061 : : .ob_size = 2,
81062 : : },
81063 : : .ob_item = {
81064 : : Py_None,
81065 : : & _collections_abc_toplevel_consts_50_consts_9_consts_1.ob_base.ob_base,
81066 : : },
81067 : : },
81068 : : };
81069 : : static
81070 : : struct {
81071 : : PyGC_Head _gc_head;
81072 : : struct {
81073 : : PyObject_VAR_HEAD
81074 : : PyObject *ob_item[4];
81075 : : }_object;
81076 : : }
81077 : : _collections_abc_toplevel_consts_50_consts_9_names = {
81078 : : ._object = {
81079 : : .ob_base = {
81080 : : .ob_base = {
81081 : : .ob_refcnt = 999999999,
81082 : : .ob_type = &PyTuple_Type,
81083 : : },
81084 : : .ob_size = 4,
81085 : : },
81086 : : .ob_item = {
81087 : : &_Py_ID(isinstance),
81088 : : & const_str_Iterable._ascii.ob_base,
81089 : : & const_str_NotImplemented._ascii.ob_base,
81090 : : & const_str__from_iterable._ascii.ob_base,
81091 : : },
81092 : : },
81093 : : };
81094 : : static
81095 : : struct {
81096 : : PyASCIIObject _ascii;
81097 : : uint8_t _data[12];
81098 : : }
81099 : : _collections_abc_toplevel_consts_50_consts_9_qualname = {
81100 : : ._ascii = {
81101 : : .ob_base = {
81102 : : .ob_refcnt = 999999999,
81103 : : .ob_type = &PyUnicode_Type,
81104 : : },
81105 : : .length = 11,
81106 : : .hash = -1,
81107 : : .state = {
81108 : : .kind = 1,
81109 : : .compact = 1,
81110 : : .ascii = 1,
81111 : : },
81112 : : },
81113 : : ._data = "Set.__and__",
81114 : : };
81115 : : static
81116 : : struct {
81117 : : PyObject_VAR_HEAD
81118 : : Py_hash_t ob_shash;
81119 : : char ob_sval[60];
81120 : : }
81121 : : _collections_abc_toplevel_consts_50_consts_9_linetable = {
81122 : : .ob_base = {
81123 : : .ob_base = {
81124 : : .ob_refcnt = 999999999,
81125 : : .ob_type = &PyBytes_Type,
81126 : : },
81127 : : .ob_size = 59,
81128 : : },
81129 : : .ob_shash = -1,
81130 : : .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd4\x0f\x2a\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xd0\x22\x4d\xb0\x65\xd0\x22\x4d\xd4\x22\x4d\xd4\x0f\x4d\xd0\x08\x4d",
81131 : : };
81132 : : static
81133 : : struct _PyCode_DEF(112)
81134 : : _collections_abc_toplevel_consts_50_consts_9 = {
81135 : : .ob_base = {
81136 : : .ob_base = {
81137 : : .ob_refcnt = 999999999,
81138 : : .ob_type = &PyCode_Type,
81139 : : },
81140 : : .ob_size = 56,
81141 : : },
81142 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_9_consts._object.ob_base.ob_base,
81143 : : .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
81144 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81145 : : .co_flags = 3,
81146 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81147 : : ._co_linearray_entry_size = 0,
81148 : : .co_argcount = 2,
81149 : : .co_posonlyargcount = 0,
81150 : : .co_kwonlyargcount = 0,
81151 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81152 : : .co_stacksize = 4,
81153 : : .co_firstlineno = 611,
81154 : : .co_nlocalsplus = 2,
81155 : : .co_nlocals = 2,
81156 : : .co_nplaincellvars = 0,
81157 : : .co_ncellvars = 1,
81158 : : .co_nfreevars = 0,
81159 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
81160 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
81161 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81162 : : .co_name = &_Py_ID(__and__),
81163 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_9_qualname._ascii.ob_base,
81164 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_9_linetable.ob_base.ob_base,
81165 : : ._co_code = NULL,
81166 : : ._co_linearray = NULL,
81167 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x89\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
81168 : : ._co_firsttraceable = 1,
81169 : : };
81170 : : static
81171 : : struct {
81172 : : PyASCIIObject _ascii;
81173 : : uint8_t _data[50];
81174 : : }
81175 : : _collections_abc_toplevel_consts_50_consts_10_consts_0 = {
81176 : : ._ascii = {
81177 : : .ob_base = {
81178 : : .ob_refcnt = 999999999,
81179 : : .ob_type = &PyUnicode_Type,
81180 : : },
81181 : : .length = 49,
81182 : : .hash = -1,
81183 : : .state = {
81184 : : .kind = 1,
81185 : : .compact = 1,
81186 : : .ascii = 1,
81187 : : },
81188 : : },
81189 : : ._data = "Return True if two sets have a null intersection.",
81190 : : };
81191 : : static
81192 : : struct {
81193 : : PyGC_Head _gc_head;
81194 : : struct {
81195 : : PyObject_VAR_HEAD
81196 : : PyObject *ob_item[3];
81197 : : }_object;
81198 : : }
81199 : : _collections_abc_toplevel_consts_50_consts_10_consts = {
81200 : : ._object = {
81201 : : .ob_base = {
81202 : : .ob_base = {
81203 : : .ob_refcnt = 999999999,
81204 : : .ob_type = &PyTuple_Type,
81205 : : },
81206 : : .ob_size = 3,
81207 : : },
81208 : : .ob_item = {
81209 : : & _collections_abc_toplevel_consts_50_consts_10_consts_0._ascii.ob_base,
81210 : : Py_False,
81211 : : Py_True,
81212 : : },
81213 : : },
81214 : : };
81215 : : static
81216 : : struct {
81217 : : PyASCIIObject _ascii;
81218 : : uint8_t _data[11];
81219 : : }
81220 : : const_str_isdisjoint = {
81221 : : ._ascii = {
81222 : : .ob_base = {
81223 : : .ob_refcnt = 999999999,
81224 : : .ob_type = &PyUnicode_Type,
81225 : : },
81226 : : .length = 10,
81227 : : .hash = -1,
81228 : : .state = {
81229 : : .kind = 1,
81230 : : .compact = 1,
81231 : : .ascii = 1,
81232 : : },
81233 : : },
81234 : : ._data = "isdisjoint",
81235 : : };
81236 : : static
81237 : : struct {
81238 : : PyASCIIObject _ascii;
81239 : : uint8_t _data[15];
81240 : : }
81241 : : _collections_abc_toplevel_consts_50_consts_10_qualname = {
81242 : : ._ascii = {
81243 : : .ob_base = {
81244 : : .ob_refcnt = 999999999,
81245 : : .ob_type = &PyUnicode_Type,
81246 : : },
81247 : : .length = 14,
81248 : : .hash = -1,
81249 : : .state = {
81250 : : .kind = 1,
81251 : : .compact = 1,
81252 : : .ascii = 1,
81253 : : },
81254 : : },
81255 : : ._data = "Set.isdisjoint",
81256 : : };
81257 : : static
81258 : : struct {
81259 : : PyObject_VAR_HEAD
81260 : : Py_hash_t ob_shash;
81261 : : char ob_sval[42];
81262 : : }
81263 : : _collections_abc_toplevel_consts_50_consts_10_linetable = {
81264 : : .ob_base = {
81265 : : .ob_base = {
81266 : : .ob_refcnt = 999999999,
81267 : : .ob_type = &PyBytes_Type,
81268 : : },
81269 : : .ob_size = 41,
81270 : : },
81271 : : .ob_shash = -1,
81272 : : .ob_sval = "\x80\x00\xe0\x15\x1a\xf0\x00\x02\x09\x1d\xf1\x00\x02\x09\x1d\x88\x45\xd8\x0f\x14\x98\x04\x88\x7d\xf0\x00\x01\x0d\x1d\xd8\x17\x1c\x90\x75\x90\x75\xd8\x0f\x13\x88\x74",
81273 : : };
81274 : : static
81275 : : struct {
81276 : : PyGC_Head _gc_head;
81277 : : struct {
81278 : : PyObject_VAR_HEAD
81279 : : PyObject *ob_item[3];
81280 : : }_object;
81281 : : }
81282 : : _collections_abc_toplevel_consts_50_consts_10_localsplusnames = {
81283 : : ._object = {
81284 : : .ob_base = {
81285 : : .ob_base = {
81286 : : .ob_refcnt = 999999999,
81287 : : .ob_type = &PyTuple_Type,
81288 : : },
81289 : : .ob_size = 3,
81290 : : },
81291 : : .ob_item = {
81292 : : & const_str_self._ascii.ob_base,
81293 : : & const_str_other._ascii.ob_base,
81294 : : & const_str_value._ascii.ob_base,
81295 : : },
81296 : : },
81297 : : };
81298 : : static
81299 : : struct _PyCode_DEF(30)
81300 : : _collections_abc_toplevel_consts_50_consts_10 = {
81301 : : .ob_base = {
81302 : : .ob_base = {
81303 : : .ob_refcnt = 999999999,
81304 : : .ob_type = &PyCode_Type,
81305 : : },
81306 : : .ob_size = 15,
81307 : : },
81308 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_10_consts._object.ob_base.ob_base,
81309 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81310 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81311 : : .co_flags = 3,
81312 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81313 : : ._co_linearray_entry_size = 0,
81314 : : .co_argcount = 2,
81315 : : .co_posonlyargcount = 0,
81316 : : .co_kwonlyargcount = 0,
81317 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81318 : : .co_stacksize = 3,
81319 : : .co_firstlineno = 618,
81320 : : .co_nlocalsplus = 3,
81321 : : .co_nlocals = 3,
81322 : : .co_nplaincellvars = 0,
81323 : : .co_ncellvars = 0,
81324 : : .co_nfreevars = 0,
81325 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_10_localsplusnames._object.ob_base.ob_base,
81326 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
81327 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81328 : : .co_name = & const_str_isdisjoint._ascii.ob_base,
81329 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_10_qualname._ascii.ob_base,
81330 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_10_linetable.ob_base.ob_base,
81331 : : ._co_code = NULL,
81332 : : ._co_linearray = NULL,
81333 : : .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x08\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x00\xaf\x07\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
81334 : : ._co_firsttraceable = 0,
81335 : : };
81336 : : static
81337 : : struct {
81338 : : PyASCIIObject _ascii;
81339 : : uint8_t _data[30];
81340 : : }
81341 : : _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname = {
81342 : : ._ascii = {
81343 : : .ob_base = {
81344 : : .ob_refcnt = 999999999,
81345 : : .ob_type = &PyUnicode_Type,
81346 : : },
81347 : : .length = 29,
81348 : : .hash = -1,
81349 : : .state = {
81350 : : .kind = 1,
81351 : : .compact = 1,
81352 : : .ascii = 1,
81353 : : },
81354 : : },
81355 : : ._data = "Set.__or__.<locals>.<genexpr>",
81356 : : };
81357 : : static
81358 : : struct {
81359 : : PyObject_VAR_HEAD
81360 : : Py_hash_t ob_shash;
81361 : : char ob_sval[48];
81362 : : }
81363 : : _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable = {
81364 : : .ob_base = {
81365 : : .ob_base = {
81366 : : .ob_refcnt = 999999999,
81367 : : .ob_type = &PyBytes_Type,
81368 : : },
81369 : : .ob_size = 47,
81370 : : },
81371 : : .ob_shash = -1,
81372 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x10\x35\xd1\x10\x35\x90\x71\xb0\x31\xd0\x10\x35\xd1\x10\x35\xa8\x61\x90\x11\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35\xd0\x10\x35",
81373 : : };
81374 : : static
81375 : : struct {
81376 : : PyASCIIObject _ascii;
81377 : : uint8_t _data[2];
81378 : : }
81379 : : const_str_e = {
81380 : : ._ascii = {
81381 : : .ob_base = {
81382 : : .ob_refcnt = 999999999,
81383 : : .ob_type = &PyUnicode_Type,
81384 : : },
81385 : : .length = 1,
81386 : : .hash = -1,
81387 : : .state = {
81388 : : .kind = 1,
81389 : : .compact = 1,
81390 : : .ascii = 1,
81391 : : },
81392 : : },
81393 : : ._data = "e",
81394 : : };
81395 : : static
81396 : : struct {
81397 : : PyGC_Head _gc_head;
81398 : : struct {
81399 : : PyObject_VAR_HEAD
81400 : : PyObject *ob_item[3];
81401 : : }_object;
81402 : : }
81403 : : _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames = {
81404 : : ._object = {
81405 : : .ob_base = {
81406 : : .ob_base = {
81407 : : .ob_refcnt = 999999999,
81408 : : .ob_type = &PyTuple_Type,
81409 : : },
81410 : : .ob_size = 3,
81411 : : },
81412 : : .ob_item = {
81413 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
81414 : : & const_str_s._ascii.ob_base,
81415 : : & const_str_e._ascii.ob_base,
81416 : : },
81417 : : },
81418 : : };
81419 : : static
81420 : : struct _PyCode_DEF(40)
81421 : : _collections_abc_toplevel_consts_50_consts_11_consts_1 = {
81422 : : .ob_base = {
81423 : : .ob_base = {
81424 : : .ob_refcnt = 999999999,
81425 : : .ob_type = &PyCode_Type,
81426 : : },
81427 : : .ob_size = 20,
81428 : : },
81429 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
81430 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81431 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81432 : : .co_flags = 51,
81433 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81434 : : ._co_linearray_entry_size = 0,
81435 : : .co_argcount = 1,
81436 : : .co_posonlyargcount = 0,
81437 : : .co_kwonlyargcount = 0,
81438 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81439 : : .co_stacksize = 3,
81440 : : .co_firstlineno = 628,
81441 : : .co_nlocalsplus = 3,
81442 : : .co_nlocals = 3,
81443 : : .co_nplaincellvars = 0,
81444 : : .co_ncellvars = 0,
81445 : : .co_nfreevars = 0,
81446 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
81447 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
81448 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81449 : : .co_name = &_Py_STR(anon_genexpr),
81450 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_consts_1_qualname._ascii.ob_base,
81451 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_consts_1_linetable.ob_base.ob_base,
81452 : : ._co_code = NULL,
81453 : : ._co_linearray = NULL,
81454 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x06\x00\x00\x7d\x02\x7c\x02\x96\x03\x97\x01\x01\x00\x8c\x08\x8c\x0e\x64\x00\x53\x00",
81455 : : ._co_firsttraceable = 2,
81456 : : };
81457 : : static
81458 : : struct {
81459 : : PyGC_Head _gc_head;
81460 : : struct {
81461 : : PyObject_VAR_HEAD
81462 : : PyObject *ob_item[2];
81463 : : }_object;
81464 : : }
81465 : : _collections_abc_toplevel_consts_50_consts_11_consts = {
81466 : : ._object = {
81467 : : .ob_base = {
81468 : : .ob_base = {
81469 : : .ob_refcnt = 999999999,
81470 : : .ob_type = &PyTuple_Type,
81471 : : },
81472 : : .ob_size = 2,
81473 : : },
81474 : : .ob_item = {
81475 : : Py_None,
81476 : : & _collections_abc_toplevel_consts_50_consts_11_consts_1.ob_base.ob_base,
81477 : : },
81478 : : },
81479 : : };
81480 : : static
81481 : : struct {
81482 : : PyASCIIObject _ascii;
81483 : : uint8_t _data[11];
81484 : : }
81485 : : _collections_abc_toplevel_consts_50_consts_11_qualname = {
81486 : : ._ascii = {
81487 : : .ob_base = {
81488 : : .ob_refcnt = 999999999,
81489 : : .ob_type = &PyUnicode_Type,
81490 : : },
81491 : : .length = 10,
81492 : : .hash = -1,
81493 : : .state = {
81494 : : .kind = 1,
81495 : : .compact = 1,
81496 : : .ascii = 1,
81497 : : },
81498 : : },
81499 : : ._data = "Set.__or__",
81500 : : };
81501 : : static
81502 : : struct {
81503 : : PyObject_VAR_HEAD
81504 : : Py_hash_t ob_shash;
81505 : : char ob_sval[61];
81506 : : }
81507 : : _collections_abc_toplevel_consts_50_consts_11_linetable = {
81508 : : .ob_base = {
81509 : : .ob_base = {
81510 : : .ob_refcnt = 999999999,
81511 : : .ob_type = &PyBytes_Type,
81512 : : },
81513 : : .ob_size = 60,
81514 : : },
81515 : : .ob_shash = -1,
81516 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x18\xd4\x0f\x2a\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xd8\x10\x35\xd0\x10\x35\x98\x54\xa0\x35\x98\x4d\xd0\x10\x35\xd4\x10\x35\x88\x05\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xa0\x35\xd4\x0f\x29\xd0\x08\x29",
81517 : : };
81518 : : static
81519 : : struct {
81520 : : PyASCIIObject _ascii;
81521 : : uint8_t _data[6];
81522 : : }
81523 : : const_str_chain = {
81524 : : ._ascii = {
81525 : : .ob_base = {
81526 : : .ob_refcnt = 999999999,
81527 : : .ob_type = &PyUnicode_Type,
81528 : : },
81529 : : .length = 5,
81530 : : .hash = -1,
81531 : : .state = {
81532 : : .kind = 1,
81533 : : .compact = 1,
81534 : : .ascii = 1,
81535 : : },
81536 : : },
81537 : : ._data = "chain",
81538 : : };
81539 : : static
81540 : : struct {
81541 : : PyGC_Head _gc_head;
81542 : : struct {
81543 : : PyObject_VAR_HEAD
81544 : : PyObject *ob_item[3];
81545 : : }_object;
81546 : : }
81547 : : _collections_abc_toplevel_consts_50_consts_11_localsplusnames = {
81548 : : ._object = {
81549 : : .ob_base = {
81550 : : .ob_base = {
81551 : : .ob_refcnt = 999999999,
81552 : : .ob_type = &PyTuple_Type,
81553 : : },
81554 : : .ob_size = 3,
81555 : : },
81556 : : .ob_item = {
81557 : : & const_str_self._ascii.ob_base,
81558 : : & const_str_other._ascii.ob_base,
81559 : : & const_str_chain._ascii.ob_base,
81560 : : },
81561 : : },
81562 : : };
81563 : : static
81564 : : struct _PyCode_DEF(114)
81565 : : _collections_abc_toplevel_consts_50_consts_11 = {
81566 : : .ob_base = {
81567 : : .ob_base = {
81568 : : .ob_refcnt = 999999999,
81569 : : .ob_type = &PyCode_Type,
81570 : : },
81571 : : .ob_size = 57,
81572 : : },
81573 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_11_consts._object.ob_base.ob_base,
81574 : : .co_names = & _collections_abc_toplevel_consts_50_consts_9_names._object.ob_base.ob_base,
81575 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81576 : : .co_flags = 3,
81577 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81578 : : ._co_linearray_entry_size = 0,
81579 : : .co_argcount = 2,
81580 : : .co_posonlyargcount = 0,
81581 : : .co_kwonlyargcount = 0,
81582 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
81583 : : .co_stacksize = 4,
81584 : : .co_firstlineno = 625,
81585 : : .co_nlocalsplus = 3,
81586 : : .co_nlocals = 3,
81587 : : .co_nplaincellvars = 0,
81588 : : .co_ncellvars = 0,
81589 : : .co_nfreevars = 0,
81590 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_11_localsplusnames._object.ob_base.ob_base,
81591 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
81592 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81593 : : .co_name = &_Py_ID(__or__),
81594 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_11_qualname._ascii.ob_base,
81595 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_11_linetable.ob_base.ob_base,
81596 : : ._co_code = NULL,
81597 : : ._co_linearray = NULL,
81598 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x01\x84\x00\x7c\x00\x7c\x01\x66\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
81599 : : ._co_firsttraceable = 0,
81600 : : };
81601 : : static
81602 : : struct {
81603 : : PyASCIIObject _ascii;
81604 : : uint8_t _data[31];
81605 : : }
81606 : : _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname = {
81607 : : ._ascii = {
81608 : : .ob_base = {
81609 : : .ob_refcnt = 999999999,
81610 : : .ob_type = &PyUnicode_Type,
81611 : : },
81612 : : .length = 30,
81613 : : .hash = -1,
81614 : : .state = {
81615 : : .kind = 1,
81616 : : .compact = 1,
81617 : : .ascii = 1,
81618 : : },
81619 : : },
81620 : : ._data = "Set.__sub__.<locals>.<genexpr>",
81621 : : };
81622 : : static
81623 : : struct {
81624 : : PyObject_VAR_HEAD
81625 : : Py_hash_t ob_shash;
81626 : : char ob_sval[65];
81627 : : }
81628 : : _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable = {
81629 : : .ob_base = {
81630 : : .ob_base = {
81631 : : .ob_refcnt = 999999999,
81632 : : .ob_type = &PyBytes_Type,
81633 : : },
81634 : : .ob_size = 64,
81635 : : },
81636 : : .ob_shash = -1,
81637 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x3a\xf1\x00\x01\x23\x3a\xa8\x55\xd8\x26\x2b\xb0\x35\xd0\x26\x38\xf0\x03\x01\x23\x3a\xa0\x35\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a",
81638 : : };
81639 : : static
81640 : : struct {
81641 : : PyGC_Head _gc_head;
81642 : : struct {
81643 : : PyObject_VAR_HEAD
81644 : : PyObject *ob_item[3];
81645 : : }_object;
81646 : : }
81647 : : _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames = {
81648 : : ._object = {
81649 : : .ob_base = {
81650 : : .ob_base = {
81651 : : .ob_refcnt = 999999999,
81652 : : .ob_type = &PyTuple_Type,
81653 : : },
81654 : : .ob_size = 3,
81655 : : },
81656 : : .ob_item = {
81657 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
81658 : : & const_str_value._ascii.ob_base,
81659 : : & const_str_other._ascii.ob_base,
81660 : : },
81661 : : },
81662 : : };
81663 : : static
81664 : : struct _PyCode_DEF(38)
81665 : : _collections_abc_toplevel_consts_50_consts_12_consts_1 = {
81666 : : .ob_base = {
81667 : : .ob_base = {
81668 : : .ob_refcnt = 999999999,
81669 : : .ob_type = &PyCode_Type,
81670 : : },
81671 : : .ob_size = 19,
81672 : : },
81673 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
81674 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81675 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81676 : : .co_flags = 51,
81677 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81678 : : ._co_linearray_entry_size = 0,
81679 : : .co_argcount = 1,
81680 : : .co_posonlyargcount = 0,
81681 : : .co_kwonlyargcount = 0,
81682 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81683 : : .co_stacksize = 3,
81684 : : .co_firstlineno = 638,
81685 : : .co_nlocalsplus = 3,
81686 : : .co_nlocals = 2,
81687 : : .co_nplaincellvars = 0,
81688 : : .co_ncellvars = 0,
81689 : : .co_nfreevars = 1,
81690 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_12_consts_1_localsplusnames._object.ob_base.ob_base,
81691 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
81692 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81693 : : .co_name = &_Py_STR(anon_genexpr),
81694 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_consts_1_qualname._ascii.ob_base,
81695 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_consts_1_linetable.ob_base.ob_base,
81696 : : ._co_code = NULL,
81697 : : ._co_linearray = NULL,
81698 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
81699 : : ._co_firsttraceable = 3,
81700 : : };
81701 : : static
81702 : : struct {
81703 : : PyGC_Head _gc_head;
81704 : : struct {
81705 : : PyObject_VAR_HEAD
81706 : : PyObject *ob_item[2];
81707 : : }_object;
81708 : : }
81709 : : _collections_abc_toplevel_consts_50_consts_12_consts = {
81710 : : ._object = {
81711 : : .ob_base = {
81712 : : .ob_base = {
81713 : : .ob_refcnt = 999999999,
81714 : : .ob_type = &PyTuple_Type,
81715 : : },
81716 : : .ob_size = 2,
81717 : : },
81718 : : .ob_item = {
81719 : : Py_None,
81720 : : & _collections_abc_toplevel_consts_50_consts_12_consts_1.ob_base.ob_base,
81721 : : },
81722 : : },
81723 : : };
81724 : : static
81725 : : struct {
81726 : : PyGC_Head _gc_head;
81727 : : struct {
81728 : : PyObject_VAR_HEAD
81729 : : PyObject *ob_item[5];
81730 : : }_object;
81731 : : }
81732 : : _collections_abc_toplevel_consts_50_consts_12_names = {
81733 : : ._object = {
81734 : : .ob_base = {
81735 : : .ob_base = {
81736 : : .ob_refcnt = 999999999,
81737 : : .ob_type = &PyTuple_Type,
81738 : : },
81739 : : .ob_size = 5,
81740 : : },
81741 : : .ob_item = {
81742 : : &_Py_ID(isinstance),
81743 : : & const_str_Set._ascii.ob_base,
81744 : : & const_str_Iterable._ascii.ob_base,
81745 : : & const_str_NotImplemented._ascii.ob_base,
81746 : : & const_str__from_iterable._ascii.ob_base,
81747 : : },
81748 : : },
81749 : : };
81750 : : static
81751 : : struct {
81752 : : PyASCIIObject _ascii;
81753 : : uint8_t _data[12];
81754 : : }
81755 : : _collections_abc_toplevel_consts_50_consts_12_qualname = {
81756 : : ._ascii = {
81757 : : .ob_base = {
81758 : : .ob_refcnt = 999999999,
81759 : : .ob_type = &PyUnicode_Type,
81760 : : },
81761 : : .length = 11,
81762 : : .hash = -1,
81763 : : .state = {
81764 : : .kind = 1,
81765 : : .compact = 1,
81766 : : .ascii = 1,
81767 : : },
81768 : : },
81769 : : ._data = "Set.__sub__",
81770 : : };
81771 : : static
81772 : : struct {
81773 : : PyObject_VAR_HEAD
81774 : : Py_hash_t ob_shash;
81775 : : char ob_sval[107];
81776 : : }
81777 : : _collections_abc_toplevel_consts_50_consts_12_linetable = {
81778 : : .ob_base = {
81779 : : .ob_base = {
81780 : : .ob_refcnt = 999999999,
81781 : : .ob_type = &PyBytes_Type,
81782 : : },
81783 : : .ob_size = 106,
81784 : : },
81785 : : .ob_shash = -1,
81786 : : .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xf0\x00\x01\x23\x3a\xb0\x64\xf0\x00\x01\x23\x3a\xf4\x00\x01\x23\x3a\xf4\x00\x01\x10\x3a\xf0\x00\x01\x09\x3a",
81787 : : };
81788 : : static
81789 : : struct {
81790 : : PyObject_VAR_HEAD
81791 : : Py_hash_t ob_shash;
81792 : : char ob_sval[3];
81793 : : }
81794 : : _collections_abc_toplevel_consts_50_consts_12_localspluskinds = {
81795 : : .ob_base = {
81796 : : .ob_base = {
81797 : : .ob_refcnt = 999999999,
81798 : : .ob_type = &PyBytes_Type,
81799 : : },
81800 : : .ob_size = 2,
81801 : : },
81802 : : .ob_shash = -1,
81803 : : .ob_sval = " `",
81804 : : };
81805 : : static
81806 : : struct _PyCode_DEF(186)
81807 : : _collections_abc_toplevel_consts_50_consts_12 = {
81808 : : .ob_base = {
81809 : : .ob_base = {
81810 : : .ob_refcnt = 999999999,
81811 : : .ob_type = &PyCode_Type,
81812 : : },
81813 : : .ob_size = 93,
81814 : : },
81815 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_12_consts._object.ob_base.ob_base,
81816 : : .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
81817 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81818 : : .co_flags = 3,
81819 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81820 : : ._co_linearray_entry_size = 0,
81821 : : .co_argcount = 2,
81822 : : .co_posonlyargcount = 0,
81823 : : .co_kwonlyargcount = 0,
81824 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81825 : : .co_stacksize = 4,
81826 : : .co_firstlineno = 633,
81827 : : .co_nlocalsplus = 2,
81828 : : .co_nlocals = 2,
81829 : : .co_nplaincellvars = 0,
81830 : : .co_ncellvars = 1,
81831 : : .co_nfreevars = 0,
81832 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
81833 : : .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
81834 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81835 : : .co_name = &_Py_ID(__sub__),
81836 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_12_qualname._ascii.ob_base,
81837 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_12_linetable.ob_base.ob_base,
81838 : : ._co_code = NULL,
81839 : : ._co_linearray = NULL,
81840 : : .co_code_adaptive = "\x87\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x01\x66\x01\x64\x01\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
81841 : : ._co_firsttraceable = 1,
81842 : : };
81843 : : static
81844 : : struct {
81845 : : PyASCIIObject _ascii;
81846 : : uint8_t _data[32];
81847 : : }
81848 : : _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname = {
81849 : : ._ascii = {
81850 : : .ob_base = {
81851 : : .ob_refcnt = 999999999,
81852 : : .ob_type = &PyUnicode_Type,
81853 : : },
81854 : : .length = 31,
81855 : : .hash = -1,
81856 : : .state = {
81857 : : .kind = 1,
81858 : : .compact = 1,
81859 : : .ascii = 1,
81860 : : },
81861 : : },
81862 : : ._data = "Set.__rsub__.<locals>.<genexpr>",
81863 : : };
81864 : : static
81865 : : struct {
81866 : : PyObject_VAR_HEAD
81867 : : Py_hash_t ob_shash;
81868 : : char ob_sval[65];
81869 : : }
81870 : : _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable = {
81871 : : .ob_base = {
81872 : : .ob_base = {
81873 : : .ob_refcnt = 999999999,
81874 : : .ob_type = &PyBytes_Type,
81875 : : },
81876 : : .ob_size = 64,
81877 : : },
81878 : : .ob_shash = -1,
81879 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x01\x23\x39\xf1\x00\x01\x23\x39\xa8\x55\xd8\x26\x2b\xb0\x34\xd0\x26\x37\xf0\x03\x01\x23\x39\xa0\x35\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39",
81880 : : };
81881 : : static
81882 : : struct _PyCode_DEF(38)
81883 : : _collections_abc_toplevel_consts_50_consts_13_consts_1 = {
81884 : : .ob_base = {
81885 : : .ob_base = {
81886 : : .ob_refcnt = 999999999,
81887 : : .ob_type = &PyCode_Type,
81888 : : },
81889 : : .ob_size = 19,
81890 : : },
81891 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
81892 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
81893 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81894 : : .co_flags = 51,
81895 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81896 : : ._co_linearray_entry_size = 0,
81897 : : .co_argcount = 1,
81898 : : .co_posonlyargcount = 0,
81899 : : .co_kwonlyargcount = 0,
81900 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
81901 : : .co_stacksize = 3,
81902 : : .co_firstlineno = 646,
81903 : : .co_nlocalsplus = 3,
81904 : : .co_nlocals = 2,
81905 : : .co_nplaincellvars = 0,
81906 : : .co_ncellvars = 0,
81907 : : .co_nfreevars = 1,
81908 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_9_consts_1_localsplusnames._object.ob_base.ob_base,
81909 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
81910 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
81911 : : .co_name = &_Py_STR(anon_genexpr),
81912 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_consts_1_qualname._ascii.ob_base,
81913 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_consts_1_linetable.ob_base.ob_base,
81914 : : ._co_code = NULL,
81915 : : ._co_linearray = NULL,
81916 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0a\x00\x00\x7d\x01\x7c\x01\x89\x02\x76\x01\xaf\x07\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0c\x64\x00\x53\x00",
81917 : : ._co_firsttraceable = 3,
81918 : : };
81919 : : static
81920 : : struct {
81921 : : PyGC_Head _gc_head;
81922 : : struct {
81923 : : PyObject_VAR_HEAD
81924 : : PyObject *ob_item[2];
81925 : : }_object;
81926 : : }
81927 : : _collections_abc_toplevel_consts_50_consts_13_consts = {
81928 : : ._object = {
81929 : : .ob_base = {
81930 : : .ob_base = {
81931 : : .ob_refcnt = 999999999,
81932 : : .ob_type = &PyTuple_Type,
81933 : : },
81934 : : .ob_size = 2,
81935 : : },
81936 : : .ob_item = {
81937 : : Py_None,
81938 : : & _collections_abc_toplevel_consts_50_consts_13_consts_1.ob_base.ob_base,
81939 : : },
81940 : : },
81941 : : };
81942 : : static
81943 : : struct {
81944 : : PyASCIIObject _ascii;
81945 : : uint8_t _data[13];
81946 : : }
81947 : : _collections_abc_toplevel_consts_50_consts_13_qualname = {
81948 : : ._ascii = {
81949 : : .ob_base = {
81950 : : .ob_refcnt = 999999999,
81951 : : .ob_type = &PyUnicode_Type,
81952 : : },
81953 : : .length = 12,
81954 : : .hash = -1,
81955 : : .state = {
81956 : : .kind = 1,
81957 : : .compact = 1,
81958 : : .ascii = 1,
81959 : : },
81960 : : },
81961 : : ._data = "Set.__rsub__",
81962 : : };
81963 : : static
81964 : : struct {
81965 : : PyObject_VAR_HEAD
81966 : : Py_hash_t ob_shash;
81967 : : char ob_sval[107];
81968 : : }
81969 : : _collections_abc_toplevel_consts_50_consts_13_linetable = {
81970 : : .ob_base = {
81971 : : .ob_base = {
81972 : : .ob_refcnt = 999999999,
81973 : : .ob_type = &PyBytes_Type,
81974 : : },
81975 : : .ob_size = 106,
81976 : : },
81977 : : .ob_shash = -1,
81978 : : .ob_sval = "\xf8\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x0f\x13\xd7\x0f\x22\xd1\x0f\x22\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xf0\x00\x01\x23\x39\xb0\x65\xf0\x00\x01\x23\x39\xf4\x00\x01\x23\x39\xf4\x00\x01\x10\x39\xf0\x00\x01\x09\x39",
81979 : : };
81980 : : static
81981 : : struct _PyCode_DEF(186)
81982 : : _collections_abc_toplevel_consts_50_consts_13 = {
81983 : : .ob_base = {
81984 : : .ob_base = {
81985 : : .ob_refcnt = 999999999,
81986 : : .ob_type = &PyCode_Type,
81987 : : },
81988 : : .ob_size = 93,
81989 : : },
81990 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_13_consts._object.ob_base.ob_base,
81991 : : .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
81992 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
81993 : : .co_flags = 3,
81994 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
81995 : : ._co_linearray_entry_size = 0,
81996 : : .co_argcount = 2,
81997 : : .co_posonlyargcount = 0,
81998 : : .co_kwonlyargcount = 0,
81999 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
82000 : : .co_stacksize = 4,
82001 : : .co_firstlineno = 641,
82002 : : .co_nlocalsplus = 2,
82003 : : .co_nlocals = 2,
82004 : : .co_nplaincellvars = 0,
82005 : : .co_ncellvars = 1,
82006 : : .co_nfreevars = 0,
82007 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82008 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
82009 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82010 : : .co_name = &_Py_ID(__rsub__),
82011 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_13_qualname._ascii.ob_base,
82012 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_13_linetable.ob_base.ob_base,
82013 : : ._co_code = NULL,
82014 : : ._co_linearray = NULL,
82015 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x89\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x89\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
82016 : : ._co_firsttraceable = 1,
82017 : : };
82018 : : static
82019 : : struct {
82020 : : PyASCIIObject _ascii;
82021 : : uint8_t _data[12];
82022 : : }
82023 : : _collections_abc_toplevel_consts_50_consts_14_qualname = {
82024 : : ._ascii = {
82025 : : .ob_base = {
82026 : : .ob_refcnt = 999999999,
82027 : : .ob_type = &PyUnicode_Type,
82028 : : },
82029 : : .length = 11,
82030 : : .hash = -1,
82031 : : .state = {
82032 : : .kind = 1,
82033 : : .compact = 1,
82034 : : .ascii = 1,
82035 : : },
82036 : : },
82037 : : ._data = "Set.__xor__",
82038 : : };
82039 : : static
82040 : : struct {
82041 : : PyObject_VAR_HEAD
82042 : : Py_hash_t ob_shash;
82043 : : char ob_sval[74];
82044 : : }
82045 : : _collections_abc_toplevel_consts_50_consts_14_linetable = {
82046 : : .ob_base = {
82047 : : .ob_base = {
82048 : : .ob_refcnt = 999999999,
82049 : : .ob_type = &PyBytes_Type,
82050 : : },
82051 : : .ob_size = 73,
82052 : : },
82053 : : .ob_shash = -1,
82054 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x13\xd4\x0f\x25\xf0\x00\x03\x09\x2f\xdd\x13\x1d\x98\x65\xa5\x58\xd4\x13\x2e\xf0\x00\x01\x0d\x26\xdd\x17\x25\xd0\x10\x25\xd8\x14\x18\xd7\x14\x27\xd1\x14\x27\xa8\x05\xd4\x14\x2e\x88\x45\xd8\x10\x14\x90\x75\x91\x0c\xa0\x15\xa8\x14\xa1\x1c\xd1\x0f\x2e\xd0\x08\x2e",
82055 : : };
82056 : : static
82057 : : struct _PyCode_DEF(150)
82058 : : _collections_abc_toplevel_consts_50_consts_14 = {
82059 : : .ob_base = {
82060 : : .ob_base = {
82061 : : .ob_refcnt = 999999999,
82062 : : .ob_type = &PyCode_Type,
82063 : : },
82064 : : .ob_size = 75,
82065 : : },
82066 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
82067 : : .co_names = & _collections_abc_toplevel_consts_50_consts_12_names._object.ob_base.ob_base,
82068 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82069 : : .co_flags = 3,
82070 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82071 : : ._co_linearray_entry_size = 0,
82072 : : .co_argcount = 2,
82073 : : .co_posonlyargcount = 0,
82074 : : .co_kwonlyargcount = 0,
82075 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
82076 : : .co_stacksize = 4,
82077 : : .co_firstlineno = 649,
82078 : : .co_nlocalsplus = 2,
82079 : : .co_nlocals = 2,
82080 : : .co_nplaincellvars = 0,
82081 : : .co_ncellvars = 0,
82082 : : .co_nfreevars = 0,
82083 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
82084 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82085 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82086 : : .co_name = &_Py_ID(__xor__),
82087 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_14_qualname._ascii.ob_base,
82088 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_14_linetable.ob_base.ob_base,
82089 : : ._co_code = NULL,
82090 : : ._co_linearray = NULL,
82091 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x7c\x01\x7a\x0a\x00\x00\x7c\x01\x7c\x00\x7a\x0a\x00\x00\x7a\x07\x00\x00\x53\x00",
82092 : : ._co_firsttraceable = 0,
82093 : : };
82094 : : static
82095 : : struct {
82096 : : PyASCIIObject _ascii;
82097 : : uint8_t _data[556];
82098 : : }
82099 : : _collections_abc_toplevel_consts_50_consts_15_consts_0 = {
82100 : : ._ascii = {
82101 : : .ob_base = {
82102 : : .ob_refcnt = 999999999,
82103 : : .ob_type = &PyUnicode_Type,
82104 : : },
82105 : : .length = 555,
82106 : : .hash = -1,
82107 : : .state = {
82108 : : .kind = 1,
82109 : : .compact = 1,
82110 : : .ascii = 1,
82111 : : },
82112 : : },
82113 : : ._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",
82114 : : };
82115 : : #if PYLONG_BITS_IN_DIGIT == 15
82116 : : static
82117 : : struct {
82118 : : PyObject_VAR_HEAD
82119 : : digit ob_digit[3];
82120 : : }
82121 : : const_int_1927868237 = {
82122 : : .ob_base = {
82123 : : .ob_base = {
82124 : : .ob_refcnt = 999999999,
82125 : : .ob_type = &PyLong_Type,
82126 : : },
82127 : : .ob_size = 3,
82128 : : },
82129 : : .ob_digit = { 28493, 26065, 1 },
82130 : : };
82131 : : #elif PYLONG_BITS_IN_DIGIT == 30
82132 : : static
82133 : : struct {
82134 : : PyObject_VAR_HEAD
82135 : : digit ob_digit[2];
82136 : : }
82137 : : const_int_1927868237 = {
82138 : : .ob_base = {
82139 : : .ob_base = {
82140 : : .ob_refcnt = 999999999,
82141 : : .ob_type = &PyLong_Type,
82142 : : },
82143 : : .ob_size = 2,
82144 : : },
82145 : : .ob_digit = { 854126413, 1 },
82146 : : };
82147 : : #else
82148 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82149 : : #endif
82150 : : #if PYLONG_BITS_IN_DIGIT == 15
82151 : : static
82152 : : struct {
82153 : : PyObject_VAR_HEAD
82154 : : digit ob_digit[2];
82155 : : }
82156 : : const_int_89869747 = {
82157 : : .ob_base = {
82158 : : .ob_base = {
82159 : : .ob_refcnt = 999999999,
82160 : : .ob_type = &PyLong_Type,
82161 : : },
82162 : : .ob_size = 2,
82163 : : },
82164 : : .ob_digit = { 19891, 2742 },
82165 : : };
82166 : : #elif PYLONG_BITS_IN_DIGIT == 30
82167 : : static
82168 : : struct {
82169 : : PyObject_VAR_HEAD
82170 : : digit ob_digit[1];
82171 : : }
82172 : : const_int_89869747 = {
82173 : : .ob_base = {
82174 : : .ob_base = {
82175 : : .ob_refcnt = 999999999,
82176 : : .ob_type = &PyLong_Type,
82177 : : },
82178 : : .ob_size = 1,
82179 : : },
82180 : : .ob_digit = { 89869747 },
82181 : : };
82182 : : #else
82183 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82184 : : #endif
82185 : : #if PYLONG_BITS_IN_DIGIT == 15
82186 : : static
82187 : : struct {
82188 : : PyObject_VAR_HEAD
82189 : : digit ob_digit[3];
82190 : : }
82191 : : const_int_3644798167 = {
82192 : : .ob_base = {
82193 : : .ob_base = {
82194 : : .ob_refcnt = 999999999,
82195 : : .ob_type = &PyLong_Type,
82196 : : },
82197 : : .ob_size = 3,
82198 : : },
82199 : : .ob_digit = { 13527, 12926, 3 },
82200 : : };
82201 : : #elif PYLONG_BITS_IN_DIGIT == 30
82202 : : static
82203 : : struct {
82204 : : PyObject_VAR_HEAD
82205 : : digit ob_digit[2];
82206 : : }
82207 : : const_int_3644798167 = {
82208 : : .ob_base = {
82209 : : .ob_base = {
82210 : : .ob_refcnt = 999999999,
82211 : : .ob_type = &PyLong_Type,
82212 : : },
82213 : : .ob_size = 2,
82214 : : },
82215 : : .ob_digit = { 423572695, 3 },
82216 : : };
82217 : : #else
82218 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82219 : : #endif
82220 : : #if PYLONG_BITS_IN_DIGIT == 15
82221 : : static
82222 : : struct {
82223 : : PyObject_VAR_HEAD
82224 : : digit ob_digit[2];
82225 : : }
82226 : : const_int_69069 = {
82227 : : .ob_base = {
82228 : : .ob_base = {
82229 : : .ob_refcnt = 999999999,
82230 : : .ob_type = &PyLong_Type,
82231 : : },
82232 : : .ob_size = 2,
82233 : : },
82234 : : .ob_digit = { 3533, 2 },
82235 : : };
82236 : : #elif PYLONG_BITS_IN_DIGIT == 30
82237 : : static
82238 : : struct {
82239 : : PyObject_VAR_HEAD
82240 : : digit ob_digit[1];
82241 : : }
82242 : : const_int_69069 = {
82243 : : .ob_base = {
82244 : : .ob_base = {
82245 : : .ob_refcnt = 999999999,
82246 : : .ob_type = &PyLong_Type,
82247 : : },
82248 : : .ob_size = 1,
82249 : : },
82250 : : .ob_digit = { 69069 },
82251 : : };
82252 : : #else
82253 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82254 : : #endif
82255 : : #if PYLONG_BITS_IN_DIGIT == 15
82256 : : static
82257 : : struct {
82258 : : PyObject_VAR_HEAD
82259 : : digit ob_digit[2];
82260 : : }
82261 : : const_int_907133923 = {
82262 : : .ob_base = {
82263 : : .ob_base = {
82264 : : .ob_refcnt = 999999999,
82265 : : .ob_type = &PyLong_Type,
82266 : : },
82267 : : .ob_size = 2,
82268 : : },
82269 : : .ob_digit = { 17379, 27683 },
82270 : : };
82271 : : #elif PYLONG_BITS_IN_DIGIT == 30
82272 : : static
82273 : : struct {
82274 : : PyObject_VAR_HEAD
82275 : : digit ob_digit[1];
82276 : : }
82277 : : const_int_907133923 = {
82278 : : .ob_base = {
82279 : : .ob_base = {
82280 : : .ob_refcnt = 999999999,
82281 : : .ob_type = &PyLong_Type,
82282 : : },
82283 : : .ob_size = 1,
82284 : : },
82285 : : .ob_digit = { 907133923 },
82286 : : };
82287 : : #else
82288 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82289 : : #endif
82290 : : #if PYLONG_BITS_IN_DIGIT == 15
82291 : : static
82292 : : struct {
82293 : : PyObject_VAR_HEAD
82294 : : digit ob_digit[2];
82295 : : }
82296 : : const_int_590923713 = {
82297 : : .ob_base = {
82298 : : .ob_base = {
82299 : : .ob_refcnt = 999999999,
82300 : : .ob_type = &PyLong_Type,
82301 : : },
82302 : : .ob_size = 2,
82303 : : },
82304 : : .ob_digit = { 18369, 18033 },
82305 : : };
82306 : : #elif PYLONG_BITS_IN_DIGIT == 30
82307 : : static
82308 : : struct {
82309 : : PyObject_VAR_HEAD
82310 : : digit ob_digit[1];
82311 : : }
82312 : : const_int_590923713 = {
82313 : : .ob_base = {
82314 : : .ob_base = {
82315 : : .ob_refcnt = 999999999,
82316 : : .ob_type = &PyLong_Type,
82317 : : },
82318 : : .ob_size = 1,
82319 : : },
82320 : : .ob_digit = { 590923713 },
82321 : : };
82322 : : #else
82323 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
82324 : : #endif
82325 : : static
82326 : : struct {
82327 : : PyGC_Head _gc_head;
82328 : : struct {
82329 : : PyObject_VAR_HEAD
82330 : : PyObject *ob_item[13];
82331 : : }_object;
82332 : : }
82333 : : _collections_abc_toplevel_consts_50_consts_15_consts = {
82334 : : ._object = {
82335 : : .ob_base = {
82336 : : .ob_base = {
82337 : : .ob_refcnt = 999999999,
82338 : : .ob_type = &PyTuple_Type,
82339 : : },
82340 : : .ob_size = 13,
82341 : : },
82342 : : .ob_item = {
82343 : : & _collections_abc_toplevel_consts_50_consts_15_consts_0._ascii.ob_base,
82344 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
82345 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
82346 : : & const_int_1927868237.ob_base.ob_base,
82347 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
82348 : : & const_int_89869747.ob_base.ob_base,
82349 : : & const_int_3644798167.ob_base.ob_base,
82350 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 11],
82351 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 25],
82352 : : & const_int_69069.ob_base.ob_base,
82353 : : & const_int_907133923.ob_base.ob_base,
82354 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
82355 : : & const_int_590923713.ob_base.ob_base,
82356 : : },
82357 : : },
82358 : : };
82359 : : static
82360 : : struct {
82361 : : PyASCIIObject _ascii;
82362 : : uint8_t _data[8];
82363 : : }
82364 : : const_str_maxsize = {
82365 : : ._ascii = {
82366 : : .ob_base = {
82367 : : .ob_refcnt = 999999999,
82368 : : .ob_type = &PyUnicode_Type,
82369 : : },
82370 : : .length = 7,
82371 : : .hash = -1,
82372 : : .state = {
82373 : : .kind = 1,
82374 : : .compact = 1,
82375 : : .ascii = 1,
82376 : : },
82377 : : },
82378 : : ._data = "maxsize",
82379 : : };
82380 : : static
82381 : : struct {
82382 : : PyGC_Head _gc_head;
82383 : : struct {
82384 : : PyObject_VAR_HEAD
82385 : : PyObject *ob_item[4];
82386 : : }_object;
82387 : : }
82388 : : _collections_abc_toplevel_consts_50_consts_15_names = {
82389 : : ._object = {
82390 : : .ob_base = {
82391 : : .ob_base = {
82392 : : .ob_refcnt = 999999999,
82393 : : .ob_type = &PyTuple_Type,
82394 : : },
82395 : : .ob_size = 4,
82396 : : },
82397 : : .ob_item = {
82398 : : & const_str_sys._ascii.ob_base,
82399 : : & const_str_maxsize._ascii.ob_base,
82400 : : &_Py_ID(len),
82401 : : & const_str_hash._ascii.ob_base,
82402 : : },
82403 : : },
82404 : : };
82405 : : static
82406 : : struct {
82407 : : PyASCIIObject _ascii;
82408 : : uint8_t _data[6];
82409 : : }
82410 : : const_str__hash = {
82411 : : ._ascii = {
82412 : : .ob_base = {
82413 : : .ob_refcnt = 999999999,
82414 : : .ob_type = &PyUnicode_Type,
82415 : : },
82416 : : .length = 5,
82417 : : .hash = -1,
82418 : : .state = {
82419 : : .kind = 1,
82420 : : .compact = 1,
82421 : : .ascii = 1,
82422 : : },
82423 : : },
82424 : : ._data = "_hash",
82425 : : };
82426 : : static
82427 : : struct {
82428 : : PyASCIIObject _ascii;
82429 : : uint8_t _data[10];
82430 : : }
82431 : : _collections_abc_toplevel_consts_50_consts_15_qualname = {
82432 : : ._ascii = {
82433 : : .ob_base = {
82434 : : .ob_refcnt = 999999999,
82435 : : .ob_type = &PyUnicode_Type,
82436 : : },
82437 : : .length = 9,
82438 : : .hash = -1,
82439 : : .state = {
82440 : : .kind = 1,
82441 : : .compact = 1,
82442 : : .ascii = 1,
82443 : : },
82444 : : },
82445 : : ._data = "Set._hash",
82446 : : };
82447 : : static
82448 : : struct {
82449 : : PyObject_VAR_HEAD
82450 : : Py_hash_t ob_shash;
82451 : : char ob_sval[215];
82452 : : }
82453 : : _collections_abc_toplevel_consts_50_consts_15_linetable = {
82454 : : .ob_base = {
82455 : : .ob_base = {
82456 : : .ob_refcnt = 999999999,
82457 : : .ob_type = &PyBytes_Type,
82458 : : },
82459 : : .ob_size = 214,
82460 : : },
82461 : : .ob_shash = -1,
82462 : : .ob_sval = "\x80\x00\xf5\x1e\x00\x0f\x12\x8f\x6b\x89\x6b\x88\x03\xd8\x0f\x10\x90\x33\x89\x77\x98\x11\x89\x7b\x88\x04\xdd\x0c\x0f\x90\x04\x8c\x49\x88\x01\xd8\x0c\x16\x98\x21\x98\x61\x99\x25\xd1\x0c\x20\x88\x01\xd8\x08\x09\x88\x54\x89\x09\x88\x01\xd8\x11\x15\xf0\x00\x03\x09\x16\xf1\x00\x03\x09\x16\x88\x41\xdd\x11\x15\x90\x61\x94\x17\x88\x42\xd8\x0c\x0d\x90\x22\x98\x02\x98\x62\x99\x08\x91\x2f\xa0\x48\xd1\x12\x2c\xb0\x1a\xd1\x11\x3b\xd1\x0c\x3b\x88\x41\xd8\x0c\x0d\x90\x14\x89\x49\x88\x41\x88\x41\xd8\x08\x09\x88\x61\x90\x32\x89\x67\x98\x21\x98\x72\x99\x27\xd1\x0d\x22\xd1\x08\x22\x88\x01\xd8\x0c\x0d\x90\x05\x89\x49\x98\x09\xd1\x0c\x21\x88\x01\xd8\x08\x09\x88\x54\x89\x09\x88\x01\xd8\x0b\x0c\x88\x73\x8a\x37\xf0\x00\x01\x09\x1a\xd8\x0c\x0d\x90\x14\x98\x01\x91\x18\x89\x4d\x88\x41\xd8\x0b\x0c\x90\x02\x8a\x37\xf0\x00\x01\x09\x1a\xd8\x10\x19\x88\x41\xd8\x0f\x10\x88\x08",
82463 : : };
82464 : : static
82465 : : struct {
82466 : : PyASCIIObject _ascii;
82467 : : uint8_t _data[4];
82468 : : }
82469 : : const_str_MAX = {
82470 : : ._ascii = {
82471 : : .ob_base = {
82472 : : .ob_refcnt = 999999999,
82473 : : .ob_type = &PyUnicode_Type,
82474 : : },
82475 : : .length = 3,
82476 : : .hash = -1,
82477 : : .state = {
82478 : : .kind = 1,
82479 : : .compact = 1,
82480 : : .ascii = 1,
82481 : : },
82482 : : },
82483 : : ._data = "MAX",
82484 : : };
82485 : : static
82486 : : struct {
82487 : : PyASCIIObject _ascii;
82488 : : uint8_t _data[5];
82489 : : }
82490 : : const_str_MASK = {
82491 : : ._ascii = {
82492 : : .ob_base = {
82493 : : .ob_refcnt = 999999999,
82494 : : .ob_type = &PyUnicode_Type,
82495 : : },
82496 : : .length = 4,
82497 : : .hash = -1,
82498 : : .state = {
82499 : : .kind = 1,
82500 : : .compact = 1,
82501 : : .ascii = 1,
82502 : : },
82503 : : },
82504 : : ._data = "MASK",
82505 : : };
82506 : : static
82507 : : struct {
82508 : : PyASCIIObject _ascii;
82509 : : uint8_t _data[2];
82510 : : }
82511 : : const_str_n = {
82512 : : ._ascii = {
82513 : : .ob_base = {
82514 : : .ob_refcnt = 999999999,
82515 : : .ob_type = &PyUnicode_Type,
82516 : : },
82517 : : .length = 1,
82518 : : .hash = -1,
82519 : : .state = {
82520 : : .kind = 1,
82521 : : .compact = 1,
82522 : : .ascii = 1,
82523 : : },
82524 : : },
82525 : : ._data = "n",
82526 : : };
82527 : : static
82528 : : struct {
82529 : : PyASCIIObject _ascii;
82530 : : uint8_t _data[2];
82531 : : }
82532 : : const_str_h = {
82533 : : ._ascii = {
82534 : : .ob_base = {
82535 : : .ob_refcnt = 999999999,
82536 : : .ob_type = &PyUnicode_Type,
82537 : : },
82538 : : .length = 1,
82539 : : .hash = -1,
82540 : : .state = {
82541 : : .kind = 1,
82542 : : .compact = 1,
82543 : : .ascii = 1,
82544 : : },
82545 : : },
82546 : : ._data = "h",
82547 : : };
82548 : : static
82549 : : struct {
82550 : : PyASCIIObject _ascii;
82551 : : uint8_t _data[3];
82552 : : }
82553 : : const_str_hx = {
82554 : : ._ascii = {
82555 : : .ob_base = {
82556 : : .ob_refcnt = 999999999,
82557 : : .ob_type = &PyUnicode_Type,
82558 : : },
82559 : : .length = 2,
82560 : : .hash = -1,
82561 : : .state = {
82562 : : .kind = 1,
82563 : : .compact = 1,
82564 : : .ascii = 1,
82565 : : },
82566 : : },
82567 : : ._data = "hx",
82568 : : };
82569 : : static
82570 : : struct {
82571 : : PyGC_Head _gc_head;
82572 : : struct {
82573 : : PyObject_VAR_HEAD
82574 : : PyObject *ob_item[7];
82575 : : }_object;
82576 : : }
82577 : : _collections_abc_toplevel_consts_50_consts_15_localsplusnames = {
82578 : : ._object = {
82579 : : .ob_base = {
82580 : : .ob_base = {
82581 : : .ob_refcnt = 999999999,
82582 : : .ob_type = &PyTuple_Type,
82583 : : },
82584 : : .ob_size = 7,
82585 : : },
82586 : : .ob_item = {
82587 : : & const_str_self._ascii.ob_base,
82588 : : & const_str_MAX._ascii.ob_base,
82589 : : & const_str_MASK._ascii.ob_base,
82590 : : & const_str_n._ascii.ob_base,
82591 : : & const_str_h._ascii.ob_base,
82592 : : & const_str_x._ascii.ob_base,
82593 : : & const_str_hx._ascii.ob_base,
82594 : : },
82595 : : },
82596 : : };
82597 : : static
82598 : : struct _PyCode_DEF(288)
82599 : : _collections_abc_toplevel_consts_50_consts_15 = {
82600 : : .ob_base = {
82601 : : .ob_base = {
82602 : : .ob_refcnt = 999999999,
82603 : : .ob_type = &PyCode_Type,
82604 : : },
82605 : : .ob_size = 144,
82606 : : },
82607 : : .co_consts = & _collections_abc_toplevel_consts_50_consts_15_consts._object.ob_base.ob_base,
82608 : : .co_names = & _collections_abc_toplevel_consts_50_consts_15_names._object.ob_base.ob_base,
82609 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82610 : : .co_flags = 3,
82611 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82612 : : ._co_linearray_entry_size = 0,
82613 : : .co_argcount = 1,
82614 : : .co_posonlyargcount = 0,
82615 : : .co_kwonlyargcount = 0,
82616 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
82617 : : .co_stacksize = 5,
82618 : : .co_firstlineno = 658,
82619 : : .co_nlocalsplus = 7,
82620 : : .co_nlocals = 7,
82621 : : .co_nplaincellvars = 0,
82622 : : .co_ncellvars = 0,
82623 : : .co_nfreevars = 0,
82624 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_15_localsplusnames._object.ob_base.ob_base,
82625 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
82626 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82627 : : .co_name = & const_str__hash._ascii.ob_base,
82628 : : .co_qualname = & _collections_abc_toplevel_consts_50_consts_15_qualname._ascii.ob_base,
82629 : : .co_linetable = & _collections_abc_toplevel_consts_50_consts_15_linetable.ob_base.ob_base,
82630 : : ._co_code = NULL,
82631 : : ._co_linearray = NULL,
82632 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x01\x7c\x01\x7a\x05\x00\x00\x64\x02\x7a\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x03\x7c\x03\x64\x02\x7a\x00\x00\x00\x7a\x05\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x7c\x00\x44\x00\x5d\x25\x00\x00\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x04\x7c\x06\x7c\x06\x64\x04\x7a\x03\x00\x00\x7a\x0c\x00\x00\x64\x05\x7a\x0c\x00\x00\x64\x06\x7a\x05\x00\x00\x7a\x19\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x8c\x27\x7c\x04\x7c\x04\x64\x07\x7a\x09\x00\x00\x7c\x04\x64\x08\x7a\x09\x00\x00\x7a\x0c\x00\x00\x7a\x19\x00\x00\x7d\x04\x7c\x04\x64\x09\x7a\x05\x00\x00\x64\x0a\x7a\x00\x00\x00\x7d\x04\x7c\x04\x7c\x02\x7a\x0e\x00\x00\x7d\x04\x7c\x04\x7c\x01\x6b\x04\x00\x00\x00\x00\x72\x08\x7c\x04\x7c\x02\x64\x02\x7a\x00\x00\x00\x7a\x17\x00\x00\x7d\x04\x7c\x04\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x0c\x7d\x04\x7c\x04\x53\x00",
82633 : : ._co_firsttraceable = 0,
82634 : : };
82635 : : static
82636 : : struct {
82637 : : PyGC_Head _gc_head;
82638 : : struct {
82639 : : PyObject_VAR_HEAD
82640 : : PyObject *ob_item[17];
82641 : : }_object;
82642 : : }
82643 : : _collections_abc_toplevel_consts_50_consts = {
82644 : : ._object = {
82645 : : .ob_base = {
82646 : : .ob_base = {
82647 : : .ob_refcnt = 999999999,
82648 : : .ob_type = &PyTuple_Type,
82649 : : },
82650 : : .ob_size = 17,
82651 : : },
82652 : : .ob_item = {
82653 : : & const_str_Set._ascii.ob_base,
82654 : : & _collections_abc_toplevel_consts_50_consts_1._ascii.ob_base,
82655 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
82656 : : & _collections_abc_toplevel_consts_50_consts_3.ob_base.ob_base,
82657 : : & _collections_abc_toplevel_consts_50_consts_4.ob_base.ob_base,
82658 : : & _collections_abc_toplevel_consts_50_consts_5.ob_base.ob_base,
82659 : : & _collections_abc_toplevel_consts_50_consts_6.ob_base.ob_base,
82660 : : & _collections_abc_toplevel_consts_50_consts_7.ob_base.ob_base,
82661 : : & _collections_abc_toplevel_consts_50_consts_8.ob_base.ob_base,
82662 : : & _collections_abc_toplevel_consts_50_consts_9.ob_base.ob_base,
82663 : : & _collections_abc_toplevel_consts_50_consts_10.ob_base.ob_base,
82664 : : & _collections_abc_toplevel_consts_50_consts_11.ob_base.ob_base,
82665 : : & _collections_abc_toplevel_consts_50_consts_12.ob_base.ob_base,
82666 : : & _collections_abc_toplevel_consts_50_consts_13.ob_base.ob_base,
82667 : : & _collections_abc_toplevel_consts_50_consts_14.ob_base.ob_base,
82668 : : & _collections_abc_toplevel_consts_50_consts_15.ob_base.ob_base,
82669 : : Py_None,
82670 : : },
82671 : : },
82672 : : };
82673 : : static
82674 : : struct {
82675 : : PyGC_Head _gc_head;
82676 : : struct {
82677 : : PyObject_VAR_HEAD
82678 : : PyObject *ob_item[22];
82679 : : }_object;
82680 : : }
82681 : : _collections_abc_toplevel_consts_50_names = {
82682 : : ._object = {
82683 : : .ob_base = {
82684 : : .ob_base = {
82685 : : .ob_refcnt = 999999999,
82686 : : .ob_type = &PyTuple_Type,
82687 : : },
82688 : : .ob_size = 22,
82689 : : },
82690 : : .ob_item = {
82691 : : &_Py_ID(__name__),
82692 : : &_Py_ID(__module__),
82693 : : &_Py_ID(__qualname__),
82694 : : &_Py_ID(__doc__),
82695 : : &_Py_ID(__slots__),
82696 : : &_Py_ID(__le__),
82697 : : &_Py_ID(__lt__),
82698 : : &_Py_ID(__gt__),
82699 : : &_Py_ID(__ge__),
82700 : : &_Py_ID(__eq__),
82701 : : & const_str_classmethod._ascii.ob_base,
82702 : : & const_str__from_iterable._ascii.ob_base,
82703 : : &_Py_ID(__and__),
82704 : : &_Py_ID(__rand__),
82705 : : & const_str_isdisjoint._ascii.ob_base,
82706 : : &_Py_ID(__or__),
82707 : : &_Py_ID(__ror__),
82708 : : &_Py_ID(__sub__),
82709 : : &_Py_ID(__rsub__),
82710 : : &_Py_ID(__xor__),
82711 : : &_Py_ID(__rxor__),
82712 : : & const_str__hash._ascii.ob_base,
82713 : : },
82714 : : },
82715 : : };
82716 : : static
82717 : : struct {
82718 : : PyObject_VAR_HEAD
82719 : : Py_hash_t ob_shash;
82720 : : char ob_sval[267];
82721 : : }
82722 : : _collections_abc_toplevel_consts_50_linetable = {
82723 : : .ob_base = {
82724 : : .ob_base = {
82725 : : .ob_refcnt = 999999999,
82726 : : .ob_type = &PyBytes_Type,
82727 : : },
82728 : : .ob_size = 266,
82729 : : },
82730 : : .ob_shash = -1,
82731 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x08\x05\x08\xf0\x00\x08\x05\x08\xf0\x14\x00\x11\x13\x80\x49\xf0\x04\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x14\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0a\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0a\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x00\x08\x05\x14\xf0\x14\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x00\x03\x05\x3e\xf0\x0a\x00\x06\x11\xf0\x02\x06\x05\x17\xf0\x00\x06\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x06\x05\x17\xf0\x10\x03\x05\x4e\x01\xf0\x00\x03\x05\x4e\x01\xf0\x00\x03\x05\x4e\x01\xf0\x0a\x00\x10\x17\x80\x48\xf0\x04\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x00\x05\x05\x14\xf0\x0e\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x0c\x00\x0f\x15\x80\x47\xf0\x04\x06\x05\x3a\xf0\x00\x06\x05\x3a\xf0\x00\x06\x05\x3a\xf0\x10\x06\x05\x39\xf0\x00\x06\x05\x39\xf0\x00\x06\x05\x39\xf0\x10\x05\x05\x2f\xf0\x00\x05\x05\x2f\xf0\x00\x05\x05\x2f\xf0\x0e\x00\x10\x17\x80\x48\xf0\x04\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11\xf0\x00\x1f\x05\x11",
82732 : : };
82733 : : static
82734 : : struct _PyCode_DEF(124)
82735 : : _collections_abc_toplevel_consts_50 = {
82736 : : .ob_base = {
82737 : : .ob_base = {
82738 : : .ob_refcnt = 999999999,
82739 : : .ob_type = &PyCode_Type,
82740 : : },
82741 : : .ob_size = 62,
82742 : : },
82743 : : .co_consts = & _collections_abc_toplevel_consts_50_consts._object.ob_base.ob_base,
82744 : : .co_names = & _collections_abc_toplevel_consts_50_names._object.ob_base.ob_base,
82745 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82746 : : .co_flags = 0,
82747 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82748 : : ._co_linearray_entry_size = 0,
82749 : : .co_argcount = 0,
82750 : : .co_posonlyargcount = 0,
82751 : : .co_kwonlyargcount = 0,
82752 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
82753 : : .co_stacksize = 2,
82754 : : .co_firstlineno = 554,
82755 : : .co_nlocalsplus = 0,
82756 : : .co_nlocals = 0,
82757 : : .co_nplaincellvars = 0,
82758 : : .co_ncellvars = 0,
82759 : : .co_nfreevars = 0,
82760 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
82761 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
82762 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82763 : : .co_name = & const_str_Set._ascii.ob_base,
82764 : : .co_qualname = & const_str_Set._ascii.ob_base,
82765 : : .co_linetable = & _collections_abc_toplevel_consts_50_linetable.ob_base.ob_base,
82766 : : ._co_code = NULL,
82767 : : ._co_linearray = NULL,
82768 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x64\x05\x84\x00\x5a\x07\x64\x06\x84\x00\x5a\x08\x64\x07\x84\x00\x5a\x09\x65\x0a\x64\x08\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x65\x0c\x5a\x0d\x64\x0a\x84\x00\x5a\x0e\x64\x0b\x84\x00\x5a\x0f\x65\x0f\x5a\x10\x64\x0c\x84\x00\x5a\x11\x64\x0d\x84\x00\x5a\x12\x64\x0e\x84\x00\x5a\x13\x65\x13\x5a\x14\x64\x0f\x84\x00\x5a\x15\x64\x10\x53\x00",
82769 : : ._co_firsttraceable = 0,
82770 : : };
82771 : : static
82772 : : struct {
82773 : : PyASCIIObject _ascii;
82774 : : uint8_t _data[392];
82775 : : }
82776 : : _collections_abc_toplevel_consts_52_consts_1 = {
82777 : : ._ascii = {
82778 : : .ob_base = {
82779 : : .ob_refcnt = 999999999,
82780 : : .ob_type = &PyUnicode_Type,
82781 : : },
82782 : : .length = 391,
82783 : : .hash = -1,
82784 : : .state = {
82785 : : .kind = 1,
82786 : : .compact = 1,
82787 : : .ascii = 1,
82788 : : },
82789 : : },
82790 : : ._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",
82791 : : };
82792 : : static
82793 : : struct {
82794 : : PyASCIIObject _ascii;
82795 : : uint8_t _data[16];
82796 : : }
82797 : : _collections_abc_toplevel_consts_52_consts_3_consts_0 = {
82798 : : ._ascii = {
82799 : : .ob_base = {
82800 : : .ob_refcnt = 999999999,
82801 : : .ob_type = &PyUnicode_Type,
82802 : : },
82803 : : .length = 15,
82804 : : .hash = -1,
82805 : : .state = {
82806 : : .kind = 1,
82807 : : .compact = 1,
82808 : : .ascii = 1,
82809 : : },
82810 : : },
82811 : : ._data = "Add an element.",
82812 : : };
82813 : : static
82814 : : struct {
82815 : : PyGC_Head _gc_head;
82816 : : struct {
82817 : : PyObject_VAR_HEAD
82818 : : PyObject *ob_item[1];
82819 : : }_object;
82820 : : }
82821 : : _collections_abc_toplevel_consts_52_consts_3_consts = {
82822 : : ._object = {
82823 : : .ob_base = {
82824 : : .ob_base = {
82825 : : .ob_refcnt = 999999999,
82826 : : .ob_type = &PyTuple_Type,
82827 : : },
82828 : : .ob_size = 1,
82829 : : },
82830 : : .ob_item = {
82831 : : & _collections_abc_toplevel_consts_52_consts_3_consts_0._ascii.ob_base,
82832 : : },
82833 : : },
82834 : : };
82835 : : static
82836 : : struct {
82837 : : PyASCIIObject _ascii;
82838 : : uint8_t _data[15];
82839 : : }
82840 : : _collections_abc_toplevel_consts_52_consts_3_qualname = {
82841 : : ._ascii = {
82842 : : .ob_base = {
82843 : : .ob_refcnt = 999999999,
82844 : : .ob_type = &PyUnicode_Type,
82845 : : },
82846 : : .length = 14,
82847 : : .hash = -1,
82848 : : .state = {
82849 : : .kind = 1,
82850 : : .compact = 1,
82851 : : .ascii = 1,
82852 : : },
82853 : : },
82854 : : ._data = "MutableSet.add",
82855 : : };
82856 : : static
82857 : : struct _PyCode_DEF(16)
82858 : : _collections_abc_toplevel_consts_52_consts_3 = {
82859 : : .ob_base = {
82860 : : .ob_base = {
82861 : : .ob_refcnt = 999999999,
82862 : : .ob_type = &PyCode_Type,
82863 : : },
82864 : : .ob_size = 8,
82865 : : },
82866 : : .co_consts = & _collections_abc_toplevel_consts_52_consts_3_consts._object.ob_base.ob_base,
82867 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
82868 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82869 : : .co_flags = 3,
82870 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82871 : : ._co_linearray_entry_size = 0,
82872 : : .co_argcount = 2,
82873 : : .co_posonlyargcount = 0,
82874 : : .co_kwonlyargcount = 0,
82875 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
82876 : : .co_stacksize = 1,
82877 : : .co_firstlineno = 709,
82878 : : .co_nlocalsplus = 2,
82879 : : .co_nlocals = 2,
82880 : : .co_nplaincellvars = 0,
82881 : : .co_ncellvars = 0,
82882 : : .co_nfreevars = 0,
82883 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
82884 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
82885 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
82886 : : .co_name = &_Py_ID(add),
82887 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_3_qualname._ascii.ob_base,
82888 : : .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
82889 : : ._co_code = NULL,
82890 : : ._co_linearray = NULL,
82891 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
82892 : : ._co_firsttraceable = 0,
82893 : : };
82894 : : static
82895 : : struct {
82896 : : PyASCIIObject _ascii;
82897 : : uint8_t _data[57];
82898 : : }
82899 : : _collections_abc_toplevel_consts_52_consts_4_consts_0 = {
82900 : : ._ascii = {
82901 : : .ob_base = {
82902 : : .ob_refcnt = 999999999,
82903 : : .ob_type = &PyUnicode_Type,
82904 : : },
82905 : : .length = 56,
82906 : : .hash = -1,
82907 : : .state = {
82908 : : .kind = 1,
82909 : : .compact = 1,
82910 : : .ascii = 1,
82911 : : },
82912 : : },
82913 : : ._data = "Remove an element. Do not raise an exception if absent.",
82914 : : };
82915 : : static
82916 : : struct {
82917 : : PyGC_Head _gc_head;
82918 : : struct {
82919 : : PyObject_VAR_HEAD
82920 : : PyObject *ob_item[1];
82921 : : }_object;
82922 : : }
82923 : : _collections_abc_toplevel_consts_52_consts_4_consts = {
82924 : : ._object = {
82925 : : .ob_base = {
82926 : : .ob_base = {
82927 : : .ob_refcnt = 999999999,
82928 : : .ob_type = &PyTuple_Type,
82929 : : },
82930 : : .ob_size = 1,
82931 : : },
82932 : : .ob_item = {
82933 : : & _collections_abc_toplevel_consts_52_consts_4_consts_0._ascii.ob_base,
82934 : : },
82935 : : },
82936 : : };
82937 : : static
82938 : : struct {
82939 : : PyASCIIObject _ascii;
82940 : : uint8_t _data[8];
82941 : : }
82942 : : const_str_discard = {
82943 : : ._ascii = {
82944 : : .ob_base = {
82945 : : .ob_refcnt = 999999999,
82946 : : .ob_type = &PyUnicode_Type,
82947 : : },
82948 : : .length = 7,
82949 : : .hash = -1,
82950 : : .state = {
82951 : : .kind = 1,
82952 : : .compact = 1,
82953 : : .ascii = 1,
82954 : : },
82955 : : },
82956 : : ._data = "discard",
82957 : : };
82958 : : static
82959 : : struct {
82960 : : PyASCIIObject _ascii;
82961 : : uint8_t _data[19];
82962 : : }
82963 : : _collections_abc_toplevel_consts_52_consts_4_qualname = {
82964 : : ._ascii = {
82965 : : .ob_base = {
82966 : : .ob_refcnt = 999999999,
82967 : : .ob_type = &PyUnicode_Type,
82968 : : },
82969 : : .length = 18,
82970 : : .hash = -1,
82971 : : .state = {
82972 : : .kind = 1,
82973 : : .compact = 1,
82974 : : .ascii = 1,
82975 : : },
82976 : : },
82977 : : ._data = "MutableSet.discard",
82978 : : };
82979 : : static
82980 : : struct _PyCode_DEF(16)
82981 : : _collections_abc_toplevel_consts_52_consts_4 = {
82982 : : .ob_base = {
82983 : : .ob_base = {
82984 : : .ob_refcnt = 999999999,
82985 : : .ob_type = &PyCode_Type,
82986 : : },
82987 : : .ob_size = 8,
82988 : : },
82989 : : .co_consts = & _collections_abc_toplevel_consts_52_consts_4_consts._object.ob_base.ob_base,
82990 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
82991 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
82992 : : .co_flags = 3,
82993 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
82994 : : ._co_linearray_entry_size = 0,
82995 : : .co_argcount = 2,
82996 : : .co_posonlyargcount = 0,
82997 : : .co_kwonlyargcount = 0,
82998 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
82999 : : .co_stacksize = 1,
83000 : : .co_firstlineno = 714,
83001 : : .co_nlocalsplus = 2,
83002 : : .co_nlocals = 2,
83003 : : .co_nplaincellvars = 0,
83004 : : .co_ncellvars = 0,
83005 : : .co_nfreevars = 0,
83006 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
83007 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
83008 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83009 : : .co_name = & const_str_discard._ascii.ob_base,
83010 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_4_qualname._ascii.ob_base,
83011 : : .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
83012 : : ._co_code = NULL,
83013 : : ._co_linearray = NULL,
83014 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
83015 : : ._co_firsttraceable = 0,
83016 : : };
83017 : : static
83018 : : struct {
83019 : : PyASCIIObject _ascii;
83020 : : uint8_t _data[54];
83021 : : }
83022 : : _collections_abc_toplevel_consts_52_consts_5_consts_0 = {
83023 : : ._ascii = {
83024 : : .ob_base = {
83025 : : .ob_refcnt = 999999999,
83026 : : .ob_type = &PyUnicode_Type,
83027 : : },
83028 : : .length = 53,
83029 : : .hash = -1,
83030 : : .state = {
83031 : : .kind = 1,
83032 : : .compact = 1,
83033 : : .ascii = 1,
83034 : : },
83035 : : },
83036 : : ._data = "Remove an element. If not a member, raise a KeyError.",
83037 : : };
83038 : : static
83039 : : struct {
83040 : : PyGC_Head _gc_head;
83041 : : struct {
83042 : : PyObject_VAR_HEAD
83043 : : PyObject *ob_item[2];
83044 : : }_object;
83045 : : }
83046 : : _collections_abc_toplevel_consts_52_consts_5_consts = {
83047 : : ._object = {
83048 : : .ob_base = {
83049 : : .ob_base = {
83050 : : .ob_refcnt = 999999999,
83051 : : .ob_type = &PyTuple_Type,
83052 : : },
83053 : : .ob_size = 2,
83054 : : },
83055 : : .ob_item = {
83056 : : & _collections_abc_toplevel_consts_52_consts_5_consts_0._ascii.ob_base,
83057 : : Py_None,
83058 : : },
83059 : : },
83060 : : };
83061 : : static
83062 : : struct {
83063 : : PyGC_Head _gc_head;
83064 : : struct {
83065 : : PyObject_VAR_HEAD
83066 : : PyObject *ob_item[2];
83067 : : }_object;
83068 : : }
83069 : : _collections_abc_toplevel_consts_52_consts_5_names = {
83070 : : ._object = {
83071 : : .ob_base = {
83072 : : .ob_base = {
83073 : : .ob_refcnt = 999999999,
83074 : : .ob_type = &PyTuple_Type,
83075 : : },
83076 : : .ob_size = 2,
83077 : : },
83078 : : .ob_item = {
83079 : : & const_str_KeyError._ascii.ob_base,
83080 : : & const_str_discard._ascii.ob_base,
83081 : : },
83082 : : },
83083 : : };
83084 : : static
83085 : : struct {
83086 : : PyASCIIObject _ascii;
83087 : : uint8_t _data[7];
83088 : : }
83089 : : const_str_remove = {
83090 : : ._ascii = {
83091 : : .ob_base = {
83092 : : .ob_refcnt = 999999999,
83093 : : .ob_type = &PyUnicode_Type,
83094 : : },
83095 : : .length = 6,
83096 : : .hash = -1,
83097 : : .state = {
83098 : : .kind = 1,
83099 : : .compact = 1,
83100 : : .ascii = 1,
83101 : : },
83102 : : },
83103 : : ._data = "remove",
83104 : : };
83105 : : static
83106 : : struct {
83107 : : PyASCIIObject _ascii;
83108 : : uint8_t _data[18];
83109 : : }
83110 : : _collections_abc_toplevel_consts_52_consts_5_qualname = {
83111 : : ._ascii = {
83112 : : .ob_base = {
83113 : : .ob_refcnt = 999999999,
83114 : : .ob_type = &PyUnicode_Type,
83115 : : },
83116 : : .length = 17,
83117 : : .hash = -1,
83118 : : .state = {
83119 : : .kind = 1,
83120 : : .compact = 1,
83121 : : .ascii = 1,
83122 : : },
83123 : : },
83124 : : ._data = "MutableSet.remove",
83125 : : };
83126 : : static
83127 : : struct {
83128 : : PyObject_VAR_HEAD
83129 : : Py_hash_t ob_shash;
83130 : : char ob_sval[47];
83131 : : }
83132 : : _collections_abc_toplevel_consts_52_consts_5_linetable = {
83133 : : .ob_base = {
83134 : : .ob_base = {
83135 : : .ob_refcnt = 999999999,
83136 : : .ob_type = &PyBytes_Type,
83137 : : },
83138 : : .ob_size = 46,
83139 : : },
83140 : : .ob_shash = -1,
83141 : : .ob_sval = "\x80\x00\xe0\x0b\x10\x98\x04\xd0\x0b\x1c\xf0\x00\x01\x09\x22\xdd\x12\x1a\x98\x35\x94\x2f\xd0\x0c\x21\xd8\x08\x0c\x8f\x0c\x89\x0c\x90\x55\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
83142 : : };
83143 : : static
83144 : : struct _PyCode_DEF(76)
83145 : : _collections_abc_toplevel_consts_52_consts_5 = {
83146 : : .ob_base = {
83147 : : .ob_base = {
83148 : : .ob_refcnt = 999999999,
83149 : : .ob_type = &PyCode_Type,
83150 : : },
83151 : : .ob_size = 38,
83152 : : },
83153 : : .co_consts = & _collections_abc_toplevel_consts_52_consts_5_consts._object.ob_base.ob_base,
83154 : : .co_names = & _collections_abc_toplevel_consts_52_consts_5_names._object.ob_base.ob_base,
83155 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83156 : : .co_flags = 3,
83157 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83158 : : ._co_linearray_entry_size = 0,
83159 : : .co_argcount = 2,
83160 : : .co_posonlyargcount = 0,
83161 : : .co_kwonlyargcount = 0,
83162 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
83163 : : .co_stacksize = 3,
83164 : : .co_firstlineno = 719,
83165 : : .co_nlocalsplus = 2,
83166 : : .co_nlocals = 2,
83167 : : .co_nplaincellvars = 0,
83168 : : .co_ncellvars = 0,
83169 : : .co_nfreevars = 0,
83170 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
83171 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
83172 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83173 : : .co_name = & const_str_remove._ascii.ob_base,
83174 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_5_qualname._ascii.ob_base,
83175 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_5_linetable.ob_base.ob_base,
83176 : : ._co_code = NULL,
83177 : : ._co_linearray = NULL,
83178 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x76\x01\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
83179 : : ._co_firsttraceable = 0,
83180 : : };
83181 : : static
83182 : : struct {
83183 : : PyASCIIObject _ascii;
83184 : : uint8_t _data[51];
83185 : : }
83186 : : _collections_abc_toplevel_consts_52_consts_6_consts_0 = {
83187 : : ._ascii = {
83188 : : .ob_base = {
83189 : : .ob_refcnt = 999999999,
83190 : : .ob_type = &PyUnicode_Type,
83191 : : },
83192 : : .length = 50,
83193 : : .hash = -1,
83194 : : .state = {
83195 : : .kind = 1,
83196 : : .compact = 1,
83197 : : .ascii = 1,
83198 : : },
83199 : : },
83200 : : ._data = "Return the popped value. Raise KeyError if empty.",
83201 : : };
83202 : : static
83203 : : struct {
83204 : : PyGC_Head _gc_head;
83205 : : struct {
83206 : : PyObject_VAR_HEAD
83207 : : PyObject *ob_item[2];
83208 : : }_object;
83209 : : }
83210 : : _collections_abc_toplevel_consts_52_consts_6_consts = {
83211 : : ._object = {
83212 : : .ob_base = {
83213 : : .ob_base = {
83214 : : .ob_refcnt = 999999999,
83215 : : .ob_type = &PyTuple_Type,
83216 : : },
83217 : : .ob_size = 2,
83218 : : },
83219 : : .ob_item = {
83220 : : & _collections_abc_toplevel_consts_52_consts_6_consts_0._ascii.ob_base,
83221 : : Py_None,
83222 : : },
83223 : : },
83224 : : };
83225 : : static
83226 : : struct {
83227 : : PyGC_Head _gc_head;
83228 : : struct {
83229 : : PyObject_VAR_HEAD
83230 : : PyObject *ob_item[5];
83231 : : }_object;
83232 : : }
83233 : : _collections_abc_toplevel_consts_52_consts_6_names = {
83234 : : ._object = {
83235 : : .ob_base = {
83236 : : .ob_base = {
83237 : : .ob_refcnt = 999999999,
83238 : : .ob_type = &PyTuple_Type,
83239 : : },
83240 : : .ob_size = 5,
83241 : : },
83242 : : .ob_item = {
83243 : : &_Py_ID(iter),
83244 : : &_Py_ID(next),
83245 : : & const_str_StopIteration._ascii.ob_base,
83246 : : & const_str_KeyError._ascii.ob_base,
83247 : : & const_str_discard._ascii.ob_base,
83248 : : },
83249 : : },
83250 : : };
83251 : : static
83252 : : struct {
83253 : : PyASCIIObject _ascii;
83254 : : uint8_t _data[15];
83255 : : }
83256 : : _collections_abc_toplevel_consts_52_consts_6_qualname = {
83257 : : ._ascii = {
83258 : : .ob_base = {
83259 : : .ob_refcnt = 999999999,
83260 : : .ob_type = &PyUnicode_Type,
83261 : : },
83262 : : .length = 14,
83263 : : .hash = -1,
83264 : : .state = {
83265 : : .kind = 1,
83266 : : .compact = 1,
83267 : : .ascii = 1,
83268 : : },
83269 : : },
83270 : : ._data = "MutableSet.pop",
83271 : : };
83272 : : static
83273 : : struct {
83274 : : PyObject_VAR_HEAD
83275 : : Py_hash_t ob_shash;
83276 : : char ob_sval[85];
83277 : : }
83278 : : _collections_abc_toplevel_consts_52_consts_6_linetable = {
83279 : : .ob_base = {
83280 : : .ob_base = {
83281 : : .ob_refcnt = 999999999,
83282 : : .ob_type = &PyBytes_Type,
83283 : : },
83284 : : .ob_size = 84,
83285 : : },
83286 : : .ob_shash = -1,
83287 : : .ob_sval = "\x80\x00\xe5\x0d\x11\x90\x24\x8c\x5a\x88\x02\xf0\x02\x03\x09\x25\xdd\x14\x18\x98\x12\x94\x48\x88\x45\xf0\x06\x00\x09\x0d\x8f\x0c\x89\x0c\x90\x55\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x14\x88\x0c\xf8\xf5\x07\x00\x10\x1d\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xdd\x12\x1a\xa0\x04\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf8\xf8\xf8",
83288 : : };
83289 : : static
83290 : : struct {
83291 : : PyObject_VAR_HEAD
83292 : : Py_hash_t ob_shash;
83293 : : char ob_sval[10];
83294 : : }
83295 : : _collections_abc_toplevel_consts_52_consts_6_exceptiontable = {
83296 : : .ob_base = {
83297 : : .ob_base = {
83298 : : .ob_refcnt = 999999999,
83299 : : .ob_type = &PyBytes_Type,
83300 : : },
83301 : : .ob_size = 9,
83302 : : },
83303 : : .ob_shash = -1,
83304 : : .ob_sval = "\x8f\x0d\x30\x00\xb0\x13\x41\x03\x03",
83305 : : };
83306 : : static
83307 : : struct {
83308 : : PyGC_Head _gc_head;
83309 : : struct {
83310 : : PyObject_VAR_HEAD
83311 : : PyObject *ob_item[3];
83312 : : }_object;
83313 : : }
83314 : : _collections_abc_toplevel_consts_52_consts_6_localsplusnames = {
83315 : : ._object = {
83316 : : .ob_base = {
83317 : : .ob_base = {
83318 : : .ob_refcnt = 999999999,
83319 : : .ob_type = &PyTuple_Type,
83320 : : },
83321 : : .ob_size = 3,
83322 : : },
83323 : : .ob_item = {
83324 : : & const_str_self._ascii.ob_base,
83325 : : & const_str_it._ascii.ob_base,
83326 : : & const_str_value._ascii.ob_base,
83327 : : },
83328 : : },
83329 : : };
83330 : : static
83331 : : struct _PyCode_DEF(140)
83332 : : _collections_abc_toplevel_consts_52_consts_6 = {
83333 : : .ob_base = {
83334 : : .ob_base = {
83335 : : .ob_refcnt = 999999999,
83336 : : .ob_type = &PyCode_Type,
83337 : : },
83338 : : .ob_size = 70,
83339 : : },
83340 : : .co_consts = & _collections_abc_toplevel_consts_52_consts_6_consts._object.ob_base.ob_base,
83341 : : .co_names = & _collections_abc_toplevel_consts_52_consts_6_names._object.ob_base.ob_base,
83342 : : .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_6_exceptiontable.ob_base.ob_base,
83343 : : .co_flags = 3,
83344 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83345 : : ._co_linearray_entry_size = 0,
83346 : : .co_argcount = 1,
83347 : : .co_posonlyargcount = 0,
83348 : : .co_kwonlyargcount = 0,
83349 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
83350 : : .co_stacksize = 4,
83351 : : .co_firstlineno = 725,
83352 : : .co_nlocalsplus = 3,
83353 : : .co_nlocals = 3,
83354 : : .co_nplaincellvars = 0,
83355 : : .co_ncellvars = 0,
83356 : : .co_nfreevars = 0,
83357 : : .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
83358 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83359 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83360 : : .co_name = & const_str_pop._ascii.ob_base,
83361 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_6_qualname._ascii.ob_base,
83362 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_6_linetable.ob_base.ob_base,
83363 : : ._co_code = NULL,
83364 : : ._co_linearray = NULL,
83365 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x09\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
83366 : : ._co_firsttraceable = 0,
83367 : : };
83368 : : static
83369 : : struct {
83370 : : PyASCIIObject _ascii;
83371 : : uint8_t _data[55];
83372 : : }
83373 : : _collections_abc_toplevel_consts_52_consts_7_consts_0 = {
83374 : : ._ascii = {
83375 : : .ob_base = {
83376 : : .ob_refcnt = 999999999,
83377 : : .ob_type = &PyUnicode_Type,
83378 : : },
83379 : : .length = 54,
83380 : : .hash = -1,
83381 : : .state = {
83382 : : .kind = 1,
83383 : : .compact = 1,
83384 : : .ascii = 1,
83385 : : },
83386 : : },
83387 : : ._data = "This is slow (creates N new iterators!) but effective.",
83388 : : };
83389 : : static
83390 : : struct {
83391 : : PyGC_Head _gc_head;
83392 : : struct {
83393 : : PyObject_VAR_HEAD
83394 : : PyObject *ob_item[3];
83395 : : }_object;
83396 : : }
83397 : : _collections_abc_toplevel_consts_52_consts_7_consts = {
83398 : : ._object = {
83399 : : .ob_base = {
83400 : : .ob_base = {
83401 : : .ob_refcnt = 999999999,
83402 : : .ob_type = &PyTuple_Type,
83403 : : },
83404 : : .ob_size = 3,
83405 : : },
83406 : : .ob_item = {
83407 : : & _collections_abc_toplevel_consts_52_consts_7_consts_0._ascii.ob_base,
83408 : : Py_True,
83409 : : Py_None,
83410 : : },
83411 : : },
83412 : : };
83413 : : static
83414 : : struct {
83415 : : PyGC_Head _gc_head;
83416 : : struct {
83417 : : PyObject_VAR_HEAD
83418 : : PyObject *ob_item[2];
83419 : : }_object;
83420 : : }
83421 : : _collections_abc_toplevel_consts_52_consts_7_names = {
83422 : : ._object = {
83423 : : .ob_base = {
83424 : : .ob_base = {
83425 : : .ob_refcnt = 999999999,
83426 : : .ob_type = &PyTuple_Type,
83427 : : },
83428 : : .ob_size = 2,
83429 : : },
83430 : : .ob_item = {
83431 : : & const_str_pop._ascii.ob_base,
83432 : : & const_str_KeyError._ascii.ob_base,
83433 : : },
83434 : : },
83435 : : };
83436 : : static
83437 : : struct {
83438 : : PyASCIIObject _ascii;
83439 : : uint8_t _data[17];
83440 : : }
83441 : : _collections_abc_toplevel_consts_52_consts_7_qualname = {
83442 : : ._ascii = {
83443 : : .ob_base = {
83444 : : .ob_refcnt = 999999999,
83445 : : .ob_type = &PyUnicode_Type,
83446 : : },
83447 : : .length = 16,
83448 : : .hash = -1,
83449 : : .state = {
83450 : : .kind = 1,
83451 : : .compact = 1,
83452 : : .ascii = 1,
83453 : : },
83454 : : },
83455 : : ._data = "MutableSet.clear",
83456 : : };
83457 : : static
83458 : : struct {
83459 : : PyObject_VAR_HEAD
83460 : : Py_hash_t ob_shash;
83461 : : char ob_sval[61];
83462 : : }
83463 : : _collections_abc_toplevel_consts_52_consts_7_linetable = {
83464 : : .ob_base = {
83465 : : .ob_base = {
83466 : : .ob_refcnt = 999999999,
83467 : : .ob_type = &PyBytes_Type,
83468 : : },
83469 : : .ob_size = 60,
83470 : : },
83471 : : .ob_shash = -1,
83472 : : .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x08\x91\x08\x94\x0a\x90\x0a\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
83473 : : };
83474 : : static
83475 : : struct {
83476 : : PyObject_VAR_HEAD
83477 : : Py_hash_t ob_shash;
83478 : : char ob_sval[13];
83479 : : }
83480 : : _collections_abc_toplevel_consts_52_consts_7_exceptiontable = {
83481 : : .ob_base = {
83482 : : .ob_base = {
83483 : : .ob_refcnt = 999999999,
83484 : : .ob_type = &PyBytes_Type,
83485 : : },
83486 : : .ob_size = 12,
83487 : : },
83488 : : .ob_shash = -1,
83489 : : .ob_sval = "\x82\x13\x15\x00\x95\x0a\x23\x03\xa2\x01\x23\x03",
83490 : : };
83491 : : static
83492 : : struct _PyCode_DEF(76)
83493 : : _collections_abc_toplevel_consts_52_consts_7 = {
83494 : : .ob_base = {
83495 : : .ob_base = {
83496 : : .ob_refcnt = 999999999,
83497 : : .ob_type = &PyCode_Type,
83498 : : },
83499 : : .ob_size = 38,
83500 : : },
83501 : : .co_consts = & _collections_abc_toplevel_consts_52_consts_7_consts._object.ob_base.ob_base,
83502 : : .co_names = & _collections_abc_toplevel_consts_52_consts_7_names._object.ob_base.ob_base,
83503 : : .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
83504 : : .co_flags = 3,
83505 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83506 : : ._co_linearray_entry_size = 0,
83507 : : .co_argcount = 1,
83508 : : .co_posonlyargcount = 0,
83509 : : .co_kwonlyargcount = 0,
83510 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
83511 : : .co_stacksize = 4,
83512 : : .co_firstlineno = 735,
83513 : : .co_nlocalsplus = 1,
83514 : : .co_nlocals = 1,
83515 : : .co_nplaincellvars = 0,
83516 : : .co_ncellvars = 0,
83517 : : .co_nfreevars = 0,
83518 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
83519 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
83520 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83521 : : .co_name = &_Py_ID(clear),
83522 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_7_qualname._ascii.ob_base,
83523 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_7_linetable.ob_base.ob_base,
83524 : : ._co_code = NULL,
83525 : : ._co_linearray = NULL,
83526 : : .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
83527 : : ._co_firsttraceable = 0,
83528 : : };
83529 : : static
83530 : : struct {
83531 : : PyGC_Head _gc_head;
83532 : : struct {
83533 : : PyObject_VAR_HEAD
83534 : : PyObject *ob_item[1];
83535 : : }_object;
83536 : : }
83537 : : _collections_abc_toplevel_consts_52_consts_8_names = {
83538 : : ._object = {
83539 : : .ob_base = {
83540 : : .ob_base = {
83541 : : .ob_refcnt = 999999999,
83542 : : .ob_type = &PyTuple_Type,
83543 : : },
83544 : : .ob_size = 1,
83545 : : },
83546 : : .ob_item = {
83547 : : &_Py_ID(add),
83548 : : },
83549 : : },
83550 : : };
83551 : : static
83552 : : struct {
83553 : : PyASCIIObject _ascii;
83554 : : uint8_t _data[19];
83555 : : }
83556 : : _collections_abc_toplevel_consts_52_consts_8_qualname = {
83557 : : ._ascii = {
83558 : : .ob_base = {
83559 : : .ob_refcnt = 999999999,
83560 : : .ob_type = &PyUnicode_Type,
83561 : : },
83562 : : .length = 18,
83563 : : .hash = -1,
83564 : : .state = {
83565 : : .kind = 1,
83566 : : .compact = 1,
83567 : : .ascii = 1,
83568 : : },
83569 : : },
83570 : : ._data = "MutableSet.__ior__",
83571 : : };
83572 : : static
83573 : : struct {
83574 : : PyObject_VAR_HEAD
83575 : : Py_hash_t ob_shash;
83576 : : char ob_sval[38];
83577 : : }
83578 : : _collections_abc_toplevel_consts_52_consts_8_linetable = {
83579 : : .ob_base = {
83580 : : .ob_base = {
83581 : : .ob_refcnt = 999999999,
83582 : : .ob_type = &PyBytes_Type,
83583 : : },
83584 : : .ob_size = 37,
83585 : : },
83586 : : .ob_shash = -1,
83587 : : .ob_sval = "\x80\x00\xd8\x15\x17\xf0\x00\x01\x09\x1c\xf1\x00\x01\x09\x1c\x88\x45\xd8\x0c\x10\x8f\x48\x89\x48\x90\x55\x8c\x4f\x88\x4f\x88\x4f\xd8\x0f\x13\x88\x0b",
83588 : : };
83589 : : static
83590 : : struct _PyCode_DEF(54)
83591 : : _collections_abc_toplevel_consts_52_consts_8 = {
83592 : : .ob_base = {
83593 : : .ob_base = {
83594 : : .ob_refcnt = 999999999,
83595 : : .ob_type = &PyCode_Type,
83596 : : },
83597 : : .ob_size = 27,
83598 : : },
83599 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83600 : : .co_names = & _collections_abc_toplevel_consts_52_consts_8_names._object.ob_base.ob_base,
83601 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83602 : : .co_flags = 3,
83603 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83604 : : ._co_linearray_entry_size = 0,
83605 : : .co_argcount = 2,
83606 : : .co_posonlyargcount = 0,
83607 : : .co_kwonlyargcount = 0,
83608 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
83609 : : .co_stacksize = 4,
83610 : : .co_firstlineno = 743,
83611 : : .co_nlocalsplus = 3,
83612 : : .co_nlocals = 3,
83613 : : .co_nplaincellvars = 0,
83614 : : .co_ncellvars = 0,
83615 : : .co_nfreevars = 0,
83616 : : .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
83617 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83618 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83619 : : .co_name = &_Py_ID(__ior__),
83620 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_8_qualname._ascii.ob_base,
83621 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_8_linetable.ob_base.ob_base,
83622 : : ._co_code = NULL,
83623 : : ._co_linearray = NULL,
83624 : : .co_code_adaptive = "\x97\x00\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
83625 : : ._co_firsttraceable = 0,
83626 : : };
83627 : : static
83628 : : struct {
83629 : : PyGC_Head _gc_head;
83630 : : struct {
83631 : : PyObject_VAR_HEAD
83632 : : PyObject *ob_item[1];
83633 : : }_object;
83634 : : }
83635 : : _collections_abc_toplevel_consts_52_consts_9_names = {
83636 : : ._object = {
83637 : : .ob_base = {
83638 : : .ob_base = {
83639 : : .ob_refcnt = 999999999,
83640 : : .ob_type = &PyTuple_Type,
83641 : : },
83642 : : .ob_size = 1,
83643 : : },
83644 : : .ob_item = {
83645 : : & const_str_discard._ascii.ob_base,
83646 : : },
83647 : : },
83648 : : };
83649 : : static
83650 : : struct {
83651 : : PyASCIIObject _ascii;
83652 : : uint8_t _data[20];
83653 : : }
83654 : : _collections_abc_toplevel_consts_52_consts_9_qualname = {
83655 : : ._ascii = {
83656 : : .ob_base = {
83657 : : .ob_refcnt = 999999999,
83658 : : .ob_type = &PyUnicode_Type,
83659 : : },
83660 : : .length = 19,
83661 : : .hash = -1,
83662 : : .state = {
83663 : : .kind = 1,
83664 : : .compact = 1,
83665 : : .ascii = 1,
83666 : : },
83667 : : },
83668 : : ._data = "MutableSet.__iand__",
83669 : : };
83670 : : static
83671 : : struct {
83672 : : PyObject_VAR_HEAD
83673 : : Py_hash_t ob_shash;
83674 : : char ob_sval[45];
83675 : : }
83676 : : _collections_abc_toplevel_consts_52_consts_9_linetable = {
83677 : : .ob_base = {
83678 : : .ob_base = {
83679 : : .ob_refcnt = 999999999,
83680 : : .ob_type = &PyBytes_Type,
83681 : : },
83682 : : .ob_size = 44,
83683 : : },
83684 : : .ob_shash = -1,
83685 : : .ob_sval = "\x80\x00\xd8\x16\x1a\x98\x52\x91\x69\xf0\x00\x01\x09\x20\xf1\x00\x01\x09\x20\x88\x45\xd8\x0c\x10\x8f\x4c\x89\x4c\x98\x15\xd4\x0c\x1f\xd0\x0c\x1f\xd0\x0c\x1f\xd8\x0f\x13\x88\x0b",
83686 : : };
83687 : : static
83688 : : struct _PyCode_DEF(60)
83689 : : _collections_abc_toplevel_consts_52_consts_9 = {
83690 : : .ob_base = {
83691 : : .ob_base = {
83692 : : .ob_refcnt = 999999999,
83693 : : .ob_type = &PyCode_Type,
83694 : : },
83695 : : .ob_size = 30,
83696 : : },
83697 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83698 : : .co_names = & _collections_abc_toplevel_consts_52_consts_9_names._object.ob_base.ob_base,
83699 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83700 : : .co_flags = 3,
83701 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83702 : : ._co_linearray_entry_size = 0,
83703 : : .co_argcount = 2,
83704 : : .co_posonlyargcount = 0,
83705 : : .co_kwonlyargcount = 0,
83706 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
83707 : : .co_stacksize = 4,
83708 : : .co_firstlineno = 748,
83709 : : .co_nlocalsplus = 3,
83710 : : .co_nlocals = 3,
83711 : : .co_nplaincellvars = 0,
83712 : : .co_ncellvars = 0,
83713 : : .co_nfreevars = 0,
83714 : : .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
83715 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83716 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83717 : : .co_name = &_Py_ID(__iand__),
83718 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_9_qualname._ascii.ob_base,
83719 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_9_linetable.ob_base.ob_base,
83720 : : ._co_code = NULL,
83721 : : ._co_linearray = NULL,
83722 : : .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x01\x7a\x0a\x00\x00\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
83723 : : ._co_firsttraceable = 0,
83724 : : };
83725 : : static
83726 : : struct {
83727 : : PyGC_Head _gc_head;
83728 : : struct {
83729 : : PyObject_VAR_HEAD
83730 : : PyObject *ob_item[6];
83731 : : }_object;
83732 : : }
83733 : : _collections_abc_toplevel_consts_52_consts_10_names = {
83734 : : ._object = {
83735 : : .ob_base = {
83736 : : .ob_base = {
83737 : : .ob_refcnt = 999999999,
83738 : : .ob_type = &PyTuple_Type,
83739 : : },
83740 : : .ob_size = 6,
83741 : : },
83742 : : .ob_item = {
83743 : : &_Py_ID(clear),
83744 : : &_Py_ID(isinstance),
83745 : : & const_str_Set._ascii.ob_base,
83746 : : & const_str__from_iterable._ascii.ob_base,
83747 : : & const_str_discard._ascii.ob_base,
83748 : : &_Py_ID(add),
83749 : : },
83750 : : },
83751 : : };
83752 : : static
83753 : : struct {
83754 : : PyASCIIObject _ascii;
83755 : : uint8_t _data[20];
83756 : : }
83757 : : _collections_abc_toplevel_consts_52_consts_10_qualname = {
83758 : : ._ascii = {
83759 : : .ob_base = {
83760 : : .ob_refcnt = 999999999,
83761 : : .ob_type = &PyUnicode_Type,
83762 : : },
83763 : : .length = 19,
83764 : : .hash = -1,
83765 : : .state = {
83766 : : .kind = 1,
83767 : : .compact = 1,
83768 : : .ascii = 1,
83769 : : },
83770 : : },
83771 : : ._data = "MutableSet.__ixor__",
83772 : : };
83773 : : static
83774 : : struct {
83775 : : PyObject_VAR_HEAD
83776 : : Py_hash_t ob_shash;
83777 : : char ob_sval[124];
83778 : : }
83779 : : _collections_abc_toplevel_consts_52_consts_10_linetable = {
83780 : : .ob_base = {
83781 : : .ob_base = {
83782 : : .ob_refcnt = 999999999,
83783 : : .ob_type = &PyBytes_Type,
83784 : : },
83785 : : .ob_size = 123,
83786 : : },
83787 : : .ob_shash = -1,
83788 : : .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\xf0\x00\x09\x09\x24\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\xe5\x13\x1d\x98\x62\xa5\x23\xd4\x13\x26\xf0\x00\x01\x0d\x2d\xd8\x15\x19\xd7\x15\x28\xd1\x15\x28\xa8\x12\xd4\x15\x2c\x90\x02\xd8\x19\x1b\xf0\x00\x04\x0d\x24\xf1\x00\x04\x0d\x24\x90\x05\xd8\x13\x18\x98\x44\x90\x3d\xf0\x00\x03\x11\x24\xd8\x14\x18\x97\x4c\x91\x4c\xa0\x15\xd4\x14\x27\xd0\x14\x27\xd0\x14\x27\xe0\x14\x18\x97\x48\x91\x48\x98\x55\x94\x4f\x90\x4f\x90\x4f\xd8\x0f\x13\x88\x0b",
83789 : : };
83790 : : static
83791 : : struct _PyCode_DEF(218)
83792 : : _collections_abc_toplevel_consts_52_consts_10 = {
83793 : : .ob_base = {
83794 : : .ob_base = {
83795 : : .ob_refcnt = 999999999,
83796 : : .ob_type = &PyCode_Type,
83797 : : },
83798 : : .ob_size = 109,
83799 : : },
83800 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83801 : : .co_names = & _collections_abc_toplevel_consts_52_consts_10_names._object.ob_base.ob_base,
83802 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83803 : : .co_flags = 3,
83804 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83805 : : ._co_linearray_entry_size = 0,
83806 : : .co_argcount = 2,
83807 : : .co_posonlyargcount = 0,
83808 : : .co_kwonlyargcount = 0,
83809 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
83810 : : .co_stacksize = 4,
83811 : : .co_firstlineno = 753,
83812 : : .co_nlocalsplus = 3,
83813 : : .co_nlocals = 3,
83814 : : .co_nplaincellvars = 0,
83815 : : .co_ncellvars = 0,
83816 : : .co_nfreevars = 0,
83817 : : .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
83818 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83819 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83820 : : .co_name = &_Py_ID(__ixor__),
83821 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_10_qualname._ascii.ob_base,
83822 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_10_linetable.ob_base.ob_base,
83823 : : ._co_code = NULL,
83824 : : ._co_linearray = NULL,
83825 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x12\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x54\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x12\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x2b\x00\x00\x7d\x02\x7c\x02\x7c\x00\x76\x00\x72\x13\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x1a\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x2d\x7c\x00\x53\x00",
83826 : : ._co_firsttraceable = 0,
83827 : : };
83828 : : static
83829 : : struct {
83830 : : PyGC_Head _gc_head;
83831 : : struct {
83832 : : PyObject_VAR_HEAD
83833 : : PyObject *ob_item[2];
83834 : : }_object;
83835 : : }
83836 : : _collections_abc_toplevel_consts_52_consts_11_names = {
83837 : : ._object = {
83838 : : .ob_base = {
83839 : : .ob_base = {
83840 : : .ob_refcnt = 999999999,
83841 : : .ob_type = &PyTuple_Type,
83842 : : },
83843 : : .ob_size = 2,
83844 : : },
83845 : : .ob_item = {
83846 : : &_Py_ID(clear),
83847 : : & const_str_discard._ascii.ob_base,
83848 : : },
83849 : : },
83850 : : };
83851 : : static
83852 : : struct {
83853 : : PyASCIIObject _ascii;
83854 : : uint8_t _data[20];
83855 : : }
83856 : : _collections_abc_toplevel_consts_52_consts_11_qualname = {
83857 : : ._ascii = {
83858 : : .ob_base = {
83859 : : .ob_refcnt = 999999999,
83860 : : .ob_type = &PyUnicode_Type,
83861 : : },
83862 : : .length = 19,
83863 : : .hash = -1,
83864 : : .state = {
83865 : : .kind = 1,
83866 : : .compact = 1,
83867 : : .ascii = 1,
83868 : : },
83869 : : },
83870 : : ._data = "MutableSet.__isub__",
83871 : : };
83872 : : static
83873 : : struct {
83874 : : PyObject_VAR_HEAD
83875 : : Py_hash_t ob_shash;
83876 : : char ob_sval[66];
83877 : : }
83878 : : _collections_abc_toplevel_consts_52_consts_11_linetable = {
83879 : : .ob_base = {
83880 : : .ob_base = {
83881 : : .ob_refcnt = 999999999,
83882 : : .ob_type = &PyBytes_Type,
83883 : : },
83884 : : .ob_size = 65,
83885 : : },
83886 : : .ob_shash = -1,
83887 : : .ob_sval = "\x80\x00\xd8\x0b\x0d\x90\x14\x88\x3a\xf0\x00\x04\x09\x24\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\xe0\x19\x1b\xf0\x00\x01\x0d\x24\xf1\x00\x01\x0d\x24\x90\x05\xd8\x10\x14\x97\x0c\x91\x0c\x98\x55\xd4\x10\x23\xd0\x10\x23\xd0\x10\x23\xd8\x0f\x13\x88\x0b",
83888 : : };
83889 : : static
83890 : : struct _PyCode_DEF(98)
83891 : : _collections_abc_toplevel_consts_52_consts_11 = {
83892 : : .ob_base = {
83893 : : .ob_base = {
83894 : : .ob_refcnt = 999999999,
83895 : : .ob_type = &PyCode_Type,
83896 : : },
83897 : : .ob_size = 49,
83898 : : },
83899 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
83900 : : .co_names = & _collections_abc_toplevel_consts_52_consts_11_names._object.ob_base.ob_base,
83901 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
83902 : : .co_flags = 3,
83903 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
83904 : : ._co_linearray_entry_size = 0,
83905 : : .co_argcount = 2,
83906 : : .co_posonlyargcount = 0,
83907 : : .co_kwonlyargcount = 0,
83908 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
83909 : : .co_stacksize = 4,
83910 : : .co_firstlineno = 766,
83911 : : .co_nlocalsplus = 3,
83912 : : .co_nlocals = 3,
83913 : : .co_nplaincellvars = 0,
83914 : : .co_ncellvars = 0,
83915 : : .co_nfreevars = 0,
83916 : : .co_localsplusnames = & _collections_abc_toplevel_consts_52_consts_6_localsplusnames._object.ob_base.ob_base,
83917 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
83918 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
83919 : : .co_name = &_Py_ID(__isub__),
83920 : : .co_qualname = & _collections_abc_toplevel_consts_52_consts_11_qualname._ascii.ob_base,
83921 : : .co_linetable = & _collections_abc_toplevel_consts_52_consts_11_linetable.ob_base.ob_base,
83922 : : ._co_code = NULL,
83923 : : ._co_linearray = NULL,
83924 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x12\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x18\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x7c\x00\x53\x00",
83925 : : ._co_firsttraceable = 0,
83926 : : };
83927 : : static
83928 : : struct {
83929 : : PyGC_Head _gc_head;
83930 : : struct {
83931 : : PyObject_VAR_HEAD
83932 : : PyObject *ob_item[13];
83933 : : }_object;
83934 : : }
83935 : : _collections_abc_toplevel_consts_52_consts = {
83936 : : ._object = {
83937 : : .ob_base = {
83938 : : .ob_base = {
83939 : : .ob_refcnt = 999999999,
83940 : : .ob_type = &PyTuple_Type,
83941 : : },
83942 : : .ob_size = 13,
83943 : : },
83944 : : .ob_item = {
83945 : : & const_str_MutableSet._ascii.ob_base,
83946 : : & _collections_abc_toplevel_consts_52_consts_1._ascii.ob_base,
83947 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
83948 : : & _collections_abc_toplevel_consts_52_consts_3.ob_base.ob_base,
83949 : : & _collections_abc_toplevel_consts_52_consts_4.ob_base.ob_base,
83950 : : & _collections_abc_toplevel_consts_52_consts_5.ob_base.ob_base,
83951 : : & _collections_abc_toplevel_consts_52_consts_6.ob_base.ob_base,
83952 : : & _collections_abc_toplevel_consts_52_consts_7.ob_base.ob_base,
83953 : : & _collections_abc_toplevel_consts_52_consts_8.ob_base.ob_base,
83954 : : & _collections_abc_toplevel_consts_52_consts_9.ob_base.ob_base,
83955 : : & _collections_abc_toplevel_consts_52_consts_10.ob_base.ob_base,
83956 : : & _collections_abc_toplevel_consts_52_consts_11.ob_base.ob_base,
83957 : : Py_None,
83958 : : },
83959 : : },
83960 : : };
83961 : : static
83962 : : struct {
83963 : : PyGC_Head _gc_head;
83964 : : struct {
83965 : : PyObject_VAR_HEAD
83966 : : PyObject *ob_item[15];
83967 : : }_object;
83968 : : }
83969 : : _collections_abc_toplevel_consts_52_names = {
83970 : : ._object = {
83971 : : .ob_base = {
83972 : : .ob_base = {
83973 : : .ob_refcnt = 999999999,
83974 : : .ob_type = &PyTuple_Type,
83975 : : },
83976 : : .ob_size = 15,
83977 : : },
83978 : : .ob_item = {
83979 : : &_Py_ID(__name__),
83980 : : &_Py_ID(__module__),
83981 : : &_Py_ID(__qualname__),
83982 : : &_Py_ID(__doc__),
83983 : : &_Py_ID(__slots__),
83984 : : & const_str_abstractmethod._ascii.ob_base,
83985 : : &_Py_ID(add),
83986 : : & const_str_discard._ascii.ob_base,
83987 : : & const_str_remove._ascii.ob_base,
83988 : : & const_str_pop._ascii.ob_base,
83989 : : &_Py_ID(clear),
83990 : : &_Py_ID(__ior__),
83991 : : &_Py_ID(__iand__),
83992 : : &_Py_ID(__ixor__),
83993 : : &_Py_ID(__isub__),
83994 : : },
83995 : : },
83996 : : };
83997 : : static
83998 : : struct {
83999 : : PyObject_VAR_HEAD
84000 : : Py_hash_t ob_shash;
84001 : : char ob_sval[191];
84002 : : }
84003 : : _collections_abc_toplevel_consts_52_linetable = {
84004 : : .ob_base = {
84005 : : .ob_base = {
84006 : : .ob_refcnt = 999999999,
84007 : : .ob_type = &PyBytes_Type,
84008 : : },
84009 : : .ob_size = 190,
84010 : : },
84011 : : .ob_shash = -1,
84012 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x09\x05\x08\xf0\x00\x09\x05\x08\xf0\x16\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x22\xf0\x08\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf0\x00\x04\x05\x1c\xf0\x0c\x08\x05\x15\xf0\x00\x08\x05\x15\xf0\x00\x08\x05\x15\xf0\x14\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x0a\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x00\x03\x05\x14\xf0\x0a\x0b\x05\x14\xf0\x00\x0b\x05\x14\xf0\x00\x0b\x05\x14\xf0\x1a\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14\xf0\x00\x06\x05\x14",
84013 : : };
84014 : : static
84015 : : struct _PyCode_DEF(100)
84016 : : _collections_abc_toplevel_consts_52 = {
84017 : : .ob_base = {
84018 : : .ob_base = {
84019 : : .ob_refcnt = 999999999,
84020 : : .ob_type = &PyCode_Type,
84021 : : },
84022 : : .ob_size = 50,
84023 : : },
84024 : : .co_consts = & _collections_abc_toplevel_consts_52_consts._object.ob_base.ob_base,
84025 : : .co_names = & _collections_abc_toplevel_consts_52_names._object.ob_base.ob_base,
84026 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84027 : : .co_flags = 0,
84028 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84029 : : ._co_linearray_entry_size = 0,
84030 : : .co_argcount = 0,
84031 : : .co_posonlyargcount = 0,
84032 : : .co_kwonlyargcount = 0,
84033 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
84034 : : .co_stacksize = 2,
84035 : : .co_firstlineno = 695,
84036 : : .co_nlocalsplus = 0,
84037 : : .co_nlocals = 0,
84038 : : .co_nplaincellvars = 0,
84039 : : .co_ncellvars = 0,
84040 : : .co_nfreevars = 0,
84041 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
84042 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
84043 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84044 : : .co_name = & const_str_MutableSet._ascii.ob_base,
84045 : : .co_qualname = & const_str_MutableSet._ascii.ob_base,
84046 : : .co_linetable = & _collections_abc_toplevel_consts_52_linetable.ob_base.ob_base,
84047 : : ._co_code = NULL,
84048 : : ._co_linearray = NULL,
84049 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0a\x84\x00\x5a\x0d\x64\x0b\x84\x00\x5a\x0e\x64\x0c\x53\x00",
84050 : : ._co_firsttraceable = 0,
84051 : : };
84052 : : static
84053 : : struct {
84054 : : PyASCIIObject _ascii;
84055 : : uint8_t _data[199];
84056 : : }
84057 : : _collections_abc_toplevel_consts_54_consts_1 = {
84058 : : ._ascii = {
84059 : : .ob_base = {
84060 : : .ob_refcnt = 999999999,
84061 : : .ob_type = &PyUnicode_Type,
84062 : : },
84063 : : .length = 198,
84064 : : .hash = -1,
84065 : : .state = {
84066 : : .kind = 1,
84067 : : .compact = 1,
84068 : : .ascii = 1,
84069 : : },
84070 : : },
84071 : : ._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",
84072 : : };
84073 : : static
84074 : : struct {
84075 : : PyGC_Head _gc_head;
84076 : : struct {
84077 : : PyObject_VAR_HEAD
84078 : : PyObject *ob_item[1];
84079 : : }_object;
84080 : : }
84081 : : _collections_abc_toplevel_consts_54_consts_4_names = {
84082 : : ._object = {
84083 : : .ob_base = {
84084 : : .ob_base = {
84085 : : .ob_refcnt = 999999999,
84086 : : .ob_type = &PyTuple_Type,
84087 : : },
84088 : : .ob_size = 1,
84089 : : },
84090 : : .ob_item = {
84091 : : & const_str_KeyError._ascii.ob_base,
84092 : : },
84093 : : },
84094 : : };
84095 : : static
84096 : : struct {
84097 : : PyASCIIObject _ascii;
84098 : : uint8_t _data[20];
84099 : : }
84100 : : _collections_abc_toplevel_consts_54_consts_4_qualname = {
84101 : : ._ascii = {
84102 : : .ob_base = {
84103 : : .ob_refcnt = 999999999,
84104 : : .ob_type = &PyUnicode_Type,
84105 : : },
84106 : : .length = 19,
84107 : : .hash = -1,
84108 : : .state = {
84109 : : .kind = 1,
84110 : : .compact = 1,
84111 : : .ascii = 1,
84112 : : },
84113 : : },
84114 : : ._data = "Mapping.__getitem__",
84115 : : };
84116 : : static
84117 : : struct {
84118 : : PyObject_VAR_HEAD
84119 : : Py_hash_t ob_shash;
84120 : : char ob_sval[8];
84121 : : }
84122 : : _collections_abc_toplevel_consts_54_consts_4_linetable = {
84123 : : .ob_base = {
84124 : : .ob_base = {
84125 : : .ob_refcnt = 999999999,
84126 : : .ob_type = &PyBytes_Type,
84127 : : },
84128 : : .ob_size = 7,
84129 : : },
84130 : : .ob_shash = -1,
84131 : : .ob_sval = "\x80\x00\xe5\x0e\x16\x88\x0e",
84132 : : };
84133 : : static
84134 : : struct {
84135 : : PyGC_Head _gc_head;
84136 : : struct {
84137 : : PyObject_VAR_HEAD
84138 : : PyObject *ob_item[2];
84139 : : }_object;
84140 : : }
84141 : : _collections_abc_toplevel_consts_54_consts_4_localsplusnames = {
84142 : : ._object = {
84143 : : .ob_base = {
84144 : : .ob_base = {
84145 : : .ob_refcnt = 999999999,
84146 : : .ob_type = &PyTuple_Type,
84147 : : },
84148 : : .ob_size = 2,
84149 : : },
84150 : : .ob_item = {
84151 : : & const_str_self._ascii.ob_base,
84152 : : & const_str_key._ascii.ob_base,
84153 : : },
84154 : : },
84155 : : };
84156 : : static
84157 : : struct _PyCode_DEF(16)
84158 : : _collections_abc_toplevel_consts_54_consts_4 = {
84159 : : .ob_base = {
84160 : : .ob_base = {
84161 : : .ob_refcnt = 999999999,
84162 : : .ob_type = &PyCode_Type,
84163 : : },
84164 : : .ob_size = 8,
84165 : : },
84166 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
84167 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
84168 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84169 : : .co_flags = 3,
84170 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84171 : : ._co_linearray_entry_size = 0,
84172 : : .co_argcount = 2,
84173 : : .co_posonlyargcount = 0,
84174 : : .co_kwonlyargcount = 0,
84175 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
84176 : : .co_stacksize = 1,
84177 : : .co_firstlineno = 793,
84178 : : .co_nlocalsplus = 2,
84179 : : .co_nlocals = 2,
84180 : : .co_nplaincellvars = 0,
84181 : : .co_ncellvars = 0,
84182 : : .co_nfreevars = 0,
84183 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
84184 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84185 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84186 : : .co_name = &_Py_ID(__getitem__),
84187 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_4_qualname._ascii.ob_base,
84188 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
84189 : : ._co_code = NULL,
84190 : : ._co_linearray = NULL,
84191 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
84192 : : ._co_firsttraceable = 0,
84193 : : };
84194 : : static
84195 : : struct {
84196 : : PyASCIIObject _ascii;
84197 : : uint8_t _data[61];
84198 : : }
84199 : : _collections_abc_toplevel_consts_54_consts_6_consts_0 = {
84200 : : ._ascii = {
84201 : : .ob_base = {
84202 : : .ob_refcnt = 999999999,
84203 : : .ob_type = &PyUnicode_Type,
84204 : : },
84205 : : .length = 60,
84206 : : .hash = -1,
84207 : : .state = {
84208 : : .kind = 1,
84209 : : .compact = 1,
84210 : : .ascii = 1,
84211 : : },
84212 : : },
84213 : : ._data = "D.get(k[,d]) -> D[k] if k in D, else d. d defaults to None.",
84214 : : };
84215 : : static
84216 : : struct {
84217 : : PyGC_Head _gc_head;
84218 : : struct {
84219 : : PyObject_VAR_HEAD
84220 : : PyObject *ob_item[1];
84221 : : }_object;
84222 : : }
84223 : : _collections_abc_toplevel_consts_54_consts_6_consts = {
84224 : : ._object = {
84225 : : .ob_base = {
84226 : : .ob_base = {
84227 : : .ob_refcnt = 999999999,
84228 : : .ob_type = &PyTuple_Type,
84229 : : },
84230 : : .ob_size = 1,
84231 : : },
84232 : : .ob_item = {
84233 : : & _collections_abc_toplevel_consts_54_consts_6_consts_0._ascii.ob_base,
84234 : : },
84235 : : },
84236 : : };
84237 : : static
84238 : : struct {
84239 : : PyASCIIObject _ascii;
84240 : : uint8_t _data[12];
84241 : : }
84242 : : _collections_abc_toplevel_consts_54_consts_6_qualname = {
84243 : : ._ascii = {
84244 : : .ob_base = {
84245 : : .ob_refcnt = 999999999,
84246 : : .ob_type = &PyUnicode_Type,
84247 : : },
84248 : : .length = 11,
84249 : : .hash = -1,
84250 : : .state = {
84251 : : .kind = 1,
84252 : : .compact = 1,
84253 : : .ascii = 1,
84254 : : },
84255 : : },
84256 : : ._data = "Mapping.get",
84257 : : };
84258 : : static
84259 : : struct {
84260 : : PyObject_VAR_HEAD
84261 : : Py_hash_t ob_shash;
84262 : : char ob_sval[54];
84263 : : }
84264 : : _collections_abc_toplevel_consts_54_consts_6_linetable = {
84265 : : .ob_base = {
84266 : : .ob_base = {
84267 : : .ob_refcnt = 999999999,
84268 : : .ob_type = &PyBytes_Type,
84269 : : },
84270 : : .ob_size = 53,
84271 : : },
84272 : : .ob_shash = -1,
84273 : : .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",
84274 : : };
84275 : : static
84276 : : struct {
84277 : : PyObject_VAR_HEAD
84278 : : Py_hash_t ob_shash;
84279 : : char ob_sval[13];
84280 : : }
84281 : : _collections_abc_toplevel_consts_54_consts_6_exceptiontable = {
84282 : : .ob_base = {
84283 : : .ob_base = {
84284 : : .ob_refcnt = 999999999,
84285 : : .ob_type = &PyBytes_Type,
84286 : : },
84287 : : .ob_size = 12,
84288 : : },
84289 : : .ob_shash = -1,
84290 : : .ob_sval = "\x82\x07\x0a\x00\x8a\x0c\x19\x03\x98\x01\x19\x03",
84291 : : };
84292 : : static
84293 : : struct {
84294 : : PyGC_Head _gc_head;
84295 : : struct {
84296 : : PyObject_VAR_HEAD
84297 : : PyObject *ob_item[3];
84298 : : }_object;
84299 : : }
84300 : : _collections_abc_toplevel_consts_54_consts_6_localsplusnames = {
84301 : : ._object = {
84302 : : .ob_base = {
84303 : : .ob_base = {
84304 : : .ob_refcnt = 999999999,
84305 : : .ob_type = &PyTuple_Type,
84306 : : },
84307 : : .ob_size = 3,
84308 : : },
84309 : : .ob_item = {
84310 : : & const_str_self._ascii.ob_base,
84311 : : & const_str_key._ascii.ob_base,
84312 : : &_Py_ID(default),
84313 : : },
84314 : : },
84315 : : };
84316 : : static
84317 : : struct _PyCode_DEF(56)
84318 : : _collections_abc_toplevel_consts_54_consts_6 = {
84319 : : .ob_base = {
84320 : : .ob_base = {
84321 : : .ob_refcnt = 999999999,
84322 : : .ob_type = &PyCode_Type,
84323 : : },
84324 : : .ob_size = 28,
84325 : : },
84326 : : .co_consts = & _collections_abc_toplevel_consts_54_consts_6_consts._object.ob_base.ob_base,
84327 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
84328 : : .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_6_exceptiontable.ob_base.ob_base,
84329 : : .co_flags = 3,
84330 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84331 : : ._co_linearray_entry_size = 0,
84332 : : .co_argcount = 3,
84333 : : .co_posonlyargcount = 0,
84334 : : .co_kwonlyargcount = 0,
84335 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
84336 : : .co_stacksize = 4,
84337 : : .co_firstlineno = 797,
84338 : : .co_nlocalsplus = 3,
84339 : : .co_nlocals = 3,
84340 : : .co_nplaincellvars = 0,
84341 : : .co_ncellvars = 0,
84342 : : .co_nfreevars = 0,
84343 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
84344 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
84345 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84346 : : .co_name = &_Py_ID(get),
84347 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_6_qualname._ascii.ob_base,
84348 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_6_linetable.ob_base.ob_base,
84349 : : ._co_code = NULL,
84350 : : ._co_linearray = NULL,
84351 : : .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",
84352 : : ._co_firsttraceable = 0,
84353 : : };
84354 : : static
84355 : : struct {
84356 : : PyASCIIObject _ascii;
84357 : : uint8_t _data[21];
84358 : : }
84359 : : _collections_abc_toplevel_consts_54_consts_7_qualname = {
84360 : : ._ascii = {
84361 : : .ob_base = {
84362 : : .ob_refcnt = 999999999,
84363 : : .ob_type = &PyUnicode_Type,
84364 : : },
84365 : : .length = 20,
84366 : : .hash = -1,
84367 : : .state = {
84368 : : .kind = 1,
84369 : : .compact = 1,
84370 : : .ascii = 1,
84371 : : },
84372 : : },
84373 : : ._data = "Mapping.__contains__",
84374 : : };
84375 : : static
84376 : : struct {
84377 : : PyObject_VAR_HEAD
84378 : : Py_hash_t ob_shash;
84379 : : char ob_sval[60];
84380 : : }
84381 : : _collections_abc_toplevel_consts_54_consts_7_linetable = {
84382 : : .ob_base = {
84383 : : .ob_base = {
84384 : : .ob_refcnt = 999999999,
84385 : : .ob_type = &PyBytes_Type,
84386 : : },
84387 : : .ob_size = 59,
84388 : : },
84389 : : .ob_shash = -1,
84390 : : .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",
84391 : : };
84392 : : static
84393 : : struct {
84394 : : PyObject_VAR_HEAD
84395 : : Py_hash_t ob_shash;
84396 : : char ob_sval[13];
84397 : : }
84398 : : _collections_abc_toplevel_consts_54_consts_7_exceptiontable = {
84399 : : .ob_base = {
84400 : : .ob_base = {
84401 : : .ob_refcnt = 999999999,
84402 : : .ob_type = &PyBytes_Type,
84403 : : },
84404 : : .ob_size = 12,
84405 : : },
84406 : : .ob_shash = -1,
84407 : : .ob_sval = "\x82\x08\x0c\x00\x8c\x0a\x1a\x03\x99\x01\x1a\x03",
84408 : : };
84409 : : static
84410 : : struct _PyCode_DEF(58)
84411 : : _collections_abc_toplevel_consts_54_consts_7 = {
84412 : : .ob_base = {
84413 : : .ob_base = {
84414 : : .ob_refcnt = 999999999,
84415 : : .ob_type = &PyCode_Type,
84416 : : },
84417 : : .ob_size = 29,
84418 : : },
84419 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
84420 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
84421 : : .co_exceptiontable = & _collections_abc_toplevel_consts_54_consts_7_exceptiontable.ob_base.ob_base,
84422 : : .co_flags = 3,
84423 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84424 : : ._co_linearray_entry_size = 0,
84425 : : .co_argcount = 2,
84426 : : .co_posonlyargcount = 0,
84427 : : .co_kwonlyargcount = 0,
84428 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
84429 : : .co_stacksize = 4,
84430 : : .co_firstlineno = 804,
84431 : : .co_nlocalsplus = 2,
84432 : : .co_nlocals = 2,
84433 : : .co_nplaincellvars = 0,
84434 : : .co_ncellvars = 0,
84435 : : .co_nfreevars = 0,
84436 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
84437 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84438 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84439 : : .co_name = &_Py_ID(__contains__),
84440 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_7_qualname._ascii.ob_base,
84441 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_7_linetable.ob_base.ob_base,
84442 : : ._co_code = NULL,
84443 : : ._co_linearray = NULL,
84444 : : .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",
84445 : : ._co_firsttraceable = 0,
84446 : : };
84447 : : static
84448 : : struct {
84449 : : PyASCIIObject _ascii;
84450 : : uint8_t _data[59];
84451 : : }
84452 : : _collections_abc_toplevel_consts_54_consts_8_consts_0 = {
84453 : : ._ascii = {
84454 : : .ob_base = {
84455 : : .ob_refcnt = 999999999,
84456 : : .ob_type = &PyUnicode_Type,
84457 : : },
84458 : : .length = 58,
84459 : : .hash = -1,
84460 : : .state = {
84461 : : .kind = 1,
84462 : : .compact = 1,
84463 : : .ascii = 1,
84464 : : },
84465 : : },
84466 : : ._data = "D.keys() -> a set-like object providing a view on D's keys",
84467 : : };
84468 : : static
84469 : : struct {
84470 : : PyGC_Head _gc_head;
84471 : : struct {
84472 : : PyObject_VAR_HEAD
84473 : : PyObject *ob_item[1];
84474 : : }_object;
84475 : : }
84476 : : _collections_abc_toplevel_consts_54_consts_8_consts = {
84477 : : ._object = {
84478 : : .ob_base = {
84479 : : .ob_base = {
84480 : : .ob_refcnt = 999999999,
84481 : : .ob_type = &PyTuple_Type,
84482 : : },
84483 : : .ob_size = 1,
84484 : : },
84485 : : .ob_item = {
84486 : : & _collections_abc_toplevel_consts_54_consts_8_consts_0._ascii.ob_base,
84487 : : },
84488 : : },
84489 : : };
84490 : : static
84491 : : struct {
84492 : : PyGC_Head _gc_head;
84493 : : struct {
84494 : : PyObject_VAR_HEAD
84495 : : PyObject *ob_item[1];
84496 : : }_object;
84497 : : }
84498 : : _collections_abc_toplevel_consts_54_consts_8_names = {
84499 : : ._object = {
84500 : : .ob_base = {
84501 : : .ob_base = {
84502 : : .ob_refcnt = 999999999,
84503 : : .ob_type = &PyTuple_Type,
84504 : : },
84505 : : .ob_size = 1,
84506 : : },
84507 : : .ob_item = {
84508 : : & const_str_KeysView._ascii.ob_base,
84509 : : },
84510 : : },
84511 : : };
84512 : : static
84513 : : struct {
84514 : : PyASCIIObject _ascii;
84515 : : uint8_t _data[13];
84516 : : }
84517 : : _collections_abc_toplevel_consts_54_consts_8_qualname = {
84518 : : ._ascii = {
84519 : : .ob_base = {
84520 : : .ob_refcnt = 999999999,
84521 : : .ob_type = &PyUnicode_Type,
84522 : : },
84523 : : .length = 12,
84524 : : .hash = -1,
84525 : : .state = {
84526 : : .kind = 1,
84527 : : .compact = 1,
84528 : : .ascii = 1,
84529 : : },
84530 : : },
84531 : : ._data = "Mapping.keys",
84532 : : };
84533 : : static
84534 : : struct {
84535 : : PyObject_VAR_HEAD
84536 : : Py_hash_t ob_shash;
84537 : : char ob_sval[13];
84538 : : }
84539 : : _collections_abc_toplevel_consts_54_consts_8_linetable = {
84540 : : .ob_base = {
84541 : : .ob_base = {
84542 : : .ob_refcnt = 999999999,
84543 : : .ob_type = &PyBytes_Type,
84544 : : },
84545 : : .ob_size = 12,
84546 : : },
84547 : : .ob_shash = -1,
84548 : : .ob_sval = "\x80\x00\xe5\x0f\x17\x98\x04\x8c\x7e\xd0\x08\x1d",
84549 : : };
84550 : : static
84551 : : struct _PyCode_DEF(28)
84552 : : _collections_abc_toplevel_consts_54_consts_8 = {
84553 : : .ob_base = {
84554 : : .ob_base = {
84555 : : .ob_refcnt = 999999999,
84556 : : .ob_type = &PyCode_Type,
84557 : : },
84558 : : .ob_size = 14,
84559 : : },
84560 : : .co_consts = & _collections_abc_toplevel_consts_54_consts_8_consts._object.ob_base.ob_base,
84561 : : .co_names = & _collections_abc_toplevel_consts_54_consts_8_names._object.ob_base.ob_base,
84562 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84563 : : .co_flags = 3,
84564 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84565 : : ._co_linearray_entry_size = 0,
84566 : : .co_argcount = 1,
84567 : : .co_posonlyargcount = 0,
84568 : : .co_kwonlyargcount = 0,
84569 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
84570 : : .co_stacksize = 3,
84571 : : .co_firstlineno = 812,
84572 : : .co_nlocalsplus = 1,
84573 : : .co_nlocals = 1,
84574 : : .co_nplaincellvars = 0,
84575 : : .co_ncellvars = 0,
84576 : : .co_nfreevars = 0,
84577 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
84578 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
84579 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84580 : : .co_name = &_Py_ID(keys),
84581 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_8_qualname._ascii.ob_base,
84582 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_8_linetable.ob_base.ob_base,
84583 : : ._co_code = NULL,
84584 : : ._co_linearray = NULL,
84585 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
84586 : : ._co_firsttraceable = 0,
84587 : : };
84588 : : static
84589 : : struct {
84590 : : PyASCIIObject _ascii;
84591 : : uint8_t _data[61];
84592 : : }
84593 : : _collections_abc_toplevel_consts_54_consts_9_consts_0 = {
84594 : : ._ascii = {
84595 : : .ob_base = {
84596 : : .ob_refcnt = 999999999,
84597 : : .ob_type = &PyUnicode_Type,
84598 : : },
84599 : : .length = 60,
84600 : : .hash = -1,
84601 : : .state = {
84602 : : .kind = 1,
84603 : : .compact = 1,
84604 : : .ascii = 1,
84605 : : },
84606 : : },
84607 : : ._data = "D.items() -> a set-like object providing a view on D's items",
84608 : : };
84609 : : static
84610 : : struct {
84611 : : PyGC_Head _gc_head;
84612 : : struct {
84613 : : PyObject_VAR_HEAD
84614 : : PyObject *ob_item[1];
84615 : : }_object;
84616 : : }
84617 : : _collections_abc_toplevel_consts_54_consts_9_consts = {
84618 : : ._object = {
84619 : : .ob_base = {
84620 : : .ob_base = {
84621 : : .ob_refcnt = 999999999,
84622 : : .ob_type = &PyTuple_Type,
84623 : : },
84624 : : .ob_size = 1,
84625 : : },
84626 : : .ob_item = {
84627 : : & _collections_abc_toplevel_consts_54_consts_9_consts_0._ascii.ob_base,
84628 : : },
84629 : : },
84630 : : };
84631 : : static
84632 : : struct {
84633 : : PyGC_Head _gc_head;
84634 : : struct {
84635 : : PyObject_VAR_HEAD
84636 : : PyObject *ob_item[1];
84637 : : }_object;
84638 : : }
84639 : : _collections_abc_toplevel_consts_54_consts_9_names = {
84640 : : ._object = {
84641 : : .ob_base = {
84642 : : .ob_base = {
84643 : : .ob_refcnt = 999999999,
84644 : : .ob_type = &PyTuple_Type,
84645 : : },
84646 : : .ob_size = 1,
84647 : : },
84648 : : .ob_item = {
84649 : : & const_str_ItemsView._ascii.ob_base,
84650 : : },
84651 : : },
84652 : : };
84653 : : static
84654 : : struct {
84655 : : PyASCIIObject _ascii;
84656 : : uint8_t _data[14];
84657 : : }
84658 : : _collections_abc_toplevel_consts_54_consts_9_qualname = {
84659 : : ._ascii = {
84660 : : .ob_base = {
84661 : : .ob_refcnt = 999999999,
84662 : : .ob_type = &PyUnicode_Type,
84663 : : },
84664 : : .length = 13,
84665 : : .hash = -1,
84666 : : .state = {
84667 : : .kind = 1,
84668 : : .compact = 1,
84669 : : .ascii = 1,
84670 : : },
84671 : : },
84672 : : ._data = "Mapping.items",
84673 : : };
84674 : : static
84675 : : struct {
84676 : : PyObject_VAR_HEAD
84677 : : Py_hash_t ob_shash;
84678 : : char ob_sval[13];
84679 : : }
84680 : : _collections_abc_toplevel_consts_54_consts_9_linetable = {
84681 : : .ob_base = {
84682 : : .ob_base = {
84683 : : .ob_refcnt = 999999999,
84684 : : .ob_type = &PyBytes_Type,
84685 : : },
84686 : : .ob_size = 12,
84687 : : },
84688 : : .ob_shash = -1,
84689 : : .ob_sval = "\x80\x00\xe5\x0f\x18\x98\x14\x8c\x7f\xd0\x08\x1e",
84690 : : };
84691 : : static
84692 : : struct _PyCode_DEF(28)
84693 : : _collections_abc_toplevel_consts_54_consts_9 = {
84694 : : .ob_base = {
84695 : : .ob_base = {
84696 : : .ob_refcnt = 999999999,
84697 : : .ob_type = &PyCode_Type,
84698 : : },
84699 : : .ob_size = 14,
84700 : : },
84701 : : .co_consts = & _collections_abc_toplevel_consts_54_consts_9_consts._object.ob_base.ob_base,
84702 : : .co_names = & _collections_abc_toplevel_consts_54_consts_9_names._object.ob_base.ob_base,
84703 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84704 : : .co_flags = 3,
84705 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84706 : : ._co_linearray_entry_size = 0,
84707 : : .co_argcount = 1,
84708 : : .co_posonlyargcount = 0,
84709 : : .co_kwonlyargcount = 0,
84710 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
84711 : : .co_stacksize = 3,
84712 : : .co_firstlineno = 816,
84713 : : .co_nlocalsplus = 1,
84714 : : .co_nlocals = 1,
84715 : : .co_nplaincellvars = 0,
84716 : : .co_ncellvars = 0,
84717 : : .co_nfreevars = 0,
84718 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
84719 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
84720 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84721 : : .co_name = &_Py_ID(items),
84722 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_9_qualname._ascii.ob_base,
84723 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_9_linetable.ob_base.ob_base,
84724 : : ._co_code = NULL,
84725 : : ._co_linearray = NULL,
84726 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
84727 : : ._co_firsttraceable = 0,
84728 : : };
84729 : : static
84730 : : struct {
84731 : : PyASCIIObject _ascii;
84732 : : uint8_t _data[55];
84733 : : }
84734 : : _collections_abc_toplevel_consts_54_consts_10_consts_0 = {
84735 : : ._ascii = {
84736 : : .ob_base = {
84737 : : .ob_refcnt = 999999999,
84738 : : .ob_type = &PyUnicode_Type,
84739 : : },
84740 : : .length = 54,
84741 : : .hash = -1,
84742 : : .state = {
84743 : : .kind = 1,
84744 : : .compact = 1,
84745 : : .ascii = 1,
84746 : : },
84747 : : },
84748 : : ._data = "D.values() -> an object providing a view on D's values",
84749 : : };
84750 : : static
84751 : : struct {
84752 : : PyGC_Head _gc_head;
84753 : : struct {
84754 : : PyObject_VAR_HEAD
84755 : : PyObject *ob_item[1];
84756 : : }_object;
84757 : : }
84758 : : _collections_abc_toplevel_consts_54_consts_10_consts = {
84759 : : ._object = {
84760 : : .ob_base = {
84761 : : .ob_base = {
84762 : : .ob_refcnt = 999999999,
84763 : : .ob_type = &PyTuple_Type,
84764 : : },
84765 : : .ob_size = 1,
84766 : : },
84767 : : .ob_item = {
84768 : : & _collections_abc_toplevel_consts_54_consts_10_consts_0._ascii.ob_base,
84769 : : },
84770 : : },
84771 : : };
84772 : : static
84773 : : struct {
84774 : : PyGC_Head _gc_head;
84775 : : struct {
84776 : : PyObject_VAR_HEAD
84777 : : PyObject *ob_item[1];
84778 : : }_object;
84779 : : }
84780 : : _collections_abc_toplevel_consts_54_consts_10_names = {
84781 : : ._object = {
84782 : : .ob_base = {
84783 : : .ob_base = {
84784 : : .ob_refcnt = 999999999,
84785 : : .ob_type = &PyTuple_Type,
84786 : : },
84787 : : .ob_size = 1,
84788 : : },
84789 : : .ob_item = {
84790 : : & const_str_ValuesView._ascii.ob_base,
84791 : : },
84792 : : },
84793 : : };
84794 : : static
84795 : : struct {
84796 : : PyASCIIObject _ascii;
84797 : : uint8_t _data[15];
84798 : : }
84799 : : _collections_abc_toplevel_consts_54_consts_10_qualname = {
84800 : : ._ascii = {
84801 : : .ob_base = {
84802 : : .ob_refcnt = 999999999,
84803 : : .ob_type = &PyUnicode_Type,
84804 : : },
84805 : : .length = 14,
84806 : : .hash = -1,
84807 : : .state = {
84808 : : .kind = 1,
84809 : : .compact = 1,
84810 : : .ascii = 1,
84811 : : },
84812 : : },
84813 : : ._data = "Mapping.values",
84814 : : };
84815 : : static
84816 : : struct {
84817 : : PyObject_VAR_HEAD
84818 : : Py_hash_t ob_shash;
84819 : : char ob_sval[14];
84820 : : }
84821 : : _collections_abc_toplevel_consts_54_consts_10_linetable = {
84822 : : .ob_base = {
84823 : : .ob_base = {
84824 : : .ob_refcnt = 999999999,
84825 : : .ob_type = &PyBytes_Type,
84826 : : },
84827 : : .ob_size = 13,
84828 : : },
84829 : : .ob_shash = -1,
84830 : : .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xd4\x0f\x1f\xd0\x08\x1f",
84831 : : };
84832 : : static
84833 : : struct _PyCode_DEF(28)
84834 : : _collections_abc_toplevel_consts_54_consts_10 = {
84835 : : .ob_base = {
84836 : : .ob_base = {
84837 : : .ob_refcnt = 999999999,
84838 : : .ob_type = &PyCode_Type,
84839 : : },
84840 : : .ob_size = 14,
84841 : : },
84842 : : .co_consts = & _collections_abc_toplevel_consts_54_consts_10_consts._object.ob_base.ob_base,
84843 : : .co_names = & _collections_abc_toplevel_consts_54_consts_10_names._object.ob_base.ob_base,
84844 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84845 : : .co_flags = 3,
84846 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84847 : : ._co_linearray_entry_size = 0,
84848 : : .co_argcount = 1,
84849 : : .co_posonlyargcount = 0,
84850 : : .co_kwonlyargcount = 0,
84851 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
84852 : : .co_stacksize = 3,
84853 : : .co_firstlineno = 820,
84854 : : .co_nlocalsplus = 1,
84855 : : .co_nlocals = 1,
84856 : : .co_nplaincellvars = 0,
84857 : : .co_ncellvars = 0,
84858 : : .co_nfreevars = 0,
84859 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
84860 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
84861 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84862 : : .co_name = &_Py_ID(values),
84863 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_10_qualname._ascii.ob_base,
84864 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_10_linetable.ob_base.ob_base,
84865 : : ._co_code = NULL,
84866 : : ._co_linearray = NULL,
84867 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
84868 : : ._co_firsttraceable = 0,
84869 : : };
84870 : : static
84871 : : struct {
84872 : : PyASCIIObject _ascii;
84873 : : uint8_t _data[5];
84874 : : }
84875 : : const_str_dict = {
84876 : : ._ascii = {
84877 : : .ob_base = {
84878 : : .ob_refcnt = 999999999,
84879 : : .ob_type = &PyUnicode_Type,
84880 : : },
84881 : : .length = 4,
84882 : : .hash = -1,
84883 : : .state = {
84884 : : .kind = 1,
84885 : : .compact = 1,
84886 : : .ascii = 1,
84887 : : },
84888 : : },
84889 : : ._data = "dict",
84890 : : };
84891 : : static
84892 : : struct {
84893 : : PyGC_Head _gc_head;
84894 : : struct {
84895 : : PyObject_VAR_HEAD
84896 : : PyObject *ob_item[5];
84897 : : }_object;
84898 : : }
84899 : : _collections_abc_toplevel_consts_54_consts_11_names = {
84900 : : ._object = {
84901 : : .ob_base = {
84902 : : .ob_base = {
84903 : : .ob_refcnt = 999999999,
84904 : : .ob_type = &PyTuple_Type,
84905 : : },
84906 : : .ob_size = 5,
84907 : : },
84908 : : .ob_item = {
84909 : : &_Py_ID(isinstance),
84910 : : & const_str_Mapping._ascii.ob_base,
84911 : : & const_str_NotImplemented._ascii.ob_base,
84912 : : & const_str_dict._ascii.ob_base,
84913 : : &_Py_ID(items),
84914 : : },
84915 : : },
84916 : : };
84917 : : static
84918 : : struct {
84919 : : PyASCIIObject _ascii;
84920 : : uint8_t _data[15];
84921 : : }
84922 : : _collections_abc_toplevel_consts_54_consts_11_qualname = {
84923 : : ._ascii = {
84924 : : .ob_base = {
84925 : : .ob_refcnt = 999999999,
84926 : : .ob_type = &PyUnicode_Type,
84927 : : },
84928 : : .length = 14,
84929 : : .hash = -1,
84930 : : .state = {
84931 : : .kind = 1,
84932 : : .compact = 1,
84933 : : .ascii = 1,
84934 : : },
84935 : : },
84936 : : ._data = "Mapping.__eq__",
84937 : : };
84938 : : static
84939 : : struct {
84940 : : PyObject_VAR_HEAD
84941 : : Py_hash_t ob_shash;
84942 : : char ob_sval[57];
84943 : : }
84944 : : _collections_abc_toplevel_consts_54_consts_11_linetable = {
84945 : : .ob_base = {
84946 : : .ob_base = {
84947 : : .ob_refcnt = 999999999,
84948 : : .ob_type = &PyBytes_Type,
84949 : : },
84950 : : .ob_size = 56,
84951 : : },
84952 : : .ob_shash = -1,
84953 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0f\x13\x90\x44\x97\x4a\x91\x4a\x94\x4c\xd4\x0f\x21\xa5\x54\xa8\x25\xaf\x2b\xa9\x2b\xac\x2d\xd4\x25\x38\xd2\x0f\x38\xd0\x08\x38",
84954 : : };
84955 : : static
84956 : : struct _PyCode_DEF(170)
84957 : : _collections_abc_toplevel_consts_54_consts_11 = {
84958 : : .ob_base = {
84959 : : .ob_base = {
84960 : : .ob_refcnt = 999999999,
84961 : : .ob_type = &PyCode_Type,
84962 : : },
84963 : : .ob_size = 85,
84964 : : },
84965 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
84966 : : .co_names = & _collections_abc_toplevel_consts_54_consts_11_names._object.ob_base.ob_base,
84967 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
84968 : : .co_flags = 3,
84969 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
84970 : : ._co_linearray_entry_size = 0,
84971 : : .co_argcount = 2,
84972 : : .co_posonlyargcount = 0,
84973 : : .co_kwonlyargcount = 0,
84974 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
84975 : : .co_stacksize = 5,
84976 : : .co_firstlineno = 824,
84977 : : .co_nlocalsplus = 2,
84978 : : .co_nlocals = 2,
84979 : : .co_nplaincellvars = 0,
84980 : : .co_ncellvars = 0,
84981 : : .co_nfreevars = 0,
84982 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
84983 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
84984 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
84985 : : .co_name = &_Py_ID(__eq__),
84986 : : .co_qualname = & _collections_abc_toplevel_consts_54_consts_11_qualname._ascii.ob_base,
84987 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_11_linetable.ob_base.ob_base,
84988 : : ._co_code = NULL,
84989 : : ._co_linearray = NULL,
84990 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
84991 : : ._co_firsttraceable = 0,
84992 : : };
84993 : : static
84994 : : struct {
84995 : : PyGC_Head _gc_head;
84996 : : struct {
84997 : : PyObject_VAR_HEAD
84998 : : PyObject *ob_item[13];
84999 : : }_object;
85000 : : }
85001 : : _collections_abc_toplevel_consts_54_consts = {
85002 : : ._object = {
85003 : : .ob_base = {
85004 : : .ob_base = {
85005 : : .ob_refcnt = 999999999,
85006 : : .ob_type = &PyTuple_Type,
85007 : : },
85008 : : .ob_size = 13,
85009 : : },
85010 : : .ob_item = {
85011 : : & const_str_Mapping._ascii.ob_base,
85012 : : & _collections_abc_toplevel_consts_54_consts_1._ascii.ob_base,
85013 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
85014 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
85015 : : & _collections_abc_toplevel_consts_54_consts_4.ob_base.ob_base,
85016 : : Py_None,
85017 : : & _collections_abc_toplevel_consts_54_consts_6.ob_base.ob_base,
85018 : : & _collections_abc_toplevel_consts_54_consts_7.ob_base.ob_base,
85019 : : & _collections_abc_toplevel_consts_54_consts_8.ob_base.ob_base,
85020 : : & _collections_abc_toplevel_consts_54_consts_9.ob_base.ob_base,
85021 : : & _collections_abc_toplevel_consts_54_consts_10.ob_base.ob_base,
85022 : : & _collections_abc_toplevel_consts_54_consts_11.ob_base.ob_base,
85023 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85024 : : },
85025 : : },
85026 : : };
85027 : : static
85028 : : struct {
85029 : : PyGC_Head _gc_head;
85030 : : struct {
85031 : : PyObject_VAR_HEAD
85032 : : PyObject *ob_item[15];
85033 : : }_object;
85034 : : }
85035 : : _collections_abc_toplevel_consts_54_names = {
85036 : : ._object = {
85037 : : .ob_base = {
85038 : : .ob_base = {
85039 : : .ob_refcnt = 999999999,
85040 : : .ob_type = &PyTuple_Type,
85041 : : },
85042 : : .ob_size = 15,
85043 : : },
85044 : : .ob_item = {
85045 : : &_Py_ID(__name__),
85046 : : &_Py_ID(__module__),
85047 : : &_Py_ID(__qualname__),
85048 : : &_Py_ID(__doc__),
85049 : : &_Py_ID(__slots__),
85050 : : &_Py_ID(__abc_tpflags__),
85051 : : & const_str_abstractmethod._ascii.ob_base,
85052 : : &_Py_ID(__getitem__),
85053 : : &_Py_ID(get),
85054 : : &_Py_ID(__contains__),
85055 : : &_Py_ID(keys),
85056 : : &_Py_ID(items),
85057 : : &_Py_ID(values),
85058 : : &_Py_ID(__eq__),
85059 : : &_Py_ID(__reversed__),
85060 : : },
85061 : : },
85062 : : };
85063 : : static
85064 : : struct {
85065 : : PyObject_VAR_HEAD
85066 : : Py_hash_t ob_shash;
85067 : : char ob_sval[164];
85068 : : }
85069 : : _collections_abc_toplevel_consts_54_linetable = {
85070 : : .ob_base = {
85071 : : .ob_base = {
85072 : : .ob_refcnt = 999999999,
85073 : : .ob_type = &PyBytes_Type,
85074 : : },
85075 : : .ob_size = 163,
85076 : : },
85077 : : .ob_shash = -1,
85078 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x05\x05\x08\xf0\x00\x05\x05\x08\xf0\x0e\x00\x11\x13\x80\x49\xf0\x06\x00\x17\x1d\x80\x4f\xe0\x05\x13\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x20\x24\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x0e\x06\x05\x18\xf0\x00\x06\x05\x18\xf0\x00\x06\x05\x18\xf0\x10\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x00\x02\x05\x1e\xf0\x08\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x00\x02\x05\x1f\xf0\x08\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x00\x02\x05\x20\xf0\x08\x03\x05\x39\xf0\x00\x03\x05\x39\xf0\x00\x03\x05\x39\xf0\x0a\x00\x14\x18\x80\x4c\x80\x4c\x80\x4c",
85079 : : };
85080 : : static
85081 : : struct _PyCode_DEF(86)
85082 : : _collections_abc_toplevel_consts_54 = {
85083 : : .ob_base = {
85084 : : .ob_base = {
85085 : : .ob_refcnt = 999999999,
85086 : : .ob_type = &PyCode_Type,
85087 : : },
85088 : : .ob_size = 43,
85089 : : },
85090 : : .co_consts = & _collections_abc_toplevel_consts_54_consts._object.ob_base.ob_base,
85091 : : .co_names = & _collections_abc_toplevel_consts_54_names._object.ob_base.ob_base,
85092 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85093 : : .co_flags = 0,
85094 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85095 : : ._co_linearray_entry_size = 0,
85096 : : .co_argcount = 0,
85097 : : .co_posonlyargcount = 0,
85098 : : .co_kwonlyargcount = 0,
85099 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
85100 : : .co_stacksize = 2,
85101 : : .co_firstlineno = 780,
85102 : : .co_nlocalsplus = 0,
85103 : : .co_nlocals = 0,
85104 : : .co_nplaincellvars = 0,
85105 : : .co_ncellvars = 0,
85106 : : .co_nfreevars = 0,
85107 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
85108 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
85109 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85110 : : .co_name = & const_str_Mapping._ascii.ob_base,
85111 : : .co_qualname = & const_str_Mapping._ascii.ob_base,
85112 : : .co_linetable = & _collections_abc_toplevel_consts_54_linetable.ob_base.ob_base,
85113 : : ._co_code = NULL,
85114 : : ._co_linearray = NULL,
85115 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x0c\x64\x06\x84\x01\x5a\x08\x64\x07\x84\x00\x5a\x09\x64\x08\x84\x00\x5a\x0a\x64\x09\x84\x00\x5a\x0b\x64\x0a\x84\x00\x5a\x0c\x64\x0b\x84\x00\x5a\x0d\x64\x05\x5a\x0e\x64\x05\x53\x00",
85116 : : ._co_firsttraceable = 0,
85117 : : };
85118 : : static
85119 : : struct {
85120 : : PyASCIIObject _ascii;
85121 : : uint8_t _data[9];
85122 : : }
85123 : : const_str__mapping = {
85124 : : ._ascii = {
85125 : : .ob_base = {
85126 : : .ob_refcnt = 999999999,
85127 : : .ob_type = &PyUnicode_Type,
85128 : : },
85129 : : .length = 8,
85130 : : .hash = -1,
85131 : : .state = {
85132 : : .kind = 1,
85133 : : .compact = 1,
85134 : : .ascii = 1,
85135 : : },
85136 : : },
85137 : : ._data = "_mapping",
85138 : : };
85139 : : static
85140 : : struct {
85141 : : PyGC_Head _gc_head;
85142 : : struct {
85143 : : PyObject_VAR_HEAD
85144 : : PyObject *ob_item[1];
85145 : : }_object;
85146 : : }
85147 : : _collections_abc_toplevel_consts_56_consts_1 = {
85148 : : ._object = {
85149 : : .ob_base = {
85150 : : .ob_base = {
85151 : : .ob_refcnt = 999999999,
85152 : : .ob_type = &PyTuple_Type,
85153 : : },
85154 : : .ob_size = 1,
85155 : : },
85156 : : .ob_item = {
85157 : : & const_str__mapping._ascii.ob_base,
85158 : : },
85159 : : },
85160 : : };
85161 : : static
85162 : : struct {
85163 : : PyASCIIObject _ascii;
85164 : : uint8_t _data[21];
85165 : : }
85166 : : _collections_abc_toplevel_consts_56_consts_2_qualname = {
85167 : : ._ascii = {
85168 : : .ob_base = {
85169 : : .ob_refcnt = 999999999,
85170 : : .ob_type = &PyUnicode_Type,
85171 : : },
85172 : : .length = 20,
85173 : : .hash = -1,
85174 : : .state = {
85175 : : .kind = 1,
85176 : : .compact = 1,
85177 : : .ascii = 1,
85178 : : },
85179 : : },
85180 : : ._data = "MappingView.__init__",
85181 : : };
85182 : : static
85183 : : struct {
85184 : : PyObject_VAR_HEAD
85185 : : Py_hash_t ob_shash;
85186 : : char ob_sval[14];
85187 : : }
85188 : : _collections_abc_toplevel_consts_56_consts_2_linetable = {
85189 : : .ob_base = {
85190 : : .ob_base = {
85191 : : .ob_refcnt = 999999999,
85192 : : .ob_type = &PyBytes_Type,
85193 : : },
85194 : : .ob_size = 13,
85195 : : },
85196 : : .ob_shash = -1,
85197 : : .ob_sval = "\x80\x00\xd8\x18\x1f\x88\x04\x8c\x0d\x88\x0d\x88\x0d",
85198 : : };
85199 : : static
85200 : : struct {
85201 : : PyASCIIObject _ascii;
85202 : : uint8_t _data[8];
85203 : : }
85204 : : const_str_mapping = {
85205 : : ._ascii = {
85206 : : .ob_base = {
85207 : : .ob_refcnt = 999999999,
85208 : : .ob_type = &PyUnicode_Type,
85209 : : },
85210 : : .length = 7,
85211 : : .hash = -1,
85212 : : .state = {
85213 : : .kind = 1,
85214 : : .compact = 1,
85215 : : .ascii = 1,
85216 : : },
85217 : : },
85218 : : ._data = "mapping",
85219 : : };
85220 : : static
85221 : : struct {
85222 : : PyGC_Head _gc_head;
85223 : : struct {
85224 : : PyObject_VAR_HEAD
85225 : : PyObject *ob_item[2];
85226 : : }_object;
85227 : : }
85228 : : _collections_abc_toplevel_consts_56_consts_2_localsplusnames = {
85229 : : ._object = {
85230 : : .ob_base = {
85231 : : .ob_base = {
85232 : : .ob_refcnt = 999999999,
85233 : : .ob_type = &PyTuple_Type,
85234 : : },
85235 : : .ob_size = 2,
85236 : : },
85237 : : .ob_item = {
85238 : : & const_str_self._ascii.ob_base,
85239 : : & const_str_mapping._ascii.ob_base,
85240 : : },
85241 : : },
85242 : : };
85243 : : static
85244 : : struct _PyCode_DEF(20)
85245 : : _collections_abc_toplevel_consts_56_consts_2 = {
85246 : : .ob_base = {
85247 : : .ob_base = {
85248 : : .ob_refcnt = 999999999,
85249 : : .ob_type = &PyCode_Type,
85250 : : },
85251 : : .ob_size = 10,
85252 : : },
85253 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85254 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
85255 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85256 : : .co_flags = 3,
85257 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85258 : : ._co_linearray_entry_size = 0,
85259 : : .co_argcount = 2,
85260 : : .co_posonlyargcount = 0,
85261 : : .co_kwonlyargcount = 0,
85262 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
85263 : : .co_stacksize = 2,
85264 : : .co_firstlineno = 838,
85265 : : .co_nlocalsplus = 2,
85266 : : .co_nlocals = 2,
85267 : : .co_nplaincellvars = 0,
85268 : : .co_ncellvars = 0,
85269 : : .co_nfreevars = 0,
85270 : : .co_localsplusnames = & _collections_abc_toplevel_consts_56_consts_2_localsplusnames._object.ob_base.ob_base,
85271 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
85272 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85273 : : .co_name = &_Py_ID(__init__),
85274 : : .co_qualname = & _collections_abc_toplevel_consts_56_consts_2_qualname._ascii.ob_base,
85275 : : .co_linetable = & _collections_abc_toplevel_consts_56_consts_2_linetable.ob_base.ob_base,
85276 : : ._co_code = NULL,
85277 : : ._co_linearray = NULL,
85278 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
85279 : : ._co_firsttraceable = 0,
85280 : : };
85281 : : static
85282 : : struct {
85283 : : PyGC_Head _gc_head;
85284 : : struct {
85285 : : PyObject_VAR_HEAD
85286 : : PyObject *ob_item[2];
85287 : : }_object;
85288 : : }
85289 : : _collections_abc_toplevel_consts_56_consts_3_names = {
85290 : : ._object = {
85291 : : .ob_base = {
85292 : : .ob_base = {
85293 : : .ob_refcnt = 999999999,
85294 : : .ob_type = &PyTuple_Type,
85295 : : },
85296 : : .ob_size = 2,
85297 : : },
85298 : : .ob_item = {
85299 : : &_Py_ID(len),
85300 : : & const_str__mapping._ascii.ob_base,
85301 : : },
85302 : : },
85303 : : };
85304 : : static
85305 : : struct {
85306 : : PyASCIIObject _ascii;
85307 : : uint8_t _data[20];
85308 : : }
85309 : : _collections_abc_toplevel_consts_56_consts_3_qualname = {
85310 : : ._ascii = {
85311 : : .ob_base = {
85312 : : .ob_refcnt = 999999999,
85313 : : .ob_type = &PyUnicode_Type,
85314 : : },
85315 : : .length = 19,
85316 : : .hash = -1,
85317 : : .state = {
85318 : : .kind = 1,
85319 : : .compact = 1,
85320 : : .ascii = 1,
85321 : : },
85322 : : },
85323 : : ._data = "MappingView.__len__",
85324 : : };
85325 : : static
85326 : : struct {
85327 : : PyObject_VAR_HEAD
85328 : : Py_hash_t ob_shash;
85329 : : char ob_sval[18];
85330 : : }
85331 : : _collections_abc_toplevel_consts_56_consts_3_linetable = {
85332 : : .ob_base = {
85333 : : .ob_base = {
85334 : : .ob_refcnt = 999999999,
85335 : : .ob_type = &PyBytes_Type,
85336 : : },
85337 : : .ob_size = 17,
85338 : : },
85339 : : .ob_shash = -1,
85340 : : .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x97\x3d\x91\x3d\xd4\x0f\x21\xd0\x08\x21",
85341 : : };
85342 : : static
85343 : : struct _PyCode_DEF(48)
85344 : : _collections_abc_toplevel_consts_56_consts_3 = {
85345 : : .ob_base = {
85346 : : .ob_base = {
85347 : : .ob_refcnt = 999999999,
85348 : : .ob_type = &PyCode_Type,
85349 : : },
85350 : : .ob_size = 24,
85351 : : },
85352 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85353 : : .co_names = & _collections_abc_toplevel_consts_56_consts_3_names._object.ob_base.ob_base,
85354 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85355 : : .co_flags = 3,
85356 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85357 : : ._co_linearray_entry_size = 0,
85358 : : .co_argcount = 1,
85359 : : .co_posonlyargcount = 0,
85360 : : .co_kwonlyargcount = 0,
85361 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
85362 : : .co_stacksize = 3,
85363 : : .co_firstlineno = 841,
85364 : : .co_nlocalsplus = 1,
85365 : : .co_nlocals = 1,
85366 : : .co_nplaincellvars = 0,
85367 : : .co_ncellvars = 0,
85368 : : .co_nfreevars = 0,
85369 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
85370 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
85371 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85372 : : .co_name = &_Py_ID(__len__),
85373 : : .co_qualname = & _collections_abc_toplevel_consts_56_consts_3_qualname._ascii.ob_base,
85374 : : .co_linetable = & _collections_abc_toplevel_consts_56_consts_3_linetable.ob_base.ob_base,
85375 : : ._co_code = NULL,
85376 : : ._co_linearray = NULL,
85377 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
85378 : : ._co_firsttraceable = 0,
85379 : : };
85380 : : static
85381 : : struct {
85382 : : PyASCIIObject _ascii;
85383 : : uint8_t _data[39];
85384 : : }
85385 : : _collections_abc_toplevel_consts_56_consts_4_consts_1 = {
85386 : : ._ascii = {
85387 : : .ob_base = {
85388 : : .ob_refcnt = 999999999,
85389 : : .ob_type = &PyUnicode_Type,
85390 : : },
85391 : : .length = 38,
85392 : : .hash = -1,
85393 : : .state = {
85394 : : .kind = 1,
85395 : : .compact = 1,
85396 : : .ascii = 1,
85397 : : },
85398 : : },
85399 : : ._data = "{0.__class__.__name__}({0._mapping!r})",
85400 : : };
85401 : : static
85402 : : struct {
85403 : : PyGC_Head _gc_head;
85404 : : struct {
85405 : : PyObject_VAR_HEAD
85406 : : PyObject *ob_item[2];
85407 : : }_object;
85408 : : }
85409 : : _collections_abc_toplevel_consts_56_consts_4_consts = {
85410 : : ._object = {
85411 : : .ob_base = {
85412 : : .ob_base = {
85413 : : .ob_refcnt = 999999999,
85414 : : .ob_type = &PyTuple_Type,
85415 : : },
85416 : : .ob_size = 2,
85417 : : },
85418 : : .ob_item = {
85419 : : Py_None,
85420 : : & _collections_abc_toplevel_consts_56_consts_4_consts_1._ascii.ob_base,
85421 : : },
85422 : : },
85423 : : };
85424 : : static
85425 : : struct {
85426 : : PyGC_Head _gc_head;
85427 : : struct {
85428 : : PyObject_VAR_HEAD
85429 : : PyObject *ob_item[1];
85430 : : }_object;
85431 : : }
85432 : : _collections_abc_toplevel_consts_56_consts_4_names = {
85433 : : ._object = {
85434 : : .ob_base = {
85435 : : .ob_base = {
85436 : : .ob_refcnt = 999999999,
85437 : : .ob_type = &PyTuple_Type,
85438 : : },
85439 : : .ob_size = 1,
85440 : : },
85441 : : .ob_item = {
85442 : : & const_str_format._ascii.ob_base,
85443 : : },
85444 : : },
85445 : : };
85446 : : static
85447 : : struct {
85448 : : PyASCIIObject _ascii;
85449 : : uint8_t _data[21];
85450 : : }
85451 : : _collections_abc_toplevel_consts_56_consts_4_qualname = {
85452 : : ._ascii = {
85453 : : .ob_base = {
85454 : : .ob_refcnt = 999999999,
85455 : : .ob_type = &PyUnicode_Type,
85456 : : },
85457 : : .length = 20,
85458 : : .hash = -1,
85459 : : .state = {
85460 : : .kind = 1,
85461 : : .compact = 1,
85462 : : .ascii = 1,
85463 : : },
85464 : : },
85465 : : ._data = "MappingView.__repr__",
85466 : : };
85467 : : static
85468 : : struct {
85469 : : PyObject_VAR_HEAD
85470 : : Py_hash_t ob_shash;
85471 : : char ob_sval[20];
85472 : : }
85473 : : _collections_abc_toplevel_consts_56_consts_4_linetable = {
85474 : : .ob_base = {
85475 : : .ob_base = {
85476 : : .ob_refcnt = 999999999,
85477 : : .ob_type = &PyBytes_Type,
85478 : : },
85479 : : .ob_size = 19,
85480 : : },
85481 : : .ob_shash = -1,
85482 : : .ob_sval = "\x80\x00\xd8\x0f\x37\xd7\x0f\x3e\xd1\x0f\x3e\xb8\x74\xd4\x0f\x44\xd0\x08\x44",
85483 : : };
85484 : : static
85485 : : struct _PyCode_DEF(38)
85486 : : _collections_abc_toplevel_consts_56_consts_4 = {
85487 : : .ob_base = {
85488 : : .ob_base = {
85489 : : .ob_refcnt = 999999999,
85490 : : .ob_type = &PyCode_Type,
85491 : : },
85492 : : .ob_size = 19,
85493 : : },
85494 : : .co_consts = & _collections_abc_toplevel_consts_56_consts_4_consts._object.ob_base.ob_base,
85495 : : .co_names = & _collections_abc_toplevel_consts_56_consts_4_names._object.ob_base.ob_base,
85496 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85497 : : .co_flags = 3,
85498 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85499 : : ._co_linearray_entry_size = 0,
85500 : : .co_argcount = 1,
85501 : : .co_posonlyargcount = 0,
85502 : : .co_kwonlyargcount = 0,
85503 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
85504 : : .co_stacksize = 3,
85505 : : .co_firstlineno = 844,
85506 : : .co_nlocalsplus = 1,
85507 : : .co_nlocals = 1,
85508 : : .co_nplaincellvars = 0,
85509 : : .co_ncellvars = 0,
85510 : : .co_nfreevars = 0,
85511 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
85512 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
85513 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85514 : : .co_name = &_Py_ID(__repr__),
85515 : : .co_qualname = & _collections_abc_toplevel_consts_56_consts_4_qualname._ascii.ob_base,
85516 : : .co_linetable = & _collections_abc_toplevel_consts_56_consts_4_linetable.ob_base.ob_base,
85517 : : ._co_code = NULL,
85518 : : ._co_linearray = NULL,
85519 : : .co_code_adaptive = "\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
85520 : : ._co_firsttraceable = 0,
85521 : : };
85522 : : static
85523 : : struct {
85524 : : PyGC_Head _gc_head;
85525 : : struct {
85526 : : PyObject_VAR_HEAD
85527 : : PyObject *ob_item[6];
85528 : : }_object;
85529 : : }
85530 : : _collections_abc_toplevel_consts_56_consts = {
85531 : : ._object = {
85532 : : .ob_base = {
85533 : : .ob_base = {
85534 : : .ob_refcnt = 999999999,
85535 : : .ob_type = &PyTuple_Type,
85536 : : },
85537 : : .ob_size = 6,
85538 : : },
85539 : : .ob_item = {
85540 : : & const_str_MappingView._ascii.ob_base,
85541 : : & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
85542 : : & _collections_abc_toplevel_consts_56_consts_2.ob_base.ob_base,
85543 : : & _collections_abc_toplevel_consts_56_consts_3.ob_base.ob_base,
85544 : : & _collections_abc_toplevel_consts_56_consts_4.ob_base.ob_base,
85545 : : Py_None,
85546 : : },
85547 : : },
85548 : : };
85549 : : static
85550 : : struct {
85551 : : PyGC_Head _gc_head;
85552 : : struct {
85553 : : PyObject_VAR_HEAD
85554 : : PyObject *ob_item[10];
85555 : : }_object;
85556 : : }
85557 : : _collections_abc_toplevel_consts_56_names = {
85558 : : ._object = {
85559 : : .ob_base = {
85560 : : .ob_base = {
85561 : : .ob_refcnt = 999999999,
85562 : : .ob_type = &PyTuple_Type,
85563 : : },
85564 : : .ob_size = 10,
85565 : : },
85566 : : .ob_item = {
85567 : : &_Py_ID(__name__),
85568 : : &_Py_ID(__module__),
85569 : : &_Py_ID(__qualname__),
85570 : : &_Py_ID(__slots__),
85571 : : &_Py_ID(__init__),
85572 : : &_Py_ID(__len__),
85573 : : &_Py_ID(__repr__),
85574 : : & const_str_classmethod._ascii.ob_base,
85575 : : & const_str_GenericAlias._ascii.ob_base,
85576 : : &_Py_ID(__class_getitem__),
85577 : : },
85578 : : },
85579 : : };
85580 : : static
85581 : : struct {
85582 : : PyObject_VAR_HEAD
85583 : : Py_hash_t ob_shash;
85584 : : char ob_sval[85];
85585 : : }
85586 : : _collections_abc_toplevel_consts_56_linetable = {
85587 : : .ob_base = {
85588 : : .ob_base = {
85589 : : .ob_refcnt = 999999999,
85590 : : .ob_type = &PyBytes_Type,
85591 : : },
85592 : : .ob_size = 84,
85593 : : },
85594 : : .ob_shash = -1,
85595 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x1b\x80\x49\xf0\x04\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x00\x01\x05\x20\xf0\x06\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x00\x01\x05\x22\xf0\x06\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x00\x01\x05\x45\x01\xf0\x06\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
85596 : : };
85597 : : static
85598 : : struct _PyCode_DEF(54)
85599 : : _collections_abc_toplevel_consts_56 = {
85600 : : .ob_base = {
85601 : : .ob_base = {
85602 : : .ob_refcnt = 999999999,
85603 : : .ob_type = &PyCode_Type,
85604 : : },
85605 : : .ob_size = 27,
85606 : : },
85607 : : .co_consts = & _collections_abc_toplevel_consts_56_consts._object.ob_base.ob_base,
85608 : : .co_names = & _collections_abc_toplevel_consts_56_names._object.ob_base.ob_base,
85609 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85610 : : .co_flags = 0,
85611 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85612 : : ._co_linearray_entry_size = 0,
85613 : : .co_argcount = 0,
85614 : : .co_posonlyargcount = 0,
85615 : : .co_kwonlyargcount = 0,
85616 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
85617 : : .co_stacksize = 3,
85618 : : .co_firstlineno = 834,
85619 : : .co_nlocalsplus = 0,
85620 : : .co_nlocals = 0,
85621 : : .co_nplaincellvars = 0,
85622 : : .co_ncellvars = 0,
85623 : : .co_nfreevars = 0,
85624 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
85625 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
85626 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85627 : : .co_name = & const_str_MappingView._ascii.ob_base,
85628 : : .co_qualname = & const_str_MappingView._ascii.ob_base,
85629 : : .co_linetable = & _collections_abc_toplevel_consts_56_linetable.ob_base.ob_base,
85630 : : ._co_code = NULL,
85631 : : ._co_linearray = NULL,
85632 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x84\x00\x5a\x04\x64\x03\x84\x00\x5a\x05\x64\x04\x84\x00\x5a\x06\x02\x00\x65\x07\x65\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x53\x00",
85633 : : ._co_firsttraceable = 0,
85634 : : };
85635 : : static
85636 : : struct {
85637 : : PyGC_Head _gc_head;
85638 : : struct {
85639 : : PyObject_VAR_HEAD
85640 : : PyObject *ob_item[1];
85641 : : }_object;
85642 : : }
85643 : : _collections_abc_toplevel_consts_58_consts_2_names = {
85644 : : ._object = {
85645 : : .ob_base = {
85646 : : .ob_base = {
85647 : : .ob_refcnt = 999999999,
85648 : : .ob_type = &PyTuple_Type,
85649 : : },
85650 : : .ob_size = 1,
85651 : : },
85652 : : .ob_item = {
85653 : : & const_str_set._ascii.ob_base,
85654 : : },
85655 : : },
85656 : : };
85657 : : static
85658 : : struct {
85659 : : PyASCIIObject _ascii;
85660 : : uint8_t _data[24];
85661 : : }
85662 : : _collections_abc_toplevel_consts_58_consts_2_qualname = {
85663 : : ._ascii = {
85664 : : .ob_base = {
85665 : : .ob_refcnt = 999999999,
85666 : : .ob_type = &PyUnicode_Type,
85667 : : },
85668 : : .length = 23,
85669 : : .hash = -1,
85670 : : .state = {
85671 : : .kind = 1,
85672 : : .compact = 1,
85673 : : .ascii = 1,
85674 : : },
85675 : : },
85676 : : ._data = "KeysView._from_iterable",
85677 : : };
85678 : : static
85679 : : struct {
85680 : : PyObject_VAR_HEAD
85681 : : Py_hash_t ob_shash;
85682 : : char ob_sval[12];
85683 : : }
85684 : : _collections_abc_toplevel_consts_58_consts_2_linetable = {
85685 : : .ob_base = {
85686 : : .ob_base = {
85687 : : .ob_refcnt = 999999999,
85688 : : .ob_type = &PyBytes_Type,
85689 : : },
85690 : : .ob_size = 11,
85691 : : },
85692 : : .ob_shash = -1,
85693 : : .ob_sval = "\x80\x00\xe5\x0f\x12\x90\x32\x8c\x77\x88\x0e",
85694 : : };
85695 : : static
85696 : : struct _PyCode_DEF(28)
85697 : : _collections_abc_toplevel_consts_58_consts_2 = {
85698 : : .ob_base = {
85699 : : .ob_base = {
85700 : : .ob_refcnt = 999999999,
85701 : : .ob_type = &PyCode_Type,
85702 : : },
85703 : : .ob_size = 14,
85704 : : },
85705 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85706 : : .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
85707 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85708 : : .co_flags = 3,
85709 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85710 : : ._co_linearray_entry_size = 0,
85711 : : .co_argcount = 2,
85712 : : .co_posonlyargcount = 0,
85713 : : .co_kwonlyargcount = 0,
85714 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
85715 : : .co_stacksize = 3,
85716 : : .co_firstlineno = 854,
85717 : : .co_nlocalsplus = 2,
85718 : : .co_nlocals = 2,
85719 : : .co_nplaincellvars = 0,
85720 : : .co_ncellvars = 0,
85721 : : .co_nfreevars = 0,
85722 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
85723 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
85724 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85725 : : .co_name = & const_str__from_iterable._ascii.ob_base,
85726 : : .co_qualname = & _collections_abc_toplevel_consts_58_consts_2_qualname._ascii.ob_base,
85727 : : .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
85728 : : ._co_code = NULL,
85729 : : ._co_linearray = NULL,
85730 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
85731 : : ._co_firsttraceable = 0,
85732 : : };
85733 : : static
85734 : : struct {
85735 : : PyASCIIObject _ascii;
85736 : : uint8_t _data[22];
85737 : : }
85738 : : _collections_abc_toplevel_consts_58_consts_3_qualname = {
85739 : : ._ascii = {
85740 : : .ob_base = {
85741 : : .ob_refcnt = 999999999,
85742 : : .ob_type = &PyUnicode_Type,
85743 : : },
85744 : : .length = 21,
85745 : : .hash = -1,
85746 : : .state = {
85747 : : .kind = 1,
85748 : : .compact = 1,
85749 : : .ascii = 1,
85750 : : },
85751 : : },
85752 : : ._data = "KeysView.__contains__",
85753 : : };
85754 : : static
85755 : : struct {
85756 : : PyObject_VAR_HEAD
85757 : : Py_hash_t ob_shash;
85758 : : char ob_sval[18];
85759 : : }
85760 : : _collections_abc_toplevel_consts_58_consts_3_linetable = {
85761 : : .ob_base = {
85762 : : .ob_base = {
85763 : : .ob_refcnt = 999999999,
85764 : : .ob_type = &PyBytes_Type,
85765 : : },
85766 : : .ob_size = 17,
85767 : : },
85768 : : .ob_shash = -1,
85769 : : .ob_sval = "\x80\x00\xd8\x0f\x12\x90\x64\x97\x6d\x91\x6d\xd0\x0f\x23\xd0\x08\x23",
85770 : : };
85771 : : static
85772 : : struct _PyCode_DEF(30)
85773 : : _collections_abc_toplevel_consts_58_consts_3 = {
85774 : : .ob_base = {
85775 : : .ob_base = {
85776 : : .ob_refcnt = 999999999,
85777 : : .ob_type = &PyCode_Type,
85778 : : },
85779 : : .ob_size = 15,
85780 : : },
85781 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85782 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
85783 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85784 : : .co_flags = 3,
85785 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85786 : : ._co_linearray_entry_size = 0,
85787 : : .co_argcount = 2,
85788 : : .co_posonlyargcount = 0,
85789 : : .co_kwonlyargcount = 0,
85790 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
85791 : : .co_stacksize = 2,
85792 : : .co_firstlineno = 858,
85793 : : .co_nlocalsplus = 2,
85794 : : .co_nlocals = 2,
85795 : : .co_nplaincellvars = 0,
85796 : : .co_ncellvars = 0,
85797 : : .co_nfreevars = 0,
85798 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
85799 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
85800 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85801 : : .co_name = &_Py_ID(__contains__),
85802 : : .co_qualname = & _collections_abc_toplevel_consts_58_consts_3_qualname._ascii.ob_base,
85803 : : .co_linetable = & _collections_abc_toplevel_consts_58_consts_3_linetable.ob_base.ob_base,
85804 : : ._co_code = NULL,
85805 : : ._co_linearray = NULL,
85806 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
85807 : : ._co_firsttraceable = 0,
85808 : : };
85809 : : static
85810 : : struct {
85811 : : PyASCIIObject _ascii;
85812 : : uint8_t _data[18];
85813 : : }
85814 : : _collections_abc_toplevel_consts_58_consts_4_qualname = {
85815 : : ._ascii = {
85816 : : .ob_base = {
85817 : : .ob_refcnt = 999999999,
85818 : : .ob_type = &PyUnicode_Type,
85819 : : },
85820 : : .length = 17,
85821 : : .hash = -1,
85822 : : .state = {
85823 : : .kind = 1,
85824 : : .compact = 1,
85825 : : .ascii = 1,
85826 : : },
85827 : : },
85828 : : ._data = "KeysView.__iter__",
85829 : : };
85830 : : static
85831 : : struct {
85832 : : PyObject_VAR_HEAD
85833 : : Py_hash_t ob_shash;
85834 : : char ob_sval[41];
85835 : : }
85836 : : _collections_abc_toplevel_consts_58_consts_4_linetable = {
85837 : : .ob_base = {
85838 : : .ob_base = {
85839 : : .ob_refcnt = 999999999,
85840 : : .ob_type = &PyBytes_Type,
85841 : : },
85842 : : .ob_size = 40,
85843 : : },
85844 : : .ob_shash = -1,
85845 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20",
85846 : : };
85847 : : static
85848 : : struct _PyCode_DEF(46)
85849 : : _collections_abc_toplevel_consts_58_consts_4 = {
85850 : : .ob_base = {
85851 : : .ob_base = {
85852 : : .ob_refcnt = 999999999,
85853 : : .ob_type = &PyCode_Type,
85854 : : },
85855 : : .ob_size = 23,
85856 : : },
85857 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
85858 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
85859 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85860 : : .co_flags = 35,
85861 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85862 : : ._co_linearray_entry_size = 0,
85863 : : .co_argcount = 1,
85864 : : .co_posonlyargcount = 0,
85865 : : .co_kwonlyargcount = 0,
85866 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
85867 : : .co_stacksize = 2,
85868 : : .co_firstlineno = 861,
85869 : : .co_nlocalsplus = 1,
85870 : : .co_nlocals = 1,
85871 : : .co_nplaincellvars = 0,
85872 : : .co_ncellvars = 0,
85873 : : .co_nfreevars = 0,
85874 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
85875 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
85876 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85877 : : .co_name = &_Py_ID(__iter__),
85878 : : .co_qualname = & _collections_abc_toplevel_consts_58_consts_4_qualname._ascii.ob_base,
85879 : : .co_linetable = & _collections_abc_toplevel_consts_58_consts_4_linetable.ob_base.ob_base,
85880 : : ._co_code = NULL,
85881 : : ._co_linearray = NULL,
85882 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x02\x97\x02\x86\x04\x01\x00\x64\x00\x53\x00",
85883 : : ._co_firsttraceable = 2,
85884 : : };
85885 : : static
85886 : : struct {
85887 : : PyGC_Head _gc_head;
85888 : : struct {
85889 : : PyObject_VAR_HEAD
85890 : : PyObject *ob_item[6];
85891 : : }_object;
85892 : : }
85893 : : _collections_abc_toplevel_consts_58_consts = {
85894 : : ._object = {
85895 : : .ob_base = {
85896 : : .ob_base = {
85897 : : .ob_refcnt = 999999999,
85898 : : .ob_type = &PyTuple_Type,
85899 : : },
85900 : : .ob_size = 6,
85901 : : },
85902 : : .ob_item = {
85903 : : & const_str_KeysView._ascii.ob_base,
85904 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
85905 : : & _collections_abc_toplevel_consts_58_consts_2.ob_base.ob_base,
85906 : : & _collections_abc_toplevel_consts_58_consts_3.ob_base.ob_base,
85907 : : & _collections_abc_toplevel_consts_58_consts_4.ob_base.ob_base,
85908 : : Py_None,
85909 : : },
85910 : : },
85911 : : };
85912 : : static
85913 : : struct {
85914 : : PyGC_Head _gc_head;
85915 : : struct {
85916 : : PyObject_VAR_HEAD
85917 : : PyObject *ob_item[8];
85918 : : }_object;
85919 : : }
85920 : : _collections_abc_toplevel_consts_58_names = {
85921 : : ._object = {
85922 : : .ob_base = {
85923 : : .ob_base = {
85924 : : .ob_refcnt = 999999999,
85925 : : .ob_type = &PyTuple_Type,
85926 : : },
85927 : : .ob_size = 8,
85928 : : },
85929 : : .ob_item = {
85930 : : &_Py_ID(__name__),
85931 : : &_Py_ID(__module__),
85932 : : &_Py_ID(__qualname__),
85933 : : &_Py_ID(__slots__),
85934 : : & const_str_classmethod._ascii.ob_base,
85935 : : & const_str__from_iterable._ascii.ob_base,
85936 : : &_Py_ID(__contains__),
85937 : : &_Py_ID(__iter__),
85938 : : },
85939 : : },
85940 : : };
85941 : : static
85942 : : struct {
85943 : : PyObject_VAR_HEAD
85944 : : Py_hash_t ob_shash;
85945 : : char ob_sval[79];
85946 : : }
85947 : : _collections_abc_toplevel_consts_58_linetable = {
85948 : : .ob_base = {
85949 : : .ob_base = {
85950 : : .ob_refcnt = 999999999,
85951 : : .ob_type = &PyBytes_Type,
85952 : : },
85953 : : .ob_size = 78,
85954 : : },
85955 : : .ob_shash = -1,
85956 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x01\x05\x17\xf0\x06\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x00\x01\x05\x24\xf0\x06\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21\xf0\x00\x01\x05\x21",
85957 : : };
85958 : : static
85959 : : struct _PyCode_DEF(48)
85960 : : _collections_abc_toplevel_consts_58 = {
85961 : : .ob_base = {
85962 : : .ob_base = {
85963 : : .ob_refcnt = 999999999,
85964 : : .ob_type = &PyCode_Type,
85965 : : },
85966 : : .ob_size = 24,
85967 : : },
85968 : : .co_consts = & _collections_abc_toplevel_consts_58_consts._object.ob_base.ob_base,
85969 : : .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
85970 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
85971 : : .co_flags = 0,
85972 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
85973 : : ._co_linearray_entry_size = 0,
85974 : : .co_argcount = 0,
85975 : : .co_posonlyargcount = 0,
85976 : : .co_kwonlyargcount = 0,
85977 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
85978 : : .co_stacksize = 2,
85979 : : .co_firstlineno = 850,
85980 : : .co_nlocalsplus = 0,
85981 : : .co_nlocals = 0,
85982 : : .co_nplaincellvars = 0,
85983 : : .co_ncellvars = 0,
85984 : : .co_nfreevars = 0,
85985 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
85986 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
85987 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
85988 : : .co_name = & const_str_KeysView._ascii.ob_base,
85989 : : .co_qualname = & const_str_KeysView._ascii.ob_base,
85990 : : .co_linetable = & _collections_abc_toplevel_consts_58_linetable.ob_base.ob_base,
85991 : : ._co_code = NULL,
85992 : : ._co_linearray = NULL,
85993 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x53\x00",
85994 : : ._co_firsttraceable = 0,
85995 : : };
85996 : : static
85997 : : struct {
85998 : : PyASCIIObject _ascii;
85999 : : uint8_t _data[25];
86000 : : }
86001 : : _collections_abc_toplevel_consts_60_consts_2_qualname = {
86002 : : ._ascii = {
86003 : : .ob_base = {
86004 : : .ob_refcnt = 999999999,
86005 : : .ob_type = &PyUnicode_Type,
86006 : : },
86007 : : .length = 24,
86008 : : .hash = -1,
86009 : : .state = {
86010 : : .kind = 1,
86011 : : .compact = 1,
86012 : : .ascii = 1,
86013 : : },
86014 : : },
86015 : : ._data = "ItemsView._from_iterable",
86016 : : };
86017 : : static
86018 : : struct _PyCode_DEF(28)
86019 : : _collections_abc_toplevel_consts_60_consts_2 = {
86020 : : .ob_base = {
86021 : : .ob_base = {
86022 : : .ob_refcnt = 999999999,
86023 : : .ob_type = &PyCode_Type,
86024 : : },
86025 : : .ob_size = 14,
86026 : : },
86027 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86028 : : .co_names = & _collections_abc_toplevel_consts_58_consts_2_names._object.ob_base.ob_base,
86029 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86030 : : .co_flags = 3,
86031 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86032 : : ._co_linearray_entry_size = 0,
86033 : : .co_argcount = 2,
86034 : : .co_posonlyargcount = 0,
86035 : : .co_kwonlyargcount = 0,
86036 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
86037 : : .co_stacksize = 3,
86038 : : .co_firstlineno = 872,
86039 : : .co_nlocalsplus = 2,
86040 : : .co_nlocals = 2,
86041 : : .co_nplaincellvars = 0,
86042 : : .co_ncellvars = 0,
86043 : : .co_nfreevars = 0,
86044 : : .co_localsplusnames = & _collections_abc_toplevel_consts_50_consts_8_localsplusnames._object.ob_base.ob_base,
86045 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86046 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86047 : : .co_name = & const_str__from_iterable._ascii.ob_base,
86048 : : .co_qualname = & _collections_abc_toplevel_consts_60_consts_2_qualname._ascii.ob_base,
86049 : : .co_linetable = & _collections_abc_toplevel_consts_58_consts_2_linetable.ob_base.ob_base,
86050 : : ._co_code = NULL,
86051 : : ._co_linearray = NULL,
86052 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
86053 : : ._co_firsttraceable = 0,
86054 : : };
86055 : : static
86056 : : struct {
86057 : : PyGC_Head _gc_head;
86058 : : struct {
86059 : : PyObject_VAR_HEAD
86060 : : PyObject *ob_item[2];
86061 : : }_object;
86062 : : }
86063 : : _collections_abc_toplevel_consts_60_consts_3_names = {
86064 : : ._object = {
86065 : : .ob_base = {
86066 : : .ob_base = {
86067 : : .ob_refcnt = 999999999,
86068 : : .ob_type = &PyTuple_Type,
86069 : : },
86070 : : .ob_size = 2,
86071 : : },
86072 : : .ob_item = {
86073 : : & const_str__mapping._ascii.ob_base,
86074 : : & const_str_KeyError._ascii.ob_base,
86075 : : },
86076 : : },
86077 : : };
86078 : : static
86079 : : struct {
86080 : : PyASCIIObject _ascii;
86081 : : uint8_t _data[23];
86082 : : }
86083 : : _collections_abc_toplevel_consts_60_consts_3_qualname = {
86084 : : ._ascii = {
86085 : : .ob_base = {
86086 : : .ob_refcnt = 999999999,
86087 : : .ob_type = &PyUnicode_Type,
86088 : : },
86089 : : .length = 22,
86090 : : .hash = -1,
86091 : : .state = {
86092 : : .kind = 1,
86093 : : .compact = 1,
86094 : : .ascii = 1,
86095 : : },
86096 : : },
86097 : : ._data = "ItemsView.__contains__",
86098 : : };
86099 : : static
86100 : : struct {
86101 : : PyObject_VAR_HEAD
86102 : : Py_hash_t ob_shash;
86103 : : char ob_sval[88];
86104 : : }
86105 : : _collections_abc_toplevel_consts_60_consts_3_linetable = {
86106 : : .ob_base = {
86107 : : .ob_base = {
86108 : : .ob_refcnt = 999999999,
86109 : : .ob_type = &PyBytes_Type,
86110 : : },
86111 : : .ob_size = 87,
86112 : : },
86113 : : .ob_shash = -1,
86114 : : .ob_sval = "\x80\x00\xd8\x15\x19\x89\x0a\x88\x03\x88\x55\xf0\x02\x05\x09\x2c\xd8\x10\x14\x97\x0d\x91\x0d\x98\x63\xd4\x10\x22\x88\x41\xf0\x08\x00\x14\x15\x98\x05\x90\x3a\xd0\x13\x2b\xa0\x11\xa0\x65\xa2\x1a\xd0\x0c\x2b\xf8\xf5\x07\x00\x10\x18\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\x90\x35\xf0\x03\x01\x09\x19\xf8\xf8\xf8",
86115 : : };
86116 : : static
86117 : : struct {
86118 : : PyObject_VAR_HEAD
86119 : : Py_hash_t ob_shash;
86120 : : char ob_sval[13];
86121 : : }
86122 : : _collections_abc_toplevel_consts_60_consts_3_exceptiontable = {
86123 : : .ob_base = {
86124 : : .ob_base = {
86125 : : .ob_refcnt = 999999999,
86126 : : .ob_type = &PyBytes_Type,
86127 : : },
86128 : : .ob_size = 12,
86129 : : },
86130 : : .ob_shash = -1,
86131 : : .ob_sval = "\x87\x12\x23\x00\xa3\x0a\x31\x03\xb0\x01\x31\x03",
86132 : : };
86133 : : static
86134 : : struct {
86135 : : PyGC_Head _gc_head;
86136 : : struct {
86137 : : PyObject_VAR_HEAD
86138 : : PyObject *ob_item[5];
86139 : : }_object;
86140 : : }
86141 : : _collections_abc_toplevel_consts_60_consts_3_localsplusnames = {
86142 : : ._object = {
86143 : : .ob_base = {
86144 : : .ob_base = {
86145 : : .ob_refcnt = 999999999,
86146 : : .ob_type = &PyTuple_Type,
86147 : : },
86148 : : .ob_size = 5,
86149 : : },
86150 : : .ob_item = {
86151 : : & const_str_self._ascii.ob_base,
86152 : : & const_str_item._ascii.ob_base,
86153 : : & const_str_key._ascii.ob_base,
86154 : : & const_str_value._ascii.ob_base,
86155 : : & const_str_v._ascii.ob_base,
86156 : : },
86157 : : },
86158 : : };
86159 : : static
86160 : : struct _PyCode_DEF(104)
86161 : : _collections_abc_toplevel_consts_60_consts_3 = {
86162 : : .ob_base = {
86163 : : .ob_base = {
86164 : : .ob_refcnt = 999999999,
86165 : : .ob_type = &PyCode_Type,
86166 : : },
86167 : : .ob_size = 52,
86168 : : },
86169 : : .co_consts = & importlib__bootstrap_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
86170 : : .co_names = & _collections_abc_toplevel_consts_60_consts_3_names._object.ob_base.ob_base,
86171 : : .co_exceptiontable = & _collections_abc_toplevel_consts_60_consts_3_exceptiontable.ob_base.ob_base,
86172 : : .co_flags = 3,
86173 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86174 : : ._co_linearray_entry_size = 0,
86175 : : .co_argcount = 2,
86176 : : .co_posonlyargcount = 0,
86177 : : .co_kwonlyargcount = 0,
86178 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
86179 : : .co_stacksize = 4,
86180 : : .co_firstlineno = 876,
86181 : : .co_nlocalsplus = 5,
86182 : : .co_nlocals = 5,
86183 : : .co_nplaincellvars = 0,
86184 : : .co_ncellvars = 0,
86185 : : .co_nfreevars = 0,
86186 : : .co_localsplusnames = & _collections_abc_toplevel_consts_60_consts_3_localsplusnames._object.ob_base.ob_base,
86187 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
86188 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86189 : : .co_name = &_Py_ID(__contains__),
86190 : : .co_qualname = & _collections_abc_toplevel_consts_60_consts_3_qualname._ascii.ob_base,
86191 : : .co_linetable = & _collections_abc_toplevel_consts_60_consts_3_linetable.ob_base.ob_base,
86192 : : ._co_code = NULL,
86193 : : ._co_linearray = NULL,
86194 : : .co_code_adaptive = "\x97\x00\x7c\x01\x5c\x02\x00\x00\x7d\x02\x7d\x03\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x03\x75\x00\x70\x05\x7c\x04\x7c\x03\x6b\x02\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
86195 : : ._co_firsttraceable = 0,
86196 : : };
86197 : : static
86198 : : struct {
86199 : : PyASCIIObject _ascii;
86200 : : uint8_t _data[19];
86201 : : }
86202 : : _collections_abc_toplevel_consts_60_consts_4_qualname = {
86203 : : ._ascii = {
86204 : : .ob_base = {
86205 : : .ob_refcnt = 999999999,
86206 : : .ob_type = &PyUnicode_Type,
86207 : : },
86208 : : .length = 18,
86209 : : .hash = -1,
86210 : : .state = {
86211 : : .kind = 1,
86212 : : .compact = 1,
86213 : : .ascii = 1,
86214 : : },
86215 : : },
86216 : : ._data = "ItemsView.__iter__",
86217 : : };
86218 : : static
86219 : : struct {
86220 : : PyObject_VAR_HEAD
86221 : : Py_hash_t ob_shash;
86222 : : char ob_sval[65];
86223 : : }
86224 : : _collections_abc_toplevel_consts_60_consts_4_linetable = {
86225 : : .ob_base = {
86226 : : .ob_base = {
86227 : : .ob_refcnt = 999999999,
86228 : : .ob_type = &PyBytes_Type,
86229 : : },
86230 : : .ob_size = 64,
86231 : : },
86232 : : .ob_shash = -1,
86233 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x01\x09\x2c\xf1\x00\x01\x09\x2c\x88\x43\xd8\x13\x16\x98\x04\x9f\x0d\x99\x0d\xa0\x63\xd4\x18\x2a\xd0\x12\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf0\x03\x01\x09\x2c\xf0\x00\x01\x09\x2c",
86234 : : };
86235 : : static
86236 : : struct _PyCode_DEF(86)
86237 : : _collections_abc_toplevel_consts_60_consts_4 = {
86238 : : .ob_base = {
86239 : : .ob_base = {
86240 : : .ob_refcnt = 999999999,
86241 : : .ob_type = &PyCode_Type,
86242 : : },
86243 : : .ob_size = 43,
86244 : : },
86245 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86246 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
86247 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86248 : : .co_flags = 35,
86249 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86250 : : ._co_linearray_entry_size = 0,
86251 : : .co_argcount = 1,
86252 : : .co_posonlyargcount = 0,
86253 : : .co_kwonlyargcount = 0,
86254 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
86255 : : .co_stacksize = 4,
86256 : : .co_firstlineno = 885,
86257 : : .co_nlocalsplus = 2,
86258 : : .co_nlocals = 2,
86259 : : .co_nplaincellvars = 0,
86260 : : .co_ncellvars = 0,
86261 : : .co_nfreevars = 0,
86262 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
86263 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86264 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86265 : : .co_name = &_Py_ID(__iter__),
86266 : : .co_qualname = & _collections_abc_toplevel_consts_60_consts_4_qualname._ascii.ob_base,
86267 : : .co_linetable = & _collections_abc_toplevel_consts_60_consts_4_linetable.ob_base.ob_base,
86268 : : ._co_code = NULL,
86269 : : ._co_linearray = NULL,
86270 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x18\x00\x00\x7d\x01\x7c\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x96\x02\x97\x01\x01\x00\x8c\x1a\x64\x00\x53\x00",
86271 : : ._co_firsttraceable = 2,
86272 : : };
86273 : : static
86274 : : struct {
86275 : : PyGC_Head _gc_head;
86276 : : struct {
86277 : : PyObject_VAR_HEAD
86278 : : PyObject *ob_item[6];
86279 : : }_object;
86280 : : }
86281 : : _collections_abc_toplevel_consts_60_consts = {
86282 : : ._object = {
86283 : : .ob_base = {
86284 : : .ob_base = {
86285 : : .ob_refcnt = 999999999,
86286 : : .ob_type = &PyTuple_Type,
86287 : : },
86288 : : .ob_size = 6,
86289 : : },
86290 : : .ob_item = {
86291 : : & const_str_ItemsView._ascii.ob_base,
86292 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
86293 : : & _collections_abc_toplevel_consts_60_consts_2.ob_base.ob_base,
86294 : : & _collections_abc_toplevel_consts_60_consts_3.ob_base.ob_base,
86295 : : & _collections_abc_toplevel_consts_60_consts_4.ob_base.ob_base,
86296 : : Py_None,
86297 : : },
86298 : : },
86299 : : };
86300 : : static
86301 : : struct {
86302 : : PyObject_VAR_HEAD
86303 : : Py_hash_t ob_shash;
86304 : : char ob_sval[79];
86305 : : }
86306 : : _collections_abc_toplevel_consts_60_linetable = {
86307 : : .ob_base = {
86308 : : .ob_base = {
86309 : : .ob_refcnt = 999999999,
86310 : : .ob_type = &PyBytes_Type,
86311 : : },
86312 : : .ob_size = 78,
86313 : : },
86314 : : .ob_shash = -1,
86315 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x10\x12\x80\x49\xe0\x05\x10\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x11\xf0\x02\x01\x05\x17\xf0\x06\x07\x05\x2c\xf0\x00\x07\x05\x2c\xf0\x00\x07\x05\x2c\xf0\x12\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c\xf0\x00\x02\x05\x2c",
86316 : : };
86317 : : static
86318 : : struct _PyCode_DEF(48)
86319 : : _collections_abc_toplevel_consts_60 = {
86320 : : .ob_base = {
86321 : : .ob_base = {
86322 : : .ob_refcnt = 999999999,
86323 : : .ob_type = &PyCode_Type,
86324 : : },
86325 : : .ob_size = 24,
86326 : : },
86327 : : .co_consts = & _collections_abc_toplevel_consts_60_consts._object.ob_base.ob_base,
86328 : : .co_names = & _collections_abc_toplevel_consts_58_names._object.ob_base.ob_base,
86329 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86330 : : .co_flags = 0,
86331 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86332 : : ._co_linearray_entry_size = 0,
86333 : : .co_argcount = 0,
86334 : : .co_posonlyargcount = 0,
86335 : : .co_kwonlyargcount = 0,
86336 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
86337 : : .co_stacksize = 2,
86338 : : .co_firstlineno = 868,
86339 : : .co_nlocalsplus = 0,
86340 : : .co_nlocals = 0,
86341 : : .co_nplaincellvars = 0,
86342 : : .co_ncellvars = 0,
86343 : : .co_nfreevars = 0,
86344 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
86345 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
86346 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86347 : : .co_name = & const_str_ItemsView._ascii.ob_base,
86348 : : .co_qualname = & const_str_ItemsView._ascii.ob_base,
86349 : : .co_linetable = & _collections_abc_toplevel_consts_60_linetable.ob_base.ob_base,
86350 : : ._co_code = NULL,
86351 : : ._co_linearray = NULL,
86352 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x03\x84\x00\x5a\x06\x64\x04\x84\x00\x5a\x07\x64\x05\x53\x00",
86353 : : ._co_firsttraceable = 0,
86354 : : };
86355 : : static
86356 : : struct {
86357 : : PyASCIIObject _ascii;
86358 : : uint8_t _data[24];
86359 : : }
86360 : : _collections_abc_toplevel_consts_62_consts_2_qualname = {
86361 : : ._ascii = {
86362 : : .ob_base = {
86363 : : .ob_refcnt = 999999999,
86364 : : .ob_type = &PyUnicode_Type,
86365 : : },
86366 : : .length = 23,
86367 : : .hash = -1,
86368 : : .state = {
86369 : : .kind = 1,
86370 : : .compact = 1,
86371 : : .ascii = 1,
86372 : : },
86373 : : },
86374 : : ._data = "ValuesView.__contains__",
86375 : : };
86376 : : static
86377 : : struct {
86378 : : PyObject_VAR_HEAD
86379 : : Py_hash_t ob_shash;
86380 : : char ob_sval[71];
86381 : : }
86382 : : _collections_abc_toplevel_consts_62_consts_2_linetable = {
86383 : : .ob_base = {
86384 : : .ob_base = {
86385 : : .ob_refcnt = 999999999,
86386 : : .ob_type = &PyBytes_Type,
86387 : : },
86388 : : .ob_size = 70,
86389 : : },
86390 : : .ob_shash = -1,
86391 : : .ob_sval = "\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x03\x09\x1c\xf1\x00\x03\x09\x1c\x88\x43\xd8\x10\x14\x97\x0d\x91\x0d\x98\x63\xd4\x10\x22\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\xf0\x00\x01\x0d\x1c\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\xd8\x0f\x14\x88\x75",
86392 : : };
86393 : : static
86394 : : struct {
86395 : : PyGC_Head _gc_head;
86396 : : struct {
86397 : : PyObject_VAR_HEAD
86398 : : PyObject *ob_item[4];
86399 : : }_object;
86400 : : }
86401 : : _collections_abc_toplevel_consts_62_consts_2_localsplusnames = {
86402 : : ._object = {
86403 : : .ob_base = {
86404 : : .ob_base = {
86405 : : .ob_refcnt = 999999999,
86406 : : .ob_type = &PyTuple_Type,
86407 : : },
86408 : : .ob_size = 4,
86409 : : },
86410 : : .ob_item = {
86411 : : & const_str_self._ascii.ob_base,
86412 : : & const_str_value._ascii.ob_base,
86413 : : & const_str_key._ascii.ob_base,
86414 : : & const_str_v._ascii.ob_base,
86415 : : },
86416 : : },
86417 : : };
86418 : : static
86419 : : struct _PyCode_DEF(98)
86420 : : _collections_abc_toplevel_consts_62_consts_2 = {
86421 : : .ob_base = {
86422 : : .ob_base = {
86423 : : .ob_refcnt = 999999999,
86424 : : .ob_type = &PyCode_Type,
86425 : : },
86426 : : .ob_size = 49,
86427 : : },
86428 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
86429 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
86430 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86431 : : .co_flags = 3,
86432 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86433 : : ._co_linearray_entry_size = 0,
86434 : : .co_argcount = 2,
86435 : : .co_posonlyargcount = 0,
86436 : : .co_kwonlyargcount = 0,
86437 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
86438 : : .co_stacksize = 3,
86439 : : .co_firstlineno = 897,
86440 : : .co_nlocalsplus = 4,
86441 : : .co_nlocals = 4,
86442 : : .co_nplaincellvars = 0,
86443 : : .co_ncellvars = 0,
86444 : : .co_nfreevars = 0,
86445 : : .co_localsplusnames = & _collections_abc_toplevel_consts_62_consts_2_localsplusnames._object.ob_base.ob_base,
86446 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
86447 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86448 : : .co_name = &_Py_ID(__contains__),
86449 : : .co_qualname = & _collections_abc_toplevel_consts_62_consts_2_qualname._ascii.ob_base,
86450 : : .co_linetable = & _collections_abc_toplevel_consts_62_consts_2_linetable.ob_base.ob_base,
86451 : : ._co_code = NULL,
86452 : : ._co_linearray = NULL,
86453 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x20\x00\x00\x7d\x02\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x7c\x01\x75\x00\x73\x06\x7c\x03\x7c\x01\x6b\x02\x00\x00\x00\x00\xaf\x1f\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
86454 : : ._co_firsttraceable = 0,
86455 : : };
86456 : : static
86457 : : struct {
86458 : : PyASCIIObject _ascii;
86459 : : uint8_t _data[20];
86460 : : }
86461 : : _collections_abc_toplevel_consts_62_consts_3_qualname = {
86462 : : ._ascii = {
86463 : : .ob_base = {
86464 : : .ob_refcnt = 999999999,
86465 : : .ob_type = &PyUnicode_Type,
86466 : : },
86467 : : .length = 19,
86468 : : .hash = -1,
86469 : : .state = {
86470 : : .kind = 1,
86471 : : .compact = 1,
86472 : : .ascii = 1,
86473 : : },
86474 : : },
86475 : : ._data = "ValuesView.__iter__",
86476 : : };
86477 : : static
86478 : : struct {
86479 : : PyObject_VAR_HEAD
86480 : : Py_hash_t ob_shash;
86481 : : char ob_sval[60];
86482 : : }
86483 : : _collections_abc_toplevel_consts_62_consts_3_linetable = {
86484 : : .ob_base = {
86485 : : .ob_base = {
86486 : : .ob_refcnt = 999999999,
86487 : : .ob_type = &PyBytes_Type,
86488 : : },
86489 : : .ob_size = 59,
86490 : : },
86491 : : .ob_shash = -1,
86492 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\xf0\x00\x01\x09\x25\xf1\x00\x01\x09\x25\x88\x43\xd8\x12\x16\x97\x2d\x91\x2d\xa0\x03\xd4\x12\x24\xd0\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf0\x00\x01\x09\x25",
86493 : : };
86494 : : static
86495 : : struct _PyCode_DEF(82)
86496 : : _collections_abc_toplevel_consts_62_consts_3 = {
86497 : : .ob_base = {
86498 : : .ob_base = {
86499 : : .ob_refcnt = 999999999,
86500 : : .ob_type = &PyCode_Type,
86501 : : },
86502 : : .ob_size = 41,
86503 : : },
86504 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86505 : : .co_names = & _collections_abc_toplevel_consts_56_consts_1._object.ob_base.ob_base,
86506 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86507 : : .co_flags = 35,
86508 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86509 : : ._co_linearray_entry_size = 0,
86510 : : .co_argcount = 1,
86511 : : .co_posonlyargcount = 0,
86512 : : .co_kwonlyargcount = 0,
86513 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
86514 : : .co_stacksize = 3,
86515 : : .co_firstlineno = 904,
86516 : : .co_nlocalsplus = 2,
86517 : : .co_nlocals = 2,
86518 : : .co_nplaincellvars = 0,
86519 : : .co_ncellvars = 0,
86520 : : .co_nfreevars = 0,
86521 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
86522 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86523 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86524 : : .co_name = &_Py_ID(__iter__),
86525 : : .co_qualname = & _collections_abc_toplevel_consts_62_consts_3_qualname._ascii.ob_base,
86526 : : .co_linetable = & _collections_abc_toplevel_consts_62_consts_3_linetable.ob_base.ob_base,
86527 : : ._co_code = NULL,
86528 : : ._co_linearray = NULL,
86529 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x16\x00\x00\x7d\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
86530 : : ._co_firsttraceable = 2,
86531 : : };
86532 : : static
86533 : : struct {
86534 : : PyGC_Head _gc_head;
86535 : : struct {
86536 : : PyObject_VAR_HEAD
86537 : : PyObject *ob_item[5];
86538 : : }_object;
86539 : : }
86540 : : _collections_abc_toplevel_consts_62_consts = {
86541 : : ._object = {
86542 : : .ob_base = {
86543 : : .ob_base = {
86544 : : .ob_refcnt = 999999999,
86545 : : .ob_type = &PyTuple_Type,
86546 : : },
86547 : : .ob_size = 5,
86548 : : },
86549 : : .ob_item = {
86550 : : & const_str_ValuesView._ascii.ob_base,
86551 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
86552 : : & _collections_abc_toplevel_consts_62_consts_2.ob_base.ob_base,
86553 : : & _collections_abc_toplevel_consts_62_consts_3.ob_base.ob_base,
86554 : : Py_None,
86555 : : },
86556 : : },
86557 : : };
86558 : : static
86559 : : struct {
86560 : : PyGC_Head _gc_head;
86561 : : struct {
86562 : : PyObject_VAR_HEAD
86563 : : PyObject *ob_item[6];
86564 : : }_object;
86565 : : }
86566 : : _collections_abc_toplevel_consts_62_names = {
86567 : : ._object = {
86568 : : .ob_base = {
86569 : : .ob_base = {
86570 : : .ob_refcnt = 999999999,
86571 : : .ob_type = &PyTuple_Type,
86572 : : },
86573 : : .ob_size = 6,
86574 : : },
86575 : : .ob_item = {
86576 : : &_Py_ID(__name__),
86577 : : &_Py_ID(__module__),
86578 : : &_Py_ID(__qualname__),
86579 : : &_Py_ID(__slots__),
86580 : : &_Py_ID(__contains__),
86581 : : &_Py_ID(__iter__),
86582 : : },
86583 : : },
86584 : : };
86585 : : static
86586 : : struct {
86587 : : PyObject_VAR_HEAD
86588 : : Py_hash_t ob_shash;
86589 : : char ob_sval[56];
86590 : : }
86591 : : _collections_abc_toplevel_consts_62_linetable = {
86592 : : .ob_base = {
86593 : : .ob_base = {
86594 : : .ob_refcnt = 999999999,
86595 : : .ob_type = &PyBytes_Type,
86596 : : },
86597 : : .ob_size = 55,
86598 : : },
86599 : : .ob_shash = -1,
86600 : : .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",
86601 : : };
86602 : : static
86603 : : struct _PyCode_DEF(30)
86604 : : _collections_abc_toplevel_consts_62 = {
86605 : : .ob_base = {
86606 : : .ob_base = {
86607 : : .ob_refcnt = 999999999,
86608 : : .ob_type = &PyCode_Type,
86609 : : },
86610 : : .ob_size = 15,
86611 : : },
86612 : : .co_consts = & _collections_abc_toplevel_consts_62_consts._object.ob_base.ob_base,
86613 : : .co_names = & _collections_abc_toplevel_consts_62_names._object.ob_base.ob_base,
86614 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86615 : : .co_flags = 0,
86616 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86617 : : ._co_linearray_entry_size = 0,
86618 : : .co_argcount = 0,
86619 : : .co_posonlyargcount = 0,
86620 : : .co_kwonlyargcount = 0,
86621 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
86622 : : .co_stacksize = 1,
86623 : : .co_firstlineno = 893,
86624 : : .co_nlocalsplus = 0,
86625 : : .co_nlocals = 0,
86626 : : .co_nplaincellvars = 0,
86627 : : .co_ncellvars = 0,
86628 : : .co_nfreevars = 0,
86629 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
86630 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
86631 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86632 : : .co_name = & const_str_ValuesView._ascii.ob_base,
86633 : : .co_qualname = & const_str_ValuesView._ascii.ob_base,
86634 : : .co_linetable = & _collections_abc_toplevel_consts_62_linetable.ob_base.ob_base,
86635 : : ._co_code = NULL,
86636 : : ._co_linearray = NULL,
86637 : : .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",
86638 : : ._co_firsttraceable = 0,
86639 : : };
86640 : : static
86641 : : struct {
86642 : : PyASCIIObject _ascii;
86643 : : uint8_t _data[236];
86644 : : }
86645 : : _collections_abc_toplevel_consts_64_consts_1 = {
86646 : : ._ascii = {
86647 : : .ob_base = {
86648 : : .ob_refcnt = 999999999,
86649 : : .ob_type = &PyUnicode_Type,
86650 : : },
86651 : : .length = 235,
86652 : : .hash = -1,
86653 : : .state = {
86654 : : .kind = 1,
86655 : : .compact = 1,
86656 : : .ascii = 1,
86657 : : },
86658 : : },
86659 : : ._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",
86660 : : };
86661 : : static
86662 : : struct {
86663 : : PyASCIIObject _ascii;
86664 : : uint8_t _data[27];
86665 : : }
86666 : : _collections_abc_toplevel_consts_64_consts_3_qualname = {
86667 : : ._ascii = {
86668 : : .ob_base = {
86669 : : .ob_refcnt = 999999999,
86670 : : .ob_type = &PyUnicode_Type,
86671 : : },
86672 : : .length = 26,
86673 : : .hash = -1,
86674 : : .state = {
86675 : : .kind = 1,
86676 : : .compact = 1,
86677 : : .ascii = 1,
86678 : : },
86679 : : },
86680 : : ._data = "MutableMapping.__setitem__",
86681 : : };
86682 : : static
86683 : : struct {
86684 : : PyGC_Head _gc_head;
86685 : : struct {
86686 : : PyObject_VAR_HEAD
86687 : : PyObject *ob_item[3];
86688 : : }_object;
86689 : : }
86690 : : _collections_abc_toplevel_consts_64_consts_3_localsplusnames = {
86691 : : ._object = {
86692 : : .ob_base = {
86693 : : .ob_base = {
86694 : : .ob_refcnt = 999999999,
86695 : : .ob_type = &PyTuple_Type,
86696 : : },
86697 : : .ob_size = 3,
86698 : : },
86699 : : .ob_item = {
86700 : : & const_str_self._ascii.ob_base,
86701 : : & const_str_key._ascii.ob_base,
86702 : : & const_str_value._ascii.ob_base,
86703 : : },
86704 : : },
86705 : : };
86706 : : static
86707 : : struct _PyCode_DEF(16)
86708 : : _collections_abc_toplevel_consts_64_consts_3 = {
86709 : : .ob_base = {
86710 : : .ob_base = {
86711 : : .ob_refcnt = 999999999,
86712 : : .ob_type = &PyCode_Type,
86713 : : },
86714 : : .ob_size = 8,
86715 : : },
86716 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86717 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
86718 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86719 : : .co_flags = 3,
86720 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86721 : : ._co_linearray_entry_size = 0,
86722 : : .co_argcount = 3,
86723 : : .co_posonlyargcount = 0,
86724 : : .co_kwonlyargcount = 0,
86725 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
86726 : : .co_stacksize = 1,
86727 : : .co_firstlineno = 923,
86728 : : .co_nlocalsplus = 3,
86729 : : .co_nlocals = 3,
86730 : : .co_nplaincellvars = 0,
86731 : : .co_ncellvars = 0,
86732 : : .co_nfreevars = 0,
86733 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
86734 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
86735 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86736 : : .co_name = &_Py_ID(__setitem__),
86737 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_3_qualname._ascii.ob_base,
86738 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
86739 : : ._co_code = NULL,
86740 : : ._co_linearray = NULL,
86741 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
86742 : : ._co_firsttraceable = 0,
86743 : : };
86744 : : static
86745 : : struct {
86746 : : PyASCIIObject _ascii;
86747 : : uint8_t _data[27];
86748 : : }
86749 : : _collections_abc_toplevel_consts_64_consts_4_qualname = {
86750 : : ._ascii = {
86751 : : .ob_base = {
86752 : : .ob_refcnt = 999999999,
86753 : : .ob_type = &PyUnicode_Type,
86754 : : },
86755 : : .length = 26,
86756 : : .hash = -1,
86757 : : .state = {
86758 : : .kind = 1,
86759 : : .compact = 1,
86760 : : .ascii = 1,
86761 : : },
86762 : : },
86763 : : ._data = "MutableMapping.__delitem__",
86764 : : };
86765 : : static
86766 : : struct _PyCode_DEF(16)
86767 : : _collections_abc_toplevel_consts_64_consts_4 = {
86768 : : .ob_base = {
86769 : : .ob_base = {
86770 : : .ob_refcnt = 999999999,
86771 : : .ob_type = &PyCode_Type,
86772 : : },
86773 : : .ob_size = 8,
86774 : : },
86775 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
86776 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
86777 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
86778 : : .co_flags = 3,
86779 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86780 : : ._co_linearray_entry_size = 0,
86781 : : .co_argcount = 2,
86782 : : .co_posonlyargcount = 0,
86783 : : .co_kwonlyargcount = 0,
86784 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
86785 : : .co_stacksize = 1,
86786 : : .co_firstlineno = 927,
86787 : : .co_nlocalsplus = 2,
86788 : : .co_nlocals = 2,
86789 : : .co_nplaincellvars = 0,
86790 : : .co_ncellvars = 0,
86791 : : .co_nfreevars = 0,
86792 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_4_localsplusnames._object.ob_base.ob_base,
86793 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
86794 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
86795 : : .co_name = &_Py_ID(__delitem__),
86796 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_4_qualname._ascii.ob_base,
86797 : : .co_linetable = & _collections_abc_toplevel_consts_54_consts_4_linetable.ob_base.ob_base,
86798 : : ._co_code = NULL,
86799 : : ._co_linearray = NULL,
86800 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
86801 : : ._co_firsttraceable = 0,
86802 : : };
86803 : : static
86804 : : struct {
86805 : : PyASCIIObject _ascii;
86806 : : uint8_t _data[170];
86807 : : }
86808 : : _collections_abc_toplevel_consts_64_consts_5_consts_0 = {
86809 : : ._ascii = {
86810 : : .ob_base = {
86811 : : .ob_refcnt = 999999999,
86812 : : .ob_type = &PyUnicode_Type,
86813 : : },
86814 : : .length = 169,
86815 : : .hash = -1,
86816 : : .state = {
86817 : : .kind = 1,
86818 : : .compact = 1,
86819 : : .ascii = 1,
86820 : : },
86821 : : },
86822 : : ._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",
86823 : : };
86824 : : static
86825 : : struct {
86826 : : PyGC_Head _gc_head;
86827 : : struct {
86828 : : PyObject_VAR_HEAD
86829 : : PyObject *ob_item[1];
86830 : : }_object;
86831 : : }
86832 : : _collections_abc_toplevel_consts_64_consts_5_consts = {
86833 : : ._object = {
86834 : : .ob_base = {
86835 : : .ob_base = {
86836 : : .ob_refcnt = 999999999,
86837 : : .ob_type = &PyTuple_Type,
86838 : : },
86839 : : .ob_size = 1,
86840 : : },
86841 : : .ob_item = {
86842 : : & _collections_abc_toplevel_consts_64_consts_5_consts_0._ascii.ob_base,
86843 : : },
86844 : : },
86845 : : };
86846 : : static
86847 : : struct {
86848 : : PyASCIIObject _ascii;
86849 : : uint8_t _data[24];
86850 : : }
86851 : : const_str__MutableMapping__marker = {
86852 : : ._ascii = {
86853 : : .ob_base = {
86854 : : .ob_refcnt = 999999999,
86855 : : .ob_type = &PyUnicode_Type,
86856 : : },
86857 : : .length = 23,
86858 : : .hash = -1,
86859 : : .state = {
86860 : : .kind = 1,
86861 : : .compact = 1,
86862 : : .ascii = 1,
86863 : : },
86864 : : },
86865 : : ._data = "_MutableMapping__marker",
86866 : : };
86867 : : static
86868 : : struct {
86869 : : PyGC_Head _gc_head;
86870 : : struct {
86871 : : PyObject_VAR_HEAD
86872 : : PyObject *ob_item[2];
86873 : : }_object;
86874 : : }
86875 : : _collections_abc_toplevel_consts_64_consts_5_names = {
86876 : : ._object = {
86877 : : .ob_base = {
86878 : : .ob_base = {
86879 : : .ob_refcnt = 999999999,
86880 : : .ob_type = &PyTuple_Type,
86881 : : },
86882 : : .ob_size = 2,
86883 : : },
86884 : : .ob_item = {
86885 : : & const_str_KeyError._ascii.ob_base,
86886 : : & const_str__MutableMapping__marker._ascii.ob_base,
86887 : : },
86888 : : },
86889 : : };
86890 : : static
86891 : : struct {
86892 : : PyASCIIObject _ascii;
86893 : : uint8_t _data[19];
86894 : : }
86895 : : _collections_abc_toplevel_consts_64_consts_5_qualname = {
86896 : : ._ascii = {
86897 : : .ob_base = {
86898 : : .ob_refcnt = 999999999,
86899 : : .ob_type = &PyUnicode_Type,
86900 : : },
86901 : : .length = 18,
86902 : : .hash = -1,
86903 : : .state = {
86904 : : .kind = 1,
86905 : : .compact = 1,
86906 : : .ascii = 1,
86907 : : },
86908 : : },
86909 : : ._data = "MutableMapping.pop",
86910 : : };
86911 : : static
86912 : : struct {
86913 : : PyObject_VAR_HEAD
86914 : : Py_hash_t ob_shash;
86915 : : char ob_sval[89];
86916 : : }
86917 : : _collections_abc_toplevel_consts_64_consts_5_linetable = {
86918 : : .ob_base = {
86919 : : .ob_base = {
86920 : : .ob_refcnt = 999999999,
86921 : : .ob_type = &PyBytes_Type,
86922 : : },
86923 : : .ob_size = 88,
86924 : : },
86925 : : .ob_shash = -1,
86926 : : .ob_sval = "\x80\x00\xf0\x08\x08\x09\x19\xd8\x14\x18\x98\x13\x94\x49\x88\x45\xf0\x0c\x00\x11\x15\x90\x53\x90\x09\xd8\x13\x18\x88\x4c\xf8\xf5\x0d\x00\x10\x18\xf0\x00\x03\x09\x1b\xf0\x00\x03\x09\x1b\xf0\x00\x03\x09\x1b\xd8\x0f\x16\x98\x24\x9f\x2d\x99\x2d\xd0\x0f\x27\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x13\x1a\x88\x4e\x88\x4e\x88\x4e\xf0\x07\x03\x09\x1b\xf8\xf8\xf8",
86927 : : };
86928 : : static
86929 : : struct {
86930 : : PyObject_VAR_HEAD
86931 : : Py_hash_t ob_shash;
86932 : : char ob_sval[13];
86933 : : }
86934 : : _collections_abc_toplevel_consts_64_consts_5_exceptiontable = {
86935 : : .ob_base = {
86936 : : .ob_base = {
86937 : : .ob_refcnt = 999999999,
86938 : : .ob_type = &PyBytes_Type,
86939 : : },
86940 : : .ob_size = 12,
86941 : : },
86942 : : .ob_shash = -1,
86943 : : .ob_sval = "\x82\x08\x0f\x00\x8f\x1b\x2d\x03\xac\x01\x2d\x03",
86944 : : };
86945 : : static
86946 : : struct {
86947 : : PyGC_Head _gc_head;
86948 : : struct {
86949 : : PyObject_VAR_HEAD
86950 : : PyObject *ob_item[4];
86951 : : }_object;
86952 : : }
86953 : : _collections_abc_toplevel_consts_64_consts_5_localsplusnames = {
86954 : : ._object = {
86955 : : .ob_base = {
86956 : : .ob_base = {
86957 : : .ob_refcnt = 999999999,
86958 : : .ob_type = &PyTuple_Type,
86959 : : },
86960 : : .ob_size = 4,
86961 : : },
86962 : : .ob_item = {
86963 : : & const_str_self._ascii.ob_base,
86964 : : & const_str_key._ascii.ob_base,
86965 : : &_Py_ID(default),
86966 : : & const_str_value._ascii.ob_base,
86967 : : },
86968 : : },
86969 : : };
86970 : : static
86971 : : struct _PyCode_DEF(96)
86972 : : _collections_abc_toplevel_consts_64_consts_5 = {
86973 : : .ob_base = {
86974 : : .ob_base = {
86975 : : .ob_refcnt = 999999999,
86976 : : .ob_type = &PyCode_Type,
86977 : : },
86978 : : .ob_size = 48,
86979 : : },
86980 : : .co_consts = & _collections_abc_toplevel_consts_64_consts_5_consts._object.ob_base.ob_base,
86981 : : .co_names = & _collections_abc_toplevel_consts_64_consts_5_names._object.ob_base.ob_base,
86982 : : .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_5_exceptiontable.ob_base.ob_base,
86983 : : .co_flags = 3,
86984 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
86985 : : ._co_linearray_entry_size = 0,
86986 : : .co_argcount = 3,
86987 : : .co_posonlyargcount = 0,
86988 : : .co_kwonlyargcount = 0,
86989 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
86990 : : .co_stacksize = 4,
86991 : : .co_firstlineno = 933,
86992 : : .co_nlocalsplus = 4,
86993 : : .co_nlocals = 4,
86994 : : .co_nplaincellvars = 0,
86995 : : .co_ncellvars = 0,
86996 : : .co_nfreevars = 0,
86997 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_5_localsplusnames._object.ob_base.ob_base,
86998 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
86999 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87000 : : .co_name = & const_str_pop._ascii.ob_base,
87001 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_5_qualname._ascii.ob_base,
87002 : : .co_linetable = & _collections_abc_toplevel_consts_64_consts_5_linetable.ob_base.ob_base,
87003 : : ._co_code = NULL,
87004 : : ._co_linearray = NULL,
87005 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x7c\x01\x3d\x00\x7c\x03\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x14\x01\x00\x7c\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x01\x82\x00\x7c\x02\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
87006 : : ._co_firsttraceable = 0,
87007 : : };
87008 : : static
87009 : : struct {
87010 : : PyASCIIObject _ascii;
87011 : : uint8_t _data[132];
87012 : : }
87013 : : _collections_abc_toplevel_consts_64_consts_6_consts_0 = {
87014 : : ._ascii = {
87015 : : .ob_base = {
87016 : : .ob_refcnt = 999999999,
87017 : : .ob_type = &PyUnicode_Type,
87018 : : },
87019 : : .length = 131,
87020 : : .hash = -1,
87021 : : .state = {
87022 : : .kind = 1,
87023 : : .compact = 1,
87024 : : .ascii = 1,
87025 : : },
87026 : : },
87027 : : ._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",
87028 : : };
87029 : : static
87030 : : struct {
87031 : : PyGC_Head _gc_head;
87032 : : struct {
87033 : : PyObject_VAR_HEAD
87034 : : PyObject *ob_item[2];
87035 : : }_object;
87036 : : }
87037 : : _collections_abc_toplevel_consts_64_consts_6_consts = {
87038 : : ._object = {
87039 : : .ob_base = {
87040 : : .ob_base = {
87041 : : .ob_refcnt = 999999999,
87042 : : .ob_type = &PyTuple_Type,
87043 : : },
87044 : : .ob_size = 2,
87045 : : },
87046 : : .ob_item = {
87047 : : & _collections_abc_toplevel_consts_64_consts_6_consts_0._ascii.ob_base,
87048 : : Py_None,
87049 : : },
87050 : : },
87051 : : };
87052 : : static
87053 : : struct {
87054 : : PyGC_Head _gc_head;
87055 : : struct {
87056 : : PyObject_VAR_HEAD
87057 : : PyObject *ob_item[4];
87058 : : }_object;
87059 : : }
87060 : : _collections_abc_toplevel_consts_64_consts_6_names = {
87061 : : ._object = {
87062 : : .ob_base = {
87063 : : .ob_base = {
87064 : : .ob_refcnt = 999999999,
87065 : : .ob_type = &PyTuple_Type,
87066 : : },
87067 : : .ob_size = 4,
87068 : : },
87069 : : .ob_item = {
87070 : : &_Py_ID(next),
87071 : : &_Py_ID(iter),
87072 : : & const_str_StopIteration._ascii.ob_base,
87073 : : & const_str_KeyError._ascii.ob_base,
87074 : : },
87075 : : },
87076 : : };
87077 : : static
87078 : : struct {
87079 : : PyASCIIObject _ascii;
87080 : : uint8_t _data[8];
87081 : : }
87082 : : const_str_popitem = {
87083 : : ._ascii = {
87084 : : .ob_base = {
87085 : : .ob_refcnt = 999999999,
87086 : : .ob_type = &PyUnicode_Type,
87087 : : },
87088 : : .length = 7,
87089 : : .hash = -1,
87090 : : .state = {
87091 : : .kind = 1,
87092 : : .compact = 1,
87093 : : .ascii = 1,
87094 : : },
87095 : : },
87096 : : ._data = "popitem",
87097 : : };
87098 : : static
87099 : : struct {
87100 : : PyASCIIObject _ascii;
87101 : : uint8_t _data[23];
87102 : : }
87103 : : _collections_abc_toplevel_consts_64_consts_6_qualname = {
87104 : : ._ascii = {
87105 : : .ob_base = {
87106 : : .ob_refcnt = 999999999,
87107 : : .ob_type = &PyUnicode_Type,
87108 : : },
87109 : : .length = 22,
87110 : : .hash = -1,
87111 : : .state = {
87112 : : .kind = 1,
87113 : : .compact = 1,
87114 : : .ascii = 1,
87115 : : },
87116 : : },
87117 : : ._data = "MutableMapping.popitem",
87118 : : };
87119 : : static
87120 : : struct {
87121 : : PyObject_VAR_HEAD
87122 : : Py_hash_t ob_shash;
87123 : : char ob_sval[87];
87124 : : }
87125 : : _collections_abc_toplevel_consts_64_consts_6_linetable = {
87126 : : .ob_base = {
87127 : : .ob_base = {
87128 : : .ob_refcnt = 999999999,
87129 : : .ob_type = &PyBytes_Type,
87130 : : },
87131 : : .ob_size = 86,
87132 : : },
87133 : : .ob_shash = -1,
87134 : : .ob_sval = "\x80\x00\xf0\x08\x03\x09\x25\xdd\x12\x16\x95\x74\x98\x44\x94\x7a\xd4\x12\x22\x88\x43\xf0\x06\x00\x11\x15\x90\x53\x94\x09\x88\x05\xd8\x0c\x10\x90\x13\x88\x49\xd8\x0f\x12\x90\x45\x88\x7a\xd0\x08\x19\xf8\xf5\x09\x00\x10\x1d\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xf0\x00\x01\x09\x25\xdd\x12\x1a\xa0\x04\xd0\x0c\x24\xf0\x03\x01\x09\x25\xf8\xf8\xf8",
87135 : : };
87136 : : static
87137 : : struct {
87138 : : PyObject_VAR_HEAD
87139 : : Py_hash_t ob_shash;
87140 : : char ob_sval[9];
87141 : : }
87142 : : _collections_abc_toplevel_consts_64_consts_6_exceptiontable = {
87143 : : .ob_base = {
87144 : : .ob_base = {
87145 : : .ob_refcnt = 999999999,
87146 : : .ob_type = &PyBytes_Type,
87147 : : },
87148 : : .ob_size = 8,
87149 : : },
87150 : : .ob_shash = -1,
87151 : : .ob_sval = "\x82\x18\x29\x00\xa9\x13\x3c\x03",
87152 : : };
87153 : : static
87154 : : struct _PyCode_DEF(126)
87155 : : _collections_abc_toplevel_consts_64_consts_6 = {
87156 : : .ob_base = {
87157 : : .ob_base = {
87158 : : .ob_refcnt = 999999999,
87159 : : .ob_type = &PyCode_Type,
87160 : : },
87161 : : .ob_size = 63,
87162 : : },
87163 : : .co_consts = & _collections_abc_toplevel_consts_64_consts_6_consts._object.ob_base.ob_base,
87164 : : .co_names = & _collections_abc_toplevel_consts_64_consts_6_names._object.ob_base.ob_base,
87165 : : .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_6_exceptiontable.ob_base.ob_base,
87166 : : .co_flags = 3,
87167 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87168 : : ._co_linearray_entry_size = 0,
87169 : : .co_argcount = 1,
87170 : : .co_posonlyargcount = 0,
87171 : : .co_kwonlyargcount = 0,
87172 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
87173 : : .co_stacksize = 5,
87174 : : .co_firstlineno = 947,
87175 : : .co_nlocalsplus = 3,
87176 : : .co_nlocals = 3,
87177 : : .co_nplaincellvars = 0,
87178 : : .co_ncellvars = 0,
87179 : : .co_nfreevars = 0,
87180 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
87181 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
87182 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87183 : : .co_name = & const_str_popitem._ascii.ob_base,
87184 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_6_qualname._ascii.ob_base,
87185 : : .co_linetable = & _collections_abc_toplevel_consts_64_consts_6_linetable.ob_base.ob_base,
87186 : : ._co_code = NULL,
87187 : : ._co_linearray = NULL,
87188 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7c\x01\x3d\x00\x7c\x01\x7c\x02\x66\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x09\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
87189 : : ._co_firsttraceable = 0,
87190 : : };
87191 : : static
87192 : : struct {
87193 : : PyASCIIObject _ascii;
87194 : : uint8_t _data[45];
87195 : : }
87196 : : _collections_abc_toplevel_consts_64_consts_7_consts_0 = {
87197 : : ._ascii = {
87198 : : .ob_base = {
87199 : : .ob_refcnt = 999999999,
87200 : : .ob_type = &PyUnicode_Type,
87201 : : },
87202 : : .length = 44,
87203 : : .hash = -1,
87204 : : .state = {
87205 : : .kind = 1,
87206 : : .compact = 1,
87207 : : .ascii = 1,
87208 : : },
87209 : : },
87210 : : ._data = "D.clear() -> None. Remove all items from D.",
87211 : : };
87212 : : static
87213 : : struct {
87214 : : PyGC_Head _gc_head;
87215 : : struct {
87216 : : PyObject_VAR_HEAD
87217 : : PyObject *ob_item[3];
87218 : : }_object;
87219 : : }
87220 : : _collections_abc_toplevel_consts_64_consts_7_consts = {
87221 : : ._object = {
87222 : : .ob_base = {
87223 : : .ob_base = {
87224 : : .ob_refcnt = 999999999,
87225 : : .ob_type = &PyTuple_Type,
87226 : : },
87227 : : .ob_size = 3,
87228 : : },
87229 : : .ob_item = {
87230 : : & _collections_abc_toplevel_consts_64_consts_7_consts_0._ascii.ob_base,
87231 : : Py_True,
87232 : : Py_None,
87233 : : },
87234 : : },
87235 : : };
87236 : : static
87237 : : struct {
87238 : : PyGC_Head _gc_head;
87239 : : struct {
87240 : : PyObject_VAR_HEAD
87241 : : PyObject *ob_item[2];
87242 : : }_object;
87243 : : }
87244 : : _collections_abc_toplevel_consts_64_consts_7_names = {
87245 : : ._object = {
87246 : : .ob_base = {
87247 : : .ob_base = {
87248 : : .ob_refcnt = 999999999,
87249 : : .ob_type = &PyTuple_Type,
87250 : : },
87251 : : .ob_size = 2,
87252 : : },
87253 : : .ob_item = {
87254 : : & const_str_popitem._ascii.ob_base,
87255 : : & const_str_KeyError._ascii.ob_base,
87256 : : },
87257 : : },
87258 : : };
87259 : : static
87260 : : struct {
87261 : : PyASCIIObject _ascii;
87262 : : uint8_t _data[21];
87263 : : }
87264 : : _collections_abc_toplevel_consts_64_consts_7_qualname = {
87265 : : ._ascii = {
87266 : : .ob_base = {
87267 : : .ob_refcnt = 999999999,
87268 : : .ob_type = &PyUnicode_Type,
87269 : : },
87270 : : .length = 20,
87271 : : .hash = -1,
87272 : : .state = {
87273 : : .kind = 1,
87274 : : .compact = 1,
87275 : : .ascii = 1,
87276 : : },
87277 : : },
87278 : : ._data = "MutableMapping.clear",
87279 : : };
87280 : : static
87281 : : struct {
87282 : : PyObject_VAR_HEAD
87283 : : Py_hash_t ob_shash;
87284 : : char ob_sval[61];
87285 : : }
87286 : : _collections_abc_toplevel_consts_64_consts_7_linetable = {
87287 : : .ob_base = {
87288 : : .ob_base = {
87289 : : .ob_refcnt = 999999999,
87290 : : .ob_type = &PyBytes_Type,
87291 : : },
87292 : : .ob_size = 60,
87293 : : },
87294 : : .ob_shash = -1,
87295 : : .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x0c\x91\x0c\x94\x0e\x90\x0e\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
87296 : : };
87297 : : static
87298 : : struct _PyCode_DEF(76)
87299 : : _collections_abc_toplevel_consts_64_consts_7 = {
87300 : : .ob_base = {
87301 : : .ob_base = {
87302 : : .ob_refcnt = 999999999,
87303 : : .ob_type = &PyCode_Type,
87304 : : },
87305 : : .ob_size = 38,
87306 : : },
87307 : : .co_consts = & _collections_abc_toplevel_consts_64_consts_7_consts._object.ob_base.ob_base,
87308 : : .co_names = & _collections_abc_toplevel_consts_64_consts_7_names._object.ob_base.ob_base,
87309 : : .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
87310 : : .co_flags = 3,
87311 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87312 : : ._co_linearray_entry_size = 0,
87313 : : .co_argcount = 1,
87314 : : .co_posonlyargcount = 0,
87315 : : .co_kwonlyargcount = 0,
87316 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
87317 : : .co_stacksize = 4,
87318 : : .co_firstlineno = 959,
87319 : : .co_nlocalsplus = 1,
87320 : : .co_nlocals = 1,
87321 : : .co_nplaincellvars = 0,
87322 : : .co_ncellvars = 0,
87323 : : .co_nfreevars = 0,
87324 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
87325 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
87326 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87327 : : .co_name = &_Py_ID(clear),
87328 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_7_qualname._ascii.ob_base,
87329 : : .co_linetable = & _collections_abc_toplevel_consts_64_consts_7_linetable.ob_base.ob_base,
87330 : : ._co_code = NULL,
87331 : : ._co_linearray = NULL,
87332 : : .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
87333 : : ._co_firsttraceable = 0,
87334 : : };
87335 : : static
87336 : : struct {
87337 : : PyASCIIObject _ascii;
87338 : : uint8_t _data[332];
87339 : : }
87340 : : _collections_abc_toplevel_consts_64_consts_8_consts_0 = {
87341 : : ._ascii = {
87342 : : .ob_base = {
87343 : : .ob_refcnt = 999999999,
87344 : : .ob_type = &PyUnicode_Type,
87345 : : },
87346 : : .length = 331,
87347 : : .hash = -1,
87348 : : .state = {
87349 : : .kind = 1,
87350 : : .compact = 1,
87351 : : .ascii = 1,
87352 : : },
87353 : : },
87354 : : ._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",
87355 : : };
87356 : : static
87357 : : struct {
87358 : : PyGC_Head _gc_head;
87359 : : struct {
87360 : : PyObject_VAR_HEAD
87361 : : PyObject *ob_item[3];
87362 : : }_object;
87363 : : }
87364 : : _collections_abc_toplevel_consts_64_consts_8_consts = {
87365 : : ._object = {
87366 : : .ob_base = {
87367 : : .ob_base = {
87368 : : .ob_refcnt = 999999999,
87369 : : .ob_type = &PyTuple_Type,
87370 : : },
87371 : : .ob_size = 3,
87372 : : },
87373 : : .ob_item = {
87374 : : & _collections_abc_toplevel_consts_64_consts_8_consts_0._ascii.ob_base,
87375 : : &_Py_ID(keys),
87376 : : Py_None,
87377 : : },
87378 : : },
87379 : : };
87380 : : static
87381 : : struct {
87382 : : PyGC_Head _gc_head;
87383 : : struct {
87384 : : PyObject_VAR_HEAD
87385 : : PyObject *ob_item[5];
87386 : : }_object;
87387 : : }
87388 : : _collections_abc_toplevel_consts_64_consts_8_names = {
87389 : : ._object = {
87390 : : .ob_base = {
87391 : : .ob_base = {
87392 : : .ob_refcnt = 999999999,
87393 : : .ob_type = &PyTuple_Type,
87394 : : },
87395 : : .ob_size = 5,
87396 : : },
87397 : : .ob_item = {
87398 : : &_Py_ID(isinstance),
87399 : : & const_str_Mapping._ascii.ob_base,
87400 : : & const_str_hasattr._ascii.ob_base,
87401 : : &_Py_ID(keys),
87402 : : &_Py_ID(items),
87403 : : },
87404 : : },
87405 : : };
87406 : : static
87407 : : struct {
87408 : : PyASCIIObject _ascii;
87409 : : uint8_t _data[22];
87410 : : }
87411 : : _collections_abc_toplevel_consts_64_consts_8_qualname = {
87412 : : ._ascii = {
87413 : : .ob_base = {
87414 : : .ob_refcnt = 999999999,
87415 : : .ob_type = &PyUnicode_Type,
87416 : : },
87417 : : .length = 21,
87418 : : .hash = -1,
87419 : : .state = {
87420 : : .kind = 1,
87421 : : .compact = 1,
87422 : : .ascii = 1,
87423 : : },
87424 : : },
87425 : : ._data = "MutableMapping.update",
87426 : : };
87427 : : static
87428 : : struct {
87429 : : PyObject_VAR_HEAD
87430 : : Py_hash_t ob_shash;
87431 : : char ob_sval[189];
87432 : : }
87433 : : _collections_abc_toplevel_consts_64_consts_8_linetable = {
87434 : : .ob_base = {
87435 : : .ob_base = {
87436 : : .ob_refcnt = 999999999,
87437 : : .ob_type = &PyBytes_Type,
87438 : : },
87439 : : .ob_size = 188,
87440 : : },
87441 : : .ob_shash = -1,
87442 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0c\x16\x90\x65\x9d\x57\xd4\x0b\x25\xf0\x00\x08\x09\x22\xd8\x17\x1c\xf0\x00\x01\x0d\x27\xf1\x00\x01\x0d\x27\x90\x03\xd8\x1c\x21\xa0\x23\x9c\x4a\x90\x04\x90\x53\x91\x09\x90\x09\xf0\x03\x01\x0d\x27\xe5\x0d\x14\x90\x55\x98\x46\xd4\x0d\x23\xf0\x00\x05\x09\x22\xd8\x17\x1c\x97\x7a\x91\x7a\x94\x7c\xf0\x00\x01\x0d\x27\xf1\x00\x01\x0d\x27\x90\x03\xd8\x1c\x21\xa0\x23\x9c\x4a\x90\x04\x90\x53\x91\x09\x90\x09\xf0\x03\x01\x0d\x27\xf0\x06\x00\x1f\x24\xf0\x00\x01\x0d\x22\xf1\x00\x01\x0d\x22\x91\x0a\x90\x03\x90\x55\xd8\x1c\x21\x90\x04\x90\x53\x91\x09\x90\x09\xd8\x1a\x1e\x9f\x2a\x99\x2a\x9c\x2c\xf0\x00\x01\x09\x1e\xf1\x00\x01\x09\x1e\x89\x4a\x88\x43\x90\x15\xd8\x18\x1d\x88\x44\x90\x13\x89\x49\x88\x49\xf0\x03\x01\x09\x1e\xf0\x00\x01\x09\x1e",
87443 : : };
87444 : : static
87445 : : struct {
87446 : : PyGC_Head _gc_head;
87447 : : struct {
87448 : : PyObject_VAR_HEAD
87449 : : PyObject *ob_item[5];
87450 : : }_object;
87451 : : }
87452 : : _collections_abc_toplevel_consts_64_consts_8_localsplusnames = {
87453 : : ._object = {
87454 : : .ob_base = {
87455 : : .ob_base = {
87456 : : .ob_refcnt = 999999999,
87457 : : .ob_type = &PyTuple_Type,
87458 : : },
87459 : : .ob_size = 5,
87460 : : },
87461 : : .ob_item = {
87462 : : & const_str_self._ascii.ob_base,
87463 : : & const_str_other._ascii.ob_base,
87464 : : & const_str_kwds._ascii.ob_base,
87465 : : & const_str_key._ascii.ob_base,
87466 : : & const_str_value._ascii.ob_base,
87467 : : },
87468 : : },
87469 : : };
87470 : : static
87471 : : struct _PyCode_DEF(260)
87472 : : _collections_abc_toplevel_consts_64_consts_8 = {
87473 : : .ob_base = {
87474 : : .ob_base = {
87475 : : .ob_refcnt = 999999999,
87476 : : .ob_type = &PyCode_Type,
87477 : : },
87478 : : .ob_size = 130,
87479 : : },
87480 : : .co_consts = & _collections_abc_toplevel_consts_64_consts_8_consts._object.ob_base.ob_base,
87481 : : .co_names = & _collections_abc_toplevel_consts_64_consts_8_names._object.ob_base.ob_base,
87482 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87483 : : .co_flags = 11,
87484 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87485 : : ._co_linearray_entry_size = 0,
87486 : : .co_argcount = 2,
87487 : : .co_posonlyargcount = 2,
87488 : : .co_kwonlyargcount = 0,
87489 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
87490 : : .co_stacksize = 4,
87491 : : .co_firstlineno = 967,
87492 : : .co_nlocalsplus = 5,
87493 : : .co_nlocals = 5,
87494 : : .co_nplaincellvars = 0,
87495 : : .co_ncellvars = 0,
87496 : : .co_nfreevars = 0,
87497 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_8_localsplusnames._object.ob_base.ob_base,
87498 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
87499 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87500 : : .co_name = & const_str_update._ascii.ob_base,
87501 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_8_qualname._ascii.ob_base,
87502 : : .co_linetable = & _collections_abc_toplevel_consts_64_consts_8_linetable.ob_base.ob_base,
87503 : : ._co_code = NULL,
87504 : : ._co_linearray = NULL,
87505 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x01\x44\x00\x5d\x0d\x00\x00\x7d\x03\x7c\x01\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0f\x6e\x3d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x21\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0d\x00\x00\x7d\x03\x7c\x01\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0f\x6e\x0e\x7c\x01\x44\x00\x5d\x0a\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0c\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0a\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x00\x7c\x03\x3c\x00\x00\x00\x8c\x0c\x64\x02\x53\x00",
87506 : : ._co_firsttraceable = 0,
87507 : : };
87508 : : static
87509 : : struct {
87510 : : PyASCIIObject _ascii;
87511 : : uint8_t _data[65];
87512 : : }
87513 : : _collections_abc_toplevel_consts_64_consts_10_consts_0 = {
87514 : : ._ascii = {
87515 : : .ob_base = {
87516 : : .ob_refcnt = 999999999,
87517 : : .ob_type = &PyUnicode_Type,
87518 : : },
87519 : : .length = 64,
87520 : : .hash = -1,
87521 : : .state = {
87522 : : .kind = 1,
87523 : : .compact = 1,
87524 : : .ascii = 1,
87525 : : },
87526 : : },
87527 : : ._data = "D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D",
87528 : : };
87529 : : static
87530 : : struct {
87531 : : PyGC_Head _gc_head;
87532 : : struct {
87533 : : PyObject_VAR_HEAD
87534 : : PyObject *ob_item[1];
87535 : : }_object;
87536 : : }
87537 : : _collections_abc_toplevel_consts_64_consts_10_consts = {
87538 : : ._object = {
87539 : : .ob_base = {
87540 : : .ob_base = {
87541 : : .ob_refcnt = 999999999,
87542 : : .ob_type = &PyTuple_Type,
87543 : : },
87544 : : .ob_size = 1,
87545 : : },
87546 : : .ob_item = {
87547 : : & _collections_abc_toplevel_consts_64_consts_10_consts_0._ascii.ob_base,
87548 : : },
87549 : : },
87550 : : };
87551 : : static
87552 : : struct {
87553 : : PyASCIIObject _ascii;
87554 : : uint8_t _data[11];
87555 : : }
87556 : : const_str_setdefault = {
87557 : : ._ascii = {
87558 : : .ob_base = {
87559 : : .ob_refcnt = 999999999,
87560 : : .ob_type = &PyUnicode_Type,
87561 : : },
87562 : : .length = 10,
87563 : : .hash = -1,
87564 : : .state = {
87565 : : .kind = 1,
87566 : : .compact = 1,
87567 : : .ascii = 1,
87568 : : },
87569 : : },
87570 : : ._data = "setdefault",
87571 : : };
87572 : : static
87573 : : struct {
87574 : : PyASCIIObject _ascii;
87575 : : uint8_t _data[26];
87576 : : }
87577 : : _collections_abc_toplevel_consts_64_consts_10_qualname = {
87578 : : ._ascii = {
87579 : : .ob_base = {
87580 : : .ob_refcnt = 999999999,
87581 : : .ob_type = &PyUnicode_Type,
87582 : : },
87583 : : .length = 25,
87584 : : .hash = -1,
87585 : : .state = {
87586 : : .kind = 1,
87587 : : .compact = 1,
87588 : : .ascii = 1,
87589 : : },
87590 : : },
87591 : : ._data = "MutableMapping.setdefault",
87592 : : };
87593 : : static
87594 : : struct {
87595 : : PyObject_VAR_HEAD
87596 : : Py_hash_t ob_shash;
87597 : : char ob_sval[63];
87598 : : }
87599 : : _collections_abc_toplevel_consts_64_consts_10_linetable = {
87600 : : .ob_base = {
87601 : : .ob_base = {
87602 : : .ob_refcnt = 999999999,
87603 : : .ob_type = &PyBytes_Type,
87604 : : },
87605 : : .ob_size = 62,
87606 : : },
87607 : : .ob_shash = -1,
87608 : : .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",
87609 : : };
87610 : : static
87611 : : struct {
87612 : : PyObject_VAR_HEAD
87613 : : Py_hash_t ob_shash;
87614 : : char ob_sval[13];
87615 : : }
87616 : : _collections_abc_toplevel_consts_64_consts_10_exceptiontable = {
87617 : : .ob_base = {
87618 : : .ob_base = {
87619 : : .ob_refcnt = 999999999,
87620 : : .ob_type = &PyBytes_Type,
87621 : : },
87622 : : .ob_size = 12,
87623 : : },
87624 : : .ob_shash = -1,
87625 : : .ob_sval = "\x82\x07\x0a\x00\x8a\x0f\x1c\x03\x9b\x01\x1c\x03",
87626 : : };
87627 : : static
87628 : : struct _PyCode_DEF(66)
87629 : : _collections_abc_toplevel_consts_64_consts_10 = {
87630 : : .ob_base = {
87631 : : .ob_base = {
87632 : : .ob_refcnt = 999999999,
87633 : : .ob_type = &PyCode_Type,
87634 : : },
87635 : : .ob_size = 33,
87636 : : },
87637 : : .co_consts = & _collections_abc_toplevel_consts_64_consts_10_consts._object.ob_base.ob_base,
87638 : : .co_names = & _collections_abc_toplevel_consts_54_consts_4_names._object.ob_base.ob_base,
87639 : : .co_exceptiontable = & _collections_abc_toplevel_consts_64_consts_10_exceptiontable.ob_base.ob_base,
87640 : : .co_flags = 3,
87641 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87642 : : ._co_linearray_entry_size = 0,
87643 : : .co_argcount = 3,
87644 : : .co_posonlyargcount = 0,
87645 : : .co_kwonlyargcount = 0,
87646 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
87647 : : .co_stacksize = 4,
87648 : : .co_firstlineno = 985,
87649 : : .co_nlocalsplus = 3,
87650 : : .co_nlocals = 3,
87651 : : .co_nplaincellvars = 0,
87652 : : .co_ncellvars = 0,
87653 : : .co_nfreevars = 0,
87654 : : .co_localsplusnames = & _collections_abc_toplevel_consts_54_consts_6_localsplusnames._object.ob_base.ob_base,
87655 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
87656 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87657 : : .co_name = & const_str_setdefault._ascii.ob_base,
87658 : : .co_qualname = & _collections_abc_toplevel_consts_64_consts_10_qualname._ascii.ob_base,
87659 : : .co_linetable = & _collections_abc_toplevel_consts_64_consts_10_linetable.ob_base.ob_base,
87660 : : ._co_code = NULL,
87661 : : ._co_linearray = NULL,
87662 : : .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",
87663 : : ._co_firsttraceable = 0,
87664 : : };
87665 : : static
87666 : : struct {
87667 : : PyGC_Head _gc_head;
87668 : : struct {
87669 : : PyObject_VAR_HEAD
87670 : : PyObject *ob_item[1];
87671 : : }_object;
87672 : : }
87673 : : _collections_abc_toplevel_consts_64_consts_11 = {
87674 : : ._object = {
87675 : : .ob_base = {
87676 : : .ob_base = {
87677 : : .ob_refcnt = 999999999,
87678 : : .ob_type = &PyTuple_Type,
87679 : : },
87680 : : .ob_size = 1,
87681 : : },
87682 : : .ob_item = {
87683 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
87684 : : },
87685 : : },
87686 : : };
87687 : : static
87688 : : struct {
87689 : : PyGC_Head _gc_head;
87690 : : struct {
87691 : : PyObject_VAR_HEAD
87692 : : PyObject *ob_item[13];
87693 : : }_object;
87694 : : }
87695 : : _collections_abc_toplevel_consts_64_consts = {
87696 : : ._object = {
87697 : : .ob_base = {
87698 : : .ob_base = {
87699 : : .ob_refcnt = 999999999,
87700 : : .ob_type = &PyTuple_Type,
87701 : : },
87702 : : .ob_size = 13,
87703 : : },
87704 : : .ob_item = {
87705 : : & const_str_MutableMapping._ascii.ob_base,
87706 : : & _collections_abc_toplevel_consts_64_consts_1._ascii.ob_base,
87707 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
87708 : : & _collections_abc_toplevel_consts_64_consts_3.ob_base.ob_base,
87709 : : & _collections_abc_toplevel_consts_64_consts_4.ob_base.ob_base,
87710 : : & _collections_abc_toplevel_consts_64_consts_5.ob_base.ob_base,
87711 : : & _collections_abc_toplevel_consts_64_consts_6.ob_base.ob_base,
87712 : : & _collections_abc_toplevel_consts_64_consts_7.ob_base.ob_base,
87713 : : & _collections_abc_toplevel_consts_64_consts_8.ob_base.ob_base,
87714 : : Py_None,
87715 : : & _collections_abc_toplevel_consts_64_consts_10.ob_base.ob_base,
87716 : : & _collections_abc_toplevel_consts_64_consts_11._object.ob_base.ob_base,
87717 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87718 : : },
87719 : : },
87720 : : };
87721 : : static
87722 : : struct {
87723 : : PyGC_Head _gc_head;
87724 : : struct {
87725 : : PyObject_VAR_HEAD
87726 : : PyObject *ob_item[15];
87727 : : }_object;
87728 : : }
87729 : : _collections_abc_toplevel_consts_64_names = {
87730 : : ._object = {
87731 : : .ob_base = {
87732 : : .ob_base = {
87733 : : .ob_refcnt = 999999999,
87734 : : .ob_type = &PyTuple_Type,
87735 : : },
87736 : : .ob_size = 15,
87737 : : },
87738 : : .ob_item = {
87739 : : &_Py_ID(__name__),
87740 : : &_Py_ID(__module__),
87741 : : &_Py_ID(__qualname__),
87742 : : &_Py_ID(__doc__),
87743 : : &_Py_ID(__slots__),
87744 : : & const_str_abstractmethod._ascii.ob_base,
87745 : : &_Py_ID(__setitem__),
87746 : : &_Py_ID(__delitem__),
87747 : : & const_str_object._ascii.ob_base,
87748 : : & const_str__MutableMapping__marker._ascii.ob_base,
87749 : : & const_str_pop._ascii.ob_base,
87750 : : & const_str_popitem._ascii.ob_base,
87751 : : &_Py_ID(clear),
87752 : : & const_str_update._ascii.ob_base,
87753 : : & const_str_setdefault._ascii.ob_base,
87754 : : },
87755 : : },
87756 : : };
87757 : : static
87758 : : struct {
87759 : : PyObject_VAR_HEAD
87760 : : Py_hash_t ob_shash;
87761 : : char ob_sval[190];
87762 : : }
87763 : : _collections_abc_toplevel_consts_64_linetable = {
87764 : : .ob_base = {
87765 : : .ob_base = {
87766 : : .ob_refcnt = 999999999,
87767 : : .ob_type = &PyBytes_Type,
87768 : : },
87769 : : .ob_size = 189,
87770 : : },
87771 : : .ob_shash = -1,
87772 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x06\x05\x08\xf0\x00\x06\x05\x08\xf0\x10\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x00\x01\x05\x17\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x17\xf0\x06\x00\x10\x16\x88\x76\x8c\x78\x80\x48\xe0\x1f\x27\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x00\x0c\x05\x19\xf0\x1c\x0a\x05\x1a\xf0\x00\x0a\x05\x1a\xf0\x00\x0a\x05\x1a\xf0\x18\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x00\x1c\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x00\x10\x05\x1e\xf0\x24\x00\x27\x2b\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17\xf0\x00\x06\x05\x17",
87773 : : };
87774 : : static
87775 : : struct _PyCode_DEF(112)
87776 : : _collections_abc_toplevel_consts_64 = {
87777 : : .ob_base = {
87778 : : .ob_base = {
87779 : : .ob_refcnt = 999999999,
87780 : : .ob_type = &PyCode_Type,
87781 : : },
87782 : : .ob_size = 56,
87783 : : },
87784 : : .co_consts = & _collections_abc_toplevel_consts_64_consts._object.ob_base.ob_base,
87785 : : .co_names = & _collections_abc_toplevel_consts_64_names._object.ob_base.ob_base,
87786 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87787 : : .co_flags = 0,
87788 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87789 : : ._co_linearray_entry_size = 0,
87790 : : .co_argcount = 0,
87791 : : .co_posonlyargcount = 0,
87792 : : .co_kwonlyargcount = 0,
87793 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
87794 : : .co_stacksize = 2,
87795 : : .co_firstlineno = 912,
87796 : : .co_nlocalsplus = 0,
87797 : : .co_nlocals = 0,
87798 : : .co_nplaincellvars = 0,
87799 : : .co_ncellvars = 0,
87800 : : .co_nfreevars = 0,
87801 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
87802 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
87803 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87804 : : .co_name = & const_str_MutableMapping._ascii.ob_base,
87805 : : .co_qualname = & const_str_MutableMapping._ascii.ob_base,
87806 : : .co_linetable = & _collections_abc_toplevel_consts_64_linetable.ob_base.ob_base,
87807 : : ._co_code = NULL,
87808 : : ._co_linearray = NULL,
87809 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x02\x00\x65\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x65\x09\x66\x01\x64\x05\x84\x01\x5a\x0a\x64\x06\x84\x00\x5a\x0b\x64\x07\x84\x00\x5a\x0c\x64\x0b\x64\x08\x84\x01\x5a\x0d\x64\x0c\x64\x0a\x84\x01\x5a\x0e\x64\x09\x53\x00",
87810 : : ._co_firsttraceable = 0,
87811 : : };
87812 : : static
87813 : : struct {
87814 : : PyASCIIObject _ascii;
87815 : : uint8_t _data[139];
87816 : : }
87817 : : _collections_abc_toplevel_consts_66_consts_1 = {
87818 : : ._ascii = {
87819 : : .ob_base = {
87820 : : .ob_refcnt = 999999999,
87821 : : .ob_type = &PyUnicode_Type,
87822 : : },
87823 : : .length = 138,
87824 : : .hash = -1,
87825 : : .state = {
87826 : : .kind = 1,
87827 : : .compact = 1,
87828 : : .ascii = 1,
87829 : : },
87830 : : },
87831 : : ._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",
87832 : : };
87833 : : static
87834 : : struct {
87835 : : PyGC_Head _gc_head;
87836 : : struct {
87837 : : PyObject_VAR_HEAD
87838 : : PyObject *ob_item[1];
87839 : : }_object;
87840 : : }
87841 : : _collections_abc_toplevel_consts_66_consts_4_names = {
87842 : : ._object = {
87843 : : .ob_base = {
87844 : : .ob_base = {
87845 : : .ob_refcnt = 999999999,
87846 : : .ob_type = &PyTuple_Type,
87847 : : },
87848 : : .ob_size = 1,
87849 : : },
87850 : : .ob_item = {
87851 : : & const_str_IndexError._ascii.ob_base,
87852 : : },
87853 : : },
87854 : : };
87855 : : static
87856 : : struct {
87857 : : PyASCIIObject _ascii;
87858 : : uint8_t _data[21];
87859 : : }
87860 : : _collections_abc_toplevel_consts_66_consts_4_qualname = {
87861 : : ._ascii = {
87862 : : .ob_base = {
87863 : : .ob_refcnt = 999999999,
87864 : : .ob_type = &PyUnicode_Type,
87865 : : },
87866 : : .length = 20,
87867 : : .hash = -1,
87868 : : .state = {
87869 : : .kind = 1,
87870 : : .compact = 1,
87871 : : .ascii = 1,
87872 : : },
87873 : : },
87874 : : ._data = "Sequence.__getitem__",
87875 : : };
87876 : : static
87877 : : struct {
87878 : : PyObject_VAR_HEAD
87879 : : Py_hash_t ob_shash;
87880 : : char ob_sval[9];
87881 : : }
87882 : : _collections_abc_toplevel_consts_66_consts_4_linetable = {
87883 : : .ob_base = {
87884 : : .ob_base = {
87885 : : .ob_refcnt = 999999999,
87886 : : .ob_type = &PyBytes_Type,
87887 : : },
87888 : : .ob_size = 8,
87889 : : },
87890 : : .ob_shash = -1,
87891 : : .ob_sval = "\x80\x00\xe5\x0e\x18\xd0\x08\x18",
87892 : : };
87893 : : static
87894 : : struct _PyCode_DEF(16)
87895 : : _collections_abc_toplevel_consts_66_consts_4 = {
87896 : : .ob_base = {
87897 : : .ob_base = {
87898 : : .ob_refcnt = 999999999,
87899 : : .ob_type = &PyCode_Type,
87900 : : },
87901 : : .ob_size = 8,
87902 : : },
87903 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
87904 : : .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
87905 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
87906 : : .co_flags = 3,
87907 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
87908 : : ._co_linearray_entry_size = 0,
87909 : : .co_argcount = 2,
87910 : : .co_posonlyargcount = 0,
87911 : : .co_kwonlyargcount = 0,
87912 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
87913 : : .co_stacksize = 1,
87914 : : .co_firstlineno = 1011,
87915 : : .co_nlocalsplus = 2,
87916 : : .co_nlocals = 2,
87917 : : .co_nplaincellvars = 0,
87918 : : .co_ncellvars = 0,
87919 : : .co_nfreevars = 0,
87920 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
87921 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
87922 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
87923 : : .co_name = &_Py_ID(__getitem__),
87924 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_4_qualname._ascii.ob_base,
87925 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
87926 : : ._co_code = NULL,
87927 : : ._co_linearray = NULL,
87928 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
87929 : : ._co_firsttraceable = 0,
87930 : : };
87931 : : static
87932 : : struct {
87933 : : PyGC_Head _gc_head;
87934 : : struct {
87935 : : PyObject_VAR_HEAD
87936 : : PyObject *ob_item[4];
87937 : : }_object;
87938 : : }
87939 : : _collections_abc_toplevel_consts_66_consts_5_consts = {
87940 : : ._object = {
87941 : : .ob_base = {
87942 : : .ob_base = {
87943 : : .ob_refcnt = 999999999,
87944 : : .ob_type = &PyTuple_Type,
87945 : : },
87946 : : .ob_size = 4,
87947 : : },
87948 : : .ob_item = {
87949 : : Py_None,
87950 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
87951 : : Py_True,
87952 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
87953 : : },
87954 : : },
87955 : : };
87956 : : static
87957 : : struct {
87958 : : PyASCIIObject _ascii;
87959 : : uint8_t _data[18];
87960 : : }
87961 : : _collections_abc_toplevel_consts_66_consts_5_qualname = {
87962 : : ._ascii = {
87963 : : .ob_base = {
87964 : : .ob_refcnt = 999999999,
87965 : : .ob_type = &PyUnicode_Type,
87966 : : },
87967 : : .length = 17,
87968 : : .hash = -1,
87969 : : .state = {
87970 : : .kind = 1,
87971 : : .compact = 1,
87972 : : .ascii = 1,
87973 : : },
87974 : : },
87975 : : ._data = "Sequence.__iter__",
87976 : : };
87977 : : static
87978 : : struct {
87979 : : PyObject_VAR_HEAD
87980 : : Py_hash_t ob_shash;
87981 : : char ob_sval[88];
87982 : : }
87983 : : _collections_abc_toplevel_consts_66_consts_5_linetable = {
87984 : : .ob_base = {
87985 : : .ob_base = {
87986 : : .ob_refcnt = 999999999,
87987 : : .ob_type = &PyBytes_Type,
87988 : : },
87989 : : .ob_size = 87,
87990 : : },
87991 : : .ob_shash = -1,
87992 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x0c\x0d\x88\x01\xf0\x02\x06\x09\x13\xd8\x12\x16\xd8\x14\x18\x98\x11\x94\x47\x90\x01\xd8\x16\x17\x90\x07\x90\x07\x90\x07\xd8\x10\x11\x90\x51\x91\x06\x90\x01\xf0\x07\x00\x13\x17\xf8\xf5\x08\x00\x10\x1a\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\x88\x46\xf0\x03\x01\x09\x13\xf8\xf8\xf8",
87993 : : };
87994 : : static
87995 : : struct {
87996 : : PyObject_VAR_HEAD
87997 : : Py_hash_t ob_shash;
87998 : : char ob_sval[13];
87999 : : }
88000 : : _collections_abc_toplevel_consts_66_consts_5_exceptiontable = {
88001 : : .ob_base = {
88002 : : .ob_base = {
88003 : : .ob_refcnt = 999999999,
88004 : : .ob_type = &PyBytes_Type,
88005 : : },
88006 : : .ob_size = 12,
88007 : : },
88008 : : .ob_shash = -1,
88009 : : .ob_sval = "\x86\x13\x19\x00\x99\x0a\x27\x03\xa6\x01\x27\x03",
88010 : : };
88011 : : static
88012 : : struct {
88013 : : PyGC_Head _gc_head;
88014 : : struct {
88015 : : PyObject_VAR_HEAD
88016 : : PyObject *ob_item[3];
88017 : : }_object;
88018 : : }
88019 : : _collections_abc_toplevel_consts_66_consts_5_localsplusnames = {
88020 : : ._object = {
88021 : : .ob_base = {
88022 : : .ob_base = {
88023 : : .ob_refcnt = 999999999,
88024 : : .ob_type = &PyTuple_Type,
88025 : : },
88026 : : .ob_size = 3,
88027 : : },
88028 : : .ob_item = {
88029 : : & const_str_self._ascii.ob_base,
88030 : : & const_str_i._ascii.ob_base,
88031 : : & const_str_v._ascii.ob_base,
88032 : : },
88033 : : },
88034 : : };
88035 : : static
88036 : : struct _PyCode_DEF(84)
88037 : : _collections_abc_toplevel_consts_66_consts_5 = {
88038 : : .ob_base = {
88039 : : .ob_base = {
88040 : : .ob_refcnt = 999999999,
88041 : : .ob_type = &PyCode_Type,
88042 : : },
88043 : : .ob_size = 42,
88044 : : },
88045 : : .co_consts = & _collections_abc_toplevel_consts_66_consts_5_consts._object.ob_base.ob_base,
88046 : : .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
88047 : : .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_5_exceptiontable.ob_base.ob_base,
88048 : : .co_flags = 35,
88049 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88050 : : ._co_linearray_entry_size = 0,
88051 : : .co_argcount = 1,
88052 : : .co_posonlyargcount = 0,
88053 : : .co_kwonlyargcount = 0,
88054 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
88055 : : .co_stacksize = 4,
88056 : : .co_firstlineno = 1015,
88057 : : .co_nlocalsplus = 3,
88058 : : .co_nlocals = 3,
88059 : : .co_nplaincellvars = 0,
88060 : : .co_ncellvars = 0,
88061 : : .co_nfreevars = 0,
88062 : : .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_5_localsplusnames._object.ob_base.ob_base,
88063 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
88064 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88065 : : .co_name = &_Py_ID(__iter__),
88066 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_5_qualname._ascii.ob_base,
88067 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_5_linetable.ob_base.ob_base,
88068 : : ._co_code = NULL,
88069 : : ._co_linearray = NULL,
88070 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x64\x01\x7d\x01\x09\x00\x09\x00\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x96\x01\x97\x01\x01\x00\x7c\x01\x64\x03\x7a\x0d\x00\x00\x7d\x01\x8c\x12\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
88071 : : ._co_firsttraceable = 2,
88072 : : };
88073 : : static
88074 : : struct {
88075 : : PyASCIIObject _ascii;
88076 : : uint8_t _data[22];
88077 : : }
88078 : : _collections_abc_toplevel_consts_66_consts_6_qualname = {
88079 : : ._ascii = {
88080 : : .ob_base = {
88081 : : .ob_refcnt = 999999999,
88082 : : .ob_type = &PyUnicode_Type,
88083 : : },
88084 : : .length = 21,
88085 : : .hash = -1,
88086 : : .state = {
88087 : : .kind = 1,
88088 : : .compact = 1,
88089 : : .ascii = 1,
88090 : : },
88091 : : },
88092 : : ._data = "Sequence.__contains__",
88093 : : };
88094 : : static
88095 : : struct {
88096 : : PyObject_VAR_HEAD
88097 : : Py_hash_t ob_shash;
88098 : : char ob_sval[53];
88099 : : }
88100 : : _collections_abc_toplevel_consts_66_consts_6_linetable = {
88101 : : .ob_base = {
88102 : : .ob_base = {
88103 : : .ob_refcnt = 999999999,
88104 : : .ob_type = &PyBytes_Type,
88105 : : },
88106 : : .ob_size = 52,
88107 : : },
88108 : : .ob_shash = -1,
88109 : : .ob_sval = "\x80\x00\xd8\x11\x15\xf0\x00\x02\x09\x1c\xf1\x00\x02\x09\x1c\x88\x41\xd8\x0f\x10\x90\x45\x88\x7a\xf0\x00\x01\x0d\x1c\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\x90\x74\xd8\x0f\x14\x88\x75",
88110 : : };
88111 : : static
88112 : : struct {
88113 : : PyGC_Head _gc_head;
88114 : : struct {
88115 : : PyObject_VAR_HEAD
88116 : : PyObject *ob_item[3];
88117 : : }_object;
88118 : : }
88119 : : _collections_abc_toplevel_consts_66_consts_6_localsplusnames = {
88120 : : ._object = {
88121 : : .ob_base = {
88122 : : .ob_base = {
88123 : : .ob_refcnt = 999999999,
88124 : : .ob_type = &PyTuple_Type,
88125 : : },
88126 : : .ob_size = 3,
88127 : : },
88128 : : .ob_item = {
88129 : : & const_str_self._ascii.ob_base,
88130 : : & const_str_value._ascii.ob_base,
88131 : : & const_str_v._ascii.ob_base,
88132 : : },
88133 : : },
88134 : : };
88135 : : static
88136 : : struct _PyCode_DEF(42)
88137 : : _collections_abc_toplevel_consts_66_consts_6 = {
88138 : : .ob_base = {
88139 : : .ob_base = {
88140 : : .ob_refcnt = 999999999,
88141 : : .ob_type = &PyCode_Type,
88142 : : },
88143 : : .ob_size = 21,
88144 : : },
88145 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
88146 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
88147 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88148 : : .co_flags = 3,
88149 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88150 : : ._co_linearray_entry_size = 0,
88151 : : .co_argcount = 2,
88152 : : .co_posonlyargcount = 0,
88153 : : .co_kwonlyargcount = 0,
88154 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
88155 : : .co_stacksize = 3,
88156 : : .co_firstlineno = 1025,
88157 : : .co_nlocalsplus = 3,
88158 : : .co_nlocals = 3,
88159 : : .co_nplaincellvars = 0,
88160 : : .co_ncellvars = 0,
88161 : : .co_nfreevars = 0,
88162 : : .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_6_localsplusnames._object.ob_base.ob_base,
88163 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
88164 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88165 : : .co_name = &_Py_ID(__contains__),
88166 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_6_qualname._ascii.ob_base,
88167 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_6_linetable.ob_base.ob_base,
88168 : : ._co_code = NULL,
88169 : : ._co_linearray = NULL,
88170 : : .co_code_adaptive = "\x97\x00\x7c\x00\x44\x00\x5d\x0e\x00\x00\x7d\x02\x7c\x02\x7c\x01\x75\x00\x73\x06\x7c\x02\x7c\x01\x6b\x02\x00\x00\x00\x00\xaf\x0d\x01\x00\x64\x01\x53\x00\x64\x02\x53\x00",
88171 : : ._co_firsttraceable = 0,
88172 : : };
88173 : : static
88174 : : struct {
88175 : : PyASCIIObject _ascii;
88176 : : uint8_t _data[6];
88177 : : }
88178 : : const_str_range = {
88179 : : ._ascii = {
88180 : : .ob_base = {
88181 : : .ob_refcnt = 999999999,
88182 : : .ob_type = &PyUnicode_Type,
88183 : : },
88184 : : .length = 5,
88185 : : .hash = -1,
88186 : : .state = {
88187 : : .kind = 1,
88188 : : .compact = 1,
88189 : : .ascii = 1,
88190 : : },
88191 : : },
88192 : : ._data = "range",
88193 : : };
88194 : : static
88195 : : struct {
88196 : : PyGC_Head _gc_head;
88197 : : struct {
88198 : : PyObject_VAR_HEAD
88199 : : PyObject *ob_item[3];
88200 : : }_object;
88201 : : }
88202 : : _collections_abc_toplevel_consts_66_consts_7_names = {
88203 : : ._object = {
88204 : : .ob_base = {
88205 : : .ob_base = {
88206 : : .ob_refcnt = 999999999,
88207 : : .ob_type = &PyTuple_Type,
88208 : : },
88209 : : .ob_size = 3,
88210 : : },
88211 : : .ob_item = {
88212 : : &_Py_ID(reversed),
88213 : : & const_str_range._ascii.ob_base,
88214 : : &_Py_ID(len),
88215 : : },
88216 : : },
88217 : : };
88218 : : static
88219 : : struct {
88220 : : PyASCIIObject _ascii;
88221 : : uint8_t _data[22];
88222 : : }
88223 : : _collections_abc_toplevel_consts_66_consts_7_qualname = {
88224 : : ._ascii = {
88225 : : .ob_base = {
88226 : : .ob_refcnt = 999999999,
88227 : : .ob_type = &PyUnicode_Type,
88228 : : },
88229 : : .length = 21,
88230 : : .hash = -1,
88231 : : .state = {
88232 : : .kind = 1,
88233 : : .compact = 1,
88234 : : .ascii = 1,
88235 : : },
88236 : : },
88237 : : ._data = "Sequence.__reversed__",
88238 : : };
88239 : : static
88240 : : struct {
88241 : : PyObject_VAR_HEAD
88242 : : Py_hash_t ob_shash;
88243 : : char ob_sval[61];
88244 : : }
88245 : : _collections_abc_toplevel_consts_66_consts_7_linetable = {
88246 : : .ob_base = {
88247 : : .ob_base = {
88248 : : .ob_refcnt = 999999999,
88249 : : .ob_type = &PyBytes_Type,
88250 : : },
88251 : : .ob_size = 60,
88252 : : },
88253 : : .ob_shash = -1,
88254 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xdd\x11\x19\x9d\x25\xa5\x03\xa0\x44\xa4\x09\xd4\x1a\x2a\xd4\x11\x2b\xf0\x00\x01\x09\x1a\xf1\x00\x01\x09\x1a\x88\x41\xd8\x12\x16\x90\x71\x94\x27\x88\x4d\x88\x4d\x88\x4d\x88\x4d\xf0\x03\x01\x09\x1a\xf0\x00\x01\x09\x1a",
88255 : : };
88256 : : static
88257 : : struct {
88258 : : PyGC_Head _gc_head;
88259 : : struct {
88260 : : PyObject_VAR_HEAD
88261 : : PyObject *ob_item[2];
88262 : : }_object;
88263 : : }
88264 : : _collections_abc_toplevel_consts_66_consts_7_localsplusnames = {
88265 : : ._object = {
88266 : : .ob_base = {
88267 : : .ob_base = {
88268 : : .ob_refcnt = 999999999,
88269 : : .ob_type = &PyTuple_Type,
88270 : : },
88271 : : .ob_size = 2,
88272 : : },
88273 : : .ob_item = {
88274 : : & const_str_self._ascii.ob_base,
88275 : : & const_str_i._ascii.ob_base,
88276 : : },
88277 : : },
88278 : : };
88279 : : static
88280 : : struct _PyCode_DEF(108)
88281 : : _collections_abc_toplevel_consts_66_consts_7 = {
88282 : : .ob_base = {
88283 : : .ob_base = {
88284 : : .ob_refcnt = 999999999,
88285 : : .ob_type = &PyCode_Type,
88286 : : },
88287 : : .ob_size = 54,
88288 : : },
88289 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
88290 : : .co_names = & _collections_abc_toplevel_consts_66_consts_7_names._object.ob_base.ob_base,
88291 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88292 : : .co_flags = 35,
88293 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88294 : : ._co_linearray_entry_size = 0,
88295 : : .co_argcount = 1,
88296 : : .co_posonlyargcount = 0,
88297 : : .co_kwonlyargcount = 0,
88298 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
88299 : : .co_stacksize = 7,
88300 : : .co_firstlineno = 1031,
88301 : : .co_nlocalsplus = 2,
88302 : : .co_nlocals = 2,
88303 : : .co_nplaincellvars = 0,
88304 : : .co_ncellvars = 0,
88305 : : .co_nfreevars = 0,
88306 : : .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_7_localsplusnames._object.ob_base.ob_base,
88307 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
88308 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88309 : : .co_name = &_Py_ID(__reversed__),
88310 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_7_qualname._ascii.ob_base,
88311 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_7_linetable.ob_base.ob_base,
88312 : : ._co_code = NULL,
88313 : : ._co_linearray = NULL,
88314 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0e\x64\x00\x53\x00",
88315 : : ._co_firsttraceable = 2,
88316 : : };
88317 : : static
88318 : : struct {
88319 : : PyASCIIObject _ascii;
88320 : : uint8_t _data[231];
88321 : : }
88322 : : _collections_abc_toplevel_consts_66_consts_10_consts_0 = {
88323 : : ._ascii = {
88324 : : .ob_base = {
88325 : : .ob_refcnt = 999999999,
88326 : : .ob_type = &PyUnicode_Type,
88327 : : },
88328 : : .length = 230,
88329 : : .hash = -1,
88330 : : .state = {
88331 : : .kind = 1,
88332 : : .compact = 1,
88333 : : .ascii = 1,
88334 : : },
88335 : : },
88336 : : ._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",
88337 : : };
88338 : : static
88339 : : struct {
88340 : : PyGC_Head _gc_head;
88341 : : struct {
88342 : : PyObject_VAR_HEAD
88343 : : PyObject *ob_item[4];
88344 : : }_object;
88345 : : }
88346 : : _collections_abc_toplevel_consts_66_consts_10_consts = {
88347 : : ._object = {
88348 : : .ob_base = {
88349 : : .ob_base = {
88350 : : .ob_refcnt = 999999999,
88351 : : .ob_type = &PyTuple_Type,
88352 : : },
88353 : : .ob_size = 4,
88354 : : },
88355 : : .ob_item = {
88356 : : & _collections_abc_toplevel_consts_66_consts_10_consts_0._ascii.ob_base,
88357 : : Py_None,
88358 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
88359 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
88360 : : },
88361 : : },
88362 : : };
88363 : : static
88364 : : struct {
88365 : : PyGC_Head _gc_head;
88366 : : struct {
88367 : : PyObject_VAR_HEAD
88368 : : PyObject *ob_item[4];
88369 : : }_object;
88370 : : }
88371 : : _collections_abc_toplevel_consts_66_consts_10_names = {
88372 : : ._object = {
88373 : : .ob_base = {
88374 : : .ob_base = {
88375 : : .ob_refcnt = 999999999,
88376 : : .ob_type = &PyTuple_Type,
88377 : : },
88378 : : .ob_size = 4,
88379 : : },
88380 : : .ob_item = {
88381 : : & const_str_max._ascii.ob_base,
88382 : : &_Py_ID(len),
88383 : : & const_str_IndexError._ascii.ob_base,
88384 : : & const_str_ValueError._ascii.ob_base,
88385 : : },
88386 : : },
88387 : : };
88388 : : static
88389 : : struct {
88390 : : PyASCIIObject _ascii;
88391 : : uint8_t _data[15];
88392 : : }
88393 : : _collections_abc_toplevel_consts_66_consts_10_qualname = {
88394 : : ._ascii = {
88395 : : .ob_base = {
88396 : : .ob_refcnt = 999999999,
88397 : : .ob_type = &PyUnicode_Type,
88398 : : },
88399 : : .length = 14,
88400 : : .hash = -1,
88401 : : .state = {
88402 : : .kind = 1,
88403 : : .compact = 1,
88404 : : .ascii = 1,
88405 : : },
88406 : : },
88407 : : ._data = "Sequence.index",
88408 : : };
88409 : : static
88410 : : struct {
88411 : : PyObject_VAR_HEAD
88412 : : Py_hash_t ob_shash;
88413 : : char ob_sval[218];
88414 : : }
88415 : : _collections_abc_toplevel_consts_66_consts_10_linetable = {
88416 : : .ob_base = {
88417 : : .ob_base = {
88418 : : .ob_refcnt = 999999999,
88419 : : .ob_type = &PyBytes_Type,
88420 : : },
88421 : : .ob_size = 217,
88422 : : },
88423 : : .ob_shash = -1,
88424 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x0c\x11\xf0\x00\x01\x09\x2e\xa0\x15\xa8\x11\xa2\x19\xf0\x00\x01\x09\x2e\xdd\x14\x17\x9d\x03\x98\x44\x9c\x09\xa0\x45\xd1\x18\x29\xa8\x31\xd4\x14\x2d\x88\x45\xd8\x0b\x0f\xf0\x00\x01\x09\x1e\xa0\x04\xa0\x71\xa2\x08\xf0\x00\x01\x09\x1e\xd8\x0c\x10\x95\x43\x98\x04\x94\x49\xd1\x0c\x1d\x88\x44\xe0\x0c\x11\x88\x01\xd8\x0e\x12\xf0\x00\x07\x09\x13\x98\x61\xa0\x24\x9a\x68\xf0\x00\x07\x09\x13\xf0\x02\x03\x0d\x16\xd8\x14\x18\x98\x11\x94\x47\x90\x01\xf0\x06\x00\x10\x11\x90\x45\x88\x7a\xf0\x00\x01\x0d\x19\x98\x51\xa0\x25\x9a\x5a\xf0\x00\x01\x0d\x19\xd8\x17\x18\x90\x08\xd8\x0c\x0d\x90\x11\x89\x46\x88\x41\xf0\x0f\x00\x0f\x13\xf0\x00\x07\x09\x13\x98\x61\xa0\x24\x9a\x68\xf0\x00\x07\x09\x13\xf5\x10\x00\x0f\x19\xd0\x08\x18\xf8\xf5\x0b\x00\x14\x1e\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\xf0\x03\x01\x0d\x16\xf8\xf8\xf8",
88425 : : };
88426 : : static
88427 : : struct {
88428 : : PyObject_VAR_HEAD
88429 : : Py_hash_t ob_shash;
88430 : : char ob_sval[19];
88431 : : }
88432 : : _collections_abc_toplevel_consts_66_consts_10_exceptiontable = {
88433 : : .ob_base = {
88434 : : .ob_base = {
88435 : : .ob_refcnt = 999999999,
88436 : : .ob_type = &PyBytes_Type,
88437 : : },
88438 : : .ob_size = 18,
88439 : : },
88440 : : .ob_shash = -1,
88441 : : .ob_sval = "\xc1\x08\x08\x41\x30\x00\xc1\x30\x0a\x41\x3d\x03\xc1\x3c\x01\x41\x3d\x03",
88442 : : };
88443 : : static
88444 : : struct {
88445 : : PyASCIIObject _ascii;
88446 : : uint8_t _data[5];
88447 : : }
88448 : : const_str_stop = {
88449 : : ._ascii = {
88450 : : .ob_base = {
88451 : : .ob_refcnt = 999999999,
88452 : : .ob_type = &PyUnicode_Type,
88453 : : },
88454 : : .length = 4,
88455 : : .hash = -1,
88456 : : .state = {
88457 : : .kind = 1,
88458 : : .compact = 1,
88459 : : .ascii = 1,
88460 : : },
88461 : : },
88462 : : ._data = "stop",
88463 : : };
88464 : : static
88465 : : struct {
88466 : : PyGC_Head _gc_head;
88467 : : struct {
88468 : : PyObject_VAR_HEAD
88469 : : PyObject *ob_item[6];
88470 : : }_object;
88471 : : }
88472 : : _collections_abc_toplevel_consts_66_consts_10_localsplusnames = {
88473 : : ._object = {
88474 : : .ob_base = {
88475 : : .ob_base = {
88476 : : .ob_refcnt = 999999999,
88477 : : .ob_type = &PyTuple_Type,
88478 : : },
88479 : : .ob_size = 6,
88480 : : },
88481 : : .ob_item = {
88482 : : & const_str_self._ascii.ob_base,
88483 : : & const_str_value._ascii.ob_base,
88484 : : & const_str_start._ascii.ob_base,
88485 : : & const_str_stop._ascii.ob_base,
88486 : : & const_str_i._ascii.ob_base,
88487 : : & const_str_v._ascii.ob_base,
88488 : : },
88489 : : },
88490 : : };
88491 : : static
88492 : : struct _PyCode_DEF(256)
88493 : : _collections_abc_toplevel_consts_66_consts_10 = {
88494 : : .ob_base = {
88495 : : .ob_base = {
88496 : : .ob_refcnt = 999999999,
88497 : : .ob_type = &PyCode_Type,
88498 : : },
88499 : : .ob_size = 128,
88500 : : },
88501 : : .co_consts = & _collections_abc_toplevel_consts_66_consts_10_consts._object.ob_base.ob_base,
88502 : : .co_names = & _collections_abc_toplevel_consts_66_consts_10_names._object.ob_base.ob_base,
88503 : : .co_exceptiontable = & _collections_abc_toplevel_consts_66_consts_10_exceptiontable.ob_base.ob_base,
88504 : : .co_flags = 3,
88505 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88506 : : ._co_linearray_entry_size = 0,
88507 : : .co_argcount = 4,
88508 : : .co_posonlyargcount = 0,
88509 : : .co_kwonlyargcount = 0,
88510 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
88511 : : .co_stacksize = 5,
88512 : : .co_firstlineno = 1035,
88513 : : .co_nlocalsplus = 6,
88514 : : .co_nlocals = 6,
88515 : : .co_nplaincellvars = 0,
88516 : : .co_ncellvars = 0,
88517 : : .co_nfreevars = 0,
88518 : : .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_10_localsplusnames._object.ob_base.ob_base,
88519 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
88520 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88521 : : .co_name = & const_str_index._ascii.ob_base,
88522 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_10_qualname._ascii.ob_base,
88523 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_10_linetable.ob_base.ob_base,
88524 : : ._co_code = NULL,
88525 : : ._co_linearray = NULL,
88526 : : .co_code_adaptive = "\x97\x00\x7c\x02\x81\x22\x7c\x02\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x1c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7a\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x03\x81\x16\x7c\x03\x64\x02\x6b\x00\x00\x00\x00\x00\x72\x10\x7c\x03\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x03\x7c\x02\x7d\x04\x7c\x03\x81\x06\x7c\x04\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x22\x09\x00\x7c\x00\x7c\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x01\x75\x00\x73\x06\x7c\x05\x7c\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x04\x53\x00\x7c\x04\x64\x03\x7a\x0d\x00\x00\x7d\x04\x7c\x03\xae\x1c\x7c\x04\x7c\x03\x6b\x00\x00\x00\x00\x00\xb0\x22\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x13\x77\x00\x78\x03\x59\x00\x77\x01",
88527 : : ._co_firsttraceable = 0,
88528 : : };
88529 : : static
88530 : : struct {
88531 : : PyASCIIObject _ascii;
88532 : : uint8_t _data[67];
88533 : : }
88534 : : _collections_abc_toplevel_consts_66_consts_11_consts_0 = {
88535 : : ._ascii = {
88536 : : .ob_base = {
88537 : : .ob_refcnt = 999999999,
88538 : : .ob_type = &PyUnicode_Type,
88539 : : },
88540 : : .length = 66,
88541 : : .hash = -1,
88542 : : .state = {
88543 : : .kind = 1,
88544 : : .compact = 1,
88545 : : .ascii = 1,
88546 : : },
88547 : : },
88548 : : ._data = "S.count(value) -> integer -- return number of occurrences of value",
88549 : : };
88550 : : static
88551 : : struct {
88552 : : PyASCIIObject _ascii;
88553 : : uint8_t _data[34];
88554 : : }
88555 : : _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname = {
88556 : : ._ascii = {
88557 : : .ob_base = {
88558 : : .ob_refcnt = 999999999,
88559 : : .ob_type = &PyUnicode_Type,
88560 : : },
88561 : : .length = 33,
88562 : : .hash = -1,
88563 : : .state = {
88564 : : .kind = 1,
88565 : : .compact = 1,
88566 : : .ascii = 1,
88567 : : },
88568 : : },
88569 : : ._data = "Sequence.count.<locals>.<genexpr>",
88570 : : };
88571 : : static
88572 : : struct {
88573 : : PyObject_VAR_HEAD
88574 : : Py_hash_t ob_shash;
88575 : : char ob_sval[54];
88576 : : }
88577 : : _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable = {
88578 : : .ob_base = {
88579 : : .ob_base = {
88580 : : .ob_refcnt = 999999999,
88581 : : .ob_type = &PyBytes_Type,
88582 : : },
88583 : : .ob_size = 53,
88584 : : },
88585 : : .ob_shash = -1,
88586 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x12\x3f\xd1\x12\x3f\x98\x11\xa0\x61\xa8\x35\xa0\x6a\xd0\x12\x3f\xb0\x41\xb8\x15\xb2\x4a\xd0\x12\x3f\x90\x31\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f",
88587 : : };
88588 : : static
88589 : : struct {
88590 : : PyGC_Head _gc_head;
88591 : : struct {
88592 : : PyObject_VAR_HEAD
88593 : : PyObject *ob_item[3];
88594 : : }_object;
88595 : : }
88596 : : _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames = {
88597 : : ._object = {
88598 : : .ob_base = {
88599 : : .ob_base = {
88600 : : .ob_refcnt = 999999999,
88601 : : .ob_type = &PyTuple_Type,
88602 : : },
88603 : : .ob_size = 3,
88604 : : },
88605 : : .ob_item = {
88606 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
88607 : : & const_str_v._ascii.ob_base,
88608 : : & const_str_value._ascii.ob_base,
88609 : : },
88610 : : },
88611 : : };
88612 : : static
88613 : : struct _PyCode_DEF(50)
88614 : : _collections_abc_toplevel_consts_66_consts_11_consts_1 = {
88615 : : .ob_base = {
88616 : : .ob_base = {
88617 : : .ob_refcnt = 999999999,
88618 : : .ob_type = &PyCode_Type,
88619 : : },
88620 : : .ob_size = 25,
88621 : : },
88622 : : .co_consts = & importlib__bootstrap_external_toplevel_consts_6_consts._object.ob_base.ob_base,
88623 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
88624 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88625 : : .co_flags = 51,
88626 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88627 : : ._co_linearray_entry_size = 0,
88628 : : .co_argcount = 1,
88629 : : .co_posonlyargcount = 0,
88630 : : .co_kwonlyargcount = 0,
88631 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
88632 : : .co_stacksize = 3,
88633 : : .co_firstlineno = 1060,
88634 : : .co_nlocalsplus = 3,
88635 : : .co_nlocals = 2,
88636 : : .co_nplaincellvars = 0,
88637 : : .co_ncellvars = 0,
88638 : : .co_nfreevars = 1,
88639 : : .co_localsplusnames = & _collections_abc_toplevel_consts_66_consts_11_consts_1_localsplusnames._object.ob_base.ob_base,
88640 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
88641 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88642 : : .co_name = &_Py_STR(anon_genexpr),
88643 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_consts_1_qualname._ascii.ob_base,
88644 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_consts_1_linetable.ob_base.ob_base,
88645 : : ._co_code = NULL,
88646 : : ._co_linearray = NULL,
88647 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x10\x00\x00\x7d\x01\x7c\x01\x89\x02\x75\x00\x73\x06\x7c\x01\x89\x02\x6b\x02\x00\x00\x00\x00\xaf\x0d\x64\x00\x96\x02\x97\x01\x01\x00\x8c\x12\x64\x01\x53\x00",
88648 : : ._co_firsttraceable = 3,
88649 : : };
88650 : : static
88651 : : struct {
88652 : : PyGC_Head _gc_head;
88653 : : struct {
88654 : : PyObject_VAR_HEAD
88655 : : PyObject *ob_item[2];
88656 : : }_object;
88657 : : }
88658 : : _collections_abc_toplevel_consts_66_consts_11_consts = {
88659 : : ._object = {
88660 : : .ob_base = {
88661 : : .ob_base = {
88662 : : .ob_refcnt = 999999999,
88663 : : .ob_type = &PyTuple_Type,
88664 : : },
88665 : : .ob_size = 2,
88666 : : },
88667 : : .ob_item = {
88668 : : & _collections_abc_toplevel_consts_66_consts_11_consts_0._ascii.ob_base,
88669 : : & _collections_abc_toplevel_consts_66_consts_11_consts_1.ob_base.ob_base,
88670 : : },
88671 : : },
88672 : : };
88673 : : static
88674 : : struct {
88675 : : PyASCIIObject _ascii;
88676 : : uint8_t _data[4];
88677 : : }
88678 : : const_str_sum = {
88679 : : ._ascii = {
88680 : : .ob_base = {
88681 : : .ob_refcnt = 999999999,
88682 : : .ob_type = &PyUnicode_Type,
88683 : : },
88684 : : .length = 3,
88685 : : .hash = -1,
88686 : : .state = {
88687 : : .kind = 1,
88688 : : .compact = 1,
88689 : : .ascii = 1,
88690 : : },
88691 : : },
88692 : : ._data = "sum",
88693 : : };
88694 : : static
88695 : : struct {
88696 : : PyGC_Head _gc_head;
88697 : : struct {
88698 : : PyObject_VAR_HEAD
88699 : : PyObject *ob_item[1];
88700 : : }_object;
88701 : : }
88702 : : _collections_abc_toplevel_consts_66_consts_11_names = {
88703 : : ._object = {
88704 : : .ob_base = {
88705 : : .ob_base = {
88706 : : .ob_refcnt = 999999999,
88707 : : .ob_type = &PyTuple_Type,
88708 : : },
88709 : : .ob_size = 1,
88710 : : },
88711 : : .ob_item = {
88712 : : & const_str_sum._ascii.ob_base,
88713 : : },
88714 : : },
88715 : : };
88716 : : static
88717 : : struct {
88718 : : PyASCIIObject _ascii;
88719 : : uint8_t _data[15];
88720 : : }
88721 : : _collections_abc_toplevel_consts_66_consts_11_qualname = {
88722 : : ._ascii = {
88723 : : .ob_base = {
88724 : : .ob_refcnt = 999999999,
88725 : : .ob_type = &PyUnicode_Type,
88726 : : },
88727 : : .length = 14,
88728 : : .hash = -1,
88729 : : .state = {
88730 : : .kind = 1,
88731 : : .compact = 1,
88732 : : .ascii = 1,
88733 : : },
88734 : : },
88735 : : ._data = "Sequence.count",
88736 : : };
88737 : : static
88738 : : struct {
88739 : : PyObject_VAR_HEAD
88740 : : Py_hash_t ob_shash;
88741 : : char ob_sval[33];
88742 : : }
88743 : : _collections_abc_toplevel_consts_66_consts_11_linetable = {
88744 : : .ob_base = {
88745 : : .ob_base = {
88746 : : .ob_refcnt = 999999999,
88747 : : .ob_type = &PyBytes_Type,
88748 : : },
88749 : : .ob_size = 32,
88750 : : },
88751 : : .ob_shash = -1,
88752 : : .ob_sval = "\xf8\x80\x00\xe5\x0f\x12\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\xd0\x12\x3f\x98\x64\xd0\x12\x3f\xd4\x12\x3f\xd4\x0f\x3f\xd0\x08\x3f",
88753 : : };
88754 : : static
88755 : : struct _PyCode_DEF(50)
88756 : : _collections_abc_toplevel_consts_66_consts_11 = {
88757 : : .ob_base = {
88758 : : .ob_base = {
88759 : : .ob_refcnt = 999999999,
88760 : : .ob_type = &PyCode_Type,
88761 : : },
88762 : : .ob_size = 25,
88763 : : },
88764 : : .co_consts = & _collections_abc_toplevel_consts_66_consts_11_consts._object.ob_base.ob_base,
88765 : : .co_names = & _collections_abc_toplevel_consts_66_consts_11_names._object.ob_base.ob_base,
88766 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88767 : : .co_flags = 3,
88768 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88769 : : ._co_linearray_entry_size = 0,
88770 : : .co_argcount = 2,
88771 : : .co_posonlyargcount = 0,
88772 : : .co_kwonlyargcount = 0,
88773 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
88774 : : .co_stacksize = 4,
88775 : : .co_firstlineno = 1058,
88776 : : .co_nlocalsplus = 2,
88777 : : .co_nlocals = 2,
88778 : : .co_nplaincellvars = 0,
88779 : : .co_ncellvars = 1,
88780 : : .co_nfreevars = 0,
88781 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
88782 : : .co_localspluskinds = & _collections_abc_toplevel_consts_50_consts_12_localspluskinds.ob_base.ob_base,
88783 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88784 : : .co_name = & const_str_count._ascii.ob_base,
88785 : : .co_qualname = & _collections_abc_toplevel_consts_66_consts_11_qualname._ascii.ob_base,
88786 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_11_linetable.ob_base.ob_base,
88787 : : ._co_code = NULL,
88788 : : ._co_linearray = NULL,
88789 : : .co_code_adaptive = "\x87\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x01\x66\x01\x64\x01\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
88790 : : ._co_firsttraceable = 1,
88791 : : };
88792 : : static
88793 : : struct {
88794 : : PyGC_Head _gc_head;
88795 : : struct {
88796 : : PyObject_VAR_HEAD
88797 : : PyObject *ob_item[2];
88798 : : }_object;
88799 : : }
88800 : : _collections_abc_toplevel_consts_66_consts_12 = {
88801 : : ._object = {
88802 : : .ob_base = {
88803 : : .ob_base = {
88804 : : .ob_refcnt = 999999999,
88805 : : .ob_type = &PyTuple_Type,
88806 : : },
88807 : : .ob_size = 2,
88808 : : },
88809 : : .ob_item = {
88810 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
88811 : : Py_None,
88812 : : },
88813 : : },
88814 : : };
88815 : : static
88816 : : struct {
88817 : : PyGC_Head _gc_head;
88818 : : struct {
88819 : : PyObject_VAR_HEAD
88820 : : PyObject *ob_item[13];
88821 : : }_object;
88822 : : }
88823 : : _collections_abc_toplevel_consts_66_consts = {
88824 : : ._object = {
88825 : : .ob_base = {
88826 : : .ob_base = {
88827 : : .ob_refcnt = 999999999,
88828 : : .ob_type = &PyTuple_Type,
88829 : : },
88830 : : .ob_size = 13,
88831 : : },
88832 : : .ob_item = {
88833 : : & const_str_Sequence._ascii.ob_base,
88834 : : & _collections_abc_toplevel_consts_66_consts_1._ascii.ob_base,
88835 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
88836 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
88837 : : & _collections_abc_toplevel_consts_66_consts_4.ob_base.ob_base,
88838 : : & _collections_abc_toplevel_consts_66_consts_5.ob_base.ob_base,
88839 : : & _collections_abc_toplevel_consts_66_consts_6.ob_base.ob_base,
88840 : : & _collections_abc_toplevel_consts_66_consts_7.ob_base.ob_base,
88841 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
88842 : : Py_None,
88843 : : & _collections_abc_toplevel_consts_66_consts_10.ob_base.ob_base,
88844 : : & _collections_abc_toplevel_consts_66_consts_11.ob_base.ob_base,
88845 : : & _collections_abc_toplevel_consts_66_consts_12._object.ob_base.ob_base,
88846 : : },
88847 : : },
88848 : : };
88849 : : static
88850 : : struct {
88851 : : PyGC_Head _gc_head;
88852 : : struct {
88853 : : PyObject_VAR_HEAD
88854 : : PyObject *ob_item[13];
88855 : : }_object;
88856 : : }
88857 : : _collections_abc_toplevel_consts_66_names = {
88858 : : ._object = {
88859 : : .ob_base = {
88860 : : .ob_base = {
88861 : : .ob_refcnt = 999999999,
88862 : : .ob_type = &PyTuple_Type,
88863 : : },
88864 : : .ob_size = 13,
88865 : : },
88866 : : .ob_item = {
88867 : : &_Py_ID(__name__),
88868 : : &_Py_ID(__module__),
88869 : : &_Py_ID(__qualname__),
88870 : : &_Py_ID(__doc__),
88871 : : &_Py_ID(__slots__),
88872 : : &_Py_ID(__abc_tpflags__),
88873 : : & const_str_abstractmethod._ascii.ob_base,
88874 : : &_Py_ID(__getitem__),
88875 : : &_Py_ID(__iter__),
88876 : : &_Py_ID(__contains__),
88877 : : &_Py_ID(__reversed__),
88878 : : & const_str_index._ascii.ob_base,
88879 : : & const_str_count._ascii.ob_base,
88880 : : },
88881 : : },
88882 : : };
88883 : : static
88884 : : struct {
88885 : : PyObject_VAR_HEAD
88886 : : Py_hash_t ob_shash;
88887 : : char ob_sval[153];
88888 : : }
88889 : : _collections_abc_toplevel_consts_66_linetable = {
88890 : : .ob_base = {
88891 : : .ob_base = {
88892 : : .ob_refcnt = 999999999,
88893 : : .ob_type = &PyBytes_Type,
88894 : : },
88895 : : .ob_size = 152,
88896 : : },
88897 : : .ob_shash = -1,
88898 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x00\x11\x13\x80\x49\xf0\x06\x00\x17\x1d\x80\x4f\xe0\x05\x13\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x08\x05\x13\xf0\x00\x08\x05\x13\xf0\x00\x08\x05\x13\xf0\x14\x04\x05\x15\xf0\x00\x04\x05\x15\xf0\x00\x04\x05\x15\xf0\x0c\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x00\x02\x05\x1a\xf0\x08\x00\x22\x23\xf0\x00\x15\x05\x19\xf0\x00\x15\x05\x19\xf0\x00\x15\x05\x19\xf0\x2e\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01",
88899 : : };
88900 : : static
88901 : : struct _PyCode_DEF(76)
88902 : : _collections_abc_toplevel_consts_66 = {
88903 : : .ob_base = {
88904 : : .ob_base = {
88905 : : .ob_refcnt = 999999999,
88906 : : .ob_type = &PyCode_Type,
88907 : : },
88908 : : .ob_size = 38,
88909 : : },
88910 : : .co_consts = & _collections_abc_toplevel_consts_66_consts._object.ob_base.ob_base,
88911 : : .co_names = & _collections_abc_toplevel_consts_66_names._object.ob_base.ob_base,
88912 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
88913 : : .co_flags = 0,
88914 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
88915 : : ._co_linearray_entry_size = 0,
88916 : : .co_argcount = 0,
88917 : : .co_posonlyargcount = 0,
88918 : : .co_kwonlyargcount = 0,
88919 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
88920 : : .co_stacksize = 2,
88921 : : .co_firstlineno = 999,
88922 : : .co_nlocalsplus = 0,
88923 : : .co_nlocals = 0,
88924 : : .co_nplaincellvars = 0,
88925 : : .co_ncellvars = 0,
88926 : : .co_nfreevars = 0,
88927 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
88928 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
88929 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
88930 : : .co_name = & const_str_Sequence._ascii.ob_base,
88931 : : .co_qualname = & const_str_Sequence._ascii.ob_base,
88932 : : .co_linetable = & _collections_abc_toplevel_consts_66_linetable.ob_base.ob_base,
88933 : : ._co_code = NULL,
88934 : : ._co_linearray = NULL,
88935 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x64\x03\x5a\x05\x65\x06\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x05\x84\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x0c\x64\x0a\x84\x01\x5a\x0b\x64\x0b\x84\x00\x5a\x0c\x64\x09\x53\x00",
88936 : : ._co_firsttraceable = 0,
88937 : : };
88938 : : static
88939 : : struct {
88940 : : PyASCIIObject _ascii;
88941 : : uint8_t _data[78];
88942 : : }
88943 : : _collections_abc_toplevel_consts_68_consts_1 = {
88944 : : ._ascii = {
88945 : : .ob_base = {
88946 : : .ob_refcnt = 999999999,
88947 : : .ob_type = &PyUnicode_Type,
88948 : : },
88949 : : .length = 77,
88950 : : .hash = -1,
88951 : : .state = {
88952 : : .kind = 1,
88953 : : .compact = 1,
88954 : : .ascii = 1,
88955 : : },
88956 : : },
88957 : : ._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",
88958 : : };
88959 : : static
88960 : : struct {
88961 : : PyGC_Head _gc_head;
88962 : : struct {
88963 : : PyObject_VAR_HEAD
88964 : : PyObject *ob_item[4];
88965 : : }_object;
88966 : : }
88967 : : _collections_abc_toplevel_consts_68_consts = {
88968 : : ._object = {
88969 : : .ob_base = {
88970 : : .ob_base = {
88971 : : .ob_refcnt = 999999999,
88972 : : .ob_type = &PyTuple_Type,
88973 : : },
88974 : : .ob_size = 4,
88975 : : },
88976 : : .ob_item = {
88977 : : & const_str_ByteString._ascii.ob_base,
88978 : : & _collections_abc_toplevel_consts_68_consts_1._ascii.ob_base,
88979 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
88980 : : Py_None,
88981 : : },
88982 : : },
88983 : : };
88984 : : static
88985 : : struct {
88986 : : PyObject_VAR_HEAD
88987 : : Py_hash_t ob_shash;
88988 : : char ob_sval[32];
88989 : : }
88990 : : _collections_abc_toplevel_consts_68_linetable = {
88991 : : .ob_base = {
88992 : : .ob_base = {
88993 : : .ob_refcnt = 999999999,
88994 : : .ob_type = &PyBytes_Type,
88995 : : },
88996 : : .ob_size = 31,
88997 : : },
88998 : : .ob_shash = -1,
88999 : : .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",
89000 : : };
89001 : : static
89002 : : struct _PyCode_DEF(22)
89003 : : _collections_abc_toplevel_consts_68 = {
89004 : : .ob_base = {
89005 : : .ob_base = {
89006 : : .ob_refcnt = 999999999,
89007 : : .ob_type = &PyCode_Type,
89008 : : },
89009 : : .ob_size = 11,
89010 : : },
89011 : : .co_consts = & _collections_abc_toplevel_consts_68_consts._object.ob_base.ob_base,
89012 : : .co_names = & abc_toplevel_consts_15_names._object.ob_base.ob_base,
89013 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89014 : : .co_flags = 0,
89015 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89016 : : ._co_linearray_entry_size = 0,
89017 : : .co_argcount = 0,
89018 : : .co_posonlyargcount = 0,
89019 : : .co_kwonlyargcount = 0,
89020 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
89021 : : .co_stacksize = 1,
89022 : : .co_firstlineno = 1068,
89023 : : .co_nlocalsplus = 0,
89024 : : .co_nlocals = 0,
89025 : : .co_nplaincellvars = 0,
89026 : : .co_ncellvars = 0,
89027 : : .co_nfreevars = 0,
89028 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
89029 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
89030 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89031 : : .co_name = & const_str_ByteString._ascii.ob_base,
89032 : : .co_qualname = & const_str_ByteString._ascii.ob_base,
89033 : : .co_linetable = & _collections_abc_toplevel_consts_68_linetable.ob_base.ob_base,
89034 : : ._co_code = NULL,
89035 : : ._co_linearray = NULL,
89036 : : .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",
89037 : : ._co_firsttraceable = 0,
89038 : : };
89039 : : static
89040 : : struct {
89041 : : PyASCIIObject _ascii;
89042 : : uint8_t _data[175];
89043 : : }
89044 : : _collections_abc_toplevel_consts_70_consts_1 = {
89045 : : ._ascii = {
89046 : : .ob_base = {
89047 : : .ob_refcnt = 999999999,
89048 : : .ob_type = &PyUnicode_Type,
89049 : : },
89050 : : .length = 174,
89051 : : .hash = -1,
89052 : : .state = {
89053 : : .kind = 1,
89054 : : .compact = 1,
89055 : : .ascii = 1,
89056 : : },
89057 : : },
89058 : : ._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",
89059 : : };
89060 : : static
89061 : : struct {
89062 : : PyASCIIObject _ascii;
89063 : : uint8_t _data[28];
89064 : : }
89065 : : _collections_abc_toplevel_consts_70_consts_3_qualname = {
89066 : : ._ascii = {
89067 : : .ob_base = {
89068 : : .ob_refcnt = 999999999,
89069 : : .ob_type = &PyUnicode_Type,
89070 : : },
89071 : : .length = 27,
89072 : : .hash = -1,
89073 : : .state = {
89074 : : .kind = 1,
89075 : : .compact = 1,
89076 : : .ascii = 1,
89077 : : },
89078 : : },
89079 : : ._data = "MutableSequence.__setitem__",
89080 : : };
89081 : : static
89082 : : struct {
89083 : : PyGC_Head _gc_head;
89084 : : struct {
89085 : : PyObject_VAR_HEAD
89086 : : PyObject *ob_item[3];
89087 : : }_object;
89088 : : }
89089 : : _collections_abc_toplevel_consts_70_consts_3_localsplusnames = {
89090 : : ._object = {
89091 : : .ob_base = {
89092 : : .ob_base = {
89093 : : .ob_refcnt = 999999999,
89094 : : .ob_type = &PyTuple_Type,
89095 : : },
89096 : : .ob_size = 3,
89097 : : },
89098 : : .ob_item = {
89099 : : & const_str_self._ascii.ob_base,
89100 : : & const_str_index._ascii.ob_base,
89101 : : & const_str_value._ascii.ob_base,
89102 : : },
89103 : : },
89104 : : };
89105 : : static
89106 : : struct _PyCode_DEF(16)
89107 : : _collections_abc_toplevel_consts_70_consts_3 = {
89108 : : .ob_base = {
89109 : : .ob_base = {
89110 : : .ob_refcnt = 999999999,
89111 : : .ob_type = &PyCode_Type,
89112 : : },
89113 : : .ob_size = 8,
89114 : : },
89115 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
89116 : : .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
89117 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89118 : : .co_flags = 3,
89119 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89120 : : ._co_linearray_entry_size = 0,
89121 : : .co_argcount = 3,
89122 : : .co_posonlyargcount = 0,
89123 : : .co_kwonlyargcount = 0,
89124 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
89125 : : .co_stacksize = 1,
89126 : : .co_firstlineno = 1089,
89127 : : .co_nlocalsplus = 3,
89128 : : .co_nlocals = 3,
89129 : : .co_nplaincellvars = 0,
89130 : : .co_ncellvars = 0,
89131 : : .co_nfreevars = 0,
89132 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
89133 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89134 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89135 : : .co_name = &_Py_ID(__setitem__),
89136 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_3_qualname._ascii.ob_base,
89137 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
89138 : : ._co_code = NULL,
89139 : : ._co_linearray = NULL,
89140 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
89141 : : ._co_firsttraceable = 0,
89142 : : };
89143 : : static
89144 : : struct {
89145 : : PyASCIIObject _ascii;
89146 : : uint8_t _data[28];
89147 : : }
89148 : : _collections_abc_toplevel_consts_70_consts_4_qualname = {
89149 : : ._ascii = {
89150 : : .ob_base = {
89151 : : .ob_refcnt = 999999999,
89152 : : .ob_type = &PyUnicode_Type,
89153 : : },
89154 : : .length = 27,
89155 : : .hash = -1,
89156 : : .state = {
89157 : : .kind = 1,
89158 : : .compact = 1,
89159 : : .ascii = 1,
89160 : : },
89161 : : },
89162 : : ._data = "MutableSequence.__delitem__",
89163 : : };
89164 : : static
89165 : : struct _PyCode_DEF(16)
89166 : : _collections_abc_toplevel_consts_70_consts_4 = {
89167 : : .ob_base = {
89168 : : .ob_base = {
89169 : : .ob_refcnt = 999999999,
89170 : : .ob_type = &PyCode_Type,
89171 : : },
89172 : : .ob_size = 8,
89173 : : },
89174 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
89175 : : .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
89176 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89177 : : .co_flags = 3,
89178 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89179 : : ._co_linearray_entry_size = 0,
89180 : : .co_argcount = 2,
89181 : : .co_posonlyargcount = 0,
89182 : : .co_kwonlyargcount = 0,
89183 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
89184 : : .co_stacksize = 1,
89185 : : .co_firstlineno = 1093,
89186 : : .co_nlocalsplus = 2,
89187 : : .co_nlocals = 2,
89188 : : .co_nplaincellvars = 0,
89189 : : .co_ncellvars = 0,
89190 : : .co_nfreevars = 0,
89191 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_67_consts_8_localsplusnames._object.ob_base.ob_base,
89192 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
89193 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89194 : : .co_name = &_Py_ID(__delitem__),
89195 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_4_qualname._ascii.ob_base,
89196 : : .co_linetable = & _collections_abc_toplevel_consts_66_consts_4_linetable.ob_base.ob_base,
89197 : : ._co_code = NULL,
89198 : : ._co_linearray = NULL,
89199 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
89200 : : ._co_firsttraceable = 0,
89201 : : };
89202 : : static
89203 : : struct {
89204 : : PyASCIIObject _ascii;
89205 : : uint8_t _data[52];
89206 : : }
89207 : : _collections_abc_toplevel_consts_70_consts_5_consts_0 = {
89208 : : ._ascii = {
89209 : : .ob_base = {
89210 : : .ob_refcnt = 999999999,
89211 : : .ob_type = &PyUnicode_Type,
89212 : : },
89213 : : .length = 51,
89214 : : .hash = -1,
89215 : : .state = {
89216 : : .kind = 1,
89217 : : .compact = 1,
89218 : : .ascii = 1,
89219 : : },
89220 : : },
89221 : : ._data = "S.insert(index, value) -- insert value before index",
89222 : : };
89223 : : static
89224 : : struct {
89225 : : PyGC_Head _gc_head;
89226 : : struct {
89227 : : PyObject_VAR_HEAD
89228 : : PyObject *ob_item[1];
89229 : : }_object;
89230 : : }
89231 : : _collections_abc_toplevel_consts_70_consts_5_consts = {
89232 : : ._object = {
89233 : : .ob_base = {
89234 : : .ob_base = {
89235 : : .ob_refcnt = 999999999,
89236 : : .ob_type = &PyTuple_Type,
89237 : : },
89238 : : .ob_size = 1,
89239 : : },
89240 : : .ob_item = {
89241 : : & _collections_abc_toplevel_consts_70_consts_5_consts_0._ascii.ob_base,
89242 : : },
89243 : : },
89244 : : };
89245 : : static
89246 : : struct {
89247 : : PyASCIIObject _ascii;
89248 : : uint8_t _data[23];
89249 : : }
89250 : : _collections_abc_toplevel_consts_70_consts_5_qualname = {
89251 : : ._ascii = {
89252 : : .ob_base = {
89253 : : .ob_refcnt = 999999999,
89254 : : .ob_type = &PyUnicode_Type,
89255 : : },
89256 : : .length = 22,
89257 : : .hash = -1,
89258 : : .state = {
89259 : : .kind = 1,
89260 : : .compact = 1,
89261 : : .ascii = 1,
89262 : : },
89263 : : },
89264 : : ._data = "MutableSequence.insert",
89265 : : };
89266 : : static
89267 : : struct {
89268 : : PyObject_VAR_HEAD
89269 : : Py_hash_t ob_shash;
89270 : : char ob_sval[11];
89271 : : }
89272 : : _collections_abc_toplevel_consts_70_consts_5_linetable = {
89273 : : .ob_base = {
89274 : : .ob_base = {
89275 : : .ob_refcnt = 999999999,
89276 : : .ob_type = &PyBytes_Type,
89277 : : },
89278 : : .ob_size = 10,
89279 : : },
89280 : : .ob_shash = -1,
89281 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0f\x19\xd0\x08\x18",
89282 : : };
89283 : : static
89284 : : struct _PyCode_DEF(16)
89285 : : _collections_abc_toplevel_consts_70_consts_5 = {
89286 : : .ob_base = {
89287 : : .ob_base = {
89288 : : .ob_refcnt = 999999999,
89289 : : .ob_type = &PyCode_Type,
89290 : : },
89291 : : .ob_size = 8,
89292 : : },
89293 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_5_consts._object.ob_base.ob_base,
89294 : : .co_names = & _collections_abc_toplevel_consts_66_consts_4_names._object.ob_base.ob_base,
89295 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89296 : : .co_flags = 3,
89297 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89298 : : ._co_linearray_entry_size = 0,
89299 : : .co_argcount = 3,
89300 : : .co_posonlyargcount = 0,
89301 : : .co_kwonlyargcount = 0,
89302 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
89303 : : .co_stacksize = 1,
89304 : : .co_firstlineno = 1097,
89305 : : .co_nlocalsplus = 3,
89306 : : .co_nlocals = 3,
89307 : : .co_nplaincellvars = 0,
89308 : : .co_ncellvars = 0,
89309 : : .co_nfreevars = 0,
89310 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_3_localsplusnames._object.ob_base.ob_base,
89311 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89312 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89313 : : .co_name = & const_str_insert._ascii.ob_base,
89314 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_5_qualname._ascii.ob_base,
89315 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_5_linetable.ob_base.ob_base,
89316 : : ._co_code = NULL,
89317 : : ._co_linearray = NULL,
89318 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
89319 : : ._co_firsttraceable = 0,
89320 : : };
89321 : : static
89322 : : struct {
89323 : : PyASCIIObject _ascii;
89324 : : uint8_t _data[59];
89325 : : }
89326 : : _collections_abc_toplevel_consts_70_consts_6_consts_0 = {
89327 : : ._ascii = {
89328 : : .ob_base = {
89329 : : .ob_refcnt = 999999999,
89330 : : .ob_type = &PyUnicode_Type,
89331 : : },
89332 : : .length = 58,
89333 : : .hash = -1,
89334 : : .state = {
89335 : : .kind = 1,
89336 : : .compact = 1,
89337 : : .ascii = 1,
89338 : : },
89339 : : },
89340 : : ._data = "S.append(value) -- append value to the end of the sequence",
89341 : : };
89342 : : static
89343 : : struct {
89344 : : PyGC_Head _gc_head;
89345 : : struct {
89346 : : PyObject_VAR_HEAD
89347 : : PyObject *ob_item[2];
89348 : : }_object;
89349 : : }
89350 : : _collections_abc_toplevel_consts_70_consts_6_consts = {
89351 : : ._object = {
89352 : : .ob_base = {
89353 : : .ob_base = {
89354 : : .ob_refcnt = 999999999,
89355 : : .ob_type = &PyTuple_Type,
89356 : : },
89357 : : .ob_size = 2,
89358 : : },
89359 : : .ob_item = {
89360 : : & _collections_abc_toplevel_consts_70_consts_6_consts_0._ascii.ob_base,
89361 : : Py_None,
89362 : : },
89363 : : },
89364 : : };
89365 : : static
89366 : : struct {
89367 : : PyGC_Head _gc_head;
89368 : : struct {
89369 : : PyObject_VAR_HEAD
89370 : : PyObject *ob_item[2];
89371 : : }_object;
89372 : : }
89373 : : _collections_abc_toplevel_consts_70_consts_6_names = {
89374 : : ._object = {
89375 : : .ob_base = {
89376 : : .ob_base = {
89377 : : .ob_refcnt = 999999999,
89378 : : .ob_type = &PyTuple_Type,
89379 : : },
89380 : : .ob_size = 2,
89381 : : },
89382 : : .ob_item = {
89383 : : & const_str_insert._ascii.ob_base,
89384 : : &_Py_ID(len),
89385 : : },
89386 : : },
89387 : : };
89388 : : static
89389 : : struct {
89390 : : PyASCIIObject _ascii;
89391 : : uint8_t _data[23];
89392 : : }
89393 : : _collections_abc_toplevel_consts_70_consts_6_qualname = {
89394 : : ._ascii = {
89395 : : .ob_base = {
89396 : : .ob_refcnt = 999999999,
89397 : : .ob_type = &PyUnicode_Type,
89398 : : },
89399 : : .length = 22,
89400 : : .hash = -1,
89401 : : .state = {
89402 : : .kind = 1,
89403 : : .compact = 1,
89404 : : .ascii = 1,
89405 : : },
89406 : : },
89407 : : ._data = "MutableSequence.append",
89408 : : };
89409 : : static
89410 : : struct {
89411 : : PyObject_VAR_HEAD
89412 : : Py_hash_t ob_shash;
89413 : : char ob_sval[30];
89414 : : }
89415 : : _collections_abc_toplevel_consts_70_consts_6_linetable = {
89416 : : .ob_base = {
89417 : : .ob_base = {
89418 : : .ob_refcnt = 999999999,
89419 : : .ob_type = &PyBytes_Type,
89420 : : },
89421 : : .ob_size = 29,
89422 : : },
89423 : : .ob_shash = -1,
89424 : : .ob_sval = "\x80\x00\xe0\x08\x0c\x8f\x0b\x89\x0b\x95\x43\x98\x04\x94\x49\x98\x75\xd4\x08\x25\xd0\x08\x25\xd0\x08\x25\xd0\x08\x25",
89425 : : };
89426 : : static
89427 : : struct _PyCode_DEF(66)
89428 : : _collections_abc_toplevel_consts_70_consts_6 = {
89429 : : .ob_base = {
89430 : : .ob_base = {
89431 : : .ob_refcnt = 999999999,
89432 : : .ob_type = &PyCode_Type,
89433 : : },
89434 : : .ob_size = 33,
89435 : : },
89436 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_6_consts._object.ob_base.ob_base,
89437 : : .co_names = & _collections_abc_toplevel_consts_70_consts_6_names._object.ob_base.ob_base,
89438 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89439 : : .co_flags = 3,
89440 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89441 : : ._co_linearray_entry_size = 0,
89442 : : .co_argcount = 2,
89443 : : .co_posonlyargcount = 0,
89444 : : .co_kwonlyargcount = 0,
89445 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
89446 : : .co_stacksize = 5,
89447 : : .co_firstlineno = 1102,
89448 : : .co_nlocalsplus = 2,
89449 : : .co_nlocals = 2,
89450 : : .co_nplaincellvars = 0,
89451 : : .co_ncellvars = 0,
89452 : : .co_nfreevars = 0,
89453 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
89454 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
89455 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89456 : : .co_name = &_Py_ID(append),
89457 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_6_qualname._ascii.ob_base,
89458 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_6_linetable.ob_base.ob_base,
89459 : : ._co_code = NULL,
89460 : : ._co_linearray = NULL,
89461 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
89462 : : ._co_firsttraceable = 0,
89463 : : };
89464 : : static
89465 : : struct {
89466 : : PyASCIIObject _ascii;
89467 : : uint8_t _data[45];
89468 : : }
89469 : : _collections_abc_toplevel_consts_70_consts_7_consts_0 = {
89470 : : ._ascii = {
89471 : : .ob_base = {
89472 : : .ob_refcnt = 999999999,
89473 : : .ob_type = &PyUnicode_Type,
89474 : : },
89475 : : .length = 44,
89476 : : .hash = -1,
89477 : : .state = {
89478 : : .kind = 1,
89479 : : .compact = 1,
89480 : : .ascii = 1,
89481 : : },
89482 : : },
89483 : : ._data = "S.clear() -> None -- remove all items from S",
89484 : : };
89485 : : static
89486 : : struct {
89487 : : PyGC_Head _gc_head;
89488 : : struct {
89489 : : PyObject_VAR_HEAD
89490 : : PyObject *ob_item[3];
89491 : : }_object;
89492 : : }
89493 : : _collections_abc_toplevel_consts_70_consts_7_consts = {
89494 : : ._object = {
89495 : : .ob_base = {
89496 : : .ob_base = {
89497 : : .ob_refcnt = 999999999,
89498 : : .ob_type = &PyTuple_Type,
89499 : : },
89500 : : .ob_size = 3,
89501 : : },
89502 : : .ob_item = {
89503 : : & _collections_abc_toplevel_consts_70_consts_7_consts_0._ascii.ob_base,
89504 : : Py_True,
89505 : : Py_None,
89506 : : },
89507 : : },
89508 : : };
89509 : : static
89510 : : struct {
89511 : : PyGC_Head _gc_head;
89512 : : struct {
89513 : : PyObject_VAR_HEAD
89514 : : PyObject *ob_item[2];
89515 : : }_object;
89516 : : }
89517 : : _collections_abc_toplevel_consts_70_consts_7_names = {
89518 : : ._object = {
89519 : : .ob_base = {
89520 : : .ob_base = {
89521 : : .ob_refcnt = 999999999,
89522 : : .ob_type = &PyTuple_Type,
89523 : : },
89524 : : .ob_size = 2,
89525 : : },
89526 : : .ob_item = {
89527 : : & const_str_pop._ascii.ob_base,
89528 : : & const_str_IndexError._ascii.ob_base,
89529 : : },
89530 : : },
89531 : : };
89532 : : static
89533 : : struct {
89534 : : PyASCIIObject _ascii;
89535 : : uint8_t _data[22];
89536 : : }
89537 : : _collections_abc_toplevel_consts_70_consts_7_qualname = {
89538 : : ._ascii = {
89539 : : .ob_base = {
89540 : : .ob_refcnt = 999999999,
89541 : : .ob_type = &PyUnicode_Type,
89542 : : },
89543 : : .length = 21,
89544 : : .hash = -1,
89545 : : .state = {
89546 : : .kind = 1,
89547 : : .compact = 1,
89548 : : .ascii = 1,
89549 : : },
89550 : : },
89551 : : ._data = "MutableSequence.clear",
89552 : : };
89553 : : static
89554 : : struct {
89555 : : PyObject_VAR_HEAD
89556 : : Py_hash_t ob_shash;
89557 : : char ob_sval[61];
89558 : : }
89559 : : _collections_abc_toplevel_consts_70_consts_7_linetable = {
89560 : : .ob_base = {
89561 : : .ob_base = {
89562 : : .ob_refcnt = 999999999,
89563 : : .ob_type = &PyBytes_Type,
89564 : : },
89565 : : .ob_size = 60,
89566 : : },
89567 : : .ob_shash = -1,
89568 : : .ob_sval = "\x80\x00\xf0\x04\x04\x09\x11\xd8\x12\x16\xd8\x10\x14\x97\x08\x91\x08\x94\x0a\x90\x0a\xf0\x03\x00\x13\x17\xf8\xe5\x0f\x19\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
89569 : : };
89570 : : static
89571 : : struct _PyCode_DEF(76)
89572 : : _collections_abc_toplevel_consts_70_consts_7 = {
89573 : : .ob_base = {
89574 : : .ob_base = {
89575 : : .ob_refcnt = 999999999,
89576 : : .ob_type = &PyCode_Type,
89577 : : },
89578 : : .ob_size = 38,
89579 : : },
89580 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_7_consts._object.ob_base.ob_base,
89581 : : .co_names = & _collections_abc_toplevel_consts_70_consts_7_names._object.ob_base.ob_base,
89582 : : .co_exceptiontable = & _collections_abc_toplevel_consts_52_consts_7_exceptiontable.ob_base.ob_base,
89583 : : .co_flags = 3,
89584 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89585 : : ._co_linearray_entry_size = 0,
89586 : : .co_argcount = 1,
89587 : : .co_posonlyargcount = 0,
89588 : : .co_kwonlyargcount = 0,
89589 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
89590 : : .co_stacksize = 4,
89591 : : .co_firstlineno = 1106,
89592 : : .co_nlocalsplus = 1,
89593 : : .co_nlocals = 1,
89594 : : .co_nplaincellvars = 0,
89595 : : .co_ncellvars = 0,
89596 : : .co_nfreevars = 0,
89597 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
89598 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
89599 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89600 : : .co_name = &_Py_ID(clear),
89601 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_7_qualname._ascii.ob_base,
89602 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_7_linetable.ob_base.ob_base,
89603 : : ._co_code = NULL,
89604 : : ._co_linearray = NULL,
89605 : : .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x12\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
89606 : : ._co_firsttraceable = 0,
89607 : : };
89608 : : static
89609 : : struct {
89610 : : PyASCIIObject _ascii;
89611 : : uint8_t _data[34];
89612 : : }
89613 : : _collections_abc_toplevel_consts_70_consts_8_consts_0 = {
89614 : : ._ascii = {
89615 : : .ob_base = {
89616 : : .ob_refcnt = 999999999,
89617 : : .ob_type = &PyUnicode_Type,
89618 : : },
89619 : : .length = 33,
89620 : : .hash = -1,
89621 : : .state = {
89622 : : .kind = 1,
89623 : : .compact = 1,
89624 : : .ascii = 1,
89625 : : },
89626 : : },
89627 : : ._data = "S.reverse() -- reverse *IN PLACE*",
89628 : : };
89629 : : static
89630 : : struct {
89631 : : PyGC_Head _gc_head;
89632 : : struct {
89633 : : PyObject_VAR_HEAD
89634 : : PyObject *ob_item[4];
89635 : : }_object;
89636 : : }
89637 : : _collections_abc_toplevel_consts_70_consts_8_consts = {
89638 : : ._object = {
89639 : : .ob_base = {
89640 : : .ob_base = {
89641 : : .ob_refcnt = 999999999,
89642 : : .ob_type = &PyTuple_Type,
89643 : : },
89644 : : .ob_size = 4,
89645 : : },
89646 : : .ob_item = {
89647 : : & _collections_abc_toplevel_consts_70_consts_8_consts_0._ascii.ob_base,
89648 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
89649 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
89650 : : Py_None,
89651 : : },
89652 : : },
89653 : : };
89654 : : static
89655 : : struct {
89656 : : PyGC_Head _gc_head;
89657 : : struct {
89658 : : PyObject_VAR_HEAD
89659 : : PyObject *ob_item[2];
89660 : : }_object;
89661 : : }
89662 : : _collections_abc_toplevel_consts_70_consts_8_names = {
89663 : : ._object = {
89664 : : .ob_base = {
89665 : : .ob_base = {
89666 : : .ob_refcnt = 999999999,
89667 : : .ob_type = &PyTuple_Type,
89668 : : },
89669 : : .ob_size = 2,
89670 : : },
89671 : : .ob_item = {
89672 : : &_Py_ID(len),
89673 : : & const_str_range._ascii.ob_base,
89674 : : },
89675 : : },
89676 : : };
89677 : : static
89678 : : struct {
89679 : : PyASCIIObject _ascii;
89680 : : uint8_t _data[8];
89681 : : }
89682 : : const_str_reverse = {
89683 : : ._ascii = {
89684 : : .ob_base = {
89685 : : .ob_refcnt = 999999999,
89686 : : .ob_type = &PyUnicode_Type,
89687 : : },
89688 : : .length = 7,
89689 : : .hash = -1,
89690 : : .state = {
89691 : : .kind = 1,
89692 : : .compact = 1,
89693 : : .ascii = 1,
89694 : : },
89695 : : },
89696 : : ._data = "reverse",
89697 : : };
89698 : : static
89699 : : struct {
89700 : : PyASCIIObject _ascii;
89701 : : uint8_t _data[24];
89702 : : }
89703 : : _collections_abc_toplevel_consts_70_consts_8_qualname = {
89704 : : ._ascii = {
89705 : : .ob_base = {
89706 : : .ob_refcnt = 999999999,
89707 : : .ob_type = &PyUnicode_Type,
89708 : : },
89709 : : .length = 23,
89710 : : .hash = -1,
89711 : : .state = {
89712 : : .kind = 1,
89713 : : .compact = 1,
89714 : : .ascii = 1,
89715 : : },
89716 : : },
89717 : : ._data = "MutableSequence.reverse",
89718 : : };
89719 : : static
89720 : : struct {
89721 : : PyObject_VAR_HEAD
89722 : : Py_hash_t ob_shash;
89723 : : char ob_sval[91];
89724 : : }
89725 : : _collections_abc_toplevel_consts_70_consts_8_linetable = {
89726 : : .ob_base = {
89727 : : .ob_base = {
89728 : : .ob_refcnt = 999999999,
89729 : : .ob_type = &PyBytes_Type,
89730 : : },
89731 : : .ob_size = 90,
89732 : : },
89733 : : .ob_shash = -1,
89734 : : .ob_sval = "\x80\x00\xe5\x0c\x0f\x90\x04\x8c\x49\x88\x01\xdd\x11\x16\x90\x71\x98\x21\x91\x74\x94\x1b\xf0\x00\x01\x09\x38\xf1\x00\x01\x09\x38\x88\x41\xd8\x23\x27\xa8\x01\xa8\x21\xa9\x03\xa8\x41\xa9\x05\xa4\x3b\xb0\x04\xb0\x51\xb4\x07\xd0\x0c\x20\x88\x44\x90\x11\x89\x47\x90\x54\x98\x21\x98\x41\x99\x23\x98\x61\x99\x25\x91\x5b\x90\x5b\xf0\x03\x01\x09\x38\xf0\x00\x01\x09\x38",
89735 : : };
89736 : : static
89737 : : struct {
89738 : : PyGC_Head _gc_head;
89739 : : struct {
89740 : : PyObject_VAR_HEAD
89741 : : PyObject *ob_item[3];
89742 : : }_object;
89743 : : }
89744 : : _collections_abc_toplevel_consts_70_consts_8_localsplusnames = {
89745 : : ._object = {
89746 : : .ob_base = {
89747 : : .ob_base = {
89748 : : .ob_refcnt = 999999999,
89749 : : .ob_type = &PyTuple_Type,
89750 : : },
89751 : : .ob_size = 3,
89752 : : },
89753 : : .ob_item = {
89754 : : & const_str_self._ascii.ob_base,
89755 : : & const_str_n._ascii.ob_base,
89756 : : & const_str_i._ascii.ob_base,
89757 : : },
89758 : : },
89759 : : };
89760 : : static
89761 : : struct _PyCode_DEF(142)
89762 : : _collections_abc_toplevel_consts_70_consts_8 = {
89763 : : .ob_base = {
89764 : : .ob_base = {
89765 : : .ob_refcnt = 999999999,
89766 : : .ob_type = &PyCode_Type,
89767 : : },
89768 : : .ob_size = 71,
89769 : : },
89770 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_8_consts._object.ob_base.ob_base,
89771 : : .co_names = & _collections_abc_toplevel_consts_70_consts_8_names._object.ob_base.ob_base,
89772 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89773 : : .co_flags = 3,
89774 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89775 : : ._co_linearray_entry_size = 0,
89776 : : .co_argcount = 1,
89777 : : .co_posonlyargcount = 0,
89778 : : .co_kwonlyargcount = 0,
89779 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
89780 : : .co_stacksize = 5,
89781 : : .co_firstlineno = 1114,
89782 : : .co_nlocalsplus = 3,
89783 : : .co_nlocals = 3,
89784 : : .co_nplaincellvars = 0,
89785 : : .co_ncellvars = 0,
89786 : : .co_nfreevars = 0,
89787 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_8_localsplusnames._object.ob_base.ob_base,
89788 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89789 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89790 : : .co_name = & const_str_reverse._ascii.ob_base,
89791 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_8_qualname._ascii.ob_base,
89792 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_8_linetable.ob_base.ob_base,
89793 : : ._co_code = NULL,
89794 : : ._co_linearray = NULL,
89795 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\x7a\x02\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x25\x00\x00\x7d\x02\x7c\x00\x7c\x01\x7c\x02\x7a\x0a\x00\x00\x64\x02\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x7c\x00\x7c\x02\x3c\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7a\x0a\x00\x00\x64\x02\x7a\x0a\x00\x00\x3c\x00\x00\x00\x8c\x27\x64\x03\x53\x00",
89796 : : ._co_firsttraceable = 0,
89797 : : };
89798 : : static
89799 : : struct {
89800 : : PyASCIIObject _ascii;
89801 : : uint8_t _data[78];
89802 : : }
89803 : : _collections_abc_toplevel_consts_70_consts_9_consts_0 = {
89804 : : ._ascii = {
89805 : : .ob_base = {
89806 : : .ob_refcnt = 999999999,
89807 : : .ob_type = &PyUnicode_Type,
89808 : : },
89809 : : .length = 77,
89810 : : .hash = -1,
89811 : : .state = {
89812 : : .kind = 1,
89813 : : .compact = 1,
89814 : : .ascii = 1,
89815 : : },
89816 : : },
89817 : : ._data = "S.extend(iterable) -- extend sequence by appending elements from the iterable",
89818 : : };
89819 : : static
89820 : : struct {
89821 : : PyGC_Head _gc_head;
89822 : : struct {
89823 : : PyObject_VAR_HEAD
89824 : : PyObject *ob_item[2];
89825 : : }_object;
89826 : : }
89827 : : _collections_abc_toplevel_consts_70_consts_9_consts = {
89828 : : ._object = {
89829 : : .ob_base = {
89830 : : .ob_base = {
89831 : : .ob_refcnt = 999999999,
89832 : : .ob_type = &PyTuple_Type,
89833 : : },
89834 : : .ob_size = 2,
89835 : : },
89836 : : .ob_item = {
89837 : : & _collections_abc_toplevel_consts_70_consts_9_consts_0._ascii.ob_base,
89838 : : Py_None,
89839 : : },
89840 : : },
89841 : : };
89842 : : static
89843 : : struct {
89844 : : PyGC_Head _gc_head;
89845 : : struct {
89846 : : PyObject_VAR_HEAD
89847 : : PyObject *ob_item[2];
89848 : : }_object;
89849 : : }
89850 : : _collections_abc_toplevel_consts_70_consts_9_names = {
89851 : : ._object = {
89852 : : .ob_base = {
89853 : : .ob_base = {
89854 : : .ob_refcnt = 999999999,
89855 : : .ob_type = &PyTuple_Type,
89856 : : },
89857 : : .ob_size = 2,
89858 : : },
89859 : : .ob_item = {
89860 : : & const_str_list._ascii.ob_base,
89861 : : &_Py_ID(append),
89862 : : },
89863 : : },
89864 : : };
89865 : : static
89866 : : struct {
89867 : : PyASCIIObject _ascii;
89868 : : uint8_t _data[23];
89869 : : }
89870 : : _collections_abc_toplevel_consts_70_consts_9_qualname = {
89871 : : ._ascii = {
89872 : : .ob_base = {
89873 : : .ob_refcnt = 999999999,
89874 : : .ob_type = &PyUnicode_Type,
89875 : : },
89876 : : .length = 22,
89877 : : .hash = -1,
89878 : : .state = {
89879 : : .kind = 1,
89880 : : .compact = 1,
89881 : : .ascii = 1,
89882 : : },
89883 : : },
89884 : : ._data = "MutableSequence.extend",
89885 : : };
89886 : : static
89887 : : struct {
89888 : : PyObject_VAR_HEAD
89889 : : Py_hash_t ob_shash;
89890 : : char ob_sval[64];
89891 : : }
89892 : : _collections_abc_toplevel_consts_70_consts_9_linetable = {
89893 : : .ob_base = {
89894 : : .ob_base = {
89895 : : .ob_refcnt = 999999999,
89896 : : .ob_type = &PyBytes_Type,
89897 : : },
89898 : : .ob_size = 63,
89899 : : },
89900 : : .ob_shash = -1,
89901 : : .ob_sval = "\x80\x00\xe0\x0b\x11\x90\x54\x88\x3e\xf0\x00\x01\x09\x22\xdd\x15\x19\x98\x26\x94\x5c\x88\x46\xd8\x11\x17\xf0\x00\x01\x09\x1b\xf1\x00\x01\x09\x1b\x88\x41\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x01\x8c\x4e\x88\x4e\x88\x4e\xf0\x03\x01\x09\x1b\xf0\x00\x01\x09\x1b",
89902 : : };
89903 : : static
89904 : : struct {
89905 : : PyGC_Head _gc_head;
89906 : : struct {
89907 : : PyObject_VAR_HEAD
89908 : : PyObject *ob_item[3];
89909 : : }_object;
89910 : : }
89911 : : _collections_abc_toplevel_consts_70_consts_9_localsplusnames = {
89912 : : ._object = {
89913 : : .ob_base = {
89914 : : .ob_base = {
89915 : : .ob_refcnt = 999999999,
89916 : : .ob_type = &PyTuple_Type,
89917 : : },
89918 : : .ob_size = 3,
89919 : : },
89920 : : .ob_item = {
89921 : : & const_str_self._ascii.ob_base,
89922 : : &_Py_ID(values),
89923 : : & const_str_v._ascii.ob_base,
89924 : : },
89925 : : },
89926 : : };
89927 : : static
89928 : : struct _PyCode_DEF(88)
89929 : : _collections_abc_toplevel_consts_70_consts_9 = {
89930 : : .ob_base = {
89931 : : .ob_base = {
89932 : : .ob_refcnt = 999999999,
89933 : : .ob_type = &PyCode_Type,
89934 : : },
89935 : : .ob_size = 44,
89936 : : },
89937 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_9_consts._object.ob_base.ob_base,
89938 : : .co_names = & _collections_abc_toplevel_consts_70_consts_9_names._object.ob_base.ob_base,
89939 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
89940 : : .co_flags = 3,
89941 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
89942 : : ._co_linearray_entry_size = 0,
89943 : : .co_argcount = 2,
89944 : : .co_posonlyargcount = 0,
89945 : : .co_kwonlyargcount = 0,
89946 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
89947 : : .co_stacksize = 4,
89948 : : .co_firstlineno = 1120,
89949 : : .co_nlocalsplus = 3,
89950 : : .co_nlocals = 3,
89951 : : .co_nplaincellvars = 0,
89952 : : .co_ncellvars = 0,
89953 : : .co_nfreevars = 0,
89954 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_9_localsplusnames._object.ob_base.ob_base,
89955 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
89956 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
89957 : : .co_name = &_Py_ID(extend),
89958 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_9_qualname._ascii.ob_base,
89959 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_9_linetable.ob_base.ob_base,
89960 : : ._co_code = NULL,
89961 : : ._co_linearray = NULL,
89962 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x75\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x14\x00\x00\x7d\x02\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x16\x64\x01\x53\x00",
89963 : : ._co_firsttraceable = 0,
89964 : : };
89965 : : static
89966 : : struct {
89967 : : PyASCIIObject _ascii;
89968 : : uint8_t _data[154];
89969 : : }
89970 : : _collections_abc_toplevel_consts_70_consts_11_consts_0 = {
89971 : : ._ascii = {
89972 : : .ob_base = {
89973 : : .ob_refcnt = 999999999,
89974 : : .ob_type = &PyUnicode_Type,
89975 : : },
89976 : : .length = 153,
89977 : : .hash = -1,
89978 : : .state = {
89979 : : .kind = 1,
89980 : : .compact = 1,
89981 : : .ascii = 1,
89982 : : },
89983 : : },
89984 : : ._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",
89985 : : };
89986 : : static
89987 : : struct {
89988 : : PyGC_Head _gc_head;
89989 : : struct {
89990 : : PyObject_VAR_HEAD
89991 : : PyObject *ob_item[1];
89992 : : }_object;
89993 : : }
89994 : : _collections_abc_toplevel_consts_70_consts_11_consts = {
89995 : : ._object = {
89996 : : .ob_base = {
89997 : : .ob_base = {
89998 : : .ob_refcnt = 999999999,
89999 : : .ob_type = &PyTuple_Type,
90000 : : },
90001 : : .ob_size = 1,
90002 : : },
90003 : : .ob_item = {
90004 : : & _collections_abc_toplevel_consts_70_consts_11_consts_0._ascii.ob_base,
90005 : : },
90006 : : },
90007 : : };
90008 : : static
90009 : : struct {
90010 : : PyASCIIObject _ascii;
90011 : : uint8_t _data[20];
90012 : : }
90013 : : _collections_abc_toplevel_consts_70_consts_11_qualname = {
90014 : : ._ascii = {
90015 : : .ob_base = {
90016 : : .ob_refcnt = 999999999,
90017 : : .ob_type = &PyUnicode_Type,
90018 : : },
90019 : : .length = 19,
90020 : : .hash = -1,
90021 : : .state = {
90022 : : .kind = 1,
90023 : : .compact = 1,
90024 : : .ascii = 1,
90025 : : },
90026 : : },
90027 : : ._data = "MutableSequence.pop",
90028 : : };
90029 : : static
90030 : : struct {
90031 : : PyObject_VAR_HEAD
90032 : : Py_hash_t ob_shash;
90033 : : char ob_sval[26];
90034 : : }
90035 : : _collections_abc_toplevel_consts_70_consts_11_linetable = {
90036 : : .ob_base = {
90037 : : .ob_base = {
90038 : : .ob_refcnt = 999999999,
90039 : : .ob_type = &PyBytes_Type,
90040 : : },
90041 : : .ob_size = 25,
90042 : : },
90043 : : .ob_shash = -1,
90044 : : .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",
90045 : : };
90046 : : static
90047 : : struct {
90048 : : PyGC_Head _gc_head;
90049 : : struct {
90050 : : PyObject_VAR_HEAD
90051 : : PyObject *ob_item[3];
90052 : : }_object;
90053 : : }
90054 : : _collections_abc_toplevel_consts_70_consts_11_localsplusnames = {
90055 : : ._object = {
90056 : : .ob_base = {
90057 : : .ob_base = {
90058 : : .ob_refcnt = 999999999,
90059 : : .ob_type = &PyTuple_Type,
90060 : : },
90061 : : .ob_size = 3,
90062 : : },
90063 : : .ob_item = {
90064 : : & const_str_self._ascii.ob_base,
90065 : : & const_str_index._ascii.ob_base,
90066 : : & const_str_v._ascii.ob_base,
90067 : : },
90068 : : },
90069 : : };
90070 : : static
90071 : : struct _PyCode_DEF(28)
90072 : : _collections_abc_toplevel_consts_70_consts_11 = {
90073 : : .ob_base = {
90074 : : .ob_base = {
90075 : : .ob_refcnt = 999999999,
90076 : : .ob_type = &PyCode_Type,
90077 : : },
90078 : : .ob_size = 14,
90079 : : },
90080 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_11_consts._object.ob_base.ob_base,
90081 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
90082 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90083 : : .co_flags = 3,
90084 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90085 : : ._co_linearray_entry_size = 0,
90086 : : .co_argcount = 2,
90087 : : .co_posonlyargcount = 0,
90088 : : .co_kwonlyargcount = 0,
90089 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
90090 : : .co_stacksize = 2,
90091 : : .co_firstlineno = 1127,
90092 : : .co_nlocalsplus = 3,
90093 : : .co_nlocals = 3,
90094 : : .co_nplaincellvars = 0,
90095 : : .co_ncellvars = 0,
90096 : : .co_nfreevars = 0,
90097 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_11_localsplusnames._object.ob_base.ob_base,
90098 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
90099 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90100 : : .co_name = & const_str_pop._ascii.ob_base,
90101 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_11_qualname._ascii.ob_base,
90102 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_11_linetable.ob_base.ob_base,
90103 : : ._co_code = NULL,
90104 : : ._co_linearray = NULL,
90105 : : .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",
90106 : : ._co_firsttraceable = 0,
90107 : : };
90108 : : static
90109 : : struct {
90110 : : PyASCIIObject _ascii;
90111 : : uint8_t _data[119];
90112 : : }
90113 : : _collections_abc_toplevel_consts_70_consts_12_consts_0 = {
90114 : : ._ascii = {
90115 : : .ob_base = {
90116 : : .ob_refcnt = 999999999,
90117 : : .ob_type = &PyUnicode_Type,
90118 : : },
90119 : : .length = 118,
90120 : : .hash = -1,
90121 : : .state = {
90122 : : .kind = 1,
90123 : : .compact = 1,
90124 : : .ascii = 1,
90125 : : },
90126 : : },
90127 : : ._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",
90128 : : };
90129 : : static
90130 : : struct {
90131 : : PyGC_Head _gc_head;
90132 : : struct {
90133 : : PyObject_VAR_HEAD
90134 : : PyObject *ob_item[2];
90135 : : }_object;
90136 : : }
90137 : : _collections_abc_toplevel_consts_70_consts_12_consts = {
90138 : : ._object = {
90139 : : .ob_base = {
90140 : : .ob_base = {
90141 : : .ob_refcnt = 999999999,
90142 : : .ob_type = &PyTuple_Type,
90143 : : },
90144 : : .ob_size = 2,
90145 : : },
90146 : : .ob_item = {
90147 : : & _collections_abc_toplevel_consts_70_consts_12_consts_0._ascii.ob_base,
90148 : : Py_None,
90149 : : },
90150 : : },
90151 : : };
90152 : : static
90153 : : struct {
90154 : : PyGC_Head _gc_head;
90155 : : struct {
90156 : : PyObject_VAR_HEAD
90157 : : PyObject *ob_item[1];
90158 : : }_object;
90159 : : }
90160 : : _collections_abc_toplevel_consts_70_consts_12_names = {
90161 : : ._object = {
90162 : : .ob_base = {
90163 : : .ob_base = {
90164 : : .ob_refcnt = 999999999,
90165 : : .ob_type = &PyTuple_Type,
90166 : : },
90167 : : .ob_size = 1,
90168 : : },
90169 : : .ob_item = {
90170 : : & const_str_index._ascii.ob_base,
90171 : : },
90172 : : },
90173 : : };
90174 : : static
90175 : : struct {
90176 : : PyASCIIObject _ascii;
90177 : : uint8_t _data[23];
90178 : : }
90179 : : _collections_abc_toplevel_consts_70_consts_12_qualname = {
90180 : : ._ascii = {
90181 : : .ob_base = {
90182 : : .ob_refcnt = 999999999,
90183 : : .ob_type = &PyUnicode_Type,
90184 : : },
90185 : : .length = 22,
90186 : : .hash = -1,
90187 : : .state = {
90188 : : .kind = 1,
90189 : : .compact = 1,
90190 : : .ascii = 1,
90191 : : },
90192 : : },
90193 : : ._data = "MutableSequence.remove",
90194 : : };
90195 : : static
90196 : : struct {
90197 : : PyObject_VAR_HEAD
90198 : : Py_hash_t ob_shash;
90199 : : char ob_sval[28];
90200 : : }
90201 : : _collections_abc_toplevel_consts_70_consts_12_linetable = {
90202 : : .ob_base = {
90203 : : .ob_base = {
90204 : : .ob_refcnt = 999999999,
90205 : : .ob_type = &PyBytes_Type,
90206 : : },
90207 : : .ob_size = 27,
90208 : : },
90209 : : .ob_shash = -1,
90210 : : .ob_sval = "\x80\x00\xf0\x08\x00\x0d\x11\x90\x14\x97\x1a\x91\x1a\x98\x45\xd4\x11\x22\xd0\x0c\x23\xd0\x0c\x23\xd0\x0c\x23",
90211 : : };
90212 : : static
90213 : : struct _PyCode_DEF(44)
90214 : : _collections_abc_toplevel_consts_70_consts_12 = {
90215 : : .ob_base = {
90216 : : .ob_base = {
90217 : : .ob_refcnt = 999999999,
90218 : : .ob_type = &PyCode_Type,
90219 : : },
90220 : : .ob_size = 22,
90221 : : },
90222 : : .co_consts = & _collections_abc_toplevel_consts_70_consts_12_consts._object.ob_base.ob_base,
90223 : : .co_names = & _collections_abc_toplevel_consts_70_consts_12_names._object.ob_base.ob_base,
90224 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90225 : : .co_flags = 3,
90226 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90227 : : ._co_linearray_entry_size = 0,
90228 : : .co_argcount = 2,
90229 : : .co_posonlyargcount = 0,
90230 : : .co_kwonlyargcount = 0,
90231 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
90232 : : .co_stacksize = 4,
90233 : : .co_firstlineno = 1135,
90234 : : .co_nlocalsplus = 2,
90235 : : .co_nlocals = 2,
90236 : : .co_nplaincellvars = 0,
90237 : : .co_ncellvars = 0,
90238 : : .co_nfreevars = 0,
90239 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
90240 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
90241 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90242 : : .co_name = & const_str_remove._ascii.ob_base,
90243 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_12_qualname._ascii.ob_base,
90244 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_12_linetable.ob_base.ob_base,
90245 : : ._co_code = NULL,
90246 : : ._co_linearray = NULL,
90247 : : .co_code_adaptive = "\x97\x00\x7c\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x64\x01\x53\x00",
90248 : : ._co_firsttraceable = 0,
90249 : : };
90250 : : static
90251 : : struct {
90252 : : PyGC_Head _gc_head;
90253 : : struct {
90254 : : PyObject_VAR_HEAD
90255 : : PyObject *ob_item[1];
90256 : : }_object;
90257 : : }
90258 : : _collections_abc_toplevel_consts_70_consts_13_names = {
90259 : : ._object = {
90260 : : .ob_base = {
90261 : : .ob_base = {
90262 : : .ob_refcnt = 999999999,
90263 : : .ob_type = &PyTuple_Type,
90264 : : },
90265 : : .ob_size = 1,
90266 : : },
90267 : : .ob_item = {
90268 : : &_Py_ID(extend),
90269 : : },
90270 : : },
90271 : : };
90272 : : static
90273 : : struct {
90274 : : PyASCIIObject _ascii;
90275 : : uint8_t _data[25];
90276 : : }
90277 : : _collections_abc_toplevel_consts_70_consts_13_qualname = {
90278 : : ._ascii = {
90279 : : .ob_base = {
90280 : : .ob_refcnt = 999999999,
90281 : : .ob_type = &PyUnicode_Type,
90282 : : },
90283 : : .length = 24,
90284 : : .hash = -1,
90285 : : .state = {
90286 : : .kind = 1,
90287 : : .compact = 1,
90288 : : .ascii = 1,
90289 : : },
90290 : : },
90291 : : ._data = "MutableSequence.__iadd__",
90292 : : };
90293 : : static
90294 : : struct {
90295 : : PyObject_VAR_HEAD
90296 : : Py_hash_t ob_shash;
90297 : : char ob_sval[23];
90298 : : }
90299 : : _collections_abc_toplevel_consts_70_consts_13_linetable = {
90300 : : .ob_base = {
90301 : : .ob_base = {
90302 : : .ob_refcnt = 999999999,
90303 : : .ob_type = &PyBytes_Type,
90304 : : },
90305 : : .ob_size = 22,
90306 : : },
90307 : : .ob_shash = -1,
90308 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\x90\x46\xd4\x08\x1b\xd0\x08\x1b\xd8\x0f\x13\x88\x0b",
90309 : : };
90310 : : static
90311 : : struct {
90312 : : PyGC_Head _gc_head;
90313 : : struct {
90314 : : PyObject_VAR_HEAD
90315 : : PyObject *ob_item[2];
90316 : : }_object;
90317 : : }
90318 : : _collections_abc_toplevel_consts_70_consts_13_localsplusnames = {
90319 : : ._object = {
90320 : : .ob_base = {
90321 : : .ob_base = {
90322 : : .ob_refcnt = 999999999,
90323 : : .ob_type = &PyTuple_Type,
90324 : : },
90325 : : .ob_size = 2,
90326 : : },
90327 : : .ob_item = {
90328 : : & const_str_self._ascii.ob_base,
90329 : : &_Py_ID(values),
90330 : : },
90331 : : },
90332 : : };
90333 : : static
90334 : : struct _PyCode_DEF(42)
90335 : : _collections_abc_toplevel_consts_70_consts_13 = {
90336 : : .ob_base = {
90337 : : .ob_base = {
90338 : : .ob_refcnt = 999999999,
90339 : : .ob_type = &PyCode_Type,
90340 : : },
90341 : : .ob_size = 21,
90342 : : },
90343 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
90344 : : .co_names = & _collections_abc_toplevel_consts_70_consts_13_names._object.ob_base.ob_base,
90345 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90346 : : .co_flags = 3,
90347 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90348 : : ._co_linearray_entry_size = 0,
90349 : : .co_argcount = 2,
90350 : : .co_posonlyargcount = 0,
90351 : : .co_kwonlyargcount = 0,
90352 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
90353 : : .co_stacksize = 3,
90354 : : .co_firstlineno = 1141,
90355 : : .co_nlocalsplus = 2,
90356 : : .co_nlocals = 2,
90357 : : .co_nplaincellvars = 0,
90358 : : .co_ncellvars = 0,
90359 : : .co_nfreevars = 0,
90360 : : .co_localsplusnames = & _collections_abc_toplevel_consts_70_consts_13_localsplusnames._object.ob_base.ob_base,
90361 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
90362 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90363 : : .co_name = &_Py_ID(__iadd__),
90364 : : .co_qualname = & _collections_abc_toplevel_consts_70_consts_13_qualname._ascii.ob_base,
90365 : : .co_linetable = & _collections_abc_toplevel_consts_70_consts_13_linetable.ob_base.ob_base,
90366 : : ._co_code = NULL,
90367 : : ._co_linearray = NULL,
90368 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
90369 : : ._co_firsttraceable = 0,
90370 : : };
90371 : : static
90372 : : struct {
90373 : : PyGC_Head _gc_head;
90374 : : struct {
90375 : : PyObject_VAR_HEAD
90376 : : PyObject *ob_item[16];
90377 : : }_object;
90378 : : }
90379 : : _collections_abc_toplevel_consts_70_consts = {
90380 : : ._object = {
90381 : : .ob_base = {
90382 : : .ob_base = {
90383 : : .ob_refcnt = 999999999,
90384 : : .ob_type = &PyTuple_Type,
90385 : : },
90386 : : .ob_size = 16,
90387 : : },
90388 : : .ob_item = {
90389 : : & const_str_MutableSequence._ascii.ob_base,
90390 : : & _collections_abc_toplevel_consts_70_consts_1._ascii.ob_base,
90391 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
90392 : : & _collections_abc_toplevel_consts_70_consts_3.ob_base.ob_base,
90393 : : & _collections_abc_toplevel_consts_70_consts_4.ob_base.ob_base,
90394 : : & _collections_abc_toplevel_consts_70_consts_5.ob_base.ob_base,
90395 : : & _collections_abc_toplevel_consts_70_consts_6.ob_base.ob_base,
90396 : : & _collections_abc_toplevel_consts_70_consts_7.ob_base.ob_base,
90397 : : & _collections_abc_toplevel_consts_70_consts_8.ob_base.ob_base,
90398 : : & _collections_abc_toplevel_consts_70_consts_9.ob_base.ob_base,
90399 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
90400 : : & _collections_abc_toplevel_consts_70_consts_11.ob_base.ob_base,
90401 : : & _collections_abc_toplevel_consts_70_consts_12.ob_base.ob_base,
90402 : : & _collections_abc_toplevel_consts_70_consts_13.ob_base.ob_base,
90403 : : Py_None,
90404 : : & codecs_toplevel_consts_28_consts_21._object.ob_base.ob_base,
90405 : : },
90406 : : },
90407 : : };
90408 : : static
90409 : : struct {
90410 : : PyGC_Head _gc_head;
90411 : : struct {
90412 : : PyObject_VAR_HEAD
90413 : : PyObject *ob_item[16];
90414 : : }_object;
90415 : : }
90416 : : _collections_abc_toplevel_consts_70_names = {
90417 : : ._object = {
90418 : : .ob_base = {
90419 : : .ob_base = {
90420 : : .ob_refcnt = 999999999,
90421 : : .ob_type = &PyTuple_Type,
90422 : : },
90423 : : .ob_size = 16,
90424 : : },
90425 : : .ob_item = {
90426 : : &_Py_ID(__name__),
90427 : : &_Py_ID(__module__),
90428 : : &_Py_ID(__qualname__),
90429 : : &_Py_ID(__doc__),
90430 : : &_Py_ID(__slots__),
90431 : : & const_str_abstractmethod._ascii.ob_base,
90432 : : &_Py_ID(__setitem__),
90433 : : &_Py_ID(__delitem__),
90434 : : & const_str_insert._ascii.ob_base,
90435 : : &_Py_ID(append),
90436 : : &_Py_ID(clear),
90437 : : & const_str_reverse._ascii.ob_base,
90438 : : &_Py_ID(extend),
90439 : : & const_str_pop._ascii.ob_base,
90440 : : & const_str_remove._ascii.ob_base,
90441 : : &_Py_ID(__iadd__),
90442 : : },
90443 : : },
90444 : : };
90445 : : static
90446 : : struct {
90447 : : PyObject_VAR_HEAD
90448 : : Py_hash_t ob_shash;
90449 : : char ob_sval[221];
90450 : : }
90451 : : _collections_abc_toplevel_consts_70_linetable = {
90452 : : .ob_base = {
90453 : : .ob_base = {
90454 : : .ob_refcnt = 999999999,
90455 : : .ob_type = &PyBytes_Type,
90456 : : },
90457 : : .ob_size = 220,
90458 : : },
90459 : : .ob_shash = -1,
90460 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x04\x05\x08\xf0\x00\x04\x05\x08\xf0\x0c\x00\x11\x13\x80\x49\xe0\x05\x13\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x00\x01\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x01\x05\x19\xf0\x06\x00\x06\x14\xf0\x02\x02\x05\x19\xf0\x00\x02\x05\x19\xf4\x03\x00\x06\x14\xf0\x02\x02\x05\x19\xf0\x08\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x00\x02\x05\x26\xf0\x08\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x04\x05\x38\xf0\x00\x04\x05\x38\xf0\x00\x04\x05\x38\xf0\x0c\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x00\x05\x05\x1b\xf0\x0e\x00\x19\x1b\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x00\x06\x05\x11\xf0\x10\x04\x05\x24\xf0\x00\x04\x05\x24\xf0\x00\x04\x05\x24\xf0\x0c\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14\xf0\x00\x02\x05\x14",
90461 : : };
90462 : : static
90463 : : struct _PyCode_DEF(120)
90464 : : _collections_abc_toplevel_consts_70 = {
90465 : : .ob_base = {
90466 : : .ob_base = {
90467 : : .ob_refcnt = 999999999,
90468 : : .ob_type = &PyCode_Type,
90469 : : },
90470 : : .ob_size = 60,
90471 : : },
90472 : : .co_consts = & _collections_abc_toplevel_consts_70_consts._object.ob_base.ob_base,
90473 : : .co_names = & _collections_abc_toplevel_consts_70_names._object.ob_base.ob_base,
90474 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
90475 : : .co_flags = 0,
90476 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
90477 : : ._co_linearray_entry_size = 0,
90478 : : .co_argcount = 0,
90479 : : .co_posonlyargcount = 0,
90480 : : .co_kwonlyargcount = 0,
90481 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
90482 : : .co_stacksize = 2,
90483 : : .co_firstlineno = 1080,
90484 : : .co_nlocalsplus = 0,
90485 : : .co_nlocals = 0,
90486 : : .co_nplaincellvars = 0,
90487 : : .co_ncellvars = 0,
90488 : : .co_nfreevars = 0,
90489 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
90490 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
90491 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
90492 : : .co_name = & const_str_MutableSequence._ascii.ob_base,
90493 : : .co_qualname = & const_str_MutableSequence._ascii.ob_base,
90494 : : .co_linetable = & _collections_abc_toplevel_consts_70_linetable.ob_base.ob_base,
90495 : : ._co_code = NULL,
90496 : : ._co_linearray = NULL,
90497 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x5a\x04\x65\x05\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x05\x64\x04\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x65\x05\x64\x05\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x64\x06\x84\x00\x5a\x09\x64\x07\x84\x00\x5a\x0a\x64\x08\x84\x00\x5a\x0b\x64\x09\x84\x00\x5a\x0c\x64\x0f\x64\x0b\x84\x01\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x64\x0d\x84\x00\x5a\x0f\x64\x0e\x53\x00",
90498 : : ._co_firsttraceable = 0,
90499 : : };
90500 : : static
90501 : : struct {
90502 : : PyGC_Head _gc_head;
90503 : : struct {
90504 : : PyObject_VAR_HEAD
90505 : : PyObject *ob_item[72];
90506 : : }_object;
90507 : : }
90508 : : _collections_abc_toplevel_consts = {
90509 : : ._object = {
90510 : : .ob_base = {
90511 : : .ob_base = {
90512 : : .ob_refcnt = 999999999,
90513 : : .ob_type = &PyTuple_Type,
90514 : : },
90515 : : .ob_size = 72,
90516 : : },
90517 : : .ob_item = {
90518 : : & _collections_abc_toplevel_consts_0._ascii.ob_base,
90519 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
90520 : : & _collections_abc_toplevel_consts_2._object.ob_base.ob_base,
90521 : : Py_None,
90522 : : Py_Ellipsis,
90523 : : & _collections_abc_toplevel_consts_5.ob_base.ob_base,
90524 : : & _collections_abc_toplevel_consts_6._object.ob_base.ob_base,
90525 : : & _collections_abc_toplevel_consts_7._ascii.ob_base,
90526 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
90527 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
90528 : : & const_int_1000.ob_base.ob_base,
90529 : : &_Py_STR(empty),
90530 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
90531 : : & _collections_abc_toplevel_consts_13.ob_base.ob_base,
90532 : : & _collections_abc_toplevel_consts_14.ob_base.ob_base,
90533 : : & _collections_abc_toplevel_consts_15.ob_base.ob_base,
90534 : : & _collections_abc_toplevel_consts_16.ob_base.ob_base,
90535 : : & _collections_abc_toplevel_consts_17.ob_base.ob_base,
90536 : : & const_str_Hashable._ascii.ob_base,
90537 : : & abc_toplevel_consts_17._object.ob_base.ob_base,
90538 : : & _collections_abc_toplevel_consts_20.ob_base.ob_base,
90539 : : & const_str_Awaitable._ascii.ob_base,
90540 : : & _collections_abc_toplevel_consts_22.ob_base.ob_base,
90541 : : & const_str_Coroutine._ascii.ob_base,
90542 : : & _collections_abc_toplevel_consts_24.ob_base.ob_base,
90543 : : & const_str_AsyncIterable._ascii.ob_base,
90544 : : & _collections_abc_toplevel_consts_26.ob_base.ob_base,
90545 : : & const_str_AsyncIterator._ascii.ob_base,
90546 : : & _collections_abc_toplevel_consts_28.ob_base.ob_base,
90547 : : & const_str_AsyncGenerator._ascii.ob_base,
90548 : : & _collections_abc_toplevel_consts_30.ob_base.ob_base,
90549 : : & const_str_Iterable._ascii.ob_base,
90550 : : & _collections_abc_toplevel_consts_32.ob_base.ob_base,
90551 : : & const_str_Iterator._ascii.ob_base,
90552 : : & _collections_abc_toplevel_consts_34.ob_base.ob_base,
90553 : : & const_str_Reversible._ascii.ob_base,
90554 : : & _collections_abc_toplevel_consts_36.ob_base.ob_base,
90555 : : & const_str_Generator._ascii.ob_base,
90556 : : & _collections_abc_toplevel_consts_38.ob_base.ob_base,
90557 : : & const_str_Sized._ascii.ob_base,
90558 : : & _collections_abc_toplevel_consts_40.ob_base.ob_base,
90559 : : & const_str_Container._ascii.ob_base,
90560 : : & _collections_abc_toplevel_consts_42.ob_base.ob_base,
90561 : : & const_str_Collection._ascii.ob_base,
90562 : : & _collections_abc_toplevel_consts_44.ob_base.ob_base,
90563 : : & const_str__CallableGenericAlias._ascii.ob_base,
90564 : : & _collections_abc_toplevel_consts_46.ob_base.ob_base,
90565 : : & _collections_abc_toplevel_consts_47.ob_base.ob_base,
90566 : : & _collections_abc_toplevel_consts_48.ob_base.ob_base,
90567 : : & const_str_Callable._ascii.ob_base,
90568 : : & _collections_abc_toplevel_consts_50.ob_base.ob_base,
90569 : : & const_str_Set._ascii.ob_base,
90570 : : & _collections_abc_toplevel_consts_52.ob_base.ob_base,
90571 : : & const_str_MutableSet._ascii.ob_base,
90572 : : & _collections_abc_toplevel_consts_54.ob_base.ob_base,
90573 : : & const_str_Mapping._ascii.ob_base,
90574 : : & _collections_abc_toplevel_consts_56.ob_base.ob_base,
90575 : : & const_str_MappingView._ascii.ob_base,
90576 : : & _collections_abc_toplevel_consts_58.ob_base.ob_base,
90577 : : & const_str_KeysView._ascii.ob_base,
90578 : : & _collections_abc_toplevel_consts_60.ob_base.ob_base,
90579 : : & const_str_ItemsView._ascii.ob_base,
90580 : : & _collections_abc_toplevel_consts_62.ob_base.ob_base,
90581 : : & const_str_ValuesView._ascii.ob_base,
90582 : : & _collections_abc_toplevel_consts_64.ob_base.ob_base,
90583 : : & const_str_MutableMapping._ascii.ob_base,
90584 : : & _collections_abc_toplevel_consts_66.ob_base.ob_base,
90585 : : & const_str_Sequence._ascii.ob_base,
90586 : : & _collections_abc_toplevel_consts_68.ob_base.ob_base,
90587 : : & const_str_ByteString._ascii.ob_base,
90588 : : & _collections_abc_toplevel_consts_70.ob_base.ob_base,
90589 : : & const_str_MutableSequence._ascii.ob_base,
90590 : : },
90591 : : },
90592 : : };
90593 : : static
90594 : : struct {
90595 : : PyASCIIObject _ascii;
90596 : : uint8_t _data[13];
90597 : : }
90598 : : const_str_EllipsisType = {
90599 : : ._ascii = {
90600 : : .ob_base = {
90601 : : .ob_refcnt = 999999999,
90602 : : .ob_type = &PyUnicode_Type,
90603 : : },
90604 : : .length = 12,
90605 : : .hash = -1,
90606 : : .state = {
90607 : : .kind = 1,
90608 : : .compact = 1,
90609 : : .ascii = 1,
90610 : : },
90611 : : },
90612 : : ._data = "EllipsisType",
90613 : : };
90614 : : static
90615 : : struct {
90616 : : PyASCIIObject _ascii;
90617 : : uint8_t _data[15];
90618 : : }
90619 : : const_str_bytes_iterator = {
90620 : : ._ascii = {
90621 : : .ob_base = {
90622 : : .ob_refcnt = 999999999,
90623 : : .ob_type = &PyUnicode_Type,
90624 : : },
90625 : : .length = 14,
90626 : : .hash = -1,
90627 : : .state = {
90628 : : .kind = 1,
90629 : : .compact = 1,
90630 : : .ascii = 1,
90631 : : },
90632 : : },
90633 : : ._data = "bytes_iterator",
90634 : : };
90635 : : static
90636 : : struct {
90637 : : PyASCIIObject _ascii;
90638 : : uint8_t _data[19];
90639 : : }
90640 : : const_str_bytearray_iterator = {
90641 : : ._ascii = {
90642 : : .ob_base = {
90643 : : .ob_refcnt = 999999999,
90644 : : .ob_type = &PyUnicode_Type,
90645 : : },
90646 : : .length = 18,
90647 : : .hash = -1,
90648 : : .state = {
90649 : : .kind = 1,
90650 : : .compact = 1,
90651 : : .ascii = 1,
90652 : : },
90653 : : },
90654 : : ._data = "bytearray_iterator",
90655 : : };
90656 : : static
90657 : : struct {
90658 : : PyASCIIObject _ascii;
90659 : : uint8_t _data[17];
90660 : : }
90661 : : const_str_dict_keyiterator = {
90662 : : ._ascii = {
90663 : : .ob_base = {
90664 : : .ob_refcnt = 999999999,
90665 : : .ob_type = &PyUnicode_Type,
90666 : : },
90667 : : .length = 16,
90668 : : .hash = -1,
90669 : : .state = {
90670 : : .kind = 1,
90671 : : .compact = 1,
90672 : : .ascii = 1,
90673 : : },
90674 : : },
90675 : : ._data = "dict_keyiterator",
90676 : : };
90677 : : static
90678 : : struct {
90679 : : PyASCIIObject _ascii;
90680 : : uint8_t _data[19];
90681 : : }
90682 : : const_str_dict_valueiterator = {
90683 : : ._ascii = {
90684 : : .ob_base = {
90685 : : .ob_refcnt = 999999999,
90686 : : .ob_type = &PyUnicode_Type,
90687 : : },
90688 : : .length = 18,
90689 : : .hash = -1,
90690 : : .state = {
90691 : : .kind = 1,
90692 : : .compact = 1,
90693 : : .ascii = 1,
90694 : : },
90695 : : },
90696 : : ._data = "dict_valueiterator",
90697 : : };
90698 : : static
90699 : : struct {
90700 : : PyASCIIObject _ascii;
90701 : : uint8_t _data[18];
90702 : : }
90703 : : const_str_dict_itemiterator = {
90704 : : ._ascii = {
90705 : : .ob_base = {
90706 : : .ob_refcnt = 999999999,
90707 : : .ob_type = &PyUnicode_Type,
90708 : : },
90709 : : .length = 17,
90710 : : .hash = -1,
90711 : : .state = {
90712 : : .kind = 1,
90713 : : .compact = 1,
90714 : : .ascii = 1,
90715 : : },
90716 : : },
90717 : : ._data = "dict_itemiterator",
90718 : : };
90719 : : static
90720 : : struct {
90721 : : PyASCIIObject _ascii;
90722 : : uint8_t _data[14];
90723 : : }
90724 : : const_str_list_iterator = {
90725 : : ._ascii = {
90726 : : .ob_base = {
90727 : : .ob_refcnt = 999999999,
90728 : : .ob_type = &PyUnicode_Type,
90729 : : },
90730 : : .length = 13,
90731 : : .hash = -1,
90732 : : .state = {
90733 : : .kind = 1,
90734 : : .compact = 1,
90735 : : .ascii = 1,
90736 : : },
90737 : : },
90738 : : ._data = "list_iterator",
90739 : : };
90740 : : static
90741 : : struct {
90742 : : PyASCIIObject _ascii;
90743 : : uint8_t _data[21];
90744 : : }
90745 : : const_str_list_reverseiterator = {
90746 : : ._ascii = {
90747 : : .ob_base = {
90748 : : .ob_refcnt = 999999999,
90749 : : .ob_type = &PyUnicode_Type,
90750 : : },
90751 : : .length = 20,
90752 : : .hash = -1,
90753 : : .state = {
90754 : : .kind = 1,
90755 : : .compact = 1,
90756 : : .ascii = 1,
90757 : : },
90758 : : },
90759 : : ._data = "list_reverseiterator",
90760 : : };
90761 : : static
90762 : : struct {
90763 : : PyASCIIObject _ascii;
90764 : : uint8_t _data[15];
90765 : : }
90766 : : const_str_range_iterator = {
90767 : : ._ascii = {
90768 : : .ob_base = {
90769 : : .ob_refcnt = 999999999,
90770 : : .ob_type = &PyUnicode_Type,
90771 : : },
90772 : : .length = 14,
90773 : : .hash = -1,
90774 : : .state = {
90775 : : .kind = 1,
90776 : : .compact = 1,
90777 : : .ascii = 1,
90778 : : },
90779 : : },
90780 : : ._data = "range_iterator",
90781 : : };
90782 : : static
90783 : : struct {
90784 : : PyASCIIObject _ascii;
90785 : : uint8_t _data[19];
90786 : : }
90787 : : const_str_longrange_iterator = {
90788 : : ._ascii = {
90789 : : .ob_base = {
90790 : : .ob_refcnt = 999999999,
90791 : : .ob_type = &PyUnicode_Type,
90792 : : },
90793 : : .length = 18,
90794 : : .hash = -1,
90795 : : .state = {
90796 : : .kind = 1,
90797 : : .compact = 1,
90798 : : .ascii = 1,
90799 : : },
90800 : : },
90801 : : ._data = "longrange_iterator",
90802 : : };
90803 : : static
90804 : : struct {
90805 : : PyASCIIObject _ascii;
90806 : : uint8_t _data[13];
90807 : : }
90808 : : const_str_set_iterator = {
90809 : : ._ascii = {
90810 : : .ob_base = {
90811 : : .ob_refcnt = 999999999,
90812 : : .ob_type = &PyUnicode_Type,
90813 : : },
90814 : : .length = 12,
90815 : : .hash = -1,
90816 : : .state = {
90817 : : .kind = 1,
90818 : : .compact = 1,
90819 : : .ascii = 1,
90820 : : },
90821 : : },
90822 : : ._data = "set_iterator",
90823 : : };
90824 : : static
90825 : : struct {
90826 : : PyASCIIObject _ascii;
90827 : : uint8_t _data[13];
90828 : : }
90829 : : const_str_str_iterator = {
90830 : : ._ascii = {
90831 : : .ob_base = {
90832 : : .ob_refcnt = 999999999,
90833 : : .ob_type = &PyUnicode_Type,
90834 : : },
90835 : : .length = 12,
90836 : : .hash = -1,
90837 : : .state = {
90838 : : .kind = 1,
90839 : : .compact = 1,
90840 : : .ascii = 1,
90841 : : },
90842 : : },
90843 : : ._data = "str_iterator",
90844 : : };
90845 : : static
90846 : : struct {
90847 : : PyASCIIObject _ascii;
90848 : : uint8_t _data[15];
90849 : : }
90850 : : const_str_tuple_iterator = {
90851 : : ._ascii = {
90852 : : .ob_base = {
90853 : : .ob_refcnt = 999999999,
90854 : : .ob_type = &PyUnicode_Type,
90855 : : },
90856 : : .length = 14,
90857 : : .hash = -1,
90858 : : .state = {
90859 : : .kind = 1,
90860 : : .compact = 1,
90861 : : .ascii = 1,
90862 : : },
90863 : : },
90864 : : ._data = "tuple_iterator",
90865 : : };
90866 : : static
90867 : : struct {
90868 : : PyASCIIObject _ascii;
90869 : : uint8_t _data[4];
90870 : : }
90871 : : const_str_zip = {
90872 : : ._ascii = {
90873 : : .ob_base = {
90874 : : .ob_refcnt = 999999999,
90875 : : .ob_type = &PyUnicode_Type,
90876 : : },
90877 : : .length = 3,
90878 : : .hash = -1,
90879 : : .state = {
90880 : : .kind = 1,
90881 : : .compact = 1,
90882 : : .ascii = 1,
90883 : : },
90884 : : },
90885 : : ._data = "zip",
90886 : : };
90887 : : static
90888 : : struct {
90889 : : PyASCIIObject _ascii;
90890 : : uint8_t _data[13];
90891 : : }
90892 : : const_str_zip_iterator = {
90893 : : ._ascii = {
90894 : : .ob_base = {
90895 : : .ob_refcnt = 999999999,
90896 : : .ob_type = &PyUnicode_Type,
90897 : : },
90898 : : .length = 12,
90899 : : .hash = -1,
90900 : : .state = {
90901 : : .kind = 1,
90902 : : .compact = 1,
90903 : : .ascii = 1,
90904 : : },
90905 : : },
90906 : : ._data = "zip_iterator",
90907 : : };
90908 : : static
90909 : : struct {
90910 : : PyASCIIObject _ascii;
90911 : : uint8_t _data[10];
90912 : : }
90913 : : const_str_dict_keys = {
90914 : : ._ascii = {
90915 : : .ob_base = {
90916 : : .ob_refcnt = 999999999,
90917 : : .ob_type = &PyUnicode_Type,
90918 : : },
90919 : : .length = 9,
90920 : : .hash = -1,
90921 : : .state = {
90922 : : .kind = 1,
90923 : : .compact = 1,
90924 : : .ascii = 1,
90925 : : },
90926 : : },
90927 : : ._data = "dict_keys",
90928 : : };
90929 : : static
90930 : : struct {
90931 : : PyASCIIObject _ascii;
90932 : : uint8_t _data[12];
90933 : : }
90934 : : const_str_dict_values = {
90935 : : ._ascii = {
90936 : : .ob_base = {
90937 : : .ob_refcnt = 999999999,
90938 : : .ob_type = &PyUnicode_Type,
90939 : : },
90940 : : .length = 11,
90941 : : .hash = -1,
90942 : : .state = {
90943 : : .kind = 1,
90944 : : .compact = 1,
90945 : : .ascii = 1,
90946 : : },
90947 : : },
90948 : : ._data = "dict_values",
90949 : : };
90950 : : static
90951 : : struct {
90952 : : PyASCIIObject _ascii;
90953 : : uint8_t _data[11];
90954 : : }
90955 : : const_str_dict_items = {
90956 : : ._ascii = {
90957 : : .ob_base = {
90958 : : .ob_refcnt = 999999999,
90959 : : .ob_type = &PyUnicode_Type,
90960 : : },
90961 : : .length = 10,
90962 : : .hash = -1,
90963 : : .state = {
90964 : : .kind = 1,
90965 : : .compact = 1,
90966 : : .ascii = 1,
90967 : : },
90968 : : },
90969 : : ._data = "dict_items",
90970 : : };
90971 : : static
90972 : : struct {
90973 : : PyASCIIObject _ascii;
90974 : : uint8_t _data[13];
90975 : : }
90976 : : const_str_mappingproxy = {
90977 : : ._ascii = {
90978 : : .ob_base = {
90979 : : .ob_refcnt = 999999999,
90980 : : .ob_type = &PyUnicode_Type,
90981 : : },
90982 : : .length = 12,
90983 : : .hash = -1,
90984 : : .state = {
90985 : : .kind = 1,
90986 : : .compact = 1,
90987 : : .ascii = 1,
90988 : : },
90989 : : },
90990 : : ._data = "mappingproxy",
90991 : : };
90992 : : static
90993 : : struct {
90994 : : PyASCIIObject _ascii;
90995 : : uint8_t _data[10];
90996 : : }
90997 : : const_str_generator = {
90998 : : ._ascii = {
90999 : : .ob_base = {
91000 : : .ob_refcnt = 999999999,
91001 : : .ob_type = &PyUnicode_Type,
91002 : : },
91003 : : .length = 9,
91004 : : .hash = -1,
91005 : : .state = {
91006 : : .kind = 1,
91007 : : .compact = 1,
91008 : : .ascii = 1,
91009 : : },
91010 : : },
91011 : : ._data = "generator",
91012 : : };
91013 : : static
91014 : : struct {
91015 : : PyASCIIObject _ascii;
91016 : : uint8_t _data[10];
91017 : : }
91018 : : const_str_coroutine = {
91019 : : ._ascii = {
91020 : : .ob_base = {
91021 : : .ob_refcnt = 999999999,
91022 : : .ob_type = &PyUnicode_Type,
91023 : : },
91024 : : .length = 9,
91025 : : .hash = -1,
91026 : : .state = {
91027 : : .kind = 1,
91028 : : .compact = 1,
91029 : : .ascii = 1,
91030 : : },
91031 : : },
91032 : : ._data = "coroutine",
91033 : : };
91034 : : static
91035 : : struct {
91036 : : PyASCIIObject _ascii;
91037 : : uint8_t _data[16];
91038 : : }
91039 : : const_str_async_generator = {
91040 : : ._ascii = {
91041 : : .ob_base = {
91042 : : .ob_refcnt = 999999999,
91043 : : .ob_type = &PyUnicode_Type,
91044 : : },
91045 : : .length = 15,
91046 : : .hash = -1,
91047 : : .state = {
91048 : : .kind = 1,
91049 : : .compact = 1,
91050 : : .ascii = 1,
91051 : : },
91052 : : },
91053 : : ._data = "async_generator",
91054 : : };
91055 : : static
91056 : : struct {
91057 : : PyGC_Head _gc_head;
91058 : : struct {
91059 : : PyObject_VAR_HEAD
91060 : : PyObject *ob_item[83];
91061 : : }_object;
91062 : : }
91063 : : _collections_abc_toplevel_names = {
91064 : : ._object = {
91065 : : .ob_base = {
91066 : : .ob_base = {
91067 : : .ob_refcnt = 999999999,
91068 : : .ob_type = &PyTuple_Type,
91069 : : },
91070 : : .ob_size = 83,
91071 : : },
91072 : : .ob_item = {
91073 : : &_Py_ID(__doc__),
91074 : : & const_str_abc._ascii.ob_base,
91075 : : & const_str_ABCMeta._ascii.ob_base,
91076 : : & const_str_abstractmethod._ascii.ob_base,
91077 : : & const_str_sys._ascii.ob_base,
91078 : : & const_str_type._ascii.ob_base,
91079 : : & const_str_list._ascii.ob_base,
91080 : : & const_str_int._ascii.ob_base,
91081 : : & const_str_GenericAlias._ascii.ob_base,
91082 : : & const_str_EllipsisType._ascii.ob_base,
91083 : : & const_str__f._ascii.ob_base,
91084 : : & const_str_FunctionType._ascii.ob_base,
91085 : : &_Py_ID(__all__),
91086 : : &_Py_ID(__name__),
91087 : : &_Py_ID(iter),
91088 : : & const_str_bytes_iterator._ascii.ob_base,
91089 : : & const_str_bytearray._ascii.ob_base,
91090 : : & const_str_bytearray_iterator._ascii.ob_base,
91091 : : &_Py_ID(keys),
91092 : : & const_str_dict_keyiterator._ascii.ob_base,
91093 : : &_Py_ID(values),
91094 : : & const_str_dict_valueiterator._ascii.ob_base,
91095 : : &_Py_ID(items),
91096 : : & const_str_dict_itemiterator._ascii.ob_base,
91097 : : & const_str_list_iterator._ascii.ob_base,
91098 : : &_Py_ID(reversed),
91099 : : & const_str_list_reverseiterator._ascii.ob_base,
91100 : : & const_str_range._ascii.ob_base,
91101 : : & const_str_range_iterator._ascii.ob_base,
91102 : : & const_str_longrange_iterator._ascii.ob_base,
91103 : : & const_str_set._ascii.ob_base,
91104 : : & const_str_set_iterator._ascii.ob_base,
91105 : : & const_str_str_iterator._ascii.ob_base,
91106 : : & const_str_tuple_iterator._ascii.ob_base,
91107 : : & const_str_zip._ascii.ob_base,
91108 : : & const_str_zip_iterator._ascii.ob_base,
91109 : : & const_str_dict_keys._ascii.ob_base,
91110 : : & const_str_dict_values._ascii.ob_base,
91111 : : & const_str_dict_items._ascii.ob_base,
91112 : : &_Py_ID(__dict__),
91113 : : & const_str_mappingproxy._ascii.ob_base,
91114 : : & const_str_generator._ascii.ob_base,
91115 : : & const_str__coro._ascii.ob_base,
91116 : : & const_str_coroutine._ascii.ob_base,
91117 : : &_Py_ID(close),
91118 : : & const_str__ag._ascii.ob_base,
91119 : : & const_str_async_generator._ascii.ob_base,
91120 : : & const_str__check_methods._ascii.ob_base,
91121 : : & const_str_Hashable._ascii.ob_base,
91122 : : & const_str_Awaitable._ascii.ob_base,
91123 : : & const_str_Coroutine._ascii.ob_base,
91124 : : & const_str_register._ascii.ob_base,
91125 : : & const_str_AsyncIterable._ascii.ob_base,
91126 : : & const_str_AsyncIterator._ascii.ob_base,
91127 : : & const_str_AsyncGenerator._ascii.ob_base,
91128 : : & const_str_Iterable._ascii.ob_base,
91129 : : & const_str_Iterator._ascii.ob_base,
91130 : : & const_str_Reversible._ascii.ob_base,
91131 : : & const_str_Generator._ascii.ob_base,
91132 : : & const_str_Sized._ascii.ob_base,
91133 : : & const_str_Container._ascii.ob_base,
91134 : : & const_str_Collection._ascii.ob_base,
91135 : : & const_str__CallableGenericAlias._ascii.ob_base,
91136 : : & const_str__is_param_expr._ascii.ob_base,
91137 : : & const_str__type_repr._ascii.ob_base,
91138 : : & const_str_Callable._ascii.ob_base,
91139 : : & const_str_Set._ascii.ob_base,
91140 : : & const_str_frozenset._ascii.ob_base,
91141 : : & const_str_MutableSet._ascii.ob_base,
91142 : : & const_str_Mapping._ascii.ob_base,
91143 : : & const_str_MappingView._ascii.ob_base,
91144 : : & const_str_KeysView._ascii.ob_base,
91145 : : & const_str_ItemsView._ascii.ob_base,
91146 : : & const_str_ValuesView._ascii.ob_base,
91147 : : & const_str_MutableMapping._ascii.ob_base,
91148 : : & const_str_dict._ascii.ob_base,
91149 : : & const_str_Sequence._ascii.ob_base,
91150 : : & const_str_tuple._ascii.ob_base,
91151 : : & const_str_str._ascii.ob_base,
91152 : : & const_str_memoryview._ascii.ob_base,
91153 : : & const_str_ByteString._ascii.ob_base,
91154 : : & const_str_bytes._ascii.ob_base,
91155 : : & const_str_MutableSequence._ascii.ob_base,
91156 : : },
91157 : : },
91158 : : };
91159 : : static
91160 : : struct {
91161 : : PyObject_VAR_HEAD
91162 : : Py_hash_t ob_shash;
91163 : : char ob_sval[2248];
91164 : : }
91165 : : _collections_abc_toplevel_linetable = {
91166 : : .ob_base = {
91167 : : .ob_base = {
91168 : : .ob_refcnt = 999999999,
91169 : : .ob_type = &PyBytes_Type,
91170 : : },
91171 : : .ob_size = 2247,
91172 : : },
91173 : : .ob_shash = -1,
91174 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x08\x03\x01\x04\xf0\x00\x03\x01\x04\xf0\x3e\x00\x01\x28\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd0\x00\x27\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xe0\x0f\x13\x88\x74\x90\x44\x98\x13\x94\x49\x8c\x7f\x80\x0c\xd8\x0f\x13\x88\x74\x90\x43\x8c\x79\x80\x0c\xd8\x00\x0e\x80\x0e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x42\x8c\x78\x80\x0c\xd8\x04\x06\xf0\x04\x09\x0b\x0d\xf0\x00\x09\x0b\x0d\xf0\x00\x09\x0b\x0d\x80\x07\xf0\x1e\x00\x0c\x1d\x80\x08\xf0\x12\x00\x12\x16\x90\x14\x90\x64\x90\x64\x98\x33\x94\x69\x94\x1f\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x79\x98\x79\x9c\x7b\xd4\x1a\x2b\xd4\x15\x2c\xd0\x00\x12\xe0\x13\x17\x90\x34\x98\x04\x98\x04\x98\x52\x9f\x57\x99\x57\x9c\x59\x9c\x0f\xd4\x13\x28\xd0\x00\x10\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x72\x9f\x79\x99\x79\x9c\x7b\xd4\x1a\x2b\xd4\x15\x2c\xd0\x00\x12\xd8\x14\x18\x90\x44\x98\x14\x98\x14\x98\x62\x9f\x68\x99\x68\x9c\x6a\xd4\x19\x29\xd4\x14\x2a\xd0\x00\x11\xd8\x10\x14\x90\x04\x90\x54\x90\x54\x98\x22\x94\x58\x94\x0e\x80\x0d\xd8\x17\x1b\x90\x74\x98\x44\x98\x44\xa0\x18\xa0\x18\xa8\x22\xa4\x1c\xd4\x1c\x2e\xd4\x17\x2f\xd0\x00\x14\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x35\x98\x35\xa0\x11\x9c\x38\x94\x6e\xd4\x11\x25\x80\x0e\xd8\x15\x19\x90\x54\x98\x24\x98\x24\x98\x75\x98\x75\xa0\x51\xa8\x24\xa1\x59\xd4\x1f\x2f\xd4\x1a\x30\xd4\x15\x31\xd0\x00\x12\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x9c\x15\x94\x4b\xd4\x0f\x20\x80\x0c\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x12\x94\x48\x8c\x7e\x80\x0c\xd8\x11\x15\x90\x14\x90\x64\x90\x64\x98\x32\x94\x68\x94\x1e\x80\x0e\xd8\x0f\x13\x88\x74\x90\x44\x90\x44\x98\x13\x98\x13\x9c\x15\x94\x4b\xd4\x0f\x20\x80\x0c\xe0\x0c\x10\x88\x44\x90\x12\x97\x17\x91\x17\x94\x19\x8c\x4f\x80\x09\xd8\x0e\x12\x88\x64\x90\x32\x97\x39\x91\x39\x94\x3b\xd4\x0e\x1f\x80\x0b\xd8\x0d\x11\x88\x54\x90\x22\x97\x28\x91\x28\x94\x2a\xd4\x0d\x1d\x80\x0a\xe0\x0f\x13\x88\x74\x90\x44\x97\x4d\x91\x4d\xd4\x0f\x22\x80\x0c\xd8\x0c\x10\x88\x44\x90\x2f\x90\x2f\x90\x2f\xd4\x11\x24\xd4\x0c\x25\x80\x09\xe0\x00\x17\xd0\x00\x17\xd0\x00\x17\xd8\x08\x0d\x88\x05\x8c\x07\x80\x05\xd8\x0c\x10\x88\x44\x90\x15\x8c\x4b\x80\x09\xd8\x00\x05\x87\x0b\x81\x0b\x84\x0d\x80\x0d\xd8\x04\x09\xe0\x00\x16\xd0\x00\x16\xd0\x00\x16\xd8\x06\x09\x80\x63\x84\x65\x80\x03\xd8\x12\x16\x90\x24\x90\x73\x94\x29\x80\x0f\xd8\x04\x07\xf0\x0a\x0a\x01\x10\xf0\x00\x0a\x01\x10\xf0\x00\x0a\x01\x10\xf0\x18\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\x98\x17\xf0\x00\x0c\x01\x1e\xf4\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x1e\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x27\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\x90\x09\xf4\x00\x26\x01\x1e\xf0\x00\x26\x01\x1e\xf0\x52\x01\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x39\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x67\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\x90\x4d\xf4\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x26\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\x90\x5d\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0f\xd7\x00\x17\xd1\x00\x17\x98\x0f\xd4\x00\x28\xd0\x00\x28\xf0\x06\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\x98\x17\xf0\x00\x0f\x01\x32\xf4\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x24\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\x88\x78\xf4\x00\x10\x01\x1e\xf0\x00\x10\x01\x1e\xf0\x26\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xe0\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x22\xd4\x00\x23\xd0\x00\x23\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x23\xd4\x00\x24\xd0\x00\x24\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2d\xd4\x00\x20\xd0\x00\x20\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x26\xd4\x00\x27\xd0\x00\x27\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\xd0\x12\x24\xd4\x00\x25\xd0\x00\x25\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2e\xd4\x00\x21\xd0\x00\x21\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2c\xd4\x00\x1f\xd0\x00\x1f\xf0\x06\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\x90\x18\xf4\x00\x0d\x01\x1e\xf0\x00\x0d\x01\x1e\xf0\x20\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\x90\x08\xf4\x00\x2d\x01\x1e\xf0\x00\x2d\x01\x1e\xf0\x60\x01\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x39\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\x90\x67\xf0\x00\x0c\x01\x1e\xf4\x00\x0c\x01\x1e\xf0\x00\x0c\x01\x1e\xf0\x1e\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\x98\x27\xf0\x00\x0e\x01\x32\xf4\x00\x0e\x01\x32\xf0\x00\x0e\x01\x32\xf0\x22\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\x90\x15\x98\x08\xa0\x29\xf4\x00\x08\x01\x1e\xf0\x00\x08\x01\x1e\xf0\x16\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\x98\x4c\xf4\x00\x3b\x01\x40\x01\xf0\x00\x3b\x01\x40\x01\xf0\x7a\x01\x0a\x01\x56\x01\xf0\x00\x0a\x01\x56\x01\xf0\x00\x0a\x01\x56\x01\xf0\x18\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x00\x10\x01\x15\xf0\x26\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\x98\x17\xf0\x00\x0e\x01\x3b\xf4\x00\x0e\x01\x3b\xf0\x00\x0e\x01\x3b\xf0\x28\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\x88\x2a\xf4\x00\x47\x02\x01\x11\xf0\x00\x47\x02\x01\x11\xf0\x54\x04\x00\x01\x04\x87\x0c\x81\x0c\x88\x59\xd4\x00\x17\xd0\x00\x17\xf0\x06\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\x90\x13\xf4\x00\x4d\x01\x01\x14\xf0\x00\x4d\x01\x01\x14\xf0\x60\x02\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x43\xd4\x00\x18\xd0\x00\x18\xf0\x0a\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x00\x31\x01\x18\x88\x6a\xf4\x00\x31\x01\x18\xf0\x00\x31\x01\x18\xf0\x66\x01\x00\x01\x08\xd7\x00\x10\xd1\x00\x10\x90\x1c\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\x90\x25\xf4\x00\x0d\x01\x32\xf0\x00\x0d\x01\x32\xf0\x20\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\x88\x7b\x98\x43\xf4\x00\x0c\x01\x21\xf0\x00\x0c\x01\x21\xf0\x1e\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x29\xd4\x00\x1c\xd0\x00\x1c\xf0\x06\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\x90\x0b\x98\x53\xf4\x00\x13\x01\x2c\xf0\x00\x13\x01\x2c\xf0\x2c\x00\x01\x0a\xd7\x00\x12\xd1\x00\x12\x90\x3a\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\x90\x1b\x98\x6a\xf4\x00\x0d\x01\x25\xf0\x00\x0d\x01\x25\xf0\x20\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x4b\xd4\x00\x20\xd0\x00\x20\xf0\x06\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\x90\x57\xf4\x00\x4f\x01\x01\x17\xf0\x00\x4f\x01\x01\x17\xf0\x64\x02\x00\x01\x0f\xd7\x00\x17\xd1\x00\x17\x98\x04\xd4\x00\x1d\xd0\x00\x1d\xf0\x0a\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\x88\x7a\x98\x3a\xf4\x00\x3d\x01\x40\x01\xf0\x00\x3d\x01\x40\x01\xf0\x7e\x01\x00\x01\x09\xd7\x00\x11\xd1\x00\x11\x90\x25\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x23\xd4\x00\x16\xd0\x00\x16\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x25\xd4\x00\x18\xd0\x00\x18\xd8\x00\x08\xd7\x00\x11\xd1\x00\x11\x90\x2a\xd4\x00\x1d\xd0\x00\x1d\xf0\x06\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x00\x06\x01\x13\x90\x18\xf4\x00\x06\x01\x13\xf0\x00\x06\x01\x13\xf0\x10\x00\x01\x0b\xd7\x00\x13\xd1\x00\x13\x90\x45\xd4\x00\x1a\xd0\x00\x1a\xd8\x00\x0a\xd7\x00\x13\xd1\x00\x13\x90\x49\xd4\x00\x1e\xd0\x00\x1e\xf0\x06\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\x90\x68\xf4\x00\x3f\x01\x14\xf0\x00\x3f\x01\x14\xf0\x44\x02\x00\x01\x10\xd7\x00\x18\xd1\x00\x18\x98\x14\xd4\x00\x1e\xd0\x00\x1e\xd8\x00\x0f\xd7\x00\x18\xd1\x00\x18\x98\x19\xd4\x00\x23\xd0\x00\x23\xd0\x00\x23\xd0\x00\x23",
91175 : : };
91176 : : static
91177 : : struct _PyCode_DEF(2826)
91178 : : _collections_abc_toplevel = {
91179 : : .ob_base = {
91180 : : .ob_base = {
91181 : : .ob_refcnt = 999999999,
91182 : : .ob_type = &PyCode_Type,
91183 : : },
91184 : : .ob_size = 1413,
91185 : : },
91186 : : .co_consts = & _collections_abc_toplevel_consts._object.ob_base.ob_base,
91187 : : .co_names = & _collections_abc_toplevel_names._object.ob_base.ob_base,
91188 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91189 : : .co_flags = 0,
91190 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91191 : : ._co_linearray_entry_size = 0,
91192 : : .co_argcount = 0,
91193 : : .co_posonlyargcount = 0,
91194 : : .co_kwonlyargcount = 0,
91195 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
91196 : : .co_stacksize = 8,
91197 : : .co_firstlineno = 1,
91198 : : .co_nlocalsplus = 0,
91199 : : .co_nlocals = 0,
91200 : : .co_nplaincellvars = 0,
91201 : : .co_ncellvars = 0,
91202 : : .co_nfreevars = 0,
91203 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
91204 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
91205 : : .co_filename = & _collections_abc_toplevel_consts_5_filename._ascii.ob_base,
91206 : : .co_name = &_Py_STR(anon_module),
91207 : : .co_qualname = &_Py_STR(anon_module),
91208 : : .co_linetable = & _collections_abc_toplevel_linetable.ob_base.ob_base,
91209 : : ._co_code = NULL,
91210 : : ._co_linearray = NULL,
91211 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x6d\x02\x5a\x02\x6d\x03\x5a\x03\x01\x00\x64\x01\x64\x03\x6c\x04\x5a\x04\x02\x00\x65\x05\x65\x06\x65\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x05\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x64\x05\x84\x00\x5a\x0a\x02\x00\x65\x05\x65\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x5b\x0a\x67\x00\x64\x06\xa2\x01\x5a\x0c\x64\x07\x5a\x0d\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0f\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x10\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x11\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x13\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x15\x02\x00\x65\x05\x02\x00\x65\x0e\x69\x00\x6a\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x17\x02\x00\x65\x05\x02\x00\x65\x0e\x67\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x18\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x19\x67\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1b\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1c\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1b\x64\x09\x64\x0a\x7a\x03\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1d\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x1e\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x02\x00\x65\x05\x02\x00\x65\x0e\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x21\x02\x00\x65\x05\x02\x00\x65\x0e\x02\x00\x65\x22\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x23\x02\x00\x65\x05\x69\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x24\x02\x00\x65\x05\x69\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x25\x02\x00\x65\x05\x69\x00\x6a\x2d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x26\x02\x00\x65\x05\x65\x05\x6a\x4e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x28\x02\x00\x65\x05\x02\x00\x64\x0d\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x29\x64\x0e\x84\x00\x5a\x2a\x02\x00\x65\x2a\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x05\x65\x2a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2b\x65\x2a\x6a\x59\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x2a\x64\x0f\x84\x00\x5a\x2d\x02\x00\x65\x2d\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2d\x02\x00\x65\x05\x65\x2d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2e\x5b\x2d\x64\x10\x84\x00\x5a\x2f\x02\x00\x47\x00\x64\x11\x84\x00\x64\x12\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x30\x02\x00\x47\x00\x64\x14\x84\x00\x64\x15\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x31\x02\x00\x47\x00\x64\x16\x84\x00\x64\x17\x65\x31\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x32\x65\x32\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x34\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x34\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x35\x02\x00\x47\x00\x64\x1c\x84\x00\x64\x1d\x65\x35\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x36\x65\x36\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x2e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x1e\x84\x00\x64\x1f\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x37\x02\x00\x47\x00\x64\x20\x84\x00\x64\x21\x65\x37\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x38\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x15\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x17\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x18\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x20\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x21\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x23\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x22\x84\x00\x64\x23\x65\x37\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x39\x02\x00\x47\x00\x64\x24\x84\x00\x64\x25\x65\x38\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3a\x65\x3a\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x29\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x26\x84\x00\x64\x27\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3b\x02\x00\x47\x00\x64\x28\x84\x00\x64\x29\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3c\x02\x00\x47\x00\x64\x2a\x84\x00\x64\x2b\x65\x3b\x65\x37\x65\x3c\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3d\x02\x00\x47\x00\x64\x2c\x84\x00\x64\x2d\x65\x08\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x3e\x64\x2e\x84\x00\x5a\x3f\x64\x2f\x84\x00\x5a\x40\x02\x00\x47\x00\x64\x30\x84\x00\x64\x31\x65\x02\xac\x13\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x41\x02\x00\x47\x00\x64\x32\x84\x00\x64\x33\x65\x3d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x42\x65\x42\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x43\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x34\x84\x00\x64\x35\x65\x42\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x44\x65\x44\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x36\x84\x00\x64\x37\x65\x3d\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x45\x65\x45\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x28\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x38\x84\x00\x64\x39\x65\x3b\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x02\x00\x47\x00\x64\x3a\x84\x00\x64\x3b\x65\x46\x65\x42\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x47\x65\x47\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x24\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x3c\x84\x00\x64\x3d\x65\x46\x65\x42\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x65\x48\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x26\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x3e\x84\x00\x64\x3f\x65\x46\x65\x3d\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x49\x65\x49\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x25\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x40\x84\x00\x64\x41\x65\x45\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4a\x65\x4a\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x42\x84\x00\x64\x43\x65\x39\x65\x3d\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4c\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4c\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x44\x84\x00\x64\x45\x65\x4c\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x50\x65\x50\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x51\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x50\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x47\x00\x64\x46\x84\x00\x64\x47\x65\x4c\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x52\x65\x52\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x52\x6a\x67\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00",
91212 : : ._co_firsttraceable = 0,
91213 : : };
91214 : 3094 : static void _collections_abc_do_patchups(void) {
91215 : 3094 : }
91216 : :
91217 : : PyObject *
91218 : 3094 : _Py_get__collections_abc_toplevel(void)
91219 : : {
91220 : 3094 : _collections_abc_do_patchups();
91221 : 3094 : return Py_NewRef((PyObject *) &_collections_abc_toplevel);
91222 : : }
91223 : :
91224 : : static
91225 : : struct {
91226 : : PyASCIIObject _ascii;
91227 : : uint8_t _data[62];
91228 : : }
91229 : : _sitebuiltins_toplevel_consts_0 = {
91230 : : ._ascii = {
91231 : : .ob_base = {
91232 : : .ob_refcnt = 999999999,
91233 : : .ob_type = &PyUnicode_Type,
91234 : : },
91235 : : .length = 61,
91236 : : .hash = -1,
91237 : : .state = {
91238 : : .kind = 1,
91239 : : .compact = 1,
91240 : : .ascii = 1,
91241 : : },
91242 : : },
91243 : : ._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",
91244 : : };
91245 : : static
91246 : : struct {
91247 : : PyASCIIObject _ascii;
91248 : : uint8_t _data[8];
91249 : : }
91250 : : const_str_Quitter = {
91251 : : ._ascii = {
91252 : : .ob_base = {
91253 : : .ob_refcnt = 999999999,
91254 : : .ob_type = &PyUnicode_Type,
91255 : : },
91256 : : .length = 7,
91257 : : .hash = -1,
91258 : : .state = {
91259 : : .kind = 1,
91260 : : .compact = 1,
91261 : : .ascii = 1,
91262 : : },
91263 : : },
91264 : : ._data = "Quitter",
91265 : : };
91266 : : static
91267 : : struct {
91268 : : PyASCIIObject _ascii;
91269 : : uint8_t _data[4];
91270 : : }
91271 : : const_str_eof = {
91272 : : ._ascii = {
91273 : : .ob_base = {
91274 : : .ob_refcnt = 999999999,
91275 : : .ob_type = &PyUnicode_Type,
91276 : : },
91277 : : .length = 3,
91278 : : .hash = -1,
91279 : : .state = {
91280 : : .kind = 1,
91281 : : .compact = 1,
91282 : : .ascii = 1,
91283 : : },
91284 : : },
91285 : : ._data = "eof",
91286 : : };
91287 : : static
91288 : : struct {
91289 : : PyGC_Head _gc_head;
91290 : : struct {
91291 : : PyObject_VAR_HEAD
91292 : : PyObject *ob_item[2];
91293 : : }_object;
91294 : : }
91295 : : _sitebuiltins_toplevel_consts_3_consts_1_names = {
91296 : : ._object = {
91297 : : .ob_base = {
91298 : : .ob_base = {
91299 : : .ob_refcnt = 999999999,
91300 : : .ob_type = &PyTuple_Type,
91301 : : },
91302 : : .ob_size = 2,
91303 : : },
91304 : : .ob_item = {
91305 : : &_Py_ID(name),
91306 : : & const_str_eof._ascii.ob_base,
91307 : : },
91308 : : },
91309 : : };
91310 : : static
91311 : : struct {
91312 : : PyASCIIObject _ascii;
91313 : : uint8_t _data[23];
91314 : : }
91315 : : _sitebuiltins_toplevel_consts_3_consts_1_filename = {
91316 : : ._ascii = {
91317 : : .ob_base = {
91318 : : .ob_refcnt = 999999999,
91319 : : .ob_type = &PyUnicode_Type,
91320 : : },
91321 : : .length = 22,
91322 : : .hash = -1,
91323 : : .state = {
91324 : : .kind = 1,
91325 : : .compact = 1,
91326 : : .ascii = 1,
91327 : : },
91328 : : },
91329 : : ._data = "<frozen _sitebuiltins>",
91330 : : };
91331 : : static
91332 : : struct {
91333 : : PyASCIIObject _ascii;
91334 : : uint8_t _data[17];
91335 : : }
91336 : : _sitebuiltins_toplevel_consts_3_consts_1_qualname = {
91337 : : ._ascii = {
91338 : : .ob_base = {
91339 : : .ob_refcnt = 999999999,
91340 : : .ob_type = &PyUnicode_Type,
91341 : : },
91342 : : .length = 16,
91343 : : .hash = -1,
91344 : : .state = {
91345 : : .kind = 1,
91346 : : .compact = 1,
91347 : : .ascii = 1,
91348 : : },
91349 : : },
91350 : : ._data = "Quitter.__init__",
91351 : : };
91352 : : static
91353 : : struct {
91354 : : PyObject_VAR_HEAD
91355 : : Py_hash_t ob_shash;
91356 : : char ob_sval[21];
91357 : : }
91358 : : _sitebuiltins_toplevel_consts_3_consts_1_linetable = {
91359 : : .ob_base = {
91360 : : .ob_base = {
91361 : : .ob_refcnt = 999999999,
91362 : : .ob_type = &PyBytes_Type,
91363 : : },
91364 : : .ob_size = 20,
91365 : : },
91366 : : .ob_shash = -1,
91367 : : .ob_sval = "\x80\x00\xd8\x14\x18\x88\x04\x8c\x09\xd8\x13\x16\x88\x04\x8c\x08\x88\x08\x88\x08",
91368 : : };
91369 : : static
91370 : : struct {
91371 : : PyGC_Head _gc_head;
91372 : : struct {
91373 : : PyObject_VAR_HEAD
91374 : : PyObject *ob_item[3];
91375 : : }_object;
91376 : : }
91377 : : _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames = {
91378 : : ._object = {
91379 : : .ob_base = {
91380 : : .ob_base = {
91381 : : .ob_refcnt = 999999999,
91382 : : .ob_type = &PyTuple_Type,
91383 : : },
91384 : : .ob_size = 3,
91385 : : },
91386 : : .ob_item = {
91387 : : & const_str_self._ascii.ob_base,
91388 : : &_Py_ID(name),
91389 : : & const_str_eof._ascii.ob_base,
91390 : : },
91391 : : },
91392 : : };
91393 : : static
91394 : : struct _PyCode_DEF(34)
91395 : : _sitebuiltins_toplevel_consts_3_consts_1 = {
91396 : : .ob_base = {
91397 : : .ob_base = {
91398 : : .ob_refcnt = 999999999,
91399 : : .ob_type = &PyCode_Type,
91400 : : },
91401 : : .ob_size = 17,
91402 : : },
91403 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
91404 : : .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
91405 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91406 : : .co_flags = 3,
91407 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91408 : : ._co_linearray_entry_size = 0,
91409 : : .co_argcount = 3,
91410 : : .co_posonlyargcount = 0,
91411 : : .co_kwonlyargcount = 0,
91412 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
91413 : : .co_stacksize = 2,
91414 : : .co_firstlineno = 14,
91415 : : .co_nlocalsplus = 3,
91416 : : .co_nlocals = 3,
91417 : : .co_nplaincellvars = 0,
91418 : : .co_ncellvars = 0,
91419 : : .co_nfreevars = 0,
91420 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
91421 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
91422 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
91423 : : .co_name = &_Py_ID(__init__),
91424 : : .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_1_qualname._ascii.ob_base,
91425 : : .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_1_linetable.ob_base.ob_base,
91426 : : ._co_code = NULL,
91427 : : ._co_linearray = NULL,
91428 : : .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",
91429 : : ._co_firsttraceable = 0,
91430 : : };
91431 : : static
91432 : : struct {
91433 : : PyASCIIObject _ascii;
91434 : : uint8_t _data[5];
91435 : : }
91436 : : _sitebuiltins_toplevel_consts_3_consts_2_consts_1 = {
91437 : : ._ascii = {
91438 : : .ob_base = {
91439 : : .ob_refcnt = 999999999,
91440 : : .ob_type = &PyUnicode_Type,
91441 : : },
91442 : : .length = 4,
91443 : : .hash = -1,
91444 : : .state = {
91445 : : .kind = 1,
91446 : : .compact = 1,
91447 : : .ascii = 1,
91448 : : },
91449 : : },
91450 : : ._data = "Use ",
91451 : : };
91452 : : static
91453 : : struct {
91454 : : PyASCIIObject _ascii;
91455 : : uint8_t _data[7];
91456 : : }
91457 : : _sitebuiltins_toplevel_consts_3_consts_2_consts_2 = {
91458 : : ._ascii = {
91459 : : .ob_base = {
91460 : : .ob_refcnt = 999999999,
91461 : : .ob_type = &PyUnicode_Type,
91462 : : },
91463 : : .length = 6,
91464 : : .hash = -1,
91465 : : .state = {
91466 : : .kind = 1,
91467 : : .compact = 1,
91468 : : .ascii = 1,
91469 : : },
91470 : : },
91471 : : ._data = "() or ",
91472 : : };
91473 : : static
91474 : : struct {
91475 : : PyASCIIObject _ascii;
91476 : : uint8_t _data[9];
91477 : : }
91478 : : _sitebuiltins_toplevel_consts_3_consts_2_consts_3 = {
91479 : : ._ascii = {
91480 : : .ob_base = {
91481 : : .ob_refcnt = 999999999,
91482 : : .ob_type = &PyUnicode_Type,
91483 : : },
91484 : : .length = 8,
91485 : : .hash = -1,
91486 : : .state = {
91487 : : .kind = 1,
91488 : : .compact = 1,
91489 : : .ascii = 1,
91490 : : },
91491 : : },
91492 : : ._data = " to exit",
91493 : : };
91494 : : static
91495 : : struct {
91496 : : PyGC_Head _gc_head;
91497 : : struct {
91498 : : PyObject_VAR_HEAD
91499 : : PyObject *ob_item[4];
91500 : : }_object;
91501 : : }
91502 : : _sitebuiltins_toplevel_consts_3_consts_2_consts = {
91503 : : ._object = {
91504 : : .ob_base = {
91505 : : .ob_base = {
91506 : : .ob_refcnt = 999999999,
91507 : : .ob_type = &PyTuple_Type,
91508 : : },
91509 : : .ob_size = 4,
91510 : : },
91511 : : .ob_item = {
91512 : : Py_None,
91513 : : & _sitebuiltins_toplevel_consts_3_consts_2_consts_1._ascii.ob_base,
91514 : : & _sitebuiltins_toplevel_consts_3_consts_2_consts_2._ascii.ob_base,
91515 : : & _sitebuiltins_toplevel_consts_3_consts_2_consts_3._ascii.ob_base,
91516 : : },
91517 : : },
91518 : : };
91519 : : static
91520 : : struct {
91521 : : PyASCIIObject _ascii;
91522 : : uint8_t _data[17];
91523 : : }
91524 : : _sitebuiltins_toplevel_consts_3_consts_2_qualname = {
91525 : : ._ascii = {
91526 : : .ob_base = {
91527 : : .ob_refcnt = 999999999,
91528 : : .ob_type = &PyUnicode_Type,
91529 : : },
91530 : : .length = 16,
91531 : : .hash = -1,
91532 : : .state = {
91533 : : .kind = 1,
91534 : : .compact = 1,
91535 : : .ascii = 1,
91536 : : },
91537 : : },
91538 : : ._data = "Quitter.__repr__",
91539 : : };
91540 : : static
91541 : : struct {
91542 : : PyObject_VAR_HEAD
91543 : : Py_hash_t ob_shash;
91544 : : char ob_sval[32];
91545 : : }
91546 : : _sitebuiltins_toplevel_consts_3_consts_2_linetable = {
91547 : : .ob_base = {
91548 : : .ob_base = {
91549 : : .ob_refcnt = 999999999,
91550 : : .ob_type = &PyBytes_Type,
91551 : : },
91552 : : .ob_size = 31,
91553 : : },
91554 : : .ob_shash = -1,
91555 : : .ob_sval = "\x80\x00\x80\x00\xd8\x2b\x2f\xaf\x39\xa9\x39\xa8\x39\xa8\x39\xb0\x64\xb7\x68\xb1\x68\xb0\x68\xb0\x68\xd0\x0f\x3f\xd0\x08\x3f",
91556 : : };
91557 : : static
91558 : : struct _PyCode_DEF(60)
91559 : : _sitebuiltins_toplevel_consts_3_consts_2 = {
91560 : : .ob_base = {
91561 : : .ob_base = {
91562 : : .ob_refcnt = 999999999,
91563 : : .ob_type = &PyCode_Type,
91564 : : },
91565 : : .ob_size = 30,
91566 : : },
91567 : : .co_consts = & _sitebuiltins_toplevel_consts_3_consts_2_consts._object.ob_base.ob_base,
91568 : : .co_names = & _sitebuiltins_toplevel_consts_3_consts_1_names._object.ob_base.ob_base,
91569 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91570 : : .co_flags = 3,
91571 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91572 : : ._co_linearray_entry_size = 0,
91573 : : .co_argcount = 1,
91574 : : .co_posonlyargcount = 0,
91575 : : .co_kwonlyargcount = 0,
91576 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
91577 : : .co_stacksize = 5,
91578 : : .co_firstlineno = 17,
91579 : : .co_nlocalsplus = 1,
91580 : : .co_nlocals = 1,
91581 : : .co_nplaincellvars = 0,
91582 : : .co_ncellvars = 0,
91583 : : .co_nfreevars = 0,
91584 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
91585 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
91586 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
91587 : : .co_name = &_Py_ID(__repr__),
91588 : : .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_2_qualname._ascii.ob_base,
91589 : : .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_2_linetable.ob_base.ob_base,
91590 : : ._co_code = NULL,
91591 : : ._co_linearray = NULL,
91592 : : .co_code_adaptive = "\x97\x00\x64\x01\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x03\x9d\x05\x53\x00",
91593 : : ._co_firsttraceable = 0,
91594 : : };
91595 : : static
91596 : : struct {
91597 : : PyASCIIObject _ascii;
91598 : : uint8_t _data[11];
91599 : : }
91600 : : const_str_SystemExit = {
91601 : : ._ascii = {
91602 : : .ob_base = {
91603 : : .ob_refcnt = 999999999,
91604 : : .ob_type = &PyUnicode_Type,
91605 : : },
91606 : : .length = 10,
91607 : : .hash = -1,
91608 : : .state = {
91609 : : .kind = 1,
91610 : : .compact = 1,
91611 : : .ascii = 1,
91612 : : },
91613 : : },
91614 : : ._data = "SystemExit",
91615 : : };
91616 : : static
91617 : : struct {
91618 : : PyGC_Head _gc_head;
91619 : : struct {
91620 : : PyObject_VAR_HEAD
91621 : : PyObject *ob_item[4];
91622 : : }_object;
91623 : : }
91624 : : _sitebuiltins_toplevel_consts_3_consts_4_names = {
91625 : : ._object = {
91626 : : .ob_base = {
91627 : : .ob_base = {
91628 : : .ob_refcnt = 999999999,
91629 : : .ob_type = &PyTuple_Type,
91630 : : },
91631 : : .ob_size = 4,
91632 : : },
91633 : : .ob_item = {
91634 : : & const_str_sys._ascii.ob_base,
91635 : : &_Py_ID(stdin),
91636 : : &_Py_ID(close),
91637 : : & const_str_SystemExit._ascii.ob_base,
91638 : : },
91639 : : },
91640 : : };
91641 : : static
91642 : : struct {
91643 : : PyASCIIObject _ascii;
91644 : : uint8_t _data[17];
91645 : : }
91646 : : _sitebuiltins_toplevel_consts_3_consts_4_qualname = {
91647 : : ._ascii = {
91648 : : .ob_base = {
91649 : : .ob_refcnt = 999999999,
91650 : : .ob_type = &PyUnicode_Type,
91651 : : },
91652 : : .length = 16,
91653 : : .hash = -1,
91654 : : .state = {
91655 : : .kind = 1,
91656 : : .compact = 1,
91657 : : .ascii = 1,
91658 : : },
91659 : : },
91660 : : ._data = "Quitter.__call__",
91661 : : };
91662 : : static
91663 : : struct {
91664 : : PyObject_VAR_HEAD
91665 : : Py_hash_t ob_shash;
91666 : : char ob_sval[52];
91667 : : }
91668 : : _sitebuiltins_toplevel_consts_3_consts_4_linetable = {
91669 : : .ob_base = {
91670 : : .ob_base = {
91671 : : .ob_refcnt = 999999999,
91672 : : .ob_type = &PyBytes_Type,
91673 : : },
91674 : : .ob_size = 51,
91675 : : },
91676 : : .ob_shash = -1,
91677 : : .ob_sval = "\x80\x00\xf0\x06\x03\x09\x11\xdd\x0c\x0f\x8f\x49\x89\x49\x8f\x4f\x89\x4f\xd4\x0c\x1d\xd0\x0c\x1d\xf5\x06\x00\x0f\x19\x98\x14\xd4\x0e\x1e\xd0\x08\x1e\xf8\xf0\x05\x01\x09\x11\xd8\x0c\x10\x88\x44\xf8\xf8\xf8",
91678 : : };
91679 : : static
91680 : : struct {
91681 : : PyObject_VAR_HEAD
91682 : : Py_hash_t ob_shash;
91683 : : char ob_sval[9];
91684 : : }
91685 : : _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable = {
91686 : : .ob_base = {
91687 : : .ob_base = {
91688 : : .ob_refcnt = 999999999,
91689 : : .ob_type = &PyBytes_Type,
91690 : : },
91691 : : .ob_size = 8,
91692 : : },
91693 : : .ob_shash = -1,
91694 : : .ob_sval = "\x82\x20\x2f\x00\xaf\x02\x33\x03",
91695 : : };
91696 : : static
91697 : : struct {
91698 : : PyGC_Head _gc_head;
91699 : : struct {
91700 : : PyObject_VAR_HEAD
91701 : : PyObject *ob_item[2];
91702 : : }_object;
91703 : : }
91704 : : _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames = {
91705 : : ._object = {
91706 : : .ob_base = {
91707 : : .ob_base = {
91708 : : .ob_refcnt = 999999999,
91709 : : .ob_type = &PyTuple_Type,
91710 : : },
91711 : : .ob_size = 2,
91712 : : },
91713 : : .ob_item = {
91714 : : & const_str_self._ascii.ob_base,
91715 : : &_Py_ID(code),
91716 : : },
91717 : : },
91718 : : };
91719 : : static
91720 : : struct _PyCode_DEF(108)
91721 : : _sitebuiltins_toplevel_consts_3_consts_4 = {
91722 : : .ob_base = {
91723 : : .ob_base = {
91724 : : .ob_refcnt = 999999999,
91725 : : .ob_type = &PyCode_Type,
91726 : : },
91727 : : .ob_size = 54,
91728 : : },
91729 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
91730 : : .co_names = & _sitebuiltins_toplevel_consts_3_consts_4_names._object.ob_base.ob_base,
91731 : : .co_exceptiontable = & _sitebuiltins_toplevel_consts_3_consts_4_exceptiontable.ob_base.ob_base,
91732 : : .co_flags = 3,
91733 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91734 : : ._co_linearray_entry_size = 0,
91735 : : .co_argcount = 2,
91736 : : .co_posonlyargcount = 0,
91737 : : .co_kwonlyargcount = 0,
91738 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
91739 : : .co_stacksize = 4,
91740 : : .co_firstlineno = 19,
91741 : : .co_nlocalsplus = 2,
91742 : : .co_nlocals = 2,
91743 : : .co_nplaincellvars = 0,
91744 : : .co_ncellvars = 0,
91745 : : .co_nfreevars = 0,
91746 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_3_consts_4_localsplusnames._object.ob_base.ob_base,
91747 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
91748 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
91749 : : .co_name = &_Py_ID(__call__),
91750 : : .co_qualname = & _sitebuiltins_toplevel_consts_3_consts_4_qualname._ascii.ob_base,
91751 : : .co_linetable = & _sitebuiltins_toplevel_consts_3_consts_4_linetable.ob_base.ob_base,
91752 : : ._co_code = NULL,
91753 : : ._co_linearray = NULL,
91754 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x01\x00\x59\x00\x8c\x11\x78\x03\x59\x00\x77\x01",
91755 : : ._co_firsttraceable = 0,
91756 : : };
91757 : : static
91758 : : struct {
91759 : : PyGC_Head _gc_head;
91760 : : struct {
91761 : : PyObject_VAR_HEAD
91762 : : PyObject *ob_item[6];
91763 : : }_object;
91764 : : }
91765 : : _sitebuiltins_toplevel_consts_3_consts = {
91766 : : ._object = {
91767 : : .ob_base = {
91768 : : .ob_base = {
91769 : : .ob_refcnt = 999999999,
91770 : : .ob_type = &PyTuple_Type,
91771 : : },
91772 : : .ob_size = 6,
91773 : : },
91774 : : .ob_item = {
91775 : : & const_str_Quitter._ascii.ob_base,
91776 : : & _sitebuiltins_toplevel_consts_3_consts_1.ob_base.ob_base,
91777 : : & _sitebuiltins_toplevel_consts_3_consts_2.ob_base.ob_base,
91778 : : Py_None,
91779 : : & _sitebuiltins_toplevel_consts_3_consts_4.ob_base.ob_base,
91780 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
91781 : : },
91782 : : },
91783 : : };
91784 : : static
91785 : : struct {
91786 : : PyGC_Head _gc_head;
91787 : : struct {
91788 : : PyObject_VAR_HEAD
91789 : : PyObject *ob_item[6];
91790 : : }_object;
91791 : : }
91792 : : _sitebuiltins_toplevel_consts_3_names = {
91793 : : ._object = {
91794 : : .ob_base = {
91795 : : .ob_base = {
91796 : : .ob_refcnt = 999999999,
91797 : : .ob_type = &PyTuple_Type,
91798 : : },
91799 : : .ob_size = 6,
91800 : : },
91801 : : .ob_item = {
91802 : : &_Py_ID(__name__),
91803 : : &_Py_ID(__module__),
91804 : : &_Py_ID(__qualname__),
91805 : : &_Py_ID(__init__),
91806 : : &_Py_ID(__repr__),
91807 : : &_Py_ID(__call__),
91808 : : },
91809 : : },
91810 : : };
91811 : : static
91812 : : struct {
91813 : : PyObject_VAR_HEAD
91814 : : Py_hash_t ob_shash;
91815 : : char ob_sval[72];
91816 : : }
91817 : : _sitebuiltins_toplevel_consts_3_linetable = {
91818 : : .ob_base = {
91819 : : .ob_base = {
91820 : : .ob_refcnt = 999999999,
91821 : : .ob_type = &PyBytes_Type,
91822 : : },
91823 : : .ob_size = 71,
91824 : : },
91825 : : .ob_shash = -1,
91826 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x00\x02\x05\x17\xf0\x06\x01\x05\x40\x01\xf0\x00\x01\x05\x40\x01\xf0\x00\x01\x05\x40\x01\xe0\x1c\x20\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f\xf0\x00\x07\x05\x1f",
91827 : : };
91828 : : static
91829 : : struct _PyCode_DEF(34)
91830 : : _sitebuiltins_toplevel_consts_3 = {
91831 : : .ob_base = {
91832 : : .ob_base = {
91833 : : .ob_refcnt = 999999999,
91834 : : .ob_type = &PyCode_Type,
91835 : : },
91836 : : .ob_size = 17,
91837 : : },
91838 : : .co_consts = & _sitebuiltins_toplevel_consts_3_consts._object.ob_base.ob_base,
91839 : : .co_names = & _sitebuiltins_toplevel_consts_3_names._object.ob_base.ob_base,
91840 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
91841 : : .co_flags = 0,
91842 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
91843 : : ._co_linearray_entry_size = 0,
91844 : : .co_argcount = 0,
91845 : : .co_posonlyargcount = 0,
91846 : : .co_kwonlyargcount = 0,
91847 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
91848 : : .co_stacksize = 2,
91849 : : .co_firstlineno = 13,
91850 : : .co_nlocalsplus = 0,
91851 : : .co_nlocals = 0,
91852 : : .co_nplaincellvars = 0,
91853 : : .co_ncellvars = 0,
91854 : : .co_nfreevars = 0,
91855 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
91856 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
91857 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
91858 : : .co_name = & const_str_Quitter._ascii.ob_base,
91859 : : .co_qualname = & const_str_Quitter._ascii.ob_base,
91860 : : .co_linetable = & _sitebuiltins_toplevel_consts_3_linetable.ob_base.ob_base,
91861 : : ._co_code = NULL,
91862 : : ._co_linearray = NULL,
91863 : : .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",
91864 : : ._co_firsttraceable = 0,
91865 : : };
91866 : : static
91867 : : struct {
91868 : : PyASCIIObject _ascii;
91869 : : uint8_t _data[9];
91870 : : }
91871 : : const_str__Printer = {
91872 : : ._ascii = {
91873 : : .ob_base = {
91874 : : .ob_refcnt = 999999999,
91875 : : .ob_type = &PyUnicode_Type,
91876 : : },
91877 : : .length = 8,
91878 : : .hash = -1,
91879 : : .state = {
91880 : : .kind = 1,
91881 : : .compact = 1,
91882 : : .ascii = 1,
91883 : : },
91884 : : },
91885 : : ._data = "_Printer",
91886 : : };
91887 : : static
91888 : : struct {
91889 : : PyASCIIObject _ascii;
91890 : : uint8_t _data[111];
91891 : : }
91892 : : _sitebuiltins_toplevel_consts_5_consts_1 = {
91893 : : ._ascii = {
91894 : : .ob_base = {
91895 : : .ob_refcnt = 999999999,
91896 : : .ob_type = &PyUnicode_Type,
91897 : : },
91898 : : .length = 110,
91899 : : .hash = -1,
91900 : : .state = {
91901 : : .kind = 1,
91902 : : .compact = 1,
91903 : : .ascii = 1,
91904 : : },
91905 : : },
91906 : : ._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",
91907 : : };
91908 : : static
91909 : : struct {
91910 : : PyGC_Head _gc_head;
91911 : : struct {
91912 : : PyObject_VAR_HEAD
91913 : : PyObject *ob_item[2];
91914 : : }_object;
91915 : : }
91916 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names = {
91917 : : ._object = {
91918 : : .ob_base = {
91919 : : .ob_base = {
91920 : : .ob_refcnt = 999999999,
91921 : : .ob_type = &PyTuple_Type,
91922 : : },
91923 : : .ob_size = 2,
91924 : : },
91925 : : .ob_item = {
91926 : : &_Py_ID(path),
91927 : : &_Py_ID(join),
91928 : : },
91929 : : },
91930 : : };
91931 : : static
91932 : : struct {
91933 : : PyASCIIObject _ascii;
91934 : : uint8_t _data[38];
91935 : : }
91936 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname = {
91937 : : ._ascii = {
91938 : : .ob_base = {
91939 : : .ob_refcnt = 999999999,
91940 : : .ob_type = &PyUnicode_Type,
91941 : : },
91942 : : .length = 37,
91943 : : .hash = -1,
91944 : : .state = {
91945 : : .kind = 1,
91946 : : .compact = 1,
91947 : : .ascii = 1,
91948 : : },
91949 : : },
91950 : : ._data = "_Printer.__init__.<locals>.<listcomp>",
91951 : : };
91952 : : static
91953 : : struct {
91954 : : PyObject_VAR_HEAD
91955 : : Py_hash_t ob_shash;
91956 : : char ob_sval[78];
91957 : : }
91958 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable = {
91959 : : .ob_base = {
91960 : : .ob_base = {
91961 : : .ob_refcnt = 999999999,
91962 : : .ob_type = &PyBytes_Type,
91963 : : },
91964 : : .ob_size = 77,
91965 : : },
91966 : : .ob_shash = -1,
91967 : : .ob_sval = "\xf8\x80\x00\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf1\x00\x02\x1c\x33\xd8\x20\x23\xd8\x2c\x31\xf0\x05\x02\x1c\x33\xf1\x00\x02\x1c\x33\xe0\x20\x28\xf0\x05\x00\x1d\x1f\x9f\x47\x99\x47\x9f\x4c\x99\x4c\xa8\x13\xa8\x68\xd4\x1c\x37\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33",
91968 : : };
91969 : : static
91970 : : struct {
91971 : : PyASCIIObject _ascii;
91972 : : uint8_t _data[4];
91973 : : }
91974 : : const_str_dir = {
91975 : : ._ascii = {
91976 : : .ob_base = {
91977 : : .ob_refcnt = 999999999,
91978 : : .ob_type = &PyUnicode_Type,
91979 : : },
91980 : : .length = 3,
91981 : : .hash = -1,
91982 : : .state = {
91983 : : .kind = 1,
91984 : : .compact = 1,
91985 : : .ascii = 1,
91986 : : },
91987 : : },
91988 : : ._data = "dir",
91989 : : };
91990 : : static
91991 : : struct {
91992 : : PyASCIIObject _ascii;
91993 : : uint8_t _data[3];
91994 : : }
91995 : : const_str_os = {
91996 : : ._ascii = {
91997 : : .ob_base = {
91998 : : .ob_refcnt = 999999999,
91999 : : .ob_type = &PyUnicode_Type,
92000 : : },
92001 : : .length = 2,
92002 : : .hash = -1,
92003 : : .state = {
92004 : : .kind = 1,
92005 : : .compact = 1,
92006 : : .ascii = 1,
92007 : : },
92008 : : },
92009 : : ._data = "os",
92010 : : };
92011 : : static
92012 : : struct {
92013 : : PyGC_Head _gc_head;
92014 : : struct {
92015 : : PyObject_VAR_HEAD
92016 : : PyObject *ob_item[5];
92017 : : }_object;
92018 : : }
92019 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames = {
92020 : : ._object = {
92021 : : .ob_base = {
92022 : : .ob_base = {
92023 : : .ob_refcnt = 999999999,
92024 : : .ob_type = &PyTuple_Type,
92025 : : },
92026 : : .ob_size = 5,
92027 : : },
92028 : : .ob_item = {
92029 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
92030 : : & const_str_dir._ascii.ob_base,
92031 : : &_Py_ID(filename),
92032 : : & const_str_files._ascii.ob_base,
92033 : : & const_str_os._ascii.ob_base,
92034 : : },
92035 : : },
92036 : : };
92037 : : static
92038 : : struct {
92039 : : PyObject_VAR_HEAD
92040 : : Py_hash_t ob_shash;
92041 : : char ob_sval[6];
92042 : : }
92043 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds = {
92044 : : .ob_base = {
92045 : : .ob_base = {
92046 : : .ob_refcnt = 999999999,
92047 : : .ob_type = &PyBytes_Type,
92048 : : },
92049 : : .ob_size = 5,
92050 : : },
92051 : : .ob_shash = -1,
92052 : : .ob_sval = "\x20\x20\x20\x80\x80",
92053 : : };
92054 : : static
92055 : : struct _PyCode_DEF(88)
92056 : : _sitebuiltins_toplevel_consts_5_consts_4_consts_2 = {
92057 : : .ob_base = {
92058 : : .ob_base = {
92059 : : .ob_refcnt = 999999999,
92060 : : .ob_type = &PyCode_Type,
92061 : : },
92062 : : .ob_size = 44,
92063 : : },
92064 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
92065 : : .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_names._object.ob_base.ob_base,
92066 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92067 : : .co_flags = 19,
92068 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92069 : : ._co_linearray_entry_size = 0,
92070 : : .co_argcount = 1,
92071 : : .co_posonlyargcount = 0,
92072 : : .co_kwonlyargcount = 0,
92073 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
92074 : : .co_stacksize = 7,
92075 : : .co_firstlineno = 40,
92076 : : .co_nlocalsplus = 5,
92077 : : .co_nlocals = 3,
92078 : : .co_nplaincellvars = 0,
92079 : : .co_ncellvars = 0,
92080 : : .co_nfreevars = 2,
92081 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localsplusnames._object.ob_base.ob_base,
92082 : : .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_localspluskinds.ob_base.ob_base,
92083 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
92084 : : .co_name = &_Py_STR(anon_listcomp),
92085 : : .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname._ascii.ob_base,
92086 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_consts_2_linetable.ob_base.ob_base,
92087 : : ._co_code = NULL,
92088 : : ._co_linearray = NULL,
92089 : : .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x25\x00\x00\x7d\x01\x89\x03\x44\x00\x5d\x1f\x00\x00\x7d\x02\x89\x04\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x91\x03\x8c\x21\x8c\x27\x53\x00",
92090 : : ._co_firsttraceable = 1,
92091 : : };
92092 : : static
92093 : : struct {
92094 : : PyGC_Head _gc_head;
92095 : : struct {
92096 : : PyObject_VAR_HEAD
92097 : : PyObject *ob_item[3];
92098 : : }_object;
92099 : : }
92100 : : _sitebuiltins_toplevel_consts_5_consts_4_consts = {
92101 : : ._object = {
92102 : : .ob_base = {
92103 : : .ob_base = {
92104 : : .ob_refcnt = 999999999,
92105 : : .ob_type = &PyTuple_Type,
92106 : : },
92107 : : .ob_size = 3,
92108 : : },
92109 : : .ob_item = {
92110 : : Py_None,
92111 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
92112 : : & _sitebuiltins_toplevel_consts_5_consts_4_consts_2.ob_base.ob_base,
92113 : : },
92114 : : },
92115 : : };
92116 : : static
92117 : : struct {
92118 : : PyASCIIObject _ascii;
92119 : : uint8_t _data[15];
92120 : : }
92121 : : const_str__Printer__name = {
92122 : : ._ascii = {
92123 : : .ob_base = {
92124 : : .ob_refcnt = 999999999,
92125 : : .ob_type = &PyUnicode_Type,
92126 : : },
92127 : : .length = 14,
92128 : : .hash = -1,
92129 : : .state = {
92130 : : .kind = 1,
92131 : : .compact = 1,
92132 : : .ascii = 1,
92133 : : },
92134 : : },
92135 : : ._data = "_Printer__name",
92136 : : };
92137 : : static
92138 : : struct {
92139 : : PyASCIIObject _ascii;
92140 : : uint8_t _data[15];
92141 : : }
92142 : : const_str__Printer__data = {
92143 : : ._ascii = {
92144 : : .ob_base = {
92145 : : .ob_refcnt = 999999999,
92146 : : .ob_type = &PyUnicode_Type,
92147 : : },
92148 : : .length = 14,
92149 : : .hash = -1,
92150 : : .state = {
92151 : : .kind = 1,
92152 : : .compact = 1,
92153 : : .ascii = 1,
92154 : : },
92155 : : },
92156 : : ._data = "_Printer__data",
92157 : : };
92158 : : static
92159 : : struct {
92160 : : PyASCIIObject _ascii;
92161 : : uint8_t _data[16];
92162 : : }
92163 : : const_str__Printer__lines = {
92164 : : ._ascii = {
92165 : : .ob_base = {
92166 : : .ob_refcnt = 999999999,
92167 : : .ob_type = &PyUnicode_Type,
92168 : : },
92169 : : .length = 15,
92170 : : .hash = -1,
92171 : : .state = {
92172 : : .kind = 1,
92173 : : .compact = 1,
92174 : : .ascii = 1,
92175 : : },
92176 : : },
92177 : : ._data = "_Printer__lines",
92178 : : };
92179 : : static
92180 : : struct {
92181 : : PyASCIIObject _ascii;
92182 : : uint8_t _data[20];
92183 : : }
92184 : : const_str__Printer__filenames = {
92185 : : ._ascii = {
92186 : : .ob_base = {
92187 : : .ob_refcnt = 999999999,
92188 : : .ob_type = &PyUnicode_Type,
92189 : : },
92190 : : .length = 19,
92191 : : .hash = -1,
92192 : : .state = {
92193 : : .kind = 1,
92194 : : .compact = 1,
92195 : : .ascii = 1,
92196 : : },
92197 : : },
92198 : : ._data = "_Printer__filenames",
92199 : : };
92200 : : static
92201 : : struct {
92202 : : PyGC_Head _gc_head;
92203 : : struct {
92204 : : PyObject_VAR_HEAD
92205 : : PyObject *ob_item[5];
92206 : : }_object;
92207 : : }
92208 : : _sitebuiltins_toplevel_consts_5_consts_4_names = {
92209 : : ._object = {
92210 : : .ob_base = {
92211 : : .ob_base = {
92212 : : .ob_refcnt = 999999999,
92213 : : .ob_type = &PyTuple_Type,
92214 : : },
92215 : : .ob_size = 5,
92216 : : },
92217 : : .ob_item = {
92218 : : & const_str_os._ascii.ob_base,
92219 : : & const_str__Printer__name._ascii.ob_base,
92220 : : & const_str__Printer__data._ascii.ob_base,
92221 : : & const_str__Printer__lines._ascii.ob_base,
92222 : : & const_str__Printer__filenames._ascii.ob_base,
92223 : : },
92224 : : },
92225 : : };
92226 : : static
92227 : : struct {
92228 : : PyASCIIObject _ascii;
92229 : : uint8_t _data[18];
92230 : : }
92231 : : _sitebuiltins_toplevel_consts_5_consts_4_qualname = {
92232 : : ._ascii = {
92233 : : .ob_base = {
92234 : : .ob_refcnt = 999999999,
92235 : : .ob_type = &PyUnicode_Type,
92236 : : },
92237 : : .length = 17,
92238 : : .hash = -1,
92239 : : .state = {
92240 : : .kind = 1,
92241 : : .compact = 1,
92242 : : .ascii = 1,
92243 : : },
92244 : : },
92245 : : ._data = "_Printer.__init__",
92246 : : };
92247 : : static
92248 : : struct {
92249 : : PyObject_VAR_HEAD
92250 : : Py_hash_t ob_shash;
92251 : : char ob_sval[84];
92252 : : }
92253 : : _sitebuiltins_toplevel_consts_5_consts_4_linetable = {
92254 : : .ob_base = {
92255 : : .ob_base = {
92256 : : .ob_refcnt = 999999999,
92257 : : .ob_type = &PyBytes_Type,
92258 : : },
92259 : : .ob_size = 83,
92260 : : },
92261 : : .ob_shash = -1,
92262 : : .ob_sval = "\xf8\xf8\x80\x00\xd8\x08\x11\x88\x09\x88\x09\x88\x09\xd8\x16\x1a\x88\x04\x8c\x0b\xd8\x16\x1a\x88\x04\x8c\x0b\xd8\x17\x1b\x88\x04\x8c\x0c\xf0\x02\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xf0\x00\x02\x1c\x33\xd8\x27\x2b\xf0\x03\x02\x1c\x33\xf4\x00\x02\x1c\x33\x88\x04\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
92263 : : };
92264 : : static
92265 : : struct {
92266 : : PyASCIIObject _ascii;
92267 : : uint8_t _data[5];
92268 : : }
92269 : : const_str_dirs = {
92270 : : ._ascii = {
92271 : : .ob_base = {
92272 : : .ob_refcnt = 999999999,
92273 : : .ob_type = &PyUnicode_Type,
92274 : : },
92275 : : .length = 4,
92276 : : .hash = -1,
92277 : : .state = {
92278 : : .kind = 1,
92279 : : .compact = 1,
92280 : : .ascii = 1,
92281 : : },
92282 : : },
92283 : : ._data = "dirs",
92284 : : };
92285 : : static
92286 : : struct {
92287 : : PyGC_Head _gc_head;
92288 : : struct {
92289 : : PyObject_VAR_HEAD
92290 : : PyObject *ob_item[6];
92291 : : }_object;
92292 : : }
92293 : : _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames = {
92294 : : ._object = {
92295 : : .ob_base = {
92296 : : .ob_base = {
92297 : : .ob_refcnt = 999999999,
92298 : : .ob_type = &PyTuple_Type,
92299 : : },
92300 : : .ob_size = 6,
92301 : : },
92302 : : .ob_item = {
92303 : : & const_str_self._ascii.ob_base,
92304 : : &_Py_ID(name),
92305 : : & const_str_data._ascii.ob_base,
92306 : : & const_str_files._ascii.ob_base,
92307 : : & const_str_dirs._ascii.ob_base,
92308 : : & const_str_os._ascii.ob_base,
92309 : : },
92310 : : },
92311 : : };
92312 : : static
92313 : : struct {
92314 : : PyObject_VAR_HEAD
92315 : : Py_hash_t ob_shash;
92316 : : char ob_sval[7];
92317 : : }
92318 : : _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds = {
92319 : : .ob_base = {
92320 : : .ob_base = {
92321 : : .ob_refcnt = 999999999,
92322 : : .ob_type = &PyBytes_Type,
92323 : : },
92324 : : .ob_size = 6,
92325 : : },
92326 : : .ob_shash = -1,
92327 : : .ob_sval = " ` @",
92328 : : };
92329 : : static
92330 : : struct _PyCode_DEF(96)
92331 : : _sitebuiltins_toplevel_consts_5_consts_4 = {
92332 : : .ob_base = {
92333 : : .ob_base = {
92334 : : .ob_refcnt = 999999999,
92335 : : .ob_type = &PyCode_Type,
92336 : : },
92337 : : .ob_size = 48,
92338 : : },
92339 : : .co_consts = & _sitebuiltins_toplevel_consts_5_consts_4_consts._object.ob_base.ob_base,
92340 : : .co_names = & _sitebuiltins_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
92341 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92342 : : .co_flags = 3,
92343 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92344 : : ._co_linearray_entry_size = 0,
92345 : : .co_argcount = 5,
92346 : : .co_posonlyargcount = 0,
92347 : : .co_kwonlyargcount = 0,
92348 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
92349 : : .co_stacksize = 2,
92350 : : .co_firstlineno = 35,
92351 : : .co_nlocalsplus = 6,
92352 : : .co_nlocals = 5,
92353 : : .co_nplaincellvars = 1,
92354 : : .co_ncellvars = 2,
92355 : : .co_nfreevars = 0,
92356 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_4_localsplusnames._object.ob_base.ob_base,
92357 : : .co_localspluskinds = & _sitebuiltins_toplevel_consts_5_consts_4_localspluskinds.ob_base.ob_base,
92358 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
92359 : : .co_name = &_Py_ID(__init__),
92360 : : .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
92361 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
92362 : : ._co_code = NULL,
92363 : : ._co_linearray = NULL,
92364 : : .co_code_adaptive = "\x87\x03\x87\x05\x97\x00\x64\x01\x64\x00\x6c\x00\x8a\x05\x7c\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x88\x03\x88\x05\x66\x02\x64\x02\x84\x08\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
92365 : : ._co_firsttraceable = 2,
92366 : : };
92367 : : static
92368 : : struct {
92369 : : PyASCIIObject _ascii;
92370 : : uint8_t _data[2];
92371 : : }
92372 : : _sitebuiltins_toplevel_consts_5_consts_5_consts_3 = {
92373 : : ._ascii = {
92374 : : .ob_base = {
92375 : : .ob_refcnt = 999999999,
92376 : : .ob_type = &PyUnicode_Type,
92377 : : },
92378 : : .length = 1,
92379 : : .hash = -1,
92380 : : .state = {
92381 : : .kind = 1,
92382 : : .compact = 1,
92383 : : .ascii = 1,
92384 : : },
92385 : : },
92386 : : ._data = "\x0a",
92387 : : };
92388 : : static
92389 : : struct {
92390 : : PyGC_Head _gc_head;
92391 : : struct {
92392 : : PyObject_VAR_HEAD
92393 : : PyObject *ob_item[4];
92394 : : }_object;
92395 : : }
92396 : : _sitebuiltins_toplevel_consts_5_consts_5_consts = {
92397 : : ._object = {
92398 : : .ob_base = {
92399 : : .ob_base = {
92400 : : .ob_refcnt = 999999999,
92401 : : .ob_type = &PyTuple_Type,
92402 : : },
92403 : : .ob_size = 4,
92404 : : },
92405 : : .ob_item = {
92406 : : Py_None,
92407 : : &_Py_STR(utf_8),
92408 : : & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
92409 : : & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
92410 : : },
92411 : : },
92412 : : };
92413 : : static
92414 : : struct {
92415 : : PyASCIIObject _ascii;
92416 : : uint8_t _data[6];
92417 : : }
92418 : : const_str_split = {
92419 : : ._ascii = {
92420 : : .ob_base = {
92421 : : .ob_refcnt = 999999999,
92422 : : .ob_type = &PyUnicode_Type,
92423 : : },
92424 : : .length = 5,
92425 : : .hash = -1,
92426 : : .state = {
92427 : : .kind = 1,
92428 : : .compact = 1,
92429 : : .ascii = 1,
92430 : : },
92431 : : },
92432 : : ._data = "split",
92433 : : };
92434 : : static
92435 : : struct {
92436 : : PyASCIIObject _ascii;
92437 : : uint8_t _data[18];
92438 : : }
92439 : : const_str__Printer__linecnt = {
92440 : : ._ascii = {
92441 : : .ob_base = {
92442 : : .ob_refcnt = 999999999,
92443 : : .ob_type = &PyUnicode_Type,
92444 : : },
92445 : : .length = 17,
92446 : : .hash = -1,
92447 : : .state = {
92448 : : .kind = 1,
92449 : : .compact = 1,
92450 : : .ascii = 1,
92451 : : },
92452 : : },
92453 : : ._data = "_Printer__linecnt",
92454 : : };
92455 : : static
92456 : : struct {
92457 : : PyGC_Head _gc_head;
92458 : : struct {
92459 : : PyObject_VAR_HEAD
92460 : : PyObject *ob_item[9];
92461 : : }_object;
92462 : : }
92463 : : _sitebuiltins_toplevel_consts_5_consts_5_names = {
92464 : : ._object = {
92465 : : .ob_base = {
92466 : : .ob_base = {
92467 : : .ob_refcnt = 999999999,
92468 : : .ob_type = &PyTuple_Type,
92469 : : },
92470 : : .ob_size = 9,
92471 : : },
92472 : : .ob_item = {
92473 : : & const_str__Printer__lines._ascii.ob_base,
92474 : : & const_str__Printer__filenames._ascii.ob_base,
92475 : : &_Py_ID(open),
92476 : : &_Py_ID(read),
92477 : : & const_str_OSError._ascii.ob_base,
92478 : : & const_str__Printer__data._ascii.ob_base,
92479 : : & const_str_split._ascii.ob_base,
92480 : : &_Py_ID(len),
92481 : : & const_str__Printer__linecnt._ascii.ob_base,
92482 : : },
92483 : : },
92484 : : };
92485 : : static
92486 : : struct {
92487 : : PyASCIIObject _ascii;
92488 : : uint8_t _data[8];
92489 : : }
92490 : : const_str___setup = {
92491 : : ._ascii = {
92492 : : .ob_base = {
92493 : : .ob_refcnt = 999999999,
92494 : : .ob_type = &PyUnicode_Type,
92495 : : },
92496 : : .length = 7,
92497 : : .hash = -1,
92498 : : .state = {
92499 : : .kind = 1,
92500 : : .compact = 1,
92501 : : .ascii = 1,
92502 : : },
92503 : : },
92504 : : ._data = "__setup",
92505 : : };
92506 : : static
92507 : : struct {
92508 : : PyASCIIObject _ascii;
92509 : : uint8_t _data[17];
92510 : : }
92511 : : _sitebuiltins_toplevel_consts_5_consts_5_qualname = {
92512 : : ._ascii = {
92513 : : .ob_base = {
92514 : : .ob_refcnt = 999999999,
92515 : : .ob_type = &PyUnicode_Type,
92516 : : },
92517 : : .length = 16,
92518 : : .hash = -1,
92519 : : .state = {
92520 : : .kind = 1,
92521 : : .compact = 1,
92522 : : .ascii = 1,
92523 : : },
92524 : : },
92525 : : ._data = "_Printer.__setup",
92526 : : };
92527 : : static
92528 : : struct {
92529 : : PyObject_VAR_HEAD
92530 : : Py_hash_t ob_shash;
92531 : : char ob_sval[247];
92532 : : }
92533 : : _sitebuiltins_toplevel_consts_5_consts_5_linetable = {
92534 : : .ob_base = {
92535 : : .ob_base = {
92536 : : .ob_refcnt = 999999999,
92537 : : .ob_type = &PyBytes_Type,
92538 : : },
92539 : : .ob_size = 246,
92540 : : },
92541 : : .ob_shash = -1,
92542 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\x8f\x3c\x89\x3c\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\xd8\x0f\x13\x88\x04\xd8\x18\x1c\xd7\x18\x28\xd1\x18\x28\xf0\x00\x06\x09\x15\xf1\x00\x06\x09\x15\x88\x48\xf0\x02\x05\x0d\x15\xdd\x15\x19\x98\x28\xa8\x57\xd0\x15\x35\xd4\x15\x35\xf0\x00\x01\x11\x25\xb8\x12\xd8\x1b\x1d\x9f\x37\x99\x37\x9c\x39\x90\x44\xf0\x03\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf4\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xe0\x10\x15\xf0\x06\x00\x10\x14\xf0\x00\x01\x09\x1f\xd8\x13\x17\x97\x3b\x91\x3b\x88\x44\xd8\x17\x1b\x97\x7a\x91\x7a\xa0\x24\xd4\x17\x27\x88\x04\x8c\x0c\xdd\x19\x1c\x98\x54\x9f\x5c\x99\x5c\xd4\x19\x2a\x88\x04\x8c\x0e\x88\x0e\x88\x0e\xf0\x11\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf0\x00\x01\x11\x25\xf8\xf8\xf8\xf8\xf5\x06\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
92543 : : };
92544 : : static
92545 : : struct {
92546 : : PyObject_VAR_HEAD
92547 : : Py_hash_t ob_shash;
92548 : : char ob_sval[41];
92549 : : }
92550 : : _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable = {
92551 : : .ob_base = {
92552 : : .ob_base = {
92553 : : .ob_refcnt = 999999999,
92554 : : .ob_type = &PyBytes_Type,
92555 : : },
92556 : : .ob_size = 40,
92557 : : },
92558 : : .ob_shash = -1,
92559 : : .ob_sval = "\xa1\x0f\x42\x1b\x02\xb0\x12\x42\x0f\x05\xc1\x02\x09\x42\x1b\x02\xc2\x0f\x05\x42\x18\x09\xc2\x14\x07\x42\x1b\x02\xc2\x1b\x0a\x42\x28\x05\xc2\x27\x01\x42\x28\x05",
92560 : : };
92561 : : static
92562 : : struct {
92563 : : PyGC_Head _gc_head;
92564 : : struct {
92565 : : PyObject_VAR_HEAD
92566 : : PyObject *ob_item[4];
92567 : : }_object;
92568 : : }
92569 : : _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames = {
92570 : : ._object = {
92571 : : .ob_base = {
92572 : : .ob_base = {
92573 : : .ob_refcnt = 999999999,
92574 : : .ob_type = &PyTuple_Type,
92575 : : },
92576 : : .ob_size = 4,
92577 : : },
92578 : : .ob_item = {
92579 : : & const_str_self._ascii.ob_base,
92580 : : & const_str_data._ascii.ob_base,
92581 : : &_Py_ID(filename),
92582 : : & const_str_fp._ascii.ob_base,
92583 : : },
92584 : : },
92585 : : };
92586 : : static
92587 : : struct _PyCode_DEF(342)
92588 : : _sitebuiltins_toplevel_consts_5_consts_5 = {
92589 : : .ob_base = {
92590 : : .ob_base = {
92591 : : .ob_refcnt = 999999999,
92592 : : .ob_type = &PyCode_Type,
92593 : : },
92594 : : .ob_size = 171,
92595 : : },
92596 : : .co_consts = & _sitebuiltins_toplevel_consts_5_consts_5_consts._object.ob_base.ob_base,
92597 : : .co_names = & _sitebuiltins_toplevel_consts_5_consts_5_names._object.ob_base.ob_base,
92598 : : .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_5_exceptiontable.ob_base.ob_base,
92599 : : .co_flags = 3,
92600 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92601 : : ._co_linearray_entry_size = 0,
92602 : : .co_argcount = 1,
92603 : : .co_posonlyargcount = 0,
92604 : : .co_kwonlyargcount = 0,
92605 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
92606 : : .co_stacksize = 7,
92607 : : .co_firstlineno = 44,
92608 : : .co_nlocalsplus = 4,
92609 : : .co_nlocals = 4,
92610 : : .co_nplaincellvars = 0,
92611 : : .co_ncellvars = 0,
92612 : : .co_nfreevars = 0,
92613 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_5_localsplusnames._object.ob_base.ob_base,
92614 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
92615 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
92616 : : .co_name = & const_str___setup._ascii.ob_base,
92617 : : .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_5_qualname._ascii.ob_base,
92618 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_5_linetable.ob_base.ob_base,
92619 : : ._co_code = NULL,
92620 : : ._co_linearray = NULL,
92621 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x64\x00\x7d\x01\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x2d\x00\x00\x7d\x02\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\xac\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x03\x7c\x03\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x7c\x01\x73\x0c\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x08\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x4d\x78\x03\x59\x00\x77\x01\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8a\x77\x00\x78\x03\x59\x00\x77\x01",
92622 : : ._co_firsttraceable = 0,
92623 : : };
92624 : : static
92625 : : struct {
92626 : : PyASCIIObject _ascii;
92627 : : uint8_t _data[34];
92628 : : }
92629 : : _sitebuiltins_toplevel_consts_5_consts_6_consts_2 = {
92630 : : ._ascii = {
92631 : : .ob_base = {
92632 : : .ob_refcnt = 999999999,
92633 : : .ob_type = &PyUnicode_Type,
92634 : : },
92635 : : .length = 33,
92636 : : .hash = -1,
92637 : : .state = {
92638 : : .kind = 1,
92639 : : .compact = 1,
92640 : : .ascii = 1,
92641 : : },
92642 : : },
92643 : : ._data = "Type %s() to see the full %s text",
92644 : : };
92645 : : static
92646 : : struct {
92647 : : PyGC_Head _gc_head;
92648 : : struct {
92649 : : PyObject_VAR_HEAD
92650 : : PyObject *ob_item[4];
92651 : : }_object;
92652 : : }
92653 : : _sitebuiltins_toplevel_consts_5_consts_6_consts = {
92654 : : ._object = {
92655 : : .ob_base = {
92656 : : .ob_base = {
92657 : : .ob_refcnt = 999999999,
92658 : : .ob_type = &PyTuple_Type,
92659 : : },
92660 : : .ob_size = 4,
92661 : : },
92662 : : .ob_item = {
92663 : : Py_None,
92664 : : & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
92665 : : & _sitebuiltins_toplevel_consts_5_consts_6_consts_2._ascii.ob_base,
92666 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
92667 : : },
92668 : : },
92669 : : };
92670 : : static
92671 : : struct {
92672 : : PyASCIIObject _ascii;
92673 : : uint8_t _data[16];
92674 : : }
92675 : : const_str__Printer__setup = {
92676 : : ._ascii = {
92677 : : .ob_base = {
92678 : : .ob_refcnt = 999999999,
92679 : : .ob_type = &PyUnicode_Type,
92680 : : },
92681 : : .length = 15,
92682 : : .hash = -1,
92683 : : .state = {
92684 : : .kind = 1,
92685 : : .compact = 1,
92686 : : .ascii = 1,
92687 : : },
92688 : : },
92689 : : ._data = "_Printer__setup",
92690 : : };
92691 : : static
92692 : : struct {
92693 : : PyASCIIObject _ascii;
92694 : : uint8_t _data[9];
92695 : : }
92696 : : const_str_MAXLINES = {
92697 : : ._ascii = {
92698 : : .ob_base = {
92699 : : .ob_refcnt = 999999999,
92700 : : .ob_type = &PyUnicode_Type,
92701 : : },
92702 : : .length = 8,
92703 : : .hash = -1,
92704 : : .state = {
92705 : : .kind = 1,
92706 : : .compact = 1,
92707 : : .ascii = 1,
92708 : : },
92709 : : },
92710 : : ._data = "MAXLINES",
92711 : : };
92712 : : static
92713 : : struct {
92714 : : PyGC_Head _gc_head;
92715 : : struct {
92716 : : PyObject_VAR_HEAD
92717 : : PyObject *ob_item[6];
92718 : : }_object;
92719 : : }
92720 : : _sitebuiltins_toplevel_consts_5_consts_6_names = {
92721 : : ._object = {
92722 : : .ob_base = {
92723 : : .ob_base = {
92724 : : .ob_refcnt = 999999999,
92725 : : .ob_type = &PyTuple_Type,
92726 : : },
92727 : : .ob_size = 6,
92728 : : },
92729 : : .ob_item = {
92730 : : & const_str__Printer__setup._ascii.ob_base,
92731 : : &_Py_ID(len),
92732 : : & const_str__Printer__lines._ascii.ob_base,
92733 : : & const_str_MAXLINES._ascii.ob_base,
92734 : : &_Py_ID(join),
92735 : : & const_str__Printer__name._ascii.ob_base,
92736 : : },
92737 : : },
92738 : : };
92739 : : static
92740 : : struct {
92741 : : PyASCIIObject _ascii;
92742 : : uint8_t _data[18];
92743 : : }
92744 : : _sitebuiltins_toplevel_consts_5_consts_6_qualname = {
92745 : : ._ascii = {
92746 : : .ob_base = {
92747 : : .ob_refcnt = 999999999,
92748 : : .ob_type = &PyUnicode_Type,
92749 : : },
92750 : : .length = 17,
92751 : : .hash = -1,
92752 : : .state = {
92753 : : .kind = 1,
92754 : : .compact = 1,
92755 : : .ascii = 1,
92756 : : },
92757 : : },
92758 : : ._data = "_Printer.__repr__",
92759 : : };
92760 : : static
92761 : : struct {
92762 : : PyObject_VAR_HEAD
92763 : : Py_hash_t ob_shash;
92764 : : char ob_sval[82];
92765 : : }
92766 : : _sitebuiltins_toplevel_consts_5_consts_6_linetable = {
92767 : : .ob_base = {
92768 : : .ob_base = {
92769 : : .ob_refcnt = 999999999,
92770 : : .ob_type = &PyBytes_Type,
92771 : : },
92772 : : .ob_size = 81,
92773 : : },
92774 : : .ob_shash = -1,
92775 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xdd\x0b\x0e\x88\x74\x8f\x7c\x89\x7c\xd4\x0b\x1c\xa0\x04\xa7\x0d\xa1\x0d\xd2\x0b\x2d\xf0\x00\x03\x09\x4c\x01\xd8\x13\x17\x97\x39\x91\x39\x98\x54\x9f\x5c\x99\x5c\xd4\x13\x2a\xd0\x0c\x2a\xe0\x13\x36\xb8\x34\xbf\x3b\xb9\x3b\xb8\x2e\xc8\x11\xd1\x3a\x4a\xd1\x13\x4b\xd0\x0c\x4b",
92776 : : };
92777 : : static
92778 : : struct _PyCode_DEF(204)
92779 : : _sitebuiltins_toplevel_consts_5_consts_6 = {
92780 : : .ob_base = {
92781 : : .ob_base = {
92782 : : .ob_refcnt = 999999999,
92783 : : .ob_type = &PyCode_Type,
92784 : : },
92785 : : .ob_size = 102,
92786 : : },
92787 : : .co_consts = & _sitebuiltins_toplevel_consts_5_consts_6_consts._object.ob_base.ob_base,
92788 : : .co_names = & _sitebuiltins_toplevel_consts_5_consts_6_names._object.ob_base.ob_base,
92789 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
92790 : : .co_flags = 3,
92791 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
92792 : : ._co_linearray_entry_size = 0,
92793 : : .co_argcount = 1,
92794 : : .co_posonlyargcount = 0,
92795 : : .co_kwonlyargcount = 0,
92796 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
92797 : : .co_stacksize = 3,
92798 : : .co_firstlineno = 60,
92799 : : .co_nlocalsplus = 1,
92800 : : .co_nlocals = 1,
92801 : : .co_nplaincellvars = 0,
92802 : : .co_ncellvars = 0,
92803 : : .co_nfreevars = 0,
92804 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
92805 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
92806 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
92807 : : .co_name = &_Py_ID(__repr__),
92808 : : .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_6_qualname._ascii.ob_base,
92809 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_6_linetable.ob_base.ob_base,
92810 : : ._co_code = NULL,
92811 : : ._co_linearray = NULL,
92812 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x01\x00\x00\x00\x00\x72\x1c\x64\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x01\x64\x03\x7a\x05\x00\x00\x7a\x06\x00\x00\x53\x00",
92813 : : ._co_firsttraceable = 0,
92814 : : };
92815 : : static
92816 : : struct {
92817 : : PyASCIIObject _ascii;
92818 : : uint8_t _data[49];
92819 : : }
92820 : : _sitebuiltins_toplevel_consts_5_consts_7_consts_1 = {
92821 : : ._ascii = {
92822 : : .ob_base = {
92823 : : .ob_refcnt = 999999999,
92824 : : .ob_type = &PyUnicode_Type,
92825 : : },
92826 : : .length = 48,
92827 : : .hash = -1,
92828 : : .state = {
92829 : : .kind = 1,
92830 : : .compact = 1,
92831 : : .ascii = 1,
92832 : : },
92833 : : },
92834 : : ._data = "Hit Return for more, or q (and Return) to quit: ",
92835 : : };
92836 : : static
92837 : : struct {
92838 : : PyASCIIObject _ascii;
92839 : : uint8_t _data[2];
92840 : : }
92841 : : const_str_q = {
92842 : : ._ascii = {
92843 : : .ob_base = {
92844 : : .ob_refcnt = 999999999,
92845 : : .ob_type = &PyUnicode_Type,
92846 : : },
92847 : : .length = 1,
92848 : : .hash = -1,
92849 : : .state = {
92850 : : .kind = 1,
92851 : : .compact = 1,
92852 : : .ascii = 1,
92853 : : },
92854 : : },
92855 : : ._data = "q",
92856 : : };
92857 : : static
92858 : : struct {
92859 : : PyGC_Head _gc_head;
92860 : : struct {
92861 : : PyObject_VAR_HEAD
92862 : : PyObject *ob_item[2];
92863 : : }_object;
92864 : : }
92865 : : _sitebuiltins_toplevel_consts_5_consts_7_consts_4 = {
92866 : : ._object = {
92867 : : .ob_base = {
92868 : : .ob_base = {
92869 : : .ob_refcnt = 999999999,
92870 : : .ob_type = &PyTuple_Type,
92871 : : },
92872 : : .ob_size = 2,
92873 : : },
92874 : : .ob_item = {
92875 : : &_Py_STR(empty),
92876 : : & const_str_q._ascii.ob_base,
92877 : : },
92878 : : },
92879 : : };
92880 : : static
92881 : : struct {
92882 : : PyGC_Head _gc_head;
92883 : : struct {
92884 : : PyObject_VAR_HEAD
92885 : : PyObject *ob_item[6];
92886 : : }_object;
92887 : : }
92888 : : _sitebuiltins_toplevel_consts_5_consts_7_consts = {
92889 : : ._object = {
92890 : : .ob_base = {
92891 : : .ob_base = {
92892 : : .ob_refcnt = 999999999,
92893 : : .ob_type = &PyTuple_Type,
92894 : : },
92895 : : .ob_size = 6,
92896 : : },
92897 : : .ob_item = {
92898 : : Py_None,
92899 : : & _sitebuiltins_toplevel_consts_5_consts_7_consts_1._ascii.ob_base,
92900 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
92901 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
92902 : : & _sitebuiltins_toplevel_consts_5_consts_7_consts_4._object.ob_base.ob_base,
92903 : : & const_str_q._ascii.ob_base,
92904 : : },
92905 : : },
92906 : : };
92907 : : static
92908 : : struct {
92909 : : PyGC_Head _gc_head;
92910 : : struct {
92911 : : PyObject_VAR_HEAD
92912 : : PyObject *ob_item[7];
92913 : : }_object;
92914 : : }
92915 : : _sitebuiltins_toplevel_consts_5_consts_7_names = {
92916 : : ._object = {
92917 : : .ob_base = {
92918 : : .ob_base = {
92919 : : .ob_refcnt = 999999999,
92920 : : .ob_type = &PyTuple_Type,
92921 : : },
92922 : : .ob_size = 7,
92923 : : },
92924 : : .ob_item = {
92925 : : & const_str__Printer__setup._ascii.ob_base,
92926 : : & const_str_range._ascii.ob_base,
92927 : : & const_str_MAXLINES._ascii.ob_base,
92928 : : & const_str_print._ascii.ob_base,
92929 : : & const_str__Printer__lines._ascii.ob_base,
92930 : : & const_str_input._ascii.ob_base,
92931 : : & const_str_IndexError._ascii.ob_base,
92932 : : },
92933 : : },
92934 : : };
92935 : : static
92936 : : struct {
92937 : : PyASCIIObject _ascii;
92938 : : uint8_t _data[18];
92939 : : }
92940 : : _sitebuiltins_toplevel_consts_5_consts_7_qualname = {
92941 : : ._ascii = {
92942 : : .ob_base = {
92943 : : .ob_refcnt = 999999999,
92944 : : .ob_type = &PyUnicode_Type,
92945 : : },
92946 : : .length = 17,
92947 : : .hash = -1,
92948 : : .state = {
92949 : : .kind = 1,
92950 : : .compact = 1,
92951 : : .ascii = 1,
92952 : : },
92953 : : },
92954 : : ._data = "_Printer.__call__",
92955 : : };
92956 : : static
92957 : : struct {
92958 : : PyObject_VAR_HEAD
92959 : : Py_hash_t ob_shash;
92960 : : char ob_sval[216];
92961 : : }
92962 : : _sitebuiltins_toplevel_consts_5_consts_7_linetable = {
92963 : : .ob_base = {
92964 : : .ob_base = {
92965 : : .ob_refcnt = 999999999,
92966 : : .ob_type = &PyBytes_Type,
92967 : : },
92968 : : .ob_size = 215,
92969 : : },
92970 : : .ob_shash = -1,
92971 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0c\x89\x0c\x8c\x0e\x88\x0e\xd8\x11\x43\x88\x06\xd8\x11\x12\x88\x06\xd8\x0e\x0f\xf0\x02\x0d\x0d\x1a\xdd\x19\x1e\x98\x76\xa0\x76\xb0\x04\xb7\x0d\xb1\x0d\xd1\x27\x3d\xd4\x19\x3e\xf0\x00\x01\x11\x2b\xf1\x00\x01\x11\x2b\x90\x41\xdd\x14\x19\x98\x24\x9f\x2c\x99\x2c\xa0\x71\x9c\x2f\xd4\x14\x2a\xd0\x14\x2a\xd0\x14\x2a\xf0\x03\x01\x11\x2b\xf0\x0a\x00\x11\x17\x98\x24\x9f\x2d\x99\x2d\xd1\x10\x27\x90\x06\xd8\x16\x1a\x90\x03\xd8\x16\x19\xf0\x00\x03\x11\x23\xdd\x1a\x1f\xa0\x06\x9c\x2d\x90\x43\xd8\x17\x1a\xa0\x29\xd0\x17\x2b\xf0\x00\x01\x15\x23\xd8\x1e\x22\x98\x03\xf0\x07\x00\x17\x1a\xf0\x00\x03\x11\x23\xf0\x08\x00\x14\x17\x98\x23\x92\x3a\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\xf0\x1d\x00\x0f\x10\xf8\xf5\x08\x00\x14\x1e\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\x90\x05\xf0\x03\x01\x0d\x16\xf8\xf8\xf8",
92972 : : };
92973 : : static
92974 : : struct {
92975 : : PyObject_VAR_HEAD
92976 : : Py_hash_t ob_shash;
92977 : : char ob_sval[18];
92978 : : }
92979 : : _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable = {
92980 : : .ob_base = {
92981 : : .ob_base = {
92982 : : .ob_refcnt = 999999999,
92983 : : .ob_type = &PyBytes_Type,
92984 : : },
92985 : : .ob_size = 17,
92986 : : },
92987 : : .ob_shash = -1,
92988 : : .ob_sval = "\x98\x3c\x42\x06\x00\xc2\x06\x0a\x42\x14\x03\xc2\x13\x01\x42\x14\x03",
92989 : : };
92990 : : static
92991 : : struct {
92992 : : PyASCIIObject _ascii;
92993 : : uint8_t _data[7];
92994 : : }
92995 : : const_str_prompt = {
92996 : : ._ascii = {
92997 : : .ob_base = {
92998 : : .ob_refcnt = 999999999,
92999 : : .ob_type = &PyUnicode_Type,
93000 : : },
93001 : : .length = 6,
93002 : : .hash = -1,
93003 : : .state = {
93004 : : .kind = 1,
93005 : : .compact = 1,
93006 : : .ascii = 1,
93007 : : },
93008 : : },
93009 : : ._data = "prompt",
93010 : : };
93011 : : static
93012 : : struct {
93013 : : PyGC_Head _gc_head;
93014 : : struct {
93015 : : PyObject_VAR_HEAD
93016 : : PyObject *ob_item[5];
93017 : : }_object;
93018 : : }
93019 : : _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames = {
93020 : : ._object = {
93021 : : .ob_base = {
93022 : : .ob_base = {
93023 : : .ob_refcnt = 999999999,
93024 : : .ob_type = &PyTuple_Type,
93025 : : },
93026 : : .ob_size = 5,
93027 : : },
93028 : : .ob_item = {
93029 : : & const_str_self._ascii.ob_base,
93030 : : & const_str_prompt._ascii.ob_base,
93031 : : &_Py_ID(lineno),
93032 : : & const_str_i._ascii.ob_base,
93033 : : & const_str_key._ascii.ob_base,
93034 : : },
93035 : : },
93036 : : };
93037 : : static
93038 : : struct _PyCode_DEF(302)
93039 : : _sitebuiltins_toplevel_consts_5_consts_7 = {
93040 : : .ob_base = {
93041 : : .ob_base = {
93042 : : .ob_refcnt = 999999999,
93043 : : .ob_type = &PyCode_Type,
93044 : : },
93045 : : .ob_size = 151,
93046 : : },
93047 : : .co_consts = & _sitebuiltins_toplevel_consts_5_consts_7_consts._object.ob_base.ob_base,
93048 : : .co_names = & _sitebuiltins_toplevel_consts_5_consts_7_names._object.ob_base.ob_base,
93049 : : .co_exceptiontable = & _sitebuiltins_toplevel_consts_5_consts_7_exceptiontable.ob_base.ob_base,
93050 : : .co_flags = 3,
93051 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93052 : : ._co_linearray_entry_size = 0,
93053 : : .co_argcount = 1,
93054 : : .co_posonlyargcount = 0,
93055 : : .co_kwonlyargcount = 0,
93056 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
93057 : : .co_stacksize = 5,
93058 : : .co_firstlineno = 67,
93059 : : .co_nlocalsplus = 5,
93060 : : .co_nlocals = 5,
93061 : : .co_nplaincellvars = 0,
93062 : : .co_ncellvars = 0,
93063 : : .co_nfreevars = 0,
93064 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_5_consts_7_localsplusnames._object.ob_base.ob_base,
93065 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
93066 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93067 : : .co_name = &_Py_ID(__call__),
93068 : : .co_qualname = & _sitebuiltins_toplevel_consts_5_consts_7_qualname._ascii.ob_base,
93069 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_consts_7_linetable.ob_base.ob_base,
93070 : : ._co_code = NULL,
93071 : : ._co_linearray = NULL,
93072 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x7d\x01\x64\x02\x7d\x02\x09\x00\x09\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x1f\x00\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x21\x09\x00\x7c\x02\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x0d\x00\x00\x7d\x02\x64\x00\x7d\x04\x7c\x04\x80\x15\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x64\x04\x76\x01\x72\x02\x64\x00\x7d\x04\x7c\x04\xae\x15\x7c\x04\x64\x05\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x8c\x6f\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
93073 : : ._co_firsttraceable = 0,
93074 : : };
93075 : : static
93076 : : struct {
93077 : : PyGC_Head _gc_head;
93078 : : struct {
93079 : : PyObject_VAR_HEAD
93080 : : PyObject *ob_item[2];
93081 : : }_object;
93082 : : }
93083 : : _sitebuiltins_toplevel_consts_5_consts_9 = {
93084 : : ._object = {
93085 : : .ob_base = {
93086 : : .ob_base = {
93087 : : .ob_refcnt = 999999999,
93088 : : .ob_type = &PyTuple_Type,
93089 : : },
93090 : : .ob_size = 2,
93091 : : },
93092 : : .ob_item = {
93093 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
93094 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
93095 : : },
93096 : : },
93097 : : };
93098 : : static
93099 : : struct {
93100 : : PyGC_Head _gc_head;
93101 : : struct {
93102 : : PyObject_VAR_HEAD
93103 : : PyObject *ob_item[10];
93104 : : }_object;
93105 : : }
93106 : : _sitebuiltins_toplevel_consts_5_consts = {
93107 : : ._object = {
93108 : : .ob_base = {
93109 : : .ob_base = {
93110 : : .ob_refcnt = 999999999,
93111 : : .ob_type = &PyTuple_Type,
93112 : : },
93113 : : .ob_size = 10,
93114 : : },
93115 : : .ob_item = {
93116 : : & const_str__Printer._ascii.ob_base,
93117 : : & _sitebuiltins_toplevel_consts_5_consts_1._ascii.ob_base,
93118 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 23],
93119 : : (PyObject *)& _Py_SINGLETON(tuple_empty),
93120 : : & _sitebuiltins_toplevel_consts_5_consts_4.ob_base.ob_base,
93121 : : & _sitebuiltins_toplevel_consts_5_consts_5.ob_base.ob_base,
93122 : : & _sitebuiltins_toplevel_consts_5_consts_6.ob_base.ob_base,
93123 : : & _sitebuiltins_toplevel_consts_5_consts_7.ob_base.ob_base,
93124 : : Py_None,
93125 : : & _sitebuiltins_toplevel_consts_5_consts_9._object.ob_base.ob_base,
93126 : : },
93127 : : },
93128 : : };
93129 : : static
93130 : : struct {
93131 : : PyGC_Head _gc_head;
93132 : : struct {
93133 : : PyObject_VAR_HEAD
93134 : : PyObject *ob_item[9];
93135 : : }_object;
93136 : : }
93137 : : _sitebuiltins_toplevel_consts_5_names = {
93138 : : ._object = {
93139 : : .ob_base = {
93140 : : .ob_base = {
93141 : : .ob_refcnt = 999999999,
93142 : : .ob_type = &PyTuple_Type,
93143 : : },
93144 : : .ob_size = 9,
93145 : : },
93146 : : .ob_item = {
93147 : : &_Py_ID(__name__),
93148 : : &_Py_ID(__module__),
93149 : : &_Py_ID(__qualname__),
93150 : : &_Py_ID(__doc__),
93151 : : & const_str_MAXLINES._ascii.ob_base,
93152 : : &_Py_ID(__init__),
93153 : : & const_str__Printer__setup._ascii.ob_base,
93154 : : &_Py_ID(__repr__),
93155 : : &_Py_ID(__call__),
93156 : : },
93157 : : },
93158 : : };
93159 : : static
93160 : : struct {
93161 : : PyObject_VAR_HEAD
93162 : : Py_hash_t ob_shash;
93163 : : char ob_sval[104];
93164 : : }
93165 : : _sitebuiltins_toplevel_consts_5_linetable = {
93166 : : .ob_base = {
93167 : : .ob_base = {
93168 : : .ob_refcnt = 999999999,
93169 : : .ob_type = &PyBytes_Type,
93170 : : },
93171 : : .ob_size = 103,
93172 : : },
93173 : : .ob_shash = -1,
93174 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xf0\x02\x01\x05\x2e\xf0\x00\x01\x05\x2e\xf0\x06\x00\x10\x12\x80\x48\xe0\x29\x2b\xf0\x00\x07\x05\x33\xf0\x00\x07\x05\x33\xf0\x00\x07\x05\x33\xf0\x12\x0e\x05\x2b\xf0\x00\x0e\x05\x2b\xf0\x00\x0e\x05\x2b\xf0\x20\x05\x05\x4c\x01\xf0\x00\x05\x05\x4c\x01\xf0\x00\x05\x05\x4c\x01\xf0\x0e\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a\xf0\x00\x12\x05\x1a",
93175 : : };
93176 : : static
93177 : : struct _PyCode_DEF(48)
93178 : : _sitebuiltins_toplevel_consts_5 = {
93179 : : .ob_base = {
93180 : : .ob_base = {
93181 : : .ob_refcnt = 999999999,
93182 : : .ob_type = &PyCode_Type,
93183 : : },
93184 : : .ob_size = 24,
93185 : : },
93186 : : .co_consts = & _sitebuiltins_toplevel_consts_5_consts._object.ob_base.ob_base,
93187 : : .co_names = & _sitebuiltins_toplevel_consts_5_names._object.ob_base.ob_base,
93188 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93189 : : .co_flags = 0,
93190 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93191 : : ._co_linearray_entry_size = 0,
93192 : : .co_argcount = 0,
93193 : : .co_posonlyargcount = 0,
93194 : : .co_kwonlyargcount = 0,
93195 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
93196 : : .co_stacksize = 2,
93197 : : .co_firstlineno = 29,
93198 : : .co_nlocalsplus = 0,
93199 : : .co_nlocals = 0,
93200 : : .co_nplaincellvars = 0,
93201 : : .co_ncellvars = 0,
93202 : : .co_nfreevars = 0,
93203 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
93204 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
93205 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93206 : : .co_name = & const_str__Printer._ascii.ob_base,
93207 : : .co_qualname = & const_str__Printer._ascii.ob_base,
93208 : : .co_linetable = & _sitebuiltins_toplevel_consts_5_linetable.ob_base.ob_base,
93209 : : ._co_code = NULL,
93210 : : ._co_linearray = NULL,
93211 : : .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",
93212 : : ._co_firsttraceable = 0,
93213 : : };
93214 : : static
93215 : : struct {
93216 : : PyASCIIObject _ascii;
93217 : : uint8_t _data[8];
93218 : : }
93219 : : const_str__Helper = {
93220 : : ._ascii = {
93221 : : .ob_base = {
93222 : : .ob_refcnt = 999999999,
93223 : : .ob_type = &PyUnicode_Type,
93224 : : },
93225 : : .length = 7,
93226 : : .hash = -1,
93227 : : .state = {
93228 : : .kind = 1,
93229 : : .compact = 1,
93230 : : .ascii = 1,
93231 : : },
93232 : : },
93233 : : ._data = "_Helper",
93234 : : };
93235 : : static
93236 : : struct {
93237 : : PyASCIIObject _ascii;
93238 : : uint8_t _data[308];
93239 : : }
93240 : : _sitebuiltins_toplevel_consts_7_consts_1 = {
93241 : : ._ascii = {
93242 : : .ob_base = {
93243 : : .ob_refcnt = 999999999,
93244 : : .ob_type = &PyUnicode_Type,
93245 : : },
93246 : : .length = 307,
93247 : : .hash = -1,
93248 : : .state = {
93249 : : .kind = 1,
93250 : : .compact = 1,
93251 : : .ascii = 1,
93252 : : },
93253 : : },
93254 : : ._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",
93255 : : };
93256 : : static
93257 : : struct {
93258 : : PyASCIIObject _ascii;
93259 : : uint8_t _data[73];
93260 : : }
93261 : : _sitebuiltins_toplevel_consts_7_consts_2_consts_1 = {
93262 : : ._ascii = {
93263 : : .ob_base = {
93264 : : .ob_refcnt = 999999999,
93265 : : .ob_type = &PyUnicode_Type,
93266 : : },
93267 : : .length = 72,
93268 : : .hash = -1,
93269 : : .state = {
93270 : : .kind = 1,
93271 : : .compact = 1,
93272 : : .ascii = 1,
93273 : : },
93274 : : },
93275 : : ._data = "Type help() for interactive help, or help(object) for help about object.",
93276 : : };
93277 : : static
93278 : : struct {
93279 : : PyGC_Head _gc_head;
93280 : : struct {
93281 : : PyObject_VAR_HEAD
93282 : : PyObject *ob_item[2];
93283 : : }_object;
93284 : : }
93285 : : _sitebuiltins_toplevel_consts_7_consts_2_consts = {
93286 : : ._object = {
93287 : : .ob_base = {
93288 : : .ob_base = {
93289 : : .ob_refcnt = 999999999,
93290 : : .ob_type = &PyTuple_Type,
93291 : : },
93292 : : .ob_size = 2,
93293 : : },
93294 : : .ob_item = {
93295 : : Py_None,
93296 : : & _sitebuiltins_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
93297 : : },
93298 : : },
93299 : : };
93300 : : static
93301 : : struct {
93302 : : PyASCIIObject _ascii;
93303 : : uint8_t _data[17];
93304 : : }
93305 : : _sitebuiltins_toplevel_consts_7_consts_2_qualname = {
93306 : : ._ascii = {
93307 : : .ob_base = {
93308 : : .ob_refcnt = 999999999,
93309 : : .ob_type = &PyUnicode_Type,
93310 : : },
93311 : : .length = 16,
93312 : : .hash = -1,
93313 : : .state = {
93314 : : .kind = 1,
93315 : : .compact = 1,
93316 : : .ascii = 1,
93317 : : },
93318 : : },
93319 : : ._data = "_Helper.__repr__",
93320 : : };
93321 : : static
93322 : : struct {
93323 : : PyObject_VAR_HEAD
93324 : : Py_hash_t ob_shash;
93325 : : char ob_sval[13];
93326 : : }
93327 : : _sitebuiltins_toplevel_consts_7_consts_2_linetable = {
93328 : : .ob_base = {
93329 : : .ob_base = {
93330 : : .ob_refcnt = 999999999,
93331 : : .ob_type = &PyBytes_Type,
93332 : : },
93333 : : .ob_size = 12,
93334 : : },
93335 : : .ob_shash = -1,
93336 : : .ob_sval = "\x80\x00\xf0\x02\x01\x10\x38\xf0\x00\x01\x10\x38",
93337 : : };
93338 : : static
93339 : : struct _PyCode_DEF(6)
93340 : : _sitebuiltins_toplevel_consts_7_consts_2 = {
93341 : : .ob_base = {
93342 : : .ob_base = {
93343 : : .ob_refcnt = 999999999,
93344 : : .ob_type = &PyCode_Type,
93345 : : },
93346 : : .ob_size = 3,
93347 : : },
93348 : : .co_consts = & _sitebuiltins_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
93349 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
93350 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93351 : : .co_flags = 3,
93352 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93353 : : ._co_linearray_entry_size = 0,
93354 : : .co_argcount = 1,
93355 : : .co_posonlyargcount = 0,
93356 : : .co_kwonlyargcount = 0,
93357 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
93358 : : .co_stacksize = 1,
93359 : : .co_firstlineno = 98,
93360 : : .co_nlocalsplus = 1,
93361 : : .co_nlocals = 1,
93362 : : .co_nplaincellvars = 0,
93363 : : .co_ncellvars = 0,
93364 : : .co_nfreevars = 0,
93365 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
93366 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
93367 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93368 : : .co_name = &_Py_ID(__repr__),
93369 : : .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
93370 : : .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
93371 : : ._co_code = NULL,
93372 : : ._co_linearray = NULL,
93373 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
93374 : : ._co_firsttraceable = 0,
93375 : : };
93376 : : static
93377 : : struct {
93378 : : PyASCIIObject _ascii;
93379 : : uint8_t _data[6];
93380 : : }
93381 : : const_str_pydoc = {
93382 : : ._ascii = {
93383 : : .ob_base = {
93384 : : .ob_refcnt = 999999999,
93385 : : .ob_type = &PyUnicode_Type,
93386 : : },
93387 : : .length = 5,
93388 : : .hash = -1,
93389 : : .state = {
93390 : : .kind = 1,
93391 : : .compact = 1,
93392 : : .ascii = 1,
93393 : : },
93394 : : },
93395 : : ._data = "pydoc",
93396 : : };
93397 : : static
93398 : : struct {
93399 : : PyASCIIObject _ascii;
93400 : : uint8_t _data[5];
93401 : : }
93402 : : const_str_help = {
93403 : : ._ascii = {
93404 : : .ob_base = {
93405 : : .ob_refcnt = 999999999,
93406 : : .ob_type = &PyUnicode_Type,
93407 : : },
93408 : : .length = 4,
93409 : : .hash = -1,
93410 : : .state = {
93411 : : .kind = 1,
93412 : : .compact = 1,
93413 : : .ascii = 1,
93414 : : },
93415 : : },
93416 : : ._data = "help",
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_7_consts_3_names = {
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_pydoc._ascii.ob_base,
93437 : : & const_str_help._ascii.ob_base,
93438 : : },
93439 : : },
93440 : : };
93441 : : static
93442 : : struct {
93443 : : PyASCIIObject _ascii;
93444 : : uint8_t _data[17];
93445 : : }
93446 : : _sitebuiltins_toplevel_consts_7_consts_3_qualname = {
93447 : : ._ascii = {
93448 : : .ob_base = {
93449 : : .ob_refcnt = 999999999,
93450 : : .ob_type = &PyUnicode_Type,
93451 : : },
93452 : : .length = 16,
93453 : : .hash = -1,
93454 : : .state = {
93455 : : .kind = 1,
93456 : : .compact = 1,
93457 : : .ascii = 1,
93458 : : },
93459 : : },
93460 : : ._data = "_Helper.__call__",
93461 : : };
93462 : : static
93463 : : struct {
93464 : : PyObject_VAR_HEAD
93465 : : Py_hash_t ob_shash;
93466 : : char ob_sval[37];
93467 : : }
93468 : : _sitebuiltins_toplevel_consts_7_consts_3_linetable = {
93469 : : .ob_base = {
93470 : : .ob_base = {
93471 : : .ob_refcnt = 999999999,
93472 : : .ob_type = &PyBytes_Type,
93473 : : },
93474 : : .ob_size = 36,
93475 : : },
93476 : : .ob_shash = -1,
93477 : : .ob_sval = "\x80\x00\xd8\x08\x14\x88\x0c\x88\x0c\x88\x0c\xd8\x0f\x19\x88\x75\x8f\x7a\x89\x7a\x98\x34\xd0\x0f\x28\xa0\x34\xd0\x0f\x28\xd0\x0f\x28\xd0\x08\x28",
93478 : : };
93479 : : static
93480 : : struct {
93481 : : PyGC_Head _gc_head;
93482 : : struct {
93483 : : PyObject_VAR_HEAD
93484 : : PyObject *ob_item[4];
93485 : : }_object;
93486 : : }
93487 : : _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames = {
93488 : : ._object = {
93489 : : .ob_base = {
93490 : : .ob_base = {
93491 : : .ob_refcnt = 999999999,
93492 : : .ob_type = &PyTuple_Type,
93493 : : },
93494 : : .ob_size = 4,
93495 : : },
93496 : : .ob_item = {
93497 : : & const_str_self._ascii.ob_base,
93498 : : & const_str_args._ascii.ob_base,
93499 : : & const_str_kwds._ascii.ob_base,
93500 : : & const_str_pydoc._ascii.ob_base,
93501 : : },
93502 : : },
93503 : : };
93504 : : static
93505 : : struct _PyCode_DEF(46)
93506 : : _sitebuiltins_toplevel_consts_7_consts_3 = {
93507 : : .ob_base = {
93508 : : .ob_base = {
93509 : : .ob_refcnt = 999999999,
93510 : : .ob_type = &PyCode_Type,
93511 : : },
93512 : : .ob_size = 23,
93513 : : },
93514 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
93515 : : .co_names = & _sitebuiltins_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
93516 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93517 : : .co_flags = 15,
93518 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93519 : : ._co_linearray_entry_size = 0,
93520 : : .co_argcount = 1,
93521 : : .co_posonlyargcount = 0,
93522 : : .co_kwonlyargcount = 0,
93523 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
93524 : : .co_stacksize = 5,
93525 : : .co_firstlineno = 101,
93526 : : .co_nlocalsplus = 4,
93527 : : .co_nlocals = 4,
93528 : : .co_nplaincellvars = 0,
93529 : : .co_ncellvars = 0,
93530 : : .co_nfreevars = 0,
93531 : : .co_localsplusnames = & _sitebuiltins_toplevel_consts_7_consts_3_localsplusnames._object.ob_base.ob_base,
93532 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
93533 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93534 : : .co_name = &_Py_ID(__call__),
93535 : : .co_qualname = & _sitebuiltins_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
93536 : : .co_linetable = & _sitebuiltins_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
93537 : : ._co_code = NULL,
93538 : : ._co_linearray = NULL,
93539 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x00\x6c\x00\x7d\x03\x02\x00\x7c\x03\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x69\x00\x7c\x02\xa4\x01\x8e\x01\x53\x00",
93540 : : ._co_firsttraceable = 0,
93541 : : };
93542 : : static
93543 : : struct {
93544 : : PyGC_Head _gc_head;
93545 : : struct {
93546 : : PyObject_VAR_HEAD
93547 : : PyObject *ob_item[5];
93548 : : }_object;
93549 : : }
93550 : : _sitebuiltins_toplevel_consts_7_consts = {
93551 : : ._object = {
93552 : : .ob_base = {
93553 : : .ob_base = {
93554 : : .ob_refcnt = 999999999,
93555 : : .ob_type = &PyTuple_Type,
93556 : : },
93557 : : .ob_size = 5,
93558 : : },
93559 : : .ob_item = {
93560 : : & const_str__Helper._ascii.ob_base,
93561 : : & _sitebuiltins_toplevel_consts_7_consts_1._ascii.ob_base,
93562 : : & _sitebuiltins_toplevel_consts_7_consts_2.ob_base.ob_base,
93563 : : & _sitebuiltins_toplevel_consts_7_consts_3.ob_base.ob_base,
93564 : : Py_None,
93565 : : },
93566 : : },
93567 : : };
93568 : : static
93569 : : struct {
93570 : : PyGC_Head _gc_head;
93571 : : struct {
93572 : : PyObject_VAR_HEAD
93573 : : PyObject *ob_item[6];
93574 : : }_object;
93575 : : }
93576 : : _sitebuiltins_toplevel_consts_7_names = {
93577 : : ._object = {
93578 : : .ob_base = {
93579 : : .ob_base = {
93580 : : .ob_refcnt = 999999999,
93581 : : .ob_type = &PyTuple_Type,
93582 : : },
93583 : : .ob_size = 6,
93584 : : },
93585 : : .ob_item = {
93586 : : &_Py_ID(__name__),
93587 : : &_Py_ID(__module__),
93588 : : &_Py_ID(__qualname__),
93589 : : &_Py_ID(__doc__),
93590 : : &_Py_ID(__repr__),
93591 : : &_Py_ID(__call__),
93592 : : },
93593 : : },
93594 : : };
93595 : : static
93596 : : struct {
93597 : : PyObject_VAR_HEAD
93598 : : Py_hash_t ob_shash;
93599 : : char ob_sval[61];
93600 : : }
93601 : : _sitebuiltins_toplevel_consts_7_linetable = {
93602 : : .ob_base = {
93603 : : .ob_base = {
93604 : : .ob_refcnt = 999999999,
93605 : : .ob_type = &PyBytes_Type,
93606 : : },
93607 : : .ob_size = 60,
93608 : : },
93609 : : .ob_shash = -1,
93610 : : .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",
93611 : : };
93612 : : static
93613 : : struct _PyCode_DEF(30)
93614 : : _sitebuiltins_toplevel_consts_7 = {
93615 : : .ob_base = {
93616 : : .ob_base = {
93617 : : .ob_refcnt = 999999999,
93618 : : .ob_type = &PyCode_Type,
93619 : : },
93620 : : .ob_size = 15,
93621 : : },
93622 : : .co_consts = & _sitebuiltins_toplevel_consts_7_consts._object.ob_base.ob_base,
93623 : : .co_names = & _sitebuiltins_toplevel_consts_7_names._object.ob_base.ob_base,
93624 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93625 : : .co_flags = 0,
93626 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93627 : : ._co_linearray_entry_size = 0,
93628 : : .co_argcount = 0,
93629 : : .co_posonlyargcount = 0,
93630 : : .co_kwonlyargcount = 0,
93631 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
93632 : : .co_stacksize = 1,
93633 : : .co_firstlineno = 88,
93634 : : .co_nlocalsplus = 0,
93635 : : .co_nlocals = 0,
93636 : : .co_nplaincellvars = 0,
93637 : : .co_ncellvars = 0,
93638 : : .co_nfreevars = 0,
93639 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
93640 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
93641 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93642 : : .co_name = & const_str__Helper._ascii.ob_base,
93643 : : .co_qualname = & const_str__Helper._ascii.ob_base,
93644 : : .co_linetable = & _sitebuiltins_toplevel_consts_7_linetable.ob_base.ob_base,
93645 : : ._co_code = NULL,
93646 : : ._co_linearray = NULL,
93647 : : .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",
93648 : : ._co_firsttraceable = 0,
93649 : : };
93650 : : static
93651 : : struct {
93652 : : PyGC_Head _gc_head;
93653 : : struct {
93654 : : PyObject_VAR_HEAD
93655 : : PyObject *ob_item[9];
93656 : : }_object;
93657 : : }
93658 : : _sitebuiltins_toplevel_consts = {
93659 : : ._object = {
93660 : : .ob_base = {
93661 : : .ob_base = {
93662 : : .ob_refcnt = 999999999,
93663 : : .ob_type = &PyTuple_Type,
93664 : : },
93665 : : .ob_size = 9,
93666 : : },
93667 : : .ob_item = {
93668 : : & _sitebuiltins_toplevel_consts_0._ascii.ob_base,
93669 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
93670 : : Py_None,
93671 : : & _sitebuiltins_toplevel_consts_3.ob_base.ob_base,
93672 : : & const_str_Quitter._ascii.ob_base,
93673 : : & _sitebuiltins_toplevel_consts_5.ob_base.ob_base,
93674 : : & const_str__Printer._ascii.ob_base,
93675 : : & _sitebuiltins_toplevel_consts_7.ob_base.ob_base,
93676 : : & const_str__Helper._ascii.ob_base,
93677 : : },
93678 : : },
93679 : : };
93680 : : static
93681 : : struct {
93682 : : PyGC_Head _gc_head;
93683 : : struct {
93684 : : PyObject_VAR_HEAD
93685 : : PyObject *ob_item[6];
93686 : : }_object;
93687 : : }
93688 : : _sitebuiltins_toplevel_names = {
93689 : : ._object = {
93690 : : .ob_base = {
93691 : : .ob_base = {
93692 : : .ob_refcnt = 999999999,
93693 : : .ob_type = &PyTuple_Type,
93694 : : },
93695 : : .ob_size = 6,
93696 : : },
93697 : : .ob_item = {
93698 : : &_Py_ID(__doc__),
93699 : : & const_str_sys._ascii.ob_base,
93700 : : & const_str_object._ascii.ob_base,
93701 : : & const_str_Quitter._ascii.ob_base,
93702 : : & const_str__Printer._ascii.ob_base,
93703 : : & const_str__Helper._ascii.ob_base,
93704 : : },
93705 : : },
93706 : : };
93707 : : static
93708 : : struct {
93709 : : PyObject_VAR_HEAD
93710 : : Py_hash_t ob_shash;
93711 : : char ob_sval[149];
93712 : : }
93713 : : _sitebuiltins_toplevel_linetable = {
93714 : : .ob_base = {
93715 : : .ob_base = {
93716 : : .ob_refcnt = 999999999,
93717 : : .ob_type = &PyBytes_Type,
93718 : : },
93719 : : .ob_size = 148,
93720 : : },
93721 : : .ob_shash = -1,
93722 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x02\x01\x04\xf0\x00\x02\x01\x04\xf0\x14\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xf0\x04\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\x88\x66\xf4\x00\x0d\x01\x1f\xf0\x00\x0d\x01\x1f\xf0\x20\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\x88\x76\xf4\x00\x38\x01\x1a\xf0\x00\x38\x01\x1a\xf0\x76\x01\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\x88\x66\xf4\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29\xf0\x00\x0f\x01\x29",
93723 : : };
93724 : : static
93725 : : struct _PyCode_DEF(90)
93726 : : _sitebuiltins_toplevel = {
93727 : : .ob_base = {
93728 : : .ob_base = {
93729 : : .ob_refcnt = 999999999,
93730 : : .ob_type = &PyCode_Type,
93731 : : },
93732 : : .ob_size = 45,
93733 : : },
93734 : : .co_consts = & _sitebuiltins_toplevel_consts._object.ob_base.ob_base,
93735 : : .co_names = & _sitebuiltins_toplevel_names._object.ob_base.ob_base,
93736 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
93737 : : .co_flags = 0,
93738 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
93739 : : ._co_linearray_entry_size = 0,
93740 : : .co_argcount = 0,
93741 : : .co_posonlyargcount = 0,
93742 : : .co_kwonlyargcount = 0,
93743 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
93744 : : .co_stacksize = 5,
93745 : : .co_firstlineno = 1,
93746 : : .co_nlocalsplus = 0,
93747 : : .co_nlocals = 0,
93748 : : .co_nplaincellvars = 0,
93749 : : .co_ncellvars = 0,
93750 : : .co_nfreevars = 0,
93751 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
93752 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
93753 : : .co_filename = & _sitebuiltins_toplevel_consts_3_consts_1_filename._ascii.ob_base,
93754 : : .co_name = &_Py_STR(anon_module),
93755 : : .co_qualname = &_Py_STR(anon_module),
93756 : : .co_linetable = & _sitebuiltins_toplevel_linetable.ob_base.ob_base,
93757 : : ._co_code = NULL,
93758 : : ._co_linearray = NULL,
93759 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x02\x00\x47\x00\x64\x03\x84\x00\x64\x04\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x04\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x64\x02\x53\x00",
93760 : : ._co_firsttraceable = 0,
93761 : : };
93762 : 2988 : static void _sitebuiltins_do_patchups(void) {
93763 : 2988 : }
93764 : :
93765 : : PyObject *
93766 : 2988 : _Py_get__sitebuiltins_toplevel(void)
93767 : : {
93768 : 2988 : _sitebuiltins_do_patchups();
93769 : 2988 : return Py_NewRef((PyObject *) &_sitebuiltins_toplevel);
93770 : : }
93771 : :
93772 : : static
93773 : : struct {
93774 : : PyASCIIObject _ascii;
93775 : : uint8_t _data[153];
93776 : : }
93777 : : genericpath_toplevel_consts_0 = {
93778 : : ._ascii = {
93779 : : .ob_base = {
93780 : : .ob_refcnt = 999999999,
93781 : : .ob_type = &PyUnicode_Type,
93782 : : },
93783 : : .length = 152,
93784 : : .hash = -1,
93785 : : .state = {
93786 : : .kind = 1,
93787 : : .compact = 1,
93788 : : .ascii = 1,
93789 : : },
93790 : : },
93791 : : ._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",
93792 : : };
93793 : : static
93794 : : struct {
93795 : : PyASCIIObject _ascii;
93796 : : uint8_t _data[13];
93797 : : }
93798 : : const_str_commonprefix = {
93799 : : ._ascii = {
93800 : : .ob_base = {
93801 : : .ob_refcnt = 999999999,
93802 : : .ob_type = &PyUnicode_Type,
93803 : : },
93804 : : .length = 12,
93805 : : .hash = -1,
93806 : : .state = {
93807 : : .kind = 1,
93808 : : .compact = 1,
93809 : : .ascii = 1,
93810 : : },
93811 : : },
93812 : : ._data = "commonprefix",
93813 : : };
93814 : : static
93815 : : struct {
93816 : : PyASCIIObject _ascii;
93817 : : uint8_t _data[7];
93818 : : }
93819 : : const_str_exists = {
93820 : : ._ascii = {
93821 : : .ob_base = {
93822 : : .ob_refcnt = 999999999,
93823 : : .ob_type = &PyUnicode_Type,
93824 : : },
93825 : : .length = 6,
93826 : : .hash = -1,
93827 : : .state = {
93828 : : .kind = 1,
93829 : : .compact = 1,
93830 : : .ascii = 1,
93831 : : },
93832 : : },
93833 : : ._data = "exists",
93834 : : };
93835 : : static
93836 : : struct {
93837 : : PyASCIIObject _ascii;
93838 : : uint8_t _data[9];
93839 : : }
93840 : : const_str_getatime = {
93841 : : ._ascii = {
93842 : : .ob_base = {
93843 : : .ob_refcnt = 999999999,
93844 : : .ob_type = &PyUnicode_Type,
93845 : : },
93846 : : .length = 8,
93847 : : .hash = -1,
93848 : : .state = {
93849 : : .kind = 1,
93850 : : .compact = 1,
93851 : : .ascii = 1,
93852 : : },
93853 : : },
93854 : : ._data = "getatime",
93855 : : };
93856 : : static
93857 : : struct {
93858 : : PyASCIIObject _ascii;
93859 : : uint8_t _data[9];
93860 : : }
93861 : : const_str_getctime = {
93862 : : ._ascii = {
93863 : : .ob_base = {
93864 : : .ob_refcnt = 999999999,
93865 : : .ob_type = &PyUnicode_Type,
93866 : : },
93867 : : .length = 8,
93868 : : .hash = -1,
93869 : : .state = {
93870 : : .kind = 1,
93871 : : .compact = 1,
93872 : : .ascii = 1,
93873 : : },
93874 : : },
93875 : : ._data = "getctime",
93876 : : };
93877 : : static
93878 : : struct {
93879 : : PyASCIIObject _ascii;
93880 : : uint8_t _data[9];
93881 : : }
93882 : : const_str_getmtime = {
93883 : : ._ascii = {
93884 : : .ob_base = {
93885 : : .ob_refcnt = 999999999,
93886 : : .ob_type = &PyUnicode_Type,
93887 : : },
93888 : : .length = 8,
93889 : : .hash = -1,
93890 : : .state = {
93891 : : .kind = 1,
93892 : : .compact = 1,
93893 : : .ascii = 1,
93894 : : },
93895 : : },
93896 : : ._data = "getmtime",
93897 : : };
93898 : : static
93899 : : struct {
93900 : : PyASCIIObject _ascii;
93901 : : uint8_t _data[8];
93902 : : }
93903 : : const_str_getsize = {
93904 : : ._ascii = {
93905 : : .ob_base = {
93906 : : .ob_refcnt = 999999999,
93907 : : .ob_type = &PyUnicode_Type,
93908 : : },
93909 : : .length = 7,
93910 : : .hash = -1,
93911 : : .state = {
93912 : : .kind = 1,
93913 : : .compact = 1,
93914 : : .ascii = 1,
93915 : : },
93916 : : },
93917 : : ._data = "getsize",
93918 : : };
93919 : : static
93920 : : struct {
93921 : : PyASCIIObject _ascii;
93922 : : uint8_t _data[6];
93923 : : }
93924 : : const_str_isdir = {
93925 : : ._ascii = {
93926 : : .ob_base = {
93927 : : .ob_refcnt = 999999999,
93928 : : .ob_type = &PyUnicode_Type,
93929 : : },
93930 : : .length = 5,
93931 : : .hash = -1,
93932 : : .state = {
93933 : : .kind = 1,
93934 : : .compact = 1,
93935 : : .ascii = 1,
93936 : : },
93937 : : },
93938 : : ._data = "isdir",
93939 : : };
93940 : : static
93941 : : struct {
93942 : : PyASCIIObject _ascii;
93943 : : uint8_t _data[7];
93944 : : }
93945 : : const_str_isfile = {
93946 : : ._ascii = {
93947 : : .ob_base = {
93948 : : .ob_refcnt = 999999999,
93949 : : .ob_type = &PyUnicode_Type,
93950 : : },
93951 : : .length = 6,
93952 : : .hash = -1,
93953 : : .state = {
93954 : : .kind = 1,
93955 : : .compact = 1,
93956 : : .ascii = 1,
93957 : : },
93958 : : },
93959 : : ._data = "isfile",
93960 : : };
93961 : : static
93962 : : struct {
93963 : : PyASCIIObject _ascii;
93964 : : uint8_t _data[9];
93965 : : }
93966 : : const_str_samefile = {
93967 : : ._ascii = {
93968 : : .ob_base = {
93969 : : .ob_refcnt = 999999999,
93970 : : .ob_type = &PyUnicode_Type,
93971 : : },
93972 : : .length = 8,
93973 : : .hash = -1,
93974 : : .state = {
93975 : : .kind = 1,
93976 : : .compact = 1,
93977 : : .ascii = 1,
93978 : : },
93979 : : },
93980 : : ._data = "samefile",
93981 : : };
93982 : : static
93983 : : struct {
93984 : : PyASCIIObject _ascii;
93985 : : uint8_t _data[13];
93986 : : }
93987 : : const_str_sameopenfile = {
93988 : : ._ascii = {
93989 : : .ob_base = {
93990 : : .ob_refcnt = 999999999,
93991 : : .ob_type = &PyUnicode_Type,
93992 : : },
93993 : : .length = 12,
93994 : : .hash = -1,
93995 : : .state = {
93996 : : .kind = 1,
93997 : : .compact = 1,
93998 : : .ascii = 1,
93999 : : },
94000 : : },
94001 : : ._data = "sameopenfile",
94002 : : };
94003 : : static
94004 : : struct {
94005 : : PyASCIIObject _ascii;
94006 : : uint8_t _data[9];
94007 : : }
94008 : : const_str_samestat = {
94009 : : ._ascii = {
94010 : : .ob_base = {
94011 : : .ob_refcnt = 999999999,
94012 : : .ob_type = &PyUnicode_Type,
94013 : : },
94014 : : .length = 8,
94015 : : .hash = -1,
94016 : : .state = {
94017 : : .kind = 1,
94018 : : .compact = 1,
94019 : : .ascii = 1,
94020 : : },
94021 : : },
94022 : : ._data = "samestat",
94023 : : };
94024 : : static
94025 : : struct {
94026 : : PyGC_Head _gc_head;
94027 : : struct {
94028 : : PyObject_VAR_HEAD
94029 : : PyObject *ob_item[11];
94030 : : }_object;
94031 : : }
94032 : : genericpath_toplevel_consts_3 = {
94033 : : ._object = {
94034 : : .ob_base = {
94035 : : .ob_base = {
94036 : : .ob_refcnt = 999999999,
94037 : : .ob_type = &PyTuple_Type,
94038 : : },
94039 : : .ob_size = 11,
94040 : : },
94041 : : .ob_item = {
94042 : : & const_str_commonprefix._ascii.ob_base,
94043 : : & const_str_exists._ascii.ob_base,
94044 : : & const_str_getatime._ascii.ob_base,
94045 : : & const_str_getctime._ascii.ob_base,
94046 : : & const_str_getmtime._ascii.ob_base,
94047 : : & const_str_getsize._ascii.ob_base,
94048 : : & const_str_isdir._ascii.ob_base,
94049 : : & const_str_isfile._ascii.ob_base,
94050 : : & const_str_samefile._ascii.ob_base,
94051 : : & const_str_sameopenfile._ascii.ob_base,
94052 : : & const_str_samestat._ascii.ob_base,
94053 : : },
94054 : : },
94055 : : };
94056 : : static
94057 : : struct {
94058 : : PyASCIIObject _ascii;
94059 : : uint8_t _data[69];
94060 : : }
94061 : : genericpath_toplevel_consts_4_consts_0 = {
94062 : : ._ascii = {
94063 : : .ob_base = {
94064 : : .ob_refcnt = 999999999,
94065 : : .ob_type = &PyUnicode_Type,
94066 : : },
94067 : : .length = 68,
94068 : : .hash = -1,
94069 : : .state = {
94070 : : .kind = 1,
94071 : : .compact = 1,
94072 : : .ascii = 1,
94073 : : },
94074 : : },
94075 : : ._data = "Test whether a path exists. Returns False for broken symbolic links",
94076 : : };
94077 : : static
94078 : : struct {
94079 : : PyGC_Head _gc_head;
94080 : : struct {
94081 : : PyObject_VAR_HEAD
94082 : : PyObject *ob_item[3];
94083 : : }_object;
94084 : : }
94085 : : genericpath_toplevel_consts_4_consts = {
94086 : : ._object = {
94087 : : .ob_base = {
94088 : : .ob_base = {
94089 : : .ob_refcnt = 999999999,
94090 : : .ob_type = &PyTuple_Type,
94091 : : },
94092 : : .ob_size = 3,
94093 : : },
94094 : : .ob_item = {
94095 : : & genericpath_toplevel_consts_4_consts_0._ascii.ob_base,
94096 : : Py_False,
94097 : : Py_True,
94098 : : },
94099 : : },
94100 : : };
94101 : : static
94102 : : struct {
94103 : : PyGC_Head _gc_head;
94104 : : struct {
94105 : : PyObject_VAR_HEAD
94106 : : PyObject *ob_item[4];
94107 : : }_object;
94108 : : }
94109 : : genericpath_toplevel_consts_4_names = {
94110 : : ._object = {
94111 : : .ob_base = {
94112 : : .ob_base = {
94113 : : .ob_refcnt = 999999999,
94114 : : .ob_type = &PyTuple_Type,
94115 : : },
94116 : : .ob_size = 4,
94117 : : },
94118 : : .ob_item = {
94119 : : & const_str_os._ascii.ob_base,
94120 : : & const_str_stat._ascii.ob_base,
94121 : : & const_str_OSError._ascii.ob_base,
94122 : : & const_str_ValueError._ascii.ob_base,
94123 : : },
94124 : : },
94125 : : };
94126 : : static
94127 : : struct {
94128 : : PyASCIIObject _ascii;
94129 : : uint8_t _data[21];
94130 : : }
94131 : : genericpath_toplevel_consts_4_filename = {
94132 : : ._ascii = {
94133 : : .ob_base = {
94134 : : .ob_refcnt = 999999999,
94135 : : .ob_type = &PyUnicode_Type,
94136 : : },
94137 : : .length = 20,
94138 : : .hash = -1,
94139 : : .state = {
94140 : : .kind = 1,
94141 : : .compact = 1,
94142 : : .ascii = 1,
94143 : : },
94144 : : },
94145 : : ._data = "<frozen genericpath>",
94146 : : };
94147 : : static
94148 : : struct {
94149 : : PyObject_VAR_HEAD
94150 : : Py_hash_t ob_shash;
94151 : : char ob_sval[69];
94152 : : }
94153 : : genericpath_toplevel_consts_4_linetable = {
94154 : : .ob_base = {
94155 : : .ob_base = {
94156 : : .ob_refcnt = 999999999,
94157 : : .ob_type = &PyBytes_Type,
94158 : : },
94159 : : .ob_size = 68,
94160 : : },
94161 : : .ob_shash = -1,
94162 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x0f\x8f\x07\x89\x07\x90\x04\x8c\x0d\x88\x0d\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
94163 : : };
94164 : : static
94165 : : struct {
94166 : : PyObject_VAR_HEAD
94167 : : Py_hash_t ob_shash;
94168 : : char ob_sval[13];
94169 : : }
94170 : : genericpath_toplevel_consts_4_exceptiontable = {
94171 : : .ob_base = {
94172 : : .ob_base = {
94173 : : .ob_refcnt = 999999999,
94174 : : .ob_type = &PyBytes_Type,
94175 : : },
94176 : : .ob_size = 12,
94177 : : },
94178 : : .ob_shash = -1,
94179 : : .ob_sval = "\x82\x17\x1b\x00\x9b\x11\x30\x03\xaf\x01\x30\x03",
94180 : : };
94181 : : static
94182 : : struct _PyCode_DEF(102)
94183 : : genericpath_toplevel_consts_4 = {
94184 : : .ob_base = {
94185 : : .ob_base = {
94186 : : .ob_refcnt = 999999999,
94187 : : .ob_type = &PyCode_Type,
94188 : : },
94189 : : .ob_size = 51,
94190 : : },
94191 : : .co_consts = & genericpath_toplevel_consts_4_consts._object.ob_base.ob_base,
94192 : : .co_names = & genericpath_toplevel_consts_4_names._object.ob_base.ob_base,
94193 : : .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
94194 : : .co_flags = 3,
94195 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94196 : : ._co_linearray_entry_size = 0,
94197 : : .co_argcount = 1,
94198 : : .co_posonlyargcount = 0,
94199 : : .co_kwonlyargcount = 0,
94200 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
94201 : : .co_stacksize = 4,
94202 : : .co_firstlineno = 16,
94203 : : .co_nlocalsplus = 1,
94204 : : .co_nlocals = 1,
94205 : : .co_nplaincellvars = 0,
94206 : : .co_ncellvars = 0,
94207 : : .co_nfreevars = 0,
94208 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
94209 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
94210 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94211 : : .co_name = & const_str_exists._ascii.ob_base,
94212 : : .co_qualname = & const_str_exists._ascii.ob_base,
94213 : : .co_linetable = & genericpath_toplevel_consts_4_linetable.ob_base.ob_base,
94214 : : ._co_code = NULL,
94215 : : ._co_linearray = NULL,
94216 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
94217 : : ._co_firsttraceable = 0,
94218 : : };
94219 : : static
94220 : : struct {
94221 : : PyASCIIObject _ascii;
94222 : : uint8_t _data[38];
94223 : : }
94224 : : genericpath_toplevel_consts_5_consts_0 = {
94225 : : ._ascii = {
94226 : : .ob_base = {
94227 : : .ob_refcnt = 999999999,
94228 : : .ob_type = &PyUnicode_Type,
94229 : : },
94230 : : .length = 37,
94231 : : .hash = -1,
94232 : : .state = {
94233 : : .kind = 1,
94234 : : .compact = 1,
94235 : : .ascii = 1,
94236 : : },
94237 : : },
94238 : : ._data = "Test whether a path is a regular file",
94239 : : };
94240 : : static
94241 : : struct {
94242 : : PyGC_Head _gc_head;
94243 : : struct {
94244 : : PyObject_VAR_HEAD
94245 : : PyObject *ob_item[2];
94246 : : }_object;
94247 : : }
94248 : : genericpath_toplevel_consts_5_consts = {
94249 : : ._object = {
94250 : : .ob_base = {
94251 : : .ob_base = {
94252 : : .ob_refcnt = 999999999,
94253 : : .ob_type = &PyTuple_Type,
94254 : : },
94255 : : .ob_size = 2,
94256 : : },
94257 : : .ob_item = {
94258 : : & genericpath_toplevel_consts_5_consts_0._ascii.ob_base,
94259 : : Py_False,
94260 : : },
94261 : : },
94262 : : };
94263 : : static
94264 : : struct {
94265 : : PyASCIIObject _ascii;
94266 : : uint8_t _data[8];
94267 : : }
94268 : : const_str_S_ISREG = {
94269 : : ._ascii = {
94270 : : .ob_base = {
94271 : : .ob_refcnt = 999999999,
94272 : : .ob_type = &PyUnicode_Type,
94273 : : },
94274 : : .length = 7,
94275 : : .hash = -1,
94276 : : .state = {
94277 : : .kind = 1,
94278 : : .compact = 1,
94279 : : .ascii = 1,
94280 : : },
94281 : : },
94282 : : ._data = "S_ISREG",
94283 : : };
94284 : : static
94285 : : struct {
94286 : : PyGC_Head _gc_head;
94287 : : struct {
94288 : : PyObject_VAR_HEAD
94289 : : PyObject *ob_item[6];
94290 : : }_object;
94291 : : }
94292 : : genericpath_toplevel_consts_5_names = {
94293 : : ._object = {
94294 : : .ob_base = {
94295 : : .ob_base = {
94296 : : .ob_refcnt = 999999999,
94297 : : .ob_type = &PyTuple_Type,
94298 : : },
94299 : : .ob_size = 6,
94300 : : },
94301 : : .ob_item = {
94302 : : & const_str_os._ascii.ob_base,
94303 : : & const_str_stat._ascii.ob_base,
94304 : : & const_str_OSError._ascii.ob_base,
94305 : : & const_str_ValueError._ascii.ob_base,
94306 : : & const_str_S_ISREG._ascii.ob_base,
94307 : : & const_str_st_mode._ascii.ob_base,
94308 : : },
94309 : : },
94310 : : };
94311 : : static
94312 : : struct {
94313 : : PyObject_VAR_HEAD
94314 : : Py_hash_t ob_shash;
94315 : : char ob_sval[83];
94316 : : }
94317 : : genericpath_toplevel_consts_5_linetable = {
94318 : : .ob_base = {
94319 : : .ob_base = {
94320 : : .ob_refcnt = 999999999,
94321 : : .ob_type = &PyBytes_Type,
94322 : : },
94323 : : .ob_size = 82,
94324 : : },
94325 : : .ob_shash = -1,
94326 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x14\x8f\x57\x89\x57\x90\x54\x8c\x5d\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
94327 : : };
94328 : : static
94329 : : struct {
94330 : : PyObject_VAR_HEAD
94331 : : Py_hash_t ob_shash;
94332 : : char ob_sval[16];
94333 : : }
94334 : : genericpath_toplevel_consts_5_exceptiontable = {
94335 : : .ob_base = {
94336 : : .ob_base = {
94337 : : .ob_refcnt = 999999999,
94338 : : .ob_type = &PyBytes_Type,
94339 : : },
94340 : : .ob_size = 15,
94341 : : },
94342 : : .ob_shash = -1,
94343 : : .ob_sval = "\x82\x17\x3a\x00\xba\x11\x41\x0f\x03\xc1\x0e\x01\x41\x0f\x03",
94344 : : };
94345 : : static
94346 : : struct {
94347 : : PyGC_Head _gc_head;
94348 : : struct {
94349 : : PyObject_VAR_HEAD
94350 : : PyObject *ob_item[2];
94351 : : }_object;
94352 : : }
94353 : : genericpath_toplevel_consts_5_localsplusnames = {
94354 : : ._object = {
94355 : : .ob_base = {
94356 : : .ob_base = {
94357 : : .ob_refcnt = 999999999,
94358 : : .ob_type = &PyTuple_Type,
94359 : : },
94360 : : .ob_size = 2,
94361 : : },
94362 : : .ob_item = {
94363 : : &_Py_ID(path),
94364 : : & const_str_st._ascii.ob_base,
94365 : : },
94366 : : },
94367 : : };
94368 : : static
94369 : : struct _PyCode_DEF(164)
94370 : : genericpath_toplevel_consts_5 = {
94371 : : .ob_base = {
94372 : : .ob_base = {
94373 : : .ob_refcnt = 999999999,
94374 : : .ob_type = &PyCode_Type,
94375 : : },
94376 : : .ob_size = 82,
94377 : : },
94378 : : .co_consts = & genericpath_toplevel_consts_5_consts._object.ob_base.ob_base,
94379 : : .co_names = & genericpath_toplevel_consts_5_names._object.ob_base.ob_base,
94380 : : .co_exceptiontable = & genericpath_toplevel_consts_5_exceptiontable.ob_base.ob_base,
94381 : : .co_flags = 3,
94382 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94383 : : ._co_linearray_entry_size = 0,
94384 : : .co_argcount = 1,
94385 : : .co_posonlyargcount = 0,
94386 : : .co_kwonlyargcount = 0,
94387 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
94388 : : .co_stacksize = 4,
94389 : : .co_firstlineno = 27,
94390 : : .co_nlocalsplus = 2,
94391 : : .co_nlocals = 2,
94392 : : .co_nplaincellvars = 0,
94393 : : .co_ncellvars = 0,
94394 : : .co_nfreevars = 0,
94395 : : .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
94396 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
94397 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94398 : : .co_name = & const_str_isfile._ascii.ob_base,
94399 : : .co_qualname = & const_str_isfile._ascii.ob_base,
94400 : : .co_linetable = & genericpath_toplevel_consts_5_linetable.ob_base.ob_base,
94401 : : ._co_code = NULL,
94402 : : ._co_linearray = NULL,
94403 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
94404 : : ._co_firsttraceable = 0,
94405 : : };
94406 : : static
94407 : : struct {
94408 : : PyASCIIObject _ascii;
94409 : : uint8_t _data[61];
94410 : : }
94411 : : genericpath_toplevel_consts_6_consts_0 = {
94412 : : ._ascii = {
94413 : : .ob_base = {
94414 : : .ob_refcnt = 999999999,
94415 : : .ob_type = &PyUnicode_Type,
94416 : : },
94417 : : .length = 60,
94418 : : .hash = -1,
94419 : : .state = {
94420 : : .kind = 1,
94421 : : .compact = 1,
94422 : : .ascii = 1,
94423 : : },
94424 : : },
94425 : : ._data = "Return true if the pathname refers to an existing directory.",
94426 : : };
94427 : : static
94428 : : struct {
94429 : : PyGC_Head _gc_head;
94430 : : struct {
94431 : : PyObject_VAR_HEAD
94432 : : PyObject *ob_item[2];
94433 : : }_object;
94434 : : }
94435 : : genericpath_toplevel_consts_6_consts = {
94436 : : ._object = {
94437 : : .ob_base = {
94438 : : .ob_base = {
94439 : : .ob_refcnt = 999999999,
94440 : : .ob_type = &PyTuple_Type,
94441 : : },
94442 : : .ob_size = 2,
94443 : : },
94444 : : .ob_item = {
94445 : : & genericpath_toplevel_consts_6_consts_0._ascii.ob_base,
94446 : : Py_False,
94447 : : },
94448 : : },
94449 : : };
94450 : : static
94451 : : struct {
94452 : : PyASCIIObject _ascii;
94453 : : uint8_t _data[8];
94454 : : }
94455 : : const_str_S_ISDIR = {
94456 : : ._ascii = {
94457 : : .ob_base = {
94458 : : .ob_refcnt = 999999999,
94459 : : .ob_type = &PyUnicode_Type,
94460 : : },
94461 : : .length = 7,
94462 : : .hash = -1,
94463 : : .state = {
94464 : : .kind = 1,
94465 : : .compact = 1,
94466 : : .ascii = 1,
94467 : : },
94468 : : },
94469 : : ._data = "S_ISDIR",
94470 : : };
94471 : : static
94472 : : struct {
94473 : : PyGC_Head _gc_head;
94474 : : struct {
94475 : : PyObject_VAR_HEAD
94476 : : PyObject *ob_item[6];
94477 : : }_object;
94478 : : }
94479 : : genericpath_toplevel_consts_6_names = {
94480 : : ._object = {
94481 : : .ob_base = {
94482 : : .ob_base = {
94483 : : .ob_refcnt = 999999999,
94484 : : .ob_type = &PyTuple_Type,
94485 : : },
94486 : : .ob_size = 6,
94487 : : },
94488 : : .ob_item = {
94489 : : & const_str_os._ascii.ob_base,
94490 : : & const_str_stat._ascii.ob_base,
94491 : : & const_str_OSError._ascii.ob_base,
94492 : : & const_str_ValueError._ascii.ob_base,
94493 : : & const_str_S_ISDIR._ascii.ob_base,
94494 : : & const_str_st_mode._ascii.ob_base,
94495 : : },
94496 : : },
94497 : : };
94498 : : static
94499 : : struct {
94500 : : PyObject_VAR_HEAD
94501 : : Py_hash_t ob_shash;
94502 : : char ob_sval[83];
94503 : : }
94504 : : genericpath_toplevel_consts_6_linetable = {
94505 : : .ob_base = {
94506 : : .ob_base = {
94507 : : .ob_refcnt = 999999999,
94508 : : .ob_type = &PyBytes_Type,
94509 : : },
94510 : : .ob_size = 82,
94511 : : },
94512 : : .ob_shash = -1,
94513 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x14\x8f\x57\x89\x57\x90\x51\x8c\x5a\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
94514 : : };
94515 : : static
94516 : : struct {
94517 : : PyGC_Head _gc_head;
94518 : : struct {
94519 : : PyObject_VAR_HEAD
94520 : : PyObject *ob_item[2];
94521 : : }_object;
94522 : : }
94523 : : genericpath_toplevel_consts_6_localsplusnames = {
94524 : : ._object = {
94525 : : .ob_base = {
94526 : : .ob_base = {
94527 : : .ob_refcnt = 999999999,
94528 : : .ob_type = &PyTuple_Type,
94529 : : },
94530 : : .ob_size = 2,
94531 : : },
94532 : : .ob_item = {
94533 : : & const_str_s._ascii.ob_base,
94534 : : & const_str_st._ascii.ob_base,
94535 : : },
94536 : : },
94537 : : };
94538 : : static
94539 : : struct _PyCode_DEF(164)
94540 : : genericpath_toplevel_consts_6 = {
94541 : : .ob_base = {
94542 : : .ob_base = {
94543 : : .ob_refcnt = 999999999,
94544 : : .ob_type = &PyCode_Type,
94545 : : },
94546 : : .ob_size = 82,
94547 : : },
94548 : : .co_consts = & genericpath_toplevel_consts_6_consts._object.ob_base.ob_base,
94549 : : .co_names = & genericpath_toplevel_consts_6_names._object.ob_base.ob_base,
94550 : : .co_exceptiontable = & genericpath_toplevel_consts_5_exceptiontable.ob_base.ob_base,
94551 : : .co_flags = 3,
94552 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94553 : : ._co_linearray_entry_size = 0,
94554 : : .co_argcount = 1,
94555 : : .co_posonlyargcount = 0,
94556 : : .co_kwonlyargcount = 0,
94557 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
94558 : : .co_stacksize = 4,
94559 : : .co_firstlineno = 39,
94560 : : .co_nlocalsplus = 2,
94561 : : .co_nlocals = 2,
94562 : : .co_nplaincellvars = 0,
94563 : : .co_ncellvars = 0,
94564 : : .co_nfreevars = 0,
94565 : : .co_localsplusnames = & genericpath_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
94566 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
94567 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94568 : : .co_name = & const_str_isdir._ascii.ob_base,
94569 : : .co_qualname = & const_str_isdir._ascii.ob_base,
94570 : : .co_linetable = & genericpath_toplevel_consts_6_linetable.ob_base.ob_base,
94571 : : ._co_code = NULL,
94572 : : ._co_linearray = NULL,
94573 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
94574 : : ._co_firsttraceable = 0,
94575 : : };
94576 : : static
94577 : : struct {
94578 : : PyASCIIObject _ascii;
94579 : : uint8_t _data[50];
94580 : : }
94581 : : genericpath_toplevel_consts_7_consts_0 = {
94582 : : ._ascii = {
94583 : : .ob_base = {
94584 : : .ob_refcnt = 999999999,
94585 : : .ob_type = &PyUnicode_Type,
94586 : : },
94587 : : .length = 49,
94588 : : .hash = -1,
94589 : : .state = {
94590 : : .kind = 1,
94591 : : .compact = 1,
94592 : : .ascii = 1,
94593 : : },
94594 : : },
94595 : : ._data = "Return the size of a file, reported by os.stat().",
94596 : : };
94597 : : static
94598 : : struct {
94599 : : PyGC_Head _gc_head;
94600 : : struct {
94601 : : PyObject_VAR_HEAD
94602 : : PyObject *ob_item[1];
94603 : : }_object;
94604 : : }
94605 : : genericpath_toplevel_consts_7_consts = {
94606 : : ._object = {
94607 : : .ob_base = {
94608 : : .ob_base = {
94609 : : .ob_refcnt = 999999999,
94610 : : .ob_type = &PyTuple_Type,
94611 : : },
94612 : : .ob_size = 1,
94613 : : },
94614 : : .ob_item = {
94615 : : & genericpath_toplevel_consts_7_consts_0._ascii.ob_base,
94616 : : },
94617 : : },
94618 : : };
94619 : : static
94620 : : struct {
94621 : : PyGC_Head _gc_head;
94622 : : struct {
94623 : : PyObject_VAR_HEAD
94624 : : PyObject *ob_item[3];
94625 : : }_object;
94626 : : }
94627 : : genericpath_toplevel_consts_7_names = {
94628 : : ._object = {
94629 : : .ob_base = {
94630 : : .ob_base = {
94631 : : .ob_refcnt = 999999999,
94632 : : .ob_type = &PyTuple_Type,
94633 : : },
94634 : : .ob_size = 3,
94635 : : },
94636 : : .ob_item = {
94637 : : & const_str_os._ascii.ob_base,
94638 : : & const_str_stat._ascii.ob_base,
94639 : : & const_str_st_size._ascii.ob_base,
94640 : : },
94641 : : },
94642 : : };
94643 : : static
94644 : : struct {
94645 : : PyObject_VAR_HEAD
94646 : : Py_hash_t ob_shash;
94647 : : char ob_sval[24];
94648 : : }
94649 : : genericpath_toplevel_consts_7_linetable = {
94650 : : .ob_base = {
94651 : : .ob_base = {
94652 : : .ob_refcnt = 999999999,
94653 : : .ob_type = &PyBytes_Type,
94654 : : },
94655 : : .ob_size = 23,
94656 : : },
94657 : : .ob_shash = -1,
94658 : : .ob_sval = "\x80\x00\xe5\x0b\x12\x8f\x37\x89\x37\x90\x38\xd4\x0b\x1c\xd7\x0b\x24\xd1\x0b\x24\xd0\x04\x24",
94659 : : };
94660 : : static
94661 : : struct _PyCode_DEF(68)
94662 : : genericpath_toplevel_consts_7 = {
94663 : : .ob_base = {
94664 : : .ob_base = {
94665 : : .ob_refcnt = 999999999,
94666 : : .ob_type = &PyCode_Type,
94667 : : },
94668 : : .ob_size = 34,
94669 : : },
94670 : : .co_consts = & genericpath_toplevel_consts_7_consts._object.ob_base.ob_base,
94671 : : .co_names = & genericpath_toplevel_consts_7_names._object.ob_base.ob_base,
94672 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94673 : : .co_flags = 3,
94674 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94675 : : ._co_linearray_entry_size = 0,
94676 : : .co_argcount = 1,
94677 : : .co_posonlyargcount = 0,
94678 : : .co_kwonlyargcount = 0,
94679 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
94680 : : .co_stacksize = 3,
94681 : : .co_firstlineno = 48,
94682 : : .co_nlocalsplus = 1,
94683 : : .co_nlocals = 1,
94684 : : .co_nplaincellvars = 0,
94685 : : .co_ncellvars = 0,
94686 : : .co_nfreevars = 0,
94687 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
94688 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
94689 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94690 : : .co_name = & const_str_getsize._ascii.ob_base,
94691 : : .co_qualname = & const_str_getsize._ascii.ob_base,
94692 : : .co_linetable = & genericpath_toplevel_consts_7_linetable.ob_base.ob_base,
94693 : : ._co_code = NULL,
94694 : : ._co_linearray = NULL,
94695 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
94696 : : ._co_firsttraceable = 0,
94697 : : };
94698 : : static
94699 : : struct {
94700 : : PyASCIIObject _ascii;
94701 : : uint8_t _data[68];
94702 : : }
94703 : : genericpath_toplevel_consts_8_consts_0 = {
94704 : : ._ascii = {
94705 : : .ob_base = {
94706 : : .ob_refcnt = 999999999,
94707 : : .ob_type = &PyUnicode_Type,
94708 : : },
94709 : : .length = 67,
94710 : : .hash = -1,
94711 : : .state = {
94712 : : .kind = 1,
94713 : : .compact = 1,
94714 : : .ascii = 1,
94715 : : },
94716 : : },
94717 : : ._data = "Return the last modification time of a file, reported by os.stat().",
94718 : : };
94719 : : static
94720 : : struct {
94721 : : PyGC_Head _gc_head;
94722 : : struct {
94723 : : PyObject_VAR_HEAD
94724 : : PyObject *ob_item[1];
94725 : : }_object;
94726 : : }
94727 : : genericpath_toplevel_consts_8_consts = {
94728 : : ._object = {
94729 : : .ob_base = {
94730 : : .ob_base = {
94731 : : .ob_refcnt = 999999999,
94732 : : .ob_type = &PyTuple_Type,
94733 : : },
94734 : : .ob_size = 1,
94735 : : },
94736 : : .ob_item = {
94737 : : & genericpath_toplevel_consts_8_consts_0._ascii.ob_base,
94738 : : },
94739 : : },
94740 : : };
94741 : : static
94742 : : struct {
94743 : : PyGC_Head _gc_head;
94744 : : struct {
94745 : : PyObject_VAR_HEAD
94746 : : PyObject *ob_item[3];
94747 : : }_object;
94748 : : }
94749 : : genericpath_toplevel_consts_8_names = {
94750 : : ._object = {
94751 : : .ob_base = {
94752 : : .ob_base = {
94753 : : .ob_refcnt = 999999999,
94754 : : .ob_type = &PyTuple_Type,
94755 : : },
94756 : : .ob_size = 3,
94757 : : },
94758 : : .ob_item = {
94759 : : & const_str_os._ascii.ob_base,
94760 : : & const_str_stat._ascii.ob_base,
94761 : : & const_str_st_mtime._ascii.ob_base,
94762 : : },
94763 : : },
94764 : : };
94765 : : static
94766 : : struct {
94767 : : PyObject_VAR_HEAD
94768 : : Py_hash_t ob_shash;
94769 : : char ob_sval[24];
94770 : : }
94771 : : genericpath_toplevel_consts_8_linetable = {
94772 : : .ob_base = {
94773 : : .ob_base = {
94774 : : .ob_refcnt = 999999999,
94775 : : .ob_type = &PyBytes_Type,
94776 : : },
94777 : : .ob_size = 23,
94778 : : },
94779 : : .ob_shash = -1,
94780 : : .ob_sval = "\x80\x00\xe5\x0b\x12\x8f\x37\x89\x37\x90\x38\xd4\x0b\x1c\xd7\x0b\x25\xd1\x0b\x25\xd0\x04\x25",
94781 : : };
94782 : : static
94783 : : struct _PyCode_DEF(68)
94784 : : genericpath_toplevel_consts_8 = {
94785 : : .ob_base = {
94786 : : .ob_base = {
94787 : : .ob_refcnt = 999999999,
94788 : : .ob_type = &PyCode_Type,
94789 : : },
94790 : : .ob_size = 34,
94791 : : },
94792 : : .co_consts = & genericpath_toplevel_consts_8_consts._object.ob_base.ob_base,
94793 : : .co_names = & genericpath_toplevel_consts_8_names._object.ob_base.ob_base,
94794 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94795 : : .co_flags = 3,
94796 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94797 : : ._co_linearray_entry_size = 0,
94798 : : .co_argcount = 1,
94799 : : .co_posonlyargcount = 0,
94800 : : .co_kwonlyargcount = 0,
94801 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
94802 : : .co_stacksize = 3,
94803 : : .co_firstlineno = 53,
94804 : : .co_nlocalsplus = 1,
94805 : : .co_nlocals = 1,
94806 : : .co_nplaincellvars = 0,
94807 : : .co_ncellvars = 0,
94808 : : .co_nfreevars = 0,
94809 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
94810 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
94811 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94812 : : .co_name = & const_str_getmtime._ascii.ob_base,
94813 : : .co_qualname = & const_str_getmtime._ascii.ob_base,
94814 : : .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
94815 : : ._co_code = NULL,
94816 : : ._co_linearray = NULL,
94817 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
94818 : : ._co_firsttraceable = 0,
94819 : : };
94820 : : static
94821 : : struct {
94822 : : PyASCIIObject _ascii;
94823 : : uint8_t _data[62];
94824 : : }
94825 : : genericpath_toplevel_consts_9_consts_0 = {
94826 : : ._ascii = {
94827 : : .ob_base = {
94828 : : .ob_refcnt = 999999999,
94829 : : .ob_type = &PyUnicode_Type,
94830 : : },
94831 : : .length = 61,
94832 : : .hash = -1,
94833 : : .state = {
94834 : : .kind = 1,
94835 : : .compact = 1,
94836 : : .ascii = 1,
94837 : : },
94838 : : },
94839 : : ._data = "Return the last access time of a file, reported by os.stat().",
94840 : : };
94841 : : static
94842 : : struct {
94843 : : PyGC_Head _gc_head;
94844 : : struct {
94845 : : PyObject_VAR_HEAD
94846 : : PyObject *ob_item[1];
94847 : : }_object;
94848 : : }
94849 : : genericpath_toplevel_consts_9_consts = {
94850 : : ._object = {
94851 : : .ob_base = {
94852 : : .ob_base = {
94853 : : .ob_refcnt = 999999999,
94854 : : .ob_type = &PyTuple_Type,
94855 : : },
94856 : : .ob_size = 1,
94857 : : },
94858 : : .ob_item = {
94859 : : & genericpath_toplevel_consts_9_consts_0._ascii.ob_base,
94860 : : },
94861 : : },
94862 : : };
94863 : : static
94864 : : struct {
94865 : : PyASCIIObject _ascii;
94866 : : uint8_t _data[9];
94867 : : }
94868 : : const_str_st_atime = {
94869 : : ._ascii = {
94870 : : .ob_base = {
94871 : : .ob_refcnt = 999999999,
94872 : : .ob_type = &PyUnicode_Type,
94873 : : },
94874 : : .length = 8,
94875 : : .hash = -1,
94876 : : .state = {
94877 : : .kind = 1,
94878 : : .compact = 1,
94879 : : .ascii = 1,
94880 : : },
94881 : : },
94882 : : ._data = "st_atime",
94883 : : };
94884 : : static
94885 : : struct {
94886 : : PyGC_Head _gc_head;
94887 : : struct {
94888 : : PyObject_VAR_HEAD
94889 : : PyObject *ob_item[3];
94890 : : }_object;
94891 : : }
94892 : : genericpath_toplevel_consts_9_names = {
94893 : : ._object = {
94894 : : .ob_base = {
94895 : : .ob_base = {
94896 : : .ob_refcnt = 999999999,
94897 : : .ob_type = &PyTuple_Type,
94898 : : },
94899 : : .ob_size = 3,
94900 : : },
94901 : : .ob_item = {
94902 : : & const_str_os._ascii.ob_base,
94903 : : & const_str_stat._ascii.ob_base,
94904 : : & const_str_st_atime._ascii.ob_base,
94905 : : },
94906 : : },
94907 : : };
94908 : : static
94909 : : struct _PyCode_DEF(68)
94910 : : genericpath_toplevel_consts_9 = {
94911 : : .ob_base = {
94912 : : .ob_base = {
94913 : : .ob_refcnt = 999999999,
94914 : : .ob_type = &PyCode_Type,
94915 : : },
94916 : : .ob_size = 34,
94917 : : },
94918 : : .co_consts = & genericpath_toplevel_consts_9_consts._object.ob_base.ob_base,
94919 : : .co_names = & genericpath_toplevel_consts_9_names._object.ob_base.ob_base,
94920 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
94921 : : .co_flags = 3,
94922 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
94923 : : ._co_linearray_entry_size = 0,
94924 : : .co_argcount = 1,
94925 : : .co_posonlyargcount = 0,
94926 : : .co_kwonlyargcount = 0,
94927 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
94928 : : .co_stacksize = 3,
94929 : : .co_firstlineno = 58,
94930 : : .co_nlocalsplus = 1,
94931 : : .co_nlocals = 1,
94932 : : .co_nplaincellvars = 0,
94933 : : .co_ncellvars = 0,
94934 : : .co_nfreevars = 0,
94935 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
94936 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
94937 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
94938 : : .co_name = & const_str_getatime._ascii.ob_base,
94939 : : .co_qualname = & const_str_getatime._ascii.ob_base,
94940 : : .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
94941 : : ._co_code = NULL,
94942 : : ._co_linearray = NULL,
94943 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
94944 : : ._co_firsttraceable = 0,
94945 : : };
94946 : : static
94947 : : struct {
94948 : : PyASCIIObject _ascii;
94949 : : uint8_t _data[66];
94950 : : }
94951 : : genericpath_toplevel_consts_10_consts_0 = {
94952 : : ._ascii = {
94953 : : .ob_base = {
94954 : : .ob_refcnt = 999999999,
94955 : : .ob_type = &PyUnicode_Type,
94956 : : },
94957 : : .length = 65,
94958 : : .hash = -1,
94959 : : .state = {
94960 : : .kind = 1,
94961 : : .compact = 1,
94962 : : .ascii = 1,
94963 : : },
94964 : : },
94965 : : ._data = "Return the metadata change time of a file, reported by os.stat().",
94966 : : };
94967 : : static
94968 : : struct {
94969 : : PyGC_Head _gc_head;
94970 : : struct {
94971 : : PyObject_VAR_HEAD
94972 : : PyObject *ob_item[1];
94973 : : }_object;
94974 : : }
94975 : : genericpath_toplevel_consts_10_consts = {
94976 : : ._object = {
94977 : : .ob_base = {
94978 : : .ob_base = {
94979 : : .ob_refcnt = 999999999,
94980 : : .ob_type = &PyTuple_Type,
94981 : : },
94982 : : .ob_size = 1,
94983 : : },
94984 : : .ob_item = {
94985 : : & genericpath_toplevel_consts_10_consts_0._ascii.ob_base,
94986 : : },
94987 : : },
94988 : : };
94989 : : static
94990 : : struct {
94991 : : PyASCIIObject _ascii;
94992 : : uint8_t _data[9];
94993 : : }
94994 : : const_str_st_ctime = {
94995 : : ._ascii = {
94996 : : .ob_base = {
94997 : : .ob_refcnt = 999999999,
94998 : : .ob_type = &PyUnicode_Type,
94999 : : },
95000 : : .length = 8,
95001 : : .hash = -1,
95002 : : .state = {
95003 : : .kind = 1,
95004 : : .compact = 1,
95005 : : .ascii = 1,
95006 : : },
95007 : : },
95008 : : ._data = "st_ctime",
95009 : : };
95010 : : static
95011 : : struct {
95012 : : PyGC_Head _gc_head;
95013 : : struct {
95014 : : PyObject_VAR_HEAD
95015 : : PyObject *ob_item[3];
95016 : : }_object;
95017 : : }
95018 : : genericpath_toplevel_consts_10_names = {
95019 : : ._object = {
95020 : : .ob_base = {
95021 : : .ob_base = {
95022 : : .ob_refcnt = 999999999,
95023 : : .ob_type = &PyTuple_Type,
95024 : : },
95025 : : .ob_size = 3,
95026 : : },
95027 : : .ob_item = {
95028 : : & const_str_os._ascii.ob_base,
95029 : : & const_str_stat._ascii.ob_base,
95030 : : & const_str_st_ctime._ascii.ob_base,
95031 : : },
95032 : : },
95033 : : };
95034 : : static
95035 : : struct _PyCode_DEF(68)
95036 : : genericpath_toplevel_consts_10 = {
95037 : : .ob_base = {
95038 : : .ob_base = {
95039 : : .ob_refcnt = 999999999,
95040 : : .ob_type = &PyCode_Type,
95041 : : },
95042 : : .ob_size = 34,
95043 : : },
95044 : : .co_consts = & genericpath_toplevel_consts_10_consts._object.ob_base.ob_base,
95045 : : .co_names = & genericpath_toplevel_consts_10_names._object.ob_base.ob_base,
95046 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95047 : : .co_flags = 3,
95048 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95049 : : ._co_linearray_entry_size = 0,
95050 : : .co_argcount = 1,
95051 : : .co_posonlyargcount = 0,
95052 : : .co_kwonlyargcount = 0,
95053 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
95054 : : .co_stacksize = 3,
95055 : : .co_firstlineno = 63,
95056 : : .co_nlocalsplus = 1,
95057 : : .co_nlocals = 1,
95058 : : .co_nplaincellvars = 0,
95059 : : .co_ncellvars = 0,
95060 : : .co_nfreevars = 0,
95061 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_39_localsplusnames._object.ob_base.ob_base,
95062 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
95063 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95064 : : .co_name = & const_str_getctime._ascii.ob_base,
95065 : : .co_qualname = & const_str_getctime._ascii.ob_base,
95066 : : .co_linetable = & genericpath_toplevel_consts_8_linetable.ob_base.ob_base,
95067 : : ._co_code = NULL,
95068 : : ._co_linearray = NULL,
95069 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
95070 : : ._co_firsttraceable = 0,
95071 : : };
95072 : : static
95073 : : struct {
95074 : : PyASCIIObject _ascii;
95075 : : uint8_t _data[72];
95076 : : }
95077 : : genericpath_toplevel_consts_11_consts_0 = {
95078 : : ._ascii = {
95079 : : .ob_base = {
95080 : : .ob_refcnt = 999999999,
95081 : : .ob_type = &PyUnicode_Type,
95082 : : },
95083 : : .length = 71,
95084 : : .hash = -1,
95085 : : .state = {
95086 : : .kind = 1,
95087 : : .compact = 1,
95088 : : .ascii = 1,
95089 : : },
95090 : : },
95091 : : ._data = "Given a list of pathnames, returns the longest common leading component",
95092 : : };
95093 : : static
95094 : : struct {
95095 : : PyGC_Head _gc_head;
95096 : : struct {
95097 : : PyObject_VAR_HEAD
95098 : : PyObject *ob_item[4];
95099 : : }_object;
95100 : : }
95101 : : genericpath_toplevel_consts_11_consts = {
95102 : : ._object = {
95103 : : .ob_base = {
95104 : : .ob_base = {
95105 : : .ob_refcnt = 999999999,
95106 : : .ob_type = &PyTuple_Type,
95107 : : },
95108 : : .ob_size = 4,
95109 : : },
95110 : : .ob_item = {
95111 : : & genericpath_toplevel_consts_11_consts_0._ascii.ob_base,
95112 : : &_Py_STR(empty),
95113 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
95114 : : Py_None,
95115 : : },
95116 : : },
95117 : : };
95118 : : static
95119 : : struct {
95120 : : PyASCIIObject _ascii;
95121 : : uint8_t _data[4];
95122 : : }
95123 : : const_str_min = {
95124 : : ._ascii = {
95125 : : .ob_base = {
95126 : : .ob_refcnt = 999999999,
95127 : : .ob_type = &PyUnicode_Type,
95128 : : },
95129 : : .length = 3,
95130 : : .hash = -1,
95131 : : .state = {
95132 : : .kind = 1,
95133 : : .compact = 1,
95134 : : .ascii = 1,
95135 : : },
95136 : : },
95137 : : ._data = "min",
95138 : : };
95139 : : static
95140 : : struct {
95141 : : PyASCIIObject _ascii;
95142 : : uint8_t _data[10];
95143 : : }
95144 : : const_str_enumerate = {
95145 : : ._ascii = {
95146 : : .ob_base = {
95147 : : .ob_refcnt = 999999999,
95148 : : .ob_type = &PyUnicode_Type,
95149 : : },
95150 : : .length = 9,
95151 : : .hash = -1,
95152 : : .state = {
95153 : : .kind = 1,
95154 : : .compact = 1,
95155 : : .ascii = 1,
95156 : : },
95157 : : },
95158 : : ._data = "enumerate",
95159 : : };
95160 : : static
95161 : : struct {
95162 : : PyGC_Head _gc_head;
95163 : : struct {
95164 : : PyObject_VAR_HEAD
95165 : : PyObject *ob_item[9];
95166 : : }_object;
95167 : : }
95168 : : genericpath_toplevel_consts_11_names = {
95169 : : ._object = {
95170 : : .ob_base = {
95171 : : .ob_base = {
95172 : : .ob_refcnt = 999999999,
95173 : : .ob_type = &PyTuple_Type,
95174 : : },
95175 : : .ob_size = 9,
95176 : : },
95177 : : .ob_item = {
95178 : : &_Py_ID(isinstance),
95179 : : & const_str_list._ascii.ob_base,
95180 : : & const_str_tuple._ascii.ob_base,
95181 : : & const_str_map._ascii.ob_base,
95182 : : & const_str_os._ascii.ob_base,
95183 : : & const_str_fspath._ascii.ob_base,
95184 : : & const_str_min._ascii.ob_base,
95185 : : & const_str_max._ascii.ob_base,
95186 : : & const_str_enumerate._ascii.ob_base,
95187 : : },
95188 : : },
95189 : : };
95190 : : static
95191 : : struct {
95192 : : PyObject_VAR_HEAD
95193 : : Py_hash_t ob_shash;
95194 : : char ob_sval[136];
95195 : : }
95196 : : genericpath_toplevel_consts_11_linetable = {
95197 : : .ob_base = {
95198 : : .ob_base = {
95199 : : .ob_refcnt = 999999999,
95200 : : .ob_type = &PyBytes_Type,
95201 : : },
95202 : : .ob_size = 135,
95203 : : },
95204 : : .ob_shash = -1,
95205 : : .ob_sval = "\x80\x00\xe0\x0b\x0c\xd0\x04\x17\x90\x52\x90\x52\xf5\x0a\x00\x0c\x16\x90\x61\x98\x01\x94\x64\x9d\x54\xa5\x35\x98\x4d\xd4\x0b\x2a\xf0\x00\x01\x05\x25\xdd\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x11\xd4\x12\x23\xd4\x0c\x24\x88\x01\xdd\x09\x0c\x88\x51\x8c\x16\x80\x42\xdd\x09\x0c\x88\x51\x8c\x16\x80\x42\xdd\x10\x19\x98\x22\x94\x0d\xf0\x00\x02\x05\x1a\xf1\x00\x02\x05\x1a\x89\x04\x88\x01\x88\x31\xd8\x0b\x0c\x90\x02\x90\x31\x94\x05\x8a\x3a\xf0\x00\x01\x09\x1a\xd8\x13\x15\x90\x36\x90\x71\x90\x36\x88\x4d\x88\x4d\x88\x4d\xd8\x0b\x0d\x80\x49",
95206 : : };
95207 : : static
95208 : : struct {
95209 : : PyASCIIObject _ascii;
95210 : : uint8_t _data[3];
95211 : : }
95212 : : const_str_s1 = {
95213 : : ._ascii = {
95214 : : .ob_base = {
95215 : : .ob_refcnt = 999999999,
95216 : : .ob_type = &PyUnicode_Type,
95217 : : },
95218 : : .length = 2,
95219 : : .hash = -1,
95220 : : .state = {
95221 : : .kind = 1,
95222 : : .compact = 1,
95223 : : .ascii = 1,
95224 : : },
95225 : : },
95226 : : ._data = "s1",
95227 : : };
95228 : : static
95229 : : struct {
95230 : : PyASCIIObject _ascii;
95231 : : uint8_t _data[3];
95232 : : }
95233 : : const_str_s2 = {
95234 : : ._ascii = {
95235 : : .ob_base = {
95236 : : .ob_refcnt = 999999999,
95237 : : .ob_type = &PyUnicode_Type,
95238 : : },
95239 : : .length = 2,
95240 : : .hash = -1,
95241 : : .state = {
95242 : : .kind = 1,
95243 : : .compact = 1,
95244 : : .ascii = 1,
95245 : : },
95246 : : },
95247 : : ._data = "s2",
95248 : : };
95249 : : static
95250 : : struct {
95251 : : PyGC_Head _gc_head;
95252 : : struct {
95253 : : PyObject_VAR_HEAD
95254 : : PyObject *ob_item[5];
95255 : : }_object;
95256 : : }
95257 : : genericpath_toplevel_consts_11_localsplusnames = {
95258 : : ._object = {
95259 : : .ob_base = {
95260 : : .ob_base = {
95261 : : .ob_refcnt = 999999999,
95262 : : .ob_type = &PyTuple_Type,
95263 : : },
95264 : : .ob_size = 5,
95265 : : },
95266 : : .ob_item = {
95267 : : & const_str_m._ascii.ob_base,
95268 : : & const_str_s1._ascii.ob_base,
95269 : : & const_str_s2._ascii.ob_base,
95270 : : & const_str_i._ascii.ob_base,
95271 : : & const_str_c._ascii.ob_base,
95272 : : },
95273 : : },
95274 : : };
95275 : : static
95276 : : struct _PyCode_DEF(286)
95277 : : genericpath_toplevel_consts_11 = {
95278 : : .ob_base = {
95279 : : .ob_base = {
95280 : : .ob_refcnt = 999999999,
95281 : : .ob_type = &PyCode_Type,
95282 : : },
95283 : : .ob_size = 143,
95284 : : },
95285 : : .co_consts = & genericpath_toplevel_consts_11_consts._object.ob_base.ob_base,
95286 : : .co_names = & genericpath_toplevel_consts_11_names._object.ob_base.ob_base,
95287 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95288 : : .co_flags = 3,
95289 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95290 : : ._co_linearray_entry_size = 0,
95291 : : .co_argcount = 1,
95292 : : .co_posonlyargcount = 0,
95293 : : .co_kwonlyargcount = 0,
95294 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
95295 : : .co_stacksize = 6,
95296 : : .co_firstlineno = 69,
95297 : : .co_nlocalsplus = 5,
95298 : : .co_nlocals = 5,
95299 : : .co_nplaincellvars = 0,
95300 : : .co_ncellvars = 0,
95301 : : .co_nfreevars = 0,
95302 : : .co_localsplusnames = & genericpath_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
95303 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
95304 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95305 : : .co_name = & const_str_commonprefix._ascii.ob_base,
95306 : : .co_qualname = & const_str_commonprefix._ascii.ob_base,
95307 : : .co_linetable = & genericpath_toplevel_consts_11_linetable.ob_base.ob_base,
95308 : : ._co_code = NULL,
95309 : : ._co_linearray = NULL,
95310 : : .co_code_adaptive = "\x97\x00\x7c\x00\x73\x02\x64\x01\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x28\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x7c\x02\x7c\x03\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x01\x64\x03\x7c\x03\x1a\x00\x63\x02\x01\x00\x53\x00\x7c\x01\x53\x00",
95311 : : ._co_firsttraceable = 0,
95312 : : };
95313 : : static
95314 : : struct {
95315 : : PyASCIIObject _ascii;
95316 : : uint8_t _data[54];
95317 : : }
95318 : : genericpath_toplevel_consts_12_consts_0 = {
95319 : : ._ascii = {
95320 : : .ob_base = {
95321 : : .ob_refcnt = 999999999,
95322 : : .ob_type = &PyUnicode_Type,
95323 : : },
95324 : : .length = 53,
95325 : : .hash = -1,
95326 : : .state = {
95327 : : .kind = 1,
95328 : : .compact = 1,
95329 : : .ascii = 1,
95330 : : },
95331 : : },
95332 : : ._data = "Test whether two stat buffers reference the same file",
95333 : : };
95334 : : static
95335 : : struct {
95336 : : PyGC_Head _gc_head;
95337 : : struct {
95338 : : PyObject_VAR_HEAD
95339 : : PyObject *ob_item[1];
95340 : : }_object;
95341 : : }
95342 : : genericpath_toplevel_consts_12_consts = {
95343 : : ._object = {
95344 : : .ob_base = {
95345 : : .ob_base = {
95346 : : .ob_refcnt = 999999999,
95347 : : .ob_type = &PyTuple_Type,
95348 : : },
95349 : : .ob_size = 1,
95350 : : },
95351 : : .ob_item = {
95352 : : & genericpath_toplevel_consts_12_consts_0._ascii.ob_base,
95353 : : },
95354 : : },
95355 : : };
95356 : : static
95357 : : struct {
95358 : : PyASCIIObject _ascii;
95359 : : uint8_t _data[7];
95360 : : }
95361 : : const_str_st_ino = {
95362 : : ._ascii = {
95363 : : .ob_base = {
95364 : : .ob_refcnt = 999999999,
95365 : : .ob_type = &PyUnicode_Type,
95366 : : },
95367 : : .length = 6,
95368 : : .hash = -1,
95369 : : .state = {
95370 : : .kind = 1,
95371 : : .compact = 1,
95372 : : .ascii = 1,
95373 : : },
95374 : : },
95375 : : ._data = "st_ino",
95376 : : };
95377 : : static
95378 : : struct {
95379 : : PyASCIIObject _ascii;
95380 : : uint8_t _data[7];
95381 : : }
95382 : : const_str_st_dev = {
95383 : : ._ascii = {
95384 : : .ob_base = {
95385 : : .ob_refcnt = 999999999,
95386 : : .ob_type = &PyUnicode_Type,
95387 : : },
95388 : : .length = 6,
95389 : : .hash = -1,
95390 : : .state = {
95391 : : .kind = 1,
95392 : : .compact = 1,
95393 : : .ascii = 1,
95394 : : },
95395 : : },
95396 : : ._data = "st_dev",
95397 : : };
95398 : : static
95399 : : struct {
95400 : : PyGC_Head _gc_head;
95401 : : struct {
95402 : : PyObject_VAR_HEAD
95403 : : PyObject *ob_item[2];
95404 : : }_object;
95405 : : }
95406 : : genericpath_toplevel_consts_12_names = {
95407 : : ._object = {
95408 : : .ob_base = {
95409 : : .ob_base = {
95410 : : .ob_refcnt = 999999999,
95411 : : .ob_type = &PyTuple_Type,
95412 : : },
95413 : : .ob_size = 2,
95414 : : },
95415 : : .ob_item = {
95416 : : & const_str_st_ino._ascii.ob_base,
95417 : : & const_str_st_dev._ascii.ob_base,
95418 : : },
95419 : : },
95420 : : };
95421 : : static
95422 : : struct {
95423 : : PyObject_VAR_HEAD
95424 : : Py_hash_t ob_shash;
95425 : : char ob_sval[45];
95426 : : }
95427 : : genericpath_toplevel_consts_12_linetable = {
95428 : : .ob_base = {
95429 : : .ob_base = {
95430 : : .ob_refcnt = 999999999,
95431 : : .ob_type = &PyBytes_Type,
95432 : : },
95433 : : .ob_size = 44,
95434 : : },
95435 : : .ob_shash = -1,
95436 : : .ob_sval = "\x80\x00\xe0\x0c\x0e\x8f\x49\x89\x49\x98\x12\x9f\x19\x99\x19\xd2\x0c\x22\xf0\x00\x01\x0d\x23\xd8\x0c\x0e\x8f\x49\x89\x49\x98\x12\x9f\x19\x99\x19\xd2\x0c\x22\xf0\x03\x01\x05\x24",
95437 : : };
95438 : : static
95439 : : struct {
95440 : : PyGC_Head _gc_head;
95441 : : struct {
95442 : : PyObject_VAR_HEAD
95443 : : PyObject *ob_item[2];
95444 : : }_object;
95445 : : }
95446 : : genericpath_toplevel_consts_12_localsplusnames = {
95447 : : ._object = {
95448 : : .ob_base = {
95449 : : .ob_base = {
95450 : : .ob_refcnt = 999999999,
95451 : : .ob_type = &PyTuple_Type,
95452 : : },
95453 : : .ob_size = 2,
95454 : : },
95455 : : .ob_item = {
95456 : : & const_str_s1._ascii.ob_base,
95457 : : & const_str_s2._ascii.ob_base,
95458 : : },
95459 : : },
95460 : : };
95461 : : static
95462 : : struct _PyCode_DEF(106)
95463 : : genericpath_toplevel_consts_12 = {
95464 : : .ob_base = {
95465 : : .ob_base = {
95466 : : .ob_refcnt = 999999999,
95467 : : .ob_type = &PyCode_Type,
95468 : : },
95469 : : .ob_size = 53,
95470 : : },
95471 : : .co_consts = & genericpath_toplevel_consts_12_consts._object.ob_base.ob_base,
95472 : : .co_names = & genericpath_toplevel_consts_12_names._object.ob_base.ob_base,
95473 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95474 : : .co_flags = 3,
95475 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95476 : : ._co_linearray_entry_size = 0,
95477 : : .co_argcount = 2,
95478 : : .co_posonlyargcount = 0,
95479 : : .co_kwonlyargcount = 0,
95480 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
95481 : : .co_stacksize = 2,
95482 : : .co_firstlineno = 87,
95483 : : .co_nlocalsplus = 2,
95484 : : .co_nlocals = 2,
95485 : : .co_nplaincellvars = 0,
95486 : : .co_ncellvars = 0,
95487 : : .co_nfreevars = 0,
95488 : : .co_localsplusnames = & genericpath_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
95489 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
95490 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95491 : : .co_name = & const_str_samestat._ascii.ob_base,
95492 : : .co_qualname = & const_str_samestat._ascii.ob_base,
95493 : : .co_linetable = & genericpath_toplevel_consts_12_linetable.ob_base.ob_base,
95494 : : ._co_code = NULL,
95495 : : ._co_linearray = NULL,
95496 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x6f\x19\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
95497 : : ._co_firsttraceable = 0,
95498 : : };
95499 : : static
95500 : : struct {
95501 : : PyASCIIObject _ascii;
95502 : : uint8_t _data[214];
95503 : : }
95504 : : genericpath_toplevel_consts_13_consts_0 = {
95505 : : ._ascii = {
95506 : : .ob_base = {
95507 : : .ob_refcnt = 999999999,
95508 : : .ob_type = &PyUnicode_Type,
95509 : : },
95510 : : .length = 213,
95511 : : .hash = -1,
95512 : : .state = {
95513 : : .kind = 1,
95514 : : .compact = 1,
95515 : : .ascii = 1,
95516 : : },
95517 : : },
95518 : : ._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",
95519 : : };
95520 : : static
95521 : : struct {
95522 : : PyGC_Head _gc_head;
95523 : : struct {
95524 : : PyObject_VAR_HEAD
95525 : : PyObject *ob_item[1];
95526 : : }_object;
95527 : : }
95528 : : genericpath_toplevel_consts_13_consts = {
95529 : : ._object = {
95530 : : .ob_base = {
95531 : : .ob_base = {
95532 : : .ob_refcnt = 999999999,
95533 : : .ob_type = &PyTuple_Type,
95534 : : },
95535 : : .ob_size = 1,
95536 : : },
95537 : : .ob_item = {
95538 : : & genericpath_toplevel_consts_13_consts_0._ascii.ob_base,
95539 : : },
95540 : : },
95541 : : };
95542 : : static
95543 : : struct {
95544 : : PyGC_Head _gc_head;
95545 : : struct {
95546 : : PyObject_VAR_HEAD
95547 : : PyObject *ob_item[3];
95548 : : }_object;
95549 : : }
95550 : : genericpath_toplevel_consts_13_names = {
95551 : : ._object = {
95552 : : .ob_base = {
95553 : : .ob_base = {
95554 : : .ob_refcnt = 999999999,
95555 : : .ob_type = &PyTuple_Type,
95556 : : },
95557 : : .ob_size = 3,
95558 : : },
95559 : : .ob_item = {
95560 : : & const_str_os._ascii.ob_base,
95561 : : & const_str_stat._ascii.ob_base,
95562 : : & const_str_samestat._ascii.ob_base,
95563 : : },
95564 : : },
95565 : : };
95566 : : static
95567 : : struct {
95568 : : PyObject_VAR_HEAD
95569 : : Py_hash_t ob_shash;
95570 : : char ob_sval[44];
95571 : : }
95572 : : genericpath_toplevel_consts_13_linetable = {
95573 : : .ob_base = {
95574 : : .ob_base = {
95575 : : .ob_refcnt = 999999999,
95576 : : .ob_type = &PyBytes_Type,
95577 : : },
95578 : : .ob_size = 43,
95579 : : },
95580 : : .ob_shash = -1,
95581 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x0a\x11\x8f\x17\x89\x17\x90\x12\x8c\x1b\x80\x42\xdd\x09\x10\x8f\x17\x89\x17\x90\x12\x8c\x1b\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd4\x0b\x1b\xd0\x04\x1b",
95582 : : };
95583 : : static
95584 : : struct {
95585 : : PyASCIIObject _ascii;
95586 : : uint8_t _data[3];
95587 : : }
95588 : : const_str_f1 = {
95589 : : ._ascii = {
95590 : : .ob_base = {
95591 : : .ob_refcnt = 999999999,
95592 : : .ob_type = &PyUnicode_Type,
95593 : : },
95594 : : .length = 2,
95595 : : .hash = -1,
95596 : : .state = {
95597 : : .kind = 1,
95598 : : .compact = 1,
95599 : : .ascii = 1,
95600 : : },
95601 : : },
95602 : : ._data = "f1",
95603 : : };
95604 : : static
95605 : : struct {
95606 : : PyASCIIObject _ascii;
95607 : : uint8_t _data[3];
95608 : : }
95609 : : const_str_f2 = {
95610 : : ._ascii = {
95611 : : .ob_base = {
95612 : : .ob_refcnt = 999999999,
95613 : : .ob_type = &PyUnicode_Type,
95614 : : },
95615 : : .length = 2,
95616 : : .hash = -1,
95617 : : .state = {
95618 : : .kind = 1,
95619 : : .compact = 1,
95620 : : .ascii = 1,
95621 : : },
95622 : : },
95623 : : ._data = "f2",
95624 : : };
95625 : : static
95626 : : struct {
95627 : : PyGC_Head _gc_head;
95628 : : struct {
95629 : : PyObject_VAR_HEAD
95630 : : PyObject *ob_item[4];
95631 : : }_object;
95632 : : }
95633 : : genericpath_toplevel_consts_13_localsplusnames = {
95634 : : ._object = {
95635 : : .ob_base = {
95636 : : .ob_base = {
95637 : : .ob_refcnt = 999999999,
95638 : : .ob_type = &PyTuple_Type,
95639 : : },
95640 : : .ob_size = 4,
95641 : : },
95642 : : .ob_item = {
95643 : : & const_str_f1._ascii.ob_base,
95644 : : & const_str_f2._ascii.ob_base,
95645 : : & const_str_s1._ascii.ob_base,
95646 : : & const_str_s2._ascii.ob_base,
95647 : : },
95648 : : },
95649 : : };
95650 : : static
95651 : : struct _PyCode_DEF(122)
95652 : : genericpath_toplevel_consts_13 = {
95653 : : .ob_base = {
95654 : : .ob_base = {
95655 : : .ob_refcnt = 999999999,
95656 : : .ob_type = &PyCode_Type,
95657 : : },
95658 : : .ob_size = 61,
95659 : : },
95660 : : .co_consts = & genericpath_toplevel_consts_13_consts._object.ob_base.ob_base,
95661 : : .co_names = & genericpath_toplevel_consts_13_names._object.ob_base.ob_base,
95662 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95663 : : .co_flags = 3,
95664 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95665 : : ._co_linearray_entry_size = 0,
95666 : : .co_argcount = 2,
95667 : : .co_posonlyargcount = 0,
95668 : : .co_kwonlyargcount = 0,
95669 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
95670 : : .co_stacksize = 4,
95671 : : .co_firstlineno = 94,
95672 : : .co_nlocalsplus = 4,
95673 : : .co_nlocals = 4,
95674 : : .co_nplaincellvars = 0,
95675 : : .co_ncellvars = 0,
95676 : : .co_nfreevars = 0,
95677 : : .co_localsplusnames = & genericpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
95678 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
95679 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95680 : : .co_name = & const_str_samefile._ascii.ob_base,
95681 : : .co_qualname = & const_str_samefile._ascii.ob_base,
95682 : : .co_linetable = & genericpath_toplevel_consts_13_linetable.ob_base.ob_base,
95683 : : ._co_code = NULL,
95684 : : ._co_linearray = NULL,
95685 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
95686 : : ._co_firsttraceable = 0,
95687 : : };
95688 : : static
95689 : : struct {
95690 : : PyASCIIObject _ascii;
95691 : : uint8_t _data[59];
95692 : : }
95693 : : genericpath_toplevel_consts_14_consts_0 = {
95694 : : ._ascii = {
95695 : : .ob_base = {
95696 : : .ob_refcnt = 999999999,
95697 : : .ob_type = &PyUnicode_Type,
95698 : : },
95699 : : .length = 58,
95700 : : .hash = -1,
95701 : : .state = {
95702 : : .kind = 1,
95703 : : .compact = 1,
95704 : : .ascii = 1,
95705 : : },
95706 : : },
95707 : : ._data = "Test whether two open file objects reference the same file",
95708 : : };
95709 : : static
95710 : : struct {
95711 : : PyGC_Head _gc_head;
95712 : : struct {
95713 : : PyObject_VAR_HEAD
95714 : : PyObject *ob_item[1];
95715 : : }_object;
95716 : : }
95717 : : genericpath_toplevel_consts_14_consts = {
95718 : : ._object = {
95719 : : .ob_base = {
95720 : : .ob_base = {
95721 : : .ob_refcnt = 999999999,
95722 : : .ob_type = &PyTuple_Type,
95723 : : },
95724 : : .ob_size = 1,
95725 : : },
95726 : : .ob_item = {
95727 : : & genericpath_toplevel_consts_14_consts_0._ascii.ob_base,
95728 : : },
95729 : : },
95730 : : };
95731 : : static
95732 : : struct {
95733 : : PyASCIIObject _ascii;
95734 : : uint8_t _data[6];
95735 : : }
95736 : : const_str_fstat = {
95737 : : ._ascii = {
95738 : : .ob_base = {
95739 : : .ob_refcnt = 999999999,
95740 : : .ob_type = &PyUnicode_Type,
95741 : : },
95742 : : .length = 5,
95743 : : .hash = -1,
95744 : : .state = {
95745 : : .kind = 1,
95746 : : .compact = 1,
95747 : : .ascii = 1,
95748 : : },
95749 : : },
95750 : : ._data = "fstat",
95751 : : };
95752 : : static
95753 : : struct {
95754 : : PyGC_Head _gc_head;
95755 : : struct {
95756 : : PyObject_VAR_HEAD
95757 : : PyObject *ob_item[3];
95758 : : }_object;
95759 : : }
95760 : : genericpath_toplevel_consts_14_names = {
95761 : : ._object = {
95762 : : .ob_base = {
95763 : : .ob_base = {
95764 : : .ob_refcnt = 999999999,
95765 : : .ob_type = &PyTuple_Type,
95766 : : },
95767 : : .ob_size = 3,
95768 : : },
95769 : : .ob_item = {
95770 : : & const_str_os._ascii.ob_base,
95771 : : & const_str_fstat._ascii.ob_base,
95772 : : & const_str_samestat._ascii.ob_base,
95773 : : },
95774 : : },
95775 : : };
95776 : : static
95777 : : struct {
95778 : : PyObject_VAR_HEAD
95779 : : Py_hash_t ob_shash;
95780 : : char ob_sval[42];
95781 : : }
95782 : : genericpath_toplevel_consts_14_linetable = {
95783 : : .ob_base = {
95784 : : .ob_base = {
95785 : : .ob_refcnt = 999999999,
95786 : : .ob_type = &PyBytes_Type,
95787 : : },
95788 : : .ob_size = 41,
95789 : : },
95790 : : .ob_shash = -1,
95791 : : .ob_sval = "\x80\x00\xe5\x09\x11\x8f\x18\x89\x18\x90\x23\x8c\x1d\x80\x42\xdd\x09\x11\x8f\x18\x89\x18\x90\x23\x8c\x1d\x80\x42\xdd\x0b\x13\x90\x42\x98\x02\xd4\x0b\x1b\xd0\x04\x1b",
95792 : : };
95793 : : static
95794 : : struct {
95795 : : PyASCIIObject _ascii;
95796 : : uint8_t _data[4];
95797 : : }
95798 : : const_str_fp1 = {
95799 : : ._ascii = {
95800 : : .ob_base = {
95801 : : .ob_refcnt = 999999999,
95802 : : .ob_type = &PyUnicode_Type,
95803 : : },
95804 : : .length = 3,
95805 : : .hash = -1,
95806 : : .state = {
95807 : : .kind = 1,
95808 : : .compact = 1,
95809 : : .ascii = 1,
95810 : : },
95811 : : },
95812 : : ._data = "fp1",
95813 : : };
95814 : : static
95815 : : struct {
95816 : : PyASCIIObject _ascii;
95817 : : uint8_t _data[4];
95818 : : }
95819 : : const_str_fp2 = {
95820 : : ._ascii = {
95821 : : .ob_base = {
95822 : : .ob_refcnt = 999999999,
95823 : : .ob_type = &PyUnicode_Type,
95824 : : },
95825 : : .length = 3,
95826 : : .hash = -1,
95827 : : .state = {
95828 : : .kind = 1,
95829 : : .compact = 1,
95830 : : .ascii = 1,
95831 : : },
95832 : : },
95833 : : ._data = "fp2",
95834 : : };
95835 : : static
95836 : : struct {
95837 : : PyGC_Head _gc_head;
95838 : : struct {
95839 : : PyObject_VAR_HEAD
95840 : : PyObject *ob_item[4];
95841 : : }_object;
95842 : : }
95843 : : genericpath_toplevel_consts_14_localsplusnames = {
95844 : : ._object = {
95845 : : .ob_base = {
95846 : : .ob_base = {
95847 : : .ob_refcnt = 999999999,
95848 : : .ob_type = &PyTuple_Type,
95849 : : },
95850 : : .ob_size = 4,
95851 : : },
95852 : : .ob_item = {
95853 : : & const_str_fp1._ascii.ob_base,
95854 : : & const_str_fp2._ascii.ob_base,
95855 : : & const_str_s1._ascii.ob_base,
95856 : : & const_str_s2._ascii.ob_base,
95857 : : },
95858 : : },
95859 : : };
95860 : : static
95861 : : struct _PyCode_DEF(122)
95862 : : genericpath_toplevel_consts_14 = {
95863 : : .ob_base = {
95864 : : .ob_base = {
95865 : : .ob_refcnt = 999999999,
95866 : : .ob_type = &PyCode_Type,
95867 : : },
95868 : : .ob_size = 61,
95869 : : },
95870 : : .co_consts = & genericpath_toplevel_consts_14_consts._object.ob_base.ob_base,
95871 : : .co_names = & genericpath_toplevel_consts_14_names._object.ob_base.ob_base,
95872 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
95873 : : .co_flags = 3,
95874 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
95875 : : ._co_linearray_entry_size = 0,
95876 : : .co_argcount = 2,
95877 : : .co_posonlyargcount = 0,
95878 : : .co_kwonlyargcount = 0,
95879 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
95880 : : .co_stacksize = 4,
95881 : : .co_firstlineno = 107,
95882 : : .co_nlocalsplus = 4,
95883 : : .co_nlocals = 4,
95884 : : .co_nplaincellvars = 0,
95885 : : .co_ncellvars = 0,
95886 : : .co_nfreevars = 0,
95887 : : .co_localsplusnames = & genericpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
95888 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
95889 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
95890 : : .co_name = & const_str_sameopenfile._ascii.ob_base,
95891 : : .co_qualname = & const_str_sameopenfile._ascii.ob_base,
95892 : : .co_linetable = & genericpath_toplevel_consts_14_linetable.ob_base.ob_base,
95893 : : ._co_code = NULL,
95894 : : ._co_linearray = NULL,
95895 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
95896 : : ._co_firsttraceable = 0,
95897 : : };
95898 : : static
95899 : : struct {
95900 : : PyASCIIObject _ascii;
95901 : : uint8_t _data[165];
95902 : : }
95903 : : genericpath_toplevel_consts_15_consts_0 = {
95904 : : ._ascii = {
95905 : : .ob_base = {
95906 : : .ob_refcnt = 999999999,
95907 : : .ob_type = &PyUnicode_Type,
95908 : : },
95909 : : .length = 164,
95910 : : .hash = -1,
95911 : : .state = {
95912 : : .kind = 1,
95913 : : .compact = 1,
95914 : : .ascii = 1,
95915 : : },
95916 : : },
95917 : : ._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",
95918 : : };
95919 : : static
95920 : : struct {
95921 : : PyGC_Head _gc_head;
95922 : : struct {
95923 : : PyObject_VAR_HEAD
95924 : : PyObject *ob_item[4];
95925 : : }_object;
95926 : : }
95927 : : genericpath_toplevel_consts_15_consts = {
95928 : : ._object = {
95929 : : .ob_base = {
95930 : : .ob_base = {
95931 : : .ob_refcnt = 999999999,
95932 : : .ob_type = &PyTuple_Type,
95933 : : },
95934 : : .ob_size = 4,
95935 : : },
95936 : : .ob_item = {
95937 : : & genericpath_toplevel_consts_15_consts_0._ascii.ob_base,
95938 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
95939 : : Py_None,
95940 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
95941 : : },
95942 : : },
95943 : : };
95944 : : static
95945 : : struct {
95946 : : PyGC_Head _gc_head;
95947 : : struct {
95948 : : PyObject_VAR_HEAD
95949 : : PyObject *ob_item[2];
95950 : : }_object;
95951 : : }
95952 : : genericpath_toplevel_consts_15_names = {
95953 : : ._object = {
95954 : : .ob_base = {
95955 : : .ob_base = {
95956 : : .ob_refcnt = 999999999,
95957 : : .ob_type = &PyTuple_Type,
95958 : : },
95959 : : .ob_size = 2,
95960 : : },
95961 : : .ob_item = {
95962 : : & const_str_rfind._ascii.ob_base,
95963 : : & const_str_max._ascii.ob_base,
95964 : : },
95965 : : },
95966 : : };
95967 : : static
95968 : : struct {
95969 : : PyASCIIObject _ascii;
95970 : : uint8_t _data[10];
95971 : : }
95972 : : const_str__splitext = {
95973 : : ._ascii = {
95974 : : .ob_base = {
95975 : : .ob_refcnt = 999999999,
95976 : : .ob_type = &PyUnicode_Type,
95977 : : },
95978 : : .length = 9,
95979 : : .hash = -1,
95980 : : .state = {
95981 : : .kind = 1,
95982 : : .compact = 1,
95983 : : .ascii = 1,
95984 : : },
95985 : : },
95986 : : ._data = "_splitext",
95987 : : };
95988 : : static
95989 : : struct {
95990 : : PyObject_VAR_HEAD
95991 : : Py_hash_t ob_shash;
95992 : : char ob_sval[188];
95993 : : }
95994 : : genericpath_toplevel_consts_15_linetable = {
95995 : : .ob_base = {
95996 : : .ob_base = {
95997 : : .ob_refcnt = 999999999,
95998 : : .ob_type = &PyBytes_Type,
95999 : : },
96000 : : .ob_size = 187,
96001 : : },
96002 : : .ob_shash = -1,
96003 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x10\x11\x8f\x77\x89\x77\x90\x73\x8c\x7c\x80\x48\xd8\x07\x0d\xf0\x00\x02\x05\x2e\xd8\x16\x17\x97\x67\x91\x67\x98\x66\x94\x6f\x88\x0b\xdd\x13\x16\x90\x78\xa0\x1b\xd4\x13\x2d\x88\x08\xe0\x0f\x10\x8f\x77\x89\x77\x90\x76\x8c\x7f\x80\x48\xd8\x07\x0f\x90\x28\xd2\x07\x1a\xf0\x00\x06\x05\x1f\xe0\x18\x20\xa0\x31\x99\x0c\x88\x0d\xd8\x0e\x1b\x98\x68\xd2\x0e\x26\xf0\x00\x03\x09\x1f\xd8\x0f\x10\x90\x1d\x98\x7d\xa8\x51\x99\x7f\xd0\x0f\x2f\xb0\x36\xd2\x0f\x39\xf0\x00\x01\x0d\x32\xd8\x17\x18\x90\x7c\x98\x28\x90\x7c\xa0\x51\xa0\x78\xa0\x5c\xa0\x5c\xd0\x17\x31\xd0\x10\x31\xd8\x0c\x19\x98\x51\xd1\x0c\x1e\x88\x4d\xf0\x07\x00\x0f\x1c\x98\x68\xd2\x0e\x26\xf0\x00\x03\x09\x1f\xf0\x0a\x00\x0c\x0d\x88\x61\x88\x65\x90\x11\x88\x65\x88\x38\x80\x4f",
96004 : : };
96005 : : static
96006 : : struct {
96007 : : PyASCIIObject _ascii;
96008 : : uint8_t _data[7];
96009 : : }
96010 : : const_str_altsep = {
96011 : : ._ascii = {
96012 : : .ob_base = {
96013 : : .ob_refcnt = 999999999,
96014 : : .ob_type = &PyUnicode_Type,
96015 : : },
96016 : : .length = 6,
96017 : : .hash = -1,
96018 : : .state = {
96019 : : .kind = 1,
96020 : : .compact = 1,
96021 : : .ascii = 1,
96022 : : },
96023 : : },
96024 : : ._data = "altsep",
96025 : : };
96026 : : static
96027 : : struct {
96028 : : PyASCIIObject _ascii;
96029 : : uint8_t _data[7];
96030 : : }
96031 : : const_str_extsep = {
96032 : : ._ascii = {
96033 : : .ob_base = {
96034 : : .ob_refcnt = 999999999,
96035 : : .ob_type = &PyUnicode_Type,
96036 : : },
96037 : : .length = 6,
96038 : : .hash = -1,
96039 : : .state = {
96040 : : .kind = 1,
96041 : : .compact = 1,
96042 : : .ascii = 1,
96043 : : },
96044 : : },
96045 : : ._data = "extsep",
96046 : : };
96047 : : static
96048 : : struct {
96049 : : PyASCIIObject _ascii;
96050 : : uint8_t _data[9];
96051 : : }
96052 : : const_str_sepIndex = {
96053 : : ._ascii = {
96054 : : .ob_base = {
96055 : : .ob_refcnt = 999999999,
96056 : : .ob_type = &PyUnicode_Type,
96057 : : },
96058 : : .length = 8,
96059 : : .hash = -1,
96060 : : .state = {
96061 : : .kind = 1,
96062 : : .compact = 1,
96063 : : .ascii = 1,
96064 : : },
96065 : : },
96066 : : ._data = "sepIndex",
96067 : : };
96068 : : static
96069 : : struct {
96070 : : PyASCIIObject _ascii;
96071 : : uint8_t _data[12];
96072 : : }
96073 : : const_str_altsepIndex = {
96074 : : ._ascii = {
96075 : : .ob_base = {
96076 : : .ob_refcnt = 999999999,
96077 : : .ob_type = &PyUnicode_Type,
96078 : : },
96079 : : .length = 11,
96080 : : .hash = -1,
96081 : : .state = {
96082 : : .kind = 1,
96083 : : .compact = 1,
96084 : : .ascii = 1,
96085 : : },
96086 : : },
96087 : : ._data = "altsepIndex",
96088 : : };
96089 : : static
96090 : : struct {
96091 : : PyASCIIObject _ascii;
96092 : : uint8_t _data[9];
96093 : : }
96094 : : const_str_dotIndex = {
96095 : : ._ascii = {
96096 : : .ob_base = {
96097 : : .ob_refcnt = 999999999,
96098 : : .ob_type = &PyUnicode_Type,
96099 : : },
96100 : : .length = 8,
96101 : : .hash = -1,
96102 : : .state = {
96103 : : .kind = 1,
96104 : : .compact = 1,
96105 : : .ascii = 1,
96106 : : },
96107 : : },
96108 : : ._data = "dotIndex",
96109 : : };
96110 : : static
96111 : : struct {
96112 : : PyASCIIObject _ascii;
96113 : : uint8_t _data[14];
96114 : : }
96115 : : const_str_filenameIndex = {
96116 : : ._ascii = {
96117 : : .ob_base = {
96118 : : .ob_refcnt = 999999999,
96119 : : .ob_type = &PyUnicode_Type,
96120 : : },
96121 : : .length = 13,
96122 : : .hash = -1,
96123 : : .state = {
96124 : : .kind = 1,
96125 : : .compact = 1,
96126 : : .ascii = 1,
96127 : : },
96128 : : },
96129 : : ._data = "filenameIndex",
96130 : : };
96131 : : static
96132 : : struct {
96133 : : PyGC_Head _gc_head;
96134 : : struct {
96135 : : PyObject_VAR_HEAD
96136 : : PyObject *ob_item[8];
96137 : : }_object;
96138 : : }
96139 : : genericpath_toplevel_consts_15_localsplusnames = {
96140 : : ._object = {
96141 : : .ob_base = {
96142 : : .ob_base = {
96143 : : .ob_refcnt = 999999999,
96144 : : .ob_type = &PyTuple_Type,
96145 : : },
96146 : : .ob_size = 8,
96147 : : },
96148 : : .ob_item = {
96149 : : & const_str_p._ascii.ob_base,
96150 : : & const_str_sep._ascii.ob_base,
96151 : : & const_str_altsep._ascii.ob_base,
96152 : : & const_str_extsep._ascii.ob_base,
96153 : : & const_str_sepIndex._ascii.ob_base,
96154 : : & const_str_altsepIndex._ascii.ob_base,
96155 : : & const_str_dotIndex._ascii.ob_base,
96156 : : & const_str_filenameIndex._ascii.ob_base,
96157 : : },
96158 : : },
96159 : : };
96160 : : static
96161 : : struct _PyCode_DEF(256)
96162 : : genericpath_toplevel_consts_15 = {
96163 : : .ob_base = {
96164 : : .ob_base = {
96165 : : .ob_refcnt = 999999999,
96166 : : .ob_type = &PyCode_Type,
96167 : : },
96168 : : .ob_size = 128,
96169 : : },
96170 : : .co_consts = & genericpath_toplevel_consts_15_consts._object.ob_base.ob_base,
96171 : : .co_names = & genericpath_toplevel_consts_15_names._object.ob_base.ob_base,
96172 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96173 : : .co_flags = 3,
96174 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96175 : : ._co_linearray_entry_size = 0,
96176 : : .co_argcount = 4,
96177 : : .co_posonlyargcount = 0,
96178 : : .co_kwonlyargcount = 0,
96179 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
96180 : : .co_stacksize = 4,
96181 : : .co_firstlineno = 121,
96182 : : .co_nlocalsplus = 8,
96183 : : .co_nlocals = 8,
96184 : : .co_nplaincellvars = 0,
96185 : : .co_ncellvars = 0,
96186 : : .co_nfreevars = 0,
96187 : : .co_localsplusnames = & genericpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
96188 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
96189 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96190 : : .co_name = & const_str__splitext._ascii.ob_base,
96191 : : .co_qualname = & const_str__splitext._ascii.ob_base,
96192 : : .co_linetable = & genericpath_toplevel_consts_15_linetable.ob_base.ob_base,
96193 : : ._co_code = NULL,
96194 : : ._co_linearray = NULL,
96195 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x72\x20\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x7c\x04\x6b\x04\x00\x00\x00\x00\x72\x2c\x7c\x04\x64\x01\x7a\x00\x00\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x00\x00\x00\x00\x00\x72\x21\x7c\x00\x7c\x07\x7c\x07\x64\x01\x7a\x00\x00\x00\x1a\x00\x7c\x03\x6b\x03\x00\x00\x00\x00\x72\x0a\x7c\x00\x64\x02\x7c\x06\x1a\x00\x7c\x00\x7c\x06\x64\x02\x1a\x00\x66\x02\x53\x00\x7c\x07\x64\x01\x7a\x0d\x00\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x00\x00\x00\x00\x00\xb0\x21\x7c\x00\x7c\x00\x64\x02\x64\x03\x1a\x00\x66\x02\x53\x00",
96196 : : ._co_firsttraceable = 0,
96197 : : };
96198 : : static
96199 : : struct {
96200 : : PyASCIIObject _ascii;
96201 : : uint8_t _data[60];
96202 : : }
96203 : : genericpath_toplevel_consts_16_consts_3 = {
96204 : : ._ascii = {
96205 : : .ob_base = {
96206 : : .ob_refcnt = 999999999,
96207 : : .ob_type = &PyUnicode_Type,
96208 : : },
96209 : : .length = 59,
96210 : : .hash = -1,
96211 : : .state = {
96212 : : .kind = 1,
96213 : : .compact = 1,
96214 : : .ascii = 1,
96215 : : },
96216 : : },
96217 : : ._data = "() argument must be str, bytes, or os.PathLike object, not ",
96218 : : };
96219 : : static
96220 : : struct {
96221 : : PyASCIIObject _ascii;
96222 : : uint8_t _data[47];
96223 : : }
96224 : : genericpath_toplevel_consts_16_consts_4 = {
96225 : : ._ascii = {
96226 : : .ob_base = {
96227 : : .ob_refcnt = 999999999,
96228 : : .ob_type = &PyUnicode_Type,
96229 : : },
96230 : : .length = 46,
96231 : : .hash = -1,
96232 : : .state = {
96233 : : .kind = 1,
96234 : : .compact = 1,
96235 : : .ascii = 1,
96236 : : },
96237 : : },
96238 : : ._data = "Can't mix strings and bytes in path components",
96239 : : };
96240 : : static
96241 : : struct {
96242 : : PyGC_Head _gc_head;
96243 : : struct {
96244 : : PyObject_VAR_HEAD
96245 : : PyObject *ob_item[5];
96246 : : }_object;
96247 : : }
96248 : : genericpath_toplevel_consts_16_consts = {
96249 : : ._object = {
96250 : : .ob_base = {
96251 : : .ob_base = {
96252 : : .ob_refcnt = 999999999,
96253 : : .ob_type = &PyTuple_Type,
96254 : : },
96255 : : .ob_size = 5,
96256 : : },
96257 : : .ob_item = {
96258 : : Py_None,
96259 : : Py_False,
96260 : : Py_True,
96261 : : & genericpath_toplevel_consts_16_consts_3._ascii.ob_base,
96262 : : & genericpath_toplevel_consts_16_consts_4._ascii.ob_base,
96263 : : },
96264 : : },
96265 : : };
96266 : : static
96267 : : struct {
96268 : : PyGC_Head _gc_head;
96269 : : struct {
96270 : : PyObject_VAR_HEAD
96271 : : PyObject *ob_item[6];
96272 : : }_object;
96273 : : }
96274 : : genericpath_toplevel_consts_16_names = {
96275 : : ._object = {
96276 : : .ob_base = {
96277 : : .ob_base = {
96278 : : .ob_refcnt = 999999999,
96279 : : .ob_type = &PyTuple_Type,
96280 : : },
96281 : : .ob_size = 6,
96282 : : },
96283 : : .ob_item = {
96284 : : &_Py_ID(isinstance),
96285 : : & const_str_str._ascii.ob_base,
96286 : : & const_str_bytes._ascii.ob_base,
96287 : : & const_str_TypeError._ascii.ob_base,
96288 : : &_Py_ID(__class__),
96289 : : &_Py_ID(__name__),
96290 : : },
96291 : : },
96292 : : };
96293 : : static
96294 : : struct {
96295 : : PyASCIIObject _ascii;
96296 : : uint8_t _data[17];
96297 : : }
96298 : : const_str__check_arg_types = {
96299 : : ._ascii = {
96300 : : .ob_base = {
96301 : : .ob_refcnt = 999999999,
96302 : : .ob_type = &PyUnicode_Type,
96303 : : },
96304 : : .length = 16,
96305 : : .hash = -1,
96306 : : .state = {
96307 : : .kind = 1,
96308 : : .compact = 1,
96309 : : .ascii = 1,
96310 : : },
96311 : : },
96312 : : ._data = "_check_arg_types",
96313 : : };
96314 : : static
96315 : : struct {
96316 : : PyObject_VAR_HEAD
96317 : : Py_hash_t ob_shash;
96318 : : char ob_sval[188];
96319 : : }
96320 : : genericpath_toplevel_consts_16_linetable = {
96321 : : .ob_base = {
96322 : : .ob_base = {
96323 : : .ob_refcnt = 999999999,
96324 : : .ob_type = &PyBytes_Type,
96325 : : },
96326 : : .ob_size = 187,
96327 : : },
96328 : : .ob_shash = -1,
96329 : : .ob_sval = "\x80\x00\xd8\x18\x1d\xd0\x04\x1d\x80\x46\x88\x58\xd8\x0d\x11\xf0\x00\x07\x05\x5b\x01\xf1\x00\x07\x05\x5b\x01\x88\x01\xdd\x0b\x15\x90\x61\x9d\x13\xd4\x0b\x1d\xf0\x00\x06\x09\x5b\x01\xd8\x15\x19\x88\x46\x88\x46\xdd\x0d\x17\x98\x01\x9d\x35\xd4\x0d\x21\xf0\x00\x04\x09\x5b\x01\xd8\x17\x1b\x88\x48\x88\x48\xe5\x12\x1b\x98\x78\xf0\x00\x01\x1d\x50\x01\xf0\x00\x01\x1d\x50\x01\xd8\x37\x38\xb7\x7b\xb1\x7b\xd7\x37\x4b\xd1\x37\x4b\xf0\x03\x01\x1d\x50\x01\xf0\x00\x01\x1d\x50\x01\xf4\x00\x01\x13\x51\x01\xd8\x56\x5a\xf0\x03\x01\x0d\x5b\x01\xe0\x07\x0d\xf0\x00\x01\x05\x54\x01\x90\x28\xf0\x00\x01\x05\x54\x01\xdd\x0e\x17\xd0\x18\x48\xd4\x0e\x49\xc8\x74\xd0\x08\x53\xf0\x03\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01\xf0\x00\x01\x05\x54\x01",
96330 : : };
96331 : : static
96332 : : struct {
96333 : : PyASCIIObject _ascii;
96334 : : uint8_t _data[9];
96335 : : }
96336 : : const_str_funcname = {
96337 : : ._ascii = {
96338 : : .ob_base = {
96339 : : .ob_refcnt = 999999999,
96340 : : .ob_type = &PyUnicode_Type,
96341 : : },
96342 : : .length = 8,
96343 : : .hash = -1,
96344 : : .state = {
96345 : : .kind = 1,
96346 : : .compact = 1,
96347 : : .ascii = 1,
96348 : : },
96349 : : },
96350 : : ._data = "funcname",
96351 : : };
96352 : : static
96353 : : struct {
96354 : : PyASCIIObject _ascii;
96355 : : uint8_t _data[7];
96356 : : }
96357 : : const_str_hasstr = {
96358 : : ._ascii = {
96359 : : .ob_base = {
96360 : : .ob_refcnt = 999999999,
96361 : : .ob_type = &PyUnicode_Type,
96362 : : },
96363 : : .length = 6,
96364 : : .hash = -1,
96365 : : .state = {
96366 : : .kind = 1,
96367 : : .compact = 1,
96368 : : .ascii = 1,
96369 : : },
96370 : : },
96371 : : ._data = "hasstr",
96372 : : };
96373 : : static
96374 : : struct {
96375 : : PyASCIIObject _ascii;
96376 : : uint8_t _data[9];
96377 : : }
96378 : : const_str_hasbytes = {
96379 : : ._ascii = {
96380 : : .ob_base = {
96381 : : .ob_refcnt = 999999999,
96382 : : .ob_type = &PyUnicode_Type,
96383 : : },
96384 : : .length = 8,
96385 : : .hash = -1,
96386 : : .state = {
96387 : : .kind = 1,
96388 : : .compact = 1,
96389 : : .ascii = 1,
96390 : : },
96391 : : },
96392 : : ._data = "hasbytes",
96393 : : };
96394 : : static
96395 : : struct {
96396 : : PyGC_Head _gc_head;
96397 : : struct {
96398 : : PyObject_VAR_HEAD
96399 : : PyObject *ob_item[5];
96400 : : }_object;
96401 : : }
96402 : : genericpath_toplevel_consts_16_localsplusnames = {
96403 : : ._object = {
96404 : : .ob_base = {
96405 : : .ob_base = {
96406 : : .ob_refcnt = 999999999,
96407 : : .ob_type = &PyTuple_Type,
96408 : : },
96409 : : .ob_size = 5,
96410 : : },
96411 : : .ob_item = {
96412 : : & const_str_funcname._ascii.ob_base,
96413 : : & const_str_args._ascii.ob_base,
96414 : : & const_str_hasstr._ascii.ob_base,
96415 : : & const_str_hasbytes._ascii.ob_base,
96416 : : & const_str_s._ascii.ob_base,
96417 : : },
96418 : : },
96419 : : };
96420 : : static
96421 : : struct _PyCode_DEF(230)
96422 : : genericpath_toplevel_consts_16 = {
96423 : : .ob_base = {
96424 : : .ob_base = {
96425 : : .ob_refcnt = 999999999,
96426 : : .ob_type = &PyCode_Type,
96427 : : },
96428 : : .ob_size = 115,
96429 : : },
96430 : : .co_consts = & genericpath_toplevel_consts_16_consts._object.ob_base.ob_base,
96431 : : .co_names = & genericpath_toplevel_consts_16_names._object.ob_base.ob_base,
96432 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96433 : : .co_flags = 7,
96434 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96435 : : ._co_linearray_entry_size = 0,
96436 : : .co_argcount = 1,
96437 : : .co_posonlyargcount = 0,
96438 : : .co_kwonlyargcount = 0,
96439 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
96440 : : .co_stacksize = 6,
96441 : : .co_firstlineno = 144,
96442 : : .co_nlocalsplus = 5,
96443 : : .co_nlocals = 5,
96444 : : .co_nplaincellvars = 0,
96445 : : .co_ncellvars = 0,
96446 : : .co_nfreevars = 0,
96447 : : .co_localsplusnames = & genericpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
96448 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
96449 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96450 : : .co_name = & const_str__check_arg_types._ascii.ob_base,
96451 : : .co_qualname = & const_str__check_arg_types._ascii.ob_base,
96452 : : .co_linetable = & genericpath_toplevel_consts_16_linetable.ob_base.ob_base,
96453 : : ._co_code = NULL,
96454 : : ._co_linearray = NULL,
96455 : : .co_code_adaptive = "\x97\x00\x64\x01\x78\x01\x7d\x02\x7d\x03\x7c\x01\x44\x00\x5d\x54\x00\x00\x7d\x04\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x02\x8c\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x03\x8c\x2f\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x9b\x00\x64\x03\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x7c\x02\x72\x12\x7c\x03\x72\x0e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x64\x00\x53\x00\x64\x00\x53\x00",
96456 : : ._co_firsttraceable = 0,
96457 : : };
96458 : : static
96459 : : struct {
96460 : : PyGC_Head _gc_head;
96461 : : struct {
96462 : : PyObject_VAR_HEAD
96463 : : PyObject *ob_item[17];
96464 : : }_object;
96465 : : }
96466 : : genericpath_toplevel_consts = {
96467 : : ._object = {
96468 : : .ob_base = {
96469 : : .ob_base = {
96470 : : .ob_refcnt = 999999999,
96471 : : .ob_type = &PyTuple_Type,
96472 : : },
96473 : : .ob_size = 17,
96474 : : },
96475 : : .ob_item = {
96476 : : & genericpath_toplevel_consts_0._ascii.ob_base,
96477 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
96478 : : Py_None,
96479 : : & genericpath_toplevel_consts_3._object.ob_base.ob_base,
96480 : : & genericpath_toplevel_consts_4.ob_base.ob_base,
96481 : : & genericpath_toplevel_consts_5.ob_base.ob_base,
96482 : : & genericpath_toplevel_consts_6.ob_base.ob_base,
96483 : : & genericpath_toplevel_consts_7.ob_base.ob_base,
96484 : : & genericpath_toplevel_consts_8.ob_base.ob_base,
96485 : : & genericpath_toplevel_consts_9.ob_base.ob_base,
96486 : : & genericpath_toplevel_consts_10.ob_base.ob_base,
96487 : : & genericpath_toplevel_consts_11.ob_base.ob_base,
96488 : : & genericpath_toplevel_consts_12.ob_base.ob_base,
96489 : : & genericpath_toplevel_consts_13.ob_base.ob_base,
96490 : : & genericpath_toplevel_consts_14.ob_base.ob_base,
96491 : : & genericpath_toplevel_consts_15.ob_base.ob_base,
96492 : : & genericpath_toplevel_consts_16.ob_base.ob_base,
96493 : : },
96494 : : },
96495 : : };
96496 : : static
96497 : : struct {
96498 : : PyGC_Head _gc_head;
96499 : : struct {
96500 : : PyObject_VAR_HEAD
96501 : : PyObject *ob_item[17];
96502 : : }_object;
96503 : : }
96504 : : genericpath_toplevel_names = {
96505 : : ._object = {
96506 : : .ob_base = {
96507 : : .ob_base = {
96508 : : .ob_refcnt = 999999999,
96509 : : .ob_type = &PyTuple_Type,
96510 : : },
96511 : : .ob_size = 17,
96512 : : },
96513 : : .ob_item = {
96514 : : &_Py_ID(__doc__),
96515 : : & const_str_os._ascii.ob_base,
96516 : : & const_str_stat._ascii.ob_base,
96517 : : &_Py_ID(__all__),
96518 : : & const_str_exists._ascii.ob_base,
96519 : : & const_str_isfile._ascii.ob_base,
96520 : : & const_str_isdir._ascii.ob_base,
96521 : : & const_str_getsize._ascii.ob_base,
96522 : : & const_str_getmtime._ascii.ob_base,
96523 : : & const_str_getatime._ascii.ob_base,
96524 : : & const_str_getctime._ascii.ob_base,
96525 : : & const_str_commonprefix._ascii.ob_base,
96526 : : & const_str_samestat._ascii.ob_base,
96527 : : & const_str_samefile._ascii.ob_base,
96528 : : & const_str_sameopenfile._ascii.ob_base,
96529 : : & const_str__splitext._ascii.ob_base,
96530 : : & const_str__check_arg_types._ascii.ob_base,
96531 : : },
96532 : : },
96533 : : };
96534 : : static
96535 : : struct {
96536 : : PyObject_VAR_HEAD
96537 : : Py_hash_t ob_shash;
96538 : : char ob_sval[263];
96539 : : }
96540 : : genericpath_toplevel_linetable = {
96541 : : .ob_base = {
96542 : : .ob_base = {
96543 : : .ob_refcnt = 999999999,
96544 : : .ob_type = &PyBytes_Type,
96545 : : },
96546 : : .ob_size = 262,
96547 : : },
96548 : : .ob_shash = -1,
96549 : : .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",
96550 : : };
96551 : : static
96552 : : struct _PyCode_DEF(112)
96553 : : genericpath_toplevel = {
96554 : : .ob_base = {
96555 : : .ob_base = {
96556 : : .ob_refcnt = 999999999,
96557 : : .ob_type = &PyCode_Type,
96558 : : },
96559 : : .ob_size = 56,
96560 : : },
96561 : : .co_consts = & genericpath_toplevel_consts._object.ob_base.ob_base,
96562 : : .co_names = & genericpath_toplevel_names._object.ob_base.ob_base,
96563 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
96564 : : .co_flags = 0,
96565 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
96566 : : ._co_linearray_entry_size = 0,
96567 : : .co_argcount = 0,
96568 : : .co_posonlyargcount = 0,
96569 : : .co_kwonlyargcount = 0,
96570 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
96571 : : .co_stacksize = 2,
96572 : : .co_firstlineno = 1,
96573 : : .co_nlocalsplus = 0,
96574 : : .co_nlocals = 0,
96575 : : .co_nplaincellvars = 0,
96576 : : .co_ncellvars = 0,
96577 : : .co_nfreevars = 0,
96578 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
96579 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
96580 : : .co_filename = & genericpath_toplevel_consts_4_filename._ascii.ob_base,
96581 : : .co_name = &_Py_STR(anon_module),
96582 : : .co_qualname = &_Py_STR(anon_module),
96583 : : .co_linetable = & genericpath_toplevel_linetable.ob_base.ob_base,
96584 : : ._co_code = NULL,
96585 : : ._co_linearray = NULL,
96586 : : .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",
96587 : : ._co_firsttraceable = 0,
96588 : : };
96589 : 3091 : static void genericpath_do_patchups(void) {
96590 : 3091 : }
96591 : :
96592 : : PyObject *
96593 : 3091 : _Py_get_genericpath_toplevel(void)
96594 : : {
96595 : 3091 : genericpath_do_patchups();
96596 : 3091 : return Py_NewRef((PyObject *) &genericpath_toplevel);
96597 : : }
96598 : :
96599 : : static
96600 : : struct {
96601 : : PyASCIIObject _ascii;
96602 : : uint8_t _data[145];
96603 : : }
96604 : : ntpath_toplevel_consts_0 = {
96605 : : ._ascii = {
96606 : : .ob_base = {
96607 : : .ob_refcnt = 999999999,
96608 : : .ob_type = &PyUnicode_Type,
96609 : : },
96610 : : .length = 144,
96611 : : .hash = -1,
96612 : : .state = {
96613 : : .kind = 1,
96614 : : .compact = 1,
96615 : : .ascii = 1,
96616 : : },
96617 : : },
96618 : : ._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",
96619 : : };
96620 : : static
96621 : : struct {
96622 : : PyASCIIObject _ascii;
96623 : : uint8_t _data[3];
96624 : : }
96625 : : ntpath_toplevel_consts_2 = {
96626 : : ._ascii = {
96627 : : .ob_base = {
96628 : : .ob_refcnt = 999999999,
96629 : : .ob_type = &PyUnicode_Type,
96630 : : },
96631 : : .length = 2,
96632 : : .hash = -1,
96633 : : .state = {
96634 : : .kind = 1,
96635 : : .compact = 1,
96636 : : .ascii = 1,
96637 : : },
96638 : : },
96639 : : ._data = "..",
96640 : : };
96641 : : static
96642 : : struct {
96643 : : PyASCIIObject _ascii;
96644 : : uint8_t _data[2];
96645 : : }
96646 : : ntpath_toplevel_consts_4 = {
96647 : : ._ascii = {
96648 : : .ob_base = {
96649 : : .ob_refcnt = 999999999,
96650 : : .ob_type = &PyUnicode_Type,
96651 : : },
96652 : : .length = 1,
96653 : : .hash = -1,
96654 : : .state = {
96655 : : .kind = 1,
96656 : : .compact = 1,
96657 : : .ascii = 1,
96658 : : },
96659 : : },
96660 : : ._data = ";",
96661 : : };
96662 : : static
96663 : : struct {
96664 : : PyASCIIObject _ascii;
96665 : : uint8_t _data[9];
96666 : : }
96667 : : ntpath_toplevel_consts_6 = {
96668 : : ._ascii = {
96669 : : .ob_base = {
96670 : : .ob_refcnt = 999999999,
96671 : : .ob_type = &PyUnicode_Type,
96672 : : },
96673 : : .length = 8,
96674 : : .hash = -1,
96675 : : .state = {
96676 : : .kind = 1,
96677 : : .compact = 1,
96678 : : .ascii = 1,
96679 : : },
96680 : : },
96681 : : ._data = ".;C:\\bin",
96682 : : };
96683 : : static
96684 : : struct {
96685 : : PyASCIIObject _ascii;
96686 : : uint8_t _data[4];
96687 : : }
96688 : : const_str_nul = {
96689 : : ._ascii = {
96690 : : .ob_base = {
96691 : : .ob_refcnt = 999999999,
96692 : : .ob_type = &PyUnicode_Type,
96693 : : },
96694 : : .length = 3,
96695 : : .hash = -1,
96696 : : .state = {
96697 : : .kind = 1,
96698 : : .compact = 1,
96699 : : .ascii = 1,
96700 : : },
96701 : : },
96702 : : ._data = "nul",
96703 : : };
96704 : : static
96705 : : struct {
96706 : : PyASCIIObject _ascii;
96707 : : uint8_t _data[9];
96708 : : }
96709 : : const_str_normcase = {
96710 : : ._ascii = {
96711 : : .ob_base = {
96712 : : .ob_refcnt = 999999999,
96713 : : .ob_type = &PyUnicode_Type,
96714 : : },
96715 : : .length = 8,
96716 : : .hash = -1,
96717 : : .state = {
96718 : : .kind = 1,
96719 : : .compact = 1,
96720 : : .ascii = 1,
96721 : : },
96722 : : },
96723 : : ._data = "normcase",
96724 : : };
96725 : : static
96726 : : struct {
96727 : : PyASCIIObject _ascii;
96728 : : uint8_t _data[6];
96729 : : }
96730 : : const_str_isabs = {
96731 : : ._ascii = {
96732 : : .ob_base = {
96733 : : .ob_refcnt = 999999999,
96734 : : .ob_type = &PyUnicode_Type,
96735 : : },
96736 : : .length = 5,
96737 : : .hash = -1,
96738 : : .state = {
96739 : : .kind = 1,
96740 : : .compact = 1,
96741 : : .ascii = 1,
96742 : : },
96743 : : },
96744 : : ._data = "isabs",
96745 : : };
96746 : : static
96747 : : struct {
96748 : : PyASCIIObject _ascii;
96749 : : uint8_t _data[11];
96750 : : }
96751 : : const_str_splitdrive = {
96752 : : ._ascii = {
96753 : : .ob_base = {
96754 : : .ob_refcnt = 999999999,
96755 : : .ob_type = &PyUnicode_Type,
96756 : : },
96757 : : .length = 10,
96758 : : .hash = -1,
96759 : : .state = {
96760 : : .kind = 1,
96761 : : .compact = 1,
96762 : : .ascii = 1,
96763 : : },
96764 : : },
96765 : : ._data = "splitdrive",
96766 : : };
96767 : : static
96768 : : struct {
96769 : : PyASCIIObject _ascii;
96770 : : uint8_t _data[9];
96771 : : }
96772 : : const_str_splitext = {
96773 : : ._ascii = {
96774 : : .ob_base = {
96775 : : .ob_refcnt = 999999999,
96776 : : .ob_type = &PyUnicode_Type,
96777 : : },
96778 : : .length = 8,
96779 : : .hash = -1,
96780 : : .state = {
96781 : : .kind = 1,
96782 : : .compact = 1,
96783 : : .ascii = 1,
96784 : : },
96785 : : },
96786 : : ._data = "splitext",
96787 : : };
96788 : : static
96789 : : struct {
96790 : : PyASCIIObject _ascii;
96791 : : uint8_t _data[7];
96792 : : }
96793 : : const_str_islink = {
96794 : : ._ascii = {
96795 : : .ob_base = {
96796 : : .ob_refcnt = 999999999,
96797 : : .ob_type = &PyUnicode_Type,
96798 : : },
96799 : : .length = 6,
96800 : : .hash = -1,
96801 : : .state = {
96802 : : .kind = 1,
96803 : : .compact = 1,
96804 : : .ascii = 1,
96805 : : },
96806 : : },
96807 : : ._data = "islink",
96808 : : };
96809 : : static
96810 : : struct {
96811 : : PyASCIIObject _ascii;
96812 : : uint8_t _data[8];
96813 : : }
96814 : : const_str_lexists = {
96815 : : ._ascii = {
96816 : : .ob_base = {
96817 : : .ob_refcnt = 999999999,
96818 : : .ob_type = &PyUnicode_Type,
96819 : : },
96820 : : .length = 7,
96821 : : .hash = -1,
96822 : : .state = {
96823 : : .kind = 1,
96824 : : .compact = 1,
96825 : : .ascii = 1,
96826 : : },
96827 : : },
96828 : : ._data = "lexists",
96829 : : };
96830 : : static
96831 : : struct {
96832 : : PyASCIIObject _ascii;
96833 : : uint8_t _data[8];
96834 : : }
96835 : : const_str_ismount = {
96836 : : ._ascii = {
96837 : : .ob_base = {
96838 : : .ob_refcnt = 999999999,
96839 : : .ob_type = &PyUnicode_Type,
96840 : : },
96841 : : .length = 7,
96842 : : .hash = -1,
96843 : : .state = {
96844 : : .kind = 1,
96845 : : .compact = 1,
96846 : : .ascii = 1,
96847 : : },
96848 : : },
96849 : : ._data = "ismount",
96850 : : };
96851 : : static
96852 : : struct {
96853 : : PyASCIIObject _ascii;
96854 : : uint8_t _data[11];
96855 : : }
96856 : : const_str_expanduser = {
96857 : : ._ascii = {
96858 : : .ob_base = {
96859 : : .ob_refcnt = 999999999,
96860 : : .ob_type = &PyUnicode_Type,
96861 : : },
96862 : : .length = 10,
96863 : : .hash = -1,
96864 : : .state = {
96865 : : .kind = 1,
96866 : : .compact = 1,
96867 : : .ascii = 1,
96868 : : },
96869 : : },
96870 : : ._data = "expanduser",
96871 : : };
96872 : : static
96873 : : struct {
96874 : : PyASCIIObject _ascii;
96875 : : uint8_t _data[11];
96876 : : }
96877 : : const_str_expandvars = {
96878 : : ._ascii = {
96879 : : .ob_base = {
96880 : : .ob_refcnt = 999999999,
96881 : : .ob_type = &PyUnicode_Type,
96882 : : },
96883 : : .length = 10,
96884 : : .hash = -1,
96885 : : .state = {
96886 : : .kind = 1,
96887 : : .compact = 1,
96888 : : .ascii = 1,
96889 : : },
96890 : : },
96891 : : ._data = "expandvars",
96892 : : };
96893 : : static
96894 : : struct {
96895 : : PyASCIIObject _ascii;
96896 : : uint8_t _data[9];
96897 : : }
96898 : : const_str_normpath = {
96899 : : ._ascii = {
96900 : : .ob_base = {
96901 : : .ob_refcnt = 999999999,
96902 : : .ob_type = &PyUnicode_Type,
96903 : : },
96904 : : .length = 8,
96905 : : .hash = -1,
96906 : : .state = {
96907 : : .kind = 1,
96908 : : .compact = 1,
96909 : : .ascii = 1,
96910 : : },
96911 : : },
96912 : : ._data = "normpath",
96913 : : };
96914 : : static
96915 : : struct {
96916 : : PyASCIIObject _ascii;
96917 : : uint8_t _data[8];
96918 : : }
96919 : : const_str_abspath = {
96920 : : ._ascii = {
96921 : : .ob_base = {
96922 : : .ob_refcnt = 999999999,
96923 : : .ob_type = &PyUnicode_Type,
96924 : : },
96925 : : .length = 7,
96926 : : .hash = -1,
96927 : : .state = {
96928 : : .kind = 1,
96929 : : .compact = 1,
96930 : : .ascii = 1,
96931 : : },
96932 : : },
96933 : : ._data = "abspath",
96934 : : };
96935 : : static
96936 : : struct {
96937 : : PyASCIIObject _ascii;
96938 : : uint8_t _data[7];
96939 : : }
96940 : : const_str_curdir = {
96941 : : ._ascii = {
96942 : : .ob_base = {
96943 : : .ob_refcnt = 999999999,
96944 : : .ob_type = &PyUnicode_Type,
96945 : : },
96946 : : .length = 6,
96947 : : .hash = -1,
96948 : : .state = {
96949 : : .kind = 1,
96950 : : .compact = 1,
96951 : : .ascii = 1,
96952 : : },
96953 : : },
96954 : : ._data = "curdir",
96955 : : };
96956 : : static
96957 : : struct {
96958 : : PyASCIIObject _ascii;
96959 : : uint8_t _data[7];
96960 : : }
96961 : : const_str_pardir = {
96962 : : ._ascii = {
96963 : : .ob_base = {
96964 : : .ob_refcnt = 999999999,
96965 : : .ob_type = &PyUnicode_Type,
96966 : : },
96967 : : .length = 6,
96968 : : .hash = -1,
96969 : : .state = {
96970 : : .kind = 1,
96971 : : .compact = 1,
96972 : : .ascii = 1,
96973 : : },
96974 : : },
96975 : : ._data = "pardir",
96976 : : };
96977 : : static
96978 : : struct {
96979 : : PyASCIIObject _ascii;
96980 : : uint8_t _data[8];
96981 : : }
96982 : : const_str_pathsep = {
96983 : : ._ascii = {
96984 : : .ob_base = {
96985 : : .ob_refcnt = 999999999,
96986 : : .ob_type = &PyUnicode_Type,
96987 : : },
96988 : : .length = 7,
96989 : : .hash = -1,
96990 : : .state = {
96991 : : .kind = 1,
96992 : : .compact = 1,
96993 : : .ascii = 1,
96994 : : },
96995 : : },
96996 : : ._data = "pathsep",
96997 : : };
96998 : : static
96999 : : struct {
97000 : : PyASCIIObject _ascii;
97001 : : uint8_t _data[8];
97002 : : }
97003 : : const_str_defpath = {
97004 : : ._ascii = {
97005 : : .ob_base = {
97006 : : .ob_refcnt = 999999999,
97007 : : .ob_type = &PyUnicode_Type,
97008 : : },
97009 : : .length = 7,
97010 : : .hash = -1,
97011 : : .state = {
97012 : : .kind = 1,
97013 : : .compact = 1,
97014 : : .ascii = 1,
97015 : : },
97016 : : },
97017 : : ._data = "defpath",
97018 : : };
97019 : : static
97020 : : struct {
97021 : : PyASCIIObject _ascii;
97022 : : uint8_t _data[8];
97023 : : }
97024 : : const_str_devnull = {
97025 : : ._ascii = {
97026 : : .ob_base = {
97027 : : .ob_refcnt = 999999999,
97028 : : .ob_type = &PyUnicode_Type,
97029 : : },
97030 : : .length = 7,
97031 : : .hash = -1,
97032 : : .state = {
97033 : : .kind = 1,
97034 : : .compact = 1,
97035 : : .ascii = 1,
97036 : : },
97037 : : },
97038 : : ._data = "devnull",
97039 : : };
97040 : : static
97041 : : struct {
97042 : : PyASCIIObject _ascii;
97043 : : uint8_t _data[9];
97044 : : }
97045 : : const_str_realpath = {
97046 : : ._ascii = {
97047 : : .ob_base = {
97048 : : .ob_refcnt = 999999999,
97049 : : .ob_type = &PyUnicode_Type,
97050 : : },
97051 : : .length = 8,
97052 : : .hash = -1,
97053 : : .state = {
97054 : : .kind = 1,
97055 : : .compact = 1,
97056 : : .ascii = 1,
97057 : : },
97058 : : },
97059 : : ._data = "realpath",
97060 : : };
97061 : : static
97062 : : struct {
97063 : : PyASCIIObject _ascii;
97064 : : uint8_t _data[27];
97065 : : }
97066 : : const_str_supports_unicode_filenames = {
97067 : : ._ascii = {
97068 : : .ob_base = {
97069 : : .ob_refcnt = 999999999,
97070 : : .ob_type = &PyUnicode_Type,
97071 : : },
97072 : : .length = 26,
97073 : : .hash = -1,
97074 : : .state = {
97075 : : .kind = 1,
97076 : : .compact = 1,
97077 : : .ascii = 1,
97078 : : },
97079 : : },
97080 : : ._data = "supports_unicode_filenames",
97081 : : };
97082 : : static
97083 : : struct {
97084 : : PyASCIIObject _ascii;
97085 : : uint8_t _data[8];
97086 : : }
97087 : : const_str_relpath = {
97088 : : ._ascii = {
97089 : : .ob_base = {
97090 : : .ob_refcnt = 999999999,
97091 : : .ob_type = &PyUnicode_Type,
97092 : : },
97093 : : .length = 7,
97094 : : .hash = -1,
97095 : : .state = {
97096 : : .kind = 1,
97097 : : .compact = 1,
97098 : : .ascii = 1,
97099 : : },
97100 : : },
97101 : : ._data = "relpath",
97102 : : };
97103 : : static
97104 : : struct {
97105 : : PyASCIIObject _ascii;
97106 : : uint8_t _data[11];
97107 : : }
97108 : : const_str_commonpath = {
97109 : : ._ascii = {
97110 : : .ob_base = {
97111 : : .ob_refcnt = 999999999,
97112 : : .ob_type = &PyUnicode_Type,
97113 : : },
97114 : : .length = 10,
97115 : : .hash = -1,
97116 : : .state = {
97117 : : .kind = 1,
97118 : : .compact = 1,
97119 : : .ascii = 1,
97120 : : },
97121 : : },
97122 : : ._data = "commonpath",
97123 : : };
97124 : : static
97125 : : struct {
97126 : : PyGC_Head _gc_head;
97127 : : struct {
97128 : : PyObject_VAR_HEAD
97129 : : PyObject *ob_item[38];
97130 : : }_object;
97131 : : }
97132 : : ntpath_toplevel_consts_11 = {
97133 : : ._object = {
97134 : : .ob_base = {
97135 : : .ob_base = {
97136 : : .ob_refcnt = 999999999,
97137 : : .ob_type = &PyTuple_Type,
97138 : : },
97139 : : .ob_size = 38,
97140 : : },
97141 : : .ob_item = {
97142 : : & const_str_normcase._ascii.ob_base,
97143 : : & const_str_isabs._ascii.ob_base,
97144 : : &_Py_ID(join),
97145 : : & const_str_splitdrive._ascii.ob_base,
97146 : : & const_str_split._ascii.ob_base,
97147 : : & const_str_splitext._ascii.ob_base,
97148 : : & const_str_basename._ascii.ob_base,
97149 : : & const_str_dirname._ascii.ob_base,
97150 : : & const_str_commonprefix._ascii.ob_base,
97151 : : & const_str_getsize._ascii.ob_base,
97152 : : & const_str_getmtime._ascii.ob_base,
97153 : : & const_str_getatime._ascii.ob_base,
97154 : : & const_str_getctime._ascii.ob_base,
97155 : : & const_str_islink._ascii.ob_base,
97156 : : & const_str_exists._ascii.ob_base,
97157 : : & const_str_lexists._ascii.ob_base,
97158 : : & const_str_isdir._ascii.ob_base,
97159 : : & const_str_isfile._ascii.ob_base,
97160 : : & const_str_ismount._ascii.ob_base,
97161 : : & const_str_expanduser._ascii.ob_base,
97162 : : & const_str_expandvars._ascii.ob_base,
97163 : : & const_str_normpath._ascii.ob_base,
97164 : : & const_str_abspath._ascii.ob_base,
97165 : : & const_str_curdir._ascii.ob_base,
97166 : : & const_str_pardir._ascii.ob_base,
97167 : : & const_str_sep._ascii.ob_base,
97168 : : & const_str_pathsep._ascii.ob_base,
97169 : : & const_str_defpath._ascii.ob_base,
97170 : : & const_str_altsep._ascii.ob_base,
97171 : : & const_str_extsep._ascii.ob_base,
97172 : : & const_str_devnull._ascii.ob_base,
97173 : : & const_str_realpath._ascii.ob_base,
97174 : : & const_str_supports_unicode_filenames._ascii.ob_base,
97175 : : & const_str_relpath._ascii.ob_base,
97176 : : & const_str_samefile._ascii.ob_base,
97177 : : & const_str_sameopenfile._ascii.ob_base,
97178 : : & const_str_samestat._ascii.ob_base,
97179 : : & const_str_commonpath._ascii.ob_base,
97180 : : },
97181 : : },
97182 : : };
97183 : : static
97184 : : struct {
97185 : : PyObject_VAR_HEAD
97186 : : Py_hash_t ob_shash;
97187 : : char ob_sval[3];
97188 : : }
97189 : : ntpath_toplevel_consts_12_consts_1 = {
97190 : : .ob_base = {
97191 : : .ob_base = {
97192 : : .ob_refcnt = 999999999,
97193 : : .ob_type = &PyBytes_Type,
97194 : : },
97195 : : .ob_size = 2,
97196 : : },
97197 : : .ob_shash = -1,
97198 : : .ob_sval = "\\/",
97199 : : };
97200 : : static
97201 : : struct {
97202 : : PyASCIIObject _ascii;
97203 : : uint8_t _data[3];
97204 : : }
97205 : : ntpath_toplevel_consts_12_consts_2 = {
97206 : : ._ascii = {
97207 : : .ob_base = {
97208 : : .ob_refcnt = 999999999,
97209 : : .ob_type = &PyUnicode_Type,
97210 : : },
97211 : : .length = 2,
97212 : : .hash = -1,
97213 : : .state = {
97214 : : .kind = 1,
97215 : : .compact = 1,
97216 : : .ascii = 1,
97217 : : },
97218 : : },
97219 : : ._data = "\\/",
97220 : : };
97221 : : static
97222 : : struct {
97223 : : PyGC_Head _gc_head;
97224 : : struct {
97225 : : PyObject_VAR_HEAD
97226 : : PyObject *ob_item[3];
97227 : : }_object;
97228 : : }
97229 : : ntpath_toplevel_consts_12_consts = {
97230 : : ._object = {
97231 : : .ob_base = {
97232 : : .ob_base = {
97233 : : .ob_refcnt = 999999999,
97234 : : .ob_type = &PyTuple_Type,
97235 : : },
97236 : : .ob_size = 3,
97237 : : },
97238 : : .ob_item = {
97239 : : Py_None,
97240 : : & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
97241 : : & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
97242 : : },
97243 : : },
97244 : : };
97245 : : static
97246 : : struct {
97247 : : PyGC_Head _gc_head;
97248 : : struct {
97249 : : PyObject_VAR_HEAD
97250 : : PyObject *ob_item[2];
97251 : : }_object;
97252 : : }
97253 : : ntpath_toplevel_consts_12_names = {
97254 : : ._object = {
97255 : : .ob_base = {
97256 : : .ob_base = {
97257 : : .ob_refcnt = 999999999,
97258 : : .ob_type = &PyTuple_Type,
97259 : : },
97260 : : .ob_size = 2,
97261 : : },
97262 : : .ob_item = {
97263 : : &_Py_ID(isinstance),
97264 : : & const_str_bytes._ascii.ob_base,
97265 : : },
97266 : : },
97267 : : };
97268 : : static
97269 : : struct {
97270 : : PyASCIIObject _ascii;
97271 : : uint8_t _data[16];
97272 : : }
97273 : : ntpath_toplevel_consts_12_filename = {
97274 : : ._ascii = {
97275 : : .ob_base = {
97276 : : .ob_refcnt = 999999999,
97277 : : .ob_type = &PyUnicode_Type,
97278 : : },
97279 : : .length = 15,
97280 : : .hash = -1,
97281 : : .state = {
97282 : : .kind = 1,
97283 : : .compact = 1,
97284 : : .ascii = 1,
97285 : : },
97286 : : },
97287 : : ._data = "<frozen ntpath>",
97288 : : };
97289 : : static
97290 : : struct {
97291 : : PyASCIIObject _ascii;
97292 : : uint8_t _data[14];
97293 : : }
97294 : : const_str__get_bothseps = {
97295 : : ._ascii = {
97296 : : .ob_base = {
97297 : : .ob_refcnt = 999999999,
97298 : : .ob_type = &PyUnicode_Type,
97299 : : },
97300 : : .length = 13,
97301 : : .hash = -1,
97302 : : .state = {
97303 : : .kind = 1,
97304 : : .compact = 1,
97305 : : .ascii = 1,
97306 : : },
97307 : : },
97308 : : ._data = "_get_bothseps",
97309 : : };
97310 : : static
97311 : : struct {
97312 : : PyObject_VAR_HEAD
97313 : : Py_hash_t ob_shash;
97314 : : char ob_sval[28];
97315 : : }
97316 : : ntpath_toplevel_consts_12_linetable = {
97317 : : .ob_base = {
97318 : : .ob_base = {
97319 : : .ob_refcnt = 999999999,
97320 : : .ob_type = &PyBytes_Type,
97321 : : },
97322 : : .ob_size = 27,
97323 : : },
97324 : : .ob_shash = -1,
97325 : : .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x15\xd8\x0f\x15\x88\x76\xe0\x0f\x14\x88\x75",
97326 : : };
97327 : : static
97328 : : struct _PyCode_DEF(48)
97329 : : ntpath_toplevel_consts_12 = {
97330 : : .ob_base = {
97331 : : .ob_base = {
97332 : : .ob_refcnt = 999999999,
97333 : : .ob_type = &PyCode_Type,
97334 : : },
97335 : : .ob_size = 24,
97336 : : },
97337 : : .co_consts = & ntpath_toplevel_consts_12_consts._object.ob_base.ob_base,
97338 : : .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
97339 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97340 : : .co_flags = 3,
97341 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97342 : : ._co_linearray_entry_size = 0,
97343 : : .co_argcount = 1,
97344 : : .co_posonlyargcount = 0,
97345 : : .co_kwonlyargcount = 0,
97346 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
97347 : : .co_stacksize = 4,
97348 : : .co_firstlineno = 35,
97349 : : .co_nlocalsplus = 1,
97350 : : .co_nlocals = 1,
97351 : : .co_nplaincellvars = 0,
97352 : : .co_ncellvars = 0,
97353 : : .co_nfreevars = 0,
97354 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
97355 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
97356 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
97357 : : .co_name = & const_str__get_bothseps._ascii.ob_base,
97358 : : .co_qualname = & const_str__get_bothseps._ascii.ob_base,
97359 : : .co_linetable = & ntpath_toplevel_consts_12_linetable.ob_base.ob_base,
97360 : : ._co_code = NULL,
97361 : : ._co_linearray = NULL,
97362 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
97363 : : ._co_firsttraceable = 0,
97364 : : };
97365 : : static
97366 : : struct {
97367 : : PyASCIIObject _ascii;
97368 : : uint8_t _data[14];
97369 : : }
97370 : : const_str_LCMapStringEx = {
97371 : : ._ascii = {
97372 : : .ob_base = {
97373 : : .ob_refcnt = 999999999,
97374 : : .ob_type = &PyUnicode_Type,
97375 : : },
97376 : : .length = 13,
97377 : : .hash = -1,
97378 : : .state = {
97379 : : .kind = 1,
97380 : : .compact = 1,
97381 : : .ascii = 1,
97382 : : },
97383 : : },
97384 : : ._data = "LCMapStringEx",
97385 : : };
97386 : : static
97387 : : struct {
97388 : : PyASCIIObject _ascii;
97389 : : uint8_t _data[22];
97390 : : }
97391 : : const_str_LOCALE_NAME_INVARIANT = {
97392 : : ._ascii = {
97393 : : .ob_base = {
97394 : : .ob_refcnt = 999999999,
97395 : : .ob_type = &PyUnicode_Type,
97396 : : },
97397 : : .length = 21,
97398 : : .hash = -1,
97399 : : .state = {
97400 : : .kind = 1,
97401 : : .compact = 1,
97402 : : .ascii = 1,
97403 : : },
97404 : : },
97405 : : ._data = "LOCALE_NAME_INVARIANT",
97406 : : };
97407 : : static
97408 : : struct {
97409 : : PyASCIIObject _ascii;
97410 : : uint8_t _data[16];
97411 : : }
97412 : : const_str_LCMAP_LOWERCASE = {
97413 : : ._ascii = {
97414 : : .ob_base = {
97415 : : .ob_refcnt = 999999999,
97416 : : .ob_type = &PyUnicode_Type,
97417 : : },
97418 : : .length = 15,
97419 : : .hash = -1,
97420 : : .state = {
97421 : : .kind = 1,
97422 : : .compact = 1,
97423 : : .ascii = 1,
97424 : : },
97425 : : },
97426 : : ._data = "LCMAP_LOWERCASE",
97427 : : };
97428 : : static
97429 : : struct {
97430 : : PyGC_Head _gc_head;
97431 : : struct {
97432 : : PyObject_VAR_HEAD
97433 : : PyObject *ob_item[3];
97434 : : }_object;
97435 : : }
97436 : : ntpath_toplevel_consts_13 = {
97437 : : ._object = {
97438 : : .ob_base = {
97439 : : .ob_base = {
97440 : : .ob_refcnt = 999999999,
97441 : : .ob_type = &PyTuple_Type,
97442 : : },
97443 : : .ob_size = 3,
97444 : : },
97445 : : .ob_item = {
97446 : : & const_str_LCMapStringEx._ascii.ob_base,
97447 : : & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
97448 : : & const_str_LCMAP_LOWERCASE._ascii.ob_base,
97449 : : },
97450 : : },
97451 : : };
97452 : : static
97453 : : struct {
97454 : : PyASCIIObject _ascii;
97455 : : uint8_t _data[111];
97456 : : }
97457 : : ntpath_toplevel_consts_14_consts_0 = {
97458 : : ._ascii = {
97459 : : .ob_base = {
97460 : : .ob_refcnt = 999999999,
97461 : : .ob_type = &PyUnicode_Type,
97462 : : },
97463 : : .length = 110,
97464 : : .hash = -1,
97465 : : .state = {
97466 : : .kind = 1,
97467 : : .compact = 1,
97468 : : .ascii = 1,
97469 : : },
97470 : : },
97471 : : ._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",
97472 : : };
97473 : : static
97474 : : struct {
97475 : : PyASCIIObject _ascii;
97476 : : uint8_t _data[16];
97477 : : }
97478 : : const_str_surrogateescape = {
97479 : : ._ascii = {
97480 : : .ob_base = {
97481 : : .ob_refcnt = 999999999,
97482 : : .ob_type = &PyUnicode_Type,
97483 : : },
97484 : : .length = 15,
97485 : : .hash = -1,
97486 : : .state = {
97487 : : .kind = 1,
97488 : : .compact = 1,
97489 : : .ascii = 1,
97490 : : },
97491 : : },
97492 : : ._data = "surrogateescape",
97493 : : };
97494 : : static
97495 : : struct {
97496 : : PyGC_Head _gc_head;
97497 : : struct {
97498 : : PyObject_VAR_HEAD
97499 : : PyObject *ob_item[4];
97500 : : }_object;
97501 : : }
97502 : : ntpath_toplevel_consts_14_consts = {
97503 : : ._object = {
97504 : : .ob_base = {
97505 : : .ob_base = {
97506 : : .ob_refcnt = 999999999,
97507 : : .ob_type = &PyTuple_Type,
97508 : : },
97509 : : .ob_size = 4,
97510 : : },
97511 : : .ob_item = {
97512 : : & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
97513 : : & const_str_surrogateescape._ascii.ob_base,
97514 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
97515 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
97516 : : },
97517 : : },
97518 : : };
97519 : : static
97520 : : struct {
97521 : : PyASCIIObject _ascii;
97522 : : uint8_t _data[22];
97523 : : }
97524 : : const_str_getfilesystemencoding = {
97525 : : ._ascii = {
97526 : : .ob_base = {
97527 : : .ob_refcnt = 999999999,
97528 : : .ob_type = &PyUnicode_Type,
97529 : : },
97530 : : .length = 21,
97531 : : .hash = -1,
97532 : : .state = {
97533 : : .kind = 1,
97534 : : .compact = 1,
97535 : : .ascii = 1,
97536 : : },
97537 : : },
97538 : : ._data = "getfilesystemencoding",
97539 : : };
97540 : : static
97541 : : struct {
97542 : : PyASCIIObject _ascii;
97543 : : uint8_t _data[15];
97544 : : }
97545 : : const_str__LCMapStringEx = {
97546 : : ._ascii = {
97547 : : .ob_base = {
97548 : : .ob_refcnt = 999999999,
97549 : : .ob_type = &PyUnicode_Type,
97550 : : },
97551 : : .length = 14,
97552 : : .hash = -1,
97553 : : .state = {
97554 : : .kind = 1,
97555 : : .compact = 1,
97556 : : .ascii = 1,
97557 : : },
97558 : : },
97559 : : ._data = "_LCMapStringEx",
97560 : : };
97561 : : static
97562 : : struct {
97563 : : PyASCIIObject _ascii;
97564 : : uint8_t _data[23];
97565 : : }
97566 : : const_str__LOCALE_NAME_INVARIANT = {
97567 : : ._ascii = {
97568 : : .ob_base = {
97569 : : .ob_refcnt = 999999999,
97570 : : .ob_type = &PyUnicode_Type,
97571 : : },
97572 : : .length = 22,
97573 : : .hash = -1,
97574 : : .state = {
97575 : : .kind = 1,
97576 : : .compact = 1,
97577 : : .ascii = 1,
97578 : : },
97579 : : },
97580 : : ._data = "_LOCALE_NAME_INVARIANT",
97581 : : };
97582 : : static
97583 : : struct {
97584 : : PyASCIIObject _ascii;
97585 : : uint8_t _data[17];
97586 : : }
97587 : : const_str__LCMAP_LOWERCASE = {
97588 : : ._ascii = {
97589 : : .ob_base = {
97590 : : .ob_refcnt = 999999999,
97591 : : .ob_type = &PyUnicode_Type,
97592 : : },
97593 : : .length = 16,
97594 : : .hash = -1,
97595 : : .state = {
97596 : : .kind = 1,
97597 : : .compact = 1,
97598 : : .ascii = 1,
97599 : : },
97600 : : },
97601 : : ._data = "_LCMAP_LOWERCASE",
97602 : : };
97603 : : static
97604 : : struct {
97605 : : PyGC_Head _gc_head;
97606 : : struct {
97607 : : PyObject_VAR_HEAD
97608 : : PyObject *ob_item[12];
97609 : : }_object;
97610 : : }
97611 : : ntpath_toplevel_consts_14_names = {
97612 : : ._object = {
97613 : : .ob_base = {
97614 : : .ob_base = {
97615 : : .ob_refcnt = 999999999,
97616 : : .ob_type = &PyTuple_Type,
97617 : : },
97618 : : .ob_size = 12,
97619 : : },
97620 : : .ob_item = {
97621 : : & const_str_os._ascii.ob_base,
97622 : : & const_str_fspath._ascii.ob_base,
97623 : : &_Py_ID(isinstance),
97624 : : & const_str_bytes._ascii.ob_base,
97625 : : & const_str_sys._ascii.ob_base,
97626 : : & const_str_getfilesystemencoding._ascii.ob_base,
97627 : : &_Py_ID(decode),
97628 : : &_Py_ID(replace),
97629 : : & const_str__LCMapStringEx._ascii.ob_base,
97630 : : & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
97631 : : & const_str__LCMAP_LOWERCASE._ascii.ob_base,
97632 : : &_Py_ID(encode),
97633 : : },
97634 : : },
97635 : : };
97636 : : static
97637 : : struct {
97638 : : PyObject_VAR_HEAD
97639 : : Py_hash_t ob_shash;
97640 : : char ob_sval[159];
97641 : : }
97642 : : ntpath_toplevel_consts_14_linetable = {
97643 : : .ob_base = {
97644 : : .ob_base = {
97645 : : .ob_refcnt = 999999999,
97646 : : .ob_type = &PyBytes_Type,
97647 : : },
97648 : : .ob_size = 158,
97649 : : },
97650 : : .ob_shash = -1,
97651 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x16\x8f\x49\x89\x49\x90\x61\x8c\x4c\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x15\xd8\x13\x14\x88\x48\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x09\x09\x38\xdd\x17\x30\xd7\x17\x30\xd1\x17\x30\xd4\x17\x32\x88\x48\xd8\x10\x11\x97\x08\x91\x08\x98\x18\xd0\x23\x34\xd4\x10\x35\xd7\x10\x3d\xd1\x10\x3d\xb8\x63\xc0\x34\xd4\x10\x48\x88\x41\xdd\x10\x1e\xd5\x1f\x35\xdd\x1f\x2f\xb0\x11\xf4\x03\x01\x11\x34\x88\x41\xe0\x13\x14\x97\x38\x91\x38\x98\x48\xd0\x26\x37\xd4\x13\x38\xd0\x0c\x38\xe5\x13\x21\xd5\x22\x38\xdd\x22\x32\xd8\x22\x23\xa7\x29\xa1\x29\xa8\x43\xb0\x14\xd4\x22\x36\xf4\x05\x02\x14\x38\xf0\x00\x02\x0d\x38",
97652 : : };
97653 : : static
97654 : : struct {
97655 : : PyGC_Head _gc_head;
97656 : : struct {
97657 : : PyObject_VAR_HEAD
97658 : : PyObject *ob_item[2];
97659 : : }_object;
97660 : : }
97661 : : ntpath_toplevel_consts_14_localsplusnames = {
97662 : : ._object = {
97663 : : .ob_base = {
97664 : : .ob_base = {
97665 : : .ob_refcnt = 999999999,
97666 : : .ob_type = &PyTuple_Type,
97667 : : },
97668 : : .ob_size = 2,
97669 : : },
97670 : : .ob_item = {
97671 : : & const_str_s._ascii.ob_base,
97672 : : &_Py_ID(encoding),
97673 : : },
97674 : : },
97675 : : };
97676 : : static
97677 : : struct _PyCode_DEF(382)
97678 : : ntpath_toplevel_consts_14 = {
97679 : : .ob_base = {
97680 : : .ob_base = {
97681 : : .ob_refcnt = 999999999,
97682 : : .ob_type = &PyCode_Type,
97683 : : },
97684 : : .ob_size = 191,
97685 : : },
97686 : : .co_consts = & ntpath_toplevel_consts_14_consts._object.ob_base.ob_base,
97687 : : .co_names = & ntpath_toplevel_consts_14_names._object.ob_base.ob_base,
97688 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97689 : : .co_flags = 3,
97690 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97691 : : ._co_linearray_entry_size = 0,
97692 : : .co_argcount = 1,
97693 : : .co_posonlyargcount = 0,
97694 : : .co_kwonlyargcount = 0,
97695 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
97696 : : .co_stacksize = 8,
97697 : : .co_firstlineno = 51,
97698 : : .co_nlocalsplus = 2,
97699 : : .co_nlocals = 2,
97700 : : .co_nplaincellvars = 0,
97701 : : .co_ncellvars = 0,
97702 : : .co_nfreevars = 0,
97703 : : .co_localsplusnames = & ntpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
97704 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
97705 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
97706 : : .co_name = & const_str_normcase._ascii.ob_base,
97707 : : .co_qualname = & const_str_normcase._ascii.ob_base,
97708 : : .co_linetable = & ntpath_toplevel_consts_14_linetable.ob_base.ob_base,
97709 : : ._co_code = NULL,
97710 : : ._co_linearray = NULL,
97711 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x73\x02\x7c\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x66\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
97712 : : ._co_firsttraceable = 0,
97713 : : };
97714 : : static
97715 : : struct {
97716 : : PyGC_Head _gc_head;
97717 : : struct {
97718 : : PyObject_VAR_HEAD
97719 : : PyObject *ob_item[3];
97720 : : }_object;
97721 : : }
97722 : : ntpath_toplevel_consts_15_consts = {
97723 : : ._object = {
97724 : : .ob_base = {
97725 : : .ob_base = {
97726 : : .ob_refcnt = 999999999,
97727 : : .ob_type = &PyTuple_Type,
97728 : : },
97729 : : .ob_size = 3,
97730 : : },
97731 : : .ob_item = {
97732 : : & ntpath_toplevel_consts_14_consts_0._ascii.ob_base,
97733 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
97734 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
97735 : : },
97736 : : },
97737 : : };
97738 : : static
97739 : : struct {
97740 : : PyASCIIObject _ascii;
97741 : : uint8_t _data[9];
97742 : : }
97743 : : const_str_fsencode = {
97744 : : ._ascii = {
97745 : : .ob_base = {
97746 : : .ob_refcnt = 999999999,
97747 : : .ob_type = &PyUnicode_Type,
97748 : : },
97749 : : .length = 8,
97750 : : .hash = -1,
97751 : : .state = {
97752 : : .kind = 1,
97753 : : .compact = 1,
97754 : : .ascii = 1,
97755 : : },
97756 : : },
97757 : : ._data = "fsencode",
97758 : : };
97759 : : static
97760 : : struct {
97761 : : PyASCIIObject _ascii;
97762 : : uint8_t _data[9];
97763 : : }
97764 : : const_str_fsdecode = {
97765 : : ._ascii = {
97766 : : .ob_base = {
97767 : : .ob_refcnt = 999999999,
97768 : : .ob_type = &PyUnicode_Type,
97769 : : },
97770 : : .length = 8,
97771 : : .hash = -1,
97772 : : .state = {
97773 : : .kind = 1,
97774 : : .compact = 1,
97775 : : .ascii = 1,
97776 : : },
97777 : : },
97778 : : ._data = "fsdecode",
97779 : : };
97780 : : static
97781 : : struct {
97782 : : PyGC_Head _gc_head;
97783 : : struct {
97784 : : PyObject_VAR_HEAD
97785 : : PyObject *ob_item[8];
97786 : : }_object;
97787 : : }
97788 : : ntpath_toplevel_consts_15_names = {
97789 : : ._object = {
97790 : : .ob_base = {
97791 : : .ob_base = {
97792 : : .ob_refcnt = 999999999,
97793 : : .ob_type = &PyTuple_Type,
97794 : : },
97795 : : .ob_size = 8,
97796 : : },
97797 : : .ob_item = {
97798 : : & const_str_os._ascii.ob_base,
97799 : : & const_str_fspath._ascii.ob_base,
97800 : : &_Py_ID(isinstance),
97801 : : & const_str_bytes._ascii.ob_base,
97802 : : & const_str_fsencode._ascii.ob_base,
97803 : : & const_str_fsdecode._ascii.ob_base,
97804 : : &_Py_ID(replace),
97805 : : & const_str_lower._ascii.ob_base,
97806 : : },
97807 : : },
97808 : : };
97809 : : static
97810 : : struct {
97811 : : PyObject_VAR_HEAD
97812 : : Py_hash_t ob_shash;
97813 : : char ob_sval[105];
97814 : : }
97815 : : ntpath_toplevel_consts_15_linetable = {
97816 : : .ob_base = {
97817 : : .ob_base = {
97818 : : .ob_refcnt = 999999999,
97819 : : .ob_type = &PyBytes_Type,
97820 : : },
97821 : : .ob_size = 104,
97822 : : },
97823 : : .ob_shash = -1,
97824 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x0d\x16\x8f\x49\x89\x49\x90\x61\x8c\x4c\x88\x01\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x01\x09\x4a\x01\xdd\x13\x1e\x97\x3b\x91\x3b\x9d\x72\x9f\x7b\x99\x7b\xa8\x31\x9c\x7e\xd7\x1f\x35\xd1\x1f\x35\xb0\x63\xb8\x34\xd4\x1f\x40\xd7\x1f\x46\xd1\x1f\x46\xd4\x1f\x48\xd4\x13\x49\xd0\x0c\x49\xd8\x0f\x10\x8f\x79\x89\x79\x98\x13\x98\x64\xd4\x0f\x23\xd7\x0f\x29\xd1\x0f\x29\xd4\x0f\x2b\xd0\x08\x2b",
97825 : : };
97826 : : static
97827 : : struct {
97828 : : PyGC_Head _gc_head;
97829 : : struct {
97830 : : PyObject_VAR_HEAD
97831 : : PyObject *ob_item[1];
97832 : : }_object;
97833 : : }
97834 : : ntpath_toplevel_consts_15_localsplusnames = {
97835 : : ._object = {
97836 : : .ob_base = {
97837 : : .ob_base = {
97838 : : .ob_refcnt = 999999999,
97839 : : .ob_type = &PyTuple_Type,
97840 : : },
97841 : : .ob_size = 1,
97842 : : },
97843 : : .ob_item = {
97844 : : & const_str_s._ascii.ob_base,
97845 : : },
97846 : : },
97847 : : };
97848 : : static
97849 : : struct _PyCode_DEF(306)
97850 : : ntpath_toplevel_consts_15 = {
97851 : : .ob_base = {
97852 : : .ob_base = {
97853 : : .ob_refcnt = 999999999,
97854 : : .ob_type = &PyCode_Type,
97855 : : },
97856 : : .ob_size = 153,
97857 : : },
97858 : : .co_consts = & ntpath_toplevel_consts_15_consts._object.ob_base.ob_base,
97859 : : .co_names = & ntpath_toplevel_consts_15_names._object.ob_base.ob_base,
97860 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
97861 : : .co_flags = 3,
97862 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
97863 : : ._co_linearray_entry_size = 0,
97864 : : .co_argcount = 1,
97865 : : .co_posonlyargcount = 0,
97866 : : .co_kwonlyargcount = 0,
97867 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
97868 : : .co_stacksize = 6,
97869 : : .co_firstlineno = 70,
97870 : : .co_nlocalsplus = 1,
97871 : : .co_nlocals = 1,
97872 : : .co_nplaincellvars = 0,
97873 : : .co_ncellvars = 0,
97874 : : .co_nfreevars = 0,
97875 : : .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
97876 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
97877 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
97878 : : .co_name = & const_str_normcase._ascii.ob_base,
97879 : : .co_qualname = & const_str_normcase._ascii.ob_base,
97880 : : .co_linetable = & ntpath_toplevel_consts_15_linetable.ob_base.ob_base,
97881 : : ._co_code = NULL,
97882 : : ._co_linearray = NULL,
97883 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
97884 : : ._co_firsttraceable = 0,
97885 : : };
97886 : : static
97887 : : struct {
97888 : : PyASCIIObject _ascii;
97889 : : uint8_t _data[32];
97890 : : }
97891 : : ntpath_toplevel_consts_16_consts_0 = {
97892 : : ._ascii = {
97893 : : .ob_base = {
97894 : : .ob_refcnt = 999999999,
97895 : : .ob_type = &PyUnicode_Type,
97896 : : },
97897 : : .length = 31,
97898 : : .hash = -1,
97899 : : .state = {
97900 : : .kind = 1,
97901 : : .compact = 1,
97902 : : .ascii = 1,
97903 : : },
97904 : : },
97905 : : ._data = "Test whether a path is absolute",
97906 : : };
97907 : : static
97908 : : struct {
97909 : : PyObject_VAR_HEAD
97910 : : Py_hash_t ob_shash;
97911 : : char ob_sval[5];
97912 : : }
97913 : : ntpath_toplevel_consts_16_consts_3 = {
97914 : : .ob_base = {
97915 : : .ob_base = {
97916 : : .ob_refcnt = 999999999,
97917 : : .ob_type = &PyBytes_Type,
97918 : : },
97919 : : .ob_size = 4,
97920 : : },
97921 : : .ob_shash = -1,
97922 : : .ob_sval = "\\\\?\\",
97923 : : };
97924 : : static
97925 : : struct {
97926 : : PyASCIIObject _ascii;
97927 : : uint8_t _data[5];
97928 : : }
97929 : : ntpath_toplevel_consts_16_consts_7 = {
97930 : : ._ascii = {
97931 : : .ob_base = {
97932 : : .ob_refcnt = 999999999,
97933 : : .ob_type = &PyUnicode_Type,
97934 : : },
97935 : : .length = 4,
97936 : : .hash = -1,
97937 : : .state = {
97938 : : .kind = 1,
97939 : : .compact = 1,
97940 : : .ascii = 1,
97941 : : },
97942 : : },
97943 : : ._data = "\\\\?\\",
97944 : : };
97945 : : static
97946 : : struct {
97947 : : PyGC_Head _gc_head;
97948 : : struct {
97949 : : PyObject_VAR_HEAD
97950 : : PyObject *ob_item[10];
97951 : : }_object;
97952 : : }
97953 : : ntpath_toplevel_consts_16_consts = {
97954 : : ._object = {
97955 : : .ob_base = {
97956 : : .ob_base = {
97957 : : .ob_refcnt = 999999999,
97958 : : .ob_type = &PyTuple_Type,
97959 : : },
97960 : : .ob_size = 10,
97961 : : },
97962 : : .ob_item = {
97963 : : & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
97964 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
97965 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
97966 : : & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
97967 : : Py_True,
97968 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
97969 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
97970 : : & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
97971 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
97972 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
97973 : : },
97974 : : },
97975 : : };
97976 : : static
97977 : : struct {
97978 : : PyGC_Head _gc_head;
97979 : : struct {
97980 : : PyObject_VAR_HEAD
97981 : : PyObject *ob_item[9];
97982 : : }_object;
97983 : : }
97984 : : ntpath_toplevel_consts_16_names = {
97985 : : ._object = {
97986 : : .ob_base = {
97987 : : .ob_base = {
97988 : : .ob_refcnt = 999999999,
97989 : : .ob_type = &PyTuple_Type,
97990 : : },
97991 : : .ob_size = 9,
97992 : : },
97993 : : .ob_item = {
97994 : : & const_str_os._ascii.ob_base,
97995 : : & const_str_fspath._ascii.ob_base,
97996 : : &_Py_ID(isinstance),
97997 : : & const_str_bytes._ascii.ob_base,
97998 : : &_Py_ID(replace),
97999 : : & const_str_startswith._ascii.ob_base,
98000 : : & const_str_splitdrive._ascii.ob_base,
98001 : : &_Py_ID(len),
98002 : : & const_str__get_bothseps._ascii.ob_base,
98003 : : },
98004 : : },
98005 : : };
98006 : : static
98007 : : struct {
98008 : : PyObject_VAR_HEAD
98009 : : Py_hash_t ob_shash;
98010 : : char ob_sval[159];
98011 : : }
98012 : : ntpath_toplevel_consts_16_linetable = {
98013 : : .ob_base = {
98014 : : .ob_base = {
98015 : : .ob_refcnt = 999999999,
98016 : : .ob_type = &PyBytes_Type,
98017 : : },
98018 : : .ob_size = 158,
98019 : : },
98020 : : .ob_shash = -1,
98021 : : .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xf5\x06\x00\x08\x12\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x05\x05\x18\xd8\x0b\x0c\x8f\x39\x89\x39\x90\x54\x98\x35\xd4\x0b\x21\xd7\x0b\x2c\xd1\x0b\x2c\xa8\x5a\xd4\x0b\x38\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xe0\x0b\x0c\x8f\x39\x89\x39\x90\x53\x98\x24\xd4\x0b\x1f\xd7\x0b\x2a\xd1\x0b\x2a\xa8\x39\xd4\x0b\x35\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x08\x12\x90\x31\x8c\x0d\x90\x61\xd4\x08\x18\x80\x41\xdd\x0b\x0e\x88\x71\x8c\x36\x90\x41\x8a\x3a\xd0\x0b\x3b\x98\x21\x98\x41\x9c\x24\xd0\x0b\x3b\xa0\x31\xa0\x51\xa4\x34\xad\x3d\xb8\x11\xd4\x2b\x3b\xd0\x23\x3b\xd0\x04\x3b",
98022 : : };
98023 : : static
98024 : : struct _PyCode_DEF(364)
98025 : : ntpath_toplevel_consts_16 = {
98026 : : .ob_base = {
98027 : : .ob_base = {
98028 : : .ob_refcnt = 999999999,
98029 : : .ob_type = &PyCode_Type,
98030 : : },
98031 : : .ob_size = 182,
98032 : : },
98033 : : .co_consts = & ntpath_toplevel_consts_16_consts._object.ob_base.ob_base,
98034 : : .co_names = & ntpath_toplevel_consts_16_names._object.ob_base.ob_base,
98035 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98036 : : .co_flags = 3,
98037 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98038 : : ._co_linearray_entry_size = 0,
98039 : : .co_argcount = 1,
98040 : : .co_posonlyargcount = 0,
98041 : : .co_kwonlyargcount = 0,
98042 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
98043 : : .co_stacksize = 4,
98044 : : .co_firstlineno = 87,
98045 : : .co_nlocalsplus = 1,
98046 : : .co_nlocals = 1,
98047 : : .co_nplaincellvars = 0,
98048 : : .co_ncellvars = 0,
98049 : : .co_nfreevars = 0,
98050 : : .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
98051 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
98052 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
98053 : : .co_name = & const_str_isabs._ascii.ob_base,
98054 : : .co_qualname = & const_str_isabs._ascii.ob_base,
98055 : : .co_linetable = & ntpath_toplevel_consts_16_linetable.ob_base.ob_base,
98056 : : ._co_code = NULL,
98057 : : ._co_linearray = NULL,
98058 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x25\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x64\x04\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6b\x04\x00\x00\x00\x00\x6f\x1c\x7c\x00\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x14\x7c\x00\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
98059 : : ._co_firsttraceable = 0,
98060 : : };
98061 : : static
98062 : : struct {
98063 : : PyGC_Head _gc_head;
98064 : : struct {
98065 : : PyObject_VAR_HEAD
98066 : : PyObject *ob_item[10];
98067 : : }_object;
98068 : : }
98069 : : ntpath_toplevel_consts_17_consts = {
98070 : : ._object = {
98071 : : .ob_base = {
98072 : : .ob_base = {
98073 : : .ob_refcnt = 999999999,
98074 : : .ob_type = &PyTuple_Type,
98075 : : },
98076 : : .ob_size = 10,
98077 : : },
98078 : : .ob_item = {
98079 : : Py_None,
98080 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
98081 : : & ntpath_toplevel_consts_12_consts_1.ob_base.ob_base,
98082 : : (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
98083 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
98084 : : & ntpath_toplevel_consts_12_consts_2._ascii.ob_base,
98085 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
98086 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
98087 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
98088 : : &_Py_ID(join),
98089 : : },
98090 : : },
98091 : : };
98092 : : static
98093 : : struct {
98094 : : PyASCIIObject _ascii;
98095 : : uint8_t _data[13];
98096 : : }
98097 : : const_str_BytesWarning = {
98098 : : ._ascii = {
98099 : : .ob_base = {
98100 : : .ob_refcnt = 999999999,
98101 : : .ob_type = &PyUnicode_Type,
98102 : : },
98103 : : .length = 12,
98104 : : .hash = -1,
98105 : : .state = {
98106 : : .kind = 1,
98107 : : .compact = 1,
98108 : : .ascii = 1,
98109 : : },
98110 : : },
98111 : : ._data = "BytesWarning",
98112 : : };
98113 : : static
98114 : : struct {
98115 : : PyASCIIObject _ascii;
98116 : : uint8_t _data[12];
98117 : : }
98118 : : const_str_genericpath = {
98119 : : ._ascii = {
98120 : : .ob_base = {
98121 : : .ob_refcnt = 999999999,
98122 : : .ob_type = &PyUnicode_Type,
98123 : : },
98124 : : .length = 11,
98125 : : .hash = -1,
98126 : : .state = {
98127 : : .kind = 1,
98128 : : .compact = 1,
98129 : : .ascii = 1,
98130 : : },
98131 : : },
98132 : : ._data = "genericpath",
98133 : : };
98134 : : static
98135 : : struct {
98136 : : PyGC_Head _gc_head;
98137 : : struct {
98138 : : PyObject_VAR_HEAD
98139 : : PyObject *ob_item[12];
98140 : : }_object;
98141 : : }
98142 : : ntpath_toplevel_consts_17_names = {
98143 : : ._object = {
98144 : : .ob_base = {
98145 : : .ob_base = {
98146 : : .ob_refcnt = 999999999,
98147 : : .ob_type = &PyTuple_Type,
98148 : : },
98149 : : .ob_size = 12,
98150 : : },
98151 : : .ob_item = {
98152 : : & const_str_os._ascii.ob_base,
98153 : : & const_str_fspath._ascii.ob_base,
98154 : : &_Py_ID(isinstance),
98155 : : & const_str_bytes._ascii.ob_base,
98156 : : & const_str_splitdrive._ascii.ob_base,
98157 : : & const_str_map._ascii.ob_base,
98158 : : & const_str_lower._ascii.ob_base,
98159 : : & const_str_TypeError._ascii.ob_base,
98160 : : & const_str_AttributeError._ascii.ob_base,
98161 : : & const_str_BytesWarning._ascii.ob_base,
98162 : : & const_str_genericpath._ascii.ob_base,
98163 : : & const_str__check_arg_types._ascii.ob_base,
98164 : : },
98165 : : },
98166 : : };
98167 : : static
98168 : : struct {
98169 : : PyObject_VAR_HEAD
98170 : : Py_hash_t ob_shash;
98171 : : char ob_sval[456];
98172 : : }
98173 : : ntpath_toplevel_consts_17_linetable = {
98174 : : .ob_base = {
98175 : : .ob_base = {
98176 : : .ob_refcnt = 999999999,
98177 : : .ob_type = &PyBytes_Type,
98178 : : },
98179 : : .ob_size = 455,
98180 : : },
98181 : : .ob_shash = -1,
98182 : : .ob_sval = "\x80\x00\xdd\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x14\xd8\x0e\x13\x88\x03\xd8\x0f\x15\x88\x04\xd8\x10\x14\x88\x05\x88\x05\xe0\x0e\x12\x88\x03\xd8\x0f\x14\x88\x04\xd8\x10\x13\x88\x05\xf0\x02\x1f\x05\x0e\xd8\x0f\x14\xf0\x00\x01\x09\x1b\xd8\x0c\x10\x88\x48\x90\x21\x88\x48\x90\x73\x89\x4e\x88\x4e\xdd\x24\x2e\xa8\x74\xd4\x24\x34\xd1\x08\x21\x88\x0c\x90\x6b\xdd\x11\x14\x95\x52\x97\x59\x91\x59\xa0\x05\xd4\x11\x26\xf0\x00\x13\x09\x2f\xf1\x00\x13\x09\x2f\x88\x41\xdd\x1e\x28\xa8\x11\x9c\x6d\x89\x4f\x88\x47\x90\x56\xd8\x0f\x15\xf0\x00\x0d\x0d\x27\x98\x26\xa0\x11\x9c\x29\xa0\x74\xd0\x1a\x2b\xf0\x00\x0d\x0d\x27\xe0\x13\x1a\xf0\x00\x01\x11\x2b\xa0\x2c\xf0\x00\x01\x11\x2b\xd8\x23\x2a\x90\x4c\xd8\x1e\x24\x90\x0b\xd8\x10\x18\xd8\x11\x18\xf0\x00\x07\x0d\x27\x98\x57\xa8\x0c\xd2\x1d\x34\xf0\x00\x07\x0d\x27\xd8\x13\x1a\x97\x3d\x91\x3d\x94\x3f\xa0\x6c\xd7\x26\x38\xd1\x26\x38\xd4\x26\x3a\xd2\x13\x3a\xf0\x00\x04\x11\x1d\xe0\x23\x2a\x90\x4c\xd8\x22\x28\x90\x4b\xd8\x14\x1c\xe0\x1f\x26\x90\x0c\xe0\x0f\x1a\xf0\x00\x01\x0d\x30\x98\x7b\xa8\x32\x9c\x7f\xb0\x64\xd0\x1f\x3a\xf0\x00\x01\x0d\x30\xd8\x1e\x29\xa8\x43\xd1\x1e\x2f\x90\x0b\xd8\x1a\x25\xa8\x06\xd1\x1a\x2e\x88\x4b\x88\x4b\xe0\x0c\x17\xf0\x00\x02\x09\x34\x98\x4b\xa8\x01\x9c\x4e\xb0\x24\xd0\x1c\x36\xf0\x00\x02\x09\x34\xd8\x0c\x18\xf0\x03\x02\x09\x34\xd8\x1d\x29\xa8\x22\xd0\x1d\x2e\xd0\x1d\x2e\xb0\x25\xd2\x1d\x37\xf0\x03\x02\x09\x34\xe0\x13\x1f\xa0\x23\xd1\x13\x25\xa8\x0b\xd1\x13\x33\xd0\x0c\x33\xd8\x0f\x1b\x98\x6b\xd1\x0f\x29\xd0\x08\x29\xf8\xdd\x0c\x15\x95\x7e\xa5\x7c\xd0\x0b\x34\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x56\xa8\x54\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
98183 : : };
98184 : : static
98185 : : struct {
98186 : : PyObject_VAR_HEAD
98187 : : Py_hash_t ob_shash;
98188 : : char ob_sval[19];
98189 : : }
98190 : : ntpath_toplevel_consts_17_exceptiontable = {
98191 : : .ob_base = {
98192 : : .ob_base = {
98193 : : .ob_refcnt = 999999999,
98194 : : .ob_type = &PyBytes_Type,
98195 : : },
98196 : : .ob_size = 18,
98197 : : },
98198 : : .ob_shash = -1,
98199 : : .ob_sval = "\xb9\x43\x07\x44\x06\x00\xc4\x01\x04\x44\x06\x00\xc4\x06\x31\x44\x37\x03",
98200 : : };
98201 : : static
98202 : : struct {
98203 : : PyASCIIObject _ascii;
98204 : : uint8_t _data[6];
98205 : : }
98206 : : const_str_paths = {
98207 : : ._ascii = {
98208 : : .ob_base = {
98209 : : .ob_refcnt = 999999999,
98210 : : .ob_type = &PyUnicode_Type,
98211 : : },
98212 : : .length = 5,
98213 : : .hash = -1,
98214 : : .state = {
98215 : : .kind = 1,
98216 : : .compact = 1,
98217 : : .ascii = 1,
98218 : : },
98219 : : },
98220 : : ._data = "paths",
98221 : : };
98222 : : static
98223 : : struct {
98224 : : PyASCIIObject _ascii;
98225 : : uint8_t _data[5];
98226 : : }
98227 : : const_str_seps = {
98228 : : ._ascii = {
98229 : : .ob_base = {
98230 : : .ob_refcnt = 999999999,
98231 : : .ob_type = &PyUnicode_Type,
98232 : : },
98233 : : .length = 4,
98234 : : .hash = -1,
98235 : : .state = {
98236 : : .kind = 1,
98237 : : .compact = 1,
98238 : : .ascii = 1,
98239 : : },
98240 : : },
98241 : : ._data = "seps",
98242 : : };
98243 : : static
98244 : : struct {
98245 : : PyASCIIObject _ascii;
98246 : : uint8_t _data[6];
98247 : : }
98248 : : const_str_colon = {
98249 : : ._ascii = {
98250 : : .ob_base = {
98251 : : .ob_refcnt = 999999999,
98252 : : .ob_type = &PyUnicode_Type,
98253 : : },
98254 : : .length = 5,
98255 : : .hash = -1,
98256 : : .state = {
98257 : : .kind = 1,
98258 : : .compact = 1,
98259 : : .ascii = 1,
98260 : : },
98261 : : },
98262 : : ._data = "colon",
98263 : : };
98264 : : static
98265 : : struct {
98266 : : PyASCIIObject _ascii;
98267 : : uint8_t _data[13];
98268 : : }
98269 : : const_str_result_drive = {
98270 : : ._ascii = {
98271 : : .ob_base = {
98272 : : .ob_refcnt = 999999999,
98273 : : .ob_type = &PyUnicode_Type,
98274 : : },
98275 : : .length = 12,
98276 : : .hash = -1,
98277 : : .state = {
98278 : : .kind = 1,
98279 : : .compact = 1,
98280 : : .ascii = 1,
98281 : : },
98282 : : },
98283 : : ._data = "result_drive",
98284 : : };
98285 : : static
98286 : : struct {
98287 : : PyASCIIObject _ascii;
98288 : : uint8_t _data[12];
98289 : : }
98290 : : const_str_result_path = {
98291 : : ._ascii = {
98292 : : .ob_base = {
98293 : : .ob_refcnt = 999999999,
98294 : : .ob_type = &PyUnicode_Type,
98295 : : },
98296 : : .length = 11,
98297 : : .hash = -1,
98298 : : .state = {
98299 : : .kind = 1,
98300 : : .compact = 1,
98301 : : .ascii = 1,
98302 : : },
98303 : : },
98304 : : ._data = "result_path",
98305 : : };
98306 : : static
98307 : : struct {
98308 : : PyASCIIObject _ascii;
98309 : : uint8_t _data[8];
98310 : : }
98311 : : const_str_p_drive = {
98312 : : ._ascii = {
98313 : : .ob_base = {
98314 : : .ob_refcnt = 999999999,
98315 : : .ob_type = &PyUnicode_Type,
98316 : : },
98317 : : .length = 7,
98318 : : .hash = -1,
98319 : : .state = {
98320 : : .kind = 1,
98321 : : .compact = 1,
98322 : : .ascii = 1,
98323 : : },
98324 : : },
98325 : : ._data = "p_drive",
98326 : : };
98327 : : static
98328 : : struct {
98329 : : PyASCIIObject _ascii;
98330 : : uint8_t _data[7];
98331 : : }
98332 : : const_str_p_path = {
98333 : : ._ascii = {
98334 : : .ob_base = {
98335 : : .ob_refcnt = 999999999,
98336 : : .ob_type = &PyUnicode_Type,
98337 : : },
98338 : : .length = 6,
98339 : : .hash = -1,
98340 : : .state = {
98341 : : .kind = 1,
98342 : : .compact = 1,
98343 : : .ascii = 1,
98344 : : },
98345 : : },
98346 : : ._data = "p_path",
98347 : : };
98348 : : static
98349 : : struct {
98350 : : PyGC_Head _gc_head;
98351 : : struct {
98352 : : PyObject_VAR_HEAD
98353 : : PyObject *ob_item[10];
98354 : : }_object;
98355 : : }
98356 : : ntpath_toplevel_consts_17_localsplusnames = {
98357 : : ._object = {
98358 : : .ob_base = {
98359 : : .ob_base = {
98360 : : .ob_refcnt = 999999999,
98361 : : .ob_type = &PyTuple_Type,
98362 : : },
98363 : : .ob_size = 10,
98364 : : },
98365 : : .ob_item = {
98366 : : &_Py_ID(path),
98367 : : & const_str_paths._ascii.ob_base,
98368 : : & const_str_sep._ascii.ob_base,
98369 : : & const_str_seps._ascii.ob_base,
98370 : : & const_str_colon._ascii.ob_base,
98371 : : & const_str_result_drive._ascii.ob_base,
98372 : : & const_str_result_path._ascii.ob_base,
98373 : : & const_str_p._ascii.ob_base,
98374 : : & const_str_p_drive._ascii.ob_base,
98375 : : & const_str_p_path._ascii.ob_base,
98376 : : },
98377 : : },
98378 : : };
98379 : : static
98380 : : struct _PyCode_DEF(628)
98381 : : ntpath_toplevel_consts_17 = {
98382 : : .ob_base = {
98383 : : .ob_base = {
98384 : : .ob_refcnt = 999999999,
98385 : : .ob_type = &PyCode_Type,
98386 : : },
98387 : : .ob_size = 314,
98388 : : },
98389 : : .co_consts = & ntpath_toplevel_consts_17_consts._object.ob_base.ob_base,
98390 : : .co_names = & ntpath_toplevel_consts_17_names._object.ob_base.ob_base,
98391 : : .co_exceptiontable = & ntpath_toplevel_consts_17_exceptiontable.ob_base.ob_base,
98392 : : .co_flags = 7,
98393 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98394 : : ._co_linearray_entry_size = 0,
98395 : : .co_argcount = 1,
98396 : : .co_posonlyargcount = 0,
98397 : : .co_kwonlyargcount = 0,
98398 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
98399 : : .co_stacksize = 5,
98400 : : .co_firstlineno = 103,
98401 : : .co_nlocalsplus = 10,
98402 : : .co_nlocals = 10,
98403 : : .co_nplaincellvars = 0,
98404 : : .co_ncellvars = 0,
98405 : : .co_nfreevars = 0,
98406 : : .co_localsplusnames = & ntpath_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
98407 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
98408 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
98409 : : .co_name = &_Py_ID(join),
98410 : : .co_qualname = &_Py_ID(join),
98411 : : .co_linetable = & ntpath_toplevel_consts_17_linetable.ob_base.ob_base,
98412 : : ._co_code = NULL,
98413 : : ._co_linearray = NULL,
98414 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x6e\x06\x64\x04\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x09\x00\x7c\x01\x73\x08\x7c\x00\x64\x00\x64\x07\x1a\x00\x7c\x02\x7a\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x05\x7d\x06\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x70\x00\x00\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x08\x7d\x09\x7c\x09\x72\x13\x7c\x09\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x00\x72\x09\x7c\x08\x73\x02\x7c\x05\x73\x02\x7c\x08\x7d\x05\x7c\x09\x7d\x06\x8c\x28\x7c\x08\x72\x31\x7c\x08\x7c\x05\x6b\x03\x00\x00\x00\x00\x72\x2b\x7c\x08\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x05\x7c\x08\x7d\x05\x7c\x09\x7d\x06\x8c\x59\x7c\x08\x7d\x05\x7c\x06\x72\x0f\x7c\x06\x64\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x01\x72\x05\x7c\x06\x7c\x02\x7a\x00\x00\x00\x7d\x06\x7c\x06\x7c\x09\x7a\x00\x00\x00\x7d\x06\x8c\x72\x7c\x06\x72\x1d\x7c\x06\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x76\x01\x72\x13\x7c\x05\x72\x11\x7c\x05\x64\x08\x64\x00\x1a\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x08\x7c\x05\x7c\x02\x7a\x00\x00\x00\x7c\x06\x7a\x00\x00\x00\x53\x00\x7c\x05\x7c\x06\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x1a\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x00\x67\x02\x7c\x01\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
98415 : : ._co_firsttraceable = 0,
98416 : : };
98417 : : static
98418 : : struct {
98419 : : PyASCIIObject _ascii;
98420 : : uint8_t _data[731];
98421 : : }
98422 : : ntpath_toplevel_consts_18_consts_0 = {
98423 : : ._ascii = {
98424 : : .ob_base = {
98425 : : .ob_refcnt = 999999999,
98426 : : .ob_type = &PyUnicode_Type,
98427 : : },
98428 : : .length = 730,
98429 : : .hash = -1,
98430 : : .state = {
98431 : : .kind = 1,
98432 : : .compact = 1,
98433 : : .ascii = 1,
98434 : : },
98435 : : },
98436 : : ._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",
98437 : : };
98438 : : static
98439 : : struct {
98440 : : PyObject_VAR_HEAD
98441 : : Py_hash_t ob_shash;
98442 : : char ob_sval[8];
98443 : : }
98444 : : ntpath_toplevel_consts_18_consts_5 = {
98445 : : .ob_base = {
98446 : : .ob_base = {
98447 : : .ob_refcnt = 999999999,
98448 : : .ob_type = &PyBytes_Type,
98449 : : },
98450 : : .ob_size = 7,
98451 : : },
98452 : : .ob_shash = -1,
98453 : : .ob_sval = "\\\\?\\UNC",
98454 : : };
98455 : : static
98456 : : struct {
98457 : : PyASCIIObject _ascii;
98458 : : uint8_t _data[8];
98459 : : }
98460 : : ntpath_toplevel_consts_18_consts_9 = {
98461 : : ._ascii = {
98462 : : .ob_base = {
98463 : : .ob_refcnt = 999999999,
98464 : : .ob_type = &PyUnicode_Type,
98465 : : },
98466 : : .length = 7,
98467 : : .hash = -1,
98468 : : .state = {
98469 : : .kind = 1,
98470 : : .compact = 1,
98471 : : .ascii = 1,
98472 : : },
98473 : : },
98474 : : ._data = "\\\\?\\UNC",
98475 : : };
98476 : : static
98477 : : struct {
98478 : : PyGC_Head _gc_head;
98479 : : struct {
98480 : : PyObject_VAR_HEAD
98481 : : PyObject *ob_item[16];
98482 : : }_object;
98483 : : }
98484 : : ntpath_toplevel_consts_18_consts = {
98485 : : ._object = {
98486 : : .ob_base = {
98487 : : .ob_base = {
98488 : : .ob_refcnt = 999999999,
98489 : : .ob_type = &PyTuple_Type,
98490 : : },
98491 : : .ob_size = 16,
98492 : : },
98493 : : .ob_item = {
98494 : : & ntpath_toplevel_consts_18_consts_0._ascii.ob_base,
98495 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
98496 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
98497 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
98498 : : (PyObject *)&_Py_SINGLETON(bytes_characters[58]),
98499 : : & ntpath_toplevel_consts_18_consts_5.ob_base.ob_base,
98500 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
98501 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
98502 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
98503 : : & ntpath_toplevel_consts_18_consts_9._ascii.ob_base,
98504 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
98505 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
98506 : : Py_None,
98507 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
98508 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
98509 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
98510 : : },
98511 : : },
98512 : : };
98513 : : static
98514 : : struct {
98515 : : PyASCIIObject _ascii;
98516 : : uint8_t _data[6];
98517 : : }
98518 : : const_str_upper = {
98519 : : ._ascii = {
98520 : : .ob_base = {
98521 : : .ob_refcnt = 999999999,
98522 : : .ob_type = &PyUnicode_Type,
98523 : : },
98524 : : .length = 5,
98525 : : .hash = -1,
98526 : : .state = {
98527 : : .kind = 1,
98528 : : .compact = 1,
98529 : : .ascii = 1,
98530 : : },
98531 : : },
98532 : : ._data = "upper",
98533 : : };
98534 : : static
98535 : : struct {
98536 : : PyASCIIObject _ascii;
98537 : : uint8_t _data[5];
98538 : : }
98539 : : const_str_find = {
98540 : : ._ascii = {
98541 : : .ob_base = {
98542 : : .ob_refcnt = 999999999,
98543 : : .ob_type = &PyUnicode_Type,
98544 : : },
98545 : : .length = 4,
98546 : : .hash = -1,
98547 : : .state = {
98548 : : .kind = 1,
98549 : : .compact = 1,
98550 : : .ascii = 1,
98551 : : },
98552 : : },
98553 : : ._data = "find",
98554 : : };
98555 : : static
98556 : : struct {
98557 : : PyGC_Head _gc_head;
98558 : : struct {
98559 : : PyObject_VAR_HEAD
98560 : : PyObject *ob_item[9];
98561 : : }_object;
98562 : : }
98563 : : ntpath_toplevel_consts_18_names = {
98564 : : ._object = {
98565 : : .ob_base = {
98566 : : .ob_base = {
98567 : : .ob_refcnt = 999999999,
98568 : : .ob_type = &PyTuple_Type,
98569 : : },
98570 : : .ob_size = 9,
98571 : : },
98572 : : .ob_item = {
98573 : : & const_str_os._ascii.ob_base,
98574 : : & const_str_fspath._ascii.ob_base,
98575 : : &_Py_ID(len),
98576 : : &_Py_ID(isinstance),
98577 : : & const_str_bytes._ascii.ob_base,
98578 : : &_Py_ID(replace),
98579 : : & const_str_upper._ascii.ob_base,
98580 : : & const_str_rstrip._ascii.ob_base,
98581 : : & const_str_find._ascii.ob_base,
98582 : : },
98583 : : },
98584 : : };
98585 : : static
98586 : : struct {
98587 : : PyObject_VAR_HEAD
98588 : : Py_hash_t ob_shash;
98589 : : char ob_sval[396];
98590 : : }
98591 : : ntpath_toplevel_consts_18_linetable = {
98592 : : .ob_base = {
98593 : : .ob_base = {
98594 : : .ob_refcnt = 999999999,
98595 : : .ob_type = &PyBytes_Type,
98596 : : },
98597 : : .ob_size = 395,
98598 : : },
98599 : : .ob_shash = -1,
98600 : : .ob_sval = "\x80\x00\xf5\x26\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x0a\x88\x31\x84\x76\x90\x11\x82\x7b\xf0\x00\x21\x05\x20\xdd\x0b\x15\x90\x61\x9d\x15\xd4\x0b\x1f\xf0\x00\x09\x09\x26\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x14\x18\x88\x45\xd8\x19\x26\x88\x4a\x88\x4a\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x14\x17\x88\x45\xd8\x19\x25\x88\x4a\xd8\x10\x11\x97\x09\x91\x09\x98\x26\xa0\x23\xd4\x10\x26\x88\x05\xd8\x0c\x11\x90\x21\x90\x41\x88\x4a\x98\x23\x98\x61\x99\x25\xd2\x0c\x1f\xf0\x00\x13\x09\x2a\xa0\x65\xa8\x41\xa8\x61\xa0\x6a\xb0\x43\xd2\x26\x37\xf0\x00\x13\x09\x2a\xf0\x0a\x00\x10\x15\x88\x79\x90\x61\x88\x79\x8f\x7f\x89\x7f\xd4\x0f\x20\xd7\x0f\x27\xd1\x0f\x27\xa8\x03\xd4\x0f\x2c\xb0\x0a\xd2\x0f\x3a\xf0\x00\x03\x0d\x1a\xd8\x18\x19\x90\x05\x90\x05\xe0\x18\x19\x90\x05\xd8\x14\x19\x97\x4a\x91\x4a\x98\x73\xa0\x45\xd4\x14\x2a\x88\x45\xd8\x0f\x14\x98\x02\x8a\x7b\xf0\x00\x01\x0d\x20\xd8\x17\x18\x90\x75\x98\x21\x90\x75\x98\x61\x90\x78\x90\x0f\xd8\x15\x1a\x97\x5a\x91\x5a\xa0\x03\xa0\x55\xa8\x51\xa1\x59\xd4\x15\x2f\x88\x46\xf0\x06\x00\x10\x16\x98\x15\xa0\x11\x99\x19\xd2\x0f\x22\xf0\x00\x01\x0d\x20\xd8\x17\x18\x90\x75\x98\x21\x90\x75\x98\x61\x90\x78\x90\x0f\xd8\x0f\x15\x98\x12\x8a\x7c\xf0\x00\x01\x0d\x20\xdd\x19\x1c\x98\x51\x9c\x16\x90\x06\xd8\x13\x14\x90\x3a\x90\x66\x90\x3a\x98\x71\xa0\x16\x98\x7a\x98\x7a\xd0\x13\x29\xd0\x0c\x29\xd8\x0b\x10\x90\x11\x90\x31\x88\x3a\x98\x15\xd2\x0b\x1e\xf0\x00\x01\x09\x20\xd8\x13\x14\x90\x35\x90\x61\x90\x35\x98\x21\x98\x41\x98\x25\x98\x25\x90\x3c\xd0\x0c\x1f\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x90\x21\x88\x38\x80\x4f",
98601 : : };
98602 : : static
98603 : : struct {
98604 : : PyASCIIObject _ascii;
98605 : : uint8_t _data[11];
98606 : : }
98607 : : const_str_unc_prefix = {
98608 : : ._ascii = {
98609 : : .ob_base = {
98610 : : .ob_refcnt = 999999999,
98611 : : .ob_type = &PyUnicode_Type,
98612 : : },
98613 : : .length = 10,
98614 : : .hash = -1,
98615 : : .state = {
98616 : : .kind = 1,
98617 : : .compact = 1,
98618 : : .ascii = 1,
98619 : : },
98620 : : },
98621 : : ._data = "unc_prefix",
98622 : : };
98623 : : static
98624 : : struct {
98625 : : PyASCIIObject _ascii;
98626 : : uint8_t _data[6];
98627 : : }
98628 : : const_str_normp = {
98629 : : ._ascii = {
98630 : : .ob_base = {
98631 : : .ob_refcnt = 999999999,
98632 : : .ob_type = &PyUnicode_Type,
98633 : : },
98634 : : .length = 5,
98635 : : .hash = -1,
98636 : : .state = {
98637 : : .kind = 1,
98638 : : .compact = 1,
98639 : : .ascii = 1,
98640 : : },
98641 : : },
98642 : : ._data = "normp",
98643 : : };
98644 : : static
98645 : : struct {
98646 : : PyASCIIObject _ascii;
98647 : : uint8_t _data[7];
98648 : : }
98649 : : const_str_index2 = {
98650 : : ._ascii = {
98651 : : .ob_base = {
98652 : : .ob_refcnt = 999999999,
98653 : : .ob_type = &PyUnicode_Type,
98654 : : },
98655 : : .length = 6,
98656 : : .hash = -1,
98657 : : .state = {
98658 : : .kind = 1,
98659 : : .compact = 1,
98660 : : .ascii = 1,
98661 : : },
98662 : : },
98663 : : ._data = "index2",
98664 : : };
98665 : : static
98666 : : struct {
98667 : : PyGC_Head _gc_head;
98668 : : struct {
98669 : : PyObject_VAR_HEAD
98670 : : PyObject *ob_item[9];
98671 : : }_object;
98672 : : }
98673 : : ntpath_toplevel_consts_18_localsplusnames = {
98674 : : ._object = {
98675 : : .ob_base = {
98676 : : .ob_base = {
98677 : : .ob_refcnt = 999999999,
98678 : : .ob_type = &PyTuple_Type,
98679 : : },
98680 : : .ob_size = 9,
98681 : : },
98682 : : .ob_item = {
98683 : : & const_str_p._ascii.ob_base,
98684 : : & const_str_sep._ascii.ob_base,
98685 : : & const_str_altsep._ascii.ob_base,
98686 : : & const_str_colon._ascii.ob_base,
98687 : : & const_str_unc_prefix._ascii.ob_base,
98688 : : & const_str_normp._ascii.ob_base,
98689 : : & const_str_start._ascii.ob_base,
98690 : : & const_str_index._ascii.ob_base,
98691 : : & const_str_index2._ascii.ob_base,
98692 : : },
98693 : : },
98694 : : };
98695 : : static
98696 : : struct _PyCode_DEF(574)
98697 : : ntpath_toplevel_consts_18 = {
98698 : : .ob_base = {
98699 : : .ob_base = {
98700 : : .ob_refcnt = 999999999,
98701 : : .ob_type = &PyCode_Type,
98702 : : },
98703 : : .ob_size = 287,
98704 : : },
98705 : : .co_consts = & ntpath_toplevel_consts_18_consts._object.ob_base.ob_base,
98706 : : .co_names = & ntpath_toplevel_consts_18_names._object.ob_base.ob_base,
98707 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98708 : : .co_flags = 3,
98709 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98710 : : ._co_linearray_entry_size = 0,
98711 : : .co_argcount = 1,
98712 : : .co_posonlyargcount = 0,
98713 : : .co_kwonlyargcount = 0,
98714 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
98715 : : .co_stacksize = 5,
98716 : : .co_firstlineno = 150,
98717 : : .co_nlocalsplus = 9,
98718 : : .co_nlocals = 9,
98719 : : .co_nplaincellvars = 0,
98720 : : .co_ncellvars = 0,
98721 : : .co_nfreevars = 0,
98722 : : .co_localsplusnames = & ntpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
98723 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
98724 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
98725 : : .co_name = & const_str_splitdrive._ascii.ob_base,
98726 : : .co_qualname = & const_str_splitdrive._ascii.ob_base,
98727 : : .co_linetable = & ntpath_toplevel_consts_18_linetable.ob_base.ob_base,
98728 : : ._co_code = NULL,
98729 : : ._co_linearray = NULL,
98730 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x05\x00\x00\x00\x00\x72\xef\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x64\x02\x7d\x01\x64\x03\x7d\x02\x64\x04\x7d\x03\x64\x05\x7d\x04\x6e\x08\x64\x06\x7d\x01\x64\x07\x7d\x02\x64\x08\x7d\x03\x64\x09\x7d\x04\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x64\x0a\x64\x01\x1a\x00\x7c\x01\x64\x01\x7a\x05\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x99\x7c\x05\x64\x01\x64\x0b\x1a\x00\x7c\x01\x6b\x03\x00\x00\x00\x00\x72\x90\x7c\x05\x64\x0c\x64\x0d\x1a\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x0d\x7d\x06\x6e\x02\x64\x01\x7d\x06\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x64\x0e\x6b\x02\x00\x00\x00\x00\x72\x07\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00\x7c\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x07\x64\x0f\x7a\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x7c\x07\x64\x0f\x7a\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x07\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00\x7c\x08\x64\x0e\x6b\x02\x00\x00\x00\x00\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x64\x0c\x7c\x08\x1a\x00\x7c\x00\x7c\x08\x64\x0c\x1a\x00\x66\x02\x53\x00\x7c\x05\x64\x0f\x64\x01\x1a\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x0a\x7c\x00\x64\x0c\x64\x01\x1a\x00\x7c\x00\x64\x01\x64\x0c\x1a\x00\x66\x02\x53\x00\x7c\x00\x64\x0c\x64\x0a\x1a\x00\x7c\x00\x66\x02\x53\x00",
98731 : : ._co_firsttraceable = 0,
98732 : : };
98733 : : static
98734 : : struct {
98735 : : PyASCIIObject _ascii;
98736 : : uint8_t _data[127];
98737 : : }
98738 : : ntpath_toplevel_consts_19_consts_0 = {
98739 : : ._ascii = {
98740 : : .ob_base = {
98741 : : .ob_refcnt = 999999999,
98742 : : .ob_type = &PyUnicode_Type,
98743 : : },
98744 : : .length = 126,
98745 : : .hash = -1,
98746 : : .state = {
98747 : : .kind = 1,
98748 : : .compact = 1,
98749 : : .ascii = 1,
98750 : : },
98751 : : },
98752 : : ._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",
98753 : : };
98754 : : static
98755 : : struct {
98756 : : PyGC_Head _gc_head;
98757 : : struct {
98758 : : PyObject_VAR_HEAD
98759 : : PyObject *ob_item[3];
98760 : : }_object;
98761 : : }
98762 : : ntpath_toplevel_consts_19_consts = {
98763 : : ._object = {
98764 : : .ob_base = {
98765 : : .ob_base = {
98766 : : .ob_refcnt = 999999999,
98767 : : .ob_type = &PyTuple_Type,
98768 : : },
98769 : : .ob_size = 3,
98770 : : },
98771 : : .ob_item = {
98772 : : & ntpath_toplevel_consts_19_consts_0._ascii.ob_base,
98773 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
98774 : : Py_None,
98775 : : },
98776 : : },
98777 : : };
98778 : : static
98779 : : struct {
98780 : : PyGC_Head _gc_head;
98781 : : struct {
98782 : : PyObject_VAR_HEAD
98783 : : PyObject *ob_item[6];
98784 : : }_object;
98785 : : }
98786 : : ntpath_toplevel_consts_19_names = {
98787 : : ._object = {
98788 : : .ob_base = {
98789 : : .ob_base = {
98790 : : .ob_refcnt = 999999999,
98791 : : .ob_type = &PyTuple_Type,
98792 : : },
98793 : : .ob_size = 6,
98794 : : },
98795 : : .ob_item = {
98796 : : & const_str_os._ascii.ob_base,
98797 : : & const_str_fspath._ascii.ob_base,
98798 : : & const_str__get_bothseps._ascii.ob_base,
98799 : : & const_str_splitdrive._ascii.ob_base,
98800 : : &_Py_ID(len),
98801 : : & const_str_rstrip._ascii.ob_base,
98802 : : },
98803 : : },
98804 : : };
98805 : : static
98806 : : struct {
98807 : : PyObject_VAR_HEAD
98808 : : Py_hash_t ob_shash;
98809 : : char ob_sval[171];
98810 : : }
98811 : : ntpath_toplevel_consts_19_linetable = {
98812 : : .ob_base = {
98813 : : .ob_base = {
98814 : : .ob_refcnt = 999999999,
98815 : : .ob_type = &PyBytes_Type,
98816 : : },
98817 : : .ob_size = 170,
98818 : : },
98819 : : .ob_shash = -1,
98820 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0b\x18\x98\x11\xd4\x0b\x1b\x80\x44\xdd\x0b\x15\x90\x61\x8c\x3d\x81\x44\x80\x41\x80\x71\xe5\x08\x0b\x88\x41\x8c\x06\x80\x41\xd8\x0a\x0b\xf0\x00\x01\x05\x0f\x90\x01\x90\x21\x90\x41\x91\x23\x94\x06\x98\x64\xd0\x10\x22\xf0\x00\x01\x05\x0f\xd8\x08\x09\x88\x51\x89\x06\x88\x01\xf0\x03\x00\x0b\x0c\xf0\x00\x01\x05\x0f\x90\x01\x90\x21\x90\x41\x91\x23\x94\x06\x98\x64\xd0\x10\x22\xf0\x00\x01\x05\x0f\xe0\x11\x12\x90\x15\x90\x41\x90\x15\x98\x01\x98\x21\x98\x05\x98\x05\x88\x24\x80\x44\xe0\x0b\x0f\x8f\x3b\x89\x3b\x90\x74\xd4\x0b\x1c\xd0\x0b\x24\xa0\x04\x80\x44\xd8\x0b\x0c\x88\x74\x89\x38\x90\x54\x88\x3e\xd0\x04\x19",
98821 : : };
98822 : : static
98823 : : struct {
98824 : : PyGC_Head _gc_head;
98825 : : struct {
98826 : : PyObject_VAR_HEAD
98827 : : PyObject *ob_item[6];
98828 : : }_object;
98829 : : }
98830 : : ntpath_toplevel_consts_19_localsplusnames = {
98831 : : ._object = {
98832 : : .ob_base = {
98833 : : .ob_base = {
98834 : : .ob_refcnt = 999999999,
98835 : : .ob_type = &PyTuple_Type,
98836 : : },
98837 : : .ob_size = 6,
98838 : : },
98839 : : .ob_item = {
98840 : : & const_str_p._ascii.ob_base,
98841 : : & const_str_seps._ascii.ob_base,
98842 : : & const_str_d._ascii.ob_base,
98843 : : & const_str_i._ascii.ob_base,
98844 : : & const_str_head._ascii.ob_base,
98845 : : & const_str_tail._ascii.ob_base,
98846 : : },
98847 : : },
98848 : : };
98849 : : static
98850 : : struct _PyCode_DEF(276)
98851 : : ntpath_toplevel_consts_19 = {
98852 : : .ob_base = {
98853 : : .ob_base = {
98854 : : .ob_refcnt = 999999999,
98855 : : .ob_type = &PyCode_Type,
98856 : : },
98857 : : .ob_size = 138,
98858 : : },
98859 : : .co_consts = & ntpath_toplevel_consts_19_consts._object.ob_base.ob_base,
98860 : : .co_names = & ntpath_toplevel_consts_19_names._object.ob_base.ob_base,
98861 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98862 : : .co_flags = 3,
98863 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98864 : : ._co_linearray_entry_size = 0,
98865 : : .co_argcount = 1,
98866 : : .co_posonlyargcount = 0,
98867 : : .co_kwonlyargcount = 0,
98868 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
98869 : : .co_stacksize = 4,
98870 : : .co_firstlineno = 212,
98871 : : .co_nlocalsplus = 6,
98872 : : .co_nlocals = 6,
98873 : : .co_nplaincellvars = 0,
98874 : : .co_ncellvars = 0,
98875 : : .co_nfreevars = 0,
98876 : : .co_localsplusnames = & ntpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
98877 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
98878 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
98879 : : .co_name = & const_str_split._ascii.ob_base,
98880 : : .co_qualname = & const_str_split._ascii.ob_base,
98881 : : .co_linetable = & ntpath_toplevel_consts_19_linetable.ob_base.ob_base,
98882 : : ._co_code = NULL,
98883 : : ._co_linearray = NULL,
98884 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x72\x21\x7c\x00\x7c\x03\x64\x01\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\x72\x14\x7c\x03\x64\x01\x7a\x17\x00\x00\x7d\x03\x7c\x03\x72\x0d\x7c\x00\x7c\x03\x64\x01\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\xb0\x14\x7c\x00\x64\x02\x7c\x03\x1a\x00\x7c\x00\x7c\x03\x64\x02\x1a\x00\x7d\x05\x7d\x04\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x7c\x04\x7d\x04\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7c\x05\x66\x02\x53\x00",
98885 : : ._co_firsttraceable = 0,
98886 : : };
98887 : : static
98888 : : struct {
98889 : : PyGC_Head _gc_head;
98890 : : struct {
98891 : : PyObject_VAR_HEAD
98892 : : PyObject *ob_item[7];
98893 : : }_object;
98894 : : }
98895 : : ntpath_toplevel_consts_20_consts = {
98896 : : ._object = {
98897 : : .ob_base = {
98898 : : .ob_base = {
98899 : : .ob_refcnt = 999999999,
98900 : : .ob_type = &PyTuple_Type,
98901 : : },
98902 : : .ob_size = 7,
98903 : : },
98904 : : .ob_item = {
98905 : : Py_None,
98906 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
98907 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
98908 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
98909 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
98910 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
98911 : : &_Py_STR(dot),
98912 : : },
98913 : : },
98914 : : };
98915 : : static
98916 : : struct {
98917 : : PyGC_Head _gc_head;
98918 : : struct {
98919 : : PyObject_VAR_HEAD
98920 : : PyObject *ob_item[6];
98921 : : }_object;
98922 : : }
98923 : : ntpath_toplevel_consts_20_names = {
98924 : : ._object = {
98925 : : .ob_base = {
98926 : : .ob_base = {
98927 : : .ob_refcnt = 999999999,
98928 : : .ob_type = &PyTuple_Type,
98929 : : },
98930 : : .ob_size = 6,
98931 : : },
98932 : : .ob_item = {
98933 : : & const_str_os._ascii.ob_base,
98934 : : & const_str_fspath._ascii.ob_base,
98935 : : &_Py_ID(isinstance),
98936 : : & const_str_bytes._ascii.ob_base,
98937 : : & const_str_genericpath._ascii.ob_base,
98938 : : & const_str__splitext._ascii.ob_base,
98939 : : },
98940 : : },
98941 : : };
98942 : : static
98943 : : struct {
98944 : : PyObject_VAR_HEAD
98945 : : Py_hash_t ob_shash;
98946 : : char ob_sval[77];
98947 : : }
98948 : : ntpath_toplevel_consts_20_linetable = {
98949 : : .ob_base = {
98950 : : .ob_base = {
98951 : : .ob_refcnt = 999999999,
98952 : : .ob_type = &PyBytes_Type,
98953 : : },
98954 : : .ob_size = 76,
98955 : : },
98956 : : .ob_shash = -1,
98957 : : .ob_sval = "\x80\x00\xdd\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x03\x05\x38\xdd\x0f\x24\xd7\x0f\x24\xd1\x0f\x24\xa0\x51\xa8\x05\xa8\x74\xb0\x54\xd4\x0f\x3a\xd0\x08\x3a\xe5\x0f\x24\xd7\x0f\x24\xd1\x0f\x24\xa0\x51\xa8\x04\xa8\x63\xb0\x33\xd4\x0f\x37\xd0\x08\x37",
98958 : : };
98959 : : static
98960 : : struct {
98961 : : PyGC_Head _gc_head;
98962 : : struct {
98963 : : PyObject_VAR_HEAD
98964 : : PyObject *ob_item[1];
98965 : : }_object;
98966 : : }
98967 : : ntpath_toplevel_consts_20_localsplusnames = {
98968 : : ._object = {
98969 : : .ob_base = {
98970 : : .ob_base = {
98971 : : .ob_refcnt = 999999999,
98972 : : .ob_type = &PyTuple_Type,
98973 : : },
98974 : : .ob_size = 1,
98975 : : },
98976 : : .ob_item = {
98977 : : & const_str_p._ascii.ob_base,
98978 : : },
98979 : : },
98980 : : };
98981 : : static
98982 : : struct _PyCode_DEF(190)
98983 : : ntpath_toplevel_consts_20 = {
98984 : : .ob_base = {
98985 : : .ob_base = {
98986 : : .ob_refcnt = 999999999,
98987 : : .ob_type = &PyCode_Type,
98988 : : },
98989 : : .ob_size = 95,
98990 : : },
98991 : : .co_consts = & ntpath_toplevel_consts_20_consts._object.ob_base.ob_base,
98992 : : .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
98993 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
98994 : : .co_flags = 3,
98995 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
98996 : : ._co_linearray_entry_size = 0,
98997 : : .co_argcount = 1,
98998 : : .co_posonlyargcount = 0,
98999 : : .co_kwonlyargcount = 0,
99000 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
99001 : : .co_stacksize = 6,
99002 : : .co_firstlineno = 235,
99003 : : .co_nlocalsplus = 1,
99004 : : .co_nlocals = 1,
99005 : : .co_nplaincellvars = 0,
99006 : : .co_ncellvars = 0,
99007 : : .co_nfreevars = 0,
99008 : : .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
99009 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
99010 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99011 : : .co_name = & const_str_splitext._ascii.ob_base,
99012 : : .co_qualname = & const_str_splitext._ascii.ob_base,
99013 : : .co_linetable = & ntpath_toplevel_consts_20_linetable.ob_base.ob_base,
99014 : : ._co_code = NULL,
99015 : : ._co_linearray = NULL,
99016 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x64\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x04\x64\x05\x64\x06\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
99017 : : ._co_firsttraceable = 0,
99018 : : };
99019 : : static
99020 : : struct {
99021 : : PyASCIIObject _ascii;
99022 : : uint8_t _data[42];
99023 : : }
99024 : : ntpath_toplevel_consts_21_consts_0 = {
99025 : : ._ascii = {
99026 : : .ob_base = {
99027 : : .ob_refcnt = 999999999,
99028 : : .ob_type = &PyUnicode_Type,
99029 : : },
99030 : : .length = 41,
99031 : : .hash = -1,
99032 : : .state = {
99033 : : .kind = 1,
99034 : : .compact = 1,
99035 : : .ascii = 1,
99036 : : },
99037 : : },
99038 : : ._data = "Returns the final component of a pathname",
99039 : : };
99040 : : static
99041 : : struct {
99042 : : PyGC_Head _gc_head;
99043 : : struct {
99044 : : PyObject_VAR_HEAD
99045 : : PyObject *ob_item[2];
99046 : : }_object;
99047 : : }
99048 : : ntpath_toplevel_consts_21_consts = {
99049 : : ._object = {
99050 : : .ob_base = {
99051 : : .ob_base = {
99052 : : .ob_refcnt = 999999999,
99053 : : .ob_type = &PyTuple_Type,
99054 : : },
99055 : : .ob_size = 2,
99056 : : },
99057 : : .ob_item = {
99058 : : & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
99059 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
99060 : : },
99061 : : },
99062 : : };
99063 : : static
99064 : : struct {
99065 : : PyGC_Head _gc_head;
99066 : : struct {
99067 : : PyObject_VAR_HEAD
99068 : : PyObject *ob_item[1];
99069 : : }_object;
99070 : : }
99071 : : ntpath_toplevel_consts_21_names = {
99072 : : ._object = {
99073 : : .ob_base = {
99074 : : .ob_base = {
99075 : : .ob_refcnt = 999999999,
99076 : : .ob_type = &PyTuple_Type,
99077 : : },
99078 : : .ob_size = 1,
99079 : : },
99080 : : .ob_item = {
99081 : : & const_str_split._ascii.ob_base,
99082 : : },
99083 : : },
99084 : : };
99085 : : static
99086 : : struct {
99087 : : PyObject_VAR_HEAD
99088 : : Py_hash_t ob_shash;
99089 : : char ob_sval[17];
99090 : : }
99091 : : ntpath_toplevel_consts_21_linetable = {
99092 : : .ob_base = {
99093 : : .ob_base = {
99094 : : .ob_refcnt = 999999999,
99095 : : .ob_type = &PyBytes_Type,
99096 : : },
99097 : : .ob_size = 16,
99098 : : },
99099 : : .ob_shash = -1,
99100 : : .ob_sval = "\x80\x00\xe5\x0b\x10\x90\x11\x8c\x38\x90\x41\x8c\x3b\xd0\x04\x16",
99101 : : };
99102 : : static
99103 : : struct _PyCode_DEF(40)
99104 : : ntpath_toplevel_consts_21 = {
99105 : : .ob_base = {
99106 : : .ob_base = {
99107 : : .ob_refcnt = 999999999,
99108 : : .ob_type = &PyCode_Type,
99109 : : },
99110 : : .ob_size = 20,
99111 : : },
99112 : : .co_consts = & ntpath_toplevel_consts_21_consts._object.ob_base.ob_base,
99113 : : .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
99114 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99115 : : .co_flags = 3,
99116 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99117 : : ._co_linearray_entry_size = 0,
99118 : : .co_argcount = 1,
99119 : : .co_posonlyargcount = 0,
99120 : : .co_kwonlyargcount = 0,
99121 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
99122 : : .co_stacksize = 3,
99123 : : .co_firstlineno = 246,
99124 : : .co_nlocalsplus = 1,
99125 : : .co_nlocals = 1,
99126 : : .co_nplaincellvars = 0,
99127 : : .co_ncellvars = 0,
99128 : : .co_nfreevars = 0,
99129 : : .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
99130 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
99131 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99132 : : .co_name = & const_str_basename._ascii.ob_base,
99133 : : .co_qualname = & const_str_basename._ascii.ob_base,
99134 : : .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
99135 : : ._co_code = NULL,
99136 : : ._co_linearray = NULL,
99137 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
99138 : : ._co_firsttraceable = 0,
99139 : : };
99140 : : static
99141 : : struct {
99142 : : PyASCIIObject _ascii;
99143 : : uint8_t _data[46];
99144 : : }
99145 : : ntpath_toplevel_consts_22_consts_0 = {
99146 : : ._ascii = {
99147 : : .ob_base = {
99148 : : .ob_refcnt = 999999999,
99149 : : .ob_type = &PyUnicode_Type,
99150 : : },
99151 : : .length = 45,
99152 : : .hash = -1,
99153 : : .state = {
99154 : : .kind = 1,
99155 : : .compact = 1,
99156 : : .ascii = 1,
99157 : : },
99158 : : },
99159 : : ._data = "Returns the directory component of a pathname",
99160 : : };
99161 : : static
99162 : : struct {
99163 : : PyGC_Head _gc_head;
99164 : : struct {
99165 : : PyObject_VAR_HEAD
99166 : : PyObject *ob_item[2];
99167 : : }_object;
99168 : : }
99169 : : ntpath_toplevel_consts_22_consts = {
99170 : : ._object = {
99171 : : .ob_base = {
99172 : : .ob_base = {
99173 : : .ob_refcnt = 999999999,
99174 : : .ob_type = &PyTuple_Type,
99175 : : },
99176 : : .ob_size = 2,
99177 : : },
99178 : : .ob_item = {
99179 : : & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
99180 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
99181 : : },
99182 : : },
99183 : : };
99184 : : static
99185 : : struct _PyCode_DEF(40)
99186 : : ntpath_toplevel_consts_22 = {
99187 : : .ob_base = {
99188 : : .ob_base = {
99189 : : .ob_refcnt = 999999999,
99190 : : .ob_type = &PyCode_Type,
99191 : : },
99192 : : .ob_size = 20,
99193 : : },
99194 : : .co_consts = & ntpath_toplevel_consts_22_consts._object.ob_base.ob_base,
99195 : : .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
99196 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99197 : : .co_flags = 3,
99198 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99199 : : ._co_linearray_entry_size = 0,
99200 : : .co_argcount = 1,
99201 : : .co_posonlyargcount = 0,
99202 : : .co_kwonlyargcount = 0,
99203 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
99204 : : .co_stacksize = 3,
99205 : : .co_firstlineno = 253,
99206 : : .co_nlocalsplus = 1,
99207 : : .co_nlocals = 1,
99208 : : .co_nplaincellvars = 0,
99209 : : .co_ncellvars = 0,
99210 : : .co_nfreevars = 0,
99211 : : .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
99212 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
99213 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99214 : : .co_name = & const_str_dirname._ascii.ob_base,
99215 : : .co_qualname = & const_str_dirname._ascii.ob_base,
99216 : : .co_linetable = & ntpath_toplevel_consts_21_linetable.ob_base.ob_base,
99217 : : ._co_code = NULL,
99218 : : ._co_linearray = NULL,
99219 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
99220 : : ._co_firsttraceable = 0,
99221 : : };
99222 : : static
99223 : : struct {
99224 : : PyASCIIObject _ascii;
99225 : : uint8_t _data[105];
99226 : : }
99227 : : ntpath_toplevel_consts_23_consts_0 = {
99228 : : ._ascii = {
99229 : : .ob_base = {
99230 : : .ob_refcnt = 999999999,
99231 : : .ob_type = &PyUnicode_Type,
99232 : : },
99233 : : .length = 104,
99234 : : .hash = -1,
99235 : : .state = {
99236 : : .kind = 1,
99237 : : .compact = 1,
99238 : : .ascii = 1,
99239 : : },
99240 : : },
99241 : : ._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",
99242 : : };
99243 : : static
99244 : : struct {
99245 : : PyGC_Head _gc_head;
99246 : : struct {
99247 : : PyObject_VAR_HEAD
99248 : : PyObject *ob_item[2];
99249 : : }_object;
99250 : : }
99251 : : ntpath_toplevel_consts_23_consts = {
99252 : : ._object = {
99253 : : .ob_base = {
99254 : : .ob_base = {
99255 : : .ob_refcnt = 999999999,
99256 : : .ob_type = &PyTuple_Type,
99257 : : },
99258 : : .ob_size = 2,
99259 : : },
99260 : : .ob_item = {
99261 : : & ntpath_toplevel_consts_23_consts_0._ascii.ob_base,
99262 : : Py_False,
99263 : : },
99264 : : },
99265 : : };
99266 : : static
99267 : : struct {
99268 : : PyASCIIObject _ascii;
99269 : : uint8_t _data[6];
99270 : : }
99271 : : const_str_lstat = {
99272 : : ._ascii = {
99273 : : .ob_base = {
99274 : : .ob_refcnt = 999999999,
99275 : : .ob_type = &PyUnicode_Type,
99276 : : },
99277 : : .length = 5,
99278 : : .hash = -1,
99279 : : .state = {
99280 : : .kind = 1,
99281 : : .compact = 1,
99282 : : .ascii = 1,
99283 : : },
99284 : : },
99285 : : ._data = "lstat",
99286 : : };
99287 : : static
99288 : : struct {
99289 : : PyASCIIObject _ascii;
99290 : : uint8_t _data[8];
99291 : : }
99292 : : const_str_S_ISLNK = {
99293 : : ._ascii = {
99294 : : .ob_base = {
99295 : : .ob_refcnt = 999999999,
99296 : : .ob_type = &PyUnicode_Type,
99297 : : },
99298 : : .length = 7,
99299 : : .hash = -1,
99300 : : .state = {
99301 : : .kind = 1,
99302 : : .compact = 1,
99303 : : .ascii = 1,
99304 : : },
99305 : : },
99306 : : ._data = "S_ISLNK",
99307 : : };
99308 : : static
99309 : : struct {
99310 : : PyGC_Head _gc_head;
99311 : : struct {
99312 : : PyObject_VAR_HEAD
99313 : : PyObject *ob_item[8];
99314 : : }_object;
99315 : : }
99316 : : ntpath_toplevel_consts_23_names = {
99317 : : ._object = {
99318 : : .ob_base = {
99319 : : .ob_base = {
99320 : : .ob_refcnt = 999999999,
99321 : : .ob_type = &PyTuple_Type,
99322 : : },
99323 : : .ob_size = 8,
99324 : : },
99325 : : .ob_item = {
99326 : : & const_str_os._ascii.ob_base,
99327 : : & const_str_lstat._ascii.ob_base,
99328 : : & const_str_OSError._ascii.ob_base,
99329 : : & const_str_ValueError._ascii.ob_base,
99330 : : & const_str_AttributeError._ascii.ob_base,
99331 : : & const_str_stat._ascii.ob_base,
99332 : : & const_str_S_ISLNK._ascii.ob_base,
99333 : : & const_str_st_mode._ascii.ob_base,
99334 : : },
99335 : : },
99336 : : };
99337 : : static
99338 : : struct {
99339 : : PyObject_VAR_HEAD
99340 : : Py_hash_t ob_shash;
99341 : : char ob_sval[85];
99342 : : }
99343 : : ntpath_toplevel_consts_23_linetable = {
99344 : : .ob_base = {
99345 : : .ob_base = {
99346 : : .ob_refcnt = 999999999,
99347 : : .ob_type = &PyBytes_Type,
99348 : : },
99349 : : .ob_size = 84,
99350 : : },
99351 : : .ob_shash = -1,
99352 : : .ob_sval = "\x80\x00\xf0\x08\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xa5\x1e\xd0\x0b\x30\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
99353 : : };
99354 : : static
99355 : : struct {
99356 : : PyObject_VAR_HEAD
99357 : : Py_hash_t ob_shash;
99358 : : char ob_sval[16];
99359 : : }
99360 : : ntpath_toplevel_consts_23_exceptiontable = {
99361 : : .ob_base = {
99362 : : .ob_base = {
99363 : : .ob_refcnt = 999999999,
99364 : : .ob_type = &PyBytes_Type,
99365 : : },
99366 : : .ob_size = 15,
99367 : : },
99368 : : .ob_shash = -1,
99369 : : .ob_sval = "\x82\x17\x3a\x00\xba\x17\x41\x15\x03\xc1\x14\x01\x41\x15\x03",
99370 : : };
99371 : : static
99372 : : struct _PyCode_DEF(176)
99373 : : ntpath_toplevel_consts_23 = {
99374 : : .ob_base = {
99375 : : .ob_base = {
99376 : : .ob_refcnt = 999999999,
99377 : : .ob_type = &PyCode_Type,
99378 : : },
99379 : : .ob_size = 88,
99380 : : },
99381 : : .co_consts = & ntpath_toplevel_consts_23_consts._object.ob_base.ob_base,
99382 : : .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
99383 : : .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
99384 : : .co_flags = 3,
99385 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99386 : : ._co_linearray_entry_size = 0,
99387 : : .co_argcount = 1,
99388 : : .co_posonlyargcount = 0,
99389 : : .co_kwonlyargcount = 0,
99390 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
99391 : : .co_stacksize = 5,
99392 : : .co_firstlineno = 260,
99393 : : .co_nlocalsplus = 2,
99394 : : .co_nlocals = 2,
99395 : : .co_nplaincellvars = 0,
99396 : : .co_ncellvars = 0,
99397 : : .co_nfreevars = 0,
99398 : : .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
99399 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
99400 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99401 : : .co_name = & const_str_islink._ascii.ob_base,
99402 : : .co_qualname = & const_str_islink._ascii.ob_base,
99403 : : .co_linetable = & ntpath_toplevel_consts_23_linetable.ob_base.ob_base,
99404 : : ._co_code = NULL,
99405 : : ._co_linearray = NULL,
99406 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
99407 : : ._co_firsttraceable = 0,
99408 : : };
99409 : : static
99410 : : struct {
99411 : : PyASCIIObject _ascii;
99412 : : uint8_t _data[68];
99413 : : }
99414 : : ntpath_toplevel_consts_24_consts_0 = {
99415 : : ._ascii = {
99416 : : .ob_base = {
99417 : : .ob_refcnt = 999999999,
99418 : : .ob_type = &PyUnicode_Type,
99419 : : },
99420 : : .length = 67,
99421 : : .hash = -1,
99422 : : .state = {
99423 : : .kind = 1,
99424 : : .compact = 1,
99425 : : .ascii = 1,
99426 : : },
99427 : : },
99428 : : ._data = "Test whether a path exists. Returns True for broken symbolic links",
99429 : : };
99430 : : static
99431 : : struct {
99432 : : PyGC_Head _gc_head;
99433 : : struct {
99434 : : PyObject_VAR_HEAD
99435 : : PyObject *ob_item[3];
99436 : : }_object;
99437 : : }
99438 : : ntpath_toplevel_consts_24_consts = {
99439 : : ._object = {
99440 : : .ob_base = {
99441 : : .ob_base = {
99442 : : .ob_refcnt = 999999999,
99443 : : .ob_type = &PyTuple_Type,
99444 : : },
99445 : : .ob_size = 3,
99446 : : },
99447 : : .ob_item = {
99448 : : & ntpath_toplevel_consts_24_consts_0._ascii.ob_base,
99449 : : Py_False,
99450 : : Py_True,
99451 : : },
99452 : : },
99453 : : };
99454 : : static
99455 : : struct {
99456 : : PyGC_Head _gc_head;
99457 : : struct {
99458 : : PyObject_VAR_HEAD
99459 : : PyObject *ob_item[4];
99460 : : }_object;
99461 : : }
99462 : : ntpath_toplevel_consts_24_names = {
99463 : : ._object = {
99464 : : .ob_base = {
99465 : : .ob_base = {
99466 : : .ob_refcnt = 999999999,
99467 : : .ob_type = &PyTuple_Type,
99468 : : },
99469 : : .ob_size = 4,
99470 : : },
99471 : : .ob_item = {
99472 : : & const_str_os._ascii.ob_base,
99473 : : & const_str_lstat._ascii.ob_base,
99474 : : & const_str_OSError._ascii.ob_base,
99475 : : & const_str_ValueError._ascii.ob_base,
99476 : : },
99477 : : },
99478 : : };
99479 : : static
99480 : : struct {
99481 : : PyObject_VAR_HEAD
99482 : : Py_hash_t ob_shash;
99483 : : char ob_sval[69];
99484 : : }
99485 : : ntpath_toplevel_consts_24_linetable = {
99486 : : .ob_base = {
99487 : : .ob_base = {
99488 : : .ob_refcnt = 999999999,
99489 : : .ob_type = &PyBytes_Type,
99490 : : },
99491 : : .ob_size = 68,
99492 : : },
99493 : : .ob_shash = -1,
99494 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
99495 : : };
99496 : : static
99497 : : struct _PyCode_DEF(102)
99498 : : ntpath_toplevel_consts_24 = {
99499 : : .ob_base = {
99500 : : .ob_base = {
99501 : : .ob_refcnt = 999999999,
99502 : : .ob_type = &PyCode_Type,
99503 : : },
99504 : : .ob_size = 51,
99505 : : },
99506 : : .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
99507 : : .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
99508 : : .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
99509 : : .co_flags = 3,
99510 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99511 : : ._co_linearray_entry_size = 0,
99512 : : .co_argcount = 1,
99513 : : .co_posonlyargcount = 0,
99514 : : .co_kwonlyargcount = 0,
99515 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
99516 : : .co_stacksize = 4,
99517 : : .co_firstlineno = 272,
99518 : : .co_nlocalsplus = 2,
99519 : : .co_nlocals = 2,
99520 : : .co_nplaincellvars = 0,
99521 : : .co_ncellvars = 0,
99522 : : .co_nfreevars = 0,
99523 : : .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
99524 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
99525 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99526 : : .co_name = & const_str_lexists._ascii.ob_base,
99527 : : .co_qualname = & const_str_lexists._ascii.ob_base,
99528 : : .co_linetable = & ntpath_toplevel_consts_24_linetable.ob_base.ob_base,
99529 : : ._co_code = NULL,
99530 : : ._co_linearray = NULL,
99531 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
99532 : : ._co_firsttraceable = 0,
99533 : : };
99534 : : static
99535 : : struct {
99536 : : PyASCIIObject _ascii;
99537 : : uint8_t _data[19];
99538 : : }
99539 : : const_str__getvolumepathname = {
99540 : : ._ascii = {
99541 : : .ob_base = {
99542 : : .ob_refcnt = 999999999,
99543 : : .ob_type = &PyUnicode_Type,
99544 : : },
99545 : : .length = 18,
99546 : : .hash = -1,
99547 : : .state = {
99548 : : .kind = 1,
99549 : : .compact = 1,
99550 : : .ascii = 1,
99551 : : },
99552 : : },
99553 : : ._data = "_getvolumepathname",
99554 : : };
99555 : : static
99556 : : struct {
99557 : : PyGC_Head _gc_head;
99558 : : struct {
99559 : : PyObject_VAR_HEAD
99560 : : PyObject *ob_item[1];
99561 : : }_object;
99562 : : }
99563 : : ntpath_toplevel_consts_25 = {
99564 : : ._object = {
99565 : : .ob_base = {
99566 : : .ob_base = {
99567 : : .ob_refcnt = 999999999,
99568 : : .ob_type = &PyTuple_Type,
99569 : : },
99570 : : .ob_size = 1,
99571 : : },
99572 : : .ob_item = {
99573 : : & const_str__getvolumepathname._ascii.ob_base,
99574 : : },
99575 : : },
99576 : : };
99577 : : static
99578 : : struct {
99579 : : PyASCIIObject _ascii;
99580 : : uint8_t _data[98];
99581 : : }
99582 : : ntpath_toplevel_consts_26_consts_0 = {
99583 : : ._ascii = {
99584 : : .ob_base = {
99585 : : .ob_refcnt = 999999999,
99586 : : .ob_type = &PyUnicode_Type,
99587 : : },
99588 : : .length = 97,
99589 : : .hash = -1,
99590 : : .state = {
99591 : : .kind = 1,
99592 : : .compact = 1,
99593 : : .ascii = 1,
99594 : : },
99595 : : },
99596 : : ._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",
99597 : : };
99598 : : static
99599 : : struct {
99600 : : PyGC_Head _gc_head;
99601 : : struct {
99602 : : PyObject_VAR_HEAD
99603 : : PyObject *ob_item[4];
99604 : : }_object;
99605 : : }
99606 : : ntpath_toplevel_consts_26_consts = {
99607 : : ._object = {
99608 : : .ob_base = {
99609 : : .ob_base = {
99610 : : .ob_refcnt = 999999999,
99611 : : .ob_type = &PyTuple_Type,
99612 : : },
99613 : : .ob_size = 4,
99614 : : },
99615 : : .ob_item = {
99616 : : & ntpath_toplevel_consts_26_consts_0._ascii.ob_base,
99617 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
99618 : : Py_True,
99619 : : Py_False,
99620 : : },
99621 : : },
99622 : : };
99623 : : static
99624 : : struct {
99625 : : PyGC_Head _gc_head;
99626 : : struct {
99627 : : PyObject_VAR_HEAD
99628 : : PyObject *ob_item[8];
99629 : : }_object;
99630 : : }
99631 : : ntpath_toplevel_consts_26_names = {
99632 : : ._object = {
99633 : : .ob_base = {
99634 : : .ob_base = {
99635 : : .ob_refcnt = 999999999,
99636 : : .ob_type = &PyTuple_Type,
99637 : : },
99638 : : .ob_size = 8,
99639 : : },
99640 : : .ob_item = {
99641 : : & const_str_os._ascii.ob_base,
99642 : : & const_str_fspath._ascii.ob_base,
99643 : : & const_str__get_bothseps._ascii.ob_base,
99644 : : & const_str_abspath._ascii.ob_base,
99645 : : & const_str_splitdrive._ascii.ob_base,
99646 : : & const_str__getvolumepathname._ascii.ob_base,
99647 : : & const_str_rstrip._ascii.ob_base,
99648 : : & const_str_casefold._ascii.ob_base,
99649 : : },
99650 : : },
99651 : : };
99652 : : static
99653 : : struct {
99654 : : PyObject_VAR_HEAD
99655 : : Py_hash_t ob_shash;
99656 : : char ob_sval[186];
99657 : : }
99658 : : ntpath_toplevel_consts_26_linetable = {
99659 : : .ob_base = {
99660 : : .ob_base = {
99661 : : .ob_refcnt = 999999999,
99662 : : .ob_type = &PyBytes_Type,
99663 : : },
99664 : : .ob_size = 185,
99665 : : },
99666 : : .ob_shash = -1,
99667 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x18\x98\x14\xd4\x0b\x1e\x80\x44\xdd\x0b\x12\x90\x34\x8c\x3d\x80\x44\xdd\x11\x1b\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x01\x05\x2c\x90\x04\x90\x51\x94\x07\x98\x34\x90\x0f\xf0\x00\x01\x05\x2c\xd8\x14\x18\x90\x08\xd0\x0f\x2b\x98\x64\xa0\x64\x98\x6c\xd0\x08\x2b\xd8\x07\x0b\xf0\x00\x01\x05\x14\x90\x04\x98\x04\x90\x0c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xe5\x07\x19\xf0\x00\x05\x05\x15\xd8\x0c\x10\x8f\x4b\x89\x4b\x98\x04\xd4\x0c\x1d\x88\x01\xdd\x0b\x1d\x98\x64\xd4\x0b\x23\xd7\x0b\x2a\xd1\x0b\x2a\xa8\x34\xd4\x0b\x30\x88\x01\xd8\x0f\x10\x8f\x7a\x89\x7a\x8c\x7c\x98\x71\x9f\x7a\x99\x7a\x9c\x7c\xd2\x0f\x2b\xd0\x08\x2b\xe0\x0f\x14\x88\x75",
99668 : : };
99669 : : static
99670 : : struct {
99671 : : PyASCIIObject _ascii;
99672 : : uint8_t _data[2];
99673 : : }
99674 : : const_str_y = {
99675 : : ._ascii = {
99676 : : .ob_base = {
99677 : : .ob_refcnt = 999999999,
99678 : : .ob_type = &PyUnicode_Type,
99679 : : },
99680 : : .length = 1,
99681 : : .hash = -1,
99682 : : .state = {
99683 : : .kind = 1,
99684 : : .compact = 1,
99685 : : .ascii = 1,
99686 : : },
99687 : : },
99688 : : ._data = "y",
99689 : : };
99690 : : static
99691 : : struct {
99692 : : PyGC_Head _gc_head;
99693 : : struct {
99694 : : PyObject_VAR_HEAD
99695 : : PyObject *ob_item[6];
99696 : : }_object;
99697 : : }
99698 : : ntpath_toplevel_consts_26_localsplusnames = {
99699 : : ._object = {
99700 : : .ob_base = {
99701 : : .ob_base = {
99702 : : .ob_refcnt = 999999999,
99703 : : .ob_type = &PyTuple_Type,
99704 : : },
99705 : : .ob_size = 6,
99706 : : },
99707 : : .ob_item = {
99708 : : &_Py_ID(path),
99709 : : & const_str_seps._ascii.ob_base,
99710 : : & const_str_root._ascii.ob_base,
99711 : : & const_str_rest._ascii.ob_base,
99712 : : & const_str_x._ascii.ob_base,
99713 : : & const_str_y._ascii.ob_base,
99714 : : },
99715 : : },
99716 : : };
99717 : : static
99718 : : struct _PyCode_DEF(370)
99719 : : ntpath_toplevel_consts_26 = {
99720 : : .ob_base = {
99721 : : .ob_base = {
99722 : : .ob_refcnt = 999999999,
99723 : : .ob_type = &PyCode_Type,
99724 : : },
99725 : : .ob_size = 185,
99726 : : },
99727 : : .co_consts = & ntpath_toplevel_consts_26_consts._object.ob_base.ob_base,
99728 : : .co_names = & ntpath_toplevel_consts_26_names._object.ob_base.ob_base,
99729 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
99730 : : .co_flags = 3,
99731 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
99732 : : ._co_linearray_entry_size = 0,
99733 : : .co_argcount = 1,
99734 : : .co_posonlyargcount = 0,
99735 : : .co_kwonlyargcount = 0,
99736 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
99737 : : .co_stacksize = 3,
99738 : : .co_firstlineno = 294,
99739 : : .co_nlocalsplus = 6,
99740 : : .co_nlocals = 6,
99741 : : .co_nplaincellvars = 0,
99742 : : .co_ncellvars = 0,
99743 : : .co_nfreevars = 0,
99744 : : .co_localsplusnames = & ntpath_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
99745 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
99746 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
99747 : : .co_name = & const_str_ismount._ascii.ob_base,
99748 : : .co_qualname = & const_str_ismount._ascii.ob_base,
99749 : : .co_linetable = & ntpath_toplevel_consts_26_linetable.ob_base.ob_base,
99750 : : ._co_code = NULL,
99751 : : ._co_linearray = NULL,
99752 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x11\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x00\x72\x07\x7c\x03\x0c\x00\x70\x03\x7c\x03\x7c\x01\x76\x00\x53\x00\x7c\x03\x72\x06\x7c\x03\x7c\x01\x76\x00\x72\x02\x64\x02\x53\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x53\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00\x64\x03\x53\x00",
99753 : : ._co_firsttraceable = 0,
99754 : : };
99755 : : static
99756 : : struct {
99757 : : PyASCIIObject _ascii;
99758 : : uint8_t _data[77];
99759 : : }
99760 : : ntpath_toplevel_consts_27_consts_0 = {
99761 : : ._ascii = {
99762 : : .ob_base = {
99763 : : .ob_refcnt = 999999999,
99764 : : .ob_type = &PyUnicode_Type,
99765 : : },
99766 : : .length = 76,
99767 : : .hash = -1,
99768 : : .state = {
99769 : : .kind = 1,
99770 : : .compact = 1,
99771 : : .ascii = 1,
99772 : : },
99773 : : },
99774 : : ._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",
99775 : : };
99776 : : static
99777 : : struct {
99778 : : PyASCIIObject _ascii;
99779 : : uint8_t _data[2];
99780 : : }
99781 : : ntpath_toplevel_consts_27_consts_2 = {
99782 : : ._ascii = {
99783 : : .ob_base = {
99784 : : .ob_refcnt = 999999999,
99785 : : .ob_type = &PyUnicode_Type,
99786 : : },
99787 : : .length = 1,
99788 : : .hash = -1,
99789 : : .state = {
99790 : : .kind = 1,
99791 : : .compact = 1,
99792 : : .ascii = 1,
99793 : : },
99794 : : },
99795 : : ._data = "~",
99796 : : };
99797 : : static
99798 : : struct {
99799 : : PyASCIIObject _ascii;
99800 : : uint8_t _data[12];
99801 : : }
99802 : : const_str_USERPROFILE = {
99803 : : ._ascii = {
99804 : : .ob_base = {
99805 : : .ob_refcnt = 999999999,
99806 : : .ob_type = &PyUnicode_Type,
99807 : : },
99808 : : .length = 11,
99809 : : .hash = -1,
99810 : : .state = {
99811 : : .kind = 1,
99812 : : .compact = 1,
99813 : : .ascii = 1,
99814 : : },
99815 : : },
99816 : : ._data = "USERPROFILE",
99817 : : };
99818 : : static
99819 : : struct {
99820 : : PyASCIIObject _ascii;
99821 : : uint8_t _data[9];
99822 : : }
99823 : : const_str_HOMEPATH = {
99824 : : ._ascii = {
99825 : : .ob_base = {
99826 : : .ob_refcnt = 999999999,
99827 : : .ob_type = &PyUnicode_Type,
99828 : : },
99829 : : .length = 8,
99830 : : .hash = -1,
99831 : : .state = {
99832 : : .kind = 1,
99833 : : .compact = 1,
99834 : : .ascii = 1,
99835 : : },
99836 : : },
99837 : : ._data = "HOMEPATH",
99838 : : };
99839 : : static
99840 : : struct {
99841 : : PyASCIIObject _ascii;
99842 : : uint8_t _data[10];
99843 : : }
99844 : : const_str_HOMEDRIVE = {
99845 : : ._ascii = {
99846 : : .ob_base = {
99847 : : .ob_refcnt = 999999999,
99848 : : .ob_type = &PyUnicode_Type,
99849 : : },
99850 : : .length = 9,
99851 : : .hash = -1,
99852 : : .state = {
99853 : : .kind = 1,
99854 : : .compact = 1,
99855 : : .ascii = 1,
99856 : : },
99857 : : },
99858 : : ._data = "HOMEDRIVE",
99859 : : };
99860 : : static
99861 : : struct {
99862 : : PyASCIIObject _ascii;
99863 : : uint8_t _data[9];
99864 : : }
99865 : : const_str_USERNAME = {
99866 : : ._ascii = {
99867 : : .ob_base = {
99868 : : .ob_refcnt = 999999999,
99869 : : .ob_type = &PyUnicode_Type,
99870 : : },
99871 : : .length = 8,
99872 : : .hash = -1,
99873 : : .state = {
99874 : : .kind = 1,
99875 : : .compact = 1,
99876 : : .ascii = 1,
99877 : : },
99878 : : },
99879 : : ._data = "USERNAME",
99880 : : };
99881 : : static
99882 : : struct {
99883 : : PyGC_Head _gc_head;
99884 : : struct {
99885 : : PyObject_VAR_HEAD
99886 : : PyObject *ob_item[10];
99887 : : }_object;
99888 : : }
99889 : : ntpath_toplevel_consts_27_consts = {
99890 : : ._object = {
99891 : : .ob_base = {
99892 : : .ob_base = {
99893 : : .ob_refcnt = 999999999,
99894 : : .ob_type = &PyTuple_Type,
99895 : : },
99896 : : .ob_size = 10,
99897 : : },
99898 : : .ob_item = {
99899 : : & ntpath_toplevel_consts_27_consts_0._ascii.ob_base,
99900 : : (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
99901 : : & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
99902 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
99903 : : & const_str_USERPROFILE._ascii.ob_base,
99904 : : & const_str_HOMEPATH._ascii.ob_base,
99905 : : & const_str_HOMEDRIVE._ascii.ob_base,
99906 : : &_Py_STR(empty),
99907 : : & const_str_USERNAME._ascii.ob_base,
99908 : : Py_None,
99909 : : },
99910 : : },
99911 : : };
99912 : : static
99913 : : struct {
99914 : : PyGC_Head _gc_head;
99915 : : struct {
99916 : : PyObject_VAR_HEAD
99917 : : PyObject *ob_item[15];
99918 : : }_object;
99919 : : }
99920 : : ntpath_toplevel_consts_27_names = {
99921 : : ._object = {
99922 : : .ob_base = {
99923 : : .ob_base = {
99924 : : .ob_refcnt = 999999999,
99925 : : .ob_type = &PyTuple_Type,
99926 : : },
99927 : : .ob_size = 15,
99928 : : },
99929 : : .ob_item = {
99930 : : & const_str_os._ascii.ob_base,
99931 : : & const_str_fspath._ascii.ob_base,
99932 : : &_Py_ID(isinstance),
99933 : : & const_str_bytes._ascii.ob_base,
99934 : : & const_str_startswith._ascii.ob_base,
99935 : : &_Py_ID(len),
99936 : : & const_str__get_bothseps._ascii.ob_base,
99937 : : & const_str_environ._ascii.ob_base,
99938 : : & const_str_KeyError._ascii.ob_base,
99939 : : &_Py_ID(join),
99940 : : & const_str_fsdecode._ascii.ob_base,
99941 : : &_Py_ID(get),
99942 : : & const_str_basename._ascii.ob_base,
99943 : : & const_str_dirname._ascii.ob_base,
99944 : : & const_str_fsencode._ascii.ob_base,
99945 : : },
99946 : : },
99947 : : };
99948 : : static
99949 : : struct {
99950 : : PyObject_VAR_HEAD
99951 : : Py_hash_t ob_shash;
99952 : : char ob_sval[465];
99953 : : }
99954 : : ntpath_toplevel_consts_27_linetable = {
99955 : : .ob_base = {
99956 : : .ob_base = {
99957 : : .ob_refcnt = 999999999,
99958 : : .ob_type = &PyBytes_Type,
99959 : : },
99960 : : .ob_size = 464,
99961 : : },
99962 : : .ob_shash = -1,
99963 : : .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x14\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x13\x88\x05\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xd8\x0b\x0c\x8d\x63\x90\x24\x8c\x69\x80\x71\x80\x41\xd8\x0a\x0b\x88\x61\x8a\x25\xf0\x00\x01\x05\x0f\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd4\x23\x36\xd0\x14\x36\xf0\x00\x01\x05\x0f\xd8\x08\x09\x88\x51\x89\x06\x88\x01\xf0\x03\x00\x0b\x0c\x88\x61\x8a\x25\xf0\x00\x01\x05\x0f\x90\x44\x98\x11\x94\x47\xa5\x3d\xb0\x14\xd4\x23\x36\xd0\x14\x36\xf0\x00\x01\x05\x0f\xf0\x06\x00\x08\x15\x9d\x02\x9f\x0a\x99\x0a\xd0\x07\x22\xf0\x00\x09\x05\x37\xdd\x13\x15\x97\x3a\x91\x3a\x98\x6d\xd4\x13\x2c\x88\x08\x88\x08\xd8\x0d\x17\x9d\x32\x9f\x3a\x99\x3a\xd0\x0d\x25\xf0\x00\x07\x05\x37\xd8\x0f\x13\x88\x0b\xf0\x04\x03\x09\x17\xdd\x14\x16\x97\x4a\x91\x4a\x98\x7b\xd4\x14\x2b\x88\x45\xf5\x06\x00\x14\x18\x98\x05\x9d\x72\x9f\x7a\x99\x7a\xa8\x2a\xd4\x1f\x35\xd4\x13\x36\x88\x08\xe0\x07\x08\x88\x41\x82\x76\xf0\x00\x0e\x05\x3c\xd8\x16\x1a\x98\x31\x98\x51\x90\x69\x88\x0b\xdd\x0b\x15\x90\x6b\xa5\x35\xd4\x0b\x29\xf0\x00\x01\x09\x33\xdd\x1a\x25\x9f\x2b\x99\x2b\xa0\x6b\xd4\x1a\x32\x88\x4b\xdd\x17\x19\x97\x7a\x91\x7a\x97\x7e\x91\x7e\xa0\x6a\xd4\x17\x31\x88\x0c\xe0\x0b\x16\x98\x2c\xd2\x0b\x26\xf0\x00\x08\x09\x3c\xf0\x0c\x00\x10\x1c\x9d\x78\xa8\x08\xd4\x1f\x31\xd2\x0f\x31\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x0b\xdd\x17\x1b\x9d\x47\xa0\x48\xd4\x1c\x2d\xa8\x7b\xd4\x17\x3b\x88\x48\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x01\x05\x29\xdd\x13\x1e\x97\x3b\x91\x3b\x98\x78\xd4\x13\x28\x88\x08\xe0\x0b\x13\x90\x64\x98\x31\x90\x68\x90\x68\xd1\x0b\x1e\xd0\x04\x1e\xf8\xf5\x2f\x00\x10\x18\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xf0\x00\x01\x09\x17\xd8\x14\x16\x88\x45\x88\x45\x88\x45\xf0\x03\x01\x09\x17\xf8\xf8\xf8",
99964 : : };
99965 : : static
99966 : : struct {
99967 : : PyObject_VAR_HEAD
99968 : : Py_hash_t ob_shash;
99969 : : char ob_sval[19];
99970 : : }
99971 : : ntpath_toplevel_consts_27_exceptiontable = {
99972 : : .ob_base = {
99973 : : .ob_base = {
99974 : : .ob_refcnt = 999999999,
99975 : : .ob_type = &PyBytes_Type,
99976 : : },
99977 : : .ob_size = 18,
99978 : : },
99979 : : .ob_shash = -1,
99980 : : .ob_sval = "\xc3\x0f\x17\x47\x03\x00\xc7\x03\x0c\x47\x12\x03\xc7\x11\x01\x47\x12\x03",
99981 : : };
99982 : : static
99983 : : struct {
99984 : : PyASCIIObject _ascii;
99985 : : uint8_t _data[6];
99986 : : }
99987 : : const_str_tilde = {
99988 : : ._ascii = {
99989 : : .ob_base = {
99990 : : .ob_refcnt = 999999999,
99991 : : .ob_type = &PyUnicode_Type,
99992 : : },
99993 : : .length = 5,
99994 : : .hash = -1,
99995 : : .state = {
99996 : : .kind = 1,
99997 : : .compact = 1,
99998 : : .ascii = 1,
99999 : : },
100000 : : },
100001 : : ._data = "tilde",
100002 : : };
100003 : : static
100004 : : struct {
100005 : : PyASCIIObject _ascii;
100006 : : uint8_t _data[9];
100007 : : }
100008 : : const_str_userhome = {
100009 : : ._ascii = {
100010 : : .ob_base = {
100011 : : .ob_refcnt = 999999999,
100012 : : .ob_type = &PyUnicode_Type,
100013 : : },
100014 : : .length = 8,
100015 : : .hash = -1,
100016 : : .state = {
100017 : : .kind = 1,
100018 : : .compact = 1,
100019 : : .ascii = 1,
100020 : : },
100021 : : },
100022 : : ._data = "userhome",
100023 : : };
100024 : : static
100025 : : struct {
100026 : : PyASCIIObject _ascii;
100027 : : uint8_t _data[6];
100028 : : }
100029 : : const_str_drive = {
100030 : : ._ascii = {
100031 : : .ob_base = {
100032 : : .ob_refcnt = 999999999,
100033 : : .ob_type = &PyUnicode_Type,
100034 : : },
100035 : : .length = 5,
100036 : : .hash = -1,
100037 : : .state = {
100038 : : .kind = 1,
100039 : : .compact = 1,
100040 : : .ascii = 1,
100041 : : },
100042 : : },
100043 : : ._data = "drive",
100044 : : };
100045 : : static
100046 : : struct {
100047 : : PyASCIIObject _ascii;
100048 : : uint8_t _data[12];
100049 : : }
100050 : : const_str_target_user = {
100051 : : ._ascii = {
100052 : : .ob_base = {
100053 : : .ob_refcnt = 999999999,
100054 : : .ob_type = &PyUnicode_Type,
100055 : : },
100056 : : .length = 11,
100057 : : .hash = -1,
100058 : : .state = {
100059 : : .kind = 1,
100060 : : .compact = 1,
100061 : : .ascii = 1,
100062 : : },
100063 : : },
100064 : : ._data = "target_user",
100065 : : };
100066 : : static
100067 : : struct {
100068 : : PyASCIIObject _ascii;
100069 : : uint8_t _data[13];
100070 : : }
100071 : : const_str_current_user = {
100072 : : ._ascii = {
100073 : : .ob_base = {
100074 : : .ob_refcnt = 999999999,
100075 : : .ob_type = &PyUnicode_Type,
100076 : : },
100077 : : .length = 12,
100078 : : .hash = -1,
100079 : : .state = {
100080 : : .kind = 1,
100081 : : .compact = 1,
100082 : : .ascii = 1,
100083 : : },
100084 : : },
100085 : : ._data = "current_user",
100086 : : };
100087 : : static
100088 : : struct {
100089 : : PyGC_Head _gc_head;
100090 : : struct {
100091 : : PyObject_VAR_HEAD
100092 : : PyObject *ob_item[8];
100093 : : }_object;
100094 : : }
100095 : : ntpath_toplevel_consts_27_localsplusnames = {
100096 : : ._object = {
100097 : : .ob_base = {
100098 : : .ob_base = {
100099 : : .ob_refcnt = 999999999,
100100 : : .ob_type = &PyTuple_Type,
100101 : : },
100102 : : .ob_size = 8,
100103 : : },
100104 : : .ob_item = {
100105 : : &_Py_ID(path),
100106 : : & const_str_tilde._ascii.ob_base,
100107 : : & const_str_i._ascii.ob_base,
100108 : : & const_str_n._ascii.ob_base,
100109 : : & const_str_userhome._ascii.ob_base,
100110 : : & const_str_drive._ascii.ob_base,
100111 : : & const_str_target_user._ascii.ob_base,
100112 : : & const_str_current_user._ascii.ob_base,
100113 : : },
100114 : : },
100115 : : };
100116 : : static
100117 : : struct _PyCode_DEF(938)
100118 : : ntpath_toplevel_consts_27 = {
100119 : : .ob_base = {
100120 : : .ob_base = {
100121 : : .ob_refcnt = 999999999,
100122 : : .ob_type = &PyCode_Type,
100123 : : },
100124 : : .ob_size = 469,
100125 : : },
100126 : : .co_consts = & ntpath_toplevel_consts_27_consts._object.ob_base.ob_base,
100127 : : .co_names = & ntpath_toplevel_consts_27_names._object.ob_base.ob_base,
100128 : : .co_exceptiontable = & ntpath_toplevel_consts_27_exceptiontable.ob_base.ob_base,
100129 : : .co_flags = 3,
100130 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100131 : : ._co_linearray_entry_size = 0,
100132 : : .co_argcount = 1,
100133 : : .co_posonlyargcount = 0,
100134 : : .co_kwonlyargcount = 0,
100135 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
100136 : : .co_stacksize = 5,
100137 : : .co_firstlineno = 323,
100138 : : .co_nlocalsplus = 8,
100139 : : .co_nlocals = 8,
100140 : : .co_nplaincellvars = 0,
100141 : : .co_ncellvars = 0,
100142 : : .co_nfreevars = 0,
100143 : : .co_localsplusnames = & ntpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
100144 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
100145 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100146 : : .co_name = & const_str_expanduser._ascii.ob_base,
100147 : : .co_qualname = & const_str_expanduser._ascii.ob_base,
100148 : : .co_linetable = & ntpath_toplevel_consts_27_linetable.ob_base.ob_base,
100149 : : ._co_code = NULL,
100150 : : ._co_linearray = NULL,
100151 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x7d\x01\x6e\x02\x64\x02\x7d\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x64\x03\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7d\x02\x7c\x02\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x35\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x20\x7c\x02\x64\x03\x7a\x0d\x00\x00\x7d\x02\x7c\x02\x7c\x03\x6b\x00\x00\x00\x00\x00\x72\x15\x7c\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\xb0\x20\x64\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x18\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x6e\x50\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x02\x64\x03\x6b\x03\x00\x00\x00\x00\x72\x82\x7c\x00\x64\x03\x7c\x02\x1a\x00\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x7c\x07\x6b\x03\x00\x00\x00\x00\x72\x2c\x7c\x07\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x7c\x02\x64\x09\x1a\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x07\x7d\x05\x59\x00\x8c\xeb\x77\x00\x78\x03\x59\x00\x77\x01",
100152 : : ._co_firsttraceable = 0,
100153 : : };
100154 : : static
100155 : : struct {
100156 : : PyASCIIObject _ascii;
100157 : : uint8_t _data[103];
100158 : : }
100159 : : ntpath_toplevel_consts_28_consts_0 = {
100160 : : ._ascii = {
100161 : : .ob_base = {
100162 : : .ob_refcnt = 999999999,
100163 : : .ob_type = &PyUnicode_Type,
100164 : : },
100165 : : .length = 102,
100166 : : .hash = -1,
100167 : : .state = {
100168 : : .kind = 1,
100169 : : .compact = 1,
100170 : : .ascii = 1,
100171 : : },
100172 : : },
100173 : : ._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",
100174 : : };
100175 : : static
100176 : : struct {
100177 : : PyASCIIObject _ascii;
100178 : : uint8_t _data[3];
100179 : : }
100180 : : ntpath_toplevel_consts_28_consts_5 = {
100181 : : ._ascii = {
100182 : : .ob_base = {
100183 : : .ob_refcnt = 999999999,
100184 : : .ob_type = &PyUnicode_Type,
100185 : : },
100186 : : .length = 2,
100187 : : .hash = -1,
100188 : : .state = {
100189 : : .kind = 1,
100190 : : .compact = 1,
100191 : : .ascii = 1,
100192 : : },
100193 : : },
100194 : : ._data = "_-",
100195 : : };
100196 : : static
100197 : : struct {
100198 : : PyASCIIObject _ascii;
100199 : : uint8_t _data[9];
100200 : : }
100201 : : const_str_environb = {
100202 : : ._ascii = {
100203 : : .ob_base = {
100204 : : .ob_refcnt = 999999999,
100205 : : .ob_type = &PyUnicode_Type,
100206 : : },
100207 : : .length = 8,
100208 : : .hash = -1,
100209 : : .state = {
100210 : : .kind = 1,
100211 : : .compact = 1,
100212 : : .ascii = 1,
100213 : : },
100214 : : },
100215 : : ._data = "environb",
100216 : : };
100217 : : static
100218 : : struct {
100219 : : PyASCIIObject _ascii;
100220 : : uint8_t _data[2];
100221 : : }
100222 : : ntpath_toplevel_consts_28_consts_11 = {
100223 : : ._ascii = {
100224 : : .ob_base = {
100225 : : .ob_refcnt = 999999999,
100226 : : .ob_type = &PyUnicode_Type,
100227 : : },
100228 : : .length = 1,
100229 : : .hash = -1,
100230 : : .state = {
100231 : : .kind = 1,
100232 : : .compact = 1,
100233 : : .ascii = 1,
100234 : : },
100235 : : },
100236 : : ._data = "$",
100237 : : };
100238 : : static
100239 : : struct {
100240 : : PyASCIIObject _ascii;
100241 : : uint8_t _data[2];
100242 : : }
100243 : : ntpath_toplevel_consts_28_consts_13 = {
100244 : : ._ascii = {
100245 : : .ob_base = {
100246 : : .ob_refcnt = 999999999,
100247 : : .ob_type = &PyUnicode_Type,
100248 : : },
100249 : : .length = 1,
100250 : : .hash = -1,
100251 : : .state = {
100252 : : .kind = 1,
100253 : : .compact = 1,
100254 : : .ascii = 1,
100255 : : },
100256 : : },
100257 : : ._data = "'",
100258 : : };
100259 : : static
100260 : : struct {
100261 : : PyGC_Head _gc_head;
100262 : : struct {
100263 : : PyObject_VAR_HEAD
100264 : : PyObject *ob_item[18];
100265 : : }_object;
100266 : : }
100267 : : ntpath_toplevel_consts_28_consts = {
100268 : : ._object = {
100269 : : .ob_base = {
100270 : : .ob_base = {
100271 : : .ob_refcnt = 999999999,
100272 : : .ob_type = &PyTuple_Type,
100273 : : },
100274 : : .ob_size = 18,
100275 : : },
100276 : : .ob_item = {
100277 : : & ntpath_toplevel_consts_28_consts_0._ascii.ob_base,
100278 : : (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
100279 : : (PyObject *)&_Py_SINGLETON(bytes_characters[37]),
100280 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
100281 : : Py_None,
100282 : : & ntpath_toplevel_consts_28_consts_5._ascii.ob_base,
100283 : : & const_str_ascii._ascii.ob_base,
100284 : : (PyObject *)&_Py_SINGLETON(bytes_characters[39]),
100285 : : (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
100286 : : (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
100287 : : & const_str_environb._ascii.ob_base,
100288 : : & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
100289 : : &_Py_STR(percent),
100290 : : & ntpath_toplevel_consts_28_consts_13._ascii.ob_base,
100291 : : &_Py_STR(open_br),
100292 : : &_Py_STR(close_br),
100293 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
100294 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
100295 : : },
100296 : : },
100297 : : };
100298 : : static
100299 : : struct {
100300 : : PyASCIIObject _ascii;
100301 : : uint8_t _data[7];
100302 : : }
100303 : : const_str_string = {
100304 : : ._ascii = {
100305 : : .ob_base = {
100306 : : .ob_refcnt = 999999999,
100307 : : .ob_type = &PyUnicode_Type,
100308 : : },
100309 : : .length = 6,
100310 : : .hash = -1,
100311 : : .state = {
100312 : : .kind = 1,
100313 : : .compact = 1,
100314 : : .ascii = 1,
100315 : : },
100316 : : },
100317 : : ._data = "string",
100318 : : };
100319 : : static
100320 : : struct {
100321 : : PyASCIIObject _ascii;
100322 : : uint8_t _data[14];
100323 : : }
100324 : : const_str_ascii_letters = {
100325 : : ._ascii = {
100326 : : .ob_base = {
100327 : : .ob_refcnt = 999999999,
100328 : : .ob_type = &PyUnicode_Type,
100329 : : },
100330 : : .length = 13,
100331 : : .hash = -1,
100332 : : .state = {
100333 : : .kind = 1,
100334 : : .compact = 1,
100335 : : .ascii = 1,
100336 : : },
100337 : : },
100338 : : ._data = "ascii_letters",
100339 : : };
100340 : : static
100341 : : struct {
100342 : : PyASCIIObject _ascii;
100343 : : uint8_t _data[7];
100344 : : }
100345 : : const_str_digits = {
100346 : : ._ascii = {
100347 : : .ob_base = {
100348 : : .ob_refcnt = 999999999,
100349 : : .ob_type = &PyUnicode_Type,
100350 : : },
100351 : : .length = 6,
100352 : : .hash = -1,
100353 : : .state = {
100354 : : .kind = 1,
100355 : : .compact = 1,
100356 : : .ascii = 1,
100357 : : },
100358 : : },
100359 : : ._data = "digits",
100360 : : };
100361 : : static
100362 : : struct {
100363 : : PyGC_Head _gc_head;
100364 : : struct {
100365 : : PyObject_VAR_HEAD
100366 : : PyObject *ob_item[15];
100367 : : }_object;
100368 : : }
100369 : : ntpath_toplevel_consts_28_names = {
100370 : : ._object = {
100371 : : .ob_base = {
100372 : : .ob_base = {
100373 : : .ob_refcnt = 999999999,
100374 : : .ob_type = &PyTuple_Type,
100375 : : },
100376 : : .ob_size = 15,
100377 : : },
100378 : : .ob_item = {
100379 : : & const_str_os._ascii.ob_base,
100380 : : & const_str_fspath._ascii.ob_base,
100381 : : &_Py_ID(isinstance),
100382 : : & const_str_bytes._ascii.ob_base,
100383 : : & const_str_string._ascii.ob_base,
100384 : : & const_str_ascii_letters._ascii.ob_base,
100385 : : & const_str_digits._ascii.ob_base,
100386 : : &_Py_ID(getattr),
100387 : : & const_str_environ._ascii.ob_base,
100388 : : &_Py_ID(len),
100389 : : & const_str_index._ascii.ob_base,
100390 : : & const_str_ValueError._ascii.ob_base,
100391 : : & const_str_fsencode._ascii.ob_base,
100392 : : & const_str_fsdecode._ascii.ob_base,
100393 : : & const_str_KeyError._ascii.ob_base,
100394 : : },
100395 : : },
100396 : : };
100397 : : static
100398 : : struct {
100399 : : PyObject_VAR_HEAD
100400 : : Py_hash_t ob_shash;
100401 : : char ob_sval[1334];
100402 : : }
100403 : : ntpath_toplevel_consts_28_linetable = {
100404 : : .ob_base = {
100405 : : .ob_base = {
100406 : : .ob_refcnt = 999999999,
100407 : : .ob_type = &PyBytes_Type,
100408 : : },
100409 : : .ob_size = 1333,
100410 : : },
100411 : : .ob_shash = -1,
100412 : : .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x15\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xf0\x00\x01\x09\x18\xa0\x04\xa8\x44\xd0\x20\x30\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xdd\x13\x18\x98\x16\xd7\x19\x2d\xd1\x19\x2d\xb0\x06\xb7\x0d\xb1\x0d\xd1\x19\x3d\xc0\x04\xd1\x19\x44\xc0\x67\xd4\x13\x4e\x88\x08\xd8\x10\x15\x88\x05\xd8\x12\x16\x88\x07\xd8\x10\x14\x88\x05\xd8\x11\x15\x88\x06\xd8\x11\x15\x88\x06\xdd\x12\x19\x9d\x22\x98\x6a\xa8\x24\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x18\x98\x73\xa8\x24\x98\x7f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xd8\x13\x19\xd7\x13\x27\xd1\x13\x27\xa8\x26\xaf\x2d\xa9\x2d\xd1\x13\x37\xb8\x24\xd1\x13\x3e\x88\x08\xd8\x10\x14\x88\x05\xd8\x12\x15\x88\x07\xd8\x10\x13\x88\x05\xd8\x11\x14\x88\x06\xd8\x11\x14\x88\x06\xdd\x12\x14\x97\x2a\x91\x2a\x88\x07\xd8\x0a\x0e\x88\x28\x90\x01\x88\x28\x80\x43\xd8\x0c\x0d\x80\x45\xdd\x0e\x11\x90\x24\x8c\x69\x80\x47\xd8\x0a\x0f\x90\x27\x8a\x2f\xf1\x00\x4b\x01\x05\x13\xd8\x0c\x10\x90\x15\x90\x75\x98\x51\x91\x77\xd0\x0c\x1f\x88\x01\xd8\x0b\x0c\x90\x05\x8a\x3a\xf0\x00\x48\x01\x09\x15\xd8\x13\x17\x98\x05\xa0\x01\x99\x09\xd0\x13\x23\xd0\x13\x23\x88\x44\xdd\x16\x19\x98\x24\x94\x69\x88\x47\xf0\x02\x05\x0d\x24\xd8\x18\x1c\x9f\x0a\x99\x0a\xa0\x31\x9c\x0d\x90\x05\xd8\x10\x13\x90\x71\x98\x34\xd0\x1b\x2b\xa0\x15\xa8\x11\xa1\x19\xd0\x1b\x2b\xd1\x17\x2b\xd1\x10\x2b\x90\x03\x91\x03\xf0\x08\x00\x0e\x0f\x90\x27\x8a\x5c\xf0\x00\x3f\x09\x15\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x0f\x28\xa8\x47\xd2\x0f\x33\xf0\x00\x14\x0d\x21\xd8\x10\x13\x90\x71\x91\x08\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\x91\x05\xe0\x17\x1b\x98\x45\xa0\x21\x99\x47\x90\x7e\x90\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x99\x4a\xa0\x77\xd4\x1c\x2f\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x2c\xa0\x05\x98\x2c\x90\x43\xf0\x02\x06\x15\x38\xd8\x1b\x22\xf0\x00\x03\x19\x31\xdd\x24\x2f\xa7\x4b\xa1\x4b\xb5\x02\xb7\x0a\xb1\x0a\xbd\x32\xbf\x3b\xb9\x3b\xc0\x73\xd4\x3b\x4b\xd4\x30\x4c\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf0\x06\x00\x15\x18\x98\x35\x91\x4c\x90\x43\x91\x43\xd8\x0d\x0e\x90\x26\x8a\x5b\xf1\x00\x29\x09\x15\xd8\x0f\x13\x90\x45\x98\x41\x91\x49\x98\x65\xa0\x61\x99\x69\xd0\x0f\x28\xa8\x46\xd2\x0f\x32\xf0\x00\x26\x0d\x1f\xd8\x10\x13\x90\x71\x91\x08\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\x91\x05\xd8\x11\x15\x90\x65\x98\x61\x91\x69\xa0\x05\xa8\x01\xa1\x09\xd0\x11\x2a\xa8\x65\xd2\x11\x33\xf0\x00\x23\x0d\x1f\xd8\x17\x1b\x98\x45\xa0\x21\x99\x47\x90\x7e\x90\x7e\x90\x04\xdd\x1a\x1d\x98\x64\x9c\x29\x90\x07\xf0\x02\x0e\x11\x21\xd8\x1c\x20\x9f\x4a\x99\x4a\xa0\x76\xd4\x1c\x2e\x90\x45\xf0\x0a\x00\x1b\x1f\x98\x2c\xa0\x05\x98\x2c\x90\x43\xf0\x02\x06\x15\x3e\xd8\x1b\x22\xf0\x00\x03\x19\x31\xdd\x24\x2f\xa7\x4b\xa1\x4b\xb5\x02\xb7\x0a\xb1\x0a\xbd\x32\xbf\x3b\xb9\x3b\xc0\x73\xd4\x3b\x4b\xd4\x30\x4c\xd4\x24\x4d\x98\x45\x98\x45\xe0\x24\x2b\xa8\x43\xa4\x4c\x98\x45\xf0\x06\x00\x15\x18\x98\x35\x91\x4c\x90\x43\x90\x43\xe0\x16\x1a\x90\x68\x98\x41\x90\x68\x90\x03\xd8\x10\x15\x98\x11\x91\x0a\x90\x05\xd8\x14\x18\x98\x15\x98\x75\xa0\x71\x99\x79\xd0\x14\x29\x90\x01\xd8\x16\x17\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\xf0\x00\x03\x11\x2e\xd8\x14\x17\x98\x31\x91\x48\x90\x43\xd8\x14\x19\x98\x51\x91\x4a\x90\x45\xd8\x18\x1c\x98\x55\xa0\x35\xa8\x31\xa1\x39\xd0\x18\x2d\x90\x41\xf0\x07\x00\x17\x18\xf0\x00\x03\x11\x2e\x98\x41\xa0\x18\x98\x4d\xf0\x00\x03\x11\x2e\xf0\x08\x06\x11\x29\xd8\x17\x1e\xf0\x00\x03\x15\x2d\xdd\x20\x2b\xa7\x0b\xa1\x0b\xad\x42\xaf\x4a\xa9\x4a\xb5\x72\xb7\x7b\xb1\x7b\xc0\x33\xd4\x37\x47\xd4\x2c\x48\xd4\x20\x49\x98\x05\x98\x05\xe0\x20\x27\xa8\x03\xa4\x0c\x98\x05\xf0\x06\x00\x11\x14\x90\x75\x91\x0c\x90\x03\xd8\x13\x14\xf0\x00\x01\x11\x1f\xd8\x14\x19\x98\x51\x91\x4a\x90\x45\x90\x45\xe0\x0c\x0f\x90\x31\x89\x48\x88\x43\xd8\x08\x0d\x90\x11\x89\x0a\x88\x05\xf0\x57\x02\x00\x0b\x10\x90\x27\x8a\x2f\xf1\x00\x4b\x01\x05\x13\xf0\x58\x02\x00\x0c\x0f\x80\x4a\xf8\xf5\x49\x02\x00\x14\x1e\xf0\x00\x02\x0d\x24\xf0\x00\x02\x0d\x24\xf0\x00\x02\x0d\x24\xd8\x10\x13\x90\x71\x98\x34\x91\x78\x91\x0f\x90\x03\xd8\x18\x1f\xa0\x21\x99\x0b\x90\x05\x90\x05\x90\x05\xf0\x05\x02\x0d\x24\xf8\xf8\xf8\xf8\xf5\x2c\x00\x1c\x24\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xd8\x20\x27\xa8\x23\xa1\x0d\xb0\x07\xd1\x20\x37\x98\x05\x98\x05\x99\x05\xf0\x03\x01\x15\x38\xf8\xf8\xf8\xf8\xf5\x15\x00\x18\x22\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xd8\x14\x17\x98\x37\xa0\x54\x99\x3e\xd1\x14\x29\x90\x43\xd8\x1c\x23\xa0\x61\x99\x4b\x90\x45\x90\x45\x90\x45\xf0\x05\x02\x11\x28\xf8\xf8\xf8\xf8\xf5\x40\x01\x00\x1c\x24\xf0\x00\x01\x15\x3e\xf0\x00\x01\x15\x3e\xf0\x00\x01\x15\x3e\xd8\x20\x26\xa8\x15\xa1\x0e\xb0\x13\xd1\x20\x34\xb0\x76\xd1\x20\x3d\x98\x05\x98\x05\x99\x05\xf0\x03\x01\x15\x3e\xf8\xf8\xf8\xf8\xf5\x15\x00\x18\x22\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xf0\x00\x02\x11\x28\xd8\x14\x17\x98\x36\xa0\x45\x99\x3e\xa8\x44\xd1\x1b\x30\xd1\x14\x30\x90\x43\xd8\x1c\x23\xa0\x61\x99\x4b\x90\x45\x90\x45\x90\x45\xf0\x05\x02\x11\x28\xf8\xf8\xf8\xf8\xf5\x34\x00\x18\x20\xf0\x00\x01\x11\x29\xf0\x00\x01\x11\x29\xf0\x00\x01\x11\x29\xd8\x1c\x22\xa0\x53\x99\x4c\x90\x45\x90\x45\x90\x45\xf0\x03\x01\x11\x29\xf8\xf8\xf8",
100413 : : };
100414 : : static
100415 : : struct {
100416 : : PyObject_VAR_HEAD
100417 : : Py_hash_t ob_shash;
100418 : : char ob_sval[112];
100419 : : }
100420 : : ntpath_toplevel_consts_28_exceptiontable = {
100421 : : .ob_base = {
100422 : : .ob_base = {
100423 : : .ob_refcnt = 999999999,
100424 : : .ob_type = &PyBytes_Type,
100425 : : },
100426 : : .ob_size = 111,
100427 : : },
100428 : : .ob_shash = -1,
100429 : : .ob_sval = "\xc4\x04\x20\x4c\x16\x00\xc5\x1d\x12\x4d\x0c\x00\xc5\x35\x41\x0c\x4c\x33\x00\xc8\x0f\x12\x4e\x05\x00\xc8\x27\x41\x0c\x4d\x29\x00\xca\x2a\x41\x0c\x4e\x25\x00\xcc\x16\x17\x4c\x30\x03\xcc\x2f\x01\x4c\x30\x03\xcc\x33\x12\x4d\x09\x03\xcd\x08\x01\x4d\x09\x03\xcd\x0c\x17\x4d\x26\x03\xcd\x25\x01\x4d\x26\x03\xcd\x29\x15\x4e\x02\x03\xce\x01\x01\x4e\x02\x03\xce\x05\x1a\x4e\x22\x03\xce\x21\x01\x4e\x22\x03\xce\x25\x0f\x4e\x37\x03\xce\x36\x01\x4e\x37\x03",
100430 : : };
100431 : : static
100432 : : struct {
100433 : : PyASCIIObject _ascii;
100434 : : uint8_t _data[9];
100435 : : }
100436 : : const_str_varchars = {
100437 : : ._ascii = {
100438 : : .ob_base = {
100439 : : .ob_refcnt = 999999999,
100440 : : .ob_type = &PyUnicode_Type,
100441 : : },
100442 : : .length = 8,
100443 : : .hash = -1,
100444 : : .state = {
100445 : : .kind = 1,
100446 : : .compact = 1,
100447 : : .ascii = 1,
100448 : : },
100449 : : },
100450 : : ._data = "varchars",
100451 : : };
100452 : : static
100453 : : struct {
100454 : : PyASCIIObject _ascii;
100455 : : uint8_t _data[6];
100456 : : }
100457 : : const_str_quote = {
100458 : : ._ascii = {
100459 : : .ob_base = {
100460 : : .ob_refcnt = 999999999,
100461 : : .ob_type = &PyUnicode_Type,
100462 : : },
100463 : : .length = 5,
100464 : : .hash = -1,
100465 : : .state = {
100466 : : .kind = 1,
100467 : : .compact = 1,
100468 : : .ascii = 1,
100469 : : },
100470 : : },
100471 : : ._data = "quote",
100472 : : };
100473 : : static
100474 : : struct {
100475 : : PyASCIIObject _ascii;
100476 : : uint8_t _data[8];
100477 : : }
100478 : : const_str_percent = {
100479 : : ._ascii = {
100480 : : .ob_base = {
100481 : : .ob_refcnt = 999999999,
100482 : : .ob_type = &PyUnicode_Type,
100483 : : },
100484 : : .length = 7,
100485 : : .hash = -1,
100486 : : .state = {
100487 : : .kind = 1,
100488 : : .compact = 1,
100489 : : .ascii = 1,
100490 : : },
100491 : : },
100492 : : ._data = "percent",
100493 : : };
100494 : : static
100495 : : struct {
100496 : : PyASCIIObject _ascii;
100497 : : uint8_t _data[6];
100498 : : }
100499 : : const_str_brace = {
100500 : : ._ascii = {
100501 : : .ob_base = {
100502 : : .ob_refcnt = 999999999,
100503 : : .ob_type = &PyUnicode_Type,
100504 : : },
100505 : : .length = 5,
100506 : : .hash = -1,
100507 : : .state = {
100508 : : .kind = 1,
100509 : : .compact = 1,
100510 : : .ascii = 1,
100511 : : },
100512 : : },
100513 : : ._data = "brace",
100514 : : };
100515 : : static
100516 : : struct {
100517 : : PyASCIIObject _ascii;
100518 : : uint8_t _data[7];
100519 : : }
100520 : : const_str_rbrace = {
100521 : : ._ascii = {
100522 : : .ob_base = {
100523 : : .ob_refcnt = 999999999,
100524 : : .ob_type = &PyUnicode_Type,
100525 : : },
100526 : : .length = 6,
100527 : : .hash = -1,
100528 : : .state = {
100529 : : .kind = 1,
100530 : : .compact = 1,
100531 : : .ascii = 1,
100532 : : },
100533 : : },
100534 : : ._data = "rbrace",
100535 : : };
100536 : : static
100537 : : struct {
100538 : : PyASCIIObject _ascii;
100539 : : uint8_t _data[7];
100540 : : }
100541 : : const_str_dollar = {
100542 : : ._ascii = {
100543 : : .ob_base = {
100544 : : .ob_refcnt = 999999999,
100545 : : .ob_type = &PyUnicode_Type,
100546 : : },
100547 : : .length = 6,
100548 : : .hash = -1,
100549 : : .state = {
100550 : : .kind = 1,
100551 : : .compact = 1,
100552 : : .ascii = 1,
100553 : : },
100554 : : },
100555 : : ._data = "dollar",
100556 : : };
100557 : : static
100558 : : struct {
100559 : : PyASCIIObject _ascii;
100560 : : uint8_t _data[4];
100561 : : }
100562 : : const_str_res = {
100563 : : ._ascii = {
100564 : : .ob_base = {
100565 : : .ob_refcnt = 999999999,
100566 : : .ob_type = &PyUnicode_Type,
100567 : : },
100568 : : .length = 3,
100569 : : .hash = -1,
100570 : : .state = {
100571 : : .kind = 1,
100572 : : .compact = 1,
100573 : : .ascii = 1,
100574 : : },
100575 : : },
100576 : : ._data = "res",
100577 : : };
100578 : : static
100579 : : struct {
100580 : : PyASCIIObject _ascii;
100581 : : uint8_t _data[8];
100582 : : }
100583 : : const_str_pathlen = {
100584 : : ._ascii = {
100585 : : .ob_base = {
100586 : : .ob_refcnt = 999999999,
100587 : : .ob_type = &PyUnicode_Type,
100588 : : },
100589 : : .length = 7,
100590 : : .hash = -1,
100591 : : .state = {
100592 : : .kind = 1,
100593 : : .compact = 1,
100594 : : .ascii = 1,
100595 : : },
100596 : : },
100597 : : ._data = "pathlen",
100598 : : };
100599 : : static
100600 : : struct {
100601 : : PyASCIIObject _ascii;
100602 : : uint8_t _data[4];
100603 : : }
100604 : : const_str_var = {
100605 : : ._ascii = {
100606 : : .ob_base = {
100607 : : .ob_refcnt = 999999999,
100608 : : .ob_type = &PyUnicode_Type,
100609 : : },
100610 : : .length = 3,
100611 : : .hash = -1,
100612 : : .state = {
100613 : : .kind = 1,
100614 : : .compact = 1,
100615 : : .ascii = 1,
100616 : : },
100617 : : },
100618 : : ._data = "var",
100619 : : };
100620 : : static
100621 : : struct {
100622 : : PyGC_Head _gc_head;
100623 : : struct {
100624 : : PyObject_VAR_HEAD
100625 : : PyObject *ob_item[15];
100626 : : }_object;
100627 : : }
100628 : : ntpath_toplevel_consts_28_localsplusnames = {
100629 : : ._object = {
100630 : : .ob_base = {
100631 : : .ob_base = {
100632 : : .ob_refcnt = 999999999,
100633 : : .ob_type = &PyTuple_Type,
100634 : : },
100635 : : .ob_size = 15,
100636 : : },
100637 : : .ob_item = {
100638 : : &_Py_ID(path),
100639 : : & const_str_string._ascii.ob_base,
100640 : : & const_str_varchars._ascii.ob_base,
100641 : : & const_str_quote._ascii.ob_base,
100642 : : & const_str_percent._ascii.ob_base,
100643 : : & const_str_brace._ascii.ob_base,
100644 : : & const_str_rbrace._ascii.ob_base,
100645 : : & const_str_dollar._ascii.ob_base,
100646 : : & const_str_environ._ascii.ob_base,
100647 : : & const_str_res._ascii.ob_base,
100648 : : & const_str_index._ascii.ob_base,
100649 : : & const_str_pathlen._ascii.ob_base,
100650 : : & const_str_c._ascii.ob_base,
100651 : : & const_str_var._ascii.ob_base,
100652 : : & const_str_value._ascii.ob_base,
100653 : : },
100654 : : },
100655 : : };
100656 : : static
100657 : : struct _PyCode_DEF(1908)
100658 : : ntpath_toplevel_consts_28 = {
100659 : : .ob_base = {
100660 : : .ob_base = {
100661 : : .ob_refcnt = 999999999,
100662 : : .ob_type = &PyCode_Type,
100663 : : },
100664 : : .ob_size = 954,
100665 : : },
100666 : : .co_consts = & ntpath_toplevel_consts_28_consts._object.ob_base.ob_base,
100667 : : .co_names = & ntpath_toplevel_consts_28_names._object.ob_base.ob_base,
100668 : : .co_exceptiontable = & ntpath_toplevel_consts_28_exceptiontable.ob_base.ob_base,
100669 : : .co_flags = 3,
100670 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100671 : : ._co_linearray_entry_size = 0,
100672 : : .co_argcount = 1,
100673 : : .co_posonlyargcount = 0,
100674 : : .co_kwonlyargcount = 0,
100675 : : .co_framesize = 21 + FRAME_SPECIALS_SIZE,
100676 : : .co_stacksize = 6,
100677 : : .co_firstlineno = 384,
100678 : : .co_nlocalsplus = 15,
100679 : : .co_nlocals = 15,
100680 : : .co_nplaincellvars = 0,
100681 : : .co_ncellvars = 0,
100682 : : .co_nfreevars = 0,
100683 : : .co_localsplusnames = & ntpath_toplevel_consts_28_localsplusnames._object.ob_base.ob_base,
100684 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_57_consts_9_localspluskinds.ob_base.ob_base,
100685 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100686 : : .co_name = & const_str_expandvars._ascii.ob_base,
100687 : : .co_qualname = & const_str_expandvars._ascii.ob_base,
100688 : : .co_linetable = & ntpath_toplevel_consts_28_linetable.ob_base.ob_base,
100689 : : ._co_code = NULL,
100690 : : ._co_linearray = NULL,
100691 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x55\x64\x01\x7c\x00\x76\x01\x72\x06\x64\x02\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x64\x03\x64\x04\x6c\x04\x7d\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x64\x05\x7a\x00\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x07\x7d\x03\x64\x02\x7d\x04\x64\x08\x7d\x05\x64\x09\x7d\x06\x64\x01\x7d\x07\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x64\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x6e\x45\x64\x0b\x7c\x00\x76\x01\x72\x06\x64\x0c\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x64\x03\x64\x04\x6c\x04\x7d\x01\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x64\x05\x7a\x00\x00\x00\x7d\x02\x64\x0d\x7d\x03\x64\x0c\x7d\x04\x64\x0e\x7d\x05\x64\x0f\x7d\x06\x64\x0b\x7d\x07\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x00\x64\x04\x64\x03\x1a\x00\x7d\x09\x64\x03\x7d\x0a\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0a\x7c\x0b\x6b\x00\x00\x00\x00\x00\x3e\x02\x72\x34\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x38\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x09\x7c\x0c\x7c\x00\x64\x04\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x3e\x01\x6e\xe2\x7c\x0c\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x9c\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x3e\x01\x6e\xc1\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x1a\x00\x7d\x0d\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x3e\x01\x6e\x40\x7c\x0c\x7c\x07\x6b\x02\x00\x00\x00\x00\x3e\x01\x72\x34\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x0c\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x3e\x01\x6e\x1e\x7c\x00\x7c\x0a\x64\x10\x7a\x00\x00\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x1a\x00\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x80\x7c\x00\x7c\x0a\x64\x11\x7a\x00\x00\x00\x64\x04\x1a\x00\x7d\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x64\x04\x7c\x0a\x1a\x00\x7d\x0d\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x6e\x8f\x7c\x00\x64\x04\x64\x03\x1a\x00\x7d\x0d\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x72\x1c\x7c\x0c\x7c\x02\x76\x00\x72\x18\x7c\x0d\x7c\x0c\x7a\x0d\x00\x00\x7d\x0d\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x00\x7c\x0a\x7c\x0a\x64\x10\x7a\x00\x00\x00\x1a\x00\x7d\x0c\x7c\x0c\x72\x04\x7c\x0c\x7c\x02\x76\x00\xb0\x18\x09\x00\x7c\x08\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x6e\x08\x7c\x08\x7c\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7c\x09\x7c\x0e\x7a\x0d\x00\x00\x7d\x09\x7c\x0c\x72\x0b\x7c\x0a\x64\x10\x7a\x17\x00\x00\x7d\x0a\x6e\x05\x7c\x09\x7c\x0c\x7a\x0d\x00\x00\x7d\x09\x7c\x0a\x64\x10\x7a\x0d\x00\x00\x7d\x0a\x7c\x0a\x7c\x0b\x6b\x00\x00\x00\x00\x00\x3e\x02\xb0\x34\x7c\x09\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x7c\x09\x7c\x0c\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x27\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0c\x01\x00\x7c\x04\x7c\x0d\x7a\x00\x00\x00\x7c\x04\x7a\x00\x00\x00\x7d\x0e\x59\x00\x3e\x01\x8c\x87\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x01\x00\x7c\x09\x7c\x04\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x5d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x7c\x07\x7c\x05\x7a\x00\x00\x00\x7c\x0d\x7a\x00\x00\x00\x7c\x06\x7a\x00\x00\x00\x7d\x0e\x59\x00\x3e\x01\x8c\x0e\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x13\x01\x00\x7c\x09\x7c\x07\x7c\x05\x7a\x00\x00\x00\x7c\x00\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x09\x7c\x0b\x64\x10\x7a\x0a\x00\x00\x7d\x0a\x59\x00\x8c\x99\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x08\x01\x00\x7c\x07\x7c\x0d\x7a\x00\x00\x00\x7d\x0e\x59\x00\x8c\xc0\x77\x00\x78\x03\x59\x00\x77\x01",
100692 : : ._co_firsttraceable = 0,
100693 : : };
100694 : : static
100695 : : struct {
100696 : : PyASCIIObject _ascii;
100697 : : uint8_t _data[15];
100698 : : }
100699 : : const_str__path_normpath = {
100700 : : ._ascii = {
100701 : : .ob_base = {
100702 : : .ob_refcnt = 999999999,
100703 : : .ob_type = &PyUnicode_Type,
100704 : : },
100705 : : .length = 14,
100706 : : .hash = -1,
100707 : : .state = {
100708 : : .kind = 1,
100709 : : .compact = 1,
100710 : : .ascii = 1,
100711 : : },
100712 : : },
100713 : : ._data = "_path_normpath",
100714 : : };
100715 : : static
100716 : : struct {
100717 : : PyGC_Head _gc_head;
100718 : : struct {
100719 : : PyObject_VAR_HEAD
100720 : : PyObject *ob_item[1];
100721 : : }_object;
100722 : : }
100723 : : ntpath_toplevel_consts_29 = {
100724 : : ._object = {
100725 : : .ob_base = {
100726 : : .ob_base = {
100727 : : .ob_refcnt = 999999999,
100728 : : .ob_type = &PyTuple_Type,
100729 : : },
100730 : : .ob_size = 1,
100731 : : },
100732 : : .ob_item = {
100733 : : & const_str__path_normpath._ascii.ob_base,
100734 : : },
100735 : : },
100736 : : };
100737 : : static
100738 : : struct {
100739 : : PyASCIIObject _ascii;
100740 : : uint8_t _data[49];
100741 : : }
100742 : : ntpath_toplevel_consts_30_consts_0 = {
100743 : : ._ascii = {
100744 : : .ob_base = {
100745 : : .ob_refcnt = 999999999,
100746 : : .ob_type = &PyUnicode_Type,
100747 : : },
100748 : : .length = 48,
100749 : : .hash = -1,
100750 : : .state = {
100751 : : .kind = 1,
100752 : : .compact = 1,
100753 : : .ascii = 1,
100754 : : },
100755 : : },
100756 : : ._data = "Normalize path, eliminating double slashes, etc.",
100757 : : };
100758 : : static
100759 : : struct {
100760 : : PyGC_Head _gc_head;
100761 : : struct {
100762 : : PyObject_VAR_HEAD
100763 : : PyObject *ob_item[3];
100764 : : }_object;
100765 : : }
100766 : : ntpath_toplevel_consts_30_consts = {
100767 : : ._object = {
100768 : : .ob_base = {
100769 : : .ob_base = {
100770 : : .ob_refcnt = 999999999,
100771 : : .ob_type = &PyTuple_Type,
100772 : : },
100773 : : .ob_size = 3,
100774 : : },
100775 : : .ob_item = {
100776 : : & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
100777 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
100778 : : &_Py_STR(dot),
100779 : : },
100780 : : },
100781 : : };
100782 : : static
100783 : : struct {
100784 : : PyGC_Head _gc_head;
100785 : : struct {
100786 : : PyObject_VAR_HEAD
100787 : : PyObject *ob_item[7];
100788 : : }_object;
100789 : : }
100790 : : ntpath_toplevel_consts_30_names = {
100791 : : ._object = {
100792 : : .ob_base = {
100793 : : .ob_base = {
100794 : : .ob_refcnt = 999999999,
100795 : : .ob_type = &PyTuple_Type,
100796 : : },
100797 : : .ob_size = 7,
100798 : : },
100799 : : .ob_item = {
100800 : : & const_str_os._ascii.ob_base,
100801 : : & const_str_fspath._ascii.ob_base,
100802 : : &_Py_ID(isinstance),
100803 : : & const_str_bytes._ascii.ob_base,
100804 : : & const_str_fsencode._ascii.ob_base,
100805 : : & const_str__path_normpath._ascii.ob_base,
100806 : : & const_str_fsdecode._ascii.ob_base,
100807 : : },
100808 : : },
100809 : : };
100810 : : static
100811 : : struct {
100812 : : PyObject_VAR_HEAD
100813 : : Py_hash_t ob_shash;
100814 : : char ob_sval[82];
100815 : : }
100816 : : ntpath_toplevel_consts_30_linetable = {
100817 : : .ob_base = {
100818 : : .ob_base = {
100819 : : .ob_refcnt = 999999999,
100820 : : .ob_type = &PyBytes_Type,
100821 : : },
100822 : : .ob_size = 81,
100823 : : },
100824 : : .ob_shash = -1,
100825 : : .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x4a\x01\xdd\x13\x1e\x97\x3b\x91\x3b\x9d\x7e\xad\x62\xaf\x6b\xa9\x6b\xb8\x24\xd4\x2e\x3f\xd4\x1f\x40\xd4\x13\x41\xd0\x13\x49\xc0\x54\xd0\x0c\x49\xdd\x0f\x1d\x98\x64\xd4\x0f\x23\xd0\x0f\x2a\xa0\x73\xd0\x08\x2a",
100826 : : };
100827 : : static
100828 : : struct _PyCode_DEF(230)
100829 : : ntpath_toplevel_consts_30 = {
100830 : : .ob_base = {
100831 : : .ob_base = {
100832 : : .ob_refcnt = 999999999,
100833 : : .ob_type = &PyCode_Type,
100834 : : },
100835 : : .ob_size = 115,
100836 : : },
100837 : : .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
100838 : : .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
100839 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
100840 : : .co_flags = 3,
100841 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
100842 : : ._co_linearray_entry_size = 0,
100843 : : .co_argcount = 1,
100844 : : .co_posonlyargcount = 0,
100845 : : .co_kwonlyargcount = 0,
100846 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
100847 : : .co_stacksize = 7,
100848 : : .co_firstlineno = 551,
100849 : : .co_nlocalsplus = 1,
100850 : : .co_nlocals = 1,
100851 : : .co_nplaincellvars = 0,
100852 : : .co_ncellvars = 0,
100853 : : .co_nfreevars = 0,
100854 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
100855 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
100856 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
100857 : : .co_name = & const_str_normpath._ascii.ob_base,
100858 : : .co_qualname = & const_str_normpath._ascii.ob_base,
100859 : : .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
100860 : : ._co_code = NULL,
100861 : : ._co_linearray = NULL,
100862 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x39\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
100863 : : ._co_firsttraceable = 0,
100864 : : };
100865 : : static
100866 : : struct {
100867 : : PyObject_VAR_HEAD
100868 : : Py_hash_t ob_shash;
100869 : : char ob_sval[3];
100870 : : }
100871 : : ntpath_toplevel_consts_31_consts_4 = {
100872 : : .ob_base = {
100873 : : .ob_base = {
100874 : : .ob_refcnt = 999999999,
100875 : : .ob_type = &PyBytes_Type,
100876 : : },
100877 : : .ob_size = 2,
100878 : : },
100879 : : .ob_shash = -1,
100880 : : .ob_sval = "..",
100881 : : };
100882 : : static
100883 : : struct {
100884 : : PyObject_VAR_HEAD
100885 : : Py_hash_t ob_shash;
100886 : : char ob_sval[5];
100887 : : }
100888 : : ntpath_toplevel_consts_31_consts_5_0 = {
100889 : : .ob_base = {
100890 : : .ob_base = {
100891 : : .ob_refcnt = 999999999,
100892 : : .ob_type = &PyBytes_Type,
100893 : : },
100894 : : .ob_size = 4,
100895 : : },
100896 : : .ob_shash = -1,
100897 : : .ob_sval = "\\\\.\\",
100898 : : };
100899 : : static
100900 : : struct {
100901 : : PyGC_Head _gc_head;
100902 : : struct {
100903 : : PyObject_VAR_HEAD
100904 : : PyObject *ob_item[2];
100905 : : }_object;
100906 : : }
100907 : : ntpath_toplevel_consts_31_consts_5 = {
100908 : : ._object = {
100909 : : .ob_base = {
100910 : : .ob_base = {
100911 : : .ob_refcnt = 999999999,
100912 : : .ob_type = &PyTuple_Type,
100913 : : },
100914 : : .ob_size = 2,
100915 : : },
100916 : : .ob_item = {
100917 : : & ntpath_toplevel_consts_31_consts_5_0.ob_base.ob_base,
100918 : : & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
100919 : : },
100920 : : },
100921 : : };
100922 : : static
100923 : : struct {
100924 : : PyASCIIObject _ascii;
100925 : : uint8_t _data[5];
100926 : : }
100927 : : ntpath_toplevel_consts_31_consts_10_0 = {
100928 : : ._ascii = {
100929 : : .ob_base = {
100930 : : .ob_refcnt = 999999999,
100931 : : .ob_type = &PyUnicode_Type,
100932 : : },
100933 : : .length = 4,
100934 : : .hash = -1,
100935 : : .state = {
100936 : : .kind = 1,
100937 : : .compact = 1,
100938 : : .ascii = 1,
100939 : : },
100940 : : },
100941 : : ._data = "\\\\.\\",
100942 : : };
100943 : : static
100944 : : struct {
100945 : : PyGC_Head _gc_head;
100946 : : struct {
100947 : : PyObject_VAR_HEAD
100948 : : PyObject *ob_item[2];
100949 : : }_object;
100950 : : }
100951 : : ntpath_toplevel_consts_31_consts_10 = {
100952 : : ._object = {
100953 : : .ob_base = {
100954 : : .ob_base = {
100955 : : .ob_refcnt = 999999999,
100956 : : .ob_type = &PyTuple_Type,
100957 : : },
100958 : : .ob_size = 2,
100959 : : },
100960 : : .ob_item = {
100961 : : & ntpath_toplevel_consts_31_consts_10_0._ascii.ob_base,
100962 : : & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
100963 : : },
100964 : : },
100965 : : };
100966 : : static
100967 : : struct {
100968 : : PyGC_Head _gc_head;
100969 : : struct {
100970 : : PyObject_VAR_HEAD
100971 : : PyObject *ob_item[13];
100972 : : }_object;
100973 : : }
100974 : : ntpath_toplevel_consts_31_consts = {
100975 : : ._object = {
100976 : : .ob_base = {
100977 : : .ob_base = {
100978 : : .ob_refcnt = 999999999,
100979 : : .ob_type = &PyTuple_Type,
100980 : : },
100981 : : .ob_size = 13,
100982 : : },
100983 : : .ob_item = {
100984 : : & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
100985 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
100986 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
100987 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
100988 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
100989 : : & ntpath_toplevel_consts_31_consts_5._object.ob_base.ob_base,
100990 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
100991 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
100992 : : &_Py_STR(dot),
100993 : : & ntpath_toplevel_consts_2._ascii.ob_base,
100994 : : & ntpath_toplevel_consts_31_consts_10._object.ob_base.ob_base,
100995 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
100996 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
100997 : : },
100998 : : },
100999 : : };
101000 : : static
101001 : : struct {
101002 : : PyGC_Head _gc_head;
101003 : : struct {
101004 : : PyObject_VAR_HEAD
101005 : : PyObject *ob_item[13];
101006 : : }_object;
101007 : : }
101008 : : ntpath_toplevel_consts_31_names = {
101009 : : ._object = {
101010 : : .ob_base = {
101011 : : .ob_base = {
101012 : : .ob_refcnt = 999999999,
101013 : : .ob_type = &PyTuple_Type,
101014 : : },
101015 : : .ob_size = 13,
101016 : : },
101017 : : .ob_item = {
101018 : : & const_str_os._ascii.ob_base,
101019 : : & const_str_fspath._ascii.ob_base,
101020 : : &_Py_ID(isinstance),
101021 : : & const_str_bytes._ascii.ob_base,
101022 : : & const_str_startswith._ascii.ob_base,
101023 : : &_Py_ID(replace),
101024 : : & const_str_splitdrive._ascii.ob_base,
101025 : : & const_str_lstrip._ascii.ob_base,
101026 : : & const_str_split._ascii.ob_base,
101027 : : &_Py_ID(len),
101028 : : & const_str_endswith._ascii.ob_base,
101029 : : &_Py_ID(append),
101030 : : &_Py_ID(join),
101031 : : },
101032 : : },
101033 : : };
101034 : : static
101035 : : struct {
101036 : : PyObject_VAR_HEAD
101037 : : Py_hash_t ob_shash;
101038 : : char ob_sval[459];
101039 : : }
101040 : : ntpath_toplevel_consts_31_linetable = {
101041 : : .ob_base = {
101042 : : .ob_base = {
101043 : : .ob_refcnt = 999999999,
101044 : : .ob_type = &PyBytes_Type,
101045 : : },
101046 : : .ob_size = 458,
101047 : : },
101048 : : .ob_shash = -1,
101049 : : .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x0b\x09\x36\xd8\x12\x17\x88\x43\xd8\x15\x19\x88\x46\xd8\x15\x19\x88\x46\xd8\x15\x1a\x88\x46\xd8\x1f\x37\xd0\x0c\x1c\xd0\x0c\x1c\xe0\x12\x16\x88\x43\xd8\x15\x18\x88\x46\xd8\x15\x18\x88\x46\xd8\x15\x19\x88\x46\xd8\x1f\x35\xd0\x0c\x1c\xd8\x0b\x0f\x8f\x3f\x89\x3f\xd0\x1b\x2b\xd4\x0b\x2c\xf0\x00\x06\x09\x18\xf0\x0c\x00\x14\x18\x88\x4b\xd8\x0f\x13\x8f\x7c\x89\x7c\x98\x46\xa0\x43\xd4\x0f\x28\x88\x04\xdd\x17\x21\xa0\x24\xd4\x17\x27\x89\x0c\x88\x06\x90\x04\xf0\x06\x00\x0c\x10\x8f\x3f\x89\x3f\x98\x33\xd4\x0b\x1f\xf0\x00\x02\x09\x24\xd8\x0c\x12\x90\x63\x89\x4d\x88\x46\xd8\x13\x17\x97\x3b\x91\x3b\x98\x73\xd4\x13\x23\x88\x44\xe0\x10\x14\x97\x0a\x91\x0a\x98\x33\x94\x0f\x88\x05\xd8\x0c\x0d\x88\x01\xd8\x0e\x0f\x95\x23\x90\x65\x94\x2a\x8a\x6e\xf0\x00\x0c\x09\x17\xd8\x13\x18\x98\x11\x94\x38\xf0\x00\x0b\x0d\x17\x98\x75\xa0\x51\x9c\x78\xa8\x36\xd2\x1f\x31\xf0\x00\x0b\x0d\x17\xd8\x14\x19\x98\x21\x90\x48\x90\x48\xd8\x11\x16\x90\x71\x94\x18\x98\x56\xd2\x11\x23\xf0\x00\x09\x0d\x17\xd8\x13\x14\x90\x71\x92\x35\xf0\x00\x06\x11\x1b\x98\x55\xa0\x31\xa0\x51\xa1\x33\x9c\x5a\xa8\x36\xd2\x1d\x31\xf0\x00\x06\x11\x1b\xd8\x18\x1d\x98\x61\xa0\x01\x99\x63\xa0\x21\xa0\x41\xa1\x23\x98\x67\x98\x0e\xd8\x14\x15\x98\x11\x91\x46\x90\x41\x90\x41\xd8\x15\x16\x98\x21\x92\x56\xf0\x00\x03\x11\x1b\xa0\x06\xa7\x0f\xa1\x0f\xb0\x03\xd4\x20\x34\xf0\x00\x03\x11\x1b\xd8\x18\x1d\x98\x61\x98\x08\x98\x08\xe0\x14\x15\x98\x11\x91\x46\x90\x41\x90\x41\xe0\x10\x11\x90\x51\x91\x06\x90\x01\xf0\x19\x00\x0f\x10\x95\x23\x90\x65\x94\x2a\x8a\x6e\xf0\x00\x0c\x09\x17\xf0\x1c\x00\x10\x16\xf0\x00\x01\x09\x21\x98\x65\xf0\x00\x01\x09\x21\xd8\x0c\x11\x8f\x4c\x89\x4c\x98\x16\xd4\x0c\x20\xd0\x0c\x20\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x15\x9c\x0f\xd1\x0f\x27\xd0\x08\x27",
101050 : : };
101051 : : static
101052 : : struct {
101053 : : PyASCIIObject _ascii;
101054 : : uint8_t _data[17];
101055 : : }
101056 : : const_str_special_prefixes = {
101057 : : ._ascii = {
101058 : : .ob_base = {
101059 : : .ob_refcnt = 999999999,
101060 : : .ob_type = &PyUnicode_Type,
101061 : : },
101062 : : .length = 16,
101063 : : .hash = -1,
101064 : : .state = {
101065 : : .kind = 1,
101066 : : .compact = 1,
101067 : : .ascii = 1,
101068 : : },
101069 : : },
101070 : : ._data = "special_prefixes",
101071 : : };
101072 : : static
101073 : : struct {
101074 : : PyASCIIObject _ascii;
101075 : : uint8_t _data[6];
101076 : : }
101077 : : const_str_comps = {
101078 : : ._ascii = {
101079 : : .ob_base = {
101080 : : .ob_refcnt = 999999999,
101081 : : .ob_type = &PyUnicode_Type,
101082 : : },
101083 : : .length = 5,
101084 : : .hash = -1,
101085 : : .state = {
101086 : : .kind = 1,
101087 : : .compact = 1,
101088 : : .ascii = 1,
101089 : : },
101090 : : },
101091 : : ._data = "comps",
101092 : : };
101093 : : static
101094 : : struct {
101095 : : PyGC_Head _gc_head;
101096 : : struct {
101097 : : PyObject_VAR_HEAD
101098 : : PyObject *ob_item[9];
101099 : : }_object;
101100 : : }
101101 : : ntpath_toplevel_consts_31_localsplusnames = {
101102 : : ._object = {
101103 : : .ob_base = {
101104 : : .ob_base = {
101105 : : .ob_refcnt = 999999999,
101106 : : .ob_type = &PyTuple_Type,
101107 : : },
101108 : : .ob_size = 9,
101109 : : },
101110 : : .ob_item = {
101111 : : &_Py_ID(path),
101112 : : & const_str_sep._ascii.ob_base,
101113 : : & const_str_altsep._ascii.ob_base,
101114 : : & const_str_curdir._ascii.ob_base,
101115 : : & const_str_pardir._ascii.ob_base,
101116 : : & const_str_special_prefixes._ascii.ob_base,
101117 : : & const_str_prefix._ascii.ob_base,
101118 : : & const_str_comps._ascii.ob_base,
101119 : : & const_str_i._ascii.ob_base,
101120 : : },
101121 : : },
101122 : : };
101123 : : static
101124 : : struct _PyCode_DEF(740)
101125 : : ntpath_toplevel_consts_31 = {
101126 : : .ob_base = {
101127 : : .ob_base = {
101128 : : .ob_refcnt = 999999999,
101129 : : .ob_type = &PyCode_Type,
101130 : : },
101131 : : .ob_size = 370,
101132 : : },
101133 : : .co_consts = & ntpath_toplevel_consts_31_consts._object.ob_base.ob_base,
101134 : : .co_names = & ntpath_toplevel_consts_31_names._object.ob_base.ob_base,
101135 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
101136 : : .co_flags = 3,
101137 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101138 : : ._co_linearray_entry_size = 0,
101139 : : .co_argcount = 1,
101140 : : .co_posonlyargcount = 0,
101141 : : .co_kwonlyargcount = 0,
101142 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
101143 : : .co_stacksize = 4,
101144 : : .co_firstlineno = 500,
101145 : : .co_nlocalsplus = 9,
101146 : : .co_nlocals = 9,
101147 : : .co_nplaincellvars = 0,
101148 : : .co_ncellvars = 0,
101149 : : .co_nfreevars = 0,
101150 : : .co_localsplusnames = & ntpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
101151 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
101152 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101153 : : .co_name = & const_str_normpath._ascii.ob_base,
101154 : : .co_qualname = & const_str_normpath._ascii.ob_base,
101155 : : .co_linetable = & ntpath_toplevel_consts_31_linetable.ob_base.ob_base,
101156 : : ._co_code = NULL,
101157 : : ._co_linearray = NULL,
101158 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x64\x01\x7d\x01\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x64\x05\x7d\x05\x6e\x0a\x64\x06\x7d\x01\x64\x07\x7d\x02\x64\x08\x7d\x03\x64\x09\x7d\x04\x64\x0a\x7d\x05\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x06\x7c\x01\x7a\x0d\x00\x00\x7d\x06\x7c\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x64\x0b\x7d\x08\x7c\x08\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\x72\x82\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0c\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\x72\x04\x7c\x07\x7c\x08\x3d\x00\x6e\x59\x7c\x07\x7c\x08\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x48\x7c\x08\x64\x0b\x6b\x04\x00\x00\x00\x00\x72\x20\x7c\x07\x7c\x08\x64\x0c\x7a\x0a\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x03\x00\x00\x00\x00\x72\x11\x7c\x07\x7c\x08\x64\x0c\x7a\x0a\x00\x00\x7c\x08\x64\x0c\x7a\x00\x00\x00\x85\x02\x3d\x00\x7c\x08\x64\x0c\x7a\x17\x00\x00\x7d\x08\x6e\x27\x7c\x08\x64\x0b\x6b\x02\x00\x00\x00\x00\x72\x16\x7c\x06\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x04\x7c\x07\x7c\x08\x3d\x00\x6e\x0b\x7c\x08\x64\x0c\x7a\x0d\x00\x00\x7d\x08\x6e\x05\x7c\x08\x64\x0c\x7a\x0d\x00\x00\x7d\x08\x7c\x08\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x00\x00\x00\x00\x00\xb0\x82\x7c\x06\x73\x14\x7c\x07\x73\x12\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x7c\x01\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00",
101159 : : ._co_firsttraceable = 0,
101160 : : };
101161 : : static
101162 : : struct {
101163 : : PyASCIIObject _ascii;
101164 : : uint8_t _data[165];
101165 : : }
101166 : : ntpath_toplevel_consts_32_consts_0 = {
101167 : : ._ascii = {
101168 : : .ob_base = {
101169 : : .ob_refcnt = 999999999,
101170 : : .ob_type = &PyUnicode_Type,
101171 : : },
101172 : : .length = 164,
101173 : : .hash = -1,
101174 : : .state = {
101175 : : .kind = 1,
101176 : : .compact = 1,
101177 : : .ascii = 1,
101178 : : },
101179 : : },
101180 : : ._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",
101181 : : };
101182 : : static
101183 : : struct {
101184 : : PyGC_Head _gc_head;
101185 : : struct {
101186 : : PyObject_VAR_HEAD
101187 : : PyObject *ob_item[1];
101188 : : }_object;
101189 : : }
101190 : : ntpath_toplevel_consts_32_consts = {
101191 : : ._object = {
101192 : : .ob_base = {
101193 : : .ob_base = {
101194 : : .ob_refcnt = 999999999,
101195 : : .ob_type = &PyTuple_Type,
101196 : : },
101197 : : .ob_size = 1,
101198 : : },
101199 : : .ob_item = {
101200 : : & ntpath_toplevel_consts_32_consts_0._ascii.ob_base,
101201 : : },
101202 : : },
101203 : : };
101204 : : static
101205 : : struct {
101206 : : PyASCIIObject _ascii;
101207 : : uint8_t _data[8];
101208 : : }
101209 : : const_str_getcwdb = {
101210 : : ._ascii = {
101211 : : .ob_base = {
101212 : : .ob_refcnt = 999999999,
101213 : : .ob_type = &PyUnicode_Type,
101214 : : },
101215 : : .length = 7,
101216 : : .hash = -1,
101217 : : .state = {
101218 : : .kind = 1,
101219 : : .compact = 1,
101220 : : .ascii = 1,
101221 : : },
101222 : : },
101223 : : ._data = "getcwdb",
101224 : : };
101225 : : static
101226 : : struct {
101227 : : PyGC_Head _gc_head;
101228 : : struct {
101229 : : PyObject_VAR_HEAD
101230 : : PyObject *ob_item[9];
101231 : : }_object;
101232 : : }
101233 : : ntpath_toplevel_consts_32_names = {
101234 : : ._object = {
101235 : : .ob_base = {
101236 : : .ob_base = {
101237 : : .ob_refcnt = 999999999,
101238 : : .ob_type = &PyTuple_Type,
101239 : : },
101240 : : .ob_size = 9,
101241 : : },
101242 : : .ob_item = {
101243 : : & const_str_os._ascii.ob_base,
101244 : : & const_str_fspath._ascii.ob_base,
101245 : : & const_str_isabs._ascii.ob_base,
101246 : : &_Py_ID(isinstance),
101247 : : & const_str_bytes._ascii.ob_base,
101248 : : & const_str_getcwdb._ascii.ob_base,
101249 : : & const_str_getcwd._ascii.ob_base,
101250 : : &_Py_ID(join),
101251 : : & const_str_normpath._ascii.ob_base,
101252 : : },
101253 : : },
101254 : : };
101255 : : static
101256 : : struct {
101257 : : PyASCIIObject _ascii;
101258 : : uint8_t _data[18];
101259 : : }
101260 : : const_str__abspath_fallback = {
101261 : : ._ascii = {
101262 : : .ob_base = {
101263 : : .ob_refcnt = 999999999,
101264 : : .ob_type = &PyUnicode_Type,
101265 : : },
101266 : : .length = 17,
101267 : : .hash = -1,
101268 : : .state = {
101269 : : .kind = 1,
101270 : : .compact = 1,
101271 : : .ascii = 1,
101272 : : },
101273 : : },
101274 : : ._data = "_abspath_fallback",
101275 : : };
101276 : : static
101277 : : struct {
101278 : : PyObject_VAR_HEAD
101279 : : Py_hash_t ob_shash;
101280 : : char ob_sval[90];
101281 : : }
101282 : : ntpath_toplevel_consts_32_linetable = {
101283 : : .ob_base = {
101284 : : .ob_base = {
101285 : : .ob_refcnt = 999999999,
101286 : : .ob_type = &PyBytes_Type,
101287 : : },
101288 : : .ob_size = 89,
101289 : : },
101290 : : .ob_shash = -1,
101291 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\x88\x43\xe5\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x8c\x3e\xd0\x04\x19",
101292 : : };
101293 : : static
101294 : : struct {
101295 : : PyASCIIObject _ascii;
101296 : : uint8_t _data[4];
101297 : : }
101298 : : const_str_cwd = {
101299 : : ._ascii = {
101300 : : .ob_base = {
101301 : : .ob_refcnt = 999999999,
101302 : : .ob_type = &PyUnicode_Type,
101303 : : },
101304 : : .length = 3,
101305 : : .hash = -1,
101306 : : .state = {
101307 : : .kind = 1,
101308 : : .compact = 1,
101309 : : .ascii = 1,
101310 : : },
101311 : : },
101312 : : ._data = "cwd",
101313 : : };
101314 : : static
101315 : : struct {
101316 : : PyGC_Head _gc_head;
101317 : : struct {
101318 : : PyObject_VAR_HEAD
101319 : : PyObject *ob_item[2];
101320 : : }_object;
101321 : : }
101322 : : ntpath_toplevel_consts_32_localsplusnames = {
101323 : : ._object = {
101324 : : .ob_base = {
101325 : : .ob_base = {
101326 : : .ob_refcnt = 999999999,
101327 : : .ob_type = &PyTuple_Type,
101328 : : },
101329 : : .ob_size = 2,
101330 : : },
101331 : : .ob_item = {
101332 : : &_Py_ID(path),
101333 : : & const_str_cwd._ascii.ob_base,
101334 : : },
101335 : : },
101336 : : };
101337 : : static
101338 : : struct _PyCode_DEF(256)
101339 : : ntpath_toplevel_consts_32 = {
101340 : : .ob_base = {
101341 : : .ob_base = {
101342 : : .ob_refcnt = 999999999,
101343 : : .ob_type = &PyCode_Type,
101344 : : },
101345 : : .ob_size = 128,
101346 : : },
101347 : : .co_consts = & ntpath_toplevel_consts_32_consts._object.ob_base.ob_base,
101348 : : .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
101349 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
101350 : : .co_flags = 3,
101351 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101352 : : ._co_linearray_entry_size = 0,
101353 : : .co_argcount = 1,
101354 : : .co_posonlyargcount = 0,
101355 : : .co_kwonlyargcount = 0,
101356 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
101357 : : .co_stacksize = 4,
101358 : : .co_firstlineno = 559,
101359 : : .co_nlocalsplus = 2,
101360 : : .co_nlocals = 2,
101361 : : .co_nplaincellvars = 0,
101362 : : .co_ncellvars = 0,
101363 : : .co_nfreevars = 0,
101364 : : .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
101365 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
101366 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101367 : : .co_name = & const_str__abspath_fallback._ascii.ob_base,
101368 : : .co_qualname = & const_str__abspath_fallback._ascii.ob_base,
101369 : : .co_linetable = & ntpath_toplevel_consts_32_linetable.ob_base.ob_base,
101370 : : ._co_code = NULL,
101371 : : ._co_linearray = NULL,
101372 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
101373 : : ._co_firsttraceable = 0,
101374 : : };
101375 : : static
101376 : : struct {
101377 : : PyASCIIObject _ascii;
101378 : : uint8_t _data[17];
101379 : : }
101380 : : const_str__getfullpathname = {
101381 : : ._ascii = {
101382 : : .ob_base = {
101383 : : .ob_refcnt = 999999999,
101384 : : .ob_type = &PyUnicode_Type,
101385 : : },
101386 : : .length = 16,
101387 : : .hash = -1,
101388 : : .state = {
101389 : : .kind = 1,
101390 : : .compact = 1,
101391 : : .ascii = 1,
101392 : : },
101393 : : },
101394 : : ._data = "_getfullpathname",
101395 : : };
101396 : : static
101397 : : struct {
101398 : : PyGC_Head _gc_head;
101399 : : struct {
101400 : : PyObject_VAR_HEAD
101401 : : PyObject *ob_item[1];
101402 : : }_object;
101403 : : }
101404 : : ntpath_toplevel_consts_33 = {
101405 : : ._object = {
101406 : : .ob_base = {
101407 : : .ob_base = {
101408 : : .ob_refcnt = 999999999,
101409 : : .ob_type = &PyTuple_Type,
101410 : : },
101411 : : .ob_size = 1,
101412 : : },
101413 : : .ob_item = {
101414 : : & const_str__getfullpathname._ascii.ob_base,
101415 : : },
101416 : : },
101417 : : };
101418 : : static
101419 : : struct {
101420 : : PyASCIIObject _ascii;
101421 : : uint8_t _data[39];
101422 : : }
101423 : : ntpath_toplevel_consts_34_consts_0 = {
101424 : : ._ascii = {
101425 : : .ob_base = {
101426 : : .ob_refcnt = 999999999,
101427 : : .ob_type = &PyUnicode_Type,
101428 : : },
101429 : : .length = 38,
101430 : : .hash = -1,
101431 : : .state = {
101432 : : .kind = 1,
101433 : : .compact = 1,
101434 : : .ascii = 1,
101435 : : },
101436 : : },
101437 : : ._data = "Return the absolute version of a path.",
101438 : : };
101439 : : static
101440 : : struct {
101441 : : PyGC_Head _gc_head;
101442 : : struct {
101443 : : PyObject_VAR_HEAD
101444 : : PyObject *ob_item[1];
101445 : : }_object;
101446 : : }
101447 : : ntpath_toplevel_consts_34_consts = {
101448 : : ._object = {
101449 : : .ob_base = {
101450 : : .ob_base = {
101451 : : .ob_refcnt = 999999999,
101452 : : .ob_type = &PyTuple_Type,
101453 : : },
101454 : : .ob_size = 1,
101455 : : },
101456 : : .ob_item = {
101457 : : & ntpath_toplevel_consts_34_consts_0._ascii.ob_base,
101458 : : },
101459 : : },
101460 : : };
101461 : : static
101462 : : struct {
101463 : : PyGC_Head _gc_head;
101464 : : struct {
101465 : : PyObject_VAR_HEAD
101466 : : PyObject *ob_item[5];
101467 : : }_object;
101468 : : }
101469 : : ntpath_toplevel_consts_34_names = {
101470 : : ._object = {
101471 : : .ob_base = {
101472 : : .ob_base = {
101473 : : .ob_refcnt = 999999999,
101474 : : .ob_type = &PyTuple_Type,
101475 : : },
101476 : : .ob_size = 5,
101477 : : },
101478 : : .ob_item = {
101479 : : & const_str__getfullpathname._ascii.ob_base,
101480 : : & const_str_normpath._ascii.ob_base,
101481 : : & const_str_OSError._ascii.ob_base,
101482 : : & const_str_ValueError._ascii.ob_base,
101483 : : & const_str__abspath_fallback._ascii.ob_base,
101484 : : },
101485 : : },
101486 : : };
101487 : : static
101488 : : struct {
101489 : : PyObject_VAR_HEAD
101490 : : Py_hash_t ob_shash;
101491 : : char ob_sval[72];
101492 : : }
101493 : : ntpath_toplevel_consts_34_linetable = {
101494 : : .ob_base = {
101495 : : .ob_base = {
101496 : : .ob_refcnt = 999999999,
101497 : : .ob_type = &PyBytes_Type,
101498 : : },
101499 : : .ob_size = 71,
101500 : : },
101501 : : .ob_shash = -1,
101502 : : .ob_sval = "\x80\x00\xf0\x04\x03\x09\x2b\xdd\x13\x23\xa5\x48\xa8\x54\xa4\x4e\xd4\x13\x33\xd0\x0c\x33\xf8\xdd\x10\x17\x9d\x1a\xd0\x0f\x24\xf0\x00\x01\x09\x2b\xf0\x00\x01\x09\x2b\xf0\x00\x01\x09\x2b\xdd\x13\x24\xa0\x54\xd4\x13\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x03\x01\x09\x2b\xf8\xf8\xf8",
101503 : : };
101504 : : static
101505 : : struct {
101506 : : PyObject_VAR_HEAD
101507 : : Py_hash_t ob_shash;
101508 : : char ob_sval[13];
101509 : : }
101510 : : ntpath_toplevel_consts_34_exceptiontable = {
101511 : : .ob_base = {
101512 : : .ob_base = {
101513 : : .ob_refcnt = 999999999,
101514 : : .ob_type = &PyBytes_Type,
101515 : : },
101516 : : .ob_size = 12,
101517 : : },
101518 : : .ob_shash = -1,
101519 : : .ob_sval = "\x82\x17\x1a\x00\x9a\x1e\x3b\x03\xba\x01\x3b\x03",
101520 : : };
101521 : : static
101522 : : struct _PyCode_DEF(124)
101523 : : ntpath_toplevel_consts_34 = {
101524 : : .ob_base = {
101525 : : .ob_base = {
101526 : : .ob_refcnt = 999999999,
101527 : : .ob_type = &PyCode_Type,
101528 : : },
101529 : : .ob_size = 62,
101530 : : },
101531 : : .co_consts = & ntpath_toplevel_consts_34_consts._object.ob_base.ob_base,
101532 : : .co_names = & ntpath_toplevel_consts_34_names._object.ob_base.ob_base,
101533 : : .co_exceptiontable = & ntpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
101534 : : .co_flags = 3,
101535 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101536 : : ._co_linearray_entry_size = 0,
101537 : : .co_argcount = 1,
101538 : : .co_posonlyargcount = 0,
101539 : : .co_kwonlyargcount = 0,
101540 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
101541 : : .co_stacksize = 5,
101542 : : .co_firstlineno = 583,
101543 : : .co_nlocalsplus = 1,
101544 : : .co_nlocals = 1,
101545 : : .co_nplaincellvars = 0,
101546 : : .co_ncellvars = 0,
101547 : : .co_nfreevars = 0,
101548 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
101549 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
101550 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101551 : : .co_name = & const_str_abspath._ascii.ob_base,
101552 : : .co_qualname = & const_str_abspath._ascii.ob_base,
101553 : : .co_linetable = & ntpath_toplevel_consts_34_linetable.ob_base.ob_base,
101554 : : ._co_code = NULL,
101555 : : ._co_linearray = NULL,
101556 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x10\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
101557 : : ._co_firsttraceable = 0,
101558 : : };
101559 : : static
101560 : : struct {
101561 : : PyASCIIObject _ascii;
101562 : : uint8_t _data[18];
101563 : : }
101564 : : const_str__getfinalpathname = {
101565 : : ._ascii = {
101566 : : .ob_base = {
101567 : : .ob_refcnt = 999999999,
101568 : : .ob_type = &PyUnicode_Type,
101569 : : },
101570 : : .length = 17,
101571 : : .hash = -1,
101572 : : .state = {
101573 : : .kind = 1,
101574 : : .compact = 1,
101575 : : .ascii = 1,
101576 : : },
101577 : : },
101578 : : ._data = "_getfinalpathname",
101579 : : };
101580 : : static
101581 : : struct {
101582 : : PyASCIIObject _ascii;
101583 : : uint8_t _data[9];
101584 : : }
101585 : : const_str_readlink = {
101586 : : ._ascii = {
101587 : : .ob_base = {
101588 : : .ob_refcnt = 999999999,
101589 : : .ob_type = &PyUnicode_Type,
101590 : : },
101591 : : .length = 8,
101592 : : .hash = -1,
101593 : : .state = {
101594 : : .kind = 1,
101595 : : .compact = 1,
101596 : : .ascii = 1,
101597 : : },
101598 : : },
101599 : : ._data = "readlink",
101600 : : };
101601 : : static
101602 : : struct {
101603 : : PyGC_Head _gc_head;
101604 : : struct {
101605 : : PyObject_VAR_HEAD
101606 : : PyObject *ob_item[2];
101607 : : }_object;
101608 : : }
101609 : : ntpath_toplevel_consts_35 = {
101610 : : ._object = {
101611 : : .ob_base = {
101612 : : .ob_base = {
101613 : : .ob_refcnt = 999999999,
101614 : : .ob_type = &PyTuple_Type,
101615 : : },
101616 : : .ob_size = 2,
101617 : : },
101618 : : .ob_item = {
101619 : : & const_str__getfinalpathname._ascii.ob_base,
101620 : : & const_str_readlink._ascii.ob_base,
101621 : : },
101622 : : },
101623 : : };
101624 : : static
101625 : : struct {
101626 : : PyObject_VAR_HEAD
101627 : : digit ob_digit[1];
101628 : : }
101629 : : const_int_4390 = {
101630 : : .ob_base = {
101631 : : .ob_base = {
101632 : : .ob_refcnt = 999999999,
101633 : : .ob_type = &PyLong_Type,
101634 : : },
101635 : : .ob_size = 1,
101636 : : },
101637 : : .ob_digit = { 4390 },
101638 : : };
101639 : : static
101640 : : struct {
101641 : : PyObject_VAR_HEAD
101642 : : digit ob_digit[1];
101643 : : }
101644 : : const_int_4392 = {
101645 : : .ob_base = {
101646 : : .ob_base = {
101647 : : .ob_refcnt = 999999999,
101648 : : .ob_type = &PyLong_Type,
101649 : : },
101650 : : .ob_size = 1,
101651 : : },
101652 : : .ob_digit = { 4392 },
101653 : : };
101654 : : static
101655 : : struct {
101656 : : PyObject_VAR_HEAD
101657 : : digit ob_digit[1];
101658 : : }
101659 : : const_int_4393 = {
101660 : : .ob_base = {
101661 : : .ob_base = {
101662 : : .ob_refcnt = 999999999,
101663 : : .ob_type = &PyLong_Type,
101664 : : },
101665 : : .ob_size = 1,
101666 : : },
101667 : : .ob_digit = { 4393 },
101668 : : };
101669 : : static
101670 : : struct {
101671 : : PyGC_Head _gc_head;
101672 : : struct {
101673 : : PyObject_VAR_HEAD
101674 : : PyObject *ob_item[12];
101675 : : }_object;
101676 : : }
101677 : : ntpath_toplevel_consts_36_consts_1 = {
101678 : : ._object = {
101679 : : .ob_base = {
101680 : : .ob_base = {
101681 : : .ob_refcnt = 999999999,
101682 : : .ob_type = &PyTuple_Type,
101683 : : },
101684 : : .ob_size = 12,
101685 : : },
101686 : : .ob_item = {
101687 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
101688 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
101689 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
101690 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
101691 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
101692 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
101693 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
101694 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
101695 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
101696 : : & const_int_4390.ob_base.ob_base,
101697 : : & const_int_4392.ob_base.ob_base,
101698 : : & const_int_4393.ob_base.ob_base,
101699 : : },
101700 : : },
101701 : : };
101702 : : static
101703 : : struct {
101704 : : PyGC_Head _gc_head;
101705 : : struct {
101706 : : PyObject_VAR_HEAD
101707 : : PyObject *ob_item[2];
101708 : : }_object;
101709 : : }
101710 : : ntpath_toplevel_consts_36_consts = {
101711 : : ._object = {
101712 : : .ob_base = {
101713 : : .ob_base = {
101714 : : .ob_refcnt = 999999999,
101715 : : .ob_type = &PyTuple_Type,
101716 : : },
101717 : : .ob_size = 2,
101718 : : },
101719 : : .ob_item = {
101720 : : Py_None,
101721 : : & ntpath_toplevel_consts_36_consts_1._object.ob_base.ob_base,
101722 : : },
101723 : : },
101724 : : };
101725 : : static
101726 : : struct {
101727 : : PyASCIIObject _ascii;
101728 : : uint8_t _data[13];
101729 : : }
101730 : : const_str__nt_readlink = {
101731 : : ._ascii = {
101732 : : .ob_base = {
101733 : : .ob_refcnt = 999999999,
101734 : : .ob_type = &PyUnicode_Type,
101735 : : },
101736 : : .length = 12,
101737 : : .hash = -1,
101738 : : .state = {
101739 : : .kind = 1,
101740 : : .compact = 1,
101741 : : .ascii = 1,
101742 : : },
101743 : : },
101744 : : ._data = "_nt_readlink",
101745 : : };
101746 : : static
101747 : : struct {
101748 : : PyASCIIObject _ascii;
101749 : : uint8_t _data[9];
101750 : : }
101751 : : const_str_winerror = {
101752 : : ._ascii = {
101753 : : .ob_base = {
101754 : : .ob_refcnt = 999999999,
101755 : : .ob_type = &PyUnicode_Type,
101756 : : },
101757 : : .length = 8,
101758 : : .hash = -1,
101759 : : .state = {
101760 : : .kind = 1,
101761 : : .compact = 1,
101762 : : .ascii = 1,
101763 : : },
101764 : : },
101765 : : ._data = "winerror",
101766 : : };
101767 : : static
101768 : : struct {
101769 : : PyGC_Head _gc_head;
101770 : : struct {
101771 : : PyObject_VAR_HEAD
101772 : : PyObject *ob_item[12];
101773 : : }_object;
101774 : : }
101775 : : ntpath_toplevel_consts_36_names = {
101776 : : ._object = {
101777 : : .ob_base = {
101778 : : .ob_base = {
101779 : : .ob_refcnt = 999999999,
101780 : : .ob_type = &PyTuple_Type,
101781 : : },
101782 : : .ob_size = 12,
101783 : : },
101784 : : .ob_item = {
101785 : : & const_str_set._ascii.ob_base,
101786 : : & const_str_normcase._ascii.ob_base,
101787 : : &_Py_ID(add),
101788 : : & const_str__nt_readlink._ascii.ob_base,
101789 : : & const_str_isabs._ascii.ob_base,
101790 : : & const_str_islink._ascii.ob_base,
101791 : : & const_str_normpath._ascii.ob_base,
101792 : : &_Py_ID(join),
101793 : : & const_str_dirname._ascii.ob_base,
101794 : : & const_str_OSError._ascii.ob_base,
101795 : : & const_str_winerror._ascii.ob_base,
101796 : : & const_str_ValueError._ascii.ob_base,
101797 : : },
101798 : : },
101799 : : };
101800 : : static
101801 : : struct {
101802 : : PyASCIIObject _ascii;
101803 : : uint8_t _data[15];
101804 : : }
101805 : : const_str__readlink_deep = {
101806 : : ._ascii = {
101807 : : .ob_base = {
101808 : : .ob_refcnt = 999999999,
101809 : : .ob_type = &PyUnicode_Type,
101810 : : },
101811 : : .length = 14,
101812 : : .hash = -1,
101813 : : .state = {
101814 : : .kind = 1,
101815 : : .compact = 1,
101816 : : .ascii = 1,
101817 : : },
101818 : : },
101819 : : ._data = "_readlink_deep",
101820 : : };
101821 : : static
101822 : : struct {
101823 : : PyObject_VAR_HEAD
101824 : : Py_hash_t ob_shash;
101825 : : char ob_sval[249];
101826 : : }
101827 : : ntpath_toplevel_consts_36_linetable = {
101828 : : .ob_base = {
101829 : : .ob_base = {
101830 : : .ob_refcnt = 999999999,
101831 : : .ob_type = &PyBytes_Type,
101832 : : },
101833 : : .ob_size = 248,
101834 : : },
101835 : : .ob_shash = -1,
101836 : : .ob_sval = "\x80\x00\xf0\x1e\x00\x1c\x4c\x01\xd0\x08\x18\xe5\x0f\x12\x8c\x75\x88\x04\xdd\x0e\x16\x90\x74\x8c\x6e\xa0\x44\xd0\x0e\x28\xf0\x00\x15\x09\x16\xd8\x0c\x10\x8f\x48\x89\x48\x95\x58\x98\x64\x94\x5e\xd4\x0c\x24\xd0\x0c\x24\xf0\x02\x13\x0d\x16\xd8\x1b\x1f\x90\x08\xdd\x17\x23\xa0\x44\xd4\x17\x29\x90\x04\xf5\x06\x00\x18\x1d\x98\x54\x94\x7b\xf0\x00\x07\x11\x43\x01\xf5\x08\x00\x1c\x22\xa0\x28\xd4\x1b\x2b\xf0\x00\x02\x15\x1e\xd8\x1f\x27\x98\x04\xd8\x18\x1d\xdd\x1b\x23\xa5\x44\xad\x17\xb0\x18\xd4\x29\x3a\xb8\x44\xd4\x24\x41\xd4\x1b\x42\x90\x44\xf5\x1d\x00\x0f\x17\x90\x74\x8c\x6e\xa0\x44\xd0\x0e\x28\xf0\x00\x15\x09\x16\xf0\x2c\x00\x10\x14\x88\x0b\xf8\xf5\x0f\x00\x14\x1b\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xf0\x00\x03\x0d\x16\xd8\x13\x15\x97\x3b\x91\x3b\xd0\x22\x32\xd0\x13\x32\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\x90\x45\x90\x45\x90\x45\xd8\x10\x15\xf8\xf8\xf8\xf8\xdd\x13\x1d\xf0\x00\x02\x0d\x16\xf0\x00\x02\x0d\x16\xf0\x00\x02\x0d\x16\xe0\x10\x15\x90\x05\xf0\x05\x02\x0d\x16\xf8\xf8\xf8",
101837 : : };
101838 : : static
101839 : : struct {
101840 : : PyObject_VAR_HEAD
101841 : : Py_hash_t ob_shash;
101842 : : char ob_sval[42];
101843 : : }
101844 : : ntpath_toplevel_consts_36_exceptiontable = {
101845 : : .ob_base = {
101846 : : .ob_base = {
101847 : : .ob_refcnt = 999999999,
101848 : : .ob_type = &PyBytes_Type,
101849 : : },
101850 : : .ob_size = 41,
101851 : : },
101852 : : .ob_shash = -1,
101853 : : .ob_sval = "\xbc\x2b\x42\x1d\x00\xc1\x28\x24\x42\x1d\x00\xc2\x1d\x0a\x43\x0b\x03\xc2\x27\x0e\x42\x3b\x03\xc2\x3a\x01\x42\x3b\x03\xc2\x3b\x0d\x43\x0b\x03\xc3\x0a\x01\x43\x0b\x03",
101854 : : };
101855 : : static
101856 : : struct {
101857 : : PyASCIIObject _ascii;
101858 : : uint8_t _data[17];
101859 : : }
101860 : : const_str_allowed_winerror = {
101861 : : ._ascii = {
101862 : : .ob_base = {
101863 : : .ob_refcnt = 999999999,
101864 : : .ob_type = &PyUnicode_Type,
101865 : : },
101866 : : .length = 16,
101867 : : .hash = -1,
101868 : : .state = {
101869 : : .kind = 1,
101870 : : .compact = 1,
101871 : : .ascii = 1,
101872 : : },
101873 : : },
101874 : : ._data = "allowed_winerror",
101875 : : };
101876 : : static
101877 : : struct {
101878 : : PyASCIIObject _ascii;
101879 : : uint8_t _data[9];
101880 : : }
101881 : : const_str_old_path = {
101882 : : ._ascii = {
101883 : : .ob_base = {
101884 : : .ob_refcnt = 999999999,
101885 : : .ob_type = &PyUnicode_Type,
101886 : : },
101887 : : .length = 8,
101888 : : .hash = -1,
101889 : : .state = {
101890 : : .kind = 1,
101891 : : .compact = 1,
101892 : : .ascii = 1,
101893 : : },
101894 : : },
101895 : : ._data = "old_path",
101896 : : };
101897 : : static
101898 : : struct {
101899 : : PyASCIIObject _ascii;
101900 : : uint8_t _data[3];
101901 : : }
101902 : : const_str_ex = {
101903 : : ._ascii = {
101904 : : .ob_base = {
101905 : : .ob_refcnt = 999999999,
101906 : : .ob_type = &PyUnicode_Type,
101907 : : },
101908 : : .length = 2,
101909 : : .hash = -1,
101910 : : .state = {
101911 : : .kind = 1,
101912 : : .compact = 1,
101913 : : .ascii = 1,
101914 : : },
101915 : : },
101916 : : ._data = "ex",
101917 : : };
101918 : : static
101919 : : struct {
101920 : : PyGC_Head _gc_head;
101921 : : struct {
101922 : : PyObject_VAR_HEAD
101923 : : PyObject *ob_item[5];
101924 : : }_object;
101925 : : }
101926 : : ntpath_toplevel_consts_36_localsplusnames = {
101927 : : ._object = {
101928 : : .ob_base = {
101929 : : .ob_base = {
101930 : : .ob_refcnt = 999999999,
101931 : : .ob_type = &PyTuple_Type,
101932 : : },
101933 : : .ob_size = 5,
101934 : : },
101935 : : .ob_item = {
101936 : : &_Py_ID(path),
101937 : : & const_str_allowed_winerror._ascii.ob_base,
101938 : : & const_str_seen._ascii.ob_base,
101939 : : & const_str_old_path._ascii.ob_base,
101940 : : & const_str_ex._ascii.ob_base,
101941 : : },
101942 : : },
101943 : : };
101944 : : static
101945 : : struct _PyCode_DEF(412)
101946 : : ntpath_toplevel_consts_36 = {
101947 : : .ob_base = {
101948 : : .ob_base = {
101949 : : .ob_refcnt = 999999999,
101950 : : .ob_type = &PyCode_Type,
101951 : : },
101952 : : .ob_size = 206,
101953 : : },
101954 : : .co_consts = & ntpath_toplevel_consts_36_consts._object.ob_base.ob_base,
101955 : : .co_names = & ntpath_toplevel_consts_36_names._object.ob_base.ob_base,
101956 : : .co_exceptiontable = & ntpath_toplevel_consts_36_exceptiontable.ob_base.ob_base,
101957 : : .co_flags = 3,
101958 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
101959 : : ._co_linearray_entry_size = 0,
101960 : : .co_argcount = 1,
101961 : : .co_posonlyargcount = 0,
101962 : : .co_kwonlyargcount = 0,
101963 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
101964 : : .co_stacksize = 7,
101965 : : .co_firstlineno = 596,
101966 : : .co_nlocalsplus = 5,
101967 : : .co_nlocals = 5,
101968 : : .co_nplaincellvars = 0,
101969 : : .co_ncellvars = 0,
101970 : : .co_nfreevars = 0,
101971 : : .co_localsplusnames = & ntpath_toplevel_consts_36_localsplusnames._object.ob_base.ob_base,
101972 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
101973 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
101974 : : .co_name = & const_str__readlink_deep._ascii.ob_base,
101975 : : .co_qualname = & const_str__readlink_deep._ascii.ob_base,
101976 : : .co_linetable = & ntpath_toplevel_consts_36_linetable.ob_base.ob_base,
101977 : : ._co_code = NULL,
101978 : : ._co_linearray = NULL,
101979 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\x72\x7d\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x34\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x03\x7c\x03\x7d\x00\x6e\x33\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x76\x01\xb0\x7d\x7c\x00\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x19\x7d\x04\x7c\x04\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x00\x72\x05\x59\x00\x64\x00\x7d\x04\x7e\x04\x8c\x1f\x82\x00\x64\x00\x7d\x04\x7e\x04\x77\x01\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
101980 : : ._co_firsttraceable = 0,
101981 : : };
101982 : : static
101983 : : struct {
101984 : : PyObject_VAR_HEAD
101985 : : digit ob_digit[1];
101986 : : }
101987 : : const_int_1920 = {
101988 : : .ob_base = {
101989 : : .ob_base = {
101990 : : .ob_refcnt = 999999999,
101991 : : .ob_type = &PyLong_Type,
101992 : : },
101993 : : .ob_size = 1,
101994 : : },
101995 : : .ob_digit = { 1920 },
101996 : : };
101997 : : static
101998 : : struct {
101999 : : PyObject_VAR_HEAD
102000 : : digit ob_digit[1];
102001 : : }
102002 : : const_int_1921 = {
102003 : : .ob_base = {
102004 : : .ob_base = {
102005 : : .ob_refcnt = 999999999,
102006 : : .ob_type = &PyLong_Type,
102007 : : },
102008 : : .ob_size = 1,
102009 : : },
102010 : : .ob_digit = { 1921 },
102011 : : };
102012 : : static
102013 : : struct {
102014 : : PyGC_Head _gc_head;
102015 : : struct {
102016 : : PyObject_VAR_HEAD
102017 : : PyObject *ob_item[12];
102018 : : }_object;
102019 : : }
102020 : : ntpath_toplevel_consts_37_consts_1 = {
102021 : : ._object = {
102022 : : .ob_base = {
102023 : : .ob_base = {
102024 : : .ob_refcnt = 999999999,
102025 : : .ob_type = &PyTuple_Type,
102026 : : },
102027 : : .ob_size = 12,
102028 : : },
102029 : : .ob_item = {
102030 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
102031 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
102032 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
102033 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
102034 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 21],
102035 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
102036 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 50],
102037 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 67],
102038 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 87],
102039 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 123],
102040 : : & const_int_1920.ob_base.ob_base,
102041 : : & const_int_1921.ob_base.ob_base,
102042 : : },
102043 : : },
102044 : : };
102045 : : static
102046 : : struct {
102047 : : PyGC_Head _gc_head;
102048 : : struct {
102049 : : PyObject_VAR_HEAD
102050 : : PyObject *ob_item[3];
102051 : : }_object;
102052 : : }
102053 : : ntpath_toplevel_consts_37_consts = {
102054 : : ._object = {
102055 : : .ob_base = {
102056 : : .ob_base = {
102057 : : .ob_refcnt = 999999999,
102058 : : .ob_type = &PyTuple_Type,
102059 : : },
102060 : : .ob_size = 3,
102061 : : },
102062 : : .ob_item = {
102063 : : Py_None,
102064 : : & ntpath_toplevel_consts_37_consts_1._object.ob_base.ob_base,
102065 : : &_Py_STR(empty),
102066 : : },
102067 : : },
102068 : : };
102069 : : static
102070 : : struct {
102071 : : PyGC_Head _gc_head;
102072 : : struct {
102073 : : PyObject_VAR_HEAD
102074 : : PyObject *ob_item[6];
102075 : : }_object;
102076 : : }
102077 : : ntpath_toplevel_consts_37_names = {
102078 : : ._object = {
102079 : : .ob_base = {
102080 : : .ob_base = {
102081 : : .ob_refcnt = 999999999,
102082 : : .ob_type = &PyTuple_Type,
102083 : : },
102084 : : .ob_size = 6,
102085 : : },
102086 : : .ob_item = {
102087 : : & const_str__getfinalpathname._ascii.ob_base,
102088 : : &_Py_ID(join),
102089 : : & const_str_OSError._ascii.ob_base,
102090 : : & const_str_winerror._ascii.ob_base,
102091 : : & const_str__readlink_deep._ascii.ob_base,
102092 : : & const_str_split._ascii.ob_base,
102093 : : },
102094 : : },
102095 : : };
102096 : : static
102097 : : struct {
102098 : : PyASCIIObject _ascii;
102099 : : uint8_t _data[28];
102100 : : }
102101 : : const_str__getfinalpathname_nonstrict = {
102102 : : ._ascii = {
102103 : : .ob_base = {
102104 : : .ob_refcnt = 999999999,
102105 : : .ob_type = &PyUnicode_Type,
102106 : : },
102107 : : .length = 27,
102108 : : .hash = -1,
102109 : : .state = {
102110 : : .kind = 1,
102111 : : .compact = 1,
102112 : : .ascii = 1,
102113 : : },
102114 : : },
102115 : : ._data = "_getfinalpathname_nonstrict",
102116 : : };
102117 : : static
102118 : : struct {
102119 : : PyObject_VAR_HEAD
102120 : : Py_hash_t ob_shash;
102121 : : char ob_sval[333];
102122 : : }
102123 : : ntpath_toplevel_consts_37_linetable = {
102124 : : .ob_base = {
102125 : : .ob_base = {
102126 : : .ob_refcnt = 999999999,
102127 : : .ob_type = &PyBytes_Type,
102128 : : },
102129 : : .ob_size = 332,
102130 : : },
102131 : : .ob_shash = -1,
102132 : : .ob_sval = "\x80\x00\xf0\x1e\x00\x1c\x4b\x01\xd0\x08\x18\xf0\x08\x00\x10\x12\x88\x04\xd8\x0e\x12\xf0\x00\x17\x09\x3a\xf0\x02\x16\x0d\x3a\xdd\x17\x28\xa8\x14\xd4\x17\x2e\x90\x04\xd8\x2b\x2f\xd0\x17\x39\x95\x74\x98\x44\xa0\x24\xd4\x17\x27\xd0\x17\x27\xb0\x54\xd0\x10\x39\xf0\x2a\x00\x10\x14\x88\x0b\xf8\xf5\x29\x00\x14\x1b\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xf0\x00\x13\x0d\x3a\xd8\x13\x15\x97\x3b\x91\x3b\xd0\x26\x36\xd0\x13\x36\xf0\x00\x01\x11\x1a\xd8\x14\x19\xf0\x02\x09\x11\x19\xf5\x08\x00\x20\x2e\xa8\x64\xd4\x1f\x33\x90\x48\xd8\x17\x1f\xa0\x34\xd2\x17\x27\xf0\x00\x01\x15\x4a\x01\xd8\x37\x3b\xd0\x1f\x49\x9d\x74\xa0\x48\xa8\x64\xd4\x1f\x33\xd0\x1f\x33\xc0\x18\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xd0\x18\x49\xf0\x03\x01\x15\x4a\x01\xf8\xe5\x17\x1e\xf0\x00\x02\x11\x19\xf0\x00\x02\x11\x19\xf0\x00\x02\x11\x19\xe0\x14\x18\x90\x44\xf0\x05\x02\x11\x19\xf8\xf8\xf8\xf5\x06\x00\x1e\x23\xa0\x34\x9c\x5b\x91\x0a\x90\x04\x90\x64\xf0\x08\x00\x14\x18\xf0\x00\x01\x11\x27\xa0\x04\xf0\x00\x01\x11\x27\xd8\x1b\x1f\xa0\x24\x99\x3b\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd0\x14\x26\xd8\x2b\x2f\xd0\x17\x39\x95\x74\x98\x44\xa0\x24\xd4\x17\x27\xd0\x17\x27\xb0\x54\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\xf8\xf8\xf8\xf8\xf0\x27\x13\x0d\x3a\xf8\xf8\xf8\xf0\x09\x00\x0f\x13\xf0\x00\x17\x09\x3a\xf8",
102133 : : };
102134 : : static
102135 : : struct {
102136 : : PyObject_VAR_HEAD
102137 : : Py_hash_t ob_shash;
102138 : : char ob_sval[75];
102139 : : }
102140 : : ntpath_toplevel_consts_37_exceptiontable = {
102141 : : .ob_base = {
102142 : : .ob_base = {
102143 : : .ob_refcnt = 999999999,
102144 : : .ob_type = &PyBytes_Type,
102145 : : },
102146 : : .ob_size = 74,
102147 : : },
102148 : : .ob_shash = -1,
102149 : : .ob_sval = "\x88\x1e\x29\x00\xa9\x0a\x42\x38\x03\xb3\x0f\x42\x33\x03\xc1\x03\x24\x41\x2e\x02\xc1\x27\x01\x42\x38\x03\xc1\x2d\x01\x42\x33\x03\xc1\x2e\x0a\x41\x3b\x05\xc1\x38\x02\x42\x33\x03\xc1\x3a\x01\x41\x3b\x05\xc1\x3b\x1b\x42\x33\x03\xc2\x16\x01\x42\x38\x03\xc2\x1c\x12\x42\x33\x03\xc2\x33\x05\x42\x38\x03",
102150 : : };
102151 : : static
102152 : : struct {
102153 : : PyASCIIObject _ascii;
102154 : : uint8_t _data[9];
102155 : : }
102156 : : const_str_new_path = {
102157 : : ._ascii = {
102158 : : .ob_base = {
102159 : : .ob_refcnt = 999999999,
102160 : : .ob_type = &PyUnicode_Type,
102161 : : },
102162 : : .length = 8,
102163 : : .hash = -1,
102164 : : .state = {
102165 : : .kind = 1,
102166 : : .compact = 1,
102167 : : .ascii = 1,
102168 : : },
102169 : : },
102170 : : ._data = "new_path",
102171 : : };
102172 : : static
102173 : : struct {
102174 : : PyGC_Head _gc_head;
102175 : : struct {
102176 : : PyObject_VAR_HEAD
102177 : : PyObject *ob_item[6];
102178 : : }_object;
102179 : : }
102180 : : ntpath_toplevel_consts_37_localsplusnames = {
102181 : : ._object = {
102182 : : .ob_base = {
102183 : : .ob_base = {
102184 : : .ob_refcnt = 999999999,
102185 : : .ob_type = &PyTuple_Type,
102186 : : },
102187 : : .ob_size = 6,
102188 : : },
102189 : : .ob_item = {
102190 : : &_Py_ID(path),
102191 : : & const_str_allowed_winerror._ascii.ob_base,
102192 : : & const_str_tail._ascii.ob_base,
102193 : : & const_str_ex._ascii.ob_base,
102194 : : & const_str_new_path._ascii.ob_base,
102195 : : &_Py_ID(name),
102196 : : },
102197 : : },
102198 : : };
102199 : : static
102200 : : struct _PyCode_DEF(380)
102201 : : ntpath_toplevel_consts_37 = {
102202 : : .ob_base = {
102203 : : .ob_base = {
102204 : : .ob_refcnt = 999999999,
102205 : : .ob_type = &PyCode_Type,
102206 : : },
102207 : : .ob_size = 190,
102208 : : },
102209 : : .co_consts = & ntpath_toplevel_consts_37_consts._object.ob_base.ob_base,
102210 : : .co_names = & ntpath_toplevel_consts_37_names._object.ob_base.ob_base,
102211 : : .co_exceptiontable = & ntpath_toplevel_consts_37_exceptiontable.ob_base.ob_base,
102212 : : .co_flags = 3,
102213 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102214 : : ._co_linearray_entry_size = 0,
102215 : : .co_argcount = 1,
102216 : : .co_posonlyargcount = 0,
102217 : : .co_kwonlyargcount = 0,
102218 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
102219 : : .co_stacksize = 5,
102220 : : .co_firstlineno = 638,
102221 : : .co_nlocalsplus = 6,
102222 : : .co_nlocals = 6,
102223 : : .co_nplaincellvars = 0,
102224 : : .co_ncellvars = 0,
102225 : : .co_nfreevars = 0,
102226 : : .co_localsplusnames = & ntpath_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
102227 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
102228 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102229 : : .co_name = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
102230 : : .co_qualname = & const_str__getfinalpathname_nonstrict._ascii.ob_base,
102231 : : .co_linetable = & ntpath_toplevel_consts_37_linetable.ob_base.ob_base,
102232 : : ._co_code = NULL,
102233 : : ._co_linearray = NULL,
102234 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x64\x02\x7d\x02\x7c\x00\x72\x20\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x00\x53\x00\x7c\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x85\x7d\x03\x7c\x03\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x76\x01\x72\x01\x82\x00\x09\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x04\x7c\x00\x6b\x03\x00\x00\x00\x00\x72\x17\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x04\x63\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x53\x00\x6e\x10\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x05\x7c\x00\x72\x0c\x7c\x05\x73\x0a\x7c\x00\x7c\x02\x7a\x00\x00\x00\x63\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x53\x00\x7c\x02\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x05\x7d\x02\x59\x00\x64\x00\x7d\x03\x7e\x03\x6e\x08\x64\x00\x7d\x03\x7e\x03\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x7c\x00\xb0\xb6\x8c\x97",
102235 : : ._co_firsttraceable = 0,
102236 : : };
102237 : : static
102238 : : struct {
102239 : : PyObject_VAR_HEAD
102240 : : Py_hash_t ob_shash;
102241 : : char ob_sval[9];
102242 : : }
102243 : : ntpath_toplevel_consts_40_consts_2 = {
102244 : : .ob_base = {
102245 : : .ob_base = {
102246 : : .ob_refcnt = 999999999,
102247 : : .ob_type = &PyBytes_Type,
102248 : : },
102249 : : .ob_size = 8,
102250 : : },
102251 : : .ob_shash = -1,
102252 : : .ob_sval = "\\\\?\\UNC\\",
102253 : : };
102254 : : static
102255 : : struct {
102256 : : PyObject_VAR_HEAD
102257 : : Py_hash_t ob_shash;
102258 : : char ob_sval[3];
102259 : : }
102260 : : ntpath_toplevel_consts_40_consts_3 = {
102261 : : .ob_base = {
102262 : : .ob_base = {
102263 : : .ob_refcnt = 999999999,
102264 : : .ob_type = &PyBytes_Type,
102265 : : },
102266 : : .ob_size = 2,
102267 : : },
102268 : : .ob_shash = -1,
102269 : : .ob_sval = "\\\\",
102270 : : };
102271 : : static
102272 : : struct {
102273 : : PyObject_VAR_HEAD
102274 : : Py_hash_t ob_shash;
102275 : : char ob_sval[8];
102276 : : }
102277 : : ntpath_toplevel_consts_40_consts_4 = {
102278 : : .ob_base = {
102279 : : .ob_base = {
102280 : : .ob_refcnt = 999999999,
102281 : : .ob_type = &PyBytes_Type,
102282 : : },
102283 : : .ob_size = 7,
102284 : : },
102285 : : .ob_shash = -1,
102286 : : .ob_sval = "\\\\.\\NUL",
102287 : : };
102288 : : static
102289 : : struct {
102290 : : PyASCIIObject _ascii;
102291 : : uint8_t _data[9];
102292 : : }
102293 : : ntpath_toplevel_consts_40_consts_6 = {
102294 : : ._ascii = {
102295 : : .ob_base = {
102296 : : .ob_refcnt = 999999999,
102297 : : .ob_type = &PyUnicode_Type,
102298 : : },
102299 : : .length = 8,
102300 : : .hash = -1,
102301 : : .state = {
102302 : : .kind = 1,
102303 : : .compact = 1,
102304 : : .ascii = 1,
102305 : : },
102306 : : },
102307 : : ._data = "\\\\?\\UNC\\",
102308 : : };
102309 : : static
102310 : : struct {
102311 : : PyASCIIObject _ascii;
102312 : : uint8_t _data[8];
102313 : : }
102314 : : ntpath_toplevel_consts_40_consts_8 = {
102315 : : ._ascii = {
102316 : : .ob_base = {
102317 : : .ob_refcnt = 999999999,
102318 : : .ob_type = &PyUnicode_Type,
102319 : : },
102320 : : .length = 7,
102321 : : .hash = -1,
102322 : : .state = {
102323 : : .kind = 1,
102324 : : .compact = 1,
102325 : : .ascii = 1,
102326 : : },
102327 : : },
102328 : : ._data = "\\\\.\\NUL",
102329 : : };
102330 : : static
102331 : : struct {
102332 : : PyGC_Head _gc_head;
102333 : : struct {
102334 : : PyObject_VAR_HEAD
102335 : : PyObject *ob_item[10];
102336 : : }_object;
102337 : : }
102338 : : ntpath_toplevel_consts_40_consts = {
102339 : : ._object = {
102340 : : .ob_base = {
102341 : : .ob_base = {
102342 : : .ob_refcnt = 999999999,
102343 : : .ob_type = &PyTuple_Type,
102344 : : },
102345 : : .ob_size = 10,
102346 : : },
102347 : : .ob_item = {
102348 : : Py_None,
102349 : : & ntpath_toplevel_consts_16_consts_3.ob_base.ob_base,
102350 : : & ntpath_toplevel_consts_40_consts_2.ob_base.ob_base,
102351 : : & ntpath_toplevel_consts_40_consts_3.ob_base.ob_base,
102352 : : & ntpath_toplevel_consts_40_consts_4.ob_base.ob_base,
102353 : : & ntpath_toplevel_consts_16_consts_7._ascii.ob_base,
102354 : : & ntpath_toplevel_consts_40_consts_6._ascii.ob_base,
102355 : : & importlib__bootstrap_external_toplevel_consts_22_consts_6._ascii.ob_base,
102356 : : & ntpath_toplevel_consts_40_consts_8._ascii.ob_base,
102357 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
102358 : : },
102359 : : },
102360 : : };
102361 : : static
102362 : : struct {
102363 : : PyGC_Head _gc_head;
102364 : : struct {
102365 : : PyObject_VAR_HEAD
102366 : : PyObject *ob_item[17];
102367 : : }_object;
102368 : : }
102369 : : ntpath_toplevel_consts_40_names = {
102370 : : ._object = {
102371 : : .ob_base = {
102372 : : .ob_base = {
102373 : : .ob_refcnt = 999999999,
102374 : : .ob_type = &PyTuple_Type,
102375 : : },
102376 : : .ob_size = 17,
102377 : : },
102378 : : .ob_item = {
102379 : : & const_str_normpath._ascii.ob_base,
102380 : : &_Py_ID(isinstance),
102381 : : & const_str_bytes._ascii.ob_base,
102382 : : & const_str_os._ascii.ob_base,
102383 : : & const_str_getcwdb._ascii.ob_base,
102384 : : & const_str_normcase._ascii.ob_base,
102385 : : & const_str_fsencode._ascii.ob_base,
102386 : : & const_str_devnull._ascii.ob_base,
102387 : : & const_str_getcwd._ascii.ob_base,
102388 : : & const_str_startswith._ascii.ob_base,
102389 : : & const_str_isabs._ascii.ob_base,
102390 : : &_Py_ID(join),
102391 : : & const_str__getfinalpathname._ascii.ob_base,
102392 : : & const_str_OSError._ascii.ob_base,
102393 : : & const_str_winerror._ascii.ob_base,
102394 : : & const_str__getfinalpathname_nonstrict._ascii.ob_base,
102395 : : &_Py_ID(len),
102396 : : },
102397 : : },
102398 : : };
102399 : : static
102400 : : struct {
102401 : : PyObject_VAR_HEAD
102402 : : Py_hash_t ob_shash;
102403 : : char ob_sval[465];
102404 : : }
102405 : : ntpath_toplevel_consts_40_linetable = {
102406 : : .ob_base = {
102407 : : .ob_base = {
102408 : : .ob_refcnt = 999999999,
102409 : : .ob_type = &PyBytes_Type,
102410 : : },
102411 : : .ob_size = 464,
102412 : : },
102413 : : .ob_shash = -1,
102414 : : .ob_sval = "\x80\x00\xdd\x0f\x17\x98\x04\x8c\x7e\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x0f\x09\x24\xd8\x15\x1f\x88\x46\xd8\x19\x28\x88\x4a\xd8\x1d\x24\x88\x4e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\xe5\x0f\x17\x98\x04\x8c\x7e\xa5\x18\xad\x22\xaf\x2b\xa9\x2b\xb5\x67\xd4\x2a\x3e\xd4\x21\x3f\xd2\x0f\x3f\xf0\x00\x01\x0d\x25\xd8\x17\x24\x90\x7d\xe0\x15\x1e\x88\x46\xd8\x19\x27\x88\x4a\xd8\x1d\x23\x88\x4e\xdd\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xe5\x0f\x17\x98\x04\x8c\x7e\xa5\x18\xad\x27\xd4\x21\x32\xd2\x0f\x32\xf0\x00\x01\x0d\x24\xd8\x17\x23\x90\x7c\xd8\x15\x19\x97\x5f\x91\x5f\xa0\x56\xd4\x15\x2c\x88\x0a\xd8\x0f\x19\xf0\x00\x01\x09\x23\xa5\x25\xa8\x04\xa4\x2b\xf0\x00\x01\x09\x23\xdd\x13\x17\x98\x03\x98\x54\x94\x3f\x88\x44\xf0\x02\x07\x09\x35\xdd\x13\x24\xa0\x54\xd4\x13\x2a\x88\x44\xd8\x1f\x20\xd0\x0c\x1c\xf0\x12\x00\x10\x1a\xf0\x00\x0f\x09\x21\x98\x64\x9f\x6f\x99\x6f\xa8\x66\xd4\x1e\x35\xf0\x00\x0f\x09\x21\xf0\x06\x00\x10\x14\x8f\x7f\x89\x7f\x98\x7a\xd4\x0f\x2a\xf0\x00\x03\x0d\x2b\xd8\x18\x26\xa8\x14\xad\x63\xb0\x2a\xac\x6f\xd0\x29\x3f\xd0\x29\x3f\xd1\x18\x3f\x90\x05\x90\x05\xe0\x18\x1c\x9d\x53\xa0\x16\x9c\x5b\xd0\x18\x2a\xd0\x18\x2a\x90\x05\xf0\x04\x07\x0d\x21\xdd\x13\x24\xa0\x55\xd4\x13\x2b\xa8\x74\xd2\x13\x33\xf0\x00\x01\x11\x21\xd8\x1b\x20\x90\x44\xf0\x0c\x00\x10\x14\x88\x0b\xf8\xf5\x31\x00\x10\x17\xf0\x00\x04\x09\x35\xf0\x00\x04\x09\x35\xf0\x00\x04\x09\x35\xd8\x0f\x15\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x1f\x21\x9f\x7b\x99\x7b\xd0\x0c\x1c\xdd\x13\x2e\xa8\x74\xd4\x13\x34\x88\x44\x88\x44\x88\x44\x88\x44\x88\x44\x88\x44\xf8\xf8\xf8\xf8\xf0\x09\x04\x09\x35\xf8\xf8\xf8\xf8\xf5\x26\x00\x14\x1b\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x00\x04\x0d\x21\xf0\x06\x00\x14\x16\x97\x3b\x91\x3b\xd0\x22\x32\xd2\x13\x32\xf0\x00\x01\x11\x21\xd8\x1b\x20\x90\x44\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x09\x04\x0d\x21\xf8\xf8\xf8",
102415 : : };
102416 : : static
102417 : : struct {
102418 : : PyObject_VAR_HEAD
102419 : : Py_hash_t ob_shash;
102420 : : char ob_sval[49];
102421 : : }
102422 : : ntpath_toplevel_consts_40_exceptiontable = {
102423 : : .ob_base = {
102424 : : .ob_base = {
102425 : : .ob_refcnt = 999999999,
102426 : : .ob_type = &PyBytes_Type,
102427 : : },
102428 : : .ob_size = 48,
102429 : : },
102430 : : .ob_shash = -1,
102431 : : .ob_sval = "\xc3\x24\x0f\x45\x13\x00\xc4\x3e\x13\x46\x06\x00\xc5\x13\x0a\x46\x03\x03\xc5\x1d\x1c\x45\x3e\x03\xc5\x3e\x05\x46\x03\x03\xc6\x06\x0a\x46\x2c\x03\xc6\x10\x12\x46\x27\x03\xc6\x27\x05\x46\x2c\x03",
102432 : : };
102433 : : static
102434 : : struct {
102435 : : PyASCIIObject _ascii;
102436 : : uint8_t _data[15];
102437 : : }
102438 : : const_str_new_unc_prefix = {
102439 : : ._ascii = {
102440 : : .ob_base = {
102441 : : .ob_refcnt = 999999999,
102442 : : .ob_type = &PyUnicode_Type,
102443 : : },
102444 : : .length = 14,
102445 : : .hash = -1,
102446 : : .state = {
102447 : : .kind = 1,
102448 : : .compact = 1,
102449 : : .ascii = 1,
102450 : : },
102451 : : },
102452 : : ._data = "new_unc_prefix",
102453 : : };
102454 : : static
102455 : : struct {
102456 : : PyASCIIObject _ascii;
102457 : : uint8_t _data[11];
102458 : : }
102459 : : const_str_had_prefix = {
102460 : : ._ascii = {
102461 : : .ob_base = {
102462 : : .ob_refcnt = 999999999,
102463 : : .ob_type = &PyUnicode_Type,
102464 : : },
102465 : : .length = 10,
102466 : : .hash = -1,
102467 : : .state = {
102468 : : .kind = 1,
102469 : : .compact = 1,
102470 : : .ascii = 1,
102471 : : },
102472 : : },
102473 : : ._data = "had_prefix",
102474 : : };
102475 : : static
102476 : : struct {
102477 : : PyASCIIObject _ascii;
102478 : : uint8_t _data[17];
102479 : : }
102480 : : const_str_initial_winerror = {
102481 : : ._ascii = {
102482 : : .ob_base = {
102483 : : .ob_refcnt = 999999999,
102484 : : .ob_type = &PyUnicode_Type,
102485 : : },
102486 : : .length = 16,
102487 : : .hash = -1,
102488 : : .state = {
102489 : : .kind = 1,
102490 : : .compact = 1,
102491 : : .ascii = 1,
102492 : : },
102493 : : },
102494 : : ._data = "initial_winerror",
102495 : : };
102496 : : static
102497 : : struct {
102498 : : PyASCIIObject _ascii;
102499 : : uint8_t _data[6];
102500 : : }
102501 : : const_str_spath = {
102502 : : ._ascii = {
102503 : : .ob_base = {
102504 : : .ob_refcnt = 999999999,
102505 : : .ob_type = &PyUnicode_Type,
102506 : : },
102507 : : .length = 5,
102508 : : .hash = -1,
102509 : : .state = {
102510 : : .kind = 1,
102511 : : .compact = 1,
102512 : : .ascii = 1,
102513 : : },
102514 : : },
102515 : : ._data = "spath",
102516 : : };
102517 : : static
102518 : : struct {
102519 : : PyGC_Head _gc_head;
102520 : : struct {
102521 : : PyObject_VAR_HEAD
102522 : : PyObject *ob_item[10];
102523 : : }_object;
102524 : : }
102525 : : ntpath_toplevel_consts_40_localsplusnames = {
102526 : : ._object = {
102527 : : .ob_base = {
102528 : : .ob_base = {
102529 : : .ob_refcnt = 999999999,
102530 : : .ob_type = &PyTuple_Type,
102531 : : },
102532 : : .ob_size = 10,
102533 : : },
102534 : : .ob_item = {
102535 : : &_Py_ID(path),
102536 : : &_Py_ID(strict),
102537 : : & const_str_prefix._ascii.ob_base,
102538 : : & const_str_unc_prefix._ascii.ob_base,
102539 : : & const_str_new_unc_prefix._ascii.ob_base,
102540 : : & const_str_cwd._ascii.ob_base,
102541 : : & const_str_had_prefix._ascii.ob_base,
102542 : : & const_str_initial_winerror._ascii.ob_base,
102543 : : & const_str_ex._ascii.ob_base,
102544 : : & const_str_spath._ascii.ob_base,
102545 : : },
102546 : : },
102547 : : };
102548 : : static
102549 : : struct _PyCode_DEF(862)
102550 : : ntpath_toplevel_consts_40 = {
102551 : : .ob_base = {
102552 : : .ob_base = {
102553 : : .ob_refcnt = 999999999,
102554 : : .ob_type = &PyCode_Type,
102555 : : },
102556 : : .ob_size = 431,
102557 : : },
102558 : : .co_consts = & ntpath_toplevel_consts_40_consts._object.ob_base.ob_base,
102559 : : .co_names = & ntpath_toplevel_consts_40_names._object.ob_base.ob_base,
102560 : : .co_exceptiontable = & ntpath_toplevel_consts_40_exceptiontable.ob_base.ob_base,
102561 : : .co_flags = 3,
102562 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102563 : : ._co_linearray_entry_size = 0,
102564 : : .co_argcount = 1,
102565 : : .co_posonlyargcount = 0,
102566 : : .co_kwonlyargcount = 1,
102567 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
102568 : : .co_stacksize = 6,
102569 : : .co_firstlineno = 684,
102570 : : .co_nlocalsplus = 10,
102571 : : .co_nlocals = 10,
102572 : : .co_nplaincellvars = 0,
102573 : : .co_ncellvars = 0,
102574 : : .co_nfreevars = 0,
102575 : : .co_localsplusnames = & ntpath_toplevel_consts_40_localsplusnames._object.ob_base.ob_base,
102576 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
102577 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102578 : : .co_name = & const_str_realpath._ascii.ob_base,
102579 : : .co_qualname = & const_str_realpath._ascii.ob_base,
102580 : : .co_linetable = & ntpath_toplevel_consts_40_linetable.ob_base.ob_base,
102581 : : ._co_code = NULL,
102582 : : ._co_linearray = NULL,
102583 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x54\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x41\x64\x04\x53\x00\x64\x05\x7d\x02\x64\x06\x7d\x03\x64\x07\x7d\x04\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x08\x53\x00\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x73\x1b\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0e\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x64\x09\x7d\x07\x7c\x06\x73\x5c\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4a\x7c\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x14\x7c\x04\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x1a\x00\x7a\x00\x00\x00\x7d\x09\x6e\x10\x7c\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x1a\x00\x7d\x09\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x09\x7d\x00\x7c\x00\x53\x00\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x26\x7d\x08\x7c\x01\x72\x01\x82\x00\x7c\x08\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x8c\x8b\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1c\x7d\x08\x7c\x08\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x09\x7d\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x8c\x56\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
102584 : : ._co_firsttraceable = 0,
102585 : : };
102586 : : static
102587 : : struct {
102588 : : PyASCIIObject _ascii;
102589 : : uint8_t _data[18];
102590 : : }
102591 : : const_str_getwindowsversion = {
102592 : : ._ascii = {
102593 : : .ob_base = {
102594 : : .ob_refcnt = 999999999,
102595 : : .ob_type = &PyUnicode_Type,
102596 : : },
102597 : : .length = 17,
102598 : : .hash = -1,
102599 : : .state = {
102600 : : .kind = 1,
102601 : : .compact = 1,
102602 : : .ascii = 1,
102603 : : },
102604 : : },
102605 : : ._data = "getwindowsversion",
102606 : : };
102607 : : static
102608 : : struct {
102609 : : PyASCIIObject _ascii;
102610 : : uint8_t _data[36];
102611 : : }
102612 : : ntpath_toplevel_consts_44_consts_0 = {
102613 : : ._ascii = {
102614 : : .ob_base = {
102615 : : .ob_refcnt = 999999999,
102616 : : .ob_type = &PyUnicode_Type,
102617 : : },
102618 : : .length = 35,
102619 : : .hash = -1,
102620 : : .state = {
102621 : : .kind = 1,
102622 : : .compact = 1,
102623 : : .ascii = 1,
102624 : : },
102625 : : },
102626 : : ._data = "Return a relative version of a path",
102627 : : };
102628 : : static
102629 : : struct {
102630 : : PyASCIIObject _ascii;
102631 : : uint8_t _data[18];
102632 : : }
102633 : : ntpath_toplevel_consts_44_consts_8 = {
102634 : : ._ascii = {
102635 : : .ob_base = {
102636 : : .ob_refcnt = 999999999,
102637 : : .ob_type = &PyUnicode_Type,
102638 : : },
102639 : : .length = 17,
102640 : : .hash = -1,
102641 : : .state = {
102642 : : .kind = 1,
102643 : : .compact = 1,
102644 : : .ascii = 1,
102645 : : },
102646 : : },
102647 : : ._data = "no path specified",
102648 : : };
102649 : : static
102650 : : struct {
102651 : : PyASCIIObject _ascii;
102652 : : uint8_t _data[18];
102653 : : }
102654 : : ntpath_toplevel_consts_44_consts_9 = {
102655 : : ._ascii = {
102656 : : .ob_base = {
102657 : : .ob_refcnt = 999999999,
102658 : : .ob_type = &PyUnicode_Type,
102659 : : },
102660 : : .length = 17,
102661 : : .hash = -1,
102662 : : .state = {
102663 : : .kind = 1,
102664 : : .compact = 1,
102665 : : .ascii = 1,
102666 : : },
102667 : : },
102668 : : ._data = "path is on mount ",
102669 : : };
102670 : : static
102671 : : struct {
102672 : : PyASCIIObject _ascii;
102673 : : uint8_t _data[18];
102674 : : }
102675 : : ntpath_toplevel_consts_44_consts_10 = {
102676 : : ._ascii = {
102677 : : .ob_base = {
102678 : : .ob_refcnt = 999999999,
102679 : : .ob_type = &PyUnicode_Type,
102680 : : },
102681 : : .length = 17,
102682 : : .hash = -1,
102683 : : .state = {
102684 : : .kind = 1,
102685 : : .compact = 1,
102686 : : .ascii = 1,
102687 : : },
102688 : : },
102689 : : ._data = ", start on mount ",
102690 : : };
102691 : : static
102692 : : struct {
102693 : : PyASCIIObject _ascii;
102694 : : uint8_t _data[28];
102695 : : }
102696 : : ntpath_toplevel_consts_44_consts_11_qualname = {
102697 : : ._ascii = {
102698 : : .ob_base = {
102699 : : .ob_refcnt = 999999999,
102700 : : .ob_type = &PyUnicode_Type,
102701 : : },
102702 : : .length = 27,
102703 : : .hash = -1,
102704 : : .state = {
102705 : : .kind = 1,
102706 : : .compact = 1,
102707 : : .ascii = 1,
102708 : : },
102709 : : },
102710 : : ._data = "relpath.<locals>.<listcomp>",
102711 : : };
102712 : : static
102713 : : struct {
102714 : : PyObject_VAR_HEAD
102715 : : Py_hash_t ob_shash;
102716 : : char ob_sval[30];
102717 : : }
102718 : : ntpath_toplevel_consts_44_consts_11_linetable = {
102719 : : .ob_base = {
102720 : : .ob_base = {
102721 : : .ob_refcnt = 999999999,
102722 : : .ob_type = &PyBytes_Type,
102723 : : },
102724 : : .ob_size = 29,
102725 : : },
102726 : : .ob_shash = -1,
102727 : : .ob_sval = "\x80\x00\xd0\x15\x3c\xd0\x15\x3c\xd1\x15\x3c\x98\x41\xb8\x21\xd0\x15\x3c\x90\x61\xd0\x15\x3c\xd0\x15\x3c\xd0\x15\x3c",
102728 : : };
102729 : : static
102730 : : struct {
102731 : : PyGC_Head _gc_head;
102732 : : struct {
102733 : : PyObject_VAR_HEAD
102734 : : PyObject *ob_item[2];
102735 : : }_object;
102736 : : }
102737 : : ntpath_toplevel_consts_44_consts_11_localsplusnames = {
102738 : : ._object = {
102739 : : .ob_base = {
102740 : : .ob_base = {
102741 : : .ob_refcnt = 999999999,
102742 : : .ob_type = &PyTuple_Type,
102743 : : },
102744 : : .ob_size = 2,
102745 : : },
102746 : : .ob_item = {
102747 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
102748 : : & const_str_x._ascii.ob_base,
102749 : : },
102750 : : },
102751 : : };
102752 : : static
102753 : : struct _PyCode_DEF(24)
102754 : : ntpath_toplevel_consts_44_consts_11 = {
102755 : : .ob_base = {
102756 : : .ob_base = {
102757 : : .ob_refcnt = 999999999,
102758 : : .ob_type = &PyCode_Type,
102759 : : },
102760 : : .ob_size = 12,
102761 : : },
102762 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
102763 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
102764 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
102765 : : .co_flags = 19,
102766 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102767 : : ._co_linearray_entry_size = 0,
102768 : : .co_argcount = 1,
102769 : : .co_posonlyargcount = 0,
102770 : : .co_kwonlyargcount = 0,
102771 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
102772 : : .co_stacksize = 3,
102773 : : .co_firstlineno = 767,
102774 : : .co_nlocalsplus = 2,
102775 : : .co_nlocals = 2,
102776 : : .co_nplaincellvars = 0,
102777 : : .co_ncellvars = 0,
102778 : : .co_nfreevars = 0,
102779 : : .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
102780 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
102781 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102782 : : .co_name = &_Py_STR(anon_listcomp),
102783 : : .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
102784 : : .co_linetable = & ntpath_toplevel_consts_44_consts_11_linetable.ob_base.ob_base,
102785 : : ._co_code = NULL,
102786 : : ._co_linearray = NULL,
102787 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
102788 : : ._co_firsttraceable = 0,
102789 : : };
102790 : : static
102791 : : struct {
102792 : : PyObject_VAR_HEAD
102793 : : Py_hash_t ob_shash;
102794 : : char ob_sval[30];
102795 : : }
102796 : : ntpath_toplevel_consts_44_consts_12_linetable = {
102797 : : .ob_base = {
102798 : : .ob_base = {
102799 : : .ob_refcnt = 999999999,
102800 : : .ob_type = &PyBytes_Type,
102801 : : },
102802 : : .ob_size = 29,
102803 : : },
102804 : : .ob_shash = -1,
102805 : : .ob_sval = "\x80\x00\xd0\x14\x3a\xd0\x14\x3a\xd1\x14\x3a\x98\x31\xb8\x01\xd0\x14\x3a\x90\x51\xd0\x14\x3a\xd0\x14\x3a\xd0\x14\x3a",
102806 : : };
102807 : : static
102808 : : struct _PyCode_DEF(24)
102809 : : ntpath_toplevel_consts_44_consts_12 = {
102810 : : .ob_base = {
102811 : : .ob_base = {
102812 : : .ob_refcnt = 999999999,
102813 : : .ob_type = &PyCode_Type,
102814 : : },
102815 : : .ob_size = 12,
102816 : : },
102817 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
102818 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
102819 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
102820 : : .co_flags = 19,
102821 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
102822 : : ._co_linearray_entry_size = 0,
102823 : : .co_argcount = 1,
102824 : : .co_posonlyargcount = 0,
102825 : : .co_kwonlyargcount = 0,
102826 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
102827 : : .co_stacksize = 3,
102828 : : .co_firstlineno = 768,
102829 : : .co_nlocalsplus = 2,
102830 : : .co_nlocals = 2,
102831 : : .co_nplaincellvars = 0,
102832 : : .co_ncellvars = 0,
102833 : : .co_nfreevars = 0,
102834 : : .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
102835 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
102836 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
102837 : : .co_name = &_Py_STR(anon_listcomp),
102838 : : .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
102839 : : .co_linetable = & ntpath_toplevel_consts_44_consts_12_linetable.ob_base.ob_base,
102840 : : ._co_code = NULL,
102841 : : ._co_linearray = NULL,
102842 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
102843 : : ._co_firsttraceable = 0,
102844 : : };
102845 : : static
102846 : : struct {
102847 : : PyGC_Head _gc_head;
102848 : : struct {
102849 : : PyObject_VAR_HEAD
102850 : : PyObject *ob_item[16];
102851 : : }_object;
102852 : : }
102853 : : ntpath_toplevel_consts_44_consts = {
102854 : : ._object = {
102855 : : .ob_base = {
102856 : : .ob_base = {
102857 : : .ob_refcnt = 999999999,
102858 : : .ob_type = &PyTuple_Type,
102859 : : },
102860 : : .ob_size = 16,
102861 : : },
102862 : : .ob_item = {
102863 : : & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
102864 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
102865 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
102866 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
102867 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
102868 : : &_Py_STR(dot),
102869 : : & ntpath_toplevel_consts_2._ascii.ob_base,
102870 : : Py_None,
102871 : : & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
102872 : : & ntpath_toplevel_consts_44_consts_9._ascii.ob_base,
102873 : : & ntpath_toplevel_consts_44_consts_10._ascii.ob_base,
102874 : : & ntpath_toplevel_consts_44_consts_11.ob_base.ob_base,
102875 : : & ntpath_toplevel_consts_44_consts_12.ob_base.ob_base,
102876 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
102877 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
102878 : : & const_str_relpath._ascii.ob_base,
102879 : : },
102880 : : },
102881 : : };
102882 : : static
102883 : : struct {
102884 : : PyGC_Head _gc_head;
102885 : : struct {
102886 : : PyObject_VAR_HEAD
102887 : : PyObject *ob_item[19];
102888 : : }_object;
102889 : : }
102890 : : ntpath_toplevel_consts_44_names = {
102891 : : ._object = {
102892 : : .ob_base = {
102893 : : .ob_base = {
102894 : : .ob_refcnt = 999999999,
102895 : : .ob_type = &PyTuple_Type,
102896 : : },
102897 : : .ob_size = 19,
102898 : : },
102899 : : .ob_item = {
102900 : : & const_str_os._ascii.ob_base,
102901 : : & const_str_fspath._ascii.ob_base,
102902 : : &_Py_ID(isinstance),
102903 : : & const_str_bytes._ascii.ob_base,
102904 : : & const_str_ValueError._ascii.ob_base,
102905 : : & const_str_abspath._ascii.ob_base,
102906 : : & const_str_normpath._ascii.ob_base,
102907 : : & const_str_splitdrive._ascii.ob_base,
102908 : : & const_str_normcase._ascii.ob_base,
102909 : : & const_str_split._ascii.ob_base,
102910 : : & const_str_zip._ascii.ob_base,
102911 : : &_Py_ID(len),
102912 : : &_Py_ID(join),
102913 : : & const_str_TypeError._ascii.ob_base,
102914 : : & const_str_AttributeError._ascii.ob_base,
102915 : : & const_str_BytesWarning._ascii.ob_base,
102916 : : & const_str_DeprecationWarning._ascii.ob_base,
102917 : : & const_str_genericpath._ascii.ob_base,
102918 : : & const_str__check_arg_types._ascii.ob_base,
102919 : : },
102920 : : },
102921 : : };
102922 : : static
102923 : : struct {
102924 : : PyObject_VAR_HEAD
102925 : : Py_hash_t ob_shash;
102926 : : char ob_sval[467];
102927 : : }
102928 : : ntpath_toplevel_consts_44_linetable = {
102929 : : .ob_base = {
102930 : : .ob_base = {
102931 : : .ob_refcnt = 999999999,
102932 : : .ob_type = &PyBytes_Type,
102933 : : },
102934 : : .ob_size = 466,
102935 : : },
102936 : : .ob_shash = -1,
102937 : : .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x0e\x13\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x16\x88\x06\x88\x06\xe0\x0e\x12\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x15\x88\x06\xe0\x07\x0c\xf0\x00\x01\x05\x17\xd8\x10\x16\x88\x05\xe0\x0b\x0f\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0c\x15\x8f\x49\x89\x49\x90\x65\xd4\x0c\x1c\x80\x45\xf0\x02\x18\x05\x0e\xdd\x14\x1b\x9d\x48\xa0\x55\x9c\x4f\xd4\x14\x2c\x88\x09\xdd\x13\x1a\x9d\x38\xa0\x44\x9c\x3e\xd4\x13\x2a\x88\x08\xdd\x22\x2c\xa8\x59\xd4\x22\x37\xd1\x08\x1f\x88\x0b\x90\x5a\xdd\x20\x2a\xa8\x38\xd4\x20\x34\xd1\x08\x1d\x88\x0a\x90\x49\xdd\x0b\x13\x90\x4b\xd4\x0b\x20\xa5\x48\xa8\x5a\xd4\x24\x38\xd2\x0b\x38\xf0\x00\x02\x09\x2a\xdd\x12\x1c\x90\x2a\xd8\x10\x1a\x90\x0a\x90\x0a\x98\x4b\x98\x4b\xf0\x03\x01\x1e\x29\xf4\x00\x01\x13\x2a\xf0\x00\x01\x0d\x2a\xf0\x06\x00\x16\x3d\xd0\x15\x3c\xa0\x1a\xd7\x21\x31\xd1\x21\x31\xb0\x23\xd4\x21\x36\xd0\x15\x3c\xd4\x15\x3c\x88\x0a\xd8\x14\x3a\xd0\x14\x3a\xa0\x09\xa7\x0f\xa1\x0f\xb0\x03\xd4\x20\x34\xd0\x14\x3a\xd4\x14\x3a\x88\x09\xe0\x0c\x0d\x88\x01\xdd\x16\x19\x98\x2a\xa0\x69\xd4\x16\x30\xf0\x00\x03\x09\x13\xf1\x00\x03\x09\x13\x89\x46\x88\x42\x90\x02\xdd\x0f\x17\x98\x02\x8c\x7c\x9d\x78\xa8\x02\x9c\x7c\xd2\x0f\x2b\xf0\x00\x01\x0d\x16\xd8\x10\x15\x90\x05\xd8\x0c\x0d\x90\x11\x89\x46\x88\x41\x88\x41\xe0\x14\x1a\x90\x38\x9d\x73\xa0\x3a\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb0\x4d\xb0\x4d\xd1\x13\x41\x88\x08\xd8\x0f\x17\xf0\x00\x01\x09\x1a\xd8\x13\x19\x88\x4d\xdd\x0f\x13\x90\x58\x88\x7f\xd0\x08\x1e\xf8\xdd\x0c\x15\x95\x7a\xa5\x3e\xb5\x3c\xd5\x41\x53\xd0\x0b\x54\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
102938 : : };
102939 : : static
102940 : : struct {
102941 : : PyObject_VAR_HEAD
102942 : : Py_hash_t ob_shash;
102943 : : char ob_sval[20];
102944 : : }
102945 : : ntpath_toplevel_consts_44_exceptiontable = {
102946 : : .ob_base = {
102947 : : .ob_base = {
102948 : : .ob_refcnt = 999999999,
102949 : : .ob_type = &PyBytes_Type,
102950 : : },
102951 : : .ob_size = 19,
102952 : : },
102953 : : .ob_shash = -1,
102954 : : .ob_sval = "\xc1\x23\x44\x0a\x45\x37\x00\xc5\x2e\x08\x45\x37\x00\xc5\x37\x3e\x46\x35\x03",
102955 : : };
102956 : : static
102957 : : struct {
102958 : : PyASCIIObject _ascii;
102959 : : uint8_t _data[10];
102960 : : }
102961 : : const_str_start_abs = {
102962 : : ._ascii = {
102963 : : .ob_base = {
102964 : : .ob_refcnt = 999999999,
102965 : : .ob_type = &PyUnicode_Type,
102966 : : },
102967 : : .length = 9,
102968 : : .hash = -1,
102969 : : .state = {
102970 : : .kind = 1,
102971 : : .compact = 1,
102972 : : .ascii = 1,
102973 : : },
102974 : : },
102975 : : ._data = "start_abs",
102976 : : };
102977 : : static
102978 : : struct {
102979 : : PyASCIIObject _ascii;
102980 : : uint8_t _data[9];
102981 : : }
102982 : : const_str_path_abs = {
102983 : : ._ascii = {
102984 : : .ob_base = {
102985 : : .ob_refcnt = 999999999,
102986 : : .ob_type = &PyUnicode_Type,
102987 : : },
102988 : : .length = 8,
102989 : : .hash = -1,
102990 : : .state = {
102991 : : .kind = 1,
102992 : : .compact = 1,
102993 : : .ascii = 1,
102994 : : },
102995 : : },
102996 : : ._data = "path_abs",
102997 : : };
102998 : : static
102999 : : struct {
103000 : : PyASCIIObject _ascii;
103001 : : uint8_t _data[12];
103002 : : }
103003 : : const_str_start_drive = {
103004 : : ._ascii = {
103005 : : .ob_base = {
103006 : : .ob_refcnt = 999999999,
103007 : : .ob_type = &PyUnicode_Type,
103008 : : },
103009 : : .length = 11,
103010 : : .hash = -1,
103011 : : .state = {
103012 : : .kind = 1,
103013 : : .compact = 1,
103014 : : .ascii = 1,
103015 : : },
103016 : : },
103017 : : ._data = "start_drive",
103018 : : };
103019 : : static
103020 : : struct {
103021 : : PyASCIIObject _ascii;
103022 : : uint8_t _data[11];
103023 : : }
103024 : : const_str_start_rest = {
103025 : : ._ascii = {
103026 : : .ob_base = {
103027 : : .ob_refcnt = 999999999,
103028 : : .ob_type = &PyUnicode_Type,
103029 : : },
103030 : : .length = 10,
103031 : : .hash = -1,
103032 : : .state = {
103033 : : .kind = 1,
103034 : : .compact = 1,
103035 : : .ascii = 1,
103036 : : },
103037 : : },
103038 : : ._data = "start_rest",
103039 : : };
103040 : : static
103041 : : struct {
103042 : : PyASCIIObject _ascii;
103043 : : uint8_t _data[11];
103044 : : }
103045 : : const_str_path_drive = {
103046 : : ._ascii = {
103047 : : .ob_base = {
103048 : : .ob_refcnt = 999999999,
103049 : : .ob_type = &PyUnicode_Type,
103050 : : },
103051 : : .length = 10,
103052 : : .hash = -1,
103053 : : .state = {
103054 : : .kind = 1,
103055 : : .compact = 1,
103056 : : .ascii = 1,
103057 : : },
103058 : : },
103059 : : ._data = "path_drive",
103060 : : };
103061 : : static
103062 : : struct {
103063 : : PyASCIIObject _ascii;
103064 : : uint8_t _data[10];
103065 : : }
103066 : : const_str_path_rest = {
103067 : : ._ascii = {
103068 : : .ob_base = {
103069 : : .ob_refcnt = 999999999,
103070 : : .ob_type = &PyUnicode_Type,
103071 : : },
103072 : : .length = 9,
103073 : : .hash = -1,
103074 : : .state = {
103075 : : .kind = 1,
103076 : : .compact = 1,
103077 : : .ascii = 1,
103078 : : },
103079 : : },
103080 : : ._data = "path_rest",
103081 : : };
103082 : : static
103083 : : struct {
103084 : : PyASCIIObject _ascii;
103085 : : uint8_t _data[11];
103086 : : }
103087 : : const_str_start_list = {
103088 : : ._ascii = {
103089 : : .ob_base = {
103090 : : .ob_refcnt = 999999999,
103091 : : .ob_type = &PyUnicode_Type,
103092 : : },
103093 : : .length = 10,
103094 : : .hash = -1,
103095 : : .state = {
103096 : : .kind = 1,
103097 : : .compact = 1,
103098 : : .ascii = 1,
103099 : : },
103100 : : },
103101 : : ._data = "start_list",
103102 : : };
103103 : : static
103104 : : struct {
103105 : : PyASCIIObject _ascii;
103106 : : uint8_t _data[10];
103107 : : }
103108 : : const_str_path_list = {
103109 : : ._ascii = {
103110 : : .ob_base = {
103111 : : .ob_refcnt = 999999999,
103112 : : .ob_type = &PyUnicode_Type,
103113 : : },
103114 : : .length = 9,
103115 : : .hash = -1,
103116 : : .state = {
103117 : : .kind = 1,
103118 : : .compact = 1,
103119 : : .ascii = 1,
103120 : : },
103121 : : },
103122 : : ._data = "path_list",
103123 : : };
103124 : : static
103125 : : struct {
103126 : : PyASCIIObject _ascii;
103127 : : uint8_t _data[3];
103128 : : }
103129 : : const_str_e1 = {
103130 : : ._ascii = {
103131 : : .ob_base = {
103132 : : .ob_refcnt = 999999999,
103133 : : .ob_type = &PyUnicode_Type,
103134 : : },
103135 : : .length = 2,
103136 : : .hash = -1,
103137 : : .state = {
103138 : : .kind = 1,
103139 : : .compact = 1,
103140 : : .ascii = 1,
103141 : : },
103142 : : },
103143 : : ._data = "e1",
103144 : : };
103145 : : static
103146 : : struct {
103147 : : PyASCIIObject _ascii;
103148 : : uint8_t _data[3];
103149 : : }
103150 : : const_str_e2 = {
103151 : : ._ascii = {
103152 : : .ob_base = {
103153 : : .ob_refcnt = 999999999,
103154 : : .ob_type = &PyUnicode_Type,
103155 : : },
103156 : : .length = 2,
103157 : : .hash = -1,
103158 : : .state = {
103159 : : .kind = 1,
103160 : : .compact = 1,
103161 : : .ascii = 1,
103162 : : },
103163 : : },
103164 : : ._data = "e2",
103165 : : };
103166 : : static
103167 : : struct {
103168 : : PyASCIIObject _ascii;
103169 : : uint8_t _data[9];
103170 : : }
103171 : : const_str_rel_list = {
103172 : : ._ascii = {
103173 : : .ob_base = {
103174 : : .ob_refcnt = 999999999,
103175 : : .ob_type = &PyUnicode_Type,
103176 : : },
103177 : : .length = 8,
103178 : : .hash = -1,
103179 : : .state = {
103180 : : .kind = 1,
103181 : : .compact = 1,
103182 : : .ascii = 1,
103183 : : },
103184 : : },
103185 : : ._data = "rel_list",
103186 : : };
103187 : : static
103188 : : struct {
103189 : : PyGC_Head _gc_head;
103190 : : struct {
103191 : : PyObject_VAR_HEAD
103192 : : PyObject *ob_item[17];
103193 : : }_object;
103194 : : }
103195 : : ntpath_toplevel_consts_44_localsplusnames = {
103196 : : ._object = {
103197 : : .ob_base = {
103198 : : .ob_base = {
103199 : : .ob_refcnt = 999999999,
103200 : : .ob_type = &PyTuple_Type,
103201 : : },
103202 : : .ob_size = 17,
103203 : : },
103204 : : .ob_item = {
103205 : : &_Py_ID(path),
103206 : : & const_str_start._ascii.ob_base,
103207 : : & const_str_sep._ascii.ob_base,
103208 : : & const_str_curdir._ascii.ob_base,
103209 : : & const_str_pardir._ascii.ob_base,
103210 : : & const_str_start_abs._ascii.ob_base,
103211 : : & const_str_path_abs._ascii.ob_base,
103212 : : & const_str_start_drive._ascii.ob_base,
103213 : : & const_str_start_rest._ascii.ob_base,
103214 : : & const_str_path_drive._ascii.ob_base,
103215 : : & const_str_path_rest._ascii.ob_base,
103216 : : & const_str_start_list._ascii.ob_base,
103217 : : & const_str_path_list._ascii.ob_base,
103218 : : & const_str_i._ascii.ob_base,
103219 : : & const_str_e1._ascii.ob_base,
103220 : : & const_str_e2._ascii.ob_base,
103221 : : & const_str_rel_list._ascii.ob_base,
103222 : : },
103223 : : },
103224 : : };
103225 : : static
103226 : : struct _PyCode_DEF(880)
103227 : : ntpath_toplevel_consts_44 = {
103228 : : .ob_base = {
103229 : : .ob_base = {
103230 : : .ob_refcnt = 999999999,
103231 : : .ob_type = &PyCode_Type,
103232 : : },
103233 : : .ob_size = 440,
103234 : : },
103235 : : .co_consts = & ntpath_toplevel_consts_44_consts._object.ob_base.ob_base,
103236 : : .co_names = & ntpath_toplevel_consts_44_names._object.ob_base.ob_base,
103237 : : .co_exceptiontable = & ntpath_toplevel_consts_44_exceptiontable.ob_base.ob_base,
103238 : : .co_flags = 3,
103239 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103240 : : ._co_linearray_entry_size = 0,
103241 : : .co_argcount = 2,
103242 : : .co_posonlyargcount = 0,
103243 : : .co_kwonlyargcount = 0,
103244 : : .co_framesize = 24 + FRAME_SPECIALS_SIZE,
103245 : : .co_stacksize = 7,
103246 : : .co_firstlineno = 739,
103247 : : .co_nlocalsplus = 17,
103248 : : .co_nlocals = 17,
103249 : : .co_nplaincellvars = 0,
103250 : : .co_ncellvars = 0,
103251 : : .co_nfreevars = 0,
103252 : : .co_localsplusnames = & ntpath_toplevel_consts_44_localsplusnames._object.ob_base.ob_base,
103253 : : .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
103254 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103255 : : .co_name = & const_str_relpath._ascii.ob_base,
103256 : : .co_qualname = & const_str_relpath._ascii.ob_base,
103257 : : .co_linetable = & ntpath_toplevel_consts_44_linetable.ob_base.ob_base,
103258 : : ._co_code = NULL,
103259 : : ._co_linearray = NULL,
103260 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x02\x64\x02\x7d\x03\x64\x03\x7d\x04\x6e\x06\x64\x04\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x7c\x01\x80\x02\x7c\x03\x7d\x01\x7c\x00\x73\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x07\x7d\x08\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x13\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x09\x9b\x02\x64\x0a\x7c\x07\x9b\x02\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x0b\x84\x00\x7c\x08\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x64\x0c\x84\x00\x7c\x0a\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x64\x0d\x7d\x0d\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x7c\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x28\x00\x00\x5c\x02\x00\x00\x7d\x0e\x7d\x0f\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x01\x00\x6e\x06\x7c\x0d\x64\x0e\x7a\x0d\x00\x00\x7d\x0d\x8c\x2a\x7c\x04\x67\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7a\x0a\x00\x00\x7a\x05\x00\x00\x7c\x0c\x7c\x0d\x64\x07\x1a\x00\x7a\x00\x00\x00\x7d\x10\x7c\x10\x73\x02\x7c\x03\x53\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x8e\x00\x53\x00\x23\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x05\x24\x00\x72\x1b\x01\x00\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
103261 : : ._co_firsttraceable = 0,
103262 : : };
103263 : : static
103264 : : struct {
103265 : : PyASCIIObject _ascii;
103266 : : uint8_t _data[69];
103267 : : }
103268 : : ntpath_toplevel_consts_45_consts_0 = {
103269 : : ._ascii = {
103270 : : .ob_base = {
103271 : : .ob_refcnt = 999999999,
103272 : : .ob_type = &PyUnicode_Type,
103273 : : },
103274 : : .length = 68,
103275 : : .hash = -1,
103276 : : .state = {
103277 : : .kind = 1,
103278 : : .compact = 1,
103279 : : .ascii = 1,
103280 : : },
103281 : : },
103282 : : ._data = "Given a sequence of path names, returns the longest common sub-path.",
103283 : : };
103284 : : static
103285 : : struct {
103286 : : PyASCIIObject _ascii;
103287 : : uint8_t _data[38];
103288 : : }
103289 : : ntpath_toplevel_consts_45_consts_1 = {
103290 : : ._ascii = {
103291 : : .ob_base = {
103292 : : .ob_refcnt = 999999999,
103293 : : .ob_type = &PyUnicode_Type,
103294 : : },
103295 : : .length = 37,
103296 : : .hash = -1,
103297 : : .state = {
103298 : : .kind = 1,
103299 : : .compact = 1,
103300 : : .ascii = 1,
103301 : : },
103302 : : },
103303 : : ._data = "commonpath() arg is an empty sequence",
103304 : : };
103305 : : static
103306 : : struct {
103307 : : PyGC_Head _gc_head;
103308 : : struct {
103309 : : PyObject_VAR_HEAD
103310 : : PyObject *ob_item[3];
103311 : : }_object;
103312 : : }
103313 : : ntpath_toplevel_consts_45_consts_9_names = {
103314 : : ._object = {
103315 : : .ob_base = {
103316 : : .ob_base = {
103317 : : .ob_refcnt = 999999999,
103318 : : .ob_type = &PyTuple_Type,
103319 : : },
103320 : : .ob_size = 3,
103321 : : },
103322 : : .ob_item = {
103323 : : & const_str_splitdrive._ascii.ob_base,
103324 : : &_Py_ID(replace),
103325 : : & const_str_lower._ascii.ob_base,
103326 : : },
103327 : : },
103328 : : };
103329 : : static
103330 : : struct {
103331 : : PyASCIIObject _ascii;
103332 : : uint8_t _data[31];
103333 : : }
103334 : : ntpath_toplevel_consts_45_consts_9_qualname = {
103335 : : ._ascii = {
103336 : : .ob_base = {
103337 : : .ob_refcnt = 999999999,
103338 : : .ob_type = &PyUnicode_Type,
103339 : : },
103340 : : .length = 30,
103341 : : .hash = -1,
103342 : : .state = {
103343 : : .kind = 1,
103344 : : .compact = 1,
103345 : : .ascii = 1,
103346 : : },
103347 : : },
103348 : : ._data = "commonpath.<locals>.<listcomp>",
103349 : : };
103350 : : static
103351 : : struct {
103352 : : PyObject_VAR_HEAD
103353 : : Py_hash_t ob_shash;
103354 : : char ob_sval[51];
103355 : : }
103356 : : ntpath_toplevel_consts_45_consts_9_linetable = {
103357 : : .ob_base = {
103358 : : .ob_base = {
103359 : : .ob_refcnt = 999999999,
103360 : : .ob_type = &PyBytes_Type,
103361 : : },
103362 : : .ob_size = 50,
103363 : : },
103364 : : .ob_shash = -1,
103365 : : .ob_sval = "\xf8\x80\x00\xd0\x16\x51\xd0\x16\x51\xd1\x16\x51\xc0\x61\x95\x7a\xa0\x21\xa7\x29\xa1\x29\xa8\x46\xb0\x43\xd4\x22\x38\xd7\x22\x3e\xd1\x22\x3e\xd4\x22\x40\xd4\x17\x41\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51",
103366 : : };
103367 : : static
103368 : : struct {
103369 : : PyGC_Head _gc_head;
103370 : : struct {
103371 : : PyObject_VAR_HEAD
103372 : : PyObject *ob_item[4];
103373 : : }_object;
103374 : : }
103375 : : ntpath_toplevel_consts_45_consts_9_localsplusnames = {
103376 : : ._object = {
103377 : : .ob_base = {
103378 : : .ob_base = {
103379 : : .ob_refcnt = 999999999,
103380 : : .ob_type = &PyTuple_Type,
103381 : : },
103382 : : .ob_size = 4,
103383 : : },
103384 : : .ob_item = {
103385 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
103386 : : & const_str_p._ascii.ob_base,
103387 : : & const_str_altsep._ascii.ob_base,
103388 : : & const_str_sep._ascii.ob_base,
103389 : : },
103390 : : },
103391 : : };
103392 : : static
103393 : : struct {
103394 : : PyObject_VAR_HEAD
103395 : : Py_hash_t ob_shash;
103396 : : char ob_sval[5];
103397 : : }
103398 : : ntpath_toplevel_consts_45_consts_9_localspluskinds = {
103399 : : .ob_base = {
103400 : : .ob_base = {
103401 : : .ob_refcnt = 999999999,
103402 : : .ob_type = &PyBytes_Type,
103403 : : },
103404 : : .ob_size = 4,
103405 : : },
103406 : : .ob_shash = -1,
103407 : : .ob_sval = "\x20\x20\x80\x80",
103408 : : };
103409 : : static
103410 : : struct _PyCode_DEF(108)
103411 : : ntpath_toplevel_consts_45_consts_9 = {
103412 : : .ob_base = {
103413 : : .ob_base = {
103414 : : .ob_refcnt = 999999999,
103415 : : .ob_type = &PyCode_Type,
103416 : : },
103417 : : .ob_size = 54,
103418 : : },
103419 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
103420 : : .co_names = & ntpath_toplevel_consts_45_consts_9_names._object.ob_base.ob_base,
103421 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103422 : : .co_flags = 19,
103423 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103424 : : ._co_linearray_entry_size = 0,
103425 : : .co_argcount = 1,
103426 : : .co_posonlyargcount = 0,
103427 : : .co_kwonlyargcount = 0,
103428 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
103429 : : .co_stacksize = 8,
103430 : : .co_firstlineno = 812,
103431 : : .co_nlocalsplus = 4,
103432 : : .co_nlocals = 2,
103433 : : .co_nplaincellvars = 0,
103434 : : .co_ncellvars = 0,
103435 : : .co_nfreevars = 2,
103436 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_9_localsplusnames._object.ob_base.ob_base,
103437 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
103438 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103439 : : .co_name = &_Py_STR(anon_listcomp),
103440 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
103441 : : .co_linetable = & ntpath_toplevel_consts_45_consts_9_linetable.ob_base.ob_base,
103442 : : ._co_code = NULL,
103443 : : ._co_linearray = NULL,
103444 : : .co_code_adaptive = "\x95\x02\x97\x00\x67\x00\x7c\x00\x5d\x2f\x00\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\x89\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x31\x53\x00",
103445 : : ._co_firsttraceable = 1,
103446 : : };
103447 : : static
103448 : : struct {
103449 : : PyObject_VAR_HEAD
103450 : : Py_hash_t ob_shash;
103451 : : char ob_sval[38];
103452 : : }
103453 : : ntpath_toplevel_consts_45_consts_10_linetable = {
103454 : : .ob_base = {
103455 : : .ob_base = {
103456 : : .ob_refcnt = 999999999,
103457 : : .ob_type = &PyBytes_Type,
103458 : : },
103459 : : .ob_size = 37,
103460 : : },
103461 : : .ob_shash = -1,
103462 : : .ob_sval = "\xf8\x80\x00\xd0\x16\x3c\xd0\x16\x3c\xd1\x16\x3c\xa9\x04\xa8\x01\xa8\x31\x90\x71\x97\x77\x91\x77\x98\x73\x94\x7c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c",
103463 : : };
103464 : : static
103465 : : struct {
103466 : : PyGC_Head _gc_head;
103467 : : struct {
103468 : : PyObject_VAR_HEAD
103469 : : PyObject *ob_item[4];
103470 : : }_object;
103471 : : }
103472 : : ntpath_toplevel_consts_45_consts_10_localsplusnames = {
103473 : : ._object = {
103474 : : .ob_base = {
103475 : : .ob_base = {
103476 : : .ob_refcnt = 999999999,
103477 : : .ob_type = &PyTuple_Type,
103478 : : },
103479 : : .ob_size = 4,
103480 : : },
103481 : : .ob_item = {
103482 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
103483 : : & const_str_d._ascii.ob_base,
103484 : : & const_str_p._ascii.ob_base,
103485 : : & const_str_sep._ascii.ob_base,
103486 : : },
103487 : : },
103488 : : };
103489 : : static
103490 : : struct {
103491 : : PyObject_VAR_HEAD
103492 : : Py_hash_t ob_shash;
103493 : : char ob_sval[5];
103494 : : }
103495 : : ntpath_toplevel_consts_45_consts_10_localspluskinds = {
103496 : : .ob_base = {
103497 : : .ob_base = {
103498 : : .ob_refcnt = 999999999,
103499 : : .ob_type = &PyBytes_Type,
103500 : : },
103501 : : .ob_size = 4,
103502 : : },
103503 : : .ob_shash = -1,
103504 : : .ob_sval = "\x20\x20\x20\x80",
103505 : : };
103506 : : static
103507 : : struct _PyCode_DEF(60)
103508 : : ntpath_toplevel_consts_45_consts_10 = {
103509 : : .ob_base = {
103510 : : .ob_base = {
103511 : : .ob_refcnt = 999999999,
103512 : : .ob_type = &PyCode_Type,
103513 : : },
103514 : : .ob_size = 30,
103515 : : },
103516 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
103517 : : .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
103518 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103519 : : .co_flags = 19,
103520 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103521 : : ._co_linearray_entry_size = 0,
103522 : : .co_argcount = 1,
103523 : : .co_posonlyargcount = 0,
103524 : : .co_kwonlyargcount = 0,
103525 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
103526 : : .co_stacksize = 5,
103527 : : .co_firstlineno = 813,
103528 : : .co_nlocalsplus = 4,
103529 : : .co_nlocals = 3,
103530 : : .co_nplaincellvars = 0,
103531 : : .co_ncellvars = 0,
103532 : : .co_nfreevars = 1,
103533 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
103534 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
103535 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103536 : : .co_name = &_Py_STR(anon_listcomp),
103537 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
103538 : : .co_linetable = & ntpath_toplevel_consts_45_consts_10_linetable.ob_base.ob_base,
103539 : : ._co_code = NULL,
103540 : : ._co_linearray = NULL,
103541 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x19\x53\x00",
103542 : : ._co_firsttraceable = 1,
103543 : : };
103544 : : static
103545 : : struct {
103546 : : PyASCIIObject _ascii;
103547 : : uint8_t _data[30];
103548 : : }
103549 : : ntpath_toplevel_consts_45_consts_11_qualname = {
103550 : : ._ascii = {
103551 : : .ob_base = {
103552 : : .ob_refcnt = 999999999,
103553 : : .ob_type = &PyUnicode_Type,
103554 : : },
103555 : : .length = 29,
103556 : : .hash = -1,
103557 : : .state = {
103558 : : .kind = 1,
103559 : : .compact = 1,
103560 : : .ascii = 1,
103561 : : },
103562 : : },
103563 : : ._data = "commonpath.<locals>.<genexpr>",
103564 : : };
103565 : : static
103566 : : struct {
103567 : : PyObject_VAR_HEAD
103568 : : Py_hash_t ob_shash;
103569 : : char ob_sval[50];
103570 : : }
103571 : : ntpath_toplevel_consts_45_consts_11_linetable = {
103572 : : .ob_base = {
103573 : : .ob_base = {
103574 : : .ob_refcnt = 999999999,
103575 : : .ob_type = &PyBytes_Type,
103576 : : },
103577 : : .ob_size = 49,
103578 : : },
103579 : : .ob_shash = -1,
103580 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x3e\xd1\x18\x3e\xa9\x24\xa8\x21\xa8\x51\x98\x11\x98\x15\x98\x41\x98\x15\xa0\x23\x9a\x1c\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e",
103581 : : };
103582 : : static
103583 : : struct _PyCode_DEF(50)
103584 : : ntpath_toplevel_consts_45_consts_11 = {
103585 : : .ob_base = {
103586 : : .ob_base = {
103587 : : .ob_refcnt = 999999999,
103588 : : .ob_type = &PyCode_Type,
103589 : : },
103590 : : .ob_size = 25,
103591 : : },
103592 : : .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
103593 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
103594 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103595 : : .co_flags = 51,
103596 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103597 : : ._co_linearray_entry_size = 0,
103598 : : .co_argcount = 1,
103599 : : .co_posonlyargcount = 0,
103600 : : .co_kwonlyargcount = 0,
103601 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
103602 : : .co_stacksize = 4,
103603 : : .co_firstlineno = 816,
103604 : : .co_nlocalsplus = 4,
103605 : : .co_nlocals = 3,
103606 : : .co_nplaincellvars = 0,
103607 : : .co_ncellvars = 0,
103608 : : .co_nfreevars = 1,
103609 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_10_localsplusnames._object.ob_base.ob_base,
103610 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
103611 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103612 : : .co_name = &_Py_STR(anon_genexpr),
103613 : : .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
103614 : : .co_linetable = & ntpath_toplevel_consts_45_consts_11_linetable.ob_base.ob_base,
103615 : : ._co_code = NULL,
103616 : : ._co_linearray = NULL,
103617 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x10\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x64\x00\x64\x01\x1a\x00\x89\x03\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x12\x64\x00\x53\x00",
103618 : : ._co_firsttraceable = 3,
103619 : : };
103620 : : static
103621 : : struct {
103622 : : PyASCIIObject _ascii;
103623 : : uint8_t _data[38];
103624 : : }
103625 : : ntpath_toplevel_consts_45_consts_12 = {
103626 : : ._ascii = {
103627 : : .ob_base = {
103628 : : .ob_refcnt = 999999999,
103629 : : .ob_type = &PyUnicode_Type,
103630 : : },
103631 : : .length = 37,
103632 : : .hash = -1,
103633 : : .state = {
103634 : : .kind = 1,
103635 : : .compact = 1,
103636 : : .ascii = 1,
103637 : : },
103638 : : },
103639 : : ._data = "Can't mix absolute and relative paths",
103640 : : };
103641 : : static
103642 : : struct {
103643 : : PyObject_VAR_HEAD
103644 : : Py_hash_t ob_shash;
103645 : : char ob_sval[39];
103646 : : }
103647 : : ntpath_toplevel_consts_45_consts_14_linetable = {
103648 : : .ob_base = {
103649 : : .ob_base = {
103650 : : .ob_refcnt = 999999999,
103651 : : .ob_type = &PyBytes_Type,
103652 : : },
103653 : : .ob_size = 38,
103654 : : },
103655 : : .ob_shash = -1,
103656 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd0\x12\x2d\xd1\x12\x2d\x99\x14\x98\x11\x98\x41\x90\x31\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d\xd0\x12\x2d",
103657 : : };
103658 : : static
103659 : : struct {
103660 : : PyGC_Head _gc_head;
103661 : : struct {
103662 : : PyObject_VAR_HEAD
103663 : : PyObject *ob_item[3];
103664 : : }_object;
103665 : : }
103666 : : ntpath_toplevel_consts_45_consts_14_localsplusnames = {
103667 : : ._object = {
103668 : : .ob_base = {
103669 : : .ob_base = {
103670 : : .ob_refcnt = 999999999,
103671 : : .ob_type = &PyTuple_Type,
103672 : : },
103673 : : .ob_size = 3,
103674 : : },
103675 : : .ob_item = {
103676 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
103677 : : & const_str_d._ascii.ob_base,
103678 : : & const_str_p._ascii.ob_base,
103679 : : },
103680 : : },
103681 : : };
103682 : : static
103683 : : struct _PyCode_DEF(34)
103684 : : ntpath_toplevel_consts_45_consts_14 = {
103685 : : .ob_base = {
103686 : : .ob_base = {
103687 : : .ob_refcnt = 999999999,
103688 : : .ob_type = &PyCode_Type,
103689 : : },
103690 : : .ob_size = 17,
103691 : : },
103692 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
103693 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
103694 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103695 : : .co_flags = 51,
103696 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103697 : : ._co_linearray_entry_size = 0,
103698 : : .co_argcount = 1,
103699 : : .co_posonlyargcount = 0,
103700 : : .co_kwonlyargcount = 0,
103701 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
103702 : : .co_stacksize = 3,
103703 : : .co_firstlineno = 823,
103704 : : .co_nlocalsplus = 3,
103705 : : .co_nlocals = 3,
103706 : : .co_nplaincellvars = 0,
103707 : : .co_ncellvars = 0,
103708 : : .co_nfreevars = 0,
103709 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_14_localsplusnames._object.ob_base.ob_base,
103710 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
103711 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103712 : : .co_name = &_Py_STR(anon_genexpr),
103713 : : .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
103714 : : .co_linetable = & ntpath_toplevel_consts_45_consts_14_linetable.ob_base.ob_base,
103715 : : ._co_code = NULL,
103716 : : ._co_linearray = NULL,
103717 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x09\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x96\x02\x97\x01\x01\x00\x8c\x0b\x64\x00\x53\x00",
103718 : : ._co_firsttraceable = 2,
103719 : : };
103720 : : static
103721 : : struct {
103722 : : PyASCIIObject _ascii;
103723 : : uint8_t _data[32];
103724 : : }
103725 : : ntpath_toplevel_consts_45_consts_16 = {
103726 : : ._ascii = {
103727 : : .ob_base = {
103728 : : .ob_refcnt = 999999999,
103729 : : .ob_type = &PyUnicode_Type,
103730 : : },
103731 : : .length = 31,
103732 : : .hash = -1,
103733 : : .state = {
103734 : : .kind = 1,
103735 : : .compact = 1,
103736 : : .ascii = 1,
103737 : : },
103738 : : },
103739 : : ._data = "Paths don't have the same drive",
103740 : : };
103741 : : static
103742 : : struct {
103743 : : PyObject_VAR_HEAD
103744 : : Py_hash_t ob_shash;
103745 : : char ob_sval[40];
103746 : : }
103747 : : ntpath_toplevel_consts_45_consts_17_linetable = {
103748 : : .ob_base = {
103749 : : .ob_base = {
103750 : : .ob_refcnt = 999999999,
103751 : : .ob_type = &PyBytes_Type,
103752 : : },
103753 : : .ob_size = 39,
103754 : : },
103755 : : .ob_shash = -1,
103756 : : .ob_sval = "\xf8\x80\x00\xd0\x11\x39\xd0\x11\x39\xd1\x11\x39\x98\x01\xa0\x71\xd0\x11\x39\xa8\x51\xb0\x26\xaa\x5b\xd0\x11\x39\x90\x21\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39",
103757 : : };
103758 : : static
103759 : : struct {
103760 : : PyGC_Head _gc_head;
103761 : : struct {
103762 : : PyObject_VAR_HEAD
103763 : : PyObject *ob_item[3];
103764 : : }_object;
103765 : : }
103766 : : ntpath_toplevel_consts_45_consts_17_localsplusnames = {
103767 : : ._object = {
103768 : : .ob_base = {
103769 : : .ob_base = {
103770 : : .ob_refcnt = 999999999,
103771 : : .ob_type = &PyTuple_Type,
103772 : : },
103773 : : .ob_size = 3,
103774 : : },
103775 : : .ob_item = {
103776 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
103777 : : & const_str_c._ascii.ob_base,
103778 : : & const_str_curdir._ascii.ob_base,
103779 : : },
103780 : : },
103781 : : };
103782 : : static
103783 : : struct _PyCode_DEF(38)
103784 : : ntpath_toplevel_consts_45_consts_17 = {
103785 : : .ob_base = {
103786 : : .ob_base = {
103787 : : .ob_refcnt = 999999999,
103788 : : .ob_type = &PyCode_Type,
103789 : : },
103790 : : .ob_size = 19,
103791 : : },
103792 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
103793 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
103794 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103795 : : .co_flags = 19,
103796 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103797 : : ._co_linearray_entry_size = 0,
103798 : : .co_argcount = 1,
103799 : : .co_posonlyargcount = 0,
103800 : : .co_kwonlyargcount = 0,
103801 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
103802 : : .co_stacksize = 4,
103803 : : .co_firstlineno = 828,
103804 : : .co_nlocalsplus = 3,
103805 : : .co_nlocals = 2,
103806 : : .co_nplaincellvars = 0,
103807 : : .co_ncellvars = 0,
103808 : : .co_nfreevars = 1,
103809 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
103810 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
103811 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103812 : : .co_name = &_Py_STR(anon_listcomp),
103813 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
103814 : : .co_linetable = & ntpath_toplevel_consts_45_consts_17_linetable.ob_base.ob_base,
103815 : : ._co_code = NULL,
103816 : : ._co_linearray = NULL,
103817 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
103818 : : ._co_firsttraceable = 1,
103819 : : };
103820 : : static
103821 : : struct {
103822 : : PyASCIIObject _ascii;
103823 : : uint8_t _data[42];
103824 : : }
103825 : : ntpath_toplevel_consts_45_consts_18_consts_0_qualname = {
103826 : : ._ascii = {
103827 : : .ob_base = {
103828 : : .ob_refcnt = 999999999,
103829 : : .ob_type = &PyUnicode_Type,
103830 : : },
103831 : : .length = 41,
103832 : : .hash = -1,
103833 : : .state = {
103834 : : .kind = 1,
103835 : : .compact = 1,
103836 : : .ascii = 1,
103837 : : },
103838 : : },
103839 : : ._data = "commonpath.<locals>.<listcomp>.<listcomp>",
103840 : : };
103841 : : static
103842 : : struct {
103843 : : PyObject_VAR_HEAD
103844 : : Py_hash_t ob_shash;
103845 : : char ob_sval[40];
103846 : : }
103847 : : ntpath_toplevel_consts_45_consts_18_consts_0_linetable = {
103848 : : .ob_base = {
103849 : : .ob_base = {
103850 : : .ob_refcnt = 999999999,
103851 : : .ob_type = &PyBytes_Type,
103852 : : },
103853 : : .ob_size = 39,
103854 : : },
103855 : : .ob_shash = -1,
103856 : : .ob_sval = "\xf8\x80\x00\xd0\x17\x3a\xd0\x17\x3a\xd1\x17\x3a\x98\x61\xa8\x01\xd0\x17\x3a\xa8\x61\xb0\x36\xaa\x6b\xd0\x17\x3a\x98\x01\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a",
103857 : : };
103858 : : static
103859 : : struct _PyCode_DEF(38)
103860 : : ntpath_toplevel_consts_45_consts_18_consts_0 = {
103861 : : .ob_base = {
103862 : : .ob_base = {
103863 : : .ob_refcnt = 999999999,
103864 : : .ob_type = &PyCode_Type,
103865 : : },
103866 : : .ob_size = 19,
103867 : : },
103868 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
103869 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
103870 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103871 : : .co_flags = 19,
103872 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103873 : : ._co_linearray_entry_size = 0,
103874 : : .co_argcount = 1,
103875 : : .co_posonlyargcount = 0,
103876 : : .co_kwonlyargcount = 0,
103877 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
103878 : : .co_stacksize = 4,
103879 : : .co_firstlineno = 830,
103880 : : .co_nlocalsplus = 3,
103881 : : .co_nlocals = 2,
103882 : : .co_nplaincellvars = 0,
103883 : : .co_ncellvars = 0,
103884 : : .co_nfreevars = 1,
103885 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
103886 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
103887 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103888 : : .co_name = &_Py_STR(anon_listcomp),
103889 : : .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
103890 : : .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
103891 : : ._co_code = NULL,
103892 : : ._co_linearray = NULL,
103893 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
103894 : : ._co_firsttraceable = 1,
103895 : : };
103896 : : static
103897 : : struct {
103898 : : PyGC_Head _gc_head;
103899 : : struct {
103900 : : PyObject_VAR_HEAD
103901 : : PyObject *ob_item[1];
103902 : : }_object;
103903 : : }
103904 : : ntpath_toplevel_consts_45_consts_18_consts = {
103905 : : ._object = {
103906 : : .ob_base = {
103907 : : .ob_base = {
103908 : : .ob_refcnt = 999999999,
103909 : : .ob_type = &PyTuple_Type,
103910 : : },
103911 : : .ob_size = 1,
103912 : : },
103913 : : .ob_item = {
103914 : : & ntpath_toplevel_consts_45_consts_18_consts_0.ob_base.ob_base,
103915 : : },
103916 : : },
103917 : : };
103918 : : static
103919 : : struct {
103920 : : PyObject_VAR_HEAD
103921 : : Py_hash_t ob_shash;
103922 : : char ob_sval[44];
103923 : : }
103924 : : ntpath_toplevel_consts_45_consts_18_linetable = {
103925 : : .ob_base = {
103926 : : .ob_base = {
103927 : : .ob_refcnt = 999999999,
103928 : : .ob_type = &PyBytes_Type,
103929 : : },
103930 : : .ob_size = 43,
103931 : : },
103932 : : .ob_shash = -1,
103933 : : .ob_sval = "\xf8\x80\x00\xd0\x16\x50\xd0\x16\x50\xd1\x16\x50\xb8\x71\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xd0\x17\x3a\xa0\x31\xd0\x17\x3a\xd4\x17\x3a\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50",
103934 : : };
103935 : : static
103936 : : struct {
103937 : : PyGC_Head _gc_head;
103938 : : struct {
103939 : : PyObject_VAR_HEAD
103940 : : PyObject *ob_item[3];
103941 : : }_object;
103942 : : }
103943 : : ntpath_toplevel_consts_45_consts_18_localsplusnames = {
103944 : : ._object = {
103945 : : .ob_base = {
103946 : : .ob_base = {
103947 : : .ob_refcnt = 999999999,
103948 : : .ob_type = &PyTuple_Type,
103949 : : },
103950 : : .ob_size = 3,
103951 : : },
103952 : : .ob_item = {
103953 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
103954 : : & const_str_s._ascii.ob_base,
103955 : : & const_str_curdir._ascii.ob_base,
103956 : : },
103957 : : },
103958 : : };
103959 : : static
103960 : : struct _PyCode_DEF(42)
103961 : : ntpath_toplevel_consts_45_consts_18 = {
103962 : : .ob_base = {
103963 : : .ob_base = {
103964 : : .ob_refcnt = 999999999,
103965 : : .ob_type = &PyCode_Type,
103966 : : },
103967 : : .ob_size = 21,
103968 : : },
103969 : : .co_consts = & ntpath_toplevel_consts_45_consts_18_consts._object.ob_base.ob_base,
103970 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
103971 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
103972 : : .co_flags = 19,
103973 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
103974 : : ._co_linearray_entry_size = 0,
103975 : : .co_argcount = 1,
103976 : : .co_posonlyargcount = 0,
103977 : : .co_kwonlyargcount = 0,
103978 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
103979 : : .co_stacksize = 4,
103980 : : .co_firstlineno = 830,
103981 : : .co_nlocalsplus = 3,
103982 : : .co_nlocals = 2,
103983 : : .co_nplaincellvars = 0,
103984 : : .co_ncellvars = 0,
103985 : : .co_nfreevars = 1,
103986 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
103987 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
103988 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
103989 : : .co_name = &_Py_STR(anon_listcomp),
103990 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
103991 : : .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
103992 : : ._co_code = NULL,
103993 : : ._co_linearray = NULL,
103994 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0e\x00\x00\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x10\x53\x00",
103995 : : ._co_firsttraceable = 1,
103996 : : };
103997 : : static
103998 : : struct {
103999 : : PyGC_Head _gc_head;
104000 : : struct {
104001 : : PyObject_VAR_HEAD
104002 : : PyObject *ob_item[20];
104003 : : }_object;
104004 : : }
104005 : : ntpath_toplevel_consts_45_consts = {
104006 : : ._object = {
104007 : : .ob_base = {
104008 : : .ob_base = {
104009 : : .ob_refcnt = 999999999,
104010 : : .ob_type = &PyTuple_Type,
104011 : : },
104012 : : .ob_size = 20,
104013 : : },
104014 : : .ob_item = {
104015 : : & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
104016 : : & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
104017 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
104018 : : (PyObject *)&_Py_SINGLETON(bytes_characters[92]),
104019 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
104020 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
104021 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
104022 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
104023 : : &_Py_STR(dot),
104024 : : & ntpath_toplevel_consts_45_consts_9.ob_base.ob_base,
104025 : : & ntpath_toplevel_consts_45_consts_10.ob_base.ob_base,
104026 : : & ntpath_toplevel_consts_45_consts_11.ob_base.ob_base,
104027 : : & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
104028 : : Py_None,
104029 : : & ntpath_toplevel_consts_45_consts_14.ob_base.ob_base,
104030 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
104031 : : & ntpath_toplevel_consts_45_consts_16._ascii.ob_base,
104032 : : & ntpath_toplevel_consts_45_consts_17.ob_base.ob_base,
104033 : : & ntpath_toplevel_consts_45_consts_18.ob_base.ob_base,
104034 : : & const_str_commonpath._ascii.ob_base,
104035 : : },
104036 : : },
104037 : : };
104038 : : static
104039 : : struct {
104040 : : PyGC_Head _gc_head;
104041 : : struct {
104042 : : PyObject_VAR_HEAD
104043 : : PyObject *ob_item[20];
104044 : : }_object;
104045 : : }
104046 : : ntpath_toplevel_consts_45_names = {
104047 : : ._object = {
104048 : : .ob_base = {
104049 : : .ob_base = {
104050 : : .ob_refcnt = 999999999,
104051 : : .ob_type = &PyTuple_Type,
104052 : : },
104053 : : .ob_size = 20,
104054 : : },
104055 : : .ob_item = {
104056 : : & const_str_ValueError._ascii.ob_base,
104057 : : & const_str_tuple._ascii.ob_base,
104058 : : & const_str_map._ascii.ob_base,
104059 : : & const_str_os._ascii.ob_base,
104060 : : & const_str_fspath._ascii.ob_base,
104061 : : &_Py_ID(isinstance),
104062 : : & const_str_bytes._ascii.ob_base,
104063 : : & const_str_set._ascii.ob_base,
104064 : : &_Py_ID(len),
104065 : : & const_str_splitdrive._ascii.ob_base,
104066 : : &_Py_ID(replace),
104067 : : & const_str_split._ascii.ob_base,
104068 : : & const_str_min._ascii.ob_base,
104069 : : & const_str_max._ascii.ob_base,
104070 : : & const_str_enumerate._ascii.ob_base,
104071 : : &_Py_ID(join),
104072 : : & const_str_TypeError._ascii.ob_base,
104073 : : & const_str_AttributeError._ascii.ob_base,
104074 : : & const_str_genericpath._ascii.ob_base,
104075 : : & const_str__check_arg_types._ascii.ob_base,
104076 : : },
104077 : : },
104078 : : };
104079 : : static
104080 : : struct {
104081 : : PyObject_VAR_HEAD
104082 : : Py_hash_t ob_shash;
104083 : : char ob_sval[569];
104084 : : }
104085 : : ntpath_toplevel_consts_45_linetable = {
104086 : : .ob_base = {
104087 : : .ob_base = {
104088 : : .ob_refcnt = 999999999,
104089 : : .ob_type = &PyBytes_Type,
104090 : : },
104091 : : .ob_size = 568,
104092 : : },
104093 : : .ob_shash = -1,
104094 : : .ob_sval = "\xf8\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x15\xd4\x12\x27\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd4\x07\x22\xf0\x00\x07\x05\x15\xd8\x0e\x13\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x12\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x14\x88\x06\xf0\x04\x21\x05\x0e\xd8\x16\x51\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51\xd0\x16\x51\xc8\x35\xd0\x16\x51\xd4\x16\x51\x88\x0b\xd8\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xd0\x16\x3c\xb0\x0b\xd0\x16\x3c\xd4\x16\x3c\x88\x0b\xf0\x04\x03\x09\x50\x01\xdd\x15\x18\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xd0\x18\x3e\xb0\x2b\xd0\x18\x3e\xd4\x18\x3e\xd4\x15\x3e\x89\x46\x88\x45\xf5\x0e\x00\x0c\x0f\x8d\x73\xd0\x12\x2d\xd0\x12\x2d\xa0\x1b\xd0\x12\x2d\xd4\x12\x2d\xd4\x0f\x2d\xd4\x0b\x2e\xb0\x21\xd2\x0b\x33\xf0\x00\x01\x09\x40\x01\xdd\x12\x1c\xd0\x1d\x3e\xd4\x12\x3f\xd0\x0c\x3f\xe5\x16\x20\xa0\x15\xa0\x71\xa4\x18\xd7\x21\x31\xd1\x21\x31\xb0\x26\xb8\x23\xd4\x21\x3e\xd4\x16\x3f\x89\x0b\x88\x05\x88\x74\xd8\x11\x15\x97\x1a\x91\x1a\x98\x43\x94\x1f\x88\x06\xd8\x11\x39\xd0\x11\x39\xd0\x11\x39\xd0\x11\x39\x98\x56\xd0\x11\x39\xd4\x11\x39\x88\x06\xe0\x16\x50\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x14\x1d\x98\x62\x94\x4d\xf0\x00\x05\x09\x26\xf1\x00\x05\x09\x26\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\xf0\x00\x02\x0d\x16\xd8\x19\x1f\x98\x1a\xa0\x11\x98\x1a\x90\x06\xd8\x10\x15\x90\x05\xe0\x15\x1b\xd0\x15\x25\x9d\x53\xa0\x12\x9c\x57\xd0\x15\x25\x88\x46\xe0\x20\x25\xd0\x11\x30\x90\x15\x98\x13\x91\x1b\x90\x1b\xa8\x35\x88\x06\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x16\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xf5\x31\x00\x10\x1a\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf8\xf5\x32\x00\x0d\x16\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x5c\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
104095 : : };
104096 : : static
104097 : : struct {
104098 : : PyObject_VAR_HEAD
104099 : : Py_hash_t ob_shash;
104100 : : char ob_sval[38];
104101 : : }
104102 : : ntpath_toplevel_consts_45_exceptiontable = {
104103 : : .ob_base = {
104104 : : .ob_base = {
104105 : : .ob_refcnt = 999999999,
104106 : : .ob_type = &PyBytes_Type,
104107 : : },
104108 : : .ob_size = 37,
104109 : : },
104110 : : .ob_shash = -1,
104111 : : .ob_sval = "\xc1\x22\x19\x46\x21\x00\xc1\x3c\x19\x46\x05\x00\xc2\x15\x43\x2f\x46\x21\x00\xc6\x05\x19\x46\x1e\x03\xc6\x1e\x03\x46\x21\x00\xc6\x21\x2a\x47\x0b\x03",
104112 : : };
104113 : : static
104114 : : struct {
104115 : : PyASCIIObject _ascii;
104116 : : uint8_t _data[12];
104117 : : }
104118 : : const_str_drivesplits = {
104119 : : ._ascii = {
104120 : : .ob_base = {
104121 : : .ob_refcnt = 999999999,
104122 : : .ob_type = &PyUnicode_Type,
104123 : : },
104124 : : .length = 11,
104125 : : .hash = -1,
104126 : : .state = {
104127 : : .kind = 1,
104128 : : .compact = 1,
104129 : : .ascii = 1,
104130 : : },
104131 : : },
104132 : : ._data = "drivesplits",
104133 : : };
104134 : : static
104135 : : struct {
104136 : : PyASCIIObject _ascii;
104137 : : uint8_t _data[12];
104138 : : }
104139 : : const_str_split_paths = {
104140 : : ._ascii = {
104141 : : .ob_base = {
104142 : : .ob_refcnt = 999999999,
104143 : : .ob_type = &PyUnicode_Type,
104144 : : },
104145 : : .length = 11,
104146 : : .hash = -1,
104147 : : .state = {
104148 : : .kind = 1,
104149 : : .compact = 1,
104150 : : .ascii = 1,
104151 : : },
104152 : : },
104153 : : ._data = "split_paths",
104154 : : };
104155 : : static
104156 : : struct {
104157 : : PyASCIIObject _ascii;
104158 : : uint8_t _data[7];
104159 : : }
104160 : : const_str_common = {
104161 : : ._ascii = {
104162 : : .ob_base = {
104163 : : .ob_refcnt = 999999999,
104164 : : .ob_type = &PyUnicode_Type,
104165 : : },
104166 : : .length = 6,
104167 : : .hash = -1,
104168 : : .state = {
104169 : : .kind = 1,
104170 : : .compact = 1,
104171 : : .ascii = 1,
104172 : : },
104173 : : },
104174 : : ._data = "common",
104175 : : };
104176 : : static
104177 : : struct {
104178 : : PyGC_Head _gc_head;
104179 : : struct {
104180 : : PyObject_VAR_HEAD
104181 : : PyObject *ob_item[15];
104182 : : }_object;
104183 : : }
104184 : : ntpath_toplevel_consts_45_localsplusnames = {
104185 : : ._object = {
104186 : : .ob_base = {
104187 : : .ob_base = {
104188 : : .ob_refcnt = 999999999,
104189 : : .ob_type = &PyTuple_Type,
104190 : : },
104191 : : .ob_size = 15,
104192 : : },
104193 : : .ob_item = {
104194 : : & const_str_paths._ascii.ob_base,
104195 : : & const_str_drivesplits._ascii.ob_base,
104196 : : & const_str_split_paths._ascii.ob_base,
104197 : : & const_str_isabs._ascii.ob_base,
104198 : : & const_str_drive._ascii.ob_base,
104199 : : &_Py_ID(path),
104200 : : & const_str_common._ascii.ob_base,
104201 : : & const_str_s1._ascii.ob_base,
104202 : : & const_str_s2._ascii.ob_base,
104203 : : & const_str_i._ascii.ob_base,
104204 : : & const_str_c._ascii.ob_base,
104205 : : & const_str_prefix._ascii.ob_base,
104206 : : & const_str_altsep._ascii.ob_base,
104207 : : & const_str_curdir._ascii.ob_base,
104208 : : & const_str_sep._ascii.ob_base,
104209 : : },
104210 : : },
104211 : : };
104212 : : static
104213 : : struct {
104214 : : PyObject_VAR_HEAD
104215 : : Py_hash_t ob_shash;
104216 : : char ob_sval[16];
104217 : : }
104218 : : ntpath_toplevel_consts_45_localspluskinds = {
104219 : : .ob_base = {
104220 : : .ob_base = {
104221 : : .ob_refcnt = 999999999,
104222 : : .ob_type = &PyBytes_Type,
104223 : : },
104224 : : .ob_size = 15,
104225 : : },
104226 : : .ob_shash = -1,
104227 : : .ob_sval = " @@@",
104228 : : };
104229 : : static
104230 : : struct _PyCode_DEF(924)
104231 : : ntpath_toplevel_consts_45 = {
104232 : : .ob_base = {
104233 : : .ob_base = {
104234 : : .ob_refcnt = 999999999,
104235 : : .ob_type = &PyCode_Type,
104236 : : },
104237 : : .ob_size = 462,
104238 : : },
104239 : : .co_consts = & ntpath_toplevel_consts_45_consts._object.ob_base.ob_base,
104240 : : .co_names = & ntpath_toplevel_consts_45_names._object.ob_base.ob_base,
104241 : : .co_exceptiontable = & ntpath_toplevel_consts_45_exceptiontable.ob_base.ob_base,
104242 : : .co_flags = 3,
104243 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104244 : : ._co_linearray_entry_size = 0,
104245 : : .co_argcount = 1,
104246 : : .co_posonlyargcount = 0,
104247 : : .co_kwonlyargcount = 0,
104248 : : .co_framesize = 21 + FRAME_SPECIALS_SIZE,
104249 : : .co_stacksize = 6,
104250 : : .co_firstlineno = 795,
104251 : : .co_nlocalsplus = 15,
104252 : : .co_nlocals = 12,
104253 : : .co_nplaincellvars = 3,
104254 : : .co_ncellvars = 3,
104255 : : .co_nfreevars = 0,
104256 : : .co_localsplusnames = & ntpath_toplevel_consts_45_localsplusnames._object.ob_base.ob_base,
104257 : : .co_localspluskinds = & ntpath_toplevel_consts_45_localspluskinds.ob_base.ob_base,
104258 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104259 : : .co_name = & const_str_commonpath._ascii.ob_base,
104260 : : .co_qualname = & const_str_commonpath._ascii.ob_base,
104261 : : .co_linetable = & ntpath_toplevel_consts_45_linetable.ob_base.ob_base,
104262 : : ._co_code = NULL,
104263 : : ._co_linearray = NULL,
104264 : : .co_code_adaptive = "\x87\x0c\x87\x0d\x87\x0e\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x03\x8a\x0e\x64\x04\x8a\x0c\x64\x05\x8a\x0d\x6e\x06\x64\x06\x8a\x0e\x64\x07\x8a\x0c\x64\x08\x8a\x0d\x09\x00\x88\x0c\x88\x0e\x66\x02\x64\x09\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x88\x0e\x66\x01\x64\x0a\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x0e\x66\x01\x64\x0b\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x03\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x84\x00\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x6b\x03\x00\x00\x00\x00\x72\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0c\x89\x0e\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x88\x0d\x66\x01\x64\x11\x84\x08\x7c\x06\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x88\x0d\x66\x01\x64\x12\x84\x08\x7c\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x17\x00\x00\x5c\x02\x00\x00\x7d\x09\x7d\x0a\x7c\x0a\x7c\x08\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x06\x64\x0d\x7c\x09\x1a\x00\x7d\x06\x01\x00\x6e\x10\x7c\x06\x64\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x1a\x00\x7d\x06\x7c\x03\x72\x05\x7c\x04\x89\x0e\x7a\x00\x00\x00\x6e\x01\x7c\x04\x7d\x0b\x7c\x0b\x89\x0e\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x19\x01\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x13\x67\x01\x7c\x00\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
104265 : : ._co_firsttraceable = 3,
104266 : : };
104267 : : static
104268 : : struct {
104269 : : PyASCIIObject _ascii;
104270 : : uint8_t _data[7];
104271 : : }
104272 : : const_str__isdir = {
104273 : : ._ascii = {
104274 : : .ob_base = {
104275 : : .ob_refcnt = 999999999,
104276 : : .ob_type = &PyUnicode_Type,
104277 : : },
104278 : : .length = 6,
104279 : : .hash = -1,
104280 : : .state = {
104281 : : .kind = 1,
104282 : : .compact = 1,
104283 : : .ascii = 1,
104284 : : },
104285 : : },
104286 : : ._data = "_isdir",
104287 : : };
104288 : : static
104289 : : struct {
104290 : : PyGC_Head _gc_head;
104291 : : struct {
104292 : : PyObject_VAR_HEAD
104293 : : PyObject *ob_item[1];
104294 : : }_object;
104295 : : }
104296 : : ntpath_toplevel_consts_46 = {
104297 : : ._object = {
104298 : : .ob_base = {
104299 : : .ob_base = {
104300 : : .ob_refcnt = 999999999,
104301 : : .ob_type = &PyTuple_Type,
104302 : : },
104303 : : .ob_size = 1,
104304 : : },
104305 : : .ob_item = {
104306 : : & const_str__isdir._ascii.ob_base,
104307 : : },
104308 : : },
104309 : : };
104310 : : static
104311 : : struct {
104312 : : PyGC_Head _gc_head;
104313 : : struct {
104314 : : PyObject_VAR_HEAD
104315 : : PyObject *ob_item[48];
104316 : : }_object;
104317 : : }
104318 : : ntpath_toplevel_consts = {
104319 : : ._object = {
104320 : : .ob_base = {
104321 : : .ob_base = {
104322 : : .ob_refcnt = 999999999,
104323 : : .ob_type = &PyTuple_Type,
104324 : : },
104325 : : .ob_size = 48,
104326 : : },
104327 : : .ob_item = {
104328 : : & ntpath_toplevel_consts_0._ascii.ob_base,
104329 : : &_Py_STR(dot),
104330 : : & ntpath_toplevel_consts_2._ascii.ob_base,
104331 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
104332 : : & ntpath_toplevel_consts_4._ascii.ob_base,
104333 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
104334 : : & ntpath_toplevel_consts_6._ascii.ob_base,
104335 : : & const_str_nul._ascii.ob_base,
104336 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
104337 : : Py_None,
104338 : : & codecs_toplevel_consts_3._object.ob_base.ob_base,
104339 : : & ntpath_toplevel_consts_11._object.ob_base.ob_base,
104340 : : & ntpath_toplevel_consts_12.ob_base.ob_base,
104341 : : & ntpath_toplevel_consts_13._object.ob_base.ob_base,
104342 : : & ntpath_toplevel_consts_14.ob_base.ob_base,
104343 : : & ntpath_toplevel_consts_15.ob_base.ob_base,
104344 : : & ntpath_toplevel_consts_16.ob_base.ob_base,
104345 : : & ntpath_toplevel_consts_17.ob_base.ob_base,
104346 : : & ntpath_toplevel_consts_18.ob_base.ob_base,
104347 : : & ntpath_toplevel_consts_19.ob_base.ob_base,
104348 : : & ntpath_toplevel_consts_20.ob_base.ob_base,
104349 : : & ntpath_toplevel_consts_21.ob_base.ob_base,
104350 : : & ntpath_toplevel_consts_22.ob_base.ob_base,
104351 : : & ntpath_toplevel_consts_23.ob_base.ob_base,
104352 : : & ntpath_toplevel_consts_24.ob_base.ob_base,
104353 : : & ntpath_toplevel_consts_25._object.ob_base.ob_base,
104354 : : & ntpath_toplevel_consts_26.ob_base.ob_base,
104355 : : & ntpath_toplevel_consts_27.ob_base.ob_base,
104356 : : & ntpath_toplevel_consts_28.ob_base.ob_base,
104357 : : & ntpath_toplevel_consts_29._object.ob_base.ob_base,
104358 : : & ntpath_toplevel_consts_30.ob_base.ob_base,
104359 : : & ntpath_toplevel_consts_31.ob_base.ob_base,
104360 : : & ntpath_toplevel_consts_32.ob_base.ob_base,
104361 : : & ntpath_toplevel_consts_33._object.ob_base.ob_base,
104362 : : & ntpath_toplevel_consts_34.ob_base.ob_base,
104363 : : & ntpath_toplevel_consts_35._object.ob_base.ob_base,
104364 : : & ntpath_toplevel_consts_36.ob_base.ob_base,
104365 : : & ntpath_toplevel_consts_37.ob_base.ob_base,
104366 : : Py_False,
104367 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
104368 : : & ntpath_toplevel_consts_40.ob_base.ob_base,
104369 : : & const_str_getwindowsversion._ascii.ob_base,
104370 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
104371 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
104372 : : & ntpath_toplevel_consts_44.ob_base.ob_base,
104373 : : & ntpath_toplevel_consts_45.ob_base.ob_base,
104374 : : & ntpath_toplevel_consts_46._object.ob_base.ob_base,
104375 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
104376 : : },
104377 : : },
104378 : : };
104379 : : static
104380 : : struct {
104381 : : PyASCIIObject _ascii;
104382 : : uint8_t _data[8];
104383 : : }
104384 : : const_str__winapi = {
104385 : : ._ascii = {
104386 : : .ob_base = {
104387 : : .ob_refcnt = 999999999,
104388 : : .ob_type = &PyUnicode_Type,
104389 : : },
104390 : : .length = 7,
104391 : : .hash = -1,
104392 : : .state = {
104393 : : .kind = 1,
104394 : : .compact = 1,
104395 : : .ascii = 1,
104396 : : },
104397 : : },
104398 : : ._data = "_winapi",
104399 : : };
104400 : : static
104401 : : struct {
104402 : : PyGC_Head _gc_head;
104403 : : struct {
104404 : : PyObject_VAR_HEAD
104405 : : PyObject *ob_item[57];
104406 : : }_object;
104407 : : }
104408 : : ntpath_toplevel_names = {
104409 : : ._object = {
104410 : : .ob_base = {
104411 : : .ob_base = {
104412 : : .ob_refcnt = 999999999,
104413 : : .ob_type = &PyTuple_Type,
104414 : : },
104415 : : .ob_size = 57,
104416 : : },
104417 : : .ob_item = {
104418 : : &_Py_ID(__doc__),
104419 : : & const_str_curdir._ascii.ob_base,
104420 : : & const_str_pardir._ascii.ob_base,
104421 : : & const_str_extsep._ascii.ob_base,
104422 : : & const_str_sep._ascii.ob_base,
104423 : : & const_str_pathsep._ascii.ob_base,
104424 : : & const_str_altsep._ascii.ob_base,
104425 : : & const_str_defpath._ascii.ob_base,
104426 : : & const_str_devnull._ascii.ob_base,
104427 : : & const_str_os._ascii.ob_base,
104428 : : & const_str_sys._ascii.ob_base,
104429 : : & const_str_stat._ascii.ob_base,
104430 : : & const_str_genericpath._ascii.ob_base,
104431 : : &_Py_ID(__all__),
104432 : : & const_str__get_bothseps._ascii.ob_base,
104433 : : & const_str__winapi._ascii.ob_base,
104434 : : & const_str_LCMapStringEx._ascii.ob_base,
104435 : : & const_str__LCMapStringEx._ascii.ob_base,
104436 : : & const_str_LOCALE_NAME_INVARIANT._ascii.ob_base,
104437 : : & const_str__LOCALE_NAME_INVARIANT._ascii.ob_base,
104438 : : & const_str_LCMAP_LOWERCASE._ascii.ob_base,
104439 : : & const_str__LCMAP_LOWERCASE._ascii.ob_base,
104440 : : & const_str_normcase._ascii.ob_base,
104441 : : & const_str_ImportError._ascii.ob_base,
104442 : : & const_str_isabs._ascii.ob_base,
104443 : : &_Py_ID(join),
104444 : : & const_str_splitdrive._ascii.ob_base,
104445 : : & const_str_split._ascii.ob_base,
104446 : : & const_str_splitext._ascii.ob_base,
104447 : : & const_str__splitext._ascii.ob_base,
104448 : : & const_str_basename._ascii.ob_base,
104449 : : & const_str_dirname._ascii.ob_base,
104450 : : & const_str_islink._ascii.ob_base,
104451 : : & const_str_lexists._ascii.ob_base,
104452 : : & const_str_nt._ascii.ob_base,
104453 : : & const_str__getvolumepathname._ascii.ob_base,
104454 : : & const_str_ismount._ascii.ob_base,
104455 : : & const_str_expanduser._ascii.ob_base,
104456 : : & const_str_expandvars._ascii.ob_base,
104457 : : & const_str__path_normpath._ascii.ob_base,
104458 : : & const_str_normpath._ascii.ob_base,
104459 : : & const_str__abspath_fallback._ascii.ob_base,
104460 : : & const_str__getfullpathname._ascii.ob_base,
104461 : : & const_str_abspath._ascii.ob_base,
104462 : : & const_str__getfinalpathname._ascii.ob_base,
104463 : : & const_str_readlink._ascii.ob_base,
104464 : : & const_str__nt_readlink._ascii.ob_base,
104465 : : & const_str__readlink_deep._ascii.ob_base,
104466 : : & const_str__getfinalpathname_nonstrict._ascii.ob_base,
104467 : : & const_str_realpath._ascii.ob_base,
104468 : : & const_str_hasattr._ascii.ob_base,
104469 : : & const_str_getwindowsversion._ascii.ob_base,
104470 : : & const_str_supports_unicode_filenames._ascii.ob_base,
104471 : : & const_str_relpath._ascii.ob_base,
104472 : : & const_str_commonpath._ascii.ob_base,
104473 : : & const_str__isdir._ascii.ob_base,
104474 : : & const_str_isdir._ascii.ob_base,
104475 : : },
104476 : : },
104477 : : };
104478 : : static
104479 : : struct {
104480 : : PyObject_VAR_HEAD
104481 : : Py_hash_t ob_shash;
104482 : : char ob_sval[1015];
104483 : : }
104484 : : ntpath_toplevel_linetable = {
104485 : : .ob_base = {
104486 : : .ob_base = {
104487 : : .ob_refcnt = 999999999,
104488 : : .ob_type = &PyBytes_Type,
104489 : : },
104490 : : .ob_size = 1014,
104491 : : },
104492 : : .ob_shash = -1,
104493 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x04\x04\x01\x04\xf0\x00\x04\x01\x04\xf0\x12\x00\x0a\x0d\x80\x06\xd8\x09\x0d\x80\x06\xd8\x09\x0c\x80\x06\xd8\x06\x0a\x80\x03\xd8\x0a\x0d\x80\x07\xd8\x09\x0c\x80\x06\xd8\x0a\x15\x80\x07\xd8\x0a\x0f\x80\x07\xe0\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x12\xd0\x00\x12\xd0\x00\x12\xd0\x00\x12\xd8\x00\x19\xd0\x00\x19\xd0\x00\x19\xd0\x00\x19\xf0\x06\x06\x0b\x41\x01\xf0\x00\x06\x0b\x41\x01\xf0\x00\x06\x0b\x41\x01\x80\x07\xf0\x10\x04\x01\x15\xf0\x00\x04\x01\x15\xf0\x00\x04\x01\x15\xf0\x14\x21\x01\x2c\xf0\x02\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x00\x03\x05\x2d\xf0\x0a\x11\x05\x38\xf0\x00\x11\x05\x38\xf0\x00\x11\x05\x38\xf0\x48\x01\x0c\x01\x3c\xf0\x00\x0c\x01\x3c\xf0\x00\x0c\x01\x3c\xf0\x20\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x00\x29\x01\x0e\xf0\x5e\x01\x36\x01\x14\xf0\x00\x36\x01\x14\xf0\x00\x36\x01\x14\xf0\x7c\x01\x0f\x01\x1a\xf0\x00\x0f\x01\x1a\xf0\x00\x0f\x01\x1a\xf0\x2e\x05\x01\x38\xf0\x00\x05\x01\x38\xf0\x00\x05\x01\x38\xf0\x0c\x00\x14\x1f\xd7\x13\x28\xd1\x13\x28\xd7\x13\x30\xd1\x13\x30\x80\x08\xd4\x00\x10\xf0\x0a\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x0e\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x0e\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x00\x08\x01\x24\xf0\x18\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x24\x03\x01\x1e\xd8\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xd0\x04\x25\xf0\x06\x11\x01\x15\xf0\x00\x11\x01\x15\xf0\x00\x11\x01\x15\xf0\x3a\x2d\x01\x1f\xf0\x00\x2d\x01\x1f\xf0\x00\x2d\x01\x1f\xf0\x7a\x01\x6a\x01\x01\x0f\xf0\x00\x6a\x01\x01\x0f\xf0\x00\x6a\x01\x01\x0f\xf0\x60\x03\x3c\x01\x2b\xd8\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xf0\x6c\x01\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x10\x0e\x01\x1a\xf0\x00\x0e\x01\x1a\xf0\x00\x0e\x01\x1a\xf0\x22\x0c\x01\x2b\xd8\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xd0\x04\x23\xf0\x0c\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x0e\x4e\x02\x01\x14\xd8\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xd0\x04\x3e\xf0\x0a\x28\x05\x14\xf0\x00\x28\x05\x14\xf0\x00\x28\x05\x14\xf0\x54\x01\x2c\x05\x14\xf0\x00\x2c\x05\x14\xf0\x00\x2c\x05\x14\xf0\x5c\x01\x00\x22\x27\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x00\x30\x05\x14\xf0\x68\x01\x00\x1f\x26\x98\x67\xa0\x63\xd0\x2b\x3e\xd4\x1e\x3f\xf0\x00\x01\x1f\x3e\xd8\x1e\x33\x98\x63\xd7\x1e\x33\xd1\x1e\x33\xd4\x1e\x35\xb0\x61\xd4\x1e\x38\xb8\x41\xd2\x1e\x3d\xf0\x03\x00\x01\x1b\xf0\x06\x00\x19\x1d\xf0\x00\x2b\x01\x0e\xf0\x00\x2b\x01\x0e\xf0\x00\x2b\x01\x0e\xf0\x70\x01\x31\x01\x0e\xf0\x00\x31\x01\x0e\xf0\x00\x31\x01\x0e\xf0\x68\x01\x08\x01\x09\xf0\x0a\x00\x05\x23\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xd0\x04\x22\xf8\xf0\x5f\x18\x00\x08\x13\xf0\x00\x09\x01\x2c\xf0\x00\x09\x01\x2c\xf0\x00\x09\x01\x2c\xf0\x02\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x00\x08\x05\x2c\xf0\x03\x09\x01\x2c\xf8\xf8\xf8\xf8\xf0\x7e\x06\x00\x08\x13\xf0\x00\x01\x01\x1e\xf0\x00\x01\x01\x1e\xf0\x00\x01\x01\x1e\xd8\x19\x1d\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16\xf0\x03\x01\x01\x1e\xf8\xf8\xf8\xf8\xf0\x5e\x06\x00\x08\x13\xf0\x00\x31\x01\x28\xf0\x00\x31\x01\x28\xf0\x00\x31\x01\x28\xf0\x02\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x00\x30\x05\x28\xf0\x03\x31\x01\x28\xf8\xf8\xf8\xf8\xf0\x60\x02\x00\x08\x13\xf0\x00\x01\x01\x20\xf0\x00\x01\x01\x20\xf0\x00\x01\x01\x20\xd8\x0e\x1f\x80\x47\x80\x47\x80\x47\xf0\x03\x01\x01\x20\xf8\xf8\xf8\xf8\xf0\x1a\x00\x08\x13\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xf0\x00\x02\x01\x17\xe0\x0f\x16\x80\x48\x80\x48\x80\x48\xf0\x05\x02\x01\x17\xf8\xf8\xf8\xf8\xf0\x4a\x08\x00\x08\x13\xf0\x00\x02\x01\x09\xf0\x00\x02\x01\x09\xf0\x00\x02\x01\x09\xe0\x04\x08\x80\x44\x80\x44\xf0\x05\x02\x01\x09\xf8\xf8\xf8",
104494 : : };
104495 : : static
104496 : : struct {
104497 : : PyObject_VAR_HEAD
104498 : : Py_hash_t ob_shash;
104499 : : char ob_sval[108];
104500 : : }
104501 : : ntpath_toplevel_exceptiontable = {
104502 : : .ob_base = {
104503 : : .ob_base = {
104504 : : .ob_refcnt = 999999999,
104505 : : .ob_type = &PyBytes_Type,
104506 : : },
104507 : : .ob_size = 107,
104508 : : },
104509 : : .ob_shash = -1,
104510 : : .ob_sval = "\xaf\x0d\x43\x24\x00\xc1\x33\x06\x43\x32\x00\xc2\x03\x06\x43\x3f\x00\xc2\x10\x06\x44\x0d\x00\xc2\x1a\x08\x44\x1a\x00\xc3\x1c\x06\x44\x27\x00\xc3\x24\x08\x43\x2f\x03\xc3\x2e\x01\x43\x2f\x03\xc3\x32\x07\x43\x3c\x03\xc3\x3b\x01\x43\x3c\x03\xc3\x3f\x08\x44\x0a\x03\xc4\x09\x01\x44\x0a\x03\xc4\x0d\x07\x44\x17\x03\xc4\x16\x01\x44\x17\x03\xc4\x1a\x07\x44\x24\x03\xc4\x23\x01\x44\x24\x03\xc4\x27\x05\x44\x30\x03\xc4\x2f\x01\x44\x30\x03",
104511 : : };
104512 : : static
104513 : : struct _PyCode_DEF(614)
104514 : : ntpath_toplevel = {
104515 : : .ob_base = {
104516 : : .ob_base = {
104517 : : .ob_refcnt = 999999999,
104518 : : .ob_type = &PyCode_Type,
104519 : : },
104520 : : .ob_size = 307,
104521 : : },
104522 : : .co_consts = & ntpath_toplevel_consts._object.ob_base.ob_base,
104523 : : .co_names = & ntpath_toplevel_names._object.ob_base.ob_base,
104524 : : .co_exceptiontable = & ntpath_toplevel_exceptiontable.ob_base.ob_base,
104525 : : .co_flags = 0,
104526 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104527 : : ._co_linearray_entry_size = 0,
104528 : : .co_argcount = 0,
104529 : : .co_posonlyargcount = 0,
104530 : : .co_kwonlyargcount = 0,
104531 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
104532 : : .co_stacksize = 4,
104533 : : .co_firstlineno = 1,
104534 : : .co_nlocalsplus = 0,
104535 : : .co_nlocals = 0,
104536 : : .co_nplaincellvars = 0,
104537 : : .co_ncellvars = 0,
104538 : : .co_nfreevars = 0,
104539 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
104540 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
104541 : : .co_filename = & ntpath_toplevel_consts_12_filename._ascii.ob_base,
104542 : : .co_name = &_Py_STR(anon_module),
104543 : : .co_qualname = &_Py_STR(anon_module),
104544 : : .co_linetable = & ntpath_toplevel_linetable.ob_base.ob_base,
104545 : : ._co_code = NULL,
104546 : : ._co_linearray = NULL,
104547 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x64\x02\x5a\x02\x64\x01\x5a\x03\x64\x03\x5a\x04\x64\x04\x5a\x05\x64\x05\x5a\x06\x64\x06\x5a\x07\x64\x07\x5a\x08\x64\x08\x64\x09\x6c\x09\x5a\x09\x64\x08\x64\x09\x6c\x0a\x5a\x0a\x64\x08\x64\x09\x6c\x0b\x5a\x0b\x64\x08\x64\x09\x6c\x0c\x5a\x0c\x64\x08\x64\x0a\x6c\x0c\x54\x00\x67\x00\x64\x0b\xa2\x01\x5a\x0d\x64\x0c\x84\x00\x5a\x0e\x09\x00\x64\x08\x64\x0d\x6c\x0f\x6d\x10\x5a\x11\x6d\x12\x5a\x13\x6d\x14\x5a\x15\x01\x00\x64\x0e\x84\x00\x5a\x16\x64\x10\x84\x00\x5a\x18\x64\x11\x84\x00\x5a\x19\x64\x12\x84\x00\x5a\x1a\x64\x13\x84\x00\x5a\x1b\x64\x14\x84\x00\x5a\x1c\x65\x0c\x6a\x3a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x1c\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x15\x84\x00\x5a\x1e\x64\x16\x84\x00\x5a\x1f\x64\x17\x84\x00\x5a\x20\x64\x18\x84\x00\x5a\x21\x09\x00\x64\x08\x64\x19\x6c\x22\x6d\x23\x5a\x23\x01\x00\x64\x1a\x84\x00\x5a\x24\x64\x1b\x84\x00\x5a\x25\x64\x1c\x84\x00\x5a\x26\x09\x00\x64\x08\x64\x1d\x6c\x22\x6d\x27\x5a\x27\x01\x00\x64\x1e\x84\x00\x5a\x28\x64\x20\x84\x00\x5a\x29\x09\x00\x64\x08\x64\x21\x6c\x22\x6d\x2a\x5a\x2a\x01\x00\x64\x22\x84\x00\x5a\x2b\x09\x00\x64\x08\x64\x23\x6c\x22\x6d\x2c\x5a\x2c\x6d\x2d\x5a\x2e\x01\x00\x64\x24\x84\x00\x5a\x2f\x64\x25\x84\x00\x5a\x30\x64\x26\x64\x27\x9c\x01\x64\x28\x84\x02\x5a\x31\x02\x00\x65\x32\x65\x0a\x64\x29\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6f\x1b\x02\x00\x65\x0a\x6a\x66\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x2a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x2b\x6b\x05\x00\x00\x00\x00\x5a\x34\x64\x2f\x64\x2c\x84\x01\x5a\x35\x64\x2d\x84\x00\x5a\x36\x09\x00\x64\x08\x64\x2e\x6c\x22\x6d\x37\x5a\x38\x01\x00\x64\x09\x53\x00\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x0f\x84\x00\x5a\x16\x59\x00\x8c\xb2\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x64\x09\x5a\x23\x59\x00\x8c\x82\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x06\x01\x00\x64\x1f\x84\x00\x5a\x28\x59\x00\x8c\x7d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x29\x5a\x2b\x59\x00\x8c\x7d\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x05\x01\x00\x65\x2b\x5a\x31\x59\x00\x8c\x75\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x17\x24\x00\x72\x04\x01\x00\x59\x00\x64\x09\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
104548 : : ._co_firsttraceable = 0,
104549 : : };
104550 : 606 : static void ntpath_do_patchups(void) {
104551 : 606 : }
104552 : :
104553 : : PyObject *
104554 : 606 : _Py_get_ntpath_toplevel(void)
104555 : : {
104556 : 606 : ntpath_do_patchups();
104557 : 606 : return Py_NewRef((PyObject *) &ntpath_toplevel);
104558 : : }
104559 : :
104560 : : static
104561 : : struct {
104562 : : PyASCIIObject _ascii;
104563 : : uint8_t _data[474];
104564 : : }
104565 : : posixpath_toplevel_consts_0 = {
104566 : : ._ascii = {
104567 : : .ob_base = {
104568 : : .ob_refcnt = 999999999,
104569 : : .ob_type = &PyUnicode_Type,
104570 : : },
104571 : : .length = 473,
104572 : : .hash = -1,
104573 : : .state = {
104574 : : .kind = 1,
104575 : : .compact = 1,
104576 : : .ascii = 1,
104577 : : },
104578 : : },
104579 : : ._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",
104580 : : };
104581 : : static
104582 : : struct {
104583 : : PyASCIIObject _ascii;
104584 : : uint8_t _data[14];
104585 : : }
104586 : : posixpath_toplevel_consts_5 = {
104587 : : ._ascii = {
104588 : : .ob_base = {
104589 : : .ob_refcnt = 999999999,
104590 : : .ob_type = &PyUnicode_Type,
104591 : : },
104592 : : .length = 13,
104593 : : .hash = -1,
104594 : : .state = {
104595 : : .kind = 1,
104596 : : .compact = 1,
104597 : : .ascii = 1,
104598 : : },
104599 : : },
104600 : : ._data = "/bin:/usr/bin",
104601 : : };
104602 : : static
104603 : : struct {
104604 : : PyASCIIObject _ascii;
104605 : : uint8_t _data[10];
104606 : : }
104607 : : posixpath_toplevel_consts_7 = {
104608 : : ._ascii = {
104609 : : .ob_base = {
104610 : : .ob_refcnt = 999999999,
104611 : : .ob_type = &PyUnicode_Type,
104612 : : },
104613 : : .length = 9,
104614 : : .hash = -1,
104615 : : .state = {
104616 : : .kind = 1,
104617 : : .compact = 1,
104618 : : .ascii = 1,
104619 : : },
104620 : : },
104621 : : ._data = "/dev/null",
104622 : : };
104623 : : static
104624 : : struct {
104625 : : PyGC_Head _gc_head;
104626 : : struct {
104627 : : PyObject_VAR_HEAD
104628 : : PyObject *ob_item[38];
104629 : : }_object;
104630 : : }
104631 : : posixpath_toplevel_consts_10 = {
104632 : : ._object = {
104633 : : .ob_base = {
104634 : : .ob_base = {
104635 : : .ob_refcnt = 999999999,
104636 : : .ob_type = &PyTuple_Type,
104637 : : },
104638 : : .ob_size = 38,
104639 : : },
104640 : : .ob_item = {
104641 : : & const_str_normcase._ascii.ob_base,
104642 : : & const_str_isabs._ascii.ob_base,
104643 : : &_Py_ID(join),
104644 : : & const_str_splitdrive._ascii.ob_base,
104645 : : & const_str_split._ascii.ob_base,
104646 : : & const_str_splitext._ascii.ob_base,
104647 : : & const_str_basename._ascii.ob_base,
104648 : : & const_str_dirname._ascii.ob_base,
104649 : : & const_str_commonprefix._ascii.ob_base,
104650 : : & const_str_getsize._ascii.ob_base,
104651 : : & const_str_getmtime._ascii.ob_base,
104652 : : & const_str_getatime._ascii.ob_base,
104653 : : & const_str_getctime._ascii.ob_base,
104654 : : & const_str_islink._ascii.ob_base,
104655 : : & const_str_exists._ascii.ob_base,
104656 : : & const_str_lexists._ascii.ob_base,
104657 : : & const_str_isdir._ascii.ob_base,
104658 : : & const_str_isfile._ascii.ob_base,
104659 : : & const_str_ismount._ascii.ob_base,
104660 : : & const_str_expanduser._ascii.ob_base,
104661 : : & const_str_expandvars._ascii.ob_base,
104662 : : & const_str_normpath._ascii.ob_base,
104663 : : & const_str_abspath._ascii.ob_base,
104664 : : & const_str_samefile._ascii.ob_base,
104665 : : & const_str_sameopenfile._ascii.ob_base,
104666 : : & const_str_samestat._ascii.ob_base,
104667 : : & const_str_curdir._ascii.ob_base,
104668 : : & const_str_pardir._ascii.ob_base,
104669 : : & const_str_sep._ascii.ob_base,
104670 : : & const_str_pathsep._ascii.ob_base,
104671 : : & const_str_defpath._ascii.ob_base,
104672 : : & const_str_altsep._ascii.ob_base,
104673 : : & const_str_extsep._ascii.ob_base,
104674 : : & const_str_devnull._ascii.ob_base,
104675 : : & const_str_realpath._ascii.ob_base,
104676 : : & const_str_supports_unicode_filenames._ascii.ob_base,
104677 : : & const_str_relpath._ascii.ob_base,
104678 : : & const_str_commonpath._ascii.ob_base,
104679 : : },
104680 : : },
104681 : : };
104682 : : static
104683 : : struct {
104684 : : PyGC_Head _gc_head;
104685 : : struct {
104686 : : PyObject_VAR_HEAD
104687 : : PyObject *ob_item[3];
104688 : : }_object;
104689 : : }
104690 : : posixpath_toplevel_consts_11_consts = {
104691 : : ._object = {
104692 : : .ob_base = {
104693 : : .ob_base = {
104694 : : .ob_refcnt = 999999999,
104695 : : .ob_type = &PyTuple_Type,
104696 : : },
104697 : : .ob_size = 3,
104698 : : },
104699 : : .ob_item = {
104700 : : Py_None,
104701 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
104702 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
104703 : : },
104704 : : },
104705 : : };
104706 : : static
104707 : : struct {
104708 : : PyASCIIObject _ascii;
104709 : : uint8_t _data[19];
104710 : : }
104711 : : posixpath_toplevel_consts_11_filename = {
104712 : : ._ascii = {
104713 : : .ob_base = {
104714 : : .ob_refcnt = 999999999,
104715 : : .ob_type = &PyUnicode_Type,
104716 : : },
104717 : : .length = 18,
104718 : : .hash = -1,
104719 : : .state = {
104720 : : .kind = 1,
104721 : : .compact = 1,
104722 : : .ascii = 1,
104723 : : },
104724 : : },
104725 : : ._data = "<frozen posixpath>",
104726 : : };
104727 : : static
104728 : : struct {
104729 : : PyASCIIObject _ascii;
104730 : : uint8_t _data[9];
104731 : : }
104732 : : const_str__get_sep = {
104733 : : ._ascii = {
104734 : : .ob_base = {
104735 : : .ob_refcnt = 999999999,
104736 : : .ob_type = &PyUnicode_Type,
104737 : : },
104738 : : .length = 8,
104739 : : .hash = -1,
104740 : : .state = {
104741 : : .kind = 1,
104742 : : .compact = 1,
104743 : : .ascii = 1,
104744 : : },
104745 : : },
104746 : : ._data = "_get_sep",
104747 : : };
104748 : : static
104749 : : struct {
104750 : : PyObject_VAR_HEAD
104751 : : Py_hash_t ob_shash;
104752 : : char ob_sval[28];
104753 : : }
104754 : : posixpath_toplevel_consts_11_linetable = {
104755 : : .ob_base = {
104756 : : .ob_base = {
104757 : : .ob_refcnt = 999999999,
104758 : : .ob_type = &PyBytes_Type,
104759 : : },
104760 : : .ob_size = 27,
104761 : : },
104762 : : .ob_shash = -1,
104763 : : .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x13\xd8\x0f\x13\x88\x74\xe0\x0f\x12\x88\x73",
104764 : : };
104765 : : static
104766 : : struct _PyCode_DEF(48)
104767 : : posixpath_toplevel_consts_11 = {
104768 : : .ob_base = {
104769 : : .ob_base = {
104770 : : .ob_refcnt = 999999999,
104771 : : .ob_type = &PyCode_Type,
104772 : : },
104773 : : .ob_size = 24,
104774 : : },
104775 : : .co_consts = & posixpath_toplevel_consts_11_consts._object.ob_base.ob_base,
104776 : : .co_names = & ntpath_toplevel_consts_12_names._object.ob_base.ob_base,
104777 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
104778 : : .co_flags = 3,
104779 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104780 : : ._co_linearray_entry_size = 0,
104781 : : .co_argcount = 1,
104782 : : .co_posonlyargcount = 0,
104783 : : .co_kwonlyargcount = 0,
104784 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
104785 : : .co_stacksize = 4,
104786 : : .co_firstlineno = 41,
104787 : : .co_nlocalsplus = 1,
104788 : : .co_nlocals = 1,
104789 : : .co_nplaincellvars = 0,
104790 : : .co_ncellvars = 0,
104791 : : .co_nfreevars = 0,
104792 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
104793 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
104794 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
104795 : : .co_name = & const_str__get_sep._ascii.ob_base,
104796 : : .co_qualname = & const_str__get_sep._ascii.ob_base,
104797 : : .co_linetable = & posixpath_toplevel_consts_11_linetable.ob_base.ob_base,
104798 : : ._co_code = NULL,
104799 : : ._co_linearray = NULL,
104800 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
104801 : : ._co_firsttraceable = 0,
104802 : : };
104803 : : static
104804 : : struct {
104805 : : PyASCIIObject _ascii;
104806 : : uint8_t _data[55];
104807 : : }
104808 : : posixpath_toplevel_consts_12_consts_0 = {
104809 : : ._ascii = {
104810 : : .ob_base = {
104811 : : .ob_refcnt = 999999999,
104812 : : .ob_type = &PyUnicode_Type,
104813 : : },
104814 : : .length = 54,
104815 : : .hash = -1,
104816 : : .state = {
104817 : : .kind = 1,
104818 : : .compact = 1,
104819 : : .ascii = 1,
104820 : : },
104821 : : },
104822 : : ._data = "Normalize case of pathname. Has no effect under Posix",
104823 : : };
104824 : : static
104825 : : struct {
104826 : : PyGC_Head _gc_head;
104827 : : struct {
104828 : : PyObject_VAR_HEAD
104829 : : PyObject *ob_item[1];
104830 : : }_object;
104831 : : }
104832 : : posixpath_toplevel_consts_12_consts = {
104833 : : ._object = {
104834 : : .ob_base = {
104835 : : .ob_base = {
104836 : : .ob_refcnt = 999999999,
104837 : : .ob_type = &PyTuple_Type,
104838 : : },
104839 : : .ob_size = 1,
104840 : : },
104841 : : .ob_item = {
104842 : : & posixpath_toplevel_consts_12_consts_0._ascii.ob_base,
104843 : : },
104844 : : },
104845 : : };
104846 : : static
104847 : : struct {
104848 : : PyGC_Head _gc_head;
104849 : : struct {
104850 : : PyObject_VAR_HEAD
104851 : : PyObject *ob_item[2];
104852 : : }_object;
104853 : : }
104854 : : posixpath_toplevel_consts_12_names = {
104855 : : ._object = {
104856 : : .ob_base = {
104857 : : .ob_base = {
104858 : : .ob_refcnt = 999999999,
104859 : : .ob_type = &PyTuple_Type,
104860 : : },
104861 : : .ob_size = 2,
104862 : : },
104863 : : .ob_item = {
104864 : : & const_str_os._ascii.ob_base,
104865 : : & const_str_fspath._ascii.ob_base,
104866 : : },
104867 : : },
104868 : : };
104869 : : static
104870 : : struct {
104871 : : PyObject_VAR_HEAD
104872 : : Py_hash_t ob_shash;
104873 : : char ob_sval[17];
104874 : : }
104875 : : posixpath_toplevel_consts_12_linetable = {
104876 : : .ob_base = {
104877 : : .ob_base = {
104878 : : .ob_refcnt = 999999999,
104879 : : .ob_type = &PyBytes_Type,
104880 : : },
104881 : : .ob_size = 16,
104882 : : },
104883 : : .ob_shash = -1,
104884 : : .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x51\x8c\x3c\xd0\x04\x17",
104885 : : };
104886 : : static
104887 : : struct _PyCode_DEF(48)
104888 : : posixpath_toplevel_consts_12 = {
104889 : : .ob_base = {
104890 : : .ob_base = {
104891 : : .ob_refcnt = 999999999,
104892 : : .ob_type = &PyCode_Type,
104893 : : },
104894 : : .ob_size = 24,
104895 : : },
104896 : : .co_consts = & posixpath_toplevel_consts_12_consts._object.ob_base.ob_base,
104897 : : .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
104898 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
104899 : : .co_flags = 3,
104900 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
104901 : : ._co_linearray_entry_size = 0,
104902 : : .co_argcount = 1,
104903 : : .co_posonlyargcount = 0,
104904 : : .co_kwonlyargcount = 0,
104905 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
104906 : : .co_stacksize = 3,
104907 : : .co_firstlineno = 52,
104908 : : .co_nlocalsplus = 1,
104909 : : .co_nlocals = 1,
104910 : : .co_nplaincellvars = 0,
104911 : : .co_ncellvars = 0,
104912 : : .co_nfreevars = 0,
104913 : : .co_localsplusnames = & ntpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
104914 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
104915 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
104916 : : .co_name = & const_str_normcase._ascii.ob_base,
104917 : : .co_qualname = & const_str_normcase._ascii.ob_base,
104918 : : .co_linetable = & posixpath_toplevel_consts_12_linetable.ob_base.ob_base,
104919 : : ._co_code = NULL,
104920 : : ._co_linearray = NULL,
104921 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
104922 : : ._co_firsttraceable = 0,
104923 : : };
104924 : : static
104925 : : struct {
104926 : : PyGC_Head _gc_head;
104927 : : struct {
104928 : : PyObject_VAR_HEAD
104929 : : PyObject *ob_item[1];
104930 : : }_object;
104931 : : }
104932 : : posixpath_toplevel_consts_13_consts = {
104933 : : ._object = {
104934 : : .ob_base = {
104935 : : .ob_base = {
104936 : : .ob_refcnt = 999999999,
104937 : : .ob_type = &PyTuple_Type,
104938 : : },
104939 : : .ob_size = 1,
104940 : : },
104941 : : .ob_item = {
104942 : : & ntpath_toplevel_consts_16_consts_0._ascii.ob_base,
104943 : : },
104944 : : },
104945 : : };
104946 : : static
104947 : : struct {
104948 : : PyGC_Head _gc_head;
104949 : : struct {
104950 : : PyObject_VAR_HEAD
104951 : : PyObject *ob_item[4];
104952 : : }_object;
104953 : : }
104954 : : posixpath_toplevel_consts_13_names = {
104955 : : ._object = {
104956 : : .ob_base = {
104957 : : .ob_base = {
104958 : : .ob_refcnt = 999999999,
104959 : : .ob_type = &PyTuple_Type,
104960 : : },
104961 : : .ob_size = 4,
104962 : : },
104963 : : .ob_item = {
104964 : : & const_str_os._ascii.ob_base,
104965 : : & const_str_fspath._ascii.ob_base,
104966 : : & const_str__get_sep._ascii.ob_base,
104967 : : & const_str_startswith._ascii.ob_base,
104968 : : },
104969 : : },
104970 : : };
104971 : : static
104972 : : struct {
104973 : : PyObject_VAR_HEAD
104974 : : Py_hash_t ob_shash;
104975 : : char ob_sval[40];
104976 : : }
104977 : : posixpath_toplevel_consts_13_linetable = {
104978 : : .ob_base = {
104979 : : .ob_base = {
104980 : : .ob_refcnt = 999999999,
104981 : : .ob_type = &PyBytes_Type,
104982 : : },
104983 : : .ob_size = 39,
104984 : : },
104985 : : .ob_shash = -1,
104986 : : .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x0b\x0c\x8f\x3c\x89\x3c\x98\x03\xd4\x0b\x1c\xd0\x04\x1c",
104987 : : };
104988 : : static
104989 : : struct {
104990 : : PyGC_Head _gc_head;
104991 : : struct {
104992 : : PyObject_VAR_HEAD
104993 : : PyObject *ob_item[2];
104994 : : }_object;
104995 : : }
104996 : : posixpath_toplevel_consts_13_localsplusnames = {
104997 : : ._object = {
104998 : : .ob_base = {
104999 : : .ob_base = {
105000 : : .ob_refcnt = 999999999,
105001 : : .ob_type = &PyTuple_Type,
105002 : : },
105003 : : .ob_size = 2,
105004 : : },
105005 : : .ob_item = {
105006 : : & const_str_s._ascii.ob_base,
105007 : : & const_str_sep._ascii.ob_base,
105008 : : },
105009 : : },
105010 : : };
105011 : : static
105012 : : struct _PyCode_DEF(110)
105013 : : posixpath_toplevel_consts_13 = {
105014 : : .ob_base = {
105015 : : .ob_base = {
105016 : : .ob_refcnt = 999999999,
105017 : : .ob_type = &PyCode_Type,
105018 : : },
105019 : : .ob_size = 55,
105020 : : },
105021 : : .co_consts = & posixpath_toplevel_consts_13_consts._object.ob_base.ob_base,
105022 : : .co_names = & posixpath_toplevel_consts_13_names._object.ob_base.ob_base,
105023 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105024 : : .co_flags = 3,
105025 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105026 : : ._co_linearray_entry_size = 0,
105027 : : .co_argcount = 1,
105028 : : .co_posonlyargcount = 0,
105029 : : .co_kwonlyargcount = 0,
105030 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
105031 : : .co_stacksize = 3,
105032 : : .co_firstlineno = 60,
105033 : : .co_nlocalsplus = 2,
105034 : : .co_nlocals = 2,
105035 : : .co_nplaincellvars = 0,
105036 : : .co_ncellvars = 0,
105037 : : .co_nfreevars = 0,
105038 : : .co_localsplusnames = & posixpath_toplevel_consts_13_localsplusnames._object.ob_base.ob_base,
105039 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
105040 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105041 : : .co_name = & const_str_isabs._ascii.ob_base,
105042 : : .co_qualname = & const_str_isabs._ascii.ob_base,
105043 : : .co_linetable = & posixpath_toplevel_consts_13_linetable.ob_base.ob_base,
105044 : : ._co_code = NULL,
105045 : : ._co_linearray = NULL,
105046 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
105047 : : ._co_firsttraceable = 0,
105048 : : };
105049 : : static
105050 : : struct {
105051 : : PyASCIIObject _ascii;
105052 : : uint8_t _data[231];
105053 : : }
105054 : : posixpath_toplevel_consts_14_consts_0 = {
105055 : : ._ascii = {
105056 : : .ob_base = {
105057 : : .ob_refcnt = 999999999,
105058 : : .ob_type = &PyUnicode_Type,
105059 : : },
105060 : : .length = 230,
105061 : : .hash = -1,
105062 : : .state = {
105063 : : .kind = 1,
105064 : : .compact = 1,
105065 : : .ascii = 1,
105066 : : },
105067 : : },
105068 : : ._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",
105069 : : };
105070 : : static
105071 : : struct {
105072 : : PyGC_Head _gc_head;
105073 : : struct {
105074 : : PyObject_VAR_HEAD
105075 : : PyObject *ob_item[4];
105076 : : }_object;
105077 : : }
105078 : : posixpath_toplevel_consts_14_consts = {
105079 : : ._object = {
105080 : : .ob_base = {
105081 : : .ob_base = {
105082 : : .ob_refcnt = 999999999,
105083 : : .ob_type = &PyTuple_Type,
105084 : : },
105085 : : .ob_size = 4,
105086 : : },
105087 : : .ob_item = {
105088 : : & posixpath_toplevel_consts_14_consts_0._ascii.ob_base,
105089 : : Py_None,
105090 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
105091 : : &_Py_ID(join),
105092 : : },
105093 : : },
105094 : : };
105095 : : static
105096 : : struct {
105097 : : PyGC_Head _gc_head;
105098 : : struct {
105099 : : PyObject_VAR_HEAD
105100 : : PyObject *ob_item[11];
105101 : : }_object;
105102 : : }
105103 : : posixpath_toplevel_consts_14_names = {
105104 : : ._object = {
105105 : : .ob_base = {
105106 : : .ob_base = {
105107 : : .ob_refcnt = 999999999,
105108 : : .ob_type = &PyTuple_Type,
105109 : : },
105110 : : .ob_size = 11,
105111 : : },
105112 : : .ob_item = {
105113 : : & const_str_os._ascii.ob_base,
105114 : : & const_str_fspath._ascii.ob_base,
105115 : : & const_str__get_sep._ascii.ob_base,
105116 : : & const_str_map._ascii.ob_base,
105117 : : & const_str_startswith._ascii.ob_base,
105118 : : & const_str_endswith._ascii.ob_base,
105119 : : & const_str_TypeError._ascii.ob_base,
105120 : : & const_str_AttributeError._ascii.ob_base,
105121 : : & const_str_BytesWarning._ascii.ob_base,
105122 : : & const_str_genericpath._ascii.ob_base,
105123 : : & const_str__check_arg_types._ascii.ob_base,
105124 : : },
105125 : : },
105126 : : };
105127 : : static
105128 : : struct {
105129 : : PyObject_VAR_HEAD
105130 : : Py_hash_t ob_shash;
105131 : : char ob_sval[241];
105132 : : }
105133 : : posixpath_toplevel_consts_14_linetable = {
105134 : : .ob_base = {
105135 : : .ob_base = {
105136 : : .ob_refcnt = 999999999,
105137 : : .ob_type = &PyBytes_Type,
105138 : : },
105139 : : .ob_size = 240,
105140 : : },
105141 : : .ob_shash = -1,
105142 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x0b\x0c\x80\x44\xf0\x02\x0c\x05\x0e\xd8\x0f\x10\xf0\x00\x01\x09\x1b\xd8\x0c\x10\x88\x48\x90\x21\x88\x48\x90\x73\x89\x4e\x88\x4e\xdd\x11\x14\x95\x52\x97\x59\x91\x59\xa0\x01\xd4\x11\x22\xf0\x00\x06\x09\x20\xf1\x00\x06\x09\x20\x88\x41\xd8\x0f\x10\x8f\x7c\x89\x7c\x98\x43\xd4\x0f\x20\xf0\x00\x05\x0d\x20\xd8\x17\x18\x90\x04\x90\x04\xd8\x15\x19\xf0\x00\x03\x0d\x20\x98\x54\x9f\x5d\x99\x5d\xa8\x33\xd4\x1d\x2f\xf0\x00\x03\x0d\x20\xd8\x10\x14\x98\x01\x91\x09\x90\x04\x90\x04\xe0\x10\x14\x98\x03\x98\x61\x99\x07\x91\x0f\x90\x04\x90\x04\xf0\x0d\x06\x09\x20\xf0\x14\x00\x0c\x10\x80\x4b\xf8\xf5\x07\x00\x0d\x16\x95\x7e\xa5\x7c\xd0\x0b\x34\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x56\xa8\x51\xd0\x08\x33\xb0\x11\xd0\x08\x33\xd0\x08\x33\xd0\x08\x33\xd0\x08\x33\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
105143 : : };
105144 : : static
105145 : : struct {
105146 : : PyObject_VAR_HEAD
105147 : : Py_hash_t ob_shash;
105148 : : char ob_sval[13];
105149 : : }
105150 : : posixpath_toplevel_consts_14_exceptiontable = {
105151 : : .ob_base = {
105152 : : .ob_base = {
105153 : : .ob_refcnt = 999999999,
105154 : : .ob_type = &PyBytes_Type,
105155 : : },
105156 : : .ob_size = 12,
105157 : : },
105158 : : .ob_shash = -1,
105159 : : .ob_sval = "\xa8\x41\x22\x42\x0d\x00\xc2\x0d\x31\x42\x3e\x03",
105160 : : };
105161 : : static
105162 : : struct {
105163 : : PyGC_Head _gc_head;
105164 : : struct {
105165 : : PyObject_VAR_HEAD
105166 : : PyObject *ob_item[5];
105167 : : }_object;
105168 : : }
105169 : : posixpath_toplevel_consts_14_localsplusnames = {
105170 : : ._object = {
105171 : : .ob_base = {
105172 : : .ob_base = {
105173 : : .ob_refcnt = 999999999,
105174 : : .ob_type = &PyTuple_Type,
105175 : : },
105176 : : .ob_size = 5,
105177 : : },
105178 : : .ob_item = {
105179 : : & const_str_a._ascii.ob_base,
105180 : : & const_str_p._ascii.ob_base,
105181 : : & const_str_sep._ascii.ob_base,
105182 : : &_Py_ID(path),
105183 : : & const_str_b._ascii.ob_base,
105184 : : },
105185 : : },
105186 : : };
105187 : : static
105188 : : struct _PyCode_DEF(386)
105189 : : posixpath_toplevel_consts_14 = {
105190 : : .ob_base = {
105191 : : .ob_base = {
105192 : : .ob_refcnt = 999999999,
105193 : : .ob_type = &PyCode_Type,
105194 : : },
105195 : : .ob_size = 193,
105196 : : },
105197 : : .co_consts = & posixpath_toplevel_consts_14_consts._object.ob_base.ob_base,
105198 : : .co_names = & posixpath_toplevel_consts_14_names._object.ob_base.ob_base,
105199 : : .co_exceptiontable = & posixpath_toplevel_consts_14_exceptiontable.ob_base.ob_base,
105200 : : .co_flags = 7,
105201 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105202 : : ._co_linearray_entry_size = 0,
105203 : : .co_argcount = 1,
105204 : : .co_posonlyargcount = 0,
105205 : : .co_kwonlyargcount = 0,
105206 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
105207 : : .co_stacksize = 5,
105208 : : .co_firstlineno = 71,
105209 : : .co_nlocalsplus = 5,
105210 : : .co_nlocals = 5,
105211 : : .co_nplaincellvars = 0,
105212 : : .co_ncellvars = 0,
105213 : : .co_nfreevars = 0,
105214 : : .co_localsplusnames = & posixpath_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
105215 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
105216 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105217 : : .co_name = &_Py_ID(join),
105218 : : .co_qualname = &_Py_ID(join),
105219 : : .co_linetable = & posixpath_toplevel_consts_14_linetable.ob_base.ob_base,
105220 : : ._co_code = NULL,
105221 : : ._co_linearray = NULL,
105222 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x7d\x03\x09\x00\x7c\x01\x73\x08\x7c\x03\x64\x01\x64\x02\x1a\x00\x7c\x02\x7a\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x39\x00\x00\x7d\x04\x7c\x04\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x7c\x04\x7d\x03\x8c\x18\x7c\x03\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x06\x7c\x03\x7c\x04\x7a\x0d\x00\x00\x7d\x03\x8c\x32\x7c\x03\x7c\x02\x7c\x04\x7a\x00\x00\x00\x7a\x0d\x00\x00\x7d\x03\x8c\x3b\x09\x00\x7c\x03\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x1a\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x00\x67\x02\x7c\x01\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
105223 : : ._co_firsttraceable = 0,
105224 : : };
105225 : : static
105226 : : struct {
105227 : : PyASCIIObject _ascii;
105228 : : uint8_t _data[129];
105229 : : }
105230 : : posixpath_toplevel_consts_15_consts_0 = {
105231 : : ._ascii = {
105232 : : .ob_base = {
105233 : : .ob_refcnt = 999999999,
105234 : : .ob_type = &PyUnicode_Type,
105235 : : },
105236 : : .length = 128,
105237 : : .hash = -1,
105238 : : .state = {
105239 : : .kind = 1,
105240 : : .compact = 1,
105241 : : .ascii = 1,
105242 : : },
105243 : : },
105244 : : ._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",
105245 : : };
105246 : : static
105247 : : struct {
105248 : : PyGC_Head _gc_head;
105249 : : struct {
105250 : : PyObject_VAR_HEAD
105251 : : PyObject *ob_item[3];
105252 : : }_object;
105253 : : }
105254 : : posixpath_toplevel_consts_15_consts = {
105255 : : ._object = {
105256 : : .ob_base = {
105257 : : .ob_base = {
105258 : : .ob_refcnt = 999999999,
105259 : : .ob_type = &PyTuple_Type,
105260 : : },
105261 : : .ob_size = 3,
105262 : : },
105263 : : .ob_item = {
105264 : : & posixpath_toplevel_consts_15_consts_0._ascii.ob_base,
105265 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
105266 : : Py_None,
105267 : : },
105268 : : },
105269 : : };
105270 : : static
105271 : : struct {
105272 : : PyGC_Head _gc_head;
105273 : : struct {
105274 : : PyObject_VAR_HEAD
105275 : : PyObject *ob_item[6];
105276 : : }_object;
105277 : : }
105278 : : posixpath_toplevel_consts_15_names = {
105279 : : ._object = {
105280 : : .ob_base = {
105281 : : .ob_base = {
105282 : : .ob_refcnt = 999999999,
105283 : : .ob_type = &PyTuple_Type,
105284 : : },
105285 : : .ob_size = 6,
105286 : : },
105287 : : .ob_item = {
105288 : : & const_str_os._ascii.ob_base,
105289 : : & const_str_fspath._ascii.ob_base,
105290 : : & const_str__get_sep._ascii.ob_base,
105291 : : & const_str_rfind._ascii.ob_base,
105292 : : &_Py_ID(len),
105293 : : & const_str_rstrip._ascii.ob_base,
105294 : : },
105295 : : },
105296 : : };
105297 : : static
105298 : : struct {
105299 : : PyObject_VAR_HEAD
105300 : : Py_hash_t ob_shash;
105301 : : char ob_sval[118];
105302 : : }
105303 : : posixpath_toplevel_consts_15_linetable = {
105304 : : .ob_base = {
105305 : : .ob_base = {
105306 : : .ob_refcnt = 999999999,
105307 : : .ob_type = &PyBytes_Type,
105308 : : },
105309 : : .ob_size = 117,
105310 : : },
105311 : : .ob_shash = -1,
105312 : : .ob_sval = "\x80\x00\xf5\x06\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x11\x12\x90\x15\x90\x41\x90\x15\x98\x01\x98\x21\x98\x05\x98\x05\x88\x24\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x9c\x49\x99\x0d\xd2\x10\x25\xf0\x00\x01\x05\x20\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x33\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x90\x14\x88\x3a\xd0\x04\x15",
105313 : : };
105314 : : static
105315 : : struct {
105316 : : PyGC_Head _gc_head;
105317 : : struct {
105318 : : PyObject_VAR_HEAD
105319 : : PyObject *ob_item[5];
105320 : : }_object;
105321 : : }
105322 : : posixpath_toplevel_consts_15_localsplusnames = {
105323 : : ._object = {
105324 : : .ob_base = {
105325 : : .ob_base = {
105326 : : .ob_refcnt = 999999999,
105327 : : .ob_type = &PyTuple_Type,
105328 : : },
105329 : : .ob_size = 5,
105330 : : },
105331 : : .ob_item = {
105332 : : & const_str_p._ascii.ob_base,
105333 : : & const_str_sep._ascii.ob_base,
105334 : : & const_str_i._ascii.ob_base,
105335 : : & const_str_head._ascii.ob_base,
105336 : : & const_str_tail._ascii.ob_base,
105337 : : },
105338 : : },
105339 : : };
105340 : : static
105341 : : struct _PyCode_DEF(224)
105342 : : posixpath_toplevel_consts_15 = {
105343 : : .ob_base = {
105344 : : .ob_base = {
105345 : : .ob_refcnt = 999999999,
105346 : : .ob_type = &PyCode_Type,
105347 : : },
105348 : : .ob_size = 112,
105349 : : },
105350 : : .co_consts = & posixpath_toplevel_consts_15_consts._object.ob_base.ob_base,
105351 : : .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
105352 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105353 : : .co_flags = 3,
105354 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105355 : : ._co_linearray_entry_size = 0,
105356 : : .co_argcount = 1,
105357 : : .co_posonlyargcount = 0,
105358 : : .co_kwonlyargcount = 0,
105359 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
105360 : : .co_stacksize = 5,
105361 : : .co_firstlineno = 100,
105362 : : .co_nlocalsplus = 5,
105363 : : .co_nlocals = 5,
105364 : : .co_nplaincellvars = 0,
105365 : : .co_ncellvars = 0,
105366 : : .co_nfreevars = 0,
105367 : : .co_localsplusnames = & posixpath_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
105368 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
105369 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105370 : : .co_name = & const_str_split._ascii.ob_base,
105371 : : .co_qualname = & const_str_split._ascii.ob_base,
105372 : : .co_linetable = & posixpath_toplevel_consts_15_linetable.ob_base.ob_base,
105373 : : ._co_code = NULL,
105374 : : ._co_linearray = NULL,
105375 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x1a\x00\x7c\x00\x7c\x02\x64\x02\x1a\x00\x7d\x04\x7d\x03\x7c\x03\x72\x26\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x7c\x04\x66\x02\x53\x00",
105376 : : ._co_firsttraceable = 0,
105377 : : };
105378 : : static
105379 : : struct {
105380 : : PyGC_Head _gc_head;
105381 : : struct {
105382 : : PyObject_VAR_HEAD
105383 : : PyObject *ob_item[5];
105384 : : }_object;
105385 : : }
105386 : : posixpath_toplevel_consts_16_consts = {
105387 : : ._object = {
105388 : : .ob_base = {
105389 : : .ob_base = {
105390 : : .ob_refcnt = 999999999,
105391 : : .ob_type = &PyTuple_Type,
105392 : : },
105393 : : .ob_size = 5,
105394 : : },
105395 : : .ob_item = {
105396 : : Py_None,
105397 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
105398 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
105399 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
105400 : : &_Py_STR(dot),
105401 : : },
105402 : : },
105403 : : };
105404 : : static
105405 : : struct {
105406 : : PyObject_VAR_HEAD
105407 : : Py_hash_t ob_shash;
105408 : : char ob_sval[76];
105409 : : }
105410 : : posixpath_toplevel_consts_16_linetable = {
105411 : : .ob_base = {
105412 : : .ob_base = {
105413 : : .ob_refcnt = 999999999,
105414 : : .ob_type = &PyBytes_Type,
105415 : : },
105416 : : .ob_size = 75,
105417 : : },
105418 : : .ob_shash = -1,
105419 : : .ob_sval = "\x80\x00\xdd\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x07\x11\x90\x21\x95\x55\xd4\x07\x1b\xf0\x00\x05\x05\x15\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xdd\x0b\x20\xd7\x0b\x20\xd1\x0b\x20\xa0\x11\xa0\x43\xa8\x14\xa8\x76\xd4\x0b\x36\xd0\x04\x36",
105420 : : };
105421 : : static
105422 : : struct {
105423 : : PyGC_Head _gc_head;
105424 : : struct {
105425 : : PyObject_VAR_HEAD
105426 : : PyObject *ob_item[3];
105427 : : }_object;
105428 : : }
105429 : : posixpath_toplevel_consts_16_localsplusnames = {
105430 : : ._object = {
105431 : : .ob_base = {
105432 : : .ob_base = {
105433 : : .ob_refcnt = 999999999,
105434 : : .ob_type = &PyTuple_Type,
105435 : : },
105436 : : .ob_size = 3,
105437 : : },
105438 : : .ob_item = {
105439 : : & const_str_p._ascii.ob_base,
105440 : : & const_str_sep._ascii.ob_base,
105441 : : & const_str_extsep._ascii.ob_base,
105442 : : },
105443 : : },
105444 : : };
105445 : : static
105446 : : struct _PyCode_DEF(156)
105447 : : posixpath_toplevel_consts_16 = {
105448 : : .ob_base = {
105449 : : .ob_base = {
105450 : : .ob_refcnt = 999999999,
105451 : : .ob_type = &PyCode_Type,
105452 : : },
105453 : : .ob_size = 78,
105454 : : },
105455 : : .co_consts = & posixpath_toplevel_consts_16_consts._object.ob_base.ob_base,
105456 : : .co_names = & ntpath_toplevel_consts_20_names._object.ob_base.ob_base,
105457 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105458 : : .co_flags = 3,
105459 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105460 : : ._co_linearray_entry_size = 0,
105461 : : .co_argcount = 1,
105462 : : .co_posonlyargcount = 0,
105463 : : .co_kwonlyargcount = 0,
105464 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
105465 : : .co_stacksize = 6,
105466 : : .co_firstlineno = 117,
105467 : : .co_nlocalsplus = 3,
105468 : : .co_nlocals = 3,
105469 : : .co_nplaincellvars = 0,
105470 : : .co_ncellvars = 0,
105471 : : .co_nfreevars = 0,
105472 : : .co_localsplusnames = & posixpath_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
105473 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
105474 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105475 : : .co_name = & const_str_splitext._ascii.ob_base,
105476 : : .co_qualname = & const_str_splitext._ascii.ob_base,
105477 : : .co_linetable = & posixpath_toplevel_consts_16_linetable.ob_base.ob_base,
105478 : : ._co_code = NULL,
105479 : : ._co_linearray = NULL,
105480 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x64\x01\x7d\x01\x64\x02\x7d\x02\x6e\x04\x64\x03\x7d\x01\x64\x04\x7d\x02\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x00\x7c\x02\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
105481 : : ._co_firsttraceable = 0,
105482 : : };
105483 : : static
105484 : : struct {
105485 : : PyASCIIObject _ascii;
105486 : : uint8_t _data[75];
105487 : : }
105488 : : posixpath_toplevel_consts_17_consts_0 = {
105489 : : ._ascii = {
105490 : : .ob_base = {
105491 : : .ob_refcnt = 999999999,
105492 : : .ob_type = &PyUnicode_Type,
105493 : : },
105494 : : .length = 74,
105495 : : .hash = -1,
105496 : : .state = {
105497 : : .kind = 1,
105498 : : .compact = 1,
105499 : : .ascii = 1,
105500 : : },
105501 : : },
105502 : : ._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",
105503 : : };
105504 : : static
105505 : : struct {
105506 : : PyGC_Head _gc_head;
105507 : : struct {
105508 : : PyObject_VAR_HEAD
105509 : : PyObject *ob_item[3];
105510 : : }_object;
105511 : : }
105512 : : posixpath_toplevel_consts_17_consts = {
105513 : : ._object = {
105514 : : .ob_base = {
105515 : : .ob_base = {
105516 : : .ob_refcnt = 999999999,
105517 : : .ob_type = &PyTuple_Type,
105518 : : },
105519 : : .ob_size = 3,
105520 : : },
105521 : : .ob_item = {
105522 : : & posixpath_toplevel_consts_17_consts_0._ascii.ob_base,
105523 : : Py_None,
105524 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
105525 : : },
105526 : : },
105527 : : };
105528 : : static
105529 : : struct {
105530 : : PyObject_VAR_HEAD
105531 : : Py_hash_t ob_shash;
105532 : : char ob_sval[33];
105533 : : }
105534 : : posixpath_toplevel_consts_17_linetable = {
105535 : : .ob_base = {
105536 : : .ob_base = {
105537 : : .ob_refcnt = 999999999,
105538 : : .ob_type = &PyBytes_Type,
105539 : : },
105540 : : .ob_size = 32,
105541 : : },
105542 : : .ob_shash = -1,
105543 : : .ob_sval = "\x80\x00\xf5\x06\x00\x09\x12\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x90\x21\x88\x38\x80\x4f",
105544 : : };
105545 : : static
105546 : : struct _PyCode_DEF(62)
105547 : : posixpath_toplevel_consts_17 = {
105548 : : .ob_base = {
105549 : : .ob_base = {
105550 : : .ob_refcnt = 999999999,
105551 : : .ob_type = &PyCode_Type,
105552 : : },
105553 : : .ob_size = 31,
105554 : : },
105555 : : .co_consts = & posixpath_toplevel_consts_17_consts._object.ob_base.ob_base,
105556 : : .co_names = & posixpath_toplevel_consts_12_names._object.ob_base.ob_base,
105557 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105558 : : .co_flags = 3,
105559 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105560 : : ._co_linearray_entry_size = 0,
105561 : : .co_argcount = 1,
105562 : : .co_posonlyargcount = 0,
105563 : : .co_kwonlyargcount = 0,
105564 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
105565 : : .co_stacksize = 3,
105566 : : .co_firstlineno = 131,
105567 : : .co_nlocalsplus = 1,
105568 : : .co_nlocals = 1,
105569 : : .co_nplaincellvars = 0,
105570 : : .co_ncellvars = 0,
105571 : : .co_nfreevars = 0,
105572 : : .co_localsplusnames = & ntpath_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
105573 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
105574 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105575 : : .co_name = & const_str_splitdrive._ascii.ob_base,
105576 : : .co_qualname = & const_str_splitdrive._ascii.ob_base,
105577 : : .co_linetable = & posixpath_toplevel_consts_17_linetable.ob_base.ob_base,
105578 : : ._co_code = NULL,
105579 : : ._co_linearray = NULL,
105580 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x00\x66\x02\x53\x00",
105581 : : ._co_firsttraceable = 0,
105582 : : };
105583 : : static
105584 : : struct {
105585 : : PyGC_Head _gc_head;
105586 : : struct {
105587 : : PyObject_VAR_HEAD
105588 : : PyObject *ob_item[3];
105589 : : }_object;
105590 : : }
105591 : : posixpath_toplevel_consts_18_consts = {
105592 : : ._object = {
105593 : : .ob_base = {
105594 : : .ob_base = {
105595 : : .ob_refcnt = 999999999,
105596 : : .ob_type = &PyTuple_Type,
105597 : : },
105598 : : .ob_size = 3,
105599 : : },
105600 : : .ob_item = {
105601 : : & ntpath_toplevel_consts_21_consts_0._ascii.ob_base,
105602 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
105603 : : Py_None,
105604 : : },
105605 : : },
105606 : : };
105607 : : static
105608 : : struct {
105609 : : PyGC_Head _gc_head;
105610 : : struct {
105611 : : PyObject_VAR_HEAD
105612 : : PyObject *ob_item[4];
105613 : : }_object;
105614 : : }
105615 : : posixpath_toplevel_consts_18_names = {
105616 : : ._object = {
105617 : : .ob_base = {
105618 : : .ob_base = {
105619 : : .ob_refcnt = 999999999,
105620 : : .ob_type = &PyTuple_Type,
105621 : : },
105622 : : .ob_size = 4,
105623 : : },
105624 : : .ob_item = {
105625 : : & const_str_os._ascii.ob_base,
105626 : : & const_str_fspath._ascii.ob_base,
105627 : : & const_str__get_sep._ascii.ob_base,
105628 : : & const_str_rfind._ascii.ob_base,
105629 : : },
105630 : : },
105631 : : };
105632 : : static
105633 : : struct {
105634 : : PyObject_VAR_HEAD
105635 : : Py_hash_t ob_shash;
105636 : : char ob_sval[54];
105637 : : }
105638 : : posixpath_toplevel_consts_18_linetable = {
105639 : : .ob_base = {
105640 : : .ob_base = {
105641 : : .ob_refcnt = 999999999,
105642 : : .ob_type = &PyBytes_Type,
105643 : : },
105644 : : .ob_size = 53,
105645 : : },
105646 : : .ob_shash = -1,
105647 : : .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x51\x88\x35\x88\x35\x80\x4c",
105648 : : };
105649 : : static
105650 : : struct {
105651 : : PyGC_Head _gc_head;
105652 : : struct {
105653 : : PyObject_VAR_HEAD
105654 : : PyObject *ob_item[3];
105655 : : }_object;
105656 : : }
105657 : : posixpath_toplevel_consts_18_localsplusnames = {
105658 : : ._object = {
105659 : : .ob_base = {
105660 : : .ob_base = {
105661 : : .ob_refcnt = 999999999,
105662 : : .ob_type = &PyTuple_Type,
105663 : : },
105664 : : .ob_size = 3,
105665 : : },
105666 : : .ob_item = {
105667 : : & const_str_p._ascii.ob_base,
105668 : : & const_str_sep._ascii.ob_base,
105669 : : & const_str_i._ascii.ob_base,
105670 : : },
105671 : : },
105672 : : };
105673 : : static
105674 : : struct _PyCode_DEF(126)
105675 : : posixpath_toplevel_consts_18 = {
105676 : : .ob_base = {
105677 : : .ob_base = {
105678 : : .ob_refcnt = 999999999,
105679 : : .ob_type = &PyCode_Type,
105680 : : },
105681 : : .ob_size = 63,
105682 : : },
105683 : : .co_consts = & posixpath_toplevel_consts_18_consts._object.ob_base.ob_base,
105684 : : .co_names = & posixpath_toplevel_consts_18_names._object.ob_base.ob_base,
105685 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105686 : : .co_flags = 3,
105687 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105688 : : ._co_linearray_entry_size = 0,
105689 : : .co_argcount = 1,
105690 : : .co_posonlyargcount = 0,
105691 : : .co_kwonlyargcount = 0,
105692 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
105693 : : .co_stacksize = 3,
105694 : : .co_firstlineno = 140,
105695 : : .co_nlocalsplus = 3,
105696 : : .co_nlocals = 3,
105697 : : .co_nplaincellvars = 0,
105698 : : .co_ncellvars = 0,
105699 : : .co_nfreevars = 0,
105700 : : .co_localsplusnames = & posixpath_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
105701 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
105702 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105703 : : .co_name = & const_str_basename._ascii.ob_base,
105704 : : .co_qualname = & const_str_basename._ascii.ob_base,
105705 : : .co_linetable = & posixpath_toplevel_consts_18_linetable.ob_base.ob_base,
105706 : : ._co_code = NULL,
105707 : : ._co_linearray = NULL,
105708 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x7c\x02\x64\x02\x1a\x00\x53\x00",
105709 : : ._co_firsttraceable = 0,
105710 : : };
105711 : : static
105712 : : struct {
105713 : : PyGC_Head _gc_head;
105714 : : struct {
105715 : : PyObject_VAR_HEAD
105716 : : PyObject *ob_item[3];
105717 : : }_object;
105718 : : }
105719 : : posixpath_toplevel_consts_19_consts = {
105720 : : ._object = {
105721 : : .ob_base = {
105722 : : .ob_base = {
105723 : : .ob_refcnt = 999999999,
105724 : : .ob_type = &PyTuple_Type,
105725 : : },
105726 : : .ob_size = 3,
105727 : : },
105728 : : .ob_item = {
105729 : : & ntpath_toplevel_consts_22_consts_0._ascii.ob_base,
105730 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
105731 : : Py_None,
105732 : : },
105733 : : },
105734 : : };
105735 : : static
105736 : : struct {
105737 : : PyObject_VAR_HEAD
105738 : : Py_hash_t ob_shash;
105739 : : char ob_sval[101];
105740 : : }
105741 : : posixpath_toplevel_consts_19_linetable = {
105742 : : .ob_base = {
105743 : : .ob_base = {
105744 : : .ob_refcnt = 999999999,
105745 : : .ob_type = &PyBytes_Type,
105746 : : },
105747 : : .ob_size = 100,
105748 : : },
105749 : : .ob_shash = -1,
105750 : : .ob_sval = "\x80\x00\xe5\x08\x11\x8f\x09\x89\x09\x90\x21\x8c\x0c\x80\x41\xdd\x0a\x12\x90\x31\x8c\x2b\x80\x43\xd8\x08\x09\x8f\x07\x89\x07\x90\x03\x8c\x0c\x90\x71\xd1\x08\x18\x80\x41\xd8\x0b\x0c\x88\x35\x88\x61\x88\x35\x80\x44\xd8\x07\x0b\xf0\x00\x01\x05\x20\x90\x04\x98\x03\x9d\x43\xa0\x04\x9c\x49\x99\x0d\xd2\x10\x25\xf0\x00\x01\x05\x20\xd8\x0f\x13\x8f\x7b\x89\x7b\x98\x33\xd4\x0f\x1f\x88\x04\xd8\x0b\x0f\x80\x4b",
105751 : : };
105752 : : static
105753 : : struct {
105754 : : PyGC_Head _gc_head;
105755 : : struct {
105756 : : PyObject_VAR_HEAD
105757 : : PyObject *ob_item[4];
105758 : : }_object;
105759 : : }
105760 : : posixpath_toplevel_consts_19_localsplusnames = {
105761 : : ._object = {
105762 : : .ob_base = {
105763 : : .ob_base = {
105764 : : .ob_refcnt = 999999999,
105765 : : .ob_type = &PyTuple_Type,
105766 : : },
105767 : : .ob_size = 4,
105768 : : },
105769 : : .ob_item = {
105770 : : & const_str_p._ascii.ob_base,
105771 : : & const_str_sep._ascii.ob_base,
105772 : : & const_str_i._ascii.ob_base,
105773 : : & const_str_head._ascii.ob_base,
105774 : : },
105775 : : },
105776 : : };
105777 : : static
105778 : : struct _PyCode_DEF(210)
105779 : : posixpath_toplevel_consts_19 = {
105780 : : .ob_base = {
105781 : : .ob_base = {
105782 : : .ob_refcnt = 999999999,
105783 : : .ob_type = &PyCode_Type,
105784 : : },
105785 : : .ob_size = 105,
105786 : : },
105787 : : .co_consts = & posixpath_toplevel_consts_19_consts._object.ob_base.ob_base,
105788 : : .co_names = & posixpath_toplevel_consts_15_names._object.ob_base.ob_base,
105789 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
105790 : : .co_flags = 3,
105791 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105792 : : ._co_linearray_entry_size = 0,
105793 : : .co_argcount = 1,
105794 : : .co_posonlyargcount = 0,
105795 : : .co_kwonlyargcount = 0,
105796 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
105797 : : .co_stacksize = 5,
105798 : : .co_firstlineno = 150,
105799 : : .co_nlocalsplus = 4,
105800 : : .co_nlocals = 4,
105801 : : .co_nplaincellvars = 0,
105802 : : .co_ncellvars = 0,
105803 : : .co_nfreevars = 0,
105804 : : .co_localsplusnames = & posixpath_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
105805 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
105806 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105807 : : .co_name = & const_str_dirname._ascii.ob_base,
105808 : : .co_qualname = & const_str_dirname._ascii.ob_base,
105809 : : .co_linetable = & posixpath_toplevel_consts_19_linetable.ob_base.ob_base,
105810 : : ._co_code = NULL,
105811 : : ._co_linearray = NULL,
105812 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\x7d\x02\x7c\x00\x64\x02\x7c\x02\x1a\x00\x7d\x03\x7c\x03\x72\x26\x7c\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x05\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x53\x00",
105813 : : ._co_firsttraceable = 0,
105814 : : };
105815 : : static
105816 : : struct {
105817 : : PyASCIIObject _ascii;
105818 : : uint8_t _data[39];
105819 : : }
105820 : : posixpath_toplevel_consts_20_consts_0 = {
105821 : : ._ascii = {
105822 : : .ob_base = {
105823 : : .ob_refcnt = 999999999,
105824 : : .ob_type = &PyUnicode_Type,
105825 : : },
105826 : : .length = 38,
105827 : : .hash = -1,
105828 : : .state = {
105829 : : .kind = 1,
105830 : : .compact = 1,
105831 : : .ascii = 1,
105832 : : },
105833 : : },
105834 : : ._data = "Test whether a path is a symbolic link",
105835 : : };
105836 : : static
105837 : : struct {
105838 : : PyGC_Head _gc_head;
105839 : : struct {
105840 : : PyObject_VAR_HEAD
105841 : : PyObject *ob_item[2];
105842 : : }_object;
105843 : : }
105844 : : posixpath_toplevel_consts_20_consts = {
105845 : : ._object = {
105846 : : .ob_base = {
105847 : : .ob_base = {
105848 : : .ob_refcnt = 999999999,
105849 : : .ob_type = &PyTuple_Type,
105850 : : },
105851 : : .ob_size = 2,
105852 : : },
105853 : : .ob_item = {
105854 : : & posixpath_toplevel_consts_20_consts_0._ascii.ob_base,
105855 : : Py_False,
105856 : : },
105857 : : },
105858 : : };
105859 : : static
105860 : : struct {
105861 : : PyObject_VAR_HEAD
105862 : : Py_hash_t ob_shash;
105863 : : char ob_sval[85];
105864 : : }
105865 : : posixpath_toplevel_consts_20_linetable = {
105866 : : .ob_base = {
105867 : : .ob_base = {
105868 : : .ob_refcnt = 999999999,
105869 : : .ob_type = &PyBytes_Type,
105870 : : },
105871 : : .ob_size = 84,
105872 : : },
105873 : : .ob_shash = -1,
105874 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x06\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xa5\x1e\xd0\x0b\x30\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
105875 : : };
105876 : : static
105877 : : struct _PyCode_DEF(176)
105878 : : posixpath_toplevel_consts_20 = {
105879 : : .ob_base = {
105880 : : .ob_base = {
105881 : : .ob_refcnt = 999999999,
105882 : : .ob_type = &PyCode_Type,
105883 : : },
105884 : : .ob_size = 88,
105885 : : },
105886 : : .co_consts = & posixpath_toplevel_consts_20_consts._object.ob_base.ob_base,
105887 : : .co_names = & ntpath_toplevel_consts_23_names._object.ob_base.ob_base,
105888 : : .co_exceptiontable = & ntpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
105889 : : .co_flags = 3,
105890 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105891 : : ._co_linearray_entry_size = 0,
105892 : : .co_argcount = 1,
105893 : : .co_posonlyargcount = 0,
105894 : : .co_kwonlyargcount = 0,
105895 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
105896 : : .co_stacksize = 5,
105897 : : .co_firstlineno = 164,
105898 : : .co_nlocalsplus = 2,
105899 : : .co_nlocals = 2,
105900 : : .co_nplaincellvars = 0,
105901 : : .co_ncellvars = 0,
105902 : : .co_nfreevars = 0,
105903 : : .co_localsplusnames = & genericpath_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
105904 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
105905 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105906 : : .co_name = & const_str_islink._ascii.ob_base,
105907 : : .co_qualname = & const_str_islink._ascii.ob_base,
105908 : : .co_linetable = & posixpath_toplevel_consts_20_linetable.ob_base.ob_base,
105909 : : ._co_code = NULL,
105910 : : ._co_linearray = NULL,
105911 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
105912 : : ._co_firsttraceable = 0,
105913 : : };
105914 : : static
105915 : : struct {
105916 : : PyObject_VAR_HEAD
105917 : : Py_hash_t ob_shash;
105918 : : char ob_sval[69];
105919 : : }
105920 : : posixpath_toplevel_consts_21_linetable = {
105921 : : .ob_base = {
105922 : : .ob_base = {
105923 : : .ob_refcnt = 999999999,
105924 : : .ob_type = &PyBytes_Type,
105925 : : },
105926 : : .ob_size = 68,
105927 : : },
105928 : : .ob_shash = -1,
105929 : : .ob_sval = "\x80\x00\xf0\x04\x03\x05\x15\xdd\x08\x10\x8f\x08\x89\x08\x90\x14\x8c\x0e\x88\x0e\xf0\x06\x00\x0c\x10\x88\x34\xf8\xf5\x05\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
105930 : : };
105931 : : static
105932 : : struct _PyCode_DEF(102)
105933 : : posixpath_toplevel_consts_21 = {
105934 : : .ob_base = {
105935 : : .ob_base = {
105936 : : .ob_refcnt = 999999999,
105937 : : .ob_type = &PyCode_Type,
105938 : : },
105939 : : .ob_size = 51,
105940 : : },
105941 : : .co_consts = & ntpath_toplevel_consts_24_consts._object.ob_base.ob_base,
105942 : : .co_names = & ntpath_toplevel_consts_24_names._object.ob_base.ob_base,
105943 : : .co_exceptiontable = & genericpath_toplevel_consts_4_exceptiontable.ob_base.ob_base,
105944 : : .co_flags = 3,
105945 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
105946 : : ._co_linearray_entry_size = 0,
105947 : : .co_argcount = 1,
105948 : : .co_posonlyargcount = 0,
105949 : : .co_kwonlyargcount = 0,
105950 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
105951 : : .co_stacksize = 4,
105952 : : .co_firstlineno = 174,
105953 : : .co_nlocalsplus = 1,
105954 : : .co_nlocals = 1,
105955 : : .co_nplaincellvars = 0,
105956 : : .co_ncellvars = 0,
105957 : : .co_nfreevars = 0,
105958 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
105959 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
105960 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
105961 : : .co_name = & const_str_lexists._ascii.ob_base,
105962 : : .co_qualname = & const_str_lexists._ascii.ob_base,
105963 : : .co_linetable = & posixpath_toplevel_consts_21_linetable.ob_base.ob_base,
105964 : : ._co_code = NULL,
105965 : : ._co_linearray = NULL,
105966 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
105967 : : ._co_firsttraceable = 0,
105968 : : };
105969 : : static
105970 : : struct {
105971 : : PyASCIIObject _ascii;
105972 : : uint8_t _data[37];
105973 : : }
105974 : : posixpath_toplevel_consts_22_consts_0 = {
105975 : : ._ascii = {
105976 : : .ob_base = {
105977 : : .ob_refcnt = 999999999,
105978 : : .ob_type = &PyUnicode_Type,
105979 : : },
105980 : : .length = 36,
105981 : : .hash = -1,
105982 : : .state = {
105983 : : .kind = 1,
105984 : : .compact = 1,
105985 : : .ascii = 1,
105986 : : },
105987 : : },
105988 : : ._data = "Test whether a path is a mount point",
105989 : : };
105990 : : static
105991 : : struct {
105992 : : PyGC_Head _gc_head;
105993 : : struct {
105994 : : PyObject_VAR_HEAD
105995 : : PyObject *ob_item[5];
105996 : : }_object;
105997 : : }
105998 : : posixpath_toplevel_consts_22_consts = {
105999 : : ._object = {
106000 : : .ob_base = {
106001 : : .ob_base = {
106002 : : .ob_refcnt = 999999999,
106003 : : .ob_type = &PyTuple_Type,
106004 : : },
106005 : : .ob_size = 5,
106006 : : },
106007 : : .ob_item = {
106008 : : & posixpath_toplevel_consts_22_consts_0._ascii.ob_base,
106009 : : Py_False,
106010 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
106011 : : & ntpath_toplevel_consts_2._ascii.ob_base,
106012 : : Py_True,
106013 : : },
106014 : : },
106015 : : };
106016 : : static
106017 : : struct {
106018 : : PyGC_Head _gc_head;
106019 : : struct {
106020 : : PyObject_VAR_HEAD
106021 : : PyObject *ob_item[13];
106022 : : }_object;
106023 : : }
106024 : : posixpath_toplevel_consts_22_names = {
106025 : : ._object = {
106026 : : .ob_base = {
106027 : : .ob_base = {
106028 : : .ob_refcnt = 999999999,
106029 : : .ob_type = &PyTuple_Type,
106030 : : },
106031 : : .ob_size = 13,
106032 : : },
106033 : : .ob_item = {
106034 : : & const_str_os._ascii.ob_base,
106035 : : & const_str_lstat._ascii.ob_base,
106036 : : & const_str_stat._ascii.ob_base,
106037 : : & const_str_S_ISLNK._ascii.ob_base,
106038 : : & const_str_st_mode._ascii.ob_base,
106039 : : & const_str_OSError._ascii.ob_base,
106040 : : & const_str_ValueError._ascii.ob_base,
106041 : : &_Py_ID(isinstance),
106042 : : & const_str_bytes._ascii.ob_base,
106043 : : &_Py_ID(join),
106044 : : & const_str_realpath._ascii.ob_base,
106045 : : & const_str_st_dev._ascii.ob_base,
106046 : : & const_str_st_ino._ascii.ob_base,
106047 : : },
106048 : : },
106049 : : };
106050 : : static
106051 : : struct {
106052 : : PyObject_VAR_HEAD
106053 : : Py_hash_t ob_shash;
106054 : : char ob_sval[278];
106055 : : }
106056 : : posixpath_toplevel_consts_22_linetable = {
106057 : : .ob_base = {
106058 : : .ob_base = {
106059 : : .ob_refcnt = 999999999,
106060 : : .ob_type = &PyBytes_Type,
106061 : : },
106062 : : .ob_size = 277,
106063 : : },
106064 : : .ob_shash = -1,
106065 : : .ob_sval = "\x80\x00\xf0\x04\x08\x05\x19\xdd\x0d\x15\x8f\x58\x89\x58\x90\x64\x8c\x5e\x88\x02\xf5\x0c\x00\x0c\x18\x8f\x3c\x89\x3c\x98\x02\x9f\x0a\x99\x0a\xd4\x0b\x23\xf0\x00\x01\x09\x19\xd8\x13\x18\x90\x35\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x22\xdd\x11\x15\x90\x64\x98\x45\xd4\x11\x22\x88\x06\x88\x06\xe5\x11\x15\x90\x64\x98\x44\xd4\x11\x21\x88\x06\xdd\x0d\x15\x90\x66\xd4\x0d\x1d\x80\x46\xf0\x02\x03\x05\x15\xdd\x0d\x15\x8f\x58\x89\x58\x90\x66\xd4\x0d\x1d\x88\x02\xf0\x08\x00\x0c\x0e\x8f\x39\x89\x39\x80\x44\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x0b\x0d\x8f\x39\x89\x39\x80\x44\xd8\x07\x0b\x88\x74\x82\x7c\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xd8\x0b\x10\x88\x35\xf8\xf5\x35\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x02\x05\x15\xf0\x00\x02\x05\x15\xf0\x00\x02\x05\x15\xe0\x0f\x14\x88\x75\x88\x75\xf0\x05\x02\x05\x15\xf8\xf8\xf8\xf8\xf5\x1e\x00\x0d\x14\x95\x5a\xd0\x0b\x20\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\x88\x75\xf0\x03\x01\x05\x15\xf8\xf8\xf8",
106066 : : };
106067 : : static
106068 : : struct {
106069 : : PyObject_VAR_HEAD
106070 : : Py_hash_t ob_shash;
106071 : : char ob_sval[36];
106072 : : }
106073 : : posixpath_toplevel_consts_22_exceptiontable = {
106074 : : .ob_base = {
106075 : : .ob_base = {
106076 : : .ob_refcnt = 999999999,
106077 : : .ob_type = &PyBytes_Type,
106078 : : },
106079 : : .ob_size = 35,
106080 : : },
106081 : : .ob_shash = -1,
106082 : : .ob_sval = "\x82\x17\x43\x13\x00\xc1\x3a\x17\x43\x2b\x00\xc3\x13\x11\x43\x28\x03\xc3\x27\x01\x43\x28\x03\xc3\x2b\x11\x44\x00\x03\xc3\x3f\x01\x44\x00\x03",
106083 : : };
106084 : : static
106085 : : struct {
106086 : : PyASCIIObject _ascii;
106087 : : uint8_t _data[5];
106088 : : }
106089 : : const_str_dev1 = {
106090 : : ._ascii = {
106091 : : .ob_base = {
106092 : : .ob_refcnt = 999999999,
106093 : : .ob_type = &PyUnicode_Type,
106094 : : },
106095 : : .length = 4,
106096 : : .hash = -1,
106097 : : .state = {
106098 : : .kind = 1,
106099 : : .compact = 1,
106100 : : .ascii = 1,
106101 : : },
106102 : : },
106103 : : ._data = "dev1",
106104 : : };
106105 : : static
106106 : : struct {
106107 : : PyASCIIObject _ascii;
106108 : : uint8_t _data[5];
106109 : : }
106110 : : const_str_dev2 = {
106111 : : ._ascii = {
106112 : : .ob_base = {
106113 : : .ob_refcnt = 999999999,
106114 : : .ob_type = &PyUnicode_Type,
106115 : : },
106116 : : .length = 4,
106117 : : .hash = -1,
106118 : : .state = {
106119 : : .kind = 1,
106120 : : .compact = 1,
106121 : : .ascii = 1,
106122 : : },
106123 : : },
106124 : : ._data = "dev2",
106125 : : };
106126 : : static
106127 : : struct {
106128 : : PyASCIIObject _ascii;
106129 : : uint8_t _data[5];
106130 : : }
106131 : : const_str_ino1 = {
106132 : : ._ascii = {
106133 : : .ob_base = {
106134 : : .ob_refcnt = 999999999,
106135 : : .ob_type = &PyUnicode_Type,
106136 : : },
106137 : : .length = 4,
106138 : : .hash = -1,
106139 : : .state = {
106140 : : .kind = 1,
106141 : : .compact = 1,
106142 : : .ascii = 1,
106143 : : },
106144 : : },
106145 : : ._data = "ino1",
106146 : : };
106147 : : static
106148 : : struct {
106149 : : PyASCIIObject _ascii;
106150 : : uint8_t _data[5];
106151 : : }
106152 : : const_str_ino2 = {
106153 : : ._ascii = {
106154 : : .ob_base = {
106155 : : .ob_refcnt = 999999999,
106156 : : .ob_type = &PyUnicode_Type,
106157 : : },
106158 : : .length = 4,
106159 : : .hash = -1,
106160 : : .state = {
106161 : : .kind = 1,
106162 : : .compact = 1,
106163 : : .ascii = 1,
106164 : : },
106165 : : },
106166 : : ._data = "ino2",
106167 : : };
106168 : : static
106169 : : struct {
106170 : : PyGC_Head _gc_head;
106171 : : struct {
106172 : : PyObject_VAR_HEAD
106173 : : PyObject *ob_item[8];
106174 : : }_object;
106175 : : }
106176 : : posixpath_toplevel_consts_22_localsplusnames = {
106177 : : ._object = {
106178 : : .ob_base = {
106179 : : .ob_base = {
106180 : : .ob_refcnt = 999999999,
106181 : : .ob_type = &PyTuple_Type,
106182 : : },
106183 : : .ob_size = 8,
106184 : : },
106185 : : .ob_item = {
106186 : : &_Py_ID(path),
106187 : : & const_str_s1._ascii.ob_base,
106188 : : &_Py_ID(parent),
106189 : : & const_str_s2._ascii.ob_base,
106190 : : & const_str_dev1._ascii.ob_base,
106191 : : & const_str_dev2._ascii.ob_base,
106192 : : & const_str_ino1._ascii.ob_base,
106193 : : & const_str_ino2._ascii.ob_base,
106194 : : },
106195 : : },
106196 : : };
106197 : : static
106198 : : struct _PyCode_DEF(518)
106199 : : posixpath_toplevel_consts_22 = {
106200 : : .ob_base = {
106201 : : .ob_base = {
106202 : : .ob_refcnt = 999999999,
106203 : : .ob_type = &PyCode_Type,
106204 : : },
106205 : : .ob_size = 259,
106206 : : },
106207 : : .co_consts = & posixpath_toplevel_consts_22_consts._object.ob_base.ob_base,
106208 : : .co_names = & posixpath_toplevel_consts_22_names._object.ob_base.ob_base,
106209 : : .co_exceptiontable = & posixpath_toplevel_consts_22_exceptiontable.ob_base.ob_base,
106210 : : .co_flags = 3,
106211 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106212 : : ._co_linearray_entry_size = 0,
106213 : : .co_argcount = 1,
106214 : : .co_posonlyargcount = 0,
106215 : : .co_kwonlyargcount = 0,
106216 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
106217 : : .co_stacksize = 4,
106218 : : .co_firstlineno = 186,
106219 : : .co_nlocalsplus = 8,
106220 : : .co_nlocals = 8,
106221 : : .co_nplaincellvars = 0,
106222 : : .co_ncellvars = 0,
106223 : : .co_nfreevars = 0,
106224 : : .co_localsplusnames = & posixpath_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
106225 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
106226 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
106227 : : .co_name = & const_str_ismount._ascii.ob_base,
106228 : : .co_qualname = & const_str_ismount._ascii.ob_base,
106229 : : .co_linetable = & posixpath_toplevel_consts_22_linetable.ob_base.ob_base,
106230 : : ._co_code = NULL,
106231 : : ._co_linearray = NULL,
106232 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x6e\x0e\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x7c\x05\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x7c\x01\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x03\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x06\x7c\x07\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
106233 : : ._co_firsttraceable = 0,
106234 : : };
106235 : : static
106236 : : struct {
106237 : : PyASCIIObject _ascii;
106238 : : uint8_t _data[80];
106239 : : }
106240 : : posixpath_toplevel_consts_23_consts_0 = {
106241 : : ._ascii = {
106242 : : .ob_base = {
106243 : : .ob_refcnt = 999999999,
106244 : : .ob_type = &PyUnicode_Type,
106245 : : },
106246 : : .length = 79,
106247 : : .hash = -1,
106248 : : .state = {
106249 : : .kind = 1,
106250 : : .compact = 1,
106251 : : .ascii = 1,
106252 : : },
106253 : : },
106254 : : ._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",
106255 : : };
106256 : : static
106257 : : struct {
106258 : : PyASCIIObject _ascii;
106259 : : uint8_t _data[5];
106260 : : }
106261 : : const_str_HOME = {
106262 : : ._ascii = {
106263 : : .ob_base = {
106264 : : .ob_refcnt = 999999999,
106265 : : .ob_type = &PyUnicode_Type,
106266 : : },
106267 : : .length = 4,
106268 : : .hash = -1,
106269 : : .state = {
106270 : : .kind = 1,
106271 : : .compact = 1,
106272 : : .ascii = 1,
106273 : : },
106274 : : },
106275 : : ._data = "HOME",
106276 : : };
106277 : : static
106278 : : struct {
106279 : : PyASCIIObject _ascii;
106280 : : uint8_t _data[6];
106281 : : }
106282 : : const_str_ASCII = {
106283 : : ._ascii = {
106284 : : .ob_base = {
106285 : : .ob_refcnt = 999999999,
106286 : : .ob_type = &PyUnicode_Type,
106287 : : },
106288 : : .length = 5,
106289 : : .hash = -1,
106290 : : .state = {
106291 : : .kind = 1,
106292 : : .compact = 1,
106293 : : .ascii = 1,
106294 : : },
106295 : : },
106296 : : ._data = "ASCII",
106297 : : };
106298 : : static
106299 : : struct {
106300 : : PyASCIIObject _ascii;
106301 : : uint8_t _data[8];
106302 : : }
106303 : : const_str_vxworks = {
106304 : : ._ascii = {
106305 : : .ob_base = {
106306 : : .ob_refcnt = 999999999,
106307 : : .ob_type = &PyUnicode_Type,
106308 : : },
106309 : : .length = 7,
106310 : : .hash = -1,
106311 : : .state = {
106312 : : .kind = 1,
106313 : : .compact = 1,
106314 : : .ascii = 1,
106315 : : },
106316 : : },
106317 : : ._data = "vxworks",
106318 : : };
106319 : : static
106320 : : struct {
106321 : : PyGC_Head _gc_head;
106322 : : struct {
106323 : : PyObject_VAR_HEAD
106324 : : PyObject *ob_item[11];
106325 : : }_object;
106326 : : }
106327 : : posixpath_toplevel_consts_23_consts = {
106328 : : ._object = {
106329 : : .ob_base = {
106330 : : .ob_base = {
106331 : : .ob_refcnt = 999999999,
106332 : : .ob_type = &PyTuple_Type,
106333 : : },
106334 : : .ob_size = 11,
106335 : : },
106336 : : .ob_item = {
106337 : : & posixpath_toplevel_consts_23_consts_0._ascii.ob_base,
106338 : : (PyObject *)&_Py_SINGLETON(bytes_characters[126]),
106339 : : & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
106340 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
106341 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
106342 : : & const_str_HOME._ascii.ob_base,
106343 : : Py_None,
106344 : : & const_str_ASCII._ascii.ob_base,
106345 : : & const_str_vxworks._ascii.ob_base,
106346 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
106347 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
106348 : : },
106349 : : },
106350 : : };
106351 : : static
106352 : : struct {
106353 : : PyASCIIObject _ascii;
106354 : : uint8_t _data[4];
106355 : : }
106356 : : const_str_pwd = {
106357 : : ._ascii = {
106358 : : .ob_base = {
106359 : : .ob_refcnt = 999999999,
106360 : : .ob_type = &PyUnicode_Type,
106361 : : },
106362 : : .length = 3,
106363 : : .hash = -1,
106364 : : .state = {
106365 : : .kind = 1,
106366 : : .compact = 1,
106367 : : .ascii = 1,
106368 : : },
106369 : : },
106370 : : ._data = "pwd",
106371 : : };
106372 : : static
106373 : : struct {
106374 : : PyASCIIObject _ascii;
106375 : : uint8_t _data[9];
106376 : : }
106377 : : const_str_getpwuid = {
106378 : : ._ascii = {
106379 : : .ob_base = {
106380 : : .ob_refcnt = 999999999,
106381 : : .ob_type = &PyUnicode_Type,
106382 : : },
106383 : : .length = 8,
106384 : : .hash = -1,
106385 : : .state = {
106386 : : .kind = 1,
106387 : : .compact = 1,
106388 : : .ascii = 1,
106389 : : },
106390 : : },
106391 : : ._data = "getpwuid",
106392 : : };
106393 : : static
106394 : : struct {
106395 : : PyASCIIObject _ascii;
106396 : : uint8_t _data[7];
106397 : : }
106398 : : const_str_getuid = {
106399 : : ._ascii = {
106400 : : .ob_base = {
106401 : : .ob_refcnt = 999999999,
106402 : : .ob_type = &PyUnicode_Type,
106403 : : },
106404 : : .length = 6,
106405 : : .hash = -1,
106406 : : .state = {
106407 : : .kind = 1,
106408 : : .compact = 1,
106409 : : .ascii = 1,
106410 : : },
106411 : : },
106412 : : ._data = "getuid",
106413 : : };
106414 : : static
106415 : : struct {
106416 : : PyASCIIObject _ascii;
106417 : : uint8_t _data[7];
106418 : : }
106419 : : const_str_pw_dir = {
106420 : : ._ascii = {
106421 : : .ob_base = {
106422 : : .ob_refcnt = 999999999,
106423 : : .ob_type = &PyUnicode_Type,
106424 : : },
106425 : : .length = 6,
106426 : : .hash = -1,
106427 : : .state = {
106428 : : .kind = 1,
106429 : : .compact = 1,
106430 : : .ascii = 1,
106431 : : },
106432 : : },
106433 : : ._data = "pw_dir",
106434 : : };
106435 : : static
106436 : : struct {
106437 : : PyASCIIObject _ascii;
106438 : : uint8_t _data[9];
106439 : : }
106440 : : const_str_getpwnam = {
106441 : : ._ascii = {
106442 : : .ob_base = {
106443 : : .ob_refcnt = 999999999,
106444 : : .ob_type = &PyUnicode_Type,
106445 : : },
106446 : : .length = 8,
106447 : : .hash = -1,
106448 : : .state = {
106449 : : .kind = 1,
106450 : : .compact = 1,
106451 : : .ascii = 1,
106452 : : },
106453 : : },
106454 : : ._data = "getpwnam",
106455 : : };
106456 : : static
106457 : : struct {
106458 : : PyGC_Head _gc_head;
106459 : : struct {
106460 : : PyObject_VAR_HEAD
106461 : : PyObject *ob_item[21];
106462 : : }_object;
106463 : : }
106464 : : posixpath_toplevel_consts_23_names = {
106465 : : ._object = {
106466 : : .ob_base = {
106467 : : .ob_base = {
106468 : : .ob_refcnt = 999999999,
106469 : : .ob_type = &PyTuple_Type,
106470 : : },
106471 : : .ob_size = 21,
106472 : : },
106473 : : .ob_item = {
106474 : : & const_str_os._ascii.ob_base,
106475 : : & const_str_fspath._ascii.ob_base,
106476 : : &_Py_ID(isinstance),
106477 : : & const_str_bytes._ascii.ob_base,
106478 : : & const_str_startswith._ascii.ob_base,
106479 : : & const_str__get_sep._ascii.ob_base,
106480 : : & const_str_find._ascii.ob_base,
106481 : : &_Py_ID(len),
106482 : : & const_str_environ._ascii.ob_base,
106483 : : & const_str_pwd._ascii.ob_base,
106484 : : & const_str_ImportError._ascii.ob_base,
106485 : : & const_str_getpwuid._ascii.ob_base,
106486 : : & const_str_getuid._ascii.ob_base,
106487 : : & const_str_pw_dir._ascii.ob_base,
106488 : : & const_str_KeyError._ascii.ob_base,
106489 : : & const_str_str._ascii.ob_base,
106490 : : & const_str_getpwnam._ascii.ob_base,
106491 : : & const_str_sys._ascii.ob_base,
106492 : : & const_str_platform._ascii.ob_base,
106493 : : & const_str_fsencode._ascii.ob_base,
106494 : : & const_str_rstrip._ascii.ob_base,
106495 : : },
106496 : : },
106497 : : };
106498 : : static
106499 : : struct {
106500 : : PyObject_VAR_HEAD
106501 : : Py_hash_t ob_shash;
106502 : : char ob_sval[554];
106503 : : }
106504 : : posixpath_toplevel_consts_23_linetable = {
106505 : : .ob_base = {
106506 : : .ob_base = {
106507 : : .ob_refcnt = 999999999,
106508 : : .ob_type = &PyBytes_Type,
106509 : : },
106510 : : .ob_size = 553,
106511 : : },
106512 : : .ob_shash = -1,
106513 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x03\x05\x14\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x13\x88\x05\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xdd\x0a\x12\x90\x34\x8c\x2e\x80\x43\xd8\x08\x0c\x8f\x09\x89\x09\x90\x23\x90\x71\xd4\x08\x19\x80\x41\xd8\x07\x08\x88\x31\x82\x75\xf0\x00\x01\x05\x16\xdd\x0c\x0f\x90\x04\x8c\x49\x88\x01\xd8\x07\x08\x88\x41\x82\x76\xf0\x00\x1e\x05\x20\xd8\x0b\x11\x9d\x12\x9f\x1a\x99\x1a\xd0\x0b\x23\xf0\x00\x0d\x09\x2a\xf0\x02\x04\x0d\x1c\xd8\x10\x1a\x90\x0a\x90\x0a\x90\x0a\xf0\x08\x05\x0d\x1c\xd8\x1b\x1e\x9f\x3c\x99\x3c\xad\x02\xaf\x09\xa9\x09\xac\x0b\xd4\x1b\x34\xd7\x1b\x3b\xd1\x1b\x3b\x90\x08\x90\x08\xf5\x0c\x00\x18\x1a\x97\x7a\x91\x7a\xa0\x26\xd4\x17\x29\x88\x48\x88\x48\xf0\x04\x04\x09\x18\xd8\x0c\x16\x88\x4a\x88\x4a\x88\x4a\xf0\x08\x00\x10\x14\x90\x41\x90\x61\x88\x79\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x26\xdd\x13\x16\x90\x74\x98\x57\xd4\x13\x25\x88\x44\xf0\x02\x05\x09\x18\xd8\x14\x17\x97\x4c\x91\x4c\xa0\x14\xd4\x14\x26\x88\x45\xf0\x0a\x00\x14\x19\x97\x3c\x91\x3c\x88\x08\xe0\x07\x0f\xf0\x00\x01\x05\x14\x9d\x43\x9f\x4c\x99\x4c\xa8\x49\xd2\x1c\x35\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x04\x05\x13\xdd\x13\x1e\x97\x3b\x91\x3b\x98\x78\xd4\x13\x28\x88\x08\xd8\x0f\x13\x88\x04\x88\x04\xe0\x0f\x12\x88\x04\xd8\x0f\x17\x8f\x7f\x89\x7f\x98\x74\xd4\x0f\x24\x80\x48\xd8\x0c\x14\x90\x74\x98\x41\x90\x78\x90\x78\xd1\x0c\x1f\xd0\x0b\x28\xa0\x44\xd0\x04\x28\xf8\xf5\x49\x01\x00\x14\x1f\xf0\x00\x02\x0d\x1c\xf0\x00\x02\x0d\x1c\xf0\x00\x02\x0d\x1c\xe0\x17\x1b\x90\x0b\x90\x0b\x90\x0b\xf0\x05\x02\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x0a\x00\x14\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x00\x03\x0d\x1c\xf0\x06\x00\x18\x1c\x90\x0b\x90\x0b\x90\x0b\xf0\x07\x03\x0d\x1c\xf8\xf8\xf8\xf8\xf5\x12\x00\x10\x1b\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xf0\x00\x02\x09\x18\xe0\x13\x17\x88\x4b\x88\x4b\x88\x4b\xf0\x05\x02\x09\x18\xf8\xf8\xf8\xf8\xf5\x10\x00\x10\x18\xf0\x00\x03\x09\x18\xf0\x00\x03\x09\x18\xf0\x00\x03\x09\x18\xf0\x06\x00\x14\x18\x88\x4b\x88\x4b\x88\x4b\xf0\x07\x03\x09\x18\xf8\xf8\xf8",
106514 : : };
106515 : : static
106516 : : struct {
106517 : : PyObject_VAR_HEAD
106518 : : Py_hash_t ob_shash;
106519 : : char ob_sval[73];
106520 : : }
106521 : : posixpath_toplevel_consts_23_exceptiontable = {
106522 : : .ob_base = {
106523 : : .ob_base = {
106524 : : .ob_refcnt = 999999999,
106525 : : .ob_type = &PyBytes_Type,
106526 : : },
106527 : : .ob_size = 72,
106528 : : },
106529 : : .ob_shash = -1,
106530 : : .ob_sval = "\xc2\x11\x04\x46\x0d\x00\xc2\x16\x30\x46\x1f\x00\xc3\x20\x04\x46\x31\x00\xc4\x0b\x12\x47\x03\x00\xc6\x0d\x0c\x46\x1c\x03\xc6\x1b\x01\x46\x1c\x03\xc6\x1f\x0c\x46\x2e\x03\xc6\x2d\x01\x46\x2e\x03\xc6\x31\x0c\x47\x00\x03\xc6\x3f\x01\x47\x00\x03\xc7\x03\x0c\x47\x12\x03\xc7\x11\x01\x47\x12\x03",
106531 : : };
106532 : : static
106533 : : struct {
106534 : : PyASCIIObject _ascii;
106535 : : uint8_t _data[6];
106536 : : }
106537 : : const_str_pwent = {
106538 : : ._ascii = {
106539 : : .ob_base = {
106540 : : .ob_refcnt = 999999999,
106541 : : .ob_type = &PyUnicode_Type,
106542 : : },
106543 : : .length = 5,
106544 : : .hash = -1,
106545 : : .state = {
106546 : : .kind = 1,
106547 : : .compact = 1,
106548 : : .ascii = 1,
106549 : : },
106550 : : },
106551 : : ._data = "pwent",
106552 : : };
106553 : : static
106554 : : struct {
106555 : : PyGC_Head _gc_head;
106556 : : struct {
106557 : : PyObject_VAR_HEAD
106558 : : PyObject *ob_item[9];
106559 : : }_object;
106560 : : }
106561 : : posixpath_toplevel_consts_23_localsplusnames = {
106562 : : ._object = {
106563 : : .ob_base = {
106564 : : .ob_base = {
106565 : : .ob_refcnt = 999999999,
106566 : : .ob_type = &PyTuple_Type,
106567 : : },
106568 : : .ob_size = 9,
106569 : : },
106570 : : .ob_item = {
106571 : : &_Py_ID(path),
106572 : : & const_str_tilde._ascii.ob_base,
106573 : : & const_str_sep._ascii.ob_base,
106574 : : & const_str_i._ascii.ob_base,
106575 : : & const_str_pwd._ascii.ob_base,
106576 : : & const_str_userhome._ascii.ob_base,
106577 : : &_Py_ID(name),
106578 : : & const_str_pwent._ascii.ob_base,
106579 : : & const_str_root._ascii.ob_base,
106580 : : },
106581 : : },
106582 : : };
106583 : : static
106584 : : struct _PyCode_DEF(938)
106585 : : posixpath_toplevel_consts_23 = {
106586 : : .ob_base = {
106587 : : .ob_base = {
106588 : : .ob_refcnt = 999999999,
106589 : : .ob_type = &PyCode_Type,
106590 : : },
106591 : : .ob_size = 469,
106592 : : },
106593 : : .co_consts = & posixpath_toplevel_consts_23_consts._object.ob_base.ob_base,
106594 : : .co_names = & posixpath_toplevel_consts_23_names._object.ob_base.ob_base,
106595 : : .co_exceptiontable = & posixpath_toplevel_consts_23_exceptiontable.ob_base.ob_base,
106596 : : .co_flags = 3,
106597 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106598 : : ._co_linearray_entry_size = 0,
106599 : : .co_argcount = 1,
106600 : : .co_posonlyargcount = 0,
106601 : : .co_kwonlyargcount = 0,
106602 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
106603 : : .co_stacksize = 4,
106604 : : .co_firstlineno = 228,
106605 : : .co_nlocalsplus = 9,
106606 : : .co_nlocals = 9,
106607 : : .co_nplaincellvars = 0,
106608 : : .co_ncellvars = 0,
106609 : : .co_nfreevars = 0,
106610 : : .co_localsplusnames = & posixpath_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
106611 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
106612 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
106613 : : .co_name = & const_str_expanduser._ascii.ob_base,
106614 : : .co_qualname = & const_str_expanduser._ascii.ob_base,
106615 : : .co_linetable = & posixpath_toplevel_consts_23_linetable.ob_base.ob_base,
106616 : : ._co_code = NULL,
106617 : : ._co_linearray = NULL,
106618 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x03\x64\x01\x7d\x01\x6e\x02\x64\x02\x7d\x01\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x04\x6b\x00\x00\x00\x00\x00\x72\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x62\x64\x05\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x37\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x09\x00\x7c\x04\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x62\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x4a\x09\x00\x64\x04\x64\x06\x6c\x09\x7d\x04\x7c\x00\x64\x03\x7c\x03\x1a\x00\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x04\x6a\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x80\x17\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x09\x7d\x08\x6e\x02\x64\x0a\x7d\x08\x7c\x05\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x7c\x00\x7c\x03\x64\x06\x1a\x00\x7a\x00\x00\x00\x70\x01\x7c\x08\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
106619 : : ._co_firsttraceable = 0,
106620 : : };
106621 : : static
106622 : : struct {
106623 : : PyASCIIObject _ascii;
106624 : : uint8_t _data[91];
106625 : : }
106626 : : posixpath_toplevel_consts_24_consts_0 = {
106627 : : ._ascii = {
106628 : : .ob_base = {
106629 : : .ob_refcnt = 999999999,
106630 : : .ob_type = &PyUnicode_Type,
106631 : : },
106632 : : .length = 90,
106633 : : .hash = -1,
106634 : : .state = {
106635 : : .kind = 1,
106636 : : .compact = 1,
106637 : : .ascii = 1,
106638 : : },
106639 : : },
106640 : : ._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",
106641 : : };
106642 : : static
106643 : : struct {
106644 : : PyObject_VAR_HEAD
106645 : : Py_hash_t ob_shash;
106646 : : char ob_sval[18];
106647 : : }
106648 : : posixpath_toplevel_consts_24_consts_4 = {
106649 : : .ob_base = {
106650 : : .ob_base = {
106651 : : .ob_refcnt = 999999999,
106652 : : .ob_type = &PyBytes_Type,
106653 : : },
106654 : : .ob_size = 17,
106655 : : },
106656 : : .ob_shash = -1,
106657 : : .ob_sval = "\\$(\\w+|\\{[^}]*\\})",
106658 : : };
106659 : : static
106660 : : struct {
106661 : : PyASCIIObject _ascii;
106662 : : uint8_t _data[18];
106663 : : }
106664 : : posixpath_toplevel_consts_24_consts_9 = {
106665 : : ._ascii = {
106666 : : .ob_base = {
106667 : : .ob_refcnt = 999999999,
106668 : : .ob_type = &PyUnicode_Type,
106669 : : },
106670 : : .length = 17,
106671 : : .hash = -1,
106672 : : .state = {
106673 : : .kind = 1,
106674 : : .compact = 1,
106675 : : .ascii = 1,
106676 : : },
106677 : : },
106678 : : ._data = "\\$(\\w+|\\{[^}]*\\})",
106679 : : };
106680 : : static
106681 : : struct {
106682 : : PyGC_Head _gc_head;
106683 : : struct {
106684 : : PyObject_VAR_HEAD
106685 : : PyObject *ob_item[15];
106686 : : }_object;
106687 : : }
106688 : : posixpath_toplevel_consts_24_consts = {
106689 : : ._object = {
106690 : : .ob_base = {
106691 : : .ob_base = {
106692 : : .ob_refcnt = 999999999,
106693 : : .ob_type = &PyTuple_Type,
106694 : : },
106695 : : .ob_size = 15,
106696 : : },
106697 : : .ob_item = {
106698 : : & posixpath_toplevel_consts_24_consts_0._ascii.ob_base,
106699 : : (PyObject *)&_Py_SINGLETON(bytes_characters[36]),
106700 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
106701 : : Py_None,
106702 : : & posixpath_toplevel_consts_24_consts_4.ob_base.ob_base,
106703 : : (PyObject *)&_Py_SINGLETON(bytes_characters[123]),
106704 : : (PyObject *)&_Py_SINGLETON(bytes_characters[125]),
106705 : : & const_str_environb._ascii.ob_base,
106706 : : & ntpath_toplevel_consts_28_consts_11._ascii.ob_base,
106707 : : & posixpath_toplevel_consts_24_consts_9._ascii.ob_base,
106708 : : &_Py_STR(open_br),
106709 : : &_Py_STR(close_br),
106710 : : Py_True,
106711 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
106712 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
106713 : : },
106714 : : },
106715 : : };
106716 : : static
106717 : : struct {
106718 : : PyASCIIObject _ascii;
106719 : : uint8_t _data[10];
106720 : : }
106721 : : const_str__varprogb = {
106722 : : ._ascii = {
106723 : : .ob_base = {
106724 : : .ob_refcnt = 999999999,
106725 : : .ob_type = &PyUnicode_Type,
106726 : : },
106727 : : .length = 9,
106728 : : .hash = -1,
106729 : : .state = {
106730 : : .kind = 1,
106731 : : .compact = 1,
106732 : : .ascii = 1,
106733 : : },
106734 : : },
106735 : : ._data = "_varprogb",
106736 : : };
106737 : : static
106738 : : struct {
106739 : : PyASCIIObject _ascii;
106740 : : uint8_t _data[3];
106741 : : }
106742 : : const_str_re = {
106743 : : ._ascii = {
106744 : : .ob_base = {
106745 : : .ob_refcnt = 999999999,
106746 : : .ob_type = &PyUnicode_Type,
106747 : : },
106748 : : .length = 2,
106749 : : .hash = -1,
106750 : : .state = {
106751 : : .kind = 1,
106752 : : .compact = 1,
106753 : : .ascii = 1,
106754 : : },
106755 : : },
106756 : : ._data = "re",
106757 : : };
106758 : : static
106759 : : struct {
106760 : : PyASCIIObject _ascii;
106761 : : uint8_t _data[9];
106762 : : }
106763 : : const_str__varprog = {
106764 : : ._ascii = {
106765 : : .ob_base = {
106766 : : .ob_refcnt = 999999999,
106767 : : .ob_type = &PyUnicode_Type,
106768 : : },
106769 : : .length = 8,
106770 : : .hash = -1,
106771 : : .state = {
106772 : : .kind = 1,
106773 : : .compact = 1,
106774 : : .ascii = 1,
106775 : : },
106776 : : },
106777 : : ._data = "_varprog",
106778 : : };
106779 : : static
106780 : : struct {
106781 : : PyASCIIObject _ascii;
106782 : : uint8_t _data[5];
106783 : : }
106784 : : const_str_span = {
106785 : : ._ascii = {
106786 : : .ob_base = {
106787 : : .ob_refcnt = 999999999,
106788 : : .ob_type = &PyUnicode_Type,
106789 : : },
106790 : : .length = 4,
106791 : : .hash = -1,
106792 : : .state = {
106793 : : .kind = 1,
106794 : : .compact = 1,
106795 : : .ascii = 1,
106796 : : },
106797 : : },
106798 : : ._data = "span",
106799 : : };
106800 : : static
106801 : : struct {
106802 : : PyASCIIObject _ascii;
106803 : : uint8_t _data[6];
106804 : : }
106805 : : const_str_group = {
106806 : : ._ascii = {
106807 : : .ob_base = {
106808 : : .ob_refcnt = 999999999,
106809 : : .ob_type = &PyUnicode_Type,
106810 : : },
106811 : : .length = 5,
106812 : : .hash = -1,
106813 : : .state = {
106814 : : .kind = 1,
106815 : : .compact = 1,
106816 : : .ascii = 1,
106817 : : },
106818 : : },
106819 : : ._data = "group",
106820 : : };
106821 : : static
106822 : : struct {
106823 : : PyGC_Head _gc_head;
106824 : : struct {
106825 : : PyObject_VAR_HEAD
106826 : : PyObject *ob_item[20];
106827 : : }_object;
106828 : : }
106829 : : posixpath_toplevel_consts_24_names = {
106830 : : ._object = {
106831 : : .ob_base = {
106832 : : .ob_base = {
106833 : : .ob_refcnt = 999999999,
106834 : : .ob_type = &PyTuple_Type,
106835 : : },
106836 : : .ob_size = 20,
106837 : : },
106838 : : .ob_item = {
106839 : : & const_str_os._ascii.ob_base,
106840 : : & const_str_fspath._ascii.ob_base,
106841 : : &_Py_ID(isinstance),
106842 : : & const_str_bytes._ascii.ob_base,
106843 : : & const_str__varprogb._ascii.ob_base,
106844 : : & const_str_re._ascii.ob_base,
106845 : : & const_str_compile._ascii.ob_base,
106846 : : & const_str_ASCII._ascii.ob_base,
106847 : : & const_str_search._ascii.ob_base,
106848 : : &_Py_ID(getattr),
106849 : : & const_str__varprog._ascii.ob_base,
106850 : : & const_str_environ._ascii.ob_base,
106851 : : & const_str_span._ascii.ob_base,
106852 : : & const_str_group._ascii.ob_base,
106853 : : & const_str_startswith._ascii.ob_base,
106854 : : & const_str_endswith._ascii.ob_base,
106855 : : & const_str_fsencode._ascii.ob_base,
106856 : : & const_str_fsdecode._ascii.ob_base,
106857 : : &_Py_ID(len),
106858 : : & const_str_KeyError._ascii.ob_base,
106859 : : },
106860 : : },
106861 : : };
106862 : : static
106863 : : struct {
106864 : : PyObject_VAR_HEAD
106865 : : Py_hash_t ob_shash;
106866 : : char ob_sval[470];
106867 : : }
106868 : : posixpath_toplevel_consts_24_linetable = {
106869 : : .ob_base = {
106870 : : .ob_base = {
106871 : : .ob_refcnt = 999999999,
106872 : : .ob_type = &PyBytes_Type,
106873 : : },
106874 : : .ob_size = 469,
106875 : : },
106876 : : .ob_shash = -1,
106877 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0c\x15\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xe5\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x13\x05\x1d\xd8\x0b\x0f\x90\x74\xd0\x0b\x1b\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0f\x18\xf0\x00\x02\x09\x44\x01\xd8\x0c\x15\x88\x49\x88\x49\x88\x49\xd8\x18\x1a\x9f\x0a\x99\x0a\xd0\x23\x38\xb8\x22\xbf\x28\xb9\x28\xd4\x18\x43\x88\x49\xdd\x11\x1a\xd7\x11\x21\xd1\x11\x21\x88\x06\xd8\x10\x14\x88\x05\xd8\x0e\x12\x88\x03\xdd\x12\x19\x9d\x22\x98\x6a\xa8\x24\xd4\x12\x2f\x88\x07\x88\x07\xe0\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x18\xd8\x13\x17\x88\x4b\xdd\x0f\x17\xf0\x00\x02\x09\x42\x01\xd8\x0c\x15\x88\x49\x88\x49\x88\x49\xd8\x17\x19\x97\x7a\x91\x7a\xd0\x22\x36\xb8\x02\xbf\x08\xb9\x08\xd4\x17\x41\x88\x48\xdd\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x10\x13\x88\x05\xd8\x0e\x11\x88\x03\xdd\x12\x14\x97\x2a\x91\x2a\x88\x07\xd8\x08\x09\x80\x41\xd8\x0a\x0e\xd8\x0c\x12\x88\x46\x90\x34\x98\x11\x8c\x4f\x88\x01\xd8\x0f\x10\xf0\x00\x01\x09\x12\xd8\x0c\x11\xd8\x0f\x10\x8f\x76\x89\x76\x90\x61\x8c\x79\x89\x04\x88\x01\x88\x31\xd8\x0f\x10\x8f\x77\x89\x77\x90\x71\x8c\x7a\x88\x04\xd8\x0b\x0f\x8f\x3f\x89\x3f\x98\x35\xd4\x0b\x21\xf0\x00\x01\x09\x1e\xa0\x64\xa7\x6d\xa1\x6d\xb0\x43\xd4\x26\x38\xf0\x00\x01\x09\x1e\xd8\x13\x17\x98\x01\x98\x22\x90\x3a\x88\x44\xf0\x02\x0b\x09\x19\xd8\x0f\x16\xf0\x00\x03\x0d\x26\xdd\x18\x23\x9f\x0b\x99\x0b\xa5\x42\xa7\x4a\xa1\x4a\xad\x72\xaf\x7b\xa9\x7b\xb8\x34\xd4\x2f\x40\xd4\x24\x41\xd4\x18\x42\x90\x05\x90\x05\xe0\x18\x1f\xa0\x04\x9c\x0d\x90\x05\xf0\x08\x00\x14\x18\x98\x01\x90\x38\x90\x38\x88\x44\xd8\x13\x17\x90\x38\x98\x11\x90\x38\x98\x65\xd1\x13\x23\x88\x44\xdd\x10\x13\x90\x44\x94\x09\x88\x41\xd8\x0c\x10\x90\x44\x89\x4c\x88\x44\xf0\x27\x00\x0b\x0f\xf0\x28\x00\x0c\x10\x80\x4b\xf8\xf5\x0f\x00\x10\x18\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xd8\x10\x11\x88\x41\x88\x41\x88\x41\xf0\x03\x01\x09\x12\xf8\xf8\xf8",
106878 : : };
106879 : : static
106880 : : struct {
106881 : : PyObject_VAR_HEAD
106882 : : Py_hash_t ob_shash;
106883 : : char ob_sval[20];
106884 : : }
106885 : : posixpath_toplevel_consts_24_exceptiontable = {
106886 : : .ob_base = {
106887 : : .ob_base = {
106888 : : .ob_refcnt = 999999999,
106889 : : .ob_type = &PyBytes_Type,
106890 : : },
106891 : : .ob_size = 19,
106892 : : },
106893 : : .ob_shash = -1,
106894 : : .ob_sval = "\xc4\x38\x41\x0c\x46\x26\x00\xc6\x26\x0c\x46\x35\x03\xc6\x34\x01\x46\x35\x03",
106895 : : };
106896 : : static
106897 : : struct {
106898 : : PyASCIIObject _ascii;
106899 : : uint8_t _data[4];
106900 : : }
106901 : : const_str_end = {
106902 : : ._ascii = {
106903 : : .ob_base = {
106904 : : .ob_refcnt = 999999999,
106905 : : .ob_type = &PyUnicode_Type,
106906 : : },
106907 : : .length = 3,
106908 : : .hash = -1,
106909 : : .state = {
106910 : : .kind = 1,
106911 : : .compact = 1,
106912 : : .ascii = 1,
106913 : : },
106914 : : },
106915 : : ._data = "end",
106916 : : };
106917 : : static
106918 : : struct {
106919 : : PyASCIIObject _ascii;
106920 : : uint8_t _data[2];
106921 : : }
106922 : : const_str_j = {
106923 : : ._ascii = {
106924 : : .ob_base = {
106925 : : .ob_refcnt = 999999999,
106926 : : .ob_type = &PyUnicode_Type,
106927 : : },
106928 : : .length = 1,
106929 : : .hash = -1,
106930 : : .state = {
106931 : : .kind = 1,
106932 : : .compact = 1,
106933 : : .ascii = 1,
106934 : : },
106935 : : },
106936 : : ._data = "j",
106937 : : };
106938 : : static
106939 : : struct {
106940 : : PyGC_Head _gc_head;
106941 : : struct {
106942 : : PyObject_VAR_HEAD
106943 : : PyObject *ob_item[12];
106944 : : }_object;
106945 : : }
106946 : : posixpath_toplevel_consts_24_localsplusnames = {
106947 : : ._object = {
106948 : : .ob_base = {
106949 : : .ob_base = {
106950 : : .ob_refcnt = 999999999,
106951 : : .ob_type = &PyTuple_Type,
106952 : : },
106953 : : .ob_size = 12,
106954 : : },
106955 : : .ob_item = {
106956 : : &_Py_ID(path),
106957 : : & const_str_re._ascii.ob_base,
106958 : : & const_str_search._ascii.ob_base,
106959 : : & const_str_start._ascii.ob_base,
106960 : : & const_str_end._ascii.ob_base,
106961 : : & const_str_environ._ascii.ob_base,
106962 : : & const_str_i._ascii.ob_base,
106963 : : & const_str_m._ascii.ob_base,
106964 : : & const_str_j._ascii.ob_base,
106965 : : &_Py_ID(name),
106966 : : & const_str_value._ascii.ob_base,
106967 : : & const_str_tail._ascii.ob_base,
106968 : : },
106969 : : },
106970 : : };
106971 : : static
106972 : : struct _PyCode_DEF(880)
106973 : : posixpath_toplevel_consts_24 = {
106974 : : .ob_base = {
106975 : : .ob_base = {
106976 : : .ob_refcnt = 999999999,
106977 : : .ob_type = &PyCode_Type,
106978 : : },
106979 : : .ob_size = 440,
106980 : : },
106981 : : .co_consts = & posixpath_toplevel_consts_24_consts._object.ob_base.ob_base,
106982 : : .co_names = & posixpath_toplevel_consts_24_names._object.ob_base.ob_base,
106983 : : .co_exceptiontable = & posixpath_toplevel_consts_24_exceptiontable.ob_base.ob_base,
106984 : : .co_flags = 3,
106985 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
106986 : : ._co_linearray_entry_size = 0,
106987 : : .co_argcount = 1,
106988 : : .co_posonlyargcount = 0,
106989 : : .co_kwonlyargcount = 0,
106990 : : .co_framesize = 18 + FRAME_SPECIALS_SIZE,
106991 : : .co_stacksize = 6,
106992 : : .co_firstlineno = 292,
106993 : : .co_nlocalsplus = 12,
106994 : : .co_nlocals = 12,
106995 : : .co_nplaincellvars = 0,
106996 : : .co_ncellvars = 0,
106997 : : .co_nfreevars = 0,
106998 : : .co_localsplusnames = & posixpath_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
106999 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
107000 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107001 : : .co_name = & const_str_expandvars._ascii.ob_base,
107002 : : .co_qualname = & const_str_expandvars._ascii.ob_base,
107003 : : .co_linetable = & posixpath_toplevel_consts_24_linetable.ob_base.ob_base,
107004 : : ._co_code = NULL,
107005 : : ._co_linearray = NULL,
107006 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x58\x64\x01\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x61\x04\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x05\x7d\x03\x64\x06\x7d\x04\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x54\x64\x08\x7c\x00\x76\x01\x72\x02\x7c\x00\x53\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x21\x64\x02\x64\x03\x6c\x05\x7d\x01\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x7c\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x61\x0a\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x0a\x7d\x03\x64\x0b\x7d\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x02\x7d\x06\x09\x00\x02\x00\x7c\x02\x7c\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x73\x01\x6e\xbd\x7c\x07\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x08\x7c\x07\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x09\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x09\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x7c\x09\x64\x0d\x64\x0e\x1a\x00\x7d\x09\x09\x00\x7c\x05\x80\x42\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x6e\x08\x7c\x05\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x00\x7c\x08\x64\x03\x1a\x00\x7d\x0b\x7c\x00\x64\x03\x7c\x06\x1a\x00\x7c\x0a\x7a\x00\x00\x00\x7d\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x00\x7c\x0b\x7a\x0d\x00\x00\x7d\x00\x8c\xca\x7c\x00\x53\x00\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x7c\x08\x7d\x06\x59\x00\x8c\x11\x77\x00\x78\x03\x59\x00\x77\x01",
107007 : : ._co_firsttraceable = 0,
107008 : : };
107009 : : static
107010 : : struct _PyCode_DEF(230)
107011 : : posixpath_toplevel_consts_26 = {
107012 : : .ob_base = {
107013 : : .ob_base = {
107014 : : .ob_refcnt = 999999999,
107015 : : .ob_type = &PyCode_Type,
107016 : : },
107017 : : .ob_size = 115,
107018 : : },
107019 : : .co_consts = & ntpath_toplevel_consts_30_consts._object.ob_base.ob_base,
107020 : : .co_names = & ntpath_toplevel_consts_30_names._object.ob_base.ob_base,
107021 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107022 : : .co_flags = 3,
107023 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107024 : : ._co_linearray_entry_size = 0,
107025 : : .co_argcount = 1,
107026 : : .co_posonlyargcount = 0,
107027 : : .co_kwonlyargcount = 0,
107028 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
107029 : : .co_stacksize = 7,
107030 : : .co_firstlineno = 388,
107031 : : .co_nlocalsplus = 1,
107032 : : .co_nlocals = 1,
107033 : : .co_nplaincellvars = 0,
107034 : : .co_ncellvars = 0,
107035 : : .co_nfreevars = 0,
107036 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
107037 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
107038 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107039 : : .co_name = & const_str_normpath._ascii.ob_base,
107040 : : .co_qualname = & const_str_normpath._ascii.ob_base,
107041 : : .co_linetable = & ntpath_toplevel_consts_30_linetable.ob_base.ob_base,
107042 : : ._co_code = NULL,
107043 : : ._co_linearray = NULL,
107044 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x39\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x01\x53\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x02\x53\x00",
107045 : : ._co_firsttraceable = 0,
107046 : : };
107047 : : static
107048 : : struct {
107049 : : PyGC_Head _gc_head;
107050 : : struct {
107051 : : PyObject_VAR_HEAD
107052 : : PyObject *ob_item[12];
107053 : : }_object;
107054 : : }
107055 : : posixpath_toplevel_consts_27_consts = {
107056 : : ._object = {
107057 : : .ob_base = {
107058 : : .ob_base = {
107059 : : .ob_refcnt = 999999999,
107060 : : .ob_type = &PyTuple_Type,
107061 : : },
107062 : : .ob_size = 12,
107063 : : },
107064 : : .ob_item = {
107065 : : & ntpath_toplevel_consts_30_consts_0._ascii.ob_base,
107066 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
107067 : : (PyObject *)&_Py_SINGLETON(bytes_empty),
107068 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
107069 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
107070 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
107071 : : &_Py_STR(empty),
107072 : : &_Py_STR(dot),
107073 : : & ntpath_toplevel_consts_2._ascii.ob_base,
107074 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
107075 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
107076 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
107077 : : },
107078 : : },
107079 : : };
107080 : : static
107081 : : struct {
107082 : : PyGC_Head _gc_head;
107083 : : struct {
107084 : : PyObject_VAR_HEAD
107085 : : PyObject *ob_item[9];
107086 : : }_object;
107087 : : }
107088 : : posixpath_toplevel_consts_27_names = {
107089 : : ._object = {
107090 : : .ob_base = {
107091 : : .ob_base = {
107092 : : .ob_refcnt = 999999999,
107093 : : .ob_type = &PyTuple_Type,
107094 : : },
107095 : : .ob_size = 9,
107096 : : },
107097 : : .ob_item = {
107098 : : & const_str_os._ascii.ob_base,
107099 : : & const_str_fspath._ascii.ob_base,
107100 : : &_Py_ID(isinstance),
107101 : : & const_str_bytes._ascii.ob_base,
107102 : : & const_str_startswith._ascii.ob_base,
107103 : : & const_str_split._ascii.ob_base,
107104 : : &_Py_ID(append),
107105 : : & const_str_pop._ascii.ob_base,
107106 : : &_Py_ID(join),
107107 : : },
107108 : : },
107109 : : };
107110 : : static
107111 : : struct {
107112 : : PyObject_VAR_HEAD
107113 : : Py_hash_t ob_shash;
107114 : : char ob_sval[357];
107115 : : }
107116 : : posixpath_toplevel_consts_27_linetable = {
107117 : : .ob_base = {
107118 : : .ob_base = {
107119 : : .ob_refcnt = 999999999,
107120 : : .ob_type = &PyBytes_Type,
107121 : : },
107122 : : .ob_size = 356,
107123 : : },
107124 : : .ob_shash = -1,
107125 : : .ob_sval = "\x80\x00\xe5\x0f\x18\x8f\x79\x89\x79\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x09\x09\x1a\xd8\x12\x16\x88\x43\xd8\x14\x17\x88\x45\xd8\x12\x16\x88\x43\xd8\x15\x1a\x88\x46\x88\x46\xe0\x12\x15\x88\x43\xd8\x14\x16\x88\x45\xd8\x12\x15\x88\x43\xd8\x15\x19\x88\x46\xd8\x0b\x0f\x90\x35\x8a\x3d\xf0\x00\x01\x09\x17\xd8\x13\x16\x88\x4a\xd8\x1a\x1e\x9f\x2f\x99\x2f\xa8\x23\xd4\x1a\x2e\x88\x0f\xf0\x08\x00\x0d\x1c\xf0\x00\x02\x09\x20\xd8\x0c\x10\x8f\x4f\x89\x4f\x98\x43\xa0\x01\x99\x45\xd4\x0c\x22\xf0\x03\x02\x09\x20\xd8\x2b\x2f\xaf\x3f\xa9\x3f\xb8\x33\xb8\x71\xb9\x35\xd4\x2b\x41\xf0\x03\x02\x09\x20\xe0\x1e\x1f\x88\x4f\xd8\x10\x14\x97\x0a\x91\x0a\x98\x33\x94\x0f\x88\x05\xd8\x14\x16\x88\x09\xd8\x14\x19\xf0\x00\x07\x09\x20\xf1\x00\x07\x09\x20\x88\x44\xd8\x0f\x13\x98\x05\x98\x73\x90\x7c\xd0\x0f\x23\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x10\x14\x98\x06\x92\x0e\xf0\x00\x04\x0d\x20\xa0\x7f\xf0\x00\x04\x0d\x20\xb8\x79\xf0\x00\x04\x0d\x20\xd8\x12\x1b\xf0\x03\x04\x0d\x20\xd8\x20\x29\xa8\x22\xa4\x0d\xb0\x16\xd2\x20\x37\xf0\x03\x04\x0d\x20\xe0\x10\x19\xd7\x10\x20\xd1\x10\x20\xa0\x14\xd4\x10\x26\xd0\x10\x26\xd0\x10\x26\xd8\x11\x1a\xf0\x00\x01\x0d\x20\xd8\x10\x19\x97\x0d\x91\x0d\x94\x0f\x90\x0f\x90\x0f\xd8\x10\x19\x88\x05\xd8\x0f\x12\x8f\x78\x89\x78\x98\x05\x8c\x7f\x88\x04\xd8\x0b\x1a\xf0\x00\x01\x09\x2e\xd8\x13\x16\x90\x7f\xd1\x13\x26\xa8\x14\xd1\x13\x2d\x88\x44\xd8\x0f\x13\x88\x7b\x90\x73\xd0\x08\x1a",
107126 : : };
107127 : : static
107128 : : struct {
107129 : : PyASCIIObject _ascii;
107130 : : uint8_t _data[6];
107131 : : }
107132 : : const_str_empty = {
107133 : : ._ascii = {
107134 : : .ob_base = {
107135 : : .ob_refcnt = 999999999,
107136 : : .ob_type = &PyUnicode_Type,
107137 : : },
107138 : : .length = 5,
107139 : : .hash = -1,
107140 : : .state = {
107141 : : .kind = 1,
107142 : : .compact = 1,
107143 : : .ascii = 1,
107144 : : },
107145 : : },
107146 : : ._data = "empty",
107147 : : };
107148 : : static
107149 : : struct {
107150 : : PyASCIIObject _ascii;
107151 : : uint8_t _data[7];
107152 : : }
107153 : : const_str_dotdot = {
107154 : : ._ascii = {
107155 : : .ob_base = {
107156 : : .ob_refcnt = 999999999,
107157 : : .ob_type = &PyUnicode_Type,
107158 : : },
107159 : : .length = 6,
107160 : : .hash = -1,
107161 : : .state = {
107162 : : .kind = 1,
107163 : : .compact = 1,
107164 : : .ascii = 1,
107165 : : },
107166 : : },
107167 : : ._data = "dotdot",
107168 : : };
107169 : : static
107170 : : struct {
107171 : : PyASCIIObject _ascii;
107172 : : uint8_t _data[16];
107173 : : }
107174 : : const_str_initial_slashes = {
107175 : : ._ascii = {
107176 : : .ob_base = {
107177 : : .ob_refcnt = 999999999,
107178 : : .ob_type = &PyUnicode_Type,
107179 : : },
107180 : : .length = 15,
107181 : : .hash = -1,
107182 : : .state = {
107183 : : .kind = 1,
107184 : : .compact = 1,
107185 : : .ascii = 1,
107186 : : },
107187 : : },
107188 : : ._data = "initial_slashes",
107189 : : };
107190 : : static
107191 : : struct {
107192 : : PyASCIIObject _ascii;
107193 : : uint8_t _data[10];
107194 : : }
107195 : : const_str_new_comps = {
107196 : : ._ascii = {
107197 : : .ob_base = {
107198 : : .ob_refcnt = 999999999,
107199 : : .ob_type = &PyUnicode_Type,
107200 : : },
107201 : : .length = 9,
107202 : : .hash = -1,
107203 : : .state = {
107204 : : .kind = 1,
107205 : : .compact = 1,
107206 : : .ascii = 1,
107207 : : },
107208 : : },
107209 : : ._data = "new_comps",
107210 : : };
107211 : : static
107212 : : struct {
107213 : : PyASCIIObject _ascii;
107214 : : uint8_t _data[5];
107215 : : }
107216 : : const_str_comp = {
107217 : : ._ascii = {
107218 : : .ob_base = {
107219 : : .ob_refcnt = 999999999,
107220 : : .ob_type = &PyUnicode_Type,
107221 : : },
107222 : : .length = 4,
107223 : : .hash = -1,
107224 : : .state = {
107225 : : .kind = 1,
107226 : : .compact = 1,
107227 : : .ascii = 1,
107228 : : },
107229 : : },
107230 : : ._data = "comp",
107231 : : };
107232 : : static
107233 : : struct {
107234 : : PyGC_Head _gc_head;
107235 : : struct {
107236 : : PyObject_VAR_HEAD
107237 : : PyObject *ob_item[9];
107238 : : }_object;
107239 : : }
107240 : : posixpath_toplevel_consts_27_localsplusnames = {
107241 : : ._object = {
107242 : : .ob_base = {
107243 : : .ob_base = {
107244 : : .ob_refcnt = 999999999,
107245 : : .ob_type = &PyTuple_Type,
107246 : : },
107247 : : .ob_size = 9,
107248 : : },
107249 : : .ob_item = {
107250 : : &_Py_ID(path),
107251 : : & const_str_sep._ascii.ob_base,
107252 : : & const_str_empty._ascii.ob_base,
107253 : : & const_str_dot._ascii.ob_base,
107254 : : & const_str_dotdot._ascii.ob_base,
107255 : : & const_str_initial_slashes._ascii.ob_base,
107256 : : & const_str_comps._ascii.ob_base,
107257 : : & const_str_new_comps._ascii.ob_base,
107258 : : & const_str_comp._ascii.ob_base,
107259 : : },
107260 : : },
107261 : : };
107262 : : static
107263 : : struct _PyCode_DEF(522)
107264 : : posixpath_toplevel_consts_27 = {
107265 : : .ob_base = {
107266 : : .ob_base = {
107267 : : .ob_refcnt = 999999999,
107268 : : .ob_type = &PyCode_Type,
107269 : : },
107270 : : .ob_size = 261,
107271 : : },
107272 : : .co_consts = & posixpath_toplevel_consts_27_consts._object.ob_base.ob_base,
107273 : : .co_names = & posixpath_toplevel_consts_27_names._object.ob_base.ob_base,
107274 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107275 : : .co_flags = 3,
107276 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107277 : : ._co_linearray_entry_size = 0,
107278 : : .co_argcount = 1,
107279 : : .co_posonlyargcount = 0,
107280 : : .co_kwonlyargcount = 0,
107281 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
107282 : : .co_stacksize = 4,
107283 : : .co_firstlineno = 349,
107284 : : .co_nlocalsplus = 9,
107285 : : .co_nlocals = 9,
107286 : : .co_nplaincellvars = 0,
107287 : : .co_ncellvars = 0,
107288 : : .co_nfreevars = 0,
107289 : : .co_localsplusnames = & posixpath_toplevel_consts_27_localsplusnames._object.ob_base.ob_base,
107290 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
107291 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107292 : : .co_name = & const_str_normpath._ascii.ob_base,
107293 : : .co_qualname = & const_str_normpath._ascii.ob_base,
107294 : : .co_linetable = & posixpath_toplevel_consts_27_linetable.ob_base.ob_base,
107295 : : ._co_code = NULL,
107296 : : ._co_linearray = NULL,
107297 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x64\x01\x7d\x01\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x6e\x08\x64\x05\x7d\x01\x64\x06\x7d\x02\x64\x07\x7d\x03\x64\x08\x7d\x04\x7c\x00\x7c\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x03\x53\x00\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x2c\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x09\x7a\x05\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x0a\x7a\x05\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x64\x09\x7d\x05\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x67\x00\x7d\x07\x7c\x06\x44\x00\x5d\x47\x00\x00\x7d\x08\x7c\x08\x7c\x02\x7c\x03\x66\x02\x76\x00\x72\x01\x8c\x0a\x7c\x08\x7c\x04\x6b\x03\x00\x00\x00\x00\x73\x12\x7c\x05\x73\x02\x7c\x07\x72\x0e\x7c\x07\x72\x1f\x7c\x07\x64\x0b\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6b\x02\x00\x00\x00\x00\x72\x13\x7c\x07\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x35\x7c\x07\xaf\x37\x7c\x07\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x49\x7c\x07\x7d\x06\x7c\x01\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x05\x72\x08\x7c\x01\x7c\x05\x7a\x05\x00\x00\x7c\x00\x7a\x00\x00\x00\x7d\x00\x7c\x00\x70\x01\x7c\x03\x53\x00",
107298 : : ._co_firsttraceable = 0,
107299 : : };
107300 : : static
107301 : : struct {
107302 : : PyASCIIObject _ascii;
107303 : : uint8_t _data[25];
107304 : : }
107305 : : posixpath_toplevel_consts_28_consts_0 = {
107306 : : ._ascii = {
107307 : : .ob_base = {
107308 : : .ob_refcnt = 999999999,
107309 : : .ob_type = &PyUnicode_Type,
107310 : : },
107311 : : .length = 24,
107312 : : .hash = -1,
107313 : : .state = {
107314 : : .kind = 1,
107315 : : .compact = 1,
107316 : : .ascii = 1,
107317 : : },
107318 : : },
107319 : : ._data = "Return an absolute path.",
107320 : : };
107321 : : static
107322 : : struct {
107323 : : PyGC_Head _gc_head;
107324 : : struct {
107325 : : PyObject_VAR_HEAD
107326 : : PyObject *ob_item[1];
107327 : : }_object;
107328 : : }
107329 : : posixpath_toplevel_consts_28_consts = {
107330 : : ._object = {
107331 : : .ob_base = {
107332 : : .ob_base = {
107333 : : .ob_refcnt = 999999999,
107334 : : .ob_type = &PyTuple_Type,
107335 : : },
107336 : : .ob_size = 1,
107337 : : },
107338 : : .ob_item = {
107339 : : & posixpath_toplevel_consts_28_consts_0._ascii.ob_base,
107340 : : },
107341 : : },
107342 : : };
107343 : : static
107344 : : struct {
107345 : : PyObject_VAR_HEAD
107346 : : Py_hash_t ob_shash;
107347 : : char ob_sval[88];
107348 : : }
107349 : : posixpath_toplevel_consts_28_linetable = {
107350 : : .ob_base = {
107351 : : .ob_base = {
107352 : : .ob_refcnt = 999999999,
107353 : : .ob_type = &PyBytes_Type,
107354 : : },
107355 : : .ob_size = 87,
107356 : : },
107357 : : .ob_shash = -1,
107358 : : .ob_sval = "\x80\x00\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x0b\x10\x90\x14\x8c\x3b\xf0\x00\x05\x05\x1f\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x03\x09\x1e\xdd\x12\x1c\x97\x2a\x91\x2a\x94\x2c\x88\x43\x88\x43\xe5\x12\x1b\x97\x29\x91\x29\x94\x2b\x88\x43\xdd\x0f\x13\x90\x43\x98\x14\x8c\x7f\x88\x04\xdd\x0b\x13\x90\x44\x8c\x3e\xd0\x04\x19",
107359 : : };
107360 : : static
107361 : : struct _PyCode_DEF(256)
107362 : : posixpath_toplevel_consts_28 = {
107363 : : .ob_base = {
107364 : : .ob_base = {
107365 : : .ob_refcnt = 999999999,
107366 : : .ob_type = &PyCode_Type,
107367 : : },
107368 : : .ob_size = 128,
107369 : : },
107370 : : .co_consts = & posixpath_toplevel_consts_28_consts._object.ob_base.ob_base,
107371 : : .co_names = & ntpath_toplevel_consts_32_names._object.ob_base.ob_base,
107372 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107373 : : .co_flags = 3,
107374 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107375 : : ._co_linearray_entry_size = 0,
107376 : : .co_argcount = 1,
107377 : : .co_posonlyargcount = 0,
107378 : : .co_kwonlyargcount = 0,
107379 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
107380 : : .co_stacksize = 4,
107381 : : .co_firstlineno = 396,
107382 : : .co_nlocalsplus = 2,
107383 : : .co_nlocals = 2,
107384 : : .co_nplaincellvars = 0,
107385 : : .co_ncellvars = 0,
107386 : : .co_nfreevars = 0,
107387 : : .co_localsplusnames = & ntpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
107388 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
107389 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107390 : : .co_name = & const_str_abspath._ascii.ob_base,
107391 : : .co_qualname = & const_str_abspath._ascii.ob_base,
107392 : : .co_linetable = & posixpath_toplevel_consts_28_linetable.ob_base.ob_base,
107393 : : ._co_code = NULL,
107394 : : ._co_linearray = NULL,
107395 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x4e\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x16\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
107396 : : ._co_firsttraceable = 0,
107397 : : };
107398 : : static
107399 : : struct {
107400 : : PyASCIIObject _ascii;
107401 : : uint8_t _data[109];
107402 : : }
107403 : : posixpath_toplevel_consts_31_consts_0 = {
107404 : : ._ascii = {
107405 : : .ob_base = {
107406 : : .ob_refcnt = 999999999,
107407 : : .ob_type = &PyUnicode_Type,
107408 : : },
107409 : : .length = 108,
107410 : : .hash = -1,
107411 : : .state = {
107412 : : .kind = 1,
107413 : : .compact = 1,
107414 : : .ascii = 1,
107415 : : },
107416 : : },
107417 : : ._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",
107418 : : };
107419 : : static
107420 : : struct {
107421 : : PyGC_Head _gc_head;
107422 : : struct {
107423 : : PyObject_VAR_HEAD
107424 : : PyObject *ob_item[3];
107425 : : }_object;
107426 : : }
107427 : : posixpath_toplevel_consts_31_consts = {
107428 : : ._object = {
107429 : : .ob_base = {
107430 : : .ob_base = {
107431 : : .ob_refcnt = 999999999,
107432 : : .ob_type = &PyTuple_Type,
107433 : : },
107434 : : .ob_size = 3,
107435 : : },
107436 : : .ob_item = {
107437 : : & posixpath_toplevel_consts_31_consts_0._ascii.ob_base,
107438 : : Py_None,
107439 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
107440 : : },
107441 : : },
107442 : : };
107443 : : static
107444 : : struct {
107445 : : PyASCIIObject _ascii;
107446 : : uint8_t _data[14];
107447 : : }
107448 : : const_str__joinrealpath = {
107449 : : ._ascii = {
107450 : : .ob_base = {
107451 : : .ob_refcnt = 999999999,
107452 : : .ob_type = &PyUnicode_Type,
107453 : : },
107454 : : .length = 13,
107455 : : .hash = -1,
107456 : : .state = {
107457 : : .kind = 1,
107458 : : .compact = 1,
107459 : : .ascii = 1,
107460 : : },
107461 : : },
107462 : : ._data = "_joinrealpath",
107463 : : };
107464 : : static
107465 : : struct {
107466 : : PyGC_Head _gc_head;
107467 : : struct {
107468 : : PyObject_VAR_HEAD
107469 : : PyObject *ob_item[4];
107470 : : }_object;
107471 : : }
107472 : : posixpath_toplevel_consts_31_names = {
107473 : : ._object = {
107474 : : .ob_base = {
107475 : : .ob_base = {
107476 : : .ob_refcnt = 999999999,
107477 : : .ob_type = &PyTuple_Type,
107478 : : },
107479 : : .ob_size = 4,
107480 : : },
107481 : : .ob_item = {
107482 : : & const_str_os._ascii.ob_base,
107483 : : & const_str_fspath._ascii.ob_base,
107484 : : & const_str__joinrealpath._ascii.ob_base,
107485 : : & const_str_abspath._ascii.ob_base,
107486 : : },
107487 : : },
107488 : : };
107489 : : static
107490 : : struct {
107491 : : PyObject_VAR_HEAD
107492 : : Py_hash_t ob_shash;
107493 : : char ob_sval[55];
107494 : : }
107495 : : posixpath_toplevel_consts_31_linetable = {
107496 : : .ob_base = {
107497 : : .ob_base = {
107498 : : .ob_refcnt = 999999999,
107499 : : .ob_type = &PyBytes_Type,
107500 : : },
107501 : : .ob_size = 54,
107502 : : },
107503 : : .ob_shash = -1,
107504 : : .ob_sval = "\x80\x00\xf5\x06\x00\x10\x19\x8f\x79\x89\x79\x98\x18\xd4\x0f\x22\x80\x48\xdd\x0f\x1c\x98\x58\x98\x5c\xa0\x71\x98\x5c\xa8\x38\xb0\x56\xb8\x52\xd4\x0f\x40\x81\x48\x80\x44\x88\x22\xdd\x0b\x12\x90\x34\x8c\x3d\xd0\x04\x18",
107505 : : };
107506 : : static
107507 : : struct {
107508 : : PyASCIIObject _ascii;
107509 : : uint8_t _data[3];
107510 : : }
107511 : : const_str_ok = {
107512 : : ._ascii = {
107513 : : .ob_base = {
107514 : : .ob_refcnt = 999999999,
107515 : : .ob_type = &PyUnicode_Type,
107516 : : },
107517 : : .length = 2,
107518 : : .hash = -1,
107519 : : .state = {
107520 : : .kind = 1,
107521 : : .compact = 1,
107522 : : .ascii = 1,
107523 : : },
107524 : : },
107525 : : ._data = "ok",
107526 : : };
107527 : : static
107528 : : struct {
107529 : : PyGC_Head _gc_head;
107530 : : struct {
107531 : : PyObject_VAR_HEAD
107532 : : PyObject *ob_item[4];
107533 : : }_object;
107534 : : }
107535 : : posixpath_toplevel_consts_31_localsplusnames = {
107536 : : ._object = {
107537 : : .ob_base = {
107538 : : .ob_base = {
107539 : : .ob_refcnt = 999999999,
107540 : : .ob_type = &PyTuple_Type,
107541 : : },
107542 : : .ob_size = 4,
107543 : : },
107544 : : .ob_item = {
107545 : : &_Py_ID(filename),
107546 : : &_Py_ID(strict),
107547 : : &_Py_ID(path),
107548 : : & const_str_ok._ascii.ob_base,
107549 : : },
107550 : : },
107551 : : };
107552 : : static
107553 : : struct _PyCode_DEF(118)
107554 : : posixpath_toplevel_consts_31 = {
107555 : : .ob_base = {
107556 : : .ob_base = {
107557 : : .ob_refcnt = 999999999,
107558 : : .ob_type = &PyCode_Type,
107559 : : },
107560 : : .ob_size = 59,
107561 : : },
107562 : : .co_consts = & posixpath_toplevel_consts_31_consts._object.ob_base.ob_base,
107563 : : .co_names = & posixpath_toplevel_consts_31_names._object.ob_base.ob_base,
107564 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107565 : : .co_flags = 3,
107566 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107567 : : ._co_linearray_entry_size = 0,
107568 : : .co_argcount = 1,
107569 : : .co_posonlyargcount = 0,
107570 : : .co_kwonlyargcount = 1,
107571 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
107572 : : .co_stacksize = 6,
107573 : : .co_firstlineno = 411,
107574 : : .co_nlocalsplus = 4,
107575 : : .co_nlocals = 4,
107576 : : .co_nplaincellvars = 0,
107577 : : .co_ncellvars = 0,
107578 : : .co_nfreevars = 0,
107579 : : .co_localsplusnames = & posixpath_toplevel_consts_31_localsplusnames._object.ob_base.ob_base,
107580 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
107581 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107582 : : .co_name = & const_str_realpath._ascii.ob_base,
107583 : : .co_qualname = & const_str_realpath._ascii.ob_base,
107584 : : .co_linetable = & posixpath_toplevel_consts_31_linetable.ob_base.ob_base,
107585 : : ._co_code = NULL,
107586 : : ._co_linearray = NULL,
107587 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\x64\x02\x1a\x00\x7c\x00\x7c\x01\x69\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
107588 : : ._co_firsttraceable = 0,
107589 : : };
107590 : : static
107591 : : struct {
107592 : : PyGC_Head _gc_head;
107593 : : struct {
107594 : : PyObject_VAR_HEAD
107595 : : PyObject *ob_item[10];
107596 : : }_object;
107597 : : }
107598 : : posixpath_toplevel_consts_32_consts = {
107599 : : ._object = {
107600 : : .ob_base = {
107601 : : .ob_base = {
107602 : : .ob_refcnt = 999999999,
107603 : : .ob_type = &PyTuple_Type,
107604 : : },
107605 : : .ob_size = 10,
107606 : : },
107607 : : .ob_item = {
107608 : : Py_None,
107609 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
107610 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
107611 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
107612 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
107613 : : &_Py_STR(dot),
107614 : : & ntpath_toplevel_consts_2._ascii.ob_base,
107615 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
107616 : : Py_False,
107617 : : Py_True,
107618 : : },
107619 : : },
107620 : : };
107621 : : static
107622 : : struct {
107623 : : PyGC_Head _gc_head;
107624 : : struct {
107625 : : PyObject_VAR_HEAD
107626 : : PyObject *ob_item[14];
107627 : : }_object;
107628 : : }
107629 : : posixpath_toplevel_consts_32_names = {
107630 : : ._object = {
107631 : : .ob_base = {
107632 : : .ob_base = {
107633 : : .ob_refcnt = 999999999,
107634 : : .ob_type = &PyTuple_Type,
107635 : : },
107636 : : .ob_size = 14,
107637 : : },
107638 : : .ob_item = {
107639 : : &_Py_ID(isinstance),
107640 : : & const_str_bytes._ascii.ob_base,
107641 : : & const_str_isabs._ascii.ob_base,
107642 : : & const_str_partition._ascii.ob_base,
107643 : : & const_str_split._ascii.ob_base,
107644 : : &_Py_ID(join),
107645 : : & const_str_os._ascii.ob_base,
107646 : : & const_str_lstat._ascii.ob_base,
107647 : : & const_str_stat._ascii.ob_base,
107648 : : & const_str_S_ISLNK._ascii.ob_base,
107649 : : & const_str_st_mode._ascii.ob_base,
107650 : : & const_str_OSError._ascii.ob_base,
107651 : : & const_str__joinrealpath._ascii.ob_base,
107652 : : & const_str_readlink._ascii.ob_base,
107653 : : },
107654 : : },
107655 : : };
107656 : : static
107657 : : struct {
107658 : : PyObject_VAR_HEAD
107659 : : Py_hash_t ob_shash;
107660 : : char ob_sval[488];
107661 : : }
107662 : : posixpath_toplevel_consts_32_linetable = {
107663 : : .ob_base = {
107664 : : .ob_base = {
107665 : : .ob_refcnt = 999999999,
107666 : : .ob_type = &PyBytes_Type,
107667 : : },
107668 : : .ob_size = 487,
107669 : : },
107670 : : .ob_shash = -1,
107671 : : .ob_sval = "\x80\x00\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\xd8\x11\x16\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xd8\x11\x15\x88\x06\xe5\x07\x0c\x88\x54\x84\x7b\xf0\x00\x02\x05\x13\xd8\x0f\x13\x90\x41\x88\x78\x88\x78\x88\x04\xd8\x0f\x12\x88\x04\xe0\x0a\x0e\xf1\x00\x2c\x05\x1d\xd8\x18\x1c\x9f\x0e\x99\x0e\xa0\x73\xd4\x18\x2b\x89\x0d\x88\x04\x88\x61\x90\x14\xd8\x0f\x13\xf0\x00\x02\x09\x15\x90\x74\x98\x76\x92\x7e\xf0\x00\x02\x09\x15\xe0\x0c\x14\xd8\x0b\x0f\x90\x36\x8a\x3e\xf0\x00\x08\x09\x15\xe0\x0f\x13\xf0\x00\x05\x0d\x1e\xdd\x1d\x22\xa0\x34\x9c\x5b\x91\x0a\x90\x04\x90\x64\xd8\x13\x17\x98\x36\x92\x3e\xf0\x00\x01\x11\x36\xdd\x1b\x1f\xa0\x04\xa0\x66\xa8\x66\xd4\x1b\x35\x90\x44\x90\x44\xe0\x17\x1d\x90\x04\xd8\x0c\x14\xdd\x12\x16\x90\x74\x98\x54\xd4\x12\x22\x88\x07\xf0\x02\x07\x09\x2f\xdd\x11\x19\x97\x18\x91\x18\x98\x27\xd4\x11\x22\x88\x42\xf5\x0c\x00\x17\x23\x97\x6c\x91\x6c\xa0\x32\xa7\x3a\xa1\x3a\xd4\x16\x2e\x88\x47\xd8\x0f\x16\xf0\x00\x02\x09\x15\xd8\x13\x1a\x88\x44\xd8\x0c\x14\xe0\x0b\x12\x90\x64\x88\x3f\xf0\x00\x0c\x09\x32\xe0\x13\x17\x98\x07\x94\x3d\x88\x44\xd8\x0f\x13\xf0\x00\x02\x0d\x19\xe0\x10\x18\xe0\x0f\x15\xf0\x00\x05\x0d\x32\xe5\x10\x17\x97\x07\x91\x07\x98\x07\xd4\x10\x20\xd0\x10\x20\xd0\x10\x20\xf5\x06\x00\x18\x1c\x98\x47\xa0\x54\xd4\x17\x2a\xa8\x45\xd0\x17\x31\xd0\x10\x31\xd8\x18\x1c\x88\x04\x88\x57\x89\x0d\xdd\x13\x20\xa0\x14\xa5\x72\xa7\x7b\xa1\x7b\xb0\x37\xd4\x27\x3b\xb8\x56\xc0\x54\xd4\x13\x4a\x89\x08\x88\x04\x88\x62\xd8\x0f\x11\xf0\x00\x01\x09\x2b\xdd\x13\x17\x98\x04\x98\x64\xd4\x13\x23\xa0\x55\xd0\x13\x2a\xd0\x0c\x2a\xd8\x18\x1c\x88\x04\x88\x57\x89\x0d\xf0\x59\x01\x00\x0b\x0f\xf1\x00\x2c\x05\x1d\xf0\x5c\x01\x00\x0c\x10\x90\x14\x88\x3a\xd0\x04\x15\xf8\xf5\x3b\x00\x10\x17\xf0\x00\x03\x09\x1c\xf0\x00\x03\x09\x1c\xf0\x00\x03\x09\x1c\xd8\x0f\x15\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x16\x1b\x88\x47\x88\x47\x88\x47\xf0\x07\x03\x09\x1c\xf8\xf8\xf8",
107672 : : };
107673 : : static
107674 : : struct {
107675 : : PyObject_VAR_HEAD
107676 : : Py_hash_t ob_shash;
107677 : : char ob_sval[19];
107678 : : }
107679 : : posixpath_toplevel_consts_32_exceptiontable = {
107680 : : .ob_base = {
107681 : : .ob_base = {
107682 : : .ob_refcnt = 999999999,
107683 : : .ob_type = &PyBytes_Type,
107684 : : },
107685 : : .ob_size = 18,
107686 : : },
107687 : : .ob_shash = -1,
107688 : : .ob_sval = "\xc2\x17\x17\x45\x18\x00\xc5\x18\x0f\x45\x2a\x03\xc5\x29\x01\x45\x2a\x03",
107689 : : };
107690 : : static
107691 : : struct {
107692 : : PyASCIIObject _ascii;
107693 : : uint8_t _data[8];
107694 : : }
107695 : : const_str_newpath = {
107696 : : ._ascii = {
107697 : : .ob_base = {
107698 : : .ob_refcnt = 999999999,
107699 : : .ob_type = &PyUnicode_Type,
107700 : : },
107701 : : .length = 7,
107702 : : .hash = -1,
107703 : : .state = {
107704 : : .kind = 1,
107705 : : .compact = 1,
107706 : : .ascii = 1,
107707 : : },
107708 : : },
107709 : : ._data = "newpath",
107710 : : };
107711 : : static
107712 : : struct {
107713 : : PyASCIIObject _ascii;
107714 : : uint8_t _data[8];
107715 : : }
107716 : : const_str_is_link = {
107717 : : ._ascii = {
107718 : : .ob_base = {
107719 : : .ob_refcnt = 999999999,
107720 : : .ob_type = &PyUnicode_Type,
107721 : : },
107722 : : .length = 7,
107723 : : .hash = -1,
107724 : : .state = {
107725 : : .kind = 1,
107726 : : .compact = 1,
107727 : : .ascii = 1,
107728 : : },
107729 : : },
107730 : : ._data = "is_link",
107731 : : };
107732 : : static
107733 : : struct {
107734 : : PyGC_Head _gc_head;
107735 : : struct {
107736 : : PyObject_VAR_HEAD
107737 : : PyObject *ob_item[13];
107738 : : }_object;
107739 : : }
107740 : : posixpath_toplevel_consts_32_localsplusnames = {
107741 : : ._object = {
107742 : : .ob_base = {
107743 : : .ob_base = {
107744 : : .ob_refcnt = 999999999,
107745 : : .ob_type = &PyTuple_Type,
107746 : : },
107747 : : .ob_size = 13,
107748 : : },
107749 : : .ob_item = {
107750 : : &_Py_ID(path),
107751 : : & const_str_rest._ascii.ob_base,
107752 : : &_Py_ID(strict),
107753 : : & const_str_seen._ascii.ob_base,
107754 : : & const_str_sep._ascii.ob_base,
107755 : : & const_str_curdir._ascii.ob_base,
107756 : : & const_str_pardir._ascii.ob_base,
107757 : : &_Py_ID(name),
107758 : : &_Py_ID(_),
107759 : : & const_str_newpath._ascii.ob_base,
107760 : : & const_str_st._ascii.ob_base,
107761 : : & const_str_is_link._ascii.ob_base,
107762 : : & const_str_ok._ascii.ob_base,
107763 : : },
107764 : : },
107765 : : };
107766 : : static
107767 : : struct {
107768 : : PyObject_VAR_HEAD
107769 : : Py_hash_t ob_shash;
107770 : : char ob_sval[14];
107771 : : }
107772 : : posixpath_toplevel_consts_32_localspluskinds = {
107773 : : .ob_base = {
107774 : : .ob_base = {
107775 : : .ob_refcnt = 999999999,
107776 : : .ob_type = &PyBytes_Type,
107777 : : },
107778 : : .ob_size = 13,
107779 : : },
107780 : : .ob_shash = -1,
107781 : : .ob_sval = " ",
107782 : : };
107783 : : static
107784 : : struct _PyCode_DEF(730)
107785 : : posixpath_toplevel_consts_32 = {
107786 : : .ob_base = {
107787 : : .ob_base = {
107788 : : .ob_refcnt = 999999999,
107789 : : .ob_type = &PyCode_Type,
107790 : : },
107791 : : .ob_size = 365,
107792 : : },
107793 : : .co_consts = & posixpath_toplevel_consts_32_consts._object.ob_base.ob_base,
107794 : : .co_names = & posixpath_toplevel_consts_32_names._object.ob_base.ob_base,
107795 : : .co_exceptiontable = & posixpath_toplevel_consts_32_exceptiontable.ob_base.ob_base,
107796 : : .co_flags = 3,
107797 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107798 : : ._co_linearray_entry_size = 0,
107799 : : .co_argcount = 4,
107800 : : .co_posonlyargcount = 0,
107801 : : .co_kwonlyargcount = 0,
107802 : : .co_framesize = 19 + FRAME_SPECIALS_SIZE,
107803 : : .co_stacksize = 6,
107804 : : .co_firstlineno = 420,
107805 : : .co_nlocalsplus = 13,
107806 : : .co_nlocals = 13,
107807 : : .co_nplaincellvars = 0,
107808 : : .co_ncellvars = 0,
107809 : : .co_nfreevars = 0,
107810 : : .co_localsplusnames = & posixpath_toplevel_consts_32_localsplusnames._object.ob_base.ob_base,
107811 : : .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
107812 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107813 : : .co_name = & const_str__joinrealpath._ascii.ob_base,
107814 : : .co_qualname = & const_str__joinrealpath._ascii.ob_base,
107815 : : .co_linetable = & posixpath_toplevel_consts_32_linetable.ob_base.ob_base,
107816 : : ._co_code = NULL,
107817 : : ._co_linearray = NULL,
107818 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x01\x7d\x04\x64\x02\x7d\x05\x64\x03\x7d\x06\x6e\x06\x64\x04\x7d\x04\x64\x05\x7d\x05\x64\x06\x7d\x06\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x7c\x01\x64\x07\x64\x00\x1a\x00\x7d\x01\x7c\x04\x7d\x00\x7c\x01\x3e\x01\x72\x1c\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x07\x7d\x08\x7d\x01\x7c\x07\x72\x06\x7c\x07\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x01\x8c\x22\x7c\x07\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x2b\x7c\x00\x72\x26\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x07\x7c\x07\x7c\x06\x6b\x02\x00\x00\x00\x00\x72\x12\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x06\x7c\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x6e\x02\x7c\x06\x7d\x00\x8c\x53\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x73\x03\x7c\x09\x7d\x00\x8c\x9f\x7c\x09\x7c\x03\x76\x00\x72\x35\x7c\x03\x7c\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x81\x01\x8c\xae\x7c\x02\x72\x18\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x66\x02\x53\x00\x64\x00\x7c\x03\x7c\x09\x3c\x00\x00\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x0c\x7c\x0c\x73\x10\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x66\x02\x53\x00\x7c\x00\x7c\x03\x7c\x09\x3c\x00\x00\x00\x7c\x01\x3e\x01\xb0\x1c\x7c\x00\x64\x09\x66\x02\x53\x00\x23\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x08\x01\x00\x7c\x02\x72\x01\x82\x00\x64\x08\x7d\x0b\x59\x00\x8c\x9a\x77\x00\x78\x03\x59\x00\x77\x01",
107819 : : ._co_firsttraceable = 0,
107820 : : };
107821 : : static
107822 : : struct {
107823 : : PyObject_VAR_HEAD
107824 : : Py_hash_t ob_shash;
107825 : : char ob_sval[30];
107826 : : }
107827 : : posixpath_toplevel_consts_34_consts_9_linetable = {
107828 : : .ob_base = {
107829 : : .ob_base = {
107830 : : .ob_refcnt = 999999999,
107831 : : .ob_type = &PyBytes_Type,
107832 : : },
107833 : : .ob_size = 29,
107834 : : },
107835 : : .ob_shash = -1,
107836 : : .ob_sval = "\x80\x00\xd0\x15\x40\xd0\x15\x40\xd1\x15\x40\x98\x41\xb8\x61\xd0\x15\x40\x90\x61\xd0\x15\x40\xd0\x15\x40\xd0\x15\x40",
107837 : : };
107838 : : static
107839 : : struct _PyCode_DEF(24)
107840 : : posixpath_toplevel_consts_34_consts_9 = {
107841 : : .ob_base = {
107842 : : .ob_base = {
107843 : : .ob_refcnt = 999999999,
107844 : : .ob_type = &PyCode_Type,
107845 : : },
107846 : : .ob_size = 12,
107847 : : },
107848 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
107849 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
107850 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107851 : : .co_flags = 19,
107852 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107853 : : ._co_linearray_entry_size = 0,
107854 : : .co_argcount = 1,
107855 : : .co_posonlyargcount = 0,
107856 : : .co_kwonlyargcount = 0,
107857 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
107858 : : .co_stacksize = 3,
107859 : : .co_firstlineno = 507,
107860 : : .co_nlocalsplus = 2,
107861 : : .co_nlocals = 2,
107862 : : .co_nplaincellvars = 0,
107863 : : .co_ncellvars = 0,
107864 : : .co_nfreevars = 0,
107865 : : .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
107866 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
107867 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107868 : : .co_name = &_Py_STR(anon_listcomp),
107869 : : .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
107870 : : .co_linetable = & posixpath_toplevel_consts_34_consts_9_linetable.ob_base.ob_base,
107871 : : ._co_code = NULL,
107872 : : ._co_linearray = NULL,
107873 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
107874 : : ._co_firsttraceable = 0,
107875 : : };
107876 : : static
107877 : : struct {
107878 : : PyObject_VAR_HEAD
107879 : : Py_hash_t ob_shash;
107880 : : char ob_sval[30];
107881 : : }
107882 : : posixpath_toplevel_consts_34_consts_10_linetable = {
107883 : : .ob_base = {
107884 : : .ob_base = {
107885 : : .ob_refcnt = 999999999,
107886 : : .ob_type = &PyBytes_Type,
107887 : : },
107888 : : .ob_size = 29,
107889 : : },
107890 : : .ob_shash = -1,
107891 : : .ob_sval = "\x80\x00\xd0\x14\x3e\xd0\x14\x3e\xd1\x14\x3e\x98\x31\xb8\x41\xd0\x14\x3e\x90\x51\xd0\x14\x3e\xd0\x14\x3e\xd0\x14\x3e",
107892 : : };
107893 : : static
107894 : : struct _PyCode_DEF(24)
107895 : : posixpath_toplevel_consts_34_consts_10 = {
107896 : : .ob_base = {
107897 : : .ob_base = {
107898 : : .ob_refcnt = 999999999,
107899 : : .ob_type = &PyCode_Type,
107900 : : },
107901 : : .ob_size = 12,
107902 : : },
107903 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
107904 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
107905 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
107906 : : .co_flags = 19,
107907 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
107908 : : ._co_linearray_entry_size = 0,
107909 : : .co_argcount = 1,
107910 : : .co_posonlyargcount = 0,
107911 : : .co_kwonlyargcount = 0,
107912 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
107913 : : .co_stacksize = 3,
107914 : : .co_firstlineno = 508,
107915 : : .co_nlocalsplus = 2,
107916 : : .co_nlocals = 2,
107917 : : .co_nplaincellvars = 0,
107918 : : .co_ncellvars = 0,
107919 : : .co_nfreevars = 0,
107920 : : .co_localsplusnames = & ntpath_toplevel_consts_44_consts_11_localsplusnames._object.ob_base.ob_base,
107921 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
107922 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
107923 : : .co_name = &_Py_STR(anon_listcomp),
107924 : : .co_qualname = & ntpath_toplevel_consts_44_consts_11_qualname._ascii.ob_base,
107925 : : .co_linetable = & posixpath_toplevel_consts_34_consts_10_linetable.ob_base.ob_base,
107926 : : ._co_code = NULL,
107927 : : ._co_linearray = NULL,
107928 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x06\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x91\x02\x8c\x08\x53\x00",
107929 : : ._co_firsttraceable = 0,
107930 : : };
107931 : : static
107932 : : struct {
107933 : : PyGC_Head _gc_head;
107934 : : struct {
107935 : : PyObject_VAR_HEAD
107936 : : PyObject *ob_item[12];
107937 : : }_object;
107938 : : }
107939 : : posixpath_toplevel_consts_34_consts = {
107940 : : ._object = {
107941 : : .ob_base = {
107942 : : .ob_base = {
107943 : : .ob_refcnt = 999999999,
107944 : : .ob_type = &PyTuple_Type,
107945 : : },
107946 : : .ob_size = 12,
107947 : : },
107948 : : .ob_item = {
107949 : : & ntpath_toplevel_consts_44_consts_0._ascii.ob_base,
107950 : : & ntpath_toplevel_consts_44_consts_8._ascii.ob_base,
107951 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
107952 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
107953 : : & ntpath_toplevel_consts_31_consts_4.ob_base.ob_base,
107954 : : &_Py_STR(dot),
107955 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
107956 : : & ntpath_toplevel_consts_2._ascii.ob_base,
107957 : : Py_None,
107958 : : & posixpath_toplevel_consts_34_consts_9.ob_base.ob_base,
107959 : : & posixpath_toplevel_consts_34_consts_10.ob_base.ob_base,
107960 : : & const_str_relpath._ascii.ob_base,
107961 : : },
107962 : : },
107963 : : };
107964 : : static
107965 : : struct {
107966 : : PyGC_Head _gc_head;
107967 : : struct {
107968 : : PyObject_VAR_HEAD
107969 : : PyObject *ob_item[16];
107970 : : }_object;
107971 : : }
107972 : : posixpath_toplevel_consts_34_names = {
107973 : : ._object = {
107974 : : .ob_base = {
107975 : : .ob_base = {
107976 : : .ob_refcnt = 999999999,
107977 : : .ob_type = &PyTuple_Type,
107978 : : },
107979 : : .ob_size = 16,
107980 : : },
107981 : : .ob_item = {
107982 : : & const_str_ValueError._ascii.ob_base,
107983 : : & const_str_os._ascii.ob_base,
107984 : : & const_str_fspath._ascii.ob_base,
107985 : : &_Py_ID(isinstance),
107986 : : & const_str_bytes._ascii.ob_base,
107987 : : & const_str_abspath._ascii.ob_base,
107988 : : & const_str_split._ascii.ob_base,
107989 : : &_Py_ID(len),
107990 : : & const_str_commonprefix._ascii.ob_base,
107991 : : &_Py_ID(join),
107992 : : & const_str_TypeError._ascii.ob_base,
107993 : : & const_str_AttributeError._ascii.ob_base,
107994 : : & const_str_BytesWarning._ascii.ob_base,
107995 : : & const_str_DeprecationWarning._ascii.ob_base,
107996 : : & const_str_genericpath._ascii.ob_base,
107997 : : & const_str__check_arg_types._ascii.ob_base,
107998 : : },
107999 : : },
108000 : : };
108001 : : static
108002 : : struct {
108003 : : PyObject_VAR_HEAD
108004 : : Py_hash_t ob_shash;
108005 : : char ob_sval[317];
108006 : : }
108007 : : posixpath_toplevel_consts_34_linetable = {
108008 : : .ob_base = {
108009 : : .ob_base = {
108010 : : .ob_refcnt = 999999999,
108011 : : .ob_type = &PyBytes_Type,
108012 : : },
108013 : : .ob_size = 316,
108014 : : },
108015 : : .ob_shash = -1,
108016 : : .ob_sval = "\x80\x00\xf0\x06\x00\x0c\x10\xf0\x00\x01\x05\x2e\xdd\x0e\x18\xd0\x19\x2c\xd4\x0e\x2d\xd0\x08\x2d\xe5\x0b\x14\x8f\x39\x89\x39\x90\x54\x8c\x3f\x80\x44\xdd\x07\x11\x90\x24\x9d\x05\xd4\x07\x1e\xf0\x00\x07\x05\x16\xd8\x11\x15\x88\x06\xd8\x0e\x12\x88\x03\xd8\x11\x16\x88\x06\x88\x06\xe0\x11\x14\x88\x06\xd8\x0e\x11\x88\x03\xd8\x11\x15\x88\x06\xe0\x07\x0c\xf0\x00\x03\x05\x21\xd8\x10\x16\x88\x05\x88\x05\xe5\x10\x19\x97\x09\x91\x09\x98\x25\xd4\x10\x20\x88\x05\xf0\x04\x0c\x05\x0e\xd8\x15\x40\xd0\x15\x40\xa5\x17\xa8\x15\xa4\x1e\xd7\x21\x35\xd1\x21\x35\xb0\x63\xd4\x21\x3a\xd0\x15\x40\xd4\x15\x40\x88\x0a\xd8\x14\x3e\xd0\x14\x3e\xa5\x07\xa8\x04\xa4\x0d\xd7\x20\x33\xd1\x20\x33\xb0\x43\xd4\x20\x38\xd0\x14\x3e\xd4\x14\x3e\x88\x09\xe5\x0c\x0f\x95\x0c\x98\x6a\xa8\x29\xd0\x1d\x34\xd4\x10\x35\xd4\x0c\x36\x88\x01\xe0\x14\x1a\x90\x38\x9d\x73\xa0\x3a\x9c\x7f\xa8\x71\xd1\x1f\x30\xd1\x13\x31\xb0\x49\xb8\x61\xb0\x4d\xb0\x4d\xd1\x13\x41\x88\x08\xd8\x0f\x17\xf0\x00\x01\x09\x1a\xd8\x13\x19\x88\x4d\xdd\x0f\x13\x90\x58\x88\x7f\xd0\x08\x1e\xf8\xdd\x0c\x15\x95\x7e\xa5\x7c\xd5\x35\x47\xd0\x0b\x48\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x59\xb0\x04\xb0\x65\xd4\x08\x3c\xd0\x08\x3c\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
108017 : : };
108018 : : static
108019 : : struct {
108020 : : PyObject_VAR_HEAD
108021 : : Py_hash_t ob_shash;
108022 : : char ob_sval[20];
108023 : : }
108024 : : posixpath_toplevel_consts_34_exceptiontable = {
108025 : : .ob_base = {
108026 : : .ob_base = {
108027 : : .ob_refcnt = 999999999,
108028 : : .ob_type = &PyBytes_Type,
108029 : : },
108030 : : .ob_size = 19,
108031 : : },
108032 : : .ob_shash = -1,
108033 : : .ob_sval = "\xc1\x24\x42\x01\x43\x2f\x00\xc3\x26\x08\x43\x2f\x00\xc3\x2f\x38\x44\x27\x03",
108034 : : };
108035 : : static
108036 : : struct {
108037 : : PyGC_Head _gc_head;
108038 : : struct {
108039 : : PyObject_VAR_HEAD
108040 : : PyObject *ob_item[9];
108041 : : }_object;
108042 : : }
108043 : : posixpath_toplevel_consts_34_localsplusnames = {
108044 : : ._object = {
108045 : : .ob_base = {
108046 : : .ob_base = {
108047 : : .ob_refcnt = 999999999,
108048 : : .ob_type = &PyTuple_Type,
108049 : : },
108050 : : .ob_size = 9,
108051 : : },
108052 : : .ob_item = {
108053 : : &_Py_ID(path),
108054 : : & const_str_start._ascii.ob_base,
108055 : : & const_str_curdir._ascii.ob_base,
108056 : : & const_str_sep._ascii.ob_base,
108057 : : & const_str_pardir._ascii.ob_base,
108058 : : & const_str_start_list._ascii.ob_base,
108059 : : & const_str_path_list._ascii.ob_base,
108060 : : & const_str_i._ascii.ob_base,
108061 : : & const_str_rel_list._ascii.ob_base,
108062 : : },
108063 : : },
108064 : : };
108065 : : static
108066 : : struct _PyCode_DEF(596)
108067 : : posixpath_toplevel_consts_34 = {
108068 : : .ob_base = {
108069 : : .ob_base = {
108070 : : .ob_refcnt = 999999999,
108071 : : .ob_type = &PyCode_Type,
108072 : : },
108073 : : .ob_size = 298,
108074 : : },
108075 : : .co_consts = & posixpath_toplevel_consts_34_consts._object.ob_base.ob_base,
108076 : : .co_names = & posixpath_toplevel_consts_34_names._object.ob_base.ob_base,
108077 : : .co_exceptiontable = & posixpath_toplevel_consts_34_exceptiontable.ob_base.ob_base,
108078 : : .co_flags = 3,
108079 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108080 : : ._co_linearray_entry_size = 0,
108081 : : .co_argcount = 2,
108082 : : .co_posonlyargcount = 0,
108083 : : .co_kwonlyargcount = 0,
108084 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
108085 : : .co_stacksize = 6,
108086 : : .co_firstlineno = 485,
108087 : : .co_nlocalsplus = 9,
108088 : : .co_nlocals = 9,
108089 : : .co_nplaincellvars = 0,
108090 : : .co_ncellvars = 0,
108091 : : .co_nfreevars = 0,
108092 : : .co_localsplusnames = & posixpath_toplevel_consts_34_localsplusnames._object.ob_base.ob_base,
108093 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
108094 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108095 : : .co_name = & const_str_relpath._ascii.ob_base,
108096 : : .co_qualname = & const_str_relpath._ascii.ob_base,
108097 : : .co_linetable = & posixpath_toplevel_consts_34_linetable.ob_base.ob_base,
108098 : : ._co_code = NULL,
108099 : : ._co_linearray = NULL,
108100 : : .co_code_adaptive = "\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x07\x64\x02\x7d\x02\x64\x03\x7d\x03\x64\x04\x7d\x04\x6e\x06\x64\x05\x7d\x02\x64\x06\x7d\x03\x64\x07\x7d\x04\x7c\x01\x80\x03\x7c\x02\x7d\x01\x6e\x17\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x64\x09\x84\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x0a\x84\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x67\x01\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7a\x0a\x00\x00\x7a\x05\x00\x00\x7c\x06\x7c\x07\x64\x08\x1a\x00\x7a\x00\x00\x00\x7d\x08\x7c\x08\x73\x02\x7c\x02\x53\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x8e\x00\x53\x00\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x24\x00\x72\x1b\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x00\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
108101 : : ._co_firsttraceable = 0,
108102 : : };
108103 : : static
108104 : : struct {
108105 : : PyObject_VAR_HEAD
108106 : : Py_hash_t ob_shash;
108107 : : char ob_sval[34];
108108 : : }
108109 : : posixpath_toplevel_consts_35_consts_7_linetable = {
108110 : : .ob_base = {
108111 : : .ob_base = {
108112 : : .ob_refcnt = 999999999,
108113 : : .ob_type = &PyBytes_Type,
108114 : : },
108115 : : .ob_size = 33,
108116 : : },
108117 : : .ob_shash = -1,
108118 : : .ob_sval = "\xf8\x80\x00\xd0\x16\x39\xd0\x16\x39\xd1\x16\x39\xa8\x34\x90\x74\x97\x7a\x91\x7a\xa0\x23\x94\x7f\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39",
108119 : : };
108120 : : static
108121 : : struct {
108122 : : PyGC_Head _gc_head;
108123 : : struct {
108124 : : PyObject_VAR_HEAD
108125 : : PyObject *ob_item[3];
108126 : : }_object;
108127 : : }
108128 : : posixpath_toplevel_consts_35_consts_7_localsplusnames = {
108129 : : ._object = {
108130 : : .ob_base = {
108131 : : .ob_base = {
108132 : : .ob_refcnt = 999999999,
108133 : : .ob_type = &PyTuple_Type,
108134 : : },
108135 : : .ob_size = 3,
108136 : : },
108137 : : .ob_item = {
108138 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
108139 : : &_Py_ID(path),
108140 : : & const_str_sep._ascii.ob_base,
108141 : : },
108142 : : },
108143 : : };
108144 : : static
108145 : : struct _PyCode_DEF(54)
108146 : : posixpath_toplevel_consts_35_consts_7 = {
108147 : : .ob_base = {
108148 : : .ob_base = {
108149 : : .ob_refcnt = 999999999,
108150 : : .ob_type = &PyCode_Type,
108151 : : },
108152 : : .ob_size = 27,
108153 : : },
108154 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
108155 : : .co_names = & ntpath_toplevel_consts_21_names._object.ob_base.ob_base,
108156 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108157 : : .co_flags = 19,
108158 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108159 : : ._co_linearray_entry_size = 0,
108160 : : .co_argcount = 1,
108161 : : .co_posonlyargcount = 0,
108162 : : .co_kwonlyargcount = 0,
108163 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
108164 : : .co_stacksize = 5,
108165 : : .co_firstlineno = 541,
108166 : : .co_nlocalsplus = 3,
108167 : : .co_nlocals = 2,
108168 : : .co_nplaincellvars = 0,
108169 : : .co_ncellvars = 0,
108170 : : .co_nfreevars = 1,
108171 : : .co_localsplusnames = & posixpath_toplevel_consts_35_consts_7_localsplusnames._object.ob_base.ob_base,
108172 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
108173 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108174 : : .co_name = &_Py_STR(anon_listcomp),
108175 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
108176 : : .co_linetable = & posixpath_toplevel_consts_35_consts_7_linetable.ob_base.ob_base,
108177 : : ._co_code = NULL,
108178 : : ._co_linearray = NULL,
108179 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x14\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x16\x53\x00",
108180 : : ._co_firsttraceable = 1,
108181 : : };
108182 : : static
108183 : : struct {
108184 : : PyObject_VAR_HEAD
108185 : : Py_hash_t ob_shash;
108186 : : char ob_sval[46];
108187 : : }
108188 : : posixpath_toplevel_consts_35_consts_8_linetable = {
108189 : : .ob_base = {
108190 : : .ob_base = {
108191 : : .ob_refcnt = 999999999,
108192 : : .ob_type = &PyBytes_Type,
108193 : : },
108194 : : .ob_size = 45,
108195 : : },
108196 : : .ob_shash = -1,
108197 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xd0\x18\x35\xd1\x18\x35\xa8\x21\x98\x11\x98\x15\x98\x41\x98\x15\xa0\x23\x9a\x1c\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35",
108198 : : };
108199 : : static
108200 : : struct {
108201 : : PyGC_Head _gc_head;
108202 : : struct {
108203 : : PyObject_VAR_HEAD
108204 : : PyObject *ob_item[3];
108205 : : }_object;
108206 : : }
108207 : : posixpath_toplevel_consts_35_consts_8_localsplusnames = {
108208 : : ._object = {
108209 : : .ob_base = {
108210 : : .ob_base = {
108211 : : .ob_refcnt = 999999999,
108212 : : .ob_type = &PyTuple_Type,
108213 : : },
108214 : : .ob_size = 3,
108215 : : },
108216 : : .ob_item = {
108217 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
108218 : : & const_str_p._ascii.ob_base,
108219 : : & const_str_sep._ascii.ob_base,
108220 : : },
108221 : : },
108222 : : };
108223 : : static
108224 : : struct _PyCode_DEF(44)
108225 : : posixpath_toplevel_consts_35_consts_8 = {
108226 : : .ob_base = {
108227 : : .ob_base = {
108228 : : .ob_refcnt = 999999999,
108229 : : .ob_type = &PyCode_Type,
108230 : : },
108231 : : .ob_size = 22,
108232 : : },
108233 : : .co_consts = & zipimport_toplevel_consts_25_consts._object.ob_base.ob_base,
108234 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
108235 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108236 : : .co_flags = 51,
108237 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108238 : : ._co_linearray_entry_size = 0,
108239 : : .co_argcount = 1,
108240 : : .co_posonlyargcount = 0,
108241 : : .co_kwonlyargcount = 0,
108242 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
108243 : : .co_stacksize = 4,
108244 : : .co_firstlineno = 544,
108245 : : .co_nlocalsplus = 3,
108246 : : .co_nlocals = 2,
108247 : : .co_nplaincellvars = 0,
108248 : : .co_ncellvars = 0,
108249 : : .co_nfreevars = 1,
108250 : : .co_localsplusnames = & posixpath_toplevel_consts_35_consts_8_localsplusnames._object.ob_base.ob_base,
108251 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
108252 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108253 : : .co_name = &_Py_STR(anon_genexpr),
108254 : : .co_qualname = & ntpath_toplevel_consts_45_consts_11_qualname._ascii.ob_base,
108255 : : .co_linetable = & posixpath_toplevel_consts_35_consts_8_linetable.ob_base.ob_base,
108256 : : ._co_code = NULL,
108257 : : ._co_linearray = NULL,
108258 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x0d\x00\x00\x7d\x01\x7c\x01\x64\x00\x64\x01\x1a\x00\x89\x02\x6b\x02\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x0f\x64\x00\x53\x00",
108259 : : ._co_firsttraceable = 3,
108260 : : };
108261 : : static
108262 : : struct _PyCode_DEF(38)
108263 : : posixpath_toplevel_consts_35_consts_11_consts_0 = {
108264 : : .ob_base = {
108265 : : .ob_base = {
108266 : : .ob_refcnt = 999999999,
108267 : : .ob_type = &PyCode_Type,
108268 : : },
108269 : : .ob_size = 19,
108270 : : },
108271 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
108272 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
108273 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108274 : : .co_flags = 19,
108275 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108276 : : ._co_linearray_entry_size = 0,
108277 : : .co_argcount = 1,
108278 : : .co_posonlyargcount = 0,
108279 : : .co_kwonlyargcount = 0,
108280 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
108281 : : .co_stacksize = 4,
108282 : : .co_firstlineno = 548,
108283 : : .co_nlocalsplus = 3,
108284 : : .co_nlocals = 2,
108285 : : .co_nplaincellvars = 0,
108286 : : .co_ncellvars = 0,
108287 : : .co_nfreevars = 1,
108288 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_17_localsplusnames._object.ob_base.ob_base,
108289 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
108290 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108291 : : .co_name = &_Py_STR(anon_listcomp),
108292 : : .co_qualname = & ntpath_toplevel_consts_45_consts_18_consts_0_qualname._ascii.ob_base,
108293 : : .co_linetable = & ntpath_toplevel_consts_45_consts_18_consts_0_linetable.ob_base.ob_base,
108294 : : ._co_code = NULL,
108295 : : ._co_linearray = NULL,
108296 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0c\x00\x00\x7d\x01\x7c\x01\xaf\x05\x7c\x01\x89\x02\x6b\x03\x00\x00\x00\x00\xaf\x0b\x7c\x01\x91\x02\x8c\x0e\x53\x00",
108297 : : ._co_firsttraceable = 1,
108298 : : };
108299 : : static
108300 : : struct {
108301 : : PyGC_Head _gc_head;
108302 : : struct {
108303 : : PyObject_VAR_HEAD
108304 : : PyObject *ob_item[1];
108305 : : }_object;
108306 : : }
108307 : : posixpath_toplevel_consts_35_consts_11_consts = {
108308 : : ._object = {
108309 : : .ob_base = {
108310 : : .ob_base = {
108311 : : .ob_refcnt = 999999999,
108312 : : .ob_type = &PyTuple_Type,
108313 : : },
108314 : : .ob_size = 1,
108315 : : },
108316 : : .ob_item = {
108317 : : & posixpath_toplevel_consts_35_consts_11_consts_0.ob_base.ob_base,
108318 : : },
108319 : : },
108320 : : };
108321 : : static
108322 : : struct _PyCode_DEF(42)
108323 : : posixpath_toplevel_consts_35_consts_11 = {
108324 : : .ob_base = {
108325 : : .ob_base = {
108326 : : .ob_refcnt = 999999999,
108327 : : .ob_type = &PyCode_Type,
108328 : : },
108329 : : .ob_size = 21,
108330 : : },
108331 : : .co_consts = & posixpath_toplevel_consts_35_consts_11_consts._object.ob_base.ob_base,
108332 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
108333 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108334 : : .co_flags = 19,
108335 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108336 : : ._co_linearray_entry_size = 0,
108337 : : .co_argcount = 1,
108338 : : .co_posonlyargcount = 0,
108339 : : .co_kwonlyargcount = 0,
108340 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
108341 : : .co_stacksize = 4,
108342 : : .co_firstlineno = 548,
108343 : : .co_nlocalsplus = 3,
108344 : : .co_nlocals = 2,
108345 : : .co_nplaincellvars = 0,
108346 : : .co_ncellvars = 0,
108347 : : .co_nfreevars = 1,
108348 : : .co_localsplusnames = & ntpath_toplevel_consts_45_consts_18_localsplusnames._object.ob_base.ob_base,
108349 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_consts_1_localspluskinds.ob_base.ob_base,
108350 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108351 : : .co_name = &_Py_STR(anon_listcomp),
108352 : : .co_qualname = & ntpath_toplevel_consts_45_consts_9_qualname._ascii.ob_base,
108353 : : .co_linetable = & ntpath_toplevel_consts_45_consts_18_linetable.ob_base.ob_base,
108354 : : ._co_code = NULL,
108355 : : ._co_linearray = NULL,
108356 : : .co_code_adaptive = "\x95\x01\x97\x00\x67\x00\x7c\x00\x5d\x0e\x00\x00\x7d\x01\x88\x02\x66\x01\x64\x00\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x91\x02\x8c\x10\x53\x00",
108357 : : ._co_firsttraceable = 1,
108358 : : };
108359 : : static
108360 : : struct {
108361 : : PyGC_Head _gc_head;
108362 : : struct {
108363 : : PyObject_VAR_HEAD
108364 : : PyObject *ob_item[13];
108365 : : }_object;
108366 : : }
108367 : : posixpath_toplevel_consts_35_consts = {
108368 : : ._object = {
108369 : : .ob_base = {
108370 : : .ob_base = {
108371 : : .ob_refcnt = 999999999,
108372 : : .ob_type = &PyTuple_Type,
108373 : : },
108374 : : .ob_size = 13,
108375 : : },
108376 : : .ob_item = {
108377 : : & ntpath_toplevel_consts_45_consts_0._ascii.ob_base,
108378 : : & ntpath_toplevel_consts_45_consts_1._ascii.ob_base,
108379 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
108380 : : (PyObject *)&_Py_SINGLETON(bytes_characters[47]),
108381 : : (PyObject *)&_Py_SINGLETON(bytes_characters[46]),
108382 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
108383 : : &_Py_STR(dot),
108384 : : & posixpath_toplevel_consts_35_consts_7.ob_base.ob_base,
108385 : : & posixpath_toplevel_consts_35_consts_8.ob_base.ob_base,
108386 : : & ntpath_toplevel_consts_45_consts_12._ascii.ob_base,
108387 : : Py_None,
108388 : : & posixpath_toplevel_consts_35_consts_11.ob_base.ob_base,
108389 : : & const_str_commonpath._ascii.ob_base,
108390 : : },
108391 : : },
108392 : : };
108393 : : static
108394 : : struct {
108395 : : PyGC_Head _gc_head;
108396 : : struct {
108397 : : PyObject_VAR_HEAD
108398 : : PyObject *ob_item[16];
108399 : : }_object;
108400 : : }
108401 : : posixpath_toplevel_consts_35_names = {
108402 : : ._object = {
108403 : : .ob_base = {
108404 : : .ob_base = {
108405 : : .ob_refcnt = 999999999,
108406 : : .ob_type = &PyTuple_Type,
108407 : : },
108408 : : .ob_size = 16,
108409 : : },
108410 : : .ob_item = {
108411 : : & const_str_ValueError._ascii.ob_base,
108412 : : & const_str_tuple._ascii.ob_base,
108413 : : & const_str_map._ascii.ob_base,
108414 : : & const_str_os._ascii.ob_base,
108415 : : & const_str_fspath._ascii.ob_base,
108416 : : &_Py_ID(isinstance),
108417 : : & const_str_bytes._ascii.ob_base,
108418 : : & const_str_set._ascii.ob_base,
108419 : : & const_str_min._ascii.ob_base,
108420 : : & const_str_max._ascii.ob_base,
108421 : : & const_str_enumerate._ascii.ob_base,
108422 : : &_Py_ID(join),
108423 : : & const_str_TypeError._ascii.ob_base,
108424 : : & const_str_AttributeError._ascii.ob_base,
108425 : : & const_str_genericpath._ascii.ob_base,
108426 : : & const_str__check_arg_types._ascii.ob_base,
108427 : : },
108428 : : },
108429 : : };
108430 : : static
108431 : : struct {
108432 : : PyObject_VAR_HEAD
108433 : : Py_hash_t ob_shash;
108434 : : char ob_sval[408];
108435 : : }
108436 : : posixpath_toplevel_consts_35_linetable = {
108437 : : .ob_base = {
108438 : : .ob_base = {
108439 : : .ob_refcnt = 999999999,
108440 : : .ob_type = &PyBytes_Type,
108441 : : },
108442 : : .ob_size = 407,
108443 : : },
108444 : : .ob_shash = -1,
108445 : : .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x0c\x11\xf0\x00\x01\x05\x42\x01\xdd\x0e\x18\xd0\x19\x40\xd4\x0e\x41\xd0\x08\x41\xe5\x0c\x11\x95\x23\x95\x62\x97\x69\x91\x69\xa0\x15\xd4\x12\x27\xd4\x0c\x28\x80\x45\xdd\x07\x11\x90\x25\x98\x01\x94\x28\x9d\x45\xd4\x07\x22\xf0\x00\x05\x05\x15\xd8\x0e\x12\x88\x03\xd8\x11\x15\x88\x06\x88\x06\xe0\x0e\x11\x88\x03\xd8\x11\x14\x88\x06\xf0\x04\x15\x05\x0e\xd8\x16\x39\xd0\x16\x39\xd0\x16\x39\xd0\x16\x39\xb0\x35\xd0\x16\x39\xd4\x16\x39\x88\x0b\xf0\x04\x03\x09\x50\x01\xdd\x15\x18\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xd0\x18\x35\xa8\x75\xd0\x18\x35\xd4\x18\x35\xd4\x15\x35\x89\x46\x88\x45\xf0\x08\x00\x17\x51\x01\xd0\x16\x50\xd0\x16\x50\xd0\x16\x50\xc0\x4b\xd0\x16\x50\xd4\x16\x50\x88\x0b\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xdd\x0d\x10\x90\x1b\xd4\x0d\x1d\x88\x02\xd8\x11\x13\x88\x06\xdd\x14\x1d\x98\x62\x94\x4d\xf0\x00\x03\x09\x16\xf1\x00\x03\x09\x16\x89\x44\x88\x41\x88\x71\xd8\x0f\x10\x90\x42\x90\x71\x94\x45\x8a\x7a\xf0\x00\x02\x0d\x16\xd8\x19\x1b\x98\x16\x98\x51\x98\x16\x90\x06\xd8\x10\x15\xe0\x18\x1d\xd0\x11\x2a\x90\x13\x90\x13\xa0\x33\xa0\x37\xa8\x01\xa0\x37\x88\x06\xd8\x0f\x15\x98\x03\x9f\x08\x99\x08\xa0\x16\xd4\x18\x28\xd1\x0f\x28\xd0\x08\x28\xf8\xf5\x1b\x00\x10\x1a\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xf0\x00\x01\x09\x50\x01\xdd\x12\x1c\xd0\x1d\x44\xd4\x12\x45\xc8\x34\xd0\x0c\x4f\xf0\x03\x01\x09\x50\x01\xf8\xf8\xf8\xf8\xf5\x1c\x00\x0d\x16\x95\x7e\xd0\x0b\x26\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xf0\x00\x02\x05\x0e\xdd\x08\x24\xd7\x08\x24\xd1\x08\x24\xa0\x5c\xd0\x08\x3a\xb0\x45\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd0\x08\x3a\xd8\x08\x0d\xf0\x05\x02\x05\x0e\xf8\xf8\xf8",
108446 : : };
108447 : : static
108448 : : struct {
108449 : : PyObject_VAR_HEAD
108450 : : Py_hash_t ob_shash;
108451 : : char ob_sval[38];
108452 : : }
108453 : : posixpath_toplevel_consts_35_exceptiontable = {
108454 : : .ob_base = {
108455 : : .ob_base = {
108456 : : .ob_refcnt = 999999999,
108457 : : .ob_type = &PyBytes_Type,
108458 : : },
108459 : : .ob_size = 37,
108460 : : },
108461 : : .ob_shash = -1,
108462 : : .ob_sval = "\xc1\x1d\x0c\x44\x0a\x00\xc1\x2a\x19\x43\x2e\x00\xc2\x03\x41\x2a\x44\x0a\x00\xc3\x2e\x19\x44\x07\x03\xc4\x07\x03\x44\x0a\x00\xc4\x0a\x2a\x44\x34\x03",
108463 : : };
108464 : : static
108465 : : struct {
108466 : : PyGC_Head _gc_head;
108467 : : struct {
108468 : : PyObject_VAR_HEAD
108469 : : PyObject *ob_item[11];
108470 : : }_object;
108471 : : }
108472 : : posixpath_toplevel_consts_35_localsplusnames = {
108473 : : ._object = {
108474 : : .ob_base = {
108475 : : .ob_base = {
108476 : : .ob_refcnt = 999999999,
108477 : : .ob_type = &PyTuple_Type,
108478 : : },
108479 : : .ob_size = 11,
108480 : : },
108481 : : .ob_item = {
108482 : : & const_str_paths._ascii.ob_base,
108483 : : & const_str_split_paths._ascii.ob_base,
108484 : : & const_str_isabs._ascii.ob_base,
108485 : : & const_str_s1._ascii.ob_base,
108486 : : & const_str_s2._ascii.ob_base,
108487 : : & const_str_common._ascii.ob_base,
108488 : : & const_str_i._ascii.ob_base,
108489 : : & const_str_c._ascii.ob_base,
108490 : : & const_str_prefix._ascii.ob_base,
108491 : : & const_str_curdir._ascii.ob_base,
108492 : : & const_str_sep._ascii.ob_base,
108493 : : },
108494 : : },
108495 : : };
108496 : : static
108497 : : struct {
108498 : : PyObject_VAR_HEAD
108499 : : Py_hash_t ob_shash;
108500 : : char ob_sval[12];
108501 : : }
108502 : : posixpath_toplevel_consts_35_localspluskinds = {
108503 : : .ob_base = {
108504 : : .ob_base = {
108505 : : .ob_refcnt = 999999999,
108506 : : .ob_type = &PyBytes_Type,
108507 : : },
108508 : : .ob_size = 11,
108509 : : },
108510 : : .ob_shash = -1,
108511 : : .ob_sval = " @@",
108512 : : };
108513 : : static
108514 : : struct _PyCode_DEF(622)
108515 : : posixpath_toplevel_consts_35 = {
108516 : : .ob_base = {
108517 : : .ob_base = {
108518 : : .ob_refcnt = 999999999,
108519 : : .ob_type = &PyCode_Type,
108520 : : },
108521 : : .ob_size = 311,
108522 : : },
108523 : : .co_consts = & posixpath_toplevel_consts_35_consts._object.ob_base.ob_base,
108524 : : .co_names = & posixpath_toplevel_consts_35_names._object.ob_base.ob_base,
108525 : : .co_exceptiontable = & posixpath_toplevel_consts_35_exceptiontable.ob_base.ob_base,
108526 : : .co_flags = 3,
108527 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108528 : : ._co_linearray_entry_size = 0,
108529 : : .co_argcount = 1,
108530 : : .co_posonlyargcount = 0,
108531 : : .co_kwonlyargcount = 0,
108532 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
108533 : : .co_stacksize = 6,
108534 : : .co_firstlineno = 526,
108535 : : .co_nlocalsplus = 11,
108536 : : .co_nlocals = 9,
108537 : : .co_nplaincellvars = 2,
108538 : : .co_ncellvars = 2,
108539 : : .co_nfreevars = 0,
108540 : : .co_localsplusnames = & posixpath_toplevel_consts_35_localsplusnames._object.ob_base.ob_base,
108541 : : .co_localspluskinds = & posixpath_toplevel_consts_35_localspluskinds.ob_base.ob_base,
108542 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108543 : : .co_name = & const_str_commonpath._ascii.ob_base,
108544 : : .co_qualname = & const_str_commonpath._ascii.ob_base,
108545 : : .co_linetable = & posixpath_toplevel_consts_35_linetable.ob_base.ob_base,
108546 : : ._co_code = NULL,
108547 : : ._co_linearray = NULL,
108548 : : .co_code_adaptive = "\x87\x09\x87\x0a\x97\x00\x7c\x00\x73\x0d\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x64\x03\x8a\x0a\x64\x04\x8a\x09\x6e\x04\x64\x05\x8a\x0a\x64\x06\x8a\x09\x09\x00\x88\x0a\x66\x01\x64\x07\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x0a\x66\x01\x64\x08\x84\x08\x7c\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x01\x00\x00\x7d\x02\x88\x09\x66\x01\x64\x0b\x84\x08\x7c\x01\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x7c\x03\x7d\x05\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x16\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x07\x7c\x04\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x12\x7c\x03\x64\x0a\x7c\x06\x1a\x00\x7d\x05\x01\x00\x7c\x02\x72\x02\x89\x0a\x6e\x04\x89\x0a\x64\x0a\x64\x02\x1a\x00\x7d\x08\x7c\x08\x89\x0a\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\x53\x00\x23\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x19\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x67\x01\x7c\x00\xa2\x01\x52\x00\x8e\x00\x01\x00\x82\x00\x77\x00\x78\x03\x59\x00\x77\x01",
108549 : : ._co_firsttraceable = 2,
108550 : : };
108551 : : static
108552 : : struct {
108553 : : PyGC_Head _gc_head;
108554 : : struct {
108555 : : PyObject_VAR_HEAD
108556 : : PyObject *ob_item[37];
108557 : : }_object;
108558 : : }
108559 : : posixpath_toplevel_consts = {
108560 : : ._object = {
108561 : : .ob_base = {
108562 : : .ob_base = {
108563 : : .ob_refcnt = 999999999,
108564 : : .ob_type = &PyTuple_Type,
108565 : : },
108566 : : .ob_size = 37,
108567 : : },
108568 : : .ob_item = {
108569 : : & posixpath_toplevel_consts_0._ascii.ob_base,
108570 : : &_Py_STR(dot),
108571 : : & ntpath_toplevel_consts_2._ascii.ob_base,
108572 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
108573 : : & importlib__bootstrap_external_toplevel_consts_8_consts_0._ascii.ob_base,
108574 : : & posixpath_toplevel_consts_5._ascii.ob_base,
108575 : : Py_None,
108576 : : & posixpath_toplevel_consts_7._ascii.ob_base,
108577 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
108578 : : & codecs_toplevel_consts_3._object.ob_base.ob_base,
108579 : : & posixpath_toplevel_consts_10._object.ob_base.ob_base,
108580 : : & posixpath_toplevel_consts_11.ob_base.ob_base,
108581 : : & posixpath_toplevel_consts_12.ob_base.ob_base,
108582 : : & posixpath_toplevel_consts_13.ob_base.ob_base,
108583 : : & posixpath_toplevel_consts_14.ob_base.ob_base,
108584 : : & posixpath_toplevel_consts_15.ob_base.ob_base,
108585 : : & posixpath_toplevel_consts_16.ob_base.ob_base,
108586 : : & posixpath_toplevel_consts_17.ob_base.ob_base,
108587 : : & posixpath_toplevel_consts_18.ob_base.ob_base,
108588 : : & posixpath_toplevel_consts_19.ob_base.ob_base,
108589 : : & posixpath_toplevel_consts_20.ob_base.ob_base,
108590 : : & posixpath_toplevel_consts_21.ob_base.ob_base,
108591 : : & posixpath_toplevel_consts_22.ob_base.ob_base,
108592 : : & posixpath_toplevel_consts_23.ob_base.ob_base,
108593 : : & posixpath_toplevel_consts_24.ob_base.ob_base,
108594 : : & ntpath_toplevel_consts_29._object.ob_base.ob_base,
108595 : : & posixpath_toplevel_consts_26.ob_base.ob_base,
108596 : : & posixpath_toplevel_consts_27.ob_base.ob_base,
108597 : : & posixpath_toplevel_consts_28.ob_base.ob_base,
108598 : : Py_False,
108599 : : & codecs_toplevel_consts_14_consts_6._object.ob_base.ob_base,
108600 : : & posixpath_toplevel_consts_31.ob_base.ob_base,
108601 : : & posixpath_toplevel_consts_32.ob_base.ob_base,
108602 : : & const_str_darwin._ascii.ob_base,
108603 : : & posixpath_toplevel_consts_34.ob_base.ob_base,
108604 : : & posixpath_toplevel_consts_35.ob_base.ob_base,
108605 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
108606 : : },
108607 : : },
108608 : : };
108609 : : static
108610 : : struct {
108611 : : PyGC_Head _gc_head;
108612 : : struct {
108613 : : PyObject_VAR_HEAD
108614 : : PyObject *ob_item[42];
108615 : : }_object;
108616 : : }
108617 : : posixpath_toplevel_names = {
108618 : : ._object = {
108619 : : .ob_base = {
108620 : : .ob_base = {
108621 : : .ob_refcnt = 999999999,
108622 : : .ob_type = &PyTuple_Type,
108623 : : },
108624 : : .ob_size = 42,
108625 : : },
108626 : : .ob_item = {
108627 : : &_Py_ID(__doc__),
108628 : : & const_str_curdir._ascii.ob_base,
108629 : : & const_str_pardir._ascii.ob_base,
108630 : : & const_str_extsep._ascii.ob_base,
108631 : : & const_str_sep._ascii.ob_base,
108632 : : & const_str_pathsep._ascii.ob_base,
108633 : : & const_str_defpath._ascii.ob_base,
108634 : : & const_str_altsep._ascii.ob_base,
108635 : : & const_str_devnull._ascii.ob_base,
108636 : : & const_str_os._ascii.ob_base,
108637 : : & const_str_sys._ascii.ob_base,
108638 : : & const_str_stat._ascii.ob_base,
108639 : : & const_str_genericpath._ascii.ob_base,
108640 : : &_Py_ID(__all__),
108641 : : & const_str__get_sep._ascii.ob_base,
108642 : : & const_str_normcase._ascii.ob_base,
108643 : : & const_str_isabs._ascii.ob_base,
108644 : : &_Py_ID(join),
108645 : : & const_str_split._ascii.ob_base,
108646 : : & const_str_splitext._ascii.ob_base,
108647 : : & const_str__splitext._ascii.ob_base,
108648 : : & const_str_splitdrive._ascii.ob_base,
108649 : : & const_str_basename._ascii.ob_base,
108650 : : & const_str_dirname._ascii.ob_base,
108651 : : & const_str_islink._ascii.ob_base,
108652 : : & const_str_lexists._ascii.ob_base,
108653 : : & const_str_ismount._ascii.ob_base,
108654 : : & const_str_expanduser._ascii.ob_base,
108655 : : & const_str__varprog._ascii.ob_base,
108656 : : & const_str__varprogb._ascii.ob_base,
108657 : : & const_str_expandvars._ascii.ob_base,
108658 : : & const_str_posix._ascii.ob_base,
108659 : : & const_str__path_normpath._ascii.ob_base,
108660 : : & const_str_normpath._ascii.ob_base,
108661 : : & const_str_ImportError._ascii.ob_base,
108662 : : & const_str_abspath._ascii.ob_base,
108663 : : & const_str_realpath._ascii.ob_base,
108664 : : & const_str__joinrealpath._ascii.ob_base,
108665 : : & const_str_platform._ascii.ob_base,
108666 : : & const_str_supports_unicode_filenames._ascii.ob_base,
108667 : : & const_str_relpath._ascii.ob_base,
108668 : : & const_str_commonpath._ascii.ob_base,
108669 : : },
108670 : : },
108671 : : };
108672 : : static
108673 : : struct {
108674 : : PyObject_VAR_HEAD
108675 : : Py_hash_t ob_shash;
108676 : : char ob_sval[589];
108677 : : }
108678 : : posixpath_toplevel_linetable = {
108679 : : .ob_base = {
108680 : : .ob_base = {
108681 : : .ob_refcnt = 999999999,
108682 : : .ob_type = &PyBytes_Type,
108683 : : },
108684 : : .ob_size = 588,
108685 : : },
108686 : : .ob_shash = -1,
108687 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x0a\x01\x04\xf0\x00\x0a\x01\x04\xf0\x1e\x00\x0a\x0d\x80\x06\xd8\x09\x0d\x80\x06\xd8\x09\x0c\x80\x06\xd8\x06\x09\x80\x03\xd8\x0a\x0d\x80\x07\xd8\x0a\x19\x80\x07\xd8\x09\x0d\x80\x06\xd8\x0a\x15\x80\x07\xe0\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x12\xd0\x00\x12\xd0\x00\x12\xd0\x00\x12\xd8\x00\x19\xd0\x00\x19\xd0\x00\x19\xd0\x00\x19\xf0\x04\x07\x0b\x19\xf0\x00\x07\x0b\x19\xf0\x00\x07\x0b\x19\x80\x07\xf0\x14\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x00\x04\x01\x13\xf0\x16\x02\x01\x18\xf0\x00\x02\x01\x18\xf0\x00\x02\x01\x18\xf0\x10\x04\x01\x1d\xf0\x00\x04\x01\x1d\xf0\x00\x04\x01\x1d\xf0\x16\x15\x01\x10\xf0\x00\x15\x01\x10\xf0\x00\x15\x01\x10\xf0\x3a\x09\x01\x16\xf0\x00\x09\x01\x16\xf0\x00\x09\x01\x16\xf0\x22\x08\x01\x37\xf0\x00\x08\x01\x37\xf0\x00\x08\x01\x37\xf0\x12\x00\x14\x1f\xd7\x13\x28\xd1\x13\x28\xd7\x13\x30\xd1\x13\x30\x80\x08\xd4\x00\x10\xf0\x0a\x04\x01\x14\xf0\x00\x04\x01\x14\xf0\x00\x04\x01\x14\xf0\x12\x05\x01\x11\xf0\x00\x05\x01\x11\xf0\x00\x05\x01\x11\xf0\x14\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x00\x08\x01\x10\xf0\x1c\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x00\x06\x01\x24\xf0\x14\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x00\x06\x01\x10\xf0\x18\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x00\x1e\x01\x11\xf0\x54\x01\x36\x01\x29\xf0\x00\x36\x01\x29\xf0\x00\x36\x01\x29\xf0\x7a\x01\x00\x0c\x10\x80\x08\xd8\x0c\x10\x80\x09\xf0\x04\x2e\x01\x10\xf0\x00\x2e\x01\x10\xf0\x00\x2e\x01\x10\xf0\x6a\x01\x30\x01\x2b\xd8\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xf0\x54\x01\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x00\x05\x05\x2b\xf0\x10\x09\x01\x1a\xf0\x00\x09\x01\x1a\xf0\x00\x09\x01\x1a\xf0\x1e\x00\x22\x27\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x00\x05\x01\x19\xf0\x12\x3c\x01\x16\xf0\x00\x3c\x01\x16\xf0\x00\x3c\x01\x16\xf0\x7e\x01\x00\x1f\x22\x9f\x6c\x99\x6c\xa8\x68\xd2\x1e\x36\xd0\x00\x1a\xe0\x18\x1c\xf0\x00\x21\x01\x0e\xf0\x00\x21\x01\x0e\xf0\x00\x21\x01\x0e\xf0\x52\x01\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf0\x00\x23\x01\x0e\xf8\xf0\x65\x05\x00\x08\x13\xf0\x00\x25\x01\x1b\xf0\x00\x25\x01\x1b\xf0\x00\x25\x01\x1b\xf0\x02\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x00\x24\x05\x1b\xf0\x03\x25\x01\x1b\xf8\xf8\xf8",
108688 : : };
108689 : : static
108690 : : struct {
108691 : : PyObject_VAR_HEAD
108692 : : Py_hash_t ob_shash;
108693 : : char ob_sval[19];
108694 : : }
108695 : : posixpath_toplevel_exceptiontable = {
108696 : : .ob_base = {
108697 : : .ob_base = {
108698 : : .ob_refcnt = 999999999,
108699 : : .ob_type = &PyBytes_Type,
108700 : : },
108701 : : .ob_size = 18,
108702 : : },
108703 : : .ob_shash = -1,
108704 : : .ob_sval = "\xc1\x35\x06\x42\x23\x00\xc2\x23\x08\x42\x2e\x03\xc2\x2d\x01\x42\x2e\x03",
108705 : : };
108706 : : static
108707 : : struct _PyCode_DEF(354)
108708 : : posixpath_toplevel = {
108709 : : .ob_base = {
108710 : : .ob_base = {
108711 : : .ob_refcnt = 999999999,
108712 : : .ob_type = &PyCode_Type,
108713 : : },
108714 : : .ob_size = 177,
108715 : : },
108716 : : .co_consts = & posixpath_toplevel_consts._object.ob_base.ob_base,
108717 : : .co_names = & posixpath_toplevel_names._object.ob_base.ob_base,
108718 : : .co_exceptiontable = & posixpath_toplevel_exceptiontable.ob_base.ob_base,
108719 : : .co_flags = 0,
108720 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108721 : : ._co_linearray_entry_size = 0,
108722 : : .co_argcount = 0,
108723 : : .co_posonlyargcount = 0,
108724 : : .co_kwonlyargcount = 0,
108725 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
108726 : : .co_stacksize = 4,
108727 : : .co_firstlineno = 1,
108728 : : .co_nlocalsplus = 0,
108729 : : .co_nlocals = 0,
108730 : : .co_nplaincellvars = 0,
108731 : : .co_ncellvars = 0,
108732 : : .co_nfreevars = 0,
108733 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
108734 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
108735 : : .co_filename = & posixpath_toplevel_consts_11_filename._ascii.ob_base,
108736 : : .co_name = &_Py_STR(anon_module),
108737 : : .co_qualname = &_Py_STR(anon_module),
108738 : : .co_linetable = & posixpath_toplevel_linetable.ob_base.ob_base,
108739 : : ._co_code = NULL,
108740 : : ._co_linearray = NULL,
108741 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x5a\x01\x64\x02\x5a\x02\x64\x01\x5a\x03\x64\x03\x5a\x04\x64\x04\x5a\x05\x64\x05\x5a\x06\x64\x06\x5a\x07\x64\x07\x5a\x08\x64\x08\x64\x06\x6c\x09\x5a\x09\x64\x08\x64\x06\x6c\x0a\x5a\x0a\x64\x08\x64\x06\x6c\x0b\x5a\x0b\x64\x08\x64\x06\x6c\x0c\x5a\x0c\x64\x08\x64\x09\x6c\x0c\x54\x00\x67\x00\x64\x0a\xa2\x01\x5a\x0d\x64\x0b\x84\x00\x5a\x0e\x64\x0c\x84\x00\x5a\x0f\x64\x0d\x84\x00\x5a\x10\x64\x0e\x84\x00\x5a\x11\x64\x0f\x84\x00\x5a\x12\x64\x10\x84\x00\x5a\x13\x65\x0c\x6a\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x13\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\x84\x00\x5a\x15\x64\x12\x84\x00\x5a\x16\x64\x13\x84\x00\x5a\x17\x64\x14\x84\x00\x5a\x18\x64\x15\x84\x00\x5a\x19\x64\x16\x84\x00\x5a\x1a\x64\x17\x84\x00\x5a\x1b\x64\x06\x61\x1c\x64\x06\x61\x1d\x64\x18\x84\x00\x5a\x1e\x09\x00\x64\x08\x64\x19\x6c\x1f\x6d\x20\x5a\x20\x01\x00\x64\x1a\x84\x00\x5a\x21\x64\x1c\x84\x00\x5a\x23\x64\x1d\x64\x1e\x9c\x01\x64\x1f\x84\x02\x5a\x24\x64\x20\x84\x00\x5a\x25\x65\x0a\x6a\x4c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x21\x6b\x02\x00\x00\x00\x00\x5a\x27\x64\x24\x64\x22\x84\x01\x5a\x28\x64\x23\x84\x00\x5a\x29\x64\x06\x53\x00\x23\x00\x65\x22\x24\x00\x72\x06\x01\x00\x64\x1b\x84\x00\x5a\x21\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
108742 : : ._co_firsttraceable = 0,
108743 : : };
108744 : 3091 : static void posixpath_do_patchups(void) {
108745 : 3091 : }
108746 : :
108747 : : PyObject *
108748 : 3091 : _Py_get_posixpath_toplevel(void)
108749 : : {
108750 : 3091 : posixpath_do_patchups();
108751 : 3091 : return Py_NewRef((PyObject *) &posixpath_toplevel);
108752 : : }
108753 : :
108754 : : static
108755 : : struct {
108756 : : PyASCIIObject _ascii;
108757 : : uint8_t _data[1103];
108758 : : }
108759 : : os_toplevel_consts_0 = {
108760 : : ._ascii = {
108761 : : .ob_base = {
108762 : : .ob_refcnt = 999999999,
108763 : : .ob_type = &PyUnicode_Type,
108764 : : },
108765 : : .length = 1102,
108766 : : .hash = -1,
108767 : : .state = {
108768 : : .kind = 1,
108769 : : .compact = 1,
108770 : : .ascii = 1,
108771 : : },
108772 : : },
108773 : : ._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",
108774 : : };
108775 : : static
108776 : : struct {
108777 : : PyGC_Head _gc_head;
108778 : : struct {
108779 : : PyObject_VAR_HEAD
108780 : : PyObject *ob_item[1];
108781 : : }_object;
108782 : : }
108783 : : os_toplevel_consts_3 = {
108784 : : ._object = {
108785 : : .ob_base = {
108786 : : .ob_base = {
108787 : : .ob_refcnt = 999999999,
108788 : : .ob_type = &PyTuple_Type,
108789 : : },
108790 : : .ob_size = 1,
108791 : : },
108792 : : .ob_item = {
108793 : : & const_str__check_methods._ascii.ob_base,
108794 : : },
108795 : : },
108796 : : };
108797 : : static
108798 : : struct {
108799 : : PyASCIIObject _ascii;
108800 : : uint8_t _data[8];
108801 : : }
108802 : : const_str_linesep = {
108803 : : ._ascii = {
108804 : : .ob_base = {
108805 : : .ob_refcnt = 999999999,
108806 : : .ob_type = &PyUnicode_Type,
108807 : : },
108808 : : .length = 7,
108809 : : .hash = -1,
108810 : : .state = {
108811 : : .kind = 1,
108812 : : .compact = 1,
108813 : : .ascii = 1,
108814 : : },
108815 : : },
108816 : : ._data = "linesep",
108817 : : };
108818 : : static
108819 : : struct {
108820 : : PyASCIIObject _ascii;
108821 : : uint8_t _data[14];
108822 : : }
108823 : : const_str_get_exec_path = {
108824 : : ._ascii = {
108825 : : .ob_base = {
108826 : : .ob_refcnt = 999999999,
108827 : : .ob_type = &PyUnicode_Type,
108828 : : },
108829 : : .length = 13,
108830 : : .hash = -1,
108831 : : .state = {
108832 : : .kind = 1,
108833 : : .compact = 1,
108834 : : .ascii = 1,
108835 : : },
108836 : : },
108837 : : ._data = "get_exec_path",
108838 : : };
108839 : : static
108840 : : struct {
108841 : : PyASCIIObject _ascii;
108842 : : uint8_t _data[7];
108843 : : }
108844 : : const_str_fdopen = {
108845 : : ._ascii = {
108846 : : .ob_base = {
108847 : : .ob_refcnt = 999999999,
108848 : : .ob_type = &PyUnicode_Type,
108849 : : },
108850 : : .length = 6,
108851 : : .hash = -1,
108852 : : .state = {
108853 : : .kind = 1,
108854 : : .compact = 1,
108855 : : .ascii = 1,
108856 : : },
108857 : : },
108858 : : ._data = "fdopen",
108859 : : };
108860 : : static
108861 : : struct {
108862 : : PyGC_Head _gc_head;
108863 : : struct {
108864 : : PyObject_VAR_HEAD
108865 : : PyObject *ob_item[18];
108866 : : }_object;
108867 : : }
108868 : : os_toplevel_consts_4 = {
108869 : : ._object = {
108870 : : .ob_base = {
108871 : : .ob_base = {
108872 : : .ob_refcnt = 999999999,
108873 : : .ob_type = &PyTuple_Type,
108874 : : },
108875 : : .ob_size = 18,
108876 : : },
108877 : : .ob_item = {
108878 : : & const_str_altsep._ascii.ob_base,
108879 : : & const_str_curdir._ascii.ob_base,
108880 : : & const_str_pardir._ascii.ob_base,
108881 : : & const_str_sep._ascii.ob_base,
108882 : : & const_str_pathsep._ascii.ob_base,
108883 : : & const_str_linesep._ascii.ob_base,
108884 : : & const_str_defpath._ascii.ob_base,
108885 : : &_Py_ID(name),
108886 : : &_Py_ID(path),
108887 : : & const_str_devnull._ascii.ob_base,
108888 : : & const_str_SEEK_SET._ascii.ob_base,
108889 : : & const_str_SEEK_CUR._ascii.ob_base,
108890 : : & const_str_SEEK_END._ascii.ob_base,
108891 : : & const_str_fsencode._ascii.ob_base,
108892 : : & const_str_fsdecode._ascii.ob_base,
108893 : : & const_str_get_exec_path._ascii.ob_base,
108894 : : & const_str_fdopen._ascii.ob_base,
108895 : : & const_str_extsep._ascii.ob_base,
108896 : : },
108897 : : },
108898 : : };
108899 : : static
108900 : : struct {
108901 : : PyGC_Head _gc_head;
108902 : : struct {
108903 : : PyObject_VAR_HEAD
108904 : : PyObject *ob_item[1];
108905 : : }_object;
108906 : : }
108907 : : os_toplevel_consts_5_names = {
108908 : : ._object = {
108909 : : .ob_base = {
108910 : : .ob_base = {
108911 : : .ob_refcnt = 999999999,
108912 : : .ob_type = &PyTuple_Type,
108913 : : },
108914 : : .ob_size = 1,
108915 : : },
108916 : : .ob_item = {
108917 : : & const_str_globals._ascii.ob_base,
108918 : : },
108919 : : },
108920 : : };
108921 : : static
108922 : : struct {
108923 : : PyASCIIObject _ascii;
108924 : : uint8_t _data[12];
108925 : : }
108926 : : os_toplevel_consts_5_filename = {
108927 : : ._ascii = {
108928 : : .ob_base = {
108929 : : .ob_refcnt = 999999999,
108930 : : .ob_type = &PyUnicode_Type,
108931 : : },
108932 : : .length = 11,
108933 : : .hash = -1,
108934 : : .state = {
108935 : : .kind = 1,
108936 : : .compact = 1,
108937 : : .ascii = 1,
108938 : : },
108939 : : },
108940 : : ._data = "<frozen os>",
108941 : : };
108942 : : static
108943 : : struct {
108944 : : PyASCIIObject _ascii;
108945 : : uint8_t _data[8];
108946 : : }
108947 : : const_str__exists = {
108948 : : ._ascii = {
108949 : : .ob_base = {
108950 : : .ob_refcnt = 999999999,
108951 : : .ob_type = &PyUnicode_Type,
108952 : : },
108953 : : .length = 7,
108954 : : .hash = -1,
108955 : : .state = {
108956 : : .kind = 1,
108957 : : .compact = 1,
108958 : : .ascii = 1,
108959 : : },
108960 : : },
108961 : : ._data = "_exists",
108962 : : };
108963 : : static
108964 : : struct {
108965 : : PyObject_VAR_HEAD
108966 : : Py_hash_t ob_shash;
108967 : : char ob_sval[16];
108968 : : }
108969 : : os_toplevel_consts_5_linetable = {
108970 : : .ob_base = {
108971 : : .ob_base = {
108972 : : .ob_refcnt = 999999999,
108973 : : .ob_type = &PyBytes_Type,
108974 : : },
108975 : : .ob_size = 15,
108976 : : },
108977 : : .ob_shash = -1,
108978 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\x95\x37\x94\x39\xd0\x0b\x1c\xd0\x04\x1c",
108979 : : };
108980 : : static
108981 : : struct _PyCode_DEF(30)
108982 : : os_toplevel_consts_5 = {
108983 : : .ob_base = {
108984 : : .ob_base = {
108985 : : .ob_refcnt = 999999999,
108986 : : .ob_type = &PyCode_Type,
108987 : : },
108988 : : .ob_size = 15,
108989 : : },
108990 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
108991 : : .co_names = & os_toplevel_consts_5_names._object.ob_base.ob_base,
108992 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
108993 : : .co_flags = 3,
108994 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
108995 : : ._co_linearray_entry_size = 0,
108996 : : .co_argcount = 1,
108997 : : .co_posonlyargcount = 0,
108998 : : .co_kwonlyargcount = 0,
108999 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
109000 : : .co_stacksize = 3,
109001 : : .co_firstlineno = 41,
109002 : : .co_nlocalsplus = 1,
109003 : : .co_nlocals = 1,
109004 : : .co_nplaincellvars = 0,
109005 : : .co_ncellvars = 0,
109006 : : .co_nfreevars = 0,
109007 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
109008 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
109009 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
109010 : : .co_name = & const_str__exists._ascii.ob_base,
109011 : : .co_qualname = & const_str__exists._ascii.ob_base,
109012 : : .co_linetable = & os_toplevel_consts_5_linetable.ob_base.ob_base,
109013 : : ._co_code = NULL,
109014 : : ._co_linearray = NULL,
109015 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x53\x00",
109016 : : ._co_firsttraceable = 0,
109017 : : };
109018 : : static
109019 : : struct {
109020 : : PyGC_Head _gc_head;
109021 : : struct {
109022 : : PyObject_VAR_HEAD
109023 : : PyObject *ob_item[2];
109024 : : }_object;
109025 : : }
109026 : : os_toplevel_consts_6_consts_1_consts = {
109027 : : ._object = {
109028 : : .ob_base = {
109029 : : .ob_base = {
109030 : : .ob_refcnt = 999999999,
109031 : : .ob_type = &PyTuple_Type,
109032 : : },
109033 : : .ob_size = 2,
109034 : : },
109035 : : .ob_item = {
109036 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
109037 : : &_Py_ID(_),
109038 : : },
109039 : : },
109040 : : };
109041 : : static
109042 : : struct {
109043 : : PyASCIIObject _ascii;
109044 : : uint8_t _data[38];
109045 : : }
109046 : : os_toplevel_consts_6_consts_1_qualname = {
109047 : : ._ascii = {
109048 : : .ob_base = {
109049 : : .ob_refcnt = 999999999,
109050 : : .ob_type = &PyUnicode_Type,
109051 : : },
109052 : : .length = 37,
109053 : : .hash = -1,
109054 : : .state = {
109055 : : .kind = 1,
109056 : : .compact = 1,
109057 : : .ascii = 1,
109058 : : },
109059 : : },
109060 : : ._data = "_get_exports_list.<locals>.<listcomp>",
109061 : : };
109062 : : static
109063 : : struct {
109064 : : PyObject_VAR_HEAD
109065 : : Py_hash_t ob_shash;
109066 : : char ob_sval[38];
109067 : : }
109068 : : os_toplevel_consts_6_consts_1_linetable = {
109069 : : .ob_base = {
109070 : : .ob_base = {
109071 : : .ob_refcnt = 999999999,
109072 : : .ob_type = &PyBytes_Type,
109073 : : },
109074 : : .ob_size = 37,
109075 : : },
109076 : : .ob_shash = -1,
109077 : : .ob_sval = "\x80\x00\xd0\x0f\x36\xd0\x0f\x36\xd1\x0f\x36\x90\x61\xa8\x21\xa8\x41\xac\x24\xb0\x23\xaa\x2b\xd0\x0f\x36\x90\x01\xd0\x0f\x36\xd0\x0f\x36\xd0\x0f\x36",
109078 : : };
109079 : : static
109080 : : struct {
109081 : : PyGC_Head _gc_head;
109082 : : struct {
109083 : : PyObject_VAR_HEAD
109084 : : PyObject *ob_item[2];
109085 : : }_object;
109086 : : }
109087 : : os_toplevel_consts_6_consts_1_localsplusnames = {
109088 : : ._object = {
109089 : : .ob_base = {
109090 : : .ob_base = {
109091 : : .ob_refcnt = 999999999,
109092 : : .ob_type = &PyTuple_Type,
109093 : : },
109094 : : .ob_size = 2,
109095 : : },
109096 : : .ob_item = {
109097 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
109098 : : & const_str_n._ascii.ob_base,
109099 : : },
109100 : : },
109101 : : };
109102 : : static
109103 : : struct _PyCode_DEF(44)
109104 : : os_toplevel_consts_6_consts_1 = {
109105 : : .ob_base = {
109106 : : .ob_base = {
109107 : : .ob_refcnt = 999999999,
109108 : : .ob_type = &PyCode_Type,
109109 : : },
109110 : : .ob_size = 22,
109111 : : },
109112 : : .co_consts = & os_toplevel_consts_6_consts_1_consts._object.ob_base.ob_base,
109113 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
109114 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109115 : : .co_flags = 19,
109116 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109117 : : ._co_linearray_entry_size = 0,
109118 : : .co_argcount = 1,
109119 : : .co_posonlyargcount = 0,
109120 : : .co_kwonlyargcount = 0,
109121 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
109122 : : .co_stacksize = 4,
109123 : : .co_firstlineno = 48,
109124 : : .co_nlocalsplus = 2,
109125 : : .co_nlocals = 2,
109126 : : .co_nplaincellvars = 0,
109127 : : .co_ncellvars = 0,
109128 : : .co_nfreevars = 0,
109129 : : .co_localsplusnames = & os_toplevel_consts_6_consts_1_localsplusnames._object.ob_base.ob_base,
109130 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
109131 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
109132 : : .co_name = &_Py_STR(anon_listcomp),
109133 : : .co_qualname = & os_toplevel_consts_6_consts_1_qualname._ascii.ob_base,
109134 : : .co_linetable = & os_toplevel_consts_6_consts_1_linetable.ob_base.ob_base,
109135 : : ._co_code = NULL,
109136 : : ._co_linearray = NULL,
109137 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x10\x00\x00\x7d\x01\x7c\x01\x64\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x03\x00\x00\x00\x00\xaf\x0f\x7c\x01\x91\x02\x8c\x12\x53\x00",
109138 : : ._co_firsttraceable = 0,
109139 : : };
109140 : : static
109141 : : struct {
109142 : : PyGC_Head _gc_head;
109143 : : struct {
109144 : : PyObject_VAR_HEAD
109145 : : PyObject *ob_item[2];
109146 : : }_object;
109147 : : }
109148 : : os_toplevel_consts_6_consts = {
109149 : : ._object = {
109150 : : .ob_base = {
109151 : : .ob_base = {
109152 : : .ob_refcnt = 999999999,
109153 : : .ob_type = &PyTuple_Type,
109154 : : },
109155 : : .ob_size = 2,
109156 : : },
109157 : : .ob_item = {
109158 : : Py_None,
109159 : : & os_toplevel_consts_6_consts_1.ob_base.ob_base,
109160 : : },
109161 : : },
109162 : : };
109163 : : static
109164 : : struct {
109165 : : PyGC_Head _gc_head;
109166 : : struct {
109167 : : PyObject_VAR_HEAD
109168 : : PyObject *ob_item[4];
109169 : : }_object;
109170 : : }
109171 : : os_toplevel_consts_6_names = {
109172 : : ._object = {
109173 : : .ob_base = {
109174 : : .ob_base = {
109175 : : .ob_refcnt = 999999999,
109176 : : .ob_type = &PyTuple_Type,
109177 : : },
109178 : : .ob_size = 4,
109179 : : },
109180 : : .ob_item = {
109181 : : & const_str_list._ascii.ob_base,
109182 : : &_Py_ID(__all__),
109183 : : & const_str_AttributeError._ascii.ob_base,
109184 : : & const_str_dir._ascii.ob_base,
109185 : : },
109186 : : },
109187 : : };
109188 : : static
109189 : : struct {
109190 : : PyASCIIObject _ascii;
109191 : : uint8_t _data[18];
109192 : : }
109193 : : const_str__get_exports_list = {
109194 : : ._ascii = {
109195 : : .ob_base = {
109196 : : .ob_refcnt = 999999999,
109197 : : .ob_type = &PyUnicode_Type,
109198 : : },
109199 : : .length = 17,
109200 : : .hash = -1,
109201 : : .state = {
109202 : : .kind = 1,
109203 : : .compact = 1,
109204 : : .ascii = 1,
109205 : : },
109206 : : },
109207 : : ._data = "_get_exports_list",
109208 : : };
109209 : : static
109210 : : struct {
109211 : : PyObject_VAR_HEAD
109212 : : Py_hash_t ob_shash;
109213 : : char ob_sval[77];
109214 : : }
109215 : : os_toplevel_consts_6_linetable = {
109216 : : .ob_base = {
109217 : : .ob_base = {
109218 : : .ob_refcnt = 999999999,
109219 : : .ob_type = &PyBytes_Type,
109220 : : },
109221 : : .ob_size = 76,
109222 : : },
109223 : : .ob_shash = -1,
109224 : : .ob_sval = "\x80\x00\xf0\x02\x03\x05\x37\xdd\x0f\x13\x90\x46\x97\x4e\x91\x4e\xd4\x0f\x23\xd0\x08\x23\xf8\xdd\x0b\x19\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xd8\x0f\x36\xd0\x0f\x36\x9d\x33\x98\x76\x9c\x3b\xd0\x0f\x36\xd4\x0f\x36\xd0\x08\x36\xd0\x08\x36\xd0\x08\x36\xf0\x03\x01\x05\x37\xf8\xf8\xf8",
109225 : : };
109226 : : static
109227 : : struct {
109228 : : PyObject_VAR_HEAD
109229 : : Py_hash_t ob_shash;
109230 : : char ob_sval[13];
109231 : : }
109232 : : os_toplevel_consts_6_exceptiontable = {
109233 : : .ob_base = {
109234 : : .ob_base = {
109235 : : .ob_refcnt = 999999999,
109236 : : .ob_type = &PyBytes_Type,
109237 : : },
109238 : : .ob_size = 12,
109239 : : },
109240 : : .ob_shash = -1,
109241 : : .ob_sval = "\x82\x16\x19\x00\x99\x1f\x3b\x03\xba\x01\x3b\x03",
109242 : : };
109243 : : static
109244 : : struct _PyCode_DEF(124)
109245 : : os_toplevel_consts_6 = {
109246 : : .ob_base = {
109247 : : .ob_base = {
109248 : : .ob_refcnt = 999999999,
109249 : : .ob_type = &PyCode_Type,
109250 : : },
109251 : : .ob_size = 62,
109252 : : },
109253 : : .co_consts = & os_toplevel_consts_6_consts._object.ob_base.ob_base,
109254 : : .co_names = & os_toplevel_consts_6_names._object.ob_base.ob_base,
109255 : : .co_exceptiontable = & os_toplevel_consts_6_exceptiontable.ob_base.ob_base,
109256 : : .co_flags = 3,
109257 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109258 : : ._co_linearray_entry_size = 0,
109259 : : .co_argcount = 1,
109260 : : .co_posonlyargcount = 0,
109261 : : .co_kwonlyargcount = 0,
109262 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
109263 : : .co_stacksize = 5,
109264 : : .co_firstlineno = 44,
109265 : : .co_nlocalsplus = 1,
109266 : : .co_nlocals = 1,
109267 : : .co_nplaincellvars = 0,
109268 : : .co_ncellvars = 0,
109269 : : .co_nfreevars = 0,
109270 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_37_consts_3_localsplusnames._object.ob_base.ob_base,
109271 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
109272 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
109273 : : .co_name = & const_str__get_exports_list._ascii.ob_base,
109274 : : .co_qualname = & const_str__get_exports_list._ascii.ob_base,
109275 : : .co_linetable = & os_toplevel_consts_6_linetable.ob_base.ob_base,
109276 : : ._co_code = NULL,
109277 : : ._co_linearray = NULL,
109278 : : .co_code_adaptive = "\x97\x00\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x18\x01\x00\x64\x01\x84\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
109279 : : ._co_firsttraceable = 0,
109280 : : };
109281 : : static
109282 : : struct {
109283 : : PyASCIIObject _ascii;
109284 : : uint8_t _data[6];
109285 : : }
109286 : : const_str__exit = {
109287 : : ._ascii = {
109288 : : .ob_base = {
109289 : : .ob_refcnt = 999999999,
109290 : : .ob_type = &PyUnicode_Type,
109291 : : },
109292 : : .length = 5,
109293 : : .hash = -1,
109294 : : .state = {
109295 : : .kind = 1,
109296 : : .compact = 1,
109297 : : .ascii = 1,
109298 : : },
109299 : : },
109300 : : ._data = "_exit",
109301 : : };
109302 : : static
109303 : : struct {
109304 : : PyGC_Head _gc_head;
109305 : : struct {
109306 : : PyObject_VAR_HEAD
109307 : : PyObject *ob_item[1];
109308 : : }_object;
109309 : : }
109310 : : os_toplevel_consts_10 = {
109311 : : ._object = {
109312 : : .ob_base = {
109313 : : .ob_base = {
109314 : : .ob_refcnt = 999999999,
109315 : : .ob_type = &PyTuple_Type,
109316 : : },
109317 : : .ob_size = 1,
109318 : : },
109319 : : .ob_item = {
109320 : : & const_str__exit._ascii.ob_base,
109321 : : },
109322 : : },
109323 : : };
109324 : : static
109325 : : struct {
109326 : : PyASCIIObject _ascii;
109327 : : uint8_t _data[16];
109328 : : }
109329 : : const_str__have_functions = {
109330 : : ._ascii = {
109331 : : .ob_base = {
109332 : : .ob_refcnt = 999999999,
109333 : : .ob_type = &PyUnicode_Type,
109334 : : },
109335 : : .length = 15,
109336 : : .hash = -1,
109337 : : .state = {
109338 : : .kind = 1,
109339 : : .compact = 1,
109340 : : .ascii = 1,
109341 : : },
109342 : : },
109343 : : ._data = "_have_functions",
109344 : : };
109345 : : static
109346 : : struct {
109347 : : PyGC_Head _gc_head;
109348 : : struct {
109349 : : PyObject_VAR_HEAD
109350 : : PyObject *ob_item[1];
109351 : : }_object;
109352 : : }
109353 : : os_toplevel_consts_12 = {
109354 : : ._object = {
109355 : : .ob_base = {
109356 : : .ob_base = {
109357 : : .ob_refcnt = 999999999,
109358 : : .ob_type = &PyTuple_Type,
109359 : : },
109360 : : .ob_size = 1,
109361 : : },
109362 : : .ob_item = {
109363 : : & const_str__have_functions._ascii.ob_base,
109364 : : },
109365 : : },
109366 : : };
109367 : : static
109368 : : struct {
109369 : : PyASCIIObject _ascii;
109370 : : uint8_t _data[3];
109371 : : }
109372 : : os_toplevel_consts_14 = {
109373 : : ._ascii = {
109374 : : .ob_base = {
109375 : : .ob_refcnt = 999999999,
109376 : : .ob_type = &PyUnicode_Type,
109377 : : },
109378 : : .length = 2,
109379 : : .hash = -1,
109380 : : .state = {
109381 : : .kind = 1,
109382 : : .compact = 1,
109383 : : .ascii = 1,
109384 : : },
109385 : : },
109386 : : ._data = "\x0d\x0a",
109387 : : };
109388 : : static
109389 : : struct {
109390 : : PyASCIIObject _ascii;
109391 : : uint8_t _data[28];
109392 : : }
109393 : : os_toplevel_consts_15 = {
109394 : : ._ascii = {
109395 : : .ob_base = {
109396 : : .ob_refcnt = 999999999,
109397 : : .ob_type = &PyUnicode_Type,
109398 : : },
109399 : : .length = 27,
109400 : : .hash = -1,
109401 : : .state = {
109402 : : .kind = 1,
109403 : : .compact = 1,
109404 : : .ascii = 1,
109405 : : },
109406 : : },
109407 : : ._data = "no os specific module found",
109408 : : };
109409 : : static
109410 : : struct {
109411 : : PyASCIIObject _ascii;
109412 : : uint8_t _data[8];
109413 : : }
109414 : : os_toplevel_consts_16 = {
109415 : : ._ascii = {
109416 : : .ob_base = {
109417 : : .ob_refcnt = 999999999,
109418 : : .ob_type = &PyUnicode_Type,
109419 : : },
109420 : : .length = 7,
109421 : : .hash = -1,
109422 : : .state = {
109423 : : .kind = 1,
109424 : : .compact = 1,
109425 : : .ascii = 1,
109426 : : },
109427 : : },
109428 : : ._data = "os.path",
109429 : : };
109430 : : static
109431 : : struct {
109432 : : PyGC_Head _gc_head;
109433 : : struct {
109434 : : PyObject_VAR_HEAD
109435 : : PyObject *ob_item[8];
109436 : : }_object;
109437 : : }
109438 : : os_toplevel_consts_17 = {
109439 : : ._object = {
109440 : : .ob_base = {
109441 : : .ob_base = {
109442 : : .ob_refcnt = 999999999,
109443 : : .ob_type = &PyTuple_Type,
109444 : : },
109445 : : .ob_size = 8,
109446 : : },
109447 : : .ob_item = {
109448 : : & const_str_curdir._ascii.ob_base,
109449 : : & const_str_pardir._ascii.ob_base,
109450 : : & const_str_sep._ascii.ob_base,
109451 : : & const_str_pathsep._ascii.ob_base,
109452 : : & const_str_defpath._ascii.ob_base,
109453 : : & const_str_extsep._ascii.ob_base,
109454 : : & const_str_altsep._ascii.ob_base,
109455 : : & const_str_devnull._ascii.ob_base,
109456 : : },
109457 : : },
109458 : : };
109459 : : static
109460 : : struct {
109461 : : PyASCIIObject _ascii;
109462 : : uint8_t _data[9];
109463 : : }
109464 : : const_str__globals = {
109465 : : ._ascii = {
109466 : : .ob_base = {
109467 : : .ob_refcnt = 999999999,
109468 : : .ob_type = &PyUnicode_Type,
109469 : : },
109470 : : .length = 8,
109471 : : .hash = -1,
109472 : : .state = {
109473 : : .kind = 1,
109474 : : .compact = 1,
109475 : : .ascii = 1,
109476 : : },
109477 : : },
109478 : : ._data = "_globals",
109479 : : };
109480 : : static
109481 : : struct {
109482 : : PyASCIIObject _ascii;
109483 : : uint8_t _data[5];
109484 : : }
109485 : : const_str__set = {
109486 : : ._ascii = {
109487 : : .ob_base = {
109488 : : .ob_refcnt = 999999999,
109489 : : .ob_type = &PyUnicode_Type,
109490 : : },
109491 : : .length = 4,
109492 : : .hash = -1,
109493 : : .state = {
109494 : : .kind = 1,
109495 : : .compact = 1,
109496 : : .ascii = 1,
109497 : : },
109498 : : },
109499 : : ._data = "_set",
109500 : : };
109501 : : static
109502 : : struct {
109503 : : PyGC_Head _gc_head;
109504 : : struct {
109505 : : PyObject_VAR_HEAD
109506 : : PyObject *ob_item[4];
109507 : : }_object;
109508 : : }
109509 : : os_toplevel_consts_19_names = {
109510 : : ._object = {
109511 : : .ob_base = {
109512 : : .ob_base = {
109513 : : .ob_refcnt = 999999999,
109514 : : .ob_type = &PyTuple_Type,
109515 : : },
109516 : : .ob_size = 4,
109517 : : },
109518 : : .ob_item = {
109519 : : & const_str__globals._ascii.ob_base,
109520 : : & const_str__have_functions._ascii.ob_base,
109521 : : & const_str__set._ascii.ob_base,
109522 : : &_Py_ID(add),
109523 : : },
109524 : : },
109525 : : };
109526 : : static
109527 : : struct {
109528 : : PyASCIIObject _ascii;
109529 : : uint8_t _data[5];
109530 : : }
109531 : : const_str__add = {
109532 : : ._ascii = {
109533 : : .ob_base = {
109534 : : .ob_refcnt = 999999999,
109535 : : .ob_type = &PyUnicode_Type,
109536 : : },
109537 : : .length = 4,
109538 : : .hash = -1,
109539 : : .state = {
109540 : : .kind = 1,
109541 : : .compact = 1,
109542 : : .ascii = 1,
109543 : : },
109544 : : },
109545 : : ._data = "_add",
109546 : : };
109547 : : static
109548 : : struct {
109549 : : PyObject_VAR_HEAD
109550 : : Py_hash_t ob_shash;
109551 : : char ob_sval[72];
109552 : : }
109553 : : os_toplevel_consts_19_linetable = {
109554 : : .ob_base = {
109555 : : .ob_base = {
109556 : : .ob_refcnt = 999999999,
109557 : : .ob_type = &PyBytes_Type,
109558 : : },
109559 : : .ob_size = 71,
109560 : : },
109561 : : .ob_shash = -1,
109562 : : .ob_sval = "\x80\x00\xd8\x0c\x0e\x95\x28\x88\x4e\xf0\x00\x01\x09\x23\xa0\x13\xad\x0f\xd0\x21\x37\xf0\x00\x01\x09\x23\xdd\x0c\x10\x8f\x48\x89\x48\x95\x58\x98\x62\x94\x5c\xd4\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xd0\x0c\x22\xf0\x03\x01\x09\x23\xf0\x00\x01\x09\x23\xf0\x00\x01\x09\x23\xf0\x00\x01\x09\x23",
109563 : : };
109564 : : static
109565 : : struct {
109566 : : PyGC_Head _gc_head;
109567 : : struct {
109568 : : PyObject_VAR_HEAD
109569 : : PyObject *ob_item[2];
109570 : : }_object;
109571 : : }
109572 : : os_toplevel_consts_19_localsplusnames = {
109573 : : ._object = {
109574 : : .ob_base = {
109575 : : .ob_base = {
109576 : : .ob_refcnt = 999999999,
109577 : : .ob_type = &PyTuple_Type,
109578 : : },
109579 : : .ob_size = 2,
109580 : : },
109581 : : .ob_item = {
109582 : : & const_str_str._ascii.ob_base,
109583 : : & const_str_fn._ascii.ob_base,
109584 : : },
109585 : : },
109586 : : };
109587 : : static
109588 : : struct _PyCode_DEF(118)
109589 : : os_toplevel_consts_19 = {
109590 : : .ob_base = {
109591 : : .ob_base = {
109592 : : .ob_refcnt = 999999999,
109593 : : .ob_type = &PyCode_Type,
109594 : : },
109595 : : .ob_size = 59,
109596 : : },
109597 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
109598 : : .co_names = & os_toplevel_consts_19_names._object.ob_base.ob_base,
109599 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
109600 : : .co_flags = 3,
109601 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
109602 : : ._co_linearray_entry_size = 0,
109603 : : .co_argcount = 2,
109604 : : .co_posonlyargcount = 0,
109605 : : .co_kwonlyargcount = 0,
109606 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
109607 : : .co_stacksize = 4,
109608 : : .co_firstlineno = 104,
109609 : : .co_nlocalsplus = 2,
109610 : : .co_nlocals = 2,
109611 : : .co_nplaincellvars = 0,
109612 : : .co_ncellvars = 0,
109613 : : .co_nfreevars = 0,
109614 : : .co_localsplusnames = & os_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
109615 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
109616 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
109617 : : .co_name = & const_str__add._ascii.ob_base,
109618 : : .co_qualname = & const_str__add._ascii.ob_base,
109619 : : .co_linetable = & os_toplevel_consts_19_linetable.ob_base.ob_base,
109620 : : ._co_code = NULL,
109621 : : ._co_linearray = NULL,
109622 : : .co_code_adaptive = "\x97\x00\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x2f\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x24\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x64\x00\x53\x00",
109623 : : ._co_firsttraceable = 0,
109624 : : };
109625 : : static
109626 : : struct {
109627 : : PyASCIIObject _ascii;
109628 : : uint8_t _data[15];
109629 : : }
109630 : : const_str_HAVE_FACCESSAT = {
109631 : : ._ascii = {
109632 : : .ob_base = {
109633 : : .ob_refcnt = 999999999,
109634 : : .ob_type = &PyUnicode_Type,
109635 : : },
109636 : : .length = 14,
109637 : : .hash = -1,
109638 : : .state = {
109639 : : .kind = 1,
109640 : : .compact = 1,
109641 : : .ascii = 1,
109642 : : },
109643 : : },
109644 : : ._data = "HAVE_FACCESSAT",
109645 : : };
109646 : : static
109647 : : struct {
109648 : : PyASCIIObject _ascii;
109649 : : uint8_t _data[7];
109650 : : }
109651 : : const_str_access = {
109652 : : ._ascii = {
109653 : : .ob_base = {
109654 : : .ob_refcnt = 999999999,
109655 : : .ob_type = &PyUnicode_Type,
109656 : : },
109657 : : .length = 6,
109658 : : .hash = -1,
109659 : : .state = {
109660 : : .kind = 1,
109661 : : .compact = 1,
109662 : : .ascii = 1,
109663 : : },
109664 : : },
109665 : : ._data = "access",
109666 : : };
109667 : : static
109668 : : struct {
109669 : : PyASCIIObject _ascii;
109670 : : uint8_t _data[14];
109671 : : }
109672 : : const_str_HAVE_FCHMODAT = {
109673 : : ._ascii = {
109674 : : .ob_base = {
109675 : : .ob_refcnt = 999999999,
109676 : : .ob_type = &PyUnicode_Type,
109677 : : },
109678 : : .length = 13,
109679 : : .hash = -1,
109680 : : .state = {
109681 : : .kind = 1,
109682 : : .compact = 1,
109683 : : .ascii = 1,
109684 : : },
109685 : : },
109686 : : ._data = "HAVE_FCHMODAT",
109687 : : };
109688 : : static
109689 : : struct {
109690 : : PyASCIIObject _ascii;
109691 : : uint8_t _data[6];
109692 : : }
109693 : : const_str_chmod = {
109694 : : ._ascii = {
109695 : : .ob_base = {
109696 : : .ob_refcnt = 999999999,
109697 : : .ob_type = &PyUnicode_Type,
109698 : : },
109699 : : .length = 5,
109700 : : .hash = -1,
109701 : : .state = {
109702 : : .kind = 1,
109703 : : .compact = 1,
109704 : : .ascii = 1,
109705 : : },
109706 : : },
109707 : : ._data = "chmod",
109708 : : };
109709 : : static
109710 : : struct {
109711 : : PyASCIIObject _ascii;
109712 : : uint8_t _data[14];
109713 : : }
109714 : : const_str_HAVE_FCHOWNAT = {
109715 : : ._ascii = {
109716 : : .ob_base = {
109717 : : .ob_refcnt = 999999999,
109718 : : .ob_type = &PyUnicode_Type,
109719 : : },
109720 : : .length = 13,
109721 : : .hash = -1,
109722 : : .state = {
109723 : : .kind = 1,
109724 : : .compact = 1,
109725 : : .ascii = 1,
109726 : : },
109727 : : },
109728 : : ._data = "HAVE_FCHOWNAT",
109729 : : };
109730 : : static
109731 : : struct {
109732 : : PyASCIIObject _ascii;
109733 : : uint8_t _data[6];
109734 : : }
109735 : : const_str_chown = {
109736 : : ._ascii = {
109737 : : .ob_base = {
109738 : : .ob_refcnt = 999999999,
109739 : : .ob_type = &PyUnicode_Type,
109740 : : },
109741 : : .length = 5,
109742 : : .hash = -1,
109743 : : .state = {
109744 : : .kind = 1,
109745 : : .compact = 1,
109746 : : .ascii = 1,
109747 : : },
109748 : : },
109749 : : ._data = "chown",
109750 : : };
109751 : : static
109752 : : struct {
109753 : : PyASCIIObject _ascii;
109754 : : uint8_t _data[13];
109755 : : }
109756 : : const_str_HAVE_FSTATAT = {
109757 : : ._ascii = {
109758 : : .ob_base = {
109759 : : .ob_refcnt = 999999999,
109760 : : .ob_type = &PyUnicode_Type,
109761 : : },
109762 : : .length = 12,
109763 : : .hash = -1,
109764 : : .state = {
109765 : : .kind = 1,
109766 : : .compact = 1,
109767 : : .ascii = 1,
109768 : : },
109769 : : },
109770 : : ._data = "HAVE_FSTATAT",
109771 : : };
109772 : : static
109773 : : struct {
109774 : : PyASCIIObject _ascii;
109775 : : uint8_t _data[15];
109776 : : }
109777 : : const_str_HAVE_FUTIMESAT = {
109778 : : ._ascii = {
109779 : : .ob_base = {
109780 : : .ob_refcnt = 999999999,
109781 : : .ob_type = &PyUnicode_Type,
109782 : : },
109783 : : .length = 14,
109784 : : .hash = -1,
109785 : : .state = {
109786 : : .kind = 1,
109787 : : .compact = 1,
109788 : : .ascii = 1,
109789 : : },
109790 : : },
109791 : : ._data = "HAVE_FUTIMESAT",
109792 : : };
109793 : : static
109794 : : struct {
109795 : : PyASCIIObject _ascii;
109796 : : uint8_t _data[6];
109797 : : }
109798 : : const_str_utime = {
109799 : : ._ascii = {
109800 : : .ob_base = {
109801 : : .ob_refcnt = 999999999,
109802 : : .ob_type = &PyUnicode_Type,
109803 : : },
109804 : : .length = 5,
109805 : : .hash = -1,
109806 : : .state = {
109807 : : .kind = 1,
109808 : : .compact = 1,
109809 : : .ascii = 1,
109810 : : },
109811 : : },
109812 : : ._data = "utime",
109813 : : };
109814 : : static
109815 : : struct {
109816 : : PyASCIIObject _ascii;
109817 : : uint8_t _data[12];
109818 : : }
109819 : : const_str_HAVE_LINKAT = {
109820 : : ._ascii = {
109821 : : .ob_base = {
109822 : : .ob_refcnt = 999999999,
109823 : : .ob_type = &PyUnicode_Type,
109824 : : },
109825 : : .length = 11,
109826 : : .hash = -1,
109827 : : .state = {
109828 : : .kind = 1,
109829 : : .compact = 1,
109830 : : .ascii = 1,
109831 : : },
109832 : : },
109833 : : ._data = "HAVE_LINKAT",
109834 : : };
109835 : : static
109836 : : struct {
109837 : : PyASCIIObject _ascii;
109838 : : uint8_t _data[5];
109839 : : }
109840 : : const_str_link = {
109841 : : ._ascii = {
109842 : : .ob_base = {
109843 : : .ob_refcnt = 999999999,
109844 : : .ob_type = &PyUnicode_Type,
109845 : : },
109846 : : .length = 4,
109847 : : .hash = -1,
109848 : : .state = {
109849 : : .kind = 1,
109850 : : .compact = 1,
109851 : : .ascii = 1,
109852 : : },
109853 : : },
109854 : : ._data = "link",
109855 : : };
109856 : : static
109857 : : struct {
109858 : : PyASCIIObject _ascii;
109859 : : uint8_t _data[13];
109860 : : }
109861 : : const_str_HAVE_MKDIRAT = {
109862 : : ._ascii = {
109863 : : .ob_base = {
109864 : : .ob_refcnt = 999999999,
109865 : : .ob_type = &PyUnicode_Type,
109866 : : },
109867 : : .length = 12,
109868 : : .hash = -1,
109869 : : .state = {
109870 : : .kind = 1,
109871 : : .compact = 1,
109872 : : .ascii = 1,
109873 : : },
109874 : : },
109875 : : ._data = "HAVE_MKDIRAT",
109876 : : };
109877 : : static
109878 : : struct {
109879 : : PyASCIIObject _ascii;
109880 : : uint8_t _data[14];
109881 : : }
109882 : : const_str_HAVE_MKFIFOAT = {
109883 : : ._ascii = {
109884 : : .ob_base = {
109885 : : .ob_refcnt = 999999999,
109886 : : .ob_type = &PyUnicode_Type,
109887 : : },
109888 : : .length = 13,
109889 : : .hash = -1,
109890 : : .state = {
109891 : : .kind = 1,
109892 : : .compact = 1,
109893 : : .ascii = 1,
109894 : : },
109895 : : },
109896 : : ._data = "HAVE_MKFIFOAT",
109897 : : };
109898 : : static
109899 : : struct {
109900 : : PyASCIIObject _ascii;
109901 : : uint8_t _data[7];
109902 : : }
109903 : : const_str_mkfifo = {
109904 : : ._ascii = {
109905 : : .ob_base = {
109906 : : .ob_refcnt = 999999999,
109907 : : .ob_type = &PyUnicode_Type,
109908 : : },
109909 : : .length = 6,
109910 : : .hash = -1,
109911 : : .state = {
109912 : : .kind = 1,
109913 : : .compact = 1,
109914 : : .ascii = 1,
109915 : : },
109916 : : },
109917 : : ._data = "mkfifo",
109918 : : };
109919 : : static
109920 : : struct {
109921 : : PyASCIIObject _ascii;
109922 : : uint8_t _data[13];
109923 : : }
109924 : : const_str_HAVE_MKNODAT = {
109925 : : ._ascii = {
109926 : : .ob_base = {
109927 : : .ob_refcnt = 999999999,
109928 : : .ob_type = &PyUnicode_Type,
109929 : : },
109930 : : .length = 12,
109931 : : .hash = -1,
109932 : : .state = {
109933 : : .kind = 1,
109934 : : .compact = 1,
109935 : : .ascii = 1,
109936 : : },
109937 : : },
109938 : : ._data = "HAVE_MKNODAT",
109939 : : };
109940 : : static
109941 : : struct {
109942 : : PyASCIIObject _ascii;
109943 : : uint8_t _data[6];
109944 : : }
109945 : : const_str_mknod = {
109946 : : ._ascii = {
109947 : : .ob_base = {
109948 : : .ob_refcnt = 999999999,
109949 : : .ob_type = &PyUnicode_Type,
109950 : : },
109951 : : .length = 5,
109952 : : .hash = -1,
109953 : : .state = {
109954 : : .kind = 1,
109955 : : .compact = 1,
109956 : : .ascii = 1,
109957 : : },
109958 : : },
109959 : : ._data = "mknod",
109960 : : };
109961 : : static
109962 : : struct {
109963 : : PyASCIIObject _ascii;
109964 : : uint8_t _data[12];
109965 : : }
109966 : : const_str_HAVE_OPENAT = {
109967 : : ._ascii = {
109968 : : .ob_base = {
109969 : : .ob_refcnt = 999999999,
109970 : : .ob_type = &PyUnicode_Type,
109971 : : },
109972 : : .length = 11,
109973 : : .hash = -1,
109974 : : .state = {
109975 : : .kind = 1,
109976 : : .compact = 1,
109977 : : .ascii = 1,
109978 : : },
109979 : : },
109980 : : ._data = "HAVE_OPENAT",
109981 : : };
109982 : : static
109983 : : struct {
109984 : : PyASCIIObject _ascii;
109985 : : uint8_t _data[16];
109986 : : }
109987 : : const_str_HAVE_READLINKAT = {
109988 : : ._ascii = {
109989 : : .ob_base = {
109990 : : .ob_refcnt = 999999999,
109991 : : .ob_type = &PyUnicode_Type,
109992 : : },
109993 : : .length = 15,
109994 : : .hash = -1,
109995 : : .state = {
109996 : : .kind = 1,
109997 : : .compact = 1,
109998 : : .ascii = 1,
109999 : : },
110000 : : },
110001 : : ._data = "HAVE_READLINKAT",
110002 : : };
110003 : : static
110004 : : struct {
110005 : : PyASCIIObject _ascii;
110006 : : uint8_t _data[14];
110007 : : }
110008 : : const_str_HAVE_RENAMEAT = {
110009 : : ._ascii = {
110010 : : .ob_base = {
110011 : : .ob_refcnt = 999999999,
110012 : : .ob_type = &PyUnicode_Type,
110013 : : },
110014 : : .length = 13,
110015 : : .hash = -1,
110016 : : .state = {
110017 : : .kind = 1,
110018 : : .compact = 1,
110019 : : .ascii = 1,
110020 : : },
110021 : : },
110022 : : ._data = "HAVE_RENAMEAT",
110023 : : };
110024 : : static
110025 : : struct {
110026 : : PyASCIIObject _ascii;
110027 : : uint8_t _data[7];
110028 : : }
110029 : : const_str_rename = {
110030 : : ._ascii = {
110031 : : .ob_base = {
110032 : : .ob_refcnt = 999999999,
110033 : : .ob_type = &PyUnicode_Type,
110034 : : },
110035 : : .length = 6,
110036 : : .hash = -1,
110037 : : .state = {
110038 : : .kind = 1,
110039 : : .compact = 1,
110040 : : .ascii = 1,
110041 : : },
110042 : : },
110043 : : ._data = "rename",
110044 : : };
110045 : : static
110046 : : struct {
110047 : : PyASCIIObject _ascii;
110048 : : uint8_t _data[15];
110049 : : }
110050 : : const_str_HAVE_SYMLINKAT = {
110051 : : ._ascii = {
110052 : : .ob_base = {
110053 : : .ob_refcnt = 999999999,
110054 : : .ob_type = &PyUnicode_Type,
110055 : : },
110056 : : .length = 14,
110057 : : .hash = -1,
110058 : : .state = {
110059 : : .kind = 1,
110060 : : .compact = 1,
110061 : : .ascii = 1,
110062 : : },
110063 : : },
110064 : : ._data = "HAVE_SYMLINKAT",
110065 : : };
110066 : : static
110067 : : struct {
110068 : : PyASCIIObject _ascii;
110069 : : uint8_t _data[8];
110070 : : }
110071 : : const_str_symlink = {
110072 : : ._ascii = {
110073 : : .ob_base = {
110074 : : .ob_refcnt = 999999999,
110075 : : .ob_type = &PyUnicode_Type,
110076 : : },
110077 : : .length = 7,
110078 : : .hash = -1,
110079 : : .state = {
110080 : : .kind = 1,
110081 : : .compact = 1,
110082 : : .ascii = 1,
110083 : : },
110084 : : },
110085 : : ._data = "symlink",
110086 : : };
110087 : : static
110088 : : struct {
110089 : : PyASCIIObject _ascii;
110090 : : uint8_t _data[14];
110091 : : }
110092 : : const_str_HAVE_UNLINKAT = {
110093 : : ._ascii = {
110094 : : .ob_base = {
110095 : : .ob_refcnt = 999999999,
110096 : : .ob_type = &PyUnicode_Type,
110097 : : },
110098 : : .length = 13,
110099 : : .hash = -1,
110100 : : .state = {
110101 : : .kind = 1,
110102 : : .compact = 1,
110103 : : .ascii = 1,
110104 : : },
110105 : : },
110106 : : ._data = "HAVE_UNLINKAT",
110107 : : };
110108 : : static
110109 : : struct {
110110 : : PyASCIIObject _ascii;
110111 : : uint8_t _data[6];
110112 : : }
110113 : : const_str_rmdir = {
110114 : : ._ascii = {
110115 : : .ob_base = {
110116 : : .ob_refcnt = 999999999,
110117 : : .ob_type = &PyUnicode_Type,
110118 : : },
110119 : : .length = 5,
110120 : : .hash = -1,
110121 : : .state = {
110122 : : .kind = 1,
110123 : : .compact = 1,
110124 : : .ascii = 1,
110125 : : },
110126 : : },
110127 : : ._data = "rmdir",
110128 : : };
110129 : : static
110130 : : struct {
110131 : : PyASCIIObject _ascii;
110132 : : uint8_t _data[15];
110133 : : }
110134 : : const_str_HAVE_UTIMENSAT = {
110135 : : ._ascii = {
110136 : : .ob_base = {
110137 : : .ob_refcnt = 999999999,
110138 : : .ob_type = &PyUnicode_Type,
110139 : : },
110140 : : .length = 14,
110141 : : .hash = -1,
110142 : : .state = {
110143 : : .kind = 1,
110144 : : .compact = 1,
110145 : : .ascii = 1,
110146 : : },
110147 : : },
110148 : : ._data = "HAVE_UTIMENSAT",
110149 : : };
110150 : : static
110151 : : struct {
110152 : : PyASCIIObject _ascii;
110153 : : uint8_t _data[12];
110154 : : }
110155 : : const_str_HAVE_FCHDIR = {
110156 : : ._ascii = {
110157 : : .ob_base = {
110158 : : .ob_refcnt = 999999999,
110159 : : .ob_type = &PyUnicode_Type,
110160 : : },
110161 : : .length = 11,
110162 : : .hash = -1,
110163 : : .state = {
110164 : : .kind = 1,
110165 : : .compact = 1,
110166 : : .ascii = 1,
110167 : : },
110168 : : },
110169 : : ._data = "HAVE_FCHDIR",
110170 : : };
110171 : : static
110172 : : struct {
110173 : : PyASCIIObject _ascii;
110174 : : uint8_t _data[6];
110175 : : }
110176 : : const_str_chdir = {
110177 : : ._ascii = {
110178 : : .ob_base = {
110179 : : .ob_refcnt = 999999999,
110180 : : .ob_type = &PyUnicode_Type,
110181 : : },
110182 : : .length = 5,
110183 : : .hash = -1,
110184 : : .state = {
110185 : : .kind = 1,
110186 : : .compact = 1,
110187 : : .ascii = 1,
110188 : : },
110189 : : },
110190 : : ._data = "chdir",
110191 : : };
110192 : : static
110193 : : struct {
110194 : : PyASCIIObject _ascii;
110195 : : uint8_t _data[12];
110196 : : }
110197 : : const_str_HAVE_FCHMOD = {
110198 : : ._ascii = {
110199 : : .ob_base = {
110200 : : .ob_refcnt = 999999999,
110201 : : .ob_type = &PyUnicode_Type,
110202 : : },
110203 : : .length = 11,
110204 : : .hash = -1,
110205 : : .state = {
110206 : : .kind = 1,
110207 : : .compact = 1,
110208 : : .ascii = 1,
110209 : : },
110210 : : },
110211 : : ._data = "HAVE_FCHMOD",
110212 : : };
110213 : : static
110214 : : struct {
110215 : : PyASCIIObject _ascii;
110216 : : uint8_t _data[12];
110217 : : }
110218 : : const_str_HAVE_FCHOWN = {
110219 : : ._ascii = {
110220 : : .ob_base = {
110221 : : .ob_refcnt = 999999999,
110222 : : .ob_type = &PyUnicode_Type,
110223 : : },
110224 : : .length = 11,
110225 : : .hash = -1,
110226 : : .state = {
110227 : : .kind = 1,
110228 : : .compact = 1,
110229 : : .ascii = 1,
110230 : : },
110231 : : },
110232 : : ._data = "HAVE_FCHOWN",
110233 : : };
110234 : : static
110235 : : struct {
110236 : : PyASCIIObject _ascii;
110237 : : uint8_t _data[15];
110238 : : }
110239 : : const_str_HAVE_FDOPENDIR = {
110240 : : ._ascii = {
110241 : : .ob_base = {
110242 : : .ob_refcnt = 999999999,
110243 : : .ob_type = &PyUnicode_Type,
110244 : : },
110245 : : .length = 14,
110246 : : .hash = -1,
110247 : : .state = {
110248 : : .kind = 1,
110249 : : .compact = 1,
110250 : : .ascii = 1,
110251 : : },
110252 : : },
110253 : : ._data = "HAVE_FDOPENDIR",
110254 : : };
110255 : : static
110256 : : struct {
110257 : : PyASCIIObject _ascii;
110258 : : uint8_t _data[8];
110259 : : }
110260 : : const_str_scandir = {
110261 : : ._ascii = {
110262 : : .ob_base = {
110263 : : .ob_refcnt = 999999999,
110264 : : .ob_type = &PyUnicode_Type,
110265 : : },
110266 : : .length = 7,
110267 : : .hash = -1,
110268 : : .state = {
110269 : : .kind = 1,
110270 : : .compact = 1,
110271 : : .ascii = 1,
110272 : : },
110273 : : },
110274 : : ._data = "scandir",
110275 : : };
110276 : : static
110277 : : struct {
110278 : : PyASCIIObject _ascii;
110279 : : uint8_t _data[13];
110280 : : }
110281 : : const_str_HAVE_FEXECVE = {
110282 : : ._ascii = {
110283 : : .ob_base = {
110284 : : .ob_refcnt = 999999999,
110285 : : .ob_type = &PyUnicode_Type,
110286 : : },
110287 : : .length = 12,
110288 : : .hash = -1,
110289 : : .state = {
110290 : : .kind = 1,
110291 : : .compact = 1,
110292 : : .ascii = 1,
110293 : : },
110294 : : },
110295 : : ._data = "HAVE_FEXECVE",
110296 : : };
110297 : : static
110298 : : struct {
110299 : : PyASCIIObject _ascii;
110300 : : uint8_t _data[7];
110301 : : }
110302 : : const_str_execve = {
110303 : : ._ascii = {
110304 : : .ob_base = {
110305 : : .ob_refcnt = 999999999,
110306 : : .ob_type = &PyUnicode_Type,
110307 : : },
110308 : : .length = 6,
110309 : : .hash = -1,
110310 : : .state = {
110311 : : .kind = 1,
110312 : : .compact = 1,
110313 : : .ascii = 1,
110314 : : },
110315 : : },
110316 : : ._data = "execve",
110317 : : };
110318 : : static
110319 : : struct {
110320 : : PyASCIIObject _ascii;
110321 : : uint8_t _data[15];
110322 : : }
110323 : : const_str_HAVE_FTRUNCATE = {
110324 : : ._ascii = {
110325 : : .ob_base = {
110326 : : .ob_refcnt = 999999999,
110327 : : .ob_type = &PyUnicode_Type,
110328 : : },
110329 : : .length = 14,
110330 : : .hash = -1,
110331 : : .state = {
110332 : : .kind = 1,
110333 : : .compact = 1,
110334 : : .ascii = 1,
110335 : : },
110336 : : },
110337 : : ._data = "HAVE_FTRUNCATE",
110338 : : };
110339 : : static
110340 : : struct {
110341 : : PyASCIIObject _ascii;
110342 : : uint8_t _data[14];
110343 : : }
110344 : : const_str_HAVE_FUTIMENS = {
110345 : : ._ascii = {
110346 : : .ob_base = {
110347 : : .ob_refcnt = 999999999,
110348 : : .ob_type = &PyUnicode_Type,
110349 : : },
110350 : : .length = 13,
110351 : : .hash = -1,
110352 : : .state = {
110353 : : .kind = 1,
110354 : : .compact = 1,
110355 : : .ascii = 1,
110356 : : },
110357 : : },
110358 : : ._data = "HAVE_FUTIMENS",
110359 : : };
110360 : : static
110361 : : struct {
110362 : : PyASCIIObject _ascii;
110363 : : uint8_t _data[13];
110364 : : }
110365 : : const_str_HAVE_FUTIMES = {
110366 : : ._ascii = {
110367 : : .ob_base = {
110368 : : .ob_refcnt = 999999999,
110369 : : .ob_type = &PyUnicode_Type,
110370 : : },
110371 : : .length = 12,
110372 : : .hash = -1,
110373 : : .state = {
110374 : : .kind = 1,
110375 : : .compact = 1,
110376 : : .ascii = 1,
110377 : : },
110378 : : },
110379 : : ._data = "HAVE_FUTIMES",
110380 : : };
110381 : : static
110382 : : struct {
110383 : : PyASCIIObject _ascii;
110384 : : uint8_t _data[15];
110385 : : }
110386 : : const_str_HAVE_FPATHCONF = {
110387 : : ._ascii = {
110388 : : .ob_base = {
110389 : : .ob_refcnt = 999999999,
110390 : : .ob_type = &PyUnicode_Type,
110391 : : },
110392 : : .length = 14,
110393 : : .hash = -1,
110394 : : .state = {
110395 : : .kind = 1,
110396 : : .compact = 1,
110397 : : .ascii = 1,
110398 : : },
110399 : : },
110400 : : ._data = "HAVE_FPATHCONF",
110401 : : };
110402 : : static
110403 : : struct {
110404 : : PyASCIIObject _ascii;
110405 : : uint8_t _data[9];
110406 : : }
110407 : : const_str_pathconf = {
110408 : : ._ascii = {
110409 : : .ob_base = {
110410 : : .ob_refcnt = 999999999,
110411 : : .ob_type = &PyUnicode_Type,
110412 : : },
110413 : : .length = 8,
110414 : : .hash = -1,
110415 : : .state = {
110416 : : .kind = 1,
110417 : : .compact = 1,
110418 : : .ascii = 1,
110419 : : },
110420 : : },
110421 : : ._data = "pathconf",
110422 : : };
110423 : : static
110424 : : struct {
110425 : : PyASCIIObject _ascii;
110426 : : uint8_t _data[8];
110427 : : }
110428 : : const_str_statvfs = {
110429 : : ._ascii = {
110430 : : .ob_base = {
110431 : : .ob_refcnt = 999999999,
110432 : : .ob_type = &PyUnicode_Type,
110433 : : },
110434 : : .length = 7,
110435 : : .hash = -1,
110436 : : .state = {
110437 : : .kind = 1,
110438 : : .compact = 1,
110439 : : .ascii = 1,
110440 : : },
110441 : : },
110442 : : ._data = "statvfs",
110443 : : };
110444 : : static
110445 : : struct {
110446 : : PyASCIIObject _ascii;
110447 : : uint8_t _data[9];
110448 : : }
110449 : : const_str_fstatvfs = {
110450 : : ._ascii = {
110451 : : .ob_base = {
110452 : : .ob_refcnt = 999999999,
110453 : : .ob_type = &PyUnicode_Type,
110454 : : },
110455 : : .length = 8,
110456 : : .hash = -1,
110457 : : .state = {
110458 : : .kind = 1,
110459 : : .compact = 1,
110460 : : .ascii = 1,
110461 : : },
110462 : : },
110463 : : ._data = "fstatvfs",
110464 : : };
110465 : : static
110466 : : struct {
110467 : : PyASCIIObject _ascii;
110468 : : uint8_t _data[14];
110469 : : }
110470 : : const_str_HAVE_FSTATVFS = {
110471 : : ._ascii = {
110472 : : .ob_base = {
110473 : : .ob_refcnt = 999999999,
110474 : : .ob_type = &PyUnicode_Type,
110475 : : },
110476 : : .length = 13,
110477 : : .hash = -1,
110478 : : .state = {
110479 : : .kind = 1,
110480 : : .compact = 1,
110481 : : .ascii = 1,
110482 : : },
110483 : : },
110484 : : ._data = "HAVE_FSTATVFS",
110485 : : };
110486 : : static
110487 : : struct {
110488 : : PyASCIIObject _ascii;
110489 : : uint8_t _data[14];
110490 : : }
110491 : : const_str_HAVE_LCHFLAGS = {
110492 : : ._ascii = {
110493 : : .ob_base = {
110494 : : .ob_refcnt = 999999999,
110495 : : .ob_type = &PyUnicode_Type,
110496 : : },
110497 : : .length = 13,
110498 : : .hash = -1,
110499 : : .state = {
110500 : : .kind = 1,
110501 : : .compact = 1,
110502 : : .ascii = 1,
110503 : : },
110504 : : },
110505 : : ._data = "HAVE_LCHFLAGS",
110506 : : };
110507 : : static
110508 : : struct {
110509 : : PyASCIIObject _ascii;
110510 : : uint8_t _data[8];
110511 : : }
110512 : : const_str_chflags = {
110513 : : ._ascii = {
110514 : : .ob_base = {
110515 : : .ob_refcnt = 999999999,
110516 : : .ob_type = &PyUnicode_Type,
110517 : : },
110518 : : .length = 7,
110519 : : .hash = -1,
110520 : : .state = {
110521 : : .kind = 1,
110522 : : .compact = 1,
110523 : : .ascii = 1,
110524 : : },
110525 : : },
110526 : : ._data = "chflags",
110527 : : };
110528 : : static
110529 : : struct {
110530 : : PyASCIIObject _ascii;
110531 : : uint8_t _data[12];
110532 : : }
110533 : : const_str_HAVE_LCHMOD = {
110534 : : ._ascii = {
110535 : : .ob_base = {
110536 : : .ob_refcnt = 999999999,
110537 : : .ob_type = &PyUnicode_Type,
110538 : : },
110539 : : .length = 11,
110540 : : .hash = -1,
110541 : : .state = {
110542 : : .kind = 1,
110543 : : .compact = 1,
110544 : : .ascii = 1,
110545 : : },
110546 : : },
110547 : : ._data = "HAVE_LCHMOD",
110548 : : };
110549 : : static
110550 : : struct {
110551 : : PyASCIIObject _ascii;
110552 : : uint8_t _data[7];
110553 : : }
110554 : : const_str_lchown = {
110555 : : ._ascii = {
110556 : : .ob_base = {
110557 : : .ob_refcnt = 999999999,
110558 : : .ob_type = &PyUnicode_Type,
110559 : : },
110560 : : .length = 6,
110561 : : .hash = -1,
110562 : : .state = {
110563 : : .kind = 1,
110564 : : .compact = 1,
110565 : : .ascii = 1,
110566 : : },
110567 : : },
110568 : : ._data = "lchown",
110569 : : };
110570 : : static
110571 : : struct {
110572 : : PyASCIIObject _ascii;
110573 : : uint8_t _data[12];
110574 : : }
110575 : : const_str_HAVE_LCHOWN = {
110576 : : ._ascii = {
110577 : : .ob_base = {
110578 : : .ob_refcnt = 999999999,
110579 : : .ob_type = &PyUnicode_Type,
110580 : : },
110581 : : .length = 11,
110582 : : .hash = -1,
110583 : : .state = {
110584 : : .kind = 1,
110585 : : .compact = 1,
110586 : : .ascii = 1,
110587 : : },
110588 : : },
110589 : : ._data = "HAVE_LCHOWN",
110590 : : };
110591 : : static
110592 : : struct {
110593 : : PyASCIIObject _ascii;
110594 : : uint8_t _data[13];
110595 : : }
110596 : : const_str_HAVE_LUTIMES = {
110597 : : ._ascii = {
110598 : : .ob_base = {
110599 : : .ob_refcnt = 999999999,
110600 : : .ob_type = &PyUnicode_Type,
110601 : : },
110602 : : .length = 12,
110603 : : .hash = -1,
110604 : : .state = {
110605 : : .kind = 1,
110606 : : .compact = 1,
110607 : : .ascii = 1,
110608 : : },
110609 : : },
110610 : : ._data = "HAVE_LUTIMES",
110611 : : };
110612 : : static
110613 : : struct {
110614 : : PyASCIIObject _ascii;
110615 : : uint8_t _data[11];
110616 : : }
110617 : : const_str_HAVE_LSTAT = {
110618 : : ._ascii = {
110619 : : .ob_base = {
110620 : : .ob_refcnt = 999999999,
110621 : : .ob_type = &PyUnicode_Type,
110622 : : },
110623 : : .length = 10,
110624 : : .hash = -1,
110625 : : .state = {
110626 : : .kind = 1,
110627 : : .compact = 1,
110628 : : .ascii = 1,
110629 : : },
110630 : : },
110631 : : ._data = "HAVE_LSTAT",
110632 : : };
110633 : : static
110634 : : struct {
110635 : : PyASCIIObject _ascii;
110636 : : uint8_t _data[11];
110637 : : }
110638 : : const_str_MS_WINDOWS = {
110639 : : ._ascii = {
110640 : : .ob_base = {
110641 : : .ob_refcnt = 999999999,
110642 : : .ob_type = &PyUnicode_Type,
110643 : : },
110644 : : .length = 10,
110645 : : .hash = -1,
110646 : : .state = {
110647 : : .kind = 1,
110648 : : .compact = 1,
110649 : : .ascii = 1,
110650 : : },
110651 : : },
110652 : : ._data = "MS_WINDOWS",
110653 : : };
110654 : : static
110655 : : struct {
110656 : : PyObject_VAR_HEAD
110657 : : digit ob_digit[1];
110658 : : }
110659 : : const_int_511 = {
110660 : : .ob_base = {
110661 : : .ob_base = {
110662 : : .ob_refcnt = 999999999,
110663 : : .ob_type = &PyLong_Type,
110664 : : },
110665 : : .ob_size = 1,
110666 : : },
110667 : : .ob_digit = { 511 },
110668 : : };
110669 : : static
110670 : : struct {
110671 : : PyASCIIObject _ascii;
110672 : : uint8_t _data[396];
110673 : : }
110674 : : os_toplevel_consts_80_consts_0 = {
110675 : : ._ascii = {
110676 : : .ob_base = {
110677 : : .ob_refcnt = 999999999,
110678 : : .ob_type = &PyUnicode_Type,
110679 : : },
110680 : : .length = 395,
110681 : : .hash = -1,
110682 : : .state = {
110683 : : .kind = 1,
110684 : : .compact = 1,
110685 : : .ascii = 1,
110686 : : },
110687 : : },
110688 : : ._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",
110689 : : };
110690 : : static
110691 : : struct {
110692 : : PyASCIIObject _ascii;
110693 : : uint8_t _data[9];
110694 : : }
110695 : : const_str_exist_ok = {
110696 : : ._ascii = {
110697 : : .ob_base = {
110698 : : .ob_refcnt = 999999999,
110699 : : .ob_type = &PyUnicode_Type,
110700 : : },
110701 : : .length = 8,
110702 : : .hash = -1,
110703 : : .state = {
110704 : : .kind = 1,
110705 : : .compact = 1,
110706 : : .ascii = 1,
110707 : : },
110708 : : },
110709 : : ._data = "exist_ok",
110710 : : };
110711 : : static
110712 : : struct {
110713 : : PyGC_Head _gc_head;
110714 : : struct {
110715 : : PyObject_VAR_HEAD
110716 : : PyObject *ob_item[1];
110717 : : }_object;
110718 : : }
110719 : : os_toplevel_consts_80_consts_1 = {
110720 : : ._object = {
110721 : : .ob_base = {
110722 : : .ob_base = {
110723 : : .ob_refcnt = 999999999,
110724 : : .ob_type = &PyTuple_Type,
110725 : : },
110726 : : .ob_size = 1,
110727 : : },
110728 : : .ob_item = {
110729 : : & const_str_exist_ok._ascii.ob_base,
110730 : : },
110731 : : },
110732 : : };
110733 : : static
110734 : : struct {
110735 : : PyGC_Head _gc_head;
110736 : : struct {
110737 : : PyObject_VAR_HEAD
110738 : : PyObject *ob_item[4];
110739 : : }_object;
110740 : : }
110741 : : os_toplevel_consts_80_consts = {
110742 : : ._object = {
110743 : : .ob_base = {
110744 : : .ob_base = {
110745 : : .ob_refcnt = 999999999,
110746 : : .ob_type = &PyTuple_Type,
110747 : : },
110748 : : .ob_size = 4,
110749 : : },
110750 : : .ob_item = {
110751 : : & os_toplevel_consts_80_consts_0._ascii.ob_base,
110752 : : & os_toplevel_consts_80_consts_1._object.ob_base.ob_base,
110753 : : & const_str_ASCII._ascii.ob_base,
110754 : : Py_None,
110755 : : },
110756 : : },
110757 : : };
110758 : : static
110759 : : struct {
110760 : : PyASCIIObject _ascii;
110761 : : uint8_t _data[9];
110762 : : }
110763 : : const_str_makedirs = {
110764 : : ._ascii = {
110765 : : .ob_base = {
110766 : : .ob_refcnt = 999999999,
110767 : : .ob_type = &PyUnicode_Type,
110768 : : },
110769 : : .length = 8,
110770 : : .hash = -1,
110771 : : .state = {
110772 : : .kind = 1,
110773 : : .compact = 1,
110774 : : .ascii = 1,
110775 : : },
110776 : : },
110777 : : ._data = "makedirs",
110778 : : };
110779 : : static
110780 : : struct {
110781 : : PyGC_Head _gc_head;
110782 : : struct {
110783 : : PyObject_VAR_HEAD
110784 : : PyObject *ob_item[11];
110785 : : }_object;
110786 : : }
110787 : : os_toplevel_consts_80_names = {
110788 : : ._object = {
110789 : : .ob_base = {
110790 : : .ob_base = {
110791 : : .ob_refcnt = 999999999,
110792 : : .ob_type = &PyTuple_Type,
110793 : : },
110794 : : .ob_size = 11,
110795 : : },
110796 : : .ob_item = {
110797 : : &_Py_ID(path),
110798 : : & const_str_split._ascii.ob_base,
110799 : : & const_str_exists._ascii.ob_base,
110800 : : & const_str_makedirs._ascii.ob_base,
110801 : : & const_str_FileExistsError._ascii.ob_base,
110802 : : & const_str_curdir._ascii.ob_base,
110803 : : &_Py_ID(isinstance),
110804 : : & const_str_bytes._ascii.ob_base,
110805 : : & const_str_mkdir._ascii.ob_base,
110806 : : & const_str_OSError._ascii.ob_base,
110807 : : & const_str_isdir._ascii.ob_base,
110808 : : },
110809 : : },
110810 : : };
110811 : : static
110812 : : struct {
110813 : : PyObject_VAR_HEAD
110814 : : Py_hash_t ob_shash;
110815 : : char ob_sval[283];
110816 : : }
110817 : : os_toplevel_consts_80_linetable = {
110818 : : .ob_base = {
110819 : : .ob_base = {
110820 : : .ob_refcnt = 999999999,
110821 : : .ob_type = &PyBytes_Type,
110822 : : },
110823 : : .ob_size = 282,
110824 : : },
110825 : : .ob_shash = -1,
110826 : : .ob_sval = "\x80\x00\xf5\x14\x00\x12\x1c\x97\x1a\x91\x1a\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x1f\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xd8\x07\x0b\xf0\x00\x0a\x05\x13\x90\x04\xf0\x00\x0a\x05\x13\x9d\x5b\x9f\x5b\x99\x5b\xa8\x14\xd4\x1d\x2e\xf0\x00\x0a\x05\x13\xf0\x02\x04\x09\x11\xdd\x0c\x14\x90\x54\xa0\x48\xd0\x0c\x2d\xd4\x0c\x2d\xd0\x0c\x2d\xf5\x08\x00\x10\x16\x88\x04\xdd\x0b\x15\x90\x64\x9d\x45\xd4\x0b\x22\xf0\x00\x01\x09\x2a\xdd\x13\x18\x9d\x16\xa0\x17\xd4\x13\x29\x88\x44\xd8\x0b\x0f\x90\x34\x8a\x3c\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\xf0\x02\x06\x05\x12\xdd\x08\x0d\x88\x64\x90\x44\xd4\x08\x19\xd0\x08\x19\xd0\x08\x19\xd0\x08\x19\xf8\xf5\x13\x00\x10\x1f\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xf0\x00\x02\x09\x11\xe0\x0c\x10\x88\x44\xf0\x05\x02\x09\x11\xf8\xf8\xf8\xf8\xf5\x14\x00\x0c\x13\xf0\x00\x04\x05\x12\xf0\x00\x04\x05\x12\xf0\x00\x04\x05\x12\xf0\x06\x00\x10\x18\xf0\x00\x01\x09\x12\x9d\x7a\x9f\x7a\x99\x7a\xa8\x24\xd4\x1f\x2f\xf0\x00\x01\x09\x12\xd8\x0c\x11\xf0\x03\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x07\x04\x05\x12\xf8\xf8\xf8",
110827 : : };
110828 : : static
110829 : : struct {
110830 : : PyObject_VAR_HEAD
110831 : : Py_hash_t ob_shash;
110832 : : char ob_sval[37];
110833 : : }
110834 : : os_toplevel_consts_80_exceptiontable = {
110835 : : .ob_base = {
110836 : : .ob_base = {
110837 : : .ob_refcnt = 999999999,
110838 : : .ob_type = &PyBytes_Type,
110839 : : },
110840 : : .ob_size = 36,
110841 : : },
110842 : : .ob_shash = -1,
110843 : : .ob_sval = "\xc1\x13\x0f\x42\x28\x00\xc2\x18\x0e\x42\x38\x00\xc2\x28\x0a\x42\x35\x03\xc2\x34\x01\x42\x35\x03\xc2\x38\x24\x43\x20\x03\xc3\x1f\x01\x43\x20\x03",
110844 : : };
110845 : : static
110846 : : struct {
110847 : : PyASCIIObject _ascii;
110848 : : uint8_t _data[5];
110849 : : }
110850 : : const_str_cdir = {
110851 : : ._ascii = {
110852 : : .ob_base = {
110853 : : .ob_refcnt = 999999999,
110854 : : .ob_type = &PyUnicode_Type,
110855 : : },
110856 : : .length = 4,
110857 : : .hash = -1,
110858 : : .state = {
110859 : : .kind = 1,
110860 : : .compact = 1,
110861 : : .ascii = 1,
110862 : : },
110863 : : },
110864 : : ._data = "cdir",
110865 : : };
110866 : : static
110867 : : struct {
110868 : : PyGC_Head _gc_head;
110869 : : struct {
110870 : : PyObject_VAR_HEAD
110871 : : PyObject *ob_item[6];
110872 : : }_object;
110873 : : }
110874 : : os_toplevel_consts_80_localsplusnames = {
110875 : : ._object = {
110876 : : .ob_base = {
110877 : : .ob_base = {
110878 : : .ob_refcnt = 999999999,
110879 : : .ob_type = &PyTuple_Type,
110880 : : },
110881 : : .ob_size = 6,
110882 : : },
110883 : : .ob_item = {
110884 : : &_Py_ID(name),
110885 : : &_Py_ID(mode),
110886 : : & const_str_exist_ok._ascii.ob_base,
110887 : : & const_str_head._ascii.ob_base,
110888 : : & const_str_tail._ascii.ob_base,
110889 : : & const_str_cdir._ascii.ob_base,
110890 : : },
110891 : : },
110892 : : };
110893 : : static
110894 : : struct _PyCode_DEF(454)
110895 : : os_toplevel_consts_80 = {
110896 : : .ob_base = {
110897 : : .ob_base = {
110898 : : .ob_refcnt = 999999999,
110899 : : .ob_type = &PyCode_Type,
110900 : : },
110901 : : .ob_size = 227,
110902 : : },
110903 : : .co_consts = & os_toplevel_consts_80_consts._object.ob_base.ob_base,
110904 : : .co_names = & os_toplevel_consts_80_names._object.ob_base.ob_base,
110905 : : .co_exceptiontable = & os_toplevel_consts_80_exceptiontable.ob_base.ob_base,
110906 : : .co_flags = 3,
110907 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
110908 : : ._co_linearray_entry_size = 0,
110909 : : .co_argcount = 3,
110910 : : .co_posonlyargcount = 0,
110911 : : .co_kwonlyargcount = 0,
110912 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
110913 : : .co_stacksize = 4,
110914 : : .co_firstlineno = 200,
110915 : : .co_nlocalsplus = 6,
110916 : : .co_nlocals = 6,
110917 : : .co_nplaincellvars = 0,
110918 : : .co_ncellvars = 0,
110919 : : .co_nfreevars = 0,
110920 : : .co_localsplusnames = & os_toplevel_consts_80_localsplusnames._object.ob_base.ob_base,
110921 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
110922 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
110923 : : .co_name = & const_str_makedirs._ascii.ob_base,
110924 : : .co_qualname = & const_str_makedirs._ascii.ob_base,
110925 : : .co_linetable = & os_toplevel_consts_80_linetable.ob_base.ob_base,
110926 : : ._co_code = NULL,
110927 : : ._co_linearray = NULL,
110928 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x04\x73\x1a\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x03\x72\x5e\x7c\x04\x72\x5c\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x45\x09\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\xac\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x04\x7c\x05\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x03\x53\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x52\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1e\x01\x00\x7c\x02\x72\x17\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x82\x00\x59\x00\x64\x03\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
110929 : : ._co_firsttraceable = 0,
110930 : : };
110931 : : static
110932 : : struct {
110933 : : PyASCIIObject _ascii;
110934 : : uint8_t _data[429];
110935 : : }
110936 : : os_toplevel_consts_81_consts_0 = {
110937 : : ._ascii = {
110938 : : .ob_base = {
110939 : : .ob_refcnt = 999999999,
110940 : : .ob_type = &PyUnicode_Type,
110941 : : },
110942 : : .length = 428,
110943 : : .hash = -1,
110944 : : .state = {
110945 : : .kind = 1,
110946 : : .compact = 1,
110947 : : .ascii = 1,
110948 : : },
110949 : : },
110950 : : ._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",
110951 : : };
110952 : : static
110953 : : struct {
110954 : : PyGC_Head _gc_head;
110955 : : struct {
110956 : : PyObject_VAR_HEAD
110957 : : PyObject *ob_item[2];
110958 : : }_object;
110959 : : }
110960 : : os_toplevel_consts_81_consts = {
110961 : : ._object = {
110962 : : .ob_base = {
110963 : : .ob_base = {
110964 : : .ob_refcnt = 999999999,
110965 : : .ob_type = &PyTuple_Type,
110966 : : },
110967 : : .ob_size = 2,
110968 : : },
110969 : : .ob_item = {
110970 : : & os_toplevel_consts_81_consts_0._ascii.ob_base,
110971 : : Py_None,
110972 : : },
110973 : : },
110974 : : };
110975 : : static
110976 : : struct {
110977 : : PyGC_Head _gc_head;
110978 : : struct {
110979 : : PyObject_VAR_HEAD
110980 : : PyObject *ob_item[4];
110981 : : }_object;
110982 : : }
110983 : : os_toplevel_consts_81_names = {
110984 : : ._object = {
110985 : : .ob_base = {
110986 : : .ob_base = {
110987 : : .ob_refcnt = 999999999,
110988 : : .ob_type = &PyTuple_Type,
110989 : : },
110990 : : .ob_size = 4,
110991 : : },
110992 : : .ob_item = {
110993 : : & const_str_rmdir._ascii.ob_base,
110994 : : &_Py_ID(path),
110995 : : & const_str_split._ascii.ob_base,
110996 : : & const_str_OSError._ascii.ob_base,
110997 : : },
110998 : : },
110999 : : };
111000 : : static
111001 : : struct {
111002 : : PyASCIIObject _ascii;
111003 : : uint8_t _data[11];
111004 : : }
111005 : : const_str_removedirs = {
111006 : : ._ascii = {
111007 : : .ob_base = {
111008 : : .ob_refcnt = 999999999,
111009 : : .ob_type = &PyUnicode_Type,
111010 : : },
111011 : : .length = 10,
111012 : : .hash = -1,
111013 : : .state = {
111014 : : .kind = 1,
111015 : : .compact = 1,
111016 : : .ascii = 1,
111017 : : },
111018 : : },
111019 : : ._data = "removedirs",
111020 : : };
111021 : : static
111022 : : struct {
111023 : : PyObject_VAR_HEAD
111024 : : Py_hash_t ob_shash;
111025 : : char ob_sval[200];
111026 : : }
111027 : : os_toplevel_consts_81_linetable = {
111028 : : .ob_base = {
111029 : : .ob_base = {
111030 : : .ob_refcnt = 999999999,
111031 : : .ob_type = &PyBytes_Type,
111032 : : },
111033 : : .ob_size = 199,
111034 : : },
111035 : : .ob_shash = -1,
111036 : : .ob_sval = "\x80\x00\xf5\x16\x00\x05\x0a\x88\x24\x84\x4b\x80\x4b\xdd\x11\x1b\x97\x1a\x91\x1a\x98\x44\xd4\x11\x21\x81\x4a\x80\x44\x88\x24\xd8\x0b\x0f\xf0\x00\x01\x05\x26\xdd\x15\x1f\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xd8\x0a\x0e\xf0\x00\x05\x05\x26\x90\x34\xf0\x00\x05\x05\x26\xf0\x02\x03\x09\x12\xdd\x0c\x11\x90\x24\x8c\x4b\x88\x4b\xf5\x06\x00\x16\x20\x97\x5a\x91\x5a\xa0\x04\xd4\x15\x25\x89\x0a\x88\x04\x88\x64\xf0\x0b\x00\x0b\x0f\xf0\x00\x05\x05\x26\x90\x34\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf0\x00\x05\x05\x26\xf8\xf5\x06\x00\x10\x17\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xf0\x00\x01\x09\x12\xd8\x0c\x11\x88\x45\x88\x45\xf0\x03\x01\x09\x12\xf8\xf8\xf8",
111037 : : };
111038 : : static
111039 : : struct {
111040 : : PyObject_VAR_HEAD
111041 : : Py_hash_t ob_shash;
111042 : : char ob_sval[19];
111043 : : }
111044 : : os_toplevel_consts_81_exceptiontable = {
111045 : : .ob_base = {
111046 : : .ob_base = {
111047 : : .ob_refcnt = 999999999,
111048 : : .ob_type = &PyBytes_Type,
111049 : : },
111050 : : .ob_size = 18,
111051 : : },
111052 : : .ob_shash = -1,
111053 : : .ob_sval = "\xc1\x09\x0d\x41\x3c\x00\xc1\x3c\x0a\x42\x0a\x03\xc2\x09\x01\x42\x0a\x03",
111054 : : };
111055 : : static
111056 : : struct {
111057 : : PyGC_Head _gc_head;
111058 : : struct {
111059 : : PyObject_VAR_HEAD
111060 : : PyObject *ob_item[3];
111061 : : }_object;
111062 : : }
111063 : : os_toplevel_consts_81_localsplusnames = {
111064 : : ._object = {
111065 : : .ob_base = {
111066 : : .ob_base = {
111067 : : .ob_refcnt = 999999999,
111068 : : .ob_type = &PyTuple_Type,
111069 : : },
111070 : : .ob_size = 3,
111071 : : },
111072 : : .ob_item = {
111073 : : &_Py_ID(name),
111074 : : & const_str_head._ascii.ob_base,
111075 : : & const_str_tail._ascii.ob_base,
111076 : : },
111077 : : },
111078 : : };
111079 : : static
111080 : : struct _PyCode_DEF(282)
111081 : : os_toplevel_consts_81 = {
111082 : : .ob_base = {
111083 : : .ob_base = {
111084 : : .ob_refcnt = 999999999,
111085 : : .ob_type = &PyCode_Type,
111086 : : },
111087 : : .ob_size = 141,
111088 : : },
111089 : : .co_consts = & os_toplevel_consts_81_consts._object.ob_base.ob_base,
111090 : : .co_names = & os_toplevel_consts_81_names._object.ob_base.ob_base,
111091 : : .co_exceptiontable = & os_toplevel_consts_81_exceptiontable.ob_base.ob_base,
111092 : : .co_flags = 3,
111093 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111094 : : ._co_linearray_entry_size = 0,
111095 : : .co_argcount = 1,
111096 : : .co_posonlyargcount = 0,
111097 : : .co_kwonlyargcount = 0,
111098 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
111099 : : .co_stacksize = 4,
111100 : : .co_firstlineno = 232,
111101 : : .co_nlocalsplus = 3,
111102 : : .co_nlocals = 3,
111103 : : .co_nplaincellvars = 0,
111104 : : .co_ncellvars = 0,
111105 : : .co_nfreevars = 0,
111106 : : .co_localsplusnames = & os_toplevel_consts_81_localsplusnames._object.ob_base.ob_base,
111107 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
111108 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111109 : : .co_name = & const_str_removedirs._ascii.ob_base,
111110 : : .co_qualname = & const_str_removedirs._ascii.ob_base,
111111 : : .co_linetable = & os_toplevel_consts_81_linetable.ob_base.ob_base,
111112 : : ._co_code = NULL,
111113 : : ._co_linearray = NULL,
111114 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x02\x73\x1a\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x34\x7c\x02\x72\x30\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x7c\x01\x72\x04\x7c\x02\xb0\x2c\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
111115 : : ._co_firsttraceable = 0,
111116 : : };
111117 : : static
111118 : : struct {
111119 : : PyASCIIObject _ascii;
111120 : : uint8_t _data[573];
111121 : : }
111122 : : os_toplevel_consts_82_consts_0 = {
111123 : : ._ascii = {
111124 : : .ob_base = {
111125 : : .ob_refcnt = 999999999,
111126 : : .ob_type = &PyUnicode_Type,
111127 : : },
111128 : : .length = 572,
111129 : : .hash = -1,
111130 : : .state = {
111131 : : .kind = 1,
111132 : : .compact = 1,
111133 : : .ascii = 1,
111134 : : },
111135 : : },
111136 : : ._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",
111137 : : };
111138 : : static
111139 : : struct {
111140 : : PyGC_Head _gc_head;
111141 : : struct {
111142 : : PyObject_VAR_HEAD
111143 : : PyObject *ob_item[2];
111144 : : }_object;
111145 : : }
111146 : : os_toplevel_consts_82_consts = {
111147 : : ._object = {
111148 : : .ob_base = {
111149 : : .ob_base = {
111150 : : .ob_refcnt = 999999999,
111151 : : .ob_type = &PyTuple_Type,
111152 : : },
111153 : : .ob_size = 2,
111154 : : },
111155 : : .ob_item = {
111156 : : & os_toplevel_consts_82_consts_0._ascii.ob_base,
111157 : : Py_None,
111158 : : },
111159 : : },
111160 : : };
111161 : : static
111162 : : struct {
111163 : : PyGC_Head _gc_head;
111164 : : struct {
111165 : : PyObject_VAR_HEAD
111166 : : PyObject *ob_item[7];
111167 : : }_object;
111168 : : }
111169 : : os_toplevel_consts_82_names = {
111170 : : ._object = {
111171 : : .ob_base = {
111172 : : .ob_base = {
111173 : : .ob_refcnt = 999999999,
111174 : : .ob_type = &PyTuple_Type,
111175 : : },
111176 : : .ob_size = 7,
111177 : : },
111178 : : .ob_item = {
111179 : : &_Py_ID(path),
111180 : : & const_str_split._ascii.ob_base,
111181 : : & const_str_exists._ascii.ob_base,
111182 : : & const_str_makedirs._ascii.ob_base,
111183 : : & const_str_rename._ascii.ob_base,
111184 : : & const_str_removedirs._ascii.ob_base,
111185 : : & const_str_OSError._ascii.ob_base,
111186 : : },
111187 : : },
111188 : : };
111189 : : static
111190 : : struct {
111191 : : PyASCIIObject _ascii;
111192 : : uint8_t _data[8];
111193 : : }
111194 : : const_str_renames = {
111195 : : ._ascii = {
111196 : : .ob_base = {
111197 : : .ob_refcnt = 999999999,
111198 : : .ob_type = &PyUnicode_Type,
111199 : : },
111200 : : .length = 7,
111201 : : .hash = -1,
111202 : : .state = {
111203 : : .kind = 1,
111204 : : .compact = 1,
111205 : : .ascii = 1,
111206 : : },
111207 : : },
111208 : : ._data = "renames",
111209 : : };
111210 : : static
111211 : : struct {
111212 : : PyObject_VAR_HEAD
111213 : : Py_hash_t ob_shash;
111214 : : char ob_sval[185];
111215 : : }
111216 : : os_toplevel_consts_82_linetable = {
111217 : : .ob_base = {
111218 : : .ob_base = {
111219 : : .ob_refcnt = 999999999,
111220 : : .ob_type = &PyBytes_Type,
111221 : : },
111222 : : .ob_size = 184,
111223 : : },
111224 : : .ob_shash = -1,
111225 : : .ob_sval = "\x80\x00\xf5\x1e\x00\x12\x1c\x97\x1a\x91\x1a\x98\x43\x94\x1f\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x01\x05\x17\x90\x04\xf0\x00\x01\x05\x17\x9d\x5b\x9f\x5b\x99\x5b\xa8\x14\xd4\x1d\x2e\xf0\x00\x01\x05\x17\xdd\x08\x10\x90\x14\x8c\x0e\x88\x0e\xdd\x04\x0a\x88\x33\x90\x03\xd4\x04\x14\xd0\x04\x14\xdd\x11\x1b\x97\x1a\x91\x1a\x98\x43\x94\x1f\x81\x4a\x80\x44\x88\x24\xd8\x07\x0b\xf0\x00\x04\x05\x11\x90\x04\xf0\x00\x04\x05\x11\xf0\x02\x03\x09\x11\xdd\x0c\x16\x90\x74\xd4\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xf0\x05\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf0\x00\x04\x05\x11\xf8\xf5\x06\x00\x10\x17\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
111226 : : };
111227 : : static
111228 : : struct {
111229 : : PyObject_VAR_HEAD
111230 : : Py_hash_t ob_shash;
111231 : : char ob_sval[19];
111232 : : }
111233 : : os_toplevel_consts_82_exceptiontable = {
111234 : : .ob_base = {
111235 : : .ob_base = {
111236 : : .ob_refcnt = 999999999,
111237 : : .ob_type = &PyBytes_Type,
111238 : : },
111239 : : .ob_size = 18,
111240 : : },
111241 : : .ob_shash = -1,
111242 : : .ob_sval = "\xc1\x30\x0d\x42\x03\x00\xc2\x03\x0a\x42\x11\x03\xc2\x10\x01\x42\x11\x03",
111243 : : };
111244 : : static
111245 : : struct {
111246 : : PyGC_Head _gc_head;
111247 : : struct {
111248 : : PyObject_VAR_HEAD
111249 : : PyObject *ob_item[4];
111250 : : }_object;
111251 : : }
111252 : : os_toplevel_consts_82_localsplusnames = {
111253 : : ._object = {
111254 : : .ob_base = {
111255 : : .ob_base = {
111256 : : .ob_refcnt = 999999999,
111257 : : .ob_type = &PyTuple_Type,
111258 : : },
111259 : : .ob_size = 4,
111260 : : },
111261 : : .ob_item = {
111262 : : & const_str_old._ascii.ob_base,
111263 : : & const_str_new._ascii.ob_base,
111264 : : & const_str_head._ascii.ob_base,
111265 : : & const_str_tail._ascii.ob_base,
111266 : : },
111267 : : },
111268 : : };
111269 : : static
111270 : : struct _PyCode_DEF(296)
111271 : : os_toplevel_consts_82 = {
111272 : : .ob_base = {
111273 : : .ob_base = {
111274 : : .ob_refcnt = 999999999,
111275 : : .ob_type = &PyCode_Type,
111276 : : },
111277 : : .ob_size = 148,
111278 : : },
111279 : : .co_consts = & os_toplevel_consts_82_consts._object.ob_base.ob_base,
111280 : : .co_names = & os_toplevel_consts_82_names._object.ob_base.ob_base,
111281 : : .co_exceptiontable = & os_toplevel_consts_82_exceptiontable.ob_base.ob_base,
111282 : : .co_flags = 3,
111283 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111284 : : ._co_linearray_entry_size = 0,
111285 : : .co_argcount = 2,
111286 : : .co_posonlyargcount = 0,
111287 : : .co_kwonlyargcount = 0,
111288 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
111289 : : .co_stacksize = 4,
111290 : : .co_firstlineno = 254,
111291 : : .co_nlocalsplus = 4,
111292 : : .co_nlocals = 4,
111293 : : .co_nplaincellvars = 0,
111294 : : .co_ncellvars = 0,
111295 : : .co_nfreevars = 0,
111296 : : .co_localsplusnames = & os_toplevel_consts_82_localsplusnames._object.ob_base.ob_base,
111297 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
111298 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111299 : : .co_name = & const_str_renames._ascii.ob_base,
111300 : : .co_qualname = & const_str_renames._ascii.ob_base,
111301 : : .co_linetable = & os_toplevel_consts_82_linetable.ob_base.ob_base,
111302 : : ._co_code = NULL,
111303 : : ._co_linearray = NULL,
111304 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x26\x7c\x03\x72\x24\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x02\x72\x14\x7c\x03\x72\x10\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x64\x01\x53\x00\x64\x01\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
111305 : : ._co_firsttraceable = 0,
111306 : : };
111307 : : static
111308 : : struct {
111309 : : PyGC_Head _gc_head;
111310 : : struct {
111311 : : PyObject_VAR_HEAD
111312 : : PyObject *ob_item[3];
111313 : : }_object;
111314 : : }
111315 : : os_toplevel_consts_83 = {
111316 : : ._object = {
111317 : : .ob_base = {
111318 : : .ob_base = {
111319 : : .ob_refcnt = 999999999,
111320 : : .ob_type = &PyTuple_Type,
111321 : : },
111322 : : .ob_size = 3,
111323 : : },
111324 : : .ob_item = {
111325 : : & const_str_makedirs._ascii.ob_base,
111326 : : & const_str_removedirs._ascii.ob_base,
111327 : : & const_str_renames._ascii.ob_base,
111328 : : },
111329 : : },
111330 : : };
111331 : : static
111332 : : struct {
111333 : : PyASCIIObject _ascii;
111334 : : uint8_t _data[2812];
111335 : : }
111336 : : os_toplevel_consts_85_consts_0 = {
111337 : : ._ascii = {
111338 : : .ob_base = {
111339 : : .ob_refcnt = 999999999,
111340 : : .ob_type = &PyUnicode_Type,
111341 : : },
111342 : : .length = 2811,
111343 : : .hash = -1,
111344 : : .state = {
111345 : : .kind = 1,
111346 : : .compact = 1,
111347 : : .ascii = 1,
111348 : : },
111349 : : },
111350 : : ._data = "\x44\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x72\x65\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x6f\x72\x2e\x0a\x0a\x20\x20\x20\x20\x46\x6f\x72\x20\x65\x61\x63\x68\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x6e\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x74\x72\x65\x65\x20\x72\x6f\x6f\x74\x65\x64\x20\x61\x74\x20\x74\x6f\x70\x20\x28\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x74\x6f\x70\x0a\x20\x20\x20\x20\x69\x74\x73\x65\x6c\x66\x2c\x20\x62\x75\x74\x20\x65\x78\x63\x6c\x75\x64\x69\x6e\x67\x20\x27\x2e\x27\x20\x61\x6e\x64\x20\x27\x2e\x2e\x27\x29\x2c\x20\x79\x69\x65\x6c\x64\x73\x20\x61\x20\x33\x2d\x74\x75\x70\x6c\x65\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x2c\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x0a\x0a\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x20\x69\x73\x20\x61\x20\x73\x74\x72\x69\x6e\x67\x2c\x20\x74\x68\x65\x20\x70\x61\x74\x68\x20\x74\x6f\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2e\x20\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x69\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x70\x61\x74\x68\x20\x28\x65\x78\x63\x6c\x75\x64\x69\x6e\x67\x20\x27\x2e\x27\x20\x61\x6e\x64\x20\x27\x2e\x2e\x27\x29\x2e\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x73\x20\x69\x73\x20\x61\x20\x6c\x69\x73\x74\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x70\x61\x74\x68\x2e\x0a\x20\x20\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x6e\x61\x6d\x65\x73\x20\x69\x6e\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x73\x20\x61\x72\x65\x20\x6a\x75\x73\x74\x20\x6e\x61\x6d\x65\x73\x2c\x20\x77\x69\x74\x68\x20\x6e\x6f\x20\x70\x61\x74\x68\x20\x63\x6f\x6d\x70\x6f\x6e\x65\x6e\x74\x73\x2e\x0a\x20\x20\x20\x20\x54\x6f\x20\x67\x65\x74\x20\x61\x20\x66\x75\x6c\x6c\x20\x70\x61\x74\x68\x20\x28\x77\x68\x69\x63\x68\x20\x62\x65\x67\x69\x6e\x73\x20\x77\x69\x74\x68\x20\x74\x6f\x70\x29\x20\x74\x6f\x20\x61\x20\x66\x69\x6c\x65\x20\x6f\x72\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x6e\x0a\x20\x20\x20\x20\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x64\x6f\x20\x6f\x73\x2e\x70\x61\x74\x68\x2e\x6a\x6f\x69\x6e\x28\x64\x69\x72\x70\x61\x74\x68\x2c\x20\x6e\x61\x6d\x65\x29\x2e\x0a\x0a\x20\x20\x20\x20\x49\x66\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x20\x27\x74\x6f\x70\x64\x6f\x77\x6e\x27\x20\x69\x73\x20\x74\x72\x75\x65\x20\x6f\x72\x20\x6e\x6f\x74\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x2c\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x20\x66\x6f\x72\x20\x61\x0a\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x65\x66\x6f\x72\x65\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x61\x6e\x79\x20\x6f\x66\x20\x69\x74\x73\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x0a\x20\x20\x20\x20\x28\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x74\x6f\x70\x20\x64\x6f\x77\x6e\x29\x2e\x20\x20\x49\x66\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x66\x61\x6c\x73\x65\x2c\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x0a\x20\x20\x20\x20\x66\x6f\x72\x20\x61\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x61\x66\x74\x65\x72\x20\x74\x68\x65\x20\x74\x72\x69\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x61\x6c\x6c\x20\x6f\x66\x20\x69\x74\x73\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x28\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x6f\x74\x74\x6f\x6d\x20\x75\x70\x29\x2e\x0a\x0a\x20\x20\x20\x20\x57\x68\x65\x6e\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x74\x72\x75\x65\x2c\x20\x74\x68\x65\x20\x63\x61\x6c\x6c\x65\x72\x20\x63\x61\x6e\x20\x6d\x6f\x64\x69\x66\x79\x20\x74\x68\x65\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x6c\x69\x73\x74\x20\x69\x6e\x2d\x70\x6c\x61\x63\x65\x0a\x20\x20\x20\x20\x28\x65\x2e\x67\x2e\x2c\x20\x76\x69\x61\x20\x64\x65\x6c\x20\x6f\x72\x20\x73\x6c\x69\x63\x65\x20\x61\x73\x73\x69\x67\x6e\x6d\x65\x6e\x74\x29\x2c\x20\x61\x6e\x64\x20\x77\x61\x6c\x6b\x20\x77\x69\x6c\x6c\x20\x6f\x6e\x6c\x79\x20\x72\x65\x63\x75\x72\x73\x65\x20\x69\x6e\x74\x6f\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x77\x68\x6f\x73\x65\x20\x6e\x61\x6d\x65\x73\x20\x72\x65\x6d\x61\x69\x6e\x20\x69\x6e\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x3b\x20\x74\x68\x69\x73\x20\x63\x61\x6e\x20\x62\x65\x20\x75\x73\x65\x64\x20\x74\x6f\x20\x70\x72\x75\x6e\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x73\x65\x61\x72\x63\x68\x2c\x20\x6f\x72\x20\x74\x6f\x20\x69\x6d\x70\x6f\x73\x65\x20\x61\x20\x73\x70\x65\x63\x69\x66\x69\x63\x20\x6f\x72\x64\x65\x72\x20\x6f\x66\x20\x76\x69\x73\x69\x74\x69\x6e\x67\x2e\x20\x20\x4d\x6f\x64\x69\x66\x79\x69\x6e\x67\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x77\x68\x65\x6e\x0a\x20\x20\x20\x20\x74\x6f\x70\x64\x6f\x77\x6e\x20\x69\x73\x20\x66\x61\x6c\x73\x65\x20\x68\x61\x73\x20\x6e\x6f\x20\x65\x66\x66\x65\x63\x74\x20\x6f\x6e\x20\x74\x68\x65\x20\x62\x65\x68\x61\x76\x69\x6f\x72\x20\x6f\x66\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x28\x29\x2c\x20\x73\x69\x6e\x63\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x6e\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x20\x68\x61\x76\x65\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x62\x65\x65\x6e\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x20\x62\x79\x20\x74\x68\x65\x20\x74\x69\x6d\x65\x20\x64\x69\x72\x6e\x61\x6d\x65\x73\x0a\x20\x20\x20\x20\x69\x74\x73\x65\x6c\x66\x20\x69\x73\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x2e\x20\x4e\x6f\x20\x6d\x61\x74\x74\x65\x72\x20\x74\x68\x65\x20\x76\x61\x6c\x75\x65\x20\x6f\x66\x20\x74\x6f\x70\x64\x6f\x77\x6e\x2c\x20\x74\x68\x65\x20\x6c\x69\x73\x74\x20\x6f\x66\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x69\x73\x20\x72\x65\x74\x72\x69\x65\x76\x65\x64\x20\x62\x65\x66\x6f\x72\x65\x20\x74\x68\x65\x20\x74\x75\x70\x6c\x65\x73\x20\x66\x6f\x72\x20\x74\x68\x65\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x61\x6e\x64\x20\x69\x74\x73\x0a\x20\x20\x20\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x61\x72\x65\x20\x67\x65\x6e\x65\x72\x61\x74\x65\x64\x2e\x0a\x0a\x20\x20\x20\x20\x42\x79\x20\x64\x65\x66\x61\x75\x6c\x74\x20\x65\x72\x72\x6f\x72\x73\x20\x66\x72\x6f\x6d\x20\x74\x68\x65\x20\x6f\x73\x2e\x73\x63\x61\x6e\x64\x69\x72\x28\x29\x20\x63\x61\x6c\x6c\x20\x61\x72\x65\x20\x69\x67\x6e\x6f\x72\x65\x64\x2e\x20\x20\x49\x66\x0a\x20\x20\x20\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x20\x27\x6f\x6e\x65\x72\x72\x6f\x72\x27\x20\x69\x73\x20\x73\x70\x65\x63\x69\x66\x69\x65\x64\x2c\x20\x69\x74\x20\x73\x68\x6f\x75\x6c\x64\x20\x62\x65\x20\x61\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x3b\x20\x69\x74\x0a\x20\x20\x20\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\x63\x61\x6c\x6c\x65\x64\x20\x77\x69\x74\x68\x20\x6f\x6e\x65\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x2c\x20\x61\x6e\x20\x4f\x53\x45\x72\x72\x6f\x72\x20\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x20\x20\x49\x74\x20\x63\x61\x6e\x0a\x20\x20\x20\x20\x72\x65\x70\x6f\x72\x74\x20\x74\x68\x65\x20\x65\x72\x72\x6f\x72\x20\x74\x6f\x20\x63\x6f\x6e\x74\x69\x6e\x75\x65\x20\x77\x69\x74\x68\x20\x74\x68\x65\x20\x77\x61\x6c\x6b\x2c\x20\x6f\x72\x20\x72\x61\x69\x73\x65\x20\x74\x68\x65\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x0a\x20\x20\x20\x20\x74\x6f\x20\x61\x62\x6f\x72\x74\x20\x74\x68\x65\x20\x77\x61\x6c\x6b\x2e\x20\x20\x4e\x6f\x74\x65\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x69\x73\x20\x61\x76\x61\x69\x6c\x61\x62\x6c\x65\x20\x61\x73\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x66\x69\x6c\x65\x6e\x61\x6d\x65\x20\x61\x74\x74\x72\x69\x62\x75\x74\x65\x20\x6f\x66\x20\x74\x68\x65\x20\x65\x78\x63\x65\x70\x74\x69\x6f\x6e\x20\x6f\x62\x6a\x65\x63\x74\x2e\x0a\x0a\x20\x20\x20\x20\x42\x79\x20\x64\x65\x66\x61\x75\x6c\x74\x2c\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x20\x64\x6f\x65\x73\x20\x6e\x6f\x74\x20\x66\x6f\x6c\x6c\x6f\x77\x20\x73\x79\x6d\x62\x6f\x6c\x69\x63\x20\x6c\x69\x6e\x6b\x73\x20\x74\x6f\x20\x73\x75\x62\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x20\x6f\x6e\x0a\x20\x20\x20\x20\x73\x79\x73\x74\x65\x6d\x73\x20\x74\x68\x61\x74\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x74\x68\x65\x6d\x2e\x20\x20\x49\x6e\x20\x6f\x72\x64\x65\x72\x20\x74\x6f\x20\x67\x65\x74\x20\x74\x68\x69\x73\x20\x66\x75\x6e\x63\x74\x69\x6f\x6e\x61\x6c\x69\x74\x79\x2c\x20\x73\x65\x74\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x6f\x70\x74\x69\x6f\x6e\x61\x6c\x20\x61\x72\x67\x75\x6d\x65\x6e\x74\x20\x27\x66\x6f\x6c\x6c\x6f\x77\x6c\x69\x6e\x6b\x73\x27\x20\x74\x6f\x20\x74\x72\x75\x65\x2e\x0a\x0a\x20\x20\x20\x20\x43\x61\x75\x74\x69\x6f\x6e\x3a\x20\x20\x69\x66\x20\x79\x6f\x75\x20\x70\x61\x73\x73\x20\x61\x20\x72\x65\x6c\x61\x74\x69\x76\x65\x20\x70\x61\x74\x68\x6e\x61\x6d\x65\x20\x66\x6f\x72\x20\x74\x6f\x70\x2c\x20\x64\x6f\x6e\x27\x74\x20\x63\x68\x61\x6e\x67\x65\x20\x74\x68\x65\x0a\x20\x20\x20\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x77\x6f\x72\x6b\x69\x6e\x67\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x62\x65\x74\x77\x65\x65\x6e\x20\x72\x65\x73\x75\x6d\x70\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x77\x61\x6c\x6b\x2e\x20\x20\x77\x61\x6c\x6b\x20\x6e\x65\x76\x65\x72\x0a\x20\x20\x20\x20\x63\x68\x61\x6e\x67\x65\x73\x20\x74\x68\x65\x20\x63\x75\x72\x72\x65\x6e\x74\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x2c\x20\x61\x6e\x64\x20\x61\x73\x73\x75\x6d\x65\x73\x20\x74\x68\x61\x74\x20\x74\x68\x65\x20\x63\x6c\x69\x65\x6e\x74\x20\x64\x6f\x65\x73\x6e\x27\x74\x0a\x20\x20\x20\x20\x65\x69\x74\x68\x65\x72\x2e\x0a\x0a\x20\x20\x20\x20\x45\x78\x61\x6d\x70\x6c\x65\x3a\x0a\x0a\x20\x20\x20\x20\x69\x6d\x70\x6f\x72\x74\x20\x6f\x73\x0a\x20\x20\x20\x20\x66\x72\x6f\x6d\x20\x6f\x73\x2e\x70\x61\x74\x68\x20\x69\x6d\x70\x6f\x72\x74\x20\x6a\x6f\x69\x6e\x2c\x20\x67\x65\x74\x73\x69\x7a\x65\x0a\x20\x20\x20\x20\x66\x6f\x72\x20\x72\x6f\x6f\x74\x2c\x20\x64\x69\x72\x73\x2c\x20\x66\x69\x6c\x65\x73\x20\x69\x6e\x20\x6f\x73\x2e\x77\x61\x6c\x6b\x28\x27\x70\x79\x74\x68\x6f\x6e\x2f\x4c\x69\x62\x2f\x65\x6d\x61\x69\x6c\x27\x29\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x72\x6f\x6f\x74\x2c\x20\x22\x63\x6f\x6e\x73\x75\x6d\x65\x73\x20\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x73\x75\x6d\x28\x67\x65\x74\x73\x69\x7a\x65\x28\x6a\x6f\x69\x6e\x28\x72\x6f\x6f\x74\x2c\x20\x6e\x61\x6d\x65\x29\x29\x20\x66\x6f\x72\x20\x6e\x61\x6d\x65\x20\x69\x6e\x20\x66\x69\x6c\x65\x73\x29\x2c\x20\x65\x6e\x64\x3d\x22\x20\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x70\x72\x69\x6e\x74\x28\x22\x62\x79\x74\x65\x73\x20\x69\x6e\x22\x2c\x20\x6c\x65\x6e\x28\x66\x69\x6c\x65\x73\x29\x2c\x20\x22\x6e\x6f\x6e\x2d\x64\x69\x72\x65\x63\x74\x6f\x72\x79\x20\x66\x69\x6c\x65\x73\x22\x29\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x69\x66\x20\x27\x43\x56\x53\x27\x20\x69\x6e\x20\x64\x69\x72\x73\x3a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x69\x72\x73\x2e\x72\x65\x6d\x6f\x76\x65\x28\x27\x43\x56\x53\x27\x29\x20\x20\x23\x20\x64\x6f\x6e\x27\x74\x20\x76\x69\x73\x69\x74\x20\x43\x56\x53\x20\x64\x69\x72\x65\x63\x74\x6f\x72\x69\x65\x73\x0a\x0a\x20\x20\x20\x20",
111351 : : };
111352 : : static
111353 : : struct {
111354 : : PyASCIIObject _ascii;
111355 : : uint8_t _data[8];
111356 : : }
111357 : : os_toplevel_consts_85_consts_1 = {
111358 : : ._ascii = {
111359 : : .ob_base = {
111360 : : .ob_refcnt = 999999999,
111361 : : .ob_type = &PyUnicode_Type,
111362 : : },
111363 : : .length = 7,
111364 : : .hash = -1,
111365 : : .state = {
111366 : : .kind = 1,
111367 : : .compact = 1,
111368 : : .ascii = 1,
111369 : : },
111370 : : },
111371 : : ._data = "os.walk",
111372 : : };
111373 : : static
111374 : : struct {
111375 : : PyGC_Head _gc_head;
111376 : : struct {
111377 : : PyObject_VAR_HEAD
111378 : : PyObject *ob_item[2];
111379 : : }_object;
111380 : : }
111381 : : os_toplevel_consts_85_consts = {
111382 : : ._object = {
111383 : : .ob_base = {
111384 : : .ob_base = {
111385 : : .ob_refcnt = 999999999,
111386 : : .ob_type = &PyTuple_Type,
111387 : : },
111388 : : .ob_size = 2,
111389 : : },
111390 : : .ob_item = {
111391 : : & os_toplevel_consts_85_consts_0._ascii.ob_base,
111392 : : & os_toplevel_consts_85_consts_1._ascii.ob_base,
111393 : : },
111394 : : },
111395 : : };
111396 : : static
111397 : : struct {
111398 : : PyASCIIObject _ascii;
111399 : : uint8_t _data[6];
111400 : : }
111401 : : const_str_audit = {
111402 : : ._ascii = {
111403 : : .ob_base = {
111404 : : .ob_refcnt = 999999999,
111405 : : .ob_type = &PyUnicode_Type,
111406 : : },
111407 : : .length = 5,
111408 : : .hash = -1,
111409 : : .state = {
111410 : : .kind = 1,
111411 : : .compact = 1,
111412 : : .ascii = 1,
111413 : : },
111414 : : },
111415 : : ._data = "audit",
111416 : : };
111417 : : static
111418 : : struct {
111419 : : PyASCIIObject _ascii;
111420 : : uint8_t _data[6];
111421 : : }
111422 : : const_str__walk = {
111423 : : ._ascii = {
111424 : : .ob_base = {
111425 : : .ob_refcnt = 999999999,
111426 : : .ob_type = &PyUnicode_Type,
111427 : : },
111428 : : .length = 5,
111429 : : .hash = -1,
111430 : : .state = {
111431 : : .kind = 1,
111432 : : .compact = 1,
111433 : : .ascii = 1,
111434 : : },
111435 : : },
111436 : : ._data = "_walk",
111437 : : };
111438 : : static
111439 : : struct {
111440 : : PyGC_Head _gc_head;
111441 : : struct {
111442 : : PyObject_VAR_HEAD
111443 : : PyObject *ob_item[4];
111444 : : }_object;
111445 : : }
111446 : : os_toplevel_consts_85_names = {
111447 : : ._object = {
111448 : : .ob_base = {
111449 : : .ob_base = {
111450 : : .ob_refcnt = 999999999,
111451 : : .ob_type = &PyTuple_Type,
111452 : : },
111453 : : .ob_size = 4,
111454 : : },
111455 : : .ob_item = {
111456 : : & const_str_sys._ascii.ob_base,
111457 : : & const_str_audit._ascii.ob_base,
111458 : : & const_str__walk._ascii.ob_base,
111459 : : & const_str_fspath._ascii.ob_base,
111460 : : },
111461 : : },
111462 : : };
111463 : : static
111464 : : struct {
111465 : : PyASCIIObject _ascii;
111466 : : uint8_t _data[5];
111467 : : }
111468 : : const_str_walk = {
111469 : : ._ascii = {
111470 : : .ob_base = {
111471 : : .ob_refcnt = 999999999,
111472 : : .ob_type = &PyUnicode_Type,
111473 : : },
111474 : : .length = 4,
111475 : : .hash = -1,
111476 : : .state = {
111477 : : .kind = 1,
111478 : : .compact = 1,
111479 : : .ascii = 1,
111480 : : },
111481 : : },
111482 : : ._data = "walk",
111483 : : };
111484 : : static
111485 : : struct {
111486 : : PyObject_VAR_HEAD
111487 : : Py_hash_t ob_shash;
111488 : : char ob_sval[50];
111489 : : }
111490 : : os_toplevel_consts_85_linetable = {
111491 : : .ob_base = {
111492 : : .ob_base = {
111493 : : .ob_refcnt = 999999999,
111494 : : .ob_type = &PyBytes_Type,
111495 : : },
111496 : : .ob_size = 49,
111497 : : },
111498 : : .ob_shash = -1,
111499 : : .ob_sval = "\x80\x00\xf5\x76\x01\x00\x05\x0e\x87\x49\x81\x49\x88\x69\x98\x13\x98\x67\xa0\x77\xb0\x0b\xd4\x04\x3c\xd0\x04\x3c\xdd\x0b\x10\x95\x16\x98\x03\x94\x1b\x98\x67\xa0\x77\xb0\x0b\xd4\x0b\x3c\xd0\x04\x3c",
111500 : : };
111501 : : static
111502 : : struct {
111503 : : PyASCIIObject _ascii;
111504 : : uint8_t _data[8];
111505 : : }
111506 : : const_str_topdown = {
111507 : : ._ascii = {
111508 : : .ob_base = {
111509 : : .ob_refcnt = 999999999,
111510 : : .ob_type = &PyUnicode_Type,
111511 : : },
111512 : : .length = 7,
111513 : : .hash = -1,
111514 : : .state = {
111515 : : .kind = 1,
111516 : : .compact = 1,
111517 : : .ascii = 1,
111518 : : },
111519 : : },
111520 : : ._data = "topdown",
111521 : : };
111522 : : static
111523 : : struct {
111524 : : PyASCIIObject _ascii;
111525 : : uint8_t _data[8];
111526 : : }
111527 : : const_str_onerror = {
111528 : : ._ascii = {
111529 : : .ob_base = {
111530 : : .ob_refcnt = 999999999,
111531 : : .ob_type = &PyUnicode_Type,
111532 : : },
111533 : : .length = 7,
111534 : : .hash = -1,
111535 : : .state = {
111536 : : .kind = 1,
111537 : : .compact = 1,
111538 : : .ascii = 1,
111539 : : },
111540 : : },
111541 : : ._data = "onerror",
111542 : : };
111543 : : static
111544 : : struct {
111545 : : PyASCIIObject _ascii;
111546 : : uint8_t _data[12];
111547 : : }
111548 : : const_str_followlinks = {
111549 : : ._ascii = {
111550 : : .ob_base = {
111551 : : .ob_refcnt = 999999999,
111552 : : .ob_type = &PyUnicode_Type,
111553 : : },
111554 : : .length = 11,
111555 : : .hash = -1,
111556 : : .state = {
111557 : : .kind = 1,
111558 : : .compact = 1,
111559 : : .ascii = 1,
111560 : : },
111561 : : },
111562 : : ._data = "followlinks",
111563 : : };
111564 : : static
111565 : : struct {
111566 : : PyGC_Head _gc_head;
111567 : : struct {
111568 : : PyObject_VAR_HEAD
111569 : : PyObject *ob_item[4];
111570 : : }_object;
111571 : : }
111572 : : os_toplevel_consts_85_localsplusnames = {
111573 : : ._object = {
111574 : : .ob_base = {
111575 : : .ob_base = {
111576 : : .ob_refcnt = 999999999,
111577 : : .ob_type = &PyTuple_Type,
111578 : : },
111579 : : .ob_size = 4,
111580 : : },
111581 : : .ob_item = {
111582 : : &_Py_ID(top),
111583 : : & const_str_topdown._ascii.ob_base,
111584 : : & const_str_onerror._ascii.ob_base,
111585 : : & const_str_followlinks._ascii.ob_base,
111586 : : },
111587 : : },
111588 : : };
111589 : : static
111590 : : struct _PyCode_DEF(110)
111591 : : os_toplevel_consts_85 = {
111592 : : .ob_base = {
111593 : : .ob_base = {
111594 : : .ob_refcnt = 999999999,
111595 : : .ob_type = &PyCode_Type,
111596 : : },
111597 : : .ob_size = 55,
111598 : : },
111599 : : .co_consts = & os_toplevel_consts_85_consts._object.ob_base.ob_base,
111600 : : .co_names = & os_toplevel_consts_85_names._object.ob_base.ob_base,
111601 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
111602 : : .co_flags = 3,
111603 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111604 : : ._co_linearray_entry_size = 0,
111605 : : .co_argcount = 4,
111606 : : .co_posonlyargcount = 0,
111607 : : .co_kwonlyargcount = 0,
111608 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
111609 : : .co_stacksize = 7,
111610 : : .co_firstlineno = 282,
111611 : : .co_nlocalsplus = 4,
111612 : : .co_nlocals = 4,
111613 : : .co_nplaincellvars = 0,
111614 : : .co_ncellvars = 0,
111615 : : .co_nfreevars = 0,
111616 : : .co_localsplusnames = & os_toplevel_consts_85_localsplusnames._object.ob_base.ob_base,
111617 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
111618 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111619 : : .co_name = & const_str_walk._ascii.ob_base,
111620 : : .co_qualname = & const_str_walk._ascii.ob_base,
111621 : : .co_linetable = & os_toplevel_consts_85_linetable.ob_base.ob_base,
111622 : : ._co_code = NULL,
111623 : : ._co_linearray = NULL,
111624 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
111625 : : ._co_firsttraceable = 0,
111626 : : };
111627 : : static
111628 : : struct {
111629 : : PyASCIIObject _ascii;
111630 : : uint8_t _data[7];
111631 : : }
111632 : : const_str_is_dir = {
111633 : : ._ascii = {
111634 : : .ob_base = {
111635 : : .ob_refcnt = 999999999,
111636 : : .ob_type = &PyUnicode_Type,
111637 : : },
111638 : : .length = 6,
111639 : : .hash = -1,
111640 : : .state = {
111641 : : .kind = 1,
111642 : : .compact = 1,
111643 : : .ascii = 1,
111644 : : },
111645 : : },
111646 : : ._data = "is_dir",
111647 : : };
111648 : : static
111649 : : struct {
111650 : : PyASCIIObject _ascii;
111651 : : uint8_t _data[11];
111652 : : }
111653 : : const_str_is_symlink = {
111654 : : ._ascii = {
111655 : : .ob_base = {
111656 : : .ob_refcnt = 999999999,
111657 : : .ob_type = &PyUnicode_Type,
111658 : : },
111659 : : .length = 10,
111660 : : .hash = -1,
111661 : : .state = {
111662 : : .kind = 1,
111663 : : .compact = 1,
111664 : : .ascii = 1,
111665 : : },
111666 : : },
111667 : : ._data = "is_symlink",
111668 : : };
111669 : : static
111670 : : struct {
111671 : : PyGC_Head _gc_head;
111672 : : struct {
111673 : : PyObject_VAR_HEAD
111674 : : PyObject *ob_item[12];
111675 : : }_object;
111676 : : }
111677 : : os_toplevel_consts_86_names = {
111678 : : ._object = {
111679 : : .ob_base = {
111680 : : .ob_base = {
111681 : : .ob_refcnt = 999999999,
111682 : : .ob_type = &PyTuple_Type,
111683 : : },
111684 : : .ob_size = 12,
111685 : : },
111686 : : .ob_item = {
111687 : : & const_str_scandir._ascii.ob_base,
111688 : : & const_str_OSError._ascii.ob_base,
111689 : : &_Py_ID(next),
111690 : : & const_str_StopIteration._ascii.ob_base,
111691 : : & const_str_is_dir._ascii.ob_base,
111692 : : &_Py_ID(append),
111693 : : &_Py_ID(name),
111694 : : & const_str_is_symlink._ascii.ob_base,
111695 : : &_Py_ID(path),
111696 : : & const_str_islink._ascii.ob_base,
111697 : : &_Py_ID(join),
111698 : : & const_str__walk._ascii.ob_base,
111699 : : },
111700 : : },
111701 : : };
111702 : : static
111703 : : struct {
111704 : : PyObject_VAR_HEAD
111705 : : Py_hash_t ob_shash;
111706 : : char ob_sval[834];
111707 : : }
111708 : : os_toplevel_consts_86_linetable = {
111709 : : .ob_base = {
111710 : : .ob_base = {
111711 : : .ob_refcnt = 999999999,
111712 : : .ob_type = &PyBytes_Type,
111713 : : },
111714 : : .ob_size = 833,
111715 : : },
111716 : : .ob_shash = -1,
111717 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xd8\x0b\x0d\x80\x44\xd8\x0e\x10\x80\x47\xd8\x10\x12\x80\x49\xf0\x0e\x07\x05\x0f\xf5\x06\x00\x16\x1d\x98\x53\x94\x5c\x88\x0a\xf0\x0c\x00\x0a\x14\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xd8\x0e\x12\xf0\x02\x08\x0d\x17\xf0\x02\x03\x11\x1a\xdd\x1c\x20\xa0\x1a\xd4\x1c\x2c\x90\x45\x90\x45\xf0\x10\x05\x0d\x1f\xd8\x19\x1e\x9f\x1c\x99\x1c\x9c\x1e\x90\x06\xf0\x0c\x00\x10\x16\xf0\x00\x03\x0d\x2b\xd8\x10\x14\x97\x0b\x91\x0b\x98\x45\x9f\x4a\x99\x4a\xd4\x10\x27\xd0\x10\x27\xd0\x10\x27\xe0\x10\x17\x97\x0e\x91\x0e\x98\x75\x9f\x7a\x99\x7a\xd4\x10\x2a\xd0\x10\x2a\xe0\x13\x1a\xf0\x00\x10\x0d\x31\x98\x76\xf0\x00\x10\x0d\x31\xf0\x06\x00\x14\x1f\xf0\x00\x0a\x11\x2f\xd8\x20\x24\x90\x49\x90\x49\xf0\x04\x06\x15\x2b\xd8\x25\x2a\xd7\x25\x35\xd1\x25\x35\xd4\x25\x37\x98\x0a\xf0\x0c\x00\x25\x2f\xa0\x0e\x90\x49\xe0\x13\x1c\xf0\x00\x01\x11\x31\xd8\x14\x1d\xd7\x14\x24\xd1\x14\x24\xa0\x55\xa7\x5a\xa1\x5a\xd4\x14\x30\xd0\x14\x30\xf0\x4f\x01\x00\x0f\x13\xf8\xf5\x0d\x00\x0c\x13\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xf0\x00\x03\x05\x0f\xd8\x0b\x12\xf0\x00\x01\x09\x1b\xd8\x0c\x13\x88\x47\x90\x45\x8c\x4e\x88\x4e\xd8\x08\x0e\x88\x06\x88\x06\x88\x06\x88\x06\x88\x06\xf8\xf8\xf8\xf8\xf0\x07\x03\x05\x0f\xf8\xf8\xf8\xf8\xf5\x14\x00\x18\x25\xf0\x00\x01\x11\x1a\xf0\x00\x01\x11\x1a\xf0\x00\x01\x11\x1a\xd8\x14\x19\x90\x45\xf0\x03\x01\x11\x1a\xf8\xf8\xf8\xf8\xe5\x13\x1a\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xf0\x00\x03\x0d\x17\xd8\x13\x1a\xf0\x00\x01\x11\x23\xd8\x14\x1b\x90\x47\x98\x45\x94\x4e\x90\x4e\xd8\x10\x16\x90\x06\x90\x06\x90\x06\xf0\x15\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf4\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf8\xf8\xf8\xf8\xf0\x0e\x03\x0d\x17\xf8\xf8\xf8\xf8\xf5\x0e\x00\x14\x1b\xf0\x00\x03\x0d\x1f\xf0\x00\x03\x0d\x1f\xf0\x00\x03\x0d\x1f\xf0\x06\x00\x1a\x1f\x90\x06\x90\x06\x90\x06\xf0\x07\x03\x0d\x1f\xf8\xf8\xf8\xf8\xf5\x24\x00\x1c\x23\xf0\x00\x04\x15\x2b\xf0\x00\x04\x15\x2b\xf0\x00\x04\x15\x2b\xf0\x08\x00\x26\x2b\x98\x0a\x98\x0a\x98\x0a\xf0\x09\x04\x15\x2b\xf8\xf8\xf8\xf0\x35\x00\x15\x1a\xf0\x0d\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf4\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf0\x00\x28\x05\x31\xf8\xf8\xf8\xf0\x56\x01\x00\x08\x0f\xf0\x00\x12\x05\x21\xd8\x0e\x11\x90\x34\x98\x17\xd0\x0e\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xf5\x06\x00\x18\x1c\x97\x7b\x91\x7b\xa5\x44\xa7\x49\xa1\x49\x90\x04\x88\x06\xd8\x17\x1b\xf0\x00\x07\x09\x4a\x01\xf1\x00\x07\x09\x4a\x01\x88\x47\xd8\x17\x1b\x90\x74\x98\x43\xa0\x17\xd4\x17\x29\x88\x48\xf0\x0a\x00\x10\x1b\xf0\x00\x01\x0d\x4a\x01\xa0\x26\xa0\x26\xa8\x18\xd4\x22\x32\xf0\x00\x01\x0d\x4a\x01\xdd\x1b\x20\xa0\x18\xa8\x37\xb0\x47\xb8\x5b\xd4\x1b\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xd0\x10\x49\xf0\x0f\x07\x09\x4a\x01\xf0\x00\x07\x09\x4a\x01\xf0\x14\x00\x19\x22\xf0\x00\x01\x09\x46\x01\xf1\x00\x01\x09\x46\x01\x88\x48\xdd\x17\x1c\x98\x58\xa0\x77\xb0\x07\xb8\x1b\xd4\x17\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xd0\x0c\x45\xe0\x0e\x11\x90\x34\x98\x17\xd0\x0e\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20\xd0\x08\x20",
111718 : : };
111719 : : static
111720 : : struct {
111721 : : PyObject_VAR_HEAD
111722 : : Py_hash_t ob_shash;
111723 : : char ob_sval[176];
111724 : : }
111725 : : os_toplevel_consts_86_exceptiontable = {
111726 : : .ob_base = {
111727 : : .ob_base = {
111728 : : .ob_refcnt = 999999999,
111729 : : .ob_type = &PyBytes_Type,
111730 : : },
111731 : : .ob_size = 175,
111732 : : },
111733 : : .ob_shash = -1,
111734 : : .ob_sval = "\x8a\x0d\x42\x35\x00\x99\x02\x45\x03\x03\x9d\x0d\x43\x18\x02\xaa\x01\x45\x03\x03\xac\x11\x44\x14\x02\xbd\x41\x04\x45\x03\x03\xc2\x02\x11\x44\x26\x02\xc2\x13\x22\x45\x03\x03\xc2\x35\x0a\x43\x15\x03\xc2\x3f\x0b\x43\x10\x03\xc3\x10\x05\x43\x15\x03\xc3\x18\x0a\x43\x25\x05\xc3\x22\x01\x43\x28\x02\xc3\x23\x01\x45\x03\x03\xc3\x24\x01\x43\x25\x05\xc3\x25\x03\x43\x28\x02\xc3\x28\x0a\x44\x11\x05\xc3\x32\x0b\x44\x0c\x05\xc3\x3d\x04\x45\x03\x03\xc4\x0c\x05\x44\x11\x05\xc4\x11\x03\x45\x03\x03\xc4\x14\x0c\x44\x23\x05\xc4\x20\x02\x45\x03\x03\xc4\x22\x01\x44\x23\x05\xc4\x23\x03\x45\x03\x03\xc4\x26\x0c\x44\x35\x05\xc4\x32\x02\x45\x03\x03\xc4\x34\x01\x44\x35\x05\xc4\x35\x03\x45\x03\x03\xc5\x03\x05\x45\x0c\x07",
111735 : : };
111736 : : static
111737 : : struct {
111738 : : PyASCIIObject _ascii;
111739 : : uint8_t _data[8];
111740 : : }
111741 : : const_str_nondirs = {
111742 : : ._ascii = {
111743 : : .ob_base = {
111744 : : .ob_refcnt = 999999999,
111745 : : .ob_type = &PyUnicode_Type,
111746 : : },
111747 : : .length = 7,
111748 : : .hash = -1,
111749 : : .state = {
111750 : : .kind = 1,
111751 : : .compact = 1,
111752 : : .ascii = 1,
111753 : : },
111754 : : },
111755 : : ._data = "nondirs",
111756 : : };
111757 : : static
111758 : : struct {
111759 : : PyASCIIObject _ascii;
111760 : : uint8_t _data[10];
111761 : : }
111762 : : const_str_walk_dirs = {
111763 : : ._ascii = {
111764 : : .ob_base = {
111765 : : .ob_refcnt = 999999999,
111766 : : .ob_type = &PyUnicode_Type,
111767 : : },
111768 : : .length = 9,
111769 : : .hash = -1,
111770 : : .state = {
111771 : : .kind = 1,
111772 : : .compact = 1,
111773 : : .ascii = 1,
111774 : : },
111775 : : },
111776 : : ._data = "walk_dirs",
111777 : : };
111778 : : static
111779 : : struct {
111780 : : PyASCIIObject _ascii;
111781 : : uint8_t _data[11];
111782 : : }
111783 : : const_str_scandir_it = {
111784 : : ._ascii = {
111785 : : .ob_base = {
111786 : : .ob_refcnt = 999999999,
111787 : : .ob_type = &PyUnicode_Type,
111788 : : },
111789 : : .length = 10,
111790 : : .hash = -1,
111791 : : .state = {
111792 : : .kind = 1,
111793 : : .compact = 1,
111794 : : .ascii = 1,
111795 : : },
111796 : : },
111797 : : ._data = "scandir_it",
111798 : : };
111799 : : static
111800 : : struct {
111801 : : PyASCIIObject _ascii;
111802 : : uint8_t _data[6];
111803 : : }
111804 : : const_str_error = {
111805 : : ._ascii = {
111806 : : .ob_base = {
111807 : : .ob_refcnt = 999999999,
111808 : : .ob_type = &PyUnicode_Type,
111809 : : },
111810 : : .length = 5,
111811 : : .hash = -1,
111812 : : .state = {
111813 : : .kind = 1,
111814 : : .compact = 1,
111815 : : .ascii = 1,
111816 : : },
111817 : : },
111818 : : ._data = "error",
111819 : : };
111820 : : static
111821 : : struct {
111822 : : PyASCIIObject _ascii;
111823 : : uint8_t _data[10];
111824 : : }
111825 : : const_str_walk_into = {
111826 : : ._ascii = {
111827 : : .ob_base = {
111828 : : .ob_refcnt = 999999999,
111829 : : .ob_type = &PyUnicode_Type,
111830 : : },
111831 : : .length = 9,
111832 : : .hash = -1,
111833 : : .state = {
111834 : : .kind = 1,
111835 : : .compact = 1,
111836 : : .ascii = 1,
111837 : : },
111838 : : },
111839 : : ._data = "walk_into",
111840 : : };
111841 : : static
111842 : : struct {
111843 : : PyGC_Head _gc_head;
111844 : : struct {
111845 : : PyObject_VAR_HEAD
111846 : : PyObject *ob_item[17];
111847 : : }_object;
111848 : : }
111849 : : os_toplevel_consts_86_localsplusnames = {
111850 : : ._object = {
111851 : : .ob_base = {
111852 : : .ob_base = {
111853 : : .ob_refcnt = 999999999,
111854 : : .ob_type = &PyTuple_Type,
111855 : : },
111856 : : .ob_size = 17,
111857 : : },
111858 : : .ob_item = {
111859 : : &_Py_ID(top),
111860 : : & const_str_topdown._ascii.ob_base,
111861 : : & const_str_onerror._ascii.ob_base,
111862 : : & const_str_followlinks._ascii.ob_base,
111863 : : & const_str_dirs._ascii.ob_base,
111864 : : & const_str_nondirs._ascii.ob_base,
111865 : : & const_str_walk_dirs._ascii.ob_base,
111866 : : & const_str_scandir_it._ascii.ob_base,
111867 : : & const_str_error._ascii.ob_base,
111868 : : & const_str_entry._ascii.ob_base,
111869 : : & const_str_is_dir._ascii.ob_base,
111870 : : & const_str_walk_into._ascii.ob_base,
111871 : : & const_str_is_symlink._ascii.ob_base,
111872 : : & const_str_islink._ascii.ob_base,
111873 : : &_Py_ID(join),
111874 : : & const_str_dirname._ascii.ob_base,
111875 : : & const_str_new_path._ascii.ob_base,
111876 : : },
111877 : : },
111878 : : };
111879 : : static
111880 : : struct _PyCode_DEF(932)
111881 : : os_toplevel_consts_86 = {
111882 : : .ob_base = {
111883 : : .ob_base = {
111884 : : .ob_refcnt = 999999999,
111885 : : .ob_type = &PyCode_Type,
111886 : : },
111887 : : .ob_size = 466,
111888 : : },
111889 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
111890 : : .co_names = & os_toplevel_consts_86_names._object.ob_base.ob_base,
111891 : : .co_exceptiontable = & os_toplevel_consts_86_exceptiontable.ob_base.ob_base,
111892 : : .co_flags = 35,
111893 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
111894 : : ._co_linearray_entry_size = 0,
111895 : : .co_argcount = 4,
111896 : : .co_posonlyargcount = 0,
111897 : : .co_kwonlyargcount = 0,
111898 : : .co_framesize = 24 + FRAME_SPECIALS_SIZE,
111899 : : .co_stacksize = 7,
111900 : : .co_firstlineno = 344,
111901 : : .co_nlocalsplus = 17,
111902 : : .co_nlocals = 17,
111903 : : .co_nplaincellvars = 0,
111904 : : .co_ncellvars = 0,
111905 : : .co_nfreevars = 0,
111906 : : .co_localsplusnames = & os_toplevel_consts_86_localsplusnames._object.ob_base.ob_base,
111907 : : .co_localspluskinds = & zipimport_toplevel_consts_24_localspluskinds.ob_base.ob_base,
111908 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
111909 : : .co_name = & const_str__walk._ascii.ob_base,
111910 : : .co_qualname = & const_str__walk._ascii.ob_base,
111911 : : .co_linetable = & os_toplevel_consts_86_linetable.ob_base.ob_base,
111912 : : ._co_code = NULL,
111913 : : ._co_linearray = NULL,
111914 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x67\x00\x7d\x04\x67\x00\x7d\x05\x67\x00\x7d\x06\x09\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x35\x00\x01\x00\x09\x00\x09\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x09\x00\x09\x00\x7c\x09\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0a\x7c\x0a\x72\x1d\x7c\x04\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x1c\x7c\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x73\x3a\x7c\x0a\x72\x38\x7c\x03\x72\x03\x64\x01\x7d\x0b\x6e\x15\x09\x00\x7c\x09\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x0c\x00\x7d\x0b\x7c\x0b\x72\x1c\x7c\x06\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x9a\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x16\x7d\x08\x7c\x02\x81\x09\x02\x00\x7c\x02\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x64\x00\x53\x00\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x54\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x7d\x08\x7c\x02\x81\x09\x02\x00\x7c\x02\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x08\x7e\x08\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x7d\x08\x7e\x08\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x0a\x59\x00\x8c\xe5\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x0c\x59\x00\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0c\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x7c\x01\x72\x5c\x7c\x00\x7c\x04\x7c\x05\x66\x03\x96\x01\x97\x01\x01\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0e\x7d\x0d\x7c\x04\x44\x00\x5d\x2d\x00\x00\x7d\x0f\x02\x00\x7c\x0e\x7c\x00\x7c\x0f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x10\x7c\x03\x73\x09\x02\x00\x7c\x0d\x7c\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xb0\x18\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x8c\x2f\x64\x00\x53\x00\x7c\x06\x44\x00\x5d\x18\x00\x00\x7d\x10\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x10\x7c\x01\x7c\x02\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x8c\x1a\x7c\x00\x7c\x04\x7c\x05\x66\x03\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00",
111915 : : ._co_firsttraceable = 2,
111916 : : };
111917 : : static
111918 : : struct {
111919 : : PyASCIIObject _ascii;
111920 : : uint8_t _data[16];
111921 : : }
111922 : : const_str_follow_symlinks = {
111923 : : ._ascii = {
111924 : : .ob_base = {
111925 : : .ob_refcnt = 999999999,
111926 : : .ob_type = &PyUnicode_Type,
111927 : : },
111928 : : .length = 15,
111929 : : .hash = -1,
111930 : : .state = {
111931 : : .kind = 1,
111932 : : .compact = 1,
111933 : : .ascii = 1,
111934 : : },
111935 : : },
111936 : : ._data = "follow_symlinks",
111937 : : };
111938 : : static
111939 : : struct {
111940 : : PyASCIIObject _ascii;
111941 : : uint8_t _data[7];
111942 : : }
111943 : : const_str_dir_fd = {
111944 : : ._ascii = {
111945 : : .ob_base = {
111946 : : .ob_refcnt = 999999999,
111947 : : .ob_type = &PyUnicode_Type,
111948 : : },
111949 : : .length = 6,
111950 : : .hash = -1,
111951 : : .state = {
111952 : : .kind = 1,
111953 : : .compact = 1,
111954 : : .ascii = 1,
111955 : : },
111956 : : },
111957 : : ._data = "dir_fd",
111958 : : };
111959 : : static
111960 : : struct {
111961 : : PyGC_Head _gc_head;
111962 : : struct {
111963 : : PyObject_VAR_HEAD
111964 : : PyObject *ob_item[2];
111965 : : }_object;
111966 : : }
111967 : : os_toplevel_consts_89 = {
111968 : : ._object = {
111969 : : .ob_base = {
111970 : : .ob_base = {
111971 : : .ob_refcnt = 999999999,
111972 : : .ob_type = &PyTuple_Type,
111973 : : },
111974 : : .ob_size = 2,
111975 : : },
111976 : : .ob_item = {
111977 : : & const_str_follow_symlinks._ascii.ob_base,
111978 : : & const_str_dir_fd._ascii.ob_base,
111979 : : },
111980 : : },
111981 : : };
111982 : : static
111983 : : struct {
111984 : : PyASCIIObject _ascii;
111985 : : uint8_t _data[1283];
111986 : : }
111987 : : os_toplevel_consts_90_consts_0 = {
111988 : : ._ascii = {
111989 : : .ob_base = {
111990 : : .ob_refcnt = 999999999,
111991 : : .ob_type = &PyUnicode_Type,
111992 : : },
111993 : : .length = 1282,
111994 : : .hash = -1,
111995 : : .state = {
111996 : : .kind = 1,
111997 : : .compact = 1,
111998 : : .ascii = 1,
111999 : : },
112000 : : },
112001 : : ._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",
112002 : : };
112003 : : static
112004 : : struct {
112005 : : PyASCIIObject _ascii;
112006 : : uint8_t _data[9];
112007 : : }
112008 : : os_toplevel_consts_90_consts_1 = {
112009 : : ._ascii = {
112010 : : .ob_base = {
112011 : : .ob_refcnt = 999999999,
112012 : : .ob_type = &PyUnicode_Type,
112013 : : },
112014 : : .length = 8,
112015 : : .hash = -1,
112016 : : .state = {
112017 : : .kind = 1,
112018 : : .compact = 1,
112019 : : .ascii = 1,
112020 : : },
112021 : : },
112022 : : ._data = "os.fwalk",
112023 : : };
112024 : : static
112025 : : struct {
112026 : : PyGC_Head _gc_head;
112027 : : struct {
112028 : : PyObject_VAR_HEAD
112029 : : PyObject *ob_item[1];
112030 : : }_object;
112031 : : }
112032 : : os_toplevel_consts_90_consts_4 = {
112033 : : ._object = {
112034 : : .ob_base = {
112035 : : .ob_base = {
112036 : : .ob_refcnt = 999999999,
112037 : : .ob_type = &PyTuple_Type,
112038 : : },
112039 : : .ob_size = 1,
112040 : : },
112041 : : .ob_item = {
112042 : : & const_str_dir_fd._ascii.ob_base,
112043 : : },
112044 : : },
112045 : : };
112046 : : static
112047 : : struct {
112048 : : PyGC_Head _gc_head;
112049 : : struct {
112050 : : PyObject_VAR_HEAD
112051 : : PyObject *ob_item[6];
112052 : : }_object;
112053 : : }
112054 : : os_toplevel_consts_90_consts = {
112055 : : ._object = {
112056 : : .ob_base = {
112057 : : .ob_base = {
112058 : : .ob_refcnt = 999999999,
112059 : : .ob_type = &PyTuple_Type,
112060 : : },
112061 : : .ob_size = 6,
112062 : : },
112063 : : .ob_item = {
112064 : : & os_toplevel_consts_90_consts_0._ascii.ob_base,
112065 : : & os_toplevel_consts_90_consts_1._ascii.ob_base,
112066 : : Py_False,
112067 : : & os_toplevel_consts_89._object.ob_base.ob_base,
112068 : : & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
112069 : : Py_None,
112070 : : },
112071 : : },
112072 : : };
112073 : : static
112074 : : struct {
112075 : : PyASCIIObject _ascii;
112076 : : uint8_t _data[9];
112077 : : }
112078 : : const_str_O_RDONLY = {
112079 : : ._ascii = {
112080 : : .ob_base = {
112081 : : .ob_refcnt = 999999999,
112082 : : .ob_type = &PyUnicode_Type,
112083 : : },
112084 : : .length = 8,
112085 : : .hash = -1,
112086 : : .state = {
112087 : : .kind = 1,
112088 : : .compact = 1,
112089 : : .ascii = 1,
112090 : : },
112091 : : },
112092 : : ._data = "O_RDONLY",
112093 : : };
112094 : : static
112095 : : struct {
112096 : : PyASCIIObject _ascii;
112097 : : uint8_t _data[7];
112098 : : }
112099 : : const_str__fwalk = {
112100 : : ._ascii = {
112101 : : .ob_base = {
112102 : : .ob_refcnt = 999999999,
112103 : : .ob_type = &PyUnicode_Type,
112104 : : },
112105 : : .length = 6,
112106 : : .hash = -1,
112107 : : .state = {
112108 : : .kind = 1,
112109 : : .compact = 1,
112110 : : .ascii = 1,
112111 : : },
112112 : : },
112113 : : ._data = "_fwalk",
112114 : : };
112115 : : static
112116 : : struct {
112117 : : PyGC_Head _gc_head;
112118 : : struct {
112119 : : PyObject_VAR_HEAD
112120 : : PyObject *ob_item[15];
112121 : : }_object;
112122 : : }
112123 : : os_toplevel_consts_90_names = {
112124 : : ._object = {
112125 : : .ob_base = {
112126 : : .ob_base = {
112127 : : .ob_refcnt = 999999999,
112128 : : .ob_type = &PyTuple_Type,
112129 : : },
112130 : : .ob_size = 15,
112131 : : },
112132 : : .ob_item = {
112133 : : & const_str_sys._ascii.ob_base,
112134 : : & const_str_audit._ascii.ob_base,
112135 : : & const_str_fspath._ascii.ob_base,
112136 : : & const_str_stat._ascii.ob_base,
112137 : : &_Py_ID(open),
112138 : : & const_str_O_RDONLY._ascii.ob_base,
112139 : : & const_str_st._ascii.ob_base,
112140 : : & const_str_S_ISDIR._ascii.ob_base,
112141 : : & const_str_st_mode._ascii.ob_base,
112142 : : &_Py_ID(path),
112143 : : & const_str_samestat._ascii.ob_base,
112144 : : & const_str__fwalk._ascii.ob_base,
112145 : : &_Py_ID(isinstance),
112146 : : & const_str_bytes._ascii.ob_base,
112147 : : &_Py_ID(close),
112148 : : },
112149 : : },
112150 : : };
112151 : : static
112152 : : struct {
112153 : : PyASCIIObject _ascii;
112154 : : uint8_t _data[6];
112155 : : }
112156 : : const_str_fwalk = {
112157 : : ._ascii = {
112158 : : .ob_base = {
112159 : : .ob_refcnt = 999999999,
112160 : : .ob_type = &PyUnicode_Type,
112161 : : },
112162 : : .length = 5,
112163 : : .hash = -1,
112164 : : .state = {
112165 : : .kind = 1,
112166 : : .compact = 1,
112167 : : .ascii = 1,
112168 : : },
112169 : : },
112170 : : ._data = "fwalk",
112171 : : };
112172 : : static
112173 : : struct {
112174 : : PyObject_VAR_HEAD
112175 : : Py_hash_t ob_shash;
112176 : : char ob_sval[248];
112177 : : }
112178 : : os_toplevel_consts_90_linetable = {
112179 : : .ob_base = {
112180 : : .ob_base = {
112181 : : .ob_refcnt = 999999999,
112182 : : .ob_type = &PyBytes_Type,
112183 : : },
112184 : : .ob_size = 247,
112185 : : },
112186 : : .ob_shash = -1,
112187 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x42\x01\x00\x09\x12\x8f\x09\x89\x09\x90\x2a\x98\x63\xa0\x37\xa8\x47\xb0\x5f\xc0\x66\xd4\x08\x4d\xd0\x08\x4d\xdd\x0e\x14\x90\x53\x8c\x6b\x88\x03\xf0\x06\x00\x10\x1f\xf0\x00\x01\x09\x46\x01\xdd\x16\x1a\x98\x33\xb0\x05\xb8\x66\xd0\x16\x45\xd4\x16\x45\x88\x47\xdd\x10\x14\x90\x53\x9d\x28\xa8\x36\xd0\x10\x32\xd4\x10\x32\x88\x05\xf0\x02\x06\x09\x19\xd8\x10\x1f\xf0\x00\x03\x0d\x45\x01\xa5\x4a\xa7\x4a\xa1\x4a\xa8\x77\xaf\x7f\xa9\x7f\xd4\x24\x3f\xf0\x00\x03\x0d\x45\x01\xdd\x24\x31\xa7\x4d\xa1\x4d\xb0\x27\xbd\x34\xc0\x05\xbc\x3b\xd4\x24\x47\xf0\x03\x03\x0d\x45\x01\xe5\x1b\x21\xa0\x25\xa8\x13\xad\x6a\xb8\x13\xbd\x65\xd4\x2e\x44\xd8\x22\x29\xa8\x37\xb0\x4f\xf4\x03\x01\x1c\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf0\x00\x01\x11\x45\x01\xf5\x06\x00\x0d\x12\x90\x25\x8c\x4c\x88\x4c\x88\x4c\x88\x4c\xf8\x8d\x45\x90\x25\x8c\x4c\x88\x4c\x88\x4c\xf8\xf8\xf8",
112188 : : };
112189 : : static
112190 : : struct {
112191 : : PyObject_VAR_HEAD
112192 : : Py_hash_t ob_shash;
112193 : : char ob_sval[14];
112194 : : }
112195 : : os_toplevel_consts_90_exceptiontable = {
112196 : : .ob_base = {
112197 : : .ob_base = {
112198 : : .ob_refcnt = 999999999,
112199 : : .ob_type = &PyBytes_Type,
112200 : : },
112201 : : .ob_size = 13,
112202 : : },
112203 : : .ob_shash = -1,
112204 : : .ob_sval = "\xc1\x14\x41\x2f\x43\x12\x00\xc3\x12\x0f\x43\x21\x03",
112205 : : };
112206 : : static
112207 : : struct {
112208 : : PyASCIIObject _ascii;
112209 : : uint8_t _data[8];
112210 : : }
112211 : : const_str_orig_st = {
112212 : : ._ascii = {
112213 : : .ob_base = {
112214 : : .ob_refcnt = 999999999,
112215 : : .ob_type = &PyUnicode_Type,
112216 : : },
112217 : : .length = 7,
112218 : : .hash = -1,
112219 : : .state = {
112220 : : .kind = 1,
112221 : : .compact = 1,
112222 : : .ascii = 1,
112223 : : },
112224 : : },
112225 : : ._data = "orig_st",
112226 : : };
112227 : : static
112228 : : struct {
112229 : : PyASCIIObject _ascii;
112230 : : uint8_t _data[6];
112231 : : }
112232 : : const_str_topfd = {
112233 : : ._ascii = {
112234 : : .ob_base = {
112235 : : .ob_refcnt = 999999999,
112236 : : .ob_type = &PyUnicode_Type,
112237 : : },
112238 : : .length = 5,
112239 : : .hash = -1,
112240 : : .state = {
112241 : : .kind = 1,
112242 : : .compact = 1,
112243 : : .ascii = 1,
112244 : : },
112245 : : },
112246 : : ._data = "topfd",
112247 : : };
112248 : : static
112249 : : struct {
112250 : : PyGC_Head _gc_head;
112251 : : struct {
112252 : : PyObject_VAR_HEAD
112253 : : PyObject *ob_item[7];
112254 : : }_object;
112255 : : }
112256 : : os_toplevel_consts_90_localsplusnames = {
112257 : : ._object = {
112258 : : .ob_base = {
112259 : : .ob_base = {
112260 : : .ob_refcnt = 999999999,
112261 : : .ob_type = &PyTuple_Type,
112262 : : },
112263 : : .ob_size = 7,
112264 : : },
112265 : : .ob_item = {
112266 : : &_Py_ID(top),
112267 : : & const_str_topdown._ascii.ob_base,
112268 : : & const_str_onerror._ascii.ob_base,
112269 : : & const_str_follow_symlinks._ascii.ob_base,
112270 : : & const_str_dir_fd._ascii.ob_base,
112271 : : & const_str_orig_st._ascii.ob_base,
112272 : : & const_str_topfd._ascii.ob_base,
112273 : : },
112274 : : },
112275 : : };
112276 : : static
112277 : : struct _PyCode_DEF(456)
112278 : : os_toplevel_consts_90 = {
112279 : : .ob_base = {
112280 : : .ob_base = {
112281 : : .ob_refcnt = 999999999,
112282 : : .ob_type = &PyCode_Type,
112283 : : },
112284 : : .ob_size = 228,
112285 : : },
112286 : : .co_consts = & os_toplevel_consts_90_consts._object.ob_base.ob_base,
112287 : : .co_names = & os_toplevel_consts_90_names._object.ob_base.ob_base,
112288 : : .co_exceptiontable = & os_toplevel_consts_90_exceptiontable.ob_base.ob_base,
112289 : : .co_flags = 35,
112290 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
112291 : : ._co_linearray_entry_size = 0,
112292 : : .co_argcount = 3,
112293 : : .co_posonlyargcount = 0,
112294 : : .co_kwonlyargcount = 2,
112295 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
112296 : : .co_stacksize = 8,
112297 : : .co_firstlineno = 430,
112298 : : .co_nlocalsplus = 7,
112299 : : .co_nlocals = 7,
112300 : : .co_nplaincellvars = 0,
112301 : : .co_ncellvars = 0,
112302 : : .co_nfreevars = 0,
112303 : : .co_localsplusnames = & os_toplevel_consts_90_localsplusnames._object.ob_base.ob_base,
112304 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
112305 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
112306 : : .co_name = & const_str_fwalk._ascii.ob_base,
112307 : : .co_qualname = & const_str_fwalk._ascii.ob_base,
112308 : : .co_linetable = & os_toplevel_consts_90_linetable.ob_base.ob_base,
112309 : : ._co_code = NULL,
112310 : : ._co_linearray = NULL,
112311 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x7c\x04\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x03\x73\x10\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x02\x7c\x04\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x09\x00\x7c\x03\x73\x44\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x05\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x29\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x7c\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x05\x7b\x03\x96\x02\x97\x02\x86\x04\x01\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x05\x53\x00\x23\x00\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
112312 : : ._co_firsttraceable = 2,
112313 : : };
112314 : : static
112315 : : struct {
112316 : : PyGC_Head _gc_head;
112317 : : struct {
112318 : : PyObject_VAR_HEAD
112319 : : PyObject *ob_item[2];
112320 : : }_object;
112321 : : }
112322 : : os_toplevel_consts_91_consts_2 = {
112323 : : ._object = {
112324 : : .ob_base = {
112325 : : .ob_base = {
112326 : : .ob_refcnt = 999999999,
112327 : : .ob_type = &PyTuple_Type,
112328 : : },
112329 : : .ob_size = 2,
112330 : : },
112331 : : .ob_item = {
112332 : : & const_str_dir_fd._ascii.ob_base,
112333 : : & const_str_follow_symlinks._ascii.ob_base,
112334 : : },
112335 : : },
112336 : : };
112337 : : static
112338 : : struct {
112339 : : PyGC_Head _gc_head;
112340 : : struct {
112341 : : PyObject_VAR_HEAD
112342 : : PyObject *ob_item[1];
112343 : : }_object;
112344 : : }
112345 : : os_toplevel_consts_91_consts_3 = {
112346 : : ._object = {
112347 : : .ob_base = {
112348 : : .ob_base = {
112349 : : .ob_refcnt = 999999999,
112350 : : .ob_type = &PyTuple_Type,
112351 : : },
112352 : : .ob_size = 1,
112353 : : },
112354 : : .ob_item = {
112355 : : & const_str_follow_symlinks._ascii.ob_base,
112356 : : },
112357 : : },
112358 : : };
112359 : : static
112360 : : struct {
112361 : : PyGC_Head _gc_head;
112362 : : struct {
112363 : : PyObject_VAR_HEAD
112364 : : PyObject *ob_item[5];
112365 : : }_object;
112366 : : }
112367 : : os_toplevel_consts_91_consts = {
112368 : : ._object = {
112369 : : .ob_base = {
112370 : : .ob_base = {
112371 : : .ob_refcnt = 999999999,
112372 : : .ob_type = &PyTuple_Type,
112373 : : },
112374 : : .ob_size = 5,
112375 : : },
112376 : : .ob_item = {
112377 : : Py_None,
112378 : : Py_False,
112379 : : & os_toplevel_consts_91_consts_2._object.ob_base.ob_base,
112380 : : & os_toplevel_consts_91_consts_3._object.ob_base.ob_base,
112381 : : & os_toplevel_consts_90_consts_4._object.ob_base.ob_base,
112382 : : },
112383 : : },
112384 : : };
112385 : : static
112386 : : struct {
112387 : : PyGC_Head _gc_head;
112388 : : struct {
112389 : : PyObject_VAR_HEAD
112390 : : PyObject *ob_item[16];
112391 : : }_object;
112392 : : }
112393 : : os_toplevel_consts_91_names = {
112394 : : ._object = {
112395 : : .ob_base = {
112396 : : .ob_base = {
112397 : : .ob_refcnt = 999999999,
112398 : : .ob_type = &PyTuple_Type,
112399 : : },
112400 : : .ob_size = 16,
112401 : : },
112402 : : .ob_item = {
112403 : : & const_str_scandir._ascii.ob_base,
112404 : : &_Py_ID(name),
112405 : : & const_str_fsencode._ascii.ob_base,
112406 : : & const_str_is_dir._ascii.ob_base,
112407 : : &_Py_ID(append),
112408 : : & const_str_OSError._ascii.ob_base,
112409 : : & const_str_is_symlink._ascii.ob_base,
112410 : : & const_str_zip._ascii.ob_base,
112411 : : & const_str_stat._ascii.ob_base,
112412 : : &_Py_ID(open),
112413 : : & const_str_O_RDONLY._ascii.ob_base,
112414 : : &_Py_ID(path),
112415 : : & const_str_samestat._ascii.ob_base,
112416 : : &_Py_ID(join),
112417 : : & const_str__fwalk._ascii.ob_base,
112418 : : &_Py_ID(close),
112419 : : },
112420 : : },
112421 : : };
112422 : : static
112423 : : struct {
112424 : : PyObject_VAR_HEAD
112425 : : Py_hash_t ob_shash;
112426 : : char ob_sval[679];
112427 : : }
112428 : : os_toplevel_consts_91_linetable = {
112429 : : .ob_base = {
112430 : : .ob_base = {
112431 : : .ob_refcnt = 999999999,
112432 : : .ob_type = &PyBytes_Type,
112433 : : },
112434 : : .ob_size = 678,
112435 : : },
112436 : : .ob_shash = -1,
112437 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xf5\x0a\x00\x16\x1d\x98\x55\x94\x5e\x88\x0a\xd8\x0f\x11\x88\x04\xd8\x12\x14\x88\x07\xd8\x1a\x21\xd0\x12\x3c\xa0\x5f\xd0\x12\x3c\x90\x24\x90\x24\xb8\x22\x88\x07\xd8\x15\x1f\xf0\x00\x11\x09\x19\xf1\x00\x11\x09\x19\x88\x45\xd8\x13\x18\x97\x3a\x91\x3a\x88\x44\xd8\x0f\x16\xf0\x00\x01\x0d\x26\xdd\x17\x1f\xa0\x04\x94\x7e\x90\x04\xf0\x02\x0d\x0d\x19\xd8\x13\x18\x97\x3c\x91\x3c\x94\x3e\xf0\x00\x05\x11\x29\xd8\x14\x18\x97\x4b\x91\x4b\xa0\x04\xd4\x14\x25\xd0\x14\x25\xd8\x17\x1e\xf0\x00\x01\x15\x2e\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x75\xd4\x18\x2d\xd0\x18\x2d\xd0\x18\x2d\xe0\x14\x1b\x97\x4e\x91\x4e\xa0\x34\xd4\x14\x28\xd0\x14\x28\xf8\xf0\x12\x00\x0c\x13\xf0\x00\x01\x09\x30\xd8\x12\x19\x98\x34\xa0\x17\xa8\x25\xd0\x12\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xe0\x1c\x23\xd0\x14\x43\x90\x44\x90\x44\xb5\x13\xb0\x54\xb8\x37\xd4\x31\x43\xf0\x00\x14\x09\x1d\xf1\x00\x14\x09\x1d\x88\x44\xf0\x02\x0c\x0d\x19\xd8\x17\x26\xf0\x00\x06\x11\x44\x01\xd8\x17\x1e\xf0\x00\x05\x15\x44\x01\xdd\x22\x26\xa0\x74\xb0\x45\xc8\x35\xd0\x22\x51\xd4\x22\x51\x98\x07\x98\x07\xe0\x1f\x26\xd0\x18\x32\xd0\x18\x32\xd0\x18\x32\xd8\x26\x2a\x99\x0b\x98\x04\x98\x65\xd8\x22\x27\xa7\x2a\xa1\x2a\xb8\x55\xa0\x2a\xd4\x22\x43\x98\x07\xdd\x18\x1c\x98\x54\xa5\x38\xb0\x45\xd0\x18\x3a\xd4\x18\x3a\x90\x05\xf0\x0a\x06\x0d\x1d\xd8\x13\x22\xf0\x00\x03\x11\x49\x01\xa5\x6d\xa7\x6d\xa1\x6d\xb0\x47\xbd\x54\xc0\x25\xbc\x5b\xd4\x26\x49\xf0\x00\x03\x11\x49\x01\xdd\x1e\x27\x9f\x69\x99\x69\xa8\x07\xb0\x14\xd4\x1e\x36\x90\x47\xdd\x1f\x25\xa0\x65\xa8\x57\xb0\x67\xd8\x26\x2d\xa8\x77\xb8\x0f\xf4\x03\x01\x20\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf0\x00\x01\x15\x49\x01\xf5\x06\x00\x11\x16\x90\x65\x94\x0c\x90\x0c\x90\x0c\xe0\x0f\x16\xf0\x00\x01\x09\x30\xd8\x12\x19\x98\x34\xa0\x17\xa8\x25\xd0\x12\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xd0\x0c\x2f\xf0\x03\x01\x09\x30\xf0\x00\x01\x09\x30\xf8\xf5\x43\x01\x00\x14\x1b\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x02\x05\x11\x19\xe0\x17\x1c\xd7\x17\x27\xd1\x17\x27\xd4\x17\x29\xf0\x00\x01\x15\x2d\xd8\x18\x1f\x9f\x0e\x99\x0e\xa0\x74\xd4\x18\x2c\xd0\x18\x2c\xf8\xf8\xdd\x17\x1e\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xf0\x00\x01\x11\x19\xd8\x14\x18\x90\x44\xf0\x03\x01\x11\x19\xf8\xf8\xf8\xf8\xf9\xf0\x0b\x06\x0d\x19\xf8\xf8\xf8\xf8\xf5\x2a\x00\x14\x1b\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xf0\x00\x03\x0d\x19\xd8\x13\x1a\xf0\x00\x01\x11\x21\xd8\x14\x1b\x90\x47\x98\x43\x94\x4c\x90\x4c\xd8\x10\x18\x90\x08\x90\x08\x90\x08\x91\x08\xf8\xf8\xf8\xf8\xf0\x07\x03\x0d\x19\xf8\xf8\xf8\xf8\xf5\x14\x00\x11\x16\x90\x65\x94\x0c\x90\x0c\x90\x0c\xf8\xf8\xf8",
112438 : : };
112439 : : static
112440 : : struct {
112441 : : PyObject_VAR_HEAD
112442 : : Py_hash_t ob_shash;
112443 : : char ob_sval[93];
112444 : : }
112445 : : os_toplevel_consts_91_exceptiontable = {
112446 : : .ob_base = {
112447 : : .ob_base = {
112448 : : .ob_refcnt = 999999999,
112449 : : .ob_type = &PyBytes_Type,
112450 : : },
112451 : : .ob_size = 92,
112452 : : },
112453 : : .ob_shash = -1,
112454 : : .ob_sval = "\xbd\x41\x0a\x45\x20\x02\xc2\x28\x41\x06\x46\x26\x02\xc3\x2f\x41\x15\x47\x09\x02\xc5\x20\x0a\x46\x23\x05\xc5\x2b\x23\x46\x0f\x04\xc6\x0e\x01\x46\x23\x05\xc6\x0f\x0a\x46\x1c\x07\xc6\x19\x02\x46\x23\x05\xc6\x1b\x01\x46\x1c\x07\xc6\x1c\x03\x46\x23\x05\xc6\x22\x01\x46\x23\x05\xc6\x26\x0a\x47\x06\x05\xc6\x30\x0b\x47\x01\x05\xc7\x01\x05\x47\x06\x05\xc7\x09\x0f\x47\x18\x05",
112455 : : };
112456 : : static
112457 : : struct {
112458 : : PyASCIIObject _ascii;
112459 : : uint8_t _data[8];
112460 : : }
112461 : : const_str_toppath = {
112462 : : ._ascii = {
112463 : : .ob_base = {
112464 : : .ob_refcnt = 999999999,
112465 : : .ob_type = &PyUnicode_Type,
112466 : : },
112467 : : .length = 7,
112468 : : .hash = -1,
112469 : : .state = {
112470 : : .kind = 1,
112471 : : .compact = 1,
112472 : : .ascii = 1,
112473 : : },
112474 : : },
112475 : : ._data = "toppath",
112476 : : };
112477 : : static
112478 : : struct {
112479 : : PyASCIIObject _ascii;
112480 : : uint8_t _data[8];
112481 : : }
112482 : : const_str_isbytes = {
112483 : : ._ascii = {
112484 : : .ob_base = {
112485 : : .ob_refcnt = 999999999,
112486 : : .ob_type = &PyUnicode_Type,
112487 : : },
112488 : : .length = 7,
112489 : : .hash = -1,
112490 : : .state = {
112491 : : .kind = 1,
112492 : : .compact = 1,
112493 : : .ascii = 1,
112494 : : },
112495 : : },
112496 : : ._data = "isbytes",
112497 : : };
112498 : : static
112499 : : struct {
112500 : : PyASCIIObject _ascii;
112501 : : uint8_t _data[8];
112502 : : }
112503 : : const_str_entries = {
112504 : : ._ascii = {
112505 : : .ob_base = {
112506 : : .ob_refcnt = 999999999,
112507 : : .ob_type = &PyUnicode_Type,
112508 : : },
112509 : : .length = 7,
112510 : : .hash = -1,
112511 : : .state = {
112512 : : .kind = 1,
112513 : : .compact = 1,
112514 : : .ascii = 1,
112515 : : },
112516 : : },
112517 : : ._data = "entries",
112518 : : };
112519 : : static
112520 : : struct {
112521 : : PyASCIIObject _ascii;
112522 : : uint8_t _data[6];
112523 : : }
112524 : : const_str_dirfd = {
112525 : : ._ascii = {
112526 : : .ob_base = {
112527 : : .ob_refcnt = 999999999,
112528 : : .ob_type = &PyUnicode_Type,
112529 : : },
112530 : : .length = 5,
112531 : : .hash = -1,
112532 : : .state = {
112533 : : .kind = 1,
112534 : : .compact = 1,
112535 : : .ascii = 1,
112536 : : },
112537 : : },
112538 : : ._data = "dirfd",
112539 : : };
112540 : : static
112541 : : struct {
112542 : : PyASCIIObject _ascii;
112543 : : uint8_t _data[4];
112544 : : }
112545 : : const_str_err = {
112546 : : ._ascii = {
112547 : : .ob_base = {
112548 : : .ob_refcnt = 999999999,
112549 : : .ob_type = &PyUnicode_Type,
112550 : : },
112551 : : .length = 3,
112552 : : .hash = -1,
112553 : : .state = {
112554 : : .kind = 1,
112555 : : .compact = 1,
112556 : : .ascii = 1,
112557 : : },
112558 : : },
112559 : : ._data = "err",
112560 : : };
112561 : : static
112562 : : struct {
112563 : : PyGC_Head _gc_head;
112564 : : struct {
112565 : : PyObject_VAR_HEAD
112566 : : PyObject *ob_item[16];
112567 : : }_object;
112568 : : }
112569 : : os_toplevel_consts_91_localsplusnames = {
112570 : : ._object = {
112571 : : .ob_base = {
112572 : : .ob_base = {
112573 : : .ob_refcnt = 999999999,
112574 : : .ob_type = &PyTuple_Type,
112575 : : },
112576 : : .ob_size = 16,
112577 : : },
112578 : : .ob_item = {
112579 : : & const_str_topfd._ascii.ob_base,
112580 : : & const_str_toppath._ascii.ob_base,
112581 : : & const_str_isbytes._ascii.ob_base,
112582 : : & const_str_topdown._ascii.ob_base,
112583 : : & const_str_onerror._ascii.ob_base,
112584 : : & const_str_follow_symlinks._ascii.ob_base,
112585 : : & const_str_scandir_it._ascii.ob_base,
112586 : : & const_str_dirs._ascii.ob_base,
112587 : : & const_str_nondirs._ascii.ob_base,
112588 : : & const_str_entries._ascii.ob_base,
112589 : : & const_str_entry._ascii.ob_base,
112590 : : &_Py_ID(name),
112591 : : & const_str_orig_st._ascii.ob_base,
112592 : : & const_str_dirfd._ascii.ob_base,
112593 : : & const_str_err._ascii.ob_base,
112594 : : & const_str_dirpath._ascii.ob_base,
112595 : : },
112596 : : },
112597 : : };
112598 : : static
112599 : : struct {
112600 : : PyObject_VAR_HEAD
112601 : : Py_hash_t ob_shash;
112602 : : char ob_sval[17];
112603 : : }
112604 : : os_toplevel_consts_91_localspluskinds = {
112605 : : .ob_base = {
112606 : : .ob_base = {
112607 : : .ob_refcnt = 999999999,
112608 : : .ob_type = &PyBytes_Type,
112609 : : },
112610 : : .ob_size = 16,
112611 : : },
112612 : : .ob_shash = -1,
112613 : : .ob_sval = " ",
112614 : : };
112615 : : static
112616 : : struct _PyCode_DEF(950)
112617 : : os_toplevel_consts_91 = {
112618 : : .ob_base = {
112619 : : .ob_base = {
112620 : : .ob_refcnt = 999999999,
112621 : : .ob_type = &PyCode_Type,
112622 : : },
112623 : : .ob_size = 475,
112624 : : },
112625 : : .co_consts = & os_toplevel_consts_91_consts._object.ob_base.ob_base,
112626 : : .co_names = & os_toplevel_consts_91_names._object.ob_base.ob_base,
112627 : : .co_exceptiontable = & os_toplevel_consts_91_exceptiontable.ob_base.ob_base,
112628 : : .co_flags = 35,
112629 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
112630 : : ._co_linearray_entry_size = 0,
112631 : : .co_argcount = 6,
112632 : : .co_posonlyargcount = 0,
112633 : : .co_kwonlyargcount = 0,
112634 : : .co_framesize = 25 + FRAME_SPECIALS_SIZE,
112635 : : .co_stacksize = 9,
112636 : : .co_firstlineno = 478,
112637 : : .co_nlocalsplus = 16,
112638 : : .co_nlocals = 16,
112639 : : .co_nplaincellvars = 0,
112640 : : .co_ncellvars = 0,
112641 : : .co_nfreevars = 0,
112642 : : .co_localsplusnames = & os_toplevel_consts_91_localsplusnames._object.ob_base.ob_base,
112643 : : .co_localspluskinds = & os_toplevel_consts_91_localspluskinds.ob_base.ob_base,
112644 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
112645 : : .co_name = & const_str__fwalk._ascii.ob_base,
112646 : : .co_qualname = & const_str__fwalk._ascii.ob_base,
112647 : : .co_linetable = & os_toplevel_consts_91_linetable.ob_base.ob_base,
112648 : : ._co_code = NULL,
112649 : : ._co_linearray = NULL,
112650 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x67\x00\x7d\x07\x67\x00\x7d\x08\x7c\x03\x73\x02\x7c\x05\x72\x02\x64\x00\x6e\x01\x67\x00\x7d\x09\x7c\x06\x44\x00\x5d\x68\x00\x00\x7d\x0a\x7c\x0a\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x02\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x09\x00\x7c\x0a\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x27\x7c\x07\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x81\x25\x7c\x09\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x12\x7c\x08\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x6a\x7c\x03\x72\x08\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x96\x01\x97\x01\x01\x00\x7c\x09\x80\x02\x7c\x07\x6e\x0d\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xac\x00\x00\x7d\x0b\x09\x00\x7c\x05\x73\x2f\x7c\x03\x72\x11\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x7c\x00\x64\x01\xac\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x6e\x1c\x7c\x09\x80\x02\x4a\x00\x82\x01\x7c\x0b\x5c\x02\x00\x00\x7d\x0b\x7d\x0a\x7c\x0a\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xac\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xac\x04\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x09\x00\x7c\x05\x73\x23\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x0c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x0b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0f\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\x7c\x0f\x7c\x02\x7c\x03\x7c\x04\x7c\x05\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x45\x00\x64\x00\x7b\x03\x96\x03\x97\x02\x86\x04\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xae\x7c\x03\x73\x0a\x7c\x01\x7c\x07\x7c\x08\x7c\x00\x66\x04\x96\x01\x97\x01\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x39\x01\x00\x09\x00\x7c\x0a\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x12\x7c\x08\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x10\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x3e\x01\x8c\x84\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x16\x7d\x0e\x7c\x04\x81\x09\x02\x00\x7c\x04\x7c\x0e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x7d\x0e\x7e\x0e\x3e\x01\x8c\x1d\x64\x00\x7d\x0e\x7e\x0e\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x78\x03\x59\x00\x77\x01",
112651 : : ._co_firsttraceable = 2,
112652 : : };
112653 : : static
112654 : : struct {
112655 : : PyASCIIObject _ascii;
112656 : : uint8_t _data[113];
112657 : : }
112658 : : os_toplevel_consts_93_consts_0 = {
112659 : : ._ascii = {
112660 : : .ob_base = {
112661 : : .ob_refcnt = 999999999,
112662 : : .ob_type = &PyUnicode_Type,
112663 : : },
112664 : : .length = 112,
112665 : : .hash = -1,
112666 : : .state = {
112667 : : .kind = 1,
112668 : : .compact = 1,
112669 : : .ascii = 1,
112670 : : },
112671 : : },
112672 : : ._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",
112673 : : };
112674 : : static
112675 : : struct {
112676 : : PyGC_Head _gc_head;
112677 : : struct {
112678 : : PyObject_VAR_HEAD
112679 : : PyObject *ob_item[2];
112680 : : }_object;
112681 : : }
112682 : : os_toplevel_consts_93_consts = {
112683 : : ._object = {
112684 : : .ob_base = {
112685 : : .ob_base = {
112686 : : .ob_refcnt = 999999999,
112687 : : .ob_type = &PyTuple_Type,
112688 : : },
112689 : : .ob_size = 2,
112690 : : },
112691 : : .ob_item = {
112692 : : & os_toplevel_consts_93_consts_0._ascii.ob_base,
112693 : : Py_None,
112694 : : },
112695 : : },
112696 : : };
112697 : : static
112698 : : struct {
112699 : : PyASCIIObject _ascii;
112700 : : uint8_t _data[6];
112701 : : }
112702 : : const_str_execv = {
112703 : : ._ascii = {
112704 : : .ob_base = {
112705 : : .ob_refcnt = 999999999,
112706 : : .ob_type = &PyUnicode_Type,
112707 : : },
112708 : : .length = 5,
112709 : : .hash = -1,
112710 : : .state = {
112711 : : .kind = 1,
112712 : : .compact = 1,
112713 : : .ascii = 1,
112714 : : },
112715 : : },
112716 : : ._data = "execv",
112717 : : };
112718 : : static
112719 : : struct {
112720 : : PyGC_Head _gc_head;
112721 : : struct {
112722 : : PyObject_VAR_HEAD
112723 : : PyObject *ob_item[1];
112724 : : }_object;
112725 : : }
112726 : : os_toplevel_consts_93_names = {
112727 : : ._object = {
112728 : : .ob_base = {
112729 : : .ob_base = {
112730 : : .ob_refcnt = 999999999,
112731 : : .ob_type = &PyTuple_Type,
112732 : : },
112733 : : .ob_size = 1,
112734 : : },
112735 : : .ob_item = {
112736 : : & const_str_execv._ascii.ob_base,
112737 : : },
112738 : : },
112739 : : };
112740 : : static
112741 : : struct {
112742 : : PyASCIIObject _ascii;
112743 : : uint8_t _data[6];
112744 : : }
112745 : : const_str_execl = {
112746 : : ._ascii = {
112747 : : .ob_base = {
112748 : : .ob_refcnt = 999999999,
112749 : : .ob_type = &PyUnicode_Type,
112750 : : },
112751 : : .length = 5,
112752 : : .hash = -1,
112753 : : .state = {
112754 : : .kind = 1,
112755 : : .compact = 1,
112756 : : .ascii = 1,
112757 : : },
112758 : : },
112759 : : ._data = "execl",
112760 : : };
112761 : : static
112762 : : struct {
112763 : : PyObject_VAR_HEAD
112764 : : Py_hash_t ob_shash;
112765 : : char ob_sval[24];
112766 : : }
112767 : : os_toplevel_consts_93_linetable = {
112768 : : .ob_base = {
112769 : : .ob_base = {
112770 : : .ob_refcnt = 999999999,
112771 : : .ob_type = &PyBytes_Type,
112772 : : },
112773 : : .ob_size = 23,
112774 : : },
112775 : : .ob_shash = -1,
112776 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0a\x88\x24\x90\x04\xd4\x04\x15\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
112777 : : };
112778 : : static
112779 : : struct {
112780 : : PyGC_Head _gc_head;
112781 : : struct {
112782 : : PyObject_VAR_HEAD
112783 : : PyObject *ob_item[2];
112784 : : }_object;
112785 : : }
112786 : : os_toplevel_consts_93_localsplusnames = {
112787 : : ._object = {
112788 : : .ob_base = {
112789 : : .ob_base = {
112790 : : .ob_refcnt = 999999999,
112791 : : .ob_type = &PyTuple_Type,
112792 : : },
112793 : : .ob_size = 2,
112794 : : },
112795 : : .ob_item = {
112796 : : & const_str_file._ascii.ob_base,
112797 : : & const_str_args._ascii.ob_base,
112798 : : },
112799 : : },
112800 : : };
112801 : : static
112802 : : struct _PyCode_DEF(34)
112803 : : os_toplevel_consts_93 = {
112804 : : .ob_base = {
112805 : : .ob_base = {
112806 : : .ob_refcnt = 999999999,
112807 : : .ob_type = &PyCode_Type,
112808 : : },
112809 : : .ob_size = 17,
112810 : : },
112811 : : .co_consts = & os_toplevel_consts_93_consts._object.ob_base.ob_base,
112812 : : .co_names = & os_toplevel_consts_93_names._object.ob_base.ob_base,
112813 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
112814 : : .co_flags = 7,
112815 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
112816 : : ._co_linearray_entry_size = 0,
112817 : : .co_argcount = 1,
112818 : : .co_posonlyargcount = 0,
112819 : : .co_kwonlyargcount = 0,
112820 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
112821 : : .co_stacksize = 4,
112822 : : .co_firstlineno = 536,
112823 : : .co_nlocalsplus = 2,
112824 : : .co_nlocals = 2,
112825 : : .co_nplaincellvars = 0,
112826 : : .co_ncellvars = 0,
112827 : : .co_nfreevars = 0,
112828 : : .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
112829 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
112830 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
112831 : : .co_name = & const_str_execl._ascii.ob_base,
112832 : : .co_qualname = & const_str_execl._ascii.ob_base,
112833 : : .co_linetable = & os_toplevel_consts_93_linetable.ob_base.ob_base,
112834 : : ._co_code = NULL,
112835 : : ._co_linearray = NULL,
112836 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
112837 : : ._co_firsttraceable = 0,
112838 : : };
112839 : : static
112840 : : struct {
112841 : : PyASCIIObject _ascii;
112842 : : uint8_t _data[139];
112843 : : }
112844 : : os_toplevel_consts_94_consts_0 = {
112845 : : ._ascii = {
112846 : : .ob_base = {
112847 : : .ob_refcnt = 999999999,
112848 : : .ob_type = &PyUnicode_Type,
112849 : : },
112850 : : .length = 138,
112851 : : .hash = -1,
112852 : : .state = {
112853 : : .kind = 1,
112854 : : .compact = 1,
112855 : : .ascii = 1,
112856 : : },
112857 : : },
112858 : : ._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",
112859 : : };
112860 : : static
112861 : : struct {
112862 : : PyGC_Head _gc_head;
112863 : : struct {
112864 : : PyObject_VAR_HEAD
112865 : : PyObject *ob_item[3];
112866 : : }_object;
112867 : : }
112868 : : os_toplevel_consts_94_consts = {
112869 : : ._object = {
112870 : : .ob_base = {
112871 : : .ob_base = {
112872 : : .ob_refcnt = 999999999,
112873 : : .ob_type = &PyTuple_Type,
112874 : : },
112875 : : .ob_size = 3,
112876 : : },
112877 : : .ob_item = {
112878 : : & os_toplevel_consts_94_consts_0._ascii.ob_base,
112879 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
112880 : : Py_None,
112881 : : },
112882 : : },
112883 : : };
112884 : : static
112885 : : struct {
112886 : : PyGC_Head _gc_head;
112887 : : struct {
112888 : : PyObject_VAR_HEAD
112889 : : PyObject *ob_item[1];
112890 : : }_object;
112891 : : }
112892 : : os_toplevel_consts_94_names = {
112893 : : ._object = {
112894 : : .ob_base = {
112895 : : .ob_base = {
112896 : : .ob_refcnt = 999999999,
112897 : : .ob_type = &PyTuple_Type,
112898 : : },
112899 : : .ob_size = 1,
112900 : : },
112901 : : .ob_item = {
112902 : : & const_str_execve._ascii.ob_base,
112903 : : },
112904 : : },
112905 : : };
112906 : : static
112907 : : struct {
112908 : : PyASCIIObject _ascii;
112909 : : uint8_t _data[7];
112910 : : }
112911 : : const_str_execle = {
112912 : : ._ascii = {
112913 : : .ob_base = {
112914 : : .ob_refcnt = 999999999,
112915 : : .ob_type = &PyUnicode_Type,
112916 : : },
112917 : : .length = 6,
112918 : : .hash = -1,
112919 : : .state = {
112920 : : .kind = 1,
112921 : : .compact = 1,
112922 : : .ascii = 1,
112923 : : },
112924 : : },
112925 : : ._data = "execle",
112926 : : };
112927 : : static
112928 : : struct {
112929 : : PyObject_VAR_HEAD
112930 : : Py_hash_t ob_shash;
112931 : : char ob_sval[41];
112932 : : }
112933 : : os_toplevel_consts_94_linetable = {
112934 : : .ob_base = {
112935 : : .ob_base = {
112936 : : .ob_refcnt = 999999999,
112937 : : .ob_type = &PyBytes_Type,
112938 : : },
112939 : : .ob_size = 40,
112940 : : },
112941 : : .ob_shash = -1,
112942 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0a\x88\x34\x90\x14\x90\x19\x90\x72\x90\x19\x98\x43\xd4\x04\x20\xd0\x04\x20\xd0\x04\x20\xd0\x04\x20",
112943 : : };
112944 : : static
112945 : : struct {
112946 : : PyASCIIObject _ascii;
112947 : : uint8_t _data[4];
112948 : : }
112949 : : const_str_env = {
112950 : : ._ascii = {
112951 : : .ob_base = {
112952 : : .ob_refcnt = 999999999,
112953 : : .ob_type = &PyUnicode_Type,
112954 : : },
112955 : : .length = 3,
112956 : : .hash = -1,
112957 : : .state = {
112958 : : .kind = 1,
112959 : : .compact = 1,
112960 : : .ascii = 1,
112961 : : },
112962 : : },
112963 : : ._data = "env",
112964 : : };
112965 : : static
112966 : : struct {
112967 : : PyGC_Head _gc_head;
112968 : : struct {
112969 : : PyObject_VAR_HEAD
112970 : : PyObject *ob_item[3];
112971 : : }_object;
112972 : : }
112973 : : os_toplevel_consts_94_localsplusnames = {
112974 : : ._object = {
112975 : : .ob_base = {
112976 : : .ob_base = {
112977 : : .ob_refcnt = 999999999,
112978 : : .ob_type = &PyTuple_Type,
112979 : : },
112980 : : .ob_size = 3,
112981 : : },
112982 : : .ob_item = {
112983 : : & const_str_file._ascii.ob_base,
112984 : : & const_str_args._ascii.ob_base,
112985 : : & const_str_env._ascii.ob_base,
112986 : : },
112987 : : },
112988 : : };
112989 : : static
112990 : : struct _PyCode_DEF(58)
112991 : : os_toplevel_consts_94 = {
112992 : : .ob_base = {
112993 : : .ob_base = {
112994 : : .ob_refcnt = 999999999,
112995 : : .ob_type = &PyCode_Type,
112996 : : },
112997 : : .ob_size = 29,
112998 : : },
112999 : : .co_consts = & os_toplevel_consts_94_consts._object.ob_base.ob_base,
113000 : : .co_names = & os_toplevel_consts_94_names._object.ob_base.ob_base,
113001 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113002 : : .co_flags = 7,
113003 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113004 : : ._co_linearray_entry_size = 0,
113005 : : .co_argcount = 1,
113006 : : .co_posonlyargcount = 0,
113007 : : .co_kwonlyargcount = 0,
113008 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
113009 : : .co_stacksize = 6,
113010 : : .co_firstlineno = 543,
113011 : : .co_nlocalsplus = 3,
113012 : : .co_nlocals = 3,
113013 : : .co_nplaincellvars = 0,
113014 : : .co_ncellvars = 0,
113015 : : .co_nfreevars = 0,
113016 : : .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
113017 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
113018 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113019 : : .co_name = & const_str_execle._ascii.ob_base,
113020 : : .co_qualname = & const_str_execle._ascii.ob_base,
113021 : : .co_linetable = & os_toplevel_consts_94_linetable.ob_base.ob_base,
113022 : : ._co_code = NULL,
113023 : : ._co_linearray = NULL,
113024 : : .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x02\x64\x01\x1a\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
113025 : : ._co_firsttraceable = 0,
113026 : : };
113027 : : static
113028 : : struct {
113029 : : PyASCIIObject _ascii;
113030 : : uint8_t _data[150];
113031 : : }
113032 : : os_toplevel_consts_95_consts_0 = {
113033 : : ._ascii = {
113034 : : .ob_base = {
113035 : : .ob_refcnt = 999999999,
113036 : : .ob_type = &PyUnicode_Type,
113037 : : },
113038 : : .length = 149,
113039 : : .hash = -1,
113040 : : .state = {
113041 : : .kind = 1,
113042 : : .compact = 1,
113043 : : .ascii = 1,
113044 : : },
113045 : : },
113046 : : ._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",
113047 : : };
113048 : : static
113049 : : struct {
113050 : : PyGC_Head _gc_head;
113051 : : struct {
113052 : : PyObject_VAR_HEAD
113053 : : PyObject *ob_item[2];
113054 : : }_object;
113055 : : }
113056 : : os_toplevel_consts_95_consts = {
113057 : : ._object = {
113058 : : .ob_base = {
113059 : : .ob_base = {
113060 : : .ob_refcnt = 999999999,
113061 : : .ob_type = &PyTuple_Type,
113062 : : },
113063 : : .ob_size = 2,
113064 : : },
113065 : : .ob_item = {
113066 : : & os_toplevel_consts_95_consts_0._ascii.ob_base,
113067 : : Py_None,
113068 : : },
113069 : : },
113070 : : };
113071 : : static
113072 : : struct {
113073 : : PyASCIIObject _ascii;
113074 : : uint8_t _data[7];
113075 : : }
113076 : : const_str_execvp = {
113077 : : ._ascii = {
113078 : : .ob_base = {
113079 : : .ob_refcnt = 999999999,
113080 : : .ob_type = &PyUnicode_Type,
113081 : : },
113082 : : .length = 6,
113083 : : .hash = -1,
113084 : : .state = {
113085 : : .kind = 1,
113086 : : .compact = 1,
113087 : : .ascii = 1,
113088 : : },
113089 : : },
113090 : : ._data = "execvp",
113091 : : };
113092 : : static
113093 : : struct {
113094 : : PyGC_Head _gc_head;
113095 : : struct {
113096 : : PyObject_VAR_HEAD
113097 : : PyObject *ob_item[1];
113098 : : }_object;
113099 : : }
113100 : : os_toplevel_consts_95_names = {
113101 : : ._object = {
113102 : : .ob_base = {
113103 : : .ob_base = {
113104 : : .ob_refcnt = 999999999,
113105 : : .ob_type = &PyTuple_Type,
113106 : : },
113107 : : .ob_size = 1,
113108 : : },
113109 : : .ob_item = {
113110 : : & const_str_execvp._ascii.ob_base,
113111 : : },
113112 : : },
113113 : : };
113114 : : static
113115 : : struct {
113116 : : PyASCIIObject _ascii;
113117 : : uint8_t _data[7];
113118 : : }
113119 : : const_str_execlp = {
113120 : : ._ascii = {
113121 : : .ob_base = {
113122 : : .ob_refcnt = 999999999,
113123 : : .ob_type = &PyUnicode_Type,
113124 : : },
113125 : : .length = 6,
113126 : : .hash = -1,
113127 : : .state = {
113128 : : .kind = 1,
113129 : : .compact = 1,
113130 : : .ascii = 1,
113131 : : },
113132 : : },
113133 : : ._data = "execlp",
113134 : : };
113135 : : static
113136 : : struct {
113137 : : PyObject_VAR_HEAD
113138 : : Py_hash_t ob_shash;
113139 : : char ob_sval[24];
113140 : : }
113141 : : os_toplevel_consts_95_linetable = {
113142 : : .ob_base = {
113143 : : .ob_base = {
113144 : : .ob_refcnt = 999999999,
113145 : : .ob_type = &PyBytes_Type,
113146 : : },
113147 : : .ob_size = 23,
113148 : : },
113149 : : .ob_shash = -1,
113150 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x05\x0b\x88\x34\x90\x14\xd4\x04\x16\xd0\x04\x16\xd0\x04\x16\xd0\x04\x16",
113151 : : };
113152 : : static
113153 : : struct _PyCode_DEF(34)
113154 : : os_toplevel_consts_95 = {
113155 : : .ob_base = {
113156 : : .ob_base = {
113157 : : .ob_refcnt = 999999999,
113158 : : .ob_type = &PyCode_Type,
113159 : : },
113160 : : .ob_size = 17,
113161 : : },
113162 : : .co_consts = & os_toplevel_consts_95_consts._object.ob_base.ob_base,
113163 : : .co_names = & os_toplevel_consts_95_names._object.ob_base.ob_base,
113164 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113165 : : .co_flags = 7,
113166 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113167 : : ._co_linearray_entry_size = 0,
113168 : : .co_argcount = 1,
113169 : : .co_posonlyargcount = 0,
113170 : : .co_kwonlyargcount = 0,
113171 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
113172 : : .co_stacksize = 4,
113173 : : .co_firstlineno = 551,
113174 : : .co_nlocalsplus = 2,
113175 : : .co_nlocals = 2,
113176 : : .co_nplaincellvars = 0,
113177 : : .co_ncellvars = 0,
113178 : : .co_nfreevars = 0,
113179 : : .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
113180 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
113181 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113182 : : .co_name = & const_str_execlp._ascii.ob_base,
113183 : : .co_qualname = & const_str_execlp._ascii.ob_base,
113184 : : .co_linetable = & os_toplevel_consts_95_linetable.ob_base.ob_base,
113185 : : ._co_code = NULL,
113186 : : ._co_linearray = NULL,
113187 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
113188 : : ._co_firsttraceable = 0,
113189 : : };
113190 : : static
113191 : : struct {
113192 : : PyASCIIObject _ascii;
113193 : : uint8_t _data[180];
113194 : : }
113195 : : os_toplevel_consts_96_consts_0 = {
113196 : : ._ascii = {
113197 : : .ob_base = {
113198 : : .ob_refcnt = 999999999,
113199 : : .ob_type = &PyUnicode_Type,
113200 : : },
113201 : : .length = 179,
113202 : : .hash = -1,
113203 : : .state = {
113204 : : .kind = 1,
113205 : : .compact = 1,
113206 : : .ascii = 1,
113207 : : },
113208 : : },
113209 : : ._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",
113210 : : };
113211 : : static
113212 : : struct {
113213 : : PyGC_Head _gc_head;
113214 : : struct {
113215 : : PyObject_VAR_HEAD
113216 : : PyObject *ob_item[3];
113217 : : }_object;
113218 : : }
113219 : : os_toplevel_consts_96_consts = {
113220 : : ._object = {
113221 : : .ob_base = {
113222 : : .ob_base = {
113223 : : .ob_refcnt = 999999999,
113224 : : .ob_type = &PyTuple_Type,
113225 : : },
113226 : : .ob_size = 3,
113227 : : },
113228 : : .ob_item = {
113229 : : & os_toplevel_consts_96_consts_0._ascii.ob_base,
113230 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
113231 : : Py_None,
113232 : : },
113233 : : },
113234 : : };
113235 : : static
113236 : : struct {
113237 : : PyASCIIObject _ascii;
113238 : : uint8_t _data[8];
113239 : : }
113240 : : const_str_execvpe = {
113241 : : ._ascii = {
113242 : : .ob_base = {
113243 : : .ob_refcnt = 999999999,
113244 : : .ob_type = &PyUnicode_Type,
113245 : : },
113246 : : .length = 7,
113247 : : .hash = -1,
113248 : : .state = {
113249 : : .kind = 1,
113250 : : .compact = 1,
113251 : : .ascii = 1,
113252 : : },
113253 : : },
113254 : : ._data = "execvpe",
113255 : : };
113256 : : static
113257 : : struct {
113258 : : PyGC_Head _gc_head;
113259 : : struct {
113260 : : PyObject_VAR_HEAD
113261 : : PyObject *ob_item[1];
113262 : : }_object;
113263 : : }
113264 : : os_toplevel_consts_96_names = {
113265 : : ._object = {
113266 : : .ob_base = {
113267 : : .ob_base = {
113268 : : .ob_refcnt = 999999999,
113269 : : .ob_type = &PyTuple_Type,
113270 : : },
113271 : : .ob_size = 1,
113272 : : },
113273 : : .ob_item = {
113274 : : & const_str_execvpe._ascii.ob_base,
113275 : : },
113276 : : },
113277 : : };
113278 : : static
113279 : : struct {
113280 : : PyASCIIObject _ascii;
113281 : : uint8_t _data[8];
113282 : : }
113283 : : const_str_execlpe = {
113284 : : ._ascii = {
113285 : : .ob_base = {
113286 : : .ob_refcnt = 999999999,
113287 : : .ob_type = &PyUnicode_Type,
113288 : : },
113289 : : .length = 7,
113290 : : .hash = -1,
113291 : : .state = {
113292 : : .kind = 1,
113293 : : .compact = 1,
113294 : : .ascii = 1,
113295 : : },
113296 : : },
113297 : : ._data = "execlpe",
113298 : : };
113299 : : static
113300 : : struct {
113301 : : PyObject_VAR_HEAD
113302 : : Py_hash_t ob_shash;
113303 : : char ob_sval[41];
113304 : : }
113305 : : os_toplevel_consts_96_linetable = {
113306 : : .ob_base = {
113307 : : .ob_base = {
113308 : : .ob_refcnt = 999999999,
113309 : : .ob_type = &PyBytes_Type,
113310 : : },
113311 : : .ob_size = 40,
113312 : : },
113313 : : .ob_shash = -1,
113314 : : .ob_sval = "\x80\x00\xf0\x0c\x00\x0b\x0f\x88\x72\x8c\x28\x80\x43\xdd\x04\x0b\x88\x44\x90\x24\x90\x29\x98\x02\x90\x29\x98\x53\xd4\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21",
113315 : : };
113316 : : static
113317 : : struct _PyCode_DEF(58)
113318 : : os_toplevel_consts_96 = {
113319 : : .ob_base = {
113320 : : .ob_base = {
113321 : : .ob_refcnt = 999999999,
113322 : : .ob_type = &PyCode_Type,
113323 : : },
113324 : : .ob_size = 29,
113325 : : },
113326 : : .co_consts = & os_toplevel_consts_96_consts._object.ob_base.ob_base,
113327 : : .co_names = & os_toplevel_consts_96_names._object.ob_base.ob_base,
113328 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113329 : : .co_flags = 7,
113330 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113331 : : ._co_linearray_entry_size = 0,
113332 : : .co_argcount = 1,
113333 : : .co_posonlyargcount = 0,
113334 : : .co_kwonlyargcount = 0,
113335 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
113336 : : .co_stacksize = 6,
113337 : : .co_firstlineno = 558,
113338 : : .co_nlocalsplus = 3,
113339 : : .co_nlocals = 3,
113340 : : .co_nplaincellvars = 0,
113341 : : .co_ncellvars = 0,
113342 : : .co_nfreevars = 0,
113343 : : .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
113344 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
113345 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113346 : : .co_name = & const_str_execlpe._ascii.ob_base,
113347 : : .co_qualname = & const_str_execlpe._ascii.ob_base,
113348 : : .co_linetable = & os_toplevel_consts_96_linetable.ob_base.ob_base,
113349 : : ._co_code = NULL,
113350 : : ._co_linearray = NULL,
113351 : : .co_code_adaptive = "\x97\x00\x7c\x01\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x64\x02\x64\x01\x1a\x00\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
113352 : : ._co_firsttraceable = 0,
113353 : : };
113354 : : static
113355 : : struct {
113356 : : PyASCIIObject _ascii;
113357 : : uint8_t _data[193];
113358 : : }
113359 : : os_toplevel_consts_97_consts_0 = {
113360 : : ._ascii = {
113361 : : .ob_base = {
113362 : : .ob_refcnt = 999999999,
113363 : : .ob_type = &PyUnicode_Type,
113364 : : },
113365 : : .length = 192,
113366 : : .hash = -1,
113367 : : .state = {
113368 : : .kind = 1,
113369 : : .compact = 1,
113370 : : .ascii = 1,
113371 : : },
113372 : : },
113373 : : ._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",
113374 : : };
113375 : : static
113376 : : struct {
113377 : : PyGC_Head _gc_head;
113378 : : struct {
113379 : : PyObject_VAR_HEAD
113380 : : PyObject *ob_item[2];
113381 : : }_object;
113382 : : }
113383 : : os_toplevel_consts_97_consts = {
113384 : : ._object = {
113385 : : .ob_base = {
113386 : : .ob_base = {
113387 : : .ob_refcnt = 999999999,
113388 : : .ob_type = &PyTuple_Type,
113389 : : },
113390 : : .ob_size = 2,
113391 : : },
113392 : : .ob_item = {
113393 : : & os_toplevel_consts_97_consts_0._ascii.ob_base,
113394 : : Py_None,
113395 : : },
113396 : : },
113397 : : };
113398 : : static
113399 : : struct {
113400 : : PyASCIIObject _ascii;
113401 : : uint8_t _data[9];
113402 : : }
113403 : : const_str__execvpe = {
113404 : : ._ascii = {
113405 : : .ob_base = {
113406 : : .ob_refcnt = 999999999,
113407 : : .ob_type = &PyUnicode_Type,
113408 : : },
113409 : : .length = 8,
113410 : : .hash = -1,
113411 : : .state = {
113412 : : .kind = 1,
113413 : : .compact = 1,
113414 : : .ascii = 1,
113415 : : },
113416 : : },
113417 : : ._data = "_execvpe",
113418 : : };
113419 : : static
113420 : : struct {
113421 : : PyGC_Head _gc_head;
113422 : : struct {
113423 : : PyObject_VAR_HEAD
113424 : : PyObject *ob_item[1];
113425 : : }_object;
113426 : : }
113427 : : os_toplevel_consts_97_names = {
113428 : : ._object = {
113429 : : .ob_base = {
113430 : : .ob_base = {
113431 : : .ob_refcnt = 999999999,
113432 : : .ob_type = &PyTuple_Type,
113433 : : },
113434 : : .ob_size = 1,
113435 : : },
113436 : : .ob_item = {
113437 : : & const_str__execvpe._ascii.ob_base,
113438 : : },
113439 : : },
113440 : : };
113441 : : static
113442 : : struct {
113443 : : PyObject_VAR_HEAD
113444 : : Py_hash_t ob_shash;
113445 : : char ob_sval[24];
113446 : : }
113447 : : os_toplevel_consts_97_linetable = {
113448 : : .ob_base = {
113449 : : .ob_base = {
113450 : : .ob_refcnt = 999999999,
113451 : : .ob_type = &PyBytes_Type,
113452 : : },
113453 : : .ob_size = 23,
113454 : : },
113455 : : .ob_shash = -1,
113456 : : .ob_sval = "\x80\x00\xf5\x0c\x00\x05\x0d\x88\x54\x90\x34\xd4\x04\x18\xd0\x04\x18\xd0\x04\x18\xd0\x04\x18",
113457 : : };
113458 : : static
113459 : : struct _PyCode_DEF(34)
113460 : : os_toplevel_consts_97 = {
113461 : : .ob_base = {
113462 : : .ob_base = {
113463 : : .ob_refcnt = 999999999,
113464 : : .ob_type = &PyCode_Type,
113465 : : },
113466 : : .ob_size = 17,
113467 : : },
113468 : : .co_consts = & os_toplevel_consts_97_consts._object.ob_base.ob_base,
113469 : : .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
113470 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113471 : : .co_flags = 3,
113472 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113473 : : ._co_linearray_entry_size = 0,
113474 : : .co_argcount = 2,
113475 : : .co_posonlyargcount = 0,
113476 : : .co_kwonlyargcount = 0,
113477 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
113478 : : .co_stacksize = 4,
113479 : : .co_firstlineno = 567,
113480 : : .co_nlocalsplus = 2,
113481 : : .co_nlocals = 2,
113482 : : .co_nplaincellvars = 0,
113483 : : .co_ncellvars = 0,
113484 : : .co_nfreevars = 0,
113485 : : .co_localsplusnames = & os_toplevel_consts_93_localsplusnames._object.ob_base.ob_base,
113486 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
113487 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113488 : : .co_name = & const_str_execvp._ascii.ob_base,
113489 : : .co_qualname = & const_str_execvp._ascii.ob_base,
113490 : : .co_linetable = & os_toplevel_consts_97_linetable.ob_base.ob_base,
113491 : : ._co_code = NULL,
113492 : : ._co_linearray = NULL,
113493 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
113494 : : ._co_firsttraceable = 0,
113495 : : };
113496 : : static
113497 : : struct {
113498 : : PyASCIIObject _ascii;
113499 : : uint8_t _data[223];
113500 : : }
113501 : : os_toplevel_consts_98_consts_0 = {
113502 : : ._ascii = {
113503 : : .ob_base = {
113504 : : .ob_refcnt = 999999999,
113505 : : .ob_type = &PyUnicode_Type,
113506 : : },
113507 : : .length = 222,
113508 : : .hash = -1,
113509 : : .state = {
113510 : : .kind = 1,
113511 : : .compact = 1,
113512 : : .ascii = 1,
113513 : : },
113514 : : },
113515 : : ._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",
113516 : : };
113517 : : static
113518 : : struct {
113519 : : PyGC_Head _gc_head;
113520 : : struct {
113521 : : PyObject_VAR_HEAD
113522 : : PyObject *ob_item[2];
113523 : : }_object;
113524 : : }
113525 : : os_toplevel_consts_98_consts = {
113526 : : ._object = {
113527 : : .ob_base = {
113528 : : .ob_base = {
113529 : : .ob_refcnt = 999999999,
113530 : : .ob_type = &PyTuple_Type,
113531 : : },
113532 : : .ob_size = 2,
113533 : : },
113534 : : .ob_item = {
113535 : : & os_toplevel_consts_98_consts_0._ascii.ob_base,
113536 : : Py_None,
113537 : : },
113538 : : },
113539 : : };
113540 : : static
113541 : : struct {
113542 : : PyObject_VAR_HEAD
113543 : : Py_hash_t ob_shash;
113544 : : char ob_sval[26];
113545 : : }
113546 : : os_toplevel_consts_98_linetable = {
113547 : : .ob_base = {
113548 : : .ob_base = {
113549 : : .ob_refcnt = 999999999,
113550 : : .ob_type = &PyBytes_Type,
113551 : : },
113552 : : .ob_size = 25,
113553 : : },
113554 : : .ob_shash = -1,
113555 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x05\x0d\x88\x54\x90\x34\x98\x13\xd4\x04\x1d\xd0\x04\x1d\xd0\x04\x1d\xd0\x04\x1d",
113556 : : };
113557 : : static
113558 : : struct _PyCode_DEF(36)
113559 : : os_toplevel_consts_98 = {
113560 : : .ob_base = {
113561 : : .ob_base = {
113562 : : .ob_refcnt = 999999999,
113563 : : .ob_type = &PyCode_Type,
113564 : : },
113565 : : .ob_size = 18,
113566 : : },
113567 : : .co_consts = & os_toplevel_consts_98_consts._object.ob_base.ob_base,
113568 : : .co_names = & os_toplevel_consts_97_names._object.ob_base.ob_base,
113569 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
113570 : : .co_flags = 3,
113571 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113572 : : ._co_linearray_entry_size = 0,
113573 : : .co_argcount = 3,
113574 : : .co_posonlyargcount = 0,
113575 : : .co_kwonlyargcount = 0,
113576 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
113577 : : .co_stacksize = 5,
113578 : : .co_firstlineno = 575,
113579 : : .co_nlocalsplus = 3,
113580 : : .co_nlocals = 3,
113581 : : .co_nplaincellvars = 0,
113582 : : .co_ncellvars = 0,
113583 : : .co_nfreevars = 0,
113584 : : .co_localsplusnames = & os_toplevel_consts_94_localsplusnames._object.ob_base.ob_base,
113585 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
113586 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113587 : : .co_name = & const_str_execvpe._ascii.ob_base,
113588 : : .co_qualname = & const_str_execvpe._ascii.ob_base,
113589 : : .co_linetable = & os_toplevel_consts_98_linetable.ob_base.ob_base,
113590 : : ._co_code = NULL,
113591 : : ._co_linearray = NULL,
113592 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
113593 : : ._co_firsttraceable = 0,
113594 : : };
113595 : : static
113596 : : struct {
113597 : : PyGC_Head _gc_head;
113598 : : struct {
113599 : : PyObject_VAR_HEAD
113600 : : PyObject *ob_item[6];
113601 : : }_object;
113602 : : }
113603 : : os_toplevel_consts_99 = {
113604 : : ._object = {
113605 : : .ob_base = {
113606 : : .ob_base = {
113607 : : .ob_refcnt = 999999999,
113608 : : .ob_type = &PyTuple_Type,
113609 : : },
113610 : : .ob_size = 6,
113611 : : },
113612 : : .ob_item = {
113613 : : & const_str_execl._ascii.ob_base,
113614 : : & const_str_execle._ascii.ob_base,
113615 : : & const_str_execlp._ascii.ob_base,
113616 : : & const_str_execlpe._ascii.ob_base,
113617 : : & const_str_execvp._ascii.ob_base,
113618 : : & const_str_execvpe._ascii.ob_base,
113619 : : },
113620 : : },
113621 : : };
113622 : : static
113623 : : struct {
113624 : : PyGC_Head _gc_head;
113625 : : struct {
113626 : : PyObject_VAR_HEAD
113627 : : PyObject *ob_item[2];
113628 : : }_object;
113629 : : }
113630 : : os_toplevel_consts_100_consts = {
113631 : : ._object = {
113632 : : .ob_base = {
113633 : : .ob_base = {
113634 : : .ob_refcnt = 999999999,
113635 : : .ob_type = &PyTuple_Type,
113636 : : },
113637 : : .ob_size = 2,
113638 : : },
113639 : : .ob_item = {
113640 : : Py_None,
113641 : : & const_str_nt._ascii.ob_base,
113642 : : },
113643 : : },
113644 : : };
113645 : : static
113646 : : struct {
113647 : : PyGC_Head _gc_head;
113648 : : struct {
113649 : : PyObject_VAR_HEAD
113650 : : PyObject *ob_item[13];
113651 : : }_object;
113652 : : }
113653 : : os_toplevel_consts_100_names = {
113654 : : ._object = {
113655 : : .ob_base = {
113656 : : .ob_base = {
113657 : : .ob_refcnt = 999999999,
113658 : : .ob_type = &PyTuple_Type,
113659 : : },
113660 : : .ob_size = 13,
113661 : : },
113662 : : .ob_item = {
113663 : : & const_str_execve._ascii.ob_base,
113664 : : & const_str_execv._ascii.ob_base,
113665 : : & const_str_environ._ascii.ob_base,
113666 : : &_Py_ID(path),
113667 : : & const_str_dirname._ascii.ob_base,
113668 : : & const_str_get_exec_path._ascii.ob_base,
113669 : : &_Py_ID(name),
113670 : : & const_str_fsencode._ascii.ob_base,
113671 : : & const_str_map._ascii.ob_base,
113672 : : &_Py_ID(join),
113673 : : & const_str_FileNotFoundError._ascii.ob_base,
113674 : : & const_str_NotADirectoryError._ascii.ob_base,
113675 : : & const_str_OSError._ascii.ob_base,
113676 : : },
113677 : : },
113678 : : };
113679 : : static
113680 : : struct {
113681 : : PyObject_VAR_HEAD
113682 : : Py_hash_t ob_shash;
113683 : : char ob_sval[320];
113684 : : }
113685 : : os_toplevel_consts_100_linetable = {
113686 : : .ob_base = {
113687 : : .ob_base = {
113688 : : .ob_refcnt = 999999999,
113689 : : .ob_type = &PyBytes_Type,
113690 : : },
113691 : : .ob_size = 319,
113692 : : },
113693 : : .ob_shash = -1,
113694 : : .ob_sval = "\x80\x00\xd8\x07\x0a\xf0\x00\x06\x05\x16\xdd\x14\x1a\x88\x09\xd8\x13\x17\x98\x13\x90\x2b\x88\x07\x88\x07\xe5\x14\x19\x88\x09\xd8\x13\x17\x90\x27\x88\x07\xdd\x0e\x15\x88\x03\xe5\x07\x13\x87\x7c\x81\x7c\x90\x44\xd4\x07\x19\xf0\x00\x02\x05\x0f\xd8\x08\x11\x88\x09\x90\x24\xd0\x08\x21\x98\x17\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21\xd0\x08\x21\xd8\x08\x0e\x88\x06\xd8\x10\x14\x80\x49\xdd\x10\x1d\x98\x63\xd4\x10\x22\x80\x49\xdd\x07\x0b\x88\x74\x82\x7c\xf0\x00\x02\x05\x2d\xdd\x0f\x17\x98\x04\x8c\x7e\x88\x04\xdd\x14\x17\x9d\x08\xa0\x29\xd4\x14\x2c\x88\x09\xd8\x0f\x18\xf0\x00\x09\x05\x1e\xf1\x00\x09\x05\x1e\x88\x03\xdd\x13\x1c\x97\x39\x91\x39\x98\x53\xa0\x24\xd4\x13\x27\x88\x08\xf0\x02\x07\x09\x1e\xd8\x0c\x15\x88\x49\x90\x68\xd0\x0c\x29\xa0\x17\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xd0\x0c\x29\xf0\x0e\x00\x08\x11\xf0\x00\x01\x05\x18\xd8\x0e\x17\x88\x0f\xd8\x0a\x12\x80\x4e\xf8\xf5\x11\x00\x11\x22\xd5\x23\x35\xd0\x0f\x36\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xf0\x00\x01\x09\x19\xd8\x17\x18\x88\x48\x88\x48\x88\x48\x88\x48\x88\x48\x88\x48\xf8\xf8\xf8\xf8\xdd\x0f\x16\xf0\x00\x03\x09\x1e\xf0\x00\x03\x09\x1e\xf0\x00\x03\x09\x1e\xd8\x17\x18\x88\x48\xd8\x0f\x18\xf0\x00\x01\x0d\x1e\xd8\x1c\x1d\x90\x09\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf8\xf0\x07\x03\x09\x1e\xf8\xf8\xf8",
113695 : : };
113696 : : static
113697 : : struct {
113698 : : PyObject_VAR_HEAD
113699 : : Py_hash_t ob_shash;
113700 : : char ob_sval[37];
113701 : : }
113702 : : os_toplevel_consts_100_exceptiontable = {
113703 : : .ob_base = {
113704 : : .ob_base = {
113705 : : .ob_refcnt = 999999999,
113706 : : .ob_type = &PyBytes_Type,
113707 : : },
113708 : : .ob_size = 36,
113709 : : },
113710 : : .ob_shash = -1,
113711 : : .ob_sval = "\xc2\x1a\x09\x42\x2a\x02\xc2\x2a\x11\x43\x1f\x05\xc2\x3b\x02\x43\x02\x05\xc3\x02\x0d\x43\x1f\x05\xc3\x0f\x06\x43\x1a\x05\xc3\x1a\x05\x43\x1f\x05",
113712 : : };
113713 : : static
113714 : : struct {
113715 : : PyASCIIObject _ascii;
113716 : : uint8_t _data[10];
113717 : : }
113718 : : const_str_exec_func = {
113719 : : ._ascii = {
113720 : : .ob_base = {
113721 : : .ob_refcnt = 999999999,
113722 : : .ob_type = &PyUnicode_Type,
113723 : : },
113724 : : .length = 9,
113725 : : .hash = -1,
113726 : : .state = {
113727 : : .kind = 1,
113728 : : .compact = 1,
113729 : : .ascii = 1,
113730 : : },
113731 : : },
113732 : : ._data = "exec_func",
113733 : : };
113734 : : static
113735 : : struct {
113736 : : PyASCIIObject _ascii;
113737 : : uint8_t _data[8];
113738 : : }
113739 : : const_str_argrest = {
113740 : : ._ascii = {
113741 : : .ob_base = {
113742 : : .ob_refcnt = 999999999,
113743 : : .ob_type = &PyUnicode_Type,
113744 : : },
113745 : : .length = 7,
113746 : : .hash = -1,
113747 : : .state = {
113748 : : .kind = 1,
113749 : : .compact = 1,
113750 : : .ascii = 1,
113751 : : },
113752 : : },
113753 : : ._data = "argrest",
113754 : : };
113755 : : static
113756 : : struct {
113757 : : PyASCIIObject _ascii;
113758 : : uint8_t _data[10];
113759 : : }
113760 : : const_str_saved_exc = {
113761 : : ._ascii = {
113762 : : .ob_base = {
113763 : : .ob_refcnt = 999999999,
113764 : : .ob_type = &PyUnicode_Type,
113765 : : },
113766 : : .length = 9,
113767 : : .hash = -1,
113768 : : .state = {
113769 : : .kind = 1,
113770 : : .compact = 1,
113771 : : .ascii = 1,
113772 : : },
113773 : : },
113774 : : ._data = "saved_exc",
113775 : : };
113776 : : static
113777 : : struct {
113778 : : PyASCIIObject _ascii;
113779 : : uint8_t _data[9];
113780 : : }
113781 : : const_str_last_exc = {
113782 : : ._ascii = {
113783 : : .ob_base = {
113784 : : .ob_refcnt = 999999999,
113785 : : .ob_type = &PyUnicode_Type,
113786 : : },
113787 : : .length = 8,
113788 : : .hash = -1,
113789 : : .state = {
113790 : : .kind = 1,
113791 : : .compact = 1,
113792 : : .ascii = 1,
113793 : : },
113794 : : },
113795 : : ._data = "last_exc",
113796 : : };
113797 : : static
113798 : : struct {
113799 : : PyGC_Head _gc_head;
113800 : : struct {
113801 : : PyObject_VAR_HEAD
113802 : : PyObject *ob_item[11];
113803 : : }_object;
113804 : : }
113805 : : os_toplevel_consts_100_localsplusnames = {
113806 : : ._object = {
113807 : : .ob_base = {
113808 : : .ob_base = {
113809 : : .ob_refcnt = 999999999,
113810 : : .ob_type = &PyTuple_Type,
113811 : : },
113812 : : .ob_size = 11,
113813 : : },
113814 : : .ob_item = {
113815 : : & const_str_file._ascii.ob_base,
113816 : : & const_str_args._ascii.ob_base,
113817 : : & const_str_env._ascii.ob_base,
113818 : : & const_str_exec_func._ascii.ob_base,
113819 : : & const_str_argrest._ascii.ob_base,
113820 : : & const_str_saved_exc._ascii.ob_base,
113821 : : & const_str_path_list._ascii.ob_base,
113822 : : & const_str_dir._ascii.ob_base,
113823 : : & const_str_fullname._ascii.ob_base,
113824 : : & const_str_e._ascii.ob_base,
113825 : : & const_str_last_exc._ascii.ob_base,
113826 : : },
113827 : : },
113828 : : };
113829 : : static
113830 : : struct _PyCode_DEF(452)
113831 : : os_toplevel_consts_100 = {
113832 : : .ob_base = {
113833 : : .ob_base = {
113834 : : .ob_refcnt = 999999999,
113835 : : .ob_type = &PyCode_Type,
113836 : : },
113837 : : .ob_size = 226,
113838 : : },
113839 : : .co_consts = & os_toplevel_consts_100_consts._object.ob_base.ob_base,
113840 : : .co_names = & os_toplevel_consts_100_names._object.ob_base.ob_base,
113841 : : .co_exceptiontable = & os_toplevel_consts_100_exceptiontable.ob_base.ob_base,
113842 : : .co_flags = 3,
113843 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
113844 : : ._co_linearray_entry_size = 0,
113845 : : .co_argcount = 3,
113846 : : .co_posonlyargcount = 0,
113847 : : .co_kwonlyargcount = 0,
113848 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
113849 : : .co_stacksize = 5,
113850 : : .co_firstlineno = 586,
113851 : : .co_nlocalsplus = 11,
113852 : : .co_nlocals = 11,
113853 : : .co_nplaincellvars = 0,
113854 : : .co_ncellvars = 0,
113855 : : .co_nfreevars = 0,
113856 : : .co_localsplusnames = & os_toplevel_consts_100_localsplusnames._object.ob_base.ob_base,
113857 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_8_localspluskinds.ob_base.ob_base,
113858 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
113859 : : .co_name = & const_str__execvpe._ascii.ob_base,
113860 : : .co_qualname = & const_str__execvpe._ascii.ob_base,
113861 : : .co_linetable = & os_toplevel_consts_100_linetable.ob_base.ob_base,
113862 : : ._co_code = NULL,
113863 : : ._co_linearray = NULL,
113864 : : .co_code_adaptive = "\x97\x00\x7c\x02\x81\x0c\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x7c\x02\x66\x02\x7d\x04\x6e\x11\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x01\x66\x01\x7d\x04\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0b\x02\x00\x7c\x03\x7c\x00\x67\x01\x7c\x04\xa2\x01\x52\x00\x8e\x00\x01\x00\x64\x00\x53\x00\x64\x00\x7d\x05\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x20\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x06\x44\x00\x5d\x24\x00\x00\x7d\x07\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x09\x00\x02\x00\x7c\x03\x7c\x08\x67\x01\x7c\x04\xa2\x01\x52\x00\x8e\x00\x01\x00\x8c\x26\x7c\x05\x81\x02\x7c\x05\x82\x01\x7f\x0a\x82\x01\x23\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x0c\x7d\x09\x7c\x09\x7d\x0a\x59\x00\x64\x00\x7d\x09\x7e\x09\x8c\x44\x64\x00\x7d\x09\x7e\x09\x77\x01\x74\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x10\x7d\x09\x7c\x09\x7d\x0a\x7c\x05\x80\x02\x7c\x09\x7d\x05\x59\x00\x64\x00\x7d\x09\x7e\x09\x8c\x5c\x64\x00\x7d\x09\x7e\x09\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
113865 : : ._co_firsttraceable = 0,
113866 : : };
113867 : : static
113868 : : struct {
113869 : : PyASCIIObject _ascii;
113870 : : uint8_t _data[244];
113871 : : }
113872 : : os_toplevel_consts_101_consts_0 = {
113873 : : ._ascii = {
113874 : : .ob_base = {
113875 : : .ob_refcnt = 999999999,
113876 : : .ob_type = &PyUnicode_Type,
113877 : : },
113878 : : .length = 243,
113879 : : .hash = -1,
113880 : : .state = {
113881 : : .kind = 1,
113882 : : .compact = 1,
113883 : : .ascii = 1,
113884 : : },
113885 : : },
113886 : : ._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",
113887 : : };
113888 : : static
113889 : : struct {
113890 : : PyASCIIObject _ascii;
113891 : : uint8_t _data[5];
113892 : : }
113893 : : const_str_PATH = {
113894 : : ._ascii = {
113895 : : .ob_base = {
113896 : : .ob_refcnt = 999999999,
113897 : : .ob_type = &PyUnicode_Type,
113898 : : },
113899 : : .length = 4,
113900 : : .hash = -1,
113901 : : .state = {
113902 : : .kind = 1,
113903 : : .compact = 1,
113904 : : .ascii = 1,
113905 : : },
113906 : : },
113907 : : ._data = "PATH",
113908 : : };
113909 : : static
113910 : : struct {
113911 : : PyObject_VAR_HEAD
113912 : : Py_hash_t ob_shash;
113913 : : char ob_sval[5];
113914 : : }
113915 : : os_toplevel_consts_101_consts_5 = {
113916 : : .ob_base = {
113917 : : .ob_base = {
113918 : : .ob_refcnt = 999999999,
113919 : : .ob_type = &PyBytes_Type,
113920 : : },
113921 : : .ob_size = 4,
113922 : : },
113923 : : .ob_shash = -1,
113924 : : .ob_sval = "PATH",
113925 : : };
113926 : : static
113927 : : struct {
113928 : : PyASCIIObject _ascii;
113929 : : uint8_t _data[43];
113930 : : }
113931 : : os_toplevel_consts_101_consts_6 = {
113932 : : ._ascii = {
113933 : : .ob_base = {
113934 : : .ob_refcnt = 999999999,
113935 : : .ob_type = &PyUnicode_Type,
113936 : : },
113937 : : .length = 42,
113938 : : .hash = -1,
113939 : : .state = {
113940 : : .kind = 1,
113941 : : .compact = 1,
113942 : : .ascii = 1,
113943 : : },
113944 : : },
113945 : : ._data = "env cannot contain 'PATH' and b'PATH' keys",
113946 : : };
113947 : : static
113948 : : struct {
113949 : : PyGC_Head _gc_head;
113950 : : struct {
113951 : : PyObject_VAR_HEAD
113952 : : PyObject *ob_item[7];
113953 : : }_object;
113954 : : }
113955 : : os_toplevel_consts_101_consts = {
113956 : : ._object = {
113957 : : .ob_base = {
113958 : : .ob_base = {
113959 : : .ob_refcnt = 999999999,
113960 : : .ob_type = &PyTuple_Type,
113961 : : },
113962 : : .ob_size = 7,
113963 : : },
113964 : : .ob_item = {
113965 : : & os_toplevel_consts_101_consts_0._ascii.ob_base,
113966 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
113967 : : Py_None,
113968 : : &_Py_ID(ignore),
113969 : : & const_str_PATH._ascii.ob_base,
113970 : : & os_toplevel_consts_101_consts_5.ob_base.ob_base,
113971 : : & os_toplevel_consts_101_consts_6._ascii.ob_base,
113972 : : },
113973 : : },
113974 : : };
113975 : : static
113976 : : struct {
113977 : : PyASCIIObject _ascii;
113978 : : uint8_t _data[15];
113979 : : }
113980 : : const_str_catch_warnings = {
113981 : : ._ascii = {
113982 : : .ob_base = {
113983 : : .ob_refcnt = 999999999,
113984 : : .ob_type = &PyUnicode_Type,
113985 : : },
113986 : : .length = 14,
113987 : : .hash = -1,
113988 : : .state = {
113989 : : .kind = 1,
113990 : : .compact = 1,
113991 : : .ascii = 1,
113992 : : },
113993 : : },
113994 : : ._data = "catch_warnings",
113995 : : };
113996 : : static
113997 : : struct {
113998 : : PyASCIIObject _ascii;
113999 : : uint8_t _data[13];
114000 : : }
114001 : : const_str_simplefilter = {
114002 : : ._ascii = {
114003 : : .ob_base = {
114004 : : .ob_refcnt = 999999999,
114005 : : .ob_type = &PyUnicode_Type,
114006 : : },
114007 : : .length = 12,
114008 : : .hash = -1,
114009 : : .state = {
114010 : : .kind = 1,
114011 : : .compact = 1,
114012 : : .ascii = 1,
114013 : : },
114014 : : },
114015 : : ._data = "simplefilter",
114016 : : };
114017 : : static
114018 : : struct {
114019 : : PyASCIIObject _ascii;
114020 : : uint8_t _data[23];
114021 : : }
114022 : : const_str_supports_bytes_environ = {
114023 : : ._ascii = {
114024 : : .ob_base = {
114025 : : .ob_refcnt = 999999999,
114026 : : .ob_type = &PyUnicode_Type,
114027 : : },
114028 : : .length = 22,
114029 : : .hash = -1,
114030 : : .state = {
114031 : : .kind = 1,
114032 : : .compact = 1,
114033 : : .ascii = 1,
114034 : : },
114035 : : },
114036 : : ._data = "supports_bytes_environ",
114037 : : };
114038 : : static
114039 : : struct {
114040 : : PyGC_Head _gc_head;
114041 : : struct {
114042 : : PyObject_VAR_HEAD
114043 : : PyObject *ob_item[16];
114044 : : }_object;
114045 : : }
114046 : : os_toplevel_consts_101_names = {
114047 : : ._object = {
114048 : : .ob_base = {
114049 : : .ob_base = {
114050 : : .ob_refcnt = 999999999,
114051 : : .ob_type = &PyTuple_Type,
114052 : : },
114053 : : .ob_size = 16,
114054 : : },
114055 : : .ob_item = {
114056 : : &_Py_ID(warnings),
114057 : : & const_str_environ._ascii.ob_base,
114058 : : & const_str_catch_warnings._ascii.ob_base,
114059 : : & const_str_simplefilter._ascii.ob_base,
114060 : : & const_str_BytesWarning._ascii.ob_base,
114061 : : &_Py_ID(get),
114062 : : & const_str_TypeError._ascii.ob_base,
114063 : : & const_str_supports_bytes_environ._ascii.ob_base,
114064 : : & const_str_ValueError._ascii.ob_base,
114065 : : & const_str_KeyError._ascii.ob_base,
114066 : : &_Py_ID(isinstance),
114067 : : & const_str_bytes._ascii.ob_base,
114068 : : & const_str_fsdecode._ascii.ob_base,
114069 : : & const_str_defpath._ascii.ob_base,
114070 : : & const_str_split._ascii.ob_base,
114071 : : & const_str_pathsep._ascii.ob_base,
114072 : : },
114073 : : },
114074 : : };
114075 : : static
114076 : : struct {
114077 : : PyObject_VAR_HEAD
114078 : : Py_hash_t ob_shash;
114079 : : char ob_sval[358];
114080 : : }
114081 : : os_toplevel_consts_101_linetable = {
114082 : : .ob_base = {
114083 : : .ob_base = {
114084 : : .ob_refcnt = 999999999,
114085 : : .ob_type = &PyBytes_Type,
114086 : : },
114087 : : .ob_size = 357,
114088 : : },
114089 : : .ob_shash = -1,
114090 : : .ob_sval = "\x80\x00\xf0\x14\x00\x05\x14\x80\x4f\x80\x4f\x80\x4f\xe0\x07\x0a\xf0\x00\x01\x05\x16\xdd\x0e\x15\x88\x03\xf0\x08\x00\x0a\x12\xd7\x09\x20\xd1\x09\x20\xd4\x09\x22\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xd8\x08\x10\xd7\x08\x1d\xd1\x08\x1d\x98\x68\xad\x0c\xd4\x08\x35\xd0\x08\x35\xf0\x04\x03\x09\x1d\xd8\x18\x1b\x9f\x07\x99\x07\xa0\x06\x9c\x0f\x88\x49\xf5\x08\x00\x0c\x22\xf0\x00\x0c\x09\x30\xf0\x02\x08\x0d\x27\xd8\x1d\x20\xa0\x17\x9c\x5c\x90\x0a\xf0\x08\x00\x14\x1d\xf0\x00\x02\x11\x46\x01\xdd\x1a\x24\xd8\x18\x44\xf4\x03\x01\x1b\x46\x01\xf0\x00\x01\x15\x46\x01\xe0\x1c\x26\x90\x09\xe0\x0f\x18\xf0\x00\x01\x0d\x30\xad\x1a\xb0\x49\xbd\x75\xd4\x29\x45\xf0\x00\x01\x0d\x30\xdd\x1c\x24\xa0\x59\xd4\x1c\x2f\x90\x09\xf0\x29\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf4\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x2c\x00\x08\x11\xf0\x00\x01\x05\x1c\xdd\x14\x1b\x88\x09\xd8\x0b\x14\x8f\x3f\x89\x3f\x9d\x37\xd4\x0b\x23\xd0\x04\x23\xf8\xf5\x27\x00\x10\x19\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xf0\x00\x01\x09\x1d\xd8\x18\x1c\x88\x49\x88\x49\x88\x49\xf0\x03\x01\x09\x1d\xf8\xf8\xf8\xf8\xf5\x0c\x00\x15\x1d\x9d\x69\xd0\x13\x28\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x17\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf0\x00\x14\x05\x30\xf8\xf8\xf8",
114091 : : };
114092 : : static
114093 : : struct {
114094 : : PyObject_VAR_HEAD
114095 : : Py_hash_t ob_shash;
114096 : : char ob_sval[83];
114097 : : }
114098 : : os_toplevel_consts_101_exceptiontable = {
114099 : : .ob_base = {
114100 : : .ob_base = {
114101 : : .ob_refcnt = 999999999,
114102 : : .ob_type = &PyBytes_Type,
114103 : : },
114104 : : .ob_size = 82,
114105 : : },
114106 : : .ob_shash = -1,
114107 : : .ob_sval = "\x9f\x19\x43\x20\x03\xb9\x12\x42\x37\x02\xc1\x0b\x07\x43\x20\x03\xc1\x13\x08\x43\x09\x02\xc1\x1b\x33\x43\x20\x03\xc2\x37\x0c\x43\x06\x05\xc3\x03\x02\x43\x20\x03\xc3\x05\x01\x43\x06\x05\xc3\x06\x03\x43\x20\x03\xc3\x09\x11\x43\x1d\x05\xc3\x1a\x02\x43\x20\x03\xc3\x1c\x01\x43\x1d\x05\xc3\x1d\x03\x43\x20\x03\xc3\x20\x05\x43\x29\x07",
114108 : : };
114109 : : static
114110 : : struct {
114111 : : PyASCIIObject _ascii;
114112 : : uint8_t _data[11];
114113 : : }
114114 : : const_str_path_listb = {
114115 : : ._ascii = {
114116 : : .ob_base = {
114117 : : .ob_refcnt = 999999999,
114118 : : .ob_type = &PyUnicode_Type,
114119 : : },
114120 : : .length = 10,
114121 : : .hash = -1,
114122 : : .state = {
114123 : : .kind = 1,
114124 : : .compact = 1,
114125 : : .ascii = 1,
114126 : : },
114127 : : },
114128 : : ._data = "path_listb",
114129 : : };
114130 : : static
114131 : : struct {
114132 : : PyGC_Head _gc_head;
114133 : : struct {
114134 : : PyObject_VAR_HEAD
114135 : : PyObject *ob_item[4];
114136 : : }_object;
114137 : : }
114138 : : os_toplevel_consts_101_localsplusnames = {
114139 : : ._object = {
114140 : : .ob_base = {
114141 : : .ob_base = {
114142 : : .ob_refcnt = 999999999,
114143 : : .ob_type = &PyTuple_Type,
114144 : : },
114145 : : .ob_size = 4,
114146 : : },
114147 : : .ob_item = {
114148 : : & const_str_env._ascii.ob_base,
114149 : : &_Py_ID(warnings),
114150 : : & const_str_path_list._ascii.ob_base,
114151 : : & const_str_path_listb._ascii.ob_base,
114152 : : },
114153 : : },
114154 : : };
114155 : : static
114156 : : struct _PyCode_DEF(472)
114157 : : os_toplevel_consts_101 = {
114158 : : .ob_base = {
114159 : : .ob_base = {
114160 : : .ob_refcnt = 999999999,
114161 : : .ob_type = &PyCode_Type,
114162 : : },
114163 : : .ob_size = 236,
114164 : : },
114165 : : .co_consts = & os_toplevel_consts_101_consts._object.ob_base.ob_base,
114166 : : .co_names = & os_toplevel_consts_101_names._object.ob_base.ob_base,
114167 : : .co_exceptiontable = & os_toplevel_consts_101_exceptiontable.ob_base.ob_base,
114168 : : .co_flags = 3,
114169 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114170 : : ._co_linearray_entry_size = 0,
114171 : : .co_argcount = 1,
114172 : : .co_posonlyargcount = 0,
114173 : : .co_kwonlyargcount = 0,
114174 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
114175 : : .co_stacksize = 6,
114176 : : .co_firstlineno = 618,
114177 : : .co_nlocalsplus = 4,
114178 : : .co_nlocals = 4,
114179 : : .co_nplaincellvars = 0,
114180 : : .co_ncellvars = 0,
114181 : : .co_nfreevars = 0,
114182 : : .co_localsplusnames = & os_toplevel_consts_101_localsplusnames._object.ob_base.ob_base,
114183 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
114184 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114185 : : .co_name = & const_str_get_exec_path._ascii.ob_base,
114186 : : .co_qualname = & const_str_get_exec_path._ascii.ob_base,
114187 : : .co_linetable = & os_toplevel_consts_101_linetable.ob_base.ob_base,
114188 : : ._co_code = NULL,
114189 : : ._co_linearray = NULL,
114190 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x7c\x00\x80\x07\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x01\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x01\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3c\x09\x00\x7c\x00\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x02\x81\x0d\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x7d\x02\x7c\x02\x81\x20\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0d\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x02\x64\x02\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x02\x80\x07\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x05\x01\x00\x64\x02\x7d\x02\x59\x00\x8c\x7a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x70\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x52\x78\x03\x59\x00\x77\x01",
114191 : : ._co_firsttraceable = 0,
114192 : : };
114193 : : static
114194 : : struct {
114195 : : PyGC_Head _gc_head;
114196 : : struct {
114197 : : PyObject_VAR_HEAD
114198 : : PyObject *ob_item[2];
114199 : : }_object;
114200 : : }
114201 : : os_toplevel_consts_102 = {
114202 : : ._object = {
114203 : : .ob_base = {
114204 : : .ob_base = {
114205 : : .ob_refcnt = 999999999,
114206 : : .ob_type = &PyTuple_Type,
114207 : : },
114208 : : .ob_size = 2,
114209 : : },
114210 : : .ob_item = {
114211 : : & const_str_MutableMapping._ascii.ob_base,
114212 : : & const_str_Mapping._ascii.ob_base,
114213 : : },
114214 : : },
114215 : : };
114216 : : static
114217 : : struct {
114218 : : PyASCIIObject _ascii;
114219 : : uint8_t _data[9];
114220 : : }
114221 : : const_str__Environ = {
114222 : : ._ascii = {
114223 : : .ob_base = {
114224 : : .ob_refcnt = 999999999,
114225 : : .ob_type = &PyUnicode_Type,
114226 : : },
114227 : : .length = 8,
114228 : : .hash = -1,
114229 : : .state = {
114230 : : .kind = 1,
114231 : : .compact = 1,
114232 : : .ascii = 1,
114233 : : },
114234 : : },
114235 : : ._data = "_Environ",
114236 : : };
114237 : : static
114238 : : struct {
114239 : : PyASCIIObject _ascii;
114240 : : uint8_t _data[10];
114241 : : }
114242 : : const_str_encodekey = {
114243 : : ._ascii = {
114244 : : .ob_base = {
114245 : : .ob_refcnt = 999999999,
114246 : : .ob_type = &PyUnicode_Type,
114247 : : },
114248 : : .length = 9,
114249 : : .hash = -1,
114250 : : .state = {
114251 : : .kind = 1,
114252 : : .compact = 1,
114253 : : .ascii = 1,
114254 : : },
114255 : : },
114256 : : ._data = "encodekey",
114257 : : };
114258 : : static
114259 : : struct {
114260 : : PyASCIIObject _ascii;
114261 : : uint8_t _data[10];
114262 : : }
114263 : : const_str_decodekey = {
114264 : : ._ascii = {
114265 : : .ob_base = {
114266 : : .ob_refcnt = 999999999,
114267 : : .ob_type = &PyUnicode_Type,
114268 : : },
114269 : : .length = 9,
114270 : : .hash = -1,
114271 : : .state = {
114272 : : .kind = 1,
114273 : : .compact = 1,
114274 : : .ascii = 1,
114275 : : },
114276 : : },
114277 : : ._data = "decodekey",
114278 : : };
114279 : : static
114280 : : struct {
114281 : : PyASCIIObject _ascii;
114282 : : uint8_t _data[12];
114283 : : }
114284 : : const_str_encodevalue = {
114285 : : ._ascii = {
114286 : : .ob_base = {
114287 : : .ob_refcnt = 999999999,
114288 : : .ob_type = &PyUnicode_Type,
114289 : : },
114290 : : .length = 11,
114291 : : .hash = -1,
114292 : : .state = {
114293 : : .kind = 1,
114294 : : .compact = 1,
114295 : : .ascii = 1,
114296 : : },
114297 : : },
114298 : : ._data = "encodevalue",
114299 : : };
114300 : : static
114301 : : struct {
114302 : : PyASCIIObject _ascii;
114303 : : uint8_t _data[12];
114304 : : }
114305 : : const_str_decodevalue = {
114306 : : ._ascii = {
114307 : : .ob_base = {
114308 : : .ob_refcnt = 999999999,
114309 : : .ob_type = &PyUnicode_Type,
114310 : : },
114311 : : .length = 11,
114312 : : .hash = -1,
114313 : : .state = {
114314 : : .kind = 1,
114315 : : .compact = 1,
114316 : : .ascii = 1,
114317 : : },
114318 : : },
114319 : : ._data = "decodevalue",
114320 : : };
114321 : : static
114322 : : struct {
114323 : : PyASCIIObject _ascii;
114324 : : uint8_t _data[6];
114325 : : }
114326 : : const_str__data = {
114327 : : ._ascii = {
114328 : : .ob_base = {
114329 : : .ob_refcnt = 999999999,
114330 : : .ob_type = &PyUnicode_Type,
114331 : : },
114332 : : .length = 5,
114333 : : .hash = -1,
114334 : : .state = {
114335 : : .kind = 1,
114336 : : .compact = 1,
114337 : : .ascii = 1,
114338 : : },
114339 : : },
114340 : : ._data = "_data",
114341 : : };
114342 : : static
114343 : : struct {
114344 : : PyGC_Head _gc_head;
114345 : : struct {
114346 : : PyObject_VAR_HEAD
114347 : : PyObject *ob_item[5];
114348 : : }_object;
114349 : : }
114350 : : os_toplevel_consts_103_consts_1_names = {
114351 : : ._object = {
114352 : : .ob_base = {
114353 : : .ob_base = {
114354 : : .ob_refcnt = 999999999,
114355 : : .ob_type = &PyTuple_Type,
114356 : : },
114357 : : .ob_size = 5,
114358 : : },
114359 : : .ob_item = {
114360 : : & const_str_encodekey._ascii.ob_base,
114361 : : & const_str_decodekey._ascii.ob_base,
114362 : : & const_str_encodevalue._ascii.ob_base,
114363 : : & const_str_decodevalue._ascii.ob_base,
114364 : : & const_str__data._ascii.ob_base,
114365 : : },
114366 : : },
114367 : : };
114368 : : static
114369 : : struct {
114370 : : PyASCIIObject _ascii;
114371 : : uint8_t _data[18];
114372 : : }
114373 : : os_toplevel_consts_103_consts_1_qualname = {
114374 : : ._ascii = {
114375 : : .ob_base = {
114376 : : .ob_refcnt = 999999999,
114377 : : .ob_type = &PyUnicode_Type,
114378 : : },
114379 : : .length = 17,
114380 : : .hash = -1,
114381 : : .state = {
114382 : : .kind = 1,
114383 : : .compact = 1,
114384 : : .ascii = 1,
114385 : : },
114386 : : },
114387 : : ._data = "_Environ.__init__",
114388 : : };
114389 : : static
114390 : : struct {
114391 : : PyObject_VAR_HEAD
114392 : : Py_hash_t ob_shash;
114393 : : char ob_sval[44];
114394 : : }
114395 : : os_toplevel_consts_103_consts_1_linetable = {
114396 : : .ob_base = {
114397 : : .ob_base = {
114398 : : .ob_refcnt = 999999999,
114399 : : .ob_type = &PyBytes_Type,
114400 : : },
114401 : : .ob_size = 43,
114402 : : },
114403 : : .ob_shash = -1,
114404 : : .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",
114405 : : };
114406 : : static
114407 : : struct {
114408 : : PyGC_Head _gc_head;
114409 : : struct {
114410 : : PyObject_VAR_HEAD
114411 : : PyObject *ob_item[6];
114412 : : }_object;
114413 : : }
114414 : : os_toplevel_consts_103_consts_1_localsplusnames = {
114415 : : ._object = {
114416 : : .ob_base = {
114417 : : .ob_base = {
114418 : : .ob_refcnt = 999999999,
114419 : : .ob_type = &PyTuple_Type,
114420 : : },
114421 : : .ob_size = 6,
114422 : : },
114423 : : .ob_item = {
114424 : : & const_str_self._ascii.ob_base,
114425 : : & const_str_data._ascii.ob_base,
114426 : : & const_str_encodekey._ascii.ob_base,
114427 : : & const_str_decodekey._ascii.ob_base,
114428 : : & const_str_encodevalue._ascii.ob_base,
114429 : : & const_str_decodevalue._ascii.ob_base,
114430 : : },
114431 : : },
114432 : : };
114433 : : static
114434 : : struct _PyCode_DEF(76)
114435 : : os_toplevel_consts_103_consts_1 = {
114436 : : .ob_base = {
114437 : : .ob_base = {
114438 : : .ob_refcnt = 999999999,
114439 : : .ob_type = &PyCode_Type,
114440 : : },
114441 : : .ob_size = 38,
114442 : : },
114443 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
114444 : : .co_names = & os_toplevel_consts_103_consts_1_names._object.ob_base.ob_base,
114445 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
114446 : : .co_flags = 3,
114447 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114448 : : ._co_linearray_entry_size = 0,
114449 : : .co_argcount = 6,
114450 : : .co_posonlyargcount = 0,
114451 : : .co_kwonlyargcount = 0,
114452 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
114453 : : .co_stacksize = 2,
114454 : : .co_firstlineno = 666,
114455 : : .co_nlocalsplus = 6,
114456 : : .co_nlocals = 6,
114457 : : .co_nplaincellvars = 0,
114458 : : .co_ncellvars = 0,
114459 : : .co_nfreevars = 0,
114460 : : .co_localsplusnames = & os_toplevel_consts_103_consts_1_localsplusnames._object.ob_base.ob_base,
114461 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
114462 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114463 : : .co_name = &_Py_ID(__init__),
114464 : : .co_qualname = & os_toplevel_consts_103_consts_1_qualname._ascii.ob_base,
114465 : : .co_linetable = & os_toplevel_consts_103_consts_1_linetable.ob_base.ob_base,
114466 : : ._co_code = NULL,
114467 : : ._co_linearray = NULL,
114468 : : .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",
114469 : : ._co_firsttraceable = 0,
114470 : : };
114471 : : static
114472 : : struct {
114473 : : PyGC_Head _gc_head;
114474 : : struct {
114475 : : PyObject_VAR_HEAD
114476 : : PyObject *ob_item[4];
114477 : : }_object;
114478 : : }
114479 : : os_toplevel_consts_103_consts_2_names = {
114480 : : ._object = {
114481 : : .ob_base = {
114482 : : .ob_base = {
114483 : : .ob_refcnt = 999999999,
114484 : : .ob_type = &PyTuple_Type,
114485 : : },
114486 : : .ob_size = 4,
114487 : : },
114488 : : .ob_item = {
114489 : : & const_str__data._ascii.ob_base,
114490 : : & const_str_encodekey._ascii.ob_base,
114491 : : & const_str_KeyError._ascii.ob_base,
114492 : : & const_str_decodevalue._ascii.ob_base,
114493 : : },
114494 : : },
114495 : : };
114496 : : static
114497 : : struct {
114498 : : PyASCIIObject _ascii;
114499 : : uint8_t _data[21];
114500 : : }
114501 : : os_toplevel_consts_103_consts_2_qualname = {
114502 : : ._ascii = {
114503 : : .ob_base = {
114504 : : .ob_refcnt = 999999999,
114505 : : .ob_type = &PyUnicode_Type,
114506 : : },
114507 : : .length = 20,
114508 : : .hash = -1,
114509 : : .state = {
114510 : : .kind = 1,
114511 : : .compact = 1,
114512 : : .ascii = 1,
114513 : : },
114514 : : },
114515 : : ._data = "_Environ.__getitem__",
114516 : : };
114517 : : static
114518 : : struct {
114519 : : PyObject_VAR_HEAD
114520 : : Py_hash_t ob_shash;
114521 : : char ob_sval[91];
114522 : : }
114523 : : os_toplevel_consts_103_consts_2_linetable = {
114524 : : .ob_base = {
114525 : : .ob_base = {
114526 : : .ob_refcnt = 999999999,
114527 : : .ob_type = &PyBytes_Type,
114528 : : },
114529 : : .ob_size = 90,
114530 : : },
114531 : : .ob_shash = -1,
114532 : : .ob_sval = "\x80\x00\xf0\x02\x04\x09\x2a\xd8\x14\x18\x97\x4a\x91\x4a\x98\x74\x9f\x7e\x99\x7e\xa8\x63\xd4\x1f\x32\xd4\x14\x33\x88\x45\xf0\x08\x00\x10\x14\xd7\x0f\x1f\xd1\x0f\x1f\xa0\x05\xd4\x0f\x26\xd0\x08\x26\xf8\xf5\x07\x00\x10\x18\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xe5\x12\x1a\x98\x33\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8",
114533 : : };
114534 : : static
114535 : : struct {
114536 : : PyObject_VAR_HEAD
114537 : : Py_hash_t ob_shash;
114538 : : char ob_sval[10];
114539 : : }
114540 : : os_toplevel_consts_103_consts_2_exceptiontable = {
114541 : : .ob_base = {
114542 : : .ob_base = {
114543 : : .ob_refcnt = 999999999,
114544 : : .ob_type = &PyBytes_Type,
114545 : : },
114546 : : .ob_size = 9,
114547 : : },
114548 : : .ob_shash = -1,
114549 : : .ob_sval = "\x82\x22\x36\x00\xb6\x19\x41\x0f\x03",
114550 : : };
114551 : : static
114552 : : struct _PyCode_DEF(164)
114553 : : os_toplevel_consts_103_consts_2 = {
114554 : : .ob_base = {
114555 : : .ob_base = {
114556 : : .ob_refcnt = 999999999,
114557 : : .ob_type = &PyCode_Type,
114558 : : },
114559 : : .ob_size = 82,
114560 : : },
114561 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
114562 : : .co_names = & os_toplevel_consts_103_consts_2_names._object.ob_base.ob_base,
114563 : : .co_exceptiontable = & os_toplevel_consts_103_consts_2_exceptiontable.ob_base.ob_base,
114564 : : .co_flags = 3,
114565 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114566 : : ._co_linearray_entry_size = 0,
114567 : : .co_argcount = 2,
114568 : : .co_posonlyargcount = 0,
114569 : : .co_kwonlyargcount = 0,
114570 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
114571 : : .co_stacksize = 4,
114572 : : .co_firstlineno = 673,
114573 : : .co_nlocalsplus = 3,
114574 : : .co_nlocals = 3,
114575 : : .co_nplaincellvars = 0,
114576 : : .co_ncellvars = 0,
114577 : : .co_nfreevars = 0,
114578 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
114579 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
114580 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114581 : : .co_name = &_Py_ID(__getitem__),
114582 : : .co_qualname = & os_toplevel_consts_103_consts_2_qualname._ascii.ob_base,
114583 : : .co_linetable = & os_toplevel_consts_103_consts_2_linetable.ob_base.ob_base,
114584 : : ._co_code = NULL,
114585 : : ._co_linearray = NULL,
114586 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
114587 : : ._co_firsttraceable = 0,
114588 : : };
114589 : : static
114590 : : struct {
114591 : : PyASCIIObject _ascii;
114592 : : uint8_t _data[7];
114593 : : }
114594 : : const_str_putenv = {
114595 : : ._ascii = {
114596 : : .ob_base = {
114597 : : .ob_refcnt = 999999999,
114598 : : .ob_type = &PyUnicode_Type,
114599 : : },
114600 : : .length = 6,
114601 : : .hash = -1,
114602 : : .state = {
114603 : : .kind = 1,
114604 : : .compact = 1,
114605 : : .ascii = 1,
114606 : : },
114607 : : },
114608 : : ._data = "putenv",
114609 : : };
114610 : : static
114611 : : struct {
114612 : : PyGC_Head _gc_head;
114613 : : struct {
114614 : : PyObject_VAR_HEAD
114615 : : PyObject *ob_item[4];
114616 : : }_object;
114617 : : }
114618 : : os_toplevel_consts_103_consts_3_names = {
114619 : : ._object = {
114620 : : .ob_base = {
114621 : : .ob_base = {
114622 : : .ob_refcnt = 999999999,
114623 : : .ob_type = &PyTuple_Type,
114624 : : },
114625 : : .ob_size = 4,
114626 : : },
114627 : : .ob_item = {
114628 : : & const_str_encodekey._ascii.ob_base,
114629 : : & const_str_encodevalue._ascii.ob_base,
114630 : : & const_str_putenv._ascii.ob_base,
114631 : : & const_str__data._ascii.ob_base,
114632 : : },
114633 : : },
114634 : : };
114635 : : static
114636 : : struct {
114637 : : PyASCIIObject _ascii;
114638 : : uint8_t _data[21];
114639 : : }
114640 : : os_toplevel_consts_103_consts_3_qualname = {
114641 : : ._ascii = {
114642 : : .ob_base = {
114643 : : .ob_refcnt = 999999999,
114644 : : .ob_type = &PyUnicode_Type,
114645 : : },
114646 : : .length = 20,
114647 : : .hash = -1,
114648 : : .state = {
114649 : : .kind = 1,
114650 : : .compact = 1,
114651 : : .ascii = 1,
114652 : : },
114653 : : },
114654 : : ._data = "_Environ.__setitem__",
114655 : : };
114656 : : static
114657 : : struct {
114658 : : PyObject_VAR_HEAD
114659 : : Py_hash_t ob_shash;
114660 : : char ob_sval[63];
114661 : : }
114662 : : os_toplevel_consts_103_consts_3_linetable = {
114663 : : .ob_base = {
114664 : : .ob_base = {
114665 : : .ob_refcnt = 999999999,
114666 : : .ob_type = &PyBytes_Type,
114667 : : },
114668 : : .ob_size = 62,
114669 : : },
114670 : : .ob_shash = -1,
114671 : : .ob_sval = "\x80\x00\xd8\x0e\x12\x8f\x6e\x89\x6e\x98\x53\xd4\x0e\x21\x88\x03\xd8\x10\x14\xd7\x10\x20\xd1\x10\x20\xa0\x15\xd4\x10\x27\x88\x05\xdd\x08\x0e\x88\x73\x90\x45\xd4\x08\x1a\xd0\x08\x1a\xd8\x1a\x1f\x88\x04\x8f\x0a\x89\x0a\x90\x33\x89\x0f\x88\x0f\x88\x0f",
114672 : : };
114673 : : static
114674 : : struct _PyCode_DEF(136)
114675 : : os_toplevel_consts_103_consts_3 = {
114676 : : .ob_base = {
114677 : : .ob_base = {
114678 : : .ob_refcnt = 999999999,
114679 : : .ob_type = &PyCode_Type,
114680 : : },
114681 : : .ob_size = 68,
114682 : : },
114683 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
114684 : : .co_names = & os_toplevel_consts_103_consts_3_names._object.ob_base.ob_base,
114685 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
114686 : : .co_flags = 3,
114687 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114688 : : ._co_linearray_entry_size = 0,
114689 : : .co_argcount = 3,
114690 : : .co_posonlyargcount = 0,
114691 : : .co_kwonlyargcount = 0,
114692 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
114693 : : .co_stacksize = 4,
114694 : : .co_firstlineno = 681,
114695 : : .co_nlocalsplus = 3,
114696 : : .co_nlocals = 3,
114697 : : .co_nplaincellvars = 0,
114698 : : .co_ncellvars = 0,
114699 : : .co_nfreevars = 0,
114700 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
114701 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
114702 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114703 : : .co_name = &_Py_ID(__setitem__),
114704 : : .co_qualname = & os_toplevel_consts_103_consts_3_qualname._ascii.ob_base,
114705 : : .co_linetable = & os_toplevel_consts_103_consts_3_linetable.ob_base.ob_base,
114706 : : ._co_code = NULL,
114707 : : ._co_linearray = NULL,
114708 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
114709 : : ._co_firsttraceable = 0,
114710 : : };
114711 : : static
114712 : : struct {
114713 : : PyASCIIObject _ascii;
114714 : : uint8_t _data[9];
114715 : : }
114716 : : const_str_unsetenv = {
114717 : : ._ascii = {
114718 : : .ob_base = {
114719 : : .ob_refcnt = 999999999,
114720 : : .ob_type = &PyUnicode_Type,
114721 : : },
114722 : : .length = 8,
114723 : : .hash = -1,
114724 : : .state = {
114725 : : .kind = 1,
114726 : : .compact = 1,
114727 : : .ascii = 1,
114728 : : },
114729 : : },
114730 : : ._data = "unsetenv",
114731 : : };
114732 : : static
114733 : : struct {
114734 : : PyGC_Head _gc_head;
114735 : : struct {
114736 : : PyObject_VAR_HEAD
114737 : : PyObject *ob_item[4];
114738 : : }_object;
114739 : : }
114740 : : os_toplevel_consts_103_consts_4_names = {
114741 : : ._object = {
114742 : : .ob_base = {
114743 : : .ob_base = {
114744 : : .ob_refcnt = 999999999,
114745 : : .ob_type = &PyTuple_Type,
114746 : : },
114747 : : .ob_size = 4,
114748 : : },
114749 : : .ob_item = {
114750 : : & const_str_encodekey._ascii.ob_base,
114751 : : & const_str_unsetenv._ascii.ob_base,
114752 : : & const_str__data._ascii.ob_base,
114753 : : & const_str_KeyError._ascii.ob_base,
114754 : : },
114755 : : },
114756 : : };
114757 : : static
114758 : : struct {
114759 : : PyASCIIObject _ascii;
114760 : : uint8_t _data[21];
114761 : : }
114762 : : os_toplevel_consts_103_consts_4_qualname = {
114763 : : ._ascii = {
114764 : : .ob_base = {
114765 : : .ob_refcnt = 999999999,
114766 : : .ob_type = &PyUnicode_Type,
114767 : : },
114768 : : .length = 20,
114769 : : .hash = -1,
114770 : : .state = {
114771 : : .kind = 1,
114772 : : .compact = 1,
114773 : : .ascii = 1,
114774 : : },
114775 : : },
114776 : : ._data = "_Environ.__delitem__",
114777 : : };
114778 : : static
114779 : : struct {
114780 : : PyObject_VAR_HEAD
114781 : : Py_hash_t ob_shash;
114782 : : char ob_sval[90];
114783 : : }
114784 : : os_toplevel_consts_103_consts_4_linetable = {
114785 : : .ob_base = {
114786 : : .ob_base = {
114787 : : .ob_refcnt = 999999999,
114788 : : .ob_type = &PyBytes_Type,
114789 : : },
114790 : : .ob_size = 89,
114791 : : },
114792 : : .ob_shash = -1,
114793 : : .ob_sval = "\x80\x00\xd8\x15\x19\x97\x5e\x91\x5e\xa0\x43\xd4\x15\x28\x88\x0a\xdd\x08\x10\x90\x1a\xd4\x08\x1c\xd0\x08\x1c\xf0\x02\x04\x09\x2a\xd8\x10\x14\x97\x0a\x91\x0a\x98\x3a\xd0\x10\x26\xd0\x10\x26\xd0\x10\x26\xf8\xdd\x0f\x17\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xf0\x00\x02\x09\x2a\xe5\x12\x1a\x98\x33\x94\x2d\xa0\x54\xd0\x0c\x29\xf0\x05\x02\x09\x2a\xf8\xf8\xf8",
114794 : : };
114795 : : static
114796 : : struct {
114797 : : PyObject_VAR_HEAD
114798 : : Py_hash_t ob_shash;
114799 : : char ob_sval[10];
114800 : : }
114801 : : os_toplevel_consts_103_consts_4_exceptiontable = {
114802 : : .ob_base = {
114803 : : .ob_base = {
114804 : : .ob_refcnt = 999999999,
114805 : : .ob_type = &PyBytes_Type,
114806 : : },
114807 : : .ob_size = 9,
114808 : : },
114809 : : .ob_shash = -1,
114810 : : .ob_sval = "\xa1\x0d\x30\x00\xb0\x19\x41\x09\x03",
114811 : : };
114812 : : static
114813 : : struct {
114814 : : PyASCIIObject _ascii;
114815 : : uint8_t _data[11];
114816 : : }
114817 : : const_str_encodedkey = {
114818 : : ._ascii = {
114819 : : .ob_base = {
114820 : : .ob_refcnt = 999999999,
114821 : : .ob_type = &PyUnicode_Type,
114822 : : },
114823 : : .length = 10,
114824 : : .hash = -1,
114825 : : .state = {
114826 : : .kind = 1,
114827 : : .compact = 1,
114828 : : .ascii = 1,
114829 : : },
114830 : : },
114831 : : ._data = "encodedkey",
114832 : : };
114833 : : static
114834 : : struct {
114835 : : PyGC_Head _gc_head;
114836 : : struct {
114837 : : PyObject_VAR_HEAD
114838 : : PyObject *ob_item[3];
114839 : : }_object;
114840 : : }
114841 : : os_toplevel_consts_103_consts_4_localsplusnames = {
114842 : : ._object = {
114843 : : .ob_base = {
114844 : : .ob_base = {
114845 : : .ob_refcnt = 999999999,
114846 : : .ob_type = &PyTuple_Type,
114847 : : },
114848 : : .ob_size = 3,
114849 : : },
114850 : : .ob_item = {
114851 : : & const_str_self._ascii.ob_base,
114852 : : & const_str_key._ascii.ob_base,
114853 : : & const_str_encodedkey._ascii.ob_base,
114854 : : },
114855 : : },
114856 : : };
114857 : : static
114858 : : struct _PyCode_DEF(152)
114859 : : os_toplevel_consts_103_consts_4 = {
114860 : : .ob_base = {
114861 : : .ob_base = {
114862 : : .ob_refcnt = 999999999,
114863 : : .ob_type = &PyCode_Type,
114864 : : },
114865 : : .ob_size = 76,
114866 : : },
114867 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
114868 : : .co_names = & os_toplevel_consts_103_consts_4_names._object.ob_base.ob_base,
114869 : : .co_exceptiontable = & os_toplevel_consts_103_consts_4_exceptiontable.ob_base.ob_base,
114870 : : .co_flags = 3,
114871 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114872 : : ._co_linearray_entry_size = 0,
114873 : : .co_argcount = 2,
114874 : : .co_posonlyargcount = 0,
114875 : : .co_kwonlyargcount = 0,
114876 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
114877 : : .co_stacksize = 4,
114878 : : .co_firstlineno = 687,
114879 : : .co_nlocalsplus = 3,
114880 : : .co_nlocals = 3,
114881 : : .co_nplaincellvars = 0,
114882 : : .co_ncellvars = 0,
114883 : : .co_nfreevars = 0,
114884 : : .co_localsplusnames = & os_toplevel_consts_103_consts_4_localsplusnames._object.ob_base.ob_base,
114885 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
114886 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
114887 : : .co_name = &_Py_ID(__delitem__),
114888 : : .co_qualname = & os_toplevel_consts_103_consts_4_qualname._ascii.ob_base,
114889 : : .co_linetable = & os_toplevel_consts_103_consts_4_linetable.ob_base.ob_base,
114890 : : ._co_code = NULL,
114891 : : ._co_linearray = NULL,
114892 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x3d\x00\x64\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x0f\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
114893 : : ._co_firsttraceable = 0,
114894 : : };
114895 : : static
114896 : : struct {
114897 : : PyGC_Head _gc_head;
114898 : : struct {
114899 : : PyObject_VAR_HEAD
114900 : : PyObject *ob_item[3];
114901 : : }_object;
114902 : : }
114903 : : os_toplevel_consts_103_consts_5_names = {
114904 : : ._object = {
114905 : : .ob_base = {
114906 : : .ob_base = {
114907 : : .ob_refcnt = 999999999,
114908 : : .ob_type = &PyTuple_Type,
114909 : : },
114910 : : .ob_size = 3,
114911 : : },
114912 : : .ob_item = {
114913 : : & const_str_list._ascii.ob_base,
114914 : : & const_str__data._ascii.ob_base,
114915 : : & const_str_decodekey._ascii.ob_base,
114916 : : },
114917 : : },
114918 : : };
114919 : : static
114920 : : struct {
114921 : : PyASCIIObject _ascii;
114922 : : uint8_t _data[18];
114923 : : }
114924 : : os_toplevel_consts_103_consts_5_qualname = {
114925 : : ._ascii = {
114926 : : .ob_base = {
114927 : : .ob_refcnt = 999999999,
114928 : : .ob_type = &PyUnicode_Type,
114929 : : },
114930 : : .length = 17,
114931 : : .hash = -1,
114932 : : .state = {
114933 : : .kind = 1,
114934 : : .compact = 1,
114935 : : .ascii = 1,
114936 : : },
114937 : : },
114938 : : ._data = "_Environ.__iter__",
114939 : : };
114940 : : static
114941 : : struct {
114942 : : PyObject_VAR_HEAD
114943 : : Py_hash_t ob_shash;
114944 : : char ob_sval[70];
114945 : : }
114946 : : os_toplevel_consts_103_consts_5_linetable = {
114947 : : .ob_base = {
114948 : : .ob_base = {
114949 : : .ob_refcnt = 999999999,
114950 : : .ob_type = &PyBytes_Type,
114951 : : },
114952 : : .ob_size = 69,
114953 : : },
114954 : : .ob_shash = -1,
114955 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe5\x0f\x13\x90\x44\x97\x4a\x91\x4a\xd4\x0f\x1f\x88\x04\xd8\x13\x17\xf0\x00\x01\x09\x26\xf1\x00\x01\x09\x26\x88\x43\xd8\x12\x16\x97\x2e\x91\x2e\xa0\x13\xd4\x12\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xf0\x03\x01\x09\x26\xf0\x00\x01\x09\x26",
114956 : : };
114957 : : static
114958 : : struct {
114959 : : PyGC_Head _gc_head;
114960 : : struct {
114961 : : PyObject_VAR_HEAD
114962 : : PyObject *ob_item[3];
114963 : : }_object;
114964 : : }
114965 : : os_toplevel_consts_103_consts_5_localsplusnames = {
114966 : : ._object = {
114967 : : .ob_base = {
114968 : : .ob_base = {
114969 : : .ob_refcnt = 999999999,
114970 : : .ob_type = &PyTuple_Type,
114971 : : },
114972 : : .ob_size = 3,
114973 : : },
114974 : : .ob_item = {
114975 : : & const_str_self._ascii.ob_base,
114976 : : &_Py_ID(keys),
114977 : : & const_str_key._ascii.ob_base,
114978 : : },
114979 : : },
114980 : : };
114981 : : static
114982 : : struct _PyCode_DEF(108)
114983 : : os_toplevel_consts_103_consts_5 = {
114984 : : .ob_base = {
114985 : : .ob_base = {
114986 : : .ob_refcnt = 999999999,
114987 : : .ob_type = &PyCode_Type,
114988 : : },
114989 : : .ob_size = 54,
114990 : : },
114991 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
114992 : : .co_names = & os_toplevel_consts_103_consts_5_names._object.ob_base.ob_base,
114993 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
114994 : : .co_flags = 35,
114995 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
114996 : : ._co_linearray_entry_size = 0,
114997 : : .co_argcount = 1,
114998 : : .co_posonlyargcount = 0,
114999 : : .co_kwonlyargcount = 0,
115000 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
115001 : : .co_stacksize = 4,
115002 : : .co_firstlineno = 696,
115003 : : .co_nlocalsplus = 3,
115004 : : .co_nlocals = 3,
115005 : : .co_nplaincellvars = 0,
115006 : : .co_ncellvars = 0,
115007 : : .co_nfreevars = 0,
115008 : : .co_localsplusnames = & os_toplevel_consts_103_consts_5_localsplusnames._object.ob_base.ob_base,
115009 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115010 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115011 : : .co_name = &_Py_ID(__iter__),
115012 : : .co_qualname = & os_toplevel_consts_103_consts_5_qualname._ascii.ob_base,
115013 : : .co_linetable = & os_toplevel_consts_103_consts_5_linetable.ob_base.ob_base,
115014 : : ._co_code = NULL,
115015 : : ._co_linearray = NULL,
115016 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x44\x00\x5d\x16\x00\x00\x7d\x02\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x96\x02\x97\x01\x01\x00\x8c\x18\x64\x00\x53\x00",
115017 : : ._co_firsttraceable = 2,
115018 : : };
115019 : : static
115020 : : struct {
115021 : : PyGC_Head _gc_head;
115022 : : struct {
115023 : : PyObject_VAR_HEAD
115024 : : PyObject *ob_item[2];
115025 : : }_object;
115026 : : }
115027 : : os_toplevel_consts_103_consts_6_names = {
115028 : : ._object = {
115029 : : .ob_base = {
115030 : : .ob_base = {
115031 : : .ob_refcnt = 999999999,
115032 : : .ob_type = &PyTuple_Type,
115033 : : },
115034 : : .ob_size = 2,
115035 : : },
115036 : : .ob_item = {
115037 : : &_Py_ID(len),
115038 : : & const_str__data._ascii.ob_base,
115039 : : },
115040 : : },
115041 : : };
115042 : : static
115043 : : struct {
115044 : : PyASCIIObject _ascii;
115045 : : uint8_t _data[17];
115046 : : }
115047 : : os_toplevel_consts_103_consts_6_qualname = {
115048 : : ._ascii = {
115049 : : .ob_base = {
115050 : : .ob_refcnt = 999999999,
115051 : : .ob_type = &PyUnicode_Type,
115052 : : },
115053 : : .length = 16,
115054 : : .hash = -1,
115055 : : .state = {
115056 : : .kind = 1,
115057 : : .compact = 1,
115058 : : .ascii = 1,
115059 : : },
115060 : : },
115061 : : ._data = "_Environ.__len__",
115062 : : };
115063 : : static
115064 : : struct {
115065 : : PyObject_VAR_HEAD
115066 : : Py_hash_t ob_shash;
115067 : : char ob_sval[17];
115068 : : }
115069 : : os_toplevel_consts_103_consts_6_linetable = {
115070 : : .ob_base = {
115071 : : .ob_base = {
115072 : : .ob_refcnt = 999999999,
115073 : : .ob_type = &PyBytes_Type,
115074 : : },
115075 : : .ob_size = 16,
115076 : : },
115077 : : .ob_shash = -1,
115078 : : .ob_sval = "\x80\x00\xdd\x0f\x12\x90\x34\x97\x3a\x91\x3a\x8c\x7f\xd0\x08\x1e",
115079 : : };
115080 : : static
115081 : : struct _PyCode_DEF(48)
115082 : : os_toplevel_consts_103_consts_6 = {
115083 : : .ob_base = {
115084 : : .ob_base = {
115085 : : .ob_refcnt = 999999999,
115086 : : .ob_type = &PyCode_Type,
115087 : : },
115088 : : .ob_size = 24,
115089 : : },
115090 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115091 : : .co_names = & os_toplevel_consts_103_consts_6_names._object.ob_base.ob_base,
115092 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115093 : : .co_flags = 3,
115094 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115095 : : ._co_linearray_entry_size = 0,
115096 : : .co_argcount = 1,
115097 : : .co_posonlyargcount = 0,
115098 : : .co_kwonlyargcount = 0,
115099 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
115100 : : .co_stacksize = 3,
115101 : : .co_firstlineno = 702,
115102 : : .co_nlocalsplus = 1,
115103 : : .co_nlocals = 1,
115104 : : .co_nplaincellvars = 0,
115105 : : .co_ncellvars = 0,
115106 : : .co_nfreevars = 0,
115107 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
115108 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
115109 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115110 : : .co_name = &_Py_ID(__len__),
115111 : : .co_qualname = & os_toplevel_consts_103_consts_6_qualname._ascii.ob_base,
115112 : : .co_linetable = & os_toplevel_consts_103_consts_6_linetable.ob_base.ob_base,
115113 : : ._co_code = NULL,
115114 : : ._co_linearray = NULL,
115115 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
115116 : : ._co_firsttraceable = 0,
115117 : : };
115118 : : static
115119 : : struct {
115120 : : PyGC_Head _gc_head;
115121 : : struct {
115122 : : PyObject_VAR_HEAD
115123 : : PyObject *ob_item[2];
115124 : : }_object;
115125 : : }
115126 : : os_toplevel_consts_103_consts_7_consts_2_consts = {
115127 : : ._object = {
115128 : : .ob_base = {
115129 : : .ob_base = {
115130 : : .ob_refcnt = 999999999,
115131 : : .ob_type = &PyTuple_Type,
115132 : : },
115133 : : .ob_size = 2,
115134 : : },
115135 : : .ob_item = {
115136 : : & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
115137 : : Py_None,
115138 : : },
115139 : : },
115140 : : };
115141 : : static
115142 : : struct {
115143 : : PyGC_Head _gc_head;
115144 : : struct {
115145 : : PyObject_VAR_HEAD
115146 : : PyObject *ob_item[2];
115147 : : }_object;
115148 : : }
115149 : : os_toplevel_consts_103_consts_7_consts_2_names = {
115150 : : ._object = {
115151 : : .ob_base = {
115152 : : .ob_base = {
115153 : : .ob_refcnt = 999999999,
115154 : : .ob_type = &PyTuple_Type,
115155 : : },
115156 : : .ob_size = 2,
115157 : : },
115158 : : .ob_item = {
115159 : : & const_str_decodekey._ascii.ob_base,
115160 : : & const_str_decodevalue._ascii.ob_base,
115161 : : },
115162 : : },
115163 : : };
115164 : : static
115165 : : struct {
115166 : : PyASCIIObject _ascii;
115167 : : uint8_t _data[37];
115168 : : }
115169 : : os_toplevel_consts_103_consts_7_consts_2_qualname = {
115170 : : ._ascii = {
115171 : : .ob_base = {
115172 : : .ob_refcnt = 999999999,
115173 : : .ob_type = &PyUnicode_Type,
115174 : : },
115175 : : .length = 36,
115176 : : .hash = -1,
115177 : : .state = {
115178 : : .kind = 1,
115179 : : .compact = 1,
115180 : : .ascii = 1,
115181 : : },
115182 : : },
115183 : : ._data = "_Environ.__repr__.<locals>.<genexpr>",
115184 : : };
115185 : : static
115186 : : struct {
115187 : : PyObject_VAR_HEAD
115188 : : Py_hash_t ob_shash;
115189 : : char ob_sval[94];
115190 : : }
115191 : : os_toplevel_consts_103_consts_7_consts_2_linetable = {
115192 : : .ob_base = {
115193 : : .ob_base = {
115194 : : .ob_refcnt = 999999999,
115195 : : .ob_type = &PyBytes_Type,
115196 : : },
115197 : : .ob_size = 93,
115198 : : },
115199 : : .ob_shash = -1,
115200 : : .ob_sval = "\xf8\xe8\x00\xe8\x00\x80\x00\xf0\x00\x03\x24\x0a\xf1\x00\x03\x24\x0a\xe1\x10\x1a\x90\x03\x90\x55\xf0\x03\x00\x10\x14\x8f\x7e\x89\x7e\x98\x63\xd4\x0f\x22\xd0\x0c\x43\xd0\x0c\x43\xa8\x04\xd7\x28\x38\xd1\x28\x38\xb8\x15\xd4\x28\x3f\xd0\x0c\x43\xd0\x0c\x43\xf0\x03\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a",
115201 : : };
115202 : : static
115203 : : struct {
115204 : : PyGC_Head _gc_head;
115205 : : struct {
115206 : : PyObject_VAR_HEAD
115207 : : PyObject *ob_item[4];
115208 : : }_object;
115209 : : }
115210 : : os_toplevel_consts_103_consts_7_consts_2_localsplusnames = {
115211 : : ._object = {
115212 : : .ob_base = {
115213 : : .ob_base = {
115214 : : .ob_refcnt = 999999999,
115215 : : .ob_type = &PyTuple_Type,
115216 : : },
115217 : : .ob_size = 4,
115218 : : },
115219 : : .ob_item = {
115220 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
115221 : : & const_str_key._ascii.ob_base,
115222 : : & const_str_value._ascii.ob_base,
115223 : : & const_str_self._ascii.ob_base,
115224 : : },
115225 : : },
115226 : : };
115227 : : static
115228 : : struct _PyCode_DEF(110)
115229 : : os_toplevel_consts_103_consts_7_consts_2 = {
115230 : : .ob_base = {
115231 : : .ob_base = {
115232 : : .ob_refcnt = 999999999,
115233 : : .ob_type = &PyCode_Type,
115234 : : },
115235 : : .ob_size = 55,
115236 : : },
115237 : : .co_consts = & os_toplevel_consts_103_consts_7_consts_2_consts._object.ob_base.ob_base,
115238 : : .co_names = & os_toplevel_consts_103_consts_7_consts_2_names._object.ob_base.ob_base,
115239 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115240 : : .co_flags = 51,
115241 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115242 : : ._co_linearray_entry_size = 0,
115243 : : .co_argcount = 1,
115244 : : .co_posonlyargcount = 0,
115245 : : .co_kwonlyargcount = 0,
115246 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
115247 : : .co_stacksize = 6,
115248 : : .co_firstlineno = 706,
115249 : : .co_nlocalsplus = 4,
115250 : : .co_nlocals = 3,
115251 : : .co_nplaincellvars = 0,
115252 : : .co_ncellvars = 0,
115253 : : .co_nfreevars = 1,
115254 : : .co_localsplusnames = & os_toplevel_consts_103_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
115255 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
115256 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115257 : : .co_name = &_Py_STR(anon_genexpr),
115258 : : .co_qualname = & os_toplevel_consts_103_consts_7_consts_2_qualname._ascii.ob_base,
115259 : : .co_linetable = & os_toplevel_consts_103_consts_7_consts_2_linetable.ob_base.ob_base,
115260 : : ._co_code = NULL,
115261 : : ._co_linearray = NULL,
115262 : : .co_code_adaptive = "\x95\x01\x4b\x00\x01\x00\x97\x00\x7c\x00\x5d\x2e\x00\x00\x5c\x02\x00\x00\x7d\x01\x7d\x02\x89\x03\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x64\x00\x89\x03\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x03\x96\x02\x97\x01\x01\x00\x8c\x30\x64\x01\x53\x00",
115263 : : ._co_firsttraceable = 3,
115264 : : };
115265 : : static
115266 : : struct {
115267 : : PyASCIIObject _ascii;
115268 : : uint8_t _data[10];
115269 : : }
115270 : : os_toplevel_consts_103_consts_7_consts_3 = {
115271 : : ._ascii = {
115272 : : .ob_base = {
115273 : : .ob_refcnt = 999999999,
115274 : : .ob_type = &PyUnicode_Type,
115275 : : },
115276 : : .length = 9,
115277 : : .hash = -1,
115278 : : .state = {
115279 : : .kind = 1,
115280 : : .compact = 1,
115281 : : .ascii = 1,
115282 : : },
115283 : : },
115284 : : ._data = "environ({",
115285 : : };
115286 : : static
115287 : : struct {
115288 : : PyASCIIObject _ascii;
115289 : : uint8_t _data[3];
115290 : : }
115291 : : os_toplevel_consts_103_consts_7_consts_4 = {
115292 : : ._ascii = {
115293 : : .ob_base = {
115294 : : .ob_refcnt = 999999999,
115295 : : .ob_type = &PyUnicode_Type,
115296 : : },
115297 : : .length = 2,
115298 : : .hash = -1,
115299 : : .state = {
115300 : : .kind = 1,
115301 : : .compact = 1,
115302 : : .ascii = 1,
115303 : : },
115304 : : },
115305 : : ._data = "})",
115306 : : };
115307 : : static
115308 : : struct {
115309 : : PyGC_Head _gc_head;
115310 : : struct {
115311 : : PyObject_VAR_HEAD
115312 : : PyObject *ob_item[5];
115313 : : }_object;
115314 : : }
115315 : : os_toplevel_consts_103_consts_7_consts = {
115316 : : ._object = {
115317 : : .ob_base = {
115318 : : .ob_base = {
115319 : : .ob_refcnt = 999999999,
115320 : : .ob_type = &PyTuple_Type,
115321 : : },
115322 : : .ob_size = 5,
115323 : : },
115324 : : .ob_item = {
115325 : : Py_None,
115326 : : &_Py_STR(comma_sep),
115327 : : & os_toplevel_consts_103_consts_7_consts_2.ob_base.ob_base,
115328 : : & os_toplevel_consts_103_consts_7_consts_3._ascii.ob_base,
115329 : : & os_toplevel_consts_103_consts_7_consts_4._ascii.ob_base,
115330 : : },
115331 : : },
115332 : : };
115333 : : static
115334 : : struct {
115335 : : PyGC_Head _gc_head;
115336 : : struct {
115337 : : PyObject_VAR_HEAD
115338 : : PyObject *ob_item[3];
115339 : : }_object;
115340 : : }
115341 : : os_toplevel_consts_103_consts_7_names = {
115342 : : ._object = {
115343 : : .ob_base = {
115344 : : .ob_base = {
115345 : : .ob_refcnt = 999999999,
115346 : : .ob_type = &PyTuple_Type,
115347 : : },
115348 : : .ob_size = 3,
115349 : : },
115350 : : .ob_item = {
115351 : : &_Py_ID(join),
115352 : : & const_str__data._ascii.ob_base,
115353 : : &_Py_ID(items),
115354 : : },
115355 : : },
115356 : : };
115357 : : static
115358 : : struct {
115359 : : PyASCIIObject _ascii;
115360 : : uint8_t _data[18];
115361 : : }
115362 : : os_toplevel_consts_103_consts_7_qualname = {
115363 : : ._ascii = {
115364 : : .ob_base = {
115365 : : .ob_refcnt = 999999999,
115366 : : .ob_type = &PyUnicode_Type,
115367 : : },
115368 : : .length = 17,
115369 : : .hash = -1,
115370 : : .state = {
115371 : : .kind = 1,
115372 : : .compact = 1,
115373 : : .ascii = 1,
115374 : : },
115375 : : },
115376 : : ._data = "_Environ.__repr__",
115377 : : };
115378 : : static
115379 : : struct {
115380 : : PyObject_VAR_HEAD
115381 : : Py_hash_t ob_shash;
115382 : : char ob_sval[83];
115383 : : }
115384 : : os_toplevel_consts_103_consts_7_linetable = {
115385 : : .ob_base = {
115386 : : .ob_base = {
115387 : : .ob_refcnt = 999999999,
115388 : : .ob_type = &PyBytes_Type,
115389 : : },
115390 : : .ob_size = 82,
115391 : : },
115392 : : .ob_shash = -1,
115393 : : .ob_sval = "\xf8\x80\x00\xd8\x1a\x1e\x9f\x29\x99\x29\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xf0\x00\x03\x24\x0a\xe0\x1e\x22\x9f\x6a\x99\x6a\xd7\x1e\x2e\xd1\x1e\x2e\xd4\x1e\x30\xf0\x05\x03\x24\x0a\xf4\x00\x03\x24\x0a\xf4\x00\x03\x1b\x0a\x88\x0f\xf0\x08\x00\x10\x31\x98\x4f\xd0\x0f\x30\xd0\x0f\x30\xd0\x0f\x30\xd0\x08\x30",
115394 : : };
115395 : : static
115396 : : struct {
115397 : : PyASCIIObject _ascii;
115398 : : uint8_t _data[16];
115399 : : }
115400 : : const_str_formatted_items = {
115401 : : ._ascii = {
115402 : : .ob_base = {
115403 : : .ob_refcnt = 999999999,
115404 : : .ob_type = &PyUnicode_Type,
115405 : : },
115406 : : .length = 15,
115407 : : .hash = -1,
115408 : : .state = {
115409 : : .kind = 1,
115410 : : .compact = 1,
115411 : : .ascii = 1,
115412 : : },
115413 : : },
115414 : : ._data = "formatted_items",
115415 : : };
115416 : : static
115417 : : struct {
115418 : : PyGC_Head _gc_head;
115419 : : struct {
115420 : : PyObject_VAR_HEAD
115421 : : PyObject *ob_item[2];
115422 : : }_object;
115423 : : }
115424 : : os_toplevel_consts_103_consts_7_localsplusnames = {
115425 : : ._object = {
115426 : : .ob_base = {
115427 : : .ob_base = {
115428 : : .ob_refcnt = 999999999,
115429 : : .ob_type = &PyTuple_Type,
115430 : : },
115431 : : .ob_size = 2,
115432 : : },
115433 : : .ob_item = {
115434 : : & const_str_self._ascii.ob_base,
115435 : : & const_str_formatted_items._ascii.ob_base,
115436 : : },
115437 : : },
115438 : : };
115439 : : static
115440 : : struct _PyCode_DEF(122)
115441 : : os_toplevel_consts_103_consts_7 = {
115442 : : .ob_base = {
115443 : : .ob_base = {
115444 : : .ob_refcnt = 999999999,
115445 : : .ob_type = &PyCode_Type,
115446 : : },
115447 : : .ob_size = 61,
115448 : : },
115449 : : .co_consts = & os_toplevel_consts_103_consts_7_consts._object.ob_base.ob_base,
115450 : : .co_names = & os_toplevel_consts_103_consts_7_names._object.ob_base.ob_base,
115451 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115452 : : .co_flags = 3,
115453 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115454 : : ._co_linearray_entry_size = 0,
115455 : : .co_argcount = 1,
115456 : : .co_posonlyargcount = 0,
115457 : : .co_kwonlyargcount = 0,
115458 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
115459 : : .co_stacksize = 5,
115460 : : .co_firstlineno = 705,
115461 : : .co_nlocalsplus = 2,
115462 : : .co_nlocals = 2,
115463 : : .co_nplaincellvars = 0,
115464 : : .co_ncellvars = 1,
115465 : : .co_nfreevars = 0,
115466 : : .co_localsplusnames = & os_toplevel_consts_103_consts_7_localsplusnames._object.ob_base.ob_base,
115467 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
115468 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115469 : : .co_name = &_Py_ID(__repr__),
115470 : : .co_qualname = & os_toplevel_consts_103_consts_7_qualname._ascii.ob_base,
115471 : : .co_linetable = & os_toplevel_consts_103_consts_7_linetable.ob_base.ob_base,
115472 : : ._co_code = NULL,
115473 : : ._co_linearray = NULL,
115474 : : .co_code_adaptive = "\x87\x00\x97\x00\x64\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x02\x84\x08\x89\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x03\x7c\x01\x9b\x00\x64\x04\x9d\x03\x53\x00",
115475 : : ._co_firsttraceable = 1,
115476 : : };
115477 : : static
115478 : : struct {
115479 : : PyGC_Head _gc_head;
115480 : : struct {
115481 : : PyObject_VAR_HEAD
115482 : : PyObject *ob_item[1];
115483 : : }_object;
115484 : : }
115485 : : os_toplevel_consts_103_consts_8_names = {
115486 : : ._object = {
115487 : : .ob_base = {
115488 : : .ob_base = {
115489 : : .ob_refcnt = 999999999,
115490 : : .ob_type = &PyTuple_Type,
115491 : : },
115492 : : .ob_size = 1,
115493 : : },
115494 : : .ob_item = {
115495 : : & const_str_dict._ascii.ob_base,
115496 : : },
115497 : : },
115498 : : };
115499 : : static
115500 : : struct {
115501 : : PyASCIIObject _ascii;
115502 : : uint8_t _data[14];
115503 : : }
115504 : : os_toplevel_consts_103_consts_8_qualname = {
115505 : : ._ascii = {
115506 : : .ob_base = {
115507 : : .ob_refcnt = 999999999,
115508 : : .ob_type = &PyUnicode_Type,
115509 : : },
115510 : : .length = 13,
115511 : : .hash = -1,
115512 : : .state = {
115513 : : .kind = 1,
115514 : : .compact = 1,
115515 : : .ascii = 1,
115516 : : },
115517 : : },
115518 : : ._data = "_Environ.copy",
115519 : : };
115520 : : static
115521 : : struct {
115522 : : PyObject_VAR_HEAD
115523 : : Py_hash_t ob_shash;
115524 : : char ob_sval[13];
115525 : : }
115526 : : os_toplevel_consts_103_consts_8_linetable = {
115527 : : .ob_base = {
115528 : : .ob_base = {
115529 : : .ob_refcnt = 999999999,
115530 : : .ob_type = &PyBytes_Type,
115531 : : },
115532 : : .ob_size = 12,
115533 : : },
115534 : : .ob_shash = -1,
115535 : : .ob_sval = "\x80\x00\xdd\x0f\x13\x90\x44\x8c\x7a\xd0\x08\x19",
115536 : : };
115537 : : static
115538 : : struct _PyCode_DEF(28)
115539 : : os_toplevel_consts_103_consts_8 = {
115540 : : .ob_base = {
115541 : : .ob_base = {
115542 : : .ob_refcnt = 999999999,
115543 : : .ob_type = &PyCode_Type,
115544 : : },
115545 : : .ob_size = 14,
115546 : : },
115547 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115548 : : .co_names = & os_toplevel_consts_103_consts_8_names._object.ob_base.ob_base,
115549 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115550 : : .co_flags = 3,
115551 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115552 : : ._co_linearray_entry_size = 0,
115553 : : .co_argcount = 1,
115554 : : .co_posonlyargcount = 0,
115555 : : .co_kwonlyargcount = 0,
115556 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
115557 : : .co_stacksize = 3,
115558 : : .co_firstlineno = 712,
115559 : : .co_nlocalsplus = 1,
115560 : : .co_nlocals = 1,
115561 : : .co_nplaincellvars = 0,
115562 : : .co_ncellvars = 0,
115563 : : .co_nfreevars = 0,
115564 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
115565 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
115566 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115567 : : .co_name = &_Py_ID(copy),
115568 : : .co_qualname = & os_toplevel_consts_103_consts_8_qualname._ascii.ob_base,
115569 : : .co_linetable = & os_toplevel_consts_103_consts_8_linetable.ob_base.ob_base,
115570 : : ._co_code = NULL,
115571 : : ._co_linearray = NULL,
115572 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
115573 : : ._co_firsttraceable = 0,
115574 : : };
115575 : : static
115576 : : struct {
115577 : : PyASCIIObject _ascii;
115578 : : uint8_t _data[20];
115579 : : }
115580 : : os_toplevel_consts_103_consts_9_qualname = {
115581 : : ._ascii = {
115582 : : .ob_base = {
115583 : : .ob_refcnt = 999999999,
115584 : : .ob_type = &PyUnicode_Type,
115585 : : },
115586 : : .length = 19,
115587 : : .hash = -1,
115588 : : .state = {
115589 : : .kind = 1,
115590 : : .compact = 1,
115591 : : .ascii = 1,
115592 : : },
115593 : : },
115594 : : ._data = "_Environ.setdefault",
115595 : : };
115596 : : static
115597 : : struct {
115598 : : PyObject_VAR_HEAD
115599 : : Py_hash_t ob_shash;
115600 : : char ob_sval[34];
115601 : : }
115602 : : os_toplevel_consts_103_consts_9_linetable = {
115603 : : .ob_base = {
115604 : : .ob_base = {
115605 : : .ob_refcnt = 999999999,
115606 : : .ob_type = &PyBytes_Type,
115607 : : },
115608 : : .ob_size = 33,
115609 : : },
115610 : : .ob_shash = -1,
115611 : : .ob_sval = "\x80\x00\xd8\x0b\x0e\x90\x64\x88\x3f\xf0\x00\x01\x09\x1e\xd8\x18\x1d\x88\x44\x90\x13\x89\x49\xd8\x0f\x13\x90\x43\x8c\x79\xd0\x08\x18",
115612 : : };
115613 : : static
115614 : : struct _PyCode_DEF(36)
115615 : : os_toplevel_consts_103_consts_9 = {
115616 : : .ob_base = {
115617 : : .ob_base = {
115618 : : .ob_refcnt = 999999999,
115619 : : .ob_type = &PyCode_Type,
115620 : : },
115621 : : .ob_size = 18,
115622 : : },
115623 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115624 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
115625 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115626 : : .co_flags = 3,
115627 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115628 : : ._co_linearray_entry_size = 0,
115629 : : .co_argcount = 3,
115630 : : .co_posonlyargcount = 0,
115631 : : .co_kwonlyargcount = 0,
115632 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
115633 : : .co_stacksize = 3,
115634 : : .co_firstlineno = 715,
115635 : : .co_nlocalsplus = 3,
115636 : : .co_nlocals = 3,
115637 : : .co_nplaincellvars = 0,
115638 : : .co_ncellvars = 0,
115639 : : .co_nfreevars = 0,
115640 : : .co_localsplusnames = & _collections_abc_toplevel_consts_64_consts_3_localsplusnames._object.ob_base.ob_base,
115641 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115642 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115643 : : .co_name = & const_str_setdefault._ascii.ob_base,
115644 : : .co_qualname = & os_toplevel_consts_103_consts_9_qualname._ascii.ob_base,
115645 : : .co_linetable = & os_toplevel_consts_103_consts_9_linetable.ob_base.ob_base,
115646 : : ._co_code = NULL,
115647 : : ._co_linearray = NULL,
115648 : : .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",
115649 : : ._co_firsttraceable = 0,
115650 : : };
115651 : : static
115652 : : struct {
115653 : : PyGC_Head _gc_head;
115654 : : struct {
115655 : : PyObject_VAR_HEAD
115656 : : PyObject *ob_item[1];
115657 : : }_object;
115658 : : }
115659 : : os_toplevel_consts_103_consts_10_names = {
115660 : : ._object = {
115661 : : .ob_base = {
115662 : : .ob_base = {
115663 : : .ob_refcnt = 999999999,
115664 : : .ob_type = &PyTuple_Type,
115665 : : },
115666 : : .ob_size = 1,
115667 : : },
115668 : : .ob_item = {
115669 : : & const_str_update._ascii.ob_base,
115670 : : },
115671 : : },
115672 : : };
115673 : : static
115674 : : struct {
115675 : : PyASCIIObject _ascii;
115676 : : uint8_t _data[17];
115677 : : }
115678 : : os_toplevel_consts_103_consts_10_qualname = {
115679 : : ._ascii = {
115680 : : .ob_base = {
115681 : : .ob_refcnt = 999999999,
115682 : : .ob_type = &PyUnicode_Type,
115683 : : },
115684 : : .length = 16,
115685 : : .hash = -1,
115686 : : .state = {
115687 : : .kind = 1,
115688 : : .compact = 1,
115689 : : .ascii = 1,
115690 : : },
115691 : : },
115692 : : ._data = "_Environ.__ior__",
115693 : : };
115694 : : static
115695 : : struct {
115696 : : PyObject_VAR_HEAD
115697 : : Py_hash_t ob_shash;
115698 : : char ob_sval[23];
115699 : : }
115700 : : os_toplevel_consts_103_consts_10_linetable = {
115701 : : .ob_base = {
115702 : : .ob_base = {
115703 : : .ob_refcnt = 999999999,
115704 : : .ob_type = &PyBytes_Type,
115705 : : },
115706 : : .ob_size = 22,
115707 : : },
115708 : : .ob_shash = -1,
115709 : : .ob_sval = "\x80\x00\xd8\x08\x0c\x8f\x0b\x89\x0b\x90\x45\xd4\x08\x1a\xd0\x08\x1a\xd8\x0f\x13\x88\x0b",
115710 : : };
115711 : : static
115712 : : struct _PyCode_DEF(42)
115713 : : os_toplevel_consts_103_consts_10 = {
115714 : : .ob_base = {
115715 : : .ob_base = {
115716 : : .ob_refcnt = 999999999,
115717 : : .ob_type = &PyCode_Type,
115718 : : },
115719 : : .ob_size = 21,
115720 : : },
115721 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115722 : : .co_names = & os_toplevel_consts_103_consts_10_names._object.ob_base.ob_base,
115723 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115724 : : .co_flags = 3,
115725 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115726 : : ._co_linearray_entry_size = 0,
115727 : : .co_argcount = 2,
115728 : : .co_posonlyargcount = 0,
115729 : : .co_kwonlyargcount = 0,
115730 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
115731 : : .co_stacksize = 3,
115732 : : .co_firstlineno = 720,
115733 : : .co_nlocalsplus = 2,
115734 : : .co_nlocals = 2,
115735 : : .co_nplaincellvars = 0,
115736 : : .co_ncellvars = 0,
115737 : : .co_nfreevars = 0,
115738 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_59_consts_3_localsplusnames._object.ob_base.ob_base,
115739 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
115740 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115741 : : .co_name = &_Py_ID(__ior__),
115742 : : .co_qualname = & os_toplevel_consts_103_consts_10_qualname._ascii.ob_base,
115743 : : .co_linetable = & os_toplevel_consts_103_consts_10_linetable.ob_base.ob_base,
115744 : : ._co_code = NULL,
115745 : : ._co_linearray = NULL,
115746 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
115747 : : ._co_firsttraceable = 0,
115748 : : };
115749 : : static
115750 : : struct {
115751 : : PyGC_Head _gc_head;
115752 : : struct {
115753 : : PyObject_VAR_HEAD
115754 : : PyObject *ob_item[5];
115755 : : }_object;
115756 : : }
115757 : : os_toplevel_consts_103_consts_11_names = {
115758 : : ._object = {
115759 : : .ob_base = {
115760 : : .ob_base = {
115761 : : .ob_refcnt = 999999999,
115762 : : .ob_type = &PyTuple_Type,
115763 : : },
115764 : : .ob_size = 5,
115765 : : },
115766 : : .ob_item = {
115767 : : &_Py_ID(isinstance),
115768 : : & const_str_Mapping._ascii.ob_base,
115769 : : & const_str_NotImplemented._ascii.ob_base,
115770 : : & const_str_dict._ascii.ob_base,
115771 : : & const_str_update._ascii.ob_base,
115772 : : },
115773 : : },
115774 : : };
115775 : : static
115776 : : struct {
115777 : : PyASCIIObject _ascii;
115778 : : uint8_t _data[16];
115779 : : }
115780 : : os_toplevel_consts_103_consts_11_qualname = {
115781 : : ._ascii = {
115782 : : .ob_base = {
115783 : : .ob_refcnt = 999999999,
115784 : : .ob_type = &PyUnicode_Type,
115785 : : },
115786 : : .length = 15,
115787 : : .hash = -1,
115788 : : .state = {
115789 : : .kind = 1,
115790 : : .compact = 1,
115791 : : .ascii = 1,
115792 : : },
115793 : : },
115794 : : ._data = "_Environ.__or__",
115795 : : };
115796 : : static
115797 : : struct {
115798 : : PyObject_VAR_HEAD
115799 : : Py_hash_t ob_shash;
115800 : : char ob_sval[53];
115801 : : }
115802 : : os_toplevel_consts_103_consts_11_linetable = {
115803 : : .ob_base = {
115804 : : .ob_base = {
115805 : : .ob_refcnt = 999999999,
115806 : : .ob_type = &PyBytes_Type,
115807 : : },
115808 : : .ob_size = 52,
115809 : : },
115810 : : .ob_shash = -1,
115811 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x34\x8c\x6a\x88\x03\xd8\x08\x0b\x8f\x0a\x89\x0a\x90\x35\xd4\x08\x19\xd0\x08\x19\xd8\x0f\x12\x88\x0a",
115812 : : };
115813 : : static
115814 : : struct {
115815 : : PyGC_Head _gc_head;
115816 : : struct {
115817 : : PyObject_VAR_HEAD
115818 : : PyObject *ob_item[3];
115819 : : }_object;
115820 : : }
115821 : : os_toplevel_consts_103_consts_11_localsplusnames = {
115822 : : ._object = {
115823 : : .ob_base = {
115824 : : .ob_base = {
115825 : : .ob_refcnt = 999999999,
115826 : : .ob_type = &PyTuple_Type,
115827 : : },
115828 : : .ob_size = 3,
115829 : : },
115830 : : .ob_item = {
115831 : : & const_str_self._ascii.ob_base,
115832 : : & const_str_other._ascii.ob_base,
115833 : : & const_str_new._ascii.ob_base,
115834 : : },
115835 : : },
115836 : : };
115837 : : static
115838 : : struct _PyCode_DEF(120)
115839 : : os_toplevel_consts_103_consts_11 = {
115840 : : .ob_base = {
115841 : : .ob_base = {
115842 : : .ob_refcnt = 999999999,
115843 : : .ob_type = &PyCode_Type,
115844 : : },
115845 : : .ob_size = 60,
115846 : : },
115847 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115848 : : .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
115849 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115850 : : .co_flags = 3,
115851 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115852 : : ._co_linearray_entry_size = 0,
115853 : : .co_argcount = 2,
115854 : : .co_posonlyargcount = 0,
115855 : : .co_kwonlyargcount = 0,
115856 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
115857 : : .co_stacksize = 4,
115858 : : .co_firstlineno = 724,
115859 : : .co_nlocalsplus = 3,
115860 : : .co_nlocals = 3,
115861 : : .co_nplaincellvars = 0,
115862 : : .co_ncellvars = 0,
115863 : : .co_nfreevars = 0,
115864 : : .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
115865 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115866 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115867 : : .co_name = &_Py_ID(__or__),
115868 : : .co_qualname = & os_toplevel_consts_103_consts_11_qualname._ascii.ob_base,
115869 : : .co_linetable = & os_toplevel_consts_103_consts_11_linetable.ob_base.ob_base,
115870 : : ._co_code = NULL,
115871 : : ._co_linearray = NULL,
115872 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
115873 : : ._co_firsttraceable = 0,
115874 : : };
115875 : : static
115876 : : struct {
115877 : : PyASCIIObject _ascii;
115878 : : uint8_t _data[17];
115879 : : }
115880 : : os_toplevel_consts_103_consts_12_qualname = {
115881 : : ._ascii = {
115882 : : .ob_base = {
115883 : : .ob_refcnt = 999999999,
115884 : : .ob_type = &PyUnicode_Type,
115885 : : },
115886 : : .length = 16,
115887 : : .hash = -1,
115888 : : .state = {
115889 : : .kind = 1,
115890 : : .compact = 1,
115891 : : .ascii = 1,
115892 : : },
115893 : : },
115894 : : ._data = "_Environ.__ror__",
115895 : : };
115896 : : static
115897 : : struct {
115898 : : PyObject_VAR_HEAD
115899 : : Py_hash_t ob_shash;
115900 : : char ob_sval[53];
115901 : : }
115902 : : os_toplevel_consts_103_consts_12_linetable = {
115903 : : .ob_base = {
115904 : : .ob_base = {
115905 : : .ob_refcnt = 999999999,
115906 : : .ob_type = &PyBytes_Type,
115907 : : },
115908 : : .ob_size = 52,
115909 : : },
115910 : : .ob_shash = -1,
115911 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x17\xd4\x0f\x29\xf0\x00\x01\x09\x22\xdd\x13\x21\xd0\x0c\x21\xdd\x0e\x12\x90\x35\x8c\x6b\x88\x03\xd8\x08\x0b\x8f\x0a\x89\x0a\x90\x34\xd4\x08\x18\xd0\x08\x18\xd8\x0f\x12\x88\x0a",
115912 : : };
115913 : : static
115914 : : struct _PyCode_DEF(120)
115915 : : os_toplevel_consts_103_consts_12 = {
115916 : : .ob_base = {
115917 : : .ob_base = {
115918 : : .ob_refcnt = 999999999,
115919 : : .ob_type = &PyCode_Type,
115920 : : },
115921 : : .ob_size = 60,
115922 : : },
115923 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
115924 : : .co_names = & os_toplevel_consts_103_consts_11_names._object.ob_base.ob_base,
115925 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
115926 : : .co_flags = 3,
115927 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
115928 : : ._co_linearray_entry_size = 0,
115929 : : .co_argcount = 2,
115930 : : .co_posonlyargcount = 0,
115931 : : .co_kwonlyargcount = 0,
115932 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
115933 : : .co_stacksize = 4,
115934 : : .co_firstlineno = 731,
115935 : : .co_nlocalsplus = 3,
115936 : : .co_nlocals = 3,
115937 : : .co_nplaincellvars = 0,
115938 : : .co_ncellvars = 0,
115939 : : .co_nfreevars = 0,
115940 : : .co_localsplusnames = & os_toplevel_consts_103_consts_11_localsplusnames._object.ob_base.ob_base,
115941 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
115942 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
115943 : : .co_name = &_Py_ID(__ror__),
115944 : : .co_qualname = & os_toplevel_consts_103_consts_12_qualname._ascii.ob_base,
115945 : : .co_linetable = & os_toplevel_consts_103_consts_12_linetable.ob_base.ob_base,
115946 : : ._co_code = NULL,
115947 : : ._co_linearray = NULL,
115948 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x07\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x53\x00",
115949 : : ._co_firsttraceable = 0,
115950 : : };
115951 : : static
115952 : : struct {
115953 : : PyGC_Head _gc_head;
115954 : : struct {
115955 : : PyObject_VAR_HEAD
115956 : : PyObject *ob_item[14];
115957 : : }_object;
115958 : : }
115959 : : os_toplevel_consts_103_consts = {
115960 : : ._object = {
115961 : : .ob_base = {
115962 : : .ob_base = {
115963 : : .ob_refcnt = 999999999,
115964 : : .ob_type = &PyTuple_Type,
115965 : : },
115966 : : .ob_size = 14,
115967 : : },
115968 : : .ob_item = {
115969 : : & const_str__Environ._ascii.ob_base,
115970 : : & os_toplevel_consts_103_consts_1.ob_base.ob_base,
115971 : : & os_toplevel_consts_103_consts_2.ob_base.ob_base,
115972 : : & os_toplevel_consts_103_consts_3.ob_base.ob_base,
115973 : : & os_toplevel_consts_103_consts_4.ob_base.ob_base,
115974 : : & os_toplevel_consts_103_consts_5.ob_base.ob_base,
115975 : : & os_toplevel_consts_103_consts_6.ob_base.ob_base,
115976 : : & os_toplevel_consts_103_consts_7.ob_base.ob_base,
115977 : : & os_toplevel_consts_103_consts_8.ob_base.ob_base,
115978 : : & os_toplevel_consts_103_consts_9.ob_base.ob_base,
115979 : : & os_toplevel_consts_103_consts_10.ob_base.ob_base,
115980 : : & os_toplevel_consts_103_consts_11.ob_base.ob_base,
115981 : : & os_toplevel_consts_103_consts_12.ob_base.ob_base,
115982 : : Py_None,
115983 : : },
115984 : : },
115985 : : };
115986 : : static
115987 : : struct {
115988 : : PyGC_Head _gc_head;
115989 : : struct {
115990 : : PyObject_VAR_HEAD
115991 : : PyObject *ob_item[15];
115992 : : }_object;
115993 : : }
115994 : : os_toplevel_consts_103_names = {
115995 : : ._object = {
115996 : : .ob_base = {
115997 : : .ob_base = {
115998 : : .ob_refcnt = 999999999,
115999 : : .ob_type = &PyTuple_Type,
116000 : : },
116001 : : .ob_size = 15,
116002 : : },
116003 : : .ob_item = {
116004 : : &_Py_ID(__name__),
116005 : : &_Py_ID(__module__),
116006 : : &_Py_ID(__qualname__),
116007 : : &_Py_ID(__init__),
116008 : : &_Py_ID(__getitem__),
116009 : : &_Py_ID(__setitem__),
116010 : : &_Py_ID(__delitem__),
116011 : : &_Py_ID(__iter__),
116012 : : &_Py_ID(__len__),
116013 : : &_Py_ID(__repr__),
116014 : : &_Py_ID(copy),
116015 : : & const_str_setdefault._ascii.ob_base,
116016 : : &_Py_ID(__ior__),
116017 : : &_Py_ID(__or__),
116018 : : &_Py_ID(__ror__),
116019 : : },
116020 : : },
116021 : : };
116022 : : static
116023 : : struct {
116024 : : PyObject_VAR_HEAD
116025 : : Py_hash_t ob_shash;
116026 : : char ob_sval[201];
116027 : : }
116028 : : os_toplevel_consts_103_linetable = {
116029 : : .ob_base = {
116030 : : .ob_base = {
116031 : : .ob_refcnt = 999999999,
116032 : : .ob_type = &PyBytes_Type,
116033 : : },
116034 : : .ob_size = 200,
116035 : : },
116036 : : .ob_shash = -1,
116037 : : .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",
116038 : : };
116039 : : static
116040 : : struct _PyCode_DEF(86)
116041 : : os_toplevel_consts_103 = {
116042 : : .ob_base = {
116043 : : .ob_base = {
116044 : : .ob_refcnt = 999999999,
116045 : : .ob_type = &PyCode_Type,
116046 : : },
116047 : : .ob_size = 43,
116048 : : },
116049 : : .co_consts = & os_toplevel_consts_103_consts._object.ob_base.ob_base,
116050 : : .co_names = & os_toplevel_consts_103_names._object.ob_base.ob_base,
116051 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116052 : : .co_flags = 0,
116053 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116054 : : ._co_linearray_entry_size = 0,
116055 : : .co_argcount = 0,
116056 : : .co_posonlyargcount = 0,
116057 : : .co_kwonlyargcount = 0,
116058 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
116059 : : .co_stacksize = 1,
116060 : : .co_firstlineno = 665,
116061 : : .co_nlocalsplus = 0,
116062 : : .co_nlocals = 0,
116063 : : .co_nplaincellvars = 0,
116064 : : .co_ncellvars = 0,
116065 : : .co_nfreevars = 0,
116066 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
116067 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
116068 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116069 : : .co_name = & const_str__Environ._ascii.ob_base,
116070 : : .co_qualname = & const_str__Environ._ascii.ob_base,
116071 : : .co_linetable = & os_toplevel_consts_103_linetable.ob_base.ob_base,
116072 : : ._co_code = NULL,
116073 : : ._co_linearray = NULL,
116074 : : .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",
116075 : : ._co_firsttraceable = 0,
116076 : : };
116077 : : static
116078 : : struct {
116079 : : PyASCIIObject _ascii;
116080 : : uint8_t _data[21];
116081 : : }
116082 : : os_toplevel_consts_105_consts_2_consts_1 = {
116083 : : ._ascii = {
116084 : : .ob_base = {
116085 : : .ob_refcnt = 999999999,
116086 : : .ob_type = &PyUnicode_Type,
116087 : : },
116088 : : .length = 20,
116089 : : .hash = -1,
116090 : : .state = {
116091 : : .kind = 1,
116092 : : .compact = 1,
116093 : : .ascii = 1,
116094 : : },
116095 : : },
116096 : : ._data = "str expected, not %s",
116097 : : };
116098 : : static
116099 : : struct {
116100 : : PyGC_Head _gc_head;
116101 : : struct {
116102 : : PyObject_VAR_HEAD
116103 : : PyObject *ob_item[2];
116104 : : }_object;
116105 : : }
116106 : : os_toplevel_consts_105_consts_2_consts = {
116107 : : ._object = {
116108 : : .ob_base = {
116109 : : .ob_base = {
116110 : : .ob_refcnt = 999999999,
116111 : : .ob_type = &PyTuple_Type,
116112 : : },
116113 : : .ob_size = 2,
116114 : : },
116115 : : .ob_item = {
116116 : : Py_None,
116117 : : & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
116118 : : },
116119 : : },
116120 : : };
116121 : : static
116122 : : struct {
116123 : : PyGC_Head _gc_head;
116124 : : struct {
116125 : : PyObject_VAR_HEAD
116126 : : PyObject *ob_item[5];
116127 : : }_object;
116128 : : }
116129 : : os_toplevel_consts_105_consts_2_names = {
116130 : : ._object = {
116131 : : .ob_base = {
116132 : : .ob_base = {
116133 : : .ob_refcnt = 999999999,
116134 : : .ob_type = &PyTuple_Type,
116135 : : },
116136 : : .ob_size = 5,
116137 : : },
116138 : : .ob_item = {
116139 : : &_Py_ID(isinstance),
116140 : : & const_str_str._ascii.ob_base,
116141 : : & const_str_TypeError._ascii.ob_base,
116142 : : & const_str_type._ascii.ob_base,
116143 : : &_Py_ID(__name__),
116144 : : },
116145 : : },
116146 : : };
116147 : : static
116148 : : struct {
116149 : : PyASCIIObject _ascii;
116150 : : uint8_t _data[10];
116151 : : }
116152 : : const_str_check_str = {
116153 : : ._ascii = {
116154 : : .ob_base = {
116155 : : .ob_refcnt = 999999999,
116156 : : .ob_type = &PyUnicode_Type,
116157 : : },
116158 : : .length = 9,
116159 : : .hash = -1,
116160 : : .state = {
116161 : : .kind = 1,
116162 : : .compact = 1,
116163 : : .ascii = 1,
116164 : : },
116165 : : },
116166 : : ._data = "check_str",
116167 : : };
116168 : : static
116169 : : struct {
116170 : : PyASCIIObject _ascii;
116171 : : uint8_t _data[34];
116172 : : }
116173 : : os_toplevel_consts_105_consts_2_qualname = {
116174 : : ._ascii = {
116175 : : .ob_base = {
116176 : : .ob_refcnt = 999999999,
116177 : : .ob_type = &PyUnicode_Type,
116178 : : },
116179 : : .length = 33,
116180 : : .hash = -1,
116181 : : .state = {
116182 : : .kind = 1,
116183 : : .compact = 1,
116184 : : .ascii = 1,
116185 : : },
116186 : : },
116187 : : ._data = "_createenviron.<locals>.check_str",
116188 : : };
116189 : : static
116190 : : struct {
116191 : : PyObject_VAR_HEAD
116192 : : Py_hash_t ob_shash;
116193 : : char ob_sval[51];
116194 : : }
116195 : : os_toplevel_consts_105_consts_2_linetable = {
116196 : : .ob_base = {
116197 : : .ob_base = {
116198 : : .ob_refcnt = 999999999,
116199 : : .ob_type = &PyBytes_Type,
116200 : : },
116201 : : .ob_size = 50,
116202 : : },
116203 : : .ob_shash = -1,
116204 : : .ob_sval = "\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xbc\x1b\xd7\x39\x4d\xd1\x39\x4d\xd1\x20\x4d\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x88\x4c",
116205 : : };
116206 : : static
116207 : : struct {
116208 : : PyGC_Head _gc_head;
116209 : : struct {
116210 : : PyObject_VAR_HEAD
116211 : : PyObject *ob_item[1];
116212 : : }_object;
116213 : : }
116214 : : os_toplevel_consts_105_consts_2_localsplusnames = {
116215 : : ._object = {
116216 : : .ob_base = {
116217 : : .ob_base = {
116218 : : .ob_refcnt = 999999999,
116219 : : .ob_type = &PyTuple_Type,
116220 : : },
116221 : : .ob_size = 1,
116222 : : },
116223 : : .ob_item = {
116224 : : & const_str_value._ascii.ob_base,
116225 : : },
116226 : : },
116227 : : };
116228 : : static
116229 : : struct _PyCode_DEF(118)
116230 : : os_toplevel_consts_105_consts_2 = {
116231 : : .ob_base = {
116232 : : .ob_base = {
116233 : : .ob_refcnt = 999999999,
116234 : : .ob_type = &PyCode_Type,
116235 : : },
116236 : : .ob_size = 59,
116237 : : },
116238 : : .co_consts = & os_toplevel_consts_105_consts_2_consts._object.ob_base.ob_base,
116239 : : .co_names = & os_toplevel_consts_105_consts_2_names._object.ob_base.ob_base,
116240 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116241 : : .co_flags = 19,
116242 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116243 : : ._co_linearray_entry_size = 0,
116244 : : .co_argcount = 1,
116245 : : .co_posonlyargcount = 0,
116246 : : .co_kwonlyargcount = 0,
116247 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
116248 : : .co_stacksize = 6,
116249 : : .co_firstlineno = 741,
116250 : : .co_nlocalsplus = 1,
116251 : : .co_nlocals = 1,
116252 : : .co_nplaincellvars = 0,
116253 : : .co_ncellvars = 0,
116254 : : .co_nfreevars = 0,
116255 : : .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
116256 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
116257 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116258 : : .co_name = & const_str_check_str._ascii.ob_base,
116259 : : .co_qualname = & os_toplevel_consts_105_consts_2_qualname._ascii.ob_base,
116260 : : .co_linetable = & os_toplevel_consts_105_consts_2_linetable.ob_base.ob_base,
116261 : : ._co_code = NULL,
116262 : : ._co_linearray = NULL,
116263 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
116264 : : ._co_firsttraceable = 0,
116265 : : };
116266 : : static
116267 : : struct {
116268 : : PyGC_Head _gc_head;
116269 : : struct {
116270 : : PyObject_VAR_HEAD
116271 : : PyObject *ob_item[1];
116272 : : }_object;
116273 : : }
116274 : : os_toplevel_consts_105_consts_3_names = {
116275 : : ._object = {
116276 : : .ob_base = {
116277 : : .ob_base = {
116278 : : .ob_refcnt = 999999999,
116279 : : .ob_type = &PyTuple_Type,
116280 : : },
116281 : : .ob_size = 1,
116282 : : },
116283 : : .ob_item = {
116284 : : & const_str_upper._ascii.ob_base,
116285 : : },
116286 : : },
116287 : : };
116288 : : static
116289 : : struct {
116290 : : PyASCIIObject _ascii;
116291 : : uint8_t _data[34];
116292 : : }
116293 : : os_toplevel_consts_105_consts_3_qualname = {
116294 : : ._ascii = {
116295 : : .ob_base = {
116296 : : .ob_refcnt = 999999999,
116297 : : .ob_type = &PyUnicode_Type,
116298 : : },
116299 : : .length = 33,
116300 : : .hash = -1,
116301 : : .state = {
116302 : : .kind = 1,
116303 : : .compact = 1,
116304 : : .ascii = 1,
116305 : : },
116306 : : },
116307 : : ._data = "_createenviron.<locals>.encodekey",
116308 : : };
116309 : : static
116310 : : struct {
116311 : : PyObject_VAR_HEAD
116312 : : Py_hash_t ob_shash;
116313 : : char ob_sval[25];
116314 : : }
116315 : : os_toplevel_consts_105_consts_3_linetable = {
116316 : : .ob_base = {
116317 : : .ob_base = {
116318 : : .ob_refcnt = 999999999,
116319 : : .ob_type = &PyBytes_Type,
116320 : : },
116321 : : .ob_size = 24,
116322 : : },
116323 : : .ob_shash = -1,
116324 : : .ob_sval = "\xf8\x80\x00\xd8\x13\x19\x90\x36\x98\x23\x94\x3b\xd7\x13\x24\xd1\x13\x24\xd4\x13\x26\xd0\x0c\x26",
116325 : : };
116326 : : static
116327 : : struct {
116328 : : PyGC_Head _gc_head;
116329 : : struct {
116330 : : PyObject_VAR_HEAD
116331 : : PyObject *ob_item[2];
116332 : : }_object;
116333 : : }
116334 : : os_toplevel_consts_105_consts_3_localsplusnames = {
116335 : : ._object = {
116336 : : .ob_base = {
116337 : : .ob_base = {
116338 : : .ob_refcnt = 999999999,
116339 : : .ob_type = &PyTuple_Type,
116340 : : },
116341 : : .ob_size = 2,
116342 : : },
116343 : : .ob_item = {
116344 : : & const_str_key._ascii.ob_base,
116345 : : &_Py_ID(encode),
116346 : : },
116347 : : },
116348 : : };
116349 : : static
116350 : : struct _PyCode_DEF(52)
116351 : : os_toplevel_consts_105_consts_3 = {
116352 : : .ob_base = {
116353 : : .ob_base = {
116354 : : .ob_refcnt = 999999999,
116355 : : .ob_type = &PyCode_Type,
116356 : : },
116357 : : .ob_size = 26,
116358 : : },
116359 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
116360 : : .co_names = & os_toplevel_consts_105_consts_3_names._object.ob_base.ob_base,
116361 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116362 : : .co_flags = 19,
116363 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116364 : : ._co_linearray_entry_size = 0,
116365 : : .co_argcount = 1,
116366 : : .co_posonlyargcount = 0,
116367 : : .co_kwonlyargcount = 0,
116368 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
116369 : : .co_stacksize = 3,
116370 : : .co_firstlineno = 747,
116371 : : .co_nlocalsplus = 2,
116372 : : .co_nlocals = 1,
116373 : : .co_nplaincellvars = 0,
116374 : : .co_ncellvars = 0,
116375 : : .co_nfreevars = 1,
116376 : : .co_localsplusnames = & os_toplevel_consts_105_consts_3_localsplusnames._object.ob_base.ob_base,
116377 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
116378 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116379 : : .co_name = & const_str_encodekey._ascii.ob_base,
116380 : : .co_qualname = & os_toplevel_consts_105_consts_3_qualname._ascii.ob_base,
116381 : : .co_linetable = & os_toplevel_consts_105_consts_3_linetable.ob_base.ob_base,
116382 : : ._co_code = NULL,
116383 : : ._co_linearray = NULL,
116384 : : .co_code_adaptive = "\x95\x01\x97\x00\x02\x00\x89\x01\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116385 : : ._co_firsttraceable = 1,
116386 : : };
116387 : : static
116388 : : struct {
116389 : : PyGC_Head _gc_head;
116390 : : struct {
116391 : : PyObject_VAR_HEAD
116392 : : PyObject *ob_item[3];
116393 : : }_object;
116394 : : }
116395 : : os_toplevel_consts_105_consts_4_consts = {
116396 : : ._object = {
116397 : : .ob_base = {
116398 : : .ob_base = {
116399 : : .ob_refcnt = 999999999,
116400 : : .ob_type = &PyTuple_Type,
116401 : : },
116402 : : .ob_size = 3,
116403 : : },
116404 : : .ob_item = {
116405 : : Py_None,
116406 : : & os_toplevel_consts_105_consts_2_consts_1._ascii.ob_base,
116407 : : & const_str_surrogateescape._ascii.ob_base,
116408 : : },
116409 : : },
116410 : : };
116411 : : static
116412 : : struct {
116413 : : PyGC_Head _gc_head;
116414 : : struct {
116415 : : PyObject_VAR_HEAD
116416 : : PyObject *ob_item[6];
116417 : : }_object;
116418 : : }
116419 : : os_toplevel_consts_105_consts_4_names = {
116420 : : ._object = {
116421 : : .ob_base = {
116422 : : .ob_base = {
116423 : : .ob_refcnt = 999999999,
116424 : : .ob_type = &PyTuple_Type,
116425 : : },
116426 : : .ob_size = 6,
116427 : : },
116428 : : .ob_item = {
116429 : : &_Py_ID(isinstance),
116430 : : & const_str_str._ascii.ob_base,
116431 : : & const_str_TypeError._ascii.ob_base,
116432 : : & const_str_type._ascii.ob_base,
116433 : : &_Py_ID(__name__),
116434 : : &_Py_ID(encode),
116435 : : },
116436 : : },
116437 : : };
116438 : : static
116439 : : struct {
116440 : : PyASCIIObject _ascii;
116441 : : uint8_t _data[31];
116442 : : }
116443 : : os_toplevel_consts_105_consts_4_qualname = {
116444 : : ._ascii = {
116445 : : .ob_base = {
116446 : : .ob_refcnt = 999999999,
116447 : : .ob_type = &PyUnicode_Type,
116448 : : },
116449 : : .length = 30,
116450 : : .hash = -1,
116451 : : .state = {
116452 : : .kind = 1,
116453 : : .compact = 1,
116454 : : .ascii = 1,
116455 : : },
116456 : : },
116457 : : ._data = "_createenviron.<locals>.encode",
116458 : : };
116459 : : static
116460 : : struct {
116461 : : PyObject_VAR_HEAD
116462 : : Py_hash_t ob_shash;
116463 : : char ob_sval[65];
116464 : : }
116465 : : os_toplevel_consts_105_consts_4_linetable = {
116466 : : .ob_base = {
116467 : : .ob_base = {
116468 : : .ob_refcnt = 999999999,
116469 : : .ob_type = &PyBytes_Type,
116470 : : },
116471 : : .ob_size = 64,
116472 : : },
116473 : : .ob_shash = -1,
116474 : : .ob_sval = "\xf8\x80\x00\xdd\x13\x1d\x98\x65\xa5\x53\xd4\x13\x29\xf0\x00\x01\x0d\x4f\x01\xdd\x16\x1f\xd0\x20\x36\xbd\x14\xb8\x65\xbc\x1b\xd7\x39\x4d\xd1\x39\x4d\xd1\x20\x4d\xd4\x16\x4e\xd0\x10\x4e\xd8\x13\x18\x97\x3c\x91\x3c\xa0\x08\xd0\x2a\x3b\xd4\x13\x3c\xd0\x0c\x3c",
116475 : : };
116476 : : static
116477 : : struct {
116478 : : PyGC_Head _gc_head;
116479 : : struct {
116480 : : PyObject_VAR_HEAD
116481 : : PyObject *ob_item[2];
116482 : : }_object;
116483 : : }
116484 : : os_toplevel_consts_105_consts_4_localsplusnames = {
116485 : : ._object = {
116486 : : .ob_base = {
116487 : : .ob_base = {
116488 : : .ob_refcnt = 999999999,
116489 : : .ob_type = &PyTuple_Type,
116490 : : },
116491 : : .ob_size = 2,
116492 : : },
116493 : : .ob_item = {
116494 : : & const_str_value._ascii.ob_base,
116495 : : &_Py_ID(encoding),
116496 : : },
116497 : : },
116498 : : };
116499 : : static
116500 : : struct _PyCode_DEF(154)
116501 : : os_toplevel_consts_105_consts_4 = {
116502 : : .ob_base = {
116503 : : .ob_base = {
116504 : : .ob_refcnt = 999999999,
116505 : : .ob_type = &PyCode_Type,
116506 : : },
116507 : : .ob_size = 77,
116508 : : },
116509 : : .co_consts = & os_toplevel_consts_105_consts_4_consts._object.ob_base.ob_base,
116510 : : .co_names = & os_toplevel_consts_105_consts_4_names._object.ob_base.ob_base,
116511 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116512 : : .co_flags = 19,
116513 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116514 : : ._co_linearray_entry_size = 0,
116515 : : .co_argcount = 1,
116516 : : .co_posonlyargcount = 0,
116517 : : .co_kwonlyargcount = 0,
116518 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
116519 : : .co_stacksize = 6,
116520 : : .co_firstlineno = 755,
116521 : : .co_nlocalsplus = 2,
116522 : : .co_nlocals = 1,
116523 : : .co_nplaincellvars = 0,
116524 : : .co_ncellvars = 0,
116525 : : .co_nfreevars = 1,
116526 : : .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
116527 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
116528 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116529 : : .co_name = &_Py_ID(encode),
116530 : : .co_qualname = & os_toplevel_consts_105_consts_4_qualname._ascii.ob_base,
116531 : : .co_linetable = & os_toplevel_consts_105_consts_4_linetable.ob_base.ob_base,
116532 : : ._co_code = NULL,
116533 : : ._co_linearray = NULL,
116534 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116535 : : ._co_firsttraceable = 1,
116536 : : };
116537 : : static
116538 : : struct {
116539 : : PyGC_Head _gc_head;
116540 : : struct {
116541 : : PyObject_VAR_HEAD
116542 : : PyObject *ob_item[2];
116543 : : }_object;
116544 : : }
116545 : : os_toplevel_consts_105_consts_5_consts = {
116546 : : ._object = {
116547 : : .ob_base = {
116548 : : .ob_base = {
116549 : : .ob_refcnt = 999999999,
116550 : : .ob_type = &PyTuple_Type,
116551 : : },
116552 : : .ob_size = 2,
116553 : : },
116554 : : .ob_item = {
116555 : : Py_None,
116556 : : & const_str_surrogateescape._ascii.ob_base,
116557 : : },
116558 : : },
116559 : : };
116560 : : static
116561 : : struct {
116562 : : PyGC_Head _gc_head;
116563 : : struct {
116564 : : PyObject_VAR_HEAD
116565 : : PyObject *ob_item[1];
116566 : : }_object;
116567 : : }
116568 : : os_toplevel_consts_105_consts_5_names = {
116569 : : ._object = {
116570 : : .ob_base = {
116571 : : .ob_base = {
116572 : : .ob_refcnt = 999999999,
116573 : : .ob_type = &PyTuple_Type,
116574 : : },
116575 : : .ob_size = 1,
116576 : : },
116577 : : .ob_item = {
116578 : : &_Py_ID(decode),
116579 : : },
116580 : : },
116581 : : };
116582 : : static
116583 : : struct {
116584 : : PyASCIIObject _ascii;
116585 : : uint8_t _data[31];
116586 : : }
116587 : : os_toplevel_consts_105_consts_5_qualname = {
116588 : : ._ascii = {
116589 : : .ob_base = {
116590 : : .ob_refcnt = 999999999,
116591 : : .ob_type = &PyUnicode_Type,
116592 : : },
116593 : : .length = 30,
116594 : : .hash = -1,
116595 : : .state = {
116596 : : .kind = 1,
116597 : : .compact = 1,
116598 : : .ascii = 1,
116599 : : },
116600 : : },
116601 : : ._data = "_createenviron.<locals>.decode",
116602 : : };
116603 : : static
116604 : : struct {
116605 : : PyObject_VAR_HEAD
116606 : : Py_hash_t ob_shash;
116607 : : char ob_sval[22];
116608 : : }
116609 : : os_toplevel_consts_105_consts_5_linetable = {
116610 : : .ob_base = {
116611 : : .ob_base = {
116612 : : .ob_refcnt = 999999999,
116613 : : .ob_type = &PyBytes_Type,
116614 : : },
116615 : : .ob_size = 21,
116616 : : },
116617 : : .ob_shash = -1,
116618 : : .ob_sval = "\xf8\x80\x00\xd8\x13\x18\x97\x3c\x91\x3c\xa0\x08\xd0\x2a\x3b\xd4\x13\x3c\xd0\x0c\x3c",
116619 : : };
116620 : : static
116621 : : struct _PyCode_DEF(42)
116622 : : os_toplevel_consts_105_consts_5 = {
116623 : : .ob_base = {
116624 : : .ob_base = {
116625 : : .ob_refcnt = 999999999,
116626 : : .ob_type = &PyCode_Type,
116627 : : },
116628 : : .ob_size = 21,
116629 : : },
116630 : : .co_consts = & os_toplevel_consts_105_consts_5_consts._object.ob_base.ob_base,
116631 : : .co_names = & os_toplevel_consts_105_consts_5_names._object.ob_base.ob_base,
116632 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116633 : : .co_flags = 19,
116634 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116635 : : ._co_linearray_entry_size = 0,
116636 : : .co_argcount = 1,
116637 : : .co_posonlyargcount = 0,
116638 : : .co_kwonlyargcount = 0,
116639 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
116640 : : .co_stacksize = 4,
116641 : : .co_firstlineno = 759,
116642 : : .co_nlocalsplus = 2,
116643 : : .co_nlocals = 1,
116644 : : .co_nplaincellvars = 0,
116645 : : .co_ncellvars = 0,
116646 : : .co_nfreevars = 1,
116647 : : .co_localsplusnames = & os_toplevel_consts_105_consts_4_localsplusnames._object.ob_base.ob_base,
116648 : : .co_localspluskinds = & _collections_abc_toplevel_consts_44_consts_4_localspluskinds.ob_base.ob_base,
116649 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116650 : : .co_name = &_Py_ID(decode),
116651 : : .co_qualname = & os_toplevel_consts_105_consts_5_qualname._ascii.ob_base,
116652 : : .co_linetable = & os_toplevel_consts_105_consts_5_linetable.ob_base.ob_base,
116653 : : ._co_code = NULL,
116654 : : ._co_linearray = NULL,
116655 : : .co_code_adaptive = "\x95\x01\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116656 : : ._co_firsttraceable = 1,
116657 : : };
116658 : : static
116659 : : struct {
116660 : : PyGC_Head _gc_head;
116661 : : struct {
116662 : : PyObject_VAR_HEAD
116663 : : PyObject *ob_item[6];
116664 : : }_object;
116665 : : }
116666 : : os_toplevel_consts_105_consts = {
116667 : : ._object = {
116668 : : .ob_base = {
116669 : : .ob_base = {
116670 : : .ob_refcnt = 999999999,
116671 : : .ob_type = &PyTuple_Type,
116672 : : },
116673 : : .ob_size = 6,
116674 : : },
116675 : : .ob_item = {
116676 : : Py_None,
116677 : : & const_str_nt._ascii.ob_base,
116678 : : & os_toplevel_consts_105_consts_2.ob_base.ob_base,
116679 : : & os_toplevel_consts_105_consts_3.ob_base.ob_base,
116680 : : & os_toplevel_consts_105_consts_4.ob_base.ob_base,
116681 : : & os_toplevel_consts_105_consts_5.ob_base.ob_base,
116682 : : },
116683 : : },
116684 : : };
116685 : : static
116686 : : struct {
116687 : : PyGC_Head _gc_head;
116688 : : struct {
116689 : : PyObject_VAR_HEAD
116690 : : PyObject *ob_item[7];
116691 : : }_object;
116692 : : }
116693 : : os_toplevel_consts_105_names = {
116694 : : ._object = {
116695 : : .ob_base = {
116696 : : .ob_base = {
116697 : : .ob_refcnt = 999999999,
116698 : : .ob_type = &PyTuple_Type,
116699 : : },
116700 : : .ob_size = 7,
116701 : : },
116702 : : .ob_item = {
116703 : : &_Py_ID(name),
116704 : : & const_str_str._ascii.ob_base,
116705 : : & const_str_environ._ascii.ob_base,
116706 : : &_Py_ID(items),
116707 : : & const_str_sys._ascii.ob_base,
116708 : : & const_str_getfilesystemencoding._ascii.ob_base,
116709 : : & const_str__Environ._ascii.ob_base,
116710 : : },
116711 : : },
116712 : : };
116713 : : static
116714 : : struct {
116715 : : PyASCIIObject _ascii;
116716 : : uint8_t _data[15];
116717 : : }
116718 : : const_str__createenviron = {
116719 : : ._ascii = {
116720 : : .ob_base = {
116721 : : .ob_refcnt = 999999999,
116722 : : .ob_type = &PyUnicode_Type,
116723 : : },
116724 : : .length = 14,
116725 : : .hash = -1,
116726 : : .state = {
116727 : : .kind = 1,
116728 : : .compact = 1,
116729 : : .ascii = 1,
116730 : : },
116731 : : },
116732 : : ._data = "_createenviron",
116733 : : };
116734 : : static
116735 : : struct {
116736 : : PyObject_VAR_HEAD
116737 : : Py_hash_t ob_shash;
116738 : : char ob_sval[224];
116739 : : }
116740 : : os_toplevel_consts_105_linetable = {
116741 : : .ob_base = {
116742 : : .ob_base = {
116743 : : .ob_refcnt = 999999999,
116744 : : .ob_type = &PyBytes_Type,
116745 : : },
116746 : : .ob_size = 223,
116747 : : },
116748 : : .ob_shash = -1,
116749 : : .ob_sval = "\xf8\xf8\x80\x00\xdd\x07\x0b\x88\x74\x82\x7c\xf0\x00\x17\x05\x17\xf0\x04\x03\x09\x19\xf0\x00\x03\x09\x19\xf0\x00\x03\x09\x19\xf0\x08\x00\x12\x1b\x88\x06\xdd\x11\x14\x88\x06\xf0\x02\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xf0\x00\x01\x09\x27\xe0\x0f\x11\x88\x04\xdd\x1a\x21\x9f\x2d\x99\x2d\x9c\x2f\xf0\x00\x01\x09\x29\xf1\x00\x01\x09\x29\x89\x4a\x88\x43\x90\x15\xd8\x23\x28\x88\x44\x90\x19\x90\x19\x98\x33\x94\x1e\xd1\x0c\x20\xd0\x0c\x20\xf0\x03\x01\x09\x29\xf5\x08\x00\x14\x2d\xd7\x13\x2c\xd1\x13\x2c\xd4\x13\x2e\x88\x08\xf0\x02\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x00\x03\x09\x3d\xf0\x08\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x00\x01\x09\x3d\xe0\x14\x1a\x88\x09\xdd\x0f\x16\x88\x04\xdd\x0b\x13\x90\x44\xd8\x08\x11\x90\x36\xd8\x08\x0e\x90\x06\xf4\x05\x02\x0c\x18\xf0\x00\x02\x05\x18",
116750 : : };
116751 : : static
116752 : : struct {
116753 : : PyGC_Head _gc_head;
116754 : : struct {
116755 : : PyObject_VAR_HEAD
116756 : : PyObject *ob_item[8];
116757 : : }_object;
116758 : : }
116759 : : os_toplevel_consts_105_localsplusnames = {
116760 : : ._object = {
116761 : : .ob_base = {
116762 : : .ob_base = {
116763 : : .ob_refcnt = 999999999,
116764 : : .ob_type = &PyTuple_Type,
116765 : : },
116766 : : .ob_size = 8,
116767 : : },
116768 : : .ob_item = {
116769 : : & const_str_check_str._ascii.ob_base,
116770 : : &_Py_ID(decode),
116771 : : & const_str_encodekey._ascii.ob_base,
116772 : : & const_str_data._ascii.ob_base,
116773 : : & const_str_key._ascii.ob_base,
116774 : : & const_str_value._ascii.ob_base,
116775 : : &_Py_ID(encode),
116776 : : &_Py_ID(encoding),
116777 : : },
116778 : : },
116779 : : };
116780 : : static
116781 : : struct {
116782 : : PyObject_VAR_HEAD
116783 : : Py_hash_t ob_shash;
116784 : : char ob_sval[9];
116785 : : }
116786 : : os_toplevel_consts_105_localspluskinds = {
116787 : : .ob_base = {
116788 : : .ob_base = {
116789 : : .ob_refcnt = 999999999,
116790 : : .ob_type = &PyBytes_Type,
116791 : : },
116792 : : .ob_size = 8,
116793 : : },
116794 : : .ob_shash = -1,
116795 : : .ob_sval = " @@",
116796 : : };
116797 : : static
116798 : : struct _PyCode_DEF(266)
116799 : : os_toplevel_consts_105 = {
116800 : : .ob_base = {
116801 : : .ob_base = {
116802 : : .ob_refcnt = 999999999,
116803 : : .ob_type = &PyCode_Type,
116804 : : },
116805 : : .ob_size = 133,
116806 : : },
116807 : : .co_consts = & os_toplevel_consts_105_consts._object.ob_base.ob_base,
116808 : : .co_names = & os_toplevel_consts_105_names._object.ob_base.ob_base,
116809 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116810 : : .co_flags = 3,
116811 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116812 : : ._co_linearray_entry_size = 0,
116813 : : .co_argcount = 0,
116814 : : .co_posonlyargcount = 0,
116815 : : .co_kwonlyargcount = 0,
116816 : : .co_framesize = 15 + FRAME_SPECIALS_SIZE,
116817 : : .co_stacksize = 7,
116818 : : .co_firstlineno = 738,
116819 : : .co_nlocalsplus = 8,
116820 : : .co_nlocals = 6,
116821 : : .co_nplaincellvars = 2,
116822 : : .co_ncellvars = 2,
116823 : : .co_nfreevars = 0,
116824 : : .co_localsplusnames = & os_toplevel_consts_105_localsplusnames._object.ob_base.ob_base,
116825 : : .co_localspluskinds = & os_toplevel_consts_105_localspluskinds.ob_base.ob_base,
116826 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116827 : : .co_name = & const_str__createenviron._ascii.ob_base,
116828 : : .co_qualname = & const_str__createenviron._ascii.ob_base,
116829 : : .co_linetable = & os_toplevel_consts_105_linetable.ob_base.ob_base,
116830 : : ._co_code = NULL,
116831 : : ._co_linearray = NULL,
116832 : : .co_code_adaptive = "\x87\x06\x87\x07\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x3d\x64\x02\x84\x00\x7d\x00\x7c\x00\x8a\x06\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x88\x06\x66\x01\x64\x03\x84\x08\x7d\x02\x69\x00\x7d\x03\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x11\x00\x00\x5c\x02\x00\x00\x7d\x04\x7d\x05\x7c\x05\x7c\x03\x02\x00\x7c\x02\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x8c\x13\x6e\x29\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x07\x88\x07\x66\x01\x64\x04\x84\x08\x8a\x06\x88\x07\x66\x01\x64\x05\x84\x08\x7d\x01\x89\x06\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x02\x7c\x01\x89\x06\x7c\x01\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116833 : : ._co_firsttraceable = 2,
116834 : : };
116835 : : static
116836 : : struct {
116837 : : PyASCIIObject _ascii;
116838 : : uint8_t _data[170];
116839 : : }
116840 : : os_toplevel_consts_106_consts_0 = {
116841 : : ._ascii = {
116842 : : .ob_base = {
116843 : : .ob_refcnt = 999999999,
116844 : : .ob_type = &PyUnicode_Type,
116845 : : },
116846 : : .length = 169,
116847 : : .hash = -1,
116848 : : .state = {
116849 : : .kind = 1,
116850 : : .compact = 1,
116851 : : .ascii = 1,
116852 : : },
116853 : : },
116854 : : ._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",
116855 : : };
116856 : : static
116857 : : struct {
116858 : : PyGC_Head _gc_head;
116859 : : struct {
116860 : : PyObject_VAR_HEAD
116861 : : PyObject *ob_item[1];
116862 : : }_object;
116863 : : }
116864 : : os_toplevel_consts_106_consts = {
116865 : : ._object = {
116866 : : .ob_base = {
116867 : : .ob_base = {
116868 : : .ob_refcnt = 999999999,
116869 : : .ob_type = &PyTuple_Type,
116870 : : },
116871 : : .ob_size = 1,
116872 : : },
116873 : : .ob_item = {
116874 : : & os_toplevel_consts_106_consts_0._ascii.ob_base,
116875 : : },
116876 : : },
116877 : : };
116878 : : static
116879 : : struct {
116880 : : PyGC_Head _gc_head;
116881 : : struct {
116882 : : PyObject_VAR_HEAD
116883 : : PyObject *ob_item[2];
116884 : : }_object;
116885 : : }
116886 : : os_toplevel_consts_106_names = {
116887 : : ._object = {
116888 : : .ob_base = {
116889 : : .ob_base = {
116890 : : .ob_refcnt = 999999999,
116891 : : .ob_type = &PyTuple_Type,
116892 : : },
116893 : : .ob_size = 2,
116894 : : },
116895 : : .ob_item = {
116896 : : & const_str_environ._ascii.ob_base,
116897 : : &_Py_ID(get),
116898 : : },
116899 : : },
116900 : : };
116901 : : static
116902 : : struct {
116903 : : PyASCIIObject _ascii;
116904 : : uint8_t _data[7];
116905 : : }
116906 : : const_str_getenv = {
116907 : : ._ascii = {
116908 : : .ob_base = {
116909 : : .ob_refcnt = 999999999,
116910 : : .ob_type = &PyUnicode_Type,
116911 : : },
116912 : : .length = 6,
116913 : : .hash = -1,
116914 : : .state = {
116915 : : .kind = 1,
116916 : : .compact = 1,
116917 : : .ascii = 1,
116918 : : },
116919 : : },
116920 : : ._data = "getenv",
116921 : : };
116922 : : static
116923 : : struct {
116924 : : PyObject_VAR_HEAD
116925 : : Py_hash_t ob_shash;
116926 : : char ob_sval[22];
116927 : : }
116928 : : os_toplevel_consts_106_linetable = {
116929 : : .ob_base = {
116930 : : .ob_base = {
116931 : : .ob_refcnt = 999999999,
116932 : : .ob_type = &PyBytes_Type,
116933 : : },
116934 : : .ob_size = 21,
116935 : : },
116936 : : .ob_shash = -1,
116937 : : .ob_sval = "\x80\x00\xf5\x08\x00\x0c\x13\x8f\x3b\x89\x3b\x90\x73\x98\x47\xd4\x0b\x24\xd0\x04\x24",
116938 : : };
116939 : : static
116940 : : struct {
116941 : : PyGC_Head _gc_head;
116942 : : struct {
116943 : : PyObject_VAR_HEAD
116944 : : PyObject *ob_item[2];
116945 : : }_object;
116946 : : }
116947 : : os_toplevel_consts_106_localsplusnames = {
116948 : : ._object = {
116949 : : .ob_base = {
116950 : : .ob_base = {
116951 : : .ob_refcnt = 999999999,
116952 : : .ob_type = &PyTuple_Type,
116953 : : },
116954 : : .ob_size = 2,
116955 : : },
116956 : : .ob_item = {
116957 : : & const_str_key._ascii.ob_base,
116958 : : &_Py_ID(default),
116959 : : },
116960 : : },
116961 : : };
116962 : : static
116963 : : struct _PyCode_DEF(50)
116964 : : os_toplevel_consts_106 = {
116965 : : .ob_base = {
116966 : : .ob_base = {
116967 : : .ob_refcnt = 999999999,
116968 : : .ob_type = &PyCode_Type,
116969 : : },
116970 : : .ob_size = 25,
116971 : : },
116972 : : .co_consts = & os_toplevel_consts_106_consts._object.ob_base.ob_base,
116973 : : .co_names = & os_toplevel_consts_106_names._object.ob_base.ob_base,
116974 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
116975 : : .co_flags = 3,
116976 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
116977 : : ._co_linearray_entry_size = 0,
116978 : : .co_argcount = 2,
116979 : : .co_posonlyargcount = 0,
116980 : : .co_kwonlyargcount = 0,
116981 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
116982 : : .co_stacksize = 4,
116983 : : .co_firstlineno = 772,
116984 : : .co_nlocalsplus = 2,
116985 : : .co_nlocals = 2,
116986 : : .co_nplaincellvars = 0,
116987 : : .co_ncellvars = 0,
116988 : : .co_nfreevars = 0,
116989 : : .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
116990 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
116991 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
116992 : : .co_name = & const_str_getenv._ascii.ob_base,
116993 : : .co_qualname = & const_str_getenv._ascii.ob_base,
116994 : : .co_linetable = & os_toplevel_consts_106_linetable.ob_base.ob_base,
116995 : : ._co_code = NULL,
116996 : : ._co_linearray = NULL,
116997 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
116998 : : ._co_firsttraceable = 0,
116999 : : };
117000 : : static
117001 : : struct {
117002 : : PyGC_Head _gc_head;
117003 : : struct {
117004 : : PyObject_VAR_HEAD
117005 : : PyObject *ob_item[2];
117006 : : }_object;
117007 : : }
117008 : : os_toplevel_consts_107 = {
117009 : : ._object = {
117010 : : .ob_base = {
117011 : : .ob_base = {
117012 : : .ob_refcnt = 999999999,
117013 : : .ob_type = &PyTuple_Type,
117014 : : },
117015 : : .ob_size = 2,
117016 : : },
117017 : : .ob_item = {
117018 : : & const_str_getenv._ascii.ob_base,
117019 : : & const_str_supports_bytes_environ._ascii.ob_base,
117020 : : },
117021 : : },
117022 : : };
117023 : : static
117024 : : struct {
117025 : : PyASCIIObject _ascii;
117026 : : uint8_t _data[23];
117027 : : }
117028 : : os_toplevel_consts_108_consts_1 = {
117029 : : ._ascii = {
117030 : : .ob_base = {
117031 : : .ob_refcnt = 999999999,
117032 : : .ob_type = &PyUnicode_Type,
117033 : : },
117034 : : .length = 22,
117035 : : .hash = -1,
117036 : : .state = {
117037 : : .kind = 1,
117038 : : .compact = 1,
117039 : : .ascii = 1,
117040 : : },
117041 : : },
117042 : : ._data = "bytes expected, not %s",
117043 : : };
117044 : : static
117045 : : struct {
117046 : : PyGC_Head _gc_head;
117047 : : struct {
117048 : : PyObject_VAR_HEAD
117049 : : PyObject *ob_item[2];
117050 : : }_object;
117051 : : }
117052 : : os_toplevel_consts_108_consts = {
117053 : : ._object = {
117054 : : .ob_base = {
117055 : : .ob_base = {
117056 : : .ob_refcnt = 999999999,
117057 : : .ob_type = &PyTuple_Type,
117058 : : },
117059 : : .ob_size = 2,
117060 : : },
117061 : : .ob_item = {
117062 : : Py_None,
117063 : : & os_toplevel_consts_108_consts_1._ascii.ob_base,
117064 : : },
117065 : : },
117066 : : };
117067 : : static
117068 : : struct {
117069 : : PyGC_Head _gc_head;
117070 : : struct {
117071 : : PyObject_VAR_HEAD
117072 : : PyObject *ob_item[5];
117073 : : }_object;
117074 : : }
117075 : : os_toplevel_consts_108_names = {
117076 : : ._object = {
117077 : : .ob_base = {
117078 : : .ob_base = {
117079 : : .ob_refcnt = 999999999,
117080 : : .ob_type = &PyTuple_Type,
117081 : : },
117082 : : .ob_size = 5,
117083 : : },
117084 : : .ob_item = {
117085 : : &_Py_ID(isinstance),
117086 : : & const_str_bytes._ascii.ob_base,
117087 : : & const_str_TypeError._ascii.ob_base,
117088 : : & const_str_type._ascii.ob_base,
117089 : : &_Py_ID(__name__),
117090 : : },
117091 : : },
117092 : : };
117093 : : static
117094 : : struct {
117095 : : PyASCIIObject _ascii;
117096 : : uint8_t _data[13];
117097 : : }
117098 : : const_str__check_bytes = {
117099 : : ._ascii = {
117100 : : .ob_base = {
117101 : : .ob_refcnt = 999999999,
117102 : : .ob_type = &PyUnicode_Type,
117103 : : },
117104 : : .length = 12,
117105 : : .hash = -1,
117106 : : .state = {
117107 : : .kind = 1,
117108 : : .compact = 1,
117109 : : .ascii = 1,
117110 : : },
117111 : : },
117112 : : ._data = "_check_bytes",
117113 : : };
117114 : : static
117115 : : struct {
117116 : : PyObject_VAR_HEAD
117117 : : Py_hash_t ob_shash;
117118 : : char ob_sval[51];
117119 : : }
117120 : : os_toplevel_consts_108_linetable = {
117121 : : .ob_base = {
117122 : : .ob_base = {
117123 : : .ob_refcnt = 999999999,
117124 : : .ob_type = &PyBytes_Type,
117125 : : },
117126 : : .ob_size = 50,
117127 : : },
117128 : : .ob_shash = -1,
117129 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x25\xa5\x15\xd4\x0f\x27\xf0\x00\x01\x09\x4d\x01\xdd\x12\x1b\xd0\x1c\x34\xb5\x74\xb8\x45\xb4\x7b\xd7\x37\x4b\xd1\x37\x4b\xd1\x1c\x4b\xd4\x12\x4c\xd0\x0c\x4c\xd8\x0f\x14\x88\x0c",
117130 : : };
117131 : : static
117132 : : struct _PyCode_DEF(118)
117133 : : os_toplevel_consts_108 = {
117134 : : .ob_base = {
117135 : : .ob_base = {
117136 : : .ob_refcnt = 999999999,
117137 : : .ob_type = &PyCode_Type,
117138 : : },
117139 : : .ob_size = 59,
117140 : : },
117141 : : .co_consts = & os_toplevel_consts_108_consts._object.ob_base.ob_base,
117142 : : .co_names = & os_toplevel_consts_108_names._object.ob_base.ob_base,
117143 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117144 : : .co_flags = 3,
117145 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117146 : : ._co_linearray_entry_size = 0,
117147 : : .co_argcount = 1,
117148 : : .co_posonlyargcount = 0,
117149 : : .co_kwonlyargcount = 0,
117150 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
117151 : : .co_stacksize = 6,
117152 : : .co_firstlineno = 782,
117153 : : .co_nlocalsplus = 1,
117154 : : .co_nlocals = 1,
117155 : : .co_nplaincellvars = 0,
117156 : : .co_ncellvars = 0,
117157 : : .co_nfreevars = 0,
117158 : : .co_localsplusnames = & os_toplevel_consts_105_consts_2_localsplusnames._object.ob_base.ob_base,
117159 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
117160 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117161 : : .co_name = & const_str__check_bytes._ascii.ob_base,
117162 : : .co_qualname = & const_str__check_bytes._ascii.ob_base,
117163 : : .co_linetable = & os_toplevel_consts_108_linetable.ob_base.ob_base,
117164 : : ._co_code = NULL,
117165 : : ._co_linearray = NULL,
117166 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x25\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x53\x00",
117167 : : ._co_firsttraceable = 0,
117168 : : };
117169 : : static
117170 : : struct {
117171 : : PyASCIIObject _ascii;
117172 : : uint8_t _data[180];
117173 : : }
117174 : : os_toplevel_consts_109_consts_0 = {
117175 : : ._ascii = {
117176 : : .ob_base = {
117177 : : .ob_refcnt = 999999999,
117178 : : .ob_type = &PyUnicode_Type,
117179 : : },
117180 : : .length = 179,
117181 : : .hash = -1,
117182 : : .state = {
117183 : : .kind = 1,
117184 : : .compact = 1,
117185 : : .ascii = 1,
117186 : : },
117187 : : },
117188 : : ._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",
117189 : : };
117190 : : static
117191 : : struct {
117192 : : PyGC_Head _gc_head;
117193 : : struct {
117194 : : PyObject_VAR_HEAD
117195 : : PyObject *ob_item[1];
117196 : : }_object;
117197 : : }
117198 : : os_toplevel_consts_109_consts = {
117199 : : ._object = {
117200 : : .ob_base = {
117201 : : .ob_base = {
117202 : : .ob_refcnt = 999999999,
117203 : : .ob_type = &PyTuple_Type,
117204 : : },
117205 : : .ob_size = 1,
117206 : : },
117207 : : .ob_item = {
117208 : : & os_toplevel_consts_109_consts_0._ascii.ob_base,
117209 : : },
117210 : : },
117211 : : };
117212 : : static
117213 : : struct {
117214 : : PyGC_Head _gc_head;
117215 : : struct {
117216 : : PyObject_VAR_HEAD
117217 : : PyObject *ob_item[2];
117218 : : }_object;
117219 : : }
117220 : : os_toplevel_consts_109_names = {
117221 : : ._object = {
117222 : : .ob_base = {
117223 : : .ob_base = {
117224 : : .ob_refcnt = 999999999,
117225 : : .ob_type = &PyTuple_Type,
117226 : : },
117227 : : .ob_size = 2,
117228 : : },
117229 : : .ob_item = {
117230 : : & const_str_environb._ascii.ob_base,
117231 : : &_Py_ID(get),
117232 : : },
117233 : : },
117234 : : };
117235 : : static
117236 : : struct {
117237 : : PyASCIIObject _ascii;
117238 : : uint8_t _data[8];
117239 : : }
117240 : : const_str_getenvb = {
117241 : : ._ascii = {
117242 : : .ob_base = {
117243 : : .ob_refcnt = 999999999,
117244 : : .ob_type = &PyUnicode_Type,
117245 : : },
117246 : : .length = 7,
117247 : : .hash = -1,
117248 : : .state = {
117249 : : .kind = 1,
117250 : : .compact = 1,
117251 : : .ascii = 1,
117252 : : },
117253 : : },
117254 : : ._data = "getenvb",
117255 : : };
117256 : : static
117257 : : struct {
117258 : : PyObject_VAR_HEAD
117259 : : Py_hash_t ob_shash;
117260 : : char ob_sval[22];
117261 : : }
117262 : : os_toplevel_consts_109_linetable = {
117263 : : .ob_base = {
117264 : : .ob_base = {
117265 : : .ob_refcnt = 999999999,
117266 : : .ob_type = &PyBytes_Type,
117267 : : },
117268 : : .ob_size = 21,
117269 : : },
117270 : : .ob_shash = -1,
117271 : : .ob_sval = "\x80\x00\xf5\x08\x00\x10\x18\x8f\x7c\x89\x7c\x98\x43\xa0\x17\xd4\x0f\x29\xd0\x08\x29",
117272 : : };
117273 : : static
117274 : : struct _PyCode_DEF(50)
117275 : : os_toplevel_consts_109 = {
117276 : : .ob_base = {
117277 : : .ob_base = {
117278 : : .ob_refcnt = 999999999,
117279 : : .ob_type = &PyCode_Type,
117280 : : },
117281 : : .ob_size = 25,
117282 : : },
117283 : : .co_consts = & os_toplevel_consts_109_consts._object.ob_base.ob_base,
117284 : : .co_names = & os_toplevel_consts_109_names._object.ob_base.ob_base,
117285 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117286 : : .co_flags = 3,
117287 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117288 : : ._co_linearray_entry_size = 0,
117289 : : .co_argcount = 2,
117290 : : .co_posonlyargcount = 0,
117291 : : .co_kwonlyargcount = 0,
117292 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
117293 : : .co_stacksize = 4,
117294 : : .co_firstlineno = 793,
117295 : : .co_nlocalsplus = 2,
117296 : : .co_nlocals = 2,
117297 : : .co_nplaincellvars = 0,
117298 : : .co_ncellvars = 0,
117299 : : .co_nfreevars = 0,
117300 : : .co_localsplusnames = & os_toplevel_consts_106_localsplusnames._object.ob_base.ob_base,
117301 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
117302 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117303 : : .co_name = & const_str_getenvb._ascii.ob_base,
117304 : : .co_qualname = & const_str_getenvb._ascii.ob_base,
117305 : : .co_linetable = & os_toplevel_consts_109_linetable.ob_base.ob_base,
117306 : : ._co_code = NULL,
117307 : : ._co_linearray = NULL,
117308 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
117309 : : ._co_firsttraceable = 0,
117310 : : };
117311 : : static
117312 : : struct {
117313 : : PyGC_Head _gc_head;
117314 : : struct {
117315 : : PyObject_VAR_HEAD
117316 : : PyObject *ob_item[2];
117317 : : }_object;
117318 : : }
117319 : : os_toplevel_consts_110 = {
117320 : : ._object = {
117321 : : .ob_base = {
117322 : : .ob_base = {
117323 : : .ob_refcnt = 999999999,
117324 : : .ob_type = &PyTuple_Type,
117325 : : },
117326 : : .ob_size = 2,
117327 : : },
117328 : : .ob_item = {
117329 : : & const_str_environb._ascii.ob_base,
117330 : : & const_str_getenvb._ascii.ob_base,
117331 : : },
117332 : : },
117333 : : };
117334 : : static
117335 : : struct {
117336 : : PyASCIIObject _ascii;
117337 : : uint8_t _data[280];
117338 : : }
117339 : : os_toplevel_consts_111_consts_1_consts_0 = {
117340 : : ._ascii = {
117341 : : .ob_base = {
117342 : : .ob_refcnt = 999999999,
117343 : : .ob_type = &PyUnicode_Type,
117344 : : },
117345 : : .length = 279,
117346 : : .hash = -1,
117347 : : .state = {
117348 : : .kind = 1,
117349 : : .compact = 1,
117350 : : .ascii = 1,
117351 : : },
117352 : : },
117353 : : ._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",
117354 : : };
117355 : : static
117356 : : struct {
117357 : : PyGC_Head _gc_head;
117358 : : struct {
117359 : : PyObject_VAR_HEAD
117360 : : PyObject *ob_item[1];
117361 : : }_object;
117362 : : }
117363 : : os_toplevel_consts_111_consts_1_consts = {
117364 : : ._object = {
117365 : : .ob_base = {
117366 : : .ob_base = {
117367 : : .ob_refcnt = 999999999,
117368 : : .ob_type = &PyTuple_Type,
117369 : : },
117370 : : .ob_size = 1,
117371 : : },
117372 : : .ob_item = {
117373 : : & os_toplevel_consts_111_consts_1_consts_0._ascii.ob_base,
117374 : : },
117375 : : },
117376 : : };
117377 : : static
117378 : : struct {
117379 : : PyGC_Head _gc_head;
117380 : : struct {
117381 : : PyObject_VAR_HEAD
117382 : : PyObject *ob_item[4];
117383 : : }_object;
117384 : : }
117385 : : os_toplevel_consts_111_consts_1_names = {
117386 : : ._object = {
117387 : : .ob_base = {
117388 : : .ob_base = {
117389 : : .ob_refcnt = 999999999,
117390 : : .ob_type = &PyTuple_Type,
117391 : : },
117392 : : .ob_size = 4,
117393 : : },
117394 : : .ob_item = {
117395 : : & const_str_fspath._ascii.ob_base,
117396 : : &_Py_ID(isinstance),
117397 : : & const_str_str._ascii.ob_base,
117398 : : &_Py_ID(encode),
117399 : : },
117400 : : },
117401 : : };
117402 : : static
117403 : : struct {
117404 : : PyASCIIObject _ascii;
117405 : : uint8_t _data[27];
117406 : : }
117407 : : os_toplevel_consts_111_consts_1_qualname = {
117408 : : ._ascii = {
117409 : : .ob_base = {
117410 : : .ob_refcnt = 999999999,
117411 : : .ob_type = &PyUnicode_Type,
117412 : : },
117413 : : .length = 26,
117414 : : .hash = -1,
117415 : : .state = {
117416 : : .kind = 1,
117417 : : .compact = 1,
117418 : : .ascii = 1,
117419 : : },
117420 : : },
117421 : : ._data = "_fscodec.<locals>.fsencode",
117422 : : };
117423 : : static
117424 : : struct {
117425 : : PyObject_VAR_HEAD
117426 : : Py_hash_t ob_shash;
117427 : : char ob_sval[53];
117428 : : }
117429 : : os_toplevel_consts_111_consts_1_linetable = {
117430 : : .ob_base = {
117431 : : .ob_base = {
117432 : : .ob_refcnt = 999999999,
117433 : : .ob_type = &PyBytes_Type,
117434 : : },
117435 : : .ob_size = 52,
117436 : : },
117437 : : .ob_shash = -1,
117438 : : .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x03\xd4\x0b\x24\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x91\x3f\xa0\x38\xa8\x56\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
117439 : : };
117440 : : static
117441 : : struct {
117442 : : PyGC_Head _gc_head;
117443 : : struct {
117444 : : PyObject_VAR_HEAD
117445 : : PyObject *ob_item[3];
117446 : : }_object;
117447 : : }
117448 : : os_toplevel_consts_111_consts_1_localsplusnames = {
117449 : : ._object = {
117450 : : .ob_base = {
117451 : : .ob_base = {
117452 : : .ob_refcnt = 999999999,
117453 : : .ob_type = &PyTuple_Type,
117454 : : },
117455 : : .ob_size = 3,
117456 : : },
117457 : : .ob_item = {
117458 : : &_Py_ID(filename),
117459 : : &_Py_ID(encoding),
117460 : : &_Py_ID(errors),
117461 : : },
117462 : : },
117463 : : };
117464 : : static
117465 : : struct _PyCode_DEF(110)
117466 : : os_toplevel_consts_111_consts_1 = {
117467 : : .ob_base = {
117468 : : .ob_base = {
117469 : : .ob_refcnt = 999999999,
117470 : : .ob_type = &PyCode_Type,
117471 : : },
117472 : : .ob_size = 55,
117473 : : },
117474 : : .co_consts = & os_toplevel_consts_111_consts_1_consts._object.ob_base.ob_base,
117475 : : .co_names = & os_toplevel_consts_111_consts_1_names._object.ob_base.ob_base,
117476 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117477 : : .co_flags = 19,
117478 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117479 : : ._co_linearray_entry_size = 0,
117480 : : .co_argcount = 1,
117481 : : .co_posonlyargcount = 0,
117482 : : .co_kwonlyargcount = 0,
117483 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
117484 : : .co_stacksize = 4,
117485 : : .co_firstlineno = 805,
117486 : : .co_nlocalsplus = 3,
117487 : : .co_nlocals = 1,
117488 : : .co_nplaincellvars = 0,
117489 : : .co_ncellvars = 0,
117490 : : .co_nfreevars = 2,
117491 : : .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
117492 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
117493 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117494 : : .co_name = & const_str_fsencode._ascii.ob_base,
117495 : : .co_qualname = & os_toplevel_consts_111_consts_1_qualname._ascii.ob_base,
117496 : : .co_linetable = & os_toplevel_consts_111_consts_1_linetable.ob_base.ob_base,
117497 : : ._co_code = NULL,
117498 : : ._co_linearray = NULL,
117499 : : .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
117500 : : ._co_firsttraceable = 1,
117501 : : };
117502 : : static
117503 : : struct {
117504 : : PyASCIIObject _ascii;
117505 : : uint8_t _data[280];
117506 : : }
117507 : : os_toplevel_consts_111_consts_2_consts_0 = {
117508 : : ._ascii = {
117509 : : .ob_base = {
117510 : : .ob_refcnt = 999999999,
117511 : : .ob_type = &PyUnicode_Type,
117512 : : },
117513 : : .length = 279,
117514 : : .hash = -1,
117515 : : .state = {
117516 : : .kind = 1,
117517 : : .compact = 1,
117518 : : .ascii = 1,
117519 : : },
117520 : : },
117521 : : ._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",
117522 : : };
117523 : : static
117524 : : struct {
117525 : : PyGC_Head _gc_head;
117526 : : struct {
117527 : : PyObject_VAR_HEAD
117528 : : PyObject *ob_item[1];
117529 : : }_object;
117530 : : }
117531 : : os_toplevel_consts_111_consts_2_consts = {
117532 : : ._object = {
117533 : : .ob_base = {
117534 : : .ob_base = {
117535 : : .ob_refcnt = 999999999,
117536 : : .ob_type = &PyTuple_Type,
117537 : : },
117538 : : .ob_size = 1,
117539 : : },
117540 : : .ob_item = {
117541 : : & os_toplevel_consts_111_consts_2_consts_0._ascii.ob_base,
117542 : : },
117543 : : },
117544 : : };
117545 : : static
117546 : : struct {
117547 : : PyGC_Head _gc_head;
117548 : : struct {
117549 : : PyObject_VAR_HEAD
117550 : : PyObject *ob_item[4];
117551 : : }_object;
117552 : : }
117553 : : os_toplevel_consts_111_consts_2_names = {
117554 : : ._object = {
117555 : : .ob_base = {
117556 : : .ob_base = {
117557 : : .ob_refcnt = 999999999,
117558 : : .ob_type = &PyTuple_Type,
117559 : : },
117560 : : .ob_size = 4,
117561 : : },
117562 : : .ob_item = {
117563 : : & const_str_fspath._ascii.ob_base,
117564 : : &_Py_ID(isinstance),
117565 : : & const_str_bytes._ascii.ob_base,
117566 : : &_Py_ID(decode),
117567 : : },
117568 : : },
117569 : : };
117570 : : static
117571 : : struct {
117572 : : PyASCIIObject _ascii;
117573 : : uint8_t _data[27];
117574 : : }
117575 : : os_toplevel_consts_111_consts_2_qualname = {
117576 : : ._ascii = {
117577 : : .ob_base = {
117578 : : .ob_refcnt = 999999999,
117579 : : .ob_type = &PyUnicode_Type,
117580 : : },
117581 : : .length = 26,
117582 : : .hash = -1,
117583 : : .state = {
117584 : : .kind = 1,
117585 : : .compact = 1,
117586 : : .ascii = 1,
117587 : : },
117588 : : },
117589 : : ._data = "_fscodec.<locals>.fsdecode",
117590 : : };
117591 : : static
117592 : : struct {
117593 : : PyObject_VAR_HEAD
117594 : : Py_hash_t ob_shash;
117595 : : char ob_sval[53];
117596 : : }
117597 : : os_toplevel_consts_111_consts_2_linetable = {
117598 : : .ob_base = {
117599 : : .ob_base = {
117600 : : .ob_refcnt = 999999999,
117601 : : .ob_type = &PyBytes_Type,
117602 : : },
117603 : : .ob_size = 52,
117604 : : },
117605 : : .ob_shash = -1,
117606 : : .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x14\x1a\x98\x28\xd4\x13\x23\x88\x08\xdd\x0b\x15\x90\x68\xa5\x05\xd4\x0b\x26\xf0\x00\x03\x09\x1c\xd8\x13\x1b\x97\x3f\x91\x3f\xa0\x38\xa8\x56\xd4\x13\x34\xd0\x0c\x34\xe0\x13\x1b\x88\x4f",
117607 : : };
117608 : : static
117609 : : struct _PyCode_DEF(110)
117610 : : os_toplevel_consts_111_consts_2 = {
117611 : : .ob_base = {
117612 : : .ob_base = {
117613 : : .ob_refcnt = 999999999,
117614 : : .ob_type = &PyCode_Type,
117615 : : },
117616 : : .ob_size = 55,
117617 : : },
117618 : : .co_consts = & os_toplevel_consts_111_consts_2_consts._object.ob_base.ob_base,
117619 : : .co_names = & os_toplevel_consts_111_consts_2_names._object.ob_base.ob_base,
117620 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117621 : : .co_flags = 19,
117622 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117623 : : ._co_linearray_entry_size = 0,
117624 : : .co_argcount = 1,
117625 : : .co_posonlyargcount = 0,
117626 : : .co_kwonlyargcount = 0,
117627 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
117628 : : .co_stacksize = 4,
117629 : : .co_firstlineno = 817,
117630 : : .co_nlocalsplus = 3,
117631 : : .co_nlocals = 1,
117632 : : .co_nplaincellvars = 0,
117633 : : .co_ncellvars = 0,
117634 : : .co_nfreevars = 2,
117635 : : .co_localsplusnames = & os_toplevel_consts_111_consts_1_localsplusnames._object.ob_base.ob_base,
117636 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_localspluskinds.ob_base.ob_base,
117637 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117638 : : .co_name = & const_str_fsdecode._ascii.ob_base,
117639 : : .co_qualname = & os_toplevel_consts_111_consts_2_qualname._ascii.ob_base,
117640 : : .co_linetable = & os_toplevel_consts_111_consts_2_linetable.ob_base.ob_base,
117641 : : ._co_code = NULL,
117642 : : ._co_linearray = NULL,
117643 : : .co_code_adaptive = "\x95\x02\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x7c\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\x89\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x00\x53\x00",
117644 : : ._co_firsttraceable = 1,
117645 : : };
117646 : : static
117647 : : struct {
117648 : : PyGC_Head _gc_head;
117649 : : struct {
117650 : : PyObject_VAR_HEAD
117651 : : PyObject *ob_item[3];
117652 : : }_object;
117653 : : }
117654 : : os_toplevel_consts_111_consts = {
117655 : : ._object = {
117656 : : .ob_base = {
117657 : : .ob_base = {
117658 : : .ob_refcnt = 999999999,
117659 : : .ob_type = &PyTuple_Type,
117660 : : },
117661 : : .ob_size = 3,
117662 : : },
117663 : : .ob_item = {
117664 : : Py_None,
117665 : : & os_toplevel_consts_111_consts_1.ob_base.ob_base,
117666 : : & os_toplevel_consts_111_consts_2.ob_base.ob_base,
117667 : : },
117668 : : },
117669 : : };
117670 : : static
117671 : : struct {
117672 : : PyASCIIObject _ascii;
117673 : : uint8_t _data[26];
117674 : : }
117675 : : const_str_getfilesystemencodeerrors = {
117676 : : ._ascii = {
117677 : : .ob_base = {
117678 : : .ob_refcnt = 999999999,
117679 : : .ob_type = &PyUnicode_Type,
117680 : : },
117681 : : .length = 25,
117682 : : .hash = -1,
117683 : : .state = {
117684 : : .kind = 1,
117685 : : .compact = 1,
117686 : : .ascii = 1,
117687 : : },
117688 : : },
117689 : : ._data = "getfilesystemencodeerrors",
117690 : : };
117691 : : static
117692 : : struct {
117693 : : PyGC_Head _gc_head;
117694 : : struct {
117695 : : PyObject_VAR_HEAD
117696 : : PyObject *ob_item[3];
117697 : : }_object;
117698 : : }
117699 : : os_toplevel_consts_111_names = {
117700 : : ._object = {
117701 : : .ob_base = {
117702 : : .ob_base = {
117703 : : .ob_refcnt = 999999999,
117704 : : .ob_type = &PyTuple_Type,
117705 : : },
117706 : : .ob_size = 3,
117707 : : },
117708 : : .ob_item = {
117709 : : & const_str_sys._ascii.ob_base,
117710 : : & const_str_getfilesystemencoding._ascii.ob_base,
117711 : : & const_str_getfilesystemencodeerrors._ascii.ob_base,
117712 : : },
117713 : : },
117714 : : };
117715 : : static
117716 : : struct {
117717 : : PyASCIIObject _ascii;
117718 : : uint8_t _data[9];
117719 : : }
117720 : : const_str__fscodec = {
117721 : : ._ascii = {
117722 : : .ob_base = {
117723 : : .ob_refcnt = 999999999,
117724 : : .ob_type = &PyUnicode_Type,
117725 : : },
117726 : : .length = 8,
117727 : : .hash = -1,
117728 : : .state = {
117729 : : .kind = 1,
117730 : : .compact = 1,
117731 : : .ascii = 1,
117732 : : },
117733 : : },
117734 : : ._data = "_fscodec",
117735 : : };
117736 : : static
117737 : : struct {
117738 : : PyObject_VAR_HEAD
117739 : : Py_hash_t ob_shash;
117740 : : char ob_sval[106];
117741 : : }
117742 : : os_toplevel_consts_111_linetable = {
117743 : : .ob_base = {
117744 : : .ob_base = {
117745 : : .ob_refcnt = 999999999,
117746 : : .ob_type = &PyBytes_Type,
117747 : : },
117748 : : .ob_size = 105,
117749 : : },
117750 : : .ob_shash = -1,
117751 : : .ob_sval = "\xf8\xf8\x80\x00\xdd\x0f\x28\xd7\x0f\x28\xd1\x0f\x28\xd4\x0f\x2a\x80\x48\xdd\x0d\x2a\xd7\x0d\x2a\xd1\x0d\x2a\xd4\x0d\x2c\x80\x46\xf0\x04\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x18\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x00\x0a\x05\x1c\xf0\x18\x00\x0c\x14\x90\x58\xd0\x0b\x1d\xd0\x04\x1d",
117752 : : };
117753 : : static
117754 : : struct {
117755 : : PyGC_Head _gc_head;
117756 : : struct {
117757 : : PyObject_VAR_HEAD
117758 : : PyObject *ob_item[4];
117759 : : }_object;
117760 : : }
117761 : : os_toplevel_consts_111_localsplusnames = {
117762 : : ._object = {
117763 : : .ob_base = {
117764 : : .ob_base = {
117765 : : .ob_refcnt = 999999999,
117766 : : .ob_type = &PyTuple_Type,
117767 : : },
117768 : : .ob_size = 4,
117769 : : },
117770 : : .ob_item = {
117771 : : & const_str_fsencode._ascii.ob_base,
117772 : : & const_str_fsdecode._ascii.ob_base,
117773 : : &_Py_ID(encoding),
117774 : : &_Py_ID(errors),
117775 : : },
117776 : : },
117777 : : };
117778 : : static
117779 : : struct {
117780 : : PyObject_VAR_HEAD
117781 : : Py_hash_t ob_shash;
117782 : : char ob_sval[5];
117783 : : }
117784 : : os_toplevel_consts_111_localspluskinds = {
117785 : : .ob_base = {
117786 : : .ob_base = {
117787 : : .ob_refcnt = 999999999,
117788 : : .ob_type = &PyBytes_Type,
117789 : : },
117790 : : .ob_size = 4,
117791 : : },
117792 : : .ob_shash = -1,
117793 : : .ob_sval = " @@",
117794 : : };
117795 : : static
117796 : : struct _PyCode_DEF(126)
117797 : : os_toplevel_consts_111 = {
117798 : : .ob_base = {
117799 : : .ob_base = {
117800 : : .ob_refcnt = 999999999,
117801 : : .ob_type = &PyCode_Type,
117802 : : },
117803 : : .ob_size = 63,
117804 : : },
117805 : : .co_consts = & os_toplevel_consts_111_consts._object.ob_base.ob_base,
117806 : : .co_names = & os_toplevel_consts_111_names._object.ob_base.ob_base,
117807 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
117808 : : .co_flags = 3,
117809 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
117810 : : ._co_linearray_entry_size = 0,
117811 : : .co_argcount = 0,
117812 : : .co_posonlyargcount = 0,
117813 : : .co_kwonlyargcount = 0,
117814 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
117815 : : .co_stacksize = 2,
117816 : : .co_firstlineno = 801,
117817 : : .co_nlocalsplus = 4,
117818 : : .co_nlocals = 2,
117819 : : .co_nplaincellvars = 2,
117820 : : .co_ncellvars = 2,
117821 : : .co_nfreevars = 0,
117822 : : .co_localsplusnames = & os_toplevel_consts_111_localsplusnames._object.ob_base.ob_base,
117823 : : .co_localspluskinds = & os_toplevel_consts_111_localspluskinds.ob_base.ob_base,
117824 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
117825 : : .co_name = & const_str__fscodec._ascii.ob_base,
117826 : : .co_qualname = & const_str__fscodec._ascii.ob_base,
117827 : : .co_linetable = & os_toplevel_consts_111_linetable.ob_base.ob_base,
117828 : : ._co_code = NULL,
117829 : : ._co_linearray = NULL,
117830 : : .co_code_adaptive = "\x87\x02\x87\x03\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x03\x88\x02\x88\x03\x66\x02\x64\x01\x84\x08\x7d\x00\x88\x02\x88\x03\x66\x02\x64\x02\x84\x08\x7d\x01\x7c\x00\x7c\x01\x66\x02\x53\x00",
117831 : : ._co_firsttraceable = 2,
117832 : : };
117833 : : static
117834 : : struct {
117835 : : PyASCIIObject _ascii;
117836 : : uint8_t _data[5];
117837 : : }
117838 : : const_str_fork = {
117839 : : ._ascii = {
117840 : : .ob_base = {
117841 : : .ob_refcnt = 999999999,
117842 : : .ob_type = &PyUnicode_Type,
117843 : : },
117844 : : .length = 4,
117845 : : .hash = -1,
117846 : : .state = {
117847 : : .kind = 1,
117848 : : .compact = 1,
117849 : : .ascii = 1,
117850 : : },
117851 : : },
117852 : : ._data = "fork",
117853 : : };
117854 : : static
117855 : : struct {
117856 : : PyASCIIObject _ascii;
117857 : : uint8_t _data[7];
117858 : : }
117859 : : const_str_spawnv = {
117860 : : ._ascii = {
117861 : : .ob_base = {
117862 : : .ob_refcnt = 999999999,
117863 : : .ob_type = &PyUnicode_Type,
117864 : : },
117865 : : .length = 6,
117866 : : .hash = -1,
117867 : : .state = {
117868 : : .kind = 1,
117869 : : .compact = 1,
117870 : : .ascii = 1,
117871 : : },
117872 : : },
117873 : : ._data = "spawnv",
117874 : : };
117875 : : static
117876 : : struct {
117877 : : PyASCIIObject _ascii;
117878 : : uint8_t _data[7];
117879 : : }
117880 : : const_str_P_WAIT = {
117881 : : ._ascii = {
117882 : : .ob_base = {
117883 : : .ob_refcnt = 999999999,
117884 : : .ob_type = &PyUnicode_Type,
117885 : : },
117886 : : .length = 6,
117887 : : .hash = -1,
117888 : : .state = {
117889 : : .kind = 1,
117890 : : .compact = 1,
117891 : : .ascii = 1,
117892 : : },
117893 : : },
117894 : : ._data = "P_WAIT",
117895 : : };
117896 : : static
117897 : : struct {
117898 : : PyASCIIObject _ascii;
117899 : : uint8_t _data[9];
117900 : : }
117901 : : const_str_P_NOWAIT = {
117902 : : ._ascii = {
117903 : : .ob_base = {
117904 : : .ob_refcnt = 999999999,
117905 : : .ob_type = &PyUnicode_Type,
117906 : : },
117907 : : .length = 8,
117908 : : .hash = -1,
117909 : : .state = {
117910 : : .kind = 1,
117911 : : .compact = 1,
117912 : : .ascii = 1,
117913 : : },
117914 : : },
117915 : : ._data = "P_NOWAIT",
117916 : : };
117917 : : static
117918 : : struct {
117919 : : PyASCIIObject _ascii;
117920 : : uint8_t _data[10];
117921 : : }
117922 : : const_str_P_NOWAITO = {
117923 : : ._ascii = {
117924 : : .ob_base = {
117925 : : .ob_refcnt = 999999999,
117926 : : .ob_type = &PyUnicode_Type,
117927 : : },
117928 : : .length = 9,
117929 : : .hash = -1,
117930 : : .state = {
117931 : : .kind = 1,
117932 : : .compact = 1,
117933 : : .ascii = 1,
117934 : : },
117935 : : },
117936 : : ._data = "P_NOWAITO",
117937 : : };
117938 : : static
117939 : : struct {
117940 : : PyGC_Head _gc_head;
117941 : : struct {
117942 : : PyObject_VAR_HEAD
117943 : : PyObject *ob_item[3];
117944 : : }_object;
117945 : : }
117946 : : os_toplevel_consts_115 = {
117947 : : ._object = {
117948 : : .ob_base = {
117949 : : .ob_base = {
117950 : : .ob_refcnt = 999999999,
117951 : : .ob_type = &PyTuple_Type,
117952 : : },
117953 : : .ob_size = 3,
117954 : : },
117955 : : .ob_item = {
117956 : : & const_str_P_WAIT._ascii.ob_base,
117957 : : & const_str_P_NOWAIT._ascii.ob_base,
117958 : : & const_str_P_NOWAITO._ascii.ob_base,
117959 : : },
117960 : : },
117961 : : };
117962 : : static
117963 : : struct {
117964 : : PyASCIIObject _ascii;
117965 : : uint8_t _data[31];
117966 : : }
117967 : : os_toplevel_consts_116_consts_1 = {
117968 : : ._ascii = {
117969 : : .ob_base = {
117970 : : .ob_refcnt = 999999999,
117971 : : .ob_type = &PyUnicode_Type,
117972 : : },
117973 : : .length = 30,
117974 : : .hash = -1,
117975 : : .state = {
117976 : : .kind = 1,
117977 : : .compact = 1,
117978 : : .ascii = 1,
117979 : : },
117980 : : },
117981 : : ._data = "argv must be a tuple or a list",
117982 : : };
117983 : : static
117984 : : struct {
117985 : : PyASCIIObject _ascii;
117986 : : uint8_t _data[35];
117987 : : }
117988 : : os_toplevel_consts_116_consts_3 = {
117989 : : ._ascii = {
117990 : : .ob_base = {
117991 : : .ob_refcnt = 999999999,
117992 : : .ob_type = &PyUnicode_Type,
117993 : : },
117994 : : .length = 34,
117995 : : .hash = -1,
117996 : : .state = {
117997 : : .kind = 1,
117998 : : .compact = 1,
117999 : : .ascii = 1,
118000 : : },
118001 : : },
118002 : : ._data = "argv first element cannot be empty",
118003 : : };
118004 : : static
118005 : : struct {
118006 : : PyGC_Head _gc_head;
118007 : : struct {
118008 : : PyObject_VAR_HEAD
118009 : : PyObject *ob_item[5];
118010 : : }_object;
118011 : : }
118012 : : os_toplevel_consts_116_consts = {
118013 : : ._object = {
118014 : : .ob_base = {
118015 : : .ob_base = {
118016 : : .ob_refcnt = 999999999,
118017 : : .ob_type = &PyTuple_Type,
118018 : : },
118019 : : .ob_size = 5,
118020 : : },
118021 : : .ob_item = {
118022 : : Py_None,
118023 : : & os_toplevel_consts_116_consts_1._ascii.ob_base,
118024 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
118025 : : & os_toplevel_consts_116_consts_3._ascii.ob_base,
118026 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 127],
118027 : : },
118028 : : },
118029 : : };
118030 : : static
118031 : : struct {
118032 : : PyASCIIObject _ascii;
118033 : : uint8_t _data[8];
118034 : : }
118035 : : const_str_waitpid = {
118036 : : ._ascii = {
118037 : : .ob_base = {
118038 : : .ob_refcnt = 999999999,
118039 : : .ob_type = &PyUnicode_Type,
118040 : : },
118041 : : .length = 7,
118042 : : .hash = -1,
118043 : : .state = {
118044 : : .kind = 1,
118045 : : .compact = 1,
118046 : : .ascii = 1,
118047 : : },
118048 : : },
118049 : : ._data = "waitpid",
118050 : : };
118051 : : static
118052 : : struct {
118053 : : PyASCIIObject _ascii;
118054 : : uint8_t _data[11];
118055 : : }
118056 : : const_str_WIFSTOPPED = {
118057 : : ._ascii = {
118058 : : .ob_base = {
118059 : : .ob_refcnt = 999999999,
118060 : : .ob_type = &PyUnicode_Type,
118061 : : },
118062 : : .length = 10,
118063 : : .hash = -1,
118064 : : .state = {
118065 : : .kind = 1,
118066 : : .compact = 1,
118067 : : .ascii = 1,
118068 : : },
118069 : : },
118070 : : ._data = "WIFSTOPPED",
118071 : : };
118072 : : static
118073 : : struct {
118074 : : PyASCIIObject _ascii;
118075 : : uint8_t _data[23];
118076 : : }
118077 : : const_str_waitstatus_to_exitcode = {
118078 : : ._ascii = {
118079 : : .ob_base = {
118080 : : .ob_refcnt = 999999999,
118081 : : .ob_type = &PyUnicode_Type,
118082 : : },
118083 : : .length = 22,
118084 : : .hash = -1,
118085 : : .state = {
118086 : : .kind = 1,
118087 : : .compact = 1,
118088 : : .ascii = 1,
118089 : : },
118090 : : },
118091 : : ._data = "waitstatus_to_exitcode",
118092 : : };
118093 : : static
118094 : : struct {
118095 : : PyGC_Head _gc_head;
118096 : : struct {
118097 : : PyObject_VAR_HEAD
118098 : : PyObject *ob_item[11];
118099 : : }_object;
118100 : : }
118101 : : os_toplevel_consts_116_names = {
118102 : : ._object = {
118103 : : .ob_base = {
118104 : : .ob_base = {
118105 : : .ob_refcnt = 999999999,
118106 : : .ob_type = &PyTuple_Type,
118107 : : },
118108 : : .ob_size = 11,
118109 : : },
118110 : : .ob_item = {
118111 : : &_Py_ID(isinstance),
118112 : : & const_str_tuple._ascii.ob_base,
118113 : : & const_str_list._ascii.ob_base,
118114 : : & const_str_TypeError._ascii.ob_base,
118115 : : & const_str_ValueError._ascii.ob_base,
118116 : : & const_str_fork._ascii.ob_base,
118117 : : & const_str__exit._ascii.ob_base,
118118 : : & const_str_P_NOWAIT._ascii.ob_base,
118119 : : & const_str_waitpid._ascii.ob_base,
118120 : : & const_str_WIFSTOPPED._ascii.ob_base,
118121 : : & const_str_waitstatus_to_exitcode._ascii.ob_base,
118122 : : },
118123 : : },
118124 : : };
118125 : : static
118126 : : struct {
118127 : : PyASCIIObject _ascii;
118128 : : uint8_t _data[10];
118129 : : }
118130 : : const_str__spawnvef = {
118131 : : ._ascii = {
118132 : : .ob_base = {
118133 : : .ob_refcnt = 999999999,
118134 : : .ob_type = &PyUnicode_Type,
118135 : : },
118136 : : .length = 9,
118137 : : .hash = -1,
118138 : : .state = {
118139 : : .kind = 1,
118140 : : .compact = 1,
118141 : : .ascii = 1,
118142 : : },
118143 : : },
118144 : : ._data = "_spawnvef",
118145 : : };
118146 : : static
118147 : : struct {
118148 : : PyObject_VAR_HEAD
118149 : : Py_hash_t ob_shash;
118150 : : char ob_sval[232];
118151 : : }
118152 : : os_toplevel_consts_116_linetable = {
118153 : : .ob_base = {
118154 : : .ob_base = {
118155 : : .ob_refcnt = 999999999,
118156 : : .ob_type = &PyBytes_Type,
118157 : : },
118158 : : .ob_size = 231,
118159 : : },
118160 : : .ob_shash = -1,
118161 : : .ob_sval = "\x80\x00\xe5\x0f\x19\x98\x24\xa5\x15\xad\x04\xa0\x0d\xd4\x0f\x2e\xf0\x00\x01\x09\x3e\xdd\x12\x1b\xd0\x1c\x3c\xd4\x12\x3d\xd0\x0c\x3d\xd8\x0f\x13\xf0\x00\x01\x09\x43\x01\x98\x34\xa0\x01\x9c\x37\xf0\x00\x01\x09\x43\x01\xdd\x12\x1c\xd0\x1d\x41\xd4\x12\x42\xd0\x0c\x42\xdd\x0e\x12\x8c\x66\x88\x03\xd8\x0f\x12\xf0\x00\x12\x09\x33\xf0\x04\x06\x0d\x1b\xd8\x13\x16\xf0\x00\x03\x11\x2a\xd8\x14\x18\x90\x44\x98\x14\x98\x74\xd4\x14\x24\xd0\x14\x24\xd0\x14\x24\xe0\x14\x18\x90\x44\x98\x14\x98\x74\xa0\x53\xd4\x14\x29\xd0\x14\x29\xd0\x14\x29\xd0\x14\x29\xf0\x05\x00\x15\x25\xd0\x14\x24\xf0\x0e\x00\x10\x14\x95\x78\xd2\x0f\x1f\xf0\x00\x01\x0d\x1b\xd8\x17\x1a\x90\x0a\xd8\x12\x13\xdd\x1c\x23\xa0\x43\xa8\x11\x9c\x4f\x91\x09\x90\x04\x90\x63\xdd\x13\x1d\x98\x63\x94\x3f\xf0\x00\x01\x11\x1d\xd8\x14\x1c\xe5\x17\x2d\xa8\x63\xd4\x17\x32\xd0\x10\x32\xf8\xf0\x17\x01\x0d\x1b\xdd\x10\x15\x90\x63\x94\x0a\x90\x0a\x90\x0a\x90\x0a\x90\x0a\xf8\xf8\xf8",
118162 : : };
118163 : : static
118164 : : struct {
118165 : : PyObject_VAR_HEAD
118166 : : Py_hash_t ob_shash;
118167 : : char ob_sval[13];
118168 : : }
118169 : : os_toplevel_consts_116_exceptiontable = {
118170 : : .ob_base = {
118171 : : .ob_base = {
118172 : : .ob_refcnt = 999999999,
118173 : : .ob_type = &PyBytes_Type,
118174 : : },
118175 : : .ob_size = 12,
118176 : : },
118177 : : .ob_shash = -1,
118178 : : .ob_sval = "\xc1\x0e\x18\x42\x24\x00\xc2\x24\x0f\x42\x36\x03",
118179 : : };
118180 : : static
118181 : : struct {
118182 : : PyASCIIObject _ascii;
118183 : : uint8_t _data[5];
118184 : : }
118185 : : const_str_func = {
118186 : : ._ascii = {
118187 : : .ob_base = {
118188 : : .ob_refcnt = 999999999,
118189 : : .ob_type = &PyUnicode_Type,
118190 : : },
118191 : : .length = 4,
118192 : : .hash = -1,
118193 : : .state = {
118194 : : .kind = 1,
118195 : : .compact = 1,
118196 : : .ascii = 1,
118197 : : },
118198 : : },
118199 : : ._data = "func",
118200 : : };
118201 : : static
118202 : : struct {
118203 : : PyASCIIObject _ascii;
118204 : : uint8_t _data[4];
118205 : : }
118206 : : const_str_pid = {
118207 : : ._ascii = {
118208 : : .ob_base = {
118209 : : .ob_refcnt = 999999999,
118210 : : .ob_type = &PyUnicode_Type,
118211 : : },
118212 : : .length = 3,
118213 : : .hash = -1,
118214 : : .state = {
118215 : : .kind = 1,
118216 : : .compact = 1,
118217 : : .ascii = 1,
118218 : : },
118219 : : },
118220 : : ._data = "pid",
118221 : : };
118222 : : static
118223 : : struct {
118224 : : PyASCIIObject _ascii;
118225 : : uint8_t _data[5];
118226 : : }
118227 : : const_str_wpid = {
118228 : : ._ascii = {
118229 : : .ob_base = {
118230 : : .ob_refcnt = 999999999,
118231 : : .ob_type = &PyUnicode_Type,
118232 : : },
118233 : : .length = 4,
118234 : : .hash = -1,
118235 : : .state = {
118236 : : .kind = 1,
118237 : : .compact = 1,
118238 : : .ascii = 1,
118239 : : },
118240 : : },
118241 : : ._data = "wpid",
118242 : : };
118243 : : static
118244 : : struct {
118245 : : PyASCIIObject _ascii;
118246 : : uint8_t _data[4];
118247 : : }
118248 : : const_str_sts = {
118249 : : ._ascii = {
118250 : : .ob_base = {
118251 : : .ob_refcnt = 999999999,
118252 : : .ob_type = &PyUnicode_Type,
118253 : : },
118254 : : .length = 3,
118255 : : .hash = -1,
118256 : : .state = {
118257 : : .kind = 1,
118258 : : .compact = 1,
118259 : : .ascii = 1,
118260 : : },
118261 : : },
118262 : : ._data = "sts",
118263 : : };
118264 : : static
118265 : : struct {
118266 : : PyGC_Head _gc_head;
118267 : : struct {
118268 : : PyObject_VAR_HEAD
118269 : : PyObject *ob_item[8];
118270 : : }_object;
118271 : : }
118272 : : os_toplevel_consts_116_localsplusnames = {
118273 : : ._object = {
118274 : : .ob_base = {
118275 : : .ob_base = {
118276 : : .ob_refcnt = 999999999,
118277 : : .ob_type = &PyTuple_Type,
118278 : : },
118279 : : .ob_size = 8,
118280 : : },
118281 : : .ob_item = {
118282 : : &_Py_ID(mode),
118283 : : & const_str_file._ascii.ob_base,
118284 : : & const_str_args._ascii.ob_base,
118285 : : & const_str_env._ascii.ob_base,
118286 : : & const_str_func._ascii.ob_base,
118287 : : & const_str_pid._ascii.ob_base,
118288 : : & const_str_wpid._ascii.ob_base,
118289 : : & const_str_sts._ascii.ob_base,
118290 : : },
118291 : : },
118292 : : };
118293 : : static
118294 : : struct _PyCode_DEF(370)
118295 : : os_toplevel_consts_116 = {
118296 : : .ob_base = {
118297 : : .ob_base = {
118298 : : .ob_refcnt = 999999999,
118299 : : .ob_type = &PyCode_Type,
118300 : : },
118301 : : .ob_size = 185,
118302 : : },
118303 : : .co_consts = & os_toplevel_consts_116_consts._object.ob_base.ob_base,
118304 : : .co_names = & os_toplevel_consts_116_names._object.ob_base.ob_base,
118305 : : .co_exceptiontable = & os_toplevel_consts_116_exceptiontable.ob_base.ob_base,
118306 : : .co_flags = 3,
118307 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118308 : : ._co_linearray_entry_size = 0,
118309 : : .co_argcount = 5,
118310 : : .co_posonlyargcount = 0,
118311 : : .co_kwonlyargcount = 0,
118312 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
118313 : : .co_stacksize = 5,
118314 : : .co_firstlineno = 846,
118315 : : .co_nlocalsplus = 8,
118316 : : .co_nlocals = 8,
118317 : : .co_nplaincellvars = 0,
118318 : : .co_ncellvars = 0,
118319 : : .co_nfreevars = 0,
118320 : : .co_localsplusnames = & os_toplevel_consts_116_localsplusnames._object.ob_base.ob_base,
118321 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
118322 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118323 : : .co_name = & const_str__spawnvef._ascii.ob_base,
118324 : : .co_qualname = & const_str__spawnvef._ascii.ob_base,
118325 : : .co_linetable = & os_toplevel_consts_116_linetable.ob_base.ob_base,
118326 : : ._co_code = NULL,
118327 : : ._co_linearray = NULL,
118328 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x72\x08\x7c\x02\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x73\x1d\x09\x00\x7c\x03\x80\x0b\x02\x00\x7c\x04\x7c\x01\x7c\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0d\x02\x00\x7c\x04\x7c\x01\x7c\x02\x7c\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x7c\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x05\x53\x00\x09\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x20\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
118329 : : ._co_firsttraceable = 0,
118330 : : };
118331 : : static
118332 : : struct {
118333 : : PyASCIIObject _ascii;
118334 : : uint8_t _data[278];
118335 : : }
118336 : : os_toplevel_consts_117_consts_0 = {
118337 : : ._ascii = {
118338 : : .ob_base = {
118339 : : .ob_refcnt = 999999999,
118340 : : .ob_type = &PyUnicode_Type,
118341 : : },
118342 : : .length = 277,
118343 : : .hash = -1,
118344 : : .state = {
118345 : : .kind = 1,
118346 : : .compact = 1,
118347 : : .ascii = 1,
118348 : : },
118349 : : },
118350 : : ._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",
118351 : : };
118352 : : static
118353 : : struct {
118354 : : PyGC_Head _gc_head;
118355 : : struct {
118356 : : PyObject_VAR_HEAD
118357 : : PyObject *ob_item[2];
118358 : : }_object;
118359 : : }
118360 : : os_toplevel_consts_117_consts = {
118361 : : ._object = {
118362 : : .ob_base = {
118363 : : .ob_base = {
118364 : : .ob_refcnt = 999999999,
118365 : : .ob_type = &PyTuple_Type,
118366 : : },
118367 : : .ob_size = 2,
118368 : : },
118369 : : .ob_item = {
118370 : : & os_toplevel_consts_117_consts_0._ascii.ob_base,
118371 : : Py_None,
118372 : : },
118373 : : },
118374 : : };
118375 : : static
118376 : : struct {
118377 : : PyGC_Head _gc_head;
118378 : : struct {
118379 : : PyObject_VAR_HEAD
118380 : : PyObject *ob_item[2];
118381 : : }_object;
118382 : : }
118383 : : os_toplevel_consts_117_names = {
118384 : : ._object = {
118385 : : .ob_base = {
118386 : : .ob_base = {
118387 : : .ob_refcnt = 999999999,
118388 : : .ob_type = &PyTuple_Type,
118389 : : },
118390 : : .ob_size = 2,
118391 : : },
118392 : : .ob_item = {
118393 : : & const_str__spawnvef._ascii.ob_base,
118394 : : & const_str_execv._ascii.ob_base,
118395 : : },
118396 : : },
118397 : : };
118398 : : static
118399 : : struct {
118400 : : PyObject_VAR_HEAD
118401 : : Py_hash_t ob_shash;
118402 : : char ob_sval[24];
118403 : : }
118404 : : os_toplevel_consts_117_linetable = {
118405 : : .ob_base = {
118406 : : .ob_base = {
118407 : : .ob_refcnt = 999999999,
118408 : : .ob_type = &PyBytes_Type,
118409 : : },
118410 : : .ob_size = 23,
118411 : : },
118412 : : .ob_shash = -1,
118413 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x15\xd4\x0f\x37\xd0\x08\x37",
118414 : : };
118415 : : static
118416 : : struct {
118417 : : PyGC_Head _gc_head;
118418 : : struct {
118419 : : PyObject_VAR_HEAD
118420 : : PyObject *ob_item[3];
118421 : : }_object;
118422 : : }
118423 : : os_toplevel_consts_117_localsplusnames = {
118424 : : ._object = {
118425 : : .ob_base = {
118426 : : .ob_base = {
118427 : : .ob_refcnt = 999999999,
118428 : : .ob_type = &PyTuple_Type,
118429 : : },
118430 : : .ob_size = 3,
118431 : : },
118432 : : .ob_item = {
118433 : : &_Py_ID(mode),
118434 : : & const_str_file._ascii.ob_base,
118435 : : & const_str_args._ascii.ob_base,
118436 : : },
118437 : : },
118438 : : };
118439 : : static
118440 : : struct _PyCode_DEF(46)
118441 : : os_toplevel_consts_117 = {
118442 : : .ob_base = {
118443 : : .ob_base = {
118444 : : .ob_refcnt = 999999999,
118445 : : .ob_type = &PyCode_Type,
118446 : : },
118447 : : .ob_size = 23,
118448 : : },
118449 : : .co_consts = & os_toplevel_consts_117_consts._object.ob_base.ob_base,
118450 : : .co_names = & os_toplevel_consts_117_names._object.ob_base.ob_base,
118451 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118452 : : .co_flags = 3,
118453 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118454 : : ._co_linearray_entry_size = 0,
118455 : : .co_argcount = 3,
118456 : : .co_posonlyargcount = 0,
118457 : : .co_kwonlyargcount = 0,
118458 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
118459 : : .co_stacksize = 7,
118460 : : .co_firstlineno = 873,
118461 : : .co_nlocalsplus = 3,
118462 : : .co_nlocals = 3,
118463 : : .co_nplaincellvars = 0,
118464 : : .co_ncellvars = 0,
118465 : : .co_nfreevars = 0,
118466 : : .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
118467 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
118468 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118469 : : .co_name = & const_str_spawnv._ascii.ob_base,
118470 : : .co_qualname = & const_str_spawnv._ascii.ob_base,
118471 : : .co_linetable = & os_toplevel_consts_117_linetable.ob_base.ob_base,
118472 : : ._co_code = NULL,
118473 : : ._co_linearray = NULL,
118474 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118475 : : ._co_firsttraceable = 0,
118476 : : };
118477 : : static
118478 : : struct {
118479 : : PyASCIIObject _ascii;
118480 : : uint8_t _data[315];
118481 : : }
118482 : : os_toplevel_consts_118_consts_0 = {
118483 : : ._ascii = {
118484 : : .ob_base = {
118485 : : .ob_refcnt = 999999999,
118486 : : .ob_type = &PyUnicode_Type,
118487 : : },
118488 : : .length = 314,
118489 : : .hash = -1,
118490 : : .state = {
118491 : : .kind = 1,
118492 : : .compact = 1,
118493 : : .ascii = 1,
118494 : : },
118495 : : },
118496 : : ._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",
118497 : : };
118498 : : static
118499 : : struct {
118500 : : PyGC_Head _gc_head;
118501 : : struct {
118502 : : PyObject_VAR_HEAD
118503 : : PyObject *ob_item[1];
118504 : : }_object;
118505 : : }
118506 : : os_toplevel_consts_118_consts = {
118507 : : ._object = {
118508 : : .ob_base = {
118509 : : .ob_base = {
118510 : : .ob_refcnt = 999999999,
118511 : : .ob_type = &PyTuple_Type,
118512 : : },
118513 : : .ob_size = 1,
118514 : : },
118515 : : .ob_item = {
118516 : : & os_toplevel_consts_118_consts_0._ascii.ob_base,
118517 : : },
118518 : : },
118519 : : };
118520 : : static
118521 : : struct {
118522 : : PyGC_Head _gc_head;
118523 : : struct {
118524 : : PyObject_VAR_HEAD
118525 : : PyObject *ob_item[2];
118526 : : }_object;
118527 : : }
118528 : : os_toplevel_consts_118_names = {
118529 : : ._object = {
118530 : : .ob_base = {
118531 : : .ob_base = {
118532 : : .ob_refcnt = 999999999,
118533 : : .ob_type = &PyTuple_Type,
118534 : : },
118535 : : .ob_size = 2,
118536 : : },
118537 : : .ob_item = {
118538 : : & const_str__spawnvef._ascii.ob_base,
118539 : : & const_str_execve._ascii.ob_base,
118540 : : },
118541 : : },
118542 : : };
118543 : : static
118544 : : struct {
118545 : : PyASCIIObject _ascii;
118546 : : uint8_t _data[8];
118547 : : }
118548 : : const_str_spawnve = {
118549 : : ._ascii = {
118550 : : .ob_base = {
118551 : : .ob_refcnt = 999999999,
118552 : : .ob_type = &PyUnicode_Type,
118553 : : },
118554 : : .length = 7,
118555 : : .hash = -1,
118556 : : .state = {
118557 : : .kind = 1,
118558 : : .compact = 1,
118559 : : .ascii = 1,
118560 : : },
118561 : : },
118562 : : ._data = "spawnve",
118563 : : };
118564 : : static
118565 : : struct {
118566 : : PyObject_VAR_HEAD
118567 : : Py_hash_t ob_shash;
118568 : : char ob_sval[24];
118569 : : }
118570 : : os_toplevel_consts_118_linetable = {
118571 : : .ob_base = {
118572 : : .ob_base = {
118573 : : .ob_refcnt = 999999999,
118574 : : .ob_type = &PyBytes_Type,
118575 : : },
118576 : : .ob_size = 23,
118577 : : },
118578 : : .ob_shash = -1,
118579 : : .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x06\xd4\x0f\x37\xd0\x08\x37",
118580 : : };
118581 : : static
118582 : : struct {
118583 : : PyGC_Head _gc_head;
118584 : : struct {
118585 : : PyObject_VAR_HEAD
118586 : : PyObject *ob_item[4];
118587 : : }_object;
118588 : : }
118589 : : os_toplevel_consts_118_localsplusnames = {
118590 : : ._object = {
118591 : : .ob_base = {
118592 : : .ob_base = {
118593 : : .ob_refcnt = 999999999,
118594 : : .ob_type = &PyTuple_Type,
118595 : : },
118596 : : .ob_size = 4,
118597 : : },
118598 : : .ob_item = {
118599 : : &_Py_ID(mode),
118600 : : & const_str_file._ascii.ob_base,
118601 : : & const_str_args._ascii.ob_base,
118602 : : & const_str_env._ascii.ob_base,
118603 : : },
118604 : : },
118605 : : };
118606 : : static
118607 : : struct _PyCode_DEF(46)
118608 : : os_toplevel_consts_118 = {
118609 : : .ob_base = {
118610 : : .ob_base = {
118611 : : .ob_refcnt = 999999999,
118612 : : .ob_type = &PyCode_Type,
118613 : : },
118614 : : .ob_size = 23,
118615 : : },
118616 : : .co_consts = & os_toplevel_consts_118_consts._object.ob_base.ob_base,
118617 : : .co_names = & os_toplevel_consts_118_names._object.ob_base.ob_base,
118618 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118619 : : .co_flags = 3,
118620 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118621 : : ._co_linearray_entry_size = 0,
118622 : : .co_argcount = 4,
118623 : : .co_posonlyargcount = 0,
118624 : : .co_kwonlyargcount = 0,
118625 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
118626 : : .co_stacksize = 7,
118627 : : .co_firstlineno = 882,
118628 : : .co_nlocalsplus = 4,
118629 : : .co_nlocals = 4,
118630 : : .co_nplaincellvars = 0,
118631 : : .co_ncellvars = 0,
118632 : : .co_nfreevars = 0,
118633 : : .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
118634 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
118635 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118636 : : .co_name = & const_str_spawnve._ascii.ob_base,
118637 : : .co_qualname = & const_str_spawnve._ascii.ob_base,
118638 : : .co_linetable = & os_toplevel_consts_118_linetable.ob_base.ob_base,
118639 : : ._co_code = NULL,
118640 : : ._co_linearray = NULL,
118641 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118642 : : ._co_firsttraceable = 0,
118643 : : };
118644 : : static
118645 : : struct {
118646 : : PyASCIIObject _ascii;
118647 : : uint8_t _data[313];
118648 : : }
118649 : : os_toplevel_consts_119_consts_0 = {
118650 : : ._ascii = {
118651 : : .ob_base = {
118652 : : .ob_refcnt = 999999999,
118653 : : .ob_type = &PyUnicode_Type,
118654 : : },
118655 : : .length = 312,
118656 : : .hash = -1,
118657 : : .state = {
118658 : : .kind = 1,
118659 : : .compact = 1,
118660 : : .ascii = 1,
118661 : : },
118662 : : },
118663 : : ._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",
118664 : : };
118665 : : static
118666 : : struct {
118667 : : PyGC_Head _gc_head;
118668 : : struct {
118669 : : PyObject_VAR_HEAD
118670 : : PyObject *ob_item[2];
118671 : : }_object;
118672 : : }
118673 : : os_toplevel_consts_119_consts = {
118674 : : ._object = {
118675 : : .ob_base = {
118676 : : .ob_base = {
118677 : : .ob_refcnt = 999999999,
118678 : : .ob_type = &PyTuple_Type,
118679 : : },
118680 : : .ob_size = 2,
118681 : : },
118682 : : .ob_item = {
118683 : : & os_toplevel_consts_119_consts_0._ascii.ob_base,
118684 : : Py_None,
118685 : : },
118686 : : },
118687 : : };
118688 : : static
118689 : : struct {
118690 : : PyGC_Head _gc_head;
118691 : : struct {
118692 : : PyObject_VAR_HEAD
118693 : : PyObject *ob_item[2];
118694 : : }_object;
118695 : : }
118696 : : os_toplevel_consts_119_names = {
118697 : : ._object = {
118698 : : .ob_base = {
118699 : : .ob_base = {
118700 : : .ob_refcnt = 999999999,
118701 : : .ob_type = &PyTuple_Type,
118702 : : },
118703 : : .ob_size = 2,
118704 : : },
118705 : : .ob_item = {
118706 : : & const_str__spawnvef._ascii.ob_base,
118707 : : & const_str_execvp._ascii.ob_base,
118708 : : },
118709 : : },
118710 : : };
118711 : : static
118712 : : struct {
118713 : : PyASCIIObject _ascii;
118714 : : uint8_t _data[8];
118715 : : }
118716 : : const_str_spawnvp = {
118717 : : ._ascii = {
118718 : : .ob_base = {
118719 : : .ob_refcnt = 999999999,
118720 : : .ob_type = &PyUnicode_Type,
118721 : : },
118722 : : .length = 7,
118723 : : .hash = -1,
118724 : : .state = {
118725 : : .kind = 1,
118726 : : .compact = 1,
118727 : : .ascii = 1,
118728 : : },
118729 : : },
118730 : : ._data = "spawnvp",
118731 : : };
118732 : : static
118733 : : struct {
118734 : : PyObject_VAR_HEAD
118735 : : Py_hash_t ob_shash;
118736 : : char ob_sval[24];
118737 : : }
118738 : : os_toplevel_consts_119_linetable = {
118739 : : .ob_base = {
118740 : : .ob_base = {
118741 : : .ob_refcnt = 999999999,
118742 : : .ob_type = &PyBytes_Type,
118743 : : },
118744 : : .ob_size = 23,
118745 : : },
118746 : : .ob_shash = -1,
118747 : : .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x34\xb5\x16\xd4\x0f\x38\xd0\x08\x38",
118748 : : };
118749 : : static
118750 : : struct _PyCode_DEF(46)
118751 : : os_toplevel_consts_119 = {
118752 : : .ob_base = {
118753 : : .ob_base = {
118754 : : .ob_refcnt = 999999999,
118755 : : .ob_type = &PyCode_Type,
118756 : : },
118757 : : .ob_size = 23,
118758 : : },
118759 : : .co_consts = & os_toplevel_consts_119_consts._object.ob_base.ob_base,
118760 : : .co_names = & os_toplevel_consts_119_names._object.ob_base.ob_base,
118761 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118762 : : .co_flags = 3,
118763 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118764 : : ._co_linearray_entry_size = 0,
118765 : : .co_argcount = 3,
118766 : : .co_posonlyargcount = 0,
118767 : : .co_kwonlyargcount = 0,
118768 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
118769 : : .co_stacksize = 7,
118770 : : .co_firstlineno = 894,
118771 : : .co_nlocalsplus = 3,
118772 : : .co_nlocals = 3,
118773 : : .co_nplaincellvars = 0,
118774 : : .co_ncellvars = 0,
118775 : : .co_nfreevars = 0,
118776 : : .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
118777 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
118778 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118779 : : .co_name = & const_str_spawnvp._ascii.ob_base,
118780 : : .co_qualname = & const_str_spawnvp._ascii.ob_base,
118781 : : .co_linetable = & os_toplevel_consts_119_linetable.ob_base.ob_base,
118782 : : ._co_code = NULL,
118783 : : ._co_linearray = NULL,
118784 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118785 : : ._co_firsttraceable = 0,
118786 : : };
118787 : : static
118788 : : struct {
118789 : : PyASCIIObject _ascii;
118790 : : uint8_t _data[349];
118791 : : }
118792 : : os_toplevel_consts_120_consts_0 = {
118793 : : ._ascii = {
118794 : : .ob_base = {
118795 : : .ob_refcnt = 999999999,
118796 : : .ob_type = &PyUnicode_Type,
118797 : : },
118798 : : .length = 348,
118799 : : .hash = -1,
118800 : : .state = {
118801 : : .kind = 1,
118802 : : .compact = 1,
118803 : : .ascii = 1,
118804 : : },
118805 : : },
118806 : : ._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",
118807 : : };
118808 : : static
118809 : : struct {
118810 : : PyGC_Head _gc_head;
118811 : : struct {
118812 : : PyObject_VAR_HEAD
118813 : : PyObject *ob_item[1];
118814 : : }_object;
118815 : : }
118816 : : os_toplevel_consts_120_consts = {
118817 : : ._object = {
118818 : : .ob_base = {
118819 : : .ob_base = {
118820 : : .ob_refcnt = 999999999,
118821 : : .ob_type = &PyTuple_Type,
118822 : : },
118823 : : .ob_size = 1,
118824 : : },
118825 : : .ob_item = {
118826 : : & os_toplevel_consts_120_consts_0._ascii.ob_base,
118827 : : },
118828 : : },
118829 : : };
118830 : : static
118831 : : struct {
118832 : : PyGC_Head _gc_head;
118833 : : struct {
118834 : : PyObject_VAR_HEAD
118835 : : PyObject *ob_item[2];
118836 : : }_object;
118837 : : }
118838 : : os_toplevel_consts_120_names = {
118839 : : ._object = {
118840 : : .ob_base = {
118841 : : .ob_base = {
118842 : : .ob_refcnt = 999999999,
118843 : : .ob_type = &PyTuple_Type,
118844 : : },
118845 : : .ob_size = 2,
118846 : : },
118847 : : .ob_item = {
118848 : : & const_str__spawnvef._ascii.ob_base,
118849 : : & const_str_execvpe._ascii.ob_base,
118850 : : },
118851 : : },
118852 : : };
118853 : : static
118854 : : struct {
118855 : : PyASCIIObject _ascii;
118856 : : uint8_t _data[9];
118857 : : }
118858 : : const_str_spawnvpe = {
118859 : : ._ascii = {
118860 : : .ob_base = {
118861 : : .ob_refcnt = 999999999,
118862 : : .ob_type = &PyUnicode_Type,
118863 : : },
118864 : : .length = 8,
118865 : : .hash = -1,
118866 : : .state = {
118867 : : .kind = 1,
118868 : : .compact = 1,
118869 : : .ascii = 1,
118870 : : },
118871 : : },
118872 : : ._data = "spawnvpe",
118873 : : };
118874 : : static
118875 : : struct {
118876 : : PyObject_VAR_HEAD
118877 : : Py_hash_t ob_shash;
118878 : : char ob_sval[24];
118879 : : }
118880 : : os_toplevel_consts_120_linetable = {
118881 : : .ob_base = {
118882 : : .ob_base = {
118883 : : .ob_refcnt = 999999999,
118884 : : .ob_type = &PyBytes_Type,
118885 : : },
118886 : : .ob_size = 23,
118887 : : },
118888 : : .ob_shash = -1,
118889 : : .ob_sval = "\x80\x00\xf5\x10\x00\x10\x19\x98\x14\x98\x74\xa0\x54\xa8\x33\xb5\x07\xd4\x0f\x38\xd0\x08\x38",
118890 : : };
118891 : : static
118892 : : struct _PyCode_DEF(46)
118893 : : os_toplevel_consts_120 = {
118894 : : .ob_base = {
118895 : : .ob_base = {
118896 : : .ob_refcnt = 999999999,
118897 : : .ob_type = &PyCode_Type,
118898 : : },
118899 : : .ob_size = 23,
118900 : : },
118901 : : .co_consts = & os_toplevel_consts_120_consts._object.ob_base.ob_base,
118902 : : .co_names = & os_toplevel_consts_120_names._object.ob_base.ob_base,
118903 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
118904 : : .co_flags = 3,
118905 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
118906 : : ._co_linearray_entry_size = 0,
118907 : : .co_argcount = 4,
118908 : : .co_posonlyargcount = 0,
118909 : : .co_kwonlyargcount = 0,
118910 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
118911 : : .co_stacksize = 7,
118912 : : .co_firstlineno = 904,
118913 : : .co_nlocalsplus = 4,
118914 : : .co_nlocals = 4,
118915 : : .co_nplaincellvars = 0,
118916 : : .co_ncellvars = 0,
118917 : : .co_nfreevars = 0,
118918 : : .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
118919 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
118920 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
118921 : : .co_name = & const_str_spawnvpe._ascii.ob_base,
118922 : : .co_qualname = & const_str_spawnvpe._ascii.ob_base,
118923 : : .co_linetable = & os_toplevel_consts_120_linetable.ob_base.ob_base,
118924 : : ._co_code = NULL,
118925 : : ._co_linearray = NULL,
118926 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
118927 : : ._co_firsttraceable = 0,
118928 : : };
118929 : : static
118930 : : struct {
118931 : : PyGC_Head _gc_head;
118932 : : struct {
118933 : : PyObject_VAR_HEAD
118934 : : PyObject *ob_item[4];
118935 : : }_object;
118936 : : }
118937 : : os_toplevel_consts_121 = {
118938 : : ._object = {
118939 : : .ob_base = {
118940 : : .ob_base = {
118941 : : .ob_refcnt = 999999999,
118942 : : .ob_type = &PyTuple_Type,
118943 : : },
118944 : : .ob_size = 4,
118945 : : },
118946 : : .ob_item = {
118947 : : & const_str_spawnv._ascii.ob_base,
118948 : : & const_str_spawnve._ascii.ob_base,
118949 : : & const_str_spawnvp._ascii.ob_base,
118950 : : & const_str_spawnvpe._ascii.ob_base,
118951 : : },
118952 : : },
118953 : : };
118954 : : static
118955 : : struct {
118956 : : PyASCIIObject _ascii;
118957 : : uint8_t _data[279];
118958 : : }
118959 : : os_toplevel_consts_122_consts_0 = {
118960 : : ._ascii = {
118961 : : .ob_base = {
118962 : : .ob_refcnt = 999999999,
118963 : : .ob_type = &PyUnicode_Type,
118964 : : },
118965 : : .length = 278,
118966 : : .hash = -1,
118967 : : .state = {
118968 : : .kind = 1,
118969 : : .compact = 1,
118970 : : .ascii = 1,
118971 : : },
118972 : : },
118973 : : ._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",
118974 : : };
118975 : : static
118976 : : struct {
118977 : : PyGC_Head _gc_head;
118978 : : struct {
118979 : : PyObject_VAR_HEAD
118980 : : PyObject *ob_item[1];
118981 : : }_object;
118982 : : }
118983 : : os_toplevel_consts_122_consts = {
118984 : : ._object = {
118985 : : .ob_base = {
118986 : : .ob_base = {
118987 : : .ob_refcnt = 999999999,
118988 : : .ob_type = &PyTuple_Type,
118989 : : },
118990 : : .ob_size = 1,
118991 : : },
118992 : : .ob_item = {
118993 : : & os_toplevel_consts_122_consts_0._ascii.ob_base,
118994 : : },
118995 : : },
118996 : : };
118997 : : static
118998 : : struct {
118999 : : PyGC_Head _gc_head;
119000 : : struct {
119001 : : PyObject_VAR_HEAD
119002 : : PyObject *ob_item[1];
119003 : : }_object;
119004 : : }
119005 : : os_toplevel_consts_122_names = {
119006 : : ._object = {
119007 : : .ob_base = {
119008 : : .ob_base = {
119009 : : .ob_refcnt = 999999999,
119010 : : .ob_type = &PyTuple_Type,
119011 : : },
119012 : : .ob_size = 1,
119013 : : },
119014 : : .ob_item = {
119015 : : & const_str_spawnv._ascii.ob_base,
119016 : : },
119017 : : },
119018 : : };
119019 : : static
119020 : : struct {
119021 : : PyASCIIObject _ascii;
119022 : : uint8_t _data[7];
119023 : : }
119024 : : const_str_spawnl = {
119025 : : ._ascii = {
119026 : : .ob_base = {
119027 : : .ob_refcnt = 999999999,
119028 : : .ob_type = &PyUnicode_Type,
119029 : : },
119030 : : .length = 6,
119031 : : .hash = -1,
119032 : : .state = {
119033 : : .kind = 1,
119034 : : .compact = 1,
119035 : : .ascii = 1,
119036 : : },
119037 : : },
119038 : : ._data = "spawnl",
119039 : : };
119040 : : static
119041 : : struct {
119042 : : PyObject_VAR_HEAD
119043 : : Py_hash_t ob_shash;
119044 : : char ob_sval[20];
119045 : : }
119046 : : os_toplevel_consts_122_linetable = {
119047 : : .ob_base = {
119048 : : .ob_base = {
119049 : : .ob_refcnt = 999999999,
119050 : : .ob_type = &PyBytes_Type,
119051 : : },
119052 : : .ob_size = 19,
119053 : : },
119054 : : .ob_shash = -1,
119055 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x16\x90\x64\x98\x44\xa0\x24\xd4\x0f\x27\xd0\x08\x27",
119056 : : };
119057 : : static
119058 : : struct _PyCode_DEF(32)
119059 : : os_toplevel_consts_122 = {
119060 : : .ob_base = {
119061 : : .ob_base = {
119062 : : .ob_refcnt = 999999999,
119063 : : .ob_type = &PyCode_Type,
119064 : : },
119065 : : .ob_size = 16,
119066 : : },
119067 : : .co_consts = & os_toplevel_consts_122_consts._object.ob_base.ob_base,
119068 : : .co_names = & os_toplevel_consts_122_names._object.ob_base.ob_base,
119069 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119070 : : .co_flags = 7,
119071 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119072 : : ._co_linearray_entry_size = 0,
119073 : : .co_argcount = 2,
119074 : : .co_posonlyargcount = 0,
119075 : : .co_kwonlyargcount = 0,
119076 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
119077 : : .co_stacksize = 5,
119078 : : .co_firstlineno = 922,
119079 : : .co_nlocalsplus = 3,
119080 : : .co_nlocals = 3,
119081 : : .co_nplaincellvars = 0,
119082 : : .co_ncellvars = 0,
119083 : : .co_nfreevars = 0,
119084 : : .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
119085 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
119086 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119087 : : .co_name = & const_str_spawnl._ascii.ob_base,
119088 : : .co_qualname = & const_str_spawnl._ascii.ob_base,
119089 : : .co_linetable = & os_toplevel_consts_122_linetable.ob_base.ob_base,
119090 : : ._co_code = NULL,
119091 : : ._co_linearray = NULL,
119092 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
119093 : : ._co_firsttraceable = 0,
119094 : : };
119095 : : static
119096 : : struct {
119097 : : PyASCIIObject _ascii;
119098 : : uint8_t _data[315];
119099 : : }
119100 : : os_toplevel_consts_123_consts_0 = {
119101 : : ._ascii = {
119102 : : .ob_base = {
119103 : : .ob_refcnt = 999999999,
119104 : : .ob_type = &PyUnicode_Type,
119105 : : },
119106 : : .length = 314,
119107 : : .hash = -1,
119108 : : .state = {
119109 : : .kind = 1,
119110 : : .compact = 1,
119111 : : .ascii = 1,
119112 : : },
119113 : : },
119114 : : ._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",
119115 : : };
119116 : : static
119117 : : struct {
119118 : : PyGC_Head _gc_head;
119119 : : struct {
119120 : : PyObject_VAR_HEAD
119121 : : PyObject *ob_item[3];
119122 : : }_object;
119123 : : }
119124 : : os_toplevel_consts_123_consts = {
119125 : : ._object = {
119126 : : .ob_base = {
119127 : : .ob_base = {
119128 : : .ob_refcnt = 999999999,
119129 : : .ob_type = &PyTuple_Type,
119130 : : },
119131 : : .ob_size = 3,
119132 : : },
119133 : : .ob_item = {
119134 : : & os_toplevel_consts_123_consts_0._ascii.ob_base,
119135 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
119136 : : Py_None,
119137 : : },
119138 : : },
119139 : : };
119140 : : static
119141 : : struct {
119142 : : PyGC_Head _gc_head;
119143 : : struct {
119144 : : PyObject_VAR_HEAD
119145 : : PyObject *ob_item[1];
119146 : : }_object;
119147 : : }
119148 : : os_toplevel_consts_123_names = {
119149 : : ._object = {
119150 : : .ob_base = {
119151 : : .ob_base = {
119152 : : .ob_refcnt = 999999999,
119153 : : .ob_type = &PyTuple_Type,
119154 : : },
119155 : : .ob_size = 1,
119156 : : },
119157 : : .ob_item = {
119158 : : & const_str_spawnve._ascii.ob_base,
119159 : : },
119160 : : },
119161 : : };
119162 : : static
119163 : : struct {
119164 : : PyASCIIObject _ascii;
119165 : : uint8_t _data[8];
119166 : : }
119167 : : const_str_spawnle = {
119168 : : ._ascii = {
119169 : : .ob_base = {
119170 : : .ob_refcnt = 999999999,
119171 : : .ob_type = &PyUnicode_Type,
119172 : : },
119173 : : .length = 7,
119174 : : .hash = -1,
119175 : : .state = {
119176 : : .kind = 1,
119177 : : .compact = 1,
119178 : : .ascii = 1,
119179 : : },
119180 : : },
119181 : : ._data = "spawnle",
119182 : : };
119183 : : static
119184 : : struct {
119185 : : PyObject_VAR_HEAD
119186 : : Py_hash_t ob_shash;
119187 : : char ob_sval[37];
119188 : : }
119189 : : os_toplevel_consts_123_linetable = {
119190 : : .ob_base = {
119191 : : .ob_base = {
119192 : : .ob_refcnt = 999999999,
119193 : : .ob_type = &PyBytes_Type,
119194 : : },
119195 : : .ob_size = 36,
119196 : : },
119197 : : .ob_shash = -1,
119198 : : .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x16\x90\x74\x98\x54\xa0\x34\xa0\x39\xa8\x12\xa0\x39\xa8\x63\xd4\x0f\x32\xd0\x08\x32",
119199 : : };
119200 : : static
119201 : : struct _PyCode_DEF(56)
119202 : : os_toplevel_consts_123 = {
119203 : : .ob_base = {
119204 : : .ob_base = {
119205 : : .ob_refcnt = 999999999,
119206 : : .ob_type = &PyCode_Type,
119207 : : },
119208 : : .ob_size = 28,
119209 : : },
119210 : : .co_consts = & os_toplevel_consts_123_consts._object.ob_base.ob_base,
119211 : : .co_names = & os_toplevel_consts_123_names._object.ob_base.ob_base,
119212 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119213 : : .co_flags = 7,
119214 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119215 : : ._co_linearray_entry_size = 0,
119216 : : .co_argcount = 2,
119217 : : .co_posonlyargcount = 0,
119218 : : .co_kwonlyargcount = 0,
119219 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
119220 : : .co_stacksize = 7,
119221 : : .co_firstlineno = 931,
119222 : : .co_nlocalsplus = 4,
119223 : : .co_nlocals = 4,
119224 : : .co_nplaincellvars = 0,
119225 : : .co_ncellvars = 0,
119226 : : .co_nfreevars = 0,
119227 : : .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
119228 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
119229 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119230 : : .co_name = & const_str_spawnle._ascii.ob_base,
119231 : : .co_qualname = & const_str_spawnle._ascii.ob_base,
119232 : : .co_linetable = & os_toplevel_consts_123_linetable.ob_base.ob_base,
119233 : : ._co_code = NULL,
119234 : : ._co_linearray = NULL,
119235 : : .co_code_adaptive = "\x97\x00\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x02\x64\x01\x1a\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
119236 : : ._co_firsttraceable = 0,
119237 : : };
119238 : : static
119239 : : struct {
119240 : : PyASCIIObject _ascii;
119241 : : uint8_t _data[344];
119242 : : }
119243 : : os_toplevel_consts_127_consts_0 = {
119244 : : ._ascii = {
119245 : : .ob_base = {
119246 : : .ob_refcnt = 999999999,
119247 : : .ob_type = &PyUnicode_Type,
119248 : : },
119249 : : .length = 343,
119250 : : .hash = -1,
119251 : : .state = {
119252 : : .kind = 1,
119253 : : .compact = 1,
119254 : : .ascii = 1,
119255 : : },
119256 : : },
119257 : : ._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",
119258 : : };
119259 : : static
119260 : : struct {
119261 : : PyGC_Head _gc_head;
119262 : : struct {
119263 : : PyObject_VAR_HEAD
119264 : : PyObject *ob_item[1];
119265 : : }_object;
119266 : : }
119267 : : os_toplevel_consts_127_consts = {
119268 : : ._object = {
119269 : : .ob_base = {
119270 : : .ob_base = {
119271 : : .ob_refcnt = 999999999,
119272 : : .ob_type = &PyTuple_Type,
119273 : : },
119274 : : .ob_size = 1,
119275 : : },
119276 : : .ob_item = {
119277 : : & os_toplevel_consts_127_consts_0._ascii.ob_base,
119278 : : },
119279 : : },
119280 : : };
119281 : : static
119282 : : struct {
119283 : : PyGC_Head _gc_head;
119284 : : struct {
119285 : : PyObject_VAR_HEAD
119286 : : PyObject *ob_item[1];
119287 : : }_object;
119288 : : }
119289 : : os_toplevel_consts_127_names = {
119290 : : ._object = {
119291 : : .ob_base = {
119292 : : .ob_base = {
119293 : : .ob_refcnt = 999999999,
119294 : : .ob_type = &PyTuple_Type,
119295 : : },
119296 : : .ob_size = 1,
119297 : : },
119298 : : .ob_item = {
119299 : : & const_str_spawnvp._ascii.ob_base,
119300 : : },
119301 : : },
119302 : : };
119303 : : static
119304 : : struct {
119305 : : PyASCIIObject _ascii;
119306 : : uint8_t _data[8];
119307 : : }
119308 : : const_str_spawnlp = {
119309 : : ._ascii = {
119310 : : .ob_base = {
119311 : : .ob_refcnt = 999999999,
119312 : : .ob_type = &PyUnicode_Type,
119313 : : },
119314 : : .length = 7,
119315 : : .hash = -1,
119316 : : .state = {
119317 : : .kind = 1,
119318 : : .compact = 1,
119319 : : .ascii = 1,
119320 : : },
119321 : : },
119322 : : ._data = "spawnlp",
119323 : : };
119324 : : static
119325 : : struct {
119326 : : PyObject_VAR_HEAD
119327 : : Py_hash_t ob_shash;
119328 : : char ob_sval[20];
119329 : : }
119330 : : os_toplevel_consts_127_linetable = {
119331 : : .ob_base = {
119332 : : .ob_base = {
119333 : : .ob_refcnt = 999999999,
119334 : : .ob_type = &PyBytes_Type,
119335 : : },
119336 : : .ob_size = 19,
119337 : : },
119338 : : .ob_shash = -1,
119339 : : .ob_sval = "\x80\x00\xf5\x10\x00\x10\x17\x90\x74\x98\x54\xa0\x34\xd4\x0f\x28\xd0\x08\x28",
119340 : : };
119341 : : static
119342 : : struct _PyCode_DEF(32)
119343 : : os_toplevel_consts_127 = {
119344 : : .ob_base = {
119345 : : .ob_base = {
119346 : : .ob_refcnt = 999999999,
119347 : : .ob_type = &PyCode_Type,
119348 : : },
119349 : : .ob_size = 16,
119350 : : },
119351 : : .co_consts = & os_toplevel_consts_127_consts._object.ob_base.ob_base,
119352 : : .co_names = & os_toplevel_consts_127_names._object.ob_base.ob_base,
119353 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119354 : : .co_flags = 7,
119355 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119356 : : ._co_linearray_entry_size = 0,
119357 : : .co_argcount = 2,
119358 : : .co_posonlyargcount = 0,
119359 : : .co_kwonlyargcount = 0,
119360 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
119361 : : .co_stacksize = 5,
119362 : : .co_firstlineno = 949,
119363 : : .co_nlocalsplus = 3,
119364 : : .co_nlocals = 3,
119365 : : .co_nplaincellvars = 0,
119366 : : .co_ncellvars = 0,
119367 : : .co_nfreevars = 0,
119368 : : .co_localsplusnames = & os_toplevel_consts_117_localsplusnames._object.ob_base.ob_base,
119369 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
119370 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119371 : : .co_name = & const_str_spawnlp._ascii.ob_base,
119372 : : .co_qualname = & const_str_spawnlp._ascii.ob_base,
119373 : : .co_linetable = & os_toplevel_consts_127_linetable.ob_base.ob_base,
119374 : : ._co_code = NULL,
119375 : : ._co_linearray = NULL,
119376 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
119377 : : ._co_firsttraceable = 0,
119378 : : };
119379 : : static
119380 : : struct {
119381 : : PyASCIIObject _ascii;
119382 : : uint8_t _data[350];
119383 : : }
119384 : : os_toplevel_consts_128_consts_0 = {
119385 : : ._ascii = {
119386 : : .ob_base = {
119387 : : .ob_refcnt = 999999999,
119388 : : .ob_type = &PyUnicode_Type,
119389 : : },
119390 : : .length = 349,
119391 : : .hash = -1,
119392 : : .state = {
119393 : : .kind = 1,
119394 : : .compact = 1,
119395 : : .ascii = 1,
119396 : : },
119397 : : },
119398 : : ._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",
119399 : : };
119400 : : static
119401 : : struct {
119402 : : PyGC_Head _gc_head;
119403 : : struct {
119404 : : PyObject_VAR_HEAD
119405 : : PyObject *ob_item[3];
119406 : : }_object;
119407 : : }
119408 : : os_toplevel_consts_128_consts = {
119409 : : ._object = {
119410 : : .ob_base = {
119411 : : .ob_base = {
119412 : : .ob_refcnt = 999999999,
119413 : : .ob_type = &PyTuple_Type,
119414 : : },
119415 : : .ob_size = 3,
119416 : : },
119417 : : .ob_item = {
119418 : : & os_toplevel_consts_128_consts_0._ascii.ob_base,
119419 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
119420 : : Py_None,
119421 : : },
119422 : : },
119423 : : };
119424 : : static
119425 : : struct {
119426 : : PyGC_Head _gc_head;
119427 : : struct {
119428 : : PyObject_VAR_HEAD
119429 : : PyObject *ob_item[1];
119430 : : }_object;
119431 : : }
119432 : : os_toplevel_consts_128_names = {
119433 : : ._object = {
119434 : : .ob_base = {
119435 : : .ob_base = {
119436 : : .ob_refcnt = 999999999,
119437 : : .ob_type = &PyTuple_Type,
119438 : : },
119439 : : .ob_size = 1,
119440 : : },
119441 : : .ob_item = {
119442 : : & const_str_spawnvpe._ascii.ob_base,
119443 : : },
119444 : : },
119445 : : };
119446 : : static
119447 : : struct {
119448 : : PyASCIIObject _ascii;
119449 : : uint8_t _data[9];
119450 : : }
119451 : : const_str_spawnlpe = {
119452 : : ._ascii = {
119453 : : .ob_base = {
119454 : : .ob_refcnt = 999999999,
119455 : : .ob_type = &PyUnicode_Type,
119456 : : },
119457 : : .length = 8,
119458 : : .hash = -1,
119459 : : .state = {
119460 : : .kind = 1,
119461 : : .compact = 1,
119462 : : .ascii = 1,
119463 : : },
119464 : : },
119465 : : ._data = "spawnlpe",
119466 : : };
119467 : : static
119468 : : struct {
119469 : : PyObject_VAR_HEAD
119470 : : Py_hash_t ob_shash;
119471 : : char ob_sval[37];
119472 : : }
119473 : : os_toplevel_consts_128_linetable = {
119474 : : .ob_base = {
119475 : : .ob_base = {
119476 : : .ob_refcnt = 999999999,
119477 : : .ob_type = &PyBytes_Type,
119478 : : },
119479 : : .ob_size = 36,
119480 : : },
119481 : : .ob_shash = -1,
119482 : : .ob_sval = "\x80\x00\xf0\x10\x00\x0f\x13\x90\x32\x8c\x68\x88\x03\xdd\x0f\x17\x98\x04\x98\x64\xa0\x44\xa0\x49\xa8\x22\xa0\x49\xa8\x73\xd4\x0f\x33\xd0\x08\x33",
119483 : : };
119484 : : static
119485 : : struct _PyCode_DEF(56)
119486 : : os_toplevel_consts_128 = {
119487 : : .ob_base = {
119488 : : .ob_base = {
119489 : : .ob_refcnt = 999999999,
119490 : : .ob_type = &PyCode_Type,
119491 : : },
119492 : : .ob_size = 28,
119493 : : },
119494 : : .co_consts = & os_toplevel_consts_128_consts._object.ob_base.ob_base,
119495 : : .co_names = & os_toplevel_consts_128_names._object.ob_base.ob_base,
119496 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119497 : : .co_flags = 7,
119498 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119499 : : ._co_linearray_entry_size = 0,
119500 : : .co_argcount = 2,
119501 : : .co_posonlyargcount = 0,
119502 : : .co_kwonlyargcount = 0,
119503 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
119504 : : .co_stacksize = 7,
119505 : : .co_firstlineno = 959,
119506 : : .co_nlocalsplus = 4,
119507 : : .co_nlocals = 4,
119508 : : .co_nplaincellvars = 0,
119509 : : .co_ncellvars = 0,
119510 : : .co_nfreevars = 0,
119511 : : .co_localsplusnames = & os_toplevel_consts_118_localsplusnames._object.ob_base.ob_base,
119512 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
119513 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
119514 : : .co_name = & const_str_spawnlpe._ascii.ob_base,
119515 : : .co_qualname = & const_str_spawnlpe._ascii.ob_base,
119516 : : .co_linetable = & os_toplevel_consts_128_linetable.ob_base.ob_base,
119517 : : ._co_code = NULL,
119518 : : ._co_linearray = NULL,
119519 : : .co_code_adaptive = "\x97\x00\x7c\x02\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x64\x02\x64\x01\x1a\x00\x7c\x03\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
119520 : : ._co_firsttraceable = 0,
119521 : : };
119522 : : static
119523 : : struct {
119524 : : PyASCIIObject _ascii;
119525 : : uint8_t _data[39];
119526 : : }
119527 : : os_toplevel_consts_134_consts_1 = {
119528 : : ._ascii = {
119529 : : .ob_base = {
119530 : : .ob_refcnt = 999999999,
119531 : : .ob_type = &PyUnicode_Type,
119532 : : },
119533 : : .length = 38,
119534 : : .hash = -1,
119535 : : .state = {
119536 : : .kind = 1,
119537 : : .compact = 1,
119538 : : .ascii = 1,
119539 : : },
119540 : : },
119541 : : ._data = "invalid cmd type (%s, expected string)",
119542 : : };
119543 : : static
119544 : : struct {
119545 : : PyASCIIObject _ascii;
119546 : : uint8_t _data[2];
119547 : : }
119548 : : const_str_w = {
119549 : : ._ascii = {
119550 : : .ob_base = {
119551 : : .ob_refcnt = 999999999,
119552 : : .ob_type = &PyUnicode_Type,
119553 : : },
119554 : : .length = 1,
119555 : : .hash = -1,
119556 : : .state = {
119557 : : .kind = 1,
119558 : : .compact = 1,
119559 : : .ascii = 1,
119560 : : },
119561 : : },
119562 : : ._data = "w",
119563 : : };
119564 : : static
119565 : : struct {
119566 : : PyGC_Head _gc_head;
119567 : : struct {
119568 : : PyObject_VAR_HEAD
119569 : : PyObject *ob_item[2];
119570 : : }_object;
119571 : : }
119572 : : os_toplevel_consts_134_consts_2 = {
119573 : : ._object = {
119574 : : .ob_base = {
119575 : : .ob_base = {
119576 : : .ob_refcnt = 999999999,
119577 : : .ob_type = &PyTuple_Type,
119578 : : },
119579 : : .ob_size = 2,
119580 : : },
119581 : : .ob_item = {
119582 : : & const_str_r._ascii.ob_base,
119583 : : & const_str_w._ascii.ob_base,
119584 : : },
119585 : : },
119586 : : };
119587 : : static
119588 : : struct {
119589 : : PyASCIIObject _ascii;
119590 : : uint8_t _data[16];
119591 : : }
119592 : : os_toplevel_consts_134_consts_3 = {
119593 : : ._ascii = {
119594 : : .ob_base = {
119595 : : .ob_refcnt = 999999999,
119596 : : .ob_type = &PyUnicode_Type,
119597 : : },
119598 : : .length = 15,
119599 : : .hash = -1,
119600 : : .state = {
119601 : : .kind = 1,
119602 : : .compact = 1,
119603 : : .ascii = 1,
119604 : : },
119605 : : },
119606 : : ._data = "invalid mode %r",
119607 : : };
119608 : : static
119609 : : struct {
119610 : : PyASCIIObject _ascii;
119611 : : uint8_t _data[44];
119612 : : }
119613 : : os_toplevel_consts_134_consts_5 = {
119614 : : ._ascii = {
119615 : : .ob_base = {
119616 : : .ob_refcnt = 999999999,
119617 : : .ob_type = &PyUnicode_Type,
119618 : : },
119619 : : .length = 43,
119620 : : .hash = -1,
119621 : : .state = {
119622 : : .kind = 1,
119623 : : .compact = 1,
119624 : : .ascii = 1,
119625 : : },
119626 : : },
119627 : : ._data = "popen() does not support unbuffered streams",
119628 : : };
119629 : : static
119630 : : struct {
119631 : : PyASCIIObject _ascii;
119632 : : uint8_t _data[6];
119633 : : }
119634 : : const_str_shell = {
119635 : : ._ascii = {
119636 : : .ob_base = {
119637 : : .ob_refcnt = 999999999,
119638 : : .ob_type = &PyUnicode_Type,
119639 : : },
119640 : : .length = 5,
119641 : : .hash = -1,
119642 : : .state = {
119643 : : .kind = 1,
119644 : : .compact = 1,
119645 : : .ascii = 1,
119646 : : },
119647 : : },
119648 : : ._data = "shell",
119649 : : };
119650 : : static
119651 : : struct {
119652 : : PyASCIIObject _ascii;
119653 : : uint8_t _data[8];
119654 : : }
119655 : : const_str_bufsize = {
119656 : : ._ascii = {
119657 : : .ob_base = {
119658 : : .ob_refcnt = 999999999,
119659 : : .ob_type = &PyUnicode_Type,
119660 : : },
119661 : : .length = 7,
119662 : : .hash = -1,
119663 : : .state = {
119664 : : .kind = 1,
119665 : : .compact = 1,
119666 : : .ascii = 1,
119667 : : },
119668 : : },
119669 : : ._data = "bufsize",
119670 : : };
119671 : : static
119672 : : struct {
119673 : : PyGC_Head _gc_head;
119674 : : struct {
119675 : : PyObject_VAR_HEAD
119676 : : PyObject *ob_item[4];
119677 : : }_object;
119678 : : }
119679 : : os_toplevel_consts_134_consts_8 = {
119680 : : ._object = {
119681 : : .ob_base = {
119682 : : .ob_base = {
119683 : : .ob_refcnt = 999999999,
119684 : : .ob_type = &PyTuple_Type,
119685 : : },
119686 : : .ob_size = 4,
119687 : : },
119688 : : .ob_item = {
119689 : : & const_str_shell._ascii.ob_base,
119690 : : &_Py_ID(text),
119691 : : &_Py_ID(stdout),
119692 : : & const_str_bufsize._ascii.ob_base,
119693 : : },
119694 : : },
119695 : : };
119696 : : static
119697 : : struct {
119698 : : PyGC_Head _gc_head;
119699 : : struct {
119700 : : PyObject_VAR_HEAD
119701 : : PyObject *ob_item[4];
119702 : : }_object;
119703 : : }
119704 : : os_toplevel_consts_134_consts_9 = {
119705 : : ._object = {
119706 : : .ob_base = {
119707 : : .ob_base = {
119708 : : .ob_refcnt = 999999999,
119709 : : .ob_type = &PyTuple_Type,
119710 : : },
119711 : : .ob_size = 4,
119712 : : },
119713 : : .ob_item = {
119714 : : & const_str_shell._ascii.ob_base,
119715 : : &_Py_ID(text),
119716 : : &_Py_ID(stdin),
119717 : : & const_str_bufsize._ascii.ob_base,
119718 : : },
119719 : : },
119720 : : };
119721 : : static
119722 : : struct {
119723 : : PyGC_Head _gc_head;
119724 : : struct {
119725 : : PyObject_VAR_HEAD
119726 : : PyObject *ob_item[10];
119727 : : }_object;
119728 : : }
119729 : : os_toplevel_consts_134_consts = {
119730 : : ._object = {
119731 : : .ob_base = {
119732 : : .ob_base = {
119733 : : .ob_refcnt = 999999999,
119734 : : .ob_type = &PyTuple_Type,
119735 : : },
119736 : : .ob_size = 10,
119737 : : },
119738 : : .ob_item = {
119739 : : Py_None,
119740 : : & os_toplevel_consts_134_consts_1._ascii.ob_base,
119741 : : & os_toplevel_consts_134_consts_2._object.ob_base.ob_base,
119742 : : & os_toplevel_consts_134_consts_3._ascii.ob_base,
119743 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
119744 : : & os_toplevel_consts_134_consts_5._ascii.ob_base,
119745 : : & const_str_r._ascii.ob_base,
119746 : : Py_True,
119747 : : & os_toplevel_consts_134_consts_8._object.ob_base.ob_base,
119748 : : & os_toplevel_consts_134_consts_9._object.ob_base.ob_base,
119749 : : },
119750 : : },
119751 : : };
119752 : : static
119753 : : struct {
119754 : : PyASCIIObject _ascii;
119755 : : uint8_t _data[11];
119756 : : }
119757 : : const_str_subprocess = {
119758 : : ._ascii = {
119759 : : .ob_base = {
119760 : : .ob_refcnt = 999999999,
119761 : : .ob_type = &PyUnicode_Type,
119762 : : },
119763 : : .length = 10,
119764 : : .hash = -1,
119765 : : .state = {
119766 : : .kind = 1,
119767 : : .compact = 1,
119768 : : .ascii = 1,
119769 : : },
119770 : : },
119771 : : ._data = "subprocess",
119772 : : };
119773 : : static
119774 : : struct {
119775 : : PyASCIIObject _ascii;
119776 : : uint8_t _data[6];
119777 : : }
119778 : : const_str_Popen = {
119779 : : ._ascii = {
119780 : : .ob_base = {
119781 : : .ob_refcnt = 999999999,
119782 : : .ob_type = &PyUnicode_Type,
119783 : : },
119784 : : .length = 5,
119785 : : .hash = -1,
119786 : : .state = {
119787 : : .kind = 1,
119788 : : .compact = 1,
119789 : : .ascii = 1,
119790 : : },
119791 : : },
119792 : : ._data = "Popen",
119793 : : };
119794 : : static
119795 : : struct {
119796 : : PyASCIIObject _ascii;
119797 : : uint8_t _data[5];
119798 : : }
119799 : : const_str_PIPE = {
119800 : : ._ascii = {
119801 : : .ob_base = {
119802 : : .ob_refcnt = 999999999,
119803 : : .ob_type = &PyUnicode_Type,
119804 : : },
119805 : : .length = 4,
119806 : : .hash = -1,
119807 : : .state = {
119808 : : .kind = 1,
119809 : : .compact = 1,
119810 : : .ascii = 1,
119811 : : },
119812 : : },
119813 : : ._data = "PIPE",
119814 : : };
119815 : : static
119816 : : struct {
119817 : : PyASCIIObject _ascii;
119818 : : uint8_t _data[12];
119819 : : }
119820 : : const_str__wrap_close = {
119821 : : ._ascii = {
119822 : : .ob_base = {
119823 : : .ob_refcnt = 999999999,
119824 : : .ob_type = &PyUnicode_Type,
119825 : : },
119826 : : .length = 11,
119827 : : .hash = -1,
119828 : : .state = {
119829 : : .kind = 1,
119830 : : .compact = 1,
119831 : : .ascii = 1,
119832 : : },
119833 : : },
119834 : : ._data = "_wrap_close",
119835 : : };
119836 : : static
119837 : : struct {
119838 : : PyGC_Head _gc_head;
119839 : : struct {
119840 : : PyObject_VAR_HEAD
119841 : : PyObject *ob_item[11];
119842 : : }_object;
119843 : : }
119844 : : os_toplevel_consts_134_names = {
119845 : : ._object = {
119846 : : .ob_base = {
119847 : : .ob_base = {
119848 : : .ob_refcnt = 999999999,
119849 : : .ob_type = &PyTuple_Type,
119850 : : },
119851 : : .ob_size = 11,
119852 : : },
119853 : : .ob_item = {
119854 : : &_Py_ID(isinstance),
119855 : : & const_str_str._ascii.ob_base,
119856 : : & const_str_TypeError._ascii.ob_base,
119857 : : & const_str_type._ascii.ob_base,
119858 : : & const_str_ValueError._ascii.ob_base,
119859 : : & const_str_subprocess._ascii.ob_base,
119860 : : & const_str_Popen._ascii.ob_base,
119861 : : & const_str_PIPE._ascii.ob_base,
119862 : : & const_str__wrap_close._ascii.ob_base,
119863 : : &_Py_ID(stdout),
119864 : : &_Py_ID(stdin),
119865 : : },
119866 : : },
119867 : : };
119868 : : static
119869 : : struct {
119870 : : PyASCIIObject _ascii;
119871 : : uint8_t _data[6];
119872 : : }
119873 : : const_str_popen = {
119874 : : ._ascii = {
119875 : : .ob_base = {
119876 : : .ob_refcnt = 999999999,
119877 : : .ob_type = &PyUnicode_Type,
119878 : : },
119879 : : .length = 5,
119880 : : .hash = -1,
119881 : : .state = {
119882 : : .kind = 1,
119883 : : .compact = 1,
119884 : : .ascii = 1,
119885 : : },
119886 : : },
119887 : : ._data = "popen",
119888 : : };
119889 : : static
119890 : : struct {
119891 : : PyObject_VAR_HEAD
119892 : : Py_hash_t ob_shash;
119893 : : char ob_sval[241];
119894 : : }
119895 : : os_toplevel_consts_134_linetable = {
119896 : : .ob_base = {
119897 : : .ob_base = {
119898 : : .ob_refcnt = 999999999,
119899 : : .ob_type = &PyBytes_Type,
119900 : : },
119901 : : .ob_size = 240,
119902 : : },
119903 : : .ob_shash = -1,
119904 : : .ob_sval = "\x80\x00\xdd\x0f\x19\x98\x23\x9d\x73\xd4\x0f\x23\xf0\x00\x01\x09\x52\x01\xdd\x12\x1b\xd0\x1c\x44\xc5\x74\xc8\x43\xc4\x79\xd1\x1c\x50\xd4\x12\x51\xd0\x0c\x51\xd8\x0b\x0f\x90\x7a\xd0\x0b\x21\xf0\x00\x01\x09\x37\xdd\x12\x1c\xd0\x1d\x2e\xb0\x14\xd1\x1d\x35\xd4\x12\x36\xd0\x0c\x36\xd8\x0b\x14\x98\x01\x8a\x3e\xf0\x00\x01\x09\x4c\x01\x98\x59\xf0\x00\x01\x09\x4c\x01\xdd\x12\x1c\xd0\x1d\x4a\xd4\x12\x4b\xd0\x0c\x4b\xd8\x08\x19\xd0\x08\x19\xd0\x08\x19\xd0\x08\x19\xd8\x0b\x0f\x90\x33\x8a\x3b\xf0\x00\x0b\x09\x31\xd8\x13\x1d\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2b\x35\xaf\x3f\xa9\x3f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9f\x7b\x99\x7b\xa8\x44\xd4\x13\x31\xd0\x0c\x31\xe0\x13\x1d\xd7\x13\x23\xd1\x13\x23\xa0\x43\xd8\x2a\x2e\xb0\x54\xd8\x2a\x34\xaf\x2f\xa9\x2f\xd8\x2c\x35\xf0\x07\x00\x14\x24\xf4\x00\x03\x14\x37\x88\x44\xf5\x08\x00\x14\x1f\x98\x74\x9f\x7a\x99\x7a\xa8\x34\xd4\x13\x30\xd0\x0c\x30",
119905 : : };
119906 : : static
119907 : : struct {
119908 : : PyASCIIObject _ascii;
119909 : : uint8_t _data[4];
119910 : : }
119911 : : const_str_cmd = {
119912 : : ._ascii = {
119913 : : .ob_base = {
119914 : : .ob_refcnt = 999999999,
119915 : : .ob_type = &PyUnicode_Type,
119916 : : },
119917 : : .length = 3,
119918 : : .hash = -1,
119919 : : .state = {
119920 : : .kind = 1,
119921 : : .compact = 1,
119922 : : .ascii = 1,
119923 : : },
119924 : : },
119925 : : ._data = "cmd",
119926 : : };
119927 : : static
119928 : : struct {
119929 : : PyASCIIObject _ascii;
119930 : : uint8_t _data[5];
119931 : : }
119932 : : const_str_proc = {
119933 : : ._ascii = {
119934 : : .ob_base = {
119935 : : .ob_refcnt = 999999999,
119936 : : .ob_type = &PyUnicode_Type,
119937 : : },
119938 : : .length = 4,
119939 : : .hash = -1,
119940 : : .state = {
119941 : : .kind = 1,
119942 : : .compact = 1,
119943 : : .ascii = 1,
119944 : : },
119945 : : },
119946 : : ._data = "proc",
119947 : : };
119948 : : static
119949 : : struct {
119950 : : PyGC_Head _gc_head;
119951 : : struct {
119952 : : PyObject_VAR_HEAD
119953 : : PyObject *ob_item[5];
119954 : : }_object;
119955 : : }
119956 : : os_toplevel_consts_134_localsplusnames = {
119957 : : ._object = {
119958 : : .ob_base = {
119959 : : .ob_base = {
119960 : : .ob_refcnt = 999999999,
119961 : : .ob_type = &PyTuple_Type,
119962 : : },
119963 : : .ob_size = 5,
119964 : : },
119965 : : .ob_item = {
119966 : : & const_str_cmd._ascii.ob_base,
119967 : : &_Py_ID(mode),
119968 : : & const_str_buffering._ascii.ob_base,
119969 : : & const_str_subprocess._ascii.ob_base,
119970 : : & const_str_proc._ascii.ob_base,
119971 : : },
119972 : : },
119973 : : };
119974 : : static
119975 : : struct _PyCode_DEF(424)
119976 : : os_toplevel_consts_134 = {
119977 : : .ob_base = {
119978 : : .ob_base = {
119979 : : .ob_refcnt = 999999999,
119980 : : .ob_type = &PyCode_Type,
119981 : : },
119982 : : .ob_size = 212,
119983 : : },
119984 : : .co_consts = & os_toplevel_consts_134_consts._object.ob_base.ob_base,
119985 : : .co_names = & os_toplevel_consts_134_names._object.ob_base.ob_base,
119986 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
119987 : : .co_flags = 3,
119988 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
119989 : : ._co_linearray_entry_size = 0,
119990 : : .co_argcount = 3,
119991 : : .co_posonlyargcount = 0,
119992 : : .co_kwonlyargcount = 0,
119993 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
119994 : : .co_stacksize = 7,
119995 : : .co_firstlineno = 977,
119996 : : .co_nlocalsplus = 5,
119997 : : .co_nlocals = 5,
119998 : : .co_nplaincellvars = 0,
119999 : : .co_ncellvars = 0,
120000 : : .co_nfreevars = 0,
120001 : : .co_localsplusnames = & os_toplevel_consts_134_localsplusnames._object.ob_base.ob_base,
120002 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
120003 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120004 : : .co_name = & const_str_popen._ascii.ob_base,
120005 : : .co_qualname = & const_str_popen._ascii.ob_base,
120006 : : .co_linetable = & os_toplevel_consts_134_linetable.ob_base.ob_base,
120007 : : ._co_code = NULL,
120008 : : ._co_linearray = NULL,
120009 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1b\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x01\x64\x02\x76\x01\x72\x10\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7c\x01\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x02\x64\x04\x6b\x02\x00\x00\x00\x00\x73\x02\x7c\x02\x80\x0d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x64\x00\x6c\x05\x7d\x03\x7c\x01\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x39\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x07\x64\x07\x7c\x03\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x08\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x03\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x07\x64\x07\x7c\x03\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xac\x09\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120010 : : ._co_firsttraceable = 0,
120011 : : };
120012 : : static
120013 : : struct {
120014 : : PyASCIIObject _ascii;
120015 : : uint8_t _data[8];
120016 : : }
120017 : : const_str__stream = {
120018 : : ._ascii = {
120019 : : .ob_base = {
120020 : : .ob_refcnt = 999999999,
120021 : : .ob_type = &PyUnicode_Type,
120022 : : },
120023 : : .length = 7,
120024 : : .hash = -1,
120025 : : .state = {
120026 : : .kind = 1,
120027 : : .compact = 1,
120028 : : .ascii = 1,
120029 : : },
120030 : : },
120031 : : ._data = "_stream",
120032 : : };
120033 : : static
120034 : : struct {
120035 : : PyASCIIObject _ascii;
120036 : : uint8_t _data[6];
120037 : : }
120038 : : const_str__proc = {
120039 : : ._ascii = {
120040 : : .ob_base = {
120041 : : .ob_refcnt = 999999999,
120042 : : .ob_type = &PyUnicode_Type,
120043 : : },
120044 : : .length = 5,
120045 : : .hash = -1,
120046 : : .state = {
120047 : : .kind = 1,
120048 : : .compact = 1,
120049 : : .ascii = 1,
120050 : : },
120051 : : },
120052 : : ._data = "_proc",
120053 : : };
120054 : : static
120055 : : struct {
120056 : : PyGC_Head _gc_head;
120057 : : struct {
120058 : : PyObject_VAR_HEAD
120059 : : PyObject *ob_item[2];
120060 : : }_object;
120061 : : }
120062 : : os_toplevel_consts_135_consts_1_names = {
120063 : : ._object = {
120064 : : .ob_base = {
120065 : : .ob_base = {
120066 : : .ob_refcnt = 999999999,
120067 : : .ob_type = &PyTuple_Type,
120068 : : },
120069 : : .ob_size = 2,
120070 : : },
120071 : : .ob_item = {
120072 : : & const_str__stream._ascii.ob_base,
120073 : : & const_str__proc._ascii.ob_base,
120074 : : },
120075 : : },
120076 : : };
120077 : : static
120078 : : struct {
120079 : : PyASCIIObject _ascii;
120080 : : uint8_t _data[21];
120081 : : }
120082 : : os_toplevel_consts_135_consts_1_qualname = {
120083 : : ._ascii = {
120084 : : .ob_base = {
120085 : : .ob_refcnt = 999999999,
120086 : : .ob_type = &PyUnicode_Type,
120087 : : },
120088 : : .length = 20,
120089 : : .hash = -1,
120090 : : .state = {
120091 : : .kind = 1,
120092 : : .compact = 1,
120093 : : .ascii = 1,
120094 : : },
120095 : : },
120096 : : ._data = "_wrap_close.__init__",
120097 : : };
120098 : : static
120099 : : struct {
120100 : : PyObject_VAR_HEAD
120101 : : Py_hash_t ob_shash;
120102 : : char ob_sval[21];
120103 : : }
120104 : : os_toplevel_consts_135_consts_1_linetable = {
120105 : : .ob_base = {
120106 : : .ob_base = {
120107 : : .ob_refcnt = 999999999,
120108 : : .ob_type = &PyBytes_Type,
120109 : : },
120110 : : .ob_size = 20,
120111 : : },
120112 : : .ob_shash = -1,
120113 : : .ob_sval = "\x80\x00\xd8\x1b\x21\x88\x44\x8c\x4c\xd8\x19\x1d\x88\x44\x8c\x4a\x88\x4a\x88\x4a",
120114 : : };
120115 : : static
120116 : : struct {
120117 : : PyGC_Head _gc_head;
120118 : : struct {
120119 : : PyObject_VAR_HEAD
120120 : : PyObject *ob_item[3];
120121 : : }_object;
120122 : : }
120123 : : os_toplevel_consts_135_consts_1_localsplusnames = {
120124 : : ._object = {
120125 : : .ob_base = {
120126 : : .ob_base = {
120127 : : .ob_refcnt = 999999999,
120128 : : .ob_type = &PyTuple_Type,
120129 : : },
120130 : : .ob_size = 3,
120131 : : },
120132 : : .ob_item = {
120133 : : & const_str_self._ascii.ob_base,
120134 : : & const_str_stream._ascii.ob_base,
120135 : : & const_str_proc._ascii.ob_base,
120136 : : },
120137 : : },
120138 : : };
120139 : : static
120140 : : struct _PyCode_DEF(34)
120141 : : os_toplevel_consts_135_consts_1 = {
120142 : : .ob_base = {
120143 : : .ob_base = {
120144 : : .ob_refcnt = 999999999,
120145 : : .ob_type = &PyCode_Type,
120146 : : },
120147 : : .ob_size = 17,
120148 : : },
120149 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
120150 : : .co_names = & os_toplevel_consts_135_consts_1_names._object.ob_base.ob_base,
120151 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120152 : : .co_flags = 3,
120153 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120154 : : ._co_linearray_entry_size = 0,
120155 : : .co_argcount = 3,
120156 : : .co_posonlyargcount = 0,
120157 : : .co_kwonlyargcount = 0,
120158 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
120159 : : .co_stacksize = 2,
120160 : : .co_firstlineno = 1000,
120161 : : .co_nlocalsplus = 3,
120162 : : .co_nlocals = 3,
120163 : : .co_nplaincellvars = 0,
120164 : : .co_ncellvars = 0,
120165 : : .co_nfreevars = 0,
120166 : : .co_localsplusnames = & os_toplevel_consts_135_consts_1_localsplusnames._object.ob_base.ob_base,
120167 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
120168 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120169 : : .co_name = &_Py_ID(__init__),
120170 : : .co_qualname = & os_toplevel_consts_135_consts_1_qualname._ascii.ob_base,
120171 : : .co_linetable = & os_toplevel_consts_135_consts_1_linetable.ob_base.ob_base,
120172 : : ._co_code = NULL,
120173 : : ._co_linearray = NULL,
120174 : : .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",
120175 : : ._co_firsttraceable = 0,
120176 : : };
120177 : : static
120178 : : struct {
120179 : : PyGC_Head _gc_head;
120180 : : struct {
120181 : : PyObject_VAR_HEAD
120182 : : PyObject *ob_item[4];
120183 : : }_object;
120184 : : }
120185 : : os_toplevel_consts_135_consts_2_consts = {
120186 : : ._object = {
120187 : : .ob_base = {
120188 : : .ob_base = {
120189 : : .ob_refcnt = 999999999,
120190 : : .ob_type = &PyTuple_Type,
120191 : : },
120192 : : .ob_size = 4,
120193 : : },
120194 : : .ob_item = {
120195 : : Py_None,
120196 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
120197 : : & const_str_nt._ascii.ob_base,
120198 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
120199 : : },
120200 : : },
120201 : : };
120202 : : static
120203 : : struct {
120204 : : PyASCIIObject _ascii;
120205 : : uint8_t _data[5];
120206 : : }
120207 : : const_str_wait = {
120208 : : ._ascii = {
120209 : : .ob_base = {
120210 : : .ob_refcnt = 999999999,
120211 : : .ob_type = &PyUnicode_Type,
120212 : : },
120213 : : .length = 4,
120214 : : .hash = -1,
120215 : : .state = {
120216 : : .kind = 1,
120217 : : .compact = 1,
120218 : : .ascii = 1,
120219 : : },
120220 : : },
120221 : : ._data = "wait",
120222 : : };
120223 : : static
120224 : : struct {
120225 : : PyGC_Head _gc_head;
120226 : : struct {
120227 : : PyObject_VAR_HEAD
120228 : : PyObject *ob_item[5];
120229 : : }_object;
120230 : : }
120231 : : os_toplevel_consts_135_consts_2_names = {
120232 : : ._object = {
120233 : : .ob_base = {
120234 : : .ob_base = {
120235 : : .ob_refcnt = 999999999,
120236 : : .ob_type = &PyTuple_Type,
120237 : : },
120238 : : .ob_size = 5,
120239 : : },
120240 : : .ob_item = {
120241 : : & const_str__stream._ascii.ob_base,
120242 : : &_Py_ID(close),
120243 : : & const_str__proc._ascii.ob_base,
120244 : : & const_str_wait._ascii.ob_base,
120245 : : &_Py_ID(name),
120246 : : },
120247 : : },
120248 : : };
120249 : : static
120250 : : struct {
120251 : : PyASCIIObject _ascii;
120252 : : uint8_t _data[18];
120253 : : }
120254 : : os_toplevel_consts_135_consts_2_qualname = {
120255 : : ._ascii = {
120256 : : .ob_base = {
120257 : : .ob_refcnt = 999999999,
120258 : : .ob_type = &PyUnicode_Type,
120259 : : },
120260 : : .length = 17,
120261 : : .hash = -1,
120262 : : .state = {
120263 : : .kind = 1,
120264 : : .compact = 1,
120265 : : .ascii = 1,
120266 : : },
120267 : : },
120268 : : ._data = "_wrap_close.close",
120269 : : };
120270 : : static
120271 : : struct {
120272 : : PyObject_VAR_HEAD
120273 : : Py_hash_t ob_shash;
120274 : : char ob_sval[83];
120275 : : }
120276 : : os_toplevel_consts_135_consts_2_linetable = {
120277 : : .ob_base = {
120278 : : .ob_base = {
120279 : : .ob_refcnt = 999999999,
120280 : : .ob_type = &PyBytes_Type,
120281 : : },
120282 : : .ob_size = 82,
120283 : : },
120284 : : .ob_shash = -1,
120285 : : .ob_sval = "\x80\x00\xd8\x0c\x10\x8f\x4c\x89\x4c\xd7\x0c\x1e\xd1\x0c\x1e\xd4\x0c\x20\xd0\x0c\x20\xd8\x19\x1d\x9f\x1a\x99\x1a\x9f\x1f\x99\x1f\xd4\x19\x2a\x88\x4a\xd8\x0f\x19\x98\x51\x8a\x7f\xf0\x00\x01\x0d\x1c\xd8\x17\x1b\x90\x74\xdd\x0f\x13\x90\x74\x8a\x7c\xf0\x00\x03\x0d\x27\xd8\x17\x21\xd0\x10\x21\xe0\x17\x21\xa0\x51\x91\x7f\xd0\x10\x26",
120286 : : };
120287 : : static
120288 : : struct {
120289 : : PyASCIIObject _ascii;
120290 : : uint8_t _data[11];
120291 : : }
120292 : : const_str_returncode = {
120293 : : ._ascii = {
120294 : : .ob_base = {
120295 : : .ob_refcnt = 999999999,
120296 : : .ob_type = &PyUnicode_Type,
120297 : : },
120298 : : .length = 10,
120299 : : .hash = -1,
120300 : : .state = {
120301 : : .kind = 1,
120302 : : .compact = 1,
120303 : : .ascii = 1,
120304 : : },
120305 : : },
120306 : : ._data = "returncode",
120307 : : };
120308 : : static
120309 : : struct {
120310 : : PyGC_Head _gc_head;
120311 : : struct {
120312 : : PyObject_VAR_HEAD
120313 : : PyObject *ob_item[2];
120314 : : }_object;
120315 : : }
120316 : : os_toplevel_consts_135_consts_2_localsplusnames = {
120317 : : ._object = {
120318 : : .ob_base = {
120319 : : .ob_base = {
120320 : : .ob_refcnt = 999999999,
120321 : : .ob_type = &PyTuple_Type,
120322 : : },
120323 : : .ob_size = 2,
120324 : : },
120325 : : .ob_item = {
120326 : : & const_str_self._ascii.ob_base,
120327 : : & const_str_returncode._ascii.ob_base,
120328 : : },
120329 : : },
120330 : : };
120331 : : static
120332 : : struct _PyCode_DEF(162)
120333 : : os_toplevel_consts_135_consts_2 = {
120334 : : .ob_base = {
120335 : : .ob_base = {
120336 : : .ob_refcnt = 999999999,
120337 : : .ob_type = &PyCode_Type,
120338 : : },
120339 : : .ob_size = 81,
120340 : : },
120341 : : .co_consts = & os_toplevel_consts_135_consts_2_consts._object.ob_base.ob_base,
120342 : : .co_names = & os_toplevel_consts_135_consts_2_names._object.ob_base.ob_base,
120343 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120344 : : .co_flags = 3,
120345 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120346 : : ._co_linearray_entry_size = 0,
120347 : : .co_argcount = 1,
120348 : : .co_posonlyargcount = 0,
120349 : : .co_kwonlyargcount = 0,
120350 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
120351 : : .co_stacksize = 2,
120352 : : .co_firstlineno = 1003,
120353 : : .co_nlocalsplus = 2,
120354 : : .co_nlocals = 2,
120355 : : .co_nplaincellvars = 0,
120356 : : .co_ncellvars = 0,
120357 : : .co_nfreevars = 0,
120358 : : .co_localsplusnames = & os_toplevel_consts_135_consts_2_localsplusnames._object.ob_base.ob_base,
120359 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
120360 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120361 : : .co_name = &_Py_ID(close),
120362 : : .co_qualname = & os_toplevel_consts_135_consts_2_qualname._ascii.ob_base,
120363 : : .co_linetable = & os_toplevel_consts_135_consts_2_linetable.ob_base.ob_base,
120364 : : ._co_code = NULL,
120365 : : ._co_linearray = NULL,
120366 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x00\x53\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x02\x7c\x01\x53\x00\x7c\x01\x64\x03\x7a\x03\x00\x00\x53\x00",
120367 : : ._co_firsttraceable = 0,
120368 : : };
120369 : : static
120370 : : struct {
120371 : : PyASCIIObject _ascii;
120372 : : uint8_t _data[22];
120373 : : }
120374 : : os_toplevel_consts_135_consts_3_qualname = {
120375 : : ._ascii = {
120376 : : .ob_base = {
120377 : : .ob_refcnt = 999999999,
120378 : : .ob_type = &PyUnicode_Type,
120379 : : },
120380 : : .length = 21,
120381 : : .hash = -1,
120382 : : .state = {
120383 : : .kind = 1,
120384 : : .compact = 1,
120385 : : .ascii = 1,
120386 : : },
120387 : : },
120388 : : ._data = "_wrap_close.__enter__",
120389 : : };
120390 : : static
120391 : : struct {
120392 : : PyObject_VAR_HEAD
120393 : : Py_hash_t ob_shash;
120394 : : char ob_sval[8];
120395 : : }
120396 : : os_toplevel_consts_135_consts_3_linetable = {
120397 : : .ob_base = {
120398 : : .ob_base = {
120399 : : .ob_refcnt = 999999999,
120400 : : .ob_type = &PyBytes_Type,
120401 : : },
120402 : : .ob_size = 7,
120403 : : },
120404 : : .ob_shash = -1,
120405 : : .ob_sval = "\x80\x00\xd8\x13\x17\x88\x4b",
120406 : : };
120407 : : static
120408 : : struct _PyCode_DEF(6)
120409 : : os_toplevel_consts_135_consts_3 = {
120410 : : .ob_base = {
120411 : : .ob_base = {
120412 : : .ob_refcnt = 999999999,
120413 : : .ob_type = &PyCode_Type,
120414 : : },
120415 : : .ob_size = 3,
120416 : : },
120417 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
120418 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
120419 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120420 : : .co_flags = 3,
120421 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120422 : : ._co_linearray_entry_size = 0,
120423 : : .co_argcount = 1,
120424 : : .co_posonlyargcount = 0,
120425 : : .co_kwonlyargcount = 0,
120426 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
120427 : : .co_stacksize = 1,
120428 : : .co_firstlineno = 1012,
120429 : : .co_nlocalsplus = 1,
120430 : : .co_nlocals = 1,
120431 : : .co_nplaincellvars = 0,
120432 : : .co_ncellvars = 0,
120433 : : .co_nfreevars = 0,
120434 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
120435 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
120436 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120437 : : .co_name = &_Py_ID(__enter__),
120438 : : .co_qualname = & os_toplevel_consts_135_consts_3_qualname._ascii.ob_base,
120439 : : .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
120440 : : ._co_code = NULL,
120441 : : ._co_linearray = NULL,
120442 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
120443 : : ._co_firsttraceable = 0,
120444 : : };
120445 : : static
120446 : : struct {
120447 : : PyGC_Head _gc_head;
120448 : : struct {
120449 : : PyObject_VAR_HEAD
120450 : : PyObject *ob_item[1];
120451 : : }_object;
120452 : : }
120453 : : os_toplevel_consts_135_consts_4_names = {
120454 : : ._object = {
120455 : : .ob_base = {
120456 : : .ob_base = {
120457 : : .ob_refcnt = 999999999,
120458 : : .ob_type = &PyTuple_Type,
120459 : : },
120460 : : .ob_size = 1,
120461 : : },
120462 : : .ob_item = {
120463 : : &_Py_ID(close),
120464 : : },
120465 : : },
120466 : : };
120467 : : static
120468 : : struct {
120469 : : PyASCIIObject _ascii;
120470 : : uint8_t _data[21];
120471 : : }
120472 : : os_toplevel_consts_135_consts_4_qualname = {
120473 : : ._ascii = {
120474 : : .ob_base = {
120475 : : .ob_refcnt = 999999999,
120476 : : .ob_type = &PyUnicode_Type,
120477 : : },
120478 : : .length = 20,
120479 : : .hash = -1,
120480 : : .state = {
120481 : : .kind = 1,
120482 : : .compact = 1,
120483 : : .ascii = 1,
120484 : : },
120485 : : },
120486 : : ._data = "_wrap_close.__exit__",
120487 : : };
120488 : : static
120489 : : struct {
120490 : : PyObject_VAR_HEAD
120491 : : Py_hash_t ob_shash;
120492 : : char ob_sval[18];
120493 : : }
120494 : : os_toplevel_consts_135_consts_4_linetable = {
120495 : : .ob_base = {
120496 : : .ob_base = {
120497 : : .ob_refcnt = 999999999,
120498 : : .ob_type = &PyBytes_Type,
120499 : : },
120500 : : .ob_size = 17,
120501 : : },
120502 : : .ob_shash = -1,
120503 : : .ob_sval = "\x80\x00\xd8\x0c\x10\x8f\x4a\x89\x4a\x8c\x4c\x88\x4c\x88\x4c\x88\x4c",
120504 : : };
120505 : : static
120506 : : struct _PyCode_DEF(40)
120507 : : os_toplevel_consts_135_consts_4 = {
120508 : : .ob_base = {
120509 : : .ob_base = {
120510 : : .ob_refcnt = 999999999,
120511 : : .ob_type = &PyCode_Type,
120512 : : },
120513 : : .ob_size = 20,
120514 : : },
120515 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
120516 : : .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
120517 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120518 : : .co_flags = 7,
120519 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120520 : : ._co_linearray_entry_size = 0,
120521 : : .co_argcount = 1,
120522 : : .co_posonlyargcount = 0,
120523 : : .co_kwonlyargcount = 0,
120524 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
120525 : : .co_stacksize = 2,
120526 : : .co_firstlineno = 1014,
120527 : : .co_nlocalsplus = 2,
120528 : : .co_nlocals = 2,
120529 : : .co_nplaincellvars = 0,
120530 : : .co_ncellvars = 0,
120531 : : .co_nfreevars = 0,
120532 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
120533 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
120534 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120535 : : .co_name = &_Py_ID(__exit__),
120536 : : .co_qualname = & os_toplevel_consts_135_consts_4_qualname._ascii.ob_base,
120537 : : .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
120538 : : ._co_code = NULL,
120539 : : ._co_linearray = NULL,
120540 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
120541 : : ._co_firsttraceable = 0,
120542 : : };
120543 : : static
120544 : : struct {
120545 : : PyGC_Head _gc_head;
120546 : : struct {
120547 : : PyObject_VAR_HEAD
120548 : : PyObject *ob_item[2];
120549 : : }_object;
120550 : : }
120551 : : os_toplevel_consts_135_consts_5_names = {
120552 : : ._object = {
120553 : : .ob_base = {
120554 : : .ob_base = {
120555 : : .ob_refcnt = 999999999,
120556 : : .ob_type = &PyTuple_Type,
120557 : : },
120558 : : .ob_size = 2,
120559 : : },
120560 : : .ob_item = {
120561 : : &_Py_ID(getattr),
120562 : : & const_str__stream._ascii.ob_base,
120563 : : },
120564 : : },
120565 : : };
120566 : : static
120567 : : struct {
120568 : : PyASCIIObject _ascii;
120569 : : uint8_t _data[24];
120570 : : }
120571 : : os_toplevel_consts_135_consts_5_qualname = {
120572 : : ._ascii = {
120573 : : .ob_base = {
120574 : : .ob_refcnt = 999999999,
120575 : : .ob_type = &PyUnicode_Type,
120576 : : },
120577 : : .length = 23,
120578 : : .hash = -1,
120579 : : .state = {
120580 : : .kind = 1,
120581 : : .compact = 1,
120582 : : .ascii = 1,
120583 : : },
120584 : : },
120585 : : ._data = "_wrap_close.__getattr__",
120586 : : };
120587 : : static
120588 : : struct {
120589 : : PyObject_VAR_HEAD
120590 : : Py_hash_t ob_shash;
120591 : : char ob_sval[20];
120592 : : }
120593 : : os_toplevel_consts_135_consts_5_linetable = {
120594 : : .ob_base = {
120595 : : .ob_base = {
120596 : : .ob_refcnt = 999999999,
120597 : : .ob_type = &PyBytes_Type,
120598 : : },
120599 : : .ob_size = 19,
120600 : : },
120601 : : .ob_shash = -1,
120602 : : .ob_sval = "\x80\x00\xdd\x13\x1a\x98\x34\x9f\x3c\x99\x3c\xa8\x14\xd4\x13\x2e\xd0\x0c\x2e",
120603 : : };
120604 : : static
120605 : : struct _PyCode_DEF(50)
120606 : : os_toplevel_consts_135_consts_5 = {
120607 : : .ob_base = {
120608 : : .ob_base = {
120609 : : .ob_refcnt = 999999999,
120610 : : .ob_type = &PyCode_Type,
120611 : : },
120612 : : .ob_size = 25,
120613 : : },
120614 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
120615 : : .co_names = & os_toplevel_consts_135_consts_5_names._object.ob_base.ob_base,
120616 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120617 : : .co_flags = 3,
120618 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120619 : : ._co_linearray_entry_size = 0,
120620 : : .co_argcount = 2,
120621 : : .co_posonlyargcount = 0,
120622 : : .co_kwonlyargcount = 0,
120623 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
120624 : : .co_stacksize = 4,
120625 : : .co_firstlineno = 1016,
120626 : : .co_nlocalsplus = 2,
120627 : : .co_nlocals = 2,
120628 : : .co_nplaincellvars = 0,
120629 : : .co_ncellvars = 0,
120630 : : .co_nfreevars = 0,
120631 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_2_localsplusnames._object.ob_base.ob_base,
120632 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
120633 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120634 : : .co_name = &_Py_ID(__getattr__),
120635 : : .co_qualname = & os_toplevel_consts_135_consts_5_qualname._ascii.ob_base,
120636 : : .co_linetable = & os_toplevel_consts_135_consts_5_linetable.ob_base.ob_base,
120637 : : ._co_code = NULL,
120638 : : ._co_linearray = NULL,
120639 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120640 : : ._co_firsttraceable = 0,
120641 : : };
120642 : : static
120643 : : struct {
120644 : : PyGC_Head _gc_head;
120645 : : struct {
120646 : : PyObject_VAR_HEAD
120647 : : PyObject *ob_item[2];
120648 : : }_object;
120649 : : }
120650 : : os_toplevel_consts_135_consts_6_names = {
120651 : : ._object = {
120652 : : .ob_base = {
120653 : : .ob_base = {
120654 : : .ob_refcnt = 999999999,
120655 : : .ob_type = &PyTuple_Type,
120656 : : },
120657 : : .ob_size = 2,
120658 : : },
120659 : : .ob_item = {
120660 : : &_Py_ID(iter),
120661 : : & const_str__stream._ascii.ob_base,
120662 : : },
120663 : : },
120664 : : };
120665 : : static
120666 : : struct {
120667 : : PyASCIIObject _ascii;
120668 : : uint8_t _data[21];
120669 : : }
120670 : : os_toplevel_consts_135_consts_6_qualname = {
120671 : : ._ascii = {
120672 : : .ob_base = {
120673 : : .ob_refcnt = 999999999,
120674 : : .ob_type = &PyUnicode_Type,
120675 : : },
120676 : : .length = 20,
120677 : : .hash = -1,
120678 : : .state = {
120679 : : .kind = 1,
120680 : : .compact = 1,
120681 : : .ascii = 1,
120682 : : },
120683 : : },
120684 : : ._data = "_wrap_close.__iter__",
120685 : : };
120686 : : static
120687 : : struct {
120688 : : PyObject_VAR_HEAD
120689 : : Py_hash_t ob_shash;
120690 : : char ob_sval[18];
120691 : : }
120692 : : os_toplevel_consts_135_consts_6_linetable = {
120693 : : .ob_base = {
120694 : : .ob_base = {
120695 : : .ob_refcnt = 999999999,
120696 : : .ob_type = &PyBytes_Type,
120697 : : },
120698 : : .ob_size = 17,
120699 : : },
120700 : : .ob_shash = -1,
120701 : : .ob_sval = "\x80\x00\xdd\x13\x17\x98\x04\x9f\x0c\x99\x0c\xd4\x13\x25\xd0\x0c\x25",
120702 : : };
120703 : : static
120704 : : struct _PyCode_DEF(48)
120705 : : os_toplevel_consts_135_consts_6 = {
120706 : : .ob_base = {
120707 : : .ob_base = {
120708 : : .ob_refcnt = 999999999,
120709 : : .ob_type = &PyCode_Type,
120710 : : },
120711 : : .ob_size = 24,
120712 : : },
120713 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
120714 : : .co_names = & os_toplevel_consts_135_consts_6_names._object.ob_base.ob_base,
120715 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120716 : : .co_flags = 3,
120717 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120718 : : ._co_linearray_entry_size = 0,
120719 : : .co_argcount = 1,
120720 : : .co_posonlyargcount = 0,
120721 : : .co_kwonlyargcount = 0,
120722 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
120723 : : .co_stacksize = 3,
120724 : : .co_firstlineno = 1018,
120725 : : .co_nlocalsplus = 1,
120726 : : .co_nlocals = 1,
120727 : : .co_nplaincellvars = 0,
120728 : : .co_ncellvars = 0,
120729 : : .co_nfreevars = 0,
120730 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
120731 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
120732 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120733 : : .co_name = &_Py_ID(__iter__),
120734 : : .co_qualname = & os_toplevel_consts_135_consts_6_qualname._ascii.ob_base,
120735 : : .co_linetable = & os_toplevel_consts_135_consts_6_linetable.ob_base.ob_base,
120736 : : ._co_code = NULL,
120737 : : ._co_linearray = NULL,
120738 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
120739 : : ._co_firsttraceable = 0,
120740 : : };
120741 : : static
120742 : : struct {
120743 : : PyGC_Head _gc_head;
120744 : : struct {
120745 : : PyObject_VAR_HEAD
120746 : : PyObject *ob_item[8];
120747 : : }_object;
120748 : : }
120749 : : os_toplevel_consts_135_consts = {
120750 : : ._object = {
120751 : : .ob_base = {
120752 : : .ob_base = {
120753 : : .ob_refcnt = 999999999,
120754 : : .ob_type = &PyTuple_Type,
120755 : : },
120756 : : .ob_size = 8,
120757 : : },
120758 : : .ob_item = {
120759 : : & const_str__wrap_close._ascii.ob_base,
120760 : : & os_toplevel_consts_135_consts_1.ob_base.ob_base,
120761 : : & os_toplevel_consts_135_consts_2.ob_base.ob_base,
120762 : : & os_toplevel_consts_135_consts_3.ob_base.ob_base,
120763 : : & os_toplevel_consts_135_consts_4.ob_base.ob_base,
120764 : : & os_toplevel_consts_135_consts_5.ob_base.ob_base,
120765 : : & os_toplevel_consts_135_consts_6.ob_base.ob_base,
120766 : : Py_None,
120767 : : },
120768 : : },
120769 : : };
120770 : : static
120771 : : struct {
120772 : : PyGC_Head _gc_head;
120773 : : struct {
120774 : : PyObject_VAR_HEAD
120775 : : PyObject *ob_item[9];
120776 : : }_object;
120777 : : }
120778 : : os_toplevel_consts_135_names = {
120779 : : ._object = {
120780 : : .ob_base = {
120781 : : .ob_base = {
120782 : : .ob_refcnt = 999999999,
120783 : : .ob_type = &PyTuple_Type,
120784 : : },
120785 : : .ob_size = 9,
120786 : : },
120787 : : .ob_item = {
120788 : : &_Py_ID(__name__),
120789 : : &_Py_ID(__module__),
120790 : : &_Py_ID(__qualname__),
120791 : : &_Py_ID(__init__),
120792 : : &_Py_ID(close),
120793 : : &_Py_ID(__enter__),
120794 : : &_Py_ID(__exit__),
120795 : : &_Py_ID(__getattr__),
120796 : : &_Py_ID(__iter__),
120797 : : },
120798 : : },
120799 : : };
120800 : : static
120801 : : struct {
120802 : : PyObject_VAR_HEAD
120803 : : Py_hash_t ob_shash;
120804 : : char ob_sval[111];
120805 : : }
120806 : : os_toplevel_consts_135_linetable = {
120807 : : .ob_base = {
120808 : : .ob_base = {
120809 : : .ob_refcnt = 999999999,
120810 : : .ob_type = &PyBytes_Type,
120811 : : },
120812 : : .ob_size = 110,
120813 : : },
120814 : : .ob_shash = -1,
120815 : : .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",
120816 : : };
120817 : : static
120818 : : struct _PyCode_DEF(50)
120819 : : os_toplevel_consts_135 = {
120820 : : .ob_base = {
120821 : : .ob_base = {
120822 : : .ob_refcnt = 999999999,
120823 : : .ob_type = &PyCode_Type,
120824 : : },
120825 : : .ob_size = 25,
120826 : : },
120827 : : .co_consts = & os_toplevel_consts_135_consts._object.ob_base.ob_base,
120828 : : .co_names = & os_toplevel_consts_135_names._object.ob_base.ob_base,
120829 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120830 : : .co_flags = 0,
120831 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120832 : : ._co_linearray_entry_size = 0,
120833 : : .co_argcount = 0,
120834 : : .co_posonlyargcount = 0,
120835 : : .co_kwonlyargcount = 0,
120836 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
120837 : : .co_stacksize = 1,
120838 : : .co_firstlineno = 999,
120839 : : .co_nlocalsplus = 0,
120840 : : .co_nlocals = 0,
120841 : : .co_nplaincellvars = 0,
120842 : : .co_ncellvars = 0,
120843 : : .co_nfreevars = 0,
120844 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
120845 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
120846 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
120847 : : .co_name = & const_str__wrap_close._ascii.ob_base,
120848 : : .co_qualname = & const_str__wrap_close._ascii.ob_base,
120849 : : .co_linetable = & os_toplevel_consts_135_linetable.ob_base.ob_base,
120850 : : ._co_code = NULL,
120851 : : ._co_linearray = NULL,
120852 : : .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",
120853 : : ._co_firsttraceable = 0,
120854 : : };
120855 : : static
120856 : : struct {
120857 : : PyASCIIObject _ascii;
120858 : : uint8_t _data[39];
120859 : : }
120860 : : os_toplevel_consts_138_consts_1 = {
120861 : : ._ascii = {
120862 : : .ob_base = {
120863 : : .ob_refcnt = 999999999,
120864 : : .ob_type = &PyUnicode_Type,
120865 : : },
120866 : : .length = 38,
120867 : : .hash = -1,
120868 : : .state = {
120869 : : .kind = 1,
120870 : : .compact = 1,
120871 : : .ascii = 1,
120872 : : },
120873 : : },
120874 : : ._data = "invalid fd type (%s, expected integer)",
120875 : : };
120876 : : static
120877 : : struct {
120878 : : PyGC_Head _gc_head;
120879 : : struct {
120880 : : PyObject_VAR_HEAD
120881 : : PyObject *ob_item[4];
120882 : : }_object;
120883 : : }
120884 : : os_toplevel_consts_138_consts = {
120885 : : ._object = {
120886 : : .ob_base = {
120887 : : .ob_base = {
120888 : : .ob_refcnt = 999999999,
120889 : : .ob_type = &PyTuple_Type,
120890 : : },
120891 : : .ob_size = 4,
120892 : : },
120893 : : .ob_item = {
120894 : : Py_None,
120895 : : & os_toplevel_consts_138_consts_1._ascii.ob_base,
120896 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
120897 : : & const_str_b._ascii.ob_base,
120898 : : },
120899 : : },
120900 : : };
120901 : : static
120902 : : struct {
120903 : : PyGC_Head _gc_head;
120904 : : struct {
120905 : : PyObject_VAR_HEAD
120906 : : PyObject *ob_item[7];
120907 : : }_object;
120908 : : }
120909 : : os_toplevel_consts_138_names = {
120910 : : ._object = {
120911 : : .ob_base = {
120912 : : .ob_base = {
120913 : : .ob_refcnt = 999999999,
120914 : : .ob_type = &PyTuple_Type,
120915 : : },
120916 : : .ob_size = 7,
120917 : : },
120918 : : .ob_item = {
120919 : : &_Py_ID(isinstance),
120920 : : & const_str_int._ascii.ob_base,
120921 : : & const_str_TypeError._ascii.ob_base,
120922 : : & const_str_type._ascii.ob_base,
120923 : : & const_str_io._ascii.ob_base,
120924 : : & const_str_text_encoding._ascii.ob_base,
120925 : : &_Py_ID(open),
120926 : : },
120927 : : },
120928 : : };
120929 : : static
120930 : : struct {
120931 : : PyObject_VAR_HEAD
120932 : : Py_hash_t ob_shash;
120933 : : char ob_sval[119];
120934 : : }
120935 : : os_toplevel_consts_138_linetable = {
120936 : : .ob_base = {
120937 : : .ob_base = {
120938 : : .ob_refcnt = 999999999,
120939 : : .ob_type = &PyBytes_Type,
120940 : : },
120941 : : .ob_size = 118,
120942 : : },
120943 : : .ob_shash = -1,
120944 : : .ob_sval = "\x80\x00\xdd\x0b\x15\x90\x62\x9d\x23\xd4\x0b\x1e\xf0\x00\x01\x05\x4d\x01\xdd\x0e\x17\xd0\x18\x40\xc5\x34\xc8\x02\xc4\x38\xd1\x18\x4b\xd4\x0e\x4c\xd0\x08\x4c\xd8\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x07\x0a\x90\x24\x80\x7f\xf0\x00\x01\x05\x2e\xd8\x13\x15\xd7\x13\x23\xd1\x13\x23\xa0\x48\xd4\x13\x2d\x88\x08\xd8\x0b\x12\x88\x32\x8f\x37\x89\x37\x90\x32\x90\x74\x98\x59\xa8\x08\xd0\x0b\x42\xb0\x34\xd0\x0b\x42\xd0\x0b\x42\xd0\x0b\x42\xb8\x36\xd0\x0b\x42\xd0\x0b\x42\xd0\x04\x42",
120945 : : };
120946 : : static
120947 : : struct {
120948 : : PyGC_Head _gc_head;
120949 : : struct {
120950 : : PyObject_VAR_HEAD
120951 : : PyObject *ob_item[7];
120952 : : }_object;
120953 : : }
120954 : : os_toplevel_consts_138_localsplusnames = {
120955 : : ._object = {
120956 : : .ob_base = {
120957 : : .ob_base = {
120958 : : .ob_refcnt = 999999999,
120959 : : .ob_type = &PyTuple_Type,
120960 : : },
120961 : : .ob_size = 7,
120962 : : },
120963 : : .ob_item = {
120964 : : & const_str_fd._ascii.ob_base,
120965 : : &_Py_ID(mode),
120966 : : & const_str_buffering._ascii.ob_base,
120967 : : &_Py_ID(encoding),
120968 : : & const_str_args._ascii.ob_base,
120969 : : & const_str_kwargs._ascii.ob_base,
120970 : : & const_str_io._ascii.ob_base,
120971 : : },
120972 : : },
120973 : : };
120974 : : static
120975 : : struct _PyCode_DEF(196)
120976 : : os_toplevel_consts_138 = {
120977 : : .ob_base = {
120978 : : .ob_base = {
120979 : : .ob_refcnt = 999999999,
120980 : : .ob_type = &PyCode_Type,
120981 : : },
120982 : : .ob_size = 98,
120983 : : },
120984 : : .co_consts = & os_toplevel_consts_138_consts._object.ob_base.ob_base,
120985 : : .co_names = & os_toplevel_consts_138_names._object.ob_base.ob_base,
120986 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
120987 : : .co_flags = 15,
120988 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
120989 : : ._co_linearray_entry_size = 0,
120990 : : .co_argcount = 4,
120991 : : .co_posonlyargcount = 0,
120992 : : .co_kwonlyargcount = 0,
120993 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
120994 : : .co_stacksize = 6,
120995 : : .co_firstlineno = 1024,
120996 : : .co_nlocalsplus = 7,
120997 : : .co_nlocals = 7,
120998 : : .co_nplaincellvars = 0,
120999 : : .co_ncellvars = 0,
121000 : : .co_nfreevars = 0,
121001 : : .co_localsplusnames = & os_toplevel_consts_138_localsplusnames._object.ob_base.ob_base,
121002 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
121003 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121004 : : .co_name = & const_str_fdopen._ascii.ob_base,
121005 : : .co_qualname = & const_str_fdopen._ascii.ob_base,
121006 : : .co_linetable = & os_toplevel_consts_138_linetable.ob_base.ob_base,
121007 : : ._co_code = NULL,
121008 : : ._co_linearray = NULL,
121009 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x1b\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x02\x64\x00\x6c\x04\x7d\x06\x64\x03\x7c\x01\x76\x01\x72\x12\x7c\x06\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x02\x00\x7c\x06\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\x7c\x02\x7c\x03\x67\x04\x7c\x04\xa2\x01\x52\x00\x69\x00\x7c\x05\xa4\x01\x8e\x01\x53\x00",
121010 : : ._co_firsttraceable = 0,
121011 : : };
121012 : : static
121013 : : struct {
121014 : : PyASCIIObject _ascii;
121015 : : uint8_t _data[354];
121016 : : }
121017 : : os_toplevel_consts_139_consts_0 = {
121018 : : ._ascii = {
121019 : : .ob_base = {
121020 : : .ob_refcnt = 999999999,
121021 : : .ob_type = &PyUnicode_Type,
121022 : : },
121023 : : .length = 353,
121024 : : .hash = -1,
121025 : : .state = {
121026 : : .kind = 1,
121027 : : .compact = 1,
121028 : : .ascii = 1,
121029 : : },
121030 : : },
121031 : : ._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",
121032 : : };
121033 : : static
121034 : : struct {
121035 : : PyASCIIObject _ascii;
121036 : : uint8_t _data[48];
121037 : : }
121038 : : os_toplevel_consts_139_consts_2 = {
121039 : : ._ascii = {
121040 : : .ob_base = {
121041 : : .ob_refcnt = 999999999,
121042 : : .ob_type = &PyUnicode_Type,
121043 : : },
121044 : : .length = 47,
121045 : : .hash = -1,
121046 : : .state = {
121047 : : .kind = 1,
121048 : : .compact = 1,
121049 : : .ascii = 1,
121050 : : },
121051 : : },
121052 : : ._data = "expected str, bytes or os.PathLike object, not ",
121053 : : };
121054 : : static
121055 : : struct {
121056 : : PyASCIIObject _ascii;
121057 : : uint8_t _data[56];
121058 : : }
121059 : : os_toplevel_consts_139_consts_3 = {
121060 : : ._ascii = {
121061 : : .ob_base = {
121062 : : .ob_refcnt = 999999999,
121063 : : .ob_type = &PyUnicode_Type,
121064 : : },
121065 : : .length = 55,
121066 : : .hash = -1,
121067 : : .state = {
121068 : : .kind = 1,
121069 : : .compact = 1,
121070 : : .ascii = 1,
121071 : : },
121072 : : },
121073 : : ._data = "expected {}.__fspath__() to return str or bytes, not {}",
121074 : : };
121075 : : static
121076 : : struct {
121077 : : PyGC_Head _gc_head;
121078 : : struct {
121079 : : PyObject_VAR_HEAD
121080 : : PyObject *ob_item[4];
121081 : : }_object;
121082 : : }
121083 : : os_toplevel_consts_139_consts = {
121084 : : ._object = {
121085 : : .ob_base = {
121086 : : .ob_base = {
121087 : : .ob_refcnt = 999999999,
121088 : : .ob_type = &PyTuple_Type,
121089 : : },
121090 : : .ob_size = 4,
121091 : : },
121092 : : .ob_item = {
121093 : : & os_toplevel_consts_139_consts_0._ascii.ob_base,
121094 : : &_Py_ID(__fspath__),
121095 : : & os_toplevel_consts_139_consts_2._ascii.ob_base,
121096 : : & os_toplevel_consts_139_consts_3._ascii.ob_base,
121097 : : },
121098 : : },
121099 : : };
121100 : : static
121101 : : struct {
121102 : : PyGC_Head _gc_head;
121103 : : struct {
121104 : : PyObject_VAR_HEAD
121105 : : PyObject *ob_item[10];
121106 : : }_object;
121107 : : }
121108 : : os_toplevel_consts_139_names = {
121109 : : ._object = {
121110 : : .ob_base = {
121111 : : .ob_base = {
121112 : : .ob_refcnt = 999999999,
121113 : : .ob_type = &PyTuple_Type,
121114 : : },
121115 : : .ob_size = 10,
121116 : : },
121117 : : .ob_item = {
121118 : : &_Py_ID(isinstance),
121119 : : & const_str_str._ascii.ob_base,
121120 : : & const_str_bytes._ascii.ob_base,
121121 : : & const_str_type._ascii.ob_base,
121122 : : &_Py_ID(__fspath__),
121123 : : & const_str_AttributeError._ascii.ob_base,
121124 : : & const_str_hasattr._ascii.ob_base,
121125 : : & const_str_TypeError._ascii.ob_base,
121126 : : &_Py_ID(__name__),
121127 : : & const_str_format._ascii.ob_base,
121128 : : },
121129 : : },
121130 : : };
121131 : : static
121132 : : struct {
121133 : : PyASCIIObject _ascii;
121134 : : uint8_t _data[8];
121135 : : }
121136 : : const_str__fspath = {
121137 : : ._ascii = {
121138 : : .ob_base = {
121139 : : .ob_refcnt = 999999999,
121140 : : .ob_type = &PyUnicode_Type,
121141 : : },
121142 : : .length = 7,
121143 : : .hash = -1,
121144 : : .state = {
121145 : : .kind = 1,
121146 : : .compact = 1,
121147 : : .ascii = 1,
121148 : : },
121149 : : },
121150 : : ._data = "_fspath",
121151 : : };
121152 : : static
121153 : : struct {
121154 : : PyObject_VAR_HEAD
121155 : : Py_hash_t ob_shash;
121156 : : char ob_sval[220];
121157 : : }
121158 : : os_toplevel_consts_139_linetable = {
121159 : : .ob_base = {
121160 : : .ob_base = {
121161 : : .ob_refcnt = 999999999,
121162 : : .ob_type = &PyBytes_Type,
121163 : : },
121164 : : .ob_size = 219,
121165 : : },
121166 : : .ob_shash = -1,
121167 : : .ob_sval = "\x80\x00\xf5\x10\x00\x08\x12\x90\x24\x9d\x13\x9d\x65\x98\x0c\xd4\x07\x25\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x0b\xf5\x08\x00\x11\x15\x90\x54\x94\x0a\x80\x49\xf0\x02\x07\x05\x39\xd8\x14\x1d\xd7\x14\x28\xd1\x14\x28\xa8\x14\xd4\x14\x2e\x88\x09\xf5\x0e\x00\x08\x12\x90\x29\x9d\x63\xa5\x35\x98\x5c\xd4\x07\x2a\xf0\x00\x05\x05\x43\x01\xd8\x0f\x18\xd0\x08\x18\xe5\x0e\x17\xf0\x00\x01\x19\x21\xdf\x21\x27\xa1\x16\xa8\x09\xd7\x28\x3a\xd1\x28\x3a\xdd\x28\x2c\xa8\x59\xac\x0f\xd7\x28\x40\xd1\x28\x40\xf4\x03\x00\x22\x42\x01\xf4\x03\x02\x0f\x43\x01\xf0\x00\x02\x09\x43\x01\xf8\xf5\x13\x00\x0c\x1a\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xf0\x00\x05\x05\x39\xdd\x0b\x12\x90\x39\x98\x6c\xd4\x0b\x2b\xf0\x00\x04\x09\x39\xd8\x0c\x11\xe5\x12\x1b\xf0\x00\x01\x1d\x23\xd8\x25\x2e\xd7\x25\x37\xd1\x25\x37\xf1\x03\x01\x1d\x38\xf4\x00\x01\x13\x39\xf0\x00\x01\x0d\x39\xf0\x09\x05\x05\x39\xf8\xf8\xf8",
121168 : : };
121169 : : static
121170 : : struct {
121171 : : PyObject_VAR_HEAD
121172 : : Py_hash_t ob_shash;
121173 : : char ob_sval[12];
121174 : : }
121175 : : os_toplevel_consts_139_exceptiontable = {
121176 : : .ob_base = {
121177 : : .ob_base = {
121178 : : .ob_refcnt = 999999999,
121179 : : .ob_type = &PyBytes_Type,
121180 : : },
121181 : : .ob_size = 11,
121182 : : },
121183 : : .ob_shash = -1,
121184 : : .ob_sval = "\xab\x12\x42\x16\x00\xc2\x16\x34\x43\x0a\x03",
121185 : : };
121186 : : static
121187 : : struct {
121188 : : PyASCIIObject _ascii;
121189 : : uint8_t _data[10];
121190 : : }
121191 : : const_str_path_type = {
121192 : : ._ascii = {
121193 : : .ob_base = {
121194 : : .ob_refcnt = 999999999,
121195 : : .ob_type = &PyUnicode_Type,
121196 : : },
121197 : : .length = 9,
121198 : : .hash = -1,
121199 : : .state = {
121200 : : .kind = 1,
121201 : : .compact = 1,
121202 : : .ascii = 1,
121203 : : },
121204 : : },
121205 : : ._data = "path_type",
121206 : : };
121207 : : static
121208 : : struct {
121209 : : PyASCIIObject _ascii;
121210 : : uint8_t _data[10];
121211 : : }
121212 : : const_str_path_repr = {
121213 : : ._ascii = {
121214 : : .ob_base = {
121215 : : .ob_refcnt = 999999999,
121216 : : .ob_type = &PyUnicode_Type,
121217 : : },
121218 : : .length = 9,
121219 : : .hash = -1,
121220 : : .state = {
121221 : : .kind = 1,
121222 : : .compact = 1,
121223 : : .ascii = 1,
121224 : : },
121225 : : },
121226 : : ._data = "path_repr",
121227 : : };
121228 : : static
121229 : : struct {
121230 : : PyGC_Head _gc_head;
121231 : : struct {
121232 : : PyObject_VAR_HEAD
121233 : : PyObject *ob_item[3];
121234 : : }_object;
121235 : : }
121236 : : os_toplevel_consts_139_localsplusnames = {
121237 : : ._object = {
121238 : : .ob_base = {
121239 : : .ob_base = {
121240 : : .ob_refcnt = 999999999,
121241 : : .ob_type = &PyTuple_Type,
121242 : : },
121243 : : .ob_size = 3,
121244 : : },
121245 : : .ob_item = {
121246 : : &_Py_ID(path),
121247 : : & const_str_path_type._ascii.ob_base,
121248 : : & const_str_path_repr._ascii.ob_base,
121249 : : },
121250 : : },
121251 : : };
121252 : : static
121253 : : struct _PyCode_DEF(410)
121254 : : os_toplevel_consts_139 = {
121255 : : .ob_base = {
121256 : : .ob_base = {
121257 : : .ob_refcnt = 999999999,
121258 : : .ob_type = &PyCode_Type,
121259 : : },
121260 : : .ob_size = 205,
121261 : : },
121262 : : .co_consts = & os_toplevel_consts_139_consts._object.ob_base.ob_base,
121263 : : .co_names = & os_toplevel_consts_139_names._object.ob_base.ob_base,
121264 : : .co_exceptiontable = & os_toplevel_consts_139_exceptiontable.ob_base.ob_base,
121265 : : .co_flags = 3,
121266 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121267 : : ._co_linearray_entry_size = 0,
121268 : : .co_argcount = 1,
121269 : : .co_posonlyargcount = 0,
121270 : : .co_kwonlyargcount = 0,
121271 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
121272 : : .co_stacksize = 8,
121273 : : .co_firstlineno = 1035,
121274 : : .co_nlocalsplus = 3,
121275 : : .co_nlocals = 3,
121276 : : .co_nplaincellvars = 0,
121277 : : .co_ncellvars = 0,
121278 : : .co_nfreevars = 0,
121279 : : .co_localsplusnames = & os_toplevel_consts_139_localsplusnames._object.ob_base.ob_base,
121280 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
121281 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121282 : : .co_name = & const_str__fspath._ascii.ob_base,
121283 : : .co_qualname = & const_str__fspath._ascii.ob_base,
121284 : : .co_linetable = & os_toplevel_consts_139_linetable.ob_base.ob_base,
121285 : : ._co_code = NULL,
121286 : : ._co_linearray = NULL,
121287 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x00\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x7c\x02\x53\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x2a\x01\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x82\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x01\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x77\x00\x78\x03\x59\x00\x77\x01",
121288 : : ._co_firsttraceable = 0,
121289 : : };
121290 : : static
121291 : : struct {
121292 : : PyASCIIObject _ascii;
121293 : : uint8_t _data[9];
121294 : : }
121295 : : const_str_PathLike = {
121296 : : ._ascii = {
121297 : : .ob_base = {
121298 : : .ob_refcnt = 999999999,
121299 : : .ob_type = &PyUnicode_Type,
121300 : : },
121301 : : .length = 8,
121302 : : .hash = -1,
121303 : : .state = {
121304 : : .kind = 1,
121305 : : .compact = 1,
121306 : : .ascii = 1,
121307 : : },
121308 : : },
121309 : : ._data = "PathLike",
121310 : : };
121311 : : static
121312 : : struct {
121313 : : PyASCIIObject _ascii;
121314 : : uint8_t _data[68];
121315 : : }
121316 : : os_toplevel_consts_141_consts_1 = {
121317 : : ._ascii = {
121318 : : .ob_base = {
121319 : : .ob_refcnt = 999999999,
121320 : : .ob_type = &PyUnicode_Type,
121321 : : },
121322 : : .length = 67,
121323 : : .hash = -1,
121324 : : .state = {
121325 : : .kind = 1,
121326 : : .compact = 1,
121327 : : .ascii = 1,
121328 : : },
121329 : : },
121330 : : ._data = "Abstract base class for implementing the file system path protocol.",
121331 : : };
121332 : : static
121333 : : struct {
121334 : : PyASCIIObject _ascii;
121335 : : uint8_t _data[58];
121336 : : }
121337 : : os_toplevel_consts_141_consts_2_consts_0 = {
121338 : : ._ascii = {
121339 : : .ob_base = {
121340 : : .ob_refcnt = 999999999,
121341 : : .ob_type = &PyUnicode_Type,
121342 : : },
121343 : : .length = 57,
121344 : : .hash = -1,
121345 : : .state = {
121346 : : .kind = 1,
121347 : : .compact = 1,
121348 : : .ascii = 1,
121349 : : },
121350 : : },
121351 : : ._data = "Return the file system path representation of the object.",
121352 : : };
121353 : : static
121354 : : struct {
121355 : : PyGC_Head _gc_head;
121356 : : struct {
121357 : : PyObject_VAR_HEAD
121358 : : PyObject *ob_item[1];
121359 : : }_object;
121360 : : }
121361 : : os_toplevel_consts_141_consts_2_consts = {
121362 : : ._object = {
121363 : : .ob_base = {
121364 : : .ob_base = {
121365 : : .ob_refcnt = 999999999,
121366 : : .ob_type = &PyTuple_Type,
121367 : : },
121368 : : .ob_size = 1,
121369 : : },
121370 : : .ob_item = {
121371 : : & os_toplevel_consts_141_consts_2_consts_0._ascii.ob_base,
121372 : : },
121373 : : },
121374 : : };
121375 : : static
121376 : : struct {
121377 : : PyASCIIObject _ascii;
121378 : : uint8_t _data[20];
121379 : : }
121380 : : os_toplevel_consts_141_consts_2_qualname = {
121381 : : ._ascii = {
121382 : : .ob_base = {
121383 : : .ob_refcnt = 999999999,
121384 : : .ob_type = &PyUnicode_Type,
121385 : : },
121386 : : .length = 19,
121387 : : .hash = -1,
121388 : : .state = {
121389 : : .kind = 1,
121390 : : .compact = 1,
121391 : : .ascii = 1,
121392 : : },
121393 : : },
121394 : : ._data = "PathLike.__fspath__",
121395 : : };
121396 : : static
121397 : : struct _PyCode_DEF(16)
121398 : : os_toplevel_consts_141_consts_2 = {
121399 : : .ob_base = {
121400 : : .ob_base = {
121401 : : .ob_refcnt = 999999999,
121402 : : .ob_type = &PyCode_Type,
121403 : : },
121404 : : .ob_size = 8,
121405 : : },
121406 : : .co_consts = & os_toplevel_consts_141_consts_2_consts._object.ob_base.ob_base,
121407 : : .co_names = & codecs_toplevel_consts_14_consts_3_names._object.ob_base.ob_base,
121408 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121409 : : .co_flags = 3,
121410 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121411 : : ._co_linearray_entry_size = 0,
121412 : : .co_argcount = 1,
121413 : : .co_posonlyargcount = 0,
121414 : : .co_kwonlyargcount = 0,
121415 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
121416 : : .co_stacksize = 1,
121417 : : .co_firstlineno = 1075,
121418 : : .co_nlocalsplus = 1,
121419 : : .co_nlocals = 1,
121420 : : .co_nplaincellvars = 0,
121421 : : .co_ncellvars = 0,
121422 : : .co_nfreevars = 0,
121423 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
121424 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
121425 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121426 : : .co_name = &_Py_ID(__fspath__),
121427 : : .co_qualname = & os_toplevel_consts_141_consts_2_qualname._ascii.ob_base,
121428 : : .co_linetable = & codecs_toplevel_consts_18_consts_4_linetable.ob_base.ob_base,
121429 : : ._co_code = NULL,
121430 : : ._co_linearray = NULL,
121431 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01",
121432 : : ._co_firsttraceable = 0,
121433 : : };
121434 : : static
121435 : : struct {
121436 : : PyGC_Head _gc_head;
121437 : : struct {
121438 : : PyObject_VAR_HEAD
121439 : : PyObject *ob_item[2];
121440 : : }_object;
121441 : : }
121442 : : os_toplevel_consts_141_consts_3_consts = {
121443 : : ._object = {
121444 : : .ob_base = {
121445 : : .ob_base = {
121446 : : .ob_refcnt = 999999999,
121447 : : .ob_type = &PyTuple_Type,
121448 : : },
121449 : : .ob_size = 2,
121450 : : },
121451 : : .ob_item = {
121452 : : Py_None,
121453 : : &_Py_ID(__fspath__),
121454 : : },
121455 : : },
121456 : : };
121457 : : static
121458 : : struct {
121459 : : PyGC_Head _gc_head;
121460 : : struct {
121461 : : PyObject_VAR_HEAD
121462 : : PyObject *ob_item[3];
121463 : : }_object;
121464 : : }
121465 : : os_toplevel_consts_141_consts_3_names = {
121466 : : ._object = {
121467 : : .ob_base = {
121468 : : .ob_base = {
121469 : : .ob_refcnt = 999999999,
121470 : : .ob_type = &PyTuple_Type,
121471 : : },
121472 : : .ob_size = 3,
121473 : : },
121474 : : .ob_item = {
121475 : : & const_str_PathLike._ascii.ob_base,
121476 : : & const_str__check_methods._ascii.ob_base,
121477 : : & const_str_NotImplemented._ascii.ob_base,
121478 : : },
121479 : : },
121480 : : };
121481 : : static
121482 : : struct {
121483 : : PyASCIIObject _ascii;
121484 : : uint8_t _data[26];
121485 : : }
121486 : : os_toplevel_consts_141_consts_3_qualname = {
121487 : : ._ascii = {
121488 : : .ob_base = {
121489 : : .ob_refcnt = 999999999,
121490 : : .ob_type = &PyUnicode_Type,
121491 : : },
121492 : : .length = 25,
121493 : : .hash = -1,
121494 : : .state = {
121495 : : .kind = 1,
121496 : : .compact = 1,
121497 : : .ascii = 1,
121498 : : },
121499 : : },
121500 : : ._data = "PathLike.__subclasshook__",
121501 : : };
121502 : : static
121503 : : struct {
121504 : : PyObject_VAR_HEAD
121505 : : Py_hash_t ob_shash;
121506 : : char ob_sval[34];
121507 : : }
121508 : : os_toplevel_consts_141_consts_3_linetable = {
121509 : : .ob_base = {
121510 : : .ob_base = {
121511 : : .ob_refcnt = 999999999,
121512 : : .ob_type = &PyBytes_Type,
121513 : : },
121514 : : .ob_size = 33,
121515 : : },
121516 : : .ob_shash = -1,
121517 : : .ob_sval = "\x80\x00\xe0\x0b\x0e\x95\x28\x88\x3f\xf0\x00\x01\x09\x3a\xdd\x13\x21\xa0\x28\xa8\x4c\xd4\x13\x39\xd0\x0c\x39\xdd\x0f\x1d\xd0\x08\x1d",
121518 : : };
121519 : : static
121520 : : struct _PyCode_DEF(62)
121521 : : os_toplevel_consts_141_consts_3 = {
121522 : : .ob_base = {
121523 : : .ob_base = {
121524 : : .ob_refcnt = 999999999,
121525 : : .ob_type = &PyCode_Type,
121526 : : },
121527 : : .ob_size = 31,
121528 : : },
121529 : : .co_consts = & os_toplevel_consts_141_consts_3_consts._object.ob_base.ob_base,
121530 : : .co_names = & os_toplevel_consts_141_consts_3_names._object.ob_base.ob_base,
121531 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121532 : : .co_flags = 3,
121533 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121534 : : ._co_linearray_entry_size = 0,
121535 : : .co_argcount = 2,
121536 : : .co_posonlyargcount = 0,
121537 : : .co_kwonlyargcount = 0,
121538 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
121539 : : .co_stacksize = 4,
121540 : : .co_firstlineno = 1080,
121541 : : .co_nlocalsplus = 2,
121542 : : .co_nlocals = 2,
121543 : : .co_nplaincellvars = 0,
121544 : : .co_ncellvars = 0,
121545 : : .co_nfreevars = 0,
121546 : : .co_localsplusnames = & abc_toplevel_consts_10_consts_3_localsplusnames._object.ob_base.ob_base,
121547 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
121548 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121549 : : .co_name = &_Py_ID(__subclasshook__),
121550 : : .co_qualname = & os_toplevel_consts_141_consts_3_qualname._ascii.ob_base,
121551 : : .co_linetable = & os_toplevel_consts_141_consts_3_linetable.ob_base.ob_base,
121552 : : ._co_code = NULL,
121553 : : ._co_linearray = NULL,
121554 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
121555 : : ._co_firsttraceable = 0,
121556 : : };
121557 : : static
121558 : : struct {
121559 : : PyGC_Head _gc_head;
121560 : : struct {
121561 : : PyObject_VAR_HEAD
121562 : : PyObject *ob_item[5];
121563 : : }_object;
121564 : : }
121565 : : os_toplevel_consts_141_consts = {
121566 : : ._object = {
121567 : : .ob_base = {
121568 : : .ob_base = {
121569 : : .ob_refcnt = 999999999,
121570 : : .ob_type = &PyTuple_Type,
121571 : : },
121572 : : .ob_size = 5,
121573 : : },
121574 : : .ob_item = {
121575 : : & const_str_PathLike._ascii.ob_base,
121576 : : & os_toplevel_consts_141_consts_1._ascii.ob_base,
121577 : : & os_toplevel_consts_141_consts_2.ob_base.ob_base,
121578 : : & os_toplevel_consts_141_consts_3.ob_base.ob_base,
121579 : : Py_None,
121580 : : },
121581 : : },
121582 : : };
121583 : : static
121584 : : struct {
121585 : : PyGC_Head _gc_head;
121586 : : struct {
121587 : : PyObject_VAR_HEAD
121588 : : PyObject *ob_item[11];
121589 : : }_object;
121590 : : }
121591 : : os_toplevel_consts_141_names = {
121592 : : ._object = {
121593 : : .ob_base = {
121594 : : .ob_base = {
121595 : : .ob_refcnt = 999999999,
121596 : : .ob_type = &PyTuple_Type,
121597 : : },
121598 : : .ob_size = 11,
121599 : : },
121600 : : .ob_item = {
121601 : : &_Py_ID(__name__),
121602 : : &_Py_ID(__module__),
121603 : : &_Py_ID(__qualname__),
121604 : : &_Py_ID(__doc__),
121605 : : & const_str_abc._ascii.ob_base,
121606 : : & const_str_abstractmethod._ascii.ob_base,
121607 : : &_Py_ID(__fspath__),
121608 : : & const_str_classmethod._ascii.ob_base,
121609 : : &_Py_ID(__subclasshook__),
121610 : : & const_str_GenericAlias._ascii.ob_base,
121611 : : &_Py_ID(__class_getitem__),
121612 : : },
121613 : : },
121614 : : };
121615 : : static
121616 : : struct {
121617 : : PyObject_VAR_HEAD
121618 : : Py_hash_t ob_shash;
121619 : : char ob_sval[92];
121620 : : }
121621 : : os_toplevel_consts_141_linetable = {
121622 : : .ob_base = {
121623 : : .ob_base = {
121624 : : .ob_refcnt = 999999999,
121625 : : .ob_type = &PyBytes_Type,
121626 : : },
121627 : : .ob_size = 91,
121628 : : },
121629 : : .ob_shash = -1,
121630 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x4d\xd0\x04\x4d\xe0\x05\x08\xd7\x05\x17\xd1\x05\x17\xf0\x02\x02\x05\x22\xf0\x00\x02\x05\x22\xf4\x03\x00\x06\x18\xf0\x02\x02\x05\x22\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x00\x03\x05\x1e\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x1e\xf0\x0a\x00\x19\x24\x98\x0b\xa0\x4c\xd4\x18\x31\xd0\x04\x15\xd0\x04\x15\xd0\x04\x15",
121631 : : };
121632 : : static
121633 : : struct _PyCode_DEF(92)
121634 : : os_toplevel_consts_141 = {
121635 : : .ob_base = {
121636 : : .ob_base = {
121637 : : .ob_refcnt = 999999999,
121638 : : .ob_type = &PyCode_Type,
121639 : : },
121640 : : .ob_size = 46,
121641 : : },
121642 : : .co_consts = & os_toplevel_consts_141_consts._object.ob_base.ob_base,
121643 : : .co_names = & os_toplevel_consts_141_names._object.ob_base.ob_base,
121644 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121645 : : .co_flags = 0,
121646 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121647 : : ._co_linearray_entry_size = 0,
121648 : : .co_argcount = 0,
121649 : : .co_posonlyargcount = 0,
121650 : : .co_kwonlyargcount = 0,
121651 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
121652 : : .co_stacksize = 3,
121653 : : .co_firstlineno = 1071,
121654 : : .co_nlocalsplus = 0,
121655 : : .co_nlocals = 0,
121656 : : .co_nplaincellvars = 0,
121657 : : .co_ncellvars = 0,
121658 : : .co_nfreevars = 0,
121659 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
121660 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
121661 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121662 : : .co_name = & const_str_PathLike._ascii.ob_base,
121663 : : .co_qualname = & const_str_PathLike._ascii.ob_base,
121664 : : .co_linetable = & os_toplevel_consts_141_linetable.ob_base.ob_base,
121665 : : ._co_code = NULL,
121666 : : ._co_linearray = NULL,
121667 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x06\x65\x07\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x08\x02\x00\x65\x07\x65\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x64\x04\x53\x00",
121668 : : ._co_firsttraceable = 0,
121669 : : };
121670 : : static
121671 : : struct {
121672 : : PyASCIIObject _ascii;
121673 : : uint8_t _data[19];
121674 : : }
121675 : : const_str__AddedDllDirectory = {
121676 : : ._ascii = {
121677 : : .ob_base = {
121678 : : .ob_refcnt = 999999999,
121679 : : .ob_type = &PyUnicode_Type,
121680 : : },
121681 : : .length = 18,
121682 : : .hash = -1,
121683 : : .state = {
121684 : : .kind = 1,
121685 : : .compact = 1,
121686 : : .ascii = 1,
121687 : : },
121688 : : },
121689 : : ._data = "_AddedDllDirectory",
121690 : : };
121691 : : static
121692 : : struct {
121693 : : PyASCIIObject _ascii;
121694 : : uint8_t _data[8];
121695 : : }
121696 : : const_str__cookie = {
121697 : : ._ascii = {
121698 : : .ob_base = {
121699 : : .ob_refcnt = 999999999,
121700 : : .ob_type = &PyUnicode_Type,
121701 : : },
121702 : : .length = 7,
121703 : : .hash = -1,
121704 : : .state = {
121705 : : .kind = 1,
121706 : : .compact = 1,
121707 : : .ascii = 1,
121708 : : },
121709 : : },
121710 : : ._data = "_cookie",
121711 : : };
121712 : : static
121713 : : struct {
121714 : : PyASCIIObject _ascii;
121715 : : uint8_t _data[22];
121716 : : }
121717 : : const_str__remove_dll_directory = {
121718 : : ._ascii = {
121719 : : .ob_base = {
121720 : : .ob_refcnt = 999999999,
121721 : : .ob_type = &PyUnicode_Type,
121722 : : },
121723 : : .length = 21,
121724 : : .hash = -1,
121725 : : .state = {
121726 : : .kind = 1,
121727 : : .compact = 1,
121728 : : .ascii = 1,
121729 : : },
121730 : : },
121731 : : ._data = "_remove_dll_directory",
121732 : : };
121733 : : static
121734 : : struct {
121735 : : PyGC_Head _gc_head;
121736 : : struct {
121737 : : PyObject_VAR_HEAD
121738 : : PyObject *ob_item[3];
121739 : : }_object;
121740 : : }
121741 : : os_toplevel_consts_143_consts_1_names = {
121742 : : ._object = {
121743 : : .ob_base = {
121744 : : .ob_base = {
121745 : : .ob_refcnt = 999999999,
121746 : : .ob_type = &PyTuple_Type,
121747 : : },
121748 : : .ob_size = 3,
121749 : : },
121750 : : .ob_item = {
121751 : : &_Py_ID(path),
121752 : : & const_str__cookie._ascii.ob_base,
121753 : : & const_str__remove_dll_directory._ascii.ob_base,
121754 : : },
121755 : : },
121756 : : };
121757 : : static
121758 : : struct {
121759 : : PyASCIIObject _ascii;
121760 : : uint8_t _data[28];
121761 : : }
121762 : : os_toplevel_consts_143_consts_1_qualname = {
121763 : : ._ascii = {
121764 : : .ob_base = {
121765 : : .ob_refcnt = 999999999,
121766 : : .ob_type = &PyUnicode_Type,
121767 : : },
121768 : : .length = 27,
121769 : : .hash = -1,
121770 : : .state = {
121771 : : .kind = 1,
121772 : : .compact = 1,
121773 : : .ascii = 1,
121774 : : },
121775 : : },
121776 : : ._data = "_AddedDllDirectory.__init__",
121777 : : };
121778 : : static
121779 : : struct {
121780 : : PyObject_VAR_HEAD
121781 : : Py_hash_t ob_shash;
121782 : : char ob_sval[31];
121783 : : }
121784 : : os_toplevel_consts_143_consts_1_linetable = {
121785 : : .ob_base = {
121786 : : .ob_base = {
121787 : : .ob_refcnt = 999999999,
121788 : : .ob_type = &PyBytes_Type,
121789 : : },
121790 : : .ob_size = 30,
121791 : : },
121792 : : .ob_shash = -1,
121793 : : .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",
121794 : : };
121795 : : static
121796 : : struct {
121797 : : PyASCIIObject _ascii;
121798 : : uint8_t _data[7];
121799 : : }
121800 : : const_str_cookie = {
121801 : : ._ascii = {
121802 : : .ob_base = {
121803 : : .ob_refcnt = 999999999,
121804 : : .ob_type = &PyUnicode_Type,
121805 : : },
121806 : : .length = 6,
121807 : : .hash = -1,
121808 : : .state = {
121809 : : .kind = 1,
121810 : : .compact = 1,
121811 : : .ascii = 1,
121812 : : },
121813 : : },
121814 : : ._data = "cookie",
121815 : : };
121816 : : static
121817 : : struct {
121818 : : PyASCIIObject _ascii;
121819 : : uint8_t _data[21];
121820 : : }
121821 : : const_str_remove_dll_directory = {
121822 : : ._ascii = {
121823 : : .ob_base = {
121824 : : .ob_refcnt = 999999999,
121825 : : .ob_type = &PyUnicode_Type,
121826 : : },
121827 : : .length = 20,
121828 : : .hash = -1,
121829 : : .state = {
121830 : : .kind = 1,
121831 : : .compact = 1,
121832 : : .ascii = 1,
121833 : : },
121834 : : },
121835 : : ._data = "remove_dll_directory",
121836 : : };
121837 : : static
121838 : : struct {
121839 : : PyGC_Head _gc_head;
121840 : : struct {
121841 : : PyObject_VAR_HEAD
121842 : : PyObject *ob_item[4];
121843 : : }_object;
121844 : : }
121845 : : os_toplevel_consts_143_consts_1_localsplusnames = {
121846 : : ._object = {
121847 : : .ob_base = {
121848 : : .ob_base = {
121849 : : .ob_refcnt = 999999999,
121850 : : .ob_type = &PyTuple_Type,
121851 : : },
121852 : : .ob_size = 4,
121853 : : },
121854 : : .ob_item = {
121855 : : & const_str_self._ascii.ob_base,
121856 : : &_Py_ID(path),
121857 : : & const_str_cookie._ascii.ob_base,
121858 : : & const_str_remove_dll_directory._ascii.ob_base,
121859 : : },
121860 : : },
121861 : : };
121862 : : static
121863 : : struct _PyCode_DEF(48)
121864 : : os_toplevel_consts_143_consts_1 = {
121865 : : .ob_base = {
121866 : : .ob_base = {
121867 : : .ob_refcnt = 999999999,
121868 : : .ob_type = &PyCode_Type,
121869 : : },
121870 : : .ob_size = 24,
121871 : : },
121872 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
121873 : : .co_names = & os_toplevel_consts_143_consts_1_names._object.ob_base.ob_base,
121874 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121875 : : .co_flags = 3,
121876 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121877 : : ._co_linearray_entry_size = 0,
121878 : : .co_argcount = 4,
121879 : : .co_posonlyargcount = 0,
121880 : : .co_kwonlyargcount = 0,
121881 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
121882 : : .co_stacksize = 2,
121883 : : .co_firstlineno = 1091,
121884 : : .co_nlocalsplus = 4,
121885 : : .co_nlocals = 4,
121886 : : .co_nplaincellvars = 0,
121887 : : .co_ncellvars = 0,
121888 : : .co_nfreevars = 0,
121889 : : .co_localsplusnames = & os_toplevel_consts_143_consts_1_localsplusnames._object.ob_base.ob_base,
121890 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
121891 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121892 : : .co_name = &_Py_ID(__init__),
121893 : : .co_qualname = & os_toplevel_consts_143_consts_1_qualname._ascii.ob_base,
121894 : : .co_linetable = & os_toplevel_consts_143_consts_1_linetable.ob_base.ob_base,
121895 : : ._co_code = NULL,
121896 : : ._co_linearray = NULL,
121897 : : .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",
121898 : : ._co_firsttraceable = 0,
121899 : : };
121900 : : static
121901 : : struct {
121902 : : PyGC_Head _gc_head;
121903 : : struct {
121904 : : PyObject_VAR_HEAD
121905 : : PyObject *ob_item[3];
121906 : : }_object;
121907 : : }
121908 : : os_toplevel_consts_143_consts_2_names = {
121909 : : ._object = {
121910 : : .ob_base = {
121911 : : .ob_base = {
121912 : : .ob_refcnt = 999999999,
121913 : : .ob_type = &PyTuple_Type,
121914 : : },
121915 : : .ob_size = 3,
121916 : : },
121917 : : .ob_item = {
121918 : : & const_str__remove_dll_directory._ascii.ob_base,
121919 : : & const_str__cookie._ascii.ob_base,
121920 : : &_Py_ID(path),
121921 : : },
121922 : : },
121923 : : };
121924 : : static
121925 : : struct {
121926 : : PyASCIIObject _ascii;
121927 : : uint8_t _data[25];
121928 : : }
121929 : : os_toplevel_consts_143_consts_2_qualname = {
121930 : : ._ascii = {
121931 : : .ob_base = {
121932 : : .ob_refcnt = 999999999,
121933 : : .ob_type = &PyUnicode_Type,
121934 : : },
121935 : : .length = 24,
121936 : : .hash = -1,
121937 : : .state = {
121938 : : .kind = 1,
121939 : : .compact = 1,
121940 : : .ascii = 1,
121941 : : },
121942 : : },
121943 : : ._data = "_AddedDllDirectory.close",
121944 : : };
121945 : : static
121946 : : struct {
121947 : : PyObject_VAR_HEAD
121948 : : Py_hash_t ob_shash;
121949 : : char ob_sval[35];
121950 : : }
121951 : : os_toplevel_consts_143_consts_2_linetable = {
121952 : : .ob_base = {
121953 : : .ob_base = {
121954 : : .ob_refcnt = 999999999,
121955 : : .ob_type = &PyBytes_Type,
121956 : : },
121957 : : .ob_size = 34,
121958 : : },
121959 : : .ob_shash = -1,
121960 : : .ob_sval = "\x80\x00\xd8\x0c\x10\xd7\x0c\x26\xd1\x0c\x26\xa0\x74\xa7\x7c\xa1\x7c\xd4\x0c\x34\xd0\x0c\x34\xd8\x18\x1c\x88\x44\x8c\x49\x88\x49\x88\x49",
121961 : : };
121962 : : static
121963 : : struct _PyCode_DEF(76)
121964 : : os_toplevel_consts_143_consts_2 = {
121965 : : .ob_base = {
121966 : : .ob_base = {
121967 : : .ob_refcnt = 999999999,
121968 : : .ob_type = &PyCode_Type,
121969 : : },
121970 : : .ob_size = 38,
121971 : : },
121972 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
121973 : : .co_names = & os_toplevel_consts_143_consts_2_names._object.ob_base.ob_base,
121974 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
121975 : : .co_flags = 3,
121976 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
121977 : : ._co_linearray_entry_size = 0,
121978 : : .co_argcount = 1,
121979 : : .co_posonlyargcount = 0,
121980 : : .co_kwonlyargcount = 0,
121981 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
121982 : : .co_stacksize = 3,
121983 : : .co_firstlineno = 1095,
121984 : : .co_nlocalsplus = 1,
121985 : : .co_nlocals = 1,
121986 : : .co_nplaincellvars = 0,
121987 : : .co_ncellvars = 0,
121988 : : .co_nfreevars = 0,
121989 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
121990 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
121991 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
121992 : : .co_name = &_Py_ID(close),
121993 : : .co_qualname = & os_toplevel_consts_143_consts_2_qualname._ascii.ob_base,
121994 : : .co_linetable = & os_toplevel_consts_143_consts_2_linetable.ob_base.ob_base,
121995 : : ._co_code = NULL,
121996 : : ._co_linearray = NULL,
121997 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
121998 : : ._co_firsttraceable = 0,
121999 : : };
122000 : : static
122001 : : struct {
122002 : : PyASCIIObject _ascii;
122003 : : uint8_t _data[29];
122004 : : }
122005 : : os_toplevel_consts_143_consts_3_qualname = {
122006 : : ._ascii = {
122007 : : .ob_base = {
122008 : : .ob_refcnt = 999999999,
122009 : : .ob_type = &PyUnicode_Type,
122010 : : },
122011 : : .length = 28,
122012 : : .hash = -1,
122013 : : .state = {
122014 : : .kind = 1,
122015 : : .compact = 1,
122016 : : .ascii = 1,
122017 : : },
122018 : : },
122019 : : ._data = "_AddedDllDirectory.__enter__",
122020 : : };
122021 : : static
122022 : : struct _PyCode_DEF(6)
122023 : : os_toplevel_consts_143_consts_3 = {
122024 : : .ob_base = {
122025 : : .ob_base = {
122026 : : .ob_refcnt = 999999999,
122027 : : .ob_type = &PyCode_Type,
122028 : : },
122029 : : .ob_size = 3,
122030 : : },
122031 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122032 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
122033 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122034 : : .co_flags = 3,
122035 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122036 : : ._co_linearray_entry_size = 0,
122037 : : .co_argcount = 1,
122038 : : .co_posonlyargcount = 0,
122039 : : .co_kwonlyargcount = 0,
122040 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
122041 : : .co_stacksize = 1,
122042 : : .co_firstlineno = 1098,
122043 : : .co_nlocalsplus = 1,
122044 : : .co_nlocals = 1,
122045 : : .co_nplaincellvars = 0,
122046 : : .co_ncellvars = 0,
122047 : : .co_nfreevars = 0,
122048 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
122049 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
122050 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122051 : : .co_name = &_Py_ID(__enter__),
122052 : : .co_qualname = & os_toplevel_consts_143_consts_3_qualname._ascii.ob_base,
122053 : : .co_linetable = & os_toplevel_consts_135_consts_3_linetable.ob_base.ob_base,
122054 : : ._co_code = NULL,
122055 : : ._co_linearray = NULL,
122056 : : .co_code_adaptive = "\x97\x00\x7c\x00\x53\x00",
122057 : : ._co_firsttraceable = 0,
122058 : : };
122059 : : static
122060 : : struct {
122061 : : PyASCIIObject _ascii;
122062 : : uint8_t _data[28];
122063 : : }
122064 : : os_toplevel_consts_143_consts_4_qualname = {
122065 : : ._ascii = {
122066 : : .ob_base = {
122067 : : .ob_refcnt = 999999999,
122068 : : .ob_type = &PyUnicode_Type,
122069 : : },
122070 : : .length = 27,
122071 : : .hash = -1,
122072 : : .state = {
122073 : : .kind = 1,
122074 : : .compact = 1,
122075 : : .ascii = 1,
122076 : : },
122077 : : },
122078 : : ._data = "_AddedDllDirectory.__exit__",
122079 : : };
122080 : : static
122081 : : struct _PyCode_DEF(40)
122082 : : os_toplevel_consts_143_consts_4 = {
122083 : : .ob_base = {
122084 : : .ob_base = {
122085 : : .ob_refcnt = 999999999,
122086 : : .ob_type = &PyCode_Type,
122087 : : },
122088 : : .ob_size = 20,
122089 : : },
122090 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122091 : : .co_names = & os_toplevel_consts_135_consts_4_names._object.ob_base.ob_base,
122092 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122093 : : .co_flags = 7,
122094 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122095 : : ._co_linearray_entry_size = 0,
122096 : : .co_argcount = 1,
122097 : : .co_posonlyargcount = 0,
122098 : : .co_kwonlyargcount = 0,
122099 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
122100 : : .co_stacksize = 2,
122101 : : .co_firstlineno = 1100,
122102 : : .co_nlocalsplus = 2,
122103 : : .co_nlocals = 2,
122104 : : .co_nplaincellvars = 0,
122105 : : .co_ncellvars = 0,
122106 : : .co_nfreevars = 0,
122107 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
122108 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
122109 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122110 : : .co_name = &_Py_ID(__exit__),
122111 : : .co_qualname = & os_toplevel_consts_143_consts_4_qualname._ascii.ob_base,
122112 : : .co_linetable = & os_toplevel_consts_135_consts_4_linetable.ob_base.ob_base,
122113 : : ._co_code = NULL,
122114 : : ._co_linearray = NULL,
122115 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
122116 : : ._co_firsttraceable = 0,
122117 : : };
122118 : : static
122119 : : struct {
122120 : : PyASCIIObject _ascii;
122121 : : uint8_t _data[26];
122122 : : }
122123 : : os_toplevel_consts_143_consts_5_consts_1 = {
122124 : : ._ascii = {
122125 : : .ob_base = {
122126 : : .ob_refcnt = 999999999,
122127 : : .ob_type = &PyUnicode_Type,
122128 : : },
122129 : : .length = 25,
122130 : : .hash = -1,
122131 : : .state = {
122132 : : .kind = 1,
122133 : : .compact = 1,
122134 : : .ascii = 1,
122135 : : },
122136 : : },
122137 : : ._data = "<AddedDllDirectory({!r})>",
122138 : : };
122139 : : static
122140 : : struct {
122141 : : PyASCIIObject _ascii;
122142 : : uint8_t _data[22];
122143 : : }
122144 : : os_toplevel_consts_143_consts_5_consts_2 = {
122145 : : ._ascii = {
122146 : : .ob_base = {
122147 : : .ob_refcnt = 999999999,
122148 : : .ob_type = &PyUnicode_Type,
122149 : : },
122150 : : .length = 21,
122151 : : .hash = -1,
122152 : : .state = {
122153 : : .kind = 1,
122154 : : .compact = 1,
122155 : : .ascii = 1,
122156 : : },
122157 : : },
122158 : : ._data = "<AddedDllDirectory()>",
122159 : : };
122160 : : static
122161 : : struct {
122162 : : PyGC_Head _gc_head;
122163 : : struct {
122164 : : PyObject_VAR_HEAD
122165 : : PyObject *ob_item[3];
122166 : : }_object;
122167 : : }
122168 : : os_toplevel_consts_143_consts_5_consts = {
122169 : : ._object = {
122170 : : .ob_base = {
122171 : : .ob_base = {
122172 : : .ob_refcnt = 999999999,
122173 : : .ob_type = &PyTuple_Type,
122174 : : },
122175 : : .ob_size = 3,
122176 : : },
122177 : : .ob_item = {
122178 : : Py_None,
122179 : : & os_toplevel_consts_143_consts_5_consts_1._ascii.ob_base,
122180 : : & os_toplevel_consts_143_consts_5_consts_2._ascii.ob_base,
122181 : : },
122182 : : },
122183 : : };
122184 : : static
122185 : : struct {
122186 : : PyGC_Head _gc_head;
122187 : : struct {
122188 : : PyObject_VAR_HEAD
122189 : : PyObject *ob_item[2];
122190 : : }_object;
122191 : : }
122192 : : os_toplevel_consts_143_consts_5_names = {
122193 : : ._object = {
122194 : : .ob_base = {
122195 : : .ob_base = {
122196 : : .ob_refcnt = 999999999,
122197 : : .ob_type = &PyTuple_Type,
122198 : : },
122199 : : .ob_size = 2,
122200 : : },
122201 : : .ob_item = {
122202 : : &_Py_ID(path),
122203 : : & const_str_format._ascii.ob_base,
122204 : : },
122205 : : },
122206 : : };
122207 : : static
122208 : : struct {
122209 : : PyASCIIObject _ascii;
122210 : : uint8_t _data[28];
122211 : : }
122212 : : os_toplevel_consts_143_consts_5_qualname = {
122213 : : ._ascii = {
122214 : : .ob_base = {
122215 : : .ob_refcnt = 999999999,
122216 : : .ob_type = &PyUnicode_Type,
122217 : : },
122218 : : .length = 27,
122219 : : .hash = -1,
122220 : : .state = {
122221 : : .kind = 1,
122222 : : .compact = 1,
122223 : : .ascii = 1,
122224 : : },
122225 : : },
122226 : : ._data = "_AddedDllDirectory.__repr__",
122227 : : };
122228 : : static
122229 : : struct {
122230 : : PyObject_VAR_HEAD
122231 : : Py_hash_t ob_shash;
122232 : : char ob_sval[43];
122233 : : }
122234 : : os_toplevel_consts_143_consts_5_linetable = {
122235 : : .ob_base = {
122236 : : .ob_base = {
122237 : : .ob_refcnt = 999999999,
122238 : : .ob_type = &PyBytes_Type,
122239 : : },
122240 : : .ob_size = 42,
122241 : : },
122242 : : .ob_shash = -1,
122243 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x79\x89\x79\xf0\x00\x01\x0d\x45\x01\xd8\x17\x32\xd7\x17\x39\xd1\x17\x39\xb8\x24\xbf\x29\xb9\x29\xd4\x17\x44\xd0\x10\x44\xd8\x13\x2a\xd0\x13\x2a",
122244 : : };
122245 : : static
122246 : : struct _PyCode_DEF(86)
122247 : : os_toplevel_consts_143_consts_5 = {
122248 : : .ob_base = {
122249 : : .ob_base = {
122250 : : .ob_refcnt = 999999999,
122251 : : .ob_type = &PyCode_Type,
122252 : : },
122253 : : .ob_size = 43,
122254 : : },
122255 : : .co_consts = & os_toplevel_consts_143_consts_5_consts._object.ob_base.ob_base,
122256 : : .co_names = & os_toplevel_consts_143_consts_5_names._object.ob_base.ob_base,
122257 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122258 : : .co_flags = 3,
122259 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122260 : : ._co_linearray_entry_size = 0,
122261 : : .co_argcount = 1,
122262 : : .co_posonlyargcount = 0,
122263 : : .co_kwonlyargcount = 0,
122264 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
122265 : : .co_stacksize = 3,
122266 : : .co_firstlineno = 1102,
122267 : : .co_nlocalsplus = 1,
122268 : : .co_nlocals = 1,
122269 : : .co_nplaincellvars = 0,
122270 : : .co_ncellvars = 0,
122271 : : .co_nfreevars = 0,
122272 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
122273 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
122274 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122275 : : .co_name = &_Py_ID(__repr__),
122276 : : .co_qualname = & os_toplevel_consts_143_consts_5_qualname._ascii.ob_base,
122277 : : .co_linetable = & os_toplevel_consts_143_consts_5_linetable.ob_base.ob_base,
122278 : : ._co_code = NULL,
122279 : : ._co_linearray = NULL,
122280 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1c\x64\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x64\x02\x53\x00",
122281 : : ._co_firsttraceable = 0,
122282 : : };
122283 : : static
122284 : : struct {
122285 : : PyGC_Head _gc_head;
122286 : : struct {
122287 : : PyObject_VAR_HEAD
122288 : : PyObject *ob_item[7];
122289 : : }_object;
122290 : : }
122291 : : os_toplevel_consts_143_consts = {
122292 : : ._object = {
122293 : : .ob_base = {
122294 : : .ob_base = {
122295 : : .ob_refcnt = 999999999,
122296 : : .ob_type = &PyTuple_Type,
122297 : : },
122298 : : .ob_size = 7,
122299 : : },
122300 : : .ob_item = {
122301 : : & const_str__AddedDllDirectory._ascii.ob_base,
122302 : : & os_toplevel_consts_143_consts_1.ob_base.ob_base,
122303 : : & os_toplevel_consts_143_consts_2.ob_base.ob_base,
122304 : : & os_toplevel_consts_143_consts_3.ob_base.ob_base,
122305 : : & os_toplevel_consts_143_consts_4.ob_base.ob_base,
122306 : : & os_toplevel_consts_143_consts_5.ob_base.ob_base,
122307 : : Py_None,
122308 : : },
122309 : : },
122310 : : };
122311 : : static
122312 : : struct {
122313 : : PyGC_Head _gc_head;
122314 : : struct {
122315 : : PyObject_VAR_HEAD
122316 : : PyObject *ob_item[8];
122317 : : }_object;
122318 : : }
122319 : : os_toplevel_consts_143_names = {
122320 : : ._object = {
122321 : : .ob_base = {
122322 : : .ob_base = {
122323 : : .ob_refcnt = 999999999,
122324 : : .ob_type = &PyTuple_Type,
122325 : : },
122326 : : .ob_size = 8,
122327 : : },
122328 : : .ob_item = {
122329 : : &_Py_ID(__name__),
122330 : : &_Py_ID(__module__),
122331 : : &_Py_ID(__qualname__),
122332 : : &_Py_ID(__init__),
122333 : : &_Py_ID(close),
122334 : : &_Py_ID(__enter__),
122335 : : &_Py_ID(__exit__),
122336 : : &_Py_ID(__repr__),
122337 : : },
122338 : : },
122339 : : };
122340 : : static
122341 : : struct {
122342 : : PyObject_VAR_HEAD
122343 : : Py_hash_t ob_shash;
122344 : : char ob_sval[96];
122345 : : }
122346 : : os_toplevel_consts_143_linetable = {
122347 : : .ob_base = {
122348 : : .ob_base = {
122349 : : .ob_refcnt = 999999999,
122350 : : .ob_type = &PyBytes_Type,
122351 : : },
122352 : : .ob_size = 95,
122353 : : },
122354 : : .ob_shash = -1,
122355 : : .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",
122356 : : };
122357 : : static
122358 : : struct _PyCode_DEF(44)
122359 : : os_toplevel_consts_143 = {
122360 : : .ob_base = {
122361 : : .ob_base = {
122362 : : .ob_refcnt = 999999999,
122363 : : .ob_type = &PyCode_Type,
122364 : : },
122365 : : .ob_size = 22,
122366 : : },
122367 : : .co_consts = & os_toplevel_consts_143_consts._object.ob_base.ob_base,
122368 : : .co_names = & os_toplevel_consts_143_names._object.ob_base.ob_base,
122369 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122370 : : .co_flags = 0,
122371 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122372 : : ._co_linearray_entry_size = 0,
122373 : : .co_argcount = 0,
122374 : : .co_posonlyargcount = 0,
122375 : : .co_kwonlyargcount = 0,
122376 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
122377 : : .co_stacksize = 1,
122378 : : .co_firstlineno = 1090,
122379 : : .co_nlocalsplus = 0,
122380 : : .co_nlocals = 0,
122381 : : .co_nplaincellvars = 0,
122382 : : .co_ncellvars = 0,
122383 : : .co_nfreevars = 0,
122384 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
122385 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
122386 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122387 : : .co_name = & const_str__AddedDllDirectory._ascii.ob_base,
122388 : : .co_qualname = & const_str__AddedDllDirectory._ascii.ob_base,
122389 : : .co_linetable = & os_toplevel_consts_143_linetable.ob_base.ob_base,
122390 : : ._co_code = NULL,
122391 : : ._co_linearray = NULL,
122392 : : .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",
122393 : : ._co_firsttraceable = 0,
122394 : : };
122395 : : static
122396 : : struct {
122397 : : PyASCIIObject _ascii;
122398 : : uint8_t _data[336];
122399 : : }
122400 : : os_toplevel_consts_145_consts_0 = {
122401 : : ._ascii = {
122402 : : .ob_base = {
122403 : : .ob_refcnt = 999999999,
122404 : : .ob_type = &PyUnicode_Type,
122405 : : },
122406 : : .length = 335,
122407 : : .hash = -1,
122408 : : .state = {
122409 : : .kind = 1,
122410 : : .compact = 1,
122411 : : .ascii = 1,
122412 : : },
122413 : : },
122414 : : ._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",
122415 : : };
122416 : : static
122417 : : struct {
122418 : : PyGC_Head _gc_head;
122419 : : struct {
122420 : : PyObject_VAR_HEAD
122421 : : PyObject *ob_item[3];
122422 : : }_object;
122423 : : }
122424 : : os_toplevel_consts_145_consts = {
122425 : : ._object = {
122426 : : .ob_base = {
122427 : : .ob_base = {
122428 : : .ob_refcnt = 999999999,
122429 : : .ob_type = &PyTuple_Type,
122430 : : },
122431 : : .ob_size = 3,
122432 : : },
122433 : : .ob_item = {
122434 : : & os_toplevel_consts_145_consts_0._ascii.ob_base,
122435 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
122436 : : Py_None,
122437 : : },
122438 : : },
122439 : : };
122440 : : static
122441 : : struct {
122442 : : PyASCIIObject _ascii;
122443 : : uint8_t _data[19];
122444 : : }
122445 : : const_str__add_dll_directory = {
122446 : : ._ascii = {
122447 : : .ob_base = {
122448 : : .ob_refcnt = 999999999,
122449 : : .ob_type = &PyUnicode_Type,
122450 : : },
122451 : : .length = 18,
122452 : : .hash = -1,
122453 : : .state = {
122454 : : .kind = 1,
122455 : : .compact = 1,
122456 : : .ascii = 1,
122457 : : },
122458 : : },
122459 : : ._data = "_add_dll_directory",
122460 : : };
122461 : : static
122462 : : struct {
122463 : : PyGC_Head _gc_head;
122464 : : struct {
122465 : : PyObject_VAR_HEAD
122466 : : PyObject *ob_item[4];
122467 : : }_object;
122468 : : }
122469 : : os_toplevel_consts_145_names = {
122470 : : ._object = {
122471 : : .ob_base = {
122472 : : .ob_base = {
122473 : : .ob_refcnt = 999999999,
122474 : : .ob_type = &PyTuple_Type,
122475 : : },
122476 : : .ob_size = 4,
122477 : : },
122478 : : .ob_item = {
122479 : : & const_str_nt._ascii.ob_base,
122480 : : & const_str__add_dll_directory._ascii.ob_base,
122481 : : & const_str__AddedDllDirectory._ascii.ob_base,
122482 : : & const_str__remove_dll_directory._ascii.ob_base,
122483 : : },
122484 : : },
122485 : : };
122486 : : static
122487 : : struct {
122488 : : PyASCIIObject _ascii;
122489 : : uint8_t _data[18];
122490 : : }
122491 : : const_str_add_dll_directory = {
122492 : : ._ascii = {
122493 : : .ob_base = {
122494 : : .ob_refcnt = 999999999,
122495 : : .ob_type = &PyUnicode_Type,
122496 : : },
122497 : : .length = 17,
122498 : : .hash = -1,
122499 : : .state = {
122500 : : .kind = 1,
122501 : : .compact = 1,
122502 : : .ascii = 1,
122503 : : },
122504 : : },
122505 : : ._data = "add_dll_directory",
122506 : : };
122507 : : static
122508 : : struct {
122509 : : PyObject_VAR_HEAD
122510 : : Py_hash_t ob_shash;
122511 : : char ob_sval[60];
122512 : : }
122513 : : os_toplevel_consts_145_linetable = {
122514 : : .ob_base = {
122515 : : .ob_base = {
122516 : : .ob_refcnt = 999999999,
122517 : : .ob_type = &PyBytes_Type,
122518 : : },
122519 : : .ob_size = 59,
122520 : : },
122521 : : .ob_shash = -1,
122522 : : .ob_sval = "\x80\x00\xf0\x14\x00\x09\x12\x88\x09\x88\x09\x88\x09\xd8\x11\x26\x90\x12\xd7\x11\x26\xd1\x11\x26\xa0\x74\xd4\x11\x2c\x88\x06\xdd\x0f\x21\xd8\x0c\x10\xd8\x0c\x12\xd8\x0c\x0e\xd7\x0c\x24\xd1\x0c\x24\xf4\x07\x04\x10\x0a\xf0\x00\x04\x09\x0a",
122523 : : };
122524 : : static
122525 : : struct {
122526 : : PyGC_Head _gc_head;
122527 : : struct {
122528 : : PyObject_VAR_HEAD
122529 : : PyObject *ob_item[3];
122530 : : }_object;
122531 : : }
122532 : : os_toplevel_consts_145_localsplusnames = {
122533 : : ._object = {
122534 : : .ob_base = {
122535 : : .ob_base = {
122536 : : .ob_refcnt = 999999999,
122537 : : .ob_type = &PyTuple_Type,
122538 : : },
122539 : : .ob_size = 3,
122540 : : },
122541 : : .ob_item = {
122542 : : &_Py_ID(path),
122543 : : & const_str_nt._ascii.ob_base,
122544 : : & const_str_cookie._ascii.ob_base,
122545 : : },
122546 : : },
122547 : : };
122548 : : static
122549 : : struct _PyCode_DEF(98)
122550 : : os_toplevel_consts_145 = {
122551 : : .ob_base = {
122552 : : .ob_base = {
122553 : : .ob_refcnt = 999999999,
122554 : : .ob_type = &PyCode_Type,
122555 : : },
122556 : : .ob_size = 49,
122557 : : },
122558 : : .co_consts = & os_toplevel_consts_145_consts._object.ob_base.ob_base,
122559 : : .co_names = & os_toplevel_consts_145_names._object.ob_base.ob_base,
122560 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
122561 : : .co_flags = 3,
122562 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
122563 : : ._co_linearray_entry_size = 0,
122564 : : .co_argcount = 1,
122565 : : .co_posonlyargcount = 0,
122566 : : .co_kwonlyargcount = 0,
122567 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
122568 : : .co_stacksize = 5,
122569 : : .co_firstlineno = 1107,
122570 : : .co_nlocalsplus = 3,
122571 : : .co_nlocals = 3,
122572 : : .co_nplaincellvars = 0,
122573 : : .co_ncellvars = 0,
122574 : : .co_nfreevars = 0,
122575 : : .co_localsplusnames = & os_toplevel_consts_145_localsplusnames._object.ob_base.ob_base,
122576 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
122577 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
122578 : : .co_name = & const_str_add_dll_directory._ascii.ob_base,
122579 : : .co_qualname = & const_str_add_dll_directory._ascii.ob_base,
122580 : : .co_linetable = & os_toplevel_consts_145_linetable.ob_base.ob_base,
122581 : : ._co_code = NULL,
122582 : : ._co_linearray = NULL,
122583 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x7d\x01\x02\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
122584 : : ._co_firsttraceable = 0,
122585 : : };
122586 : : static
122587 : : struct {
122588 : : PyGC_Head _gc_head;
122589 : : struct {
122590 : : PyObject_VAR_HEAD
122591 : : PyObject *ob_item[2];
122592 : : }_object;
122593 : : }
122594 : : os_toplevel_consts_146 = {
122595 : : ._object = {
122596 : : .ob_base = {
122597 : : .ob_base = {
122598 : : .ob_refcnt = 999999999,
122599 : : .ob_type = &PyTuple_Type,
122600 : : },
122601 : : .ob_size = 2,
122602 : : },
122603 : : .ob_item = {
122604 : : & const_int_511.ob_base.ob_base,
122605 : : Py_False,
122606 : : },
122607 : : },
122608 : : };
122609 : : static
122610 : : struct {
122611 : : PyGC_Head _gc_head;
122612 : : struct {
122613 : : PyObject_VAR_HEAD
122614 : : PyObject *ob_item[3];
122615 : : }_object;
122616 : : }
122617 : : os_toplevel_consts_147 = {
122618 : : ._object = {
122619 : : .ob_base = {
122620 : : .ob_base = {
122621 : : .ob_refcnt = 999999999,
122622 : : .ob_type = &PyTuple_Type,
122623 : : },
122624 : : .ob_size = 3,
122625 : : },
122626 : : .ob_item = {
122627 : : Py_True,
122628 : : Py_None,
122629 : : Py_False,
122630 : : },
122631 : : },
122632 : : };
122633 : : static
122634 : : struct {
122635 : : PyGC_Head _gc_head;
122636 : : struct {
122637 : : PyObject_VAR_HEAD
122638 : : PyObject *ob_item[3];
122639 : : }_object;
122640 : : }
122641 : : os_toplevel_consts_148 = {
122642 : : ._object = {
122643 : : .ob_base = {
122644 : : .ob_base = {
122645 : : .ob_refcnt = 999999999,
122646 : : .ob_type = &PyTuple_Type,
122647 : : },
122648 : : .ob_size = 3,
122649 : : },
122650 : : .ob_item = {
122651 : : &_Py_STR(dot),
122652 : : Py_True,
122653 : : Py_None,
122654 : : },
122655 : : },
122656 : : };
122657 : : static
122658 : : struct {
122659 : : PyGC_Head _gc_head;
122660 : : struct {
122661 : : PyObject_VAR_HEAD
122662 : : PyObject *ob_item[2];
122663 : : }_object;
122664 : : }
122665 : : os_toplevel_consts_150 = {
122666 : : ._object = {
122667 : : .ob_base = {
122668 : : .ob_base = {
122669 : : .ob_refcnt = 999999999,
122670 : : .ob_type = &PyTuple_Type,
122671 : : },
122672 : : .ob_size = 2,
122673 : : },
122674 : : .ob_item = {
122675 : : & const_str_r._ascii.ob_base,
122676 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
122677 : : },
122678 : : },
122679 : : };
122680 : : static
122681 : : struct {
122682 : : PyGC_Head _gc_head;
122683 : : struct {
122684 : : PyObject_VAR_HEAD
122685 : : PyObject *ob_item[3];
122686 : : }_object;
122687 : : }
122688 : : os_toplevel_consts_151 = {
122689 : : ._object = {
122690 : : .ob_base = {
122691 : : .ob_base = {
122692 : : .ob_refcnt = 999999999,
122693 : : .ob_type = &PyTuple_Type,
122694 : : },
122695 : : .ob_size = 3,
122696 : : },
122697 : : .ob_item = {
122698 : : & const_str_r._ascii.ob_base,
122699 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
122700 : : Py_None,
122701 : : },
122702 : : },
122703 : : };
122704 : : static
122705 : : struct {
122706 : : PyGC_Head _gc_head;
122707 : : struct {
122708 : : PyObject_VAR_HEAD
122709 : : PyObject *ob_item[152];
122710 : : }_object;
122711 : : }
122712 : : os_toplevel_consts = {
122713 : : ._object = {
122714 : : .ob_base = {
122715 : : .ob_base = {
122716 : : .ob_refcnt = 999999999,
122717 : : .ob_type = &PyTuple_Type,
122718 : : },
122719 : : .ob_size = 152,
122720 : : },
122721 : : .ob_item = {
122722 : : & os_toplevel_consts_0._ascii.ob_base,
122723 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
122724 : : Py_None,
122725 : : & os_toplevel_consts_3._object.ob_base.ob_base,
122726 : : & os_toplevel_consts_4._object.ob_base.ob_base,
122727 : : & os_toplevel_consts_5.ob_base.ob_base,
122728 : : & os_toplevel_consts_6.ob_base.ob_base,
122729 : : & const_str_posix._ascii.ob_base,
122730 : : & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
122731 : : & codecs_toplevel_consts_3._object.ob_base.ob_base,
122732 : : & os_toplevel_consts_10._object.ob_base.ob_base,
122733 : : & const_str__exit._ascii.ob_base,
122734 : : & os_toplevel_consts_12._object.ob_base.ob_base,
122735 : : & const_str_nt._ascii.ob_base,
122736 : : & os_toplevel_consts_14._ascii.ob_base,
122737 : : & os_toplevel_consts_15._ascii.ob_base,
122738 : : & os_toplevel_consts_16._ascii.ob_base,
122739 : : & os_toplevel_consts_17._object.ob_base.ob_base,
122740 : : & const_str__have_functions._ascii.ob_base,
122741 : : & os_toplevel_consts_19.ob_base.ob_base,
122742 : : & const_str_HAVE_FACCESSAT._ascii.ob_base,
122743 : : & const_str_access._ascii.ob_base,
122744 : : & const_str_HAVE_FCHMODAT._ascii.ob_base,
122745 : : & const_str_chmod._ascii.ob_base,
122746 : : & const_str_HAVE_FCHOWNAT._ascii.ob_base,
122747 : : & const_str_chown._ascii.ob_base,
122748 : : & const_str_HAVE_FSTATAT._ascii.ob_base,
122749 : : & const_str_stat._ascii.ob_base,
122750 : : & const_str_HAVE_FUTIMESAT._ascii.ob_base,
122751 : : & const_str_utime._ascii.ob_base,
122752 : : & const_str_HAVE_LINKAT._ascii.ob_base,
122753 : : & const_str_link._ascii.ob_base,
122754 : : & const_str_HAVE_MKDIRAT._ascii.ob_base,
122755 : : & const_str_mkdir._ascii.ob_base,
122756 : : & const_str_HAVE_MKFIFOAT._ascii.ob_base,
122757 : : & const_str_mkfifo._ascii.ob_base,
122758 : : & const_str_HAVE_MKNODAT._ascii.ob_base,
122759 : : & const_str_mknod._ascii.ob_base,
122760 : : & const_str_HAVE_OPENAT._ascii.ob_base,
122761 : : &_Py_ID(open),
122762 : : & const_str_HAVE_READLINKAT._ascii.ob_base,
122763 : : & const_str_readlink._ascii.ob_base,
122764 : : & const_str_HAVE_RENAMEAT._ascii.ob_base,
122765 : : & const_str_rename._ascii.ob_base,
122766 : : & const_str_HAVE_SYMLINKAT._ascii.ob_base,
122767 : : & const_str_symlink._ascii.ob_base,
122768 : : & const_str_HAVE_UNLINKAT._ascii.ob_base,
122769 : : & const_str_unlink._ascii.ob_base,
122770 : : & const_str_rmdir._ascii.ob_base,
122771 : : & const_str_HAVE_UTIMENSAT._ascii.ob_base,
122772 : : & const_str_HAVE_FCHDIR._ascii.ob_base,
122773 : : & const_str_chdir._ascii.ob_base,
122774 : : & const_str_HAVE_FCHMOD._ascii.ob_base,
122775 : : & const_str_HAVE_FCHOWN._ascii.ob_base,
122776 : : & const_str_HAVE_FDOPENDIR._ascii.ob_base,
122777 : : & const_str_listdir._ascii.ob_base,
122778 : : & const_str_scandir._ascii.ob_base,
122779 : : & const_str_HAVE_FEXECVE._ascii.ob_base,
122780 : : & const_str_execve._ascii.ob_base,
122781 : : & const_str_HAVE_FTRUNCATE._ascii.ob_base,
122782 : : &_Py_ID(truncate),
122783 : : & const_str_HAVE_FUTIMENS._ascii.ob_base,
122784 : : & const_str_HAVE_FUTIMES._ascii.ob_base,
122785 : : & const_str_HAVE_FPATHCONF._ascii.ob_base,
122786 : : & const_str_pathconf._ascii.ob_base,
122787 : : & const_str_statvfs._ascii.ob_base,
122788 : : & const_str_fstatvfs._ascii.ob_base,
122789 : : & const_str_HAVE_FSTATVFS._ascii.ob_base,
122790 : : & const_str_HAVE_LCHFLAGS._ascii.ob_base,
122791 : : & const_str_chflags._ascii.ob_base,
122792 : : & const_str_HAVE_LCHMOD._ascii.ob_base,
122793 : : & const_str_lchown._ascii.ob_base,
122794 : : & const_str_HAVE_LCHOWN._ascii.ob_base,
122795 : : & const_str_HAVE_LUTIMES._ascii.ob_base,
122796 : : & const_str_HAVE_LSTAT._ascii.ob_base,
122797 : : & const_str_MS_WINDOWS._ascii.ob_base,
122798 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
122799 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
122800 : : & const_int_511.ob_base.ob_base,
122801 : : Py_False,
122802 : : & os_toplevel_consts_80.ob_base.ob_base,
122803 : : & os_toplevel_consts_81.ob_base.ob_base,
122804 : : & os_toplevel_consts_82.ob_base.ob_base,
122805 : : & os_toplevel_consts_83._object.ob_base.ob_base,
122806 : : Py_True,
122807 : : & os_toplevel_consts_85.ob_base.ob_base,
122808 : : & os_toplevel_consts_86.ob_base.ob_base,
122809 : : & const_str_walk._ascii.ob_base,
122810 : : &_Py_STR(dot),
122811 : : & os_toplevel_consts_89._object.ob_base.ob_base,
122812 : : & os_toplevel_consts_90.ob_base.ob_base,
122813 : : & os_toplevel_consts_91.ob_base.ob_base,
122814 : : & const_str_fwalk._ascii.ob_base,
122815 : : & os_toplevel_consts_93.ob_base.ob_base,
122816 : : & os_toplevel_consts_94.ob_base.ob_base,
122817 : : & os_toplevel_consts_95.ob_base.ob_base,
122818 : : & os_toplevel_consts_96.ob_base.ob_base,
122819 : : & os_toplevel_consts_97.ob_base.ob_base,
122820 : : & os_toplevel_consts_98.ob_base.ob_base,
122821 : : & os_toplevel_consts_99._object.ob_base.ob_base,
122822 : : & os_toplevel_consts_100.ob_base.ob_base,
122823 : : & os_toplevel_consts_101.ob_base.ob_base,
122824 : : & os_toplevel_consts_102._object.ob_base.ob_base,
122825 : : & os_toplevel_consts_103.ob_base.ob_base,
122826 : : & const_str__Environ._ascii.ob_base,
122827 : : & os_toplevel_consts_105.ob_base.ob_base,
122828 : : & os_toplevel_consts_106.ob_base.ob_base,
122829 : : & os_toplevel_consts_107._object.ob_base.ob_base,
122830 : : & os_toplevel_consts_108.ob_base.ob_base,
122831 : : & os_toplevel_consts_109.ob_base.ob_base,
122832 : : & os_toplevel_consts_110._object.ob_base.ob_base,
122833 : : & os_toplevel_consts_111.ob_base.ob_base,
122834 : : & const_str_fork._ascii.ob_base,
122835 : : & const_str_spawnv._ascii.ob_base,
122836 : : & const_str_execv._ascii.ob_base,
122837 : : & os_toplevel_consts_115._object.ob_base.ob_base,
122838 : : & os_toplevel_consts_116.ob_base.ob_base,
122839 : : & os_toplevel_consts_117.ob_base.ob_base,
122840 : : & os_toplevel_consts_118.ob_base.ob_base,
122841 : : & os_toplevel_consts_119.ob_base.ob_base,
122842 : : & os_toplevel_consts_120.ob_base.ob_base,
122843 : : & os_toplevel_consts_121._object.ob_base.ob_base,
122844 : : & os_toplevel_consts_122.ob_base.ob_base,
122845 : : & os_toplevel_consts_123.ob_base.ob_base,
122846 : : & const_str_spawnl._ascii.ob_base,
122847 : : & const_str_spawnle._ascii.ob_base,
122848 : : & const_str_spawnvp._ascii.ob_base,
122849 : : & os_toplevel_consts_127.ob_base.ob_base,
122850 : : & os_toplevel_consts_128.ob_base.ob_base,
122851 : : & const_str_spawnlp._ascii.ob_base,
122852 : : & const_str_spawnlpe._ascii.ob_base,
122853 : : & const_str_vxworks._ascii.ob_base,
122854 : : & const_str_r._ascii.ob_base,
122855 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -1],
122856 : : & os_toplevel_consts_134.ob_base.ob_base,
122857 : : & os_toplevel_consts_135.ob_base.ob_base,
122858 : : & const_str__wrap_close._ascii.ob_base,
122859 : : & const_str_popen._ascii.ob_base,
122860 : : & os_toplevel_consts_138.ob_base.ob_base,
122861 : : & os_toplevel_consts_139.ob_base.ob_base,
122862 : : & const_str_fspath._ascii.ob_base,
122863 : : & os_toplevel_consts_141.ob_base.ob_base,
122864 : : & const_str_PathLike._ascii.ob_base,
122865 : : & os_toplevel_consts_143.ob_base.ob_base,
122866 : : & const_str__AddedDllDirectory._ascii.ob_base,
122867 : : & os_toplevel_consts_145.ob_base.ob_base,
122868 : : & os_toplevel_consts_146._object.ob_base.ob_base,
122869 : : & os_toplevel_consts_147._object.ob_base.ob_base,
122870 : : & os_toplevel_consts_148._object.ob_base.ob_base,
122871 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
122872 : : & os_toplevel_consts_150._object.ob_base.ob_base,
122873 : : & os_toplevel_consts_151._object.ob_base.ob_base,
122874 : : },
122875 : : },
122876 : : };
122877 : : static
122878 : : struct {
122879 : : PyASCIIObject _ascii;
122880 : : uint8_t _data[17];
122881 : : }
122882 : : const_str__collections_abc = {
122883 : : ._ascii = {
122884 : : .ob_base = {
122885 : : .ob_refcnt = 999999999,
122886 : : .ob_type = &PyUnicode_Type,
122887 : : },
122888 : : .length = 16,
122889 : : .hash = -1,
122890 : : .state = {
122891 : : .kind = 1,
122892 : : .compact = 1,
122893 : : .ascii = 1,
122894 : : },
122895 : : },
122896 : : ._data = "_collections_abc",
122897 : : };
122898 : : static
122899 : : struct {
122900 : : PyASCIIObject _ascii;
122901 : : uint8_t _data[7];
122902 : : }
122903 : : const_str__names = {
122904 : : ._ascii = {
122905 : : .ob_base = {
122906 : : .ob_refcnt = 999999999,
122907 : : .ob_type = &PyUnicode_Type,
122908 : : },
122909 : : .length = 6,
122910 : : .hash = -1,
122911 : : .state = {
122912 : : .kind = 1,
122913 : : .compact = 1,
122914 : : .ascii = 1,
122915 : : },
122916 : : },
122917 : : ._data = "_names",
122918 : : };
122919 : : static
122920 : : struct {
122921 : : PyASCIIObject _ascii;
122922 : : uint8_t _data[10];
122923 : : }
122924 : : const_str_posixpath = {
122925 : : ._ascii = {
122926 : : .ob_base = {
122927 : : .ob_refcnt = 999999999,
122928 : : .ob_type = &PyUnicode_Type,
122929 : : },
122930 : : .length = 9,
122931 : : .hash = -1,
122932 : : .state = {
122933 : : .kind = 1,
122934 : : .compact = 1,
122935 : : .ascii = 1,
122936 : : },
122937 : : },
122938 : : ._data = "posixpath",
122939 : : };
122940 : : static
122941 : : struct {
122942 : : PyASCIIObject _ascii;
122943 : : uint8_t _data[7];
122944 : : }
122945 : : const_str_ntpath = {
122946 : : ._ascii = {
122947 : : .ob_base = {
122948 : : .ob_refcnt = 999999999,
122949 : : .ob_type = &PyUnicode_Type,
122950 : : },
122951 : : .length = 6,
122952 : : .hash = -1,
122953 : : .state = {
122954 : : .kind = 1,
122955 : : .compact = 1,
122956 : : .ascii = 1,
122957 : : },
122958 : : },
122959 : : ._data = "ntpath",
122960 : : };
122961 : : static
122962 : : struct {
122963 : : PyASCIIObject _ascii;
122964 : : uint8_t _data[16];
122965 : : }
122966 : : const_str_supports_dir_fd = {
122967 : : ._ascii = {
122968 : : .ob_base = {
122969 : : .ob_refcnt = 999999999,
122970 : : .ob_type = &PyUnicode_Type,
122971 : : },
122972 : : .length = 15,
122973 : : .hash = -1,
122974 : : .state = {
122975 : : .kind = 1,
122976 : : .compact = 1,
122977 : : .ascii = 1,
122978 : : },
122979 : : },
122980 : : ._data = "supports_dir_fd",
122981 : : };
122982 : : static
122983 : : struct {
122984 : : PyASCIIObject _ascii;
122985 : : uint8_t _data[23];
122986 : : }
122987 : : const_str_supports_effective_ids = {
122988 : : ._ascii = {
122989 : : .ob_base = {
122990 : : .ob_refcnt = 999999999,
122991 : : .ob_type = &PyUnicode_Type,
122992 : : },
122993 : : .length = 22,
122994 : : .hash = -1,
122995 : : .state = {
122996 : : .kind = 1,
122997 : : .compact = 1,
122998 : : .ascii = 1,
122999 : : },
123000 : : },
123001 : : ._data = "supports_effective_ids",
123002 : : };
123003 : : static
123004 : : struct {
123005 : : PyASCIIObject _ascii;
123006 : : uint8_t _data[12];
123007 : : }
123008 : : const_str_supports_fd = {
123009 : : ._ascii = {
123010 : : .ob_base = {
123011 : : .ob_refcnt = 999999999,
123012 : : .ob_type = &PyUnicode_Type,
123013 : : },
123014 : : .length = 11,
123015 : : .hash = -1,
123016 : : .state = {
123017 : : .kind = 1,
123018 : : .compact = 1,
123019 : : .ascii = 1,
123020 : : },
123021 : : },
123022 : : ._data = "supports_fd",
123023 : : };
123024 : : static
123025 : : struct {
123026 : : PyASCIIObject _ascii;
123027 : : uint8_t _data[25];
123028 : : }
123029 : : const_str_supports_follow_symlinks = {
123030 : : ._ascii = {
123031 : : .ob_base = {
123032 : : .ob_refcnt = 999999999,
123033 : : .ob_type = &PyUnicode_Type,
123034 : : },
123035 : : .length = 24,
123036 : : .hash = -1,
123037 : : .state = {
123038 : : .kind = 1,
123039 : : .compact = 1,
123040 : : .ascii = 1,
123041 : : },
123042 : : },
123043 : : ._data = "supports_follow_symlinks",
123044 : : };
123045 : : static
123046 : : struct {
123047 : : PyGC_Head _gc_head;
123048 : : struct {
123049 : : PyObject_VAR_HEAD
123050 : : PyObject *ob_item[106];
123051 : : }_object;
123052 : : }
123053 : : os_toplevel_names = {
123054 : : ._object = {
123055 : : .ob_base = {
123056 : : .ob_base = {
123057 : : .ob_refcnt = 999999999,
123058 : : .ob_type = &PyTuple_Type,
123059 : : },
123060 : : .ob_size = 106,
123061 : : },
123062 : : .ob_item = {
123063 : : &_Py_ID(__doc__),
123064 : : & const_str_abc._ascii.ob_base,
123065 : : & const_str_sys._ascii.ob_base,
123066 : : & const_str_stat._ascii.ob_base,
123067 : : & const_str_st._ascii.ob_base,
123068 : : & const_str__collections_abc._ascii.ob_base,
123069 : : & const_str__check_methods._ascii.ob_base,
123070 : : & const_str_type._ascii.ob_base,
123071 : : & const_str_list._ascii.ob_base,
123072 : : & const_str_int._ascii.ob_base,
123073 : : & const_str_GenericAlias._ascii.ob_base,
123074 : : & const_str_builtin_module_names._ascii.ob_base,
123075 : : & const_str__names._ascii.ob_base,
123076 : : &_Py_ID(__all__),
123077 : : & const_str__exists._ascii.ob_base,
123078 : : & const_str__get_exports_list._ascii.ob_base,
123079 : : &_Py_ID(name),
123080 : : & const_str_linesep._ascii.ob_base,
123081 : : & const_str_posix._ascii.ob_base,
123082 : : & const_str__exit._ascii.ob_base,
123083 : : &_Py_ID(append),
123084 : : & const_str_ImportError._ascii.ob_base,
123085 : : & const_str_posixpath._ascii.ob_base,
123086 : : &_Py_ID(path),
123087 : : & const_str__have_functions._ascii.ob_base,
123088 : : &_Py_ID(extend),
123089 : : & const_str_nt._ascii.ob_base,
123090 : : & const_str_ntpath._ascii.ob_base,
123091 : : &_Py_ID(modules),
123092 : : & os_toplevel_consts_16._ascii.ob_base,
123093 : : & const_str_curdir._ascii.ob_base,
123094 : : & const_str_pardir._ascii.ob_base,
123095 : : & const_str_sep._ascii.ob_base,
123096 : : & const_str_pathsep._ascii.ob_base,
123097 : : & const_str_defpath._ascii.ob_base,
123098 : : & const_str_extsep._ascii.ob_base,
123099 : : & const_str_altsep._ascii.ob_base,
123100 : : & const_str_devnull._ascii.ob_base,
123101 : : & const_str_globals._ascii.ob_base,
123102 : : & const_str__globals._ascii.ob_base,
123103 : : & const_str__add._ascii.ob_base,
123104 : : & const_str_set._ascii.ob_base,
123105 : : & const_str__set._ascii.ob_base,
123106 : : & const_str_supports_dir_fd._ascii.ob_base,
123107 : : & const_str_supports_effective_ids._ascii.ob_base,
123108 : : &_Py_ID(add),
123109 : : & const_str_supports_fd._ascii.ob_base,
123110 : : & const_str_supports_follow_symlinks._ascii.ob_base,
123111 : : & const_str_SEEK_SET._ascii.ob_base,
123112 : : & const_str_SEEK_CUR._ascii.ob_base,
123113 : : & const_str_SEEK_END._ascii.ob_base,
123114 : : & const_str_makedirs._ascii.ob_base,
123115 : : & const_str_removedirs._ascii.ob_base,
123116 : : & const_str_renames._ascii.ob_base,
123117 : : & const_str_walk._ascii.ob_base,
123118 : : & const_str__walk._ascii.ob_base,
123119 : : &_Py_ID(open),
123120 : : & const_str_scandir._ascii.ob_base,
123121 : : & const_str_fwalk._ascii.ob_base,
123122 : : & const_str__fwalk._ascii.ob_base,
123123 : : & const_str_execl._ascii.ob_base,
123124 : : & const_str_execle._ascii.ob_base,
123125 : : & const_str_execlp._ascii.ob_base,
123126 : : & const_str_execlpe._ascii.ob_base,
123127 : : & const_str_execvp._ascii.ob_base,
123128 : : & const_str_execvpe._ascii.ob_base,
123129 : : & const_str__execvpe._ascii.ob_base,
123130 : : & const_str_get_exec_path._ascii.ob_base,
123131 : : & const_str_MutableMapping._ascii.ob_base,
123132 : : & const_str_Mapping._ascii.ob_base,
123133 : : & const_str__Environ._ascii.ob_base,
123134 : : & const_str__createenviron._ascii.ob_base,
123135 : : & const_str_environ._ascii.ob_base,
123136 : : & const_str_getenv._ascii.ob_base,
123137 : : & const_str_supports_bytes_environ._ascii.ob_base,
123138 : : & const_str__check_bytes._ascii.ob_base,
123139 : : & const_str__data._ascii.ob_base,
123140 : : & const_str_bytes._ascii.ob_base,
123141 : : & const_str_environb._ascii.ob_base,
123142 : : & const_str_getenvb._ascii.ob_base,
123143 : : & const_str__fscodec._ascii.ob_base,
123144 : : & const_str_fsencode._ascii.ob_base,
123145 : : & const_str_fsdecode._ascii.ob_base,
123146 : : & const_str_P_WAIT._ascii.ob_base,
123147 : : & const_str_P_NOWAIT._ascii.ob_base,
123148 : : & const_str_P_NOWAITO._ascii.ob_base,
123149 : : & const_str__spawnvef._ascii.ob_base,
123150 : : & const_str_spawnv._ascii.ob_base,
123151 : : & const_str_spawnve._ascii.ob_base,
123152 : : & const_str_spawnvp._ascii.ob_base,
123153 : : & const_str_spawnvpe._ascii.ob_base,
123154 : : & const_str_spawnl._ascii.ob_base,
123155 : : & const_str_spawnle._ascii.ob_base,
123156 : : & const_str_spawnlp._ascii.ob_base,
123157 : : & const_str_spawnlpe._ascii.ob_base,
123158 : : & const_str_platform._ascii.ob_base,
123159 : : & const_str_popen._ascii.ob_base,
123160 : : & const_str__wrap_close._ascii.ob_base,
123161 : : & const_str_fdopen._ascii.ob_base,
123162 : : & const_str__fspath._ascii.ob_base,
123163 : : & const_str_fspath._ascii.ob_base,
123164 : : &_Py_ID(__name__),
123165 : : & const_str_ABC._ascii.ob_base,
123166 : : & const_str_PathLike._ascii.ob_base,
123167 : : & const_str__AddedDllDirectory._ascii.ob_base,
123168 : : & const_str_add_dll_directory._ascii.ob_base,
123169 : : },
123170 : : },
123171 : : };
123172 : : static
123173 : : struct {
123174 : : PyObject_VAR_HEAD
123175 : : Py_hash_t ob_shash;
123176 : : char ob_sval[2785];
123177 : : }
123178 : : os_toplevel_linetable = {
123179 : : .ob_base = {
123180 : : .ob_base = {
123181 : : .ob_refcnt = 999999999,
123182 : : .ob_type = &PyBytes_Type,
123183 : : },
123184 : : .ob_size = 2784,
123185 : : },
123186 : : .ob_shash = -1,
123187 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x15\x01\x04\xf0\x00\x15\x01\x04\xf0\x30\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x11\xd0\x00\x11\xd0\x00\x11\xd0\x00\x11\xe0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xd0\x00\x2b\xe0\x0f\x13\x88\x74\x90\x44\x98\x13\x94\x49\x8c\x7f\x80\x0c\xe0\x09\x0c\xd7\x09\x21\xd1\x09\x21\x80\x06\xf0\x06\x03\x0b\x15\xf0\x00\x03\x0b\x15\xf0\x00\x03\x0b\x15\x80\x07\xf0\x0a\x01\x01\x1d\xf0\x00\x01\x01\x1d\xf0\x00\x01\x01\x1d\xf0\x06\x04\x01\x37\xf0\x00\x04\x01\x37\xf0\x00\x04\x01\x37\xf0\x10\x00\x04\x0b\x88\x66\xd0\x03\x14\xf0\x00\x29\x01\x35\xd8\x0b\x12\x80\x44\xd8\x0e\x12\x80\x47\xd8\x04\x17\xd0\x04\x17\xd0\x04\x17\xd0\x04\x17\xf0\x02\x04\x05\x0d\xd8\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xd8\x08\x0f\x8f\x0e\x89\x0e\x90\x77\xd4\x08\x1f\xd0\x08\x1f\xf0\x06\x00\x05\x1d\xd0\x04\x1c\xd0\x04\x1c\xd0\x04\x1c\xf0\x04\x03\x05\x0d\xd8\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xd0\x08\x29\xf0\x08\x00\x05\x11\x80\x4c\x80\x4c\x80\x4c\xd8\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x55\xd4\x13\x2b\xd4\x04\x2c\xd0\x04\x2c\xd8\x08\x0d\x88\x05\xe0\x05\x09\x88\x56\x80\x5e\xf0\x00\x15\x01\x35\xd8\x0b\x0f\x80\x44\xd8\x0e\x14\x80\x47\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14\xf0\x02\x04\x05\x0d\xd8\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd0\x08\x1c\xd8\x08\x0f\x8f\x0e\x89\x0e\x90\x77\xd4\x08\x1f\xd0\x08\x1f\xf0\x06\x00\x05\x1a\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19\xe0\x04\x0d\x80\x49\x80\x49\x80\x49\xd8\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x24\xd0\x13\x24\xa0\x52\xd4\x13\x28\xd4\x04\x29\xd0\x04\x29\xd8\x08\x0a\xf0\x04\x03\x05\x0d\xd8\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xd0\x08\x26\xf0\x0a\x00\x0b\x16\x88\x2b\xd0\x16\x33\xd4\x0a\x34\xd0\x04\x34\xe0\x19\x1d\x80\x03\x87\x0b\x81\x0b\x88\x49\xd1\x00\x16\xf0\x02\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x00\x01\x01\x0d\xf0\x06\x00\x05\x0b\xf0\x06\x00\x04\x0b\x80\x37\xd0\x0b\x1c\xd4\x03\x1d\xf1\x00\x55\x01\x01\x0d\xd8\x0f\x16\x88\x77\x8c\x79\x80\x48\xf0\x02\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x00\x02\x05\x23\xf0\x08\x00\x0c\x0f\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x1a\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1f\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x16\x1a\x80\x4f\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x1d\x21\xd0\x04\x1a\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1e\x98\x48\xd4\x04\x25\xd0\x04\x25\xd8\x04\x08\x87\x48\x81\x48\x88\x54\x84\x4e\x80\x4e\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x04\x08\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x4a\xd4\x04\x27\xd0\x04\x27\xd8\x07\x0e\x80\x77\x88\x79\xd4\x07\x19\xf0\x00\x01\x05\x29\x98\x67\x98\x67\xa0\x6a\xd4\x1e\x31\xf0\x00\x01\x05\x29\xd8\x08\x0c\x88\x04\x88\x5f\x98\x69\xd4\x08\x28\xd0\x08\x28\xd8\x12\x16\x80\x4b\xe0\x0b\x0e\x88\x33\x8c\x35\x80\x44\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x48\xd4\x04\x25\xd0\x04\x25\xf0\x2c\x00\x05\x09\x80\x44\x88\x1f\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1f\x98\x49\xd4\x04\x26\xd0\x04\x26\xd8\x04\x08\x80\x44\x88\x1d\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x07\x0e\x80\x77\x88\x78\xd4\x07\x18\xf0\x00\x01\x05\x25\xd8\x08\x0c\x88\x04\x88\x5d\x98\x47\xd4\x08\x24\xd0\x08\x24\xd8\x04\x08\x80\x44\x88\x1d\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\x88\x1e\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x04\x08\x80\x44\xd0\x09\x19\x98\x47\xd4\x04\x24\xd0\x04\x24\xd8\x04\x08\x80\x44\x88\x1c\x98\x46\xd4\x04\x23\xd0\x04\x23\xd8\x1f\x23\xd0\x04\x1c\xe0\x08\x0c\xd8\x08\x17\xd8\x08\x10\xd8\x08\x0c\xf0\x0c\x00\x0c\x0d\x80\x08\xd8\x0b\x0c\x80\x08\xd8\x0b\x0c\x80\x08\xf0\x0a\x00\x19\x1e\xf0\x00\x1e\x01\x12\xf0\x00\x1e\x01\x12\xf0\x00\x1e\x01\x12\xf0\x40\x01\x14\x01\x26\xf0\x00\x14\x01\x26\xf0\x00\x14\x01\x26\xf0\x2c\x18\x01\x11\xf0\x00\x18\x01\x11\xf0\x00\x18\x01\x11\xf0\x34\x00\x01\x08\x87\x0e\x81\x0e\xd0\x0f\x34\xd0\x0f\x34\xd0\x0f\x34\xd4\x00\x35\xd0\x00\x35\xe0\x16\x1a\xf0\x00\x3c\x01\x3d\xf0\x00\x3c\x01\x3d\xf0\x00\x3c\x01\x3d\xf0\x7c\x01\x50\x01\x01\x21\xf0\x00\x50\x01\x01\x21\xf0\x00\x50\x01\x01\x21\xf0\x64\x02\x00\x01\x08\x87\x0e\x81\x0e\x88\x76\xd4\x00\x16\xd0\x00\x16\xe0\x04\x08\x88\x24\x80\x3c\x90\x3f\xd2\x03\x22\xf0\x00\x6a\x01\x01\x1c\xa8\x07\xb0\x14\xa0\x7f\xb8\x2b\xd2\x27\x45\xf0\x00\x6a\x01\x01\x1c\xe0\x12\x15\xc0\x65\xd0\x54\x58\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x00\x2e\x05\x19\xf0\x60\x01\x36\x05\x30\xf0\x00\x36\x05\x30\xf0\x00\x36\x05\x30\xf0\x70\x01\x00\x05\x0c\x87\x4e\x81\x4e\x90\x37\xd4\x04\x1b\xd0\x04\x1b\xf0\x04\x05\x01\x16\xf0\x00\x05\x01\x16\xf0\x00\x05\x01\x16\xf0\x0e\x06\x01\x21\xf0\x00\x06\x01\x21\xf0\x00\x06\x01\x21\xf0\x10\x05\x01\x17\xf0\x00\x05\x01\x17\xf0\x00\x05\x01\x17\xf0\x0e\x07\x01\x22\xf0\x00\x07\x01\x22\xf0\x00\x07\x01\x22\xf0\x12\x06\x01\x19\xf0\x00\x06\x01\x19\xf0\x00\x06\x01\x19\xf0\x10\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x00\x07\x01\x1e\xf0\x12\x00\x01\x08\x87\x0e\x81\x0e\xd0\x0f\x47\xd0\x0f\x47\xd0\x0f\x47\xd4\x00\x48\xd0\x00\x48\xe0\x1d\x21\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x00\x1d\x01\x13\xf0\x40\x01\x00\x17\x1b\xf0\x00\x29\x01\x24\xf0\x00\x29\x01\x24\xf0\x00\x29\x01\x24\xf0\x5a\x01\x00\x01\x35\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xd0\x00\x34\xf0\x04\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\x88\x7e\xf4\x00\x47\x01\x01\x13\xf0\x00\x47\x01\x01\x13\xf0\x52\x02\x1b\x01\x18\xf0\x00\x1b\x01\x18\xf0\x00\x1b\x01\x18\xf0\x3c\x00\x0b\x19\x88\x2e\xd4\x0a\x1a\x80\x07\xd8\x04\x12\xf0\x06\x00\x19\x1d\xf0\x00\x04\x01\x25\xf0\x00\x04\x01\x25\xf0\x00\x04\x01\x25\xf0\x0c\x00\x1b\x1f\xa0\x24\x9a\x2c\xd0\x00\x16\xd8\x00\x07\x87\x0e\x81\x0e\xd0\x0f\x33\xd4\x00\x34\xd0\x00\x34\xe0\x03\x19\xf0\x00\x12\x01\x2c\xf0\x02\x03\x05\x15\xf0\x00\x03\x05\x15\xf0\x00\x03\x05\x15\xf0\x0c\x00\x10\x18\x88\x78\x98\x07\x9f\x0d\x99\x0d\xd8\x08\x14\x90\x65\xd8\x08\x14\x90\x65\xf4\x05\x02\x10\x1d\x80\x48\xf0\x06\x00\x09\x15\xe0\x1d\x21\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x00\x04\x05\x2a\xf0\x0c\x00\x05\x0c\x87\x4e\x81\x4e\xd0\x13\x2a\xd4\x04\x2b\xd0\x04\x2b\xf0\x04\x1c\x01\x1e\xf0\x00\x1c\x01\x1e\xf0\x00\x1c\x01\x1e\xf0\x3c\x00\x16\x1e\x90\x58\x94\x5a\xd1\x00\x12\x80\x08\x88\x28\xd8\x04\x0c\xf0\x06\x00\x04\x0b\x80\x37\x88\x36\x84\x3f\xf0\x00\x50\x01\x01\x41\x01\x98\x37\x98\x37\xa0\x38\xd4\x1b\x2c\xf0\x00\x50\x01\x01\x41\x01\xb0\x17\xb0\x17\xb8\x17\xd4\x31\x41\xf0\x00\x50\x01\x01\x41\x01\xe0\x0d\x0e\x80\x46\xd8\x1b\x1c\xd0\x04\x1c\x80\x48\x88\x79\xe0\x04\x0b\x87\x4e\x81\x4e\xd0\x13\x36\xd0\x13\x36\xd0\x13\x36\xd4\x04\x37\xd0\x04\x37\xf0\x0c\x19\x05\x33\xf0\x00\x19\x05\x33\xf0\x00\x19\x05\x33\xf0\x36\x07\x05\x38\xf0\x00\x07\x05\x38\xf0\x00\x07\x05\x38\xf0\x12\x08\x05\x38\xf0\x00\x08\x05\x38\xf0\x00\x08\x05\x38\xf0\x18\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x14\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x00\x08\x05\x39\xf0\x16\x00\x05\x0c\x87\x4e\x81\x4e\xd0\x13\x3f\xd0\x13\x3f\xd0\x13\x3f\xd4\x04\x40\xd0\x04\x40\xf0\x06\x00\x04\x0b\x80\x37\x88\x38\xd4\x03\x14\xf0\x00\x19\x01\x2a\xf0\x08\x07\x05\x28\xf0\x00\x07\x05\x28\xf0\x00\x07\x05\x28\xf0\x12\x09\x05\x33\xf0\x00\x09\x05\x33\xf0\x00\x09\x05\x33\xf0\x18\x00\x05\x0c\x87\x4e\x81\x4e\x90\x48\x98\x69\xd0\x13\x28\xd4\x04\x29\xd0\x04\x29\xf0\x06\x00\x04\x0b\x80\x37\x88\x39\xd4\x03\x15\xf0\x00\x19\x01\x2c\xf0\x06\x08\x05\x29\xf0\x00\x08\x05\x29\xf0\x00\x08\x05\x29\xf0\x14\x09\x05\x34\xf0\x00\x09\x05\x34\xf0\x00\x09\x05\x34\xf0\x18\x00\x05\x0c\x87\x4e\x81\x4e\x90\x49\x98\x7a\xd0\x13\x2a\xd4\x04\x2b\xd0\x04\x2b\xf0\x08\x00\x04\x07\x87\x3c\x81\x3c\x90\x39\xd2\x03\x1c\xf0\x00\x2e\x01\x1c\xe0\x18\x1b\xf0\x00\x13\x05\x31\xf0\x00\x13\x05\x31\xf0\x00\x13\x05\x31\xf0\x2c\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf4\x00\x14\x05\x26\xf0\x00\x14\x05\x26\xf0\x2c\x00\x05\x0c\x87\x4e\x81\x4e\x90\x37\xd4\x04\x1b\xd0\x04\x1b\xf0\x06\x00\x15\x18\xf0\x00\x06\x01\x43\x01\xf0\x00\x06\x01\x43\x01\xf0\x00\x06\x01\x43\x01\xf0\x16\x1b\x01\x43\x01\xf0\x00\x1b\x01\x43\x01\xf0\x00\x1b\x01\x43\x01\xf0\x3e\x00\x08\x0f\x80\x77\x88\x78\xd4\x07\x18\xf0\x00\x02\x01\x1f\xd8\x0d\x14\x80\x46\xd8\x16\x1e\x80\x46\x84\x4f\xf0\x06\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\x88\x73\x8f\x77\x89\x77\xf4\x00\x0f\x01\x32\xf0\x00\x0f\x01\x32\xf0\x24\x00\x04\x08\x88\x34\x82\x3c\xf0\x00\x22\x01\x0a\xf0\x02\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf4\x00\x0f\x05\x2b\xf0\x00\x0f\x05\x2b\xf0\x22\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x00\x10\x05\x0a\xf0\x25\x22\x01\x0a\xf0\x00\x22\x01\x0a\xf8\xf0\x4d\x20\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x0c\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x1c\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8\xf8\xf0\x14\x00\x0c\x17\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x89\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8",
123188 : : };
123189 : : static
123190 : : struct {
123191 : : PyObject_VAR_HEAD
123192 : : Py_hash_t ob_shash;
123193 : : char ob_sval[73];
123194 : : }
123195 : : os_toplevel_exceptiontable = {
123196 : : .ob_base = {
123197 : : .ob_base = {
123198 : : .ob_refcnt = 999999999,
123199 : : .ob_type = &PyBytes_Type,
123200 : : },
123201 : : .ob_size = 72,
123202 : : },
123203 : : .ob_shash = -1,
123204 : : .ob_sval = "\xc1\x07\x18\x54\x2f\x00\xc1\x24\x06\x54\x3b\x00\xc2\x16\x18\x55\x07\x00\xc3\x11\x06\x55\x13\x00\xd4\x2f\x05\x54\x38\x03\xd4\x37\x01\x54\x38\x03\xd4\x3b\x05\x55\x04\x03\xd5\x03\x01\x55\x04\x03\xd5\x07\x05\x55\x10\x03\xd5\x0f\x01\x55\x10\x03\xd5\x13\x05\x55\x1c\x03\xd5\x1b\x01\x55\x1c\x03",
123205 : : };
123206 : : static
123207 : : struct _PyCode_DEF(2750)
123208 : : os_toplevel = {
123209 : : .ob_base = {
123210 : : .ob_base = {
123211 : : .ob_refcnt = 999999999,
123212 : : .ob_type = &PyCode_Type,
123213 : : },
123214 : : .ob_size = 1375,
123215 : : },
123216 : : .co_consts = & os_toplevel_consts._object.ob_base.ob_base,
123217 : : .co_names = & os_toplevel_names._object.ob_base.ob_base,
123218 : : .co_exceptiontable = & os_toplevel_exceptiontable.ob_base.ob_base,
123219 : : .co_flags = 0,
123220 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123221 : : ._co_linearray_entry_size = 0,
123222 : : .co_argcount = 0,
123223 : : .co_posonlyargcount = 0,
123224 : : .co_kwonlyargcount = 0,
123225 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
123226 : : .co_stacksize = 7,
123227 : : .co_firstlineno = 1,
123228 : : .co_nlocalsplus = 0,
123229 : : .co_nlocals = 0,
123230 : : .co_nplaincellvars = 0,
123231 : : .co_ncellvars = 0,
123232 : : .co_nfreevars = 0,
123233 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
123234 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
123235 : : .co_filename = & os_toplevel_consts_5_filename._ascii.ob_base,
123236 : : .co_name = &_Py_STR(anon_module),
123237 : : .co_qualname = &_Py_STR(anon_module),
123238 : : .co_linetable = & os_toplevel_linetable.ob_base.ob_base,
123239 : : ._co_code = NULL,
123240 : : ._co_linearray = NULL,
123241 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x64\x01\x64\x02\x6c\x03\x5a\x04\x64\x01\x64\x03\x6c\x05\x6d\x06\x5a\x06\x01\x00\x02\x00\x65\x07\x65\x08\x65\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0a\x65\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x67\x00\x64\x04\xa2\x01\x5a\x0d\x64\x05\x84\x00\x5a\x0e\x64\x06\x84\x00\x5a\x0f\x64\x07\x65\x0c\x76\x00\x72\x4b\x64\x07\x5a\x10\x64\x08\x5a\x11\x64\x01\x64\x09\x6c\x12\x54\x00\x09\x00\x64\x01\x64\x0a\x6c\x12\x6d\x13\x5a\x13\x01\x00\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x02\x6c\x16\x5a\x17\x09\x00\x64\x01\x64\x0c\x6c\x12\x6d\x18\x5a\x18\x01\x00\x64\x01\x64\x02\x6c\x12\x5a\x12\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x12\x6e\x58\x64\x0d\x65\x0c\x76\x00\x72\x4b\x64\x0d\x5a\x10\x64\x0e\x5a\x11\x64\x01\x64\x09\x6c\x1a\x54\x00\x09\x00\x64\x01\x64\x0a\x6c\x1a\x6d\x13\x5a\x13\x01\x00\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x02\x6c\x1b\x5a\x17\x64\x01\x64\x02\x6c\x1a\x5a\x1a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x65\x0f\x65\x1a\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x5b\x1a\x09\x00\x64\x01\x64\x0c\x6c\x1a\x6d\x18\x5a\x18\x01\x00\x6e\x09\x02\x00\x65\x15\x64\x0f\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x65\x17\x65\x02\x6a\x38\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x3c\x00\x00\x00\x64\x01\x64\x11\x6c\x1d\x6d\x1e\x5a\x1e\x6d\x1f\x5a\x1f\x6d\x20\x5a\x20\x6d\x21\x5a\x21\x6d\x22\x5a\x22\x6d\x23\x5a\x23\x6d\x24\x5a\x24\x6d\x25\x5a\x25\x01\x00\x5b\x0c\x02\x00\x65\x0e\x64\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x3e\x01\x72\xf4\x02\x00\x65\x26\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x27\x64\x13\x84\x00\x5a\x28\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x16\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1c\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x20\x64\x21\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x22\x64\x23\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x24\x64\x25\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x26\x64\x27\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x28\x64\x29\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2a\x64\x2b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2c\x64\x2d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x2f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x2e\x64\x30\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2b\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2c\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x32\x64\x33\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x34\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x35\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x37\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x36\x64\x38\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x39\x64\x3a\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x6a\x5b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3b\x64\x3c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3d\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3e\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x3f\x64\x40\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x41\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x13\x02\x00\x65\x0e\x64\x42\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x28\x64\x43\x64\x41\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2e\x02\x00\x65\x29\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x2a\x02\x00\x65\x28\x64\x14\x64\x15\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x18\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x44\x64\x45\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x46\x64\x17\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x47\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x28\x64\x48\x64\x19\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1e\x64\x1f\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x49\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x1a\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x31\x64\x1d\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x28\x64\x4b\x64\x1b\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x2a\x5a\x2f\x5b\x2a\x5b\x18\x5b\x27\x5b\x28\x64\x01\x5a\x30\x64\x4c\x5a\x31\x64\x4d\x5a\x32\x64\x92\x64\x50\x84\x01\x5a\x33\x64\x51\x84\x00\x5a\x34\x64\x52\x84\x00\x5a\x35\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x53\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x93\x64\x55\x84\x01\x5a\x36\x64\x56\x84\x00\x5a\x37\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x57\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x38\x65\x03\x68\x02\x65\x2b\x6b\x01\x00\x00\x00\x00\x72\x25\x65\x39\x65\x03\x68\x02\x65\x2e\x6b\x01\x00\x00\x00\x00\x72\x1d\x64\x94\x64\x4f\x64\x02\x64\x59\x9c\x02\x64\x5a\x84\x03\x5a\x3a\x64\x5b\x84\x00\x5a\x3b\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x5c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x5d\x84\x00\x5a\x3c\x64\x5e\x84\x00\x5a\x3d\x64\x5f\x84\x00\x5a\x3e\x64\x60\x84\x00\x5a\x3f\x64\x61\x84\x00\x5a\x40\x64\x62\x84\x00\x5a\x41\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x63\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x95\x64\x64\x84\x01\x5a\x42\x64\x95\x64\x65\x84\x01\x5a\x43\x64\x01\x64\x66\x6c\x05\x6d\x44\x5a\x44\x6d\x45\x5a\x45\x01\x00\x02\x00\x47\x00\x64\x67\x84\x00\x64\x68\x65\x44\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x46\x64\x69\x84\x00\x5a\x47\x02\x00\x65\x47\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x48\x5b\x47\x64\x95\x64\x6a\x84\x01\x5a\x49\x65\x10\x64\x0d\x6b\x03\x00\x00\x00\x00\x5a\x4a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6b\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x4a\x72\x31\x64\x6c\x84\x00\x5a\x4b\x02\x00\x65\x46\x65\x48\x6a\x98\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x4b\x65\x4d\x65\x4b\x65\x4d\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x4e\x5b\x4b\x64\x95\x64\x6d\x84\x01\x5a\x4f\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x6e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x6f\x84\x00\x5a\x50\x02\x00\x65\x50\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x5a\x51\x5a\x52\x5b\x50\x02\x00\x65\x0e\x64\x70\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x4f\x02\x00\x65\x0e\x64\x71\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x46\x02\x00\x65\x0e\x64\x72\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x3d\x64\x01\x5a\x53\x64\x4c\x78\x01\x5a\x54\x5a\x55\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x73\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x74\x84\x00\x5a\x56\x64\x75\x84\x00\x5a\x57\x64\x76\x84\x00\x5a\x58\x64\x77\x84\x00\x5a\x59\x64\x78\x84\x00\x5a\x5a\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x64\x79\xa2\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x71\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x64\x7a\x84\x00\x5a\x5b\x64\x7b\x84\x00\x5a\x5c\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x7c\x64\x7d\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x65\x0e\x64\x7e\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x1a\x64\x7f\x84\x00\x5a\x5d\x64\x80\x84\x00\x5a\x5e\x65\x0d\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x81\x64\x82\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x65\x02\x6a\xbe\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x83\x6b\x03\x00\x00\x00\x00\x72\x21\x64\x96\x64\x86\x84\x01\x5a\x60\x02\x00\x47\x00\x64\x87\x84\x00\x64\x88\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x61\x65\x0d\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x89\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x97\x64\x8a\x84\x01\x5a\x62\x64\x8b\x84\x00\x5a\x63\x02\x00\x65\x0e\x64\x8c\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x09\x65\x63\x5a\x64\x64\x8c\x65\x64\x5f\x65\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x47\x00\x64\x8d\x84\x00\x64\x8e\x65\x01\x6a\xcc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x67\x65\x10\x64\x0d\x6b\x02\x00\x00\x00\x00\x72\x10\x02\x00\x47\x00\x64\x8f\x84\x00\x64\x90\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x68\x64\x91\x84\x00\x5a\x69\x64\x02\x53\x00\x64\x02\x53\x00\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xd8\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xd9\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\xa1\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x65\x15\x24\x00\x72\x04\x01\x00\x59\x00\x3e\x04\x8c\x7a\x77\x00\x78\x03\x59\x00\x77\x01",
123242 : : ._co_firsttraceable = 0,
123243 : : };
123244 : 3092 : static void os_do_patchups(void) {
123245 : 3092 : }
123246 : :
123247 : : PyObject *
123248 : 3092 : _Py_get_os_toplevel(void)
123249 : : {
123250 : 3092 : os_do_patchups();
123251 : 3092 : return Py_NewRef((PyObject *) &os_toplevel);
123252 : : }
123253 : :
123254 : : static
123255 : : struct {
123256 : : PyASCIIObject _ascii;
123257 : : uint8_t _data[2999];
123258 : : }
123259 : : site_toplevel_consts_0 = {
123260 : : ._ascii = {
123261 : : .ob_base = {
123262 : : .ob_refcnt = 999999999,
123263 : : .ob_type = &PyUnicode_Type,
123264 : : },
123265 : : .length = 2998,
123266 : : .hash = -1,
123267 : : .state = {
123268 : : .kind = 1,
123269 : : .compact = 1,
123270 : : .ascii = 1,
123271 : : },
123272 : : },
123273 : : ._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",
123274 : : };
123275 : : static
123276 : : struct {
123277 : : PyGC_Head _gc_head;
123278 : : struct {
123279 : : PyObject_VAR_HEAD
123280 : : PyObject *ob_item[2];
123281 : : }_object;
123282 : : }
123283 : : site_toplevel_consts_3_consts = {
123284 : : ._object = {
123285 : : .ob_base = {
123286 : : .ob_base = {
123287 : : .ob_refcnt = 999999999,
123288 : : .ob_type = &PyTuple_Type,
123289 : : },
123290 : : .ob_size = 2,
123291 : : },
123292 : : .ob_item = {
123293 : : Py_None,
123294 : : & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
123295 : : },
123296 : : },
123297 : : };
123298 : : static
123299 : : struct {
123300 : : PyGC_Head _gc_head;
123301 : : struct {
123302 : : PyObject_VAR_HEAD
123303 : : PyObject *ob_item[5];
123304 : : }_object;
123305 : : }
123306 : : site_toplevel_consts_3_names = {
123307 : : ._object = {
123308 : : .ob_base = {
123309 : : .ob_base = {
123310 : : .ob_refcnt = 999999999,
123311 : : .ob_type = &PyTuple_Type,
123312 : : },
123313 : : .ob_size = 5,
123314 : : },
123315 : : .ob_item = {
123316 : : & const_str_sys._ascii.ob_base,
123317 : : & const_str_flags._ascii.ob_base,
123318 : : & const_str_verbose._ascii.ob_base,
123319 : : & const_str_print._ascii.ob_base,
123320 : : &_Py_ID(stderr),
123321 : : },
123322 : : },
123323 : : };
123324 : : static
123325 : : struct {
123326 : : PyASCIIObject _ascii;
123327 : : uint8_t _data[14];
123328 : : }
123329 : : site_toplevel_consts_3_filename = {
123330 : : ._ascii = {
123331 : : .ob_base = {
123332 : : .ob_refcnt = 999999999,
123333 : : .ob_type = &PyUnicode_Type,
123334 : : },
123335 : : .length = 13,
123336 : : .hash = -1,
123337 : : .state = {
123338 : : .kind = 1,
123339 : : .compact = 1,
123340 : : .ascii = 1,
123341 : : },
123342 : : },
123343 : : ._data = "<frozen site>",
123344 : : };
123345 : : static
123346 : : struct {
123347 : : PyASCIIObject _ascii;
123348 : : uint8_t _data[7];
123349 : : }
123350 : : const_str__trace = {
123351 : : ._ascii = {
123352 : : .ob_base = {
123353 : : .ob_refcnt = 999999999,
123354 : : .ob_type = &PyUnicode_Type,
123355 : : },
123356 : : .length = 6,
123357 : : .hash = -1,
123358 : : .state = {
123359 : : .kind = 1,
123360 : : .compact = 1,
123361 : : .ascii = 1,
123362 : : },
123363 : : },
123364 : : ._data = "_trace",
123365 : : };
123366 : : static
123367 : : struct {
123368 : : PyObject_VAR_HEAD
123369 : : Py_hash_t ob_shash;
123370 : : char ob_sval[57];
123371 : : }
123372 : : site_toplevel_consts_3_linetable = {
123373 : : .ob_base = {
123374 : : .ob_base = {
123375 : : .ob_refcnt = 999999999,
123376 : : .ob_type = &PyBytes_Type,
123377 : : },
123378 : : .ob_size = 56,
123379 : : },
123380 : : .ob_shash = -1,
123381 : : .ob_sval = "\x80\x00\xdd\x07\x0a\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\xf0\x00\x01\x05\x28\xdd\x08\x0d\x88\x67\x9d\x43\x9f\x4a\x99\x4a\xd0\x08\x27\xd4\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xf0\x03\x01\x05\x28\xf0\x00\x01\x05\x28",
123382 : : };
123383 : : static
123384 : : struct {
123385 : : PyGC_Head _gc_head;
123386 : : struct {
123387 : : PyObject_VAR_HEAD
123388 : : PyObject *ob_item[1];
123389 : : }_object;
123390 : : }
123391 : : site_toplevel_consts_3_localsplusnames = {
123392 : : ._object = {
123393 : : .ob_base = {
123394 : : .ob_base = {
123395 : : .ob_refcnt = 999999999,
123396 : : .ob_type = &PyTuple_Type,
123397 : : },
123398 : : .ob_size = 1,
123399 : : },
123400 : : .ob_item = {
123401 : : & const_str_message._ascii.ob_base,
123402 : : },
123403 : : },
123404 : : };
123405 : : static
123406 : : struct _PyCode_DEF(124)
123407 : : site_toplevel_consts_3 = {
123408 : : .ob_base = {
123409 : : .ob_base = {
123410 : : .ob_refcnt = 999999999,
123411 : : .ob_type = &PyCode_Type,
123412 : : },
123413 : : .ob_size = 62,
123414 : : },
123415 : : .co_consts = & site_toplevel_consts_3_consts._object.ob_base.ob_base,
123416 : : .co_names = & site_toplevel_consts_3_names._object.ob_base.ob_base,
123417 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
123418 : : .co_flags = 3,
123419 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123420 : : ._co_linearray_entry_size = 0,
123421 : : .co_argcount = 1,
123422 : : .co_posonlyargcount = 0,
123423 : : .co_kwonlyargcount = 0,
123424 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
123425 : : .co_stacksize = 4,
123426 : : .co_firstlineno = 91,
123427 : : .co_nlocalsplus = 1,
123428 : : .co_nlocals = 1,
123429 : : .co_nplaincellvars = 0,
123430 : : .co_ncellvars = 0,
123431 : : .co_nfreevars = 0,
123432 : : .co_localsplusnames = & site_toplevel_consts_3_localsplusnames._object.ob_base.ob_base,
123433 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
123434 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
123435 : : .co_name = & const_str__trace._ascii.ob_base,
123436 : : .co_qualname = & const_str__trace._ascii.ob_base,
123437 : : .co_linetable = & site_toplevel_consts_3_linetable.ob_base.ob_base,
123438 : : ._co_code = NULL,
123439 : : ._co_linearray = NULL,
123440 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x20\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00",
123441 : : ._co_firsttraceable = 0,
123442 : : };
123443 : : static
123444 : : struct {
123445 : : PyGC_Head _gc_head;
123446 : : struct {
123447 : : PyObject_VAR_HEAD
123448 : : PyObject *ob_item[6];
123449 : : }_object;
123450 : : }
123451 : : site_toplevel_consts_4_names = {
123452 : : ._object = {
123453 : : .ob_base = {
123454 : : .ob_base = {
123455 : : .ob_refcnt = 999999999,
123456 : : .ob_type = &PyTuple_Type,
123457 : : },
123458 : : .ob_size = 6,
123459 : : },
123460 : : .ob_item = {
123461 : : & const_str_os._ascii.ob_base,
123462 : : &_Py_ID(path),
123463 : : &_Py_ID(join),
123464 : : & const_str_abspath._ascii.ob_base,
123465 : : & const_str_OSError._ascii.ob_base,
123466 : : & const_str_normcase._ascii.ob_base,
123467 : : },
123468 : : },
123469 : : };
123470 : : static
123471 : : struct {
123472 : : PyASCIIObject _ascii;
123473 : : uint8_t _data[9];
123474 : : }
123475 : : const_str_makepath = {
123476 : : ._ascii = {
123477 : : .ob_base = {
123478 : : .ob_refcnt = 999999999,
123479 : : .ob_type = &PyUnicode_Type,
123480 : : },
123481 : : .length = 8,
123482 : : .hash = -1,
123483 : : .state = {
123484 : : .kind = 1,
123485 : : .compact = 1,
123486 : : .ascii = 1,
123487 : : },
123488 : : },
123489 : : ._data = "makepath",
123490 : : };
123491 : : static
123492 : : struct {
123493 : : PyObject_VAR_HEAD
123494 : : Py_hash_t ob_shash;
123495 : : char ob_sval[106];
123496 : : }
123497 : : site_toplevel_consts_4_linetable = {
123498 : : .ob_base = {
123499 : : .ob_base = {
123500 : : .ob_refcnt = 999999999,
123501 : : .ob_type = &PyBytes_Type,
123502 : : },
123503 : : .ob_size = 105,
123504 : : },
123505 : : .ob_shash = -1,
123506 : : .ob_sval = "\x80\x00\xdd\x0a\x16\x8f\x27\x89\x27\x8f\x2c\x89\x2c\x98\x05\xd0\x0a\x1e\x80\x43\xf0\x02\x03\x05\x0d\xdd\x0e\x10\x8f\x67\x89\x67\x8f\x6f\x89\x6f\x98\x63\xd4\x0e\x22\x88\x03\xf0\x06\x00\x0c\x0f\x95\x02\x97\x07\x91\x07\xd7\x10\x20\xd1\x10\x20\xa0\x13\xd4\x10\x25\xd0\x0b\x25\xd0\x04\x25\xf8\xf5\x05\x00\x0c\x13\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xf0\x00\x01\x05\x0d\xd8\x08\x0c\x88\x04\xf0\x03\x01\x05\x0d\xf8\xf8\xf8",
123507 : : };
123508 : : static
123509 : : struct {
123510 : : PyObject_VAR_HEAD
123511 : : Py_hash_t ob_shash;
123512 : : char ob_sval[18];
123513 : : }
123514 : : site_toplevel_consts_4_exceptiontable = {
123515 : : .ob_base = {
123516 : : .ob_base = {
123517 : : .ob_refcnt = 999999999,
123518 : : .ob_type = &PyBytes_Type,
123519 : : },
123520 : : .ob_size = 17,
123521 : : },
123522 : : .ob_shash = -1,
123523 : : .ob_sval = "\x9f\x21\x41\x23\x00\xc1\x23\x0a\x41\x30\x03\xc1\x2f\x01\x41\x30\x03",
123524 : : };
123525 : : static
123526 : : struct {
123527 : : PyGC_Head _gc_head;
123528 : : struct {
123529 : : PyObject_VAR_HEAD
123530 : : PyObject *ob_item[2];
123531 : : }_object;
123532 : : }
123533 : : site_toplevel_consts_4_localsplusnames = {
123534 : : ._object = {
123535 : : .ob_base = {
123536 : : .ob_base = {
123537 : : .ob_refcnt = 999999999,
123538 : : .ob_type = &PyTuple_Type,
123539 : : },
123540 : : .ob_size = 2,
123541 : : },
123542 : : .ob_item = {
123543 : : & const_str_paths._ascii.ob_base,
123544 : : & const_str_dir._ascii.ob_base,
123545 : : },
123546 : : },
123547 : : };
123548 : : static
123549 : : struct _PyCode_DEF(230)
123550 : : site_toplevel_consts_4 = {
123551 : : .ob_base = {
123552 : : .ob_base = {
123553 : : .ob_refcnt = 999999999,
123554 : : .ob_type = &PyCode_Type,
123555 : : },
123556 : : .ob_size = 115,
123557 : : },
123558 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
123559 : : .co_names = & site_toplevel_consts_4_names._object.ob_base.ob_base,
123560 : : .co_exceptiontable = & site_toplevel_consts_4_exceptiontable.ob_base.ob_base,
123561 : : .co_flags = 7,
123562 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123563 : : ._co_linearray_entry_size = 0,
123564 : : .co_argcount = 0,
123565 : : .co_posonlyargcount = 0,
123566 : : .co_kwonlyargcount = 0,
123567 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
123568 : : .co_stacksize = 4,
123569 : : .co_firstlineno = 96,
123570 : : .co_nlocalsplus = 2,
123571 : : .co_nlocals = 2,
123572 : : .co_nplaincellvars = 0,
123573 : : .co_ncellvars = 0,
123574 : : .co_nfreevars = 0,
123575 : : .co_localsplusnames = & site_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
123576 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
123577 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
123578 : : .co_name = & const_str_makepath._ascii.ob_base,
123579 : : .co_qualname = & const_str_makepath._ascii.ob_base,
123580 : : .co_linetable = & site_toplevel_consts_4_linetable.ob_base.ob_base,
123581 : : ._co_code = NULL,
123582 : : ._co_linearray = NULL,
123583 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x8e\x00\x7d\x01\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x53\x00\x23\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2f\x77\x00\x78\x03\x59\x00\x77\x01",
123584 : : ._co_firsttraceable = 0,
123585 : : };
123586 : : static
123587 : : struct {
123588 : : PyASCIIObject _ascii;
123589 : : uint8_t _data[70];
123590 : : }
123591 : : site_toplevel_consts_5_consts_0 = {
123592 : : ._ascii = {
123593 : : .ob_base = {
123594 : : .ob_refcnt = 999999999,
123595 : : .ob_type = &PyUnicode_Type,
123596 : : },
123597 : : .length = 69,
123598 : : .hash = -1,
123599 : : .state = {
123600 : : .kind = 1,
123601 : : .compact = 1,
123602 : : .ascii = 1,
123603 : : },
123604 : : },
123605 : : ._data = "Set all module __file__ and __cached__ attributes to an absolute path",
123606 : : };
123607 : : static
123608 : : struct {
123609 : : PyGC_Head _gc_head;
123610 : : struct {
123611 : : PyObject_VAR_HEAD
123612 : : PyObject *ob_item[2];
123613 : : }_object;
123614 : : }
123615 : : site_toplevel_consts_5_consts_2 = {
123616 : : ._object = {
123617 : : .ob_base = {
123618 : : .ob_base = {
123619 : : .ob_refcnt = 999999999,
123620 : : .ob_type = &PyTuple_Type,
123621 : : },
123622 : : .ob_size = 2,
123623 : : },
123624 : : .ob_item = {
123625 : : & const_str__frozen_importlib._ascii.ob_base,
123626 : : & const_str__frozen_importlib_external._ascii.ob_base,
123627 : : },
123628 : : },
123629 : : };
123630 : : // TODO: The above tuple should be a frozenset
123631 : : static
123632 : : struct {
123633 : : PyGC_Head _gc_head;
123634 : : struct {
123635 : : PyObject_VAR_HEAD
123636 : : PyObject *ob_item[3];
123637 : : }_object;
123638 : : }
123639 : : site_toplevel_consts_5_consts = {
123640 : : ._object = {
123641 : : .ob_base = {
123642 : : .ob_base = {
123643 : : .ob_refcnt = 999999999,
123644 : : .ob_type = &PyTuple_Type,
123645 : : },
123646 : : .ob_size = 3,
123647 : : },
123648 : : .ob_item = {
123649 : : & site_toplevel_consts_5_consts_0._ascii.ob_base,
123650 : : Py_None,
123651 : : & site_toplevel_consts_5_consts_2._object.ob_base.ob_base,
123652 : : },
123653 : : },
123654 : : };
123655 : : static
123656 : : struct {
123657 : : PyGC_Head _gc_head;
123658 : : struct {
123659 : : PyObject_VAR_HEAD
123660 : : PyObject *ob_item[16];
123661 : : }_object;
123662 : : }
123663 : : site_toplevel_consts_5_names = {
123664 : : ._object = {
123665 : : .ob_base = {
123666 : : .ob_base = {
123667 : : .ob_refcnt = 999999999,
123668 : : .ob_type = &PyTuple_Type,
123669 : : },
123670 : : .ob_size = 16,
123671 : : },
123672 : : .ob_item = {
123673 : : & const_str_set._ascii.ob_base,
123674 : : & const_str_sys._ascii.ob_base,
123675 : : &_Py_ID(modules),
123676 : : &_Py_ID(values),
123677 : : &_Py_ID(__loader__),
123678 : : &_Py_ID(__module__),
123679 : : & const_str_AttributeError._ascii.ob_base,
123680 : : &_Py_ID(__spec__),
123681 : : & const_str_loader._ascii.ob_base,
123682 : : & const_str_os._ascii.ob_base,
123683 : : &_Py_ID(path),
123684 : : & const_str_abspath._ascii.ob_base,
123685 : : &_Py_ID(__file__),
123686 : : & const_str_OSError._ascii.ob_base,
123687 : : & const_str_TypeError._ascii.ob_base,
123688 : : & const_str___cached__._ascii.ob_base,
123689 : : },
123690 : : },
123691 : : };
123692 : : static
123693 : : struct {
123694 : : PyASCIIObject _ascii;
123695 : : uint8_t _data[10];
123696 : : }
123697 : : const_str_abs_paths = {
123698 : : ._ascii = {
123699 : : .ob_base = {
123700 : : .ob_refcnt = 999999999,
123701 : : .ob_type = &PyUnicode_Type,
123702 : : },
123703 : : .length = 9,
123704 : : .hash = -1,
123705 : : .state = {
123706 : : .kind = 1,
123707 : : .compact = 1,
123708 : : .ascii = 1,
123709 : : },
123710 : : },
123711 : : ._data = "abs_paths",
123712 : : };
123713 : : static
123714 : : struct {
123715 : : PyObject_VAR_HEAD
123716 : : Py_hash_t ob_shash;
123717 : : char ob_sval[323];
123718 : : }
123719 : : site_toplevel_consts_5_linetable = {
123720 : : .ob_base = {
123721 : : .ob_base = {
123722 : : .ob_refcnt = 999999999,
123723 : : .ob_type = &PyBytes_Type,
123724 : : },
123725 : : .ob_size = 322,
123726 : : },
123727 : : .ob_shash = -1,
123728 : : .ob_sval = "\x80\x00\xe5\x0d\x10\x95\x13\x97\x1b\x91\x1b\xd7\x11\x23\xd1\x11\x23\xd4\x11\x25\xd4\x0d\x26\xf0\x00\x12\x05\x11\xf1\x00\x12\x05\x11\x88\x01\xd8\x18\x1c\x88\x0d\xf0\x02\x06\x09\x15\xd8\x1c\x1d\x9f\x4c\x99\x4c\xd7\x1c\x33\xd1\x1c\x33\x88\x4d\xf0\x0c\x00\x0c\x19\xd0\x20\x53\xd0\x0b\x53\xf0\x00\x01\x09\x15\xd8\x0c\x14\xf0\x02\x03\x09\x11\xdd\x19\x1b\x9f\x17\x99\x17\x9f\x1f\x99\x1f\xa8\x11\xaf\x1a\xa9\x1a\xd4\x19\x34\x88\x41\x8c\x4a\xf0\x06\x03\x09\x11\xdd\x1b\x1d\x9f\x37\x99\x37\x9f\x3f\x99\x3f\xa8\x31\xaf\x3c\xa9\x3c\xd4\x1b\x38\x88\x41\x8c\x4c\x88\x4c\xf0\x21\x12\x05\x11\xf0\x00\x12\x05\x11\xf8\xf5\x08\x00\x10\x1e\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xd8\x20\x21\xa7\x0a\xa1\x0a\xd7\x20\x31\xd1\x20\x31\xd7\x20\x3c\xd1\x20\x3c\x90\x0d\x90\x0d\xf8\xdd\x13\x21\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf0\x07\x04\x09\x15\xf8\xf8\xf8\xf8\xf5\x12\x00\x11\x1f\xa5\x07\xad\x19\xd0\x0f\x33\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8\xf8\xf5\x08\x00\x11\x1f\xa5\x07\xad\x19\xd0\x0f\x33\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
123729 : : };
123730 : : static
123731 : : struct {
123732 : : PyObject_VAR_HEAD
123733 : : Py_hash_t ob_shash;
123734 : : char ob_sval[90];
123735 : : }
123736 : : site_toplevel_consts_5_exceptiontable = {
123737 : : .ob_base = {
123738 : : .ob_base = {
123739 : : .ob_refcnt = 999999999,
123740 : : .ob_type = &PyBytes_Type,
123741 : : },
123742 : : .ob_size = 89,
123743 : : },
123744 : : .ob_shash = -1,
123745 : : .ob_sval = "\xb2\x16\x42\x32\x02\xc1\x0e\x30\x43\x34\x02\xc1\x3f\x30\x44\x11\x02\xc2\x32\x0a\x43\x31\x05\xc2\x3d\x20\x43\x1e\x04\xc3\x1d\x01\x43\x31\x05\xc3\x1e\x0a\x43\x2b\x07\xc3\x28\x02\x43\x31\x05\xc3\x2a\x01\x43\x2b\x07\xc3\x2b\x03\x43\x31\x05\xc3\x30\x01\x43\x31\x05\xc3\x34\x17\x44\x0e\x05\xc4\x0d\x01\x44\x0e\x05\xc4\x11\x17\x44\x2b\x05\xc4\x2a\x01\x44\x2b\x05",
123746 : : };
123747 : : static
123748 : : struct {
123749 : : PyASCIIObject _ascii;
123750 : : uint8_t _data[14];
123751 : : }
123752 : : const_str_loader_module = {
123753 : : ._ascii = {
123754 : : .ob_base = {
123755 : : .ob_refcnt = 999999999,
123756 : : .ob_type = &PyUnicode_Type,
123757 : : },
123758 : : .length = 13,
123759 : : .hash = -1,
123760 : : .state = {
123761 : : .kind = 1,
123762 : : .compact = 1,
123763 : : .ascii = 1,
123764 : : },
123765 : : },
123766 : : ._data = "loader_module",
123767 : : };
123768 : : static
123769 : : struct {
123770 : : PyGC_Head _gc_head;
123771 : : struct {
123772 : : PyObject_VAR_HEAD
123773 : : PyObject *ob_item[2];
123774 : : }_object;
123775 : : }
123776 : : site_toplevel_consts_5_localsplusnames = {
123777 : : ._object = {
123778 : : .ob_base = {
123779 : : .ob_base = {
123780 : : .ob_refcnt = 999999999,
123781 : : .ob_type = &PyTuple_Type,
123782 : : },
123783 : : .ob_size = 2,
123784 : : },
123785 : : .ob_item = {
123786 : : & const_str_m._ascii.ob_base,
123787 : : & const_str_loader_module._ascii.ob_base,
123788 : : },
123789 : : },
123790 : : };
123791 : : static
123792 : : struct _PyCode_DEF(604)
123793 : : site_toplevel_consts_5 = {
123794 : : .ob_base = {
123795 : : .ob_base = {
123796 : : .ob_refcnt = 999999999,
123797 : : .ob_type = &PyCode_Type,
123798 : : },
123799 : : .ob_size = 302,
123800 : : },
123801 : : .co_consts = & site_toplevel_consts_5_consts._object.ob_base.ob_base,
123802 : : .co_names = & site_toplevel_consts_5_names._object.ob_base.ob_base,
123803 : : .co_exceptiontable = & site_toplevel_consts_5_exceptiontable.ob_base.ob_base,
123804 : : .co_flags = 3,
123805 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
123806 : : ._co_linearray_entry_size = 0,
123807 : : .co_argcount = 0,
123808 : : .co_posonlyargcount = 0,
123809 : : .co_kwonlyargcount = 0,
123810 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
123811 : : .co_stacksize = 6,
123812 : : .co_firstlineno = 105,
123813 : : .co_nlocalsplus = 2,
123814 : : .co_nlocals = 2,
123815 : : .co_nplaincellvars = 0,
123816 : : .co_ncellvars = 0,
123817 : : .co_nfreevars = 0,
123818 : : .co_localsplusnames = & site_toplevel_consts_5_localsplusnames._object.ob_base.ob_base,
123819 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
123820 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
123821 : : .co_name = & const_str_abs_paths._ascii.ob_base,
123822 : : .co_qualname = & const_str_abs_paths._ascii.ob_base,
123823 : : .co_linetable = & site_toplevel_consts_5_linetable.ob_base.ob_base,
123824 : : ._co_code = NULL,
123825 : : ._co_linearray = NULL,
123826 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x82\x00\x00\x7d\x00\x64\x01\x7d\x01\x09\x00\x7c\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x64\x02\x76\x01\x72\x01\x8c\x21\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x84\x64\x01\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x35\x01\x00\x09\x00\x7c\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x6e\x10\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x8c\xa8\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x8f\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x03\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xfe\x77\x00\x78\x03\x59\x00\x77\x01",
123827 : : ._co_firsttraceable = 0,
123828 : : };
123829 : : static
123830 : : struct {
123831 : : PyASCIIObject _ascii;
123832 : : uint8_t _data[76];
123833 : : }
123834 : : site_toplevel_consts_6_consts_0 = {
123835 : : ._ascii = {
123836 : : .ob_base = {
123837 : : .ob_refcnt = 999999999,
123838 : : .ob_type = &PyUnicode_Type,
123839 : : },
123840 : : .length = 75,
123841 : : .hash = -1,
123842 : : .state = {
123843 : : .kind = 1,
123844 : : .compact = 1,
123845 : : .ascii = 1,
123846 : : },
123847 : : },
123848 : : ._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",
123849 : : };
123850 : : static
123851 : : struct {
123852 : : PyGC_Head _gc_head;
123853 : : struct {
123854 : : PyObject_VAR_HEAD
123855 : : PyObject *ob_item[2];
123856 : : }_object;
123857 : : }
123858 : : site_toplevel_consts_6_consts = {
123859 : : ._object = {
123860 : : .ob_base = {
123861 : : .ob_base = {
123862 : : .ob_refcnt = 999999999,
123863 : : .ob_type = &PyTuple_Type,
123864 : : },
123865 : : .ob_size = 2,
123866 : : },
123867 : : .ob_item = {
123868 : : & site_toplevel_consts_6_consts_0._ascii.ob_base,
123869 : : Py_None,
123870 : : },
123871 : : },
123872 : : };
123873 : : static
123874 : : struct {
123875 : : PyGC_Head _gc_head;
123876 : : struct {
123877 : : PyObject_VAR_HEAD
123878 : : PyObject *ob_item[6];
123879 : : }_object;
123880 : : }
123881 : : site_toplevel_consts_6_names = {
123882 : : ._object = {
123883 : : .ob_base = {
123884 : : .ob_base = {
123885 : : .ob_refcnt = 999999999,
123886 : : .ob_type = &PyTuple_Type,
123887 : : },
123888 : : .ob_size = 6,
123889 : : },
123890 : : .ob_item = {
123891 : : & const_str_set._ascii.ob_base,
123892 : : & const_str_sys._ascii.ob_base,
123893 : : &_Py_ID(path),
123894 : : & const_str_makepath._ascii.ob_base,
123895 : : &_Py_ID(append),
123896 : : &_Py_ID(add),
123897 : : },
123898 : : },
123899 : : };
123900 : : static
123901 : : struct {
123902 : : PyASCIIObject _ascii;
123903 : : uint8_t _data[15];
123904 : : }
123905 : : const_str_removeduppaths = {
123906 : : ._ascii = {
123907 : : .ob_base = {
123908 : : .ob_refcnt = 999999999,
123909 : : .ob_type = &PyUnicode_Type,
123910 : : },
123911 : : .length = 14,
123912 : : .hash = -1,
123913 : : .state = {
123914 : : .kind = 1,
123915 : : .compact = 1,
123916 : : .ascii = 1,
123917 : : },
123918 : : },
123919 : : ._data = "removeduppaths",
123920 : : };
123921 : : static
123922 : : struct {
123923 : : PyObject_VAR_HEAD
123924 : : Py_hash_t ob_shash;
123925 : : char ob_sval[116];
123926 : : }
123927 : : site_toplevel_consts_6_linetable = {
123928 : : .ob_base = {
123929 : : .ob_base = {
123930 : : .ob_refcnt = 999999999,
123931 : : .ob_type = &PyBytes_Type,
123932 : : },
123933 : : .ob_size = 115,
123934 : : },
123935 : : .ob_shash = -1,
123936 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x09\x0b\x80\x41\xdd\x12\x15\x94\x25\x80\x4b\xdd\x0f\x12\x8f\x78\x89\x78\xf0\x00\x07\x05\x25\xf1\x00\x07\x05\x25\x88\x03\xf5\x08\x00\x18\x20\xa0\x03\x94\x7d\x89\x0c\x88\x03\x88\x57\xd8\x0b\x12\x98\x2b\xd0\x0b\x25\xf0\x00\x02\x09\x25\xd8\x0c\x0d\x8f\x48\x89\x48\x90\x53\x8c\x4d\x88\x4d\xd8\x0c\x17\x8f\x4f\x89\x4f\x98\x47\xd4\x0c\x24\xd0\x0c\x24\xd0\x0c\x24\xd8\x12\x13\x85\x43\x87\x48\x81\x48\x80\x4b\x80\x4b\x80\x4b\xd8\x0b\x16\xd0\x04\x16",
123937 : : };
123938 : : static
123939 : : struct {
123940 : : PyASCIIObject _ascii;
123941 : : uint8_t _data[2];
123942 : : }
123943 : : const_str_L = {
123944 : : ._ascii = {
123945 : : .ob_base = {
123946 : : .ob_refcnt = 999999999,
123947 : : .ob_type = &PyUnicode_Type,
123948 : : },
123949 : : .length = 1,
123950 : : .hash = -1,
123951 : : .state = {
123952 : : .kind = 1,
123953 : : .compact = 1,
123954 : : .ascii = 1,
123955 : : },
123956 : : },
123957 : : ._data = "L",
123958 : : };
123959 : : static
123960 : : struct {
123961 : : PyASCIIObject _ascii;
123962 : : uint8_t _data[12];
123963 : : }
123964 : : const_str_known_paths = {
123965 : : ._ascii = {
123966 : : .ob_base = {
123967 : : .ob_refcnt = 999999999,
123968 : : .ob_type = &PyUnicode_Type,
123969 : : },
123970 : : .length = 11,
123971 : : .hash = -1,
123972 : : .state = {
123973 : : .kind = 1,
123974 : : .compact = 1,
123975 : : .ascii = 1,
123976 : : },
123977 : : },
123978 : : ._data = "known_paths",
123979 : : };
123980 : : static
123981 : : struct {
123982 : : PyASCIIObject _ascii;
123983 : : uint8_t _data[8];
123984 : : }
123985 : : const_str_dircase = {
123986 : : ._ascii = {
123987 : : .ob_base = {
123988 : : .ob_refcnt = 999999999,
123989 : : .ob_type = &PyUnicode_Type,
123990 : : },
123991 : : .length = 7,
123992 : : .hash = -1,
123993 : : .state = {
123994 : : .kind = 1,
123995 : : .compact = 1,
123996 : : .ascii = 1,
123997 : : },
123998 : : },
123999 : : ._data = "dircase",
124000 : : };
124001 : : static
124002 : : struct {
124003 : : PyGC_Head _gc_head;
124004 : : struct {
124005 : : PyObject_VAR_HEAD
124006 : : PyObject *ob_item[4];
124007 : : }_object;
124008 : : }
124009 : : site_toplevel_consts_6_localsplusnames = {
124010 : : ._object = {
124011 : : .ob_base = {
124012 : : .ob_base = {
124013 : : .ob_refcnt = 999999999,
124014 : : .ob_type = &PyTuple_Type,
124015 : : },
124016 : : .ob_size = 4,
124017 : : },
124018 : : .ob_item = {
124019 : : & const_str_L._ascii.ob_base,
124020 : : & const_str_known_paths._ascii.ob_base,
124021 : : & const_str_dir._ascii.ob_base,
124022 : : & const_str_dircase._ascii.ob_base,
124023 : : },
124024 : : },
124025 : : };
124026 : : static
124027 : : struct _PyCode_DEF(228)
124028 : : site_toplevel_consts_6 = {
124029 : : .ob_base = {
124030 : : .ob_base = {
124031 : : .ob_refcnt = 999999999,
124032 : : .ob_type = &PyCode_Type,
124033 : : },
124034 : : .ob_size = 114,
124035 : : },
124036 : : .co_consts = & site_toplevel_consts_6_consts._object.ob_base.ob_base,
124037 : : .co_names = & site_toplevel_consts_6_names._object.ob_base.ob_base,
124038 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124039 : : .co_flags = 3,
124040 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124041 : : ._co_linearray_entry_size = 0,
124042 : : .co_argcount = 0,
124043 : : .co_posonlyargcount = 0,
124044 : : .co_kwonlyargcount = 0,
124045 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
124046 : : .co_stacksize = 4,
124047 : : .co_firstlineno = 128,
124048 : : .co_nlocalsplus = 4,
124049 : : .co_nlocals = 4,
124050 : : .co_nplaincellvars = 0,
124051 : : .co_ncellvars = 0,
124052 : : .co_nfreevars = 0,
124053 : : .co_localsplusnames = & site_toplevel_consts_6_localsplusnames._object.ob_base.ob_base,
124054 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
124055 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
124056 : : .co_name = & const_str_removeduppaths._ascii.ob_base,
124057 : : .co_qualname = & const_str_removeduppaths._ascii.ob_base,
124058 : : .co_linetable = & site_toplevel_consts_6_linetable.ob_base.ob_base,
124059 : : ._co_code = NULL,
124060 : : ._co_linearray = NULL,
124061 : : .co_code_adaptive = "\x97\x00\x67\x00\x7d\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3a\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x03\x7c\x01\x76\x01\xaf\x17\x7c\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x3c\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x1b\x00\x7c\x01\x53\x00",
124062 : : ._co_firsttraceable = 0,
124063 : : };
124064 : : static
124065 : : struct {
124066 : : PyASCIIObject _ascii;
124067 : : uint8_t _data[70];
124068 : : }
124069 : : site_toplevel_consts_7_consts_0 = {
124070 : : ._ascii = {
124071 : : .ob_base = {
124072 : : .ob_refcnt = 999999999,
124073 : : .ob_type = &PyUnicode_Type,
124074 : : },
124075 : : .length = 69,
124076 : : .hash = -1,
124077 : : .state = {
124078 : : .kind = 1,
124079 : : .compact = 1,
124080 : : .ascii = 1,
124081 : : },
124082 : : },
124083 : : ._data = "Return a set containing all existing file system items from sys.path.",
124084 : : };
124085 : : static
124086 : : struct {
124087 : : PyGC_Head _gc_head;
124088 : : struct {
124089 : : PyObject_VAR_HEAD
124090 : : PyObject *ob_item[1];
124091 : : }_object;
124092 : : }
124093 : : site_toplevel_consts_7_consts = {
124094 : : ._object = {
124095 : : .ob_base = {
124096 : : .ob_base = {
124097 : : .ob_refcnt = 999999999,
124098 : : .ob_type = &PyTuple_Type,
124099 : : },
124100 : : .ob_size = 1,
124101 : : },
124102 : : .ob_item = {
124103 : : & site_toplevel_consts_7_consts_0._ascii.ob_base,
124104 : : },
124105 : : },
124106 : : };
124107 : : static
124108 : : struct {
124109 : : PyGC_Head _gc_head;
124110 : : struct {
124111 : : PyObject_VAR_HEAD
124112 : : PyObject *ob_item[8];
124113 : : }_object;
124114 : : }
124115 : : site_toplevel_consts_7_names = {
124116 : : ._object = {
124117 : : .ob_base = {
124118 : : .ob_base = {
124119 : : .ob_refcnt = 999999999,
124120 : : .ob_type = &PyTuple_Type,
124121 : : },
124122 : : .ob_size = 8,
124123 : : },
124124 : : .ob_item = {
124125 : : & const_str_set._ascii.ob_base,
124126 : : & const_str_sys._ascii.ob_base,
124127 : : &_Py_ID(path),
124128 : : & const_str_os._ascii.ob_base,
124129 : : & const_str_exists._ascii.ob_base,
124130 : : & const_str_makepath._ascii.ob_base,
124131 : : &_Py_ID(add),
124132 : : & const_str_TypeError._ascii.ob_base,
124133 : : },
124134 : : },
124135 : : };
124136 : : static
124137 : : struct {
124138 : : PyASCIIObject _ascii;
124139 : : uint8_t _data[15];
124140 : : }
124141 : : const_str__init_pathinfo = {
124142 : : ._ascii = {
124143 : : .ob_base = {
124144 : : .ob_refcnt = 999999999,
124145 : : .ob_type = &PyUnicode_Type,
124146 : : },
124147 : : .length = 14,
124148 : : .hash = -1,
124149 : : .state = {
124150 : : .kind = 1,
124151 : : .compact = 1,
124152 : : .ascii = 1,
124153 : : },
124154 : : },
124155 : : ._data = "_init_pathinfo",
124156 : : };
124157 : : static
124158 : : struct {
124159 : : PyObject_VAR_HEAD
124160 : : Py_hash_t ob_shash;
124161 : : char ob_sval[123];
124162 : : }
124163 : : site_toplevel_consts_7_linetable = {
124164 : : .ob_base = {
124165 : : .ob_base = {
124166 : : .ob_refcnt = 999999999,
124167 : : .ob_type = &PyBytes_Type,
124168 : : },
124169 : : .ob_size = 122,
124170 : : },
124171 : : .ob_shash = -1,
124172 : : .ob_sval = "\x80\x00\xe5\x08\x0b\x8c\x05\x80\x41\xdd\x10\x13\x97\x08\x91\x08\xf0\x00\x06\x05\x15\xf1\x00\x06\x05\x15\x88\x04\xf0\x02\x05\x09\x15\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7e\x89\x7e\x98\x64\xd4\x0f\x23\xf0\x00\x02\x0d\x20\xdd\x1e\x26\xa0\x74\x9c\x6e\x91\x0b\x90\x01\x90\x38\xd8\x10\x11\x97\x05\x91\x05\x90\x68\x94\x0f\x90\x0f\xf8\xf0\x06\x00\x0c\x0d\x80\x48\xf8\xf5\x05\x00\x10\x19\xf0\x00\x01\x09\x15\xf0\x00\x01\x09\x15\xf0\x00\x01\x09\x15\xd8\x0c\x14\x88\x48\xf0\x03\x01\x09\x15\xf8\xf8\xf8",
124173 : : };
124174 : : static
124175 : : struct {
124176 : : PyObject_VAR_HEAD
124177 : : Py_hash_t ob_shash;
124178 : : char ob_sval[19];
124179 : : }
124180 : : site_toplevel_consts_7_exceptiontable = {
124181 : : .ob_base = {
124182 : : .ob_base = {
124183 : : .ob_refcnt = 999999999,
124184 : : .ob_type = &PyBytes_Type,
124185 : : },
124186 : : .ob_size = 18,
124187 : : },
124188 : : .ob_shash = -1,
124189 : : .ob_sval = "\xa2\x41\x03\x41\x28\x02\xc1\x28\x0a\x41\x35\x05\xc1\x34\x01\x41\x35\x05",
124190 : : };
124191 : : static
124192 : : struct {
124193 : : PyASCIIObject _ascii;
124194 : : uint8_t _data[9];
124195 : : }
124196 : : const_str_itemcase = {
124197 : : ._ascii = {
124198 : : .ob_base = {
124199 : : .ob_refcnt = 999999999,
124200 : : .ob_type = &PyUnicode_Type,
124201 : : },
124202 : : .length = 8,
124203 : : .hash = -1,
124204 : : .state = {
124205 : : .kind = 1,
124206 : : .compact = 1,
124207 : : .ascii = 1,
124208 : : },
124209 : : },
124210 : : ._data = "itemcase",
124211 : : };
124212 : : static
124213 : : struct {
124214 : : PyGC_Head _gc_head;
124215 : : struct {
124216 : : PyObject_VAR_HEAD
124217 : : PyObject *ob_item[4];
124218 : : }_object;
124219 : : }
124220 : : site_toplevel_consts_7_localsplusnames = {
124221 : : ._object = {
124222 : : .ob_base = {
124223 : : .ob_base = {
124224 : : .ob_refcnt = 999999999,
124225 : : .ob_type = &PyTuple_Type,
124226 : : },
124227 : : .ob_size = 4,
124228 : : },
124229 : : .ob_item = {
124230 : : & const_str_d._ascii.ob_base,
124231 : : & const_str_item._ascii.ob_base,
124232 : : &_Py_ID(_),
124233 : : & const_str_itemcase._ascii.ob_base,
124234 : : },
124235 : : },
124236 : : };
124237 : : static
124238 : : struct _PyCode_DEF(240)
124239 : : site_toplevel_consts_7 = {
124240 : : .ob_base = {
124241 : : .ob_base = {
124242 : : .ob_refcnt = 999999999,
124243 : : .ob_type = &PyCode_Type,
124244 : : },
124245 : : .ob_size = 120,
124246 : : },
124247 : : .co_consts = & site_toplevel_consts_7_consts._object.ob_base.ob_base,
124248 : : .co_names = & site_toplevel_consts_7_names._object.ob_base.ob_base,
124249 : : .co_exceptiontable = & site_toplevel_consts_7_exceptiontable.ob_base.ob_base,
124250 : : .co_flags = 3,
124251 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124252 : : ._co_linearray_entry_size = 0,
124253 : : .co_argcount = 0,
124254 : : .co_posonlyargcount = 0,
124255 : : .co_kwonlyargcount = 0,
124256 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
124257 : : .co_stacksize = 5,
124258 : : .co_firstlineno = 147,
124259 : : .co_nlocalsplus = 4,
124260 : : .co_nlocals = 4,
124261 : : .co_nplaincellvars = 0,
124262 : : .co_ncellvars = 0,
124263 : : .co_nfreevars = 0,
124264 : : .co_localsplusnames = & site_toplevel_consts_7_localsplusnames._object.ob_base.ob_base,
124265 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
124266 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
124267 : : .co_name = & const_str__init_pathinfo._ascii.ob_base,
124268 : : .co_qualname = & const_str__init_pathinfo._ascii.ob_base,
124269 : : .co_linetable = & site_toplevel_consts_7_linetable.ob_base.ob_base,
124270 : : ._co_code = NULL,
124271 : : ._co_linearray = NULL,
124272 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x46\x00\x00\x7d\x01\x09\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x22\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x02\x7d\x03\x7c\x00\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x48\x7c\x00\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x56\x77\x00\x78\x03\x59\x00\x77\x01",
124273 : : ._co_firsttraceable = 0,
124274 : : };
124275 : : static
124276 : : struct {
124277 : : PyASCIIObject _ascii;
124278 : : uint8_t _data[215];
124279 : : }
124280 : : site_toplevel_consts_8_consts_0 = {
124281 : : ._ascii = {
124282 : : .ob_base = {
124283 : : .ob_refcnt = 999999999,
124284 : : .ob_type = &PyUnicode_Type,
124285 : : },
124286 : : .length = 214,
124287 : : .hash = -1,
124288 : : .state = {
124289 : : .kind = 1,
124290 : : .compact = 1,
124291 : : .ascii = 1,
124292 : : },
124293 : : },
124294 : : ._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",
124295 : : };
124296 : : static
124297 : : struct {
124298 : : PyASCIIObject _ascii;
124299 : : uint8_t _data[23];
124300 : : }
124301 : : site_toplevel_consts_8_consts_4 = {
124302 : : ._ascii = {
124303 : : .ob_base = {
124304 : : .ob_refcnt = 999999999,
124305 : : .ob_type = &PyUnicode_Type,
124306 : : },
124307 : : .length = 22,
124308 : : .hash = -1,
124309 : : .state = {
124310 : : .kind = 1,
124311 : : .compact = 1,
124312 : : .ascii = 1,
124313 : : },
124314 : : },
124315 : : ._data = "Processing .pth file: ",
124316 : : };
124317 : : static
124318 : : struct {
124319 : : PyASCIIObject _ascii;
124320 : : uint8_t _data[8];
124321 : : }
124322 : : site_toplevel_consts_8_consts_9_1 = {
124323 : : ._ascii = {
124324 : : .ob_base = {
124325 : : .ob_refcnt = 999999999,
124326 : : .ob_type = &PyUnicode_Type,
124327 : : },
124328 : : .length = 7,
124329 : : .hash = -1,
124330 : : .state = {
124331 : : .kind = 1,
124332 : : .compact = 1,
124333 : : .ascii = 1,
124334 : : },
124335 : : },
124336 : : ._data = "\x69\x6d\x70\x6f\x72\x74\x09",
124337 : : };
124338 : : static
124339 : : struct {
124340 : : PyGC_Head _gc_head;
124341 : : struct {
124342 : : PyObject_VAR_HEAD
124343 : : PyObject *ob_item[2];
124344 : : }_object;
124345 : : }
124346 : : site_toplevel_consts_8_consts_9 = {
124347 : : ._object = {
124348 : : .ob_base = {
124349 : : .ob_base = {
124350 : : .ob_refcnt = 999999999,
124351 : : .ob_type = &PyTuple_Type,
124352 : : },
124353 : : .ob_size = 2,
124354 : : },
124355 : : .ob_item = {
124356 : : & importlib__bootstrap_toplevel_consts_18_consts_1_1._ascii.ob_base,
124357 : : & site_toplevel_consts_8_consts_9_1._ascii.ob_base,
124358 : : },
124359 : : },
124360 : : };
124361 : : static
124362 : : struct {
124363 : : PyASCIIObject _ascii;
124364 : : uint8_t _data[35];
124365 : : }
124366 : : site_toplevel_consts_8_consts_10 = {
124367 : : ._ascii = {
124368 : : .ob_base = {
124369 : : .ob_refcnt = 999999999,
124370 : : .ob_type = &PyUnicode_Type,
124371 : : },
124372 : : .length = 34,
124373 : : .hash = -1,
124374 : : .state = {
124375 : : .kind = 1,
124376 : : .compact = 1,
124377 : : .ascii = 1,
124378 : : },
124379 : : },
124380 : : ._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",
124381 : : };
124382 : : static
124383 : : struct {
124384 : : PyASCIIObject _ascii;
124385 : : uint8_t _data[3];
124386 : : }
124387 : : site_toplevel_consts_8_consts_14 = {
124388 : : ._ascii = {
124389 : : .ob_base = {
124390 : : .ob_refcnt = 999999999,
124391 : : .ob_type = &PyUnicode_Type,
124392 : : },
124393 : : .length = 2,
124394 : : .hash = -1,
124395 : : .state = {
124396 : : .kind = 1,
124397 : : .compact = 1,
124398 : : .ascii = 1,
124399 : : },
124400 : : },
124401 : : ._data = " ",
124402 : : };
124403 : : static
124404 : : struct {
124405 : : PyASCIIObject _ascii;
124406 : : uint8_t _data[27];
124407 : : }
124408 : : site_toplevel_consts_8_consts_15 = {
124409 : : ._ascii = {
124410 : : .ob_base = {
124411 : : .ob_refcnt = 999999999,
124412 : : .ob_type = &PyUnicode_Type,
124413 : : },
124414 : : .length = 26,
124415 : : .hash = -1,
124416 : : .state = {
124417 : : .kind = 1,
124418 : : .compact = 1,
124419 : : .ascii = 1,
124420 : : },
124421 : : },
124422 : : ._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",
124423 : : };
124424 : : static
124425 : : struct {
124426 : : PyGC_Head _gc_head;
124427 : : struct {
124428 : : PyObject_VAR_HEAD
124429 : : PyObject *ob_item[16];
124430 : : }_object;
124431 : : }
124432 : : site_toplevel_consts_8_consts = {
124433 : : ._object = {
124434 : : .ob_base = {
124435 : : .ob_base = {
124436 : : .ob_refcnt = 999999999,
124437 : : .ob_type = &PyTuple_Type,
124438 : : },
124439 : : .ob_size = 16,
124440 : : },
124441 : : .ob_item = {
124442 : : & site_toplevel_consts_8_consts_0._ascii.ob_base,
124443 : : Py_None,
124444 : : Py_True,
124445 : : Py_False,
124446 : : & site_toplevel_consts_8_consts_4._ascii.ob_base,
124447 : : &_Py_ID(locale),
124448 : : & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
124449 : : & importlib__bootstrap_toplevel_consts_18_consts_1_0._ascii.ob_base,
124450 : : &_Py_STR(empty),
124451 : : & site_toplevel_consts_8_consts_9._object.ob_base.ob_base,
124452 : : & site_toplevel_consts_8_consts_10._ascii.ob_base,
124453 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
124454 : : & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
124455 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
124456 : : & site_toplevel_consts_8_consts_14._ascii.ob_base,
124457 : : & site_toplevel_consts_8_consts_15._ascii.ob_base,
124458 : : },
124459 : : },
124460 : : };
124461 : : static
124462 : : struct {
124463 : : PyASCIIObject _ascii;
124464 : : uint8_t _data[6];
124465 : : }
124466 : : const_str_strip = {
124467 : : ._ascii = {
124468 : : .ob_base = {
124469 : : .ob_refcnt = 999999999,
124470 : : .ob_type = &PyUnicode_Type,
124471 : : },
124472 : : .length = 5,
124473 : : .hash = -1,
124474 : : .state = {
124475 : : .kind = 1,
124476 : : .compact = 1,
124477 : : .ascii = 1,
124478 : : },
124479 : : },
124480 : : ._data = "strip",
124481 : : };
124482 : : static
124483 : : struct {
124484 : : PyASCIIObject _ascii;
124485 : : uint8_t _data[10];
124486 : : }
124487 : : const_str_traceback = {
124488 : : ._ascii = {
124489 : : .ob_base = {
124490 : : .ob_refcnt = 999999999,
124491 : : .ob_type = &PyUnicode_Type,
124492 : : },
124493 : : .length = 9,
124494 : : .hash = -1,
124495 : : .state = {
124496 : : .kind = 1,
124497 : : .compact = 1,
124498 : : .ascii = 1,
124499 : : },
124500 : : },
124501 : : ._data = "traceback",
124502 : : };
124503 : : static
124504 : : struct {
124505 : : PyASCIIObject _ascii;
124506 : : uint8_t _data[17];
124507 : : }
124508 : : const_str_format_exception = {
124509 : : ._ascii = {
124510 : : .ob_base = {
124511 : : .ob_refcnt = 999999999,
124512 : : .ob_type = &PyUnicode_Type,
124513 : : },
124514 : : .length = 16,
124515 : : .hash = -1,
124516 : : .state = {
124517 : : .kind = 1,
124518 : : .compact = 1,
124519 : : .ascii = 1,
124520 : : },
124521 : : },
124522 : : ._data = "format_exception",
124523 : : };
124524 : : static
124525 : : struct {
124526 : : PyASCIIObject _ascii;
124527 : : uint8_t _data[9];
124528 : : }
124529 : : const_str_exc_info = {
124530 : : ._ascii = {
124531 : : .ob_base = {
124532 : : .ob_refcnt = 999999999,
124533 : : .ob_type = &PyUnicode_Type,
124534 : : },
124535 : : .length = 8,
124536 : : .hash = -1,
124537 : : .state = {
124538 : : .kind = 1,
124539 : : .compact = 1,
124540 : : .ascii = 1,
124541 : : },
124542 : : },
124543 : : ._data = "exc_info",
124544 : : };
124545 : : static
124546 : : struct {
124547 : : PyGC_Head _gc_head;
124548 : : struct {
124549 : : PyObject_VAR_HEAD
124550 : : PyObject *ob_item[27];
124551 : : }_object;
124552 : : }
124553 : : site_toplevel_consts_8_names = {
124554 : : ._object = {
124555 : : .ob_base = {
124556 : : .ob_base = {
124557 : : .ob_refcnt = 999999999,
124558 : : .ob_type = &PyTuple_Type,
124559 : : },
124560 : : .ob_size = 27,
124561 : : },
124562 : : .ob_item = {
124563 : : & const_str__init_pathinfo._ascii.ob_base,
124564 : : & const_str_os._ascii.ob_base,
124565 : : &_Py_ID(path),
124566 : : &_Py_ID(join),
124567 : : & const_str__trace._ascii.ob_base,
124568 : : & const_str_io._ascii.ob_base,
124569 : : &_Py_ID(TextIOWrapper),
124570 : : & const_str_open_code._ascii.ob_base,
124571 : : & const_str_OSError._ascii.ob_base,
124572 : : & const_str_enumerate._ascii.ob_base,
124573 : : & const_str_startswith._ascii.ob_base,
124574 : : & const_str_strip._ascii.ob_base,
124575 : : & const_str_exec._ascii.ob_base,
124576 : : & const_str_rstrip._ascii.ob_base,
124577 : : & const_str_makepath._ascii.ob_base,
124578 : : & const_str_exists._ascii.ob_base,
124579 : : & const_str_sys._ascii.ob_base,
124580 : : &_Py_ID(append),
124581 : : &_Py_ID(add),
124582 : : & const_str_Exception._ascii.ob_base,
124583 : : & const_str_print._ascii.ob_base,
124584 : : & const_str_format._ascii.ob_base,
124585 : : &_Py_ID(stderr),
124586 : : & const_str_traceback._ascii.ob_base,
124587 : : & const_str_format_exception._ascii.ob_base,
124588 : : & const_str_exc_info._ascii.ob_base,
124589 : : & const_str_splitlines._ascii.ob_base,
124590 : : },
124591 : : },
124592 : : };
124593 : : static
124594 : : struct {
124595 : : PyASCIIObject _ascii;
124596 : : uint8_t _data[11];
124597 : : }
124598 : : const_str_addpackage = {
124599 : : ._ascii = {
124600 : : .ob_base = {
124601 : : .ob_refcnt = 999999999,
124602 : : .ob_type = &PyUnicode_Type,
124603 : : },
124604 : : .length = 10,
124605 : : .hash = -1,
124606 : : .state = {
124607 : : .kind = 1,
124608 : : .compact = 1,
124609 : : .ascii = 1,
124610 : : },
124611 : : },
124612 : : ._data = "addpackage",
124613 : : };
124614 : : static
124615 : : struct {
124616 : : PyObject_VAR_HEAD
124617 : : Py_hash_t ob_shash;
124618 : : char ob_sval[654];
124619 : : }
124620 : : site_toplevel_consts_8_linetable = {
124621 : : .ob_base = {
124622 : : .ob_base = {
124623 : : .ob_refcnt = 999999999,
124624 : : .ob_type = &PyBytes_Type,
124625 : : },
124626 : : .ob_size = 653,
124627 : : },
124628 : : .ob_shash = -1,
124629 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x08\x13\xf0\x00\x04\x05\x16\xdd\x16\x24\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7c\x89\x7c\x98\x47\xa0\x54\xd4\x0f\x2a\x80\x48\xdd\x04\x0a\xd0\x0b\x30\xa0\x48\xd0\x0b\x30\xd0\x0b\x30\xd4\x04\x31\xd0\x04\x31\xf0\x02\x05\x05\x0f\xf5\x06\x00\x0d\x1d\xd7\x0c\x1c\xd1\x0c\x1c\x9d\x52\x9f\x5c\x99\x5c\xa8\x28\xd4\x1d\x33\xb8\x68\xd0\x0c\x47\xd4\x0c\x47\x88\x01\xf0\x06\x00\x0a\x0b\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xdd\x17\x20\xa0\x11\x94\x7c\xf0\x00\x16\x09\x16\xf1\x00\x16\x09\x16\x89\x47\x88\x41\x88\x74\xd8\x0f\x13\x8f\x7f\x89\x7f\x98\x73\xd4\x0f\x23\xf0\x00\x01\x0d\x19\xd8\x10\x18\xd8\x0f\x13\x8f\x7a\x89\x7a\x8c\x7c\x98\x72\xd2\x0f\x21\xf0\x00\x01\x0d\x19\xd8\x10\x18\xf0\x02\x11\x0d\x16\xd8\x13\x17\x97\x3f\x91\x3f\xd0\x23\x3a\xd4\x13\x3b\xf0\x00\x02\x11\x1d\xdd\x14\x18\x98\x14\x94\x4a\x90\x4a\xd8\x14\x1c\xd8\x17\x1b\x97\x7b\x91\x7b\x94\x7d\x90\x04\xdd\x1f\x27\xa8\x07\xb0\x14\xd4\x1f\x36\x91\x0c\x90\x03\x90\x57\xd8\x17\x1e\xa0\x2b\xd0\x17\x2d\xf0\x00\x02\x11\x2d\xb5\x22\xb7\x27\xb1\x27\xb7\x2e\xb1\x2e\xc0\x13\xd4\x32\x45\xf0\x00\x02\x11\x2d\xdd\x14\x17\x97\x48\x91\x48\x97\x4f\x91\x4f\xa0\x43\xd4\x14\x28\xd0\x14\x28\xd8\x14\x1f\x97\x4f\x91\x4f\xa0\x47\xd4\x14\x2c\xd0\x14\x2c\xf8\xf0\x1d\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf4\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x30\x00\x08\x0d\xf0\x00\x01\x05\x1b\xd8\x16\x1a\x88\x0b\xd8\x0b\x16\xd0\x04\x16\xf8\xf5\x39\x00\x0c\x13\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xd8\x08\x0e\x88\x06\x88\x06\xf0\x03\x01\x05\x0f\xf8\xf8\xf8\xf8\xf5\x22\x00\x14\x1d\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xf0\x00\x08\x0d\x16\xdd\x10\x15\xd0\x16\x3b\xd7\x16\x42\xd1\x16\x42\xc0\x31\xc0\x51\xc1\x33\xc8\x08\xd4\x16\x51\xdd\x1b\x1e\x9f\x3a\x99\x3a\xf0\x03\x01\x11\x27\xf4\x00\x01\x11\x27\xf0\x00\x01\x11\x27\xe0\x10\x20\xd0\x10\x20\xd0\x10\x20\xd0\x10\x20\xd8\x1e\x38\x98\x69\xd7\x1e\x38\xd1\x1e\x38\xbd\x23\xbf\x2c\xb9\x2c\xbc\x2e\xd0\x1e\x49\xf0\x00\x02\x11\x3a\xf1\x00\x02\x11\x3a\x90\x46\xd8\x20\x26\xd7\x20\x31\xd1\x20\x31\xd4\x20\x33\xf0\x00\x01\x15\x3a\xf1\x00\x01\x15\x3a\x98\x04\xdd\x18\x1d\x98\x64\xa0\x34\x99\x69\xad\x63\xaf\x6a\xa9\x6a\xd0\x18\x39\xd4\x18\x39\xd0\x18\x39\xd0\x18\x39\xf0\x03\x01\x15\x3a\xe5\x10\x15\xd0\x16\x33\xbd\x23\xbf\x2a\xb9\x2a\xd0\x10\x45\xd4\x10\x45\xd0\x10\x45\xd8\x10\x15\x90\x05\x90\x05\xf0\x11\x08\x0d\x16\xf8\xf8\xf8\xf0\x1f\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf0\x00\x17\x05\x16\xf8\xf8\xf8",
124630 : : };
124631 : : static
124632 : : struct {
124633 : : PyObject_VAR_HEAD
124634 : : Py_hash_t ob_shash;
124635 : : char ob_sval[81];
124636 : : }
124637 : : site_toplevel_consts_8_exceptiontable = {
124638 : : .ob_base = {
124639 : : .ob_base = {
124640 : : .ob_refcnt = 999999999,
124641 : : .ob_type = &PyBytes_Type,
124642 : : },
124643 : : .ob_size = 80,
124644 : : },
124645 : : .ob_shash = -1,
124646 : : .ob_sval = "\xc1\x07\x2e\x45\x1f\x00\xc1\x37\x3d\x48\x32\x03\xc2\x35\x1f\x45\x30\x04\xc3\x14\x01\x48\x32\x03\xc3\x15\x41\x3a\x45\x30\x04\xc5\x0f\x01\x48\x32\x03\xc5\x1f\x0a\x45\x2d\x03\xc5\x2c\x01\x45\x2d\x03\xc5\x30\x42\x3b\x48\x2f\x07\xc8\x2b\x03\x48\x32\x03\xc8\x2e\x01\x48\x2f\x07\xc8\x2f\x03\x48\x32\x03\xc8\x32\x05\x48\x3b\x07",
124647 : : };
124648 : : static
124649 : : struct {
124650 : : PyASCIIObject _ascii;
124651 : : uint8_t _data[8];
124652 : : }
124653 : : const_str_sitedir = {
124654 : : ._ascii = {
124655 : : .ob_base = {
124656 : : .ob_refcnt = 999999999,
124657 : : .ob_type = &PyUnicode_Type,
124658 : : },
124659 : : .length = 7,
124660 : : .hash = -1,
124661 : : .state = {
124662 : : .kind = 1,
124663 : : .compact = 1,
124664 : : .ascii = 1,
124665 : : },
124666 : : },
124667 : : ._data = "sitedir",
124668 : : };
124669 : : static
124670 : : struct {
124671 : : PyASCIIObject _ascii;
124672 : : uint8_t _data[7];
124673 : : }
124674 : : const_str_record = {
124675 : : ._ascii = {
124676 : : .ob_base = {
124677 : : .ob_refcnt = 999999999,
124678 : : .ob_type = &PyUnicode_Type,
124679 : : },
124680 : : .length = 6,
124681 : : .hash = -1,
124682 : : .state = {
124683 : : .kind = 1,
124684 : : .compact = 1,
124685 : : .ascii = 1,
124686 : : },
124687 : : },
124688 : : ._data = "record",
124689 : : };
124690 : : static
124691 : : struct {
124692 : : PyGC_Head _gc_head;
124693 : : struct {
124694 : : PyObject_VAR_HEAD
124695 : : PyObject *ob_item[12];
124696 : : }_object;
124697 : : }
124698 : : site_toplevel_consts_8_localsplusnames = {
124699 : : ._object = {
124700 : : .ob_base = {
124701 : : .ob_base = {
124702 : : .ob_refcnt = 999999999,
124703 : : .ob_type = &PyTuple_Type,
124704 : : },
124705 : : .ob_size = 12,
124706 : : },
124707 : : .ob_item = {
124708 : : & const_str_sitedir._ascii.ob_base,
124709 : : &_Py_ID(name),
124710 : : & const_str_known_paths._ascii.ob_base,
124711 : : &_Py_ID(reset),
124712 : : & const_str_fullname._ascii.ob_base,
124713 : : & const_str_f._ascii.ob_base,
124714 : : & const_str_n._ascii.ob_base,
124715 : : &_Py_ID(line),
124716 : : & const_str_dir._ascii.ob_base,
124717 : : & const_str_dircase._ascii.ob_base,
124718 : : & const_str_traceback._ascii.ob_base,
124719 : : & const_str_record._ascii.ob_base,
124720 : : },
124721 : : },
124722 : : };
124723 : : static
124724 : : struct _PyCode_DEF(1148)
124725 : : site_toplevel_consts_8 = {
124726 : : .ob_base = {
124727 : : .ob_base = {
124728 : : .ob_refcnt = 999999999,
124729 : : .ob_type = &PyCode_Type,
124730 : : },
124731 : : .ob_size = 574,
124732 : : },
124733 : : .co_consts = & site_toplevel_consts_8_consts._object.ob_base.ob_base,
124734 : : .co_names = & site_toplevel_consts_8_names._object.ob_base.ob_base,
124735 : : .co_exceptiontable = & site_toplevel_consts_8_exceptiontable.ob_base.ob_base,
124736 : : .co_flags = 3,
124737 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124738 : : ._co_linearray_entry_size = 0,
124739 : : .co_argcount = 3,
124740 : : .co_posonlyargcount = 0,
124741 : : .co_kwonlyargcount = 0,
124742 : : .co_framesize = 21 + FRAME_SPECIALS_SIZE,
124743 : : .co_stacksize = 9,
124744 : : .co_firstlineno = 160,
124745 : : .co_nlocalsplus = 12,
124746 : : .co_nlocals = 12,
124747 : : .co_nplaincellvars = 0,
124748 : : .co_ncellvars = 0,
124749 : : .co_nfreevars = 0,
124750 : : .co_localsplusnames = & site_toplevel_consts_8_localsplusnames._object.ob_base.ob_base,
124751 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_36_localspluskinds.ob_base.ob_base,
124752 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
124753 : : .co_name = & const_str_addpackage._ascii.ob_base,
124754 : : .co_qualname = & const_str_addpackage._ascii.ob_base,
124755 : : .co_linetable = & site_toplevel_consts_8_linetable.ob_base.ob_base,
124756 : : ._co_code = NULL,
124757 : : ._co_linearray = NULL,
124758 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x0f\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x02\x7d\x03\x6e\x02\x64\x03\x7d\x03\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x04\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xac\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x35\x00\x01\x00\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\xc9\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x01\x8c\x19\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x01\x8c\x2f\x09\x00\x7c\x07\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x50\x7c\x07\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x08\x7d\x09\x7c\x09\x7c\x02\x76\x01\x72\x54\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x33\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\xcb\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x03\x72\x02\x64\x01\x7d\x02\x7c\x02\x53\x00\x23\x00\x74\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\xb5\x01\x00\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6a\x2b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x64\x0b\x7a\x00\x00\x00\x7c\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x0d\x64\x01\x6c\x17\x7d\x0a\x02\x00\x7c\x0a\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x32\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x44\x00\x5d\x38\x00\x00\x7d\x0b\x7c\x0b\x6a\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x23\x00\x00\x7d\x07\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0e\x7c\x07\x7a\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x25\x8c\x3a\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0f\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x01\x00\x8c\xde\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\xe2\x78\x03\x59\x00\x77\x01",
124759 : : ._co_firsttraceable = 0,
124760 : : };
124761 : : static
124762 : : struct {
124763 : : PyASCIIObject _ascii;
124764 : : uint8_t _data[85];
124765 : : }
124766 : : site_toplevel_consts_9_consts_0 = {
124767 : : ._ascii = {
124768 : : .ob_base = {
124769 : : .ob_refcnt = 999999999,
124770 : : .ob_type = &PyUnicode_Type,
124771 : : },
124772 : : .length = 84,
124773 : : .hash = -1,
124774 : : .state = {
124775 : : .kind = 1,
124776 : : .compact = 1,
124777 : : .ascii = 1,
124778 : : },
124779 : : },
124780 : : ._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",
124781 : : };
124782 : : static
124783 : : struct {
124784 : : PyASCIIObject _ascii;
124785 : : uint8_t _data[19];
124786 : : }
124787 : : site_toplevel_consts_9_consts_1 = {
124788 : : ._ascii = {
124789 : : .ob_base = {
124790 : : .ob_refcnt = 999999999,
124791 : : .ob_type = &PyUnicode_Type,
124792 : : },
124793 : : .length = 18,
124794 : : .hash = -1,
124795 : : .state = {
124796 : : .kind = 1,
124797 : : .compact = 1,
124798 : : .ascii = 1,
124799 : : },
124800 : : },
124801 : : ._data = "Adding directory: ",
124802 : : };
124803 : : static
124804 : : struct {
124805 : : PyASCIIObject _ascii;
124806 : : uint8_t _data[5];
124807 : : }
124808 : : site_toplevel_consts_9_consts_5_consts_0 = {
124809 : : ._ascii = {
124810 : : .ob_base = {
124811 : : .ob_refcnt = 999999999,
124812 : : .ob_type = &PyUnicode_Type,
124813 : : },
124814 : : .length = 4,
124815 : : .hash = -1,
124816 : : .state = {
124817 : : .kind = 1,
124818 : : .compact = 1,
124819 : : .ascii = 1,
124820 : : },
124821 : : },
124822 : : ._data = ".pth",
124823 : : };
124824 : : static
124825 : : struct {
124826 : : PyGC_Head _gc_head;
124827 : : struct {
124828 : : PyObject_VAR_HEAD
124829 : : PyObject *ob_item[1];
124830 : : }_object;
124831 : : }
124832 : : site_toplevel_consts_9_consts_5_consts = {
124833 : : ._object = {
124834 : : .ob_base = {
124835 : : .ob_base = {
124836 : : .ob_refcnt = 999999999,
124837 : : .ob_type = &PyTuple_Type,
124838 : : },
124839 : : .ob_size = 1,
124840 : : },
124841 : : .ob_item = {
124842 : : & site_toplevel_consts_9_consts_5_consts_0._ascii.ob_base,
124843 : : },
124844 : : },
124845 : : };
124846 : : static
124847 : : struct {
124848 : : PyGC_Head _gc_head;
124849 : : struct {
124850 : : PyObject_VAR_HEAD
124851 : : PyObject *ob_item[1];
124852 : : }_object;
124853 : : }
124854 : : site_toplevel_consts_9_consts_5_names = {
124855 : : ._object = {
124856 : : .ob_base = {
124857 : : .ob_base = {
124858 : : .ob_refcnt = 999999999,
124859 : : .ob_type = &PyTuple_Type,
124860 : : },
124861 : : .ob_size = 1,
124862 : : },
124863 : : .ob_item = {
124864 : : & const_str_endswith._ascii.ob_base,
124865 : : },
124866 : : },
124867 : : };
124868 : : static
124869 : : struct {
124870 : : PyASCIIObject _ascii;
124871 : : uint8_t _data[31];
124872 : : }
124873 : : site_toplevel_consts_9_consts_5_qualname = {
124874 : : ._ascii = {
124875 : : .ob_base = {
124876 : : .ob_refcnt = 999999999,
124877 : : .ob_type = &PyUnicode_Type,
124878 : : },
124879 : : .length = 30,
124880 : : .hash = -1,
124881 : : .state = {
124882 : : .kind = 1,
124883 : : .compact = 1,
124884 : : .ascii = 1,
124885 : : },
124886 : : },
124887 : : ._data = "addsitedir.<locals>.<listcomp>",
124888 : : };
124889 : : static
124890 : : struct {
124891 : : PyObject_VAR_HEAD
124892 : : Py_hash_t ob_shash;
124893 : : char ob_sval[39];
124894 : : }
124895 : : site_toplevel_consts_9_consts_5_linetable = {
124896 : : .ob_base = {
124897 : : .ob_base = {
124898 : : .ob_refcnt = 999999999,
124899 : : .ob_type = &PyBytes_Type,
124900 : : },
124901 : : .ob_size = 38,
124902 : : },
124903 : : .ob_shash = -1,
124904 : : .ob_sval = "\x80\x00\xd0\x0c\x3d\xd0\x0c\x3d\xd1\x0c\x3d\x90\x64\xa0\x74\xa7\x7d\xa1\x7d\xb0\x56\xd4\x27\x3c\xd0\x0c\x3d\x88\x54\xd0\x0c\x3d\xd0\x0c\x3d\xd0\x0c\x3d",
124905 : : };
124906 : : static
124907 : : struct {
124908 : : PyGC_Head _gc_head;
124909 : : struct {
124910 : : PyObject_VAR_HEAD
124911 : : PyObject *ob_item[2];
124912 : : }_object;
124913 : : }
124914 : : site_toplevel_consts_9_consts_5_localsplusnames = {
124915 : : ._object = {
124916 : : .ob_base = {
124917 : : .ob_base = {
124918 : : .ob_refcnt = 999999999,
124919 : : .ob_type = &PyTuple_Type,
124920 : : },
124921 : : .ob_size = 2,
124922 : : },
124923 : : .ob_item = {
124924 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
124925 : : &_Py_ID(name),
124926 : : },
124927 : : },
124928 : : };
124929 : : static
124930 : : struct _PyCode_DEF(56)
124931 : : site_toplevel_consts_9_consts_5 = {
124932 : : .ob_base = {
124933 : : .ob_base = {
124934 : : .ob_refcnt = 999999999,
124935 : : .ob_type = &PyCode_Type,
124936 : : },
124937 : : .ob_size = 28,
124938 : : },
124939 : : .co_consts = & site_toplevel_consts_9_consts_5_consts._object.ob_base.ob_base,
124940 : : .co_names = & site_toplevel_consts_9_consts_5_names._object.ob_base.ob_base,
124941 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
124942 : : .co_flags = 19,
124943 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
124944 : : ._co_linearray_entry_size = 0,
124945 : : .co_argcount = 1,
124946 : : .co_posonlyargcount = 0,
124947 : : .co_kwonlyargcount = 0,
124948 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
124949 : : .co_stacksize = 5,
124950 : : .co_firstlineno = 224,
124951 : : .co_nlocalsplus = 2,
124952 : : .co_nlocals = 2,
124953 : : .co_nplaincellvars = 0,
124954 : : .co_ncellvars = 0,
124955 : : .co_nfreevars = 0,
124956 : : .co_localsplusnames = & site_toplevel_consts_9_consts_5_localsplusnames._object.ob_base.ob_base,
124957 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
124958 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
124959 : : .co_name = &_Py_STR(anon_listcomp),
124960 : : .co_qualname = & site_toplevel_consts_9_consts_5_qualname._ascii.ob_base,
124961 : : .co_linetable = & site_toplevel_consts_9_consts_5_linetable.ob_base.ob_base,
124962 : : ._co_code = NULL,
124963 : : ._co_linearray = NULL,
124964 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x16\x00\x00\x7d\x01\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x15\x7c\x01\x91\x02\x8c\x18\x53\x00",
124965 : : ._co_firsttraceable = 0,
124966 : : };
124967 : : static
124968 : : struct {
124969 : : PyGC_Head _gc_head;
124970 : : struct {
124971 : : PyObject_VAR_HEAD
124972 : : PyObject *ob_item[6];
124973 : : }_object;
124974 : : }
124975 : : site_toplevel_consts_9_consts = {
124976 : : ._object = {
124977 : : .ob_base = {
124978 : : .ob_base = {
124979 : : .ob_refcnt = 999999999,
124980 : : .ob_type = &PyTuple_Type,
124981 : : },
124982 : : .ob_size = 6,
124983 : : },
124984 : : .ob_item = {
124985 : : & site_toplevel_consts_9_consts_0._ascii.ob_base,
124986 : : & site_toplevel_consts_9_consts_1._ascii.ob_base,
124987 : : Py_None,
124988 : : Py_True,
124989 : : Py_False,
124990 : : & site_toplevel_consts_9_consts_5.ob_base.ob_base,
124991 : : },
124992 : : },
124993 : : };
124994 : : static
124995 : : struct {
124996 : : PyGC_Head _gc_head;
124997 : : struct {
124998 : : PyObject_VAR_HEAD
124999 : : PyObject *ob_item[12];
125000 : : }_object;
125001 : : }
125002 : : site_toplevel_consts_9_names = {
125003 : : ._object = {
125004 : : .ob_base = {
125005 : : .ob_base = {
125006 : : .ob_refcnt = 999999999,
125007 : : .ob_type = &PyTuple_Type,
125008 : : },
125009 : : .ob_size = 12,
125010 : : },
125011 : : .ob_item = {
125012 : : & const_str__trace._ascii.ob_base,
125013 : : & const_str__init_pathinfo._ascii.ob_base,
125014 : : & const_str_makepath._ascii.ob_base,
125015 : : & const_str_sys._ascii.ob_base,
125016 : : &_Py_ID(path),
125017 : : &_Py_ID(append),
125018 : : &_Py_ID(add),
125019 : : & const_str_os._ascii.ob_base,
125020 : : & const_str_listdir._ascii.ob_base,
125021 : : & const_str_OSError._ascii.ob_base,
125022 : : & const_str_sorted._ascii.ob_base,
125023 : : & const_str_addpackage._ascii.ob_base,
125024 : : },
125025 : : },
125026 : : };
125027 : : static
125028 : : struct {
125029 : : PyASCIIObject _ascii;
125030 : : uint8_t _data[11];
125031 : : }
125032 : : const_str_addsitedir = {
125033 : : ._ascii = {
125034 : : .ob_base = {
125035 : : .ob_refcnt = 999999999,
125036 : : .ob_type = &PyUnicode_Type,
125037 : : },
125038 : : .length = 10,
125039 : : .hash = -1,
125040 : : .state = {
125041 : : .kind = 1,
125042 : : .compact = 1,
125043 : : .ascii = 1,
125044 : : },
125045 : : },
125046 : : ._data = "addsitedir",
125047 : : };
125048 : : static
125049 : : struct {
125050 : : PyObject_VAR_HEAD
125051 : : Py_hash_t ob_shash;
125052 : : char ob_sval[244];
125053 : : }
125054 : : site_toplevel_consts_9_linetable = {
125055 : : .ob_base = {
125056 : : .ob_base = {
125057 : : .ob_refcnt = 999999999,
125058 : : .ob_type = &PyBytes_Type,
125059 : : },
125060 : : .ob_size = 243,
125061 : : },
125062 : : .ob_shash = -1,
125063 : : .ob_sval = "\x80\x00\xf5\x06\x00\x05\x0b\xd0\x0b\x2b\xa0\x07\xd0\x0b\x2b\xd0\x0b\x2b\xd4\x04\x2c\xd0\x04\x2c\xd8\x07\x12\xf0\x00\x04\x05\x16\xdd\x16\x24\xd4\x16\x26\x88\x0b\xd8\x10\x14\x88\x05\x88\x05\xe0\x10\x15\x88\x05\xdd\x1b\x23\xa0\x47\xd4\x1b\x2c\xd1\x04\x18\x80\x47\x88\x5b\xd8\x0b\x16\x98\x2b\xd0\x0b\x25\xf0\x00\x02\x05\x25\xdd\x08\x0b\x8f\x08\x89\x08\x8f\x0f\x89\x0f\x98\x07\xd4\x08\x20\xd0\x08\x20\xd8\x08\x13\x8f\x0f\x89\x0f\x98\x0b\xd4\x08\x24\xd0\x08\x24\xf0\x02\x03\x05\x0f\xdd\x10\x1a\x97\x0a\x91\x0a\x98\x37\xd4\x10\x23\x88\x05\xf0\x06\x00\x0d\x3e\xd0\x0c\x3d\x98\x65\xd0\x0c\x3d\xd4\x0c\x3d\x80\x45\xdd\x10\x16\x90\x75\x94\x0d\xf0\x00\x01\x05\x2f\xf1\x00\x01\x05\x2f\x88\x04\xdd\x08\x12\x90\x37\x98\x44\xa0\x2b\xd4\x08\x2e\xd0\x08\x2e\xd0\x08\x2e\xd8\x07\x0c\xf0\x00\x01\x05\x1b\xd8\x16\x1a\x88\x0b\xd8\x0b\x16\xd0\x04\x16\xf8\xf5\x0f\x00\x0c\x13\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xf0\x00\x01\x05\x0f\xd8\x08\x0e\x88\x06\x88\x06\xf0\x03\x01\x05\x0f\xf8\xf8\xf8",
125064 : : };
125065 : : static
125066 : : struct {
125067 : : PyObject_VAR_HEAD
125068 : : Py_hash_t ob_shash;
125069 : : char ob_sval[19];
125070 : : }
125071 : : site_toplevel_consts_9_exceptiontable = {
125072 : : .ob_base = {
125073 : : .ob_base = {
125074 : : .ob_refcnt = 999999999,
125075 : : .ob_type = &PyBytes_Type,
125076 : : },
125077 : : .ob_size = 18,
125078 : : },
125079 : : .ob_shash = -1,
125080 : : .ob_sval = "\xc1\x2c\x17\x42\x33\x00\xc2\x33\x0a\x43\x01\x03\xc3\x00\x01\x43\x01\x03",
125081 : : };
125082 : : static
125083 : : struct {
125084 : : PyASCIIObject _ascii;
125085 : : uint8_t _data[12];
125086 : : }
125087 : : const_str_sitedircase = {
125088 : : ._ascii = {
125089 : : .ob_base = {
125090 : : .ob_refcnt = 999999999,
125091 : : .ob_type = &PyUnicode_Type,
125092 : : },
125093 : : .length = 11,
125094 : : .hash = -1,
125095 : : .state = {
125096 : : .kind = 1,
125097 : : .compact = 1,
125098 : : .ascii = 1,
125099 : : },
125100 : : },
125101 : : ._data = "sitedircase",
125102 : : };
125103 : : static
125104 : : struct {
125105 : : PyGC_Head _gc_head;
125106 : : struct {
125107 : : PyObject_VAR_HEAD
125108 : : PyObject *ob_item[6];
125109 : : }_object;
125110 : : }
125111 : : site_toplevel_consts_9_localsplusnames = {
125112 : : ._object = {
125113 : : .ob_base = {
125114 : : .ob_base = {
125115 : : .ob_refcnt = 999999999,
125116 : : .ob_type = &PyTuple_Type,
125117 : : },
125118 : : .ob_size = 6,
125119 : : },
125120 : : .ob_item = {
125121 : : & const_str_sitedir._ascii.ob_base,
125122 : : & const_str_known_paths._ascii.ob_base,
125123 : : &_Py_ID(reset),
125124 : : & const_str_sitedircase._ascii.ob_base,
125125 : : & const_str_names._ascii.ob_base,
125126 : : &_Py_ID(name),
125127 : : },
125128 : : },
125129 : : };
125130 : : static
125131 : : struct _PyCode_DEF(392)
125132 : : site_toplevel_consts_9 = {
125133 : : .ob_base = {
125134 : : .ob_base = {
125135 : : .ob_refcnt = 999999999,
125136 : : .ob_type = &PyCode_Type,
125137 : : },
125138 : : .ob_size = 196,
125139 : : },
125140 : : .co_consts = & site_toplevel_consts_9_consts._object.ob_base.ob_base,
125141 : : .co_names = & site_toplevel_consts_9_names._object.ob_base.ob_base,
125142 : : .co_exceptiontable = & site_toplevel_consts_9_exceptiontable.ob_base.ob_base,
125143 : : .co_flags = 3,
125144 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125145 : : ._co_linearray_entry_size = 0,
125146 : : .co_argcount = 2,
125147 : : .co_posonlyargcount = 0,
125148 : : .co_kwonlyargcount = 0,
125149 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
125150 : : .co_stacksize = 6,
125151 : : .co_firstlineno = 207,
125152 : : .co_nlocalsplus = 6,
125153 : : .co_nlocals = 6,
125154 : : .co_nplaincellvars = 0,
125155 : : .co_ncellvars = 0,
125156 : : .co_nfreevars = 0,
125157 : : .co_localsplusnames = & site_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
125158 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
125159 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125160 : : .co_name = & const_str_addsitedir._ascii.ob_base,
125161 : : .co_qualname = & const_str_addsitedir._ascii.ob_base,
125162 : : .co_linetable = & site_toplevel_consts_9_linetable.ob_base.ob_base,
125163 : : ._co_code = NULL,
125164 : : ._co_linearray = NULL,
125165 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7c\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x80\x0f\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x64\x03\x7d\x02\x6e\x02\x64\x04\x7d\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x00\x7d\x03\x7c\x03\x7c\x01\x76\x01\x72\x33\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x64\x05\x84\x00\x7c\x04\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x11\x00\x00\x7d\x05\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x05\x7c\x01\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x13\x7c\x02\x72\x02\x64\x02\x7d\x01\x7c\x01\x53\x00\x23\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x02\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
125166 : : ._co_firsttraceable = 0,
125167 : : };
125168 : : static
125169 : : struct {
125170 : : PyASCIIObject _ascii;
125171 : : uint8_t _data[301];
125172 : : }
125173 : : site_toplevel_consts_10_consts_0 = {
125174 : : ._ascii = {
125175 : : .ob_base = {
125176 : : .ob_refcnt = 999999999,
125177 : : .ob_type = &PyUnicode_Type,
125178 : : },
125179 : : .length = 300,
125180 : : .hash = -1,
125181 : : .state = {
125182 : : .kind = 1,
125183 : : .compact = 1,
125184 : : .ascii = 1,
125185 : : },
125186 : : },
125187 : : ._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",
125188 : : };
125189 : : static
125190 : : struct {
125191 : : PyASCIIObject _ascii;
125192 : : uint8_t _data[8];
125193 : : }
125194 : : const_str_geteuid = {
125195 : : ._ascii = {
125196 : : .ob_base = {
125197 : : .ob_refcnt = 999999999,
125198 : : .ob_type = &PyUnicode_Type,
125199 : : },
125200 : : .length = 7,
125201 : : .hash = -1,
125202 : : .state = {
125203 : : .kind = 1,
125204 : : .compact = 1,
125205 : : .ascii = 1,
125206 : : },
125207 : : },
125208 : : ._data = "geteuid",
125209 : : };
125210 : : static
125211 : : struct {
125212 : : PyASCIIObject _ascii;
125213 : : uint8_t _data[7];
125214 : : }
125215 : : const_str_getgid = {
125216 : : ._ascii = {
125217 : : .ob_base = {
125218 : : .ob_refcnt = 999999999,
125219 : : .ob_type = &PyUnicode_Type,
125220 : : },
125221 : : .length = 6,
125222 : : .hash = -1,
125223 : : .state = {
125224 : : .kind = 1,
125225 : : .compact = 1,
125226 : : .ascii = 1,
125227 : : },
125228 : : },
125229 : : ._data = "getgid",
125230 : : };
125231 : : static
125232 : : struct {
125233 : : PyASCIIObject _ascii;
125234 : : uint8_t _data[8];
125235 : : }
125236 : : const_str_getegid = {
125237 : : ._ascii = {
125238 : : .ob_base = {
125239 : : .ob_refcnt = 999999999,
125240 : : .ob_type = &PyUnicode_Type,
125241 : : },
125242 : : .length = 7,
125243 : : .hash = -1,
125244 : : .state = {
125245 : : .kind = 1,
125246 : : .compact = 1,
125247 : : .ascii = 1,
125248 : : },
125249 : : },
125250 : : ._data = "getegid",
125251 : : };
125252 : : static
125253 : : struct {
125254 : : PyGC_Head _gc_head;
125255 : : struct {
125256 : : PyObject_VAR_HEAD
125257 : : PyObject *ob_item[8];
125258 : : }_object;
125259 : : }
125260 : : site_toplevel_consts_10_consts = {
125261 : : ._object = {
125262 : : .ob_base = {
125263 : : .ob_base = {
125264 : : .ob_refcnt = 999999999,
125265 : : .ob_type = &PyTuple_Type,
125266 : : },
125267 : : .ob_size = 8,
125268 : : },
125269 : : .ob_item = {
125270 : : & site_toplevel_consts_10_consts_0._ascii.ob_base,
125271 : : Py_False,
125272 : : & const_str_getuid._ascii.ob_base,
125273 : : & const_str_geteuid._ascii.ob_base,
125274 : : Py_None,
125275 : : & const_str_getgid._ascii.ob_base,
125276 : : & const_str_getegid._ascii.ob_base,
125277 : : Py_True,
125278 : : },
125279 : : },
125280 : : };
125281 : : static
125282 : : struct {
125283 : : PyASCIIObject _ascii;
125284 : : uint8_t _data[13];
125285 : : }
125286 : : const_str_no_user_site = {
125287 : : ._ascii = {
125288 : : .ob_base = {
125289 : : .ob_refcnt = 999999999,
125290 : : .ob_type = &PyUnicode_Type,
125291 : : },
125292 : : .length = 12,
125293 : : .hash = -1,
125294 : : .state = {
125295 : : .kind = 1,
125296 : : .compact = 1,
125297 : : .ascii = 1,
125298 : : },
125299 : : },
125300 : : ._data = "no_user_site",
125301 : : };
125302 : : static
125303 : : struct {
125304 : : PyGC_Head _gc_head;
125305 : : struct {
125306 : : PyObject_VAR_HEAD
125307 : : PyObject *ob_item[9];
125308 : : }_object;
125309 : : }
125310 : : site_toplevel_consts_10_names = {
125311 : : ._object = {
125312 : : .ob_base = {
125313 : : .ob_base = {
125314 : : .ob_refcnt = 999999999,
125315 : : .ob_type = &PyTuple_Type,
125316 : : },
125317 : : .ob_size = 9,
125318 : : },
125319 : : .ob_item = {
125320 : : & const_str_sys._ascii.ob_base,
125321 : : & const_str_flags._ascii.ob_base,
125322 : : & const_str_no_user_site._ascii.ob_base,
125323 : : & const_str_hasattr._ascii.ob_base,
125324 : : & const_str_os._ascii.ob_base,
125325 : : & const_str_geteuid._ascii.ob_base,
125326 : : & const_str_getuid._ascii.ob_base,
125327 : : & const_str_getegid._ascii.ob_base,
125328 : : & const_str_getgid._ascii.ob_base,
125329 : : },
125330 : : },
125331 : : };
125332 : : static
125333 : : struct {
125334 : : PyASCIIObject _ascii;
125335 : : uint8_t _data[21];
125336 : : }
125337 : : const_str_check_enableusersite = {
125338 : : ._ascii = {
125339 : : .ob_base = {
125340 : : .ob_refcnt = 999999999,
125341 : : .ob_type = &PyUnicode_Type,
125342 : : },
125343 : : .length = 20,
125344 : : .hash = -1,
125345 : : .state = {
125346 : : .kind = 1,
125347 : : .compact = 1,
125348 : : .ascii = 1,
125349 : : },
125350 : : },
125351 : : ._data = "check_enableusersite",
125352 : : };
125353 : : static
125354 : : struct {
125355 : : PyObject_VAR_HEAD
125356 : : Py_hash_t ob_shash;
125357 : : char ob_sval[151];
125358 : : }
125359 : : site_toplevel_consts_10_linetable = {
125360 : : .ob_base = {
125361 : : .ob_base = {
125362 : : .ob_refcnt = 999999999,
125363 : : .ob_type = &PyBytes_Type,
125364 : : },
125365 : : .ob_size = 150,
125366 : : },
125367 : : .ob_shash = -1,
125368 : : .ob_sval = "\x80\x00\xf5\x14\x00\x08\x0b\x87\x79\x81\x79\xd7\x07\x1d\xd1\x07\x1d\xf0\x00\x01\x05\x15\xd8\x0f\x14\x88\x75\xe5\x07\x0e\x8d\x72\x90\x38\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x15\x8f\x3a\x89\x3a\x8c\x3c\x9d\x32\x9f\x39\x99\x39\x9c\x3b\xd2\x0b\x26\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xdd\x07\x0e\x8d\x72\x90\x38\xd4\x07\x1c\xf0\x00\x03\x05\x18\xa5\x17\xad\x12\xa8\x59\xd4\x21\x37\xf0\x00\x03\x05\x18\xe5\x0b\x15\x8f\x3a\x89\x3a\x8c\x3c\x9d\x32\x9f\x39\x99\x39\x9c\x3b\xd2\x0b\x26\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xe0\x0b\x0f\x88\x34",
125369 : : };
125370 : : static
125371 : : struct _PyCode_DEF(408)
125372 : : site_toplevel_consts_10 = {
125373 : : .ob_base = {
125374 : : .ob_base = {
125375 : : .ob_refcnt = 999999999,
125376 : : .ob_type = &PyCode_Type,
125377 : : },
125378 : : .ob_size = 204,
125379 : : },
125380 : : .co_consts = & site_toplevel_consts_10_consts._object.ob_base.ob_base,
125381 : : .co_names = & site_toplevel_consts_10_names._object.ob_base.ob_base,
125382 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
125383 : : .co_flags = 3,
125384 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125385 : : ._co_linearray_entry_size = 0,
125386 : : .co_argcount = 0,
125387 : : .co_posonlyargcount = 0,
125388 : : .co_kwonlyargcount = 0,
125389 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
125390 : : .co_stacksize = 4,
125391 : : .co_firstlineno = 232,
125392 : : .co_nlocalsplus = 0,
125393 : : .co_nlocals = 0,
125394 : : .co_nplaincellvars = 0,
125395 : : .co_ncellvars = 0,
125396 : : .co_nfreevars = 0,
125397 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
125398 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
125399 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125400 : : .co_name = & const_str_check_enableusersite._ascii.ob_base,
125401 : : .co_qualname = & const_str_check_enableusersite._ascii.ob_base,
125402 : : .co_linetable = & site_toplevel_consts_10_linetable.ob_base.ob_base,
125403 : : ._co_code = NULL,
125404 : : ._co_linearray = NULL,
125405 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x43\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x43\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x02\x64\x04\x53\x00\x64\x07\x53\x00",
125406 : : ._co_firsttraceable = 0,
125407 : : };
125408 : : static
125409 : : struct {
125410 : : PyASCIIObject _ascii;
125411 : : uint8_t _data[15];
125412 : : }
125413 : : const_str_PYTHONUSERBASE = {
125414 : : ._ascii = {
125415 : : .ob_base = {
125416 : : .ob_refcnt = 999999999,
125417 : : .ob_type = &PyUnicode_Type,
125418 : : },
125419 : : .length = 14,
125420 : : .hash = -1,
125421 : : .state = {
125422 : : .kind = 1,
125423 : : .compact = 1,
125424 : : .ascii = 1,
125425 : : },
125426 : : },
125427 : : ._data = "PYTHONUSERBASE",
125428 : : };
125429 : : static
125430 : : struct {
125431 : : PyASCIIObject _ascii;
125432 : : uint8_t _data[11];
125433 : : }
125434 : : const_str_emscripten = {
125435 : : ._ascii = {
125436 : : .ob_base = {
125437 : : .ob_refcnt = 999999999,
125438 : : .ob_type = &PyUnicode_Type,
125439 : : },
125440 : : .length = 10,
125441 : : .hash = -1,
125442 : : .state = {
125443 : : .kind = 1,
125444 : : .compact = 1,
125445 : : .ascii = 1,
125446 : : },
125447 : : },
125448 : : ._data = "emscripten",
125449 : : };
125450 : : static
125451 : : struct {
125452 : : PyASCIIObject _ascii;
125453 : : uint8_t _data[5];
125454 : : }
125455 : : const_str_wasi = {
125456 : : ._ascii = {
125457 : : .ob_base = {
125458 : : .ob_refcnt = 999999999,
125459 : : .ob_type = &PyUnicode_Type,
125460 : : },
125461 : : .length = 4,
125462 : : .hash = -1,
125463 : : .state = {
125464 : : .kind = 1,
125465 : : .compact = 1,
125466 : : .ascii = 1,
125467 : : },
125468 : : },
125469 : : ._data = "wasi",
125470 : : };
125471 : : static
125472 : : struct {
125473 : : PyGC_Head _gc_head;
125474 : : struct {
125475 : : PyObject_VAR_HEAD
125476 : : PyObject *ob_item[3];
125477 : : }_object;
125478 : : }
125479 : : site_toplevel_consts_11_consts_2 = {
125480 : : ._object = {
125481 : : .ob_base = {
125482 : : .ob_base = {
125483 : : .ob_refcnt = 999999999,
125484 : : .ob_type = &PyTuple_Type,
125485 : : },
125486 : : .ob_size = 3,
125487 : : },
125488 : : .ob_item = {
125489 : : & const_str_emscripten._ascii.ob_base,
125490 : : & const_str_vxworks._ascii.ob_base,
125491 : : & const_str_wasi._ascii.ob_base,
125492 : : },
125493 : : },
125494 : : };
125495 : : // TODO: The above tuple should be a frozenset
125496 : : static
125497 : : struct {
125498 : : PyGC_Head _gc_head;
125499 : : struct {
125500 : : PyObject_VAR_HEAD
125501 : : PyObject *ob_item[4];
125502 : : }_object;
125503 : : }
125504 : : site_toplevel_consts_11_consts_3_names = {
125505 : : ._object = {
125506 : : .ob_base = {
125507 : : .ob_base = {
125508 : : .ob_refcnt = 999999999,
125509 : : .ob_type = &PyTuple_Type,
125510 : : },
125511 : : .ob_size = 4,
125512 : : },
125513 : : .ob_item = {
125514 : : & const_str_os._ascii.ob_base,
125515 : : &_Py_ID(path),
125516 : : & const_str_expanduser._ascii.ob_base,
125517 : : &_Py_ID(join),
125518 : : },
125519 : : },
125520 : : };
125521 : : static
125522 : : struct {
125523 : : PyASCIIObject _ascii;
125524 : : uint8_t _data[9];
125525 : : }
125526 : : const_str_joinuser = {
125527 : : ._ascii = {
125528 : : .ob_base = {
125529 : : .ob_refcnt = 999999999,
125530 : : .ob_type = &PyUnicode_Type,
125531 : : },
125532 : : .length = 8,
125533 : : .hash = -1,
125534 : : .state = {
125535 : : .kind = 1,
125536 : : .compact = 1,
125537 : : .ascii = 1,
125538 : : },
125539 : : },
125540 : : ._data = "joinuser",
125541 : : };
125542 : : static
125543 : : struct {
125544 : : PyASCIIObject _ascii;
125545 : : uint8_t _data[31];
125546 : : }
125547 : : site_toplevel_consts_11_consts_3_qualname = {
125548 : : ._ascii = {
125549 : : .ob_base = {
125550 : : .ob_refcnt = 999999999,
125551 : : .ob_type = &PyUnicode_Type,
125552 : : },
125553 : : .length = 30,
125554 : : .hash = -1,
125555 : : .state = {
125556 : : .kind = 1,
125557 : : .compact = 1,
125558 : : .ascii = 1,
125559 : : },
125560 : : },
125561 : : ._data = "_getuserbase.<locals>.joinuser",
125562 : : };
125563 : : static
125564 : : struct {
125565 : : PyObject_VAR_HEAD
125566 : : Py_hash_t ob_shash;
125567 : : char ob_sval[37];
125568 : : }
125569 : : site_toplevel_consts_11_consts_3_linetable = {
125570 : : .ob_base = {
125571 : : .ob_base = {
125572 : : .ob_refcnt = 999999999,
125573 : : .ob_type = &PyBytes_Type,
125574 : : },
125575 : : .ob_size = 36,
125576 : : },
125577 : : .ob_shash = -1,
125578 : : .ob_sval = "\x80\x00\xdd\x0f\x11\x8f\x77\x89\x77\xd7\x0f\x21\xd1\x0f\x21\xa5\x22\xa7\x27\xa1\x27\xa7\x2c\xa1\x2c\xb0\x04\xd0\x22\x35\xd4\x0f\x36\xd0\x08\x36",
125579 : : };
125580 : : static
125581 : : struct {
125582 : : PyGC_Head _gc_head;
125583 : : struct {
125584 : : PyObject_VAR_HEAD
125585 : : PyObject *ob_item[1];
125586 : : }_object;
125587 : : }
125588 : : site_toplevel_consts_11_consts_3_localsplusnames = {
125589 : : ._object = {
125590 : : .ob_base = {
125591 : : .ob_base = {
125592 : : .ob_refcnt = 999999999,
125593 : : .ob_type = &PyTuple_Type,
125594 : : },
125595 : : .ob_size = 1,
125596 : : },
125597 : : .ob_item = {
125598 : : & const_str_args._ascii.ob_base,
125599 : : },
125600 : : },
125601 : : };
125602 : : static
125603 : : struct _PyCode_DEF(122)
125604 : : site_toplevel_consts_11_consts_3 = {
125605 : : .ob_base = {
125606 : : .ob_base = {
125607 : : .ob_refcnt = 999999999,
125608 : : .ob_type = &PyCode_Type,
125609 : : },
125610 : : .ob_size = 61,
125611 : : },
125612 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
125613 : : .co_names = & site_toplevel_consts_11_consts_3_names._object.ob_base.ob_base,
125614 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
125615 : : .co_flags = 23,
125616 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125617 : : ._co_linearray_entry_size = 0,
125618 : : .co_argcount = 0,
125619 : : .co_posonlyargcount = 0,
125620 : : .co_kwonlyargcount = 0,
125621 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
125622 : : .co_stacksize = 5,
125623 : : .co_firstlineno = 273,
125624 : : .co_nlocalsplus = 1,
125625 : : .co_nlocals = 1,
125626 : : .co_nplaincellvars = 0,
125627 : : .co_ncellvars = 0,
125628 : : .co_nfreevars = 0,
125629 : : .co_localsplusnames = & site_toplevel_consts_11_consts_3_localsplusnames._object.ob_base.ob_base,
125630 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
125631 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125632 : : .co_name = & const_str_joinuser._ascii.ob_base,
125633 : : .co_qualname = & site_toplevel_consts_11_consts_3_qualname._ascii.ob_base,
125634 : : .co_linetable = & site_toplevel_consts_11_consts_3_linetable.ob_base.ob_base,
125635 : : ._co_code = NULL,
125636 : : ._co_linearray = NULL,
125637 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x8e\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
125638 : : ._co_firsttraceable = 0,
125639 : : };
125640 : : static
125641 : : struct {
125642 : : PyASCIIObject _ascii;
125643 : : uint8_t _data[8];
125644 : : }
125645 : : const_str_APPDATA = {
125646 : : ._ascii = {
125647 : : .ob_base = {
125648 : : .ob_refcnt = 999999999,
125649 : : .ob_type = &PyUnicode_Type,
125650 : : },
125651 : : .length = 7,
125652 : : .hash = -1,
125653 : : .state = {
125654 : : .kind = 1,
125655 : : .compact = 1,
125656 : : .ascii = 1,
125657 : : },
125658 : : },
125659 : : ._data = "APPDATA",
125660 : : };
125661 : : static
125662 : : struct {
125663 : : PyASCIIObject _ascii;
125664 : : uint8_t _data[7];
125665 : : }
125666 : : const_str_Python = {
125667 : : ._ascii = {
125668 : : .ob_base = {
125669 : : .ob_refcnt = 999999999,
125670 : : .ob_type = &PyUnicode_Type,
125671 : : },
125672 : : .length = 6,
125673 : : .hash = -1,
125674 : : .state = {
125675 : : .kind = 1,
125676 : : .compact = 1,
125677 : : .ascii = 1,
125678 : : },
125679 : : },
125680 : : ._data = "Python",
125681 : : };
125682 : : static
125683 : : struct {
125684 : : PyASCIIObject _ascii;
125685 : : uint8_t _data[8];
125686 : : }
125687 : : const_str_Library = {
125688 : : ._ascii = {
125689 : : .ob_base = {
125690 : : .ob_refcnt = 999999999,
125691 : : .ob_type = &PyUnicode_Type,
125692 : : },
125693 : : .length = 7,
125694 : : .hash = -1,
125695 : : .state = {
125696 : : .kind = 1,
125697 : : .compact = 1,
125698 : : .ascii = 1,
125699 : : },
125700 : : },
125701 : : ._data = "Library",
125702 : : };
125703 : : static
125704 : : struct {
125705 : : PyASCIIObject _ascii;
125706 : : uint8_t _data[7];
125707 : : }
125708 : : site_toplevel_consts_11_consts_12 = {
125709 : : ._ascii = {
125710 : : .ob_base = {
125711 : : .ob_refcnt = 999999999,
125712 : : .ob_type = &PyUnicode_Type,
125713 : : },
125714 : : .length = 6,
125715 : : .hash = -1,
125716 : : .state = {
125717 : : .kind = 1,
125718 : : .compact = 1,
125719 : : .ascii = 1,
125720 : : },
125721 : : },
125722 : : ._data = ".local",
125723 : : };
125724 : : static
125725 : : struct {
125726 : : PyGC_Head _gc_head;
125727 : : struct {
125728 : : PyObject_VAR_HEAD
125729 : : PyObject *ob_item[13];
125730 : : }_object;
125731 : : }
125732 : : site_toplevel_consts_11_consts = {
125733 : : ._object = {
125734 : : .ob_base = {
125735 : : .ob_base = {
125736 : : .ob_refcnt = 999999999,
125737 : : .ob_type = &PyTuple_Type,
125738 : : },
125739 : : .ob_size = 13,
125740 : : },
125741 : : .ob_item = {
125742 : : Py_None,
125743 : : & const_str_PYTHONUSERBASE._ascii.ob_base,
125744 : : & site_toplevel_consts_11_consts_2._object.ob_base.ob_base,
125745 : : & site_toplevel_consts_11_consts_3.ob_base.ob_base,
125746 : : & const_str_nt._ascii.ob_base,
125747 : : & const_str_APPDATA._ascii.ob_base,
125748 : : & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
125749 : : & const_str_Python._ascii.ob_base,
125750 : : & const_str_darwin._ascii.ob_base,
125751 : : & const_str_Library._ascii.ob_base,
125752 : : & importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1._ascii.ob_base,
125753 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
125754 : : & site_toplevel_consts_11_consts_12._ascii.ob_base,
125755 : : },
125756 : : },
125757 : : };
125758 : : static
125759 : : struct {
125760 : : PyASCIIObject _ascii;
125761 : : uint8_t _data[11];
125762 : : }
125763 : : const_str__framework = {
125764 : : ._ascii = {
125765 : : .ob_base = {
125766 : : .ob_refcnt = 999999999,
125767 : : .ob_type = &PyUnicode_Type,
125768 : : },
125769 : : .length = 10,
125770 : : .hash = -1,
125771 : : .state = {
125772 : : .kind = 1,
125773 : : .compact = 1,
125774 : : .ascii = 1,
125775 : : },
125776 : : },
125777 : : ._data = "_framework",
125778 : : };
125779 : : static
125780 : : struct {
125781 : : PyGC_Head _gc_head;
125782 : : struct {
125783 : : PyObject_VAR_HEAD
125784 : : PyObject *ob_item[8];
125785 : : }_object;
125786 : : }
125787 : : site_toplevel_consts_11_names = {
125788 : : ._object = {
125789 : : .ob_base = {
125790 : : .ob_base = {
125791 : : .ob_refcnt = 999999999,
125792 : : .ob_type = &PyTuple_Type,
125793 : : },
125794 : : .ob_size = 8,
125795 : : },
125796 : : .ob_item = {
125797 : : & const_str_os._ascii.ob_base,
125798 : : & const_str_environ._ascii.ob_base,
125799 : : &_Py_ID(get),
125800 : : & const_str_sys._ascii.ob_base,
125801 : : & const_str_platform._ascii.ob_base,
125802 : : &_Py_ID(name),
125803 : : & const_str__framework._ascii.ob_base,
125804 : : & const_str_version_info._ascii.ob_base,
125805 : : },
125806 : : },
125807 : : };
125808 : : static
125809 : : struct {
125810 : : PyASCIIObject _ascii;
125811 : : uint8_t _data[13];
125812 : : }
125813 : : const_str__getuserbase = {
125814 : : ._ascii = {
125815 : : .ob_base = {
125816 : : .ob_refcnt = 999999999,
125817 : : .ob_type = &PyUnicode_Type,
125818 : : },
125819 : : .length = 12,
125820 : : .hash = -1,
125821 : : .state = {
125822 : : .kind = 1,
125823 : : .compact = 1,
125824 : : .ascii = 1,
125825 : : },
125826 : : },
125827 : : ._data = "_getuserbase",
125828 : : };
125829 : : static
125830 : : struct {
125831 : : PyObject_VAR_HEAD
125832 : : Py_hash_t ob_shash;
125833 : : char ob_sval[225];
125834 : : }
125835 : : site_toplevel_consts_11_linetable = {
125836 : : .ob_base = {
125837 : : .ob_base = {
125838 : : .ob_refcnt = 999999999,
125839 : : .ob_type = &PyBytes_Type,
125840 : : },
125841 : : .ob_size = 224,
125842 : : },
125843 : : .ob_shash = -1,
125844 : : .ob_sval = "\x80\x00\xdd\x0f\x11\x8f\x7a\x89\x7a\x8f\x7e\x89\x7e\xd0\x1e\x2e\xb0\x04\xd4\x0f\x35\x80\x48\xd8\x07\x0f\xf0\x00\x01\x05\x18\xd8\x0f\x17\x88\x0f\xf5\x06\x00\x08\x0b\x87\x7c\x81\x7c\xd0\x17\x38\xd0\x07\x38\xf0\x00\x01\x05\x14\xd8\x0f\x13\x88\x74\xf0\x04\x01\x05\x37\xf0\x00\x01\x05\x37\xf0\x00\x01\x05\x37\xf5\x06\x00\x08\x0a\x87\x77\x81\x77\x90\x24\x82\x7f\xf0\x00\x02\x05\x28\xdd\x0f\x11\x8f\x7a\x89\x7a\x8f\x7e\x89\x7e\x98\x69\xd4\x0f\x28\xd0\x0f\x2f\xa8\x43\x88\x04\xd8\x0f\x17\x88\x78\x98\x04\x98\x68\xd4\x0f\x27\xd0\x08\x27\xe5\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x02\x05\x38\xa5\x43\xa7\x4e\xa1\x4e\xf0\x00\x02\x05\x38\xd8\x0f\x17\x88\x78\x98\x03\x98\x59\xad\x03\xaf\x0e\xa9\x0e\xd8\x18\x1f\xa5\x23\xd7\x22\x32\xd1\x22\x32\xd0\x22\x36\xb0\x41\xd0\x22\x36\xd1\x18\x36\xf4\x03\x01\x10\x38\xf0\x00\x01\x09\x38\xf0\x06\x00\x0c\x14\x88\x38\x90\x43\x98\x18\xd4\x0b\x22\xd0\x04\x22",
125845 : : };
125846 : : static
125847 : : struct {
125848 : : PyASCIIObject _ascii;
125849 : : uint8_t _data[9];
125850 : : }
125851 : : const_str_env_base = {
125852 : : ._ascii = {
125853 : : .ob_base = {
125854 : : .ob_refcnt = 999999999,
125855 : : .ob_type = &PyUnicode_Type,
125856 : : },
125857 : : .length = 8,
125858 : : .hash = -1,
125859 : : .state = {
125860 : : .kind = 1,
125861 : : .compact = 1,
125862 : : .ascii = 1,
125863 : : },
125864 : : },
125865 : : ._data = "env_base",
125866 : : };
125867 : : static
125868 : : struct {
125869 : : PyGC_Head _gc_head;
125870 : : struct {
125871 : : PyObject_VAR_HEAD
125872 : : PyObject *ob_item[3];
125873 : : }_object;
125874 : : }
125875 : : site_toplevel_consts_11_localsplusnames = {
125876 : : ._object = {
125877 : : .ob_base = {
125878 : : .ob_base = {
125879 : : .ob_refcnt = 999999999,
125880 : : .ob_type = &PyTuple_Type,
125881 : : },
125882 : : .ob_size = 3,
125883 : : },
125884 : : .ob_item = {
125885 : : & const_str_env_base._ascii.ob_base,
125886 : : & const_str_joinuser._ascii.ob_base,
125887 : : & const_str_base._ascii.ob_base,
125888 : : },
125889 : : },
125890 : : };
125891 : : static
125892 : : struct _PyCode_DEF(450)
125893 : : site_toplevel_consts_11 = {
125894 : : .ob_base = {
125895 : : .ob_base = {
125896 : : .ob_refcnt = 999999999,
125897 : : .ob_type = &PyCode_Type,
125898 : : },
125899 : : .ob_size = 225,
125900 : : },
125901 : : .co_consts = & site_toplevel_consts_11_consts._object.ob_base.ob_base,
125902 : : .co_names = & site_toplevel_consts_11_names._object.ob_base.ob_base,
125903 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
125904 : : .co_flags = 3,
125905 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
125906 : : ._co_linearray_entry_size = 0,
125907 : : .co_argcount = 0,
125908 : : .co_posonlyargcount = 0,
125909 : : .co_kwonlyargcount = 0,
125910 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
125911 : : .co_stacksize = 9,
125912 : : .co_firstlineno = 264,
125913 : : .co_nlocalsplus = 3,
125914 : : .co_nlocals = 3,
125915 : : .co_nplaincellvars = 0,
125916 : : .co_ncellvars = 0,
125917 : : .co_nfreevars = 0,
125918 : : .co_localsplusnames = & site_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
125919 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
125920 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
125921 : : .co_name = & const_str__getuserbase._ascii.ob_base,
125922 : : .co_qualname = & const_str__getuserbase._ascii.ob_base,
125923 : : .co_linetable = & site_toplevel_consts_11_linetable.ob_base.ob_base,
125924 : : ._co_code = NULL,
125925 : : ._co_linearray = NULL,
125926 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x72\x02\x7c\x00\x53\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x76\x00\x72\x02\x64\x00\x53\x00\x64\x03\x84\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x6b\x02\x00\x00\x00\x00\x72\x2d\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x70\x01\x64\x06\x7d\x02\x02\x00\x7c\x01\x7c\x02\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x41\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x02\x00\x7c\x01\x64\x06\x64\x09\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x64\x0b\x1a\x00\x7a\x06\x00\x00\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x02\x00\x7c\x01\x64\x06\x64\x0c\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
125927 : : ._co_firsttraceable = 0,
125928 : : };
125929 : : static
125930 : : struct {
125931 : : PyASCIIObject _ascii;
125932 : : uint8_t _data[8];
125933 : : }
125934 : : site_toplevel_consts_12_consts_4 = {
125935 : : ._ascii = {
125936 : : .ob_base = {
125937 : : .ob_refcnt = 999999999,
125938 : : .ob_type = &PyUnicode_Type,
125939 : : },
125940 : : .length = 7,
125941 : : .hash = -1,
125942 : : .state = {
125943 : : .kind = 1,
125944 : : .compact = 1,
125945 : : .ascii = 1,
125946 : : },
125947 : : },
125948 : : ._data = "\\Python",
125949 : : };
125950 : : static
125951 : : struct {
125952 : : PyASCIIObject _ascii;
125953 : : uint8_t _data[15];
125954 : : }
125955 : : site_toplevel_consts_12_consts_5 = {
125956 : : ._ascii = {
125957 : : .ob_base = {
125958 : : .ob_refcnt = 999999999,
125959 : : .ob_type = &PyUnicode_Type,
125960 : : },
125961 : : .length = 14,
125962 : : .hash = -1,
125963 : : .state = {
125964 : : .kind = 1,
125965 : : .compact = 1,
125966 : : .ascii = 1,
125967 : : },
125968 : : },
125969 : : ._data = "\\site-packages",
125970 : : };
125971 : : static
125972 : : struct {
125973 : : PyASCIIObject _ascii;
125974 : : uint8_t _data[26];
125975 : : }
125976 : : site_toplevel_consts_12_consts_7 = {
125977 : : ._ascii = {
125978 : : .ob_base = {
125979 : : .ob_refcnt = 999999999,
125980 : : .ob_type = &PyUnicode_Type,
125981 : : },
125982 : : .length = 25,
125983 : : .hash = -1,
125984 : : .state = {
125985 : : .kind = 1,
125986 : : .compact = 1,
125987 : : .ascii = 1,
125988 : : },
125989 : : },
125990 : : ._data = "/lib/python/site-packages",
125991 : : };
125992 : : static
125993 : : struct {
125994 : : PyASCIIObject _ascii;
125995 : : uint8_t _data[12];
125996 : : }
125997 : : site_toplevel_consts_12_consts_8 = {
125998 : : ._ascii = {
125999 : : .ob_base = {
126000 : : .ob_refcnt = 999999999,
126001 : : .ob_type = &PyUnicode_Type,
126002 : : },
126003 : : .length = 11,
126004 : : .hash = -1,
126005 : : .state = {
126006 : : .kind = 1,
126007 : : .compact = 1,
126008 : : .ascii = 1,
126009 : : },
126010 : : },
126011 : : ._data = "/lib/python",
126012 : : };
126013 : : static
126014 : : struct {
126015 : : PyASCIIObject _ascii;
126016 : : uint8_t _data[15];
126017 : : }
126018 : : site_toplevel_consts_12_consts_11 = {
126019 : : ._ascii = {
126020 : : .ob_base = {
126021 : : .ob_refcnt = 999999999,
126022 : : .ob_type = &PyUnicode_Type,
126023 : : },
126024 : : .length = 14,
126025 : : .hash = -1,
126026 : : .state = {
126027 : : .kind = 1,
126028 : : .compact = 1,
126029 : : .ascii = 1,
126030 : : },
126031 : : },
126032 : : ._data = "/site-packages",
126033 : : };
126034 : : static
126035 : : struct {
126036 : : PyGC_Head _gc_head;
126037 : : struct {
126038 : : PyObject_VAR_HEAD
126039 : : PyObject *ob_item[12];
126040 : : }_object;
126041 : : }
126042 : : site_toplevel_consts_12_consts = {
126043 : : ._object = {
126044 : : .ob_base = {
126045 : : .ob_base = {
126046 : : .ob_refcnt = 999999999,
126047 : : .ob_type = &PyTuple_Type,
126048 : : },
126049 : : .ob_size = 12,
126050 : : },
126051 : : .ob_item = {
126052 : : Py_None,
126053 : : & const_str_nt._ascii.ob_base,
126054 : : &_Py_STR(dot),
126055 : : &_Py_STR(empty),
126056 : : & site_toplevel_consts_12_consts_4._ascii.ob_base,
126057 : : & site_toplevel_consts_12_consts_5._ascii.ob_base,
126058 : : & const_str_darwin._ascii.ob_base,
126059 : : & site_toplevel_consts_12_consts_7._ascii.ob_base,
126060 : : & site_toplevel_consts_12_consts_8._ascii.ob_base,
126061 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
126062 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
126063 : : & site_toplevel_consts_12_consts_11._ascii.ob_base,
126064 : : },
126065 : : },
126066 : : };
126067 : : static
126068 : : struct {
126069 : : PyASCIIObject _ascii;
126070 : : uint8_t _data[7];
126071 : : }
126072 : : const_str_winver = {
126073 : : ._ascii = {
126074 : : .ob_base = {
126075 : : .ob_refcnt = 999999999,
126076 : : .ob_type = &PyUnicode_Type,
126077 : : },
126078 : : .length = 6,
126079 : : .hash = -1,
126080 : : .state = {
126081 : : .kind = 1,
126082 : : .compact = 1,
126083 : : .ascii = 1,
126084 : : },
126085 : : },
126086 : : ._data = "winver",
126087 : : };
126088 : : static
126089 : : struct {
126090 : : PyGC_Head _gc_head;
126091 : : struct {
126092 : : PyObject_VAR_HEAD
126093 : : PyObject *ob_item[8];
126094 : : }_object;
126095 : : }
126096 : : site_toplevel_consts_12_names = {
126097 : : ._object = {
126098 : : .ob_base = {
126099 : : .ob_base = {
126100 : : .ob_refcnt = 999999999,
126101 : : .ob_type = &PyTuple_Type,
126102 : : },
126103 : : .ob_size = 8,
126104 : : },
126105 : : .ob_item = {
126106 : : & const_str_sys._ascii.ob_base,
126107 : : & const_str_version_info._ascii.ob_base,
126108 : : & const_str_os._ascii.ob_base,
126109 : : &_Py_ID(name),
126110 : : & const_str_winver._ascii.ob_base,
126111 : : &_Py_ID(replace),
126112 : : & const_str_platform._ascii.ob_base,
126113 : : & const_str__framework._ascii.ob_base,
126114 : : },
126115 : : },
126116 : : };
126117 : : static
126118 : : struct {
126119 : : PyASCIIObject _ascii;
126120 : : uint8_t _data[10];
126121 : : }
126122 : : const_str__get_path = {
126123 : : ._ascii = {
126124 : : .ob_base = {
126125 : : .ob_refcnt = 999999999,
126126 : : .ob_type = &PyUnicode_Type,
126127 : : },
126128 : : .length = 9,
126129 : : .hash = -1,
126130 : : .state = {
126131 : : .kind = 1,
126132 : : .compact = 1,
126133 : : .ascii = 1,
126134 : : },
126135 : : },
126136 : : ._data = "_get_path",
126137 : : };
126138 : : static
126139 : : struct {
126140 : : PyObject_VAR_HEAD
126141 : : Py_hash_t ob_shash;
126142 : : char ob_sval[157];
126143 : : }
126144 : : site_toplevel_consts_12_linetable = {
126145 : : .ob_base = {
126146 : : .ob_base = {
126147 : : .ob_refcnt = 999999999,
126148 : : .ob_type = &PyBytes_Type,
126149 : : },
126150 : : .ob_size = 156,
126151 : : },
126152 : : .ob_shash = -1,
126153 : : .ob_sval = "\x80\x00\xdd\x0e\x11\xd7\x0e\x1e\xd1\x0e\x1e\x80\x47\xe5\x07\x09\x87\x77\x81\x77\x90\x24\x82\x7f\xf0\x00\x02\x05\x3f\xdd\x14\x17\x97\x4a\x91\x4a\xd7\x14\x26\xd1\x14\x26\xa0\x73\xa8\x42\xd4\x14\x2f\x88\x09\xd8\x12\x1a\xd0\x0f\x3e\xd0\x0f\x3e\xa0\x49\xd0\x0f\x3e\xd0\x0f\x3e\xd0\x0f\x3e\xd0\x08\x3e\xe5\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x01\x05\x36\xa5\x43\xa7\x4e\xa1\x4e\xf0\x00\x01\x05\x36\xd8\x12\x1a\xd0\x0f\x35\xd0\x0f\x35\xd0\x0f\x35\xd0\x08\x35\xe0\x0e\x16\xd0\x0b\x4a\xd0\x0b\x4a\xa0\x37\xa8\x31\xa4\x3a\xd0\x0b\x4a\xd0\x0b\x4a\xb0\x07\xb8\x01\xb4\x0a\xd0\x0b\x4a\xd0\x0b\x4a\xd0\x0b\x4a\xd0\x04\x4a",
126154 : : };
126155 : : static
126156 : : struct {
126157 : : PyASCIIObject _ascii;
126158 : : uint8_t _data[9];
126159 : : }
126160 : : const_str_userbase = {
126161 : : ._ascii = {
126162 : : .ob_base = {
126163 : : .ob_refcnt = 999999999,
126164 : : .ob_type = &PyUnicode_Type,
126165 : : },
126166 : : .length = 8,
126167 : : .hash = -1,
126168 : : .state = {
126169 : : .kind = 1,
126170 : : .compact = 1,
126171 : : .ascii = 1,
126172 : : },
126173 : : },
126174 : : ._data = "userbase",
126175 : : };
126176 : : static
126177 : : struct {
126178 : : PyASCIIObject _ascii;
126179 : : uint8_t _data[10];
126180 : : }
126181 : : const_str_ver_nodot = {
126182 : : ._ascii = {
126183 : : .ob_base = {
126184 : : .ob_refcnt = 999999999,
126185 : : .ob_type = &PyUnicode_Type,
126186 : : },
126187 : : .length = 9,
126188 : : .hash = -1,
126189 : : .state = {
126190 : : .kind = 1,
126191 : : .compact = 1,
126192 : : .ascii = 1,
126193 : : },
126194 : : },
126195 : : ._data = "ver_nodot",
126196 : : };
126197 : : static
126198 : : struct {
126199 : : PyGC_Head _gc_head;
126200 : : struct {
126201 : : PyObject_VAR_HEAD
126202 : : PyObject *ob_item[3];
126203 : : }_object;
126204 : : }
126205 : : site_toplevel_consts_12_localsplusnames = {
126206 : : ._object = {
126207 : : .ob_base = {
126208 : : .ob_base = {
126209 : : .ob_refcnt = 999999999,
126210 : : .ob_type = &PyTuple_Type,
126211 : : },
126212 : : .ob_size = 3,
126213 : : },
126214 : : .ob_item = {
126215 : : & const_str_userbase._ascii.ob_base,
126216 : : &_Py_ID(version),
126217 : : & const_str_ver_nodot._ascii.ob_base,
126218 : : },
126219 : : },
126220 : : };
126221 : : static
126222 : : struct _PyCode_DEF(294)
126223 : : site_toplevel_consts_12 = {
126224 : : .ob_base = {
126225 : : .ob_base = {
126226 : : .ob_refcnt = 999999999,
126227 : : .ob_type = &PyCode_Type,
126228 : : },
126229 : : .ob_size = 147,
126230 : : },
126231 : : .co_consts = & site_toplevel_consts_12_consts._object.ob_base.ob_base,
126232 : : .co_names = & site_toplevel_consts_12_names._object.ob_base.ob_base,
126233 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126234 : : .co_flags = 3,
126235 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126236 : : ._co_linearray_entry_size = 0,
126237 : : .co_argcount = 1,
126238 : : .co_posonlyargcount = 0,
126239 : : .co_kwonlyargcount = 0,
126240 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
126241 : : .co_stacksize = 6,
126242 : : .co_firstlineno = 288,
126243 : : .co_nlocalsplus = 3,
126244 : : .co_nlocals = 3,
126245 : : .co_nplaincellvars = 0,
126246 : : .co_ncellvars = 0,
126247 : : .co_nfreevars = 0,
126248 : : .co_localsplusnames = & site_toplevel_consts_12_localsplusnames._object.ob_base.ob_base,
126249 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
126250 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126251 : : .co_name = & const_str__get_path._ascii.ob_base,
126252 : : .co_qualname = & const_str__get_path._ascii.ob_base,
126253 : : .co_linetable = & site_toplevel_consts_12_linetable.ob_base.ob_base,
126254 : : ._co_code = NULL,
126255 : : ._co_linearray = NULL,
126256 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x2a\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x9b\x00\x64\x04\x7c\x02\x9b\x00\x64\x05\x9d\x04\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x16\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x05\x7c\x00\x9b\x00\x64\x07\x9d\x02\x53\x00\x7c\x00\x9b\x00\x64\x08\x7c\x01\x64\x09\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x02\x7c\x01\x64\x0a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0b\x9d\x06\x53\x00",
126257 : : ._co_firsttraceable = 0,
126258 : : };
126259 : : static
126260 : : struct {
126261 : : PyASCIIObject _ascii;
126262 : : uint8_t _data[204];
126263 : : }
126264 : : site_toplevel_consts_13_consts_0 = {
126265 : : ._ascii = {
126266 : : .ob_base = {
126267 : : .ob_refcnt = 999999999,
126268 : : .ob_type = &PyUnicode_Type,
126269 : : },
126270 : : .length = 203,
126271 : : .hash = -1,
126272 : : .state = {
126273 : : .kind = 1,
126274 : : .compact = 1,
126275 : : .ascii = 1,
126276 : : },
126277 : : },
126278 : : ._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",
126279 : : };
126280 : : static
126281 : : struct {
126282 : : PyGC_Head _gc_head;
126283 : : struct {
126284 : : PyObject_VAR_HEAD
126285 : : PyObject *ob_item[1];
126286 : : }_object;
126287 : : }
126288 : : site_toplevel_consts_13_consts = {
126289 : : ._object = {
126290 : : .ob_base = {
126291 : : .ob_base = {
126292 : : .ob_refcnt = 999999999,
126293 : : .ob_type = &PyTuple_Type,
126294 : : },
126295 : : .ob_size = 1,
126296 : : },
126297 : : .ob_item = {
126298 : : & site_toplevel_consts_13_consts_0._ascii.ob_base,
126299 : : },
126300 : : },
126301 : : };
126302 : : static
126303 : : struct {
126304 : : PyASCIIObject _ascii;
126305 : : uint8_t _data[10];
126306 : : }
126307 : : const_str_USER_BASE = {
126308 : : ._ascii = {
126309 : : .ob_base = {
126310 : : .ob_refcnt = 999999999,
126311 : : .ob_type = &PyUnicode_Type,
126312 : : },
126313 : : .length = 9,
126314 : : .hash = -1,
126315 : : .state = {
126316 : : .kind = 1,
126317 : : .compact = 1,
126318 : : .ascii = 1,
126319 : : },
126320 : : },
126321 : : ._data = "USER_BASE",
126322 : : };
126323 : : static
126324 : : struct {
126325 : : PyGC_Head _gc_head;
126326 : : struct {
126327 : : PyObject_VAR_HEAD
126328 : : PyObject *ob_item[2];
126329 : : }_object;
126330 : : }
126331 : : site_toplevel_consts_13_names = {
126332 : : ._object = {
126333 : : .ob_base = {
126334 : : .ob_base = {
126335 : : .ob_refcnt = 999999999,
126336 : : .ob_type = &PyTuple_Type,
126337 : : },
126338 : : .ob_size = 2,
126339 : : },
126340 : : .ob_item = {
126341 : : & const_str_USER_BASE._ascii.ob_base,
126342 : : & const_str__getuserbase._ascii.ob_base,
126343 : : },
126344 : : },
126345 : : };
126346 : : static
126347 : : struct {
126348 : : PyASCIIObject _ascii;
126349 : : uint8_t _data[12];
126350 : : }
126351 : : const_str_getuserbase = {
126352 : : ._ascii = {
126353 : : .ob_base = {
126354 : : .ob_refcnt = 999999999,
126355 : : .ob_type = &PyUnicode_Type,
126356 : : },
126357 : : .length = 11,
126358 : : .hash = -1,
126359 : : .state = {
126360 : : .kind = 1,
126361 : : .compact = 1,
126362 : : .ascii = 1,
126363 : : },
126364 : : },
126365 : : ._data = "getuserbase",
126366 : : };
126367 : : static
126368 : : struct {
126369 : : PyObject_VAR_HEAD
126370 : : Py_hash_t ob_shash;
126371 : : char ob_sval[26];
126372 : : }
126373 : : site_toplevel_consts_13_linetable = {
126374 : : .ob_base = {
126375 : : .ob_base = {
126376 : : .ob_refcnt = 999999999,
126377 : : .ob_type = &PyBytes_Type,
126378 : : },
126379 : : .ob_size = 25,
126380 : : },
126381 : : .ob_shash = -1,
126382 : : .ob_sval = "\x80\x00\xf5\x10\x00\x08\x11\xf0\x00\x01\x05\x23\xdd\x14\x20\x94\x4e\x88\x09\xdd\x0b\x14\xd0\x04\x14",
126383 : : };
126384 : : static
126385 : : struct _PyCode_DEF(54)
126386 : : site_toplevel_consts_13 = {
126387 : : .ob_base = {
126388 : : .ob_base = {
126389 : : .ob_refcnt = 999999999,
126390 : : .ob_type = &PyCode_Type,
126391 : : },
126392 : : .ob_size = 27,
126393 : : },
126394 : : .co_consts = & site_toplevel_consts_13_consts._object.ob_base.ob_base,
126395 : : .co_names = & site_toplevel_consts_13_names._object.ob_base.ob_base,
126396 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126397 : : .co_flags = 3,
126398 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126399 : : ._co_linearray_entry_size = 0,
126400 : : .co_argcount = 0,
126401 : : .co_posonlyargcount = 0,
126402 : : .co_kwonlyargcount = 0,
126403 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
126404 : : .co_stacksize = 2,
126405 : : .co_firstlineno = 301,
126406 : : .co_nlocalsplus = 0,
126407 : : .co_nlocals = 0,
126408 : : .co_nplaincellvars = 0,
126409 : : .co_ncellvars = 0,
126410 : : .co_nfreevars = 0,
126411 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
126412 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
126413 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126414 : : .co_name = & const_str_getuserbase._ascii.ob_base,
126415 : : .co_qualname = & const_str_getuserbase._ascii.ob_base,
126416 : : .co_linetable = & site_toplevel_consts_13_linetable.ob_base.ob_base,
126417 : : ._co_code = NULL,
126418 : : ._co_linearray = NULL,
126419 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
126420 : : ._co_firsttraceable = 0,
126421 : : };
126422 : : static
126423 : : struct {
126424 : : PyASCIIObject _ascii;
126425 : : uint8_t _data[163];
126426 : : }
126427 : : site_toplevel_consts_14_consts_0 = {
126428 : : ._ascii = {
126429 : : .ob_base = {
126430 : : .ob_refcnt = 999999999,
126431 : : .ob_type = &PyUnicode_Type,
126432 : : },
126433 : : .length = 162,
126434 : : .hash = -1,
126435 : : .state = {
126436 : : .kind = 1,
126437 : : .compact = 1,
126438 : : .ascii = 1,
126439 : : },
126440 : : },
126441 : : ._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",
126442 : : };
126443 : : static
126444 : : struct {
126445 : : PyGC_Head _gc_head;
126446 : : struct {
126447 : : PyObject_VAR_HEAD
126448 : : PyObject *ob_item[3];
126449 : : }_object;
126450 : : }
126451 : : site_toplevel_consts_14_consts = {
126452 : : ._object = {
126453 : : .ob_base = {
126454 : : .ob_base = {
126455 : : .ob_refcnt = 999999999,
126456 : : .ob_type = &PyTuple_Type,
126457 : : },
126458 : : .ob_size = 3,
126459 : : },
126460 : : .ob_item = {
126461 : : & site_toplevel_consts_14_consts_0._ascii.ob_base,
126462 : : Py_None,
126463 : : Py_False,
126464 : : },
126465 : : },
126466 : : };
126467 : : static
126468 : : struct {
126469 : : PyASCIIObject _ascii;
126470 : : uint8_t _data[10];
126471 : : }
126472 : : const_str_USER_SITE = {
126473 : : ._ascii = {
126474 : : .ob_base = {
126475 : : .ob_refcnt = 999999999,
126476 : : .ob_type = &PyUnicode_Type,
126477 : : },
126478 : : .length = 9,
126479 : : .hash = -1,
126480 : : .state = {
126481 : : .kind = 1,
126482 : : .compact = 1,
126483 : : .ascii = 1,
126484 : : },
126485 : : },
126486 : : ._data = "USER_SITE",
126487 : : };
126488 : : static
126489 : : struct {
126490 : : PyASCIIObject _ascii;
126491 : : uint8_t _data[17];
126492 : : }
126493 : : const_str_ENABLE_USER_SITE = {
126494 : : ._ascii = {
126495 : : .ob_base = {
126496 : : .ob_refcnt = 999999999,
126497 : : .ob_type = &PyUnicode_Type,
126498 : : },
126499 : : .length = 16,
126500 : : .hash = -1,
126501 : : .state = {
126502 : : .kind = 1,
126503 : : .compact = 1,
126504 : : .ascii = 1,
126505 : : },
126506 : : },
126507 : : ._data = "ENABLE_USER_SITE",
126508 : : };
126509 : : static
126510 : : struct {
126511 : : PyGC_Head _gc_head;
126512 : : struct {
126513 : : PyObject_VAR_HEAD
126514 : : PyObject *ob_item[4];
126515 : : }_object;
126516 : : }
126517 : : site_toplevel_consts_14_names = {
126518 : : ._object = {
126519 : : .ob_base = {
126520 : : .ob_base = {
126521 : : .ob_refcnt = 999999999,
126522 : : .ob_type = &PyTuple_Type,
126523 : : },
126524 : : .ob_size = 4,
126525 : : },
126526 : : .ob_item = {
126527 : : & const_str_getuserbase._ascii.ob_base,
126528 : : & const_str_USER_SITE._ascii.ob_base,
126529 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
126530 : : & const_str__get_path._ascii.ob_base,
126531 : : },
126532 : : },
126533 : : };
126534 : : static
126535 : : struct {
126536 : : PyASCIIObject _ascii;
126537 : : uint8_t _data[20];
126538 : : }
126539 : : const_str_getusersitepackages = {
126540 : : ._ascii = {
126541 : : .ob_base = {
126542 : : .ob_refcnt = 999999999,
126543 : : .ob_type = &PyUnicode_Type,
126544 : : },
126545 : : .length = 19,
126546 : : .hash = -1,
126547 : : .state = {
126548 : : .kind = 1,
126549 : : .compact = 1,
126550 : : .ascii = 1,
126551 : : },
126552 : : },
126553 : : ._data = "getusersitepackages",
126554 : : };
126555 : : static
126556 : : struct {
126557 : : PyObject_VAR_HEAD
126558 : : Py_hash_t ob_shash;
126559 : : char ob_sval[53];
126560 : : }
126561 : : site_toplevel_consts_14_linetable = {
126562 : : .ob_base = {
126563 : : .ob_base = {
126564 : : .ob_refcnt = 999999999,
126565 : : .ob_type = &PyBytes_Type,
126566 : : },
126567 : : .ob_size = 52,
126568 : : },
126569 : : .ob_shash = -1,
126570 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x10\x1b\x8c\x7d\x80\x48\xe5\x07\x10\xf0\x00\x04\x05\x2c\xd8\x0b\x13\xf0\x00\x03\x09\x2c\xd8\x1f\x24\xd0\x0c\x1c\xd0\x0c\x1c\xe5\x18\x21\xa0\x28\xd4\x18\x2b\x88\x49\xe5\x0b\x14\xd0\x04\x14",
126571 : : };
126572 : : static
126573 : : struct {
126574 : : PyGC_Head _gc_head;
126575 : : struct {
126576 : : PyObject_VAR_HEAD
126577 : : PyObject *ob_item[1];
126578 : : }_object;
126579 : : }
126580 : : site_toplevel_consts_14_localsplusnames = {
126581 : : ._object = {
126582 : : .ob_base = {
126583 : : .ob_base = {
126584 : : .ob_refcnt = 999999999,
126585 : : .ob_type = &PyTuple_Type,
126586 : : },
126587 : : .ob_size = 1,
126588 : : },
126589 : : .ob_item = {
126590 : : & const_str_userbase._ascii.ob_base,
126591 : : },
126592 : : },
126593 : : };
126594 : : static
126595 : : struct _PyCode_DEF(90)
126596 : : site_toplevel_consts_14 = {
126597 : : .ob_base = {
126598 : : .ob_base = {
126599 : : .ob_refcnt = 999999999,
126600 : : .ob_type = &PyCode_Type,
126601 : : },
126602 : : .ob_size = 45,
126603 : : },
126604 : : .co_consts = & site_toplevel_consts_14_consts._object.ob_base.ob_base,
126605 : : .co_names = & site_toplevel_consts_14_names._object.ob_base.ob_base,
126606 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126607 : : .co_flags = 3,
126608 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126609 : : ._co_linearray_entry_size = 0,
126610 : : .co_argcount = 0,
126611 : : .co_posonlyargcount = 0,
126612 : : .co_kwonlyargcount = 0,
126613 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
126614 : : .co_stacksize = 3,
126615 : : .co_firstlineno = 314,
126616 : : .co_nlocalsplus = 1,
126617 : : .co_nlocals = 1,
126618 : : .co_nplaincellvars = 0,
126619 : : .co_ncellvars = 0,
126620 : : .co_nfreevars = 0,
126621 : : .co_localsplusnames = & site_toplevel_consts_14_localsplusnames._object.ob_base.ob_base,
126622 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
126623 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126624 : : .co_name = & const_str_getusersitepackages._ascii.ob_base,
126625 : : .co_qualname = & const_str_getusersitepackages._ascii.ob_base,
126626 : : .co_linetable = & site_toplevel_consts_14_linetable.ob_base.ob_base,
126627 : : ._co_code = NULL,
126628 : : ._co_linearray = NULL,
126629 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x12\x7c\x00\x80\x03\x64\x02\x61\x02\x6e\x0d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x61\x01\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
126630 : : ._co_firsttraceable = 0,
126631 : : };
126632 : : static
126633 : : struct {
126634 : : PyASCIIObject _ascii;
126635 : : uint8_t _data[135];
126636 : : }
126637 : : site_toplevel_consts_15_consts_0 = {
126638 : : ._ascii = {
126639 : : .ob_base = {
126640 : : .ob_refcnt = 999999999,
126641 : : .ob_type = &PyUnicode_Type,
126642 : : },
126643 : : .length = 134,
126644 : : .hash = -1,
126645 : : .state = {
126646 : : .kind = 1,
126647 : : .compact = 1,
126648 : : .ascii = 1,
126649 : : },
126650 : : },
126651 : : ._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",
126652 : : };
126653 : : static
126654 : : struct {
126655 : : PyASCIIObject _ascii;
126656 : : uint8_t _data[30];
126657 : : }
126658 : : site_toplevel_consts_15_consts_1 = {
126659 : : ._ascii = {
126660 : : .ob_base = {
126661 : : .ob_refcnt = 999999999,
126662 : : .ob_type = &PyUnicode_Type,
126663 : : },
126664 : : .length = 29,
126665 : : .hash = -1,
126666 : : .state = {
126667 : : .kind = 1,
126668 : : .compact = 1,
126669 : : .ascii = 1,
126670 : : },
126671 : : },
126672 : : ._data = "Processing user site-packages",
126673 : : };
126674 : : static
126675 : : struct {
126676 : : PyGC_Head _gc_head;
126677 : : struct {
126678 : : PyObject_VAR_HEAD
126679 : : PyObject *ob_item[2];
126680 : : }_object;
126681 : : }
126682 : : site_toplevel_consts_15_consts = {
126683 : : ._object = {
126684 : : .ob_base = {
126685 : : .ob_base = {
126686 : : .ob_refcnt = 999999999,
126687 : : .ob_type = &PyTuple_Type,
126688 : : },
126689 : : .ob_size = 2,
126690 : : },
126691 : : .ob_item = {
126692 : : & site_toplevel_consts_15_consts_0._ascii.ob_base,
126693 : : & site_toplevel_consts_15_consts_1._ascii.ob_base,
126694 : : },
126695 : : },
126696 : : };
126697 : : static
126698 : : struct {
126699 : : PyGC_Head _gc_head;
126700 : : struct {
126701 : : PyObject_VAR_HEAD
126702 : : PyObject *ob_item[7];
126703 : : }_object;
126704 : : }
126705 : : site_toplevel_consts_15_names = {
126706 : : ._object = {
126707 : : .ob_base = {
126708 : : .ob_base = {
126709 : : .ob_refcnt = 999999999,
126710 : : .ob_type = &PyTuple_Type,
126711 : : },
126712 : : .ob_size = 7,
126713 : : },
126714 : : .ob_item = {
126715 : : & const_str__trace._ascii.ob_base,
126716 : : & const_str_getusersitepackages._ascii.ob_base,
126717 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
126718 : : & const_str_os._ascii.ob_base,
126719 : : &_Py_ID(path),
126720 : : & const_str_isdir._ascii.ob_base,
126721 : : & const_str_addsitedir._ascii.ob_base,
126722 : : },
126723 : : },
126724 : : };
126725 : : static
126726 : : struct {
126727 : : PyASCIIObject _ascii;
126728 : : uint8_t _data[20];
126729 : : }
126730 : : const_str_addusersitepackages = {
126731 : : ._ascii = {
126732 : : .ob_base = {
126733 : : .ob_refcnt = 999999999,
126734 : : .ob_type = &PyUnicode_Type,
126735 : : },
126736 : : .length = 19,
126737 : : .hash = -1,
126738 : : .state = {
126739 : : .kind = 1,
126740 : : .compact = 1,
126741 : : .ascii = 1,
126742 : : },
126743 : : },
126744 : : ._data = "addusersitepackages",
126745 : : };
126746 : : static
126747 : : struct {
126748 : : PyObject_VAR_HEAD
126749 : : Py_hash_t ob_shash;
126750 : : char ob_sval[72];
126751 : : }
126752 : : site_toplevel_consts_15_linetable = {
126753 : : .ob_base = {
126754 : : .ob_base = {
126755 : : .ob_refcnt = 999999999,
126756 : : .ob_type = &PyBytes_Type,
126757 : : },
126758 : : .ob_size = 71,
126759 : : },
126760 : : .ob_shash = -1,
126761 : : .ob_sval = "\x80\x00\xf5\x10\x00\x05\x0b\xd0\x0b\x2a\xd4\x04\x2b\xd0\x04\x2b\xdd\x10\x23\xd4\x10\x25\x80\x49\xe5\x07\x17\xf0\x00\x01\x05\x2b\x9d\x42\x9f\x47\x99\x47\x9f\x4d\x99\x4d\xa8\x29\xd4\x1c\x34\xf0\x00\x01\x05\x2b\xdd\x08\x12\x90\x39\x98\x6b\xd4\x08\x2a\xd0\x08\x2a\xd8\x0b\x16\xd0\x04\x16",
126762 : : };
126763 : : static
126764 : : struct {
126765 : : PyASCIIObject _ascii;
126766 : : uint8_t _data[10];
126767 : : }
126768 : : const_str_user_site = {
126769 : : ._ascii = {
126770 : : .ob_base = {
126771 : : .ob_refcnt = 999999999,
126772 : : .ob_type = &PyUnicode_Type,
126773 : : },
126774 : : .length = 9,
126775 : : .hash = -1,
126776 : : .state = {
126777 : : .kind = 1,
126778 : : .compact = 1,
126779 : : .ascii = 1,
126780 : : },
126781 : : },
126782 : : ._data = "user_site",
126783 : : };
126784 : : static
126785 : : struct {
126786 : : PyGC_Head _gc_head;
126787 : : struct {
126788 : : PyObject_VAR_HEAD
126789 : : PyObject *ob_item[2];
126790 : : }_object;
126791 : : }
126792 : : site_toplevel_consts_15_localsplusnames = {
126793 : : ._object = {
126794 : : .ob_base = {
126795 : : .ob_base = {
126796 : : .ob_refcnt = 999999999,
126797 : : .ob_type = &PyTuple_Type,
126798 : : },
126799 : : .ob_size = 2,
126800 : : },
126801 : : .ob_item = {
126802 : : & const_str_known_paths._ascii.ob_base,
126803 : : & const_str_user_site._ascii.ob_base,
126804 : : },
126805 : : },
126806 : : };
126807 : : static
126808 : : struct _PyCode_DEF(164)
126809 : : site_toplevel_consts_15 = {
126810 : : .ob_base = {
126811 : : .ob_base = {
126812 : : .ob_refcnt = 999999999,
126813 : : .ob_type = &PyCode_Type,
126814 : : },
126815 : : .ob_size = 82,
126816 : : },
126817 : : .co_consts = & site_toplevel_consts_15_consts._object.ob_base.ob_base,
126818 : : .co_names = & site_toplevel_consts_15_names._object.ob_base.ob_base,
126819 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
126820 : : .co_flags = 3,
126821 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
126822 : : ._co_linearray_entry_size = 0,
126823 : : .co_argcount = 1,
126824 : : .co_posonlyargcount = 0,
126825 : : .co_kwonlyargcount = 0,
126826 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
126827 : : .co_stacksize = 4,
126828 : : .co_firstlineno = 331,
126829 : : .co_nlocalsplus = 2,
126830 : : .co_nlocals = 2,
126831 : : .co_nplaincellvars = 0,
126832 : : .co_ncellvars = 0,
126833 : : .co_nfreevars = 0,
126834 : : .co_localsplusnames = & site_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
126835 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
126836 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
126837 : : .co_name = & const_str_addusersitepackages._ascii.ob_base,
126838 : : .co_qualname = & const_str_addusersitepackages._ascii.ob_base,
126839 : : .co_linetable = & site_toplevel_consts_15_linetable.ob_base.ob_base,
126840 : : ._co_code = NULL,
126841 : : ._co_linearray = NULL,
126842 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x53\x00",
126843 : : ._co_firsttraceable = 0,
126844 : : };
126845 : : static
126846 : : struct {
126847 : : PyASCIIObject _ascii;
126848 : : uint8_t _data[287];
126849 : : }
126850 : : site_toplevel_consts_16_consts_0 = {
126851 : : ._ascii = {
126852 : : .ob_base = {
126853 : : .ob_refcnt = 999999999,
126854 : : .ob_type = &PyUnicode_Type,
126855 : : },
126856 : : .length = 286,
126857 : : .hash = -1,
126858 : : .state = {
126859 : : .kind = 1,
126860 : : .compact = 1,
126861 : : .ascii = 1,
126862 : : },
126863 : : },
126864 : : ._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",
126865 : : };
126866 : : static
126867 : : struct {
126868 : : PyASCIIObject _ascii;
126869 : : uint8_t _data[4];
126870 : : }
126871 : : const_str_lib = {
126872 : : ._ascii = {
126873 : : .ob_base = {
126874 : : .ob_refcnt = 999999999,
126875 : : .ob_type = &PyUnicode_Type,
126876 : : },
126877 : : .length = 3,
126878 : : .hash = -1,
126879 : : .state = {
126880 : : .kind = 1,
126881 : : .compact = 1,
126882 : : .ascii = 1,
126883 : : },
126884 : : },
126885 : : ._data = "lib",
126886 : : };
126887 : : static
126888 : : struct {
126889 : : PyASCIIObject _ascii;
126890 : : uint8_t _data[12];
126891 : : }
126892 : : site_toplevel_consts_16_consts_4 = {
126893 : : ._ascii = {
126894 : : .ob_base = {
126895 : : .ob_refcnt = 999999999,
126896 : : .ob_type = &PyUnicode_Type,
126897 : : },
126898 : : .length = 11,
126899 : : .hash = -1,
126900 : : .state = {
126901 : : .kind = 1,
126902 : : .compact = 1,
126903 : : .ascii = 1,
126904 : : },
126905 : : },
126906 : : ._data = "python%d.%d",
126907 : : };
126908 : : static
126909 : : struct {
126910 : : PyASCIIObject _ascii;
126911 : : uint8_t _data[14];
126912 : : }
126913 : : site_toplevel_consts_16_consts_6 = {
126914 : : ._ascii = {
126915 : : .ob_base = {
126916 : : .ob_refcnt = 999999999,
126917 : : .ob_type = &PyUnicode_Type,
126918 : : },
126919 : : .length = 13,
126920 : : .hash = -1,
126921 : : .state = {
126922 : : .kind = 1,
126923 : : .compact = 1,
126924 : : .ascii = 1,
126925 : : },
126926 : : },
126927 : : ._data = "site-packages",
126928 : : };
126929 : : static
126930 : : struct {
126931 : : PyASCIIObject _ascii;
126932 : : uint8_t _data[4];
126933 : : }
126934 : : const_str_Lib = {
126935 : : ._ascii = {
126936 : : .ob_base = {
126937 : : .ob_refcnt = 999999999,
126938 : : .ob_type = &PyUnicode_Type,
126939 : : },
126940 : : .length = 3,
126941 : : .hash = -1,
126942 : : .state = {
126943 : : .kind = 1,
126944 : : .compact = 1,
126945 : : .ascii = 1,
126946 : : },
126947 : : },
126948 : : ._data = "Lib",
126949 : : };
126950 : : static
126951 : : struct {
126952 : : PyGC_Head _gc_head;
126953 : : struct {
126954 : : PyObject_VAR_HEAD
126955 : : PyObject *ob_item[8];
126956 : : }_object;
126957 : : }
126958 : : site_toplevel_consts_16_consts = {
126959 : : ._object = {
126960 : : .ob_base = {
126961 : : .ob_base = {
126962 : : .ob_refcnt = 999999999,
126963 : : .ob_type = &PyTuple_Type,
126964 : : },
126965 : : .ob_size = 8,
126966 : : },
126967 : : .ob_item = {
126968 : : & site_toplevel_consts_16_consts_0._ascii.ob_base,
126969 : : Py_None,
126970 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_5._ascii.ob_base,
126971 : : & const_str_lib._ascii.ob_base,
126972 : : & site_toplevel_consts_16_consts_4._ascii.ob_base,
126973 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
126974 : : & site_toplevel_consts_16_consts_6._ascii.ob_base,
126975 : : & const_str_Lib._ascii.ob_base,
126976 : : },
126977 : : },
126978 : : };
126979 : : static
126980 : : struct {
126981 : : PyASCIIObject _ascii;
126982 : : uint8_t _data[9];
126983 : : }
126984 : : const_str_PREFIXES = {
126985 : : ._ascii = {
126986 : : .ob_base = {
126987 : : .ob_refcnt = 999999999,
126988 : : .ob_type = &PyUnicode_Type,
126989 : : },
126990 : : .length = 8,
126991 : : .hash = -1,
126992 : : .state = {
126993 : : .kind = 1,
126994 : : .compact = 1,
126995 : : .ascii = 1,
126996 : : },
126997 : : },
126998 : : ._data = "PREFIXES",
126999 : : };
127000 : : static
127001 : : struct {
127002 : : PyASCIIObject _ascii;
127003 : : uint8_t _data[11];
127004 : : }
127005 : : const_str_platlibdir = {
127006 : : ._ascii = {
127007 : : .ob_base = {
127008 : : .ob_refcnt = 999999999,
127009 : : .ob_type = &PyUnicode_Type,
127010 : : },
127011 : : .length = 10,
127012 : : .hash = -1,
127013 : : .state = {
127014 : : .kind = 1,
127015 : : .compact = 1,
127016 : : .ascii = 1,
127017 : : },
127018 : : },
127019 : : ._data = "platlibdir",
127020 : : };
127021 : : static
127022 : : struct {
127023 : : PyGC_Head _gc_head;
127024 : : struct {
127025 : : PyObject_VAR_HEAD
127026 : : PyObject *ob_item[11];
127027 : : }_object;
127028 : : }
127029 : : site_toplevel_consts_16_names = {
127030 : : ._object = {
127031 : : .ob_base = {
127032 : : .ob_base = {
127033 : : .ob_refcnt = 999999999,
127034 : : .ob_type = &PyTuple_Type,
127035 : : },
127036 : : .ob_size = 11,
127037 : : },
127038 : : .ob_item = {
127039 : : & const_str_set._ascii.ob_base,
127040 : : & const_str_PREFIXES._ascii.ob_base,
127041 : : &_Py_ID(add),
127042 : : & const_str_os._ascii.ob_base,
127043 : : & const_str_sep._ascii.ob_base,
127044 : : & const_str_sys._ascii.ob_base,
127045 : : & const_str_platlibdir._ascii.ob_base,
127046 : : &_Py_ID(append),
127047 : : &_Py_ID(path),
127048 : : &_Py_ID(join),
127049 : : & const_str_version_info._ascii.ob_base,
127050 : : },
127051 : : },
127052 : : };
127053 : : static
127054 : : struct {
127055 : : PyASCIIObject _ascii;
127056 : : uint8_t _data[16];
127057 : : }
127058 : : const_str_getsitepackages = {
127059 : : ._ascii = {
127060 : : .ob_base = {
127061 : : .ob_refcnt = 999999999,
127062 : : .ob_type = &PyUnicode_Type,
127063 : : },
127064 : : .length = 15,
127065 : : .hash = -1,
127066 : : .state = {
127067 : : .kind = 1,
127068 : : .compact = 1,
127069 : : .ascii = 1,
127070 : : },
127071 : : },
127072 : : ._data = "getsitepackages",
127073 : : };
127074 : : static
127075 : : struct {
127076 : : PyObject_VAR_HEAD
127077 : : Py_hash_t ob_shash;
127078 : : char ob_sval[296];
127079 : : }
127080 : : site_toplevel_consts_16_linetable = {
127081 : : .ob_base = {
127082 : : .ob_base = {
127083 : : .ob_refcnt = 999999999,
127084 : : .ob_type = &PyBytes_Type,
127085 : : },
127086 : : .ob_size = 295,
127087 : : },
127088 : : .ob_shash = -1,
127089 : : .ob_sval = "\x80\x00\xf0\x0e\x00\x14\x16\x80\x4c\xdd\x0b\x0e\x8c\x35\x80\x44\xe0\x07\x0f\xf0\x00\x01\x05\x1c\xdd\x13\x1b\x88\x08\xe0\x12\x1a\xf0\x00\x11\x05\x4e\x01\xf2\x00\x11\x05\x4e\x01\x88\x06\xd8\x0f\x15\xf0\x00\x01\x09\x15\x98\x16\xa0\x34\x98\x1e\xf0\x00\x01\x09\x15\xd8\x0c\x14\xd8\x08\x0c\x8f\x08\x89\x08\x90\x16\xd4\x08\x18\xd0\x08\x18\xe5\x0b\x0d\x8f\x36\x89\x36\x90\x53\x8a\x3d\xf0\x00\x0c\x09\x4e\x01\xdd\x17\x1a\x97\x7e\x91\x7e\xd0\x16\x26\x88\x47\xdd\x0f\x12\x8f\x7e\x89\x7e\xa0\x15\xd2\x0f\x26\xf0\x00\x01\x0d\x26\xd8\x10\x17\x97\x0e\x91\x0e\x98\x75\xd4\x10\x25\xd0\x10\x25\xe0\x1a\x21\xf0\x00\x04\x0d\x2a\xf1\x00\x04\x0d\x2a\x90\x06\xdd\x17\x19\x97\x77\x91\x77\x97\x7c\x91\x7c\xa0\x46\xa8\x46\xd8\x24\x31\xb5\x43\xd7\x34\x44\xd1\x34\x44\xd0\x34\x48\xc0\x61\xd0\x34\x48\xd1\x24\x48\xd8\x24\x33\xf4\x05\x02\x18\x35\x90\x04\xf0\x06\x00\x11\x1d\xd7\x10\x23\xd1\x10\x23\xa0\x44\xd4\x10\x29\xd0\x10\x29\xd0\x10\x29\xf0\x09\x04\x0d\x2a\xf0\x0c\x00\x0d\x19\xd7\x0c\x1f\xd1\x0c\x1f\xa0\x06\xd4\x0c\x27\xd0\x0c\x27\xd8\x0c\x18\xd7\x0c\x1f\xd1\x0c\x1f\xa5\x02\xa7\x07\xa1\x07\xa7\x0c\xa1\x0c\xa8\x56\xb0\x55\xb8\x4f\xd4\x20\x4c\xd4\x0c\x4d\xd0\x0c\x4d\xd1\x0c\x4d\xd8\x0b\x17\xd0\x04\x17",
127090 : : };
127091 : : static
127092 : : struct {
127093 : : PyASCIIObject _ascii;
127094 : : uint8_t _data[9];
127095 : : }
127096 : : const_str_prefixes = {
127097 : : ._ascii = {
127098 : : .ob_base = {
127099 : : .ob_refcnt = 999999999,
127100 : : .ob_type = &PyUnicode_Type,
127101 : : },
127102 : : .length = 8,
127103 : : .hash = -1,
127104 : : .state = {
127105 : : .kind = 1,
127106 : : .compact = 1,
127107 : : .ascii = 1,
127108 : : },
127109 : : },
127110 : : ._data = "prefixes",
127111 : : };
127112 : : static
127113 : : struct {
127114 : : PyASCIIObject _ascii;
127115 : : uint8_t _data[13];
127116 : : }
127117 : : const_str_sitepackages = {
127118 : : ._ascii = {
127119 : : .ob_base = {
127120 : : .ob_refcnt = 999999999,
127121 : : .ob_type = &PyUnicode_Type,
127122 : : },
127123 : : .length = 12,
127124 : : .hash = -1,
127125 : : .state = {
127126 : : .kind = 1,
127127 : : .compact = 1,
127128 : : .ascii = 1,
127129 : : },
127130 : : },
127131 : : ._data = "sitepackages",
127132 : : };
127133 : : static
127134 : : struct {
127135 : : PyASCIIObject _ascii;
127136 : : uint8_t _data[8];
127137 : : }
127138 : : const_str_libdirs = {
127139 : : ._ascii = {
127140 : : .ob_base = {
127141 : : .ob_refcnt = 999999999,
127142 : : .ob_type = &PyUnicode_Type,
127143 : : },
127144 : : .length = 7,
127145 : : .hash = -1,
127146 : : .state = {
127147 : : .kind = 1,
127148 : : .compact = 1,
127149 : : .ascii = 1,
127150 : : },
127151 : : },
127152 : : ._data = "libdirs",
127153 : : };
127154 : : static
127155 : : struct {
127156 : : PyASCIIObject _ascii;
127157 : : uint8_t _data[7];
127158 : : }
127159 : : const_str_libdir = {
127160 : : ._ascii = {
127161 : : .ob_base = {
127162 : : .ob_refcnt = 999999999,
127163 : : .ob_type = &PyUnicode_Type,
127164 : : },
127165 : : .length = 6,
127166 : : .hash = -1,
127167 : : .state = {
127168 : : .kind = 1,
127169 : : .compact = 1,
127170 : : .ascii = 1,
127171 : : },
127172 : : },
127173 : : ._data = "libdir",
127174 : : };
127175 : : static
127176 : : struct {
127177 : : PyGC_Head _gc_head;
127178 : : struct {
127179 : : PyObject_VAR_HEAD
127180 : : PyObject *ob_item[7];
127181 : : }_object;
127182 : : }
127183 : : site_toplevel_consts_16_localsplusnames = {
127184 : : ._object = {
127185 : : .ob_base = {
127186 : : .ob_base = {
127187 : : .ob_refcnt = 999999999,
127188 : : .ob_type = &PyTuple_Type,
127189 : : },
127190 : : .ob_size = 7,
127191 : : },
127192 : : .ob_item = {
127193 : : & const_str_prefixes._ascii.ob_base,
127194 : : & const_str_sitepackages._ascii.ob_base,
127195 : : & const_str_seen._ascii.ob_base,
127196 : : & const_str_prefix._ascii.ob_base,
127197 : : & const_str_libdirs._ascii.ob_base,
127198 : : & const_str_libdir._ascii.ob_base,
127199 : : &_Py_ID(path),
127200 : : },
127201 : : },
127202 : : };
127203 : : static
127204 : : struct _PyCode_DEF(576)
127205 : : site_toplevel_consts_16 = {
127206 : : .ob_base = {
127207 : : .ob_base = {
127208 : : .ob_refcnt = 999999999,
127209 : : .ob_type = &PyCode_Type,
127210 : : },
127211 : : .ob_size = 288,
127212 : : },
127213 : : .co_consts = & site_toplevel_consts_16_consts._object.ob_base.ob_base,
127214 : : .co_names = & site_toplevel_consts_16_names._object.ob_base.ob_base,
127215 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127216 : : .co_flags = 3,
127217 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127218 : : ._co_linearray_entry_size = 0,
127219 : : .co_argcount = 1,
127220 : : .co_posonlyargcount = 0,
127221 : : .co_kwonlyargcount = 0,
127222 : : .co_framesize = 17 + FRAME_SPECIALS_SIZE,
127223 : : .co_stacksize = 10,
127224 : : .co_firstlineno = 346,
127225 : : .co_nlocalsplus = 7,
127226 : : .co_nlocals = 7,
127227 : : .co_nplaincellvars = 0,
127228 : : .co_ncellvars = 0,
127229 : : .co_nfreevars = 0,
127230 : : .co_localsplusnames = & site_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
127231 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
127232 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127233 : : .co_name = & const_str_getsitepackages._ascii.ob_base,
127234 : : .co_qualname = & const_str_getsitepackages._ascii.ob_base,
127235 : : .co_linetable = & site_toplevel_consts_16_linetable.ob_base.ob_base,
127236 : : ._co_code = NULL,
127237 : : ._co_linearray = NULL,
127238 : : .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x80\x07\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x00\x7c\x00\x44\x00\x3e\x01\x5d\x01\x00\x00\x7d\x03\x7c\x03\x72\x04\x7c\x03\x7c\x02\x76\x00\x72\x01\x8c\x0b\x7c\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x8b\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\x7d\x04\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x03\x00\x00\x00\x00\x72\x12\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x44\x00\x5d\x4d\x00\x00\x7d\x05\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x05\x64\x04\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x05\x1a\x00\x7a\x06\x00\x00\x64\x06\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x4f\x8c\xbd\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x07\x64\x06\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x3e\x01\x8c\x04\x7c\x01\x53\x00",
127239 : : ._co_firsttraceable = 0,
127240 : : };
127241 : : static
127242 : : struct {
127243 : : PyASCIIObject _ascii;
127244 : : uint8_t _data[30];
127245 : : }
127246 : : site_toplevel_consts_17_consts_0 = {
127247 : : ._ascii = {
127248 : : .ob_base = {
127249 : : .ob_refcnt = 999999999,
127250 : : .ob_type = &PyUnicode_Type,
127251 : : },
127252 : : .length = 29,
127253 : : .hash = -1,
127254 : : .state = {
127255 : : .kind = 1,
127256 : : .compact = 1,
127257 : : .ascii = 1,
127258 : : },
127259 : : },
127260 : : ._data = "Add site-packages to sys.path",
127261 : : };
127262 : : static
127263 : : struct {
127264 : : PyASCIIObject _ascii;
127265 : : uint8_t _data[32];
127266 : : }
127267 : : site_toplevel_consts_17_consts_1 = {
127268 : : ._ascii = {
127269 : : .ob_base = {
127270 : : .ob_refcnt = 999999999,
127271 : : .ob_type = &PyUnicode_Type,
127272 : : },
127273 : : .length = 31,
127274 : : .hash = -1,
127275 : : .state = {
127276 : : .kind = 1,
127277 : : .compact = 1,
127278 : : .ascii = 1,
127279 : : },
127280 : : },
127281 : : ._data = "Processing global site-packages",
127282 : : };
127283 : : static
127284 : : struct {
127285 : : PyGC_Head _gc_head;
127286 : : struct {
127287 : : PyObject_VAR_HEAD
127288 : : PyObject *ob_item[2];
127289 : : }_object;
127290 : : }
127291 : : site_toplevel_consts_17_consts = {
127292 : : ._object = {
127293 : : .ob_base = {
127294 : : .ob_base = {
127295 : : .ob_refcnt = 999999999,
127296 : : .ob_type = &PyTuple_Type,
127297 : : },
127298 : : .ob_size = 2,
127299 : : },
127300 : : .ob_item = {
127301 : : & site_toplevel_consts_17_consts_0._ascii.ob_base,
127302 : : & site_toplevel_consts_17_consts_1._ascii.ob_base,
127303 : : },
127304 : : },
127305 : : };
127306 : : static
127307 : : struct {
127308 : : PyGC_Head _gc_head;
127309 : : struct {
127310 : : PyObject_VAR_HEAD
127311 : : PyObject *ob_item[6];
127312 : : }_object;
127313 : : }
127314 : : site_toplevel_consts_17_names = {
127315 : : ._object = {
127316 : : .ob_base = {
127317 : : .ob_base = {
127318 : : .ob_refcnt = 999999999,
127319 : : .ob_type = &PyTuple_Type,
127320 : : },
127321 : : .ob_size = 6,
127322 : : },
127323 : : .ob_item = {
127324 : : & const_str__trace._ascii.ob_base,
127325 : : & const_str_getsitepackages._ascii.ob_base,
127326 : : & const_str_os._ascii.ob_base,
127327 : : &_Py_ID(path),
127328 : : & const_str_isdir._ascii.ob_base,
127329 : : & const_str_addsitedir._ascii.ob_base,
127330 : : },
127331 : : },
127332 : : };
127333 : : static
127334 : : struct {
127335 : : PyASCIIObject _ascii;
127336 : : uint8_t _data[16];
127337 : : }
127338 : : const_str_addsitepackages = {
127339 : : ._ascii = {
127340 : : .ob_base = {
127341 : : .ob_refcnt = 999999999,
127342 : : .ob_type = &PyUnicode_Type,
127343 : : },
127344 : : .length = 15,
127345 : : .hash = -1,
127346 : : .state = {
127347 : : .kind = 1,
127348 : : .compact = 1,
127349 : : .ascii = 1,
127350 : : },
127351 : : },
127352 : : ._data = "addsitepackages",
127353 : : };
127354 : : static
127355 : : struct {
127356 : : PyObject_VAR_HEAD
127357 : : Py_hash_t ob_shash;
127358 : : char ob_sval[78];
127359 : : }
127360 : : site_toplevel_consts_17_linetable = {
127361 : : .ob_base = {
127362 : : .ob_base = {
127363 : : .ob_refcnt = 999999999,
127364 : : .ob_type = &PyBytes_Type,
127365 : : },
127366 : : .ob_size = 77,
127367 : : },
127368 : : .ob_shash = -1,
127369 : : .ob_sval = "\x80\x00\xe5\x04\x0a\xd0\x0b\x2c\xd4\x04\x2d\xd0\x04\x2d\xdd\x13\x22\xa0\x38\xd4\x13\x2c\xf0\x00\x02\x05\x2d\xf1\x00\x02\x05\x2d\x88\x07\xdd\x0b\x0d\x8f\x37\x89\x37\x8f\x3d\x89\x3d\x98\x17\xd4\x0b\x21\xf0\x00\x01\x09\x2d\xdd\x0c\x16\x90\x77\xa0\x0b\xd4\x0c\x2c\xd0\x0c\x2c\xd0\x0c\x2c\xe0\x0b\x16\xd0\x04\x16",
127370 : : };
127371 : : static
127372 : : struct {
127373 : : PyGC_Head _gc_head;
127374 : : struct {
127375 : : PyObject_VAR_HEAD
127376 : : PyObject *ob_item[3];
127377 : : }_object;
127378 : : }
127379 : : site_toplevel_consts_17_localsplusnames = {
127380 : : ._object = {
127381 : : .ob_base = {
127382 : : .ob_base = {
127383 : : .ob_refcnt = 999999999,
127384 : : .ob_type = &PyTuple_Type,
127385 : : },
127386 : : .ob_size = 3,
127387 : : },
127388 : : .ob_item = {
127389 : : & const_str_known_paths._ascii.ob_base,
127390 : : & const_str_prefixes._ascii.ob_base,
127391 : : & const_str_sitedir._ascii.ob_base,
127392 : : },
127393 : : },
127394 : : };
127395 : : static
127396 : : struct _PyCode_DEF(160)
127397 : : site_toplevel_consts_17 = {
127398 : : .ob_base = {
127399 : : .ob_base = {
127400 : : .ob_refcnt = 999999999,
127401 : : .ob_type = &PyCode_Type,
127402 : : },
127403 : : .ob_size = 80,
127404 : : },
127405 : : .co_consts = & site_toplevel_consts_17_consts._object.ob_base.ob_base,
127406 : : .co_names = & site_toplevel_consts_17_names._object.ob_base.ob_base,
127407 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127408 : : .co_flags = 3,
127409 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127410 : : ._co_linearray_entry_size = 0,
127411 : : .co_argcount = 2,
127412 : : .co_posonlyargcount = 0,
127413 : : .co_kwonlyargcount = 0,
127414 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
127415 : : .co_stacksize = 5,
127416 : : .co_firstlineno = 379,
127417 : : .co_nlocalsplus = 3,
127418 : : .co_nlocals = 3,
127419 : : .co_nplaincellvars = 0,
127420 : : .co_ncellvars = 0,
127421 : : .co_nfreevars = 0,
127422 : : .co_localsplusnames = & site_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
127423 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
127424 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127425 : : .co_name = & const_str_addsitepackages._ascii.ob_base,
127426 : : .co_qualname = & const_str_addsitepackages._ascii.ob_base,
127427 : : .co_linetable = & site_toplevel_consts_17_linetable.ob_base.ob_base,
127428 : : ._co_code = NULL,
127429 : : ._co_linearray = NULL,
127430 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x31\x00\x00\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x24\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x33\x7c\x00\x53\x00",
127431 : : ._co_firsttraceable = 0,
127432 : : };
127433 : : static
127434 : : struct {
127435 : : PyASCIIObject _ascii;
127436 : : uint8_t _data[174];
127437 : : }
127438 : : site_toplevel_consts_18_consts_0 = {
127439 : : ._ascii = {
127440 : : .ob_base = {
127441 : : .ob_refcnt = 999999999,
127442 : : .ob_type = &PyUnicode_Type,
127443 : : },
127444 : : .length = 173,
127445 : : .hash = -1,
127446 : : .state = {
127447 : : .kind = 1,
127448 : : .compact = 1,
127449 : : .ascii = 1,
127450 : : },
127451 : : },
127452 : : ._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",
127453 : : };
127454 : : static
127455 : : struct {
127456 : : PyASCIIObject _ascii;
127457 : : uint8_t _data[19];
127458 : : }
127459 : : site_toplevel_consts_18_consts_2 = {
127460 : : ._ascii = {
127461 : : .ob_base = {
127462 : : .ob_refcnt = 999999999,
127463 : : .ob_type = &PyUnicode_Type,
127464 : : },
127465 : : .length = 18,
127466 : : .hash = -1,
127467 : : .state = {
127468 : : .kind = 1,
127469 : : .compact = 1,
127470 : : .ascii = 1,
127471 : : },
127472 : : },
127473 : : ._data = "Ctrl-Z plus Return",
127474 : : };
127475 : : static
127476 : : struct {
127477 : : PyASCIIObject _ascii;
127478 : : uint8_t _data[18];
127479 : : }
127480 : : site_toplevel_consts_18_consts_3 = {
127481 : : ._ascii = {
127482 : : .ob_base = {
127483 : : .ob_refcnt = 999999999,
127484 : : .ob_type = &PyUnicode_Type,
127485 : : },
127486 : : .length = 17,
127487 : : .hash = -1,
127488 : : .state = {
127489 : : .kind = 1,
127490 : : .compact = 1,
127491 : : .ascii = 1,
127492 : : },
127493 : : },
127494 : : ._data = "Ctrl-D (i.e. EOF)",
127495 : : };
127496 : : static
127497 : : struct {
127498 : : PyASCIIObject _ascii;
127499 : : uint8_t _data[5];
127500 : : }
127501 : : const_str_quit = {
127502 : : ._ascii = {
127503 : : .ob_base = {
127504 : : .ob_refcnt = 999999999,
127505 : : .ob_type = &PyUnicode_Type,
127506 : : },
127507 : : .length = 4,
127508 : : .hash = -1,
127509 : : .state = {
127510 : : .kind = 1,
127511 : : .compact = 1,
127512 : : .ascii = 1,
127513 : : },
127514 : : },
127515 : : ._data = "quit",
127516 : : };
127517 : : static
127518 : : struct {
127519 : : PyASCIIObject _ascii;
127520 : : uint8_t _data[5];
127521 : : }
127522 : : const_str_exit = {
127523 : : ._ascii = {
127524 : : .ob_base = {
127525 : : .ob_refcnt = 999999999,
127526 : : .ob_type = &PyUnicode_Type,
127527 : : },
127528 : : .length = 4,
127529 : : .hash = -1,
127530 : : .state = {
127531 : : .kind = 1,
127532 : : .compact = 1,
127533 : : .ascii = 1,
127534 : : },
127535 : : },
127536 : : ._data = "exit",
127537 : : };
127538 : : static
127539 : : struct {
127540 : : PyGC_Head _gc_head;
127541 : : struct {
127542 : : PyObject_VAR_HEAD
127543 : : PyObject *ob_item[7];
127544 : : }_object;
127545 : : }
127546 : : site_toplevel_consts_18_consts = {
127547 : : ._object = {
127548 : : .ob_base = {
127549 : : .ob_base = {
127550 : : .ob_refcnt = 999999999,
127551 : : .ob_type = &PyTuple_Type,
127552 : : },
127553 : : .ob_size = 7,
127554 : : },
127555 : : .ob_item = {
127556 : : & site_toplevel_consts_18_consts_0._ascii.ob_base,
127557 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_4._ascii.ob_base,
127558 : : & site_toplevel_consts_18_consts_2._ascii.ob_base,
127559 : : & site_toplevel_consts_18_consts_3._ascii.ob_base,
127560 : : & const_str_quit._ascii.ob_base,
127561 : : & const_str_exit._ascii.ob_base,
127562 : : Py_None,
127563 : : },
127564 : : },
127565 : : };
127566 : : static
127567 : : struct {
127568 : : PyASCIIObject _ascii;
127569 : : uint8_t _data[14];
127570 : : }
127571 : : const_str__sitebuiltins = {
127572 : : ._ascii = {
127573 : : .ob_base = {
127574 : : .ob_refcnt = 999999999,
127575 : : .ob_type = &PyUnicode_Type,
127576 : : },
127577 : : .length = 13,
127578 : : .hash = -1,
127579 : : .state = {
127580 : : .kind = 1,
127581 : : .compact = 1,
127582 : : .ascii = 1,
127583 : : },
127584 : : },
127585 : : ._data = "_sitebuiltins",
127586 : : };
127587 : : static
127588 : : struct {
127589 : : PyGC_Head _gc_head;
127590 : : struct {
127591 : : PyObject_VAR_HEAD
127592 : : PyObject *ob_item[7];
127593 : : }_object;
127594 : : }
127595 : : site_toplevel_consts_18_names = {
127596 : : ._object = {
127597 : : .ob_base = {
127598 : : .ob_base = {
127599 : : .ob_refcnt = 999999999,
127600 : : .ob_type = &PyTuple_Type,
127601 : : },
127602 : : .ob_size = 7,
127603 : : },
127604 : : .ob_item = {
127605 : : & const_str_os._ascii.ob_base,
127606 : : & const_str_sep._ascii.ob_base,
127607 : : & const_str__sitebuiltins._ascii.ob_base,
127608 : : & const_str_Quitter._ascii.ob_base,
127609 : : &_Py_ID(builtins),
127610 : : & const_str_quit._ascii.ob_base,
127611 : : & const_str_exit._ascii.ob_base,
127612 : : },
127613 : : },
127614 : : };
127615 : : static
127616 : : struct {
127617 : : PyASCIIObject _ascii;
127618 : : uint8_t _data[8];
127619 : : }
127620 : : const_str_setquit = {
127621 : : ._ascii = {
127622 : : .ob_base = {
127623 : : .ob_refcnt = 999999999,
127624 : : .ob_type = &PyUnicode_Type,
127625 : : },
127626 : : .length = 7,
127627 : : .hash = -1,
127628 : : .state = {
127629 : : .kind = 1,
127630 : : .compact = 1,
127631 : : .ascii = 1,
127632 : : },
127633 : : },
127634 : : ._data = "setquit",
127635 : : };
127636 : : static
127637 : : struct {
127638 : : PyObject_VAR_HEAD
127639 : : Py_hash_t ob_shash;
127640 : : char ob_sval[77];
127641 : : }
127642 : : site_toplevel_consts_18_linetable = {
127643 : : .ob_base = {
127644 : : .ob_base = {
127645 : : .ob_refcnt = 999999999,
127646 : : .ob_type = &PyBytes_Type,
127647 : : },
127648 : : .ob_size = 76,
127649 : : },
127650 : : .ob_shash = -1,
127651 : : .ob_sval = "\x80\x00\xf5\x0e\x00\x08\x0a\x87\x76\x81\x76\x90\x14\x82\x7e\xf0\x00\x03\x05\x22\xd8\x0e\x22\x88\x03\x88\x03\xe0\x0e\x21\x88\x03\xe5\x14\x29\xd7\x14\x29\xd1\x14\x29\xa8\x26\xb0\x23\xd4\x14\x36\x85\x48\x84\x4d\xdd\x14\x29\xd7\x14\x29\xd1\x14\x29\xa8\x26\xb0\x23\xd4\x14\x36\x85\x48\x84\x4d\x80\x4d\x80\x4d",
127652 : : };
127653 : : static
127654 : : struct {
127655 : : PyGC_Head _gc_head;
127656 : : struct {
127657 : : PyObject_VAR_HEAD
127658 : : PyObject *ob_item[1];
127659 : : }_object;
127660 : : }
127661 : : site_toplevel_consts_18_localsplusnames = {
127662 : : ._object = {
127663 : : .ob_base = {
127664 : : .ob_base = {
127665 : : .ob_refcnt = 999999999,
127666 : : .ob_type = &PyTuple_Type,
127667 : : },
127668 : : .ob_size = 1,
127669 : : },
127670 : : .ob_item = {
127671 : : & const_str_eof._ascii.ob_base,
127672 : : },
127673 : : },
127674 : : };
127675 : : static
127676 : : struct _PyCode_DEF(194)
127677 : : site_toplevel_consts_18 = {
127678 : : .ob_base = {
127679 : : .ob_base = {
127680 : : .ob_refcnt = 999999999,
127681 : : .ob_type = &PyCode_Type,
127682 : : },
127683 : : .ob_size = 97,
127684 : : },
127685 : : .co_consts = & site_toplevel_consts_18_consts._object.ob_base.ob_base,
127686 : : .co_names = & site_toplevel_consts_18_names._object.ob_base.ob_base,
127687 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
127688 : : .co_flags = 3,
127689 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
127690 : : ._co_linearray_entry_size = 0,
127691 : : .co_argcount = 0,
127692 : : .co_posonlyargcount = 0,
127693 : : .co_kwonlyargcount = 0,
127694 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
127695 : : .co_stacksize = 4,
127696 : : .co_firstlineno = 388,
127697 : : .co_nlocalsplus = 1,
127698 : : .co_nlocals = 1,
127699 : : .co_nplaincellvars = 0,
127700 : : .co_ncellvars = 0,
127701 : : .co_nfreevars = 0,
127702 : : .co_localsplusnames = & site_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
127703 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
127704 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
127705 : : .co_name = & const_str_setquit._ascii.ob_base,
127706 : : .co_qualname = & const_str_setquit._ascii.ob_base,
127707 : : .co_linetable = & site_toplevel_consts_18_linetable.ob_base.ob_base,
127708 : : ._co_code = NULL,
127709 : : ._co_linearray = NULL,
127710 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x03\x64\x02\x7d\x00\x6e\x02\x64\x03\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\x53\x00",
127711 : : ._co_firsttraceable = 0,
127712 : : };
127713 : : static
127714 : : struct {
127715 : : PyASCIIObject _ascii;
127716 : : uint8_t _data[42];
127717 : : }
127718 : : site_toplevel_consts_19_consts_0 = {
127719 : : ._ascii = {
127720 : : .ob_base = {
127721 : : .ob_refcnt = 999999999,
127722 : : .ob_type = &PyUnicode_Type,
127723 : : },
127724 : : .length = 41,
127725 : : .hash = -1,
127726 : : .state = {
127727 : : .kind = 1,
127728 : : .compact = 1,
127729 : : .ascii = 1,
127730 : : },
127731 : : },
127732 : : ._data = "Set 'copyright' and 'credits' in builtins",
127733 : : };
127734 : : static
127735 : : struct {
127736 : : PyASCIIObject _ascii;
127737 : : uint8_t _data[10];
127738 : : }
127739 : : const_str_copyright = {
127740 : : ._ascii = {
127741 : : .ob_base = {
127742 : : .ob_refcnt = 999999999,
127743 : : .ob_type = &PyUnicode_Type,
127744 : : },
127745 : : .length = 9,
127746 : : .hash = -1,
127747 : : .state = {
127748 : : .kind = 1,
127749 : : .compact = 1,
127750 : : .ascii = 1,
127751 : : },
127752 : : },
127753 : : ._data = "copyright",
127754 : : };
127755 : : static
127756 : : struct {
127757 : : PyASCIIObject _ascii;
127758 : : uint8_t _data[5];
127759 : : }
127760 : : const_str_java = {
127761 : : ._ascii = {
127762 : : .ob_base = {
127763 : : .ob_refcnt = 999999999,
127764 : : .ob_type = &PyUnicode_Type,
127765 : : },
127766 : : .length = 4,
127767 : : .hash = -1,
127768 : : .state = {
127769 : : .kind = 1,
127770 : : .compact = 1,
127771 : : .ascii = 1,
127772 : : },
127773 : : },
127774 : : ._data = "java",
127775 : : };
127776 : : static
127777 : : struct {
127778 : : PyASCIIObject _ascii;
127779 : : uint8_t _data[8];
127780 : : }
127781 : : const_str_credits = {
127782 : : ._ascii = {
127783 : : .ob_base = {
127784 : : .ob_refcnt = 999999999,
127785 : : .ob_type = &PyUnicode_Type,
127786 : : },
127787 : : .length = 7,
127788 : : .hash = -1,
127789 : : .state = {
127790 : : .kind = 1,
127791 : : .compact = 1,
127792 : : .ascii = 1,
127793 : : },
127794 : : },
127795 : : ._data = "credits",
127796 : : };
127797 : : static
127798 : : struct {
127799 : : PyASCIIObject _ascii;
127800 : : uint8_t _data[64];
127801 : : }
127802 : : site_toplevel_consts_19_consts_6 = {
127803 : : ._ascii = {
127804 : : .ob_base = {
127805 : : .ob_refcnt = 999999999,
127806 : : .ob_type = &PyUnicode_Type,
127807 : : },
127808 : : .length = 63,
127809 : : .hash = -1,
127810 : : .state = {
127811 : : .kind = 1,
127812 : : .compact = 1,
127813 : : .ascii = 1,
127814 : : },
127815 : : },
127816 : : ._data = "Jython is maintained by the Jython developers (www.jython.org).",
127817 : : };
127818 : : static
127819 : : struct {
127820 : : PyASCIIObject _ascii;
127821 : : uint8_t _data[159];
127822 : : }
127823 : : site_toplevel_consts_19_consts_7 = {
127824 : : ._ascii = {
127825 : : .ob_base = {
127826 : : .ob_refcnt = 999999999,
127827 : : .ob_type = &PyUnicode_Type,
127828 : : },
127829 : : .length = 158,
127830 : : .hash = -1,
127831 : : .state = {
127832 : : .kind = 1,
127833 : : .compact = 1,
127834 : : .ascii = 1,
127835 : : },
127836 : : },
127837 : : ._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",
127838 : : };
127839 : : static
127840 : : struct {
127841 : : PyASCIIObject _ascii;
127842 : : uint8_t _data[12];
127843 : : }
127844 : : site_toplevel_consts_19_consts_10 = {
127845 : : ._ascii = {
127846 : : .ob_base = {
127847 : : .ob_refcnt = 999999999,
127848 : : .ob_type = &PyUnicode_Type,
127849 : : },
127850 : : .length = 11,
127851 : : .hash = -1,
127852 : : .state = {
127853 : : .kind = 1,
127854 : : .compact = 1,
127855 : : .ascii = 1,
127856 : : },
127857 : : },
127858 : : ._data = "LICENSE.txt",
127859 : : };
127860 : : static
127861 : : struct {
127862 : : PyASCIIObject _ascii;
127863 : : uint8_t _data[8];
127864 : : }
127865 : : const_str_LICENSE = {
127866 : : ._ascii = {
127867 : : .ob_base = {
127868 : : .ob_refcnt = 999999999,
127869 : : .ob_type = &PyUnicode_Type,
127870 : : },
127871 : : .length = 7,
127872 : : .hash = -1,
127873 : : .state = {
127874 : : .kind = 1,
127875 : : .compact = 1,
127876 : : .ascii = 1,
127877 : : },
127878 : : },
127879 : : ._data = "LICENSE",
127880 : : };
127881 : : static
127882 : : struct {
127883 : : PyASCIIObject _ascii;
127884 : : uint8_t _data[8];
127885 : : }
127886 : : const_str_license = {
127887 : : ._ascii = {
127888 : : .ob_base = {
127889 : : .ob_refcnt = 999999999,
127890 : : .ob_type = &PyUnicode_Type,
127891 : : },
127892 : : .length = 7,
127893 : : .hash = -1,
127894 : : .state = {
127895 : : .kind = 1,
127896 : : .compact = 1,
127897 : : .ascii = 1,
127898 : : },
127899 : : },
127900 : : ._data = "license",
127901 : : };
127902 : : static
127903 : : struct {
127904 : : PyASCIIObject _ascii;
127905 : : uint8_t _data[40];
127906 : : }
127907 : : site_toplevel_consts_19_consts_13 = {
127908 : : ._ascii = {
127909 : : .ob_base = {
127910 : : .ob_refcnt = 999999999,
127911 : : .ob_type = &PyUnicode_Type,
127912 : : },
127913 : : .length = 39,
127914 : : .hash = -1,
127915 : : .state = {
127916 : : .kind = 1,
127917 : : .compact = 1,
127918 : : .ascii = 1,
127919 : : },
127920 : : },
127921 : : ._data = "See https://www.python.org/psf/license/",
127922 : : };
127923 : : static
127924 : : struct {
127925 : : PyGC_Head _gc_head;
127926 : : struct {
127927 : : PyObject_VAR_HEAD
127928 : : PyObject *ob_item[14];
127929 : : }_object;
127930 : : }
127931 : : site_toplevel_consts_19_consts = {
127932 : : ._object = {
127933 : : .ob_base = {
127934 : : .ob_base = {
127935 : : .ob_refcnt = 999999999,
127936 : : .ob_type = &PyTuple_Type,
127937 : : },
127938 : : .ob_size = 14,
127939 : : },
127940 : : .ob_item = {
127941 : : & site_toplevel_consts_19_consts_0._ascii.ob_base,
127942 : : & const_str_copyright._ascii.ob_base,
127943 : : Py_None,
127944 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
127945 : : & const_str_java._ascii.ob_base,
127946 : : & const_str_credits._ascii.ob_base,
127947 : : & site_toplevel_consts_19_consts_6._ascii.ob_base,
127948 : : & site_toplevel_consts_19_consts_7._ascii.ob_base,
127949 : : & const_str__stdlib_dir._ascii.ob_base,
127950 : : &_Py_ID(__file__),
127951 : : & site_toplevel_consts_19_consts_10._ascii.ob_base,
127952 : : & const_str_LICENSE._ascii.ob_base,
127953 : : & const_str_license._ascii.ob_base,
127954 : : & site_toplevel_consts_19_consts_13._ascii.ob_base,
127955 : : },
127956 : : },
127957 : : };
127958 : : static
127959 : : struct {
127960 : : PyGC_Head _gc_head;
127961 : : struct {
127962 : : PyObject_VAR_HEAD
127963 : : PyObject *ob_item[18];
127964 : : }_object;
127965 : : }
127966 : : site_toplevel_consts_19_names = {
127967 : : ._object = {
127968 : : .ob_base = {
127969 : : .ob_base = {
127970 : : .ob_refcnt = 999999999,
127971 : : .ob_type = &PyTuple_Type,
127972 : : },
127973 : : .ob_size = 18,
127974 : : },
127975 : : .ob_item = {
127976 : : & const_str__sitebuiltins._ascii.ob_base,
127977 : : & const_str__Printer._ascii.ob_base,
127978 : : & const_str_sys._ascii.ob_base,
127979 : : & const_str_copyright._ascii.ob_base,
127980 : : &_Py_ID(builtins),
127981 : : & const_str_platform._ascii.ob_base,
127982 : : & const_str_credits._ascii.ob_base,
127983 : : &_Py_ID(getattr),
127984 : : & const_str_hasattr._ascii.ob_base,
127985 : : & const_str_os._ascii.ob_base,
127986 : : &_Py_ID(path),
127987 : : & const_str_dirname._ascii.ob_base,
127988 : : &_Py_ID(__file__),
127989 : : &_Py_ID(extend),
127990 : : &_Py_ID(join),
127991 : : & const_str_pardir._ascii.ob_base,
127992 : : & const_str_curdir._ascii.ob_base,
127993 : : & const_str_license._ascii.ob_base,
127994 : : },
127995 : : },
127996 : : };
127997 : : static
127998 : : struct {
127999 : : PyASCIIObject _ascii;
128000 : : uint8_t _data[13];
128001 : : }
128002 : : const_str_setcopyright = {
128003 : : ._ascii = {
128004 : : .ob_base = {
128005 : : .ob_refcnt = 999999999,
128006 : : .ob_type = &PyUnicode_Type,
128007 : : },
128008 : : .length = 12,
128009 : : .hash = -1,
128010 : : .state = {
128011 : : .kind = 1,
128012 : : .compact = 1,
128013 : : .ascii = 1,
128014 : : },
128015 : : },
128016 : : ._data = "setcopyright",
128017 : : };
128018 : : static
128019 : : struct {
128020 : : PyObject_VAR_HEAD
128021 : : Py_hash_t ob_shash;
128022 : : char ob_sval[294];
128023 : : }
128024 : : site_toplevel_consts_19_linetable = {
128025 : : .ob_base = {
128026 : : .ob_base = {
128027 : : .ob_refcnt = 999999999,
128028 : : .ob_type = &PyBytes_Type,
128029 : : },
128030 : : .ob_size = 293,
128031 : : },
128032 : : .ob_shash = -1,
128033 : : .ob_sval = "\x80\x00\xe5\x19\x2f\xd7\x19\x2f\xd1\x19\x2f\xb0\x0b\xbd\x53\xbf\x5d\xb9\x5d\xd4\x19\x4b\x85\x48\xd4\x04\x16\xdd\x07\x0a\x87\x7c\x81\x7c\xd0\x07\x17\x90\x51\xd0\x07\x17\x98\x36\xd2\x07\x21\xf0\x00\x07\x05\x55\x01\xdd\x1b\x31\xd7\x1b\x31\xd1\x1b\x31\xd8\x0c\x15\xd8\x0c\x4d\xf4\x05\x02\x1c\x4f\x01\x8d\x08\xd4\x08\x18\xd0\x08\x18\xf5\x08\x00\x1c\x32\xd7\x1b\x31\xd1\x1b\x31\xb0\x29\xf0\x00\x02\x3e\x54\x01\xf4\x00\x02\x1c\x55\x01\x8d\x08\xd4\x08\x18\xf0\x06\x00\x13\x15\x90\x62\x88\x34\x80\x45\xf5\x06\x00\x0c\x13\x95\x33\x98\x0d\xa0\x74\xd4\x0b\x2c\x80\x44\xd8\x0b\x0f\xf0\x00\x01\x05\x2c\x95\x47\x9d\x42\xa0\x0a\xd4\x14\x2b\xf0\x00\x01\x05\x2c\xdd\x0f\x11\x8f\x77\x89\x77\x8f\x7f\x89\x7f\x9d\x72\x9f\x7b\x99\x7b\xd4\x0f\x2b\x88\x04\xd8\x07\x0b\xf0\x00\x02\x05\x46\x01\xd8\x08\x0d\x8f\x0c\x89\x0c\x90\x6d\xa0\x59\xd0\x15\x2f\xd4\x08\x30\xd0\x08\x30\xd8\x08\x0c\x8f\x0b\x89\x0b\x95\x52\x97\x57\x91\x57\x97\x5c\x91\x5c\xa0\x24\xad\x02\xaf\x09\xa9\x09\xd4\x15\x32\xb0\x44\xbd\x22\xbf\x29\xb9\x29\xd0\x14\x44\xd4\x08\x45\xd0\x08\x45\xdd\x17\x2d\xd7\x17\x2d\xd1\x17\x2d\xd8\x08\x11\xd8\x08\x31\xd8\x08\x0d\x88\x74\xf4\x07\x03\x18\x15\x85\x48\xd4\x04\x14\xd0\x04\x14\xd0\x04\x14",
128034 : : };
128035 : : static
128036 : : struct {
128037 : : PyASCIIObject _ascii;
128038 : : uint8_t _data[5];
128039 : : }
128040 : : const_str_here = {
128041 : : ._ascii = {
128042 : : .ob_base = {
128043 : : .ob_refcnt = 999999999,
128044 : : .ob_type = &PyUnicode_Type,
128045 : : },
128046 : : .length = 4,
128047 : : .hash = -1,
128048 : : .state = {
128049 : : .kind = 1,
128050 : : .compact = 1,
128051 : : .ascii = 1,
128052 : : },
128053 : : },
128054 : : ._data = "here",
128055 : : };
128056 : : static
128057 : : struct {
128058 : : PyGC_Head _gc_head;
128059 : : struct {
128060 : : PyObject_VAR_HEAD
128061 : : PyObject *ob_item[3];
128062 : : }_object;
128063 : : }
128064 : : site_toplevel_consts_19_localsplusnames = {
128065 : : ._object = {
128066 : : .ob_base = {
128067 : : .ob_base = {
128068 : : .ob_refcnt = 999999999,
128069 : : .ob_type = &PyTuple_Type,
128070 : : },
128071 : : .ob_size = 3,
128072 : : },
128073 : : .ob_item = {
128074 : : & const_str_files._ascii.ob_base,
128075 : : & const_str_dirs._ascii.ob_base,
128076 : : & const_str_here._ascii.ob_base,
128077 : : },
128078 : : },
128079 : : };
128080 : : static
128081 : : struct _PyCode_DEF(758)
128082 : : site_toplevel_consts_19 = {
128083 : : .ob_base = {
128084 : : .ob_base = {
128085 : : .ob_refcnt = 999999999,
128086 : : .ob_type = &PyCode_Type,
128087 : : },
128088 : : .ob_size = 379,
128089 : : },
128090 : : .co_consts = & site_toplevel_consts_19_consts._object.ob_base.ob_base,
128091 : : .co_names = & site_toplevel_consts_19_names._object.ob_base.ob_base,
128092 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128093 : : .co_flags = 3,
128094 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128095 : : ._co_linearray_entry_size = 0,
128096 : : .co_argcount = 0,
128097 : : .co_posonlyargcount = 0,
128098 : : .co_kwonlyargcount = 0,
128099 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
128100 : : .co_stacksize = 6,
128101 : : .co_firstlineno = 404,
128102 : : .co_nlocalsplus = 3,
128103 : : .co_nlocals = 3,
128104 : : .co_nplaincellvars = 0,
128105 : : .co_ncellvars = 0,
128106 : : .co_nfreevars = 0,
128107 : : .co_localsplusnames = & site_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
128108 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
128109 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128110 : : .co_name = & const_str_setcopyright._ascii.ob_base,
128111 : : .co_qualname = & const_str_setcopyright._ascii.ob_base,
128112 : : .co_linetable = & site_toplevel_consts_19_linetable.ob_base.ob_base,
128113 : : ._co_code = NULL,
128114 : : ._co_linearray = NULL,
128115 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x03\x1a\x00\x64\x04\x6b\x02\x00\x00\x00\x00\x72\x23\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x22\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x64\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x67\x00\x7d\x01\x7d\x00\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x64\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x73\x43\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x72\x30\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x72\x67\x7c\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x64\x0b\x67\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x64\x0d\x7c\x00\x7c\x01\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x53\x00",
128116 : : ._co_firsttraceable = 0,
128117 : : };
128118 : : static
128119 : : struct {
128120 : : PyGC_Head _gc_head;
128121 : : struct {
128122 : : PyObject_VAR_HEAD
128123 : : PyObject *ob_item[4];
128124 : : }_object;
128125 : : }
128126 : : site_toplevel_consts_20_names = {
128127 : : ._object = {
128128 : : .ob_base = {
128129 : : .ob_base = {
128130 : : .ob_refcnt = 999999999,
128131 : : .ob_type = &PyTuple_Type,
128132 : : },
128133 : : .ob_size = 4,
128134 : : },
128135 : : .ob_item = {
128136 : : & const_str__sitebuiltins._ascii.ob_base,
128137 : : & const_str__Helper._ascii.ob_base,
128138 : : &_Py_ID(builtins),
128139 : : & const_str_help._ascii.ob_base,
128140 : : },
128141 : : },
128142 : : };
128143 : : static
128144 : : struct {
128145 : : PyASCIIObject _ascii;
128146 : : uint8_t _data[10];
128147 : : }
128148 : : const_str_sethelper = {
128149 : : ._ascii = {
128150 : : .ob_base = {
128151 : : .ob_refcnt = 999999999,
128152 : : .ob_type = &PyUnicode_Type,
128153 : : },
128154 : : .length = 9,
128155 : : .hash = -1,
128156 : : .state = {
128157 : : .kind = 1,
128158 : : .compact = 1,
128159 : : .ascii = 1,
128160 : : },
128161 : : },
128162 : : ._data = "sethelper",
128163 : : };
128164 : : static
128165 : : struct {
128166 : : PyObject_VAR_HEAD
128167 : : Py_hash_t ob_shash;
128168 : : char ob_sval[23];
128169 : : }
128170 : : site_toplevel_consts_20_linetable = {
128171 : : .ob_base = {
128172 : : .ob_base = {
128173 : : .ob_refcnt = 999999999,
128174 : : .ob_type = &PyBytes_Type,
128175 : : },
128176 : : .ob_size = 22,
128177 : : },
128178 : : .ob_shash = -1,
128179 : : .ob_sval = "\x80\x00\xdd\x14\x29\xd7\x14\x29\xd1\x14\x29\xd4\x14\x2b\x85\x48\x84\x4d\x80\x4d\x80\x4d",
128180 : : };
128181 : : static
128182 : : struct _PyCode_DEF(70)
128183 : : site_toplevel_consts_20 = {
128184 : : .ob_base = {
128185 : : .ob_base = {
128186 : : .ob_refcnt = 999999999,
128187 : : .ob_type = &PyCode_Type,
128188 : : },
128189 : : .ob_size = 35,
128190 : : },
128191 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
128192 : : .co_names = & site_toplevel_consts_20_names._object.ob_base.ob_base,
128193 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
128194 : : .co_flags = 3,
128195 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128196 : : ._co_linearray_entry_size = 0,
128197 : : .co_argcount = 0,
128198 : : .co_posonlyargcount = 0,
128199 : : .co_kwonlyargcount = 0,
128200 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
128201 : : .co_stacksize = 2,
128202 : : .co_firstlineno = 430,
128203 : : .co_nlocalsplus = 0,
128204 : : .co_nlocals = 0,
128205 : : .co_nplaincellvars = 0,
128206 : : .co_ncellvars = 0,
128207 : : .co_nfreevars = 0,
128208 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
128209 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
128210 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128211 : : .co_name = & const_str_sethelper._ascii.ob_base,
128212 : : .co_qualname = & const_str_sethelper._ascii.ob_base,
128213 : : .co_linetable = & site_toplevel_consts_20_linetable.ob_base.ob_base,
128214 : : ._co_code = NULL,
128215 : : ._co_linearray = NULL,
128216 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
128217 : : ._co_firsttraceable = 0,
128218 : : };
128219 : : static
128220 : : struct {
128221 : : PyASCIIObject _ascii;
128222 : : uint8_t _data[363];
128223 : : }
128224 : : site_toplevel_consts_21_consts_0 = {
128225 : : ._ascii = {
128226 : : .ob_base = {
128227 : : .ob_refcnt = 999999999,
128228 : : .ob_type = &PyUnicode_Type,
128229 : : },
128230 : : .length = 362,
128231 : : .hash = -1,
128232 : : .state = {
128233 : : .kind = 1,
128234 : : .compact = 1,
128235 : : .ascii = 1,
128236 : : },
128237 : : },
128238 : : ._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",
128239 : : };
128240 : : static
128241 : : struct {
128242 : : PyASCIIObject _ascii;
128243 : : uint8_t _data[8];
128244 : : }
128245 : : const_str_libedit = {
128246 : : ._ascii = {
128247 : : .ob_base = {
128248 : : .ob_refcnt = 999999999,
128249 : : .ob_type = &PyUnicode_Type,
128250 : : },
128251 : : .length = 7,
128252 : : .hash = -1,
128253 : : .state = {
128254 : : .kind = 1,
128255 : : .compact = 1,
128256 : : .ascii = 1,
128257 : : },
128258 : : },
128259 : : ._data = "libedit",
128260 : : };
128261 : : static
128262 : : struct {
128263 : : PyASCIIObject _ascii;
128264 : : uint8_t _data[20];
128265 : : }
128266 : : site_toplevel_consts_21_consts_1_consts_5 = {
128267 : : ._ascii = {
128268 : : .ob_base = {
128269 : : .ob_refcnt = 999999999,
128270 : : .ob_type = &PyUnicode_Type,
128271 : : },
128272 : : .length = 19,
128273 : : .hash = -1,
128274 : : .state = {
128275 : : .kind = 1,
128276 : : .compact = 1,
128277 : : .ascii = 1,
128278 : : },
128279 : : },
128280 : : ._data = "bind ^I rl_complete",
128281 : : };
128282 : : static
128283 : : struct {
128284 : : PyASCIIObject _ascii;
128285 : : uint8_t _data[14];
128286 : : }
128287 : : site_toplevel_consts_21_consts_1_consts_6 = {
128288 : : ._ascii = {
128289 : : .ob_base = {
128290 : : .ob_refcnt = 999999999,
128291 : : .ob_type = &PyUnicode_Type,
128292 : : },
128293 : : .length = 13,
128294 : : .hash = -1,
128295 : : .state = {
128296 : : .kind = 1,
128297 : : .compact = 1,
128298 : : .ascii = 1,
128299 : : },
128300 : : },
128301 : : ._data = "tab: complete",
128302 : : };
128303 : : static
128304 : : struct {
128305 : : PyASCIIObject _ascii;
128306 : : uint8_t _data[16];
128307 : : }
128308 : : site_toplevel_consts_21_consts_1_consts_8 = {
128309 : : ._ascii = {
128310 : : .ob_base = {
128311 : : .ob_refcnt = 999999999,
128312 : : .ob_type = &PyUnicode_Type,
128313 : : },
128314 : : .length = 15,
128315 : : .hash = -1,
128316 : : .state = {
128317 : : .kind = 1,
128318 : : .compact = 1,
128319 : : .ascii = 1,
128320 : : },
128321 : : },
128322 : : ._data = ".python_history",
128323 : : };
128324 : : static
128325 : : struct {
128326 : : PyASCIIObject _ascii;
128327 : : uint8_t _data[19];
128328 : : }
128329 : : const_str_write_history_file = {
128330 : : ._ascii = {
128331 : : .ob_base = {
128332 : : .ob_refcnt = 999999999,
128333 : : .ob_type = &PyUnicode_Type,
128334 : : },
128335 : : .length = 18,
128336 : : .hash = -1,
128337 : : .state = {
128338 : : .kind = 1,
128339 : : .compact = 1,
128340 : : .ascii = 1,
128341 : : },
128342 : : },
128343 : : ._data = "write_history_file",
128344 : : };
128345 : : static
128346 : : struct {
128347 : : PyGC_Head _gc_head;
128348 : : struct {
128349 : : PyObject_VAR_HEAD
128350 : : PyObject *ob_item[2];
128351 : : }_object;
128352 : : }
128353 : : site_toplevel_consts_21_consts_1_consts_9_names = {
128354 : : ._object = {
128355 : : .ob_base = {
128356 : : .ob_base = {
128357 : : .ob_refcnt = 999999999,
128358 : : .ob_type = &PyTuple_Type,
128359 : : },
128360 : : .ob_size = 2,
128361 : : },
128362 : : .ob_item = {
128363 : : & const_str_write_history_file._ascii.ob_base,
128364 : : & const_str_OSError._ascii.ob_base,
128365 : : },
128366 : : },
128367 : : };
128368 : : static
128369 : : struct {
128370 : : PyASCIIObject _ascii;
128371 : : uint8_t _data[14];
128372 : : }
128373 : : const_str_write_history = {
128374 : : ._ascii = {
128375 : : .ob_base = {
128376 : : .ob_refcnt = 999999999,
128377 : : .ob_type = &PyUnicode_Type,
128378 : : },
128379 : : .length = 13,
128380 : : .hash = -1,
128381 : : .state = {
128382 : : .kind = 1,
128383 : : .compact = 1,
128384 : : .ascii = 1,
128385 : : },
128386 : : },
128387 : : ._data = "write_history",
128388 : : };
128389 : : static
128390 : : struct {
128391 : : PyASCIIObject _ascii;
128392 : : uint8_t _data[68];
128393 : : }
128394 : : site_toplevel_consts_21_consts_1_consts_9_qualname = {
128395 : : ._ascii = {
128396 : : .ob_base = {
128397 : : .ob_refcnt = 999999999,
128398 : : .ob_type = &PyUnicode_Type,
128399 : : },
128400 : : .length = 67,
128401 : : .hash = -1,
128402 : : .state = {
128403 : : .kind = 1,
128404 : : .compact = 1,
128405 : : .ascii = 1,
128406 : : },
128407 : : },
128408 : : ._data = "enablerlcompleter.<locals>.register_readline.<locals>.write_history",
128409 : : };
128410 : : static
128411 : : struct {
128412 : : PyObject_VAR_HEAD
128413 : : Py_hash_t ob_shash;
128414 : : char ob_sval[68];
128415 : : }
128416 : : site_toplevel_consts_21_consts_1_consts_9_linetable = {
128417 : : .ob_base = {
128418 : : .ob_base = {
128419 : : .ob_refcnt = 999999999,
128420 : : .ob_type = &PyBytes_Type,
128421 : : },
128422 : : .ob_size = 67,
128423 : : },
128424 : : .ob_shash = -1,
128425 : : .ob_sval = "\xf8\x80\x00\xf0\x02\x05\x11\x19\xd8\x14\x1c\xd7\x14\x2f\xd1\x14\x2f\xb0\x07\xd4\x14\x38\xd0\x14\x38\xd0\x14\x38\xd0\x14\x38\xf8\xdd\x17\x1e\xf0\x00\x03\x11\x19\xf0\x00\x03\x11\x19\xf0\x00\x03\x11\x19\xf0\x06\x00\x15\x19\x90\x44\x90\x44\xf0\x07\x03\x11\x19\xf8\xf8\xf8",
128426 : : };
128427 : : static
128428 : : struct {
128429 : : PyObject_VAR_HEAD
128430 : : Py_hash_t ob_shash;
128431 : : char ob_sval[13];
128432 : : }
128433 : : site_toplevel_consts_21_consts_1_consts_9_exceptiontable = {
128434 : : .ob_base = {
128435 : : .ob_base = {
128436 : : .ob_refcnt = 999999999,
128437 : : .ob_type = &PyBytes_Type,
128438 : : },
128439 : : .ob_size = 12,
128440 : : },
128441 : : .ob_shash = -1,
128442 : : .ob_sval = "\x83\x12\x17\x00\x97\x0a\x25\x03\xa4\x01\x25\x03",
128443 : : };
128444 : : static
128445 : : struct {
128446 : : PyASCIIObject _ascii;
128447 : : uint8_t _data[8];
128448 : : }
128449 : : const_str_history = {
128450 : : ._ascii = {
128451 : : .ob_base = {
128452 : : .ob_refcnt = 999999999,
128453 : : .ob_type = &PyUnicode_Type,
128454 : : },
128455 : : .length = 7,
128456 : : .hash = -1,
128457 : : .state = {
128458 : : .kind = 1,
128459 : : .compact = 1,
128460 : : .ascii = 1,
128461 : : },
128462 : : },
128463 : : ._data = "history",
128464 : : };
128465 : : static
128466 : : struct {
128467 : : PyGC_Head _gc_head;
128468 : : struct {
128469 : : PyObject_VAR_HEAD
128470 : : PyObject *ob_item[2];
128471 : : }_object;
128472 : : }
128473 : : site_toplevel_consts_21_consts_1_consts_9_localsplusnames = {
128474 : : ._object = {
128475 : : .ob_base = {
128476 : : .ob_base = {
128477 : : .ob_refcnt = 999999999,
128478 : : .ob_type = &PyTuple_Type,
128479 : : },
128480 : : .ob_size = 2,
128481 : : },
128482 : : .ob_item = {
128483 : : & const_str_history._ascii.ob_base,
128484 : : &_Py_ID(readline),
128485 : : },
128486 : : },
128487 : : };
128488 : : static
128489 : : struct {
128490 : : PyObject_VAR_HEAD
128491 : : Py_hash_t ob_shash;
128492 : : char ob_sval[3];
128493 : : }
128494 : : site_toplevel_consts_21_consts_1_consts_9_localspluskinds = {
128495 : : .ob_base = {
128496 : : .ob_base = {
128497 : : .ob_refcnt = 999999999,
128498 : : .ob_type = &PyBytes_Type,
128499 : : },
128500 : : .ob_size = 2,
128501 : : },
128502 : : .ob_shash = -1,
128503 : : .ob_sval = "\x80\x80",
128504 : : };
128505 : : static
128506 : : struct _PyCode_DEF(80)
128507 : : site_toplevel_consts_21_consts_1_consts_9 = {
128508 : : .ob_base = {
128509 : : .ob_base = {
128510 : : .ob_refcnt = 999999999,
128511 : : .ob_type = &PyCode_Type,
128512 : : },
128513 : : .ob_size = 40,
128514 : : },
128515 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
128516 : : .co_names = & site_toplevel_consts_21_consts_1_consts_9_names._object.ob_base.ob_base,
128517 : : .co_exceptiontable = & site_toplevel_consts_21_consts_1_consts_9_exceptiontable.ob_base.ob_base,
128518 : : .co_flags = 19,
128519 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128520 : : ._co_linearray_entry_size = 0,
128521 : : .co_argcount = 0,
128522 : : .co_posonlyargcount = 0,
128523 : : .co_kwonlyargcount = 0,
128524 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
128525 : : .co_stacksize = 4,
128526 : : .co_firstlineno = 480,
128527 : : .co_nlocalsplus = 2,
128528 : : .co_nlocals = 0,
128529 : : .co_nplaincellvars = 0,
128530 : : .co_ncellvars = 0,
128531 : : .co_nfreevars = 2,
128532 : : .co_localsplusnames = & site_toplevel_consts_21_consts_1_consts_9_localsplusnames._object.ob_base.ob_base,
128533 : : .co_localspluskinds = & site_toplevel_consts_21_consts_1_consts_9_localspluskinds.ob_base.ob_base,
128534 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128535 : : .co_name = & const_str_write_history._ascii.ob_base,
128536 : : .co_qualname = & site_toplevel_consts_21_consts_1_consts_9_qualname._ascii.ob_base,
128537 : : .co_linetable = & site_toplevel_consts_21_consts_1_consts_9_linetable.ob_base.ob_base,
128538 : : ._co_code = NULL,
128539 : : ._co_linearray = NULL,
128540 : : .co_code_adaptive = "\x95\x02\x97\x00\x09\x00\x89\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01",
128541 : : ._co_firsttraceable = 1,
128542 : : };
128543 : : static
128544 : : struct {
128545 : : PyGC_Head _gc_head;
128546 : : struct {
128547 : : PyObject_VAR_HEAD
128548 : : PyObject *ob_item[10];
128549 : : }_object;
128550 : : }
128551 : : site_toplevel_consts_21_consts_1_consts = {
128552 : : ._object = {
128553 : : .ob_base = {
128554 : : .ob_base = {
128555 : : .ob_refcnt = 999999999,
128556 : : .ob_type = &PyTuple_Type,
128557 : : },
128558 : : .ob_size = 10,
128559 : : },
128560 : : .ob_item = {
128561 : : Py_None,
128562 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
128563 : : &_Py_ID(__doc__),
128564 : : &_Py_STR(empty),
128565 : : & const_str_libedit._ascii.ob_base,
128566 : : & site_toplevel_consts_21_consts_1_consts_5._ascii.ob_base,
128567 : : & site_toplevel_consts_21_consts_1_consts_6._ascii.ob_base,
128568 : : & ntpath_toplevel_consts_27_consts_2._ascii.ob_base,
128569 : : & site_toplevel_consts_21_consts_1_consts_8._ascii.ob_base,
128570 : : & site_toplevel_consts_21_consts_1_consts_9.ob_base.ob_base,
128571 : : },
128572 : : },
128573 : : };
128574 : : static
128575 : : struct {
128576 : : PyASCIIObject _ascii;
128577 : : uint8_t _data[7];
128578 : : }
128579 : : const_str_atexit = {
128580 : : ._ascii = {
128581 : : .ob_base = {
128582 : : .ob_refcnt = 999999999,
128583 : : .ob_type = &PyUnicode_Type,
128584 : : },
128585 : : .length = 6,
128586 : : .hash = -1,
128587 : : .state = {
128588 : : .kind = 1,
128589 : : .compact = 1,
128590 : : .ascii = 1,
128591 : : },
128592 : : },
128593 : : ._data = "atexit",
128594 : : };
128595 : : static
128596 : : struct {
128597 : : PyASCIIObject _ascii;
128598 : : uint8_t _data[12];
128599 : : }
128600 : : const_str_rlcompleter = {
128601 : : ._ascii = {
128602 : : .ob_base = {
128603 : : .ob_refcnt = 999999999,
128604 : : .ob_type = &PyUnicode_Type,
128605 : : },
128606 : : .length = 11,
128607 : : .hash = -1,
128608 : : .state = {
128609 : : .kind = 1,
128610 : : .compact = 1,
128611 : : .ascii = 1,
128612 : : },
128613 : : },
128614 : : ._data = "rlcompleter",
128615 : : };
128616 : : static
128617 : : struct {
128618 : : PyASCIIObject _ascii;
128619 : : uint8_t _data[15];
128620 : : }
128621 : : const_str_parse_and_bind = {
128622 : : ._ascii = {
128623 : : .ob_base = {
128624 : : .ob_refcnt = 999999999,
128625 : : .ob_type = &PyUnicode_Type,
128626 : : },
128627 : : .length = 14,
128628 : : .hash = -1,
128629 : : .state = {
128630 : : .kind = 1,
128631 : : .compact = 1,
128632 : : .ascii = 1,
128633 : : },
128634 : : },
128635 : : ._data = "parse_and_bind",
128636 : : };
128637 : : static
128638 : : struct {
128639 : : PyASCIIObject _ascii;
128640 : : uint8_t _data[15];
128641 : : }
128642 : : const_str_read_init_file = {
128643 : : ._ascii = {
128644 : : .ob_base = {
128645 : : .ob_refcnt = 999999999,
128646 : : .ob_type = &PyUnicode_Type,
128647 : : },
128648 : : .length = 14,
128649 : : .hash = -1,
128650 : : .state = {
128651 : : .kind = 1,
128652 : : .compact = 1,
128653 : : .ascii = 1,
128654 : : },
128655 : : },
128656 : : ._data = "read_init_file",
128657 : : };
128658 : : static
128659 : : struct {
128660 : : PyASCIIObject _ascii;
128661 : : uint8_t _data[27];
128662 : : }
128663 : : const_str_get_current_history_length = {
128664 : : ._ascii = {
128665 : : .ob_base = {
128666 : : .ob_refcnt = 999999999,
128667 : : .ob_type = &PyUnicode_Type,
128668 : : },
128669 : : .length = 26,
128670 : : .hash = -1,
128671 : : .state = {
128672 : : .kind = 1,
128673 : : .compact = 1,
128674 : : .ascii = 1,
128675 : : },
128676 : : },
128677 : : ._data = "get_current_history_length",
128678 : : };
128679 : : static
128680 : : struct {
128681 : : PyASCIIObject _ascii;
128682 : : uint8_t _data[18];
128683 : : }
128684 : : const_str_read_history_file = {
128685 : : ._ascii = {
128686 : : .ob_base = {
128687 : : .ob_refcnt = 999999999,
128688 : : .ob_type = &PyUnicode_Type,
128689 : : },
128690 : : .length = 17,
128691 : : .hash = -1,
128692 : : .state = {
128693 : : .kind = 1,
128694 : : .compact = 1,
128695 : : .ascii = 1,
128696 : : },
128697 : : },
128698 : : ._data = "read_history_file",
128699 : : };
128700 : : static
128701 : : struct {
128702 : : PyGC_Head _gc_head;
128703 : : struct {
128704 : : PyObject_VAR_HEAD
128705 : : PyObject *ob_item[15];
128706 : : }_object;
128707 : : }
128708 : : site_toplevel_consts_21_consts_1_names = {
128709 : : ._object = {
128710 : : .ob_base = {
128711 : : .ob_base = {
128712 : : .ob_refcnt = 999999999,
128713 : : .ob_type = &PyTuple_Type,
128714 : : },
128715 : : .ob_size = 15,
128716 : : },
128717 : : .ob_item = {
128718 : : & const_str_atexit._ascii.ob_base,
128719 : : &_Py_ID(readline),
128720 : : & const_str_rlcompleter._ascii.ob_base,
128721 : : & const_str_ImportError._ascii.ob_base,
128722 : : &_Py_ID(getattr),
128723 : : & const_str_parse_and_bind._ascii.ob_base,
128724 : : & const_str_read_init_file._ascii.ob_base,
128725 : : & const_str_OSError._ascii.ob_base,
128726 : : & const_str_get_current_history_length._ascii.ob_base,
128727 : : & const_str_os._ascii.ob_base,
128728 : : &_Py_ID(path),
128729 : : &_Py_ID(join),
128730 : : & const_str_expanduser._ascii.ob_base,
128731 : : & const_str_read_history_file._ascii.ob_base,
128732 : : & const_str_register._ascii.ob_base,
128733 : : },
128734 : : },
128735 : : };
128736 : : static
128737 : : struct {
128738 : : PyASCIIObject _ascii;
128739 : : uint8_t _data[18];
128740 : : }
128741 : : const_str_register_readline = {
128742 : : ._ascii = {
128743 : : .ob_base = {
128744 : : .ob_refcnt = 999999999,
128745 : : .ob_type = &PyUnicode_Type,
128746 : : },
128747 : : .length = 17,
128748 : : .hash = -1,
128749 : : .state = {
128750 : : .kind = 1,
128751 : : .compact = 1,
128752 : : .ascii = 1,
128753 : : },
128754 : : },
128755 : : ._data = "register_readline",
128756 : : };
128757 : : static
128758 : : struct {
128759 : : PyASCIIObject _ascii;
128760 : : uint8_t _data[45];
128761 : : }
128762 : : site_toplevel_consts_21_consts_1_qualname = {
128763 : : ._ascii = {
128764 : : .ob_base = {
128765 : : .ob_refcnt = 999999999,
128766 : : .ob_type = &PyUnicode_Type,
128767 : : },
128768 : : .length = 44,
128769 : : .hash = -1,
128770 : : .state = {
128771 : : .kind = 1,
128772 : : .compact = 1,
128773 : : .ascii = 1,
128774 : : },
128775 : : },
128776 : : ._data = "enablerlcompleter.<locals>.register_readline",
128777 : : };
128778 : : static
128779 : : struct {
128780 : : PyObject_VAR_HEAD
128781 : : Py_hash_t ob_shash;
128782 : : char ob_sval[389];
128783 : : }
128784 : : site_toplevel_consts_21_consts_1_linetable = {
128785 : : .ob_base = {
128786 : : .ob_base = {
128787 : : .ob_refcnt = 999999999,
128788 : : .ob_type = &PyBytes_Type,
128789 : : },
128790 : : .ob_size = 388,
128791 : : },
128792 : : .ob_shash = -1,
128793 : : .ob_sval = "\xf8\xf8\x80\x00\xd8\x08\x15\x88\x0d\x88\x0d\x88\x0d\xf0\x02\x04\x09\x13\xd8\x0c\x1b\x88\x4f\x88\x4f\x88\x4f\xd8\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xd0\x0c\x1e\xf5\x0c\x00\x18\x1f\x98\x78\xa8\x19\xb0\x42\xd4\x17\x37\x88\x0c\xd8\x0b\x17\xf0\x00\x03\x09\x35\xa8\x09\xb0\x5c\xd0\x28\x41\xf0\x00\x03\x09\x35\xd8\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xd0\x24\x39\xd4\x0c\x3a\xd0\x0c\x3a\xd0\x0c\x3a\xe0\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xa0\x4f\xd4\x0c\x34\xd0\x0c\x34\xf0\x04\x07\x09\x11\xd8\x0c\x14\xd7\x0c\x23\xd1\x0c\x23\xd4\x0c\x25\xd0\x0c\x25\xf0\x10\x00\x0c\x14\xd7\x0b\x2e\xd1\x0b\x2e\xd4\x0b\x30\xb0\x41\xd2\x0b\x35\xf0\x00\x15\x09\x2b\xf5\x0c\x00\x17\x19\x97\x67\x91\x67\x97\x6c\x91\x6c\xa5\x32\xa7\x37\xa1\x37\xd7\x23\x35\xd1\x23\x35\xb0\x63\xd4\x23\x3a\xd8\x23\x34\xf4\x03\x01\x17\x36\x88\x47\xf0\x04\x03\x0d\x15\xd8\x10\x18\xd7\x10\x2a\xd1\x10\x2a\xa8\x37\xd4\x10\x33\xd0\x10\x33\xf0\x08\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x00\x06\x0d\x19\xf0\x10\x00\x0d\x13\x8f\x4f\x89\x4f\x98\x4d\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xf0\x2b\x15\x09\x2b\xf0\x00\x15\x09\x2b\xf8\xf5\x29\x00\x10\x1b\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xf0\x00\x01\x09\x13\xd8\x0c\x12\x88\x46\x88\x46\xf0\x03\x01\x09\x13\xf8\xf8\xf8\xf8\xf5\x1a\x00\x10\x17\xf0\x00\x05\x09\x11\xf0\x00\x05\x09\x11\xf0\x00\x05\x09\x11\xf0\x0a\x00\x0d\x11\x88\x44\xf0\x0b\x05\x09\x11\xf8\xf8\xf8\xf8\xf5\x22\x00\x14\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8",
128794 : : };
128795 : : static
128796 : : struct {
128797 : : PyObject_VAR_HEAD
128798 : : Py_hash_t ob_shash;
128799 : : char ob_sval[54];
128800 : : }
128801 : : site_toplevel_consts_21_consts_1_exceptiontable = {
128802 : : .ob_base = {
128803 : : .ob_base = {
128804 : : .ob_refcnt = 999999999,
128805 : : .ob_type = &PyBytes_Type,
128806 : : },
128807 : : .ob_size = 53,
128808 : : },
128809 : : .ob_shash = -1,
128810 : : .ob_sval = "\x88\x08\x43\x21\x00\xc1\x0b\x11\x43\x32\x00\xc2\x33\x12\x44\x02\x00\xc3\x21\x0a\x43\x2f\x03\xc3\x2e\x01\x43\x2f\x03\xc3\x32\x0a\x43\x3f\x03\xc3\x3e\x01\x43\x3f\x03\xc4\x02\x0a\x44\x0f\x03\xc4\x0e\x01\x44\x0f\x03",
128811 : : };
128812 : : static
128813 : : struct {
128814 : : PyASCIIObject _ascii;
128815 : : uint8_t _data[13];
128816 : : }
128817 : : const_str_readline_doc = {
128818 : : ._ascii = {
128819 : : .ob_base = {
128820 : : .ob_refcnt = 999999999,
128821 : : .ob_type = &PyUnicode_Type,
128822 : : },
128823 : : .length = 12,
128824 : : .hash = -1,
128825 : : .state = {
128826 : : .kind = 1,
128827 : : .compact = 1,
128828 : : .ascii = 1,
128829 : : },
128830 : : },
128831 : : ._data = "readline_doc",
128832 : : };
128833 : : static
128834 : : struct {
128835 : : PyGC_Head _gc_head;
128836 : : struct {
128837 : : PyObject_VAR_HEAD
128838 : : PyObject *ob_item[6];
128839 : : }_object;
128840 : : }
128841 : : site_toplevel_consts_21_consts_1_localsplusnames = {
128842 : : ._object = {
128843 : : .ob_base = {
128844 : : .ob_base = {
128845 : : .ob_refcnt = 999999999,
128846 : : .ob_type = &PyTuple_Type,
128847 : : },
128848 : : .ob_size = 6,
128849 : : },
128850 : : .ob_item = {
128851 : : & const_str_atexit._ascii.ob_base,
128852 : : & const_str_rlcompleter._ascii.ob_base,
128853 : : & const_str_readline_doc._ascii.ob_base,
128854 : : & const_str_write_history._ascii.ob_base,
128855 : : & const_str_history._ascii.ob_base,
128856 : : &_Py_ID(readline),
128857 : : },
128858 : : },
128859 : : };
128860 : : static
128861 : : struct {
128862 : : PyObject_VAR_HEAD
128863 : : Py_hash_t ob_shash;
128864 : : char ob_sval[7];
128865 : : }
128866 : : site_toplevel_consts_21_consts_1_localspluskinds = {
128867 : : .ob_base = {
128868 : : .ob_base = {
128869 : : .ob_refcnt = 999999999,
128870 : : .ob_type = &PyBytes_Type,
128871 : : },
128872 : : .ob_size = 6,
128873 : : },
128874 : : .ob_shash = -1,
128875 : : .ob_sval = " @@",
128876 : : };
128877 : : static
128878 : : struct _PyCode_DEF(548)
128879 : : site_toplevel_consts_21_consts_1 = {
128880 : : .ob_base = {
128881 : : .ob_base = {
128882 : : .ob_refcnt = 999999999,
128883 : : .ob_type = &PyCode_Type,
128884 : : },
128885 : : .ob_size = 274,
128886 : : },
128887 : : .co_consts = & site_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
128888 : : .co_names = & site_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
128889 : : .co_exceptiontable = & site_toplevel_consts_21_consts_1_exceptiontable.ob_base.ob_base,
128890 : : .co_flags = 19,
128891 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
128892 : : ._co_linearray_entry_size = 0,
128893 : : .co_argcount = 0,
128894 : : .co_posonlyargcount = 0,
128895 : : .co_kwonlyargcount = 0,
128896 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
128897 : : .co_stacksize = 5,
128898 : : .co_firstlineno = 442,
128899 : : .co_nlocalsplus = 6,
128900 : : .co_nlocals = 4,
128901 : : .co_nplaincellvars = 2,
128902 : : .co_ncellvars = 2,
128903 : : .co_nfreevars = 0,
128904 : : .co_localsplusnames = & site_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
128905 : : .co_localspluskinds = & site_toplevel_consts_21_consts_1_localspluskinds.ob_base.ob_base,
128906 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
128907 : : .co_name = & const_str_register_readline._ascii.ob_base,
128908 : : .co_qualname = & site_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
128909 : : .co_linetable = & site_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
128910 : : ._co_code = NULL,
128911 : : ._co_linearray = NULL,
128912 : : .co_code_adaptive = "\x87\x04\x87\x05\x97\x00\x64\x01\x64\x00\x6c\x00\x7d\x00\x09\x00\x64\x01\x64\x00\x6c\x01\x8a\x05\x64\x01\x64\x00\x6c\x02\x7d\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x05\x64\x02\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x81\x17\x64\x04\x7c\x02\x76\x00\x72\x13\x89\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x12\x89\x05\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x89\x05\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x89\x05\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x6e\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x8a\x04\x09\x00\x89\x05\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x88\x04\x88\x05\x66\x02\x64\x09\x84\x08\x7d\x03\x7c\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\xa2\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x49\x77\x00\x78\x03\x59\x00\x77\x01",
128913 : : ._co_firsttraceable = 2,
128914 : : };
128915 : : static
128916 : : struct {
128917 : : PyGC_Head _gc_head;
128918 : : struct {
128919 : : PyObject_VAR_HEAD
128920 : : PyObject *ob_item[3];
128921 : : }_object;
128922 : : }
128923 : : site_toplevel_consts_21_consts = {
128924 : : ._object = {
128925 : : .ob_base = {
128926 : : .ob_base = {
128927 : : .ob_refcnt = 999999999,
128928 : : .ob_type = &PyTuple_Type,
128929 : : },
128930 : : .ob_size = 3,
128931 : : },
128932 : : .ob_item = {
128933 : : & site_toplevel_consts_21_consts_0._ascii.ob_base,
128934 : : & site_toplevel_consts_21_consts_1.ob_base.ob_base,
128935 : : Py_None,
128936 : : },
128937 : : },
128938 : : };
128939 : : static
128940 : : struct {
128941 : : PyASCIIObject _ascii;
128942 : : uint8_t _data[20];
128943 : : }
128944 : : const_str___interactivehook__ = {
128945 : : ._ascii = {
128946 : : .ob_base = {
128947 : : .ob_refcnt = 999999999,
128948 : : .ob_type = &PyUnicode_Type,
128949 : : },
128950 : : .length = 19,
128951 : : .hash = -1,
128952 : : .state = {
128953 : : .kind = 1,
128954 : : .compact = 1,
128955 : : .ascii = 1,
128956 : : },
128957 : : },
128958 : : ._data = "__interactivehook__",
128959 : : };
128960 : : static
128961 : : struct {
128962 : : PyGC_Head _gc_head;
128963 : : struct {
128964 : : PyObject_VAR_HEAD
128965 : : PyObject *ob_item[2];
128966 : : }_object;
128967 : : }
128968 : : site_toplevel_consts_21_names = {
128969 : : ._object = {
128970 : : .ob_base = {
128971 : : .ob_base = {
128972 : : .ob_refcnt = 999999999,
128973 : : .ob_type = &PyTuple_Type,
128974 : : },
128975 : : .ob_size = 2,
128976 : : },
128977 : : .ob_item = {
128978 : : & const_str_sys._ascii.ob_base,
128979 : : & const_str___interactivehook__._ascii.ob_base,
128980 : : },
128981 : : },
128982 : : };
128983 : : static
128984 : : struct {
128985 : : PyASCIIObject _ascii;
128986 : : uint8_t _data[18];
128987 : : }
128988 : : const_str_enablerlcompleter = {
128989 : : ._ascii = {
128990 : : .ob_base = {
128991 : : .ob_refcnt = 999999999,
128992 : : .ob_type = &PyUnicode_Type,
128993 : : },
128994 : : .length = 17,
128995 : : .hash = -1,
128996 : : .state = {
128997 : : .kind = 1,
128998 : : .compact = 1,
128999 : : .ascii = 1,
129000 : : },
129001 : : },
129002 : : ._data = "enablerlcompleter",
129003 : : };
129004 : : static
129005 : : struct {
129006 : : PyObject_VAR_HEAD
129007 : : Py_hash_t ob_shash;
129008 : : char ob_sval[35];
129009 : : }
129010 : : site_toplevel_consts_21_linetable = {
129011 : : .ob_base = {
129012 : : .ob_base = {
129013 : : .ob_refcnt = 999999999,
129014 : : .ob_type = &PyBytes_Type,
129015 : : },
129016 : : .ob_size = 34,
129017 : : },
129018 : : .ob_shash = -1,
129019 : : .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",
129020 : : };
129021 : : static
129022 : : struct {
129023 : : PyGC_Head _gc_head;
129024 : : struct {
129025 : : PyObject_VAR_HEAD
129026 : : PyObject *ob_item[1];
129027 : : }_object;
129028 : : }
129029 : : site_toplevel_consts_21_localsplusnames = {
129030 : : ._object = {
129031 : : .ob_base = {
129032 : : .ob_base = {
129033 : : .ob_refcnt = 999999999,
129034 : : .ob_type = &PyTuple_Type,
129035 : : },
129036 : : .ob_size = 1,
129037 : : },
129038 : : .ob_item = {
129039 : : & const_str_register_readline._ascii.ob_base,
129040 : : },
129041 : : },
129042 : : };
129043 : : static
129044 : : struct _PyCode_DEF(36)
129045 : : site_toplevel_consts_21 = {
129046 : : .ob_base = {
129047 : : .ob_base = {
129048 : : .ob_refcnt = 999999999,
129049 : : .ob_type = &PyCode_Type,
129050 : : },
129051 : : .ob_size = 18,
129052 : : },
129053 : : .co_consts = & site_toplevel_consts_21_consts._object.ob_base.ob_base,
129054 : : .co_names = & site_toplevel_consts_21_names._object.ob_base.ob_base,
129055 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
129056 : : .co_flags = 3,
129057 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129058 : : ._co_linearray_entry_size = 0,
129059 : : .co_argcount = 0,
129060 : : .co_posonlyargcount = 0,
129061 : : .co_kwonlyargcount = 0,
129062 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
129063 : : .co_stacksize = 2,
129064 : : .co_firstlineno = 433,
129065 : : .co_nlocalsplus = 1,
129066 : : .co_nlocals = 1,
129067 : : .co_nplaincellvars = 0,
129068 : : .co_ncellvars = 0,
129069 : : .co_nfreevars = 0,
129070 : : .co_localsplusnames = & site_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
129071 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
129072 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129073 : : .co_name = & const_str_enablerlcompleter._ascii.ob_base,
129074 : : .co_qualname = & const_str_enablerlcompleter._ascii.ob_base,
129075 : : .co_linetable = & site_toplevel_consts_21_linetable.ob_base.ob_base,
129076 : : ._co_code = NULL,
129077 : : ._co_linearray = NULL,
129078 : : .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",
129079 : : ._co_firsttraceable = 0,
129080 : : };
129081 : : static
129082 : : struct {
129083 : : PyASCIIObject _ascii;
129084 : : uint8_t _data[20];
129085 : : }
129086 : : const_str___PYVENV_LAUNCHER__ = {
129087 : : ._ascii = {
129088 : : .ob_base = {
129089 : : .ob_refcnt = 999999999,
129090 : : .ob_type = &PyUnicode_Type,
129091 : : },
129092 : : .length = 19,
129093 : : .hash = -1,
129094 : : .state = {
129095 : : .kind = 1,
129096 : : .compact = 1,
129097 : : .ascii = 1,
129098 : : },
129099 : : },
129100 : : ._data = "__PYVENV_LAUNCHER__",
129101 : : };
129102 : : static
129103 : : struct {
129104 : : PyASCIIObject _ascii;
129105 : : uint8_t _data[11];
129106 : : }
129107 : : site_toplevel_consts_22_consts_3 = {
129108 : : ._ascii = {
129109 : : .ob_base = {
129110 : : .ob_refcnt = 999999999,
129111 : : .ob_type = &PyUnicode_Type,
129112 : : },
129113 : : .length = 10,
129114 : : .hash = -1,
129115 : : .state = {
129116 : : .kind = 1,
129117 : : .compact = 1,
129118 : : .ascii = 1,
129119 : : },
129120 : : },
129121 : : ._data = "pyvenv.cfg",
129122 : : };
129123 : : static
129124 : : struct {
129125 : : PyGC_Head _gc_head;
129126 : : struct {
129127 : : PyObject_VAR_HEAD
129128 : : PyObject *ob_item[3];
129129 : : }_object;
129130 : : }
129131 : : site_toplevel_consts_22_consts_4_names = {
129132 : : ._object = {
129133 : : .ob_base = {
129134 : : .ob_base = {
129135 : : .ob_refcnt = 999999999,
129136 : : .ob_type = &PyTuple_Type,
129137 : : },
129138 : : .ob_size = 3,
129139 : : },
129140 : : .ob_item = {
129141 : : & const_str_os._ascii.ob_base,
129142 : : &_Py_ID(path),
129143 : : & const_str_isfile._ascii.ob_base,
129144 : : },
129145 : : },
129146 : : };
129147 : : static
129148 : : struct {
129149 : : PyASCIIObject _ascii;
129150 : : uint8_t _data[25];
129151 : : }
129152 : : site_toplevel_consts_22_consts_4_qualname = {
129153 : : ._ascii = {
129154 : : .ob_base = {
129155 : : .ob_refcnt = 999999999,
129156 : : .ob_type = &PyUnicode_Type,
129157 : : },
129158 : : .length = 24,
129159 : : .hash = -1,
129160 : : .state = {
129161 : : .kind = 1,
129162 : : .compact = 1,
129163 : : .ascii = 1,
129164 : : },
129165 : : },
129166 : : ._data = "venv.<locals>.<listcomp>",
129167 : : };
129168 : : static
129169 : : struct {
129170 : : PyObject_VAR_HEAD
129171 : : Py_hash_t ob_shash;
129172 : : char ob_sval[62];
129173 : : }
129174 : : site_toplevel_consts_22_consts_4_linetable = {
129175 : : .ob_base = {
129176 : : .ob_base = {
129177 : : .ob_refcnt = 999999999,
129178 : : .ob_type = &PyBytes_Type,
129179 : : },
129180 : : .ob_size = 61,
129181 : : },
129182 : : .ob_shash = -1,
129183 : : .ob_sval = "\x80\x00\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a\xf1\x00\x06\x17\x0a\xd8\x15\x1d\xf5\x08\x00\x0c\x0e\x8f\x37\x89\x37\x8f\x3e\x89\x3e\x98\x28\xd4\x0b\x23\xf0\x0b\x06\x17\x0a\xd8\x08\x10\xf0\x03\x06\x17\x0a\xf0\x00\x06\x17\x0a\xf0\x00\x06\x17\x0a",
129184 : : };
129185 : : static
129186 : : struct {
129187 : : PyASCIIObject _ascii;
129188 : : uint8_t _data[9];
129189 : : }
129190 : : const_str_conffile = {
129191 : : ._ascii = {
129192 : : .ob_base = {
129193 : : .ob_refcnt = 999999999,
129194 : : .ob_type = &PyUnicode_Type,
129195 : : },
129196 : : .length = 8,
129197 : : .hash = -1,
129198 : : .state = {
129199 : : .kind = 1,
129200 : : .compact = 1,
129201 : : .ascii = 1,
129202 : : },
129203 : : },
129204 : : ._data = "conffile",
129205 : : };
129206 : : static
129207 : : struct {
129208 : : PyGC_Head _gc_head;
129209 : : struct {
129210 : : PyObject_VAR_HEAD
129211 : : PyObject *ob_item[2];
129212 : : }_object;
129213 : : }
129214 : : site_toplevel_consts_22_consts_4_localsplusnames = {
129215 : : ._object = {
129216 : : .ob_base = {
129217 : : .ob_base = {
129218 : : .ob_refcnt = 999999999,
129219 : : .ob_type = &PyTuple_Type,
129220 : : },
129221 : : .ob_size = 2,
129222 : : },
129223 : : .ob_item = {
129224 : : & importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0._ascii.ob_base,
129225 : : & const_str_conffile._ascii.ob_base,
129226 : : },
129227 : : },
129228 : : };
129229 : : static
129230 : : struct _PyCode_DEF(86)
129231 : : site_toplevel_consts_22_consts_4 = {
129232 : : .ob_base = {
129233 : : .ob_base = {
129234 : : .ob_refcnt = 999999999,
129235 : : .ob_type = &PyCode_Type,
129236 : : },
129237 : : .ob_size = 43,
129238 : : },
129239 : : .co_consts = (PyObject *)& _Py_SINGLETON(tuple_empty),
129240 : : .co_names = & site_toplevel_consts_22_consts_4_names._object.ob_base.ob_base,
129241 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
129242 : : .co_flags = 19,
129243 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129244 : : ._co_linearray_entry_size = 0,
129245 : : .co_argcount = 1,
129246 : : .co_posonlyargcount = 0,
129247 : : .co_kwonlyargcount = 0,
129248 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
129249 : : .co_stacksize = 5,
129250 : : .co_firstlineno = 504,
129251 : : .co_nlocalsplus = 2,
129252 : : .co_nlocals = 2,
129253 : : .co_nplaincellvars = 0,
129254 : : .co_ncellvars = 0,
129255 : : .co_nfreevars = 0,
129256 : : .co_localsplusnames = & site_toplevel_consts_22_consts_4_localsplusnames._object.ob_base.ob_base,
129257 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
129258 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129259 : : .co_name = &_Py_STR(anon_listcomp),
129260 : : .co_qualname = & site_toplevel_consts_22_consts_4_qualname._ascii.ob_base,
129261 : : .co_linetable = & site_toplevel_consts_22_consts_4_linetable.ob_base.ob_base,
129262 : : ._co_code = NULL,
129263 : : ._co_linearray = NULL,
129264 : : .co_code_adaptive = "\x97\x00\x67\x00\x7c\x00\x5d\x25\x00\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xaf\x24\x7c\x01\x91\x02\x8c\x27\x53\x00",
129265 : : ._co_firsttraceable = 0,
129266 : : };
129267 : : static
129268 : : struct {
129269 : : PyASCIIObject _ascii;
129270 : : uint8_t _data[5];
129271 : : }
129272 : : const_str_true = {
129273 : : ._ascii = {
129274 : : .ob_base = {
129275 : : .ob_refcnt = 999999999,
129276 : : .ob_type = &PyUnicode_Type,
129277 : : },
129278 : : .length = 4,
129279 : : .hash = -1,
129280 : : .state = {
129281 : : .kind = 1,
129282 : : .compact = 1,
129283 : : .ascii = 1,
129284 : : },
129285 : : },
129286 : : ._data = "true",
129287 : : };
129288 : : static
129289 : : struct {
129290 : : PyASCIIObject _ascii;
129291 : : uint8_t _data[2];
129292 : : }
129293 : : site_toplevel_consts_22_consts_9 = {
129294 : : ._ascii = {
129295 : : .ob_base = {
129296 : : .ob_refcnt = 999999999,
129297 : : .ob_type = &PyUnicode_Type,
129298 : : },
129299 : : .length = 1,
129300 : : .hash = -1,
129301 : : .state = {
129302 : : .kind = 1,
129303 : : .compact = 1,
129304 : : .ascii = 1,
129305 : : },
129306 : : },
129307 : : ._data = "=",
129308 : : };
129309 : : static
129310 : : struct {
129311 : : PyASCIIObject _ascii;
129312 : : uint8_t _data[29];
129313 : : }
129314 : : site_toplevel_consts_22_consts_10 = {
129315 : : ._ascii = {
129316 : : .ob_base = {
129317 : : .ob_refcnt = 999999999,
129318 : : .ob_type = &PyUnicode_Type,
129319 : : },
129320 : : .length = 28,
129321 : : .hash = -1,
129322 : : .state = {
129323 : : .kind = 1,
129324 : : .compact = 1,
129325 : : .ascii = 1,
129326 : : },
129327 : : },
129328 : : ._data = "include-system-site-packages",
129329 : : };
129330 : : static
129331 : : struct {
129332 : : PyASCIIObject _ascii;
129333 : : uint8_t _data[5];
129334 : : }
129335 : : const_str_home = {
129336 : : ._ascii = {
129337 : : .ob_base = {
129338 : : .ob_refcnt = 999999999,
129339 : : .ob_type = &PyUnicode_Type,
129340 : : },
129341 : : .length = 4,
129342 : : .hash = -1,
129343 : : .state = {
129344 : : .kind = 1,
129345 : : .compact = 1,
129346 : : .ascii = 1,
129347 : : },
129348 : : },
129349 : : ._data = "home",
129350 : : };
129351 : : static
129352 : : struct {
129353 : : PyGC_Head _gc_head;
129354 : : struct {
129355 : : PyObject_VAR_HEAD
129356 : : PyObject *ob_item[13];
129357 : : }_object;
129358 : : }
129359 : : site_toplevel_consts_22_consts = {
129360 : : ._object = {
129361 : : .ob_base = {
129362 : : .ob_base = {
129363 : : .ob_refcnt = 999999999,
129364 : : .ob_type = &PyTuple_Type,
129365 : : },
129366 : : .ob_size = 13,
129367 : : },
129368 : : .ob_item = {
129369 : : Py_None,
129370 : : & const_str_darwin._ascii.ob_base,
129371 : : & const_str___PYVENV_LAUNCHER__._ascii.ob_base,
129372 : : & site_toplevel_consts_22_consts_3._ascii.ob_base,
129373 : : & site_toplevel_consts_22_consts_4.ob_base.ob_base,
129374 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
129375 : : & const_str_true._ascii.ob_base,
129376 : : &_Py_STR(utf_8),
129377 : : & codecs_toplevel_consts_37_localsplusnames._object.ob_base.ob_base,
129378 : : & site_toplevel_consts_22_consts_9._ascii.ob_base,
129379 : : & site_toplevel_consts_22_consts_10._ascii.ob_base,
129380 : : & const_str_home._ascii.ob_base,
129381 : : Py_False,
129382 : : },
129383 : : },
129384 : : };
129385 : : static
129386 : : struct {
129387 : : PyASCIIObject _ascii;
129388 : : uint8_t _data[17];
129389 : : }
129390 : : const_str__base_executable = {
129391 : : ._ascii = {
129392 : : .ob_base = {
129393 : : .ob_refcnt = 999999999,
129394 : : .ob_type = &PyUnicode_Type,
129395 : : },
129396 : : .length = 16,
129397 : : .hash = -1,
129398 : : .state = {
129399 : : .kind = 1,
129400 : : .compact = 1,
129401 : : .ascii = 1,
129402 : : },
129403 : : },
129404 : : ._data = "_base_executable",
129405 : : };
129406 : : static
129407 : : struct {
129408 : : PyASCIIObject _ascii;
129409 : : uint8_t _data[11];
129410 : : }
129411 : : const_str_executable = {
129412 : : ._ascii = {
129413 : : .ob_base = {
129414 : : .ob_refcnt = 999999999,
129415 : : .ob_type = &PyUnicode_Type,
129416 : : },
129417 : : .length = 10,
129418 : : .hash = -1,
129419 : : .state = {
129420 : : .kind = 1,
129421 : : .compact = 1,
129422 : : .ascii = 1,
129423 : : },
129424 : : },
129425 : : ._data = "executable",
129426 : : };
129427 : : static
129428 : : struct {
129429 : : PyASCIIObject _ascii;
129430 : : uint8_t _data[6];
129431 : : }
129432 : : const_str__home = {
129433 : : ._ascii = {
129434 : : .ob_base = {
129435 : : .ob_refcnt = 999999999,
129436 : : .ob_type = &PyUnicode_Type,
129437 : : },
129438 : : .length = 5,
129439 : : .hash = -1,
129440 : : .state = {
129441 : : .kind = 1,
129442 : : .compact = 1,
129443 : : .ascii = 1,
129444 : : },
129445 : : },
129446 : : ._data = "_home",
129447 : : };
129448 : : static
129449 : : struct {
129450 : : PyASCIIObject _ascii;
129451 : : uint8_t _data[12];
129452 : : }
129453 : : const_str_exec_prefix = {
129454 : : ._ascii = {
129455 : : .ob_base = {
129456 : : .ob_refcnt = 999999999,
129457 : : .ob_type = &PyUnicode_Type,
129458 : : },
129459 : : .length = 11,
129460 : : .hash = -1,
129461 : : .state = {
129462 : : .kind = 1,
129463 : : .compact = 1,
129464 : : .ascii = 1,
129465 : : },
129466 : : },
129467 : : ._data = "exec_prefix",
129468 : : };
129469 : : static
129470 : : struct {
129471 : : PyGC_Head _gc_head;
129472 : : struct {
129473 : : PyObject_VAR_HEAD
129474 : : PyObject *ob_item[22];
129475 : : }_object;
129476 : : }
129477 : : site_toplevel_consts_22_names = {
129478 : : ._object = {
129479 : : .ob_base = {
129480 : : .ob_base = {
129481 : : .ob_refcnt = 999999999,
129482 : : .ob_type = &PyTuple_Type,
129483 : : },
129484 : : .ob_size = 22,
129485 : : },
129486 : : .ob_item = {
129487 : : & const_str_os._ascii.ob_base,
129488 : : & const_str_environ._ascii.ob_base,
129489 : : & const_str_sys._ascii.ob_base,
129490 : : & const_str_platform._ascii.ob_base,
129491 : : & const_str__base_executable._ascii.ob_base,
129492 : : & const_str_executable._ascii.ob_base,
129493 : : &_Py_ID(path),
129494 : : & const_str_split._ascii.ob_base,
129495 : : & const_str_abspath._ascii.ob_base,
129496 : : & const_str_dirname._ascii.ob_base,
129497 : : & const_str__home._ascii.ob_base,
129498 : : &_Py_ID(join),
129499 : : &_Py_ID(open),
129500 : : & const_str_partition._ascii.ob_base,
129501 : : & const_str_strip._ascii.ob_base,
129502 : : & const_str_lower._ascii.ob_base,
129503 : : & const_str_prefix._ascii.ob_base,
129504 : : & const_str_exec_prefix._ascii.ob_base,
129505 : : & const_str_addsitepackages._ascii.ob_base,
129506 : : & const_str_PREFIXES._ascii.ob_base,
129507 : : & const_str_insert._ascii.ob_base,
129508 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
129509 : : },
129510 : : },
129511 : : };
129512 : : static
129513 : : struct {
129514 : : PyASCIIObject _ascii;
129515 : : uint8_t _data[5];
129516 : : }
129517 : : const_str_venv = {
129518 : : ._ascii = {
129519 : : .ob_base = {
129520 : : .ob_refcnt = 999999999,
129521 : : .ob_type = &PyUnicode_Type,
129522 : : },
129523 : : .length = 4,
129524 : : .hash = -1,
129525 : : .state = {
129526 : : .kind = 1,
129527 : : .compact = 1,
129528 : : .ascii = 1,
129529 : : },
129530 : : },
129531 : : ._data = "venv",
129532 : : };
129533 : : static
129534 : : struct {
129535 : : PyObject_VAR_HEAD
129536 : : Py_hash_t ob_shash;
129537 : : char ob_sval[557];
129538 : : }
129539 : : site_toplevel_consts_22_linetable = {
129540 : : .ob_base = {
129541 : : .ob_base = {
129542 : : .ob_refcnt = 999999999,
129543 : : .ob_type = &PyBytes_Type,
129544 : : },
129545 : : .ob_size = 556,
129546 : : },
129547 : : .ob_shash = -1,
129548 : : .ob_sval = "\x80\x00\xf5\x06\x00\x0b\x0d\x8f\x2a\x89\x2a\x80\x43\xdd\x07\x0a\x87\x7c\x81\x7c\x90\x78\xd2\x07\x1f\xf0\x00\x03\x05\x24\xd0\x24\x39\xb8\x53\xd0\x24\x40\xf0\x00\x03\x05\x24\xdd\x2c\x2e\xaf\x4a\xa9\x4a\xd0\x37\x4c\xd4\x2c\x4d\xd0\x08\x4d\x88\x0a\x95\x53\xd4\x15\x29\xd0\x15\x29\xe5\x15\x18\x97\x5e\x91\x5e\x88\x0a\xdd\x11\x13\x97\x17\x91\x17\x97\x1d\x91\x1d\x9d\x72\x9f\x77\x99\x77\x9f\x7f\x99\x7f\xa8\x7a\xd4\x1f\x3a\xd4\x11\x3b\x81\x4a\x80\x47\x88\x51\xdd\x12\x14\x97\x27\x91\x27\x97\x2f\x91\x2f\xa0\x27\xd4\x12\x2a\x80\x4b\xd8\x10\x14\x85\x43\x84\x49\xd8\x14\x20\x80\x4d\xf0\x02\x06\x17\x0a\xf0\x00\x06\x17\x0a\xe5\x0c\x0e\x8f\x47\x89\x47\x8f\x4c\x89\x4c\x98\x17\xa0\x2d\xd4\x0c\x30\xdd\x0c\x0e\x8f\x47\x89\x47\x8f\x4c\x89\x4c\x98\x1b\xa0\x6d\xd4\x0c\x34\xf0\x05\x03\x22\x0e\xf0\x03\x06\x17\x0a\xf4\x00\x06\x17\x0a\x80\x4f\xf0\x10\x00\x08\x17\xf1\x00\x1b\x05\x25\xd8\x17\x26\xa0\x71\xd4\x17\x29\x88\x0c\xd8\x16\x1c\x88\x0b\xf5\x06\x00\x0e\x12\x90\x2c\xa8\x17\xd0\x0d\x31\xd4\x0d\x31\xf0\x00\x09\x09\x2a\xb0\x51\xd8\x18\x19\xf0\x00\x08\x0d\x2a\xf1\x00\x08\x0d\x2a\x90\x04\xd8\x13\x16\x98\x24\x90\x3b\xf0\x00\x07\x11\x2a\xd8\x24\x28\xa7\x4e\xa1\x4e\xb0\x33\xd4\x24\x37\x91\x4d\x90\x43\x98\x11\x98\x45\xd8\x1a\x1d\x9f\x29\x99\x29\x9c\x2b\xd7\x1a\x2b\xd1\x1a\x2b\xd4\x1a\x2d\x90\x43\xd8\x1c\x21\x9f\x4b\x99\x4b\x9c\x4d\x90\x45\xd8\x17\x1a\xd0\x1e\x3c\xd2\x17\x3c\xf0\x00\x03\x15\x2a\xd8\x26\x2b\xa7\x6b\xa1\x6b\xa4\x6d\x98\x0b\x98\x0b\xd8\x19\x1c\xa0\x06\x9a\x1d\xf0\x00\x01\x15\x2a\xd8\x24\x29\x9d\x03\x9c\x09\x98\x09\xf0\x11\x08\x0d\x2a\xf0\x03\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf4\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x16\x00\x28\x33\xd0\x08\x32\x8d\x03\x8c\x0a\x95\x53\x94\x5f\xf5\x06\x00\x09\x18\x98\x0b\xa5\x63\xa7\x6a\xa1\x6a\xa0\x5c\xd4\x08\x32\xd0\x08\x32\xf0\x08\x00\x0c\x17\x98\x26\xd2\x0b\x20\xf0\x00\x04\x09\x25\xdd\x0c\x14\x8f\x4f\x89\x4f\x98\x41\x9d\x73\x9f\x7a\x99\x7a\xd4\x0c\x2a\xd0\x0c\x2a\xd0\x0c\x2a\xe5\x18\x1b\x9f\x0a\x99\x0a\x90\x7c\x88\x48\xd8\x1f\x24\xd0\x0c\x1c\xe0\x0b\x16\xd0\x04\x16\xf0\x31\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf0\x00\x09\x09\x2a\xf8\xf8\xf8",
129549 : : };
129550 : : static
129551 : : struct {
129552 : : PyObject_VAR_HEAD
129553 : : Py_hash_t ob_shash;
129554 : : char ob_sval[14];
129555 : : }
129556 : : site_toplevel_consts_22_exceptiontable = {
129557 : : .ob_base = {
129558 : : .ob_base = {
129559 : : .ob_refcnt = 999999999,
129560 : : .ob_type = &PyBytes_Type,
129561 : : },
129562 : : .ob_size = 13,
129563 : : },
129564 : : .ob_shash = -1,
129565 : : .ob_sval = "\xc4\x3a\x41\x3c\x48\x3a\x03\xc8\x3a\x05\x49\x03\x07",
129566 : : };
129567 : : static
129568 : : struct {
129569 : : PyASCIIObject _ascii;
129570 : : uint8_t _data[8];
129571 : : }
129572 : : const_str_exe_dir = {
129573 : : ._ascii = {
129574 : : .ob_base = {
129575 : : .ob_refcnt = 999999999,
129576 : : .ob_type = &PyUnicode_Type,
129577 : : },
129578 : : .length = 7,
129579 : : .hash = -1,
129580 : : .state = {
129581 : : .kind = 1,
129582 : : .compact = 1,
129583 : : .ascii = 1,
129584 : : },
129585 : : },
129586 : : ._data = "exe_dir",
129587 : : };
129588 : : static
129589 : : struct {
129590 : : PyASCIIObject _ascii;
129591 : : uint8_t _data[12];
129592 : : }
129593 : : const_str_site_prefix = {
129594 : : ._ascii = {
129595 : : .ob_base = {
129596 : : .ob_refcnt = 999999999,
129597 : : .ob_type = &PyUnicode_Type,
129598 : : },
129599 : : .length = 11,
129600 : : .hash = -1,
129601 : : .state = {
129602 : : .kind = 1,
129603 : : .compact = 1,
129604 : : .ascii = 1,
129605 : : },
129606 : : },
129607 : : ._data = "site_prefix",
129608 : : };
129609 : : static
129610 : : struct {
129611 : : PyASCIIObject _ascii;
129612 : : uint8_t _data[14];
129613 : : }
129614 : : const_str_conf_basename = {
129615 : : ._ascii = {
129616 : : .ob_base = {
129617 : : .ob_refcnt = 999999999,
129618 : : .ob_type = &PyUnicode_Type,
129619 : : },
129620 : : .length = 13,
129621 : : .hash = -1,
129622 : : .state = {
129623 : : .kind = 1,
129624 : : .compact = 1,
129625 : : .ascii = 1,
129626 : : },
129627 : : },
129628 : : ._data = "conf_basename",
129629 : : };
129630 : : static
129631 : : struct {
129632 : : PyASCIIObject _ascii;
129633 : : uint8_t _data[16];
129634 : : }
129635 : : const_str_candidate_confs = {
129636 : : ._ascii = {
129637 : : .ob_base = {
129638 : : .ob_refcnt = 999999999,
129639 : : .ob_type = &PyUnicode_Type,
129640 : : },
129641 : : .length = 15,
129642 : : .hash = -1,
129643 : : .state = {
129644 : : .kind = 1,
129645 : : .compact = 1,
129646 : : .ascii = 1,
129647 : : },
129648 : : },
129649 : : ._data = "candidate_confs",
129650 : : };
129651 : : static
129652 : : struct {
129653 : : PyASCIIObject _ascii;
129654 : : uint8_t _data[13];
129655 : : }
129656 : : const_str_virtual_conf = {
129657 : : ._ascii = {
129658 : : .ob_base = {
129659 : : .ob_refcnt = 999999999,
129660 : : .ob_type = &PyUnicode_Type,
129661 : : },
129662 : : .length = 12,
129663 : : .hash = -1,
129664 : : .state = {
129665 : : .kind = 1,
129666 : : .compact = 1,
129667 : : .ascii = 1,
129668 : : },
129669 : : },
129670 : : ._data = "virtual_conf",
129671 : : };
129672 : : static
129673 : : struct {
129674 : : PyASCIIObject _ascii;
129675 : : uint8_t _data[12];
129676 : : }
129677 : : const_str_system_site = {
129678 : : ._ascii = {
129679 : : .ob_base = {
129680 : : .ob_refcnt = 999999999,
129681 : : .ob_type = &PyUnicode_Type,
129682 : : },
129683 : : .length = 11,
129684 : : .hash = -1,
129685 : : .state = {
129686 : : .kind = 1,
129687 : : .compact = 1,
129688 : : .ascii = 1,
129689 : : },
129690 : : },
129691 : : ._data = "system_site",
129692 : : };
129693 : : static
129694 : : struct {
129695 : : PyGC_Head _gc_head;
129696 : : struct {
129697 : : PyObject_VAR_HEAD
129698 : : PyObject *ob_item[14];
129699 : : }_object;
129700 : : }
129701 : : site_toplevel_consts_22_localsplusnames = {
129702 : : ._object = {
129703 : : .ob_base = {
129704 : : .ob_base = {
129705 : : .ob_refcnt = 999999999,
129706 : : .ob_type = &PyTuple_Type,
129707 : : },
129708 : : .ob_size = 14,
129709 : : },
129710 : : .ob_item = {
129711 : : & const_str_known_paths._ascii.ob_base,
129712 : : & const_str_env._ascii.ob_base,
129713 : : & const_str_executable._ascii.ob_base,
129714 : : & const_str_exe_dir._ascii.ob_base,
129715 : : &_Py_ID(_),
129716 : : & const_str_site_prefix._ascii.ob_base,
129717 : : & const_str_conf_basename._ascii.ob_base,
129718 : : & const_str_candidate_confs._ascii.ob_base,
129719 : : & const_str_virtual_conf._ascii.ob_base,
129720 : : & const_str_system_site._ascii.ob_base,
129721 : : & const_str_f._ascii.ob_base,
129722 : : &_Py_ID(line),
129723 : : & const_str_key._ascii.ob_base,
129724 : : & const_str_value._ascii.ob_base,
129725 : : },
129726 : : },
129727 : : };
129728 : : static
129729 : : struct _PyCode_DEF(1164)
129730 : : site_toplevel_consts_22 = {
129731 : : .ob_base = {
129732 : : .ob_base = {
129733 : : .ob_refcnt = 999999999,
129734 : : .ob_type = &PyCode_Type,
129735 : : },
129736 : : .ob_size = 582,
129737 : : },
129738 : : .co_consts = & site_toplevel_consts_22_consts._object.ob_base.ob_base,
129739 : : .co_names = & site_toplevel_consts_22_names._object.ob_base.ob_base,
129740 : : .co_exceptiontable = & site_toplevel_consts_22_exceptiontable.ob_base.ob_base,
129741 : : .co_flags = 3,
129742 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129743 : : ._co_linearray_entry_size = 0,
129744 : : .co_argcount = 1,
129745 : : .co_posonlyargcount = 0,
129746 : : .co_kwonlyargcount = 0,
129747 : : .co_framesize = 20 + FRAME_SPECIALS_SIZE,
129748 : : .co_stacksize = 6,
129749 : : .co_firstlineno = 492,
129750 : : .co_nlocalsplus = 14,
129751 : : .co_nlocals = 14,
129752 : : .co_nplaincellvars = 0,
129753 : : .co_ncellvars = 0,
129754 : : .co_nfreevars = 0,
129755 : : .co_localsplusnames = & site_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
129756 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_73_consts_7_localspluskinds.ob_base.ob_base,
129757 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
129758 : : .co_name = & const_str_venv._ascii.ob_base,
129759 : : .co_qualname = & const_str_venv._ascii.ob_base,
129760 : : .co_linetable = & site_toplevel_consts_22_linetable.ob_base.ob_base,
129761 : : ._co_code = NULL,
129762 : : ._co_linearray = NULL,
129763 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x6b\x02\x00\x00\x00\x00\x72\x28\x64\x02\x7c\x01\x76\x00\x72\x24\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7d\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x11\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x7d\x06\x64\x04\x84\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x44\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x3e\x01\x72\x17\x7c\x07\x64\x05\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x64\x06\x7d\x09\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x08\x64\x07\xac\x08\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0a\x7c\x0a\x44\x00\x5d\x77\x00\x00\x7d\x0b\x64\x09\x7c\x0b\x76\x00\xaf\x07\x7c\x0b\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x0c\x7d\x04\x7d\x0d\x7c\x0c\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0d\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0d\x7c\x0c\x64\x0a\x6b\x02\x00\x00\x00\x00\x72\x12\x7c\x0d\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x8c\x66\x7c\x0c\x64\x0b\x6b\x02\x00\x00\x00\x00\xaf\x6c\x7c\x0d\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x8c\x79\x09\x00\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x78\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x10\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x11\x00\x00\x00\x00\x00\x00\x00\x00\x74\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x09\x64\x06\x6b\x02\x00\x00\x00\x00\x72\x28\x74\x26\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x14\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x01\x61\x13\x64\x0c\x61\x15\x7c\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x83\x78\x03\x59\x00\x77\x01",
129764 : : ._co_firsttraceable = 0,
129765 : : };
129766 : : static
129767 : : struct {
129768 : : PyASCIIObject _ascii;
129769 : : uint8_t _data[45];
129770 : : }
129771 : : site_toplevel_consts_23_consts_0 = {
129772 : : ._ascii = {
129773 : : .ob_base = {
129774 : : .ob_refcnt = 999999999,
129775 : : .ob_type = &PyUnicode_Type,
129776 : : },
129777 : : .length = 44,
129778 : : .hash = -1,
129779 : : .state = {
129780 : : .kind = 1,
129781 : : .compact = 1,
129782 : : .ascii = 1,
129783 : : },
129784 : : },
129785 : : ._data = "Run custom site specific code, if available.",
129786 : : };
129787 : : static
129788 : : struct {
129789 : : PyASCIIObject _ascii;
129790 : : uint8_t _data[14];
129791 : : }
129792 : : const_str_sitecustomize = {
129793 : : ._ascii = {
129794 : : .ob_base = {
129795 : : .ob_refcnt = 999999999,
129796 : : .ob_type = &PyUnicode_Type,
129797 : : },
129798 : : .length = 13,
129799 : : .hash = -1,
129800 : : .state = {
129801 : : .kind = 1,
129802 : : .compact = 1,
129803 : : .ascii = 1,
129804 : : },
129805 : : },
129806 : : ._data = "sitecustomize",
129807 : : };
129808 : : static
129809 : : struct {
129810 : : PyASCIIObject _ascii;
129811 : : uint8_t _data[58];
129812 : : }
129813 : : site_toplevel_consts_23_consts_4 = {
129814 : : ._ascii = {
129815 : : .ob_base = {
129816 : : .ob_refcnt = 999999999,
129817 : : .ob_type = &PyUnicode_Type,
129818 : : },
129819 : : .length = 57,
129820 : : .hash = -1,
129821 : : .state = {
129822 : : .kind = 1,
129823 : : .compact = 1,
129824 : : .ascii = 1,
129825 : : },
129826 : : },
129827 : : ._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",
129828 : : };
129829 : : static
129830 : : struct {
129831 : : PyGC_Head _gc_head;
129832 : : struct {
129833 : : PyObject_VAR_HEAD
129834 : : PyObject *ob_item[7];
129835 : : }_object;
129836 : : }
129837 : : site_toplevel_consts_23_consts = {
129838 : : ._object = {
129839 : : .ob_base = {
129840 : : .ob_base = {
129841 : : .ob_refcnt = 999999999,
129842 : : .ob_type = &PyTuple_Type,
129843 : : },
129844 : : .ob_size = 7,
129845 : : },
129846 : : .ob_item = {
129847 : : & site_toplevel_consts_23_consts_0._ascii.ob_base,
129848 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
129849 : : Py_None,
129850 : : & const_str_sitecustomize._ascii.ob_base,
129851 : : & site_toplevel_consts_23_consts_4._ascii.ob_base,
129852 : : & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
129853 : : & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
129854 : : },
129855 : : },
129856 : : };
129857 : : static
129858 : : struct {
129859 : : PyGC_Head _gc_head;
129860 : : struct {
129861 : : PyObject_VAR_HEAD
129862 : : PyObject *ob_item[13];
129863 : : }_object;
129864 : : }
129865 : : site_toplevel_consts_23_names = {
129866 : : ._object = {
129867 : : .ob_base = {
129868 : : .ob_base = {
129869 : : .ob_refcnt = 999999999,
129870 : : .ob_type = &PyTuple_Type,
129871 : : },
129872 : : .ob_size = 13,
129873 : : },
129874 : : .ob_item = {
129875 : : & const_str_sitecustomize._ascii.ob_base,
129876 : : & const_str_ImportError._ascii.ob_base,
129877 : : &_Py_ID(name),
129878 : : & const_str_Exception._ascii.ob_base,
129879 : : & const_str_sys._ascii.ob_base,
129880 : : & const_str_flags._ascii.ob_base,
129881 : : & const_str_verbose._ascii.ob_base,
129882 : : &_Py_ID(excepthook),
129883 : : & const_str_exc_info._ascii.ob_base,
129884 : : &_Py_ID(stderr),
129885 : : &_Py_ID(write),
129886 : : &_Py_ID(__class__),
129887 : : &_Py_ID(__name__),
129888 : : },
129889 : : },
129890 : : };
129891 : : static
129892 : : struct {
129893 : : PyASCIIObject _ascii;
129894 : : uint8_t _data[18];
129895 : : }
129896 : : const_str_execsitecustomize = {
129897 : : ._ascii = {
129898 : : .ob_base = {
129899 : : .ob_refcnt = 999999999,
129900 : : .ob_type = &PyUnicode_Type,
129901 : : },
129902 : : .length = 17,
129903 : : .hash = -1,
129904 : : .state = {
129905 : : .kind = 1,
129906 : : .compact = 1,
129907 : : .ascii = 1,
129908 : : },
129909 : : },
129910 : : ._data = "execsitecustomize",
129911 : : };
129912 : : static
129913 : : struct {
129914 : : PyObject_VAR_HEAD
129915 : : Py_hash_t ob_shash;
129916 : : char ob_sval[283];
129917 : : }
129918 : : site_toplevel_consts_23_linetable = {
129919 : : .ob_base = {
129920 : : .ob_base = {
129921 : : .ob_refcnt = 999999999,
129922 : : .ob_type = &PyBytes_Type,
129923 : : },
129924 : : .ob_size = 282,
129925 : : },
129926 : : .ob_shash = -1,
129927 : : .ob_sval = "\x80\x00\xf0\x04\x0f\x05\x2f\xf0\x02\x06\x09\x16\xd8\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xd0\x0c\x20\xf8\xdd\x0f\x1a\xf0\x00\x04\x09\x16\xf0\x00\x04\x09\x16\xf0\x00\x04\x09\x16\xd8\x0f\x12\x8f\x78\x89\x78\x98\x3f\xd2\x0f\x2a\xf0\x00\x03\x0d\x16\xd8\x10\x14\xe0\x10\x15\xf0\x05\x00\x11\x15\x90\x04\x90\x04\x90\x04\x90\x04\x90\x04\xf8\xf8\xf8\xf8\xf0\x05\x04\x09\x16\xf8\xf8\xf8\xf8\xf5\x0a\x00\x0c\x15\xf0\x00\x07\x05\x2f\xf0\x00\x07\x05\x2f\xf0\x00\x07\x05\x2f\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1c\xd1\x0b\x1c\xf0\x00\x06\x09\x2f\xdd\x0c\x1a\x8f\x4e\x89\x4e\x9d\x43\x9f\x4c\x99\x4c\x9c\x4e\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xe5\x0c\x0f\x8f\x4a\x89\x4a\xd7\x0c\x1c\xd1\x0c\x1c\xd0\x0c\x1c\xf0\x06\x00\x12\x15\x97\x1d\x91\x1d\xd7\x11\x27\xd1\x11\x27\xd0\x11\x27\xd0\x11\x27\xa8\x13\xa8\x13\xa8\x13\xf0\x05\x02\x11\x2e\xf4\x03\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x00\x03\x0d\x2f\xf0\x05\x00\x0d\x2c\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xd0\x0c\x2b\xf8\xf8\xf8\xf8\xf0\x05\x07\x05\x2f\xf8\xf8\xf8",
129928 : : };
129929 : : static
129930 : : struct {
129931 : : PyObject_VAR_HEAD
129932 : : Py_hash_t ob_shash;
129933 : : char ob_sval[42];
129934 : : }
129935 : : site_toplevel_consts_23_exceptiontable = {
129936 : : .ob_base = {
129937 : : .ob_base = {
129938 : : .ob_refcnt = 999999999,
129939 : : .ob_type = &PyBytes_Type,
129940 : : },
129941 : : .ob_size = 41,
129942 : : },
129943 : : .ob_shash = -1,
129944 : : .ob_sval = "\x83\x04\x09\x00\x89\x0a\x30\x03\x93\x12\x2b\x03\xa5\x04\x33\x00\xab\x05\x30\x03\xb0\x03\x33\x00\xb3\x0a\x43\x0d\x03\xbd\x41\x3f\x43\x08\x03\xc3\x08\x05\x43\x0d\x03",
129945 : : };
129946 : : static
129947 : : struct {
129948 : : PyGC_Head _gc_head;
129949 : : struct {
129950 : : PyObject_VAR_HEAD
129951 : : PyObject *ob_item[3];
129952 : : }_object;
129953 : : }
129954 : : site_toplevel_consts_23_localsplusnames = {
129955 : : ._object = {
129956 : : .ob_base = {
129957 : : .ob_base = {
129958 : : .ob_refcnt = 999999999,
129959 : : .ob_type = &PyTuple_Type,
129960 : : },
129961 : : .ob_size = 3,
129962 : : },
129963 : : .ob_item = {
129964 : : & const_str_sitecustomize._ascii.ob_base,
129965 : : & const_str_exc._ascii.ob_base,
129966 : : & const_str_err._ascii.ob_base,
129967 : : },
129968 : : },
129969 : : };
129970 : : static
129971 : : struct _PyCode_DEF(416)
129972 : : site_toplevel_consts_23 = {
129973 : : .ob_base = {
129974 : : .ob_base = {
129975 : : .ob_refcnt = 999999999,
129976 : : .ob_type = &PyCode_Type,
129977 : : },
129978 : : .ob_size = 208,
129979 : : },
129980 : : .co_consts = & site_toplevel_consts_23_consts._object.ob_base.ob_base,
129981 : : .co_names = & site_toplevel_consts_23_names._object.ob_base.ob_base,
129982 : : .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
129983 : : .co_flags = 3,
129984 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
129985 : : ._co_linearray_entry_size = 0,
129986 : : .co_argcount = 0,
129987 : : .co_posonlyargcount = 0,
129988 : : .co_kwonlyargcount = 0,
129989 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
129990 : : .co_stacksize = 8,
129991 : : .co_firstlineno = 544,
129992 : : .co_nlocalsplus = 3,
129993 : : .co_nlocals = 3,
129994 : : .co_nplaincellvars = 0,
129995 : : .co_ncellvars = 0,
129996 : : .co_nfreevars = 0,
129997 : : .co_localsplusnames = & site_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
129998 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
129999 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130000 : : .co_name = & const_str_execsitecustomize._ascii.ob_base,
130001 : : .co_qualname = & const_str_execsitecustomize._ascii.ob_base,
130002 : : .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
130003 : : ._co_code = NULL,
130004 : : ._co_linearray = NULL,
130005 : : .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x64\x02\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1d\x7d\x01\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x01\x6e\x01\x82\x00\x59\x00\x64\x02\x7d\x01\x7e\x01\x64\x02\x53\x00\x64\x02\x7d\x01\x7e\x01\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x90\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x28\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x42\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x64\x02\x7d\x02\x7e\x02\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
130006 : : ._co_firsttraceable = 0,
130007 : : };
130008 : : static
130009 : : struct {
130010 : : PyASCIIObject _ascii;
130011 : : uint8_t _data[45];
130012 : : }
130013 : : site_toplevel_consts_24_consts_0 = {
130014 : : ._ascii = {
130015 : : .ob_base = {
130016 : : .ob_refcnt = 999999999,
130017 : : .ob_type = &PyUnicode_Type,
130018 : : },
130019 : : .length = 44,
130020 : : .hash = -1,
130021 : : .state = {
130022 : : .kind = 1,
130023 : : .compact = 1,
130024 : : .ascii = 1,
130025 : : },
130026 : : },
130027 : : ._data = "Run custom user specific code, if available.",
130028 : : };
130029 : : static
130030 : : struct {
130031 : : PyASCIIObject _ascii;
130032 : : uint8_t _data[14];
130033 : : }
130034 : : const_str_usercustomize = {
130035 : : ._ascii = {
130036 : : .ob_base = {
130037 : : .ob_refcnt = 999999999,
130038 : : .ob_type = &PyUnicode_Type,
130039 : : },
130040 : : .length = 13,
130041 : : .hash = -1,
130042 : : .state = {
130043 : : .kind = 1,
130044 : : .compact = 1,
130045 : : .ascii = 1,
130046 : : },
130047 : : },
130048 : : ._data = "usercustomize",
130049 : : };
130050 : : static
130051 : : struct {
130052 : : PyASCIIObject _ascii;
130053 : : uint8_t _data[58];
130054 : : }
130055 : : site_toplevel_consts_24_consts_4 = {
130056 : : ._ascii = {
130057 : : .ob_base = {
130058 : : .ob_refcnt = 999999999,
130059 : : .ob_type = &PyUnicode_Type,
130060 : : },
130061 : : .length = 57,
130062 : : .hash = -1,
130063 : : .state = {
130064 : : .kind = 1,
130065 : : .compact = 1,
130066 : : .ascii = 1,
130067 : : },
130068 : : },
130069 : : ._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",
130070 : : };
130071 : : static
130072 : : struct {
130073 : : PyGC_Head _gc_head;
130074 : : struct {
130075 : : PyObject_VAR_HEAD
130076 : : PyObject *ob_item[7];
130077 : : }_object;
130078 : : }
130079 : : site_toplevel_consts_24_consts = {
130080 : : ._object = {
130081 : : .ob_base = {
130082 : : .ob_base = {
130083 : : .ob_refcnt = 999999999,
130084 : : .ob_type = &PyTuple_Type,
130085 : : },
130086 : : .ob_size = 7,
130087 : : },
130088 : : .ob_item = {
130089 : : & site_toplevel_consts_24_consts_0._ascii.ob_base,
130090 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
130091 : : Py_None,
130092 : : & const_str_usercustomize._ascii.ob_base,
130093 : : & site_toplevel_consts_24_consts_4._ascii.ob_base,
130094 : : & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
130095 : : & _sitebuiltins_toplevel_consts_5_consts_5_consts_3._ascii.ob_base,
130096 : : },
130097 : : },
130098 : : };
130099 : : static
130100 : : struct {
130101 : : PyGC_Head _gc_head;
130102 : : struct {
130103 : : PyObject_VAR_HEAD
130104 : : PyObject *ob_item[13];
130105 : : }_object;
130106 : : }
130107 : : site_toplevel_consts_24_names = {
130108 : : ._object = {
130109 : : .ob_base = {
130110 : : .ob_base = {
130111 : : .ob_refcnt = 999999999,
130112 : : .ob_type = &PyTuple_Type,
130113 : : },
130114 : : .ob_size = 13,
130115 : : },
130116 : : .ob_item = {
130117 : : & const_str_usercustomize._ascii.ob_base,
130118 : : & const_str_ImportError._ascii.ob_base,
130119 : : &_Py_ID(name),
130120 : : & const_str_Exception._ascii.ob_base,
130121 : : & const_str_sys._ascii.ob_base,
130122 : : & const_str_flags._ascii.ob_base,
130123 : : & const_str_verbose._ascii.ob_base,
130124 : : &_Py_ID(excepthook),
130125 : : & const_str_exc_info._ascii.ob_base,
130126 : : &_Py_ID(stderr),
130127 : : &_Py_ID(write),
130128 : : &_Py_ID(__class__),
130129 : : &_Py_ID(__name__),
130130 : : },
130131 : : },
130132 : : };
130133 : : static
130134 : : struct {
130135 : : PyASCIIObject _ascii;
130136 : : uint8_t _data[18];
130137 : : }
130138 : : const_str_execusercustomize = {
130139 : : ._ascii = {
130140 : : .ob_base = {
130141 : : .ob_refcnt = 999999999,
130142 : : .ob_type = &PyUnicode_Type,
130143 : : },
130144 : : .length = 17,
130145 : : .hash = -1,
130146 : : .state = {
130147 : : .kind = 1,
130148 : : .compact = 1,
130149 : : .ascii = 1,
130150 : : },
130151 : : },
130152 : : ._data = "execusercustomize",
130153 : : };
130154 : : static
130155 : : struct {
130156 : : PyGC_Head _gc_head;
130157 : : struct {
130158 : : PyObject_VAR_HEAD
130159 : : PyObject *ob_item[3];
130160 : : }_object;
130161 : : }
130162 : : site_toplevel_consts_24_localsplusnames = {
130163 : : ._object = {
130164 : : .ob_base = {
130165 : : .ob_base = {
130166 : : .ob_refcnt = 999999999,
130167 : : .ob_type = &PyTuple_Type,
130168 : : },
130169 : : .ob_size = 3,
130170 : : },
130171 : : .ob_item = {
130172 : : & const_str_usercustomize._ascii.ob_base,
130173 : : & const_str_exc._ascii.ob_base,
130174 : : & const_str_err._ascii.ob_base,
130175 : : },
130176 : : },
130177 : : };
130178 : : static
130179 : : struct _PyCode_DEF(416)
130180 : : site_toplevel_consts_24 = {
130181 : : .ob_base = {
130182 : : .ob_base = {
130183 : : .ob_refcnt = 999999999,
130184 : : .ob_type = &PyCode_Type,
130185 : : },
130186 : : .ob_size = 208,
130187 : : },
130188 : : .co_consts = & site_toplevel_consts_24_consts._object.ob_base.ob_base,
130189 : : .co_names = & site_toplevel_consts_24_names._object.ob_base.ob_base,
130190 : : .co_exceptiontable = & site_toplevel_consts_23_exceptiontable.ob_base.ob_base,
130191 : : .co_flags = 3,
130192 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130193 : : ._co_linearray_entry_size = 0,
130194 : : .co_argcount = 0,
130195 : : .co_posonlyargcount = 0,
130196 : : .co_kwonlyargcount = 0,
130197 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
130198 : : .co_stacksize = 8,
130199 : : .co_firstlineno = 564,
130200 : : .co_nlocalsplus = 3,
130201 : : .co_nlocals = 3,
130202 : : .co_nplaincellvars = 0,
130203 : : .co_ncellvars = 0,
130204 : : .co_nfreevars = 0,
130205 : : .co_localsplusnames = & site_toplevel_consts_24_localsplusnames._object.ob_base.ob_base,
130206 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
130207 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130208 : : .co_name = & const_str_execusercustomize._ascii.ob_base,
130209 : : .co_qualname = & const_str_execusercustomize._ascii.ob_base,
130210 : : .co_linetable = & site_toplevel_consts_23_linetable.ob_base.ob_base,
130211 : : ._co_code = NULL,
130212 : : ._co_linearray = NULL,
130213 : : .co_code_adaptive = "\x97\x00\x09\x00\x09\x00\x64\x01\x64\x02\x6c\x00\x7d\x00\x64\x02\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1d\x7d\x01\x7c\x01\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6b\x02\x00\x00\x00\x00\x72\x01\x6e\x01\x82\x00\x59\x00\x64\x02\x7d\x01\x7e\x01\x64\x02\x53\x00\x64\x02\x7d\x01\x7e\x01\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x90\x7d\x02\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x28\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8e\x00\x01\x00\x6e\x42\x74\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x02\x6a\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x05\x7c\x02\x9b\x01\x64\x06\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x59\x00\x64\x02\x7d\x02\x7e\x02\x64\x02\x53\x00\x64\x02\x7d\x02\x7e\x02\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
130214 : : ._co_firsttraceable = 0,
130215 : : };
130216 : : static
130217 : : struct {
130218 : : PyASCIIObject _ascii;
130219 : : uint8_t _data[208];
130220 : : }
130221 : : site_toplevel_consts_25_consts_0 = {
130222 : : ._ascii = {
130223 : : .ob_base = {
130224 : : .ob_refcnt = 999999999,
130225 : : .ob_type = &PyUnicode_Type,
130226 : : },
130227 : : .length = 207,
130228 : : .hash = -1,
130229 : : .state = {
130230 : : .kind = 1,
130231 : : .compact = 1,
130232 : : .ascii = 1,
130233 : : },
130234 : : },
130235 : : ._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",
130236 : : };
130237 : : static
130238 : : struct {
130239 : : PyGC_Head _gc_head;
130240 : : struct {
130241 : : PyObject_VAR_HEAD
130242 : : PyObject *ob_item[2];
130243 : : }_object;
130244 : : }
130245 : : site_toplevel_consts_25_consts = {
130246 : : ._object = {
130247 : : .ob_base = {
130248 : : .ob_base = {
130249 : : .ob_refcnt = 999999999,
130250 : : .ob_type = &PyTuple_Type,
130251 : : },
130252 : : .ob_size = 2,
130253 : : },
130254 : : .ob_item = {
130255 : : & site_toplevel_consts_25_consts_0._ascii.ob_base,
130256 : : Py_None,
130257 : : },
130258 : : },
130259 : : };
130260 : : static
130261 : : struct {
130262 : : PyASCIIObject _ascii;
130263 : : uint8_t _data[9];
130264 : : }
130265 : : const_str_isolated = {
130266 : : ._ascii = {
130267 : : .ob_base = {
130268 : : .ob_refcnt = 999999999,
130269 : : .ob_type = &PyUnicode_Type,
130270 : : },
130271 : : .length = 8,
130272 : : .hash = -1,
130273 : : .state = {
130274 : : .kind = 1,
130275 : : .compact = 1,
130276 : : .ascii = 1,
130277 : : },
130278 : : },
130279 : : ._data = "isolated",
130280 : : };
130281 : : static
130282 : : struct {
130283 : : PyGC_Head _gc_head;
130284 : : struct {
130285 : : PyObject_VAR_HEAD
130286 : : PyObject *ob_item[17];
130287 : : }_object;
130288 : : }
130289 : : site_toplevel_consts_25_names = {
130290 : : ._object = {
130291 : : .ob_base = {
130292 : : .ob_base = {
130293 : : .ob_refcnt = 999999999,
130294 : : .ob_type = &PyTuple_Type,
130295 : : },
130296 : : .ob_size = 17,
130297 : : },
130298 : : .ob_item = {
130299 : : & const_str_sys._ascii.ob_base,
130300 : : &_Py_ID(path),
130301 : : & const_str_removeduppaths._ascii.ob_base,
130302 : : & const_str_abs_paths._ascii.ob_base,
130303 : : & const_str_venv._ascii.ob_base,
130304 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
130305 : : & const_str_check_enableusersite._ascii.ob_base,
130306 : : & const_str_addusersitepackages._ascii.ob_base,
130307 : : & const_str_addsitepackages._ascii.ob_base,
130308 : : & const_str_setquit._ascii.ob_base,
130309 : : & const_str_setcopyright._ascii.ob_base,
130310 : : & const_str_sethelper._ascii.ob_base,
130311 : : & const_str_flags._ascii.ob_base,
130312 : : & const_str_isolated._ascii.ob_base,
130313 : : & const_str_enablerlcompleter._ascii.ob_base,
130314 : : & const_str_execsitecustomize._ascii.ob_base,
130315 : : & const_str_execusercustomize._ascii.ob_base,
130316 : : },
130317 : : },
130318 : : };
130319 : : static
130320 : : struct {
130321 : : PyASCIIObject _ascii;
130322 : : uint8_t _data[5];
130323 : : }
130324 : : const_str_main = {
130325 : : ._ascii = {
130326 : : .ob_base = {
130327 : : .ob_refcnt = 999999999,
130328 : : .ob_type = &PyUnicode_Type,
130329 : : },
130330 : : .length = 4,
130331 : : .hash = -1,
130332 : : .state = {
130333 : : .kind = 1,
130334 : : .compact = 1,
130335 : : .ascii = 1,
130336 : : },
130337 : : },
130338 : : ._data = "main",
130339 : : };
130340 : : static
130341 : : struct {
130342 : : PyObject_VAR_HEAD
130343 : : Py_hash_t ob_shash;
130344 : : char ob_sval[191];
130345 : : }
130346 : : site_toplevel_consts_25_linetable = {
130347 : : .ob_base = {
130348 : : .ob_base = {
130349 : : .ob_refcnt = 999999999,
130350 : : .ob_type = &PyBytes_Type,
130351 : : },
130352 : : .ob_size = 190,
130353 : : },
130354 : : .ob_shash = -1,
130355 : : .ob_sval = "\x80\x00\xf5\x10\x00\x11\x14\x97\x08\x91\x08\x90\x0b\x90\x0b\x90\x0b\x80\x49\xdd\x12\x20\xd4\x12\x22\x80\x4b\xd8\x07\x10\x95\x43\x97\x48\x91\x48\xd2\x07\x1c\xf0\x00\x03\x05\x14\xf5\x06\x00\x09\x12\x8c\x0b\x88\x0b\xe5\x12\x16\x90\x7b\xd4\x12\x23\x80\x4b\xdd\x07\x17\xf0\x00\x01\x05\x32\xdd\x1b\x2f\xd4\x1b\x31\xd0\x08\x18\xdd\x12\x25\xa0\x6b\xd4\x12\x32\x80\x4b\xdd\x12\x21\xa0\x2b\xd4\x12\x2e\x80\x4b\xdd\x04\x0b\x84\x49\x80\x49\xdd\x04\x10\x84\x4e\x80\x4e\xdd\x04\x0d\x84\x4b\x80\x4b\xdd\x0b\x0e\x8f\x39\x89\x39\xd7\x0b\x1d\xd1\x0b\x1d\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xdd\x04\x15\xd4\x04\x17\xd0\x04\x17\xdd\x07\x17\xf0\x00\x01\x05\x1c\xdd\x08\x19\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c",
130356 : : };
130357 : : static
130358 : : struct {
130359 : : PyASCIIObject _ascii;
130360 : : uint8_t _data[10];
130361 : : }
130362 : : const_str_orig_path = {
130363 : : ._ascii = {
130364 : : .ob_base = {
130365 : : .ob_refcnt = 999999999,
130366 : : .ob_type = &PyUnicode_Type,
130367 : : },
130368 : : .length = 9,
130369 : : .hash = -1,
130370 : : .state = {
130371 : : .kind = 1,
130372 : : .compact = 1,
130373 : : .ascii = 1,
130374 : : },
130375 : : },
130376 : : ._data = "orig_path",
130377 : : };
130378 : : static
130379 : : struct {
130380 : : PyGC_Head _gc_head;
130381 : : struct {
130382 : : PyObject_VAR_HEAD
130383 : : PyObject *ob_item[2];
130384 : : }_object;
130385 : : }
130386 : : site_toplevel_consts_25_localsplusnames = {
130387 : : ._object = {
130388 : : .ob_base = {
130389 : : .ob_base = {
130390 : : .ob_refcnt = 999999999,
130391 : : .ob_type = &PyTuple_Type,
130392 : : },
130393 : : .ob_size = 2,
130394 : : },
130395 : : .ob_item = {
130396 : : & const_str_orig_path._ascii.ob_base,
130397 : : & const_str_known_paths._ascii.ob_base,
130398 : : },
130399 : : },
130400 : : };
130401 : : static
130402 : : struct _PyCode_DEF(468)
130403 : : site_toplevel_consts_25 = {
130404 : : .ob_base = {
130405 : : .ob_base = {
130406 : : .ob_refcnt = 999999999,
130407 : : .ob_type = &PyCode_Type,
130408 : : },
130409 : : .ob_size = 234,
130410 : : },
130411 : : .co_consts = & site_toplevel_consts_25_consts._object.ob_base.ob_base,
130412 : : .co_names = & site_toplevel_consts_25_names._object.ob_base.ob_base,
130413 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
130414 : : .co_flags = 3,
130415 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130416 : : ._co_linearray_entry_size = 0,
130417 : : .co_argcount = 0,
130418 : : .co_posonlyargcount = 0,
130419 : : .co_kwonlyargcount = 0,
130420 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
130421 : : .co_stacksize = 3,
130422 : : .co_firstlineno = 584,
130423 : : .co_nlocalsplus = 2,
130424 : : .co_nlocals = 2,
130425 : : .co_nplaincellvars = 0,
130426 : : .co_ncellvars = 0,
130427 : : .co_nfreevars = 0,
130428 : : .co_localsplusnames = & site_toplevel_consts_25_localsplusnames._object.ob_base.ob_base,
130429 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
130430 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130431 : : .co_name = & const_str_main._ascii.ob_base,
130432 : : .co_qualname = & const_str_main._ascii.ob_base,
130433 : : .co_linetable = & site_toplevel_consts_25_linetable.ob_base.ob_base,
130434 : : ._co_code = NULL,
130435 : : ._co_linearray = NULL,
130436 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x64\x01\x1a\x00\x7d\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x0c\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0c\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x61\x05\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0c\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x21\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x64\x01\x53\x00",
130437 : : ._co_firsttraceable = 0,
130438 : : };
130439 : : static
130440 : : struct {
130441 : : PyASCIIObject _ascii;
130442 : : uint8_t _data[435];
130443 : : }
130444 : : site_toplevel_consts_26_consts_1 = {
130445 : : ._ascii = {
130446 : : .ob_base = {
130447 : : .ob_refcnt = 999999999,
130448 : : .ob_type = &PyUnicode_Type,
130449 : : },
130450 : : .length = 434,
130451 : : .hash = -1,
130452 : : .state = {
130453 : : .kind = 1,
130454 : : .compact = 1,
130455 : : .ascii = 1,
130456 : : },
130457 : : },
130458 : : ._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",
130459 : : };
130460 : : static
130461 : : struct {
130462 : : PyASCIIObject _ascii;
130463 : : uint8_t _data[13];
130464 : : }
130465 : : site_toplevel_consts_26_consts_3 = {
130466 : : ._ascii = {
130467 : : .ob_base = {
130468 : : .ob_refcnt = 999999999,
130469 : : .ob_type = &PyUnicode_Type,
130470 : : },
130471 : : .length = 12,
130472 : : .hash = -1,
130473 : : .state = {
130474 : : .kind = 1,
130475 : : .compact = 1,
130476 : : .ascii = 1,
130477 : : },
130478 : : },
130479 : : ._data = "sys.path = [",
130480 : : };
130481 : : static
130482 : : struct {
130483 : : PyASCIIObject _ascii;
130484 : : uint8_t _data[5];
130485 : : }
130486 : : site_toplevel_consts_26_consts_4 = {
130487 : : ._ascii = {
130488 : : .ob_base = {
130489 : : .ob_refcnt = 999999999,
130490 : : .ob_type = &PyUnicode_Type,
130491 : : },
130492 : : .length = 4,
130493 : : .hash = -1,
130494 : : .state = {
130495 : : .kind = 1,
130496 : : .compact = 1,
130497 : : .ascii = 1,
130498 : : },
130499 : : },
130500 : : ._data = " ",
130501 : : };
130502 : : static
130503 : : struct {
130504 : : PyASCIIObject _ascii;
130505 : : uint8_t _data[2];
130506 : : }
130507 : : site_toplevel_consts_26_consts_5 = {
130508 : : ._ascii = {
130509 : : .ob_base = {
130510 : : .ob_refcnt = 999999999,
130511 : : .ob_type = &PyUnicode_Type,
130512 : : },
130513 : : .length = 1,
130514 : : .hash = -1,
130515 : : .state = {
130516 : : .kind = 1,
130517 : : .compact = 1,
130518 : : .ascii = 1,
130519 : : },
130520 : : },
130521 : : ._data = ",",
130522 : : };
130523 : : static
130524 : : struct {
130525 : : PyASCIIObject _ascii;
130526 : : uint8_t _data[14];
130527 : : }
130528 : : site_toplevel_consts_26_consts_7_consts_2 = {
130529 : : ._ascii = {
130530 : : .ob_base = {
130531 : : .ob_refcnt = 999999999,
130532 : : .ob_type = &PyUnicode_Type,
130533 : : },
130534 : : .length = 13,
130535 : : .hash = -1,
130536 : : .state = {
130537 : : .kind = 1,
130538 : : .compact = 1,
130539 : : .ascii = 1,
130540 : : },
130541 : : },
130542 : : ._data = "doesn't exist",
130543 : : };
130544 : : static
130545 : : struct {
130546 : : PyGC_Head _gc_head;
130547 : : struct {
130548 : : PyObject_VAR_HEAD
130549 : : PyObject *ob_item[3];
130550 : : }_object;
130551 : : }
130552 : : site_toplevel_consts_26_consts_7_consts = {
130553 : : ._object = {
130554 : : .ob_base = {
130555 : : .ob_base = {
130556 : : .ob_refcnt = 999999999,
130557 : : .ob_type = &PyTuple_Type,
130558 : : },
130559 : : .ob_size = 3,
130560 : : },
130561 : : .ob_item = {
130562 : : Py_None,
130563 : : & const_str_exists._ascii.ob_base,
130564 : : & site_toplevel_consts_26_consts_7_consts_2._ascii.ob_base,
130565 : : },
130566 : : },
130567 : : };
130568 : : static
130569 : : struct {
130570 : : PyGC_Head _gc_head;
130571 : : struct {
130572 : : PyObject_VAR_HEAD
130573 : : PyObject *ob_item[3];
130574 : : }_object;
130575 : : }
130576 : : site_toplevel_consts_26_consts_7_names = {
130577 : : ._object = {
130578 : : .ob_base = {
130579 : : .ob_base = {
130580 : : .ob_refcnt = 999999999,
130581 : : .ob_type = &PyTuple_Type,
130582 : : },
130583 : : .ob_size = 3,
130584 : : },
130585 : : .ob_item = {
130586 : : & const_str_os._ascii.ob_base,
130587 : : &_Py_ID(path),
130588 : : & const_str_isdir._ascii.ob_base,
130589 : : },
130590 : : },
130591 : : };
130592 : : static
130593 : : struct {
130594 : : PyASCIIObject _ascii;
130595 : : uint8_t _data[24];
130596 : : }
130597 : : site_toplevel_consts_26_consts_7_qualname = {
130598 : : ._ascii = {
130599 : : .ob_base = {
130600 : : .ob_refcnt = 999999999,
130601 : : .ob_type = &PyUnicode_Type,
130602 : : },
130603 : : .length = 23,
130604 : : .hash = -1,
130605 : : .state = {
130606 : : .kind = 1,
130607 : : .compact = 1,
130608 : : .ascii = 1,
130609 : : },
130610 : : },
130611 : : ._data = "_script.<locals>.exists",
130612 : : };
130613 : : static
130614 : : struct {
130615 : : PyObject_VAR_HEAD
130616 : : Py_hash_t ob_shash;
130617 : : char ob_sval[41];
130618 : : }
130619 : : site_toplevel_consts_26_consts_7_linetable = {
130620 : : .ob_base = {
130621 : : .ob_base = {
130622 : : .ob_refcnt = 999999999,
130623 : : .ob_type = &PyBytes_Type,
130624 : : },
130625 : : .ob_size = 40,
130626 : : },
130627 : : .ob_shash = -1,
130628 : : .ob_sval = "\x80\x00\xd8\x0f\x13\xf0\x00\x03\x0d\x27\xa5\x42\xa7\x47\xa1\x47\xa7\x4d\xa1\x4d\xb0\x24\xd4\x24\x37\xf0\x00\x03\x0d\x27\xd8\x17\x1f\x90\x78\xe0\x17\x26\x90\x7f",
130629 : : };
130630 : : static
130631 : : struct _PyCode_DEF(80)
130632 : : site_toplevel_consts_26_consts_7 = {
130633 : : .ob_base = {
130634 : : .ob_base = {
130635 : : .ob_refcnt = 999999999,
130636 : : .ob_type = &PyCode_Type,
130637 : : },
130638 : : .ob_size = 40,
130639 : : },
130640 : : .co_consts = & site_toplevel_consts_26_consts_7_consts._object.ob_base.ob_base,
130641 : : .co_names = & site_toplevel_consts_26_consts_7_names._object.ob_base.ob_base,
130642 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
130643 : : .co_flags = 19,
130644 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
130645 : : ._co_linearray_entry_size = 0,
130646 : : .co_argcount = 1,
130647 : : .co_posonlyargcount = 0,
130648 : : .co_kwonlyargcount = 0,
130649 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
130650 : : .co_stacksize = 3,
130651 : : .co_firstlineno = 641,
130652 : : .co_nlocalsplus = 1,
130653 : : .co_nlocals = 1,
130654 : : .co_nplaincellvars = 0,
130655 : : .co_ncellvars = 0,
130656 : : .co_nfreevars = 0,
130657 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
130658 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
130659 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
130660 : : .co_name = & const_str_exists._ascii.ob_base,
130661 : : .co_qualname = & site_toplevel_consts_26_consts_7_qualname._ascii.ob_base,
130662 : : .co_linetable = & site_toplevel_consts_26_consts_7_linetable.ob_base.ob_base,
130663 : : ._co_code = NULL,
130664 : : ._co_linearray = NULL,
130665 : : .co_code_adaptive = "\x97\x00\x7c\x00\x81\x23\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x02\x64\x01\x53\x00\x64\x02\x53\x00",
130666 : : ._co_firsttraceable = 0,
130667 : : };
130668 : : static
130669 : : struct {
130670 : : PyASCIIObject _ascii;
130671 : : uint8_t _data[12];
130672 : : }
130673 : : site_toplevel_consts_26_consts_8 = {
130674 : : ._ascii = {
130675 : : .ob_base = {
130676 : : .ob_refcnt = 999999999,
130677 : : .ob_type = &PyUnicode_Type,
130678 : : },
130679 : : .length = 11,
130680 : : .hash = -1,
130681 : : .state = {
130682 : : .kind = 1,
130683 : : .compact = 1,
130684 : : .ascii = 1,
130685 : : },
130686 : : },
130687 : : ._data = "USER_BASE: ",
130688 : : };
130689 : : static
130690 : : struct {
130691 : : PyASCIIObject _ascii;
130692 : : uint8_t _data[12];
130693 : : }
130694 : : site_toplevel_consts_26_consts_11 = {
130695 : : ._ascii = {
130696 : : .ob_base = {
130697 : : .ob_refcnt = 999999999,
130698 : : .ob_type = &PyUnicode_Type,
130699 : : },
130700 : : .length = 11,
130701 : : .hash = -1,
130702 : : .state = {
130703 : : .kind = 1,
130704 : : .compact = 1,
130705 : : .ascii = 1,
130706 : : },
130707 : : },
130708 : : ._data = "USER_SITE: ",
130709 : : };
130710 : : static
130711 : : struct {
130712 : : PyASCIIObject _ascii;
130713 : : uint8_t _data[19];
130714 : : }
130715 : : site_toplevel_consts_26_consts_12 = {
130716 : : ._ascii = {
130717 : : .ob_base = {
130718 : : .ob_refcnt = 999999999,
130719 : : .ob_type = &PyUnicode_Type,
130720 : : },
130721 : : .length = 18,
130722 : : .hash = -1,
130723 : : .state = {
130724 : : .kind = 1,
130725 : : .compact = 1,
130726 : : .ascii = 1,
130727 : : },
130728 : : },
130729 : : ._data = "ENABLE_USER_SITE: ",
130730 : : };
130731 : : static
130732 : : struct {
130733 : : PyASCIIObject _ascii;
130734 : : uint8_t _data[12];
130735 : : }
130736 : : site_toplevel_consts_26_consts_14 = {
130737 : : ._ascii = {
130738 : : .ob_base = {
130739 : : .ob_refcnt = 999999999,
130740 : : .ob_type = &PyUnicode_Type,
130741 : : },
130742 : : .length = 11,
130743 : : .hash = -1,
130744 : : .state = {
130745 : : .kind = 1,
130746 : : .compact = 1,
130747 : : .ascii = 1,
130748 : : },
130749 : : },
130750 : : ._data = "--user-base",
130751 : : };
130752 : : static
130753 : : struct {
130754 : : PyASCIIObject _ascii;
130755 : : uint8_t _data[12];
130756 : : }
130757 : : site_toplevel_consts_26_consts_15 = {
130758 : : ._ascii = {
130759 : : .ob_base = {
130760 : : .ob_refcnt = 999999999,
130761 : : .ob_type = &PyUnicode_Type,
130762 : : },
130763 : : .length = 11,
130764 : : .hash = -1,
130765 : : .state = {
130766 : : .kind = 1,
130767 : : .compact = 1,
130768 : : .ascii = 1,
130769 : : },
130770 : : },
130771 : : ._data = "--user-site",
130772 : : };
130773 : : static
130774 : : struct {
130775 : : PyGC_Head _gc_head;
130776 : : struct {
130777 : : PyObject_VAR_HEAD
130778 : : PyObject *ob_item[20];
130779 : : }_object;
130780 : : }
130781 : : site_toplevel_consts_26_consts = {
130782 : : ._object = {
130783 : : .ob_base = {
130784 : : .ob_base = {
130785 : : .ob_refcnt = 999999999,
130786 : : .ob_type = &PyTuple_Type,
130787 : : },
130788 : : .ob_size = 20,
130789 : : },
130790 : : .ob_item = {
130791 : : Py_None,
130792 : : & site_toplevel_consts_26_consts_1._ascii.ob_base,
130793 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
130794 : : & site_toplevel_consts_26_consts_3._ascii.ob_base,
130795 : : & site_toplevel_consts_26_consts_4._ascii.ob_base,
130796 : : & site_toplevel_consts_26_consts_5._ascii.ob_base,
130797 : : & _collections_abc_toplevel_consts_44_consts_4_consts_8._ascii.ob_base,
130798 : : & site_toplevel_consts_26_consts_7.ob_base.ob_base,
130799 : : & site_toplevel_consts_26_consts_8._ascii.ob_base,
130800 : : & importlib__bootstrap_toplevel_consts_37_consts_3_consts_3._ascii.ob_base,
130801 : : & importlib__bootstrap_toplevel_consts_55_consts_6._ascii.ob_base,
130802 : : & site_toplevel_consts_26_consts_11._ascii.ob_base,
130803 : : & site_toplevel_consts_26_consts_12._ascii.ob_base,
130804 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
130805 : : & site_toplevel_consts_26_consts_14._ascii.ob_base,
130806 : : & site_toplevel_consts_26_consts_15._ascii.ob_base,
130807 : : Py_False,
130808 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
130809 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
130810 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 10],
130811 : : },
130812 : : },
130813 : : };
130814 : : static
130815 : : struct {
130816 : : PyASCIIObject _ascii;
130817 : : uint8_t _data[5];
130818 : : }
130819 : : const_str_argv = {
130820 : : ._ascii = {
130821 : : .ob_base = {
130822 : : .ob_refcnt = 999999999,
130823 : : .ob_type = &PyUnicode_Type,
130824 : : },
130825 : : .length = 4,
130826 : : .hash = -1,
130827 : : .state = {
130828 : : .kind = 1,
130829 : : .compact = 1,
130830 : : .ascii = 1,
130831 : : },
130832 : : },
130833 : : ._data = "argv",
130834 : : };
130835 : : static
130836 : : struct {
130837 : : PyASCIIObject _ascii;
130838 : : uint8_t _data[9];
130839 : : }
130840 : : const_str_textwrap = {
130841 : : ._ascii = {
130842 : : .ob_base = {
130843 : : .ob_refcnt = 999999999,
130844 : : .ob_type = &PyUnicode_Type,
130845 : : },
130846 : : .length = 8,
130847 : : .hash = -1,
130848 : : .state = {
130849 : : .kind = 1,
130850 : : .compact = 1,
130851 : : .ascii = 1,
130852 : : },
130853 : : },
130854 : : ._data = "textwrap",
130855 : : };
130856 : : static
130857 : : struct {
130858 : : PyASCIIObject _ascii;
130859 : : uint8_t _data[7];
130860 : : }
130861 : : const_str_dedent = {
130862 : : ._ascii = {
130863 : : .ob_base = {
130864 : : .ob_refcnt = 999999999,
130865 : : .ob_type = &PyUnicode_Type,
130866 : : },
130867 : : .length = 6,
130868 : : .hash = -1,
130869 : : .state = {
130870 : : .kind = 1,
130871 : : .compact = 1,
130872 : : .ascii = 1,
130873 : : },
130874 : : },
130875 : : ._data = "dedent",
130876 : : };
130877 : : static
130878 : : struct {
130879 : : PyGC_Head _gc_head;
130880 : : struct {
130881 : : PyObject_VAR_HEAD
130882 : : PyObject *ob_item[16];
130883 : : }_object;
130884 : : }
130885 : : site_toplevel_consts_26_names = {
130886 : : ._object = {
130887 : : .ob_base = {
130888 : : .ob_base = {
130889 : : .ob_refcnt = 999999999,
130890 : : .ob_type = &PyTuple_Type,
130891 : : },
130892 : : .ob_size = 16,
130893 : : },
130894 : : .ob_item = {
130895 : : & const_str_sys._ascii.ob_base,
130896 : : & const_str_argv._ascii.ob_base,
130897 : : & const_str_getuserbase._ascii.ob_base,
130898 : : & const_str_getusersitepackages._ascii.ob_base,
130899 : : & const_str_print._ascii.ob_base,
130900 : : &_Py_ID(path),
130901 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
130902 : : & const_str_exit._ascii.ob_base,
130903 : : &_Py_ID(append),
130904 : : & const_str_USER_BASE._ascii.ob_base,
130905 : : & const_str_USER_SITE._ascii.ob_base,
130906 : : & const_str_os._ascii.ob_base,
130907 : : & const_str_pathsep._ascii.ob_base,
130908 : : &_Py_ID(join),
130909 : : & const_str_textwrap._ascii.ob_base,
130910 : : & const_str_dedent._ascii.ob_base,
130911 : : },
130912 : : },
130913 : : };
130914 : : static
130915 : : struct {
130916 : : PyASCIIObject _ascii;
130917 : : uint8_t _data[8];
130918 : : }
130919 : : const_str__script = {
130920 : : ._ascii = {
130921 : : .ob_base = {
130922 : : .ob_refcnt = 999999999,
130923 : : .ob_type = &PyUnicode_Type,
130924 : : },
130925 : : .length = 7,
130926 : : .hash = -1,
130927 : : .state = {
130928 : : .kind = 1,
130929 : : .compact = 1,
130930 : : .ascii = 1,
130931 : : },
130932 : : },
130933 : : ._data = "_script",
130934 : : };
130935 : : static
130936 : : struct {
130937 : : PyObject_VAR_HEAD
130938 : : Py_hash_t ob_shash;
130939 : : char ob_sval[497];
130940 : : }
130941 : : site_toplevel_consts_26_linetable = {
130942 : : .ob_base = {
130943 : : .ob_base = {
130944 : : .ob_refcnt = 999999999,
130945 : : .ob_type = &PyBytes_Type,
130946 : : },
130947 : : .ob_size = 496,
130948 : : },
130949 : : .ob_shash = -1,
130950 : : .ob_sval = "\x80\x00\xf0\x02\x0d\x0c\x08\x80\x44\xf5\x1c\x00\x0c\x0f\x8f\x38\x89\x38\x90\x41\x88\x3c\x88\x3c\x80\x44\xd8\x0b\x0f\xf0\x00\x0f\x05\x14\xdd\x14\x1f\x94\x4d\x88\x09\xdd\x14\x27\xd4\x14\x29\x88\x09\xdd\x08\x0d\x88\x6e\xd4\x08\x1d\xd0\x08\x1d\xdd\x13\x16\x97\x38\x91\x38\xf0\x00\x01\x09\x26\xf1\x00\x01\x09\x26\x88\x43\xdd\x0c\x11\x88\x45\x98\x73\x98\x73\x98\x73\xd0\x12\x24\xd4\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xdd\x08\x0d\x88\x63\x8c\x0a\x88\x0a\xf0\x02\x04\x09\x27\xf0\x00\x04\x09\x27\xf0\x00\x04\x09\x27\xf5\x0a\x00\x09\x0e\xd0\x0e\x3f\x98\x49\xd0\x0e\x3f\xd0\x0e\x3f\xa8\x36\xa8\x36\xb0\x29\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0d\xd0\x0e\x3f\x98\x49\xd0\x0e\x3f\xd0\x0e\x3f\xa8\x36\xa8\x36\xb0\x29\xd4\x2b\x3c\xd0\x0e\x3f\xd0\x0e\x3f\xd0\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x0d\xd0\x0e\x37\xd5\x23\x33\xd0\x0e\x37\xd0\x0e\x37\xd4\x08\x38\xd0\x08\x38\xdd\x08\x10\x8f\x08\x89\x08\x90\x11\x8c\x0b\x88\x0b\xe0\x0d\x0f\x80\x46\xd8\x07\x14\x98\x04\xd0\x07\x1c\xf0\x00\x01\x05\x21\xd8\x08\x0e\x8f\x0d\x89\x0d\x95\x69\xd4\x08\x20\xd0\x08\x20\xd8\x07\x14\x98\x04\xd0\x07\x1c\xf0\x00\x01\x05\x21\xd8\x08\x0e\x8f\x0d\x89\x0d\x95\x69\xd4\x08\x20\xd0\x08\x20\xe0\x07\x0d\xf0\x00\x0d\x05\x15\xdd\x08\x0d\x8d\x62\x8f\x6a\x89\x6a\x8f\x6f\x89\x6f\x98\x66\xd4\x0e\x25\xd4\x08\x26\xd0\x08\x26\xdd\x0b\x1b\xf0\x00\x07\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xa0\x15\xd0\x0d\x26\xf0\x00\x05\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xdd\x0d\x1d\xf0\x00\x03\x09\x18\xdd\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe5\x0c\x14\x8f\x48\x89\x48\x90\x51\x8c\x4b\x88\x4b\x88\x4b\x88\x4b\xe0\x08\x17\x88\x0f\x88\x0f\x88\x0f\xdd\x08\x0d\x88\x68\x8f\x6f\x89\x6f\x98\x64\xa5\x63\xa7\x68\xa1\x68\xa8\x71\xa4\x6b\xb5\x32\xb7\x3a\xb1\x3a\xd0\x25\x3e\xd1\x1e\x3e\xd4\x0e\x3f\xd4\x08\x40\xd0\x08\x40\xdd\x08\x10\x8f\x08\x89\x08\x90\x12\x8c\x0c\x88\x0c\x88\x0c\x88\x0c",
130951 : : };
130952 : : static
130953 : : struct {
130954 : : PyASCIIObject _ascii;
130955 : : uint8_t _data[10];
130956 : : }
130957 : : const_str_user_base = {
130958 : : ._ascii = {
130959 : : .ob_base = {
130960 : : .ob_refcnt = 999999999,
130961 : : .ob_type = &PyUnicode_Type,
130962 : : },
130963 : : .length = 9,
130964 : : .hash = -1,
130965 : : .state = {
130966 : : .kind = 1,
130967 : : .compact = 1,
130968 : : .ascii = 1,
130969 : : },
130970 : : },
130971 : : ._data = "user_base",
130972 : : };
130973 : : static
130974 : : struct {
130975 : : PyGC_Head _gc_head;
130976 : : struct {
130977 : : PyObject_VAR_HEAD
130978 : : PyObject *ob_item[8];
130979 : : }_object;
130980 : : }
130981 : : site_toplevel_consts_26_localsplusnames = {
130982 : : ._object = {
130983 : : .ob_base = {
130984 : : .ob_base = {
130985 : : .ob_refcnt = 999999999,
130986 : : .ob_type = &PyTuple_Type,
130987 : : },
130988 : : .ob_size = 8,
130989 : : },
130990 : : .ob_item = {
130991 : : & const_str_help._ascii.ob_base,
130992 : : & const_str_args._ascii.ob_base,
130993 : : & const_str_user_base._ascii.ob_base,
130994 : : & const_str_user_site._ascii.ob_base,
130995 : : & const_str_dir._ascii.ob_base,
130996 : : & const_str_exists._ascii.ob_base,
130997 : : &_Py_ID(buffer),
130998 : : & const_str_textwrap._ascii.ob_base,
130999 : : },
131000 : : },
131001 : : };
131002 : : static
131003 : : struct _PyCode_DEF(1076)
131004 : : site_toplevel_consts_26 = {
131005 : : .ob_base = {
131006 : : .ob_base = {
131007 : : .ob_refcnt = 999999999,
131008 : : .ob_type = &PyCode_Type,
131009 : : },
131010 : : .ob_size = 538,
131011 : : },
131012 : : .co_consts = & site_toplevel_consts_26_consts._object.ob_base.ob_base,
131013 : : .co_names = & site_toplevel_consts_26_names._object.ob_base.ob_base,
131014 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131015 : : .co_flags = 3,
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_framesize = 16 + FRAME_SPECIALS_SIZE,
131022 : : .co_stacksize = 8,
131023 : : .co_firstlineno = 618,
131024 : : .co_nlocalsplus = 8,
131025 : : .co_nlocals = 8,
131026 : : .co_nplaincellvars = 0,
131027 : : .co_ncellvars = 0,
131028 : : .co_nfreevars = 0,
131029 : : .co_localsplusnames = & site_toplevel_consts_26_localsplusnames._object.ob_base.ob_base,
131030 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
131031 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131032 : : .co_name = & const_str__script._ascii.ob_base,
131033 : : .co_qualname = & const_str__script._ascii.ob_base,
131034 : : .co_linetable = & site_toplevel_consts_26_linetable.ob_base.ob_base,
131035 : : ._co_code = NULL,
131036 : : ._co_linearray = NULL,
131037 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x64\x00\x1a\x00\x7d\x01\x7c\x01\x73\xbd\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x13\x00\x00\x7d\x04\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x04\x9b\x02\x64\x05\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x15\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x07\x84\x00\x7d\x05\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x7c\x02\x9b\x02\x64\x09\x02\x00\x7c\x05\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0b\x7c\x03\x9b\x02\x64\x09\x02\x00\x7c\x05\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x0a\x9d\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0c\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x67\x00\x7d\x06\x64\x0e\x7c\x01\x76\x00\x72\x17\x7c\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x0f\x7c\x01\x76\x00\x72\x17\x7c\x06\x6a\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x06\x72\xa7\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\x75\x00\x72\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x19\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x12\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00\x64\x0d\x64\x00\x6c\x0e\x7d\x07\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0d\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x13\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
131038 : : ._co_firsttraceable = 0,
131039 : : };
131040 : : static
131041 : : struct {
131042 : : PyGC_Head _gc_head;
131043 : : struct {
131044 : : PyObject_VAR_HEAD
131045 : : PyObject *ob_item[29];
131046 : : }_object;
131047 : : }
131048 : : site_toplevel_consts = {
131049 : : ._object = {
131050 : : .ob_base = {
131051 : : .ob_base = {
131052 : : .ob_refcnt = 999999999,
131053 : : .ob_type = &PyTuple_Type,
131054 : : },
131055 : : .ob_size = 29,
131056 : : },
131057 : : .ob_item = {
131058 : : & site_toplevel_consts_0._ascii.ob_base,
131059 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
131060 : : Py_None,
131061 : : & site_toplevel_consts_3.ob_base.ob_base,
131062 : : & site_toplevel_consts_4.ob_base.ob_base,
131063 : : & site_toplevel_consts_5.ob_base.ob_base,
131064 : : & site_toplevel_consts_6.ob_base.ob_base,
131065 : : & site_toplevel_consts_7.ob_base.ob_base,
131066 : : & site_toplevel_consts_8.ob_base.ob_base,
131067 : : & site_toplevel_consts_9.ob_base.ob_base,
131068 : : & site_toplevel_consts_10.ob_base.ob_base,
131069 : : & site_toplevel_consts_11.ob_base.ob_base,
131070 : : & site_toplevel_consts_12.ob_base.ob_base,
131071 : : & site_toplevel_consts_13.ob_base.ob_base,
131072 : : & site_toplevel_consts_14.ob_base.ob_base,
131073 : : & site_toplevel_consts_15.ob_base.ob_base,
131074 : : & site_toplevel_consts_16.ob_base.ob_base,
131075 : : & site_toplevel_consts_17.ob_base.ob_base,
131076 : : & site_toplevel_consts_18.ob_base.ob_base,
131077 : : & site_toplevel_consts_19.ob_base.ob_base,
131078 : : & site_toplevel_consts_20.ob_base.ob_base,
131079 : : & site_toplevel_consts_21.ob_base.ob_base,
131080 : : & site_toplevel_consts_22.ob_base.ob_base,
131081 : : & site_toplevel_consts_23.ob_base.ob_base,
131082 : : & site_toplevel_consts_24.ob_base.ob_base,
131083 : : & site_toplevel_consts_25.ob_base.ob_base,
131084 : : & site_toplevel_consts_26.ob_base.ob_base,
131085 : : &_Py_ID(__main__),
131086 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
131087 : : },
131088 : : },
131089 : : };
131090 : : static
131091 : : struct {
131092 : : PyASCIIObject _ascii;
131093 : : uint8_t _data[8];
131094 : : }
131095 : : const_str_no_site = {
131096 : : ._ascii = {
131097 : : .ob_base = {
131098 : : .ob_refcnt = 999999999,
131099 : : .ob_type = &PyUnicode_Type,
131100 : : },
131101 : : .length = 7,
131102 : : .hash = -1,
131103 : : .state = {
131104 : : .kind = 1,
131105 : : .compact = 1,
131106 : : .ascii = 1,
131107 : : },
131108 : : },
131109 : : ._data = "no_site",
131110 : : };
131111 : : static
131112 : : struct {
131113 : : PyGC_Head _gc_head;
131114 : : struct {
131115 : : PyObject_VAR_HEAD
131116 : : PyObject *ob_item[39];
131117 : : }_object;
131118 : : }
131119 : : site_toplevel_names = {
131120 : : ._object = {
131121 : : .ob_base = {
131122 : : .ob_base = {
131123 : : .ob_refcnt = 999999999,
131124 : : .ob_type = &PyTuple_Type,
131125 : : },
131126 : : .ob_size = 39,
131127 : : },
131128 : : .ob_item = {
131129 : : &_Py_ID(__doc__),
131130 : : & const_str_sys._ascii.ob_base,
131131 : : & const_str_os._ascii.ob_base,
131132 : : &_Py_ID(builtins),
131133 : : & const_str__sitebuiltins._ascii.ob_base,
131134 : : & const_str_io._ascii.ob_base,
131135 : : & const_str_prefix._ascii.ob_base,
131136 : : & const_str_exec_prefix._ascii.ob_base,
131137 : : & const_str_PREFIXES._ascii.ob_base,
131138 : : & const_str_ENABLE_USER_SITE._ascii.ob_base,
131139 : : & const_str_USER_SITE._ascii.ob_base,
131140 : : & const_str_USER_BASE._ascii.ob_base,
131141 : : & const_str__trace._ascii.ob_base,
131142 : : & const_str_makepath._ascii.ob_base,
131143 : : & const_str_abs_paths._ascii.ob_base,
131144 : : & const_str_removeduppaths._ascii.ob_base,
131145 : : & const_str__init_pathinfo._ascii.ob_base,
131146 : : & const_str_addpackage._ascii.ob_base,
131147 : : & const_str_addsitedir._ascii.ob_base,
131148 : : & const_str_check_enableusersite._ascii.ob_base,
131149 : : & const_str__getuserbase._ascii.ob_base,
131150 : : & const_str__get_path._ascii.ob_base,
131151 : : & const_str_getuserbase._ascii.ob_base,
131152 : : & const_str_getusersitepackages._ascii.ob_base,
131153 : : & const_str_addusersitepackages._ascii.ob_base,
131154 : : & const_str_getsitepackages._ascii.ob_base,
131155 : : & const_str_addsitepackages._ascii.ob_base,
131156 : : & const_str_setquit._ascii.ob_base,
131157 : : & const_str_setcopyright._ascii.ob_base,
131158 : : & const_str_sethelper._ascii.ob_base,
131159 : : & const_str_enablerlcompleter._ascii.ob_base,
131160 : : & const_str_venv._ascii.ob_base,
131161 : : & const_str_execsitecustomize._ascii.ob_base,
131162 : : & const_str_execusercustomize._ascii.ob_base,
131163 : : & const_str_main._ascii.ob_base,
131164 : : & const_str_flags._ascii.ob_base,
131165 : : & const_str_no_site._ascii.ob_base,
131166 : : & const_str__script._ascii.ob_base,
131167 : : &_Py_ID(__name__),
131168 : : },
131169 : : },
131170 : : };
131171 : : static
131172 : : struct {
131173 : : PyObject_VAR_HEAD
131174 : : Py_hash_t ob_shash;
131175 : : char ob_sval[560];
131176 : : }
131177 : : site_toplevel_linetable = {
131178 : : .ob_base = {
131179 : : .ob_base = {
131180 : : .ob_refcnt = 999999999,
131181 : : .ob_type = &PyBytes_Type,
131182 : : },
131183 : : .ob_size = 559,
131184 : : },
131185 : : .ob_shash = -1,
131186 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x45\x01\x01\x04\xf0\x00\x45\x01\x01\x04\xf0\x4e\x02\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x0f\x80\x0f\x80\x0f\x80\x0f\xd8\x00\x14\xd0\x00\x14\xd0\x00\x14\xd0\x00\x14\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xf0\x06\x00\x0d\x10\x8f\x4a\x89\x4a\x98\x03\x9f\x0f\x99\x0f\xd0\x0b\x28\x80\x08\xf0\x06\x00\x14\x18\xd0\x00\x10\xf0\x0a\x00\x0d\x11\x80\x09\xd8\x0c\x10\x80\x09\xf0\x06\x02\x01\x28\xf0\x00\x02\x01\x28\xf0\x00\x02\x01\x28\xf0\x0a\x06\x01\x26\xf0\x00\x06\x01\x26\xf0\x00\x06\x01\x26\xf0\x12\x14\x01\x11\xf0\x00\x14\x01\x11\xf0\x00\x14\x01\x11\xf0\x2e\x10\x01\x17\xf0\x00\x10\x01\x17\xf0\x00\x10\x01\x17\xf0\x26\x0a\x01\x0d\xf0\x00\x0a\x01\x0d\xf0\x00\x0a\x01\x0d\xf0\x1a\x2c\x01\x17\xf0\x00\x2c\x01\x17\xf0\x00\x2c\x01\x17\xf0\x5e\x01\x00\x25\x29\xf0\x00\x16\x01\x17\xf0\x00\x16\x01\x17\xf0\x00\x16\x01\x17\xf0\x32\x16\x01\x10\xf0\x00\x16\x01\x10\xf0\x00\x16\x01\x10\xf0\x40\x01\x14\x01\x23\xf0\x00\x14\x01\x23\xf0\x00\x14\x01\x23\xf0\x30\x0a\x01\x4b\x01\xf0\x00\x0a\x01\x4b\x01\xf0\x00\x0a\x01\x4b\x01\xf0\x1a\x0a\x01\x15\xf0\x00\x0a\x01\x15\xf0\x00\x0a\x01\x15\xf0\x1a\x0f\x01\x15\xf0\x00\x0f\x01\x15\xf0\x00\x0f\x01\x15\xf0\x22\x0d\x01\x17\xf0\x00\x0d\x01\x17\xf0\x00\x0d\x01\x17\xf0\x1e\x00\x1e\x22\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x00\x1f\x01\x18\xf0\x42\x01\x00\x2b\x2f\xf0\x00\x07\x01\x17\xf0\x00\x07\x01\x17\xf0\x00\x07\x01\x17\xf0\x12\x0d\x01\x37\xf0\x00\x0d\x01\x37\xf0\x00\x0d\x01\x37\xf0\x20\x17\x01\x15\xf0\x00\x17\x01\x15\xf0\x00\x17\x01\x15\xf0\x34\x01\x01\x2c\xf0\x00\x01\x01\x2c\xf0\x00\x01\x01\x2c\xf0\x06\x39\x01\x30\xf0\x00\x39\x01\x30\xf0\x00\x39\x01\x30\xf0\x76\x01\x31\x01\x17\xf0\x00\x31\x01\x17\xf0\x00\x31\x01\x17\xf0\x68\x01\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x28\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x00\x11\x01\x2f\xf0\x28\x1b\x01\x1c\xf0\x00\x1b\x01\x1c\xf0\x00\x1b\x01\x1c\xf0\x3e\x00\x08\x0b\x87\x79\x81\x79\xd7\x07\x18\xd1\x07\x18\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\xf0\x04\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x6c\x01\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0e\xd8\x04\x0b\x80\x47\x84\x49\x80\x49\x80\x49\x80\x49\xf0\x03\x01\x01\x0e\xf0\x00\x01\x01\x0e",
131187 : : };
131188 : : static
131189 : : struct _PyCode_DEF(352)
131190 : : site_toplevel = {
131191 : : .ob_base = {
131192 : : .ob_base = {
131193 : : .ob_refcnt = 999999999,
131194 : : .ob_type = &PyCode_Type,
131195 : : },
131196 : : .ob_size = 176,
131197 : : },
131198 : : .co_consts = & site_toplevel_consts._object.ob_base.ob_base,
131199 : : .co_names = & site_toplevel_names._object.ob_base.ob_base,
131200 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131201 : : .co_flags = 0,
131202 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131203 : : ._co_linearray_entry_size = 0,
131204 : : .co_argcount = 0,
131205 : : .co_posonlyargcount = 0,
131206 : : .co_kwonlyargcount = 0,
131207 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
131208 : : .co_stacksize = 2,
131209 : : .co_firstlineno = 1,
131210 : : .co_nlocalsplus = 0,
131211 : : .co_nlocals = 0,
131212 : : .co_nplaincellvars = 0,
131213 : : .co_ncellvars = 0,
131214 : : .co_nfreevars = 0,
131215 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
131216 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
131217 : : .co_filename = & site_toplevel_consts_3_filename._ascii.ob_base,
131218 : : .co_name = &_Py_STR(anon_module),
131219 : : .co_qualname = &_Py_STR(anon_module),
131220 : : .co_linetable = & site_toplevel_linetable.ob_base.ob_base,
131221 : : ._co_code = NULL,
131222 : : ._co_linearray = NULL,
131223 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x02\x64\x01\x64\x02\x6c\x03\x5a\x03\x64\x01\x64\x02\x6c\x04\x5a\x04\x64\x01\x64\x02\x6c\x05\x5a\x05\x65\x01\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x65\x01\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x67\x02\x61\x08\x64\x02\x61\x09\x64\x02\x61\x0a\x64\x02\x61\x0b\x64\x03\x84\x00\x5a\x0c\x64\x04\x84\x00\x5a\x0d\x64\x05\x84\x00\x5a\x0e\x64\x06\x84\x00\x5a\x0f\x64\x07\x84\x00\x5a\x10\x64\x08\x84\x00\x5a\x11\x64\x1c\x64\x09\x84\x01\x5a\x12\x64\x0a\x84\x00\x5a\x13\x64\x0b\x84\x00\x5a\x14\x64\x0c\x84\x00\x5a\x15\x64\x0d\x84\x00\x5a\x16\x64\x0e\x84\x00\x5a\x17\x64\x0f\x84\x00\x5a\x18\x64\x1c\x64\x10\x84\x01\x5a\x19\x64\x1c\x64\x11\x84\x01\x5a\x1a\x64\x12\x84\x00\x5a\x1b\x64\x13\x84\x00\x5a\x1c\x64\x14\x84\x00\x5a\x1d\x64\x15\x84\x00\x5a\x1e\x64\x16\x84\x00\x5a\x1f\x64\x17\x84\x00\x5a\x20\x64\x18\x84\x00\x5a\x21\x64\x19\x84\x00\x5a\x22\x65\x01\x6a\x46\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x48\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x73\x08\x02\x00\x65\x22\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x1a\x84\x00\x5a\x25\x65\x26\x64\x1b\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x25\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
131224 : : ._co_firsttraceable = 0,
131225 : : };
131226 : 2988 : static void site_do_patchups(void) {
131227 : 2988 : }
131228 : :
131229 : : PyObject *
131230 : 2988 : _Py_get_site_toplevel(void)
131231 : : {
131232 : 2988 : site_do_patchups();
131233 : 2988 : return Py_NewRef((PyObject *) &site_toplevel);
131234 : : }
131235 : :
131236 : : static
131237 : : struct {
131238 : : PyASCIIObject _ascii;
131239 : : uint8_t _data[112];
131240 : : }
131241 : : stat_toplevel_consts_0 = {
131242 : : ._ascii = {
131243 : : .ob_base = {
131244 : : .ob_refcnt = 999999999,
131245 : : .ob_type = &PyUnicode_Type,
131246 : : },
131247 : : .length = 111,
131248 : : .hash = -1,
131249 : : .state = {
131250 : : .kind = 1,
131251 : : .compact = 1,
131252 : : .ascii = 1,
131253 : : },
131254 : : },
131255 : : ._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",
131256 : : };
131257 : : static
131258 : : struct {
131259 : : PyASCIIObject _ascii;
131260 : : uint8_t _data[78];
131261 : : }
131262 : : stat_toplevel_consts_11_consts_0 = {
131263 : : ._ascii = {
131264 : : .ob_base = {
131265 : : .ob_refcnt = 999999999,
131266 : : .ob_type = &PyUnicode_Type,
131267 : : },
131268 : : .length = 77,
131269 : : .hash = -1,
131270 : : .state = {
131271 : : .kind = 1,
131272 : : .compact = 1,
131273 : : .ascii = 1,
131274 : : },
131275 : : },
131276 : : ._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",
131277 : : };
131278 : : static
131279 : : struct {
131280 : : PyObject_VAR_HEAD
131281 : : digit ob_digit[1];
131282 : : }
131283 : : const_int_4095 = {
131284 : : .ob_base = {
131285 : : .ob_base = {
131286 : : .ob_refcnt = 999999999,
131287 : : .ob_type = &PyLong_Type,
131288 : : },
131289 : : .ob_size = 1,
131290 : : },
131291 : : .ob_digit = { 4095 },
131292 : : };
131293 : : static
131294 : : struct {
131295 : : PyGC_Head _gc_head;
131296 : : struct {
131297 : : PyObject_VAR_HEAD
131298 : : PyObject *ob_item[2];
131299 : : }_object;
131300 : : }
131301 : : stat_toplevel_consts_11_consts = {
131302 : : ._object = {
131303 : : .ob_base = {
131304 : : .ob_base = {
131305 : : .ob_refcnt = 999999999,
131306 : : .ob_type = &PyTuple_Type,
131307 : : },
131308 : : .ob_size = 2,
131309 : : },
131310 : : .ob_item = {
131311 : : & stat_toplevel_consts_11_consts_0._ascii.ob_base,
131312 : : & const_int_4095.ob_base.ob_base,
131313 : : },
131314 : : },
131315 : : };
131316 : : static
131317 : : struct {
131318 : : PyASCIIObject _ascii;
131319 : : uint8_t _data[14];
131320 : : }
131321 : : stat_toplevel_consts_11_filename = {
131322 : : ._ascii = {
131323 : : .ob_base = {
131324 : : .ob_refcnt = 999999999,
131325 : : .ob_type = &PyUnicode_Type,
131326 : : },
131327 : : .length = 13,
131328 : : .hash = -1,
131329 : : .state = {
131330 : : .kind = 1,
131331 : : .compact = 1,
131332 : : .ascii = 1,
131333 : : },
131334 : : },
131335 : : ._data = "<frozen stat>",
131336 : : };
131337 : : static
131338 : : struct {
131339 : : PyASCIIObject _ascii;
131340 : : uint8_t _data[8];
131341 : : }
131342 : : const_str_S_IMODE = {
131343 : : ._ascii = {
131344 : : .ob_base = {
131345 : : .ob_refcnt = 999999999,
131346 : : .ob_type = &PyUnicode_Type,
131347 : : },
131348 : : .length = 7,
131349 : : .hash = -1,
131350 : : .state = {
131351 : : .kind = 1,
131352 : : .compact = 1,
131353 : : .ascii = 1,
131354 : : },
131355 : : },
131356 : : ._data = "S_IMODE",
131357 : : };
131358 : : static
131359 : : struct {
131360 : : PyObject_VAR_HEAD
131361 : : Py_hash_t ob_shash;
131362 : : char ob_sval[15];
131363 : : }
131364 : : stat_toplevel_consts_11_linetable = {
131365 : : .ob_base = {
131366 : : .ob_base = {
131367 : : .ob_refcnt = 999999999,
131368 : : .ob_type = &PyBytes_Type,
131369 : : },
131370 : : .ob_size = 14,
131371 : : },
131372 : : .ob_shash = -1,
131373 : : .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x26\x89\x3d\xd0\x04\x18",
131374 : : };
131375 : : static
131376 : : struct {
131377 : : PyGC_Head _gc_head;
131378 : : struct {
131379 : : PyObject_VAR_HEAD
131380 : : PyObject *ob_item[1];
131381 : : }_object;
131382 : : }
131383 : : stat_toplevel_consts_11_localsplusnames = {
131384 : : ._object = {
131385 : : .ob_base = {
131386 : : .ob_base = {
131387 : : .ob_refcnt = 999999999,
131388 : : .ob_type = &PyTuple_Type,
131389 : : },
131390 : : .ob_size = 1,
131391 : : },
131392 : : .ob_item = {
131393 : : &_Py_ID(mode),
131394 : : },
131395 : : },
131396 : : };
131397 : : static
131398 : : struct _PyCode_DEF(12)
131399 : : stat_toplevel_consts_11 = {
131400 : : .ob_base = {
131401 : : .ob_base = {
131402 : : .ob_refcnt = 999999999,
131403 : : .ob_type = &PyCode_Type,
131404 : : },
131405 : : .ob_size = 6,
131406 : : },
131407 : : .co_consts = & stat_toplevel_consts_11_consts._object.ob_base.ob_base,
131408 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
131409 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131410 : : .co_flags = 3,
131411 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131412 : : ._co_linearray_entry_size = 0,
131413 : : .co_argcount = 1,
131414 : : .co_posonlyargcount = 0,
131415 : : .co_kwonlyargcount = 0,
131416 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
131417 : : .co_stacksize = 2,
131418 : : .co_firstlineno = 21,
131419 : : .co_nlocalsplus = 1,
131420 : : .co_nlocals = 1,
131421 : : .co_nplaincellvars = 0,
131422 : : .co_ncellvars = 0,
131423 : : .co_nfreevars = 0,
131424 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
131425 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
131426 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
131427 : : .co_name = & const_str_S_IMODE._ascii.ob_base,
131428 : : .co_qualname = & const_str_S_IMODE._ascii.ob_base,
131429 : : .co_linetable = & stat_toplevel_consts_11_linetable.ob_base.ob_base,
131430 : : ._co_code = NULL,
131431 : : ._co_linearray = NULL,
131432 : : .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
131433 : : ._co_firsttraceable = 0,
131434 : : };
131435 : : static
131436 : : struct {
131437 : : PyASCIIObject _ascii;
131438 : : uint8_t _data[77];
131439 : : }
131440 : : stat_toplevel_consts_12_consts_0 = {
131441 : : ._ascii = {
131442 : : .ob_base = {
131443 : : .ob_refcnt = 999999999,
131444 : : .ob_type = &PyUnicode_Type,
131445 : : },
131446 : : .length = 76,
131447 : : .hash = -1,
131448 : : .state = {
131449 : : .kind = 1,
131450 : : .compact = 1,
131451 : : .ascii = 1,
131452 : : },
131453 : : },
131454 : : ._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",
131455 : : };
131456 : : static
131457 : : struct {
131458 : : PyGC_Head _gc_head;
131459 : : struct {
131460 : : PyObject_VAR_HEAD
131461 : : PyObject *ob_item[2];
131462 : : }_object;
131463 : : }
131464 : : stat_toplevel_consts_12_consts = {
131465 : : ._object = {
131466 : : .ob_base = {
131467 : : .ob_base = {
131468 : : .ob_refcnt = 999999999,
131469 : : .ob_type = &PyTuple_Type,
131470 : : },
131471 : : .ob_size = 2,
131472 : : },
131473 : : .ob_item = {
131474 : : & stat_toplevel_consts_12_consts_0._ascii.ob_base,
131475 : : & const_int_61440.ob_base.ob_base,
131476 : : },
131477 : : },
131478 : : };
131479 : : static
131480 : : struct {
131481 : : PyASCIIObject _ascii;
131482 : : uint8_t _data[7];
131483 : : }
131484 : : const_str_S_IFMT = {
131485 : : ._ascii = {
131486 : : .ob_base = {
131487 : : .ob_refcnt = 999999999,
131488 : : .ob_type = &PyUnicode_Type,
131489 : : },
131490 : : .length = 6,
131491 : : .hash = -1,
131492 : : .state = {
131493 : : .kind = 1,
131494 : : .compact = 1,
131495 : : .ascii = 1,
131496 : : },
131497 : : },
131498 : : ._data = "S_IFMT",
131499 : : };
131500 : : static
131501 : : struct {
131502 : : PyObject_VAR_HEAD
131503 : : Py_hash_t ob_shash;
131504 : : char ob_sval[15];
131505 : : }
131506 : : stat_toplevel_consts_12_linetable = {
131507 : : .ob_base = {
131508 : : .ob_base = {
131509 : : .ob_refcnt = 999999999,
131510 : : .ob_type = &PyBytes_Type,
131511 : : },
131512 : : .ob_size = 14,
131513 : : },
131514 : : .ob_shash = -1,
131515 : : .ob_sval = "\x80\x00\xf0\x08\x00\x0c\x10\x90\x28\x89\x3f\xd0\x04\x1a",
131516 : : };
131517 : : static
131518 : : struct _PyCode_DEF(12)
131519 : : stat_toplevel_consts_12 = {
131520 : : .ob_base = {
131521 : : .ob_base = {
131522 : : .ob_refcnt = 999999999,
131523 : : .ob_type = &PyCode_Type,
131524 : : },
131525 : : .ob_size = 6,
131526 : : },
131527 : : .co_consts = & stat_toplevel_consts_12_consts._object.ob_base.ob_base,
131528 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
131529 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131530 : : .co_flags = 3,
131531 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131532 : : ._co_linearray_entry_size = 0,
131533 : : .co_argcount = 1,
131534 : : .co_posonlyargcount = 0,
131535 : : .co_kwonlyargcount = 0,
131536 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
131537 : : .co_stacksize = 2,
131538 : : .co_firstlineno = 27,
131539 : : .co_nlocalsplus = 1,
131540 : : .co_nlocals = 1,
131541 : : .co_nplaincellvars = 0,
131542 : : .co_ncellvars = 0,
131543 : : .co_nfreevars = 0,
131544 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
131545 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
131546 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
131547 : : .co_name = & const_str_S_IFMT._ascii.ob_base,
131548 : : .co_qualname = & const_str_S_IFMT._ascii.ob_base,
131549 : : .co_linetable = & stat_toplevel_consts_12_linetable.ob_base.ob_base,
131550 : : ._co_code = NULL,
131551 : : ._co_linearray = NULL,
131552 : : .co_code_adaptive = "\x97\x00\x7c\x00\x64\x01\x7a\x01\x00\x00\x53\x00",
131553 : : ._co_firsttraceable = 0,
131554 : : };
131555 : : static
131556 : : struct {
131557 : : PyObject_VAR_HEAD
131558 : : digit ob_digit[1];
131559 : : }
131560 : : const_int_8192 = {
131561 : : .ob_base = {
131562 : : .ob_base = {
131563 : : .ob_refcnt = 999999999,
131564 : : .ob_type = &PyLong_Type,
131565 : : },
131566 : : .ob_size = 1,
131567 : : },
131568 : : .ob_digit = { 8192 },
131569 : : };
131570 : : static
131571 : : struct {
131572 : : PyObject_VAR_HEAD
131573 : : digit ob_digit[1];
131574 : : }
131575 : : const_int_24576 = {
131576 : : .ob_base = {
131577 : : .ob_base = {
131578 : : .ob_refcnt = 999999999,
131579 : : .ob_type = &PyLong_Type,
131580 : : },
131581 : : .ob_size = 1,
131582 : : },
131583 : : .ob_digit = { 24576 },
131584 : : };
131585 : : static
131586 : : struct {
131587 : : PyObject_VAR_HEAD
131588 : : digit ob_digit[1];
131589 : : }
131590 : : const_int_4096 = {
131591 : : .ob_base = {
131592 : : .ob_base = {
131593 : : .ob_refcnt = 999999999,
131594 : : .ob_type = &PyLong_Type,
131595 : : },
131596 : : .ob_size = 1,
131597 : : },
131598 : : .ob_digit = { 4096 },
131599 : : };
131600 : : #if PYLONG_BITS_IN_DIGIT == 15
131601 : : static
131602 : : struct {
131603 : : PyObject_VAR_HEAD
131604 : : digit ob_digit[2];
131605 : : }
131606 : : const_int_40960 = {
131607 : : .ob_base = {
131608 : : .ob_base = {
131609 : : .ob_refcnt = 999999999,
131610 : : .ob_type = &PyLong_Type,
131611 : : },
131612 : : .ob_size = 2,
131613 : : },
131614 : : .ob_digit = { 8192, 1 },
131615 : : };
131616 : : #elif PYLONG_BITS_IN_DIGIT == 30
131617 : : static
131618 : : struct {
131619 : : PyObject_VAR_HEAD
131620 : : digit ob_digit[1];
131621 : : }
131622 : : const_int_40960 = {
131623 : : .ob_base = {
131624 : : .ob_base = {
131625 : : .ob_refcnt = 999999999,
131626 : : .ob_type = &PyLong_Type,
131627 : : },
131628 : : .ob_size = 1,
131629 : : },
131630 : : .ob_digit = { 40960 },
131631 : : };
131632 : : #else
131633 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
131634 : : #endif
131635 : : #if PYLONG_BITS_IN_DIGIT == 15
131636 : : static
131637 : : struct {
131638 : : PyObject_VAR_HEAD
131639 : : digit ob_digit[2];
131640 : : }
131641 : : const_int_49152 = {
131642 : : .ob_base = {
131643 : : .ob_base = {
131644 : : .ob_refcnt = 999999999,
131645 : : .ob_type = &PyLong_Type,
131646 : : },
131647 : : .ob_size = 2,
131648 : : },
131649 : : .ob_digit = { 16384, 1 },
131650 : : };
131651 : : #elif PYLONG_BITS_IN_DIGIT == 30
131652 : : static
131653 : : struct {
131654 : : PyObject_VAR_HEAD
131655 : : digit ob_digit[1];
131656 : : }
131657 : : const_int_49152 = {
131658 : : .ob_base = {
131659 : : .ob_base = {
131660 : : .ob_refcnt = 999999999,
131661 : : .ob_type = &PyLong_Type,
131662 : : },
131663 : : .ob_size = 1,
131664 : : },
131665 : : .ob_digit = { 49152 },
131666 : : };
131667 : : #else
131668 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
131669 : : #endif
131670 : : static
131671 : : struct {
131672 : : PyASCIIObject _ascii;
131673 : : uint8_t _data[41];
131674 : : }
131675 : : stat_toplevel_consts_20_consts_0 = {
131676 : : ._ascii = {
131677 : : .ob_base = {
131678 : : .ob_refcnt = 999999999,
131679 : : .ob_type = &PyUnicode_Type,
131680 : : },
131681 : : .length = 40,
131682 : : .hash = -1,
131683 : : .state = {
131684 : : .kind = 1,
131685 : : .compact = 1,
131686 : : .ascii = 1,
131687 : : },
131688 : : },
131689 : : ._data = "Return True if mode is from a directory.",
131690 : : };
131691 : : static
131692 : : struct {
131693 : : PyGC_Head _gc_head;
131694 : : struct {
131695 : : PyObject_VAR_HEAD
131696 : : PyObject *ob_item[1];
131697 : : }_object;
131698 : : }
131699 : : stat_toplevel_consts_20_consts = {
131700 : : ._object = {
131701 : : .ob_base = {
131702 : : .ob_base = {
131703 : : .ob_refcnt = 999999999,
131704 : : .ob_type = &PyTuple_Type,
131705 : : },
131706 : : .ob_size = 1,
131707 : : },
131708 : : .ob_item = {
131709 : : & stat_toplevel_consts_20_consts_0._ascii.ob_base,
131710 : : },
131711 : : },
131712 : : };
131713 : : static
131714 : : struct {
131715 : : PyASCIIObject _ascii;
131716 : : uint8_t _data[8];
131717 : : }
131718 : : const_str_S_IFDIR = {
131719 : : ._ascii = {
131720 : : .ob_base = {
131721 : : .ob_refcnt = 999999999,
131722 : : .ob_type = &PyUnicode_Type,
131723 : : },
131724 : : .length = 7,
131725 : : .hash = -1,
131726 : : .state = {
131727 : : .kind = 1,
131728 : : .compact = 1,
131729 : : .ascii = 1,
131730 : : },
131731 : : },
131732 : : ._data = "S_IFDIR",
131733 : : };
131734 : : static
131735 : : struct {
131736 : : PyGC_Head _gc_head;
131737 : : struct {
131738 : : PyObject_VAR_HEAD
131739 : : PyObject *ob_item[2];
131740 : : }_object;
131741 : : }
131742 : : stat_toplevel_consts_20_names = {
131743 : : ._object = {
131744 : : .ob_base = {
131745 : : .ob_base = {
131746 : : .ob_refcnt = 999999999,
131747 : : .ob_type = &PyTuple_Type,
131748 : : },
131749 : : .ob_size = 2,
131750 : : },
131751 : : .ob_item = {
131752 : : & const_str_S_IFMT._ascii.ob_base,
131753 : : & const_str_S_IFDIR._ascii.ob_base,
131754 : : },
131755 : : },
131756 : : };
131757 : : static
131758 : : struct {
131759 : : PyObject_VAR_HEAD
131760 : : Py_hash_t ob_shash;
131761 : : char ob_sval[18];
131762 : : }
131763 : : stat_toplevel_consts_20_linetable = {
131764 : : .ob_base = {
131765 : : .ob_base = {
131766 : : .ob_refcnt = 999999999,
131767 : : .ob_type = &PyBytes_Type,
131768 : : },
131769 : : .ob_size = 17,
131770 : : },
131771 : : .ob_shash = -1,
131772 : : .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x8c\x3c\x9d\x37\xd2\x0b\x22\xd0\x04\x22",
131773 : : };
131774 : : static
131775 : : struct _PyCode_DEF(46)
131776 : : stat_toplevel_consts_20 = {
131777 : : .ob_base = {
131778 : : .ob_base = {
131779 : : .ob_refcnt = 999999999,
131780 : : .ob_type = &PyCode_Type,
131781 : : },
131782 : : .ob_size = 23,
131783 : : },
131784 : : .co_consts = & stat_toplevel_consts_20_consts._object.ob_base.ob_base,
131785 : : .co_names = & stat_toplevel_consts_20_names._object.ob_base.ob_base,
131786 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131787 : : .co_flags = 3,
131788 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131789 : : ._co_linearray_entry_size = 0,
131790 : : .co_argcount = 1,
131791 : : .co_posonlyargcount = 0,
131792 : : .co_kwonlyargcount = 0,
131793 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
131794 : : .co_stacksize = 3,
131795 : : .co_firstlineno = 50,
131796 : : .co_nlocalsplus = 1,
131797 : : .co_nlocals = 1,
131798 : : .co_nplaincellvars = 0,
131799 : : .co_ncellvars = 0,
131800 : : .co_nfreevars = 0,
131801 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
131802 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
131803 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
131804 : : .co_name = & const_str_S_ISDIR._ascii.ob_base,
131805 : : .co_qualname = & const_str_S_ISDIR._ascii.ob_base,
131806 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
131807 : : ._co_code = NULL,
131808 : : ._co_linearray = NULL,
131809 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
131810 : : ._co_firsttraceable = 0,
131811 : : };
131812 : : static
131813 : : struct {
131814 : : PyASCIIObject _ascii;
131815 : : uint8_t _data[61];
131816 : : }
131817 : : stat_toplevel_consts_21_consts_0 = {
131818 : : ._ascii = {
131819 : : .ob_base = {
131820 : : .ob_refcnt = 999999999,
131821 : : .ob_type = &PyUnicode_Type,
131822 : : },
131823 : : .length = 60,
131824 : : .hash = -1,
131825 : : .state = {
131826 : : .kind = 1,
131827 : : .compact = 1,
131828 : : .ascii = 1,
131829 : : },
131830 : : },
131831 : : ._data = "Return True if mode is from a character special device file.",
131832 : : };
131833 : : static
131834 : : struct {
131835 : : PyGC_Head _gc_head;
131836 : : struct {
131837 : : PyObject_VAR_HEAD
131838 : : PyObject *ob_item[1];
131839 : : }_object;
131840 : : }
131841 : : stat_toplevel_consts_21_consts = {
131842 : : ._object = {
131843 : : .ob_base = {
131844 : : .ob_base = {
131845 : : .ob_refcnt = 999999999,
131846 : : .ob_type = &PyTuple_Type,
131847 : : },
131848 : : .ob_size = 1,
131849 : : },
131850 : : .ob_item = {
131851 : : & stat_toplevel_consts_21_consts_0._ascii.ob_base,
131852 : : },
131853 : : },
131854 : : };
131855 : : static
131856 : : struct {
131857 : : PyASCIIObject _ascii;
131858 : : uint8_t _data[8];
131859 : : }
131860 : : const_str_S_IFCHR = {
131861 : : ._ascii = {
131862 : : .ob_base = {
131863 : : .ob_refcnt = 999999999,
131864 : : .ob_type = &PyUnicode_Type,
131865 : : },
131866 : : .length = 7,
131867 : : .hash = -1,
131868 : : .state = {
131869 : : .kind = 1,
131870 : : .compact = 1,
131871 : : .ascii = 1,
131872 : : },
131873 : : },
131874 : : ._data = "S_IFCHR",
131875 : : };
131876 : : static
131877 : : struct {
131878 : : PyGC_Head _gc_head;
131879 : : struct {
131880 : : PyObject_VAR_HEAD
131881 : : PyObject *ob_item[2];
131882 : : }_object;
131883 : : }
131884 : : stat_toplevel_consts_21_names = {
131885 : : ._object = {
131886 : : .ob_base = {
131887 : : .ob_base = {
131888 : : .ob_refcnt = 999999999,
131889 : : .ob_type = &PyTuple_Type,
131890 : : },
131891 : : .ob_size = 2,
131892 : : },
131893 : : .ob_item = {
131894 : : & const_str_S_IFMT._ascii.ob_base,
131895 : : & const_str_S_IFCHR._ascii.ob_base,
131896 : : },
131897 : : },
131898 : : };
131899 : : static
131900 : : struct {
131901 : : PyASCIIObject _ascii;
131902 : : uint8_t _data[8];
131903 : : }
131904 : : const_str_S_ISCHR = {
131905 : : ._ascii = {
131906 : : .ob_base = {
131907 : : .ob_refcnt = 999999999,
131908 : : .ob_type = &PyUnicode_Type,
131909 : : },
131910 : : .length = 7,
131911 : : .hash = -1,
131912 : : .state = {
131913 : : .kind = 1,
131914 : : .compact = 1,
131915 : : .ascii = 1,
131916 : : },
131917 : : },
131918 : : ._data = "S_ISCHR",
131919 : : };
131920 : : static
131921 : : struct _PyCode_DEF(46)
131922 : : stat_toplevel_consts_21 = {
131923 : : .ob_base = {
131924 : : .ob_base = {
131925 : : .ob_refcnt = 999999999,
131926 : : .ob_type = &PyCode_Type,
131927 : : },
131928 : : .ob_size = 23,
131929 : : },
131930 : : .co_consts = & stat_toplevel_consts_21_consts._object.ob_base.ob_base,
131931 : : .co_names = & stat_toplevel_consts_21_names._object.ob_base.ob_base,
131932 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
131933 : : .co_flags = 3,
131934 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
131935 : : ._co_linearray_entry_size = 0,
131936 : : .co_argcount = 1,
131937 : : .co_posonlyargcount = 0,
131938 : : .co_kwonlyargcount = 0,
131939 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
131940 : : .co_stacksize = 3,
131941 : : .co_firstlineno = 54,
131942 : : .co_nlocalsplus = 1,
131943 : : .co_nlocals = 1,
131944 : : .co_nplaincellvars = 0,
131945 : : .co_ncellvars = 0,
131946 : : .co_nfreevars = 0,
131947 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
131948 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
131949 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
131950 : : .co_name = & const_str_S_ISCHR._ascii.ob_base,
131951 : : .co_qualname = & const_str_S_ISCHR._ascii.ob_base,
131952 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
131953 : : ._co_code = NULL,
131954 : : ._co_linearray = NULL,
131955 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
131956 : : ._co_firsttraceable = 0,
131957 : : };
131958 : : static
131959 : : struct {
131960 : : PyASCIIObject _ascii;
131961 : : uint8_t _data[57];
131962 : : }
131963 : : stat_toplevel_consts_22_consts_0 = {
131964 : : ._ascii = {
131965 : : .ob_base = {
131966 : : .ob_refcnt = 999999999,
131967 : : .ob_type = &PyUnicode_Type,
131968 : : },
131969 : : .length = 56,
131970 : : .hash = -1,
131971 : : .state = {
131972 : : .kind = 1,
131973 : : .compact = 1,
131974 : : .ascii = 1,
131975 : : },
131976 : : },
131977 : : ._data = "Return True if mode is from a block special device file.",
131978 : : };
131979 : : static
131980 : : struct {
131981 : : PyGC_Head _gc_head;
131982 : : struct {
131983 : : PyObject_VAR_HEAD
131984 : : PyObject *ob_item[1];
131985 : : }_object;
131986 : : }
131987 : : stat_toplevel_consts_22_consts = {
131988 : : ._object = {
131989 : : .ob_base = {
131990 : : .ob_base = {
131991 : : .ob_refcnt = 999999999,
131992 : : .ob_type = &PyTuple_Type,
131993 : : },
131994 : : .ob_size = 1,
131995 : : },
131996 : : .ob_item = {
131997 : : & stat_toplevel_consts_22_consts_0._ascii.ob_base,
131998 : : },
131999 : : },
132000 : : };
132001 : : static
132002 : : struct {
132003 : : PyASCIIObject _ascii;
132004 : : uint8_t _data[8];
132005 : : }
132006 : : const_str_S_IFBLK = {
132007 : : ._ascii = {
132008 : : .ob_base = {
132009 : : .ob_refcnt = 999999999,
132010 : : .ob_type = &PyUnicode_Type,
132011 : : },
132012 : : .length = 7,
132013 : : .hash = -1,
132014 : : .state = {
132015 : : .kind = 1,
132016 : : .compact = 1,
132017 : : .ascii = 1,
132018 : : },
132019 : : },
132020 : : ._data = "S_IFBLK",
132021 : : };
132022 : : static
132023 : : struct {
132024 : : PyGC_Head _gc_head;
132025 : : struct {
132026 : : PyObject_VAR_HEAD
132027 : : PyObject *ob_item[2];
132028 : : }_object;
132029 : : }
132030 : : stat_toplevel_consts_22_names = {
132031 : : ._object = {
132032 : : .ob_base = {
132033 : : .ob_base = {
132034 : : .ob_refcnt = 999999999,
132035 : : .ob_type = &PyTuple_Type,
132036 : : },
132037 : : .ob_size = 2,
132038 : : },
132039 : : .ob_item = {
132040 : : & const_str_S_IFMT._ascii.ob_base,
132041 : : & const_str_S_IFBLK._ascii.ob_base,
132042 : : },
132043 : : },
132044 : : };
132045 : : static
132046 : : struct {
132047 : : PyASCIIObject _ascii;
132048 : : uint8_t _data[8];
132049 : : }
132050 : : const_str_S_ISBLK = {
132051 : : ._ascii = {
132052 : : .ob_base = {
132053 : : .ob_refcnt = 999999999,
132054 : : .ob_type = &PyUnicode_Type,
132055 : : },
132056 : : .length = 7,
132057 : : .hash = -1,
132058 : : .state = {
132059 : : .kind = 1,
132060 : : .compact = 1,
132061 : : .ascii = 1,
132062 : : },
132063 : : },
132064 : : ._data = "S_ISBLK",
132065 : : };
132066 : : static
132067 : : struct _PyCode_DEF(46)
132068 : : stat_toplevel_consts_22 = {
132069 : : .ob_base = {
132070 : : .ob_base = {
132071 : : .ob_refcnt = 999999999,
132072 : : .ob_type = &PyCode_Type,
132073 : : },
132074 : : .ob_size = 23,
132075 : : },
132076 : : .co_consts = & stat_toplevel_consts_22_consts._object.ob_base.ob_base,
132077 : : .co_names = & stat_toplevel_consts_22_names._object.ob_base.ob_base,
132078 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132079 : : .co_flags = 3,
132080 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132081 : : ._co_linearray_entry_size = 0,
132082 : : .co_argcount = 1,
132083 : : .co_posonlyargcount = 0,
132084 : : .co_kwonlyargcount = 0,
132085 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
132086 : : .co_stacksize = 3,
132087 : : .co_firstlineno = 58,
132088 : : .co_nlocalsplus = 1,
132089 : : .co_nlocals = 1,
132090 : : .co_nplaincellvars = 0,
132091 : : .co_ncellvars = 0,
132092 : : .co_nfreevars = 0,
132093 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132094 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132095 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132096 : : .co_name = & const_str_S_ISBLK._ascii.ob_base,
132097 : : .co_qualname = & const_str_S_ISBLK._ascii.ob_base,
132098 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
132099 : : ._co_code = NULL,
132100 : : ._co_linearray = NULL,
132101 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
132102 : : ._co_firsttraceable = 0,
132103 : : };
132104 : : static
132105 : : struct {
132106 : : PyASCIIObject _ascii;
132107 : : uint8_t _data[44];
132108 : : }
132109 : : stat_toplevel_consts_23_consts_0 = {
132110 : : ._ascii = {
132111 : : .ob_base = {
132112 : : .ob_refcnt = 999999999,
132113 : : .ob_type = &PyUnicode_Type,
132114 : : },
132115 : : .length = 43,
132116 : : .hash = -1,
132117 : : .state = {
132118 : : .kind = 1,
132119 : : .compact = 1,
132120 : : .ascii = 1,
132121 : : },
132122 : : },
132123 : : ._data = "Return True if mode is from a regular file.",
132124 : : };
132125 : : static
132126 : : struct {
132127 : : PyGC_Head _gc_head;
132128 : : struct {
132129 : : PyObject_VAR_HEAD
132130 : : PyObject *ob_item[1];
132131 : : }_object;
132132 : : }
132133 : : stat_toplevel_consts_23_consts = {
132134 : : ._object = {
132135 : : .ob_base = {
132136 : : .ob_base = {
132137 : : .ob_refcnt = 999999999,
132138 : : .ob_type = &PyTuple_Type,
132139 : : },
132140 : : .ob_size = 1,
132141 : : },
132142 : : .ob_item = {
132143 : : & stat_toplevel_consts_23_consts_0._ascii.ob_base,
132144 : : },
132145 : : },
132146 : : };
132147 : : static
132148 : : struct {
132149 : : PyASCIIObject _ascii;
132150 : : uint8_t _data[8];
132151 : : }
132152 : : const_str_S_IFREG = {
132153 : : ._ascii = {
132154 : : .ob_base = {
132155 : : .ob_refcnt = 999999999,
132156 : : .ob_type = &PyUnicode_Type,
132157 : : },
132158 : : .length = 7,
132159 : : .hash = -1,
132160 : : .state = {
132161 : : .kind = 1,
132162 : : .compact = 1,
132163 : : .ascii = 1,
132164 : : },
132165 : : },
132166 : : ._data = "S_IFREG",
132167 : : };
132168 : : static
132169 : : struct {
132170 : : PyGC_Head _gc_head;
132171 : : struct {
132172 : : PyObject_VAR_HEAD
132173 : : PyObject *ob_item[2];
132174 : : }_object;
132175 : : }
132176 : : stat_toplevel_consts_23_names = {
132177 : : ._object = {
132178 : : .ob_base = {
132179 : : .ob_base = {
132180 : : .ob_refcnt = 999999999,
132181 : : .ob_type = &PyTuple_Type,
132182 : : },
132183 : : .ob_size = 2,
132184 : : },
132185 : : .ob_item = {
132186 : : & const_str_S_IFMT._ascii.ob_base,
132187 : : & const_str_S_IFREG._ascii.ob_base,
132188 : : },
132189 : : },
132190 : : };
132191 : : static
132192 : : struct _PyCode_DEF(46)
132193 : : stat_toplevel_consts_23 = {
132194 : : .ob_base = {
132195 : : .ob_base = {
132196 : : .ob_refcnt = 999999999,
132197 : : .ob_type = &PyCode_Type,
132198 : : },
132199 : : .ob_size = 23,
132200 : : },
132201 : : .co_consts = & stat_toplevel_consts_23_consts._object.ob_base.ob_base,
132202 : : .co_names = & stat_toplevel_consts_23_names._object.ob_base.ob_base,
132203 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132204 : : .co_flags = 3,
132205 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132206 : : ._co_linearray_entry_size = 0,
132207 : : .co_argcount = 1,
132208 : : .co_posonlyargcount = 0,
132209 : : .co_kwonlyargcount = 0,
132210 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
132211 : : .co_stacksize = 3,
132212 : : .co_firstlineno = 62,
132213 : : .co_nlocalsplus = 1,
132214 : : .co_nlocals = 1,
132215 : : .co_nplaincellvars = 0,
132216 : : .co_ncellvars = 0,
132217 : : .co_nfreevars = 0,
132218 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132219 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132220 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132221 : : .co_name = & const_str_S_ISREG._ascii.ob_base,
132222 : : .co_qualname = & const_str_S_ISREG._ascii.ob_base,
132223 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
132224 : : ._co_code = NULL,
132225 : : ._co_linearray = NULL,
132226 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
132227 : : ._co_firsttraceable = 0,
132228 : : };
132229 : : static
132230 : : struct {
132231 : : PyASCIIObject _ascii;
132232 : : uint8_t _data[49];
132233 : : }
132234 : : stat_toplevel_consts_24_consts_0 = {
132235 : : ._ascii = {
132236 : : .ob_base = {
132237 : : .ob_refcnt = 999999999,
132238 : : .ob_type = &PyUnicode_Type,
132239 : : },
132240 : : .length = 48,
132241 : : .hash = -1,
132242 : : .state = {
132243 : : .kind = 1,
132244 : : .compact = 1,
132245 : : .ascii = 1,
132246 : : },
132247 : : },
132248 : : ._data = "Return True if mode is from a FIFO (named pipe).",
132249 : : };
132250 : : static
132251 : : struct {
132252 : : PyGC_Head _gc_head;
132253 : : struct {
132254 : : PyObject_VAR_HEAD
132255 : : PyObject *ob_item[1];
132256 : : }_object;
132257 : : }
132258 : : stat_toplevel_consts_24_consts = {
132259 : : ._object = {
132260 : : .ob_base = {
132261 : : .ob_base = {
132262 : : .ob_refcnt = 999999999,
132263 : : .ob_type = &PyTuple_Type,
132264 : : },
132265 : : .ob_size = 1,
132266 : : },
132267 : : .ob_item = {
132268 : : & stat_toplevel_consts_24_consts_0._ascii.ob_base,
132269 : : },
132270 : : },
132271 : : };
132272 : : static
132273 : : struct {
132274 : : PyASCIIObject _ascii;
132275 : : uint8_t _data[8];
132276 : : }
132277 : : const_str_S_IFIFO = {
132278 : : ._ascii = {
132279 : : .ob_base = {
132280 : : .ob_refcnt = 999999999,
132281 : : .ob_type = &PyUnicode_Type,
132282 : : },
132283 : : .length = 7,
132284 : : .hash = -1,
132285 : : .state = {
132286 : : .kind = 1,
132287 : : .compact = 1,
132288 : : .ascii = 1,
132289 : : },
132290 : : },
132291 : : ._data = "S_IFIFO",
132292 : : };
132293 : : static
132294 : : struct {
132295 : : PyGC_Head _gc_head;
132296 : : struct {
132297 : : PyObject_VAR_HEAD
132298 : : PyObject *ob_item[2];
132299 : : }_object;
132300 : : }
132301 : : stat_toplevel_consts_24_names = {
132302 : : ._object = {
132303 : : .ob_base = {
132304 : : .ob_base = {
132305 : : .ob_refcnt = 999999999,
132306 : : .ob_type = &PyTuple_Type,
132307 : : },
132308 : : .ob_size = 2,
132309 : : },
132310 : : .ob_item = {
132311 : : & const_str_S_IFMT._ascii.ob_base,
132312 : : & const_str_S_IFIFO._ascii.ob_base,
132313 : : },
132314 : : },
132315 : : };
132316 : : static
132317 : : struct {
132318 : : PyASCIIObject _ascii;
132319 : : uint8_t _data[9];
132320 : : }
132321 : : const_str_S_ISFIFO = {
132322 : : ._ascii = {
132323 : : .ob_base = {
132324 : : .ob_refcnt = 999999999,
132325 : : .ob_type = &PyUnicode_Type,
132326 : : },
132327 : : .length = 8,
132328 : : .hash = -1,
132329 : : .state = {
132330 : : .kind = 1,
132331 : : .compact = 1,
132332 : : .ascii = 1,
132333 : : },
132334 : : },
132335 : : ._data = "S_ISFIFO",
132336 : : };
132337 : : static
132338 : : struct _PyCode_DEF(46)
132339 : : stat_toplevel_consts_24 = {
132340 : : .ob_base = {
132341 : : .ob_base = {
132342 : : .ob_refcnt = 999999999,
132343 : : .ob_type = &PyCode_Type,
132344 : : },
132345 : : .ob_size = 23,
132346 : : },
132347 : : .co_consts = & stat_toplevel_consts_24_consts._object.ob_base.ob_base,
132348 : : .co_names = & stat_toplevel_consts_24_names._object.ob_base.ob_base,
132349 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132350 : : .co_flags = 3,
132351 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132352 : : ._co_linearray_entry_size = 0,
132353 : : .co_argcount = 1,
132354 : : .co_posonlyargcount = 0,
132355 : : .co_kwonlyargcount = 0,
132356 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
132357 : : .co_stacksize = 3,
132358 : : .co_firstlineno = 66,
132359 : : .co_nlocalsplus = 1,
132360 : : .co_nlocals = 1,
132361 : : .co_nplaincellvars = 0,
132362 : : .co_ncellvars = 0,
132363 : : .co_nfreevars = 0,
132364 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132365 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132366 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132367 : : .co_name = & const_str_S_ISFIFO._ascii.ob_base,
132368 : : .co_qualname = & const_str_S_ISFIFO._ascii.ob_base,
132369 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
132370 : : ._co_code = NULL,
132371 : : ._co_linearray = NULL,
132372 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
132373 : : ._co_firsttraceable = 0,
132374 : : };
132375 : : static
132376 : : struct {
132377 : : PyASCIIObject _ascii;
132378 : : uint8_t _data[45];
132379 : : }
132380 : : stat_toplevel_consts_25_consts_0 = {
132381 : : ._ascii = {
132382 : : .ob_base = {
132383 : : .ob_refcnt = 999999999,
132384 : : .ob_type = &PyUnicode_Type,
132385 : : },
132386 : : .length = 44,
132387 : : .hash = -1,
132388 : : .state = {
132389 : : .kind = 1,
132390 : : .compact = 1,
132391 : : .ascii = 1,
132392 : : },
132393 : : },
132394 : : ._data = "Return True if mode is from a symbolic link.",
132395 : : };
132396 : : static
132397 : : struct {
132398 : : PyGC_Head _gc_head;
132399 : : struct {
132400 : : PyObject_VAR_HEAD
132401 : : PyObject *ob_item[1];
132402 : : }_object;
132403 : : }
132404 : : stat_toplevel_consts_25_consts = {
132405 : : ._object = {
132406 : : .ob_base = {
132407 : : .ob_base = {
132408 : : .ob_refcnt = 999999999,
132409 : : .ob_type = &PyTuple_Type,
132410 : : },
132411 : : .ob_size = 1,
132412 : : },
132413 : : .ob_item = {
132414 : : & stat_toplevel_consts_25_consts_0._ascii.ob_base,
132415 : : },
132416 : : },
132417 : : };
132418 : : static
132419 : : struct {
132420 : : PyASCIIObject _ascii;
132421 : : uint8_t _data[8];
132422 : : }
132423 : : const_str_S_IFLNK = {
132424 : : ._ascii = {
132425 : : .ob_base = {
132426 : : .ob_refcnt = 999999999,
132427 : : .ob_type = &PyUnicode_Type,
132428 : : },
132429 : : .length = 7,
132430 : : .hash = -1,
132431 : : .state = {
132432 : : .kind = 1,
132433 : : .compact = 1,
132434 : : .ascii = 1,
132435 : : },
132436 : : },
132437 : : ._data = "S_IFLNK",
132438 : : };
132439 : : static
132440 : : struct {
132441 : : PyGC_Head _gc_head;
132442 : : struct {
132443 : : PyObject_VAR_HEAD
132444 : : PyObject *ob_item[2];
132445 : : }_object;
132446 : : }
132447 : : stat_toplevel_consts_25_names = {
132448 : : ._object = {
132449 : : .ob_base = {
132450 : : .ob_base = {
132451 : : .ob_refcnt = 999999999,
132452 : : .ob_type = &PyTuple_Type,
132453 : : },
132454 : : .ob_size = 2,
132455 : : },
132456 : : .ob_item = {
132457 : : & const_str_S_IFMT._ascii.ob_base,
132458 : : & const_str_S_IFLNK._ascii.ob_base,
132459 : : },
132460 : : },
132461 : : };
132462 : : static
132463 : : struct _PyCode_DEF(46)
132464 : : stat_toplevel_consts_25 = {
132465 : : .ob_base = {
132466 : : .ob_base = {
132467 : : .ob_refcnt = 999999999,
132468 : : .ob_type = &PyCode_Type,
132469 : : },
132470 : : .ob_size = 23,
132471 : : },
132472 : : .co_consts = & stat_toplevel_consts_25_consts._object.ob_base.ob_base,
132473 : : .co_names = & stat_toplevel_consts_25_names._object.ob_base.ob_base,
132474 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132475 : : .co_flags = 3,
132476 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132477 : : ._co_linearray_entry_size = 0,
132478 : : .co_argcount = 1,
132479 : : .co_posonlyargcount = 0,
132480 : : .co_kwonlyargcount = 0,
132481 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
132482 : : .co_stacksize = 3,
132483 : : .co_firstlineno = 70,
132484 : : .co_nlocalsplus = 1,
132485 : : .co_nlocals = 1,
132486 : : .co_nplaincellvars = 0,
132487 : : .co_ncellvars = 0,
132488 : : .co_nfreevars = 0,
132489 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132490 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132491 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132492 : : .co_name = & const_str_S_ISLNK._ascii.ob_base,
132493 : : .co_qualname = & const_str_S_ISLNK._ascii.ob_base,
132494 : : .co_linetable = & stat_toplevel_consts_20_linetable.ob_base.ob_base,
132495 : : ._co_code = NULL,
132496 : : ._co_linearray = NULL,
132497 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
132498 : : ._co_firsttraceable = 0,
132499 : : };
132500 : : static
132501 : : struct {
132502 : : PyASCIIObject _ascii;
132503 : : uint8_t _data[38];
132504 : : }
132505 : : stat_toplevel_consts_26_consts_0 = {
132506 : : ._ascii = {
132507 : : .ob_base = {
132508 : : .ob_refcnt = 999999999,
132509 : : .ob_type = &PyUnicode_Type,
132510 : : },
132511 : : .length = 37,
132512 : : .hash = -1,
132513 : : .state = {
132514 : : .kind = 1,
132515 : : .compact = 1,
132516 : : .ascii = 1,
132517 : : },
132518 : : },
132519 : : ._data = "Return True if mode is from a socket.",
132520 : : };
132521 : : static
132522 : : struct {
132523 : : PyGC_Head _gc_head;
132524 : : struct {
132525 : : PyObject_VAR_HEAD
132526 : : PyObject *ob_item[1];
132527 : : }_object;
132528 : : }
132529 : : stat_toplevel_consts_26_consts = {
132530 : : ._object = {
132531 : : .ob_base = {
132532 : : .ob_base = {
132533 : : .ob_refcnt = 999999999,
132534 : : .ob_type = &PyTuple_Type,
132535 : : },
132536 : : .ob_size = 1,
132537 : : },
132538 : : .ob_item = {
132539 : : & stat_toplevel_consts_26_consts_0._ascii.ob_base,
132540 : : },
132541 : : },
132542 : : };
132543 : : static
132544 : : struct {
132545 : : PyASCIIObject _ascii;
132546 : : uint8_t _data[9];
132547 : : }
132548 : : const_str_S_IFSOCK = {
132549 : : ._ascii = {
132550 : : .ob_base = {
132551 : : .ob_refcnt = 999999999,
132552 : : .ob_type = &PyUnicode_Type,
132553 : : },
132554 : : .length = 8,
132555 : : .hash = -1,
132556 : : .state = {
132557 : : .kind = 1,
132558 : : .compact = 1,
132559 : : .ascii = 1,
132560 : : },
132561 : : },
132562 : : ._data = "S_IFSOCK",
132563 : : };
132564 : : static
132565 : : struct {
132566 : : PyGC_Head _gc_head;
132567 : : struct {
132568 : : PyObject_VAR_HEAD
132569 : : PyObject *ob_item[2];
132570 : : }_object;
132571 : : }
132572 : : stat_toplevel_consts_26_names = {
132573 : : ._object = {
132574 : : .ob_base = {
132575 : : .ob_base = {
132576 : : .ob_refcnt = 999999999,
132577 : : .ob_type = &PyTuple_Type,
132578 : : },
132579 : : .ob_size = 2,
132580 : : },
132581 : : .ob_item = {
132582 : : & const_str_S_IFMT._ascii.ob_base,
132583 : : & const_str_S_IFSOCK._ascii.ob_base,
132584 : : },
132585 : : },
132586 : : };
132587 : : static
132588 : : struct {
132589 : : PyASCIIObject _ascii;
132590 : : uint8_t _data[9];
132591 : : }
132592 : : const_str_S_ISSOCK = {
132593 : : ._ascii = {
132594 : : .ob_base = {
132595 : : .ob_refcnt = 999999999,
132596 : : .ob_type = &PyUnicode_Type,
132597 : : },
132598 : : .length = 8,
132599 : : .hash = -1,
132600 : : .state = {
132601 : : .kind = 1,
132602 : : .compact = 1,
132603 : : .ascii = 1,
132604 : : },
132605 : : },
132606 : : ._data = "S_ISSOCK",
132607 : : };
132608 : : static
132609 : : struct {
132610 : : PyObject_VAR_HEAD
132611 : : Py_hash_t ob_shash;
132612 : : char ob_sval[18];
132613 : : }
132614 : : stat_toplevel_consts_26_linetable = {
132615 : : .ob_base = {
132616 : : .ob_base = {
132617 : : .ob_refcnt = 999999999,
132618 : : .ob_type = &PyBytes_Type,
132619 : : },
132620 : : .ob_size = 17,
132621 : : },
132622 : : .ob_shash = -1,
132623 : : .ob_sval = "\x80\x00\xe5\x0b\x11\x90\x24\x8c\x3c\x9d\x38\xd2\x0b\x23\xd0\x04\x23",
132624 : : };
132625 : : static
132626 : : struct _PyCode_DEF(46)
132627 : : stat_toplevel_consts_26 = {
132628 : : .ob_base = {
132629 : : .ob_base = {
132630 : : .ob_refcnt = 999999999,
132631 : : .ob_type = &PyCode_Type,
132632 : : },
132633 : : .ob_size = 23,
132634 : : },
132635 : : .co_consts = & stat_toplevel_consts_26_consts._object.ob_base.ob_base,
132636 : : .co_names = & stat_toplevel_consts_26_names._object.ob_base.ob_base,
132637 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132638 : : .co_flags = 3,
132639 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132640 : : ._co_linearray_entry_size = 0,
132641 : : .co_argcount = 1,
132642 : : .co_posonlyargcount = 0,
132643 : : .co_kwonlyargcount = 0,
132644 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
132645 : : .co_stacksize = 3,
132646 : : .co_firstlineno = 74,
132647 : : .co_nlocalsplus = 1,
132648 : : .co_nlocals = 1,
132649 : : .co_nplaincellvars = 0,
132650 : : .co_ncellvars = 0,
132651 : : .co_nfreevars = 0,
132652 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132653 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132654 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132655 : : .co_name = & const_str_S_ISSOCK._ascii.ob_base,
132656 : : .co_qualname = & const_str_S_ISSOCK._ascii.ob_base,
132657 : : .co_linetable = & stat_toplevel_consts_26_linetable.ob_base.ob_base,
132658 : : ._co_code = NULL,
132659 : : ._co_linearray = NULL,
132660 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x02\x00\x00\x00\x00\x53\x00",
132661 : : ._co_firsttraceable = 0,
132662 : : };
132663 : : static
132664 : : struct {
132665 : : PyASCIIObject _ascii;
132666 : : uint8_t _data[36];
132667 : : }
132668 : : stat_toplevel_consts_27_consts_0 = {
132669 : : ._ascii = {
132670 : : .ob_base = {
132671 : : .ob_refcnt = 999999999,
132672 : : .ob_type = &PyUnicode_Type,
132673 : : },
132674 : : .length = 35,
132675 : : .hash = -1,
132676 : : .state = {
132677 : : .kind = 1,
132678 : : .compact = 1,
132679 : : .ascii = 1,
132680 : : },
132681 : : },
132682 : : ._data = "Return True if mode is from a door.",
132683 : : };
132684 : : static
132685 : : struct {
132686 : : PyGC_Head _gc_head;
132687 : : struct {
132688 : : PyObject_VAR_HEAD
132689 : : PyObject *ob_item[2];
132690 : : }_object;
132691 : : }
132692 : : stat_toplevel_consts_27_consts = {
132693 : : ._object = {
132694 : : .ob_base = {
132695 : : .ob_base = {
132696 : : .ob_refcnt = 999999999,
132697 : : .ob_type = &PyTuple_Type,
132698 : : },
132699 : : .ob_size = 2,
132700 : : },
132701 : : .ob_item = {
132702 : : & stat_toplevel_consts_27_consts_0._ascii.ob_base,
132703 : : Py_False,
132704 : : },
132705 : : },
132706 : : };
132707 : : static
132708 : : struct {
132709 : : PyASCIIObject _ascii;
132710 : : uint8_t _data[9];
132711 : : }
132712 : : const_str_S_ISDOOR = {
132713 : : ._ascii = {
132714 : : .ob_base = {
132715 : : .ob_refcnt = 999999999,
132716 : : .ob_type = &PyUnicode_Type,
132717 : : },
132718 : : .length = 8,
132719 : : .hash = -1,
132720 : : .state = {
132721 : : .kind = 1,
132722 : : .compact = 1,
132723 : : .ascii = 1,
132724 : : },
132725 : : },
132726 : : ._data = "S_ISDOOR",
132727 : : };
132728 : : static
132729 : : struct {
132730 : : PyObject_VAR_HEAD
132731 : : Py_hash_t ob_shash;
132732 : : char ob_sval[8];
132733 : : }
132734 : : stat_toplevel_consts_27_linetable = {
132735 : : .ob_base = {
132736 : : .ob_base = {
132737 : : .ob_refcnt = 999999999,
132738 : : .ob_type = &PyBytes_Type,
132739 : : },
132740 : : .ob_size = 7,
132741 : : },
132742 : : .ob_shash = -1,
132743 : : .ob_sval = "\x80\x00\xe0\x0b\x10\x88\x35",
132744 : : };
132745 : : static
132746 : : struct _PyCode_DEF(6)
132747 : : stat_toplevel_consts_27 = {
132748 : : .ob_base = {
132749 : : .ob_base = {
132750 : : .ob_refcnt = 999999999,
132751 : : .ob_type = &PyCode_Type,
132752 : : },
132753 : : .ob_size = 3,
132754 : : },
132755 : : .co_consts = & stat_toplevel_consts_27_consts._object.ob_base.ob_base,
132756 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
132757 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132758 : : .co_flags = 3,
132759 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132760 : : ._co_linearray_entry_size = 0,
132761 : : .co_argcount = 1,
132762 : : .co_posonlyargcount = 0,
132763 : : .co_kwonlyargcount = 0,
132764 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
132765 : : .co_stacksize = 1,
132766 : : .co_firstlineno = 78,
132767 : : .co_nlocalsplus = 1,
132768 : : .co_nlocals = 1,
132769 : : .co_nplaincellvars = 0,
132770 : : .co_ncellvars = 0,
132771 : : .co_nfreevars = 0,
132772 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132773 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132774 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132775 : : .co_name = & const_str_S_ISDOOR._ascii.ob_base,
132776 : : .co_qualname = & const_str_S_ISDOOR._ascii.ob_base,
132777 : : .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
132778 : : ._co_code = NULL,
132779 : : ._co_linearray = NULL,
132780 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
132781 : : ._co_firsttraceable = 0,
132782 : : };
132783 : : static
132784 : : struct {
132785 : : PyASCIIObject _ascii;
132786 : : uint8_t _data[43];
132787 : : }
132788 : : stat_toplevel_consts_28_consts_0 = {
132789 : : ._ascii = {
132790 : : .ob_base = {
132791 : : .ob_refcnt = 999999999,
132792 : : .ob_type = &PyUnicode_Type,
132793 : : },
132794 : : .length = 42,
132795 : : .hash = -1,
132796 : : .state = {
132797 : : .kind = 1,
132798 : : .compact = 1,
132799 : : .ascii = 1,
132800 : : },
132801 : : },
132802 : : ._data = "Return True if mode is from an event port.",
132803 : : };
132804 : : static
132805 : : struct {
132806 : : PyGC_Head _gc_head;
132807 : : struct {
132808 : : PyObject_VAR_HEAD
132809 : : PyObject *ob_item[2];
132810 : : }_object;
132811 : : }
132812 : : stat_toplevel_consts_28_consts = {
132813 : : ._object = {
132814 : : .ob_base = {
132815 : : .ob_base = {
132816 : : .ob_refcnt = 999999999,
132817 : : .ob_type = &PyTuple_Type,
132818 : : },
132819 : : .ob_size = 2,
132820 : : },
132821 : : .ob_item = {
132822 : : & stat_toplevel_consts_28_consts_0._ascii.ob_base,
132823 : : Py_False,
132824 : : },
132825 : : },
132826 : : };
132827 : : static
132828 : : struct {
132829 : : PyASCIIObject _ascii;
132830 : : uint8_t _data[9];
132831 : : }
132832 : : const_str_S_ISPORT = {
132833 : : ._ascii = {
132834 : : .ob_base = {
132835 : : .ob_refcnt = 999999999,
132836 : : .ob_type = &PyUnicode_Type,
132837 : : },
132838 : : .length = 8,
132839 : : .hash = -1,
132840 : : .state = {
132841 : : .kind = 1,
132842 : : .compact = 1,
132843 : : .ascii = 1,
132844 : : },
132845 : : },
132846 : : ._data = "S_ISPORT",
132847 : : };
132848 : : static
132849 : : struct _PyCode_DEF(6)
132850 : : stat_toplevel_consts_28 = {
132851 : : .ob_base = {
132852 : : .ob_base = {
132853 : : .ob_refcnt = 999999999,
132854 : : .ob_type = &PyCode_Type,
132855 : : },
132856 : : .ob_size = 3,
132857 : : },
132858 : : .co_consts = & stat_toplevel_consts_28_consts._object.ob_base.ob_base,
132859 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
132860 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132861 : : .co_flags = 3,
132862 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132863 : : ._co_linearray_entry_size = 0,
132864 : : .co_argcount = 1,
132865 : : .co_posonlyargcount = 0,
132866 : : .co_kwonlyargcount = 0,
132867 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
132868 : : .co_stacksize = 1,
132869 : : .co_firstlineno = 82,
132870 : : .co_nlocalsplus = 1,
132871 : : .co_nlocals = 1,
132872 : : .co_nplaincellvars = 0,
132873 : : .co_ncellvars = 0,
132874 : : .co_nfreevars = 0,
132875 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132876 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132877 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132878 : : .co_name = & const_str_S_ISPORT._ascii.ob_base,
132879 : : .co_qualname = & const_str_S_ISPORT._ascii.ob_base,
132880 : : .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
132881 : : ._co_code = NULL,
132882 : : ._co_linearray = NULL,
132883 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
132884 : : ._co_firsttraceable = 0,
132885 : : };
132886 : : static
132887 : : struct {
132888 : : PyASCIIObject _ascii;
132889 : : uint8_t _data[40];
132890 : : }
132891 : : stat_toplevel_consts_29_consts_0 = {
132892 : : ._ascii = {
132893 : : .ob_base = {
132894 : : .ob_refcnt = 999999999,
132895 : : .ob_type = &PyUnicode_Type,
132896 : : },
132897 : : .length = 39,
132898 : : .hash = -1,
132899 : : .state = {
132900 : : .kind = 1,
132901 : : .compact = 1,
132902 : : .ascii = 1,
132903 : : },
132904 : : },
132905 : : ._data = "Return True if mode is from a whiteout.",
132906 : : };
132907 : : static
132908 : : struct {
132909 : : PyGC_Head _gc_head;
132910 : : struct {
132911 : : PyObject_VAR_HEAD
132912 : : PyObject *ob_item[2];
132913 : : }_object;
132914 : : }
132915 : : stat_toplevel_consts_29_consts = {
132916 : : ._object = {
132917 : : .ob_base = {
132918 : : .ob_base = {
132919 : : .ob_refcnt = 999999999,
132920 : : .ob_type = &PyTuple_Type,
132921 : : },
132922 : : .ob_size = 2,
132923 : : },
132924 : : .ob_item = {
132925 : : & stat_toplevel_consts_29_consts_0._ascii.ob_base,
132926 : : Py_False,
132927 : : },
132928 : : },
132929 : : };
132930 : : static
132931 : : struct {
132932 : : PyASCIIObject _ascii;
132933 : : uint8_t _data[8];
132934 : : }
132935 : : const_str_S_ISWHT = {
132936 : : ._ascii = {
132937 : : .ob_base = {
132938 : : .ob_refcnt = 999999999,
132939 : : .ob_type = &PyUnicode_Type,
132940 : : },
132941 : : .length = 7,
132942 : : .hash = -1,
132943 : : .state = {
132944 : : .kind = 1,
132945 : : .compact = 1,
132946 : : .ascii = 1,
132947 : : },
132948 : : },
132949 : : ._data = "S_ISWHT",
132950 : : };
132951 : : static
132952 : : struct _PyCode_DEF(6)
132953 : : stat_toplevel_consts_29 = {
132954 : : .ob_base = {
132955 : : .ob_base = {
132956 : : .ob_refcnt = 999999999,
132957 : : .ob_type = &PyCode_Type,
132958 : : },
132959 : : .ob_size = 3,
132960 : : },
132961 : : .co_consts = & stat_toplevel_consts_29_consts._object.ob_base.ob_base,
132962 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
132963 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
132964 : : .co_flags = 3,
132965 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
132966 : : ._co_linearray_entry_size = 0,
132967 : : .co_argcount = 1,
132968 : : .co_posonlyargcount = 0,
132969 : : .co_kwonlyargcount = 0,
132970 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
132971 : : .co_stacksize = 1,
132972 : : .co_firstlineno = 86,
132973 : : .co_nlocalsplus = 1,
132974 : : .co_nlocals = 1,
132975 : : .co_nplaincellvars = 0,
132976 : : .co_ncellvars = 0,
132977 : : .co_nfreevars = 0,
132978 : : .co_localsplusnames = & stat_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
132979 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
132980 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
132981 : : .co_name = & const_str_S_ISWHT._ascii.ob_base,
132982 : : .co_qualname = & const_str_S_ISWHT._ascii.ob_base,
132983 : : .co_linetable = & stat_toplevel_consts_27_linetable.ob_base.ob_base,
132984 : : ._co_code = NULL,
132985 : : ._co_linearray = NULL,
132986 : : .co_code_adaptive = "\x97\x00\x64\x01\x53\x00",
132987 : : ._co_firsttraceable = 0,
132988 : : };
132989 : : static
132990 : : struct {
132991 : : PyObject_VAR_HEAD
132992 : : digit ob_digit[1];
132993 : : }
132994 : : const_int_1024 = {
132995 : : .ob_base = {
132996 : : .ob_base = {
132997 : : .ob_refcnt = 999999999,
132998 : : .ob_type = &PyLong_Type,
132999 : : },
133000 : : .ob_size = 1,
133001 : : },
133002 : : .ob_digit = { 1024 },
133003 : : };
133004 : : static
133005 : : struct {
133006 : : PyObject_VAR_HEAD
133007 : : digit ob_digit[1];
133008 : : }
133009 : : const_int_512 = {
133010 : : .ob_base = {
133011 : : .ob_base = {
133012 : : .ob_refcnt = 999999999,
133013 : : .ob_type = &PyLong_Type,
133014 : : },
133015 : : .ob_size = 1,
133016 : : },
133017 : : .ob_digit = { 512 },
133018 : : };
133019 : : static
133020 : : struct {
133021 : : PyObject_VAR_HEAD
133022 : : digit ob_digit[1];
133023 : : }
133024 : : const_int_448 = {
133025 : : .ob_base = {
133026 : : .ob_base = {
133027 : : .ob_refcnt = 999999999,
133028 : : .ob_type = &PyLong_Type,
133029 : : },
133030 : : .ob_size = 1,
133031 : : },
133032 : : .ob_digit = { 448 },
133033 : : };
133034 : : #if PYLONG_BITS_IN_DIGIT == 15
133035 : : static
133036 : : struct {
133037 : : PyObject_VAR_HEAD
133038 : : digit ob_digit[2];
133039 : : }
133040 : : const_int_65536 = {
133041 : : .ob_base = {
133042 : : .ob_base = {
133043 : : .ob_refcnt = 999999999,
133044 : : .ob_type = &PyLong_Type,
133045 : : },
133046 : : .ob_size = 2,
133047 : : },
133048 : : .ob_digit = { 0, 2 },
133049 : : };
133050 : : #elif PYLONG_BITS_IN_DIGIT == 30
133051 : : static
133052 : : struct {
133053 : : PyObject_VAR_HEAD
133054 : : digit ob_digit[1];
133055 : : }
133056 : : const_int_65536 = {
133057 : : .ob_base = {
133058 : : .ob_base = {
133059 : : .ob_refcnt = 999999999,
133060 : : .ob_type = &PyLong_Type,
133061 : : },
133062 : : .ob_size = 1,
133063 : : },
133064 : : .ob_digit = { 65536 },
133065 : : };
133066 : : #else
133067 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133068 : : #endif
133069 : : #if PYLONG_BITS_IN_DIGIT == 15
133070 : : static
133071 : : struct {
133072 : : PyObject_VAR_HEAD
133073 : : digit ob_digit[2];
133074 : : }
133075 : : const_int_131072 = {
133076 : : .ob_base = {
133077 : : .ob_base = {
133078 : : .ob_refcnt = 999999999,
133079 : : .ob_type = &PyLong_Type,
133080 : : },
133081 : : .ob_size = 2,
133082 : : },
133083 : : .ob_digit = { 0, 4 },
133084 : : };
133085 : : #elif PYLONG_BITS_IN_DIGIT == 30
133086 : : static
133087 : : struct {
133088 : : PyObject_VAR_HEAD
133089 : : digit ob_digit[1];
133090 : : }
133091 : : const_int_131072 = {
133092 : : .ob_base = {
133093 : : .ob_base = {
133094 : : .ob_refcnt = 999999999,
133095 : : .ob_type = &PyLong_Type,
133096 : : },
133097 : : .ob_size = 1,
133098 : : },
133099 : : .ob_digit = { 131072 },
133100 : : };
133101 : : #else
133102 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133103 : : #endif
133104 : : #if PYLONG_BITS_IN_DIGIT == 15
133105 : : static
133106 : : struct {
133107 : : PyObject_VAR_HEAD
133108 : : digit ob_digit[2];
133109 : : }
133110 : : const_int_262144 = {
133111 : : .ob_base = {
133112 : : .ob_base = {
133113 : : .ob_refcnt = 999999999,
133114 : : .ob_type = &PyLong_Type,
133115 : : },
133116 : : .ob_size = 2,
133117 : : },
133118 : : .ob_digit = { 0, 8 },
133119 : : };
133120 : : #elif PYLONG_BITS_IN_DIGIT == 30
133121 : : static
133122 : : struct {
133123 : : PyObject_VAR_HEAD
133124 : : digit ob_digit[1];
133125 : : }
133126 : : const_int_262144 = {
133127 : : .ob_base = {
133128 : : .ob_base = {
133129 : : .ob_refcnt = 999999999,
133130 : : .ob_type = &PyLong_Type,
133131 : : },
133132 : : .ob_size = 1,
133133 : : },
133134 : : .ob_digit = { 262144 },
133135 : : };
133136 : : #else
133137 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133138 : : #endif
133139 : : #if PYLONG_BITS_IN_DIGIT == 15
133140 : : static
133141 : : struct {
133142 : : PyObject_VAR_HEAD
133143 : : digit ob_digit[2];
133144 : : }
133145 : : const_int_1048576 = {
133146 : : .ob_base = {
133147 : : .ob_base = {
133148 : : .ob_refcnt = 999999999,
133149 : : .ob_type = &PyLong_Type,
133150 : : },
133151 : : .ob_size = 2,
133152 : : },
133153 : : .ob_digit = { 0, 32 },
133154 : : };
133155 : : #elif PYLONG_BITS_IN_DIGIT == 30
133156 : : static
133157 : : struct {
133158 : : PyObject_VAR_HEAD
133159 : : digit ob_digit[1];
133160 : : }
133161 : : const_int_1048576 = {
133162 : : .ob_base = {
133163 : : .ob_base = {
133164 : : .ob_refcnt = 999999999,
133165 : : .ob_type = &PyLong_Type,
133166 : : },
133167 : : .ob_size = 1,
133168 : : },
133169 : : .ob_digit = { 1048576 },
133170 : : };
133171 : : #else
133172 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133173 : : #endif
133174 : : #if PYLONG_BITS_IN_DIGIT == 15
133175 : : static
133176 : : struct {
133177 : : PyObject_VAR_HEAD
133178 : : digit ob_digit[2];
133179 : : }
133180 : : const_int_2097152 = {
133181 : : .ob_base = {
133182 : : .ob_base = {
133183 : : .ob_refcnt = 999999999,
133184 : : .ob_type = &PyLong_Type,
133185 : : },
133186 : : .ob_size = 2,
133187 : : },
133188 : : .ob_digit = { 0, 64 },
133189 : : };
133190 : : #elif PYLONG_BITS_IN_DIGIT == 30
133191 : : static
133192 : : struct {
133193 : : PyObject_VAR_HEAD
133194 : : digit ob_digit[1];
133195 : : }
133196 : : const_int_2097152 = {
133197 : : .ob_base = {
133198 : : .ob_base = {
133199 : : .ob_refcnt = 999999999,
133200 : : .ob_type = &PyLong_Type,
133201 : : },
133202 : : .ob_size = 1,
133203 : : },
133204 : : .ob_digit = { 2097152 },
133205 : : };
133206 : : #else
133207 : : #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
133208 : : #endif
133209 : : static
133210 : : struct {
133211 : : PyASCIIObject _ascii;
133212 : : uint8_t _data[2];
133213 : : }
133214 : : const_str_l = {
133215 : : ._ascii = {
133216 : : .ob_base = {
133217 : : .ob_refcnt = 999999999,
133218 : : .ob_type = &PyUnicode_Type,
133219 : : },
133220 : : .length = 1,
133221 : : .hash = -1,
133222 : : .state = {
133223 : : .kind = 1,
133224 : : .compact = 1,
133225 : : .ascii = 1,
133226 : : },
133227 : : },
133228 : : ._data = "l",
133229 : : };
133230 : : static
133231 : : struct {
133232 : : PyASCIIObject _ascii;
133233 : : uint8_t _data[2];
133234 : : }
133235 : : stat_toplevel_consts_47 = {
133236 : : ._ascii = {
133237 : : .ob_base = {
133238 : : .ob_refcnt = 999999999,
133239 : : .ob_type = &PyUnicode_Type,
133240 : : },
133241 : : .length = 1,
133242 : : .hash = -1,
133243 : : .state = {
133244 : : .kind = 1,
133245 : : .compact = 1,
133246 : : .ascii = 1,
133247 : : },
133248 : : },
133249 : : ._data = "-",
133250 : : };
133251 : : static
133252 : : struct {
133253 : : PyASCIIObject _ascii;
133254 : : uint8_t _data[2];
133255 : : }
133256 : : const_str_S = {
133257 : : ._ascii = {
133258 : : .ob_base = {
133259 : : .ob_refcnt = 999999999,
133260 : : .ob_type = &PyUnicode_Type,
133261 : : },
133262 : : .length = 1,
133263 : : .hash = -1,
133264 : : .state = {
133265 : : .kind = 1,
133266 : : .compact = 1,
133267 : : .ascii = 1,
133268 : : },
133269 : : },
133270 : : ._data = "S",
133271 : : };
133272 : : static
133273 : : struct {
133274 : : PyASCIIObject _ascii;
133275 : : uint8_t _data[2];
133276 : : }
133277 : : const_str_T = {
133278 : : ._ascii = {
133279 : : .ob_base = {
133280 : : .ob_refcnt = 999999999,
133281 : : .ob_type = &PyUnicode_Type,
133282 : : },
133283 : : .length = 1,
133284 : : .hash = -1,
133285 : : .state = {
133286 : : .kind = 1,
133287 : : .compact = 1,
133288 : : .ascii = 1,
133289 : : },
133290 : : },
133291 : : ._data = "T",
133292 : : };
133293 : : static
133294 : : struct {
133295 : : PyASCIIObject _ascii;
133296 : : uint8_t _data[60];
133297 : : }
133298 : : stat_toplevel_consts_58_consts_0 = {
133299 : : ._ascii = {
133300 : : .ob_base = {
133301 : : .ob_refcnt = 999999999,
133302 : : .ob_type = &PyUnicode_Type,
133303 : : },
133304 : : .length = 59,
133305 : : .hash = -1,
133306 : : .state = {
133307 : : .kind = 1,
133308 : : .compact = 1,
133309 : : .ascii = 1,
133310 : : },
133311 : : },
133312 : : ._data = "Convert a file's mode to a string of the form '-rwxrwxrwx'.",
133313 : : };
133314 : : static
133315 : : struct {
133316 : : PyGC_Head _gc_head;
133317 : : struct {
133318 : : PyObject_VAR_HEAD
133319 : : PyObject *ob_item[3];
133320 : : }_object;
133321 : : }
133322 : : stat_toplevel_consts_58_consts = {
133323 : : ._object = {
133324 : : .ob_base = {
133325 : : .ob_base = {
133326 : : .ob_refcnt = 999999999,
133327 : : .ob_type = &PyTuple_Type,
133328 : : },
133329 : : .ob_size = 3,
133330 : : },
133331 : : .ob_item = {
133332 : : & stat_toplevel_consts_58_consts_0._ascii.ob_base,
133333 : : & stat_toplevel_consts_47._ascii.ob_base,
133334 : : &_Py_STR(empty),
133335 : : },
133336 : : },
133337 : : };
133338 : : static
133339 : : struct {
133340 : : PyASCIIObject _ascii;
133341 : : uint8_t _data[16];
133342 : : }
133343 : : const_str__filemode_table = {
133344 : : ._ascii = {
133345 : : .ob_base = {
133346 : : .ob_refcnt = 999999999,
133347 : : .ob_type = &PyUnicode_Type,
133348 : : },
133349 : : .length = 15,
133350 : : .hash = -1,
133351 : : .state = {
133352 : : .kind = 1,
133353 : : .compact = 1,
133354 : : .ascii = 1,
133355 : : },
133356 : : },
133357 : : ._data = "_filemode_table",
133358 : : };
133359 : : static
133360 : : struct {
133361 : : PyGC_Head _gc_head;
133362 : : struct {
133363 : : PyObject_VAR_HEAD
133364 : : PyObject *ob_item[3];
133365 : : }_object;
133366 : : }
133367 : : stat_toplevel_consts_58_names = {
133368 : : ._object = {
133369 : : .ob_base = {
133370 : : .ob_base = {
133371 : : .ob_refcnt = 999999999,
133372 : : .ob_type = &PyTuple_Type,
133373 : : },
133374 : : .ob_size = 3,
133375 : : },
133376 : : .ob_item = {
133377 : : & const_str__filemode_table._ascii.ob_base,
133378 : : &_Py_ID(append),
133379 : : &_Py_ID(join),
133380 : : },
133381 : : },
133382 : : };
133383 : : static
133384 : : struct {
133385 : : PyASCIIObject _ascii;
133386 : : uint8_t _data[9];
133387 : : }
133388 : : const_str_filemode = {
133389 : : ._ascii = {
133390 : : .ob_base = {
133391 : : .ob_refcnt = 999999999,
133392 : : .ob_type = &PyUnicode_Type,
133393 : : },
133394 : : .length = 8,
133395 : : .hash = -1,
133396 : : .state = {
133397 : : .kind = 1,
133398 : : .compact = 1,
133399 : : .ascii = 1,
133400 : : },
133401 : : },
133402 : : ._data = "filemode",
133403 : : };
133404 : : static
133405 : : struct {
133406 : : PyObject_VAR_HEAD
133407 : : Py_hash_t ob_shash;
133408 : : char ob_sval[111];
133409 : : }
133410 : : stat_toplevel_consts_58_linetable = {
133411 : : .ob_base = {
133412 : : .ob_base = {
133413 : : .ob_refcnt = 999999999,
133414 : : .ob_type = &PyBytes_Type,
133415 : : },
133416 : : .ob_size = 110,
133417 : : },
133418 : : .ob_shash = -1,
133419 : : .ob_sval = "\x80\x00\xe0\x0b\x0d\x80\x44\xdd\x11\x20\xf0\x00\x06\x05\x1d\xf1\x00\x06\x05\x1d\x88\x05\xd8\x19\x1e\xf0\x00\x05\x09\x1d\xf1\x00\x05\x09\x1d\x89\x49\x88\x43\x90\x14\xd8\x0f\x13\x90\x63\x89\x7a\x98\x53\xd2\x0f\x20\xf0\x00\x02\x0d\x16\xd8\x10\x14\x97\x0b\x91\x0b\x98\x44\xd4\x10\x21\xd0\x10\x21\xd8\x10\x15\x90\x05\xe0\x0c\x10\x8f\x4b\x89\x4b\x98\x03\xd4\x0c\x1c\xd0\x0c\x1c\xd0\x0c\x1c\xd8\x0b\x0d\x8f\x37\x89\x37\x90\x34\x8c\x3d\xd0\x04\x18",
133420 : : };
133421 : : static
133422 : : struct {
133423 : : PyASCIIObject _ascii;
133424 : : uint8_t _data[5];
133425 : : }
133426 : : const_str_perm = {
133427 : : ._ascii = {
133428 : : .ob_base = {
133429 : : .ob_refcnt = 999999999,
133430 : : .ob_type = &PyUnicode_Type,
133431 : : },
133432 : : .length = 4,
133433 : : .hash = -1,
133434 : : .state = {
133435 : : .kind = 1,
133436 : : .compact = 1,
133437 : : .ascii = 1,
133438 : : },
133439 : : },
133440 : : ._data = "perm",
133441 : : };
133442 : : static
133443 : : struct {
133444 : : PyASCIIObject _ascii;
133445 : : uint8_t _data[6];
133446 : : }
133447 : : const_str_table = {
133448 : : ._ascii = {
133449 : : .ob_base = {
133450 : : .ob_refcnt = 999999999,
133451 : : .ob_type = &PyUnicode_Type,
133452 : : },
133453 : : .length = 5,
133454 : : .hash = -1,
133455 : : .state = {
133456 : : .kind = 1,
133457 : : .compact = 1,
133458 : : .ascii = 1,
133459 : : },
133460 : : },
133461 : : ._data = "table",
133462 : : };
133463 : : static
133464 : : struct {
133465 : : PyASCIIObject _ascii;
133466 : : uint8_t _data[4];
133467 : : }
133468 : : const_str_bit = {
133469 : : ._ascii = {
133470 : : .ob_base = {
133471 : : .ob_refcnt = 999999999,
133472 : : .ob_type = &PyUnicode_Type,
133473 : : },
133474 : : .length = 3,
133475 : : .hash = -1,
133476 : : .state = {
133477 : : .kind = 1,
133478 : : .compact = 1,
133479 : : .ascii = 1,
133480 : : },
133481 : : },
133482 : : ._data = "bit",
133483 : : };
133484 : : static
133485 : : struct {
133486 : : PyASCIIObject _ascii;
133487 : : uint8_t _data[5];
133488 : : }
133489 : : const_str_char = {
133490 : : ._ascii = {
133491 : : .ob_base = {
133492 : : .ob_refcnt = 999999999,
133493 : : .ob_type = &PyUnicode_Type,
133494 : : },
133495 : : .length = 4,
133496 : : .hash = -1,
133497 : : .state = {
133498 : : .kind = 1,
133499 : : .compact = 1,
133500 : : .ascii = 1,
133501 : : },
133502 : : },
133503 : : ._data = "char",
133504 : : };
133505 : : static
133506 : : struct {
133507 : : PyGC_Head _gc_head;
133508 : : struct {
133509 : : PyObject_VAR_HEAD
133510 : : PyObject *ob_item[5];
133511 : : }_object;
133512 : : }
133513 : : stat_toplevel_consts_58_localsplusnames = {
133514 : : ._object = {
133515 : : .ob_base = {
133516 : : .ob_base = {
133517 : : .ob_refcnt = 999999999,
133518 : : .ob_type = &PyTuple_Type,
133519 : : },
133520 : : .ob_size = 5,
133521 : : },
133522 : : .ob_item = {
133523 : : &_Py_ID(mode),
133524 : : & const_str_perm._ascii.ob_base,
133525 : : & const_str_table._ascii.ob_base,
133526 : : & const_str_bit._ascii.ob_base,
133527 : : & const_str_char._ascii.ob_base,
133528 : : },
133529 : : },
133530 : : };
133531 : : static
133532 : : struct _PyCode_DEF(174)
133533 : : stat_toplevel_consts_58 = {
133534 : : .ob_base = {
133535 : : .ob_base = {
133536 : : .ob_refcnt = 999999999,
133537 : : .ob_type = &PyCode_Type,
133538 : : },
133539 : : .ob_size = 87,
133540 : : },
133541 : : .co_consts = & stat_toplevel_consts_58_consts._object.ob_base.ob_base,
133542 : : .co_names = & stat_toplevel_consts_58_names._object.ob_base.ob_base,
133543 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
133544 : : .co_flags = 3,
133545 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
133546 : : ._co_linearray_entry_size = 0,
133547 : : .co_argcount = 1,
133548 : : .co_posonlyargcount = 0,
133549 : : .co_kwonlyargcount = 0,
133550 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
133551 : : .co_stacksize = 5,
133552 : : .co_firstlineno = 156,
133553 : : .co_nlocalsplus = 5,
133554 : : .co_nlocals = 5,
133555 : : .co_nplaincellvars = 0,
133556 : : .co_ncellvars = 0,
133557 : : .co_nfreevars = 0,
133558 : : .co_localsplusnames = & stat_toplevel_consts_58_localsplusnames._object.ob_base.ob_base,
133559 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_3_localspluskinds.ob_base.ob_base,
133560 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
133561 : : .co_name = & const_str_filemode._ascii.ob_base,
133562 : : .co_qualname = & const_str_filemode._ascii.ob_base,
133563 : : .co_linetable = & stat_toplevel_consts_58_linetable.ob_base.ob_base,
133564 : : ._co_code = NULL,
133565 : : ._co_linearray = NULL,
133566 : : .co_code_adaptive = "\x97\x00\x67\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x39\x00\x00\x7d\x02\x7c\x02\x44\x00\x5d\x21\x00\x00\x5c\x02\x00\x00\x7d\x03\x7d\x04\x7c\x00\x7c\x03\x7a\x01\x00\x00\x7c\x03\x6b\x02\x00\x00\x00\x00\xaf\x0f\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x01\x00\x8c\x28\x7c\x01\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x8c\x3b\x64\x02\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
133567 : : ._co_firsttraceable = 0,
133568 : : };
133569 : : static
133570 : : struct {
133571 : : PyGC_Head _gc_head;
133572 : : struct {
133573 : : PyObject_VAR_HEAD
133574 : : PyObject *ob_item[61];
133575 : : }_object;
133576 : : }
133577 : : stat_toplevel_consts = {
133578 : : ._object = {
133579 : : .ob_base = {
133580 : : .ob_base = {
133581 : : .ob_refcnt = 999999999,
133582 : : .ob_type = &PyTuple_Type,
133583 : : },
133584 : : .ob_size = 61,
133585 : : },
133586 : : .ob_item = {
133587 : : & stat_toplevel_consts_0._ascii.ob_base,
133588 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
133589 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
133590 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
133591 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 3],
133592 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 4],
133593 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 5],
133594 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 6],
133595 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 7],
133596 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 8],
133597 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 9],
133598 : : & stat_toplevel_consts_11.ob_base.ob_base,
133599 : : & stat_toplevel_consts_12.ob_base.ob_base,
133600 : : & const_int_16384.ob_base.ob_base,
133601 : : & const_int_8192.ob_base.ob_base,
133602 : : & const_int_24576.ob_base.ob_base,
133603 : : & const_int_32768.ob_base.ob_base,
133604 : : & const_int_4096.ob_base.ob_base,
133605 : : & const_int_40960.ob_base.ob_base,
133606 : : & const_int_49152.ob_base.ob_base,
133607 : : & stat_toplevel_consts_20.ob_base.ob_base,
133608 : : & stat_toplevel_consts_21.ob_base.ob_base,
133609 : : & stat_toplevel_consts_22.ob_base.ob_base,
133610 : : & stat_toplevel_consts_23.ob_base.ob_base,
133611 : : & stat_toplevel_consts_24.ob_base.ob_base,
133612 : : & stat_toplevel_consts_25.ob_base.ob_base,
133613 : : & stat_toplevel_consts_26.ob_base.ob_base,
133614 : : & stat_toplevel_consts_27.ob_base.ob_base,
133615 : : & stat_toplevel_consts_28.ob_base.ob_base,
133616 : : & stat_toplevel_consts_29.ob_base.ob_base,
133617 : : & const_int_2048.ob_base.ob_base,
133618 : : & const_int_1024.ob_base.ob_base,
133619 : : & const_int_512.ob_base.ob_base,
133620 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 256],
133621 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 128],
133622 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 64],
133623 : : & const_int_448.ob_base.ob_base,
133624 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 56],
133625 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 32],
133626 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 16],
133627 : : & const_int_65536.ob_base.ob_base,
133628 : : & const_int_131072.ob_base.ob_base,
133629 : : & const_int_262144.ob_base.ob_base,
133630 : : & const_int_1048576.ob_base.ob_base,
133631 : : & const_int_2097152.ob_base.ob_base,
133632 : : & const_str_l._ascii.ob_base,
133633 : : & const_str_s._ascii.ob_base,
133634 : : & stat_toplevel_consts_47._ascii.ob_base,
133635 : : & const_str_b._ascii.ob_base,
133636 : : & const_str_d._ascii.ob_base,
133637 : : & const_str_c._ascii.ob_base,
133638 : : & const_str_p._ascii.ob_base,
133639 : : & const_str_r._ascii.ob_base,
133640 : : & const_str_w._ascii.ob_base,
133641 : : & const_str_S._ascii.ob_base,
133642 : : & const_str_x._ascii.ob_base,
133643 : : & const_str_t._ascii.ob_base,
133644 : : & const_str_T._ascii.ob_base,
133645 : : & stat_toplevel_consts_58.ob_base.ob_base,
133646 : : & codecs_toplevel_consts_3._object.ob_base.ob_base,
133647 : : Py_None,
133648 : : },
133649 : : },
133650 : : };
133651 : : static
133652 : : struct {
133653 : : PyASCIIObject _ascii;
133654 : : uint8_t _data[8];
133655 : : }
133656 : : const_str_ST_MODE = {
133657 : : ._ascii = {
133658 : : .ob_base = {
133659 : : .ob_refcnt = 999999999,
133660 : : .ob_type = &PyUnicode_Type,
133661 : : },
133662 : : .length = 7,
133663 : : .hash = -1,
133664 : : .state = {
133665 : : .kind = 1,
133666 : : .compact = 1,
133667 : : .ascii = 1,
133668 : : },
133669 : : },
133670 : : ._data = "ST_MODE",
133671 : : };
133672 : : static
133673 : : struct {
133674 : : PyASCIIObject _ascii;
133675 : : uint8_t _data[7];
133676 : : }
133677 : : const_str_ST_INO = {
133678 : : ._ascii = {
133679 : : .ob_base = {
133680 : : .ob_refcnt = 999999999,
133681 : : .ob_type = &PyUnicode_Type,
133682 : : },
133683 : : .length = 6,
133684 : : .hash = -1,
133685 : : .state = {
133686 : : .kind = 1,
133687 : : .compact = 1,
133688 : : .ascii = 1,
133689 : : },
133690 : : },
133691 : : ._data = "ST_INO",
133692 : : };
133693 : : static
133694 : : struct {
133695 : : PyASCIIObject _ascii;
133696 : : uint8_t _data[7];
133697 : : }
133698 : : const_str_ST_DEV = {
133699 : : ._ascii = {
133700 : : .ob_base = {
133701 : : .ob_refcnt = 999999999,
133702 : : .ob_type = &PyUnicode_Type,
133703 : : },
133704 : : .length = 6,
133705 : : .hash = -1,
133706 : : .state = {
133707 : : .kind = 1,
133708 : : .compact = 1,
133709 : : .ascii = 1,
133710 : : },
133711 : : },
133712 : : ._data = "ST_DEV",
133713 : : };
133714 : : static
133715 : : struct {
133716 : : PyASCIIObject _ascii;
133717 : : uint8_t _data[9];
133718 : : }
133719 : : const_str_ST_NLINK = {
133720 : : ._ascii = {
133721 : : .ob_base = {
133722 : : .ob_refcnt = 999999999,
133723 : : .ob_type = &PyUnicode_Type,
133724 : : },
133725 : : .length = 8,
133726 : : .hash = -1,
133727 : : .state = {
133728 : : .kind = 1,
133729 : : .compact = 1,
133730 : : .ascii = 1,
133731 : : },
133732 : : },
133733 : : ._data = "ST_NLINK",
133734 : : };
133735 : : static
133736 : : struct {
133737 : : PyASCIIObject _ascii;
133738 : : uint8_t _data[7];
133739 : : }
133740 : : const_str_ST_UID = {
133741 : : ._ascii = {
133742 : : .ob_base = {
133743 : : .ob_refcnt = 999999999,
133744 : : .ob_type = &PyUnicode_Type,
133745 : : },
133746 : : .length = 6,
133747 : : .hash = -1,
133748 : : .state = {
133749 : : .kind = 1,
133750 : : .compact = 1,
133751 : : .ascii = 1,
133752 : : },
133753 : : },
133754 : : ._data = "ST_UID",
133755 : : };
133756 : : static
133757 : : struct {
133758 : : PyASCIIObject _ascii;
133759 : : uint8_t _data[7];
133760 : : }
133761 : : const_str_ST_GID = {
133762 : : ._ascii = {
133763 : : .ob_base = {
133764 : : .ob_refcnt = 999999999,
133765 : : .ob_type = &PyUnicode_Type,
133766 : : },
133767 : : .length = 6,
133768 : : .hash = -1,
133769 : : .state = {
133770 : : .kind = 1,
133771 : : .compact = 1,
133772 : : .ascii = 1,
133773 : : },
133774 : : },
133775 : : ._data = "ST_GID",
133776 : : };
133777 : : static
133778 : : struct {
133779 : : PyASCIIObject _ascii;
133780 : : uint8_t _data[8];
133781 : : }
133782 : : const_str_ST_SIZE = {
133783 : : ._ascii = {
133784 : : .ob_base = {
133785 : : .ob_refcnt = 999999999,
133786 : : .ob_type = &PyUnicode_Type,
133787 : : },
133788 : : .length = 7,
133789 : : .hash = -1,
133790 : : .state = {
133791 : : .kind = 1,
133792 : : .compact = 1,
133793 : : .ascii = 1,
133794 : : },
133795 : : },
133796 : : ._data = "ST_SIZE",
133797 : : };
133798 : : static
133799 : : struct {
133800 : : PyASCIIObject _ascii;
133801 : : uint8_t _data[9];
133802 : : }
133803 : : const_str_ST_ATIME = {
133804 : : ._ascii = {
133805 : : .ob_base = {
133806 : : .ob_refcnt = 999999999,
133807 : : .ob_type = &PyUnicode_Type,
133808 : : },
133809 : : .length = 8,
133810 : : .hash = -1,
133811 : : .state = {
133812 : : .kind = 1,
133813 : : .compact = 1,
133814 : : .ascii = 1,
133815 : : },
133816 : : },
133817 : : ._data = "ST_ATIME",
133818 : : };
133819 : : static
133820 : : struct {
133821 : : PyASCIIObject _ascii;
133822 : : uint8_t _data[9];
133823 : : }
133824 : : const_str_ST_MTIME = {
133825 : : ._ascii = {
133826 : : .ob_base = {
133827 : : .ob_refcnt = 999999999,
133828 : : .ob_type = &PyUnicode_Type,
133829 : : },
133830 : : .length = 8,
133831 : : .hash = -1,
133832 : : .state = {
133833 : : .kind = 1,
133834 : : .compact = 1,
133835 : : .ascii = 1,
133836 : : },
133837 : : },
133838 : : ._data = "ST_MTIME",
133839 : : };
133840 : : static
133841 : : struct {
133842 : : PyASCIIObject _ascii;
133843 : : uint8_t _data[9];
133844 : : }
133845 : : const_str_ST_CTIME = {
133846 : : ._ascii = {
133847 : : .ob_base = {
133848 : : .ob_refcnt = 999999999,
133849 : : .ob_type = &PyUnicode_Type,
133850 : : },
133851 : : .length = 8,
133852 : : .hash = -1,
133853 : : .state = {
133854 : : .kind = 1,
133855 : : .compact = 1,
133856 : : .ascii = 1,
133857 : : },
133858 : : },
133859 : : ._data = "ST_CTIME",
133860 : : };
133861 : : static
133862 : : struct {
133863 : : PyASCIIObject _ascii;
133864 : : uint8_t _data[9];
133865 : : }
133866 : : const_str_S_IFDOOR = {
133867 : : ._ascii = {
133868 : : .ob_base = {
133869 : : .ob_refcnt = 999999999,
133870 : : .ob_type = &PyUnicode_Type,
133871 : : },
133872 : : .length = 8,
133873 : : .hash = -1,
133874 : : .state = {
133875 : : .kind = 1,
133876 : : .compact = 1,
133877 : : .ascii = 1,
133878 : : },
133879 : : },
133880 : : ._data = "S_IFDOOR",
133881 : : };
133882 : : static
133883 : : struct {
133884 : : PyASCIIObject _ascii;
133885 : : uint8_t _data[9];
133886 : : }
133887 : : const_str_S_IFPORT = {
133888 : : ._ascii = {
133889 : : .ob_base = {
133890 : : .ob_refcnt = 999999999,
133891 : : .ob_type = &PyUnicode_Type,
133892 : : },
133893 : : .length = 8,
133894 : : .hash = -1,
133895 : : .state = {
133896 : : .kind = 1,
133897 : : .compact = 1,
133898 : : .ascii = 1,
133899 : : },
133900 : : },
133901 : : ._data = "S_IFPORT",
133902 : : };
133903 : : static
133904 : : struct {
133905 : : PyASCIIObject _ascii;
133906 : : uint8_t _data[8];
133907 : : }
133908 : : const_str_S_IFWHT = {
133909 : : ._ascii = {
133910 : : .ob_base = {
133911 : : .ob_refcnt = 999999999,
133912 : : .ob_type = &PyUnicode_Type,
133913 : : },
133914 : : .length = 7,
133915 : : .hash = -1,
133916 : : .state = {
133917 : : .kind = 1,
133918 : : .compact = 1,
133919 : : .ascii = 1,
133920 : : },
133921 : : },
133922 : : ._data = "S_IFWHT",
133923 : : };
133924 : : static
133925 : : struct {
133926 : : PyASCIIObject _ascii;
133927 : : uint8_t _data[8];
133928 : : }
133929 : : const_str_S_ISUID = {
133930 : : ._ascii = {
133931 : : .ob_base = {
133932 : : .ob_refcnt = 999999999,
133933 : : .ob_type = &PyUnicode_Type,
133934 : : },
133935 : : .length = 7,
133936 : : .hash = -1,
133937 : : .state = {
133938 : : .kind = 1,
133939 : : .compact = 1,
133940 : : .ascii = 1,
133941 : : },
133942 : : },
133943 : : ._data = "S_ISUID",
133944 : : };
133945 : : static
133946 : : struct {
133947 : : PyASCIIObject _ascii;
133948 : : uint8_t _data[8];
133949 : : }
133950 : : const_str_S_ISGID = {
133951 : : ._ascii = {
133952 : : .ob_base = {
133953 : : .ob_refcnt = 999999999,
133954 : : .ob_type = &PyUnicode_Type,
133955 : : },
133956 : : .length = 7,
133957 : : .hash = -1,
133958 : : .state = {
133959 : : .kind = 1,
133960 : : .compact = 1,
133961 : : .ascii = 1,
133962 : : },
133963 : : },
133964 : : ._data = "S_ISGID",
133965 : : };
133966 : : static
133967 : : struct {
133968 : : PyASCIIObject _ascii;
133969 : : uint8_t _data[8];
133970 : : }
133971 : : const_str_S_ENFMT = {
133972 : : ._ascii = {
133973 : : .ob_base = {
133974 : : .ob_refcnt = 999999999,
133975 : : .ob_type = &PyUnicode_Type,
133976 : : },
133977 : : .length = 7,
133978 : : .hash = -1,
133979 : : .state = {
133980 : : .kind = 1,
133981 : : .compact = 1,
133982 : : .ascii = 1,
133983 : : },
133984 : : },
133985 : : ._data = "S_ENFMT",
133986 : : };
133987 : : static
133988 : : struct {
133989 : : PyASCIIObject _ascii;
133990 : : uint8_t _data[8];
133991 : : }
133992 : : const_str_S_ISVTX = {
133993 : : ._ascii = {
133994 : : .ob_base = {
133995 : : .ob_refcnt = 999999999,
133996 : : .ob_type = &PyUnicode_Type,
133997 : : },
133998 : : .length = 7,
133999 : : .hash = -1,
134000 : : .state = {
134001 : : .kind = 1,
134002 : : .compact = 1,
134003 : : .ascii = 1,
134004 : : },
134005 : : },
134006 : : ._data = "S_ISVTX",
134007 : : };
134008 : : static
134009 : : struct {
134010 : : PyASCIIObject _ascii;
134011 : : uint8_t _data[8];
134012 : : }
134013 : : const_str_S_IREAD = {
134014 : : ._ascii = {
134015 : : .ob_base = {
134016 : : .ob_refcnt = 999999999,
134017 : : .ob_type = &PyUnicode_Type,
134018 : : },
134019 : : .length = 7,
134020 : : .hash = -1,
134021 : : .state = {
134022 : : .kind = 1,
134023 : : .compact = 1,
134024 : : .ascii = 1,
134025 : : },
134026 : : },
134027 : : ._data = "S_IREAD",
134028 : : };
134029 : : static
134030 : : struct {
134031 : : PyASCIIObject _ascii;
134032 : : uint8_t _data[9];
134033 : : }
134034 : : const_str_S_IWRITE = {
134035 : : ._ascii = {
134036 : : .ob_base = {
134037 : : .ob_refcnt = 999999999,
134038 : : .ob_type = &PyUnicode_Type,
134039 : : },
134040 : : .length = 8,
134041 : : .hash = -1,
134042 : : .state = {
134043 : : .kind = 1,
134044 : : .compact = 1,
134045 : : .ascii = 1,
134046 : : },
134047 : : },
134048 : : ._data = "S_IWRITE",
134049 : : };
134050 : : static
134051 : : struct {
134052 : : PyASCIIObject _ascii;
134053 : : uint8_t _data[8];
134054 : : }
134055 : : const_str_S_IEXEC = {
134056 : : ._ascii = {
134057 : : .ob_base = {
134058 : : .ob_refcnt = 999999999,
134059 : : .ob_type = &PyUnicode_Type,
134060 : : },
134061 : : .length = 7,
134062 : : .hash = -1,
134063 : : .state = {
134064 : : .kind = 1,
134065 : : .compact = 1,
134066 : : .ascii = 1,
134067 : : },
134068 : : },
134069 : : ._data = "S_IEXEC",
134070 : : };
134071 : : static
134072 : : struct {
134073 : : PyASCIIObject _ascii;
134074 : : uint8_t _data[8];
134075 : : }
134076 : : const_str_S_IRWXU = {
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 : : },
134089 : : },
134090 : : ._data = "S_IRWXU",
134091 : : };
134092 : : static
134093 : : struct {
134094 : : PyASCIIObject _ascii;
134095 : : uint8_t _data[8];
134096 : : }
134097 : : const_str_S_IRUSR = {
134098 : : ._ascii = {
134099 : : .ob_base = {
134100 : : .ob_refcnt = 999999999,
134101 : : .ob_type = &PyUnicode_Type,
134102 : : },
134103 : : .length = 7,
134104 : : .hash = -1,
134105 : : .state = {
134106 : : .kind = 1,
134107 : : .compact = 1,
134108 : : .ascii = 1,
134109 : : },
134110 : : },
134111 : : ._data = "S_IRUSR",
134112 : : };
134113 : : static
134114 : : struct {
134115 : : PyASCIIObject _ascii;
134116 : : uint8_t _data[8];
134117 : : }
134118 : : const_str_S_IWUSR = {
134119 : : ._ascii = {
134120 : : .ob_base = {
134121 : : .ob_refcnt = 999999999,
134122 : : .ob_type = &PyUnicode_Type,
134123 : : },
134124 : : .length = 7,
134125 : : .hash = -1,
134126 : : .state = {
134127 : : .kind = 1,
134128 : : .compact = 1,
134129 : : .ascii = 1,
134130 : : },
134131 : : },
134132 : : ._data = "S_IWUSR",
134133 : : };
134134 : : static
134135 : : struct {
134136 : : PyASCIIObject _ascii;
134137 : : uint8_t _data[8];
134138 : : }
134139 : : const_str_S_IXUSR = {
134140 : : ._ascii = {
134141 : : .ob_base = {
134142 : : .ob_refcnt = 999999999,
134143 : : .ob_type = &PyUnicode_Type,
134144 : : },
134145 : : .length = 7,
134146 : : .hash = -1,
134147 : : .state = {
134148 : : .kind = 1,
134149 : : .compact = 1,
134150 : : .ascii = 1,
134151 : : },
134152 : : },
134153 : : ._data = "S_IXUSR",
134154 : : };
134155 : : static
134156 : : struct {
134157 : : PyASCIIObject _ascii;
134158 : : uint8_t _data[8];
134159 : : }
134160 : : const_str_S_IRWXG = {
134161 : : ._ascii = {
134162 : : .ob_base = {
134163 : : .ob_refcnt = 999999999,
134164 : : .ob_type = &PyUnicode_Type,
134165 : : },
134166 : : .length = 7,
134167 : : .hash = -1,
134168 : : .state = {
134169 : : .kind = 1,
134170 : : .compact = 1,
134171 : : .ascii = 1,
134172 : : },
134173 : : },
134174 : : ._data = "S_IRWXG",
134175 : : };
134176 : : static
134177 : : struct {
134178 : : PyASCIIObject _ascii;
134179 : : uint8_t _data[8];
134180 : : }
134181 : : const_str_S_IRGRP = {
134182 : : ._ascii = {
134183 : : .ob_base = {
134184 : : .ob_refcnt = 999999999,
134185 : : .ob_type = &PyUnicode_Type,
134186 : : },
134187 : : .length = 7,
134188 : : .hash = -1,
134189 : : .state = {
134190 : : .kind = 1,
134191 : : .compact = 1,
134192 : : .ascii = 1,
134193 : : },
134194 : : },
134195 : : ._data = "S_IRGRP",
134196 : : };
134197 : : static
134198 : : struct {
134199 : : PyASCIIObject _ascii;
134200 : : uint8_t _data[8];
134201 : : }
134202 : : const_str_S_IWGRP = {
134203 : : ._ascii = {
134204 : : .ob_base = {
134205 : : .ob_refcnt = 999999999,
134206 : : .ob_type = &PyUnicode_Type,
134207 : : },
134208 : : .length = 7,
134209 : : .hash = -1,
134210 : : .state = {
134211 : : .kind = 1,
134212 : : .compact = 1,
134213 : : .ascii = 1,
134214 : : },
134215 : : },
134216 : : ._data = "S_IWGRP",
134217 : : };
134218 : : static
134219 : : struct {
134220 : : PyASCIIObject _ascii;
134221 : : uint8_t _data[8];
134222 : : }
134223 : : const_str_S_IXGRP = {
134224 : : ._ascii = {
134225 : : .ob_base = {
134226 : : .ob_refcnt = 999999999,
134227 : : .ob_type = &PyUnicode_Type,
134228 : : },
134229 : : .length = 7,
134230 : : .hash = -1,
134231 : : .state = {
134232 : : .kind = 1,
134233 : : .compact = 1,
134234 : : .ascii = 1,
134235 : : },
134236 : : },
134237 : : ._data = "S_IXGRP",
134238 : : };
134239 : : static
134240 : : struct {
134241 : : PyASCIIObject _ascii;
134242 : : uint8_t _data[8];
134243 : : }
134244 : : const_str_S_IRWXO = {
134245 : : ._ascii = {
134246 : : .ob_base = {
134247 : : .ob_refcnt = 999999999,
134248 : : .ob_type = &PyUnicode_Type,
134249 : : },
134250 : : .length = 7,
134251 : : .hash = -1,
134252 : : .state = {
134253 : : .kind = 1,
134254 : : .compact = 1,
134255 : : .ascii = 1,
134256 : : },
134257 : : },
134258 : : ._data = "S_IRWXO",
134259 : : };
134260 : : static
134261 : : struct {
134262 : : PyASCIIObject _ascii;
134263 : : uint8_t _data[8];
134264 : : }
134265 : : const_str_S_IROTH = {
134266 : : ._ascii = {
134267 : : .ob_base = {
134268 : : .ob_refcnt = 999999999,
134269 : : .ob_type = &PyUnicode_Type,
134270 : : },
134271 : : .length = 7,
134272 : : .hash = -1,
134273 : : .state = {
134274 : : .kind = 1,
134275 : : .compact = 1,
134276 : : .ascii = 1,
134277 : : },
134278 : : },
134279 : : ._data = "S_IROTH",
134280 : : };
134281 : : static
134282 : : struct {
134283 : : PyASCIIObject _ascii;
134284 : : uint8_t _data[8];
134285 : : }
134286 : : const_str_S_IWOTH = {
134287 : : ._ascii = {
134288 : : .ob_base = {
134289 : : .ob_refcnt = 999999999,
134290 : : .ob_type = &PyUnicode_Type,
134291 : : },
134292 : : .length = 7,
134293 : : .hash = -1,
134294 : : .state = {
134295 : : .kind = 1,
134296 : : .compact = 1,
134297 : : .ascii = 1,
134298 : : },
134299 : : },
134300 : : ._data = "S_IWOTH",
134301 : : };
134302 : : static
134303 : : struct {
134304 : : PyASCIIObject _ascii;
134305 : : uint8_t _data[8];
134306 : : }
134307 : : const_str_S_IXOTH = {
134308 : : ._ascii = {
134309 : : .ob_base = {
134310 : : .ob_refcnt = 999999999,
134311 : : .ob_type = &PyUnicode_Type,
134312 : : },
134313 : : .length = 7,
134314 : : .hash = -1,
134315 : : .state = {
134316 : : .kind = 1,
134317 : : .compact = 1,
134318 : : .ascii = 1,
134319 : : },
134320 : : },
134321 : : ._data = "S_IXOTH",
134322 : : };
134323 : : static
134324 : : struct {
134325 : : PyASCIIObject _ascii;
134326 : : uint8_t _data[10];
134327 : : }
134328 : : const_str_UF_NODUMP = {
134329 : : ._ascii = {
134330 : : .ob_base = {
134331 : : .ob_refcnt = 999999999,
134332 : : .ob_type = &PyUnicode_Type,
134333 : : },
134334 : : .length = 9,
134335 : : .hash = -1,
134336 : : .state = {
134337 : : .kind = 1,
134338 : : .compact = 1,
134339 : : .ascii = 1,
134340 : : },
134341 : : },
134342 : : ._data = "UF_NODUMP",
134343 : : };
134344 : : static
134345 : : struct {
134346 : : PyASCIIObject _ascii;
134347 : : uint8_t _data[13];
134348 : : }
134349 : : const_str_UF_IMMUTABLE = {
134350 : : ._ascii = {
134351 : : .ob_base = {
134352 : : .ob_refcnt = 999999999,
134353 : : .ob_type = &PyUnicode_Type,
134354 : : },
134355 : : .length = 12,
134356 : : .hash = -1,
134357 : : .state = {
134358 : : .kind = 1,
134359 : : .compact = 1,
134360 : : .ascii = 1,
134361 : : },
134362 : : },
134363 : : ._data = "UF_IMMUTABLE",
134364 : : };
134365 : : static
134366 : : struct {
134367 : : PyASCIIObject _ascii;
134368 : : uint8_t _data[10];
134369 : : }
134370 : : const_str_UF_APPEND = {
134371 : : ._ascii = {
134372 : : .ob_base = {
134373 : : .ob_refcnt = 999999999,
134374 : : .ob_type = &PyUnicode_Type,
134375 : : },
134376 : : .length = 9,
134377 : : .hash = -1,
134378 : : .state = {
134379 : : .kind = 1,
134380 : : .compact = 1,
134381 : : .ascii = 1,
134382 : : },
134383 : : },
134384 : : ._data = "UF_APPEND",
134385 : : };
134386 : : static
134387 : : struct {
134388 : : PyASCIIObject _ascii;
134389 : : uint8_t _data[10];
134390 : : }
134391 : : const_str_UF_OPAQUE = {
134392 : : ._ascii = {
134393 : : .ob_base = {
134394 : : .ob_refcnt = 999999999,
134395 : : .ob_type = &PyUnicode_Type,
134396 : : },
134397 : : .length = 9,
134398 : : .hash = -1,
134399 : : .state = {
134400 : : .kind = 1,
134401 : : .compact = 1,
134402 : : .ascii = 1,
134403 : : },
134404 : : },
134405 : : ._data = "UF_OPAQUE",
134406 : : };
134407 : : static
134408 : : struct {
134409 : : PyASCIIObject _ascii;
134410 : : uint8_t _data[12];
134411 : : }
134412 : : const_str_UF_NOUNLINK = {
134413 : : ._ascii = {
134414 : : .ob_base = {
134415 : : .ob_refcnt = 999999999,
134416 : : .ob_type = &PyUnicode_Type,
134417 : : },
134418 : : .length = 11,
134419 : : .hash = -1,
134420 : : .state = {
134421 : : .kind = 1,
134422 : : .compact = 1,
134423 : : .ascii = 1,
134424 : : },
134425 : : },
134426 : : ._data = "UF_NOUNLINK",
134427 : : };
134428 : : static
134429 : : struct {
134430 : : PyASCIIObject _ascii;
134431 : : uint8_t _data[14];
134432 : : }
134433 : : const_str_UF_COMPRESSED = {
134434 : : ._ascii = {
134435 : : .ob_base = {
134436 : : .ob_refcnt = 999999999,
134437 : : .ob_type = &PyUnicode_Type,
134438 : : },
134439 : : .length = 13,
134440 : : .hash = -1,
134441 : : .state = {
134442 : : .kind = 1,
134443 : : .compact = 1,
134444 : : .ascii = 1,
134445 : : },
134446 : : },
134447 : : ._data = "UF_COMPRESSED",
134448 : : };
134449 : : static
134450 : : struct {
134451 : : PyASCIIObject _ascii;
134452 : : uint8_t _data[10];
134453 : : }
134454 : : const_str_UF_HIDDEN = {
134455 : : ._ascii = {
134456 : : .ob_base = {
134457 : : .ob_refcnt = 999999999,
134458 : : .ob_type = &PyUnicode_Type,
134459 : : },
134460 : : .length = 9,
134461 : : .hash = -1,
134462 : : .state = {
134463 : : .kind = 1,
134464 : : .compact = 1,
134465 : : .ascii = 1,
134466 : : },
134467 : : },
134468 : : ._data = "UF_HIDDEN",
134469 : : };
134470 : : static
134471 : : struct {
134472 : : PyASCIIObject _ascii;
134473 : : uint8_t _data[12];
134474 : : }
134475 : : const_str_SF_ARCHIVED = {
134476 : : ._ascii = {
134477 : : .ob_base = {
134478 : : .ob_refcnt = 999999999,
134479 : : .ob_type = &PyUnicode_Type,
134480 : : },
134481 : : .length = 11,
134482 : : .hash = -1,
134483 : : .state = {
134484 : : .kind = 1,
134485 : : .compact = 1,
134486 : : .ascii = 1,
134487 : : },
134488 : : },
134489 : : ._data = "SF_ARCHIVED",
134490 : : };
134491 : : static
134492 : : struct {
134493 : : PyASCIIObject _ascii;
134494 : : uint8_t _data[13];
134495 : : }
134496 : : const_str_SF_IMMUTABLE = {
134497 : : ._ascii = {
134498 : : .ob_base = {
134499 : : .ob_refcnt = 999999999,
134500 : : .ob_type = &PyUnicode_Type,
134501 : : },
134502 : : .length = 12,
134503 : : .hash = -1,
134504 : : .state = {
134505 : : .kind = 1,
134506 : : .compact = 1,
134507 : : .ascii = 1,
134508 : : },
134509 : : },
134510 : : ._data = "SF_IMMUTABLE",
134511 : : };
134512 : : static
134513 : : struct {
134514 : : PyASCIIObject _ascii;
134515 : : uint8_t _data[10];
134516 : : }
134517 : : const_str_SF_APPEND = {
134518 : : ._ascii = {
134519 : : .ob_base = {
134520 : : .ob_refcnt = 999999999,
134521 : : .ob_type = &PyUnicode_Type,
134522 : : },
134523 : : .length = 9,
134524 : : .hash = -1,
134525 : : .state = {
134526 : : .kind = 1,
134527 : : .compact = 1,
134528 : : .ascii = 1,
134529 : : },
134530 : : },
134531 : : ._data = "SF_APPEND",
134532 : : };
134533 : : static
134534 : : struct {
134535 : : PyASCIIObject _ascii;
134536 : : uint8_t _data[12];
134537 : : }
134538 : : const_str_SF_NOUNLINK = {
134539 : : ._ascii = {
134540 : : .ob_base = {
134541 : : .ob_refcnt = 999999999,
134542 : : .ob_type = &PyUnicode_Type,
134543 : : },
134544 : : .length = 11,
134545 : : .hash = -1,
134546 : : .state = {
134547 : : .kind = 1,
134548 : : .compact = 1,
134549 : : .ascii = 1,
134550 : : },
134551 : : },
134552 : : ._data = "SF_NOUNLINK",
134553 : : };
134554 : : static
134555 : : struct {
134556 : : PyASCIIObject _ascii;
134557 : : uint8_t _data[12];
134558 : : }
134559 : : const_str_SF_SNAPSHOT = {
134560 : : ._ascii = {
134561 : : .ob_base = {
134562 : : .ob_refcnt = 999999999,
134563 : : .ob_type = &PyUnicode_Type,
134564 : : },
134565 : : .length = 11,
134566 : : .hash = -1,
134567 : : .state = {
134568 : : .kind = 1,
134569 : : .compact = 1,
134570 : : .ascii = 1,
134571 : : },
134572 : : },
134573 : : ._data = "SF_SNAPSHOT",
134574 : : };
134575 : : static
134576 : : struct {
134577 : : PyASCIIObject _ascii;
134578 : : uint8_t _data[23];
134579 : : }
134580 : : const_str_FILE_ATTRIBUTE_ARCHIVE = {
134581 : : ._ascii = {
134582 : : .ob_base = {
134583 : : .ob_refcnt = 999999999,
134584 : : .ob_type = &PyUnicode_Type,
134585 : : },
134586 : : .length = 22,
134587 : : .hash = -1,
134588 : : .state = {
134589 : : .kind = 1,
134590 : : .compact = 1,
134591 : : .ascii = 1,
134592 : : },
134593 : : },
134594 : : ._data = "FILE_ATTRIBUTE_ARCHIVE",
134595 : : };
134596 : : static
134597 : : struct {
134598 : : PyASCIIObject _ascii;
134599 : : uint8_t _data[26];
134600 : : }
134601 : : const_str_FILE_ATTRIBUTE_COMPRESSED = {
134602 : : ._ascii = {
134603 : : .ob_base = {
134604 : : .ob_refcnt = 999999999,
134605 : : .ob_type = &PyUnicode_Type,
134606 : : },
134607 : : .length = 25,
134608 : : .hash = -1,
134609 : : .state = {
134610 : : .kind = 1,
134611 : : .compact = 1,
134612 : : .ascii = 1,
134613 : : },
134614 : : },
134615 : : ._data = "FILE_ATTRIBUTE_COMPRESSED",
134616 : : };
134617 : : static
134618 : : struct {
134619 : : PyASCIIObject _ascii;
134620 : : uint8_t _data[22];
134621 : : }
134622 : : const_str_FILE_ATTRIBUTE_DEVICE = {
134623 : : ._ascii = {
134624 : : .ob_base = {
134625 : : .ob_refcnt = 999999999,
134626 : : .ob_type = &PyUnicode_Type,
134627 : : },
134628 : : .length = 21,
134629 : : .hash = -1,
134630 : : .state = {
134631 : : .kind = 1,
134632 : : .compact = 1,
134633 : : .ascii = 1,
134634 : : },
134635 : : },
134636 : : ._data = "FILE_ATTRIBUTE_DEVICE",
134637 : : };
134638 : : static
134639 : : struct {
134640 : : PyASCIIObject _ascii;
134641 : : uint8_t _data[25];
134642 : : }
134643 : : const_str_FILE_ATTRIBUTE_DIRECTORY = {
134644 : : ._ascii = {
134645 : : .ob_base = {
134646 : : .ob_refcnt = 999999999,
134647 : : .ob_type = &PyUnicode_Type,
134648 : : },
134649 : : .length = 24,
134650 : : .hash = -1,
134651 : : .state = {
134652 : : .kind = 1,
134653 : : .compact = 1,
134654 : : .ascii = 1,
134655 : : },
134656 : : },
134657 : : ._data = "FILE_ATTRIBUTE_DIRECTORY",
134658 : : };
134659 : : static
134660 : : struct {
134661 : : PyASCIIObject _ascii;
134662 : : uint8_t _data[25];
134663 : : }
134664 : : const_str_FILE_ATTRIBUTE_ENCRYPTED = {
134665 : : ._ascii = {
134666 : : .ob_base = {
134667 : : .ob_refcnt = 999999999,
134668 : : .ob_type = &PyUnicode_Type,
134669 : : },
134670 : : .length = 24,
134671 : : .hash = -1,
134672 : : .state = {
134673 : : .kind = 1,
134674 : : .compact = 1,
134675 : : .ascii = 1,
134676 : : },
134677 : : },
134678 : : ._data = "FILE_ATTRIBUTE_ENCRYPTED",
134679 : : };
134680 : : static
134681 : : struct {
134682 : : PyASCIIObject _ascii;
134683 : : uint8_t _data[22];
134684 : : }
134685 : : const_str_FILE_ATTRIBUTE_HIDDEN = {
134686 : : ._ascii = {
134687 : : .ob_base = {
134688 : : .ob_refcnt = 999999999,
134689 : : .ob_type = &PyUnicode_Type,
134690 : : },
134691 : : .length = 21,
134692 : : .hash = -1,
134693 : : .state = {
134694 : : .kind = 1,
134695 : : .compact = 1,
134696 : : .ascii = 1,
134697 : : },
134698 : : },
134699 : : ._data = "FILE_ATTRIBUTE_HIDDEN",
134700 : : };
134701 : : static
134702 : : struct {
134703 : : PyASCIIObject _ascii;
134704 : : uint8_t _data[32];
134705 : : }
134706 : : const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM = {
134707 : : ._ascii = {
134708 : : .ob_base = {
134709 : : .ob_refcnt = 999999999,
134710 : : .ob_type = &PyUnicode_Type,
134711 : : },
134712 : : .length = 31,
134713 : : .hash = -1,
134714 : : .state = {
134715 : : .kind = 1,
134716 : : .compact = 1,
134717 : : .ascii = 1,
134718 : : },
134719 : : },
134720 : : ._data = "FILE_ATTRIBUTE_INTEGRITY_STREAM",
134721 : : };
134722 : : static
134723 : : struct {
134724 : : PyASCIIObject _ascii;
134725 : : uint8_t _data[22];
134726 : : }
134727 : : const_str_FILE_ATTRIBUTE_NORMAL = {
134728 : : ._ascii = {
134729 : : .ob_base = {
134730 : : .ob_refcnt = 999999999,
134731 : : .ob_type = &PyUnicode_Type,
134732 : : },
134733 : : .length = 21,
134734 : : .hash = -1,
134735 : : .state = {
134736 : : .kind = 1,
134737 : : .compact = 1,
134738 : : .ascii = 1,
134739 : : },
134740 : : },
134741 : : ._data = "FILE_ATTRIBUTE_NORMAL",
134742 : : };
134743 : : static
134744 : : struct {
134745 : : PyASCIIObject _ascii;
134746 : : uint8_t _data[35];
134747 : : }
134748 : : const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = {
134749 : : ._ascii = {
134750 : : .ob_base = {
134751 : : .ob_refcnt = 999999999,
134752 : : .ob_type = &PyUnicode_Type,
134753 : : },
134754 : : .length = 34,
134755 : : .hash = -1,
134756 : : .state = {
134757 : : .kind = 1,
134758 : : .compact = 1,
134759 : : .ascii = 1,
134760 : : },
134761 : : },
134762 : : ._data = "FILE_ATTRIBUTE_NOT_CONTENT_INDEXED",
134763 : : };
134764 : : static
134765 : : struct {
134766 : : PyASCIIObject _ascii;
134767 : : uint8_t _data[29];
134768 : : }
134769 : : const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA = {
134770 : : ._ascii = {
134771 : : .ob_base = {
134772 : : .ob_refcnt = 999999999,
134773 : : .ob_type = &PyUnicode_Type,
134774 : : },
134775 : : .length = 28,
134776 : : .hash = -1,
134777 : : .state = {
134778 : : .kind = 1,
134779 : : .compact = 1,
134780 : : .ascii = 1,
134781 : : },
134782 : : },
134783 : : ._data = "FILE_ATTRIBUTE_NO_SCRUB_DATA",
134784 : : };
134785 : : static
134786 : : struct {
134787 : : PyASCIIObject _ascii;
134788 : : uint8_t _data[23];
134789 : : }
134790 : : const_str_FILE_ATTRIBUTE_OFFLINE = {
134791 : : ._ascii = {
134792 : : .ob_base = {
134793 : : .ob_refcnt = 999999999,
134794 : : .ob_type = &PyUnicode_Type,
134795 : : },
134796 : : .length = 22,
134797 : : .hash = -1,
134798 : : .state = {
134799 : : .kind = 1,
134800 : : .compact = 1,
134801 : : .ascii = 1,
134802 : : },
134803 : : },
134804 : : ._data = "FILE_ATTRIBUTE_OFFLINE",
134805 : : };
134806 : : static
134807 : : struct {
134808 : : PyASCIIObject _ascii;
134809 : : uint8_t _data[24];
134810 : : }
134811 : : const_str_FILE_ATTRIBUTE_READONLY = {
134812 : : ._ascii = {
134813 : : .ob_base = {
134814 : : .ob_refcnt = 999999999,
134815 : : .ob_type = &PyUnicode_Type,
134816 : : },
134817 : : .length = 23,
134818 : : .hash = -1,
134819 : : .state = {
134820 : : .kind = 1,
134821 : : .compact = 1,
134822 : : .ascii = 1,
134823 : : },
134824 : : },
134825 : : ._data = "FILE_ATTRIBUTE_READONLY",
134826 : : };
134827 : : static
134828 : : struct {
134829 : : PyASCIIObject _ascii;
134830 : : uint8_t _data[29];
134831 : : }
134832 : : const_str_FILE_ATTRIBUTE_REPARSE_POINT = {
134833 : : ._ascii = {
134834 : : .ob_base = {
134835 : : .ob_refcnt = 999999999,
134836 : : .ob_type = &PyUnicode_Type,
134837 : : },
134838 : : .length = 28,
134839 : : .hash = -1,
134840 : : .state = {
134841 : : .kind = 1,
134842 : : .compact = 1,
134843 : : .ascii = 1,
134844 : : },
134845 : : },
134846 : : ._data = "FILE_ATTRIBUTE_REPARSE_POINT",
134847 : : };
134848 : : static
134849 : : struct {
134850 : : PyASCIIObject _ascii;
134851 : : uint8_t _data[27];
134852 : : }
134853 : : const_str_FILE_ATTRIBUTE_SPARSE_FILE = {
134854 : : ._ascii = {
134855 : : .ob_base = {
134856 : : .ob_refcnt = 999999999,
134857 : : .ob_type = &PyUnicode_Type,
134858 : : },
134859 : : .length = 26,
134860 : : .hash = -1,
134861 : : .state = {
134862 : : .kind = 1,
134863 : : .compact = 1,
134864 : : .ascii = 1,
134865 : : },
134866 : : },
134867 : : ._data = "FILE_ATTRIBUTE_SPARSE_FILE",
134868 : : };
134869 : : static
134870 : : struct {
134871 : : PyASCIIObject _ascii;
134872 : : uint8_t _data[22];
134873 : : }
134874 : : const_str_FILE_ATTRIBUTE_SYSTEM = {
134875 : : ._ascii = {
134876 : : .ob_base = {
134877 : : .ob_refcnt = 999999999,
134878 : : .ob_type = &PyUnicode_Type,
134879 : : },
134880 : : .length = 21,
134881 : : .hash = -1,
134882 : : .state = {
134883 : : .kind = 1,
134884 : : .compact = 1,
134885 : : .ascii = 1,
134886 : : },
134887 : : },
134888 : : ._data = "FILE_ATTRIBUTE_SYSTEM",
134889 : : };
134890 : : static
134891 : : struct {
134892 : : PyASCIIObject _ascii;
134893 : : uint8_t _data[25];
134894 : : }
134895 : : const_str_FILE_ATTRIBUTE_TEMPORARY = {
134896 : : ._ascii = {
134897 : : .ob_base = {
134898 : : .ob_refcnt = 999999999,
134899 : : .ob_type = &PyUnicode_Type,
134900 : : },
134901 : : .length = 24,
134902 : : .hash = -1,
134903 : : .state = {
134904 : : .kind = 1,
134905 : : .compact = 1,
134906 : : .ascii = 1,
134907 : : },
134908 : : },
134909 : : ._data = "FILE_ATTRIBUTE_TEMPORARY",
134910 : : };
134911 : : static
134912 : : struct {
134913 : : PyASCIIObject _ascii;
134914 : : uint8_t _data[23];
134915 : : }
134916 : : const_str_FILE_ATTRIBUTE_VIRTUAL = {
134917 : : ._ascii = {
134918 : : .ob_base = {
134919 : : .ob_refcnt = 999999999,
134920 : : .ob_type = &PyUnicode_Type,
134921 : : },
134922 : : .length = 22,
134923 : : .hash = -1,
134924 : : .state = {
134925 : : .kind = 1,
134926 : : .compact = 1,
134927 : : .ascii = 1,
134928 : : },
134929 : : },
134930 : : ._data = "FILE_ATTRIBUTE_VIRTUAL",
134931 : : };
134932 : : static
134933 : : struct {
134934 : : PyASCIIObject _ascii;
134935 : : uint8_t _data[6];
134936 : : }
134937 : : const_str__stat = {
134938 : : ._ascii = {
134939 : : .ob_base = {
134940 : : .ob_refcnt = 999999999,
134941 : : .ob_type = &PyUnicode_Type,
134942 : : },
134943 : : .length = 5,
134944 : : .hash = -1,
134945 : : .state = {
134946 : : .kind = 1,
134947 : : .compact = 1,
134948 : : .ascii = 1,
134949 : : },
134950 : : },
134951 : : ._data = "_stat",
134952 : : };
134953 : : static
134954 : : struct {
134955 : : PyGC_Head _gc_head;
134956 : : struct {
134957 : : PyObject_VAR_HEAD
134958 : : PyObject *ob_item[85];
134959 : : }_object;
134960 : : }
134961 : : stat_toplevel_names = {
134962 : : ._object = {
134963 : : .ob_base = {
134964 : : .ob_base = {
134965 : : .ob_refcnt = 999999999,
134966 : : .ob_type = &PyTuple_Type,
134967 : : },
134968 : : .ob_size = 85,
134969 : : },
134970 : : .ob_item = {
134971 : : &_Py_ID(__doc__),
134972 : : & const_str_ST_MODE._ascii.ob_base,
134973 : : & const_str_ST_INO._ascii.ob_base,
134974 : : & const_str_ST_DEV._ascii.ob_base,
134975 : : & const_str_ST_NLINK._ascii.ob_base,
134976 : : & const_str_ST_UID._ascii.ob_base,
134977 : : & const_str_ST_GID._ascii.ob_base,
134978 : : & const_str_ST_SIZE._ascii.ob_base,
134979 : : & const_str_ST_ATIME._ascii.ob_base,
134980 : : & const_str_ST_MTIME._ascii.ob_base,
134981 : : & const_str_ST_CTIME._ascii.ob_base,
134982 : : & const_str_S_IMODE._ascii.ob_base,
134983 : : & const_str_S_IFMT._ascii.ob_base,
134984 : : & const_str_S_IFDIR._ascii.ob_base,
134985 : : & const_str_S_IFCHR._ascii.ob_base,
134986 : : & const_str_S_IFBLK._ascii.ob_base,
134987 : : & const_str_S_IFREG._ascii.ob_base,
134988 : : & const_str_S_IFIFO._ascii.ob_base,
134989 : : & const_str_S_IFLNK._ascii.ob_base,
134990 : : & const_str_S_IFSOCK._ascii.ob_base,
134991 : : & const_str_S_IFDOOR._ascii.ob_base,
134992 : : & const_str_S_IFPORT._ascii.ob_base,
134993 : : & const_str_S_IFWHT._ascii.ob_base,
134994 : : & const_str_S_ISDIR._ascii.ob_base,
134995 : : & const_str_S_ISCHR._ascii.ob_base,
134996 : : & const_str_S_ISBLK._ascii.ob_base,
134997 : : & const_str_S_ISREG._ascii.ob_base,
134998 : : & const_str_S_ISFIFO._ascii.ob_base,
134999 : : & const_str_S_ISLNK._ascii.ob_base,
135000 : : & const_str_S_ISSOCK._ascii.ob_base,
135001 : : & const_str_S_ISDOOR._ascii.ob_base,
135002 : : & const_str_S_ISPORT._ascii.ob_base,
135003 : : & const_str_S_ISWHT._ascii.ob_base,
135004 : : & const_str_S_ISUID._ascii.ob_base,
135005 : : & const_str_S_ISGID._ascii.ob_base,
135006 : : & const_str_S_ENFMT._ascii.ob_base,
135007 : : & const_str_S_ISVTX._ascii.ob_base,
135008 : : & const_str_S_IREAD._ascii.ob_base,
135009 : : & const_str_S_IWRITE._ascii.ob_base,
135010 : : & const_str_S_IEXEC._ascii.ob_base,
135011 : : & const_str_S_IRWXU._ascii.ob_base,
135012 : : & const_str_S_IRUSR._ascii.ob_base,
135013 : : & const_str_S_IWUSR._ascii.ob_base,
135014 : : & const_str_S_IXUSR._ascii.ob_base,
135015 : : & const_str_S_IRWXG._ascii.ob_base,
135016 : : & const_str_S_IRGRP._ascii.ob_base,
135017 : : & const_str_S_IWGRP._ascii.ob_base,
135018 : : & const_str_S_IXGRP._ascii.ob_base,
135019 : : & const_str_S_IRWXO._ascii.ob_base,
135020 : : & const_str_S_IROTH._ascii.ob_base,
135021 : : & const_str_S_IWOTH._ascii.ob_base,
135022 : : & const_str_S_IXOTH._ascii.ob_base,
135023 : : & const_str_UF_NODUMP._ascii.ob_base,
135024 : : & const_str_UF_IMMUTABLE._ascii.ob_base,
135025 : : & const_str_UF_APPEND._ascii.ob_base,
135026 : : & const_str_UF_OPAQUE._ascii.ob_base,
135027 : : & const_str_UF_NOUNLINK._ascii.ob_base,
135028 : : & const_str_UF_COMPRESSED._ascii.ob_base,
135029 : : & const_str_UF_HIDDEN._ascii.ob_base,
135030 : : & const_str_SF_ARCHIVED._ascii.ob_base,
135031 : : & const_str_SF_IMMUTABLE._ascii.ob_base,
135032 : : & const_str_SF_APPEND._ascii.ob_base,
135033 : : & const_str_SF_NOUNLINK._ascii.ob_base,
135034 : : & const_str_SF_SNAPSHOT._ascii.ob_base,
135035 : : & const_str__filemode_table._ascii.ob_base,
135036 : : & const_str_filemode._ascii.ob_base,
135037 : : & const_str_FILE_ATTRIBUTE_ARCHIVE._ascii.ob_base,
135038 : : & const_str_FILE_ATTRIBUTE_COMPRESSED._ascii.ob_base,
135039 : : & const_str_FILE_ATTRIBUTE_DEVICE._ascii.ob_base,
135040 : : & const_str_FILE_ATTRIBUTE_DIRECTORY._ascii.ob_base,
135041 : : & const_str_FILE_ATTRIBUTE_ENCRYPTED._ascii.ob_base,
135042 : : & const_str_FILE_ATTRIBUTE_HIDDEN._ascii.ob_base,
135043 : : & const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM._ascii.ob_base,
135044 : : & const_str_FILE_ATTRIBUTE_NORMAL._ascii.ob_base,
135045 : : & const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED._ascii.ob_base,
135046 : : & const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA._ascii.ob_base,
135047 : : & const_str_FILE_ATTRIBUTE_OFFLINE._ascii.ob_base,
135048 : : & const_str_FILE_ATTRIBUTE_READONLY._ascii.ob_base,
135049 : : & const_str_FILE_ATTRIBUTE_REPARSE_POINT._ascii.ob_base,
135050 : : & const_str_FILE_ATTRIBUTE_SPARSE_FILE._ascii.ob_base,
135051 : : & const_str_FILE_ATTRIBUTE_SYSTEM._ascii.ob_base,
135052 : : & const_str_FILE_ATTRIBUTE_TEMPORARY._ascii.ob_base,
135053 : : & const_str_FILE_ATTRIBUTE_VIRTUAL._ascii.ob_base,
135054 : : & const_str__stat._ascii.ob_base,
135055 : : & const_str_ImportError._ascii.ob_base,
135056 : : },
135057 : : },
135058 : : };
135059 : : static
135060 : : struct {
135061 : : PyObject_VAR_HEAD
135062 : : Py_hash_t ob_shash;
135063 : : char ob_sval[876];
135064 : : }
135065 : : stat_toplevel_linetable = {
135066 : : .ob_base = {
135067 : : .ob_base = {
135068 : : .ob_refcnt = 999999999,
135069 : : .ob_type = &PyBytes_Type,
135070 : : },
135071 : : .ob_size = 875,
135072 : : },
135073 : : .ob_shash = -1,
135074 : : .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",
135075 : : };
135076 : : static
135077 : : struct {
135078 : : PyObject_VAR_HEAD
135079 : : Py_hash_t ob_shash;
135080 : : char ob_sval[19];
135081 : : }
135082 : : stat_toplevel_exceptiontable = {
135083 : : .ob_base = {
135084 : : .ob_base = {
135085 : : .ob_refcnt = 999999999,
135086 : : .ob_type = &PyBytes_Type,
135087 : : },
135088 : : .ob_size = 18,
135089 : : },
135090 : : .ob_shash = -1,
135091 : : .ob_sval = "\xc4\x0a\x04\x44\x10\x00\xc4\x10\x05\x44\x19\x03\xc4\x18\x01\x44\x19\x03",
135092 : : };
135093 : : static
135094 : : struct _PyCode_DEF(568)
135095 : : stat_toplevel = {
135096 : : .ob_base = {
135097 : : .ob_base = {
135098 : : .ob_refcnt = 999999999,
135099 : : .ob_type = &PyCode_Type,
135100 : : },
135101 : : .ob_size = 284,
135102 : : },
135103 : : .co_consts = & stat_toplevel_consts._object.ob_base.ob_base,
135104 : : .co_names = & stat_toplevel_names._object.ob_base.ob_base,
135105 : : .co_exceptiontable = & stat_toplevel_exceptiontable.ob_base.ob_base,
135106 : : .co_flags = 0,
135107 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135108 : : ._co_linearray_entry_size = 0,
135109 : : .co_argcount = 0,
135110 : : .co_posonlyargcount = 0,
135111 : : .co_kwonlyargcount = 0,
135112 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
135113 : : .co_stacksize = 13,
135114 : : .co_firstlineno = 1,
135115 : : .co_nlocalsplus = 0,
135116 : : .co_nlocals = 0,
135117 : : .co_nplaincellvars = 0,
135118 : : .co_ncellvars = 0,
135119 : : .co_nfreevars = 0,
135120 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
135121 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
135122 : : .co_filename = & stat_toplevel_consts_11_filename._ascii.ob_base,
135123 : : .co_name = &_Py_STR(anon_module),
135124 : : .co_qualname = &_Py_STR(anon_module),
135125 : : .co_linetable = & stat_toplevel_linetable.ob_base.ob_base,
135126 : : ._co_code = NULL,
135127 : : ._co_linearray = NULL,
135128 : : .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",
135129 : : ._co_firsttraceable = 0,
135130 : : };
135131 : 3091 : static void stat_do_patchups(void) {
135132 : 3091 : }
135133 : :
135134 : : PyObject *
135135 : 3091 : _Py_get_stat_toplevel(void)
135136 : : {
135137 : 3091 : stat_do_patchups();
135138 : 3091 : return Py_NewRef((PyObject *) &stat_toplevel);
135139 : : }
135140 : :
135141 : : static
135142 : : struct {
135143 : : PyASCIIObject _ascii;
135144 : : uint8_t _data[46];
135145 : : }
135146 : : importlib_util_toplevel_consts_0 = {
135147 : : ._ascii = {
135148 : : .ob_base = {
135149 : : .ob_refcnt = 999999999,
135150 : : .ob_type = &PyUnicode_Type,
135151 : : },
135152 : : .length = 45,
135153 : : .hash = -1,
135154 : : .state = {
135155 : : .kind = 1,
135156 : : .compact = 1,
135157 : : .ascii = 1,
135158 : : },
135159 : : },
135160 : : ._data = "Utility code for constructing importers, etc.",
135161 : : };
135162 : : static
135163 : : struct {
135164 : : PyASCIIObject _ascii;
135165 : : uint8_t _data[7];
135166 : : }
135167 : : const_str_Loader = {
135168 : : ._ascii = {
135169 : : .ob_base = {
135170 : : .ob_refcnt = 999999999,
135171 : : .ob_type = &PyUnicode_Type,
135172 : : },
135173 : : .length = 6,
135174 : : .hash = -1,
135175 : : .state = {
135176 : : .kind = 1,
135177 : : .compact = 1,
135178 : : .ascii = 1,
135179 : : },
135180 : : },
135181 : : ._data = "Loader",
135182 : : };
135183 : : static
135184 : : struct {
135185 : : PyGC_Head _gc_head;
135186 : : struct {
135187 : : PyObject_VAR_HEAD
135188 : : PyObject *ob_item[1];
135189 : : }_object;
135190 : : }
135191 : : importlib_util_toplevel_consts_2 = {
135192 : : ._object = {
135193 : : .ob_base = {
135194 : : .ob_base = {
135195 : : .ob_refcnt = 999999999,
135196 : : .ob_type = &PyTuple_Type,
135197 : : },
135198 : : .ob_size = 1,
135199 : : },
135200 : : .ob_item = {
135201 : : & const_str_Loader._ascii.ob_base,
135202 : : },
135203 : : },
135204 : : };
135205 : : static
135206 : : struct {
135207 : : PyGC_Head _gc_head;
135208 : : struct {
135209 : : PyObject_VAR_HEAD
135210 : : PyObject *ob_item[1];
135211 : : }_object;
135212 : : }
135213 : : importlib_util_toplevel_consts_3 = {
135214 : : ._object = {
135215 : : .ob_base = {
135216 : : .ob_base = {
135217 : : .ob_refcnt = 999999999,
135218 : : .ob_type = &PyTuple_Type,
135219 : : },
135220 : : .ob_size = 1,
135221 : : },
135222 : : .ob_item = {
135223 : : & const_str_module_from_spec._ascii.ob_base,
135224 : : },
135225 : : },
135226 : : };
135227 : : static
135228 : : struct {
135229 : : PyGC_Head _gc_head;
135230 : : struct {
135231 : : PyObject_VAR_HEAD
135232 : : PyObject *ob_item[1];
135233 : : }_object;
135234 : : }
135235 : : importlib_util_toplevel_consts_4 = {
135236 : : ._object = {
135237 : : .ob_base = {
135238 : : .ob_base = {
135239 : : .ob_refcnt = 999999999,
135240 : : .ob_type = &PyTuple_Type,
135241 : : },
135242 : : .ob_size = 1,
135243 : : },
135244 : : .ob_item = {
135245 : : & const_str__resolve_name._ascii.ob_base,
135246 : : },
135247 : : },
135248 : : };
135249 : : static
135250 : : struct {
135251 : : PyGC_Head _gc_head;
135252 : : struct {
135253 : : PyObject_VAR_HEAD
135254 : : PyObject *ob_item[1];
135255 : : }_object;
135256 : : }
135257 : : importlib_util_toplevel_consts_5 = {
135258 : : ._object = {
135259 : : .ob_base = {
135260 : : .ob_base = {
135261 : : .ob_refcnt = 999999999,
135262 : : .ob_type = &PyTuple_Type,
135263 : : },
135264 : : .ob_size = 1,
135265 : : },
135266 : : .ob_item = {
135267 : : & const_str_spec_from_loader._ascii.ob_base,
135268 : : },
135269 : : },
135270 : : };
135271 : : static
135272 : : struct {
135273 : : PyGC_Head _gc_head;
135274 : : struct {
135275 : : PyObject_VAR_HEAD
135276 : : PyObject *ob_item[1];
135277 : : }_object;
135278 : : }
135279 : : importlib_util_toplevel_consts_6 = {
135280 : : ._object = {
135281 : : .ob_base = {
135282 : : .ob_base = {
135283 : : .ob_refcnt = 999999999,
135284 : : .ob_type = &PyTuple_Type,
135285 : : },
135286 : : .ob_size = 1,
135287 : : },
135288 : : .ob_item = {
135289 : : & const_str__find_spec._ascii.ob_base,
135290 : : },
135291 : : },
135292 : : };
135293 : : static
135294 : : struct {
135295 : : PyGC_Head _gc_head;
135296 : : struct {
135297 : : PyObject_VAR_HEAD
135298 : : PyObject *ob_item[1];
135299 : : }_object;
135300 : : }
135301 : : importlib_util_toplevel_consts_7 = {
135302 : : ._object = {
135303 : : .ob_base = {
135304 : : .ob_base = {
135305 : : .ob_refcnt = 999999999,
135306 : : .ob_type = &PyTuple_Type,
135307 : : },
135308 : : .ob_size = 1,
135309 : : },
135310 : : .ob_item = {
135311 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
135312 : : },
135313 : : },
135314 : : };
135315 : : static
135316 : : struct {
135317 : : PyGC_Head _gc_head;
135318 : : struct {
135319 : : PyObject_VAR_HEAD
135320 : : PyObject *ob_item[1];
135321 : : }_object;
135322 : : }
135323 : : importlib_util_toplevel_consts_8 = {
135324 : : ._object = {
135325 : : .ob_base = {
135326 : : .ob_base = {
135327 : : .ob_refcnt = 999999999,
135328 : : .ob_type = &PyTuple_Type,
135329 : : },
135330 : : .ob_size = 1,
135331 : : },
135332 : : .ob_item = {
135333 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
135334 : : },
135335 : : },
135336 : : };
135337 : : static
135338 : : struct {
135339 : : PyGC_Head _gc_head;
135340 : : struct {
135341 : : PyObject_VAR_HEAD
135342 : : PyObject *ob_item[1];
135343 : : }_object;
135344 : : }
135345 : : importlib_util_toplevel_consts_9 = {
135346 : : ._object = {
135347 : : .ob_base = {
135348 : : .ob_base = {
135349 : : .ob_refcnt = 999999999,
135350 : : .ob_type = &PyTuple_Type,
135351 : : },
135352 : : .ob_size = 1,
135353 : : },
135354 : : .ob_item = {
135355 : : & const_str_cache_from_source._ascii.ob_base,
135356 : : },
135357 : : },
135358 : : };
135359 : : static
135360 : : struct {
135361 : : PyGC_Head _gc_head;
135362 : : struct {
135363 : : PyObject_VAR_HEAD
135364 : : PyObject *ob_item[1];
135365 : : }_object;
135366 : : }
135367 : : importlib_util_toplevel_consts_10 = {
135368 : : ._object = {
135369 : : .ob_base = {
135370 : : .ob_base = {
135371 : : .ob_refcnt = 999999999,
135372 : : .ob_type = &PyTuple_Type,
135373 : : },
135374 : : .ob_size = 1,
135375 : : },
135376 : : .ob_item = {
135377 : : & const_str_decode_source._ascii.ob_base,
135378 : : },
135379 : : },
135380 : : };
135381 : : static
135382 : : struct {
135383 : : PyGC_Head _gc_head;
135384 : : struct {
135385 : : PyObject_VAR_HEAD
135386 : : PyObject *ob_item[1];
135387 : : }_object;
135388 : : }
135389 : : importlib_util_toplevel_consts_11 = {
135390 : : ._object = {
135391 : : .ob_base = {
135392 : : .ob_base = {
135393 : : .ob_refcnt = 999999999,
135394 : : .ob_type = &PyTuple_Type,
135395 : : },
135396 : : .ob_size = 1,
135397 : : },
135398 : : .ob_item = {
135399 : : & const_str_source_from_cache._ascii.ob_base,
135400 : : },
135401 : : },
135402 : : };
135403 : : static
135404 : : struct {
135405 : : PyASCIIObject _ascii;
135406 : : uint8_t _data[15];
135407 : : }
135408 : : const_str_contextmanager = {
135409 : : ._ascii = {
135410 : : .ob_base = {
135411 : : .ob_refcnt = 999999999,
135412 : : .ob_type = &PyUnicode_Type,
135413 : : },
135414 : : .length = 14,
135415 : : .hash = -1,
135416 : : .state = {
135417 : : .kind = 1,
135418 : : .compact = 1,
135419 : : .ascii = 1,
135420 : : },
135421 : : },
135422 : : ._data = "contextmanager",
135423 : : };
135424 : : static
135425 : : struct {
135426 : : PyGC_Head _gc_head;
135427 : : struct {
135428 : : PyObject_VAR_HEAD
135429 : : PyObject *ob_item[1];
135430 : : }_object;
135431 : : }
135432 : : importlib_util_toplevel_consts_14 = {
135433 : : ._object = {
135434 : : .ob_base = {
135435 : : .ob_base = {
135436 : : .ob_refcnt = 999999999,
135437 : : .ob_type = &PyTuple_Type,
135438 : : },
135439 : : .ob_size = 1,
135440 : : },
135441 : : .ob_item = {
135442 : : & const_str_contextmanager._ascii.ob_base,
135443 : : },
135444 : : },
135445 : : };
135446 : : static
135447 : : struct {
135448 : : PyASCIIObject _ascii;
135449 : : uint8_t _data[67];
135450 : : }
135451 : : importlib_util_toplevel_consts_16_consts_0 = {
135452 : : ._ascii = {
135453 : : .ob_base = {
135454 : : .ob_refcnt = 999999999,
135455 : : .ob_type = &PyUnicode_Type,
135456 : : },
135457 : : .length = 66,
135458 : : .hash = -1,
135459 : : .state = {
135460 : : .kind = 1,
135461 : : .compact = 1,
135462 : : .ascii = 1,
135463 : : },
135464 : : },
135465 : : ._data = "Return the hash of *source_bytes* as used in hash-based pyc files.",
135466 : : };
135467 : : static
135468 : : struct {
135469 : : PyGC_Head _gc_head;
135470 : : struct {
135471 : : PyObject_VAR_HEAD
135472 : : PyObject *ob_item[1];
135473 : : }_object;
135474 : : }
135475 : : importlib_util_toplevel_consts_16_consts = {
135476 : : ._object = {
135477 : : .ob_base = {
135478 : : .ob_base = {
135479 : : .ob_refcnt = 999999999,
135480 : : .ob_type = &PyTuple_Type,
135481 : : },
135482 : : .ob_size = 1,
135483 : : },
135484 : : .ob_item = {
135485 : : & importlib_util_toplevel_consts_16_consts_0._ascii.ob_base,
135486 : : },
135487 : : },
135488 : : };
135489 : : static
135490 : : struct {
135491 : : PyGC_Head _gc_head;
135492 : : struct {
135493 : : PyObject_VAR_HEAD
135494 : : PyObject *ob_item[3];
135495 : : }_object;
135496 : : }
135497 : : importlib_util_toplevel_consts_16_names = {
135498 : : ._object = {
135499 : : .ob_base = {
135500 : : .ob_base = {
135501 : : .ob_refcnt = 999999999,
135502 : : .ob_type = &PyTuple_Type,
135503 : : },
135504 : : .ob_size = 3,
135505 : : },
135506 : : .ob_item = {
135507 : : & const_str__imp._ascii.ob_base,
135508 : : & const_str_source_hash._ascii.ob_base,
135509 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
135510 : : },
135511 : : },
135512 : : };
135513 : : static
135514 : : struct {
135515 : : PyASCIIObject _ascii;
135516 : : uint8_t _data[24];
135517 : : }
135518 : : importlib_util_toplevel_consts_16_filename = {
135519 : : ._ascii = {
135520 : : .ob_base = {
135521 : : .ob_refcnt = 999999999,
135522 : : .ob_type = &PyUnicode_Type,
135523 : : },
135524 : : .length = 23,
135525 : : .hash = -1,
135526 : : .state = {
135527 : : .kind = 1,
135528 : : .compact = 1,
135529 : : .ascii = 1,
135530 : : },
135531 : : },
135532 : : ._data = "<frozen importlib.util>",
135533 : : };
135534 : : static
135535 : : struct {
135536 : : PyObject_VAR_HEAD
135537 : : Py_hash_t ob_shash;
135538 : : char ob_sval[23];
135539 : : }
135540 : : importlib_util_toplevel_consts_16_linetable = {
135541 : : .ob_base = {
135542 : : .ob_base = {
135543 : : .ob_refcnt = 999999999,
135544 : : .ob_type = &PyBytes_Type,
135545 : : },
135546 : : .ob_size = 22,
135547 : : },
135548 : : .ob_shash = -1,
135549 : : .ob_sval = "\x80\x00\xe5\x0b\x1b\xd7\x0b\x1b\xd1\x0b\x1b\xd5\x1c\x2d\xa8\x7c\xd4\x0b\x3c\xd0\x04\x3c",
135550 : : };
135551 : : static
135552 : : struct {
135553 : : PyGC_Head _gc_head;
135554 : : struct {
135555 : : PyObject_VAR_HEAD
135556 : : PyObject *ob_item[1];
135557 : : }_object;
135558 : : }
135559 : : importlib_util_toplevel_consts_16_localsplusnames = {
135560 : : ._object = {
135561 : : .ob_base = {
135562 : : .ob_base = {
135563 : : .ob_refcnt = 999999999,
135564 : : .ob_type = &PyTuple_Type,
135565 : : },
135566 : : .ob_size = 1,
135567 : : },
135568 : : .ob_item = {
135569 : : & const_str_source_bytes._ascii.ob_base,
135570 : : },
135571 : : },
135572 : : };
135573 : : static
135574 : : struct _PyCode_DEF(60)
135575 : : importlib_util_toplevel_consts_16 = {
135576 : : .ob_base = {
135577 : : .ob_base = {
135578 : : .ob_refcnt = 999999999,
135579 : : .ob_type = &PyCode_Type,
135580 : : },
135581 : : .ob_size = 30,
135582 : : },
135583 : : .co_consts = & importlib_util_toplevel_consts_16_consts._object.ob_base.ob_base,
135584 : : .co_names = & importlib_util_toplevel_consts_16_names._object.ob_base.ob_base,
135585 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
135586 : : .co_flags = 3,
135587 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135588 : : ._co_linearray_entry_size = 0,
135589 : : .co_argcount = 1,
135590 : : .co_posonlyargcount = 0,
135591 : : .co_kwonlyargcount = 0,
135592 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
135593 : : .co_stacksize = 4,
135594 : : .co_firstlineno = 22,
135595 : : .co_nlocalsplus = 1,
135596 : : .co_nlocals = 1,
135597 : : .co_nplaincellvars = 0,
135598 : : .co_ncellvars = 0,
135599 : : .co_nfreevars = 0,
135600 : : .co_localsplusnames = & importlib_util_toplevel_consts_16_localsplusnames._object.ob_base.ob_base,
135601 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
135602 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
135603 : : .co_name = & const_str_source_hash._ascii.ob_base,
135604 : : .co_qualname = & const_str_source_hash._ascii.ob_base,
135605 : : .co_linetable = & importlib_util_toplevel_consts_16_linetable.ob_base.ob_base,
135606 : : ._co_code = NULL,
135607 : : ._co_linearray = NULL,
135608 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
135609 : : ._co_firsttraceable = 0,
135610 : : };
135611 : : static
135612 : : struct {
135613 : : PyASCIIObject _ascii;
135614 : : uint8_t _data[26];
135615 : : }
135616 : : importlib_util_toplevel_consts_17_consts_2 = {
135617 : : ._ascii = {
135618 : : .ob_base = {
135619 : : .ob_refcnt = 999999999,
135620 : : .ob_type = &PyUnicode_Type,
135621 : : },
135622 : : .length = 25,
135623 : : .hash = -1,
135624 : : .state = {
135625 : : .kind = 1,
135626 : : .compact = 1,
135627 : : .ascii = 1,
135628 : : },
135629 : : },
135630 : : ._data = "no package specified for ",
135631 : : };
135632 : : static
135633 : : struct {
135634 : : PyASCIIObject _ascii;
135635 : : uint8_t _data[38];
135636 : : }
135637 : : importlib_util_toplevel_consts_17_consts_3 = {
135638 : : ._ascii = {
135639 : : .ob_base = {
135640 : : .ob_refcnt = 999999999,
135641 : : .ob_type = &PyUnicode_Type,
135642 : : },
135643 : : .length = 37,
135644 : : .hash = -1,
135645 : : .state = {
135646 : : .kind = 1,
135647 : : .compact = 1,
135648 : : .ascii = 1,
135649 : : },
135650 : : },
135651 : : ._data = " (required for relative module names)",
135652 : : };
135653 : : static
135654 : : struct {
135655 : : PyGC_Head _gc_head;
135656 : : struct {
135657 : : PyObject_VAR_HEAD
135658 : : PyObject *ob_item[7];
135659 : : }_object;
135660 : : }
135661 : : importlib_util_toplevel_consts_17_consts = {
135662 : : ._object = {
135663 : : .ob_base = {
135664 : : .ob_base = {
135665 : : .ob_refcnt = 999999999,
135666 : : .ob_type = &PyTuple_Type,
135667 : : },
135668 : : .ob_size = 7,
135669 : : },
135670 : : .ob_item = {
135671 : : & importlib__bootstrap_toplevel_consts_43_consts_0._ascii.ob_base,
135672 : : &_Py_STR(dot),
135673 : : & importlib_util_toplevel_consts_17_consts_2._ascii.ob_base,
135674 : : & importlib_util_toplevel_consts_17_consts_3._ascii.ob_base,
135675 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
135676 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
135677 : : Py_None,
135678 : : },
135679 : : },
135680 : : };
135681 : : static
135682 : : struct {
135683 : : PyGC_Head _gc_head;
135684 : : struct {
135685 : : PyObject_VAR_HEAD
135686 : : PyObject *ob_item[4];
135687 : : }_object;
135688 : : }
135689 : : importlib_util_toplevel_consts_17_names = {
135690 : : ._object = {
135691 : : .ob_base = {
135692 : : .ob_base = {
135693 : : .ob_refcnt = 999999999,
135694 : : .ob_type = &PyTuple_Type,
135695 : : },
135696 : : .ob_size = 4,
135697 : : },
135698 : : .ob_item = {
135699 : : & const_str_startswith._ascii.ob_base,
135700 : : & const_str_ImportError._ascii.ob_base,
135701 : : & const_str_repr._ascii.ob_base,
135702 : : & const_str__resolve_name._ascii.ob_base,
135703 : : },
135704 : : },
135705 : : };
135706 : : static
135707 : : struct {
135708 : : PyASCIIObject _ascii;
135709 : : uint8_t _data[13];
135710 : : }
135711 : : const_str_resolve_name = {
135712 : : ._ascii = {
135713 : : .ob_base = {
135714 : : .ob_refcnt = 999999999,
135715 : : .ob_type = &PyUnicode_Type,
135716 : : },
135717 : : .length = 12,
135718 : : .hash = -1,
135719 : : .state = {
135720 : : .kind = 1,
135721 : : .compact = 1,
135722 : : .ascii = 1,
135723 : : },
135724 : : },
135725 : : ._data = "resolve_name",
135726 : : };
135727 : : static
135728 : : struct {
135729 : : PyObject_VAR_HEAD
135730 : : Py_hash_t ob_shash;
135731 : : char ob_sval[150];
135732 : : }
135733 : : importlib_util_toplevel_consts_17_linetable = {
135734 : : .ob_base = {
135735 : : .ob_base = {
135736 : : .ob_refcnt = 999999999,
135737 : : .ob_type = &PyBytes_Type,
135738 : : },
135739 : : .ob_size = 149,
135740 : : },
135741 : : .ob_shash = -1,
135742 : : .ob_sval = "\x80\x00\xe0\x0b\x0f\x8f\x3f\x89\x3f\x98\x33\xd4\x0b\x1f\xf0\x00\x04\x05\x42\x01\xd8\x0f\x13\x88\x0b\xd8\x0d\x14\xf0\x00\x02\x05\x42\x01\xdd\x0e\x19\xf0\x00\x01\x1b\x41\x01\xb5\x64\xb8\x34\xb4\x6a\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf0\x00\x01\x1b\x41\x01\xf4\x00\x01\x0f\x42\x01\xf0\x00\x01\x09\x42\x01\xe0\x0c\x0d\x80\x45\xd8\x15\x19\xf0\x00\x03\x05\x13\xf1\x00\x03\x05\x13\x88\x09\xd8\x0b\x14\x98\x03\xd2\x0b\x1b\xf0\x00\x01\x09\x12\xd8\x0c\x11\x88\x45\xd8\x08\x0d\x90\x11\x89\x0a\x88\x05\x88\x05\xdd\x0b\x18\x98\x14\x98\x65\x98\x1c\x98\x1c\xa0\x77\xb0\x05\xd4\x0b\x36\xd0\x04\x36",
135743 : : };
135744 : : static
135745 : : struct {
135746 : : PyASCIIObject _ascii;
135747 : : uint8_t _data[10];
135748 : : }
135749 : : const_str_character = {
135750 : : ._ascii = {
135751 : : .ob_base = {
135752 : : .ob_refcnt = 999999999,
135753 : : .ob_type = &PyUnicode_Type,
135754 : : },
135755 : : .length = 9,
135756 : : .hash = -1,
135757 : : .state = {
135758 : : .kind = 1,
135759 : : .compact = 1,
135760 : : .ascii = 1,
135761 : : },
135762 : : },
135763 : : ._data = "character",
135764 : : };
135765 : : static
135766 : : struct {
135767 : : PyGC_Head _gc_head;
135768 : : struct {
135769 : : PyObject_VAR_HEAD
135770 : : PyObject *ob_item[4];
135771 : : }_object;
135772 : : }
135773 : : importlib_util_toplevel_consts_17_localsplusnames = {
135774 : : ._object = {
135775 : : .ob_base = {
135776 : : .ob_base = {
135777 : : .ob_refcnt = 999999999,
135778 : : .ob_type = &PyTuple_Type,
135779 : : },
135780 : : .ob_size = 4,
135781 : : },
135782 : : .ob_item = {
135783 : : &_Py_ID(name),
135784 : : & const_str_package._ascii.ob_base,
135785 : : & const_str_level._ascii.ob_base,
135786 : : & const_str_character._ascii.ob_base,
135787 : : },
135788 : : },
135789 : : };
135790 : : static
135791 : : struct _PyCode_DEF(180)
135792 : : importlib_util_toplevel_consts_17 = {
135793 : : .ob_base = {
135794 : : .ob_base = {
135795 : : .ob_refcnt = 999999999,
135796 : : .ob_type = &PyCode_Type,
135797 : : },
135798 : : .ob_size = 90,
135799 : : },
135800 : : .co_consts = & importlib_util_toplevel_consts_17_consts._object.ob_base.ob_base,
135801 : : .co_names = & importlib_util_toplevel_consts_17_names._object.ob_base.ob_base,
135802 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
135803 : : .co_flags = 3,
135804 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
135805 : : ._co_linearray_entry_size = 0,
135806 : : .co_argcount = 2,
135807 : : .co_posonlyargcount = 0,
135808 : : .co_kwonlyargcount = 0,
135809 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
135810 : : .co_stacksize = 6,
135811 : : .co_firstlineno = 27,
135812 : : .co_nlocalsplus = 4,
135813 : : .co_nlocals = 4,
135814 : : .co_nplaincellvars = 0,
135815 : : .co_ncellvars = 0,
135816 : : .co_nfreevars = 0,
135817 : : .co_localsplusnames = & importlib_util_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
135818 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
135819 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
135820 : : .co_name = & const_str_resolve_name._ascii.ob_base,
135821 : : .co_qualname = & const_str_resolve_name._ascii.ob_base,
135822 : : .co_linetable = & importlib_util_toplevel_consts_17_linetable.ob_base.ob_base,
135823 : : ._co_code = NULL,
135824 : : ._co_linearray = NULL,
135825 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x00\x53\x00\x7c\x01\x73\x1c\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x00\x64\x03\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x04\x7d\x02\x7c\x00\x44\x00\x5d\x0f\x00\x00\x7d\x03\x7c\x03\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x02\x01\x00\x6e\x06\x7c\x02\x64\x05\x7a\x0d\x00\x00\x7d\x02\x8c\x11\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\x64\x06\x1a\x00\x7c\x01\x7c\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
135826 : : ._co_firsttraceable = 0,
135827 : : };
135828 : : static
135829 : : struct {
135830 : : PyASCIIObject _ascii;
135831 : : uint8_t _data[648];
135832 : : }
135833 : : importlib_util_toplevel_consts_18_consts_0 = {
135834 : : ._ascii = {
135835 : : .ob_base = {
135836 : : .ob_refcnt = 999999999,
135837 : : .ob_type = &PyUnicode_Type,
135838 : : },
135839 : : .length = 647,
135840 : : .hash = -1,
135841 : : .state = {
135842 : : .kind = 1,
135843 : : .compact = 1,
135844 : : .ascii = 1,
135845 : : },
135846 : : },
135847 : : ._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",
135848 : : };
135849 : : static
135850 : : struct {
135851 : : PyASCIIObject _ascii;
135852 : : uint8_t _data[20];
135853 : : }
135854 : : importlib_util_toplevel_consts_18_consts_2 = {
135855 : : ._ascii = {
135856 : : .ob_base = {
135857 : : .ob_refcnt = 999999999,
135858 : : .ob_type = &PyUnicode_Type,
135859 : : },
135860 : : .length = 19,
135861 : : .hash = -1,
135862 : : .state = {
135863 : : .kind = 1,
135864 : : .compact = 1,
135865 : : .ascii = 1,
135866 : : },
135867 : : },
135868 : : ._data = "{}.__spec__ is None",
135869 : : };
135870 : : static
135871 : : struct {
135872 : : PyASCIIObject _ascii;
135873 : : uint8_t _data[23];
135874 : : }
135875 : : importlib_util_toplevel_consts_18_consts_3 = {
135876 : : ._ascii = {
135877 : : .ob_base = {
135878 : : .ob_refcnt = 999999999,
135879 : : .ob_type = &PyUnicode_Type,
135880 : : },
135881 : : .length = 22,
135882 : : .hash = -1,
135883 : : .state = {
135884 : : .kind = 1,
135885 : : .compact = 1,
135886 : : .ascii = 1,
135887 : : },
135888 : : },
135889 : : ._data = "{}.__spec__ is not set",
135890 : : };
135891 : : static
135892 : : struct {
135893 : : PyGC_Head _gc_head;
135894 : : struct {
135895 : : PyObject_VAR_HEAD
135896 : : PyObject *ob_item[4];
135897 : : }_object;
135898 : : }
135899 : : importlib_util_toplevel_consts_18_consts = {
135900 : : ._object = {
135901 : : .ob_base = {
135902 : : .ob_base = {
135903 : : .ob_refcnt = 999999999,
135904 : : .ob_type = &PyTuple_Type,
135905 : : },
135906 : : .ob_size = 4,
135907 : : },
135908 : : .ob_item = {
135909 : : & importlib_util_toplevel_consts_18_consts_0._ascii.ob_base,
135910 : : Py_None,
135911 : : & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
135912 : : & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
135913 : : },
135914 : : },
135915 : : };
135916 : : static
135917 : : struct {
135918 : : PyGC_Head _gc_head;
135919 : : struct {
135920 : : PyObject_VAR_HEAD
135921 : : PyObject *ob_item[7];
135922 : : }_object;
135923 : : }
135924 : : importlib_util_toplevel_consts_18_names = {
135925 : : ._object = {
135926 : : .ob_base = {
135927 : : .ob_base = {
135928 : : .ob_refcnt = 999999999,
135929 : : .ob_type = &PyTuple_Type,
135930 : : },
135931 : : .ob_size = 7,
135932 : : },
135933 : : .ob_item = {
135934 : : & const_str_sys._ascii.ob_base,
135935 : : &_Py_ID(modules),
135936 : : & const_str__find_spec._ascii.ob_base,
135937 : : &_Py_ID(__spec__),
135938 : : & const_str_ValueError._ascii.ob_base,
135939 : : & const_str_format._ascii.ob_base,
135940 : : & const_str_AttributeError._ascii.ob_base,
135941 : : },
135942 : : },
135943 : : };
135944 : : static
135945 : : struct {
135946 : : PyASCIIObject _ascii;
135947 : : uint8_t _data[21];
135948 : : }
135949 : : const_str__find_spec_from_path = {
135950 : : ._ascii = {
135951 : : .ob_base = {
135952 : : .ob_refcnt = 999999999,
135953 : : .ob_type = &PyUnicode_Type,
135954 : : },
135955 : : .length = 20,
135956 : : .hash = -1,
135957 : : .state = {
135958 : : .kind = 1,
135959 : : .compact = 1,
135960 : : .ascii = 1,
135961 : : },
135962 : : },
135963 : : ._data = "_find_spec_from_path",
135964 : : };
135965 : : static
135966 : : struct {
135967 : : PyObject_VAR_HEAD
135968 : : Py_hash_t ob_shash;
135969 : : char ob_sval[173];
135970 : : }
135971 : : importlib_util_toplevel_consts_18_linetable = {
135972 : : .ob_base = {
135973 : : .ob_base = {
135974 : : .ob_refcnt = 999999999,
135975 : : .ob_type = &PyBytes_Type,
135976 : : },
135977 : : .ob_size = 172,
135978 : : },
135979 : : .ob_shash = -1,
135980 : : .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x0c\x95\x33\x97\x3b\x91\x3b\xd0\x07\x1e\xf0\x00\x0d\x05\x18\xdd\x0f\x19\x98\x24\xa0\x04\xd4\x0f\x25\xd0\x08\x25\xe5\x11\x14\x97\x1b\x91\x1b\x98\x54\xd4\x11\x22\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x44\xf0\x08\x00\x10\x14\xf0\x00\x01\x0d\x45\x01\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd1\x21\x3d\xb8\x64\xd4\x21\x43\xd4\x16\x44\xd0\x10\x44\xd8\x13\x17\x88\x4b\xf8\xf5\x0b\x00\x10\x1e\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x35\xd7\x1d\x3c\xd1\x1d\x3c\xb8\x54\xd4\x1d\x42\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
135981 : : };
135982 : : static
135983 : : struct {
135984 : : PyObject_VAR_HEAD
135985 : : Py_hash_t ob_shash;
135986 : : char ob_sval[12];
135987 : : }
135988 : : importlib_util_toplevel_consts_18_exceptiontable = {
135989 : : .ob_base = {
135990 : : .ob_base = {
135991 : : .ob_refcnt = 999999999,
135992 : : .ob_type = &PyBytes_Type,
135993 : : },
135994 : : .ob_size = 11,
135995 : : },
135996 : : .ob_shash = -1,
135997 : : .ob_sval = "\xbe\x0c\x41\x2b\x00\xc1\x2b\x29\x42\x14\x03",
135998 : : };
135999 : : static
136000 : : struct {
136001 : : PyGC_Head _gc_head;
136002 : : struct {
136003 : : PyObject_VAR_HEAD
136004 : : PyObject *ob_item[4];
136005 : : }_object;
136006 : : }
136007 : : importlib_util_toplevel_consts_18_localsplusnames = {
136008 : : ._object = {
136009 : : .ob_base = {
136010 : : .ob_base = {
136011 : : .ob_refcnt = 999999999,
136012 : : .ob_type = &PyTuple_Type,
136013 : : },
136014 : : .ob_size = 4,
136015 : : },
136016 : : .ob_item = {
136017 : : &_Py_ID(name),
136018 : : &_Py_ID(path),
136019 : : & const_str_module._ascii.ob_base,
136020 : : & const_str_spec._ascii.ob_base,
136021 : : },
136022 : : },
136023 : : };
136024 : : static
136025 : : struct _PyCode_DEF(302)
136026 : : importlib_util_toplevel_consts_18 = {
136027 : : .ob_base = {
136028 : : .ob_base = {
136029 : : .ob_refcnt = 999999999,
136030 : : .ob_type = &PyCode_Type,
136031 : : },
136032 : : .ob_size = 151,
136033 : : },
136034 : : .co_consts = & importlib_util_toplevel_consts_18_consts._object.ob_base.ob_base,
136035 : : .co_names = & importlib_util_toplevel_consts_18_names._object.ob_base.ob_base,
136036 : : .co_exceptiontable = & importlib_util_toplevel_consts_18_exceptiontable.ob_base.ob_base,
136037 : : .co_flags = 3,
136038 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
136039 : : ._co_linearray_entry_size = 0,
136040 : : .co_argcount = 2,
136041 : : .co_posonlyargcount = 0,
136042 : : .co_kwonlyargcount = 0,
136043 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
136044 : : .co_stacksize = 6,
136045 : : .co_firstlineno = 42,
136046 : : .co_nlocalsplus = 4,
136047 : : .co_nlocals = 4,
136048 : : .co_nplaincellvars = 0,
136049 : : .co_ncellvars = 0,
136050 : : .co_nfreevars = 0,
136051 : : .co_localsplusnames = & importlib_util_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
136052 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
136053 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
136054 : : .co_name = & const_str__find_spec_from_path._ascii.ob_base,
136055 : : .co_qualname = & const_str__find_spec_from_path._ascii.ob_base,
136056 : : .co_linetable = & importlib_util_toplevel_consts_18_linetable.ob_base.ob_base,
136057 : : ._co_code = NULL,
136058 : : ._co_linearray = NULL,
136059 : : .co_code_adaptive = "\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x0e\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x02\x80\x02\x64\x01\x53\x00\x09\x00\x7c\x02\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x80\x1d\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x03\x53\x00\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x6a\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
136060 : : ._co_firsttraceable = 0,
136061 : : };
136062 : : static
136063 : : struct {
136064 : : PyASCIIObject _ascii;
136065 : : uint8_t _data[688];
136066 : : }
136067 : : importlib_util_toplevel_consts_19_consts_0 = {
136068 : : ._ascii = {
136069 : : .ob_base = {
136070 : : .ob_refcnt = 999999999,
136071 : : .ob_type = &PyUnicode_Type,
136072 : : },
136073 : : .length = 687,
136074 : : .hash = -1,
136075 : : .state = {
136076 : : .kind = 1,
136077 : : .compact = 1,
136078 : : .ascii = 1,
136079 : : },
136080 : : },
136081 : : ._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",
136082 : : };
136083 : : static
136084 : : struct {
136085 : : PyGC_Head _gc_head;
136086 : : struct {
136087 : : PyObject_VAR_HEAD
136088 : : PyObject *ob_item[1];
136089 : : }_object;
136090 : : }
136091 : : importlib_util_toplevel_consts_19_consts_4 = {
136092 : : ._object = {
136093 : : .ob_base = {
136094 : : .ob_base = {
136095 : : .ob_refcnt = 999999999,
136096 : : .ob_type = &PyTuple_Type,
136097 : : },
136098 : : .ob_size = 1,
136099 : : },
136100 : : .ob_item = {
136101 : : & const_str_fromlist._ascii.ob_base,
136102 : : },
136103 : : },
136104 : : };
136105 : : static
136106 : : struct {
136107 : : PyASCIIObject _ascii;
136108 : : uint8_t _data[33];
136109 : : }
136110 : : importlib_util_toplevel_consts_19_consts_5 = {
136111 : : ._ascii = {
136112 : : .ob_base = {
136113 : : .ob_refcnt = 999999999,
136114 : : .ob_type = &PyUnicode_Type,
136115 : : },
136116 : : .length = 32,
136117 : : .hash = -1,
136118 : : .state = {
136119 : : .kind = 1,
136120 : : .compact = 1,
136121 : : .ascii = 1,
136122 : : },
136123 : : },
136124 : : ._data = "__path__ attribute not found on ",
136125 : : };
136126 : : static
136127 : : struct {
136128 : : PyASCIIObject _ascii;
136129 : : uint8_t _data[23];
136130 : : }
136131 : : importlib_util_toplevel_consts_19_consts_6 = {
136132 : : ._ascii = {
136133 : : .ob_base = {
136134 : : .ob_refcnt = 999999999,
136135 : : .ob_type = &PyUnicode_Type,
136136 : : },
136137 : : .length = 22,
136138 : : .hash = -1,
136139 : : .state = {
136140 : : .kind = 1,
136141 : : .compact = 1,
136142 : : .ascii = 1,
136143 : : },
136144 : : },
136145 : : ._data = " while trying to find ",
136146 : : };
136147 : : static
136148 : : struct {
136149 : : PyGC_Head _gc_head;
136150 : : struct {
136151 : : PyObject_VAR_HEAD
136152 : : PyObject *ob_item[11];
136153 : : }_object;
136154 : : }
136155 : : importlib_util_toplevel_consts_19_consts = {
136156 : : ._object = {
136157 : : .ob_base = {
136158 : : .ob_base = {
136159 : : .ob_refcnt = 999999999,
136160 : : .ob_type = &PyTuple_Type,
136161 : : },
136162 : : .ob_size = 11,
136163 : : },
136164 : : .ob_item = {
136165 : : & importlib_util_toplevel_consts_19_consts_0._ascii.ob_base,
136166 : : &_Py_STR(dot),
136167 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
136168 : : &_Py_ID(__path__),
136169 : : & importlib_util_toplevel_consts_19_consts_4._object.ob_base.ob_base,
136170 : : & importlib_util_toplevel_consts_19_consts_5._ascii.ob_base,
136171 : : & importlib_util_toplevel_consts_19_consts_6._ascii.ob_base,
136172 : : & importlib__bootstrap_toplevel_consts_4_localsplusnames._object.ob_base.ob_base,
136173 : : Py_None,
136174 : : & importlib_util_toplevel_consts_18_consts_2._ascii.ob_base,
136175 : : & importlib_util_toplevel_consts_18_consts_3._ascii.ob_base,
136176 : : },
136177 : : },
136178 : : };
136179 : : static
136180 : : struct {
136181 : : PyGC_Head _gc_head;
136182 : : struct {
136183 : : PyObject_VAR_HEAD
136184 : : PyObject *ob_item[13];
136185 : : }_object;
136186 : : }
136187 : : importlib_util_toplevel_consts_19_names = {
136188 : : ._object = {
136189 : : .ob_base = {
136190 : : .ob_base = {
136191 : : .ob_refcnt = 999999999,
136192 : : .ob_type = &PyTuple_Type,
136193 : : },
136194 : : .ob_size = 13,
136195 : : },
136196 : : .ob_item = {
136197 : : & const_str_startswith._ascii.ob_base,
136198 : : & const_str_resolve_name._ascii.ob_base,
136199 : : & const_str_sys._ascii.ob_base,
136200 : : &_Py_ID(modules),
136201 : : & const_str_rpartition._ascii.ob_base,
136202 : : &_Py_ID(__import__),
136203 : : &_Py_ID(__path__),
136204 : : & const_str_AttributeError._ascii.ob_base,
136205 : : & const_str_ModuleNotFoundError._ascii.ob_base,
136206 : : & const_str__find_spec._ascii.ob_base,
136207 : : &_Py_ID(__spec__),
136208 : : & const_str_ValueError._ascii.ob_base,
136209 : : & const_str_format._ascii.ob_base,
136210 : : },
136211 : : },
136212 : : };
136213 : : static
136214 : : struct {
136215 : : PyObject_VAR_HEAD
136216 : : Py_hash_t ob_shash;
136217 : : char ob_sval[368];
136218 : : }
136219 : : importlib_util_toplevel_consts_19_linetable = {
136220 : : .ob_base = {
136221 : : .ob_base = {
136222 : : .ob_refcnt = 999999999,
136223 : : .ob_type = &PyBytes_Type,
136224 : : },
136225 : : .ob_size = 367,
136226 : : },
136227 : : .ob_shash = -1,
136228 : : .ob_sval = "\x80\x00\xf0\x22\x00\x2f\x33\xaf\x6f\xa9\x6f\xb8\x63\xd4\x2e\x42\xd0\x0f\x4c\x8d\x7c\x98\x44\xa0\x27\xd4\x0f\x2a\xd0\x0f\x2a\xc8\x04\x80\x48\xd8\x07\x0f\x95\x73\x97\x7b\x91\x7b\xd0\x07\x22\xf0\x00\x18\x05\x18\xd8\x16\x1e\xd7\x16\x29\xd1\x16\x29\xa8\x23\xd4\x16\x2e\xa8\x71\xd4\x16\x31\x88\x0b\xd8\x0b\x16\xf0\x00\x09\x09\x1f\xdd\x15\x1f\xa0\x0b\xb0\x7a\xb0\x6c\xd0\x15\x43\xd4\x15\x43\x88\x46\xf0\x02\x05\x0d\x50\x01\xd8\x1e\x24\x9f\x6f\x99\x6f\x90\x0b\x90\x0b\xf0\x0c\x00\x1b\x1f\x88\x4b\xdd\x0f\x19\x98\x28\xa0\x4b\xd4\x0f\x30\xd0\x08\x30\xe5\x11\x14\x97\x1b\x91\x1b\x98\x58\xd4\x11\x26\x88\x06\xd8\x0b\x11\xf0\x00\x01\x09\x18\xd8\x13\x17\x90\x34\xf0\x02\x07\x09\x18\xd8\x13\x19\x97\x3f\x91\x3f\x88\x44\xf0\x08\x00\x10\x14\xf0\x00\x01\x0d\x45\x01\xdd\x16\x20\xd0\x21\x36\xd7\x21\x3d\xd1\x21\x3d\xb8\x64\xd4\x21\x43\xd4\x16\x44\xd0\x10\x44\xd8\x13\x17\x88\x4b\xf8\xf5\x25\x00\x14\x22\xf0\x00\x03\x0d\x50\x01\xf0\x00\x03\x0d\x50\x01\xf0\x00\x03\x0d\x50\x01\xdd\x16\x29\xf0\x02\x01\x15\x39\xb0\x7b\xf0\x00\x01\x15\x39\xf0\x00\x01\x15\x39\xd8\x2c\x34\xf0\x03\x01\x15\x39\xf0\x00\x01\x15\x39\xd8\x3f\x47\xf0\x05\x02\x17\x49\x01\xf4\x00\x02\x17\x49\x01\xe0\x4e\x4f\xf0\x05\x02\x11\x50\x01\xf8\xf8\xf8\xf8\xf0\x03\x03\x0d\x50\x01\xf8\xf8\xf8\xf8\xf5\x1a\x00\x10\x1e\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xf0\x00\x01\x09\x4e\x01\xdd\x12\x1c\xd0\x1d\x35\xd7\x1d\x3c\xd1\x1d\x3c\xb8\x54\xd4\x1d\x42\xd4\x12\x43\xc8\x14\xd0\x0c\x4d\xf0\x03\x01\x09\x4e\x01\xf8\xf8\xf8",
136229 : : };
136230 : : static
136231 : : struct {
136232 : : PyObject_VAR_HEAD
136233 : : Py_hash_t ob_shash;
136234 : : char ob_sval[37];
136235 : : }
136236 : : importlib_util_toplevel_consts_19_exceptiontable = {
136237 : : .ob_base = {
136238 : : .ob_base = {
136239 : : .ob_refcnt = 999999999,
136240 : : .ob_type = &PyBytes_Type,
136241 : : },
136242 : : .ob_size = 36,
136243 : : },
136244 : : .ob_shash = -1,
136245 : : .ob_sval = "\xc1\x21\x0c\x43\x07\x00\xc2\x1a\x0c\x43\x2f\x00\xc3\x07\x0a\x43\x2c\x03\xc3\x11\x16\x43\x27\x03\xc3\x27\x05\x43\x2c\x03\xc3\x2f\x29\x44\x18\x03",
136246 : : };
136247 : : static
136248 : : struct {
136249 : : PyASCIIObject _ascii;
136250 : : uint8_t _data[12];
136251 : : }
136252 : : const_str_parent_name = {
136253 : : ._ascii = {
136254 : : .ob_base = {
136255 : : .ob_refcnt = 999999999,
136256 : : .ob_type = &PyUnicode_Type,
136257 : : },
136258 : : .length = 11,
136259 : : .hash = -1,
136260 : : .state = {
136261 : : .kind = 1,
136262 : : .compact = 1,
136263 : : .ascii = 1,
136264 : : },
136265 : : },
136266 : : ._data = "parent_name",
136267 : : };
136268 : : static
136269 : : struct {
136270 : : PyGC_Head _gc_head;
136271 : : struct {
136272 : : PyObject_VAR_HEAD
136273 : : PyObject *ob_item[9];
136274 : : }_object;
136275 : : }
136276 : : importlib_util_toplevel_consts_19_localsplusnames = {
136277 : : ._object = {
136278 : : .ob_base = {
136279 : : .ob_base = {
136280 : : .ob_refcnt = 999999999,
136281 : : .ob_type = &PyTuple_Type,
136282 : : },
136283 : : .ob_size = 9,
136284 : : },
136285 : : .ob_item = {
136286 : : &_Py_ID(name),
136287 : : & const_str_package._ascii.ob_base,
136288 : : & const_str_fullname._ascii.ob_base,
136289 : : & const_str_parent_name._ascii.ob_base,
136290 : : &_Py_ID(parent),
136291 : : & const_str_parent_path._ascii.ob_base,
136292 : : & const_str_e._ascii.ob_base,
136293 : : & const_str_module._ascii.ob_base,
136294 : : & const_str_spec._ascii.ob_base,
136295 : : },
136296 : : },
136297 : : };
136298 : : static
136299 : : struct _PyCode_DEF(566)
136300 : : importlib_util_toplevel_consts_19 = {
136301 : : .ob_base = {
136302 : : .ob_base = {
136303 : : .ob_refcnt = 999999999,
136304 : : .ob_type = &PyCode_Type,
136305 : : },
136306 : : .ob_size = 283,
136307 : : },
136308 : : .co_consts = & importlib_util_toplevel_consts_19_consts._object.ob_base.ob_base,
136309 : : .co_names = & importlib_util_toplevel_consts_19_names._object.ob_base.ob_base,
136310 : : .co_exceptiontable = & importlib_util_toplevel_consts_19_exceptiontable.ob_base.ob_base,
136311 : : .co_flags = 3,
136312 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
136313 : : ._co_linearray_entry_size = 0,
136314 : : .co_argcount = 2,
136315 : : .co_posonlyargcount = 0,
136316 : : .co_kwonlyargcount = 0,
136317 : : .co_framesize = 16 + FRAME_SPECIALS_SIZE,
136318 : : .co_stacksize = 7,
136319 : : .co_firstlineno = 73,
136320 : : .co_nlocalsplus = 9,
136321 : : .co_nlocals = 9,
136322 : : .co_nplaincellvars = 0,
136323 : : .co_ncellvars = 0,
136324 : : .co_nfreevars = 0,
136325 : : .co_localsplusnames = & importlib_util_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
136326 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
136327 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
136328 : : .co_name = & const_str_find_spec._ascii.ob_base,
136329 : : .co_qualname = & const_str_find_spec._ascii.ob_base,
136330 : : .co_linetable = & importlib_util_toplevel_consts_19_linetable.ob_base.ob_base,
136331 : : ._co_code = NULL,
136332 : : ._co_linearray = NULL,
136333 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0e\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x01\x7c\x00\x7d\x02\x7c\x02\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x48\x7c\x02\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x03\x72\x1e\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x03\x67\x01\xac\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x09\x00\x7c\x04\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x6e\x02\x64\x08\x7d\x05\x74\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x07\x80\x02\x64\x08\x53\x00\x09\x00\x7c\x07\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x1d\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x53\x00\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1b\x7d\x06\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x05\x7c\x03\x9b\x02\x64\x06\x7c\x02\x9b\x02\x9d\x04\x7c\x02\xac\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\x82\x02\x64\x08\x7d\x06\x7e\x06\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1f\x01\x00\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x0a\x6a\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x82\x02\x77\x00\x78\x03\x59\x00\x77\x01",
136334 : : ._co_firsttraceable = 0,
136335 : : };
136336 : : static
136337 : : struct {
136338 : : PyASCIIObject _ascii;
136339 : : uint8_t _data[17];
136340 : : }
136341 : : const_str___initializing__ = {
136342 : : ._ascii = {
136343 : : .ob_base = {
136344 : : .ob_refcnt = 999999999,
136345 : : .ob_type = &PyUnicode_Type,
136346 : : },
136347 : : .length = 16,
136348 : : .hash = -1,
136349 : : .state = {
136350 : : .kind = 1,
136351 : : .compact = 1,
136352 : : .ascii = 1,
136353 : : },
136354 : : },
136355 : : ._data = "__initializing__",
136356 : : };
136357 : : static
136358 : : struct {
136359 : : PyGC_Head _gc_head;
136360 : : struct {
136361 : : PyObject_VAR_HEAD
136362 : : PyObject *ob_item[7];
136363 : : }_object;
136364 : : }
136365 : : importlib_util_toplevel_consts_20_names = {
136366 : : ._object = {
136367 : : .ob_base = {
136368 : : .ob_base = {
136369 : : .ob_refcnt = 999999999,
136370 : : .ob_type = &PyTuple_Type,
136371 : : },
136372 : : .ob_size = 7,
136373 : : },
136374 : : .ob_item = {
136375 : : & const_str_sys._ascii.ob_base,
136376 : : &_Py_ID(modules),
136377 : : &_Py_ID(get),
136378 : : & const_str_type._ascii.ob_base,
136379 : : & const_str___initializing__._ascii.ob_base,
136380 : : & const_str_Exception._ascii.ob_base,
136381 : : & const_str_KeyError._ascii.ob_base,
136382 : : },
136383 : : },
136384 : : };
136385 : : static
136386 : : struct {
136387 : : PyASCIIObject _ascii;
136388 : : uint8_t _data[16];
136389 : : }
136390 : : const_str__module_to_load = {
136391 : : ._ascii = {
136392 : : .ob_base = {
136393 : : .ob_refcnt = 999999999,
136394 : : .ob_type = &PyUnicode_Type,
136395 : : },
136396 : : .length = 15,
136397 : : .hash = -1,
136398 : : .state = {
136399 : : .kind = 1,
136400 : : .compact = 1,
136401 : : .ascii = 1,
136402 : : },
136403 : : },
136404 : : ._data = "_module_to_load",
136405 : : };
136406 : : static
136407 : : struct {
136408 : : PyObject_VAR_HEAD
136409 : : Py_hash_t ob_shash;
136410 : : char ob_sval[232];
136411 : : }
136412 : : importlib_util_toplevel_consts_20_linetable = {
136413 : : .ob_base = {
136414 : : .ob_base = {
136415 : : .ob_refcnt = 999999999,
136416 : : .ob_type = &PyBytes_Type,
136417 : : },
136418 : : .ob_size = 231,
136419 : : },
136420 : : .ob_shash = -1,
136421 : : .ob_sval = "\xe8\x00\xe8\x00\x80\x00\xe0\x10\x14\x9d\x03\x9f\x0b\x99\x0b\xd0\x10\x23\x80\x49\xe5\x0d\x10\x8f\x5b\x89\x5b\x8f\x5f\x89\x5f\x98\x54\xd4\x0d\x22\x80\x46\xd8\x0b\x14\xf0\x00\x08\x05\x23\xf0\x08\x00\x12\x1b\x95\x14\x95\x63\x94\x19\x98\x34\x94\x1f\x88\x06\xf0\x06\x00\x23\x27\x88\x06\xd4\x08\x1f\xd8\x1c\x22\x8d\x03\x8f\x0b\x89\x0b\x90\x44\xd1\x08\x19\xf0\x02\x09\x05\x28\xd8\x0e\x14\x88\x0c\x88\x0c\x88\x0c\xf0\x10\x00\x23\x28\x88\x06\xd4\x08\x1f\xd0\x08\x1f\xd0\x08\x1f\xf8\xf5\x0f\x00\x0c\x15\xf0\x00\x05\x05\x15\xf0\x00\x05\x05\x15\xf0\x00\x05\x05\x15\xd8\x0f\x18\xf0\x00\x04\x09\x15\xf0\x02\x03\x0d\x15\xdd\x14\x17\x97\x4b\x91\x4b\xa0\x04\xd0\x14\x25\xd0\x14\x25\xf8\xdd\x13\x1b\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf0\x09\x05\x05\x15\xf8\xf8\xf8\xf8\xf0\x0e\x00\x23\x28\x88\x06\xd4\x08\x1f\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27\xd0\x08\x27",
136422 : : };
136423 : : static
136424 : : struct {
136425 : : PyObject_VAR_HEAD
136426 : : Py_hash_t ob_shash;
136427 : : char ob_sval[73];
136428 : : }
136429 : : importlib_util_toplevel_consts_20_exceptiontable = {
136430 : : .ob_base = {
136431 : : .ob_base = {
136432 : : .ob_refcnt = 999999999,
136433 : : .ob_type = &PyBytes_Type,
136434 : : },
136435 : : .ob_size = 72,
136436 : : },
136437 : : .ob_shash = -1,
136438 : : .ob_sval = "\xc1\x2e\x04\x41\x3b\x00\xc1\x3b\x0c\x42\x2e\x03\xc2\x08\x12\x42\x1b\x02\xc2\x1a\x01\x42\x2e\x03\xc2\x1b\x0a\x42\x28\x05\xc2\x25\x02\x42\x2e\x03\xc2\x27\x01\x42\x28\x05\xc2\x28\x03\x42\x2e\x03\xc2\x2b\x02\x42\x31\x00\xc2\x2d\x01\x42\x2e\x03\xc2\x2e\x03\x42\x31\x00\xc2\x31\x09\x42\x3a\x03",
136439 : : };
136440 : : static
136441 : : struct {
136442 : : PyGC_Head _gc_head;
136443 : : struct {
136444 : : PyObject_VAR_HEAD
136445 : : PyObject *ob_item[3];
136446 : : }_object;
136447 : : }
136448 : : importlib_util_toplevel_consts_20_localsplusnames = {
136449 : : ._object = {
136450 : : .ob_base = {
136451 : : .ob_base = {
136452 : : .ob_refcnt = 999999999,
136453 : : .ob_type = &PyTuple_Type,
136454 : : },
136455 : : .ob_size = 3,
136456 : : },
136457 : : .ob_item = {
136458 : : &_Py_ID(name),
136459 : : & const_str_is_reload._ascii.ob_base,
136460 : : & const_str_module._ascii.ob_base,
136461 : : },
136462 : : },
136463 : : };
136464 : : static
136465 : : struct _PyCode_DEF(378)
136466 : : importlib_util_toplevel_consts_20 = {
136467 : : .ob_base = {
136468 : : .ob_base = {
136469 : : .ob_refcnt = 999999999,
136470 : : .ob_type = &PyCode_Type,
136471 : : },
136472 : : .ob_size = 189,
136473 : : },
136474 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_3_consts._object.ob_base.ob_base,
136475 : : .co_names = & importlib_util_toplevel_consts_20_names._object.ob_base.ob_base,
136476 : : .co_exceptiontable = & importlib_util_toplevel_consts_20_exceptiontable.ob_base.ob_base,
136477 : : .co_flags = 35,
136478 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
136479 : : ._co_linearray_entry_size = 0,
136480 : : .co_argcount = 1,
136481 : : .co_posonlyargcount = 0,
136482 : : .co_kwonlyargcount = 0,
136483 : : .co_framesize = 8 + FRAME_SPECIALS_SIZE,
136484 : : .co_stacksize = 5,
136485 : : .co_firstlineno = 118,
136486 : : .co_nlocalsplus = 3,
136487 : : .co_nlocals = 3,
136488 : : .co_nplaincellvars = 0,
136489 : : .co_ncellvars = 0,
136490 : : .co_nfreevars = 0,
136491 : : .co_localsplusnames = & importlib_util_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
136492 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
136493 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
136494 : : .co_name = & const_str__module_to_load._ascii.ob_base,
136495 : : .co_qualname = & const_str__module_to_load._ascii.ob_base,
136496 : : .co_linetable = & importlib_util_toplevel_consts_20_linetable.ob_base.ob_base,
136497 : : ._co_code = NULL,
136498 : : ._co_linearray = NULL,
136499 : : .co_code_adaptive = "\x4b\x00\x01\x00\x97\x00\x7c\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x01\x73\x34\x02\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x64\x01\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3c\x00\x00\x00\x09\x00\x7c\x02\x96\x01\x97\x01\x01\x00\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x29\x01\x00\x7c\x01\x73\x24\x09\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x3d\x00\x6e\x10\x23\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x6e\x04\x77\x00\x78\x03\x59\x00\x77\x01\x59\x00\x8c\x3b\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x64\x02\x7c\x02\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
136500 : : ._co_firsttraceable = 2,
136501 : : };
136502 : : static
136503 : : struct {
136504 : : PyASCIIObject _ascii;
136505 : : uint8_t _data[80];
136506 : : }
136507 : : importlib_util_toplevel_consts_21_consts_0 = {
136508 : : ._ascii = {
136509 : : .ob_base = {
136510 : : .ob_refcnt = 999999999,
136511 : : .ob_type = &PyUnicode_Type,
136512 : : },
136513 : : .length = 79,
136514 : : .hash = -1,
136515 : : .state = {
136516 : : .kind = 1,
136517 : : .compact = 1,
136518 : : .ascii = 1,
136519 : : },
136520 : : },
136521 : : ._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",
136522 : : };
136523 : : static
136524 : : struct {
136525 : : PyASCIIObject _ascii;
136526 : : uint8_t _data[108];
136527 : : }
136528 : : importlib_util_toplevel_consts_21_consts_1_consts_1 = {
136529 : : ._ascii = {
136530 : : .ob_base = {
136531 : : .ob_refcnt = 999999999,
136532 : : .ob_type = &PyUnicode_Type,
136533 : : },
136534 : : .length = 107,
136535 : : .hash = -1,
136536 : : .state = {
136537 : : .kind = 1,
136538 : : .compact = 1,
136539 : : .ascii = 1,
136540 : : },
136541 : : },
136542 : : ._data = "The import system now takes care of this automatically; this decorator is slated for removal in Python 3.12",
136543 : : };
136544 : : static
136545 : : struct {
136546 : : PyGC_Head _gc_head;
136547 : : struct {
136548 : : PyObject_VAR_HEAD
136549 : : PyObject *ob_item[8];
136550 : : }_object;
136551 : : }
136552 : : importlib_util_toplevel_consts_21_consts_1_consts = {
136553 : : ._object = {
136554 : : .ob_base = {
136555 : : .ob_base = {
136556 : : .ob_refcnt = 999999999,
136557 : : .ob_type = &PyTuple_Type,
136558 : : },
136559 : : .ob_size = 8,
136560 : : },
136561 : : .ob_item = {
136562 : : Py_None,
136563 : : & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
136564 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
136565 : : & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
136566 : : &_Py_ID(__package__),
136567 : : &_Py_ID(__path__),
136568 : : &_Py_STR(dot),
136569 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
136570 : : },
136571 : : },
136572 : : };
136573 : : static
136574 : : struct {
136575 : : PyGC_Head _gc_head;
136576 : : struct {
136577 : : PyObject_VAR_HEAD
136578 : : PyObject *ob_item[8];
136579 : : }_object;
136580 : : }
136581 : : importlib_util_toplevel_consts_21_consts_1_names = {
136582 : : ._object = {
136583 : : .ob_base = {
136584 : : .ob_base = {
136585 : : .ob_refcnt = 999999999,
136586 : : .ob_type = &PyTuple_Type,
136587 : : },
136588 : : .ob_size = 8,
136589 : : },
136590 : : .ob_item = {
136591 : : &_Py_ID(warnings),
136592 : : & const_str_warn._ascii.ob_base,
136593 : : & const_str_DeprecationWarning._ascii.ob_base,
136594 : : &_Py_ID(getattr),
136595 : : &_Py_ID(__name__),
136596 : : &_Py_ID(__package__),
136597 : : & const_str_hasattr._ascii.ob_base,
136598 : : & const_str_rpartition._ascii.ob_base,
136599 : : },
136600 : : },
136601 : : };
136602 : : static
136603 : : struct {
136604 : : PyASCIIObject _ascii;
136605 : : uint8_t _data[20];
136606 : : }
136607 : : const_str_set_package_wrapper = {
136608 : : ._ascii = {
136609 : : .ob_base = {
136610 : : .ob_refcnt = 999999999,
136611 : : .ob_type = &PyUnicode_Type,
136612 : : },
136613 : : .length = 19,
136614 : : .hash = -1,
136615 : : .state = {
136616 : : .kind = 1,
136617 : : .compact = 1,
136618 : : .ascii = 1,
136619 : : },
136620 : : },
136621 : : ._data = "set_package_wrapper",
136622 : : };
136623 : : static
136624 : : struct {
136625 : : PyASCIIObject _ascii;
136626 : : uint8_t _data[41];
136627 : : }
136628 : : importlib_util_toplevel_consts_21_consts_1_qualname = {
136629 : : ._ascii = {
136630 : : .ob_base = {
136631 : : .ob_refcnt = 999999999,
136632 : : .ob_type = &PyUnicode_Type,
136633 : : },
136634 : : .length = 40,
136635 : : .hash = -1,
136636 : : .state = {
136637 : : .kind = 1,
136638 : : .compact = 1,
136639 : : .ascii = 1,
136640 : : },
136641 : : },
136642 : : ._data = "set_package.<locals>.set_package_wrapper",
136643 : : };
136644 : : static
136645 : : struct {
136646 : : PyObject_VAR_HEAD
136647 : : Py_hash_t ob_shash;
136648 : : char ob_sval[140];
136649 : : }
136650 : : importlib_util_toplevel_consts_21_consts_1_linetable = {
136651 : : .ob_base = {
136652 : : .ob_base = {
136653 : : .ob_refcnt = 999999999,
136654 : : .ob_type = &PyBytes_Type,
136655 : : },
136656 : : .ob_size = 139,
136657 : : },
136658 : : .ob_shash = -1,
136659 : : .ob_sval = "\xf8\x80\x00\xe5\x08\x15\x8f\x0d\x89\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf4\x00\x02\x09\x38\xf0\x00\x02\x09\x38\xf0\x06\x00\x12\x15\x90\x13\x90\x64\xd0\x11\x25\x98\x66\xd0\x11\x25\xd0\x11\x25\x88\x06\xdd\x0b\x12\x90\x36\x98\x3d\xa8\x24\xd4\x0b\x2f\xf0\x00\x03\x09\x4b\x01\xd8\x21\x27\xa7\x1f\xa1\x1f\x88\x46\xd4\x0c\x1e\xdd\x13\x1a\x98\x36\xa0\x3a\xd4\x13\x2e\xf0\x00\x01\x0d\x4b\x01\xd8\x25\x2b\xd7\x25\x37\xd1\x25\x37\xd7\x25\x42\xd1\x25\x42\xc0\x33\xd4\x25\x47\xc8\x01\xd4\x25\x4a\x90\x06\xd4\x10\x22\xd8\x0f\x15\x88\x0d",
136660 : : };
136661 : : static
136662 : : struct {
136663 : : PyGC_Head _gc_head;
136664 : : struct {
136665 : : PyObject_VAR_HEAD
136666 : : PyObject *ob_item[4];
136667 : : }_object;
136668 : : }
136669 : : importlib_util_toplevel_consts_21_consts_1_localsplusnames = {
136670 : : ._object = {
136671 : : .ob_base = {
136672 : : .ob_base = {
136673 : : .ob_refcnt = 999999999,
136674 : : .ob_type = &PyTuple_Type,
136675 : : },
136676 : : .ob_size = 4,
136677 : : },
136678 : : .ob_item = {
136679 : : & const_str_args._ascii.ob_base,
136680 : : & const_str_kwargs._ascii.ob_base,
136681 : : & const_str_module._ascii.ob_base,
136682 : : & const_str_fxn._ascii.ob_base,
136683 : : },
136684 : : },
136685 : : };
136686 : : static
136687 : : struct _PyCode_DEF(256)
136688 : : importlib_util_toplevel_consts_21_consts_1 = {
136689 : : .ob_base = {
136690 : : .ob_base = {
136691 : : .ob_refcnt = 999999999,
136692 : : .ob_type = &PyCode_Type,
136693 : : },
136694 : : .ob_size = 128,
136695 : : },
136696 : : .co_consts = & importlib_util_toplevel_consts_21_consts_1_consts._object.ob_base.ob_base,
136697 : : .co_names = & importlib_util_toplevel_consts_21_consts_1_names._object.ob_base.ob_base,
136698 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
136699 : : .co_flags = 31,
136700 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
136701 : : ._co_linearray_entry_size = 0,
136702 : : .co_argcount = 0,
136703 : : .co_posonlyargcount = 0,
136704 : : .co_kwonlyargcount = 0,
136705 : : .co_framesize = 9 + FRAME_SPECIALS_SIZE,
136706 : : .co_stacksize = 5,
136707 : : .co_firstlineno = 150,
136708 : : .co_nlocalsplus = 4,
136709 : : .co_nlocals = 3,
136710 : : .co_nplaincellvars = 0,
136711 : : .co_ncellvars = 0,
136712 : : .co_nfreevars = 1,
136713 : : .co_localsplusnames = & importlib_util_toplevel_consts_21_consts_1_localsplusnames._object.ob_base.ob_base,
136714 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_10_localspluskinds.ob_base.ob_base,
136715 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
136716 : : .co_name = & const_str_set_package_wrapper._ascii.ob_base,
136717 : : .co_qualname = & importlib_util_toplevel_consts_21_consts_1_qualname._ascii.ob_base,
136718 : : .co_linetable = & importlib_util_toplevel_consts_21_consts_1_linetable.ob_base.ob_base,
136719 : : ._co_code = NULL,
136720 : : ._co_linearray = NULL,
136721 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x89\x03\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\x7d\x02\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x46\x7c\x02\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x05\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x27\x7c\x02\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x53\x00",
136722 : : ._co_firsttraceable = 1,
136723 : : };
136724 : : static
136725 : : struct {
136726 : : PyGC_Head _gc_head;
136727 : : struct {
136728 : : PyObject_VAR_HEAD
136729 : : PyObject *ob_item[2];
136730 : : }_object;
136731 : : }
136732 : : importlib_util_toplevel_consts_21_consts = {
136733 : : ._object = {
136734 : : .ob_base = {
136735 : : .ob_base = {
136736 : : .ob_refcnt = 999999999,
136737 : : .ob_type = &PyTuple_Type,
136738 : : },
136739 : : .ob_size = 2,
136740 : : },
136741 : : .ob_item = {
136742 : : & importlib_util_toplevel_consts_21_consts_0._ascii.ob_base,
136743 : : & importlib_util_toplevel_consts_21_consts_1.ob_base.ob_base,
136744 : : },
136745 : : },
136746 : : };
136747 : : static
136748 : : struct {
136749 : : PyASCIIObject _ascii;
136750 : : uint8_t _data[10];
136751 : : }
136752 : : const_str_functools = {
136753 : : ._ascii = {
136754 : : .ob_base = {
136755 : : .ob_refcnt = 999999999,
136756 : : .ob_type = &PyUnicode_Type,
136757 : : },
136758 : : .length = 9,
136759 : : .hash = -1,
136760 : : .state = {
136761 : : .kind = 1,
136762 : : .compact = 1,
136763 : : .ascii = 1,
136764 : : },
136765 : : },
136766 : : ._data = "functools",
136767 : : };
136768 : : static
136769 : : struct {
136770 : : PyASCIIObject _ascii;
136771 : : uint8_t _data[6];
136772 : : }
136773 : : const_str_wraps = {
136774 : : ._ascii = {
136775 : : .ob_base = {
136776 : : .ob_refcnt = 999999999,
136777 : : .ob_type = &PyUnicode_Type,
136778 : : },
136779 : : .length = 5,
136780 : : .hash = -1,
136781 : : .state = {
136782 : : .kind = 1,
136783 : : .compact = 1,
136784 : : .ascii = 1,
136785 : : },
136786 : : },
136787 : : ._data = "wraps",
136788 : : };
136789 : : static
136790 : : struct {
136791 : : PyGC_Head _gc_head;
136792 : : struct {
136793 : : PyObject_VAR_HEAD
136794 : : PyObject *ob_item[2];
136795 : : }_object;
136796 : : }
136797 : : importlib_util_toplevel_consts_21_names = {
136798 : : ._object = {
136799 : : .ob_base = {
136800 : : .ob_base = {
136801 : : .ob_refcnt = 999999999,
136802 : : .ob_type = &PyTuple_Type,
136803 : : },
136804 : : .ob_size = 2,
136805 : : },
136806 : : .ob_item = {
136807 : : & const_str_functools._ascii.ob_base,
136808 : : & const_str_wraps._ascii.ob_base,
136809 : : },
136810 : : },
136811 : : };
136812 : : static
136813 : : struct {
136814 : : PyASCIIObject _ascii;
136815 : : uint8_t _data[12];
136816 : : }
136817 : : const_str_set_package = {
136818 : : ._ascii = {
136819 : : .ob_base = {
136820 : : .ob_refcnt = 999999999,
136821 : : .ob_type = &PyUnicode_Type,
136822 : : },
136823 : : .length = 11,
136824 : : .hash = -1,
136825 : : .state = {
136826 : : .kind = 1,
136827 : : .compact = 1,
136828 : : .ascii = 1,
136829 : : },
136830 : : },
136831 : : ._data = "set_package",
136832 : : };
136833 : : static
136834 : : struct {
136835 : : PyObject_VAR_HEAD
136836 : : Py_hash_t ob_shash;
136837 : : char ob_sval[56];
136838 : : }
136839 : : importlib_util_toplevel_consts_21_linetable = {
136840 : : .ob_base = {
136841 : : .ob_base = {
136842 : : .ob_refcnt = 999999999,
136843 : : .ob_type = &PyBytes_Type,
136844 : : },
136845 : : .ob_size = 55,
136846 : : },
136847 : : .ob_shash = -1,
136848 : : .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf0\x00\x09\x05\x16\xf4\x03\x00\x06\x1a\xf0\x02\x09\x05\x16\xf0\x14\x00\x0c\x1f\xd0\x04\x1e",
136849 : : };
136850 : : static
136851 : : struct {
136852 : : PyGC_Head _gc_head;
136853 : : struct {
136854 : : PyObject_VAR_HEAD
136855 : : PyObject *ob_item[2];
136856 : : }_object;
136857 : : }
136858 : : importlib_util_toplevel_consts_21_localsplusnames = {
136859 : : ._object = {
136860 : : .ob_base = {
136861 : : .ob_base = {
136862 : : .ob_refcnt = 999999999,
136863 : : .ob_type = &PyTuple_Type,
136864 : : },
136865 : : .ob_size = 2,
136866 : : },
136867 : : .ob_item = {
136868 : : & const_str_fxn._ascii.ob_base,
136869 : : & const_str_set_package_wrapper._ascii.ob_base,
136870 : : },
136871 : : },
136872 : : };
136873 : : static
136874 : : struct _PyCode_DEF(72)
136875 : : importlib_util_toplevel_consts_21 = {
136876 : : .ob_base = {
136877 : : .ob_base = {
136878 : : .ob_refcnt = 999999999,
136879 : : .ob_type = &PyCode_Type,
136880 : : },
136881 : : .ob_size = 36,
136882 : : },
136883 : : .co_consts = & importlib_util_toplevel_consts_21_consts._object.ob_base.ob_base,
136884 : : .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
136885 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
136886 : : .co_flags = 3,
136887 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
136888 : : ._co_linearray_entry_size = 0,
136889 : : .co_argcount = 1,
136890 : : .co_posonlyargcount = 0,
136891 : : .co_kwonlyargcount = 0,
136892 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
136893 : : .co_stacksize = 3,
136894 : : .co_firstlineno = 144,
136895 : : .co_nlocalsplus = 2,
136896 : : .co_nlocals = 2,
136897 : : .co_nplaincellvars = 0,
136898 : : .co_ncellvars = 1,
136899 : : .co_nfreevars = 0,
136900 : : .co_localsplusnames = & importlib_util_toplevel_consts_21_localsplusnames._object.ob_base.ob_base,
136901 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
136902 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
136903 : : .co_name = & const_str_set_package._ascii.ob_base,
136904 : : .co_qualname = & const_str_set_package._ascii.ob_base,
136905 : : .co_linetable = & importlib_util_toplevel_consts_21_linetable.ob_base.ob_base,
136906 : : ._co_code = NULL,
136907 : : ._co_linearray = NULL,
136908 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
136909 : : ._co_firsttraceable = 1,
136910 : : };
136911 : : static
136912 : : struct {
136913 : : PyASCIIObject _ascii;
136914 : : uint8_t _data[79];
136915 : : }
136916 : : importlib_util_toplevel_consts_22_consts_0 = {
136917 : : ._ascii = {
136918 : : .ob_base = {
136919 : : .ob_refcnt = 999999999,
136920 : : .ob_type = &PyUnicode_Type,
136921 : : },
136922 : : .length = 78,
136923 : : .hash = -1,
136924 : : .state = {
136925 : : .kind = 1,
136926 : : .compact = 1,
136927 : : .ascii = 1,
136928 : : },
136929 : : },
136930 : : ._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",
136931 : : };
136932 : : static
136933 : : struct {
136934 : : PyGC_Head _gc_head;
136935 : : struct {
136936 : : PyObject_VAR_HEAD
136937 : : PyObject *ob_item[5];
136938 : : }_object;
136939 : : }
136940 : : importlib_util_toplevel_consts_22_consts_1_consts = {
136941 : : ._object = {
136942 : : .ob_base = {
136943 : : .ob_base = {
136944 : : .ob_refcnt = 999999999,
136945 : : .ob_type = &PyTuple_Type,
136946 : : },
136947 : : .ob_size = 5,
136948 : : },
136949 : : .ob_item = {
136950 : : Py_None,
136951 : : & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
136952 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
136953 : : & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
136954 : : &_Py_ID(__loader__),
136955 : : },
136956 : : },
136957 : : };
136958 : : static
136959 : : struct {
136960 : : PyGC_Head _gc_head;
136961 : : struct {
136962 : : PyObject_VAR_HEAD
136963 : : PyObject *ob_item[5];
136964 : : }_object;
136965 : : }
136966 : : importlib_util_toplevel_consts_22_consts_1_names = {
136967 : : ._object = {
136968 : : .ob_base = {
136969 : : .ob_base = {
136970 : : .ob_refcnt = 999999999,
136971 : : .ob_type = &PyTuple_Type,
136972 : : },
136973 : : .ob_size = 5,
136974 : : },
136975 : : .ob_item = {
136976 : : &_Py_ID(warnings),
136977 : : & const_str_warn._ascii.ob_base,
136978 : : & const_str_DeprecationWarning._ascii.ob_base,
136979 : : &_Py_ID(getattr),
136980 : : &_Py_ID(__loader__),
136981 : : },
136982 : : },
136983 : : };
136984 : : static
136985 : : struct {
136986 : : PyASCIIObject _ascii;
136987 : : uint8_t _data[19];
136988 : : }
136989 : : const_str_set_loader_wrapper = {
136990 : : ._ascii = {
136991 : : .ob_base = {
136992 : : .ob_refcnt = 999999999,
136993 : : .ob_type = &PyUnicode_Type,
136994 : : },
136995 : : .length = 18,
136996 : : .hash = -1,
136997 : : .state = {
136998 : : .kind = 1,
136999 : : .compact = 1,
137000 : : .ascii = 1,
137001 : : },
137002 : : },
137003 : : ._data = "set_loader_wrapper",
137004 : : };
137005 : : static
137006 : : struct {
137007 : : PyASCIIObject _ascii;
137008 : : uint8_t _data[39];
137009 : : }
137010 : : importlib_util_toplevel_consts_22_consts_1_qualname = {
137011 : : ._ascii = {
137012 : : .ob_base = {
137013 : : .ob_refcnt = 999999999,
137014 : : .ob_type = &PyUnicode_Type,
137015 : : },
137016 : : .length = 38,
137017 : : .hash = -1,
137018 : : .state = {
137019 : : .kind = 1,
137020 : : .compact = 1,
137021 : : .ascii = 1,
137022 : : },
137023 : : },
137024 : : ._data = "set_loader.<locals>.set_loader_wrapper",
137025 : : };
137026 : : static
137027 : : struct {
137028 : : PyObject_VAR_HEAD
137029 : : Py_hash_t ob_shash;
137030 : : char ob_sval[100];
137031 : : }
137032 : : importlib_util_toplevel_consts_22_consts_1_linetable = {
137033 : : .ob_base = {
137034 : : .ob_base = {
137035 : : .ob_refcnt = 999999999,
137036 : : .ob_type = &PyBytes_Type,
137037 : : },
137038 : : .ob_size = 99,
137039 : : },
137040 : : .ob_shash = -1,
137041 : : .ob_sval = "\xf8\x80\x00\xe5\x08\x15\x8f\x0d\x89\x0d\xf0\x00\x01\x17\x4c\x01\xe5\x16\x28\xb0\x51\xf0\x05\x02\x09\x38\xf4\x00\x02\x09\x38\xf0\x00\x02\x09\x38\xf0\x06\x00\x12\x15\x90\x13\x90\x54\xd0\x11\x2b\x98\x44\xd0\x11\x2b\xd0\x11\x2b\xd0\x11\x2b\xa0\x46\xd0\x11\x2b\xd0\x11\x2b\x88\x06\xdd\x0b\x12\x90\x36\x98\x3c\xa8\x14\xd4\x0b\x2e\xf0\x00\x01\x09\x25\xd8\x20\x24\x88\x46\xd4\x0c\x1d\xd8\x0f\x15\x88\x0d",
137042 : : };
137043 : : static
137044 : : struct {
137045 : : PyGC_Head _gc_head;
137046 : : struct {
137047 : : PyObject_VAR_HEAD
137048 : : PyObject *ob_item[5];
137049 : : }_object;
137050 : : }
137051 : : importlib_util_toplevel_consts_22_consts_1_localsplusnames = {
137052 : : ._object = {
137053 : : .ob_base = {
137054 : : .ob_base = {
137055 : : .ob_refcnt = 999999999,
137056 : : .ob_type = &PyTuple_Type,
137057 : : },
137058 : : .ob_size = 5,
137059 : : },
137060 : : .ob_item = {
137061 : : & const_str_self._ascii.ob_base,
137062 : : & const_str_args._ascii.ob_base,
137063 : : & const_str_kwargs._ascii.ob_base,
137064 : : & const_str_module._ascii.ob_base,
137065 : : & const_str_fxn._ascii.ob_base,
137066 : : },
137067 : : },
137068 : : };
137069 : : static
137070 : : struct _PyCode_DEF(138)
137071 : : importlib_util_toplevel_consts_22_consts_1 = {
137072 : : .ob_base = {
137073 : : .ob_base = {
137074 : : .ob_refcnt = 999999999,
137075 : : .ob_type = &PyCode_Type,
137076 : : },
137077 : : .ob_size = 69,
137078 : : },
137079 : : .co_consts = & importlib_util_toplevel_consts_22_consts_1_consts._object.ob_base.ob_base,
137080 : : .co_names = & importlib_util_toplevel_consts_22_consts_1_names._object.ob_base.ob_base,
137081 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
137082 : : .co_flags = 31,
137083 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137084 : : ._co_linearray_entry_size = 0,
137085 : : .co_argcount = 1,
137086 : : .co_posonlyargcount = 0,
137087 : : .co_kwonlyargcount = 0,
137088 : : .co_framesize = 10 + FRAME_SPECIALS_SIZE,
137089 : : .co_stacksize = 5,
137090 : : .co_firstlineno = 170,
137091 : : .co_nlocalsplus = 5,
137092 : : .co_nlocals = 4,
137093 : : .co_nplaincellvars = 0,
137094 : : .co_ncellvars = 0,
137095 : : .co_nfreevars = 1,
137096 : : .co_localsplusnames = & importlib_util_toplevel_consts_22_consts_1_localsplusnames._object.ob_base.ob_base,
137097 : : .co_localspluskinds = & importlib__bootstrap_external_toplevel_consts_41_consts_2_localspluskinds.ob_base.ob_base,
137098 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
137099 : : .co_name = & const_str_set_loader_wrapper._ascii.ob_base,
137100 : : .co_qualname = & importlib_util_toplevel_consts_22_consts_1_qualname._ascii.ob_base,
137101 : : .co_linetable = & importlib_util_toplevel_consts_22_consts_1_linetable.ob_base.ob_base,
137102 : : ._co_code = NULL,
137103 : : ._co_linearray = NULL,
137104 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x02\x00\x89\x04\x7c\x00\x67\x01\x7c\x01\xa2\x01\x52\x00\x69\x00\x7c\x02\xa4\x01\x8e\x01\x7d\x03\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x64\x04\x64\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x80\x07\x7c\x00\x7c\x03\x5f\x04\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x53\x00",
137105 : : ._co_firsttraceable = 1,
137106 : : };
137107 : : static
137108 : : struct {
137109 : : PyGC_Head _gc_head;
137110 : : struct {
137111 : : PyObject_VAR_HEAD
137112 : : PyObject *ob_item[2];
137113 : : }_object;
137114 : : }
137115 : : importlib_util_toplevel_consts_22_consts = {
137116 : : ._object = {
137117 : : .ob_base = {
137118 : : .ob_base = {
137119 : : .ob_refcnt = 999999999,
137120 : : .ob_type = &PyTuple_Type,
137121 : : },
137122 : : .ob_size = 2,
137123 : : },
137124 : : .ob_item = {
137125 : : & importlib_util_toplevel_consts_22_consts_0._ascii.ob_base,
137126 : : & importlib_util_toplevel_consts_22_consts_1.ob_base.ob_base,
137127 : : },
137128 : : },
137129 : : };
137130 : : static
137131 : : struct {
137132 : : PyASCIIObject _ascii;
137133 : : uint8_t _data[11];
137134 : : }
137135 : : const_str_set_loader = {
137136 : : ._ascii = {
137137 : : .ob_base = {
137138 : : .ob_refcnt = 999999999,
137139 : : .ob_type = &PyUnicode_Type,
137140 : : },
137141 : : .length = 10,
137142 : : .hash = -1,
137143 : : .state = {
137144 : : .kind = 1,
137145 : : .compact = 1,
137146 : : .ascii = 1,
137147 : : },
137148 : : },
137149 : : ._data = "set_loader",
137150 : : };
137151 : : static
137152 : : struct {
137153 : : PyObject_VAR_HEAD
137154 : : Py_hash_t ob_shash;
137155 : : char ob_sval[56];
137156 : : }
137157 : : importlib_util_toplevel_consts_22_linetable = {
137158 : : .ob_base = {
137159 : : .ob_base = {
137160 : : .ob_refcnt = 999999999,
137161 : : .ob_type = &PyBytes_Type,
137162 : : },
137163 : : .ob_size = 55,
137164 : : },
137165 : : .ob_shash = -1,
137166 : : .ob_sval = "\xf8\x80\x00\xf5\x0c\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf0\x00\x07\x05\x16\xf4\x03\x00\x06\x1a\xf0\x02\x07\x05\x16\xf0\x10\x00\x0c\x1e\xd0\x04\x1d",
137167 : : };
137168 : : static
137169 : : struct {
137170 : : PyGC_Head _gc_head;
137171 : : struct {
137172 : : PyObject_VAR_HEAD
137173 : : PyObject *ob_item[2];
137174 : : }_object;
137175 : : }
137176 : : importlib_util_toplevel_consts_22_localsplusnames = {
137177 : : ._object = {
137178 : : .ob_base = {
137179 : : .ob_base = {
137180 : : .ob_refcnt = 999999999,
137181 : : .ob_type = &PyTuple_Type,
137182 : : },
137183 : : .ob_size = 2,
137184 : : },
137185 : : .ob_item = {
137186 : : & const_str_fxn._ascii.ob_base,
137187 : : & const_str_set_loader_wrapper._ascii.ob_base,
137188 : : },
137189 : : },
137190 : : };
137191 : : static
137192 : : struct _PyCode_DEF(72)
137193 : : importlib_util_toplevel_consts_22 = {
137194 : : .ob_base = {
137195 : : .ob_base = {
137196 : : .ob_refcnt = 999999999,
137197 : : .ob_type = &PyCode_Type,
137198 : : },
137199 : : .ob_size = 36,
137200 : : },
137201 : : .co_consts = & importlib_util_toplevel_consts_22_consts._object.ob_base.ob_base,
137202 : : .co_names = & importlib_util_toplevel_consts_21_names._object.ob_base.ob_base,
137203 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
137204 : : .co_flags = 3,
137205 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137206 : : ._co_linearray_entry_size = 0,
137207 : : .co_argcount = 1,
137208 : : .co_posonlyargcount = 0,
137209 : : .co_kwonlyargcount = 0,
137210 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
137211 : : .co_stacksize = 3,
137212 : : .co_firstlineno = 164,
137213 : : .co_nlocalsplus = 2,
137214 : : .co_nlocals = 2,
137215 : : .co_nplaincellvars = 0,
137216 : : .co_ncellvars = 1,
137217 : : .co_nfreevars = 0,
137218 : : .co_localsplusnames = & importlib_util_toplevel_consts_22_localsplusnames._object.ob_base.ob_base,
137219 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
137220 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
137221 : : .co_name = & const_str_set_loader._ascii.ob_base,
137222 : : .co_qualname = & const_str_set_loader._ascii.ob_base,
137223 : : .co_linetable = & importlib_util_toplevel_consts_22_linetable.ob_base.ob_base,
137224 : : ._co_code = NULL,
137225 : : ._co_linearray = NULL,
137226 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x01\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
137227 : : ._co_firsttraceable = 1,
137228 : : };
137229 : : static
137230 : : struct {
137231 : : PyASCIIObject _ascii;
137232 : : uint8_t _data[811];
137233 : : }
137234 : : importlib_util_toplevel_consts_23_consts_0 = {
137235 : : ._ascii = {
137236 : : .ob_base = {
137237 : : .ob_refcnt = 999999999,
137238 : : .ob_type = &PyUnicode_Type,
137239 : : },
137240 : : .length = 810,
137241 : : .hash = -1,
137242 : : .state = {
137243 : : .kind = 1,
137244 : : .compact = 1,
137245 : : .ascii = 1,
137246 : : },
137247 : : },
137248 : : ._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",
137249 : : };
137250 : : static
137251 : : struct {
137252 : : PyGC_Head _gc_head;
137253 : : struct {
137254 : : PyObject_VAR_HEAD
137255 : : PyObject *ob_item[3];
137256 : : }_object;
137257 : : }
137258 : : importlib_util_toplevel_consts_23_consts_4_consts = {
137259 : : ._object = {
137260 : : .ob_base = {
137261 : : .ob_base = {
137262 : : .ob_refcnt = 999999999,
137263 : : .ob_type = &PyTuple_Type,
137264 : : },
137265 : : .ob_size = 3,
137266 : : },
137267 : : .ob_item = {
137268 : : Py_None,
137269 : : &_Py_STR(dot),
137270 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
137271 : : },
137272 : : },
137273 : : };
137274 : : static
137275 : : struct {
137276 : : PyGC_Head _gc_head;
137277 : : struct {
137278 : : PyObject_VAR_HEAD
137279 : : PyObject *ob_item[7];
137280 : : }_object;
137281 : : }
137282 : : importlib_util_toplevel_consts_23_consts_4_names = {
137283 : : ._object = {
137284 : : .ob_base = {
137285 : : .ob_base = {
137286 : : .ob_refcnt = 999999999,
137287 : : .ob_type = &PyTuple_Type,
137288 : : },
137289 : : .ob_size = 7,
137290 : : },
137291 : : .ob_item = {
137292 : : & const_str__module_to_load._ascii.ob_base,
137293 : : &_Py_ID(__loader__),
137294 : : & const_str_is_package._ascii.ob_base,
137295 : : &_Py_ID(__package__),
137296 : : & const_str_rpartition._ascii.ob_base,
137297 : : & const_str_ImportError._ascii.ob_base,
137298 : : & const_str_AttributeError._ascii.ob_base,
137299 : : },
137300 : : },
137301 : : };
137302 : : static
137303 : : struct {
137304 : : PyASCIIObject _ascii;
137305 : : uint8_t _data[26];
137306 : : }
137307 : : const_str_module_for_loader_wrapper = {
137308 : : ._ascii = {
137309 : : .ob_base = {
137310 : : .ob_refcnt = 999999999,
137311 : : .ob_type = &PyUnicode_Type,
137312 : : },
137313 : : .length = 25,
137314 : : .hash = -1,
137315 : : .state = {
137316 : : .kind = 1,
137317 : : .compact = 1,
137318 : : .ascii = 1,
137319 : : },
137320 : : },
137321 : : ._data = "module_for_loader_wrapper",
137322 : : };
137323 : : static
137324 : : struct {
137325 : : PyASCIIObject _ascii;
137326 : : uint8_t _data[53];
137327 : : }
137328 : : importlib_util_toplevel_consts_23_consts_4_qualname = {
137329 : : ._ascii = {
137330 : : .ob_base = {
137331 : : .ob_refcnt = 999999999,
137332 : : .ob_type = &PyUnicode_Type,
137333 : : },
137334 : : .length = 52,
137335 : : .hash = -1,
137336 : : .state = {
137337 : : .kind = 1,
137338 : : .compact = 1,
137339 : : .ascii = 1,
137340 : : },
137341 : : },
137342 : : ._data = "module_for_loader.<locals>.module_for_loader_wrapper",
137343 : : };
137344 : : static
137345 : : struct {
137346 : : PyObject_VAR_HEAD
137347 : : Py_hash_t ob_shash;
137348 : : char ob_sval[254];
137349 : : }
137350 : : importlib_util_toplevel_consts_23_consts_4_linetable = {
137351 : : .ob_base = {
137352 : : .ob_base = {
137353 : : .ob_refcnt = 999999999,
137354 : : .ob_type = &PyBytes_Type,
137355 : : },
137356 : : .ob_size = 253,
137357 : : },
137358 : : .ob_shash = -1,
137359 : : .ob_sval = "\xf8\x80\x00\xe5\x0d\x1c\x98\x58\xd4\x0d\x26\xf0\x00\x0c\x09\x36\xa8\x26\xd8\x20\x24\x88\x46\xd4\x0c\x1d\xf0\x02\x08\x0d\x45\x01\xd8\x1d\x21\x9f\x5f\x99\x5f\xa8\x58\xd4\x1d\x36\x90\x0a\xf0\x08\x00\x14\x1e\xf0\x00\x03\x11\x45\x01\xd8\x29\x31\x90\x46\xd4\x14\x26\xd0\x14\x26\xe0\x29\x31\xd7\x29\x3c\xd1\x29\x3c\xb8\x53\xd4\x29\x41\xc0\x21\xd4\x29\x44\x90\x46\xd4\x14\x26\xd0\x14\x26\xe0\x13\x16\x90\x33\x90\x74\x98\x56\xd0\x13\x35\xa0\x64\xd0\x13\x35\xd0\x13\x35\xd0\x13\x35\xa8\x66\xd0\x13\x35\xd0\x13\x35\xf0\x19\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf4\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf8\xf5\x08\x00\x15\x20\xa5\x1e\xd0\x13\x30\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x09\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf0\x00\x0c\x09\x36\xf8\xf8\xf8",
137360 : : };
137361 : : static
137362 : : struct {
137363 : : PyObject_VAR_HEAD
137364 : : Py_hash_t ob_shash;
137365 : : char ob_sval[46];
137366 : : }
137367 : : importlib_util_toplevel_consts_23_consts_4_exceptiontable = {
137368 : : .ob_base = {
137369 : : .ob_base = {
137370 : : .ob_refcnt = 999999999,
137371 : : .ob_type = &PyBytes_Type,
137372 : : },
137373 : : .ob_size = 45,
137374 : : },
137375 : : .ob_shash = -1,
137376 : : .ob_sval = "\x8f\x08\x42\x00\x03\x98\x12\x41\x29\x02\xaa\x34\x42\x00\x03\xc1\x29\x11\x41\x3d\x05\xc1\x3a\x02\x42\x00\x03\xc1\x3c\x01\x41\x3d\x05\xc1\x3d\x03\x42\x00\x03\xc2\x00\x05\x42\x0a\x07",
137377 : : };
137378 : : static
137379 : : struct {
137380 : : PyGC_Head _gc_head;
137381 : : struct {
137382 : : PyObject_VAR_HEAD
137383 : : PyObject *ob_item[7];
137384 : : }_object;
137385 : : }
137386 : : importlib_util_toplevel_consts_23_consts_4_localsplusnames = {
137387 : : ._object = {
137388 : : .ob_base = {
137389 : : .ob_base = {
137390 : : .ob_refcnt = 999999999,
137391 : : .ob_type = &PyTuple_Type,
137392 : : },
137393 : : .ob_size = 7,
137394 : : },
137395 : : .ob_item = {
137396 : : & const_str_self._ascii.ob_base,
137397 : : & const_str_fullname._ascii.ob_base,
137398 : : & const_str_args._ascii.ob_base,
137399 : : & const_str_kwargs._ascii.ob_base,
137400 : : & const_str_module._ascii.ob_base,
137401 : : & const_str_is_package._ascii.ob_base,
137402 : : & const_str_fxn._ascii.ob_base,
137403 : : },
137404 : : },
137405 : : };
137406 : : static
137407 : : struct _PyCode_DEF(282)
137408 : : importlib_util_toplevel_consts_23_consts_4 = {
137409 : : .ob_base = {
137410 : : .ob_base = {
137411 : : .ob_refcnt = 999999999,
137412 : : .ob_type = &PyCode_Type,
137413 : : },
137414 : : .ob_size = 141,
137415 : : },
137416 : : .co_consts = & importlib_util_toplevel_consts_23_consts_4_consts._object.ob_base.ob_base,
137417 : : .co_names = & importlib_util_toplevel_consts_23_consts_4_names._object.ob_base.ob_base,
137418 : : .co_exceptiontable = & importlib_util_toplevel_consts_23_consts_4_exceptiontable.ob_base.ob_base,
137419 : : .co_flags = 31,
137420 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137421 : : ._co_linearray_entry_size = 0,
137422 : : .co_argcount = 2,
137423 : : .co_posonlyargcount = 0,
137424 : : .co_kwonlyargcount = 0,
137425 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
137426 : : .co_stacksize = 6,
137427 : : .co_firstlineno = 203,
137428 : : .co_nlocalsplus = 7,
137429 : : .co_nlocals = 6,
137430 : : .co_nplaincellvars = 0,
137431 : : .co_ncellvars = 0,
137432 : : .co_nfreevars = 1,
137433 : : .co_localsplusnames = & importlib_util_toplevel_consts_23_consts_4_localsplusnames._object.ob_base.ob_base,
137434 : : .co_localspluskinds = & abc_toplevel_consts_10_consts_2_localspluskinds.ob_base.ob_base,
137435 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
137436 : : .co_name = & const_str_module_for_loader_wrapper._ascii.ob_base,
137437 : : .co_qualname = & importlib_util_toplevel_consts_23_consts_4_qualname._ascii.ob_base,
137438 : : .co_linetable = & importlib_util_toplevel_consts_23_consts_4_linetable.ob_base.ob_base,
137439 : : ._co_code = NULL,
137440 : : ._co_linearray = NULL,
137441 : : .co_code_adaptive = "\x95\x01\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x7c\x00\x7c\x04\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x7c\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x72\x08\x7c\x01\x7c\x04\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x6e\x1e\x7c\x01\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x09\x00\x02\x00\x89\x06\x7c\x00\x7c\x04\x67\x02\x7c\x02\xa2\x01\x52\x00\x69\x00\x7c\x03\xa4\x01\x8e\x01\x63\x02\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x02\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2a\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x64\x00\x53\x00\x78\x03\x59\x00\x77\x01",
137442 : : ._co_firsttraceable = 1,
137443 : : };
137444 : : static
137445 : : struct {
137446 : : PyGC_Head _gc_head;
137447 : : struct {
137448 : : PyObject_VAR_HEAD
137449 : : PyObject *ob_item[5];
137450 : : }_object;
137451 : : }
137452 : : importlib_util_toplevel_consts_23_consts = {
137453 : : ._object = {
137454 : : .ob_base = {
137455 : : .ob_base = {
137456 : : .ob_refcnt = 999999999,
137457 : : .ob_type = &PyTuple_Type,
137458 : : },
137459 : : .ob_size = 5,
137460 : : },
137461 : : .ob_item = {
137462 : : & importlib_util_toplevel_consts_23_consts_0._ascii.ob_base,
137463 : : & importlib_util_toplevel_consts_21_consts_1_consts_1._ascii.ob_base,
137464 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
137465 : : & importlib__bootstrap_toplevel_consts_55_consts_8._object.ob_base.ob_base,
137466 : : & importlib_util_toplevel_consts_23_consts_4.ob_base.ob_base,
137467 : : },
137468 : : },
137469 : : };
137470 : : static
137471 : : struct {
137472 : : PyGC_Head _gc_head;
137473 : : struct {
137474 : : PyObject_VAR_HEAD
137475 : : PyObject *ob_item[5];
137476 : : }_object;
137477 : : }
137478 : : importlib_util_toplevel_consts_23_names = {
137479 : : ._object = {
137480 : : .ob_base = {
137481 : : .ob_base = {
137482 : : .ob_refcnt = 999999999,
137483 : : .ob_type = &PyTuple_Type,
137484 : : },
137485 : : .ob_size = 5,
137486 : : },
137487 : : .ob_item = {
137488 : : &_Py_ID(warnings),
137489 : : & const_str_warn._ascii.ob_base,
137490 : : & const_str_DeprecationWarning._ascii.ob_base,
137491 : : & const_str_functools._ascii.ob_base,
137492 : : & const_str_wraps._ascii.ob_base,
137493 : : },
137494 : : },
137495 : : };
137496 : : static
137497 : : struct {
137498 : : PyASCIIObject _ascii;
137499 : : uint8_t _data[18];
137500 : : }
137501 : : const_str_module_for_loader = {
137502 : : ._ascii = {
137503 : : .ob_base = {
137504 : : .ob_refcnt = 999999999,
137505 : : .ob_type = &PyUnicode_Type,
137506 : : },
137507 : : .length = 17,
137508 : : .hash = -1,
137509 : : .state = {
137510 : : .kind = 1,
137511 : : .compact = 1,
137512 : : .ascii = 1,
137513 : : },
137514 : : },
137515 : : ._data = "module_for_loader",
137516 : : };
137517 : : static
137518 : : struct {
137519 : : PyObject_VAR_HEAD
137520 : : Py_hash_t ob_shash;
137521 : : char ob_sval[91];
137522 : : }
137523 : : importlib_util_toplevel_consts_23_linetable = {
137524 : : .ob_base = {
137525 : : .ob_base = {
137526 : : .ob_refcnt = 999999999,
137527 : : .ob_type = &PyBytes_Type,
137528 : : },
137529 : : .ob_size = 90,
137530 : : },
137531 : : .ob_shash = -1,
137532 : : .ob_sval = "\xf8\x80\x00\xf5\x24\x00\x05\x12\x87\x4d\x81\x4d\xf0\x00\x01\x13\x48\x01\xe5\x12\x24\xb0\x11\xf0\x05\x02\x05\x34\xf4\x00\x02\x05\x34\xf0\x00\x02\x05\x34\xf5\x06\x00\x06\x15\x87\x5f\x81\x5f\x90\x53\xd4\x05\x19\xf0\x02\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf0\x00\x0d\x05\x36\xf4\x03\x00\x06\x1a\xf0\x02\x0d\x05\x36\xf0\x1e\x00\x0c\x25\xd0\x04\x24",
137533 : : };
137534 : : static
137535 : : struct {
137536 : : PyGC_Head _gc_head;
137537 : : struct {
137538 : : PyObject_VAR_HEAD
137539 : : PyObject *ob_item[2];
137540 : : }_object;
137541 : : }
137542 : : importlib_util_toplevel_consts_23_localsplusnames = {
137543 : : ._object = {
137544 : : .ob_base = {
137545 : : .ob_base = {
137546 : : .ob_refcnt = 999999999,
137547 : : .ob_type = &PyTuple_Type,
137548 : : },
137549 : : .ob_size = 2,
137550 : : },
137551 : : .ob_item = {
137552 : : & const_str_fxn._ascii.ob_base,
137553 : : & const_str_module_for_loader_wrapper._ascii.ob_base,
137554 : : },
137555 : : },
137556 : : };
137557 : : static
137558 : : struct _PyCode_DEF(134)
137559 : : importlib_util_toplevel_consts_23 = {
137560 : : .ob_base = {
137561 : : .ob_base = {
137562 : : .ob_refcnt = 999999999,
137563 : : .ob_type = &PyCode_Type,
137564 : : },
137565 : : .ob_size = 67,
137566 : : },
137567 : : .co_consts = & importlib_util_toplevel_consts_23_consts._object.ob_base.ob_base,
137568 : : .co_names = & importlib_util_toplevel_consts_23_names._object.ob_base.ob_base,
137569 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
137570 : : .co_flags = 3,
137571 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137572 : : ._co_linearray_entry_size = 0,
137573 : : .co_argcount = 1,
137574 : : .co_posonlyargcount = 0,
137575 : : .co_kwonlyargcount = 0,
137576 : : .co_framesize = 7 + FRAME_SPECIALS_SIZE,
137577 : : .co_stacksize = 5,
137578 : : .co_firstlineno = 182,
137579 : : .co_nlocalsplus = 2,
137580 : : .co_nlocals = 2,
137581 : : .co_nplaincellvars = 0,
137582 : : .co_ncellvars = 1,
137583 : : .co_nfreevars = 0,
137584 : : .co_localsplusnames = & importlib_util_toplevel_consts_23_localsplusnames._object.ob_base.ob_base,
137585 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_19_localspluskinds.ob_base.ob_base,
137586 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
137587 : : .co_name = & const_str_module_for_loader._ascii.ob_base,
137588 : : .co_qualname = & const_str_module_for_loader._ascii.ob_base,
137589 : : .co_linetable = & importlib_util_toplevel_consts_23_linetable.ob_base.ob_base,
137590 : : ._co_code = NULL,
137591 : : ._co_linearray = NULL,
137592 : : .co_code_adaptive = "\x87\x00\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xac\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x88\x00\x66\x01\x64\x04\x84\x08\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x7c\x01\x53\x00",
137593 : : ._co_firsttraceable = 1,
137594 : : };
137595 : : static
137596 : : struct {
137597 : : PyASCIIObject _ascii;
137598 : : uint8_t _data[12];
137599 : : }
137600 : : const_str__LazyModule = {
137601 : : ._ascii = {
137602 : : .ob_base = {
137603 : : .ob_refcnt = 999999999,
137604 : : .ob_type = &PyUnicode_Type,
137605 : : },
137606 : : .length = 11,
137607 : : .hash = -1,
137608 : : .state = {
137609 : : .kind = 1,
137610 : : .compact = 1,
137611 : : .ascii = 1,
137612 : : },
137613 : : },
137614 : : ._data = "_LazyModule",
137615 : : };
137616 : : static
137617 : : struct {
137618 : : PyASCIIObject _ascii;
137619 : : uint8_t _data[76];
137620 : : }
137621 : : importlib_util_toplevel_consts_24_consts_1 = {
137622 : : ._ascii = {
137623 : : .ob_base = {
137624 : : .ob_refcnt = 999999999,
137625 : : .ob_type = &PyUnicode_Type,
137626 : : },
137627 : : .length = 75,
137628 : : .hash = -1,
137629 : : .state = {
137630 : : .kind = 1,
137631 : : .compact = 1,
137632 : : .ascii = 1,
137633 : : },
137634 : : },
137635 : : ._data = "A subclass of the module type which triggers loading upon attribute access.",
137636 : : };
137637 : : static
137638 : : struct {
137639 : : PyASCIIObject _ascii;
137640 : : uint8_t _data[57];
137641 : : }
137642 : : importlib_util_toplevel_consts_24_consts_2_consts_0 = {
137643 : : ._ascii = {
137644 : : .ob_base = {
137645 : : .ob_refcnt = 999999999,
137646 : : .ob_type = &PyUnicode_Type,
137647 : : },
137648 : : .length = 56,
137649 : : .hash = -1,
137650 : : .state = {
137651 : : .kind = 1,
137652 : : .compact = 1,
137653 : : .ascii = 1,
137654 : : },
137655 : : },
137656 : : ._data = "Trigger the load of the module and return the attribute.",
137657 : : };
137658 : : static
137659 : : struct {
137660 : : PyASCIIObject _ascii;
137661 : : uint8_t _data[19];
137662 : : }
137663 : : importlib_util_toplevel_consts_24_consts_2_consts_2 = {
137664 : : ._ascii = {
137665 : : .ob_base = {
137666 : : .ob_refcnt = 999999999,
137667 : : .ob_type = &PyUnicode_Type,
137668 : : },
137669 : : .length = 18,
137670 : : .hash = -1,
137671 : : .state = {
137672 : : .kind = 1,
137673 : : .compact = 1,
137674 : : .ascii = 1,
137675 : : },
137676 : : },
137677 : : ._data = "module object for ",
137678 : : };
137679 : : static
137680 : : struct {
137681 : : PyASCIIObject _ascii;
137682 : : uint8_t _data[47];
137683 : : }
137684 : : importlib_util_toplevel_consts_24_consts_2_consts_3 = {
137685 : : ._ascii = {
137686 : : .ob_base = {
137687 : : .ob_refcnt = 999999999,
137688 : : .ob_type = &PyUnicode_Type,
137689 : : },
137690 : : .length = 46,
137691 : : .hash = -1,
137692 : : .state = {
137693 : : .kind = 1,
137694 : : .compact = 1,
137695 : : .ascii = 1,
137696 : : },
137697 : : },
137698 : : ._data = " substituted in sys.modules during a lazy load",
137699 : : };
137700 : : static
137701 : : struct {
137702 : : PyGC_Head _gc_head;
137703 : : struct {
137704 : : PyObject_VAR_HEAD
137705 : : PyObject *ob_item[4];
137706 : : }_object;
137707 : : }
137708 : : importlib_util_toplevel_consts_24_consts_2_consts = {
137709 : : ._object = {
137710 : : .ob_base = {
137711 : : .ob_base = {
137712 : : .ob_refcnt = 999999999,
137713 : : .ob_type = &PyTuple_Type,
137714 : : },
137715 : : .ob_size = 4,
137716 : : },
137717 : : .ob_item = {
137718 : : & importlib_util_toplevel_consts_24_consts_2_consts_0._ascii.ob_base,
137719 : : &_Py_ID(__dict__),
137720 : : & importlib_util_toplevel_consts_24_consts_2_consts_2._ascii.ob_base,
137721 : : & importlib_util_toplevel_consts_24_consts_2_consts_3._ascii.ob_base,
137722 : : },
137723 : : },
137724 : : };
137725 : : static
137726 : : struct {
137727 : : PyASCIIObject _ascii;
137728 : : uint8_t _data[6];
137729 : : }
137730 : : const_str_types = {
137731 : : ._ascii = {
137732 : : .ob_base = {
137733 : : .ob_refcnt = 999999999,
137734 : : .ob_type = &PyUnicode_Type,
137735 : : },
137736 : : .length = 5,
137737 : : .hash = -1,
137738 : : .state = {
137739 : : .kind = 1,
137740 : : .compact = 1,
137741 : : .ascii = 1,
137742 : : },
137743 : : },
137744 : : ._data = "types",
137745 : : };
137746 : : static
137747 : : struct {
137748 : : PyASCIIObject _ascii;
137749 : : uint8_t _data[11];
137750 : : }
137751 : : const_str_ModuleType = {
137752 : : ._ascii = {
137753 : : .ob_base = {
137754 : : .ob_refcnt = 999999999,
137755 : : .ob_type = &PyUnicode_Type,
137756 : : },
137757 : : .length = 10,
137758 : : .hash = -1,
137759 : : .state = {
137760 : : .kind = 1,
137761 : : .compact = 1,
137762 : : .ascii = 1,
137763 : : },
137764 : : },
137765 : : ._data = "ModuleType",
137766 : : };
137767 : : static
137768 : : struct {
137769 : : PyGC_Head _gc_head;
137770 : : struct {
137771 : : PyObject_VAR_HEAD
137772 : : PyObject *ob_item[16];
137773 : : }_object;
137774 : : }
137775 : : importlib_util_toplevel_consts_24_consts_2_names = {
137776 : : ._object = {
137777 : : .ob_base = {
137778 : : .ob_base = {
137779 : : .ob_refcnt = 999999999,
137780 : : .ob_type = &PyTuple_Type,
137781 : : },
137782 : : .ob_size = 16,
137783 : : },
137784 : : .ob_item = {
137785 : : & const_str_types._ascii.ob_base,
137786 : : & const_str_ModuleType._ascii.ob_base,
137787 : : &_Py_ID(__class__),
137788 : : &_Py_ID(__spec__),
137789 : : &_Py_ID(name),
137790 : : & const_str_loader_state._ascii.ob_base,
137791 : : &_Py_ID(__dict__),
137792 : : &_Py_ID(items),
137793 : : & const_str_id._ascii.ob_base,
137794 : : & const_str_loader._ascii.ob_base,
137795 : : & const_str_exec_module._ascii.ob_base,
137796 : : & const_str_sys._ascii.ob_base,
137797 : : &_Py_ID(modules),
137798 : : & const_str_ValueError._ascii.ob_base,
137799 : : & const_str_update._ascii.ob_base,
137800 : : &_Py_ID(getattr),
137801 : : },
137802 : : },
137803 : : };
137804 : : static
137805 : : struct {
137806 : : PyASCIIObject _ascii;
137807 : : uint8_t _data[29];
137808 : : }
137809 : : importlib_util_toplevel_consts_24_consts_2_qualname = {
137810 : : ._ascii = {
137811 : : .ob_base = {
137812 : : .ob_refcnt = 999999999,
137813 : : .ob_type = &PyUnicode_Type,
137814 : : },
137815 : : .length = 28,
137816 : : .hash = -1,
137817 : : .state = {
137818 : : .kind = 1,
137819 : : .compact = 1,
137820 : : .ascii = 1,
137821 : : },
137822 : : },
137823 : : ._data = "_LazyModule.__getattribute__",
137824 : : };
137825 : : static
137826 : : struct {
137827 : : PyObject_VAR_HEAD
137828 : : Py_hash_t ob_shash;
137829 : : char ob_sval[317];
137830 : : }
137831 : : importlib_util_toplevel_consts_24_consts_2_linetable = {
137832 : : .ob_base = {
137833 : : .ob_base = {
137834 : : .ob_refcnt = 999999999,
137835 : : .ob_type = &PyBytes_Type,
137836 : : },
137837 : : .ob_size = 316,
137838 : : },
137839 : : .ob_shash = -1,
137840 : : .ob_sval = "\x80\x00\xf5\x0a\x00\x1a\x1f\xd7\x19\x29\xd1\x19\x29\x88\x04\x8c\x0e\xf0\x06\x00\x19\x1d\x9f\x0d\x99\x0d\xd7\x18\x2a\xd1\x18\x2a\x88\x0d\xf0\x06\x00\x16\x1a\x97\x5d\x91\x5d\xd7\x15\x2f\xd1\x15\x2f\xb0\x0a\xd4\x15\x3b\x88\x0a\xd8\x14\x18\x97\x4d\x91\x4d\x88\x09\xd8\x18\x1a\x88\x0d\xd8\x1a\x23\x9f\x2f\x99\x2f\xd4\x1a\x2b\xf0\x00\x06\x09\x2b\xf1\x00\x06\x09\x2b\x89\x4a\x88\x43\x90\x15\xf0\x06\x00\x10\x13\x98\x2a\xd0\x0f\x24\xf0\x00\x03\x0d\x2b\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xd0\x10\x22\xdd\x11\x13\x90\x49\x98\x63\x94\x4e\xd4\x11\x23\xa5\x72\xa8\x2a\xb0\x53\xac\x2f\xd4\x27\x3a\xd2\x11\x3a\xf0\x00\x01\x0d\x2b\xd8\x25\x2a\x90\x0d\x98\x63\xd1\x10\x22\xd0\x10\x22\xd8\x08\x0c\x8f\x0d\x89\x0d\xd7\x08\x1c\xd1\x08\x1c\xd7\x08\x28\xd1\x08\x28\xa8\x14\xd4\x08\x2e\xd0\x08\x2e\xf0\x06\x00\x0c\x19\x9d\x43\x9f\x4b\x99\x4b\xd0\x0b\x27\xf0\x00\x04\x09\x2a\xdd\x0f\x11\x90\x24\x8c\x78\x9d\x32\x9d\x63\x9f\x6b\x99\x6b\xa8\x2d\xd4\x1e\x38\xd4\x1b\x39\xd2\x0f\x39\xf0\x00\x03\x0d\x2a\xdd\x16\x20\xf0\x00\x02\x22\x29\xb0\x6d\xf0\x00\x02\x22\x29\xf0\x00\x02\x22\x29\xf0\x00\x02\x22\x29\xf4\x00\x02\x17\x2a\xf0\x00\x02\x11\x2a\xf0\x0a\x00\x09\x0d\x8f\x0d\x89\x0d\xd7\x08\x1c\xd1\x08\x1c\x98\x5d\xd4\x08\x2b\xd0\x08\x2b\xdd\x0f\x16\x90\x74\x98\x54\xd4\x0f\x22\xd0\x08\x22",
137841 : : };
137842 : : static
137843 : : struct {
137844 : : PyASCIIObject _ascii;
137845 : : uint8_t _data[5];
137846 : : }
137847 : : const_str_attr = {
137848 : : ._ascii = {
137849 : : .ob_base = {
137850 : : .ob_refcnt = 999999999,
137851 : : .ob_type = &PyUnicode_Type,
137852 : : },
137853 : : .length = 4,
137854 : : .hash = -1,
137855 : : .state = {
137856 : : .kind = 1,
137857 : : .compact = 1,
137858 : : .ascii = 1,
137859 : : },
137860 : : },
137861 : : ._data = "attr",
137862 : : };
137863 : : static
137864 : : struct {
137865 : : PyASCIIObject _ascii;
137866 : : uint8_t _data[14];
137867 : : }
137868 : : const_str_original_name = {
137869 : : ._ascii = {
137870 : : .ob_base = {
137871 : : .ob_refcnt = 999999999,
137872 : : .ob_type = &PyUnicode_Type,
137873 : : },
137874 : : .length = 13,
137875 : : .hash = -1,
137876 : : .state = {
137877 : : .kind = 1,
137878 : : .compact = 1,
137879 : : .ascii = 1,
137880 : : },
137881 : : },
137882 : : ._data = "original_name",
137883 : : };
137884 : : static
137885 : : struct {
137886 : : PyASCIIObject _ascii;
137887 : : uint8_t _data[11];
137888 : : }
137889 : : const_str_attrs_then = {
137890 : : ._ascii = {
137891 : : .ob_base = {
137892 : : .ob_refcnt = 999999999,
137893 : : .ob_type = &PyUnicode_Type,
137894 : : },
137895 : : .length = 10,
137896 : : .hash = -1,
137897 : : .state = {
137898 : : .kind = 1,
137899 : : .compact = 1,
137900 : : .ascii = 1,
137901 : : },
137902 : : },
137903 : : ._data = "attrs_then",
137904 : : };
137905 : : static
137906 : : struct {
137907 : : PyASCIIObject _ascii;
137908 : : uint8_t _data[10];
137909 : : }
137910 : : const_str_attrs_now = {
137911 : : ._ascii = {
137912 : : .ob_base = {
137913 : : .ob_refcnt = 999999999,
137914 : : .ob_type = &PyUnicode_Type,
137915 : : },
137916 : : .length = 9,
137917 : : .hash = -1,
137918 : : .state = {
137919 : : .kind = 1,
137920 : : .compact = 1,
137921 : : .ascii = 1,
137922 : : },
137923 : : },
137924 : : ._data = "attrs_now",
137925 : : };
137926 : : static
137927 : : struct {
137928 : : PyASCIIObject _ascii;
137929 : : uint8_t _data[14];
137930 : : }
137931 : : const_str_attrs_updated = {
137932 : : ._ascii = {
137933 : : .ob_base = {
137934 : : .ob_refcnt = 999999999,
137935 : : .ob_type = &PyUnicode_Type,
137936 : : },
137937 : : .length = 13,
137938 : : .hash = -1,
137939 : : .state = {
137940 : : .kind = 1,
137941 : : .compact = 1,
137942 : : .ascii = 1,
137943 : : },
137944 : : },
137945 : : ._data = "attrs_updated",
137946 : : };
137947 : : static
137948 : : struct {
137949 : : PyGC_Head _gc_head;
137950 : : struct {
137951 : : PyObject_VAR_HEAD
137952 : : PyObject *ob_item[8];
137953 : : }_object;
137954 : : }
137955 : : importlib_util_toplevel_consts_24_consts_2_localsplusnames = {
137956 : : ._object = {
137957 : : .ob_base = {
137958 : : .ob_base = {
137959 : : .ob_refcnt = 999999999,
137960 : : .ob_type = &PyTuple_Type,
137961 : : },
137962 : : .ob_size = 8,
137963 : : },
137964 : : .ob_item = {
137965 : : & const_str_self._ascii.ob_base,
137966 : : & const_str_attr._ascii.ob_base,
137967 : : & const_str_original_name._ascii.ob_base,
137968 : : & const_str_attrs_then._ascii.ob_base,
137969 : : & const_str_attrs_now._ascii.ob_base,
137970 : : & const_str_attrs_updated._ascii.ob_base,
137971 : : & const_str_key._ascii.ob_base,
137972 : : & const_str_value._ascii.ob_base,
137973 : : },
137974 : : },
137975 : : };
137976 : : static
137977 : : struct _PyCode_DEF(662)
137978 : : importlib_util_toplevel_consts_24_consts_2 = {
137979 : : .ob_base = {
137980 : : .ob_base = {
137981 : : .ob_refcnt = 999999999,
137982 : : .ob_type = &PyCode_Type,
137983 : : },
137984 : : .ob_size = 331,
137985 : : },
137986 : : .co_consts = & importlib_util_toplevel_consts_24_consts_2_consts._object.ob_base.ob_base,
137987 : : .co_names = & importlib_util_toplevel_consts_24_consts_2_names._object.ob_base.ob_base,
137988 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
137989 : : .co_flags = 3,
137990 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
137991 : : ._co_linearray_entry_size = 0,
137992 : : .co_argcount = 2,
137993 : : .co_posonlyargcount = 0,
137994 : : .co_kwonlyargcount = 0,
137995 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
137996 : : .co_stacksize = 6,
137997 : : .co_firstlineno = 226,
137998 : : .co_nlocalsplus = 8,
137999 : : .co_nlocals = 8,
138000 : : .co_nplaincellvars = 0,
138001 : : .co_ncellvars = 0,
138002 : : .co_nfreevars = 0,
138003 : : .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_2_localsplusnames._object.ob_base.ob_base,
138004 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_27_localspluskinds.ob_base.ob_base,
138005 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138006 : : .co_name = &_Py_ID(__getattribute__),
138007 : : .co_qualname = & importlib_util_toplevel_consts_24_consts_2_qualname._ascii.ob_base,
138008 : : .co_linetable = & importlib_util_toplevel_consts_24_consts_2_linetable.ob_base.ob_base,
138009 : : ._co_code = NULL,
138010 : : ._co_linearray = NULL,
138011 : : .co_code_adaptive = "\x97\x00\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x04\x69\x00\x7d\x05\x7c\x04\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x44\x00\x5d\x3c\x00\x00\x5c\x02\x00\x00\x7d\x06\x7d\x07\x7c\x06\x7c\x03\x76\x01\x72\x06\x7c\x07\x7c\x05\x7c\x06\x3c\x00\x00\x00\x8c\x10\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x06\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\xaf\x38\x7c\x07\x7c\x05\x7c\x06\x3c\x00\x00\x00\x8c\x3e\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x02\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x42\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x16\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x18\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6b\x03\x00\x00\x00\x00\x72\x11\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x7c\x02\x9b\x02\x64\x03\x9d\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
138012 : : ._co_firsttraceable = 0,
138013 : : };
138014 : : static
138015 : : struct {
138016 : : PyASCIIObject _ascii;
138017 : : uint8_t _data[48];
138018 : : }
138019 : : importlib_util_toplevel_consts_24_consts_3_consts_0 = {
138020 : : ._ascii = {
138021 : : .ob_base = {
138022 : : .ob_refcnt = 999999999,
138023 : : .ob_type = &PyUnicode_Type,
138024 : : },
138025 : : .length = 47,
138026 : : .hash = -1,
138027 : : .state = {
138028 : : .kind = 1,
138029 : : .compact = 1,
138030 : : .ascii = 1,
138031 : : },
138032 : : },
138033 : : ._data = "Trigger the load and then perform the deletion.",
138034 : : };
138035 : : static
138036 : : struct {
138037 : : PyGC_Head _gc_head;
138038 : : struct {
138039 : : PyObject_VAR_HEAD
138040 : : PyObject *ob_item[2];
138041 : : }_object;
138042 : : }
138043 : : importlib_util_toplevel_consts_24_consts_3_consts = {
138044 : : ._object = {
138045 : : .ob_base = {
138046 : : .ob_base = {
138047 : : .ob_refcnt = 999999999,
138048 : : .ob_type = &PyTuple_Type,
138049 : : },
138050 : : .ob_size = 2,
138051 : : },
138052 : : .ob_item = {
138053 : : & importlib_util_toplevel_consts_24_consts_3_consts_0._ascii.ob_base,
138054 : : Py_None,
138055 : : },
138056 : : },
138057 : : };
138058 : : static
138059 : : struct {
138060 : : PyASCIIObject _ascii;
138061 : : uint8_t _data[8];
138062 : : }
138063 : : const_str_delattr = {
138064 : : ._ascii = {
138065 : : .ob_base = {
138066 : : .ob_refcnt = 999999999,
138067 : : .ob_type = &PyUnicode_Type,
138068 : : },
138069 : : .length = 7,
138070 : : .hash = -1,
138071 : : .state = {
138072 : : .kind = 1,
138073 : : .compact = 1,
138074 : : .ascii = 1,
138075 : : },
138076 : : },
138077 : : ._data = "delattr",
138078 : : };
138079 : : static
138080 : : struct {
138081 : : PyGC_Head _gc_head;
138082 : : struct {
138083 : : PyObject_VAR_HEAD
138084 : : PyObject *ob_item[2];
138085 : : }_object;
138086 : : }
138087 : : importlib_util_toplevel_consts_24_consts_3_names = {
138088 : : ._object = {
138089 : : .ob_base = {
138090 : : .ob_base = {
138091 : : .ob_refcnt = 999999999,
138092 : : .ob_type = &PyTuple_Type,
138093 : : },
138094 : : .ob_size = 2,
138095 : : },
138096 : : .ob_item = {
138097 : : &_Py_ID(__getattribute__),
138098 : : & const_str_delattr._ascii.ob_base,
138099 : : },
138100 : : },
138101 : : };
138102 : : static
138103 : : struct {
138104 : : PyASCIIObject _ascii;
138105 : : uint8_t _data[24];
138106 : : }
138107 : : importlib_util_toplevel_consts_24_consts_3_qualname = {
138108 : : ._ascii = {
138109 : : .ob_base = {
138110 : : .ob_refcnt = 999999999,
138111 : : .ob_type = &PyUnicode_Type,
138112 : : },
138113 : : .length = 23,
138114 : : .hash = -1,
138115 : : .state = {
138116 : : .kind = 1,
138117 : : .compact = 1,
138118 : : .ascii = 1,
138119 : : },
138120 : : },
138121 : : ._data = "_LazyModule.__delattr__",
138122 : : };
138123 : : static
138124 : : struct {
138125 : : PyObject_VAR_HEAD
138126 : : Py_hash_t ob_shash;
138127 : : char ob_sval[41];
138128 : : }
138129 : : importlib_util_toplevel_consts_24_consts_3_linetable = {
138130 : : .ob_base = {
138131 : : .ob_base = {
138132 : : .ob_refcnt = 999999999,
138133 : : .ob_type = &PyBytes_Type,
138134 : : },
138135 : : .ob_size = 40,
138136 : : },
138137 : : .ob_shash = -1,
138138 : : .ob_sval = "\x80\x00\xf0\x08\x00\x09\x0d\xd7\x08\x1d\xd1\x08\x1d\x98\x64\xd4\x08\x23\xd0\x08\x23\xdd\x08\x0f\x90\x04\x90\x64\xd4\x08\x1b\xd0\x08\x1b\xd0\x08\x1b\xd0\x08\x1b",
138139 : : };
138140 : : static
138141 : : struct {
138142 : : PyGC_Head _gc_head;
138143 : : struct {
138144 : : PyObject_VAR_HEAD
138145 : : PyObject *ob_item[2];
138146 : : }_object;
138147 : : }
138148 : : importlib_util_toplevel_consts_24_consts_3_localsplusnames = {
138149 : : ._object = {
138150 : : .ob_base = {
138151 : : .ob_base = {
138152 : : .ob_refcnt = 999999999,
138153 : : .ob_type = &PyTuple_Type,
138154 : : },
138155 : : .ob_size = 2,
138156 : : },
138157 : : .ob_item = {
138158 : : & const_str_self._ascii.ob_base,
138159 : : & const_str_attr._ascii.ob_base,
138160 : : },
138161 : : },
138162 : : };
138163 : : static
138164 : : struct _PyCode_DEF(70)
138165 : : importlib_util_toplevel_consts_24_consts_3 = {
138166 : : .ob_base = {
138167 : : .ob_base = {
138168 : : .ob_refcnt = 999999999,
138169 : : .ob_type = &PyCode_Type,
138170 : : },
138171 : : .ob_size = 35,
138172 : : },
138173 : : .co_consts = & importlib_util_toplevel_consts_24_consts_3_consts._object.ob_base.ob_base,
138174 : : .co_names = & importlib_util_toplevel_consts_24_consts_3_names._object.ob_base.ob_base,
138175 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138176 : : .co_flags = 3,
138177 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138178 : : ._co_linearray_entry_size = 0,
138179 : : .co_argcount = 2,
138180 : : .co_posonlyargcount = 0,
138181 : : .co_kwonlyargcount = 0,
138182 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
138183 : : .co_stacksize = 4,
138184 : : .co_firstlineno = 260,
138185 : : .co_nlocalsplus = 2,
138186 : : .co_nlocals = 2,
138187 : : .co_nplaincellvars = 0,
138188 : : .co_ncellvars = 0,
138189 : : .co_nfreevars = 0,
138190 : : .co_localsplusnames = & importlib_util_toplevel_consts_24_consts_3_localsplusnames._object.ob_base.ob_base,
138191 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
138192 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138193 : : .co_name = &_Py_ID(__delattr__),
138194 : : .co_qualname = & importlib_util_toplevel_consts_24_consts_3_qualname._ascii.ob_base,
138195 : : .co_linetable = & importlib_util_toplevel_consts_24_consts_3_linetable.ob_base.ob_base,
138196 : : ._co_code = NULL,
138197 : : ._co_linearray = NULL,
138198 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00",
138199 : : ._co_firsttraceable = 0,
138200 : : };
138201 : : static
138202 : : struct {
138203 : : PyGC_Head _gc_head;
138204 : : struct {
138205 : : PyObject_VAR_HEAD
138206 : : PyObject *ob_item[5];
138207 : : }_object;
138208 : : }
138209 : : importlib_util_toplevel_consts_24_consts = {
138210 : : ._object = {
138211 : : .ob_base = {
138212 : : .ob_base = {
138213 : : .ob_refcnt = 999999999,
138214 : : .ob_type = &PyTuple_Type,
138215 : : },
138216 : : .ob_size = 5,
138217 : : },
138218 : : .ob_item = {
138219 : : & const_str__LazyModule._ascii.ob_base,
138220 : : & importlib_util_toplevel_consts_24_consts_1._ascii.ob_base,
138221 : : & importlib_util_toplevel_consts_24_consts_2.ob_base.ob_base,
138222 : : & importlib_util_toplevel_consts_24_consts_3.ob_base.ob_base,
138223 : : Py_None,
138224 : : },
138225 : : },
138226 : : };
138227 : : static
138228 : : struct {
138229 : : PyGC_Head _gc_head;
138230 : : struct {
138231 : : PyObject_VAR_HEAD
138232 : : PyObject *ob_item[6];
138233 : : }_object;
138234 : : }
138235 : : importlib_util_toplevel_consts_24_names = {
138236 : : ._object = {
138237 : : .ob_base = {
138238 : : .ob_base = {
138239 : : .ob_refcnt = 999999999,
138240 : : .ob_type = &PyTuple_Type,
138241 : : },
138242 : : .ob_size = 6,
138243 : : },
138244 : : .ob_item = {
138245 : : &_Py_ID(__name__),
138246 : : &_Py_ID(__module__),
138247 : : &_Py_ID(__qualname__),
138248 : : &_Py_ID(__doc__),
138249 : : &_Py_ID(__getattribute__),
138250 : : &_Py_ID(__delattr__),
138251 : : },
138252 : : },
138253 : : };
138254 : : static
138255 : : struct {
138256 : : PyObject_VAR_HEAD
138257 : : Py_hash_t ob_shash;
138258 : : char ob_sval[58];
138259 : : }
138260 : : importlib_util_toplevel_consts_24_linetable = {
138261 : : .ob_base = {
138262 : : .ob_base = {
138263 : : .ob_refcnt = 999999999,
138264 : : .ob_type = &PyBytes_Type,
138265 : : },
138266 : : .ob_size = 57,
138267 : : },
138268 : : .ob_shash = -1,
138269 : : .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",
138270 : : };
138271 : : static
138272 : : struct _PyCode_DEF(30)
138273 : : importlib_util_toplevel_consts_24 = {
138274 : : .ob_base = {
138275 : : .ob_base = {
138276 : : .ob_refcnt = 999999999,
138277 : : .ob_type = &PyCode_Type,
138278 : : },
138279 : : .ob_size = 15,
138280 : : },
138281 : : .co_consts = & importlib_util_toplevel_consts_24_consts._object.ob_base.ob_base,
138282 : : .co_names = & importlib_util_toplevel_consts_24_names._object.ob_base.ob_base,
138283 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138284 : : .co_flags = 0,
138285 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138286 : : ._co_linearray_entry_size = 0,
138287 : : .co_argcount = 0,
138288 : : .co_posonlyargcount = 0,
138289 : : .co_kwonlyargcount = 0,
138290 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
138291 : : .co_stacksize = 1,
138292 : : .co_firstlineno = 222,
138293 : : .co_nlocalsplus = 0,
138294 : : .co_nlocals = 0,
138295 : : .co_nplaincellvars = 0,
138296 : : .co_ncellvars = 0,
138297 : : .co_nfreevars = 0,
138298 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
138299 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
138300 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138301 : : .co_name = & const_str__LazyModule._ascii.ob_base,
138302 : : .co_qualname = & const_str__LazyModule._ascii.ob_base,
138303 : : .co_linetable = & importlib_util_toplevel_consts_24_linetable.ob_base.ob_base,
138304 : : ._co_code = NULL,
138305 : : ._co_linearray = NULL,
138306 : : .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",
138307 : : ._co_firsttraceable = 0,
138308 : : };
138309 : : static
138310 : : struct {
138311 : : PyASCIIObject _ascii;
138312 : : uint8_t _data[11];
138313 : : }
138314 : : const_str_LazyLoader = {
138315 : : ._ascii = {
138316 : : .ob_base = {
138317 : : .ob_refcnt = 999999999,
138318 : : .ob_type = &PyUnicode_Type,
138319 : : },
138320 : : .length = 10,
138321 : : .hash = -1,
138322 : : .state = {
138323 : : .kind = 1,
138324 : : .compact = 1,
138325 : : .ascii = 1,
138326 : : },
138327 : : },
138328 : : ._data = "LazyLoader",
138329 : : };
138330 : : static
138331 : : struct {
138332 : : PyASCIIObject _ascii;
138333 : : uint8_t _data[76];
138334 : : }
138335 : : importlib_util_toplevel_consts_26_consts_1 = {
138336 : : ._ascii = {
138337 : : .ob_base = {
138338 : : .ob_refcnt = 999999999,
138339 : : .ob_type = &PyUnicode_Type,
138340 : : },
138341 : : .length = 75,
138342 : : .hash = -1,
138343 : : .state = {
138344 : : .kind = 1,
138345 : : .compact = 1,
138346 : : .ascii = 1,
138347 : : },
138348 : : },
138349 : : ._data = "A loader that creates a module which defers loading until attribute access.",
138350 : : };
138351 : : static
138352 : : struct {
138353 : : PyASCIIObject _ascii;
138354 : : uint8_t _data[33];
138355 : : }
138356 : : importlib_util_toplevel_consts_26_consts_2_consts_2 = {
138357 : : ._ascii = {
138358 : : .ob_base = {
138359 : : .ob_refcnt = 999999999,
138360 : : .ob_type = &PyUnicode_Type,
138361 : : },
138362 : : .length = 32,
138363 : : .hash = -1,
138364 : : .state = {
138365 : : .kind = 1,
138366 : : .compact = 1,
138367 : : .ascii = 1,
138368 : : },
138369 : : },
138370 : : ._data = "loader must define exec_module()",
138371 : : };
138372 : : static
138373 : : struct {
138374 : : PyGC_Head _gc_head;
138375 : : struct {
138376 : : PyObject_VAR_HEAD
138377 : : PyObject *ob_item[3];
138378 : : }_object;
138379 : : }
138380 : : importlib_util_toplevel_consts_26_consts_2_consts = {
138381 : : ._object = {
138382 : : .ob_base = {
138383 : : .ob_base = {
138384 : : .ob_refcnt = 999999999,
138385 : : .ob_type = &PyTuple_Type,
138386 : : },
138387 : : .ob_size = 3,
138388 : : },
138389 : : .ob_item = {
138390 : : Py_None,
138391 : : & const_str_exec_module._ascii.ob_base,
138392 : : & importlib_util_toplevel_consts_26_consts_2_consts_2._ascii.ob_base,
138393 : : },
138394 : : },
138395 : : };
138396 : : static
138397 : : struct {
138398 : : PyGC_Head _gc_head;
138399 : : struct {
138400 : : PyObject_VAR_HEAD
138401 : : PyObject *ob_item[2];
138402 : : }_object;
138403 : : }
138404 : : importlib_util_toplevel_consts_26_consts_2_names = {
138405 : : ._object = {
138406 : : .ob_base = {
138407 : : .ob_base = {
138408 : : .ob_refcnt = 999999999,
138409 : : .ob_type = &PyTuple_Type,
138410 : : },
138411 : : .ob_size = 2,
138412 : : },
138413 : : .ob_item = {
138414 : : & const_str_hasattr._ascii.ob_base,
138415 : : & const_str_TypeError._ascii.ob_base,
138416 : : },
138417 : : },
138418 : : };
138419 : : static
138420 : : struct {
138421 : : PyASCIIObject _ascii;
138422 : : uint8_t _data[21];
138423 : : }
138424 : : const_str___check_eager_loader = {
138425 : : ._ascii = {
138426 : : .ob_base = {
138427 : : .ob_refcnt = 999999999,
138428 : : .ob_type = &PyUnicode_Type,
138429 : : },
138430 : : .length = 20,
138431 : : .hash = -1,
138432 : : .state = {
138433 : : .kind = 1,
138434 : : .compact = 1,
138435 : : .ascii = 1,
138436 : : },
138437 : : },
138438 : : ._data = "__check_eager_loader",
138439 : : };
138440 : : static
138441 : : struct {
138442 : : PyASCIIObject _ascii;
138443 : : uint8_t _data[32];
138444 : : }
138445 : : importlib_util_toplevel_consts_26_consts_2_qualname = {
138446 : : ._ascii = {
138447 : : .ob_base = {
138448 : : .ob_refcnt = 999999999,
138449 : : .ob_type = &PyUnicode_Type,
138450 : : },
138451 : : .length = 31,
138452 : : .hash = -1,
138453 : : .state = {
138454 : : .kind = 1,
138455 : : .compact = 1,
138456 : : .ascii = 1,
138457 : : },
138458 : : },
138459 : : ._data = "LazyLoader.__check_eager_loader",
138460 : : };
138461 : : static
138462 : : struct {
138463 : : PyObject_VAR_HEAD
138464 : : Py_hash_t ob_shash;
138465 : : char ob_sval[43];
138466 : : }
138467 : : importlib_util_toplevel_consts_26_consts_2_linetable = {
138468 : : .ob_base = {
138469 : : .ob_base = {
138470 : : .ob_refcnt = 999999999,
138471 : : .ob_type = &PyBytes_Type,
138472 : : },
138473 : : .ob_size = 42,
138474 : : },
138475 : : .ob_shash = -1,
138476 : : .ob_sval = "\x80\x00\xe5\x0f\x16\x90\x76\x98\x7d\xd4\x0f\x2d\xf0\x00\x01\x09\x40\x01\xdd\x12\x1b\xd0\x1c\x3e\xd4\x12\x3f\xd0\x0c\x3f\xf0\x03\x01\x09\x40\x01\xf0\x00\x01\x09\x40\x01",
138477 : : };
138478 : : static
138479 : : struct _PyCode_DEF(60)
138480 : : importlib_util_toplevel_consts_26_consts_2 = {
138481 : : .ob_base = {
138482 : : .ob_base = {
138483 : : .ob_refcnt = 999999999,
138484 : : .ob_type = &PyCode_Type,
138485 : : },
138486 : : .ob_size = 30,
138487 : : },
138488 : : .co_consts = & importlib_util_toplevel_consts_26_consts_2_consts._object.ob_base.ob_base,
138489 : : .co_names = & importlib_util_toplevel_consts_26_consts_2_names._object.ob_base.ob_base,
138490 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138491 : : .co_flags = 3,
138492 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138493 : : ._co_linearray_entry_size = 0,
138494 : : .co_argcount = 1,
138495 : : .co_posonlyargcount = 0,
138496 : : .co_kwonlyargcount = 0,
138497 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
138498 : : .co_stacksize = 4,
138499 : : .co_firstlineno = 272,
138500 : : .co_nlocalsplus = 1,
138501 : : .co_nlocals = 1,
138502 : : .co_nplaincellvars = 0,
138503 : : .co_ncellvars = 0,
138504 : : .co_nfreevars = 0,
138505 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_26_consts_4._object.ob_base.ob_base,
138506 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
138507 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138508 : : .co_name = & const_str___check_eager_loader._ascii.ob_base,
138509 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_2_qualname._ascii.ob_base,
138510 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_2_linetable.ob_base.ob_base,
138511 : : ._co_code = NULL,
138512 : : ._co_linearray = NULL,
138513 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x0d\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x53\x00",
138514 : : ._co_firsttraceable = 0,
138515 : : };
138516 : : static
138517 : : struct {
138518 : : PyASCIIObject _ascii;
138519 : : uint8_t _data[63];
138520 : : }
138521 : : importlib_util_toplevel_consts_26_consts_3_consts_0 = {
138522 : : ._ascii = {
138523 : : .ob_base = {
138524 : : .ob_refcnt = 999999999,
138525 : : .ob_type = &PyUnicode_Type,
138526 : : },
138527 : : .length = 62,
138528 : : .hash = -1,
138529 : : .state = {
138530 : : .kind = 1,
138531 : : .compact = 1,
138532 : : .ascii = 1,
138533 : : },
138534 : : },
138535 : : ._data = "Construct a callable which returns the eager loader made lazy.",
138536 : : };
138537 : : static
138538 : : struct {
138539 : : PyASCIIObject _ascii;
138540 : : uint8_t _data[37];
138541 : : }
138542 : : importlib_util_toplevel_consts_26_consts_3_consts_1_qualname = {
138543 : : ._ascii = {
138544 : : .ob_base = {
138545 : : .ob_refcnt = 999999999,
138546 : : .ob_type = &PyUnicode_Type,
138547 : : },
138548 : : .length = 36,
138549 : : .hash = -1,
138550 : : .state = {
138551 : : .kind = 1,
138552 : : .compact = 1,
138553 : : .ascii = 1,
138554 : : },
138555 : : },
138556 : : ._data = "LazyLoader.factory.<locals>.<lambda>",
138557 : : };
138558 : : static
138559 : : struct {
138560 : : PyObject_VAR_HEAD
138561 : : Py_hash_t ob_shash;
138562 : : char ob_sval[30];
138563 : : }
138564 : : importlib_util_toplevel_consts_26_consts_3_consts_1_linetable = {
138565 : : .ob_base = {
138566 : : .ob_base = {
138567 : : .ob_refcnt = 999999999,
138568 : : .ob_type = &PyBytes_Type,
138569 : : },
138570 : : .ob_size = 29,
138571 : : },
138572 : : .ob_shash = -1,
138573 : : .ob_sval = "\xf8\x80\x00\xa0\x73\xa0\x73\xa8\x36\xa8\x36\xb0\x34\xd0\x2b\x42\xb8\x36\xd0\x2b\x42\xd0\x2b\x42\xd4\x27\x43\x80\x00",
138574 : : };
138575 : : static
138576 : : struct {
138577 : : PyGC_Head _gc_head;
138578 : : struct {
138579 : : PyObject_VAR_HEAD
138580 : : PyObject *ob_item[4];
138581 : : }_object;
138582 : : }
138583 : : importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames = {
138584 : : ._object = {
138585 : : .ob_base = {
138586 : : .ob_base = {
138587 : : .ob_refcnt = 999999999,
138588 : : .ob_type = &PyTuple_Type,
138589 : : },
138590 : : .ob_size = 4,
138591 : : },
138592 : : .ob_item = {
138593 : : & const_str_args._ascii.ob_base,
138594 : : & const_str_kwargs._ascii.ob_base,
138595 : : & const_str_cls._ascii.ob_base,
138596 : : & const_str_loader._ascii.ob_base,
138597 : : },
138598 : : },
138599 : : };
138600 : : static
138601 : : struct _PyCode_DEF(34)
138602 : : importlib_util_toplevel_consts_26_consts_3_consts_1 = {
138603 : : .ob_base = {
138604 : : .ob_base = {
138605 : : .ob_refcnt = 999999999,
138606 : : .ob_type = &PyCode_Type,
138607 : : },
138608 : : .ob_size = 17,
138609 : : },
138610 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
138611 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
138612 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138613 : : .co_flags = 31,
138614 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138615 : : ._co_linearray_entry_size = 0,
138616 : : .co_argcount = 0,
138617 : : .co_posonlyargcount = 0,
138618 : : .co_kwonlyargcount = 0,
138619 : : .co_framesize = 11 + FRAME_SPECIALS_SIZE,
138620 : : .co_stacksize = 7,
138621 : : .co_firstlineno = 281,
138622 : : .co_nlocalsplus = 4,
138623 : : .co_nlocals = 2,
138624 : : .co_nplaincellvars = 0,
138625 : : .co_ncellvars = 0,
138626 : : .co_nfreevars = 2,
138627 : : .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_consts_1_localsplusnames._object.ob_base.ob_base,
138628 : : .co_localspluskinds = & ntpath_toplevel_consts_45_consts_9_localspluskinds.ob_base.ob_base,
138629 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138630 : : .co_name = &_Py_STR(anon_lambda),
138631 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_3_consts_1_qualname._ascii.ob_base,
138632 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_3_consts_1_linetable.ob_base.ob_base,
138633 : : ._co_code = NULL,
138634 : : ._co_linearray = NULL,
138635 : : .co_code_adaptive = "\x95\x02\x97\x00\x02\x00\x89\x02\x02\x00\x89\x03\x7c\x00\x69\x00\x7c\x01\xa4\x01\x8e\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
138636 : : ._co_firsttraceable = 1,
138637 : : };
138638 : : static
138639 : : struct {
138640 : : PyGC_Head _gc_head;
138641 : : struct {
138642 : : PyObject_VAR_HEAD
138643 : : PyObject *ob_item[2];
138644 : : }_object;
138645 : : }
138646 : : importlib_util_toplevel_consts_26_consts_3_consts = {
138647 : : ._object = {
138648 : : .ob_base = {
138649 : : .ob_base = {
138650 : : .ob_refcnt = 999999999,
138651 : : .ob_type = &PyTuple_Type,
138652 : : },
138653 : : .ob_size = 2,
138654 : : },
138655 : : .ob_item = {
138656 : : & importlib_util_toplevel_consts_26_consts_3_consts_0._ascii.ob_base,
138657 : : & importlib_util_toplevel_consts_26_consts_3_consts_1.ob_base.ob_base,
138658 : : },
138659 : : },
138660 : : };
138661 : : static
138662 : : struct {
138663 : : PyASCIIObject _ascii;
138664 : : uint8_t _data[32];
138665 : : }
138666 : : const_str__LazyLoader__check_eager_loader = {
138667 : : ._ascii = {
138668 : : .ob_base = {
138669 : : .ob_refcnt = 999999999,
138670 : : .ob_type = &PyUnicode_Type,
138671 : : },
138672 : : .length = 31,
138673 : : .hash = -1,
138674 : : .state = {
138675 : : .kind = 1,
138676 : : .compact = 1,
138677 : : .ascii = 1,
138678 : : },
138679 : : },
138680 : : ._data = "_LazyLoader__check_eager_loader",
138681 : : };
138682 : : static
138683 : : struct {
138684 : : PyGC_Head _gc_head;
138685 : : struct {
138686 : : PyObject_VAR_HEAD
138687 : : PyObject *ob_item[1];
138688 : : }_object;
138689 : : }
138690 : : importlib_util_toplevel_consts_26_consts_3_names = {
138691 : : ._object = {
138692 : : .ob_base = {
138693 : : .ob_base = {
138694 : : .ob_refcnt = 999999999,
138695 : : .ob_type = &PyTuple_Type,
138696 : : },
138697 : : .ob_size = 1,
138698 : : },
138699 : : .ob_item = {
138700 : : & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
138701 : : },
138702 : : },
138703 : : };
138704 : : static
138705 : : struct {
138706 : : PyASCIIObject _ascii;
138707 : : uint8_t _data[8];
138708 : : }
138709 : : const_str_factory = {
138710 : : ._ascii = {
138711 : : .ob_base = {
138712 : : .ob_refcnt = 999999999,
138713 : : .ob_type = &PyUnicode_Type,
138714 : : },
138715 : : .length = 7,
138716 : : .hash = -1,
138717 : : .state = {
138718 : : .kind = 1,
138719 : : .compact = 1,
138720 : : .ascii = 1,
138721 : : },
138722 : : },
138723 : : ._data = "factory",
138724 : : };
138725 : : static
138726 : : struct {
138727 : : PyASCIIObject _ascii;
138728 : : uint8_t _data[19];
138729 : : }
138730 : : importlib_util_toplevel_consts_26_consts_3_qualname = {
138731 : : ._ascii = {
138732 : : .ob_base = {
138733 : : .ob_refcnt = 999999999,
138734 : : .ob_type = &PyUnicode_Type,
138735 : : },
138736 : : .length = 18,
138737 : : .hash = -1,
138738 : : .state = {
138739 : : .kind = 1,
138740 : : .compact = 1,
138741 : : .ascii = 1,
138742 : : },
138743 : : },
138744 : : ._data = "LazyLoader.factory",
138745 : : };
138746 : : static
138747 : : struct {
138748 : : PyObject_VAR_HEAD
138749 : : Py_hash_t ob_shash;
138750 : : char ob_sval[42];
138751 : : }
138752 : : importlib_util_toplevel_consts_26_consts_3_linetable = {
138753 : : .ob_base = {
138754 : : .ob_base = {
138755 : : .ob_refcnt = 999999999,
138756 : : .ob_type = &PyBytes_Type,
138757 : : },
138758 : : .ob_size = 41,
138759 : : },
138760 : : .ob_shash = -1,
138761 : : .ob_sval = "\xf8\xf8\x80\x00\xf0\x06\x00\x09\x0c\xd7\x08\x20\xd1\x08\x20\xa0\x16\xd4\x08\x28\xd0\x08\x28\xd8\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x0f\x43\xd0\x08\x43",
138762 : : };
138763 : : static
138764 : : struct {
138765 : : PyGC_Head _gc_head;
138766 : : struct {
138767 : : PyObject_VAR_HEAD
138768 : : PyObject *ob_item[2];
138769 : : }_object;
138770 : : }
138771 : : importlib_util_toplevel_consts_26_consts_3_localsplusnames = {
138772 : : ._object = {
138773 : : .ob_base = {
138774 : : .ob_base = {
138775 : : .ob_refcnt = 999999999,
138776 : : .ob_type = &PyTuple_Type,
138777 : : },
138778 : : .ob_size = 2,
138779 : : },
138780 : : .ob_item = {
138781 : : & const_str_cls._ascii.ob_base,
138782 : : & const_str_loader._ascii.ob_base,
138783 : : },
138784 : : },
138785 : : };
138786 : : static
138787 : : struct {
138788 : : PyObject_VAR_HEAD
138789 : : Py_hash_t ob_shash;
138790 : : char ob_sval[3];
138791 : : }
138792 : : importlib_util_toplevel_consts_26_consts_3_localspluskinds = {
138793 : : .ob_base = {
138794 : : .ob_base = {
138795 : : .ob_refcnt = 999999999,
138796 : : .ob_type = &PyBytes_Type,
138797 : : },
138798 : : .ob_size = 2,
138799 : : },
138800 : : .ob_shash = -1,
138801 : : .ob_sval = "``",
138802 : : };
138803 : : static
138804 : : struct _PyCode_DEF(54)
138805 : : importlib_util_toplevel_consts_26_consts_3 = {
138806 : : .ob_base = {
138807 : : .ob_base = {
138808 : : .ob_refcnt = 999999999,
138809 : : .ob_type = &PyCode_Type,
138810 : : },
138811 : : .ob_size = 27,
138812 : : },
138813 : : .co_consts = & importlib_util_toplevel_consts_26_consts_3_consts._object.ob_base.ob_base,
138814 : : .co_names = & importlib_util_toplevel_consts_26_consts_3_names._object.ob_base.ob_base,
138815 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138816 : : .co_flags = 3,
138817 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138818 : : ._co_linearray_entry_size = 0,
138819 : : .co_argcount = 2,
138820 : : .co_posonlyargcount = 0,
138821 : : .co_kwonlyargcount = 0,
138822 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
138823 : : .co_stacksize = 3,
138824 : : .co_firstlineno = 277,
138825 : : .co_nlocalsplus = 2,
138826 : : .co_nlocals = 2,
138827 : : .co_nplaincellvars = 0,
138828 : : .co_ncellvars = 2,
138829 : : .co_nfreevars = 0,
138830 : : .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_3_localsplusnames._object.ob_base.ob_base,
138831 : : .co_localspluskinds = & importlib_util_toplevel_consts_26_consts_3_localspluskinds.ob_base.ob_base,
138832 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138833 : : .co_name = & const_str_factory._ascii.ob_base,
138834 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_3_qualname._ascii.ob_base,
138835 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_3_linetable.ob_base.ob_base,
138836 : : ._co_code = NULL,
138837 : : ._co_linearray = NULL,
138838 : : .co_code_adaptive = "\x87\x00\x87\x01\x97\x00\x89\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x89\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x88\x00\x88\x01\x66\x02\x64\x01\x84\x08\x53\x00",
138839 : : ._co_firsttraceable = 2,
138840 : : };
138841 : : static
138842 : : struct {
138843 : : PyGC_Head _gc_head;
138844 : : struct {
138845 : : PyObject_VAR_HEAD
138846 : : PyObject *ob_item[2];
138847 : : }_object;
138848 : : }
138849 : : importlib_util_toplevel_consts_26_consts_4_names = {
138850 : : ._object = {
138851 : : .ob_base = {
138852 : : .ob_base = {
138853 : : .ob_refcnt = 999999999,
138854 : : .ob_type = &PyTuple_Type,
138855 : : },
138856 : : .ob_size = 2,
138857 : : },
138858 : : .ob_item = {
138859 : : & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
138860 : : & const_str_loader._ascii.ob_base,
138861 : : },
138862 : : },
138863 : : };
138864 : : static
138865 : : struct {
138866 : : PyASCIIObject _ascii;
138867 : : uint8_t _data[20];
138868 : : }
138869 : : importlib_util_toplevel_consts_26_consts_4_qualname = {
138870 : : ._ascii = {
138871 : : .ob_base = {
138872 : : .ob_refcnt = 999999999,
138873 : : .ob_type = &PyUnicode_Type,
138874 : : },
138875 : : .length = 19,
138876 : : .hash = -1,
138877 : : .state = {
138878 : : .kind = 1,
138879 : : .compact = 1,
138880 : : .ascii = 1,
138881 : : },
138882 : : },
138883 : : ._data = "LazyLoader.__init__",
138884 : : };
138885 : : static
138886 : : struct {
138887 : : PyObject_VAR_HEAD
138888 : : Py_hash_t ob_shash;
138889 : : char ob_sval[31];
138890 : : }
138891 : : importlib_util_toplevel_consts_26_consts_4_linetable = {
138892 : : .ob_base = {
138893 : : .ob_base = {
138894 : : .ob_refcnt = 999999999,
138895 : : .ob_type = &PyBytes_Type,
138896 : : },
138897 : : .ob_size = 30,
138898 : : },
138899 : : .ob_shash = -1,
138900 : : .ob_sval = "\x80\x00\xd8\x08\x0c\xd7\x08\x21\xd1\x08\x21\xa0\x26\xd4\x08\x29\xd0\x08\x29\xd8\x16\x1c\x88\x04\x8c\x0b\x88\x0b\x88\x0b",
138901 : : };
138902 : : static
138903 : : struct {
138904 : : PyGC_Head _gc_head;
138905 : : struct {
138906 : : PyObject_VAR_HEAD
138907 : : PyObject *ob_item[2];
138908 : : }_object;
138909 : : }
138910 : : importlib_util_toplevel_consts_26_consts_4_localsplusnames = {
138911 : : ._object = {
138912 : : .ob_base = {
138913 : : .ob_base = {
138914 : : .ob_refcnt = 999999999,
138915 : : .ob_type = &PyTuple_Type,
138916 : : },
138917 : : .ob_size = 2,
138918 : : },
138919 : : .ob_item = {
138920 : : & const_str_self._ascii.ob_base,
138921 : : & const_str_loader._ascii.ob_base,
138922 : : },
138923 : : },
138924 : : };
138925 : : static
138926 : : struct _PyCode_DEF(56)
138927 : : importlib_util_toplevel_consts_26_consts_4 = {
138928 : : .ob_base = {
138929 : : .ob_base = {
138930 : : .ob_refcnt = 999999999,
138931 : : .ob_type = &PyCode_Type,
138932 : : },
138933 : : .ob_size = 28,
138934 : : },
138935 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
138936 : : .co_names = & importlib_util_toplevel_consts_26_consts_4_names._object.ob_base.ob_base,
138937 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
138938 : : .co_flags = 3,
138939 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
138940 : : ._co_linearray_entry_size = 0,
138941 : : .co_argcount = 2,
138942 : : .co_posonlyargcount = 0,
138943 : : .co_kwonlyargcount = 0,
138944 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
138945 : : .co_stacksize = 3,
138946 : : .co_firstlineno = 283,
138947 : : .co_nlocalsplus = 2,
138948 : : .co_nlocals = 2,
138949 : : .co_nplaincellvars = 0,
138950 : : .co_ncellvars = 0,
138951 : : .co_nfreevars = 0,
138952 : : .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_4_localsplusnames._object.ob_base.ob_base,
138953 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
138954 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
138955 : : .co_name = &_Py_ID(__init__),
138956 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_4_qualname._ascii.ob_base,
138957 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_4_linetable.ob_base.ob_base,
138958 : : ._co_code = NULL,
138959 : : ._co_linearray = NULL,
138960 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
138961 : : ._co_firsttraceable = 0,
138962 : : };
138963 : : static
138964 : : struct {
138965 : : PyGC_Head _gc_head;
138966 : : struct {
138967 : : PyObject_VAR_HEAD
138968 : : PyObject *ob_item[2];
138969 : : }_object;
138970 : : }
138971 : : importlib_util_toplevel_consts_26_consts_5_names = {
138972 : : ._object = {
138973 : : .ob_base = {
138974 : : .ob_base = {
138975 : : .ob_refcnt = 999999999,
138976 : : .ob_type = &PyTuple_Type,
138977 : : },
138978 : : .ob_size = 2,
138979 : : },
138980 : : .ob_item = {
138981 : : & const_str_loader._ascii.ob_base,
138982 : : & const_str_create_module._ascii.ob_base,
138983 : : },
138984 : : },
138985 : : };
138986 : : static
138987 : : struct {
138988 : : PyASCIIObject _ascii;
138989 : : uint8_t _data[25];
138990 : : }
138991 : : importlib_util_toplevel_consts_26_consts_5_qualname = {
138992 : : ._ascii = {
138993 : : .ob_base = {
138994 : : .ob_refcnt = 999999999,
138995 : : .ob_type = &PyUnicode_Type,
138996 : : },
138997 : : .length = 24,
138998 : : .hash = -1,
138999 : : .state = {
139000 : : .kind = 1,
139001 : : .compact = 1,
139002 : : .ascii = 1,
139003 : : },
139004 : : },
139005 : : ._data = "LazyLoader.create_module",
139006 : : };
139007 : : static
139008 : : struct {
139009 : : PyObject_VAR_HEAD
139010 : : Py_hash_t ob_shash;
139011 : : char ob_sval[24];
139012 : : }
139013 : : importlib_util_toplevel_consts_26_consts_5_linetable = {
139014 : : .ob_base = {
139015 : : .ob_base = {
139016 : : .ob_refcnt = 999999999,
139017 : : .ob_type = &PyBytes_Type,
139018 : : },
139019 : : .ob_size = 23,
139020 : : },
139021 : : .ob_shash = -1,
139022 : : .ob_sval = "\x80\x00\xd8\x0f\x13\x8f\x7b\x89\x7b\xd7\x0f\x28\xd1\x0f\x28\xa8\x14\xd4\x0f\x2e\xd0\x08\x2e",
139023 : : };
139024 : : static
139025 : : struct _PyCode_DEF(58)
139026 : : importlib_util_toplevel_consts_26_consts_5 = {
139027 : : .ob_base = {
139028 : : .ob_base = {
139029 : : .ob_refcnt = 999999999,
139030 : : .ob_type = &PyCode_Type,
139031 : : },
139032 : : .ob_size = 29,
139033 : : },
139034 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
139035 : : .co_names = & importlib_util_toplevel_consts_26_consts_5_names._object.ob_base.ob_base,
139036 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139037 : : .co_flags = 3,
139038 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139039 : : ._co_linearray_entry_size = 0,
139040 : : .co_argcount = 2,
139041 : : .co_posonlyargcount = 0,
139042 : : .co_kwonlyargcount = 0,
139043 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
139044 : : .co_stacksize = 3,
139045 : : .co_firstlineno = 287,
139046 : : .co_nlocalsplus = 2,
139047 : : .co_nlocals = 2,
139048 : : .co_nplaincellvars = 0,
139049 : : .co_ncellvars = 0,
139050 : : .co_nfreevars = 0,
139051 : : .co_localsplusnames = & importlib__bootstrap_external_toplevel_consts_55_consts_3_localsplusnames._object.ob_base.ob_base,
139052 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
139053 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139054 : : .co_name = & const_str_create_module._ascii.ob_base,
139055 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_5_qualname._ascii.ob_base,
139056 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_5_linetable.ob_base.ob_base,
139057 : : ._co_code = NULL,
139058 : : ._co_linearray = NULL,
139059 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
139060 : : ._co_firsttraceable = 0,
139061 : : };
139062 : : static
139063 : : struct {
139064 : : PyASCIIObject _ascii;
139065 : : uint8_t _data[29];
139066 : : }
139067 : : importlib_util_toplevel_consts_26_consts_6_consts_0 = {
139068 : : ._ascii = {
139069 : : .ob_base = {
139070 : : .ob_refcnt = 999999999,
139071 : : .ob_type = &PyUnicode_Type,
139072 : : },
139073 : : .length = 28,
139074 : : .hash = -1,
139075 : : .state = {
139076 : : .kind = 1,
139077 : : .compact = 1,
139078 : : .ascii = 1,
139079 : : },
139080 : : },
139081 : : ._data = "Make the module load lazily.",
139082 : : };
139083 : : static
139084 : : struct {
139085 : : PyGC_Head _gc_head;
139086 : : struct {
139087 : : PyObject_VAR_HEAD
139088 : : PyObject *ob_item[4];
139089 : : }_object;
139090 : : }
139091 : : importlib_util_toplevel_consts_26_consts_6_consts = {
139092 : : ._object = {
139093 : : .ob_base = {
139094 : : .ob_base = {
139095 : : .ob_refcnt = 999999999,
139096 : : .ob_type = &PyTuple_Type,
139097 : : },
139098 : : .ob_size = 4,
139099 : : },
139100 : : .ob_item = {
139101 : : & importlib_util_toplevel_consts_26_consts_6_consts_0._ascii.ob_base,
139102 : : &_Py_ID(__dict__),
139103 : : &_Py_ID(__class__),
139104 : : Py_None,
139105 : : },
139106 : : },
139107 : : };
139108 : : static
139109 : : struct {
139110 : : PyGC_Head _gc_head;
139111 : : struct {
139112 : : PyObject_VAR_HEAD
139113 : : PyObject *ob_item[8];
139114 : : }_object;
139115 : : }
139116 : : importlib_util_toplevel_consts_26_consts_6_names = {
139117 : : ._object = {
139118 : : .ob_base = {
139119 : : .ob_base = {
139120 : : .ob_refcnt = 999999999,
139121 : : .ob_type = &PyTuple_Type,
139122 : : },
139123 : : .ob_size = 8,
139124 : : },
139125 : : .ob_item = {
139126 : : & const_str_loader._ascii.ob_base,
139127 : : &_Py_ID(__spec__),
139128 : : &_Py_ID(__loader__),
139129 : : &_Py_ID(__dict__),
139130 : : &_Py_ID(copy),
139131 : : &_Py_ID(__class__),
139132 : : & const_str_loader_state._ascii.ob_base,
139133 : : & const_str__LazyModule._ascii.ob_base,
139134 : : },
139135 : : },
139136 : : };
139137 : : static
139138 : : struct {
139139 : : PyASCIIObject _ascii;
139140 : : uint8_t _data[23];
139141 : : }
139142 : : importlib_util_toplevel_consts_26_consts_6_qualname = {
139143 : : ._ascii = {
139144 : : .ob_base = {
139145 : : .ob_refcnt = 999999999,
139146 : : .ob_type = &PyUnicode_Type,
139147 : : },
139148 : : .length = 22,
139149 : : .hash = -1,
139150 : : .state = {
139151 : : .kind = 1,
139152 : : .compact = 1,
139153 : : .ascii = 1,
139154 : : },
139155 : : },
139156 : : ._data = "LazyLoader.exec_module",
139157 : : };
139158 : : static
139159 : : struct {
139160 : : PyObject_VAR_HEAD
139161 : : Py_hash_t ob_shash;
139162 : : char ob_sval[103];
139163 : : }
139164 : : importlib_util_toplevel_consts_26_consts_6_linetable = {
139165 : : .ob_base = {
139166 : : .ob_base = {
139167 : : .ob_refcnt = 999999999,
139168 : : .ob_type = &PyBytes_Type,
139169 : : },
139170 : : .ob_size = 102,
139171 : : },
139172 : : .ob_shash = -1,
139173 : : .ob_sval = "\x80\x00\xe0\x21\x25\xa7\x1b\xa1\x1b\x88\x06\x8f\x0f\x89\x0f\xd4\x08\x1e\xd8\x1c\x20\x9f\x4b\x99\x4b\x88\x06\xd4\x08\x19\xf0\x0a\x00\x18\x1a\x88\x0c\xd8\x23\x29\xa7\x3f\xa1\x3f\xd7\x23\x37\xd1\x23\x37\xd4\x23\x39\x88\x0c\x90\x5a\xd1\x08\x20\xd8\x24\x2a\xd7\x24\x34\xd1\x24\x34\x88\x0c\x90\x5b\xd1\x08\x21\xd8\x27\x33\x88\x06\x8f\x0f\x89\x0f\xd4\x08\x24\xdd\x1b\x26\x88\x06\xd4\x08\x18\xd0\x08\x18\xd0\x08\x18",
139174 : : };
139175 : : static
139176 : : struct {
139177 : : PyGC_Head _gc_head;
139178 : : struct {
139179 : : PyObject_VAR_HEAD
139180 : : PyObject *ob_item[3];
139181 : : }_object;
139182 : : }
139183 : : importlib_util_toplevel_consts_26_consts_6_localsplusnames = {
139184 : : ._object = {
139185 : : .ob_base = {
139186 : : .ob_base = {
139187 : : .ob_refcnt = 999999999,
139188 : : .ob_type = &PyTuple_Type,
139189 : : },
139190 : : .ob_size = 3,
139191 : : },
139192 : : .ob_item = {
139193 : : & const_str_self._ascii.ob_base,
139194 : : & const_str_module._ascii.ob_base,
139195 : : & const_str_loader_state._ascii.ob_base,
139196 : : },
139197 : : },
139198 : : };
139199 : : static
139200 : : struct _PyCode_DEF(246)
139201 : : importlib_util_toplevel_consts_26_consts_6 = {
139202 : : .ob_base = {
139203 : : .ob_base = {
139204 : : .ob_refcnt = 999999999,
139205 : : .ob_type = &PyCode_Type,
139206 : : },
139207 : : .ob_size = 123,
139208 : : },
139209 : : .co_consts = & importlib_util_toplevel_consts_26_consts_6_consts._object.ob_base.ob_base,
139210 : : .co_names = & importlib_util_toplevel_consts_26_consts_6_names._object.ob_base.ob_base,
139211 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139212 : : .co_flags = 3,
139213 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139214 : : ._co_linearray_entry_size = 0,
139215 : : .co_argcount = 2,
139216 : : .co_posonlyargcount = 0,
139217 : : .co_kwonlyargcount = 0,
139218 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
139219 : : .co_stacksize = 3,
139220 : : .co_firstlineno = 290,
139221 : : .co_nlocalsplus = 3,
139222 : : .co_nlocals = 3,
139223 : : .co_nplaincellvars = 0,
139224 : : .co_ncellvars = 0,
139225 : : .co_nfreevars = 0,
139226 : : .co_localsplusnames = & importlib_util_toplevel_consts_26_consts_6_localsplusnames._object.ob_base.ob_base,
139227 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_3_localspluskinds.ob_base.ob_base,
139228 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139229 : : .co_name = & const_str_exec_module._ascii.ob_base,
139230 : : .co_qualname = & importlib_util_toplevel_consts_26_consts_6_qualname._ascii.ob_base,
139231 : : .co_linetable = & importlib_util_toplevel_consts_26_consts_6_linetable.ob_base.ob_base,
139232 : : ._co_code = NULL,
139233 : : ._co_linearray = NULL,
139234 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x69\x00\x7d\x02\x7c\x01\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x01\x3c\x00\x00\x00\x7c\x01\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x64\x02\x3c\x00\x00\x00\x7c\x02\x7c\x01\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5f\x06\x00\x00\x00\x00\x00\x00\x00\x00\x74\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x5f\x05\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\x53\x00",
139235 : : ._co_firsttraceable = 0,
139236 : : };
139237 : : static
139238 : : struct {
139239 : : PyGC_Head _gc_head;
139240 : : struct {
139241 : : PyObject_VAR_HEAD
139242 : : PyObject *ob_item[8];
139243 : : }_object;
139244 : : }
139245 : : importlib_util_toplevel_consts_26_consts = {
139246 : : ._object = {
139247 : : .ob_base = {
139248 : : .ob_base = {
139249 : : .ob_refcnt = 999999999,
139250 : : .ob_type = &PyTuple_Type,
139251 : : },
139252 : : .ob_size = 8,
139253 : : },
139254 : : .ob_item = {
139255 : : & const_str_LazyLoader._ascii.ob_base,
139256 : : & importlib_util_toplevel_consts_26_consts_1._ascii.ob_base,
139257 : : & importlib_util_toplevel_consts_26_consts_2.ob_base.ob_base,
139258 : : & importlib_util_toplevel_consts_26_consts_3.ob_base.ob_base,
139259 : : & importlib_util_toplevel_consts_26_consts_4.ob_base.ob_base,
139260 : : & importlib_util_toplevel_consts_26_consts_5.ob_base.ob_base,
139261 : : & importlib_util_toplevel_consts_26_consts_6.ob_base.ob_base,
139262 : : Py_None,
139263 : : },
139264 : : },
139265 : : };
139266 : : static
139267 : : struct {
139268 : : PyGC_Head _gc_head;
139269 : : struct {
139270 : : PyObject_VAR_HEAD
139271 : : PyObject *ob_item[11];
139272 : : }_object;
139273 : : }
139274 : : importlib_util_toplevel_consts_26_names = {
139275 : : ._object = {
139276 : : .ob_base = {
139277 : : .ob_base = {
139278 : : .ob_refcnt = 999999999,
139279 : : .ob_type = &PyTuple_Type,
139280 : : },
139281 : : .ob_size = 11,
139282 : : },
139283 : : .ob_item = {
139284 : : &_Py_ID(__name__),
139285 : : &_Py_ID(__module__),
139286 : : &_Py_ID(__qualname__),
139287 : : &_Py_ID(__doc__),
139288 : : & const_str_staticmethod._ascii.ob_base,
139289 : : & const_str__LazyLoader__check_eager_loader._ascii.ob_base,
139290 : : & const_str_classmethod._ascii.ob_base,
139291 : : & const_str_factory._ascii.ob_base,
139292 : : &_Py_ID(__init__),
139293 : : & const_str_create_module._ascii.ob_base,
139294 : : & const_str_exec_module._ascii.ob_base,
139295 : : },
139296 : : },
139297 : : };
139298 : : static
139299 : : struct {
139300 : : PyObject_VAR_HEAD
139301 : : Py_hash_t ob_shash;
139302 : : char ob_sval[126];
139303 : : }
139304 : : importlib_util_toplevel_consts_26_linetable = {
139305 : : .ob_base = {
139306 : : .ob_base = {
139307 : : .ob_refcnt = 999999999,
139308 : : .ob_type = &PyBytes_Type,
139309 : : },
139310 : : .ob_size = 125,
139311 : : },
139312 : : .ob_shash = -1,
139313 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xe0\x04\x55\xd0\x04\x55\xe0\x05\x11\xf0\x02\x02\x05\x40\x01\xf0\x00\x02\x05\x40\x01\xf4\x03\x00\x06\x12\xf0\x02\x02\x05\x40\x01\xf0\x08\x00\x06\x11\xf0\x02\x03\x05\x44\x01\xf0\x00\x03\x05\x44\x01\xf4\x03\x00\x06\x11\xf0\x02\x03\x05\x44\x01\xf0\x0a\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x00\x02\x05\x1d\xf0\x08\x01\x05\x2f\xf0\x00\x01\x05\x2f\xf0\x00\x01\x05\x2f\xf0\x06\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27\xf0\x00\x0c\x05\x27",
139314 : : };
139315 : : static
139316 : : struct _PyCode_DEF(72)
139317 : : importlib_util_toplevel_consts_26 = {
139318 : : .ob_base = {
139319 : : .ob_base = {
139320 : : .ob_refcnt = 999999999,
139321 : : .ob_type = &PyCode_Type,
139322 : : },
139323 : : .ob_size = 36,
139324 : : },
139325 : : .co_consts = & importlib_util_toplevel_consts_26_consts._object.ob_base.ob_base,
139326 : : .co_names = & importlib_util_toplevel_consts_26_names._object.ob_base.ob_base,
139327 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139328 : : .co_flags = 0,
139329 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139330 : : ._co_linearray_entry_size = 0,
139331 : : .co_argcount = 0,
139332 : : .co_posonlyargcount = 0,
139333 : : .co_kwonlyargcount = 0,
139334 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
139335 : : .co_stacksize = 2,
139336 : : .co_firstlineno = 268,
139337 : : .co_nlocalsplus = 0,
139338 : : .co_nlocals = 0,
139339 : : .co_nplaincellvars = 0,
139340 : : .co_ncellvars = 0,
139341 : : .co_nfreevars = 0,
139342 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
139343 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
139344 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139345 : : .co_name = & const_str_LazyLoader._ascii.ob_base,
139346 : : .co_qualname = & const_str_LazyLoader._ascii.ob_base,
139347 : : .co_linetable = & importlib_util_toplevel_consts_26_linetable.ob_base.ob_base,
139348 : : ._co_code = NULL,
139349 : : ._co_linearray = NULL,
139350 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x65\x04\x64\x02\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x05\x65\x06\x64\x03\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x07\x64\x04\x84\x00\x5a\x08\x64\x05\x84\x00\x5a\x09\x64\x06\x84\x00\x5a\x0a\x64\x07\x53\x00",
139351 : : ._co_firsttraceable = 0,
139352 : : };
139353 : : static
139354 : : struct {
139355 : : PyGC_Head _gc_head;
139356 : : struct {
139357 : : PyObject_VAR_HEAD
139358 : : PyObject *ob_item[29];
139359 : : }_object;
139360 : : }
139361 : : importlib_util_toplevel_consts = {
139362 : : ._object = {
139363 : : .ob_base = {
139364 : : .ob_base = {
139365 : : .ob_refcnt = 999999999,
139366 : : .ob_type = &PyTuple_Type,
139367 : : },
139368 : : .ob_size = 29,
139369 : : },
139370 : : .ob_item = {
139371 : : & importlib_util_toplevel_consts_0._ascii.ob_base,
139372 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
139373 : : & importlib_util_toplevel_consts_2._object.ob_base.ob_base,
139374 : : & importlib_util_toplevel_consts_3._object.ob_base.ob_base,
139375 : : & importlib_util_toplevel_consts_4._object.ob_base.ob_base,
139376 : : & importlib_util_toplevel_consts_5._object.ob_base.ob_base,
139377 : : & importlib_util_toplevel_consts_6._object.ob_base.ob_base,
139378 : : & importlib_util_toplevel_consts_7._object.ob_base.ob_base,
139379 : : & importlib_util_toplevel_consts_8._object.ob_base.ob_base,
139380 : : & importlib_util_toplevel_consts_9._object.ob_base.ob_base,
139381 : : & importlib_util_toplevel_consts_10._object.ob_base.ob_base,
139382 : : & importlib_util_toplevel_consts_11._object.ob_base.ob_base,
139383 : : & importlib__bootstrap_external_toplevel_consts_73_consts_5_names._object.ob_base.ob_base,
139384 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
139385 : : & importlib_util_toplevel_consts_14._object.ob_base.ob_base,
139386 : : Py_None,
139387 : : & importlib_util_toplevel_consts_16.ob_base.ob_base,
139388 : : & importlib_util_toplevel_consts_17.ob_base.ob_base,
139389 : : & importlib_util_toplevel_consts_18.ob_base.ob_base,
139390 : : & importlib_util_toplevel_consts_19.ob_base.ob_base,
139391 : : & importlib_util_toplevel_consts_20.ob_base.ob_base,
139392 : : & importlib_util_toplevel_consts_21.ob_base.ob_base,
139393 : : & importlib_util_toplevel_consts_22.ob_base.ob_base,
139394 : : & importlib_util_toplevel_consts_23.ob_base.ob_base,
139395 : : & importlib_util_toplevel_consts_24.ob_base.ob_base,
139396 : : & const_str__LazyModule._ascii.ob_base,
139397 : : & importlib_util_toplevel_consts_26.ob_base.ob_base,
139398 : : & const_str_LazyLoader._ascii.ob_base,
139399 : : & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
139400 : : },
139401 : : },
139402 : : };
139403 : : static
139404 : : struct {
139405 : : PyASCIIObject _ascii;
139406 : : uint8_t _data[11];
139407 : : }
139408 : : const_str_contextlib = {
139409 : : ._ascii = {
139410 : : .ob_base = {
139411 : : .ob_refcnt = 999999999,
139412 : : .ob_type = &PyUnicode_Type,
139413 : : },
139414 : : .length = 10,
139415 : : .hash = -1,
139416 : : .state = {
139417 : : .kind = 1,
139418 : : .compact = 1,
139419 : : .ascii = 1,
139420 : : },
139421 : : },
139422 : : ._data = "contextlib",
139423 : : };
139424 : : static
139425 : : struct {
139426 : : PyGC_Head _gc_head;
139427 : : struct {
139428 : : PyObject_VAR_HEAD
139429 : : PyObject *ob_item[33];
139430 : : }_object;
139431 : : }
139432 : : importlib_util_toplevel_names = {
139433 : : ._object = {
139434 : : .ob_base = {
139435 : : .ob_base = {
139436 : : .ob_refcnt = 999999999,
139437 : : .ob_type = &PyTuple_Type,
139438 : : },
139439 : : .ob_size = 33,
139440 : : },
139441 : : .ob_item = {
139442 : : &_Py_ID(__doc__),
139443 : : & const_str__abc._ascii.ob_base,
139444 : : & const_str_Loader._ascii.ob_base,
139445 : : &_Py_ID(_bootstrap),
139446 : : & const_str_module_from_spec._ascii.ob_base,
139447 : : & const_str__resolve_name._ascii.ob_base,
139448 : : & const_str_spec_from_loader._ascii.ob_base,
139449 : : & const_str__find_spec._ascii.ob_base,
139450 : : & const_str__bootstrap_external._ascii.ob_base,
139451 : : & const_str_MAGIC_NUMBER._ascii.ob_base,
139452 : : & const_str__RAW_MAGIC_NUMBER._ascii.ob_base,
139453 : : & const_str_cache_from_source._ascii.ob_base,
139454 : : & const_str_decode_source._ascii.ob_base,
139455 : : & const_str_source_from_cache._ascii.ob_base,
139456 : : & const_str_spec_from_file_location._ascii.ob_base,
139457 : : & const_str_contextlib._ascii.ob_base,
139458 : : & const_str_contextmanager._ascii.ob_base,
139459 : : & const_str__imp._ascii.ob_base,
139460 : : & const_str_functools._ascii.ob_base,
139461 : : & const_str_sys._ascii.ob_base,
139462 : : & const_str_types._ascii.ob_base,
139463 : : &_Py_ID(warnings),
139464 : : & const_str_source_hash._ascii.ob_base,
139465 : : & const_str_resolve_name._ascii.ob_base,
139466 : : & const_str__find_spec_from_path._ascii.ob_base,
139467 : : & const_str_find_spec._ascii.ob_base,
139468 : : & const_str__module_to_load._ascii.ob_base,
139469 : : & const_str_set_package._ascii.ob_base,
139470 : : & const_str_set_loader._ascii.ob_base,
139471 : : & const_str_module_for_loader._ascii.ob_base,
139472 : : & const_str_ModuleType._ascii.ob_base,
139473 : : & const_str__LazyModule._ascii.ob_base,
139474 : : & const_str_LazyLoader._ascii.ob_base,
139475 : : },
139476 : : },
139477 : : };
139478 : : static
139479 : : struct {
139480 : : PyObject_VAR_HEAD
139481 : : Py_hash_t ob_shash;
139482 : : char ob_sval[509];
139483 : : }
139484 : : importlib_util_toplevel_linetable = {
139485 : : .ob_base = {
139486 : : .ob_base = {
139487 : : .ob_refcnt = 999999999,
139488 : : .ob_type = &PyBytes_Type,
139489 : : },
139490 : : .ob_size = 508,
139491 : : },
139492 : : .ob_shash = -1,
139493 : : .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x00\x33\xd0\x00\x33\xd8\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd0\x00\x18\xd8\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd8\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd8\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd0\x00\x28\xd8\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd0\x00\x22\xd8\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd0\x00\x2d\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd0\x00\x2e\xd8\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd0\x00\x32\xd8\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xd0\x00\x38\xe0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd0\x00\x25\xd8\x00\x0b\x80\x0b\x80\x0b\x80\x0b\xd8\x00\x10\xd0\x00\x10\xd0\x00\x10\xd0\x00\x10\xd8\x00\x0a\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x0c\x80\x0c\x80\x0c\x80\x0c\xd8\x00\x0f\x80\x0f\x80\x0f\x80\x0f\xf0\x06\x02\x01\x3d\xf0\x00\x02\x01\x3d\xf0\x00\x02\x01\x3d\xf0\x0a\x0c\x01\x37\xf0\x00\x0c\x01\x37\xf0\x00\x0c\x01\x37\xf0\x1e\x00\x25\x29\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x00\x1c\x01\x18\xf0\x3e\x00\x1d\x21\xf0\x00\x2a\x01\x18\xf0\x00\x2a\x01\x18\xf0\x00\x2a\x01\x18\xf0\x5a\x01\x00\x02\x10\xf0\x02\x16\x01\x28\xf0\x00\x16\x01\x28\xf4\x03\x00\x02\x10\xf0\x02\x16\x01\x28\xf0\x32\x11\x01\x1f\xf0\x00\x11\x01\x1f\xf0\x00\x11\x01\x1f\xf0\x28\x0f\x01\x1e\xf0\x00\x0f\x01\x1e\xf0\x00\x0f\x01\x1e\xf0\x24\x25\x01\x25\xf0\x00\x25\x01\x25\xf0\x00\x25\x01\x25\xf0\x50\x01\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\x90\x25\xd7\x12\x22\xd1\x12\x22\xf4\x00\x2b\x01\x1c\xf0\x00\x2b\x01\x1c\xf0\x5c\x01\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\x90\x16\xf4\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27\xf0\x00\x22\x01\x27",
139494 : : };
139495 : : static
139496 : : struct _PyCode_DEF(326)
139497 : : importlib_util_toplevel = {
139498 : : .ob_base = {
139499 : : .ob_base = {
139500 : : .ob_refcnt = 999999999,
139501 : : .ob_type = &PyCode_Type,
139502 : : },
139503 : : .ob_size = 163,
139504 : : },
139505 : : .co_consts = & importlib_util_toplevel_consts._object.ob_base.ob_base,
139506 : : .co_names = & importlib_util_toplevel_names._object.ob_base.ob_base,
139507 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139508 : : .co_flags = 0,
139509 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139510 : : ._co_linearray_entry_size = 0,
139511 : : .co_argcount = 0,
139512 : : .co_posonlyargcount = 0,
139513 : : .co_kwonlyargcount = 0,
139514 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
139515 : : .co_stacksize = 5,
139516 : : .co_firstlineno = 1,
139517 : : .co_nlocalsplus = 0,
139518 : : .co_nlocals = 0,
139519 : : .co_nplaincellvars = 0,
139520 : : .co_ncellvars = 0,
139521 : : .co_nfreevars = 0,
139522 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
139523 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
139524 : : .co_filename = & importlib_util_toplevel_consts_16_filename._ascii.ob_base,
139525 : : .co_name = &_Py_STR(anon_module),
139526 : : .co_qualname = &_Py_STR(anon_module),
139527 : : .co_linetable = & importlib_util_toplevel_linetable.ob_base.ob_base,
139528 : : ._co_code = NULL,
139529 : : ._co_linearray = NULL,
139530 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x6d\x02\x5a\x02\x01\x00\x64\x01\x64\x03\x6c\x03\x6d\x04\x5a\x04\x01\x00\x64\x01\x64\x04\x6c\x03\x6d\x05\x5a\x05\x01\x00\x64\x01\x64\x05\x6c\x03\x6d\x06\x5a\x06\x01\x00\x64\x01\x64\x06\x6c\x03\x6d\x07\x5a\x07\x01\x00\x64\x01\x64\x07\x6c\x08\x6d\x09\x5a\x09\x01\x00\x64\x01\x64\x08\x6c\x08\x6d\x0a\x5a\x0a\x01\x00\x64\x01\x64\x09\x6c\x08\x6d\x0b\x5a\x0b\x01\x00\x64\x01\x64\x0a\x6c\x08\x6d\x0c\x5a\x0c\x01\x00\x64\x01\x64\x0b\x6c\x08\x6d\x0d\x5a\x0d\x01\x00\x64\x01\x64\x0c\x6c\x08\x6d\x0e\x5a\x0e\x01\x00\x64\x0d\x64\x0e\x6c\x0f\x6d\x10\x5a\x10\x01\x00\x64\x0d\x64\x0f\x6c\x11\x5a\x11\x64\x0d\x64\x0f\x6c\x12\x5a\x12\x64\x0d\x64\x0f\x6c\x13\x5a\x13\x64\x0d\x64\x0f\x6c\x14\x5a\x14\x64\x0d\x64\x0f\x6c\x15\x5a\x15\x64\x10\x84\x00\x5a\x16\x64\x11\x84\x00\x5a\x17\x64\x1c\x64\x12\x84\x01\x5a\x18\x64\x1c\x64\x13\x84\x01\x5a\x19\x65\x10\x64\x14\x84\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1a\x64\x15\x84\x00\x5a\x1b\x64\x16\x84\x00\x5a\x1c\x64\x17\x84\x00\x5a\x1d\x02\x00\x47\x00\x64\x18\x84\x00\x64\x19\x65\x14\x6a\x3c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x1f\x02\x00\x47\x00\x64\x1a\x84\x00\x64\x1b\x65\x02\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x20\x64\x0f\x53\x00",
139531 : : ._co_firsttraceable = 0,
139532 : : };
139533 : 1573 : static void importlib_util_do_patchups(void) {
139534 : 1573 : }
139535 : :
139536 : : PyObject *
139537 : 1573 : _Py_get_importlib_util_toplevel(void)
139538 : : {
139539 : 1573 : importlib_util_do_patchups();
139540 : 1573 : return Py_NewRef((PyObject *) &importlib_util_toplevel);
139541 : : }
139542 : :
139543 : : static
139544 : : struct {
139545 : : PyASCIIObject _ascii;
139546 : : uint8_t _data[58];
139547 : : }
139548 : : importlib_machinery_toplevel_consts_0 = {
139549 : : ._ascii = {
139550 : : .ob_base = {
139551 : : .ob_refcnt = 999999999,
139552 : : .ob_type = &PyUnicode_Type,
139553 : : },
139554 : : .length = 57,
139555 : : .hash = -1,
139556 : : .state = {
139557 : : .kind = 1,
139558 : : .compact = 1,
139559 : : .ascii = 1,
139560 : : },
139561 : : },
139562 : : ._data = "The machinery of importlib: finders, loaders, hooks, etc.",
139563 : : };
139564 : : static
139565 : : struct {
139566 : : PyGC_Head _gc_head;
139567 : : struct {
139568 : : PyObject_VAR_HEAD
139569 : : PyObject *ob_item[1];
139570 : : }_object;
139571 : : }
139572 : : importlib_machinery_toplevel_consts_2 = {
139573 : : ._object = {
139574 : : .ob_base = {
139575 : : .ob_base = {
139576 : : .ob_refcnt = 999999999,
139577 : : .ob_type = &PyTuple_Type,
139578 : : },
139579 : : .ob_size = 1,
139580 : : },
139581 : : .ob_item = {
139582 : : & const_str_ModuleSpec._ascii.ob_base,
139583 : : },
139584 : : },
139585 : : };
139586 : : static
139587 : : struct {
139588 : : PyGC_Head _gc_head;
139589 : : struct {
139590 : : PyObject_VAR_HEAD
139591 : : PyObject *ob_item[1];
139592 : : }_object;
139593 : : }
139594 : : importlib_machinery_toplevel_consts_3 = {
139595 : : ._object = {
139596 : : .ob_base = {
139597 : : .ob_base = {
139598 : : .ob_refcnt = 999999999,
139599 : : .ob_type = &PyTuple_Type,
139600 : : },
139601 : : .ob_size = 1,
139602 : : },
139603 : : .ob_item = {
139604 : : & const_str_BuiltinImporter._ascii.ob_base,
139605 : : },
139606 : : },
139607 : : };
139608 : : static
139609 : : struct {
139610 : : PyGC_Head _gc_head;
139611 : : struct {
139612 : : PyObject_VAR_HEAD
139613 : : PyObject *ob_item[1];
139614 : : }_object;
139615 : : }
139616 : : importlib_machinery_toplevel_consts_4 = {
139617 : : ._object = {
139618 : : .ob_base = {
139619 : : .ob_base = {
139620 : : .ob_refcnt = 999999999,
139621 : : .ob_type = &PyTuple_Type,
139622 : : },
139623 : : .ob_size = 1,
139624 : : },
139625 : : .ob_item = {
139626 : : & const_str_FrozenImporter._ascii.ob_base,
139627 : : },
139628 : : },
139629 : : };
139630 : : static
139631 : : struct {
139632 : : PyGC_Head _gc_head;
139633 : : struct {
139634 : : PyObject_VAR_HEAD
139635 : : PyObject *ob_item[5];
139636 : : }_object;
139637 : : }
139638 : : importlib_machinery_toplevel_consts_5 = {
139639 : : ._object = {
139640 : : .ob_base = {
139641 : : .ob_base = {
139642 : : .ob_refcnt = 999999999,
139643 : : .ob_type = &PyTuple_Type,
139644 : : },
139645 : : .ob_size = 5,
139646 : : },
139647 : : .ob_item = {
139648 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
139649 : : & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
139650 : : & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
139651 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
139652 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
139653 : : },
139654 : : },
139655 : : };
139656 : : static
139657 : : struct {
139658 : : PyGC_Head _gc_head;
139659 : : struct {
139660 : : PyObject_VAR_HEAD
139661 : : PyObject *ob_item[1];
139662 : : }_object;
139663 : : }
139664 : : importlib_machinery_toplevel_consts_6 = {
139665 : : ._object = {
139666 : : .ob_base = {
139667 : : .ob_base = {
139668 : : .ob_refcnt = 999999999,
139669 : : .ob_type = &PyTuple_Type,
139670 : : },
139671 : : .ob_size = 1,
139672 : : },
139673 : : .ob_item = {
139674 : : & const_str_WindowsRegistryFinder._ascii.ob_base,
139675 : : },
139676 : : },
139677 : : };
139678 : : static
139679 : : struct {
139680 : : PyGC_Head _gc_head;
139681 : : struct {
139682 : : PyObject_VAR_HEAD
139683 : : PyObject *ob_item[1];
139684 : : }_object;
139685 : : }
139686 : : importlib_machinery_toplevel_consts_7 = {
139687 : : ._object = {
139688 : : .ob_base = {
139689 : : .ob_base = {
139690 : : .ob_refcnt = 999999999,
139691 : : .ob_type = &PyTuple_Type,
139692 : : },
139693 : : .ob_size = 1,
139694 : : },
139695 : : .ob_item = {
139696 : : & const_str_PathFinder._ascii.ob_base,
139697 : : },
139698 : : },
139699 : : };
139700 : : static
139701 : : struct {
139702 : : PyGC_Head _gc_head;
139703 : : struct {
139704 : : PyObject_VAR_HEAD
139705 : : PyObject *ob_item[1];
139706 : : }_object;
139707 : : }
139708 : : importlib_machinery_toplevel_consts_8 = {
139709 : : ._object = {
139710 : : .ob_base = {
139711 : : .ob_base = {
139712 : : .ob_refcnt = 999999999,
139713 : : .ob_type = &PyTuple_Type,
139714 : : },
139715 : : .ob_size = 1,
139716 : : },
139717 : : .ob_item = {
139718 : : & const_str_FileFinder._ascii.ob_base,
139719 : : },
139720 : : },
139721 : : };
139722 : : static
139723 : : struct {
139724 : : PyGC_Head _gc_head;
139725 : : struct {
139726 : : PyObject_VAR_HEAD
139727 : : PyObject *ob_item[1];
139728 : : }_object;
139729 : : }
139730 : : importlib_machinery_toplevel_consts_9 = {
139731 : : ._object = {
139732 : : .ob_base = {
139733 : : .ob_base = {
139734 : : .ob_refcnt = 999999999,
139735 : : .ob_type = &PyTuple_Type,
139736 : : },
139737 : : .ob_size = 1,
139738 : : },
139739 : : .ob_item = {
139740 : : & const_str_SourceFileLoader._ascii.ob_base,
139741 : : },
139742 : : },
139743 : : };
139744 : : static
139745 : : struct {
139746 : : PyGC_Head _gc_head;
139747 : : struct {
139748 : : PyObject_VAR_HEAD
139749 : : PyObject *ob_item[1];
139750 : : }_object;
139751 : : }
139752 : : importlib_machinery_toplevel_consts_10 = {
139753 : : ._object = {
139754 : : .ob_base = {
139755 : : .ob_base = {
139756 : : .ob_refcnt = 999999999,
139757 : : .ob_type = &PyTuple_Type,
139758 : : },
139759 : : .ob_size = 1,
139760 : : },
139761 : : .ob_item = {
139762 : : & const_str_SourcelessFileLoader._ascii.ob_base,
139763 : : },
139764 : : },
139765 : : };
139766 : : static
139767 : : struct {
139768 : : PyGC_Head _gc_head;
139769 : : struct {
139770 : : PyObject_VAR_HEAD
139771 : : PyObject *ob_item[1];
139772 : : }_object;
139773 : : }
139774 : : importlib_machinery_toplevel_consts_11 = {
139775 : : ._object = {
139776 : : .ob_base = {
139777 : : .ob_base = {
139778 : : .ob_refcnt = 999999999,
139779 : : .ob_type = &PyTuple_Type,
139780 : : },
139781 : : .ob_size = 1,
139782 : : },
139783 : : .ob_item = {
139784 : : & const_str_ExtensionFileLoader._ascii.ob_base,
139785 : : },
139786 : : },
139787 : : };
139788 : : static
139789 : : struct {
139790 : : PyGC_Head _gc_head;
139791 : : struct {
139792 : : PyObject_VAR_HEAD
139793 : : PyObject *ob_item[1];
139794 : : }_object;
139795 : : }
139796 : : importlib_machinery_toplevel_consts_12 = {
139797 : : ._object = {
139798 : : .ob_base = {
139799 : : .ob_base = {
139800 : : .ob_refcnt = 999999999,
139801 : : .ob_type = &PyTuple_Type,
139802 : : },
139803 : : .ob_size = 1,
139804 : : },
139805 : : .ob_item = {
139806 : : & const_str_NamespaceLoader._ascii.ob_base,
139807 : : },
139808 : : },
139809 : : };
139810 : : static
139811 : : struct {
139812 : : PyASCIIObject _ascii;
139813 : : uint8_t _data[66];
139814 : : }
139815 : : importlib_machinery_toplevel_consts_13_consts_0 = {
139816 : : ._ascii = {
139817 : : .ob_base = {
139818 : : .ob_refcnt = 999999999,
139819 : : .ob_type = &PyUnicode_Type,
139820 : : },
139821 : : .length = 65,
139822 : : .hash = -1,
139823 : : .state = {
139824 : : .kind = 1,
139825 : : .compact = 1,
139826 : : .ascii = 1,
139827 : : },
139828 : : },
139829 : : ._data = "Returns a list of all recognized module suffixes for this process",
139830 : : };
139831 : : static
139832 : : struct {
139833 : : PyGC_Head _gc_head;
139834 : : struct {
139835 : : PyObject_VAR_HEAD
139836 : : PyObject *ob_item[1];
139837 : : }_object;
139838 : : }
139839 : : importlib_machinery_toplevel_consts_13_consts = {
139840 : : ._object = {
139841 : : .ob_base = {
139842 : : .ob_base = {
139843 : : .ob_refcnt = 999999999,
139844 : : .ob_type = &PyTuple_Type,
139845 : : },
139846 : : .ob_size = 1,
139847 : : },
139848 : : .ob_item = {
139849 : : & importlib_machinery_toplevel_consts_13_consts_0._ascii.ob_base,
139850 : : },
139851 : : },
139852 : : };
139853 : : static
139854 : : struct {
139855 : : PyGC_Head _gc_head;
139856 : : struct {
139857 : : PyObject_VAR_HEAD
139858 : : PyObject *ob_item[3];
139859 : : }_object;
139860 : : }
139861 : : importlib_machinery_toplevel_consts_13_names = {
139862 : : ._object = {
139863 : : .ob_base = {
139864 : : .ob_base = {
139865 : : .ob_refcnt = 999999999,
139866 : : .ob_type = &PyTuple_Type,
139867 : : },
139868 : : .ob_size = 3,
139869 : : },
139870 : : .ob_item = {
139871 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
139872 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
139873 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
139874 : : },
139875 : : },
139876 : : };
139877 : : static
139878 : : struct {
139879 : : PyASCIIObject _ascii;
139880 : : uint8_t _data[29];
139881 : : }
139882 : : importlib_machinery_toplevel_consts_13_filename = {
139883 : : ._ascii = {
139884 : : .ob_base = {
139885 : : .ob_refcnt = 999999999,
139886 : : .ob_type = &PyUnicode_Type,
139887 : : },
139888 : : .length = 28,
139889 : : .hash = -1,
139890 : : .state = {
139891 : : .kind = 1,
139892 : : .compact = 1,
139893 : : .ascii = 1,
139894 : : },
139895 : : },
139896 : : ._data = "<frozen importlib.machinery>",
139897 : : };
139898 : : static
139899 : : struct {
139900 : : PyASCIIObject _ascii;
139901 : : uint8_t _data[13];
139902 : : }
139903 : : const_str_all_suffixes = {
139904 : : ._ascii = {
139905 : : .ob_base = {
139906 : : .ob_refcnt = 999999999,
139907 : : .ob_type = &PyUnicode_Type,
139908 : : },
139909 : : .length = 12,
139910 : : .hash = -1,
139911 : : .state = {
139912 : : .kind = 1,
139913 : : .compact = 1,
139914 : : .ascii = 1,
139915 : : },
139916 : : },
139917 : : ._data = "all_suffixes",
139918 : : };
139919 : : static
139920 : : struct {
139921 : : PyObject_VAR_HEAD
139922 : : Py_hash_t ob_shash;
139923 : : char ob_sval[21];
139924 : : }
139925 : : importlib_machinery_toplevel_consts_13_linetable = {
139926 : : .ob_base = {
139927 : : .ob_base = {
139928 : : .ob_refcnt = 999999999,
139929 : : .ob_type = &PyBytes_Type,
139930 : : },
139931 : : .ob_size = 20,
139932 : : },
139933 : : .ob_shash = -1,
139934 : : .ob_sval = "\x80\x00\xe5\x0b\x1a\xd5\x1d\x2e\xd1\x0b\x2e\xd5\x31\x43\xd1\x0b\x43\xd0\x04\x43",
139935 : : };
139936 : : static
139937 : : struct _PyCode_DEF(48)
139938 : : importlib_machinery_toplevel_consts_13 = {
139939 : : .ob_base = {
139940 : : .ob_base = {
139941 : : .ob_refcnt = 999999999,
139942 : : .ob_type = &PyCode_Type,
139943 : : },
139944 : : .ob_size = 24,
139945 : : },
139946 : : .co_consts = & importlib_machinery_toplevel_consts_13_consts._object.ob_base.ob_base,
139947 : : .co_names = & importlib_machinery_toplevel_consts_13_names._object.ob_base.ob_base,
139948 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
139949 : : .co_flags = 3,
139950 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
139951 : : ._co_linearray_entry_size = 0,
139952 : : .co_argcount = 0,
139953 : : .co_posonlyargcount = 0,
139954 : : .co_kwonlyargcount = 0,
139955 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
139956 : : .co_stacksize = 2,
139957 : : .co_firstlineno = 18,
139958 : : .co_nlocalsplus = 0,
139959 : : .co_nlocals = 0,
139960 : : .co_nplaincellvars = 0,
139961 : : .co_ncellvars = 0,
139962 : : .co_nfreevars = 0,
139963 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
139964 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
139965 : : .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
139966 : : .co_name = & const_str_all_suffixes._ascii.ob_base,
139967 : : .co_qualname = & const_str_all_suffixes._ascii.ob_base,
139968 : : .co_linetable = & importlib_machinery_toplevel_consts_13_linetable.ob_base.ob_base,
139969 : : ._co_code = NULL,
139970 : : ._co_linearray = NULL,
139971 : : .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",
139972 : : ._co_firsttraceable = 0,
139973 : : };
139974 : : static
139975 : : struct {
139976 : : PyGC_Head _gc_head;
139977 : : struct {
139978 : : PyObject_VAR_HEAD
139979 : : PyObject *ob_item[15];
139980 : : }_object;
139981 : : }
139982 : : importlib_machinery_toplevel_consts = {
139983 : : ._object = {
139984 : : .ob_base = {
139985 : : .ob_base = {
139986 : : .ob_refcnt = 999999999,
139987 : : .ob_type = &PyTuple_Type,
139988 : : },
139989 : : .ob_size = 15,
139990 : : },
139991 : : .ob_item = {
139992 : : & importlib_machinery_toplevel_consts_0._ascii.ob_base,
139993 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 1],
139994 : : & importlib_machinery_toplevel_consts_2._object.ob_base.ob_base,
139995 : : & importlib_machinery_toplevel_consts_3._object.ob_base.ob_base,
139996 : : & importlib_machinery_toplevel_consts_4._object.ob_base.ob_base,
139997 : : & importlib_machinery_toplevel_consts_5._object.ob_base.ob_base,
139998 : : & importlib_machinery_toplevel_consts_6._object.ob_base.ob_base,
139999 : : & importlib_machinery_toplevel_consts_7._object.ob_base.ob_base,
140000 : : & importlib_machinery_toplevel_consts_8._object.ob_base.ob_base,
140001 : : & importlib_machinery_toplevel_consts_9._object.ob_base.ob_base,
140002 : : & importlib_machinery_toplevel_consts_10._object.ob_base.ob_base,
140003 : : & importlib_machinery_toplevel_consts_11._object.ob_base.ob_base,
140004 : : & importlib_machinery_toplevel_consts_12._object.ob_base.ob_base,
140005 : : & importlib_machinery_toplevel_consts_13.ob_base.ob_base,
140006 : : Py_None,
140007 : : },
140008 : : },
140009 : : };
140010 : : static
140011 : : struct {
140012 : : PyGC_Head _gc_head;
140013 : : struct {
140014 : : PyObject_VAR_HEAD
140015 : : PyObject *ob_item[19];
140016 : : }_object;
140017 : : }
140018 : : importlib_machinery_toplevel_names = {
140019 : : ._object = {
140020 : : .ob_base = {
140021 : : .ob_base = {
140022 : : .ob_refcnt = 999999999,
140023 : : .ob_type = &PyTuple_Type,
140024 : : },
140025 : : .ob_size = 19,
140026 : : },
140027 : : .ob_item = {
140028 : : &_Py_ID(__doc__),
140029 : : &_Py_ID(_bootstrap),
140030 : : & const_str_ModuleSpec._ascii.ob_base,
140031 : : & const_str_BuiltinImporter._ascii.ob_base,
140032 : : & const_str_FrozenImporter._ascii.ob_base,
140033 : : & const_str__bootstrap_external._ascii.ob_base,
140034 : : & const_str_SOURCE_SUFFIXES._ascii.ob_base,
140035 : : & const_str_DEBUG_BYTECODE_SUFFIXES._ascii.ob_base,
140036 : : & const_str_OPTIMIZED_BYTECODE_SUFFIXES._ascii.ob_base,
140037 : : & const_str_BYTECODE_SUFFIXES._ascii.ob_base,
140038 : : & const_str_EXTENSION_SUFFIXES._ascii.ob_base,
140039 : : & const_str_WindowsRegistryFinder._ascii.ob_base,
140040 : : & const_str_PathFinder._ascii.ob_base,
140041 : : & const_str_FileFinder._ascii.ob_base,
140042 : : & const_str_SourceFileLoader._ascii.ob_base,
140043 : : & const_str_SourcelessFileLoader._ascii.ob_base,
140044 : : & const_str_ExtensionFileLoader._ascii.ob_base,
140045 : : & const_str_NamespaceLoader._ascii.ob_base,
140046 : : & const_str_all_suffixes._ascii.ob_base,
140047 : : },
140048 : : },
140049 : : };
140050 : : static
140051 : : struct {
140052 : : PyObject_VAR_HEAD
140053 : : Py_hash_t ob_shash;
140054 : : char ob_sval[294];
140055 : : }
140056 : : importlib_machinery_toplevel_linetable = {
140057 : : .ob_base = {
140058 : : .ob_base = {
140059 : : .ob_refcnt = 999999999,
140060 : : .ob_type = &PyBytes_Type,
140061 : : },
140062 : : .ob_size = 293,
140063 : : },
140064 : : .ob_shash = -1,
140065 : : .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",
140066 : : };
140067 : : static
140068 : : struct _PyCode_DEF(164)
140069 : : importlib_machinery_toplevel = {
140070 : : .ob_base = {
140071 : : .ob_base = {
140072 : : .ob_refcnt = 999999999,
140073 : : .ob_type = &PyCode_Type,
140074 : : },
140075 : : .ob_size = 82,
140076 : : },
140077 : : .co_consts = & importlib_machinery_toplevel_consts._object.ob_base.ob_base,
140078 : : .co_names = & importlib_machinery_toplevel_names._object.ob_base.ob_base,
140079 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140080 : : .co_flags = 0,
140081 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140082 : : ._co_linearray_entry_size = 0,
140083 : : .co_argcount = 0,
140084 : : .co_posonlyargcount = 0,
140085 : : .co_kwonlyargcount = 0,
140086 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
140087 : : .co_stacksize = 2,
140088 : : .co_firstlineno = 1,
140089 : : .co_nlocalsplus = 0,
140090 : : .co_nlocals = 0,
140091 : : .co_nplaincellvars = 0,
140092 : : .co_ncellvars = 0,
140093 : : .co_nfreevars = 0,
140094 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
140095 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
140096 : : .co_filename = & importlib_machinery_toplevel_consts_13_filename._ascii.ob_base,
140097 : : .co_name = &_Py_STR(anon_module),
140098 : : .co_qualname = &_Py_STR(anon_module),
140099 : : .co_linetable = & importlib_machinery_toplevel_linetable.ob_base.ob_base,
140100 : : ._co_code = NULL,
140101 : : ._co_linearray = NULL,
140102 : : .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",
140103 : : ._co_firsttraceable = 0,
140104 : : };
140105 : 1698 : static void importlib_machinery_do_patchups(void) {
140106 : 1698 : }
140107 : :
140108 : : PyObject *
140109 : 1698 : _Py_get_importlib_machinery_toplevel(void)
140110 : : {
140111 : 1698 : importlib_machinery_do_patchups();
140112 : 1698 : return Py_NewRef((PyObject *) &importlib_machinery_toplevel);
140113 : : }
140114 : :
140115 : : static
140116 : : struct {
140117 : : PyASCIIObject _ascii;
140118 : : uint8_t _data[347];
140119 : : }
140120 : : runpy_toplevel_consts_0 = {
140121 : : ._ascii = {
140122 : : .ob_base = {
140123 : : .ob_refcnt = 999999999,
140124 : : .ob_type = &PyUnicode_Type,
140125 : : },
140126 : : .length = 346,
140127 : : .hash = -1,
140128 : : .state = {
140129 : : .kind = 1,
140130 : : .compact = 1,
140131 : : .ascii = 1,
140132 : : },
140133 : : },
140134 : : ._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",
140135 : : };
140136 : : static
140137 : : struct {
140138 : : PyASCIIObject _ascii;
140139 : : uint8_t _data[11];
140140 : : }
140141 : : const_str_run_module = {
140142 : : ._ascii = {
140143 : : .ob_base = {
140144 : : .ob_refcnt = 999999999,
140145 : : .ob_type = &PyUnicode_Type,
140146 : : },
140147 : : .length = 10,
140148 : : .hash = -1,
140149 : : .state = {
140150 : : .kind = 1,
140151 : : .compact = 1,
140152 : : .ascii = 1,
140153 : : },
140154 : : },
140155 : : ._data = "run_module",
140156 : : };
140157 : : static
140158 : : struct {
140159 : : PyASCIIObject _ascii;
140160 : : uint8_t _data[9];
140161 : : }
140162 : : const_str_run_path = {
140163 : : ._ascii = {
140164 : : .ob_base = {
140165 : : .ob_refcnt = 999999999,
140166 : : .ob_type = &PyUnicode_Type,
140167 : : },
140168 : : .length = 8,
140169 : : .hash = -1,
140170 : : .state = {
140171 : : .kind = 1,
140172 : : .compact = 1,
140173 : : .ascii = 1,
140174 : : },
140175 : : },
140176 : : ._data = "run_path",
140177 : : };
140178 : : static
140179 : : struct {
140180 : : PyASCIIObject _ascii;
140181 : : uint8_t _data[12];
140182 : : }
140183 : : const_str__TempModule = {
140184 : : ._ascii = {
140185 : : .ob_base = {
140186 : : .ob_refcnt = 999999999,
140187 : : .ob_type = &PyUnicode_Type,
140188 : : },
140189 : : .length = 11,
140190 : : .hash = -1,
140191 : : .state = {
140192 : : .kind = 1,
140193 : : .compact = 1,
140194 : : .ascii = 1,
140195 : : },
140196 : : },
140197 : : ._data = "_TempModule",
140198 : : };
140199 : : static
140200 : : struct {
140201 : : PyASCIIObject _ascii;
140202 : : uint8_t _data[68];
140203 : : }
140204 : : runpy_toplevel_consts_5_consts_1 = {
140205 : : ._ascii = {
140206 : : .ob_base = {
140207 : : .ob_refcnt = 999999999,
140208 : : .ob_type = &PyUnicode_Type,
140209 : : },
140210 : : .length = 67,
140211 : : .hash = -1,
140212 : : .state = {
140213 : : .kind = 1,
140214 : : .compact = 1,
140215 : : .ascii = 1,
140216 : : },
140217 : : },
140218 : : ._data = "Temporarily replace a module in sys.modules with an empty namespace",
140219 : : };
140220 : : static
140221 : : struct {
140222 : : PyASCIIObject _ascii;
140223 : : uint8_t _data[9];
140224 : : }
140225 : : const_str_mod_name = {
140226 : : ._ascii = {
140227 : : .ob_base = {
140228 : : .ob_refcnt = 999999999,
140229 : : .ob_type = &PyUnicode_Type,
140230 : : },
140231 : : .length = 8,
140232 : : .hash = -1,
140233 : : .state = {
140234 : : .kind = 1,
140235 : : .compact = 1,
140236 : : .ascii = 1,
140237 : : },
140238 : : },
140239 : : ._data = "mod_name",
140240 : : };
140241 : : static
140242 : : struct {
140243 : : PyASCIIObject _ascii;
140244 : : uint8_t _data[14];
140245 : : }
140246 : : const_str__saved_module = {
140247 : : ._ascii = {
140248 : : .ob_base = {
140249 : : .ob_refcnt = 999999999,
140250 : : .ob_type = &PyUnicode_Type,
140251 : : },
140252 : : .length = 13,
140253 : : .hash = -1,
140254 : : .state = {
140255 : : .kind = 1,
140256 : : .compact = 1,
140257 : : .ascii = 1,
140258 : : },
140259 : : },
140260 : : ._data = "_saved_module",
140261 : : };
140262 : : static
140263 : : struct {
140264 : : PyGC_Head _gc_head;
140265 : : struct {
140266 : : PyObject_VAR_HEAD
140267 : : PyObject *ob_item[4];
140268 : : }_object;
140269 : : }
140270 : : runpy_toplevel_consts_5_consts_2_names = {
140271 : : ._object = {
140272 : : .ob_base = {
140273 : : .ob_base = {
140274 : : .ob_refcnt = 999999999,
140275 : : .ob_type = &PyTuple_Type,
140276 : : },
140277 : : .ob_size = 4,
140278 : : },
140279 : : .ob_item = {
140280 : : & const_str_mod_name._ascii.ob_base,
140281 : : & const_str_ModuleType._ascii.ob_base,
140282 : : & const_str_module._ascii.ob_base,
140283 : : & const_str__saved_module._ascii.ob_base,
140284 : : },
140285 : : },
140286 : : };
140287 : : static
140288 : : struct {
140289 : : PyASCIIObject _ascii;
140290 : : uint8_t _data[15];
140291 : : }
140292 : : runpy_toplevel_consts_5_consts_2_filename = {
140293 : : ._ascii = {
140294 : : .ob_base = {
140295 : : .ob_refcnt = 999999999,
140296 : : .ob_type = &PyUnicode_Type,
140297 : : },
140298 : : .length = 14,
140299 : : .hash = -1,
140300 : : .state = {
140301 : : .kind = 1,
140302 : : .compact = 1,
140303 : : .ascii = 1,
140304 : : },
140305 : : },
140306 : : ._data = "<frozen runpy>",
140307 : : };
140308 : : static
140309 : : struct {
140310 : : PyASCIIObject _ascii;
140311 : : uint8_t _data[21];
140312 : : }
140313 : : runpy_toplevel_consts_5_consts_2_qualname = {
140314 : : ._ascii = {
140315 : : .ob_base = {
140316 : : .ob_refcnt = 999999999,
140317 : : .ob_type = &PyUnicode_Type,
140318 : : },
140319 : : .length = 20,
140320 : : .hash = -1,
140321 : : .state = {
140322 : : .kind = 1,
140323 : : .compact = 1,
140324 : : .ascii = 1,
140325 : : },
140326 : : },
140327 : : ._data = "_TempModule.__init__",
140328 : : };
140329 : : static
140330 : : struct {
140331 : : PyObject_VAR_HEAD
140332 : : Py_hash_t ob_shash;
140333 : : char ob_sval[36];
140334 : : }
140335 : : runpy_toplevel_consts_5_consts_2_linetable = {
140336 : : .ob_base = {
140337 : : .ob_base = {
140338 : : .ob_refcnt = 999999999,
140339 : : .ob_type = &PyBytes_Type,
140340 : : },
140341 : : .ob_size = 35,
140342 : : },
140343 : : .ob_shash = -1,
140344 : : .ob_sval = "\x80\x00\xd8\x18\x20\x88\x04\x8c\x0d\xdd\x16\x20\xa0\x18\xd4\x16\x2a\x88\x04\x8c\x0b\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
140345 : : };
140346 : : static
140347 : : struct {
140348 : : PyGC_Head _gc_head;
140349 : : struct {
140350 : : PyObject_VAR_HEAD
140351 : : PyObject *ob_item[2];
140352 : : }_object;
140353 : : }
140354 : : runpy_toplevel_consts_5_consts_2_localsplusnames = {
140355 : : ._object = {
140356 : : .ob_base = {
140357 : : .ob_base = {
140358 : : .ob_refcnt = 999999999,
140359 : : .ob_type = &PyTuple_Type,
140360 : : },
140361 : : .ob_size = 2,
140362 : : },
140363 : : .ob_item = {
140364 : : & const_str_self._ascii.ob_base,
140365 : : & const_str_mod_name._ascii.ob_base,
140366 : : },
140367 : : },
140368 : : };
140369 : : static
140370 : : struct _PyCode_DEF(70)
140371 : : runpy_toplevel_consts_5_consts_2 = {
140372 : : .ob_base = {
140373 : : .ob_base = {
140374 : : .ob_refcnt = 999999999,
140375 : : .ob_type = &PyCode_Type,
140376 : : },
140377 : : .ob_size = 35,
140378 : : },
140379 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
140380 : : .co_names = & runpy_toplevel_consts_5_consts_2_names._object.ob_base.ob_base,
140381 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140382 : : .co_flags = 3,
140383 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140384 : : ._co_linearray_entry_size = 0,
140385 : : .co_argcount = 2,
140386 : : .co_posonlyargcount = 0,
140387 : : .co_kwonlyargcount = 0,
140388 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
140389 : : .co_stacksize = 3,
140390 : : .co_firstlineno = 28,
140391 : : .co_nlocalsplus = 2,
140392 : : .co_nlocals = 2,
140393 : : .co_nplaincellvars = 0,
140394 : : .co_ncellvars = 0,
140395 : : .co_nfreevars = 0,
140396 : : .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
140397 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
140398 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
140399 : : .co_name = &_Py_ID(__init__),
140400 : : .co_qualname = & runpy_toplevel_consts_5_consts_2_qualname._ascii.ob_base,
140401 : : .co_linetable = & runpy_toplevel_consts_5_consts_2_linetable.ob_base.ob_base,
140402 : : ._co_code = NULL,
140403 : : ._co_linearray = NULL,
140404 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x67\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
140405 : : ._co_firsttraceable = 0,
140406 : : };
140407 : : static
140408 : : struct {
140409 : : PyGC_Head _gc_head;
140410 : : struct {
140411 : : PyObject_VAR_HEAD
140412 : : PyObject *ob_item[7];
140413 : : }_object;
140414 : : }
140415 : : runpy_toplevel_consts_5_consts_3_names = {
140416 : : ._object = {
140417 : : .ob_base = {
140418 : : .ob_base = {
140419 : : .ob_refcnt = 999999999,
140420 : : .ob_type = &PyTuple_Type,
140421 : : },
140422 : : .ob_size = 7,
140423 : : },
140424 : : .ob_item = {
140425 : : & const_str_mod_name._ascii.ob_base,
140426 : : & const_str__saved_module._ascii.ob_base,
140427 : : &_Py_ID(append),
140428 : : & const_str_sys._ascii.ob_base,
140429 : : &_Py_ID(modules),
140430 : : & const_str_KeyError._ascii.ob_base,
140431 : : & const_str_module._ascii.ob_base,
140432 : : },
140433 : : },
140434 : : };
140435 : : static
140436 : : struct {
140437 : : PyASCIIObject _ascii;
140438 : : uint8_t _data[22];
140439 : : }
140440 : : runpy_toplevel_consts_5_consts_3_qualname = {
140441 : : ._ascii = {
140442 : : .ob_base = {
140443 : : .ob_refcnt = 999999999,
140444 : : .ob_type = &PyUnicode_Type,
140445 : : },
140446 : : .length = 21,
140447 : : .hash = -1,
140448 : : .state = {
140449 : : .kind = 1,
140450 : : .compact = 1,
140451 : : .ascii = 1,
140452 : : },
140453 : : },
140454 : : ._data = "_TempModule.__enter__",
140455 : : };
140456 : : static
140457 : : struct {
140458 : : PyObject_VAR_HEAD
140459 : : Py_hash_t ob_shash;
140460 : : char ob_sval[108];
140461 : : }
140462 : : runpy_toplevel_consts_5_consts_3_linetable = {
140463 : : .ob_base = {
140464 : : .ob_base = {
140465 : : .ob_refcnt = 999999999,
140466 : : .ob_type = &PyBytes_Type,
140467 : : },
140468 : : .ob_size = 107,
140469 : : },
140470 : : .ob_shash = -1,
140471 : : .ob_sval = "\x80\x00\xd8\x13\x17\x97\x3d\x91\x3d\x88\x08\xf0\x02\x03\x09\x11\xd8\x0c\x10\xd7\x0c\x1e\xd1\x0c\x1e\xd7\x0c\x25\xd1\x0c\x25\xa5\x63\xa7\x6b\xa1\x6b\xb0\x28\xd4\x26\x3b\xd4\x0c\x3c\xd0\x0c\x3c\xf0\x06\x00\x21\x25\xa7\x0b\xa1\x0b\x8d\x03\x8f\x0b\x89\x0b\x90\x48\xd1\x08\x1d\xd8\x0f\x13\x88\x0b\xf8\xf5\x07\x00\x10\x18\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xf0\x00\x01\x09\x11\xd8\x0c\x10\x88\x44\xf0\x03\x01\x09\x11\xf8\xf8\xf8",
140472 : : };
140473 : : static
140474 : : struct {
140475 : : PyObject_VAR_HEAD
140476 : : Py_hash_t ob_shash;
140477 : : char ob_sval[18];
140478 : : }
140479 : : runpy_toplevel_consts_5_consts_3_exceptiontable = {
140480 : : .ob_base = {
140481 : : .ob_base = {
140482 : : .ob_refcnt = 999999999,
140483 : : .ob_type = &PyBytes_Type,
140484 : : },
140485 : : .ob_size = 17,
140486 : : },
140487 : : .ob_shash = -1,
140488 : : .ob_sval = "\x8e\x31\x41\x1f\x00\xc1\x1f\x0a\x41\x2c\x03\xc1\x2b\x01\x41\x2c\x03",
140489 : : };
140490 : : static
140491 : : struct _PyCode_DEF(222)
140492 : : runpy_toplevel_consts_5_consts_3 = {
140493 : : .ob_base = {
140494 : : .ob_base = {
140495 : : .ob_refcnt = 999999999,
140496 : : .ob_type = &PyCode_Type,
140497 : : },
140498 : : .ob_size = 111,
140499 : : },
140500 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
140501 : : .co_names = & runpy_toplevel_consts_5_consts_3_names._object.ob_base.ob_base,
140502 : : .co_exceptiontable = & runpy_toplevel_consts_5_consts_3_exceptiontable.ob_base.ob_base,
140503 : : .co_flags = 3,
140504 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140505 : : ._co_linearray_entry_size = 0,
140506 : : .co_argcount = 1,
140507 : : .co_posonlyargcount = 0,
140508 : : .co_kwonlyargcount = 0,
140509 : : .co_framesize = 6 + FRAME_SPECIALS_SIZE,
140510 : : .co_stacksize = 4,
140511 : : .co_firstlineno = 33,
140512 : : .co_nlocalsplus = 2,
140513 : : .co_nlocals = 2,
140514 : : .co_nplaincellvars = 0,
140515 : : .co_ncellvars = 0,
140516 : : .co_nfreevars = 0,
140517 : : .co_localsplusnames = & runpy_toplevel_consts_5_consts_2_localsplusnames._object.ob_base.ob_base,
140518 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
140519 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
140520 : : .co_name = &_Py_ID(__enter__),
140521 : : .co_qualname = & runpy_toplevel_consts_5_consts_3_qualname._ascii.ob_base,
140522 : : .co_linetable = & runpy_toplevel_consts_5_consts_3_linetable.ob_base.ob_base,
140523 : : ._co_code = NULL,
140524 : : ._co_linearray = NULL,
140525 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x01\x09\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x7c\x00\x53\x00\x23\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x8c\x2c\x77\x00\x78\x03\x59\x00\x77\x01",
140526 : : ._co_firsttraceable = 0,
140527 : : };
140528 : : static
140529 : : struct {
140530 : : PyGC_Head _gc_head;
140531 : : struct {
140532 : : PyObject_VAR_HEAD
140533 : : PyObject *ob_item[4];
140534 : : }_object;
140535 : : }
140536 : : runpy_toplevel_consts_5_consts_4_names = {
140537 : : ._object = {
140538 : : .ob_base = {
140539 : : .ob_base = {
140540 : : .ob_refcnt = 999999999,
140541 : : .ob_type = &PyTuple_Type,
140542 : : },
140543 : : .ob_size = 4,
140544 : : },
140545 : : .ob_item = {
140546 : : & const_str__saved_module._ascii.ob_base,
140547 : : & const_str_sys._ascii.ob_base,
140548 : : &_Py_ID(modules),
140549 : : & const_str_mod_name._ascii.ob_base,
140550 : : },
140551 : : },
140552 : : };
140553 : : static
140554 : : struct {
140555 : : PyASCIIObject _ascii;
140556 : : uint8_t _data[21];
140557 : : }
140558 : : runpy_toplevel_consts_5_consts_4_qualname = {
140559 : : ._ascii = {
140560 : : .ob_base = {
140561 : : .ob_refcnt = 999999999,
140562 : : .ob_type = &PyUnicode_Type,
140563 : : },
140564 : : .length = 20,
140565 : : .hash = -1,
140566 : : .state = {
140567 : : .kind = 1,
140568 : : .compact = 1,
140569 : : .ascii = 1,
140570 : : },
140571 : : },
140572 : : ._data = "_TempModule.__exit__",
140573 : : };
140574 : : static
140575 : : struct {
140576 : : PyObject_VAR_HEAD
140577 : : Py_hash_t ob_shash;
140578 : : char ob_sval[79];
140579 : : }
140580 : : runpy_toplevel_consts_5_consts_4_linetable = {
140581 : : .ob_base = {
140582 : : .ob_base = {
140583 : : .ob_refcnt = 999999999,
140584 : : .ob_type = &PyBytes_Type,
140585 : : },
140586 : : .ob_size = 78,
140587 : : },
140588 : : .ob_shash = -1,
140589 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\xd7\x0b\x1d\xd1\x0b\x1d\xf0\x00\x03\x09\x2b\xd8\x29\x2d\xd7\x29\x3b\xd1\x29\x3b\xb8\x41\xd4\x29\x3e\x8d\x43\x8f\x4b\x89\x4b\x98\x04\x9f\x0d\x99\x0d\xd1\x0c\x26\xd0\x0c\x26\xe5\x10\x13\x97\x0b\x91\x0b\x98\x44\x9f\x4d\x99\x4d\xd0\x10\x2a\xd8\x1d\x1f\x88\x04\xd4\x08\x1a\xd0\x08\x1a\xd0\x08\x1a",
140590 : : };
140591 : : static
140592 : : struct _PyCode_DEF(194)
140593 : : runpy_toplevel_consts_5_consts_4 = {
140594 : : .ob_base = {
140595 : : .ob_base = {
140596 : : .ob_refcnt = 999999999,
140597 : : .ob_type = &PyCode_Type,
140598 : : },
140599 : : .ob_size = 97,
140600 : : },
140601 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
140602 : : .co_names = & runpy_toplevel_consts_5_consts_4_names._object.ob_base.ob_base,
140603 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140604 : : .co_flags = 7,
140605 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140606 : : ._co_linearray_entry_size = 0,
140607 : : .co_argcount = 1,
140608 : : .co_posonlyargcount = 0,
140609 : : .co_kwonlyargcount = 0,
140610 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
140611 : : .co_stacksize = 3,
140612 : : .co_firstlineno = 42,
140613 : : .co_nlocalsplus = 2,
140614 : : .co_nlocals = 2,
140615 : : .co_nplaincellvars = 0,
140616 : : .co_ncellvars = 0,
140617 : : .co_nfreevars = 0,
140618 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
140619 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
140620 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
140621 : : .co_name = &_Py_ID(__exit__),
140622 : : .co_qualname = & runpy_toplevel_consts_5_consts_4_qualname._ascii.ob_base,
140623 : : .co_linetable = & runpy_toplevel_consts_5_consts_4_linetable.ob_base.ob_base,
140624 : : ._co_code = NULL,
140625 : : ._co_linearray = NULL,
140626 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x72\x2f\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3c\x00\x00\x00\x6e\x1c\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x3d\x00\x67\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
140627 : : ._co_firsttraceable = 0,
140628 : : };
140629 : : static
140630 : : struct {
140631 : : PyGC_Head _gc_head;
140632 : : struct {
140633 : : PyObject_VAR_HEAD
140634 : : PyObject *ob_item[6];
140635 : : }_object;
140636 : : }
140637 : : runpy_toplevel_consts_5_consts = {
140638 : : ._object = {
140639 : : .ob_base = {
140640 : : .ob_base = {
140641 : : .ob_refcnt = 999999999,
140642 : : .ob_type = &PyTuple_Type,
140643 : : },
140644 : : .ob_size = 6,
140645 : : },
140646 : : .ob_item = {
140647 : : & const_str__TempModule._ascii.ob_base,
140648 : : & runpy_toplevel_consts_5_consts_1._ascii.ob_base,
140649 : : & runpy_toplevel_consts_5_consts_2.ob_base.ob_base,
140650 : : & runpy_toplevel_consts_5_consts_3.ob_base.ob_base,
140651 : : & runpy_toplevel_consts_5_consts_4.ob_base.ob_base,
140652 : : Py_None,
140653 : : },
140654 : : },
140655 : : };
140656 : : static
140657 : : struct {
140658 : : PyGC_Head _gc_head;
140659 : : struct {
140660 : : PyObject_VAR_HEAD
140661 : : PyObject *ob_item[7];
140662 : : }_object;
140663 : : }
140664 : : runpy_toplevel_consts_5_names = {
140665 : : ._object = {
140666 : : .ob_base = {
140667 : : .ob_base = {
140668 : : .ob_refcnt = 999999999,
140669 : : .ob_type = &PyTuple_Type,
140670 : : },
140671 : : .ob_size = 7,
140672 : : },
140673 : : .ob_item = {
140674 : : &_Py_ID(__name__),
140675 : : &_Py_ID(__module__),
140676 : : &_Py_ID(__qualname__),
140677 : : &_Py_ID(__doc__),
140678 : : &_Py_ID(__init__),
140679 : : &_Py_ID(__enter__),
140680 : : &_Py_ID(__exit__),
140681 : : },
140682 : : },
140683 : : };
140684 : : static
140685 : : struct {
140686 : : PyObject_VAR_HEAD
140687 : : Py_hash_t ob_shash;
140688 : : char ob_sval[72];
140689 : : }
140690 : : runpy_toplevel_consts_5_linetable = {
140691 : : .ob_base = {
140692 : : .ob_base = {
140693 : : .ob_refcnt = 999999999,
140694 : : .ob_type = &PyBytes_Type,
140695 : : },
140696 : : .ob_size = 71,
140697 : : },
140698 : : .ob_shash = -1,
140699 : : .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",
140700 : : };
140701 : : static
140702 : : struct _PyCode_DEF(36)
140703 : : runpy_toplevel_consts_5 = {
140704 : : .ob_base = {
140705 : : .ob_base = {
140706 : : .ob_refcnt = 999999999,
140707 : : .ob_type = &PyCode_Type,
140708 : : },
140709 : : .ob_size = 18,
140710 : : },
140711 : : .co_consts = & runpy_toplevel_consts_5_consts._object.ob_base.ob_base,
140712 : : .co_names = & runpy_toplevel_consts_5_names._object.ob_base.ob_base,
140713 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140714 : : .co_flags = 0,
140715 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140716 : : ._co_linearray_entry_size = 0,
140717 : : .co_argcount = 0,
140718 : : .co_posonlyargcount = 0,
140719 : : .co_kwonlyargcount = 0,
140720 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
140721 : : .co_stacksize = 1,
140722 : : .co_firstlineno = 26,
140723 : : .co_nlocalsplus = 0,
140724 : : .co_nlocals = 0,
140725 : : .co_nplaincellvars = 0,
140726 : : .co_ncellvars = 0,
140727 : : .co_nfreevars = 0,
140728 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
140729 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
140730 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
140731 : : .co_name = & const_str__TempModule._ascii.ob_base,
140732 : : .co_qualname = & const_str__TempModule._ascii.ob_base,
140733 : : .co_linetable = & runpy_toplevel_consts_5_linetable.ob_base.ob_base,
140734 : : ._co_code = NULL,
140735 : : ._co_linearray = NULL,
140736 : : .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",
140737 : : ._co_firsttraceable = 0,
140738 : : };
140739 : : static
140740 : : struct {
140741 : : PyASCIIObject _ascii;
140742 : : uint8_t _data[15];
140743 : : }
140744 : : const_str__ModifiedArgv0 = {
140745 : : ._ascii = {
140746 : : .ob_base = {
140747 : : .ob_refcnt = 999999999,
140748 : : .ob_type = &PyUnicode_Type,
140749 : : },
140750 : : .length = 14,
140751 : : .hash = -1,
140752 : : .state = {
140753 : : .kind = 1,
140754 : : .compact = 1,
140755 : : .ascii = 1,
140756 : : },
140757 : : },
140758 : : ._data = "_ModifiedArgv0",
140759 : : };
140760 : : static
140761 : : struct {
140762 : : PyASCIIObject _ascii;
140763 : : uint8_t _data[13];
140764 : : }
140765 : : const_str__saved_value = {
140766 : : ._ascii = {
140767 : : .ob_base = {
140768 : : .ob_refcnt = 999999999,
140769 : : .ob_type = &PyUnicode_Type,
140770 : : },
140771 : : .length = 12,
140772 : : .hash = -1,
140773 : : .state = {
140774 : : .kind = 1,
140775 : : .compact = 1,
140776 : : .ascii = 1,
140777 : : },
140778 : : },
140779 : : ._data = "_saved_value",
140780 : : };
140781 : : static
140782 : : struct {
140783 : : PyASCIIObject _ascii;
140784 : : uint8_t _data[10];
140785 : : }
140786 : : const_str__sentinel = {
140787 : : ._ascii = {
140788 : : .ob_base = {
140789 : : .ob_refcnt = 999999999,
140790 : : .ob_type = &PyUnicode_Type,
140791 : : },
140792 : : .length = 9,
140793 : : .hash = -1,
140794 : : .state = {
140795 : : .kind = 1,
140796 : : .compact = 1,
140797 : : .ascii = 1,
140798 : : },
140799 : : },
140800 : : ._data = "_sentinel",
140801 : : };
140802 : : static
140803 : : struct {
140804 : : PyGC_Head _gc_head;
140805 : : struct {
140806 : : PyObject_VAR_HEAD
140807 : : PyObject *ob_item[4];
140808 : : }_object;
140809 : : }
140810 : : runpy_toplevel_consts_7_consts_1_names = {
140811 : : ._object = {
140812 : : .ob_base = {
140813 : : .ob_base = {
140814 : : .ob_refcnt = 999999999,
140815 : : .ob_type = &PyTuple_Type,
140816 : : },
140817 : : .ob_size = 4,
140818 : : },
140819 : : .ob_item = {
140820 : : & const_str_value._ascii.ob_base,
140821 : : & const_str_object._ascii.ob_base,
140822 : : & const_str__saved_value._ascii.ob_base,
140823 : : & const_str__sentinel._ascii.ob_base,
140824 : : },
140825 : : },
140826 : : };
140827 : : static
140828 : : struct {
140829 : : PyASCIIObject _ascii;
140830 : : uint8_t _data[24];
140831 : : }
140832 : : runpy_toplevel_consts_7_consts_1_qualname = {
140833 : : ._ascii = {
140834 : : .ob_base = {
140835 : : .ob_refcnt = 999999999,
140836 : : .ob_type = &PyUnicode_Type,
140837 : : },
140838 : : .length = 23,
140839 : : .hash = -1,
140840 : : .state = {
140841 : : .kind = 1,
140842 : : .compact = 1,
140843 : : .ascii = 1,
140844 : : },
140845 : : },
140846 : : ._data = "_ModifiedArgv0.__init__",
140847 : : };
140848 : : static
140849 : : struct {
140850 : : PyObject_VAR_HEAD
140851 : : Py_hash_t ob_shash;
140852 : : char ob_sval[31];
140853 : : }
140854 : : runpy_toplevel_consts_7_consts_1_linetable = {
140855 : : .ob_base = {
140856 : : .ob_base = {
140857 : : .ob_refcnt = 999999999,
140858 : : .ob_type = &PyBytes_Type,
140859 : : },
140860 : : .ob_size = 30,
140861 : : },
140862 : : .ob_shash = -1,
140863 : : .ob_sval = "\x80\x00\xd8\x15\x1a\x88\x04\x8c\x0a\xdd\x2d\x33\xac\x58\xd0\x08\x35\x88\x04\xd4\x08\x19\x98\x44\x9c\x4e\x98\x4e\x98\x4e",
140864 : : };
140865 : : static
140866 : : struct _PyCode_DEF(68)
140867 : : runpy_toplevel_consts_7_consts_1 = {
140868 : : .ob_base = {
140869 : : .ob_base = {
140870 : : .ob_refcnt = 999999999,
140871 : : .ob_type = &PyCode_Type,
140872 : : },
140873 : : .ob_size = 34,
140874 : : },
140875 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
140876 : : .co_names = & runpy_toplevel_consts_7_consts_1_names._object.ob_base.ob_base,
140877 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
140878 : : .co_flags = 3,
140879 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
140880 : : ._co_linearray_entry_size = 0,
140881 : : .co_argcount = 2,
140882 : : .co_posonlyargcount = 0,
140883 : : .co_kwonlyargcount = 0,
140884 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
140885 : : .co_stacksize = 3,
140886 : : .co_firstlineno = 50,
140887 : : .co_nlocalsplus = 2,
140888 : : .co_nlocals = 2,
140889 : : .co_nplaincellvars = 0,
140890 : : .co_ncellvars = 0,
140891 : : .co_nfreevars = 0,
140892 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_11_localsplusnames._object.ob_base.ob_base,
140893 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
140894 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
140895 : : .co_name = &_Py_ID(__init__),
140896 : : .co_qualname = & runpy_toplevel_consts_7_consts_1_qualname._ascii.ob_base,
140897 : : .co_linetable = & runpy_toplevel_consts_7_consts_1_linetable.ob_base.ob_base,
140898 : : ._co_code = NULL,
140899 : : ._co_linearray = NULL,
140900 : : .co_code_adaptive = "\x97\x00\x7c\x01\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x78\x01\x7c\x00\x5f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x03\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x53\x00",
140901 : : ._co_firsttraceable = 0,
140902 : : };
140903 : : static
140904 : : struct {
140905 : : PyASCIIObject _ascii;
140906 : : uint8_t _data[31];
140907 : : }
140908 : : runpy_toplevel_consts_7_consts_2_consts_1 = {
140909 : : ._ascii = {
140910 : : .ob_base = {
140911 : : .ob_refcnt = 999999999,
140912 : : .ob_type = &PyUnicode_Type,
140913 : : },
140914 : : .length = 30,
140915 : : .hash = -1,
140916 : : .state = {
140917 : : .kind = 1,
140918 : : .compact = 1,
140919 : : .ascii = 1,
140920 : : },
140921 : : },
140922 : : ._data = "Already preserving saved value",
140923 : : };
140924 : : static
140925 : : struct {
140926 : : PyGC_Head _gc_head;
140927 : : struct {
140928 : : PyObject_VAR_HEAD
140929 : : PyObject *ob_item[3];
140930 : : }_object;
140931 : : }
140932 : : runpy_toplevel_consts_7_consts_2_consts = {
140933 : : ._object = {
140934 : : .ob_base = {
140935 : : .ob_base = {
140936 : : .ob_refcnt = 999999999,
140937 : : .ob_type = &PyTuple_Type,
140938 : : },
140939 : : .ob_size = 3,
140940 : : },
140941 : : .ob_item = {
140942 : : Py_None,
140943 : : & runpy_toplevel_consts_7_consts_2_consts_1._ascii.ob_base,
140944 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
140945 : : },
140946 : : },
140947 : : };
140948 : : static
140949 : : struct {
140950 : : PyGC_Head _gc_head;
140951 : : struct {
140952 : : PyObject_VAR_HEAD
140953 : : PyObject *ob_item[6];
140954 : : }_object;
140955 : : }
140956 : : runpy_toplevel_consts_7_consts_2_names = {
140957 : : ._object = {
140958 : : .ob_base = {
140959 : : .ob_base = {
140960 : : .ob_refcnt = 999999999,
140961 : : .ob_type = &PyTuple_Type,
140962 : : },
140963 : : .ob_size = 6,
140964 : : },
140965 : : .ob_item = {
140966 : : & const_str__saved_value._ascii.ob_base,
140967 : : & const_str__sentinel._ascii.ob_base,
140968 : : & const_str_RuntimeError._ascii.ob_base,
140969 : : & const_str_sys._ascii.ob_base,
140970 : : & const_str_argv._ascii.ob_base,
140971 : : & const_str_value._ascii.ob_base,
140972 : : },
140973 : : },
140974 : : };
140975 : : static
140976 : : struct {
140977 : : PyASCIIObject _ascii;
140978 : : uint8_t _data[25];
140979 : : }
140980 : : runpy_toplevel_consts_7_consts_2_qualname = {
140981 : : ._ascii = {
140982 : : .ob_base = {
140983 : : .ob_refcnt = 999999999,
140984 : : .ob_type = &PyUnicode_Type,
140985 : : },
140986 : : .length = 24,
140987 : : .hash = -1,
140988 : : .state = {
140989 : : .kind = 1,
140990 : : .compact = 1,
140991 : : .ascii = 1,
140992 : : },
140993 : : },
140994 : : ._data = "_ModifiedArgv0.__enter__",
140995 : : };
140996 : : static
140997 : : struct {
140998 : : PyObject_VAR_HEAD
140999 : : Py_hash_t ob_shash;
141000 : : char ob_sval[76];
141001 : : }
141002 : : runpy_toplevel_consts_7_consts_2_linetable = {
141003 : : .ob_base = {
141004 : : .ob_base = {
141005 : : .ob_refcnt = 999999999,
141006 : : .ob_type = &PyBytes_Type,
141007 : : },
141008 : : .ob_size = 75,
141009 : : },
141010 : : .ob_shash = -1,
141011 : : .ob_sval = "\x80\x00\xd8\x0b\x0f\xd7\x0b\x1c\xd1\x0b\x1c\xa0\x44\xa7\x4e\xa1\x4e\xd0\x0b\x32\xf0\x00\x01\x09\x41\x01\xdd\x12\x1e\xd0\x1f\x3f\xd4\x12\x40\xd0\x0c\x40\xdd\x1c\x1f\x9f\x48\x99\x48\xa0\x51\x9c\x4b\x88\x04\xd4\x08\x19\xd8\x16\x1a\x97\x6a\x91\x6a\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
141012 : : };
141013 : : static
141014 : : struct _PyCode_DEF(196)
141015 : : runpy_toplevel_consts_7_consts_2 = {
141016 : : .ob_base = {
141017 : : .ob_base = {
141018 : : .ob_refcnt = 999999999,
141019 : : .ob_type = &PyCode_Type,
141020 : : },
141021 : : .ob_size = 98,
141022 : : },
141023 : : .co_consts = & runpy_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
141024 : : .co_names = & runpy_toplevel_consts_7_consts_2_names._object.ob_base.ob_base,
141025 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141026 : : .co_flags = 3,
141027 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141028 : : ._co_linearray_entry_size = 0,
141029 : : .co_argcount = 1,
141030 : : .co_posonlyargcount = 0,
141031 : : .co_kwonlyargcount = 0,
141032 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
141033 : : .co_stacksize = 3,
141034 : : .co_firstlineno = 54,
141035 : : .co_nlocalsplus = 1,
141036 : : .co_nlocals = 1,
141037 : : .co_nplaincellvars = 0,
141038 : : .co_ncellvars = 0,
141039 : : .co_nfreevars = 0,
141040 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_7_consts_6_localsplusnames._object.ob_base.ob_base,
141041 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_characters[32]),
141042 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
141043 : : .co_name = &_Py_ID(__enter__),
141044 : : .co_qualname = & runpy_toplevel_consts_7_consts_2_qualname._ascii.ob_base,
141045 : : .co_linetable = & runpy_toplevel_consts_7_consts_2_linetable.ob_base.ob_base,
141046 : : ._co_code = NULL,
141047 : : ._co_linearray = NULL,
141048 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x75\x01\x72\x0d\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x02\x3c\x00\x00\x00\x64\x00\x53\x00",
141049 : : ._co_firsttraceable = 0,
141050 : : };
141051 : : static
141052 : : struct {
141053 : : PyGC_Head _gc_head;
141054 : : struct {
141055 : : PyObject_VAR_HEAD
141056 : : PyObject *ob_item[5];
141057 : : }_object;
141058 : : }
141059 : : runpy_toplevel_consts_7_consts_3_names = {
141060 : : ._object = {
141061 : : .ob_base = {
141062 : : .ob_base = {
141063 : : .ob_refcnt = 999999999,
141064 : : .ob_type = &PyTuple_Type,
141065 : : },
141066 : : .ob_size = 5,
141067 : : },
141068 : : .ob_item = {
141069 : : & const_str__sentinel._ascii.ob_base,
141070 : : & const_str_value._ascii.ob_base,
141071 : : & const_str__saved_value._ascii.ob_base,
141072 : : & const_str_sys._ascii.ob_base,
141073 : : & const_str_argv._ascii.ob_base,
141074 : : },
141075 : : },
141076 : : };
141077 : : static
141078 : : struct {
141079 : : PyASCIIObject _ascii;
141080 : : uint8_t _data[24];
141081 : : }
141082 : : runpy_toplevel_consts_7_consts_3_qualname = {
141083 : : ._ascii = {
141084 : : .ob_base = {
141085 : : .ob_refcnt = 999999999,
141086 : : .ob_type = &PyUnicode_Type,
141087 : : },
141088 : : .length = 23,
141089 : : .hash = -1,
141090 : : .state = {
141091 : : .kind = 1,
141092 : : .compact = 1,
141093 : : .ascii = 1,
141094 : : },
141095 : : },
141096 : : ._data = "_ModifiedArgv0.__exit__",
141097 : : };
141098 : : static
141099 : : struct {
141100 : : PyObject_VAR_HEAD
141101 : : Py_hash_t ob_shash;
141102 : : char ob_sval[37];
141103 : : }
141104 : : runpy_toplevel_consts_7_consts_3_linetable = {
141105 : : .ob_base = {
141106 : : .ob_base = {
141107 : : .ob_refcnt = 999999999,
141108 : : .ob_type = &PyBytes_Type,
141109 : : },
141110 : : .ob_size = 36,
141111 : : },
141112 : : .ob_shash = -1,
141113 : : .ob_sval = "\x80\x00\xd8\x15\x19\x97\x5e\x91\x5e\x88\x04\x8c\x0a\xd8\x16\x1a\xd7\x16\x27\xd1\x16\x27\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\x88\x0b\x88\x0b",
141114 : : };
141115 : : static
141116 : : struct _PyCode_DEF(100)
141117 : : runpy_toplevel_consts_7_consts_3 = {
141118 : : .ob_base = {
141119 : : .ob_base = {
141120 : : .ob_refcnt = 999999999,
141121 : : .ob_type = &PyCode_Type,
141122 : : },
141123 : : .ob_size = 50,
141124 : : },
141125 : : .co_consts = & importlib__bootstrap_toplevel_consts_7_consts_2_consts._object.ob_base.ob_base,
141126 : : .co_names = & runpy_toplevel_consts_7_consts_3_names._object.ob_base.ob_base,
141127 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141128 : : .co_flags = 7,
141129 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141130 : : ._co_linearray_entry_size = 0,
141131 : : .co_argcount = 1,
141132 : : .co_posonlyargcount = 0,
141133 : : .co_kwonlyargcount = 0,
141134 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
141135 : : .co_stacksize = 3,
141136 : : .co_firstlineno = 60,
141137 : : .co_nlocalsplus = 2,
141138 : : .co_nlocals = 2,
141139 : : .co_nplaincellvars = 0,
141140 : : .co_ncellvars = 0,
141141 : : .co_nfreevars = 0,
141142 : : .co_localsplusnames = & importlib__bootstrap_toplevel_consts_23_consts_5_localsplusnames._object.ob_base.ob_base,
141143 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_7_consts_2_localspluskinds.ob_base.ob_base,
141144 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
141145 : : .co_name = &_Py_ID(__exit__),
141146 : : .co_qualname = & runpy_toplevel_consts_7_consts_3_qualname._ascii.ob_base,
141147 : : .co_linetable = & runpy_toplevel_consts_7_consts_3_linetable.ob_base.ob_base,
141148 : : ._co_code = NULL,
141149 : : ._co_linearray = NULL,
141150 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x5f\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3c\x00\x00\x00\x64\x00\x53\x00",
141151 : : ._co_firsttraceable = 0,
141152 : : };
141153 : : static
141154 : : struct {
141155 : : PyGC_Head _gc_head;
141156 : : struct {
141157 : : PyObject_VAR_HEAD
141158 : : PyObject *ob_item[5];
141159 : : }_object;
141160 : : }
141161 : : runpy_toplevel_consts_7_consts = {
141162 : : ._object = {
141163 : : .ob_base = {
141164 : : .ob_base = {
141165 : : .ob_refcnt = 999999999,
141166 : : .ob_type = &PyTuple_Type,
141167 : : },
141168 : : .ob_size = 5,
141169 : : },
141170 : : .ob_item = {
141171 : : & const_str__ModifiedArgv0._ascii.ob_base,
141172 : : & runpy_toplevel_consts_7_consts_1.ob_base.ob_base,
141173 : : & runpy_toplevel_consts_7_consts_2.ob_base.ob_base,
141174 : : & runpy_toplevel_consts_7_consts_3.ob_base.ob_base,
141175 : : Py_None,
141176 : : },
141177 : : },
141178 : : };
141179 : : static
141180 : : struct {
141181 : : PyObject_VAR_HEAD
141182 : : Py_hash_t ob_shash;
141183 : : char ob_sval[66];
141184 : : }
141185 : : runpy_toplevel_consts_7_linetable = {
141186 : : .ob_base = {
141187 : : .ob_base = {
141188 : : .ob_refcnt = 999999999,
141189 : : .ob_type = &PyBytes_Type,
141190 : : },
141191 : : .ob_size = 65,
141192 : : },
141193 : : .ob_shash = -1,
141194 : : .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",
141195 : : };
141196 : : static
141197 : : struct _PyCode_DEF(32)
141198 : : runpy_toplevel_consts_7 = {
141199 : : .ob_base = {
141200 : : .ob_base = {
141201 : : .ob_refcnt = 999999999,
141202 : : .ob_type = &PyCode_Type,
141203 : : },
141204 : : .ob_size = 16,
141205 : : },
141206 : : .co_consts = & runpy_toplevel_consts_7_consts._object.ob_base.ob_base,
141207 : : .co_names = & importlib__bootstrap_toplevel_consts_11_names._object.ob_base.ob_base,
141208 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141209 : : .co_flags = 0,
141210 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141211 : : ._co_linearray_entry_size = 0,
141212 : : .co_argcount = 0,
141213 : : .co_posonlyargcount = 0,
141214 : : .co_kwonlyargcount = 0,
141215 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
141216 : : .co_stacksize = 1,
141217 : : .co_firstlineno = 49,
141218 : : .co_nlocalsplus = 0,
141219 : : .co_nlocals = 0,
141220 : : .co_nplaincellvars = 0,
141221 : : .co_ncellvars = 0,
141222 : : .co_nfreevars = 0,
141223 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
141224 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
141225 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
141226 : : .co_name = & const_str__ModifiedArgv0._ascii.ob_base,
141227 : : .co_qualname = & const_str__ModifiedArgv0._ascii.ob_base,
141228 : : .co_linetable = & runpy_toplevel_consts_7_linetable.ob_base.ob_base,
141229 : : ._co_code = NULL,
141230 : : ._co_linearray = NULL,
141231 : : .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",
141232 : : ._co_firsttraceable = 0,
141233 : : };
141234 : : static
141235 : : struct {
141236 : : PyASCIIObject _ascii;
141237 : : uint8_t _data[42];
141238 : : }
141239 : : runpy_toplevel_consts_9_consts_0 = {
141240 : : ._ascii = {
141241 : : .ob_base = {
141242 : : .ob_refcnt = 999999999,
141243 : : .ob_type = &PyUnicode_Type,
141244 : : },
141245 : : .length = 41,
141246 : : .hash = -1,
141247 : : .state = {
141248 : : .kind = 1,
141249 : : .compact = 1,
141250 : : .ascii = 1,
141251 : : },
141252 : : },
141253 : : ._data = "Helper to run code in nominated namespace",
141254 : : };
141255 : : static
141256 : : struct {
141257 : : PyGC_Head _gc_head;
141258 : : struct {
141259 : : PyObject_VAR_HEAD
141260 : : PyObject *ob_item[7];
141261 : : }_object;
141262 : : }
141263 : : runpy_toplevel_consts_9_consts_2 = {
141264 : : ._object = {
141265 : : .ob_base = {
141266 : : .ob_base = {
141267 : : .ob_refcnt = 999999999,
141268 : : .ob_type = &PyTuple_Type,
141269 : : },
141270 : : .ob_size = 7,
141271 : : },
141272 : : .ob_item = {
141273 : : &_Py_ID(__name__),
141274 : : &_Py_ID(__file__),
141275 : : & const_str___cached__._ascii.ob_base,
141276 : : &_Py_ID(__doc__),
141277 : : &_Py_ID(__loader__),
141278 : : &_Py_ID(__package__),
141279 : : &_Py_ID(__spec__),
141280 : : },
141281 : : },
141282 : : };
141283 : : static
141284 : : struct {
141285 : : PyGC_Head _gc_head;
141286 : : struct {
141287 : : PyObject_VAR_HEAD
141288 : : PyObject *ob_item[3];
141289 : : }_object;
141290 : : }
141291 : : runpy_toplevel_consts_9_consts = {
141292 : : ._object = {
141293 : : .ob_base = {
141294 : : .ob_base = {
141295 : : .ob_refcnt = 999999999,
141296 : : .ob_type = &PyTuple_Type,
141297 : : },
141298 : : .ob_size = 3,
141299 : : },
141300 : : .ob_item = {
141301 : : & runpy_toplevel_consts_9_consts_0._ascii.ob_base,
141302 : : Py_None,
141303 : : & runpy_toplevel_consts_9_consts_2._object.ob_base.ob_base,
141304 : : },
141305 : : },
141306 : : };
141307 : : static
141308 : : struct {
141309 : : PyGC_Head _gc_head;
141310 : : struct {
141311 : : PyObject_VAR_HEAD
141312 : : PyObject *ob_item[6];
141313 : : }_object;
141314 : : }
141315 : : runpy_toplevel_consts_9_names = {
141316 : : ._object = {
141317 : : .ob_base = {
141318 : : .ob_base = {
141319 : : .ob_refcnt = 999999999,
141320 : : .ob_type = &PyTuple_Type,
141321 : : },
141322 : : .ob_size = 6,
141323 : : },
141324 : : .ob_item = {
141325 : : & const_str_update._ascii.ob_base,
141326 : : & const_str_loader._ascii.ob_base,
141327 : : & const_str_origin._ascii.ob_base,
141328 : : & const_str_cached._ascii.ob_base,
141329 : : &_Py_ID(parent),
141330 : : & const_str_exec._ascii.ob_base,
141331 : : },
141332 : : },
141333 : : };
141334 : : static
141335 : : struct {
141336 : : PyASCIIObject _ascii;
141337 : : uint8_t _data[10];
141338 : : }
141339 : : const_str__run_code = {
141340 : : ._ascii = {
141341 : : .ob_base = {
141342 : : .ob_refcnt = 999999999,
141343 : : .ob_type = &PyUnicode_Type,
141344 : : },
141345 : : .length = 9,
141346 : : .hash = -1,
141347 : : .state = {
141348 : : .kind = 1,
141349 : : .compact = 1,
141350 : : .ascii = 1,
141351 : : },
141352 : : },
141353 : : ._data = "_run_code",
141354 : : };
141355 : : static
141356 : : struct {
141357 : : PyObject_VAR_HEAD
141358 : : Py_hash_t ob_shash;
141359 : : char ob_sval[164];
141360 : : }
141361 : : runpy_toplevel_consts_9_linetable = {
141362 : : .ob_base = {
141363 : : .ob_base = {
141364 : : .ob_refcnt = 999999999,
141365 : : .ob_type = &PyBytes_Type,
141366 : : },
141367 : : .ob_size = 163,
141368 : : },
141369 : : .ob_shash = -1,
141370 : : .ob_sval = "\x80\x00\xf0\x08\x00\x08\x14\xf0\x00\x01\x05\x29\xd8\x08\x13\xd7\x08\x1a\xd1\x08\x1a\x98\x3c\xd4\x08\x28\xd0\x08\x28\xd8\x07\x0f\xf0\x00\x09\x05\x27\xd8\x11\x15\x88\x06\xd8\x10\x1b\x88\x05\xd8\x11\x15\x88\x06\x88\x06\xe0\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x10\x18\x97\x0f\x91\x0f\x88\x05\xd8\x11\x19\x97\x1f\x91\x1f\x88\x06\xd8\x0b\x13\xf0\x00\x01\x09\x27\xd8\x17\x1f\x97\x7f\x91\x7f\x88\x48\xd8\x04\x0f\xd7\x04\x16\xd1\x04\x16\xa0\x28\xd8\x22\x27\xd8\x24\x2a\xd8\x21\x25\xd8\x24\x2a\xd8\x25\x2d\xd8\x22\x2a\xf0\x0d\x00\x05\x17\xf4\x00\x06\x05\x2c\xf0\x00\x06\x05\x2c\xf5\x0e\x00\x05\x09\x88\x14\x88\x7b\xd4\x04\x1b\xd0\x04\x1b\xd8\x0b\x16\xd0\x04\x16",
141371 : : };
141372 : : static
141373 : : struct {
141374 : : PyASCIIObject _ascii;
141375 : : uint8_t _data[12];
141376 : : }
141377 : : const_str_run_globals = {
141378 : : ._ascii = {
141379 : : .ob_base = {
141380 : : .ob_refcnt = 999999999,
141381 : : .ob_type = &PyUnicode_Type,
141382 : : },
141383 : : .length = 11,
141384 : : .hash = -1,
141385 : : .state = {
141386 : : .kind = 1,
141387 : : .compact = 1,
141388 : : .ascii = 1,
141389 : : },
141390 : : },
141391 : : ._data = "run_globals",
141392 : : };
141393 : : static
141394 : : struct {
141395 : : PyASCIIObject _ascii;
141396 : : uint8_t _data[13];
141397 : : }
141398 : : const_str_init_globals = {
141399 : : ._ascii = {
141400 : : .ob_base = {
141401 : : .ob_refcnt = 999999999,
141402 : : .ob_type = &PyUnicode_Type,
141403 : : },
141404 : : .length = 12,
141405 : : .hash = -1,
141406 : : .state = {
141407 : : .kind = 1,
141408 : : .compact = 1,
141409 : : .ascii = 1,
141410 : : },
141411 : : },
141412 : : ._data = "init_globals",
141413 : : };
141414 : : static
141415 : : struct {
141416 : : PyASCIIObject _ascii;
141417 : : uint8_t _data[9];
141418 : : }
141419 : : const_str_mod_spec = {
141420 : : ._ascii = {
141421 : : .ob_base = {
141422 : : .ob_refcnt = 999999999,
141423 : : .ob_type = &PyUnicode_Type,
141424 : : },
141425 : : .length = 8,
141426 : : .hash = -1,
141427 : : .state = {
141428 : : .kind = 1,
141429 : : .compact = 1,
141430 : : .ascii = 1,
141431 : : },
141432 : : },
141433 : : ._data = "mod_spec",
141434 : : };
141435 : : static
141436 : : struct {
141437 : : PyASCIIObject _ascii;
141438 : : uint8_t _data[9];
141439 : : }
141440 : : const_str_pkg_name = {
141441 : : ._ascii = {
141442 : : .ob_base = {
141443 : : .ob_refcnt = 999999999,
141444 : : .ob_type = &PyUnicode_Type,
141445 : : },
141446 : : .length = 8,
141447 : : .hash = -1,
141448 : : .state = {
141449 : : .kind = 1,
141450 : : .compact = 1,
141451 : : .ascii = 1,
141452 : : },
141453 : : },
141454 : : ._data = "pkg_name",
141455 : : };
141456 : : static
141457 : : struct {
141458 : : PyASCIIObject _ascii;
141459 : : uint8_t _data[12];
141460 : : }
141461 : : const_str_script_name = {
141462 : : ._ascii = {
141463 : : .ob_base = {
141464 : : .ob_refcnt = 999999999,
141465 : : .ob_type = &PyUnicode_Type,
141466 : : },
141467 : : .length = 11,
141468 : : .hash = -1,
141469 : : .state = {
141470 : : .kind = 1,
141471 : : .compact = 1,
141472 : : .ascii = 1,
141473 : : },
141474 : : },
141475 : : ._data = "script_name",
141476 : : };
141477 : : static
141478 : : struct {
141479 : : PyASCIIObject _ascii;
141480 : : uint8_t _data[6];
141481 : : }
141482 : : const_str_fname = {
141483 : : ._ascii = {
141484 : : .ob_base = {
141485 : : .ob_refcnt = 999999999,
141486 : : .ob_type = &PyUnicode_Type,
141487 : : },
141488 : : .length = 5,
141489 : : .hash = -1,
141490 : : .state = {
141491 : : .kind = 1,
141492 : : .compact = 1,
141493 : : .ascii = 1,
141494 : : },
141495 : : },
141496 : : ._data = "fname",
141497 : : };
141498 : : static
141499 : : struct {
141500 : : PyGC_Head _gc_head;
141501 : : struct {
141502 : : PyObject_VAR_HEAD
141503 : : PyObject *ob_item[10];
141504 : : }_object;
141505 : : }
141506 : : runpy_toplevel_consts_9_localsplusnames = {
141507 : : ._object = {
141508 : : .ob_base = {
141509 : : .ob_base = {
141510 : : .ob_refcnt = 999999999,
141511 : : .ob_type = &PyTuple_Type,
141512 : : },
141513 : : .ob_size = 10,
141514 : : },
141515 : : .ob_item = {
141516 : : &_Py_ID(code),
141517 : : & const_str_run_globals._ascii.ob_base,
141518 : : & const_str_init_globals._ascii.ob_base,
141519 : : & const_str_mod_name._ascii.ob_base,
141520 : : & const_str_mod_spec._ascii.ob_base,
141521 : : & const_str_pkg_name._ascii.ob_base,
141522 : : & const_str_script_name._ascii.ob_base,
141523 : : & const_str_loader._ascii.ob_base,
141524 : : & const_str_fname._ascii.ob_base,
141525 : : & const_str_cached._ascii.ob_base,
141526 : : },
141527 : : },
141528 : : };
141529 : : static
141530 : : struct _PyCode_DEF(242)
141531 : : runpy_toplevel_consts_9 = {
141532 : : .ob_base = {
141533 : : .ob_base = {
141534 : : .ob_refcnt = 999999999,
141535 : : .ob_type = &PyCode_Type,
141536 : : },
141537 : : .ob_size = 121,
141538 : : },
141539 : : .co_consts = & runpy_toplevel_consts_9_consts._object.ob_base.ob_base,
141540 : : .co_names = & runpy_toplevel_consts_9_names._object.ob_base.ob_base,
141541 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
141542 : : .co_flags = 3,
141543 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141544 : : ._co_linearray_entry_size = 0,
141545 : : .co_argcount = 7,
141546 : : .co_posonlyargcount = 0,
141547 : : .co_kwonlyargcount = 0,
141548 : : .co_framesize = 19 + FRAME_SPECIALS_SIZE,
141549 : : .co_stacksize = 9,
141550 : : .co_firstlineno = 65,
141551 : : .co_nlocalsplus = 10,
141552 : : .co_nlocals = 10,
141553 : : .co_nplaincellvars = 0,
141554 : : .co_ncellvars = 0,
141555 : : .co_nfreevars = 0,
141556 : : .co_localsplusnames = & runpy_toplevel_consts_9_localsplusnames._object.ob_base.ob_base,
141557 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_4_localspluskinds.ob_base.ob_base,
141558 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
141559 : : .co_name = & const_str__run_code._ascii.ob_base,
141560 : : .co_qualname = & const_str__run_code._ascii.ob_base,
141561 : : .co_linetable = & runpy_toplevel_consts_9_linetable.ob_base.ob_base,
141562 : : ._co_code = NULL,
141563 : : ._co_linearray = NULL,
141564 : : .co_code_adaptive = "\x97\x00\x7c\x02\x81\x12\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x04\x80\x07\x64\x01\x7d\x07\x7c\x06\x7d\x08\x64\x01\x7d\x09\x6e\x32\x7c\x04\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x7c\x04\x6a\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x04\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x09\x7c\x05\x80\x0c\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x01\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x7c\x08\x7c\x09\x64\x01\x7c\x07\x7c\x05\x7c\x04\xac\x02\xab\x07\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x01\x53\x00",
141565 : : ._co_firsttraceable = 0,
141566 : : };
141567 : : static
141568 : : struct {
141569 : : PyASCIIObject _ascii;
141570 : : uint8_t _data[54];
141571 : : }
141572 : : runpy_toplevel_consts_10_consts_0 = {
141573 : : ._ascii = {
141574 : : .ob_base = {
141575 : : .ob_refcnt = 999999999,
141576 : : .ob_type = &PyUnicode_Type,
141577 : : },
141578 : : .length = 53,
141579 : : .hash = -1,
141580 : : .state = {
141581 : : .kind = 1,
141582 : : .compact = 1,
141583 : : .ascii = 1,
141584 : : },
141585 : : },
141586 : : ._data = "Helper to run code in new namespace with sys modified",
141587 : : };
141588 : : static
141589 : : struct {
141590 : : PyGC_Head _gc_head;
141591 : : struct {
141592 : : PyObject_VAR_HEAD
141593 : : PyObject *ob_item[2];
141594 : : }_object;
141595 : : }
141596 : : runpy_toplevel_consts_10_consts = {
141597 : : ._object = {
141598 : : .ob_base = {
141599 : : .ob_base = {
141600 : : .ob_refcnt = 999999999,
141601 : : .ob_type = &PyTuple_Type,
141602 : : },
141603 : : .ob_size = 2,
141604 : : },
141605 : : .ob_item = {
141606 : : & runpy_toplevel_consts_10_consts_0._ascii.ob_base,
141607 : : Py_None,
141608 : : },
141609 : : },
141610 : : };
141611 : : static
141612 : : struct {
141613 : : PyGC_Head _gc_head;
141614 : : struct {
141615 : : PyObject_VAR_HEAD
141616 : : PyObject *ob_item[7];
141617 : : }_object;
141618 : : }
141619 : : runpy_toplevel_consts_10_names = {
141620 : : ._object = {
141621 : : .ob_base = {
141622 : : .ob_base = {
141623 : : .ob_refcnt = 999999999,
141624 : : .ob_type = &PyTuple_Type,
141625 : : },
141626 : : .ob_size = 7,
141627 : : },
141628 : : .ob_item = {
141629 : : & const_str_origin._ascii.ob_base,
141630 : : & const_str__TempModule._ascii.ob_base,
141631 : : & const_str__ModifiedArgv0._ascii.ob_base,
141632 : : & const_str_module._ascii.ob_base,
141633 : : &_Py_ID(__dict__),
141634 : : & const_str__run_code._ascii.ob_base,
141635 : : &_Py_ID(copy),
141636 : : },
141637 : : },
141638 : : };
141639 : : static
141640 : : struct {
141641 : : PyASCIIObject _ascii;
141642 : : uint8_t _data[17];
141643 : : }
141644 : : const_str__run_module_code = {
141645 : : ._ascii = {
141646 : : .ob_base = {
141647 : : .ob_refcnt = 999999999,
141648 : : .ob_type = &PyUnicode_Type,
141649 : : },
141650 : : .length = 16,
141651 : : .hash = -1,
141652 : : .state = {
141653 : : .kind = 1,
141654 : : .compact = 1,
141655 : : .ascii = 1,
141656 : : },
141657 : : },
141658 : : ._data = "_run_module_code",
141659 : : };
141660 : : static
141661 : : struct {
141662 : : PyObject_VAR_HEAD
141663 : : Py_hash_t ob_shash;
141664 : : char ob_sval[263];
141665 : : }
141666 : : runpy_toplevel_consts_10_linetable = {
141667 : : .ob_base = {
141668 : : .ob_base = {
141669 : : .ob_refcnt = 999999999,
141670 : : .ob_type = &PyBytes_Type,
141671 : : },
141672 : : .ob_size = 262,
141673 : : },
141674 : : .ob_shash = -1,
141675 : : .ob_sval = "\x80\x00\xf0\x08\x00\x1c\x24\xd0\x0c\x40\x88\x4b\x88\x4b\xb0\x18\xb7\x1f\xb1\x1f\x80\x45\xdd\x09\x14\x90\x58\xd4\x09\x1e\xf0\x00\x03\x05\x3d\xa0\x2b\xad\x7e\xb8\x65\xd4\x2f\x44\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xd8\x16\x21\xd7\x16\x28\xd1\x16\x28\xd7\x16\x31\xd1\x16\x31\x88\x0b\xdd\x08\x11\x90\x24\x98\x0b\xa0\x5c\xd8\x12\x1a\x98\x48\xa0\x68\xb0\x0b\xf4\x03\x01\x09\x3d\xf0\x00\x01\x09\x3d\xf0\x05\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf4\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf4\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x0c\x00\x0c\x17\xd7\x0b\x1b\xd1\x0b\x1b\xd4\x0b\x1d\xd0\x04\x1d\xf0\x0d\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf8\xf8\xf8\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf0\x00\x03\x05\x3d\xf8\xf8\xf8",
141676 : : };
141677 : : static
141678 : : struct {
141679 : : PyObject_VAR_HEAD
141680 : : Py_hash_t ob_shash;
141681 : : char ob_sval[35];
141682 : : }
141683 : : runpy_toplevel_consts_10_exceptiontable = {
141684 : : .ob_base = {
141685 : : .ob_base = {
141686 : : .ob_refcnt = 999999999,
141687 : : .ob_type = &PyBytes_Type,
141688 : : },
141689 : : .ob_size = 34,
141690 : : },
141691 : : .ob_shash = -1,
141692 : : .ob_sval = "\x9e\x0e\x42\x05\x03\xac\x2a\x41\x39\x05\xc1\x16\x09\x42\x05\x03\xc1\x39\x05\x42\x02\x09\xc1\x3e\x07\x42\x05\x03\xc2\x05\x05\x42\x0e\x07",
141693 : : };
141694 : : static
141695 : : struct {
141696 : : PyASCIIObject _ascii;
141697 : : uint8_t _data[12];
141698 : : }
141699 : : const_str_temp_module = {
141700 : : ._ascii = {
141701 : : .ob_base = {
141702 : : .ob_refcnt = 999999999,
141703 : : .ob_type = &PyUnicode_Type,
141704 : : },
141705 : : .length = 11,
141706 : : .hash = -1,
141707 : : .state = {
141708 : : .kind = 1,
141709 : : .compact = 1,
141710 : : .ascii = 1,
141711 : : },
141712 : : },
141713 : : ._data = "temp_module",
141714 : : };
141715 : : static
141716 : : struct {
141717 : : PyASCIIObject _ascii;
141718 : : uint8_t _data[12];
141719 : : }
141720 : : const_str_mod_globals = {
141721 : : ._ascii = {
141722 : : .ob_base = {
141723 : : .ob_refcnt = 999999999,
141724 : : .ob_type = &PyUnicode_Type,
141725 : : },
141726 : : .length = 11,
141727 : : .hash = -1,
141728 : : .state = {
141729 : : .kind = 1,
141730 : : .compact = 1,
141731 : : .ascii = 1,
141732 : : },
141733 : : },
141734 : : ._data = "mod_globals",
141735 : : };
141736 : : static
141737 : : struct {
141738 : : PyGC_Head _gc_head;
141739 : : struct {
141740 : : PyObject_VAR_HEAD
141741 : : PyObject *ob_item[9];
141742 : : }_object;
141743 : : }
141744 : : runpy_toplevel_consts_10_localsplusnames = {
141745 : : ._object = {
141746 : : .ob_base = {
141747 : : .ob_base = {
141748 : : .ob_refcnt = 999999999,
141749 : : .ob_type = &PyTuple_Type,
141750 : : },
141751 : : .ob_size = 9,
141752 : : },
141753 : : .ob_item = {
141754 : : &_Py_ID(code),
141755 : : & const_str_init_globals._ascii.ob_base,
141756 : : & const_str_mod_name._ascii.ob_base,
141757 : : & const_str_mod_spec._ascii.ob_base,
141758 : : & const_str_pkg_name._ascii.ob_base,
141759 : : & const_str_script_name._ascii.ob_base,
141760 : : & const_str_fname._ascii.ob_base,
141761 : : & const_str_temp_module._ascii.ob_base,
141762 : : & const_str_mod_globals._ascii.ob_base,
141763 : : },
141764 : : },
141765 : : };
141766 : : static
141767 : : struct _PyCode_DEF(290)
141768 : : runpy_toplevel_consts_10 = {
141769 : : .ob_base = {
141770 : : .ob_base = {
141771 : : .ob_refcnt = 999999999,
141772 : : .ob_type = &PyCode_Type,
141773 : : },
141774 : : .ob_size = 145,
141775 : : },
141776 : : .co_consts = & runpy_toplevel_consts_10_consts._object.ob_base.ob_base,
141777 : : .co_names = & runpy_toplevel_consts_10_names._object.ob_base.ob_base,
141778 : : .co_exceptiontable = & runpy_toplevel_consts_10_exceptiontable.ob_base.ob_base,
141779 : : .co_flags = 3,
141780 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
141781 : : ._co_linearray_entry_size = 0,
141782 : : .co_argcount = 6,
141783 : : .co_posonlyargcount = 0,
141784 : : .co_kwonlyargcount = 0,
141785 : : .co_framesize = 20 + FRAME_SPECIALS_SIZE,
141786 : : .co_stacksize = 11,
141787 : : .co_firstlineno = 91,
141788 : : .co_nlocalsplus = 9,
141789 : : .co_nlocals = 9,
141790 : : .co_nplaincellvars = 0,
141791 : : .co_ncellvars = 0,
141792 : : .co_nfreevars = 0,
141793 : : .co_localsplusnames = & runpy_toplevel_consts_10_localsplusnames._object.ob_base.ob_base,
141794 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_57_localspluskinds.ob_base.ob_base,
141795 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
141796 : : .co_name = & const_str__run_module_code._ascii.ob_base,
141797 : : .co_qualname = & const_str__run_module_code._ascii.ob_base,
141798 : : .co_linetable = & runpy_toplevel_consts_10_linetable.ob_base.ob_base,
141799 : : ._co_code = NULL,
141800 : : ._co_linearray = NULL,
141801 : : .co_code_adaptive = "\x97\x00\x7c\x03\x80\x02\x7c\x05\x6e\x0b\x7c\x03\x6a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x07\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x06\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x07\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x74\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x08\x7c\x01\x7c\x02\x7c\x03\x7c\x04\x7c\x05\xab\x07\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x08\x6a\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x23\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x26\x78\x03\x59\x00\x77\x01",
141802 : : ._co_firsttraceable = 0,
141803 : : };
141804 : : static
141805 : : struct {
141806 : : PyASCIIObject _ascii;
141807 : : uint8_t _data[36];
141808 : : }
141809 : : runpy_toplevel_consts_11_consts_2 = {
141810 : : ._ascii = {
141811 : : .ob_base = {
141812 : : .ob_refcnt = 999999999,
141813 : : .ob_type = &PyUnicode_Type,
141814 : : },
141815 : : .length = 35,
141816 : : .hash = -1,
141817 : : .state = {
141818 : : .kind = 1,
141819 : : .compact = 1,
141820 : : .ascii = 1,
141821 : : },
141822 : : },
141823 : : ._data = "Relative module names not supported",
141824 : : };
141825 : : static
141826 : : struct {
141827 : : PyGC_Head _gc_head;
141828 : : struct {
141829 : : PyObject_VAR_HEAD
141830 : : PyObject *ob_item[1];
141831 : : }_object;
141832 : : }
141833 : : runpy_toplevel_consts_11_consts_5 = {
141834 : : ._object = {
141835 : : .ob_base = {
141836 : : .ob_base = {
141837 : : .ob_refcnt = 999999999,
141838 : : .ob_type = &PyTuple_Type,
141839 : : },
141840 : : .ob_size = 1,
141841 : : },
141842 : : .ob_item = {
141843 : : & const_str_warn._ascii.ob_base,
141844 : : },
141845 : : },
141846 : : };
141847 : : static
141848 : : struct {
141849 : : PyASCIIObject _ascii;
141850 : : uint8_t _data[155];
141851 : : }
141852 : : runpy_toplevel_consts_11_consts_6 = {
141853 : : ._ascii = {
141854 : : .ob_base = {
141855 : : .ob_refcnt = 999999999,
141856 : : .ob_type = &PyUnicode_Type,
141857 : : },
141858 : : .length = 154,
141859 : : .hash = -1,
141860 : : .state = {
141861 : : .kind = 1,
141862 : : .compact = 1,
141863 : : .ascii = 1,
141864 : : },
141865 : : },
141866 : : ._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",
141867 : : };
141868 : : static
141869 : : struct {
141870 : : PyGC_Head _gc_head;
141871 : : struct {
141872 : : PyObject_VAR_HEAD
141873 : : PyObject *ob_item[2];
141874 : : }_object;
141875 : : }
141876 : : runpy_toplevel_consts_11_consts_7 = {
141877 : : ._object = {
141878 : : .ob_base = {
141879 : : .ob_base = {
141880 : : .ob_refcnt = 999999999,
141881 : : .ob_type = &PyTuple_Type,
141882 : : },
141883 : : .ob_size = 2,
141884 : : },
141885 : : .ob_item = {
141886 : : & const_str_mod_name._ascii.ob_base,
141887 : : & const_str_pkg_name._ascii.ob_base,
141888 : : },
141889 : : },
141890 : : };
141891 : : static
141892 : : struct {
141893 : : PyASCIIObject _ascii;
141894 : : uint8_t _data[59];
141895 : : }
141896 : : runpy_toplevel_consts_11_consts_8 = {
141897 : : ._ascii = {
141898 : : .ob_base = {
141899 : : .ob_refcnt = 999999999,
141900 : : .ob_type = &PyUnicode_Type,
141901 : : },
141902 : : .length = 58,
141903 : : .hash = -1,
141904 : : .state = {
141905 : : .kind = 1,
141906 : : .compact = 1,
141907 : : .ascii = 1,
141908 : : },
141909 : : },
141910 : : ._data = "Error while finding module specification for {!r} ({}: {})",
141911 : : };
141912 : : static
141913 : : struct {
141914 : : PyASCIIObject _ascii;
141915 : : uint8_t _data[14];
141916 : : }
141917 : : runpy_toplevel_consts_11_consts_10 = {
141918 : : ._ascii = {
141919 : : .ob_base = {
141920 : : .ob_refcnt = 999999999,
141921 : : .ob_type = &PyUnicode_Type,
141922 : : },
141923 : : .length = 13,
141924 : : .hash = -1,
141925 : : .state = {
141926 : : .kind = 1,
141927 : : .compact = 1,
141928 : : .ascii = 1,
141929 : : },
141930 : : },
141931 : : ._data = ". Try using '",
141932 : : };
141933 : : static
141934 : : struct {
141935 : : PyASCIIObject _ascii;
141936 : : uint8_t _data[15];
141937 : : }
141938 : : runpy_toplevel_consts_11_consts_12 = {
141939 : : ._ascii = {
141940 : : .ob_base = {
141941 : : .ob_refcnt = 999999999,
141942 : : .ob_type = &PyUnicode_Type,
141943 : : },
141944 : : .length = 14,
141945 : : .hash = -1,
141946 : : .state = {
141947 : : .kind = 1,
141948 : : .compact = 1,
141949 : : .ascii = 1,
141950 : : },
141951 : : },
141952 : : ._data = "' instead of '",
141953 : : };
141954 : : static
141955 : : struct {
141956 : : PyASCIIObject _ascii;
141957 : : uint8_t _data[22];
141958 : : }
141959 : : runpy_toplevel_consts_11_consts_13 = {
141960 : : ._ascii = {
141961 : : .ob_base = {
141962 : : .ob_refcnt = 999999999,
141963 : : .ob_type = &PyUnicode_Type,
141964 : : },
141965 : : .length = 21,
141966 : : .hash = -1,
141967 : : .state = {
141968 : : .kind = 1,
141969 : : .compact = 1,
141970 : : .ascii = 1,
141971 : : },
141972 : : },
141973 : : ._data = "' as the module name.",
141974 : : };
141975 : : static
141976 : : struct {
141977 : : PyASCIIObject _ascii;
141978 : : uint8_t _data[19];
141979 : : }
141980 : : runpy_toplevel_consts_11_consts_14 = {
141981 : : ._ascii = {
141982 : : .ob_base = {
141983 : : .ob_refcnt = 999999999,
141984 : : .ob_type = &PyUnicode_Type,
141985 : : },
141986 : : .length = 18,
141987 : : .hash = -1,
141988 : : .state = {
141989 : : .kind = 1,
141990 : : .compact = 1,
141991 : : .ascii = 1,
141992 : : },
141993 : : },
141994 : : ._data = "No module named %s",
141995 : : };
141996 : : static
141997 : : struct {
141998 : : PyASCIIObject _ascii;
141999 : : uint8_t _data[10];
142000 : : }
142001 : : runpy_toplevel_consts_11_consts_16 = {
142002 : : ._ascii = {
142003 : : .ob_base = {
142004 : : .ob_refcnt = 999999999,
142005 : : .ob_type = &PyUnicode_Type,
142006 : : },
142007 : : .length = 9,
142008 : : .hash = -1,
142009 : : .state = {
142010 : : .kind = 1,
142011 : : .compact = 1,
142012 : : .ascii = 1,
142013 : : },
142014 : : },
142015 : : ._data = ".__main__",
142016 : : };
142017 : : static
142018 : : struct {
142019 : : PyASCIIObject _ascii;
142020 : : uint8_t _data[38];
142021 : : }
142022 : : runpy_toplevel_consts_11_consts_17 = {
142023 : : ._ascii = {
142024 : : .ob_base = {
142025 : : .ob_refcnt = 999999999,
142026 : : .ob_type = &PyUnicode_Type,
142027 : : },
142028 : : .length = 37,
142029 : : .hash = -1,
142030 : : .state = {
142031 : : .kind = 1,
142032 : : .compact = 1,
142033 : : .ascii = 1,
142034 : : },
142035 : : },
142036 : : ._data = "Cannot use package as __main__ module",
142037 : : };
142038 : : static
142039 : : struct {
142040 : : PyASCIIObject _ascii;
142041 : : uint8_t _data[3];
142042 : : }
142043 : : runpy_toplevel_consts_11_consts_18 = {
142044 : : ._ascii = {
142045 : : .ob_base = {
142046 : : .ob_refcnt = 999999999,
142047 : : .ob_type = &PyUnicode_Type,
142048 : : },
142049 : : .length = 2,
142050 : : .hash = -1,
142051 : : .state = {
142052 : : .kind = 1,
142053 : : .compact = 1,
142054 : : .ascii = 1,
142055 : : },
142056 : : },
142057 : : ._data = "; ",
142058 : : };
142059 : : static
142060 : : struct {
142061 : : PyASCIIObject _ascii;
142062 : : uint8_t _data[46];
142063 : : }
142064 : : runpy_toplevel_consts_11_consts_19 = {
142065 : : ._ascii = {
142066 : : .ob_base = {
142067 : : .ob_refcnt = 999999999,
142068 : : .ob_type = &PyUnicode_Type,
142069 : : },
142070 : : .length = 45,
142071 : : .hash = -1,
142072 : : .state = {
142073 : : .kind = 1,
142074 : : .compact = 1,
142075 : : .ascii = 1,
142076 : : },
142077 : : },
142078 : : ._data = " is a package and cannot be directly executed",
142079 : : };
142080 : : static
142081 : : struct {
142082 : : PyASCIIObject _ascii;
142083 : : uint8_t _data[49];
142084 : : }
142085 : : runpy_toplevel_consts_11_consts_20 = {
142086 : : ._ascii = {
142087 : : .ob_base = {
142088 : : .ob_refcnt = 999999999,
142089 : : .ob_type = &PyUnicode_Type,
142090 : : },
142091 : : .length = 48,
142092 : : .hash = -1,
142093 : : .state = {
142094 : : .kind = 1,
142095 : : .compact = 1,
142096 : : .ascii = 1,
142097 : : },
142098 : : },
142099 : : ._data = "%r is a namespace package and cannot be executed",
142100 : : };
142101 : : static
142102 : : struct {
142103 : : PyASCIIObject _ascii;
142104 : : uint8_t _data[32];
142105 : : }
142106 : : runpy_toplevel_consts_11_consts_21 = {
142107 : : ._ascii = {
142108 : : .ob_base = {
142109 : : .ob_refcnt = 999999999,
142110 : : .ob_type = &PyUnicode_Type,
142111 : : },
142112 : : .length = 31,
142113 : : .hash = -1,
142114 : : .state = {
142115 : : .kind = 1,
142116 : : .compact = 1,
142117 : : .ascii = 1,
142118 : : },
142119 : : },
142120 : : ._data = "No code object available for %s",
142121 : : };
142122 : : static
142123 : : struct {
142124 : : PyGC_Head _gc_head;
142125 : : struct {
142126 : : PyObject_VAR_HEAD
142127 : : PyObject *ob_item[22];
142128 : : }_object;
142129 : : }
142130 : : runpy_toplevel_consts_11_consts = {
142131 : : ._object = {
142132 : : .ob_base = {
142133 : : .ob_base = {
142134 : : .ob_refcnt = 999999999,
142135 : : .ob_type = &PyTuple_Type,
142136 : : },
142137 : : .ob_size = 22,
142138 : : },
142139 : : .ob_item = {
142140 : : Py_None,
142141 : : &_Py_STR(dot),
142142 : : & runpy_toplevel_consts_11_consts_2._ascii.ob_base,
142143 : : &_Py_ID(__path__),
142144 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
142145 : : & runpy_toplevel_consts_11_consts_5._object.ob_base.ob_base,
142146 : : & runpy_toplevel_consts_11_consts_6._ascii.ob_base,
142147 : : & runpy_toplevel_consts_11_consts_7._object.ob_base.ob_base,
142148 : : & runpy_toplevel_consts_11_consts_8._ascii.ob_base,
142149 : : & importlib__bootstrap_toplevel_consts_39_consts_7_consts_12._ascii.ob_base,
142150 : : & runpy_toplevel_consts_11_consts_10._ascii.ob_base,
142151 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + -3],
142152 : : & runpy_toplevel_consts_11_consts_12._ascii.ob_base,
142153 : : & runpy_toplevel_consts_11_consts_13._ascii.ob_base,
142154 : : & runpy_toplevel_consts_11_consts_14._ascii.ob_base,
142155 : : &_Py_ID(__main__),
142156 : : & runpy_toplevel_consts_11_consts_16._ascii.ob_base,
142157 : : & runpy_toplevel_consts_11_consts_17._ascii.ob_base,
142158 : : & runpy_toplevel_consts_11_consts_18._ascii.ob_base,
142159 : : & runpy_toplevel_consts_11_consts_19._ascii.ob_base,
142160 : : & runpy_toplevel_consts_11_consts_20._ascii.ob_base,
142161 : : & runpy_toplevel_consts_11_consts_21._ascii.ob_base,
142162 : : },
142163 : : },
142164 : : };
142165 : : static
142166 : : struct {
142167 : : PyASCIIObject _ascii;
142168 : : uint8_t _data[15];
142169 : : }
142170 : : const_str_RuntimeWarning = {
142171 : : ._ascii = {
142172 : : .ob_base = {
142173 : : .ob_refcnt = 999999999,
142174 : : .ob_type = &PyUnicode_Type,
142175 : : },
142176 : : .length = 14,
142177 : : .hash = -1,
142178 : : .state = {
142179 : : .kind = 1,
142180 : : .compact = 1,
142181 : : .ascii = 1,
142182 : : },
142183 : : },
142184 : : ._data = "RuntimeWarning",
142185 : : };
142186 : : static
142187 : : struct {
142188 : : PyASCIIObject _ascii;
142189 : : uint8_t _data[5];
142190 : : }
142191 : : const_str_util = {
142192 : : ._ascii = {
142193 : : .ob_base = {
142194 : : .ob_refcnt = 999999999,
142195 : : .ob_type = &PyUnicode_Type,
142196 : : },
142197 : : .length = 4,
142198 : : .hash = -1,
142199 : : .state = {
142200 : : .kind = 1,
142201 : : .compact = 1,
142202 : : .ascii = 1,
142203 : : },
142204 : : },
142205 : : ._data = "util",
142206 : : };
142207 : : static
142208 : : struct {
142209 : : PyASCIIObject _ascii;
142210 : : uint8_t _data[20];
142211 : : }
142212 : : const_str__get_module_details = {
142213 : : ._ascii = {
142214 : : .ob_base = {
142215 : : .ob_refcnt = 999999999,
142216 : : .ob_type = &PyUnicode_Type,
142217 : : },
142218 : : .length = 19,
142219 : : .hash = -1,
142220 : : .state = {
142221 : : .kind = 1,
142222 : : .compact = 1,
142223 : : .ascii = 1,
142224 : : },
142225 : : },
142226 : : ._data = "_get_module_details",
142227 : : };
142228 : : static
142229 : : struct {
142230 : : PyGC_Head _gc_head;
142231 : : struct {
142232 : : PyObject_VAR_HEAD
142233 : : PyObject *ob_item[26];
142234 : : }_object;
142235 : : }
142236 : : runpy_toplevel_consts_11_names = {
142237 : : ._object = {
142238 : : .ob_base = {
142239 : : .ob_base = {
142240 : : .ob_refcnt = 999999999,
142241 : : .ob_type = &PyTuple_Type,
142242 : : },
142243 : : .ob_size = 26,
142244 : : },
142245 : : .ob_item = {
142246 : : & const_str_startswith._ascii.ob_base,
142247 : : & const_str_rpartition._ascii.ob_base,
142248 : : &_Py_ID(__import__),
142249 : : & const_str_ImportError._ascii.ob_base,
142250 : : &_Py_ID(name),
142251 : : & const_str_sys._ascii.ob_base,
142252 : : &_Py_ID(modules),
142253 : : &_Py_ID(get),
142254 : : & const_str_hasattr._ascii.ob_base,
142255 : : &_Py_ID(warnings),
142256 : : & const_str_warn._ascii.ob_base,
142257 : : & const_str_format._ascii.ob_base,
142258 : : & const_str_RuntimeWarning._ascii.ob_base,
142259 : : &_Py_ID(importlib),
142260 : : & const_str_util._ascii.ob_base,
142261 : : & const_str_find_spec._ascii.ob_base,
142262 : : & const_str_AttributeError._ascii.ob_base,
142263 : : & const_str_TypeError._ascii.ob_base,
142264 : : & const_str_ValueError._ascii.ob_base,
142265 : : & const_str_endswith._ascii.ob_base,
142266 : : & const_str_type._ascii.ob_base,
142267 : : &_Py_ID(__name__),
142268 : : & const_str_submodule_search_locations._ascii.ob_base,
142269 : : & const_str__get_module_details._ascii.ob_base,
142270 : : & const_str_loader._ascii.ob_base,
142271 : : & const_str_get_code._ascii.ob_base,
142272 : : },
142273 : : },
142274 : : };
142275 : : static
142276 : : struct {
142277 : : PyObject_VAR_HEAD
142278 : : Py_hash_t ob_shash;
142279 : : char ob_sval[851];
142280 : : }
142281 : : runpy_toplevel_consts_11_linetable = {
142282 : : .ob_base = {
142283 : : .ob_base = {
142284 : : .ob_refcnt = 999999999,
142285 : : .ob_type = &PyBytes_Type,
142286 : : },
142287 : : .ob_size = 850,
142288 : : },
142289 : : .ob_shash = -1,
142290 : : .ob_sval = "\x80\x00\xd8\x07\x0f\xd7\x07\x1a\xd1\x07\x1a\x98\x33\xd4\x07\x1f\xf0\x00\x01\x05\x3b\xd8\x0e\x13\x88\x65\xd0\x14\x39\xd4\x0e\x3a\xd0\x08\x3a\xd8\x15\x1d\xd7\x15\x28\xd1\x15\x28\xa8\x13\xd4\x15\x2d\x81\x4e\x80\x48\x88\x61\x90\x11\xd8\x07\x0f\xf0\x00\x13\x05\x26\xf0\x04\x08\x09\x16\xdd\x0c\x16\x90\x78\xd4\x0c\x20\xd0\x0c\x20\xf5\x12\x00\x14\x17\x97\x3b\x91\x3b\x97\x3f\x91\x3f\xa0\x38\xd4\x13\x2c\x88\x08\xd8\x0b\x13\xf0\x00\x06\x09\x26\xad\x07\xb0\x08\xb8\x2a\xd4\x28\x45\xf0\x00\x06\x09\x26\xd8\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xd0\x0c\x25\xf0\x02\x03\x13\x1c\xf7\x06\x00\x1d\x23\x99\x46\xa8\x48\xb8\x78\x98\x46\xd4\x1c\x48\xf0\x07\x00\x0d\x10\xf0\x08\x00\x0d\x11\x88\x44\x95\x1e\xa0\x03\xd4\x11\x24\xd4\x0c\x25\xd0\x0c\x25\xf0\x04\x0a\x05\x49\x01\xdd\x0f\x18\x8f\x7e\x89\x7e\xd7\x0f\x27\xd1\x0f\x27\xa8\x08\xd4\x0f\x31\x88\x04\xf0\x14\x00\x08\x0c\xf0\x00\x01\x05\x35\xd8\x0e\x13\x88\x65\xd0\x14\x28\xa8\x38\xd1\x14\x33\xd4\x0e\x34\xd0\x08\x34\xd8\x07\x0b\xd7\x07\x26\xd1\x07\x26\xf0\x00\x0a\x05\x47\x01\xd8\x0b\x13\x90\x7a\xd2\x0b\x21\xf0\x00\x01\x09\x41\x01\xa0\x58\xd7\x25\x36\xd1\x25\x36\xb0\x7b\xd4\x25\x43\xf0\x00\x01\x09\x41\x01\xd8\x12\x17\x90\x25\xd0\x18\x3f\xd4\x12\x40\xd0\x0c\x40\xf0\x02\x07\x09\x47\x01\xd8\x1c\x24\xa0\x7b\xd1\x1c\x32\x88\x4d\xdd\x13\x26\xa0\x7d\xb0\x65\xd4\x13\x3c\xd0\x0c\x3c\xf0\x0c\x00\x0e\x12\x8f\x5b\x89\x5b\x80\x46\xd8\x07\x0d\xf0\x00\x02\x05\x4d\x01\xd8\x0e\x13\x88\x65\xd0\x14\x46\xd8\x43\x4b\xf1\x03\x01\x15\x4c\x01\xf4\x00\x01\x0f\x4d\x01\xf0\x00\x01\x09\x4d\x01\xf0\x04\x03\x05\x26\xd8\x0f\x15\x8f\x7f\x89\x7f\x98\x78\xd4\x0f\x28\x88\x04\xf0\x06\x00\x08\x0c\xf0\x00\x01\x05\x42\x01\xd8\x0e\x13\x88\x65\xd0\x14\x35\xb8\x08\xd1\x14\x40\xd4\x0e\x41\xd0\x08\x41\xd8\x0b\x13\x90\x54\x98\x34\xd0\x0b\x1f\xd0\x04\x1f\xf8\xf5\x67\x01\x00\x10\x1b\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x00\x06\x09\x16\xf0\x08\x00\x10\x11\x8f\x76\x89\x76\xf0\x00\x02\x0d\x16\xa0\x21\xa7\x26\xa1\x26\xa8\x48\xd2\x22\x34\xf0\x00\x02\x0d\x16\xd8\x18\x20\xd7\x18\x2b\xd1\x18\x2b\xa8\x41\xaf\x46\xa9\x46\xb0\x53\xa9\x4c\xd4\x18\x39\xf0\x03\x02\x0d\x16\xe0\x10\x15\xf8\xf8\xf8\xf8\xf9\xf8\xf8\xf8\xf8\xf0\x0d\x06\x09\x16\xf8\xf8\xf8\xf8\xf5\x26\x00\x0d\x18\x9d\x1e\xad\x19\xb5\x4a\xd0\x0b\x3f\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x00\x08\x05\x49\x01\xf0\x08\x00\x0f\x4b\x01\x88\x03\xd8\x0b\x13\xd7\x0b\x1c\xd1\x0b\x1c\x98\x55\xd4\x0b\x23\xf0\x00\x02\x09\x39\xd8\x0c\x0f\xf0\x00\x01\x15\x38\xa0\x48\xa0\x4d\xa8\x62\xa0\x4d\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xd8\x18\x20\xf0\x03\x01\x15\x38\xf0\x00\x01\x15\x38\xf0\x00\x01\x15\x38\xf1\x00\x01\x0d\x39\x88\x43\xe0\x0e\x13\x88\x65\x90\x43\x97\x4a\x91\x4a\x98\x78\xad\x14\xa8\x62\xac\x18\xd7\x29\x3a\xd1\x29\x3a\xb8\x42\xd4\x14\x3f\xd4\x0e\x40\xc0\x62\xd0\x08\x48\xf8\xf8\xf8\xf8\xf0\x11\x08\x05\x49\x01\xf8\xf8\xf8\xf8\xf0\x22\x00\x10\x15\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xf0\x00\x04\x09\x47\x01\xd8\x0f\x17\x9d\x73\x9f\x7b\x99\x7b\xd0\x0f\x2a\xf0\x00\x01\x0d\x16\xd8\x10\x15\xd8\x12\x17\x90\x25\xd8\x39\x3a\xb8\x11\xb8\x11\xb8\x48\xb8\x48\xb8\x48\xf0\x03\x01\x19\x46\x01\xf4\x00\x01\x13\x47\x01\xf0\x00\x01\x0d\x47\x01\xf8\xf8\xf8\xf8\xf0\x07\x04\x09\x47\x01\xf8\xf8\xf8\xf8\xf5\x16\x00\x0c\x17\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xf0\x00\x01\x05\x26\xd8\x0e\x13\x88\x65\x95\x46\x98\x31\x94\x49\xd4\x0e\x1e\xa0\x41\xd0\x08\x25\xf8\xf8\xf8\xf8\xf0\x03\x01\x05\x26\xf8\xf8\xf8",
142291 : : };
142292 : : static
142293 : : struct {
142294 : : PyObject_VAR_HEAD
142295 : : Py_hash_t ob_shash;
142296 : : char ob_sval[97];
142297 : : }
142298 : : runpy_toplevel_consts_11_exceptiontable = {
142299 : : .ob_base = {
142300 : : .ob_base = {
142301 : : .ob_refcnt = 999999999,
142302 : : .ob_type = &PyBytes_Type,
142303 : : },
142304 : : .ob_size = 96,
142305 : : },
142306 : : .ob_shash = -1,
142307 : : .ob_sval = "\xb5\x0d\x45\x12\x00\xc2\x22\x21\x46\x26\x00\xc3\x3f\x12\x48\x1f\x00\xc4\x2d\x12\x49\x0f\x00\xc5\x12\x0a\x46\x23\x03\xc5\x1c\x3c\x46\x1e\x03\xc6\x1e\x05\x46\x23\x03\xc6\x26\x1d\x48\x1c\x03\xc7\x03\x41\x14\x48\x17\x03\xc8\x17\x05\x48\x1c\x03\xc8\x1f\x05\x49\x0c\x03\xc8\x24\x23\x49\x07\x03\xc9\x07\x05\x49\x0c\x03\xc9\x0f\x0a\x49\x33\x03\xc9\x19\x15\x49\x2e\x03\xc9\x2e\x05\x49\x33\x03",
142308 : : };
142309 : : static
142310 : : struct {
142311 : : PyASCIIObject _ascii;
142312 : : uint8_t _data[9];
142313 : : }
142314 : : const_str_existing = {
142315 : : ._ascii = {
142316 : : .ob_base = {
142317 : : .ob_refcnt = 999999999,
142318 : : .ob_type = &PyUnicode_Type,
142319 : : },
142320 : : .length = 8,
142321 : : .hash = -1,
142322 : : .state = {
142323 : : .kind = 1,
142324 : : .compact = 1,
142325 : : .ascii = 1,
142326 : : },
142327 : : },
142328 : : ._data = "existing",
142329 : : };
142330 : : static
142331 : : struct {
142332 : : PyASCIIObject _ascii;
142333 : : uint8_t _data[14];
142334 : : }
142335 : : const_str_pkg_main_name = {
142336 : : ._ascii = {
142337 : : .ob_base = {
142338 : : .ob_refcnt = 999999999,
142339 : : .ob_type = &PyUnicode_Type,
142340 : : },
142341 : : .length = 13,
142342 : : .hash = -1,
142343 : : .state = {
142344 : : .kind = 1,
142345 : : .compact = 1,
142346 : : .ascii = 1,
142347 : : },
142348 : : },
142349 : : ._data = "pkg_main_name",
142350 : : };
142351 : : static
142352 : : struct {
142353 : : PyGC_Head _gc_head;
142354 : : struct {
142355 : : PyObject_VAR_HEAD
142356 : : PyObject *ob_item[13];
142357 : : }_object;
142358 : : }
142359 : : runpy_toplevel_consts_11_localsplusnames = {
142360 : : ._object = {
142361 : : .ob_base = {
142362 : : .ob_base = {
142363 : : .ob_refcnt = 999999999,
142364 : : .ob_type = &PyTuple_Type,
142365 : : },
142366 : : .ob_size = 13,
142367 : : },
142368 : : .ob_item = {
142369 : : & const_str_mod_name._ascii.ob_base,
142370 : : & const_str_error._ascii.ob_base,
142371 : : & const_str_pkg_name._ascii.ob_base,
142372 : : &_Py_ID(_),
142373 : : & const_str_e._ascii.ob_base,
142374 : : & const_str_existing._ascii.ob_base,
142375 : : & const_str_warn._ascii.ob_base,
142376 : : &_Py_ID(msg),
142377 : : & const_str_spec._ascii.ob_base,
142378 : : & const_str_ex._ascii.ob_base,
142379 : : & const_str_pkg_main_name._ascii.ob_base,
142380 : : & const_str_loader._ascii.ob_base,
142381 : : &_Py_ID(code),
142382 : : },
142383 : : },
142384 : : };
142385 : : static
142386 : : struct _PyCode_DEF(1260)
142387 : : runpy_toplevel_consts_11 = {
142388 : : .ob_base = {
142389 : : .ob_base = {
142390 : : .ob_refcnt = 999999999,
142391 : : .ob_type = &PyCode_Type,
142392 : : },
142393 : : .ob_size = 630,
142394 : : },
142395 : : .co_consts = & runpy_toplevel_consts_11_consts._object.ob_base.ob_base,
142396 : : .co_names = & runpy_toplevel_consts_11_names._object.ob_base.ob_base,
142397 : : .co_exceptiontable = & runpy_toplevel_consts_11_exceptiontable.ob_base.ob_base,
142398 : : .co_flags = 3,
142399 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142400 : : ._co_linearray_entry_size = 0,
142401 : : .co_argcount = 2,
142402 : : .co_posonlyargcount = 0,
142403 : : .co_kwonlyargcount = 0,
142404 : : .co_framesize = 22 + FRAME_SPECIALS_SIZE,
142405 : : .co_stacksize = 9,
142406 : : .co_firstlineno = 105,
142407 : : .co_nlocalsplus = 13,
142408 : : .co_nlocals = 13,
142409 : : .co_nplaincellvars = 0,
142410 : : .co_ncellvars = 0,
142411 : : .co_nfreevars = 0,
142412 : : .co_localsplusnames = & runpy_toplevel_consts_11_localsplusnames._object.ob_base.ob_base,
142413 : : .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
142414 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142415 : : .co_name = & const_str__get_module_details._ascii.ob_base,
142416 : : .co_qualname = & const_str__get_module_details._ascii.ob_base,
142417 : : .co_linetable = & runpy_toplevel_consts_11_linetable.ob_base.ob_base,
142418 : : ._co_code = NULL,
142419 : : ._co_linearray = NULL,
142420 : : .co_code_adaptive = "\x97\x00\x7c\x00\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x02\x00\x7c\x01\x64\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x6a\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x02\x7d\x03\x7d\x03\x7c\x02\x72\x6d\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x7c\x05\x81\x3c\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x64\x03\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x2e\x64\x04\x64\x05\x6c\x09\x6d\x0a\x7d\x06\x01\x00\x64\x06\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x7c\x02\xac\x07\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x07\x02\x00\x7c\x06\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x1a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x08\x7c\x08\x80\x0c\x02\x00\x7c\x01\x64\x0e\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x08\x6a\x2c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x35\x7c\x00\x64\x0f\x6b\x02\x00\x00\x00\x00\x73\x12\x7c\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x10\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x09\x02\x00\x7c\x01\x64\x11\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x00\x64\x10\x7a\x00\x00\x00\x7d\x0a\x74\x2f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x0a\x7c\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x7c\x08\x6a\x30\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0b\x7c\x0b\x80\x0c\x02\x00\x7c\x01\x64\x14\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x09\x00\x7c\x0b\x6a\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x7c\x0c\x80\x0c\x02\x00\x7c\x01\x64\x15\x7c\x00\x7a\x06\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x7c\x00\x7c\x08\x7c\x0c\x66\x03\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x47\x7d\x04\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x81\x2f\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x6b\x03\x00\x00\x00\x00\x72\x20\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x7a\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x73\x01\x82\x00\x59\x00\x64\x00\x7d\x04\x7e\x04\x3e\x01\x8c\x5c\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x22\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x24\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x66\x04\x24\x00\x72\x59\x7d\x09\x64\x08\x7d\x07\x7c\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x72\x0f\x7c\x07\x64\x0a\x7c\x00\x64\x00\x64\x0b\x1a\x00\x9b\x00\x64\x0c\x7c\x00\x9b\x00\x64\x0d\x9d\x05\x7a\x0d\x00\x00\x7d\x07\x02\x00\x7c\x01\x7c\x07\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x29\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x2a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x09\x82\x02\x64\x00\x7d\x09\x7e\x09\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x01\x24\x00\x72\x28\x7d\x04\x7c\x00\x74\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x76\x01\x72\x01\x82\x00\x02\x00\x7c\x01\x7c\x04\x9b\x01\x64\x12\x7c\x00\x9b\x02\x64\x13\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x82\x01\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x1a\x7d\x04\x02\x00\x7c\x01\x74\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x82\x02\x64\x00\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
142421 : : ._co_firsttraceable = 0,
142422 : : };
142423 : : static
142424 : : struct {
142425 : : PyASCIIObject _ascii;
142426 : : uint8_t _data[7];
142427 : : }
142428 : : const_str__Error = {
142429 : : ._ascii = {
142430 : : .ob_base = {
142431 : : .ob_refcnt = 999999999,
142432 : : .ob_type = &PyUnicode_Type,
142433 : : },
142434 : : .length = 6,
142435 : : .hash = -1,
142436 : : .state = {
142437 : : .kind = 1,
142438 : : .compact = 1,
142439 : : .ascii = 1,
142440 : : },
142441 : : },
142442 : : ._data = "_Error",
142443 : : };
142444 : : static
142445 : : struct {
142446 : : PyASCIIObject _ascii;
142447 : : uint8_t _data[67];
142448 : : }
142449 : : runpy_toplevel_consts_12_consts_1 = {
142450 : : ._ascii = {
142451 : : .ob_base = {
142452 : : .ob_refcnt = 999999999,
142453 : : .ob_type = &PyUnicode_Type,
142454 : : },
142455 : : .length = 66,
142456 : : .hash = -1,
142457 : : .state = {
142458 : : .kind = 1,
142459 : : .compact = 1,
142460 : : .ascii = 1,
142461 : : },
142462 : : },
142463 : : ._data = "Error that _run_module_as_main() should report without a traceback",
142464 : : };
142465 : : static
142466 : : struct {
142467 : : PyGC_Head _gc_head;
142468 : : struct {
142469 : : PyObject_VAR_HEAD
142470 : : PyObject *ob_item[3];
142471 : : }_object;
142472 : : }
142473 : : runpy_toplevel_consts_12_consts = {
142474 : : ._object = {
142475 : : .ob_base = {
142476 : : .ob_base = {
142477 : : .ob_refcnt = 999999999,
142478 : : .ob_type = &PyTuple_Type,
142479 : : },
142480 : : .ob_size = 3,
142481 : : },
142482 : : .ob_item = {
142483 : : & const_str__Error._ascii.ob_base,
142484 : : & runpy_toplevel_consts_12_consts_1._ascii.ob_base,
142485 : : Py_None,
142486 : : },
142487 : : },
142488 : : };
142489 : : static
142490 : : struct {
142491 : : PyGC_Head _gc_head;
142492 : : struct {
142493 : : PyObject_VAR_HEAD
142494 : : PyObject *ob_item[4];
142495 : : }_object;
142496 : : }
142497 : : runpy_toplevel_consts_12_names = {
142498 : : ._object = {
142499 : : .ob_base = {
142500 : : .ob_base = {
142501 : : .ob_refcnt = 999999999,
142502 : : .ob_type = &PyTuple_Type,
142503 : : },
142504 : : .ob_size = 4,
142505 : : },
142506 : : .ob_item = {
142507 : : &_Py_ID(__name__),
142508 : : &_Py_ID(__module__),
142509 : : &_Py_ID(__qualname__),
142510 : : &_Py_ID(__doc__),
142511 : : },
142512 : : },
142513 : : };
142514 : : static
142515 : : struct {
142516 : : PyObject_VAR_HEAD
142517 : : Py_hash_t ob_shash;
142518 : : char ob_sval[23];
142519 : : }
142520 : : runpy_toplevel_consts_12_linetable = {
142521 : : .ob_base = {
142522 : : .ob_base = {
142523 : : .ob_refcnt = 999999999,
142524 : : .ob_type = &PyBytes_Type,
142525 : : },
142526 : : .ob_size = 22,
142527 : : },
142528 : : .ob_shash = -1,
142529 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x4c\xd0\x04\x4c\xd0\x04\x4c\xd0\x04\x4c",
142530 : : };
142531 : : static
142532 : : struct _PyCode_DEF(18)
142533 : : runpy_toplevel_consts_12 = {
142534 : : .ob_base = {
142535 : : .ob_base = {
142536 : : .ob_refcnt = 999999999,
142537 : : .ob_type = &PyCode_Type,
142538 : : },
142539 : : .ob_size = 9,
142540 : : },
142541 : : .co_consts = & runpy_toplevel_consts_12_consts._object.ob_base.ob_base,
142542 : : .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
142543 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
142544 : : .co_flags = 0,
142545 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142546 : : ._co_linearray_entry_size = 0,
142547 : : .co_argcount = 0,
142548 : : .co_posonlyargcount = 0,
142549 : : .co_kwonlyargcount = 0,
142550 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
142551 : : .co_stacksize = 1,
142552 : : .co_firstlineno = 166,
142553 : : .co_nlocalsplus = 0,
142554 : : .co_nlocals = 0,
142555 : : .co_nplaincellvars = 0,
142556 : : .co_ncellvars = 0,
142557 : : .co_nfreevars = 0,
142558 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
142559 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
142560 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142561 : : .co_name = & const_str__Error._ascii.ob_base,
142562 : : .co_qualname = & const_str__Error._ascii.ob_base,
142563 : : .co_linetable = & runpy_toplevel_consts_12_linetable.ob_base.ob_base,
142564 : : ._co_code = NULL,
142565 : : ._co_linearray = NULL,
142566 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
142567 : : ._co_firsttraceable = 0,
142568 : : };
142569 : : static
142570 : : struct {
142571 : : PyASCIIObject _ascii;
142572 : : uint8_t _data[454];
142573 : : }
142574 : : runpy_toplevel_consts_15_consts_0 = {
142575 : : ._ascii = {
142576 : : .ob_base = {
142577 : : .ob_refcnt = 999999999,
142578 : : .ob_type = &PyUnicode_Type,
142579 : : },
142580 : : .length = 453,
142581 : : .hash = -1,
142582 : : .state = {
142583 : : .kind = 1,
142584 : : .compact = 1,
142585 : : .ascii = 1,
142586 : : },
142587 : : },
142588 : : ._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",
142589 : : };
142590 : : static
142591 : : struct {
142592 : : PyGC_Head _gc_head;
142593 : : struct {
142594 : : PyObject_VAR_HEAD
142595 : : PyObject *ob_item[5];
142596 : : }_object;
142597 : : }
142598 : : runpy_toplevel_consts_15_consts = {
142599 : : ._object = {
142600 : : .ob_base = {
142601 : : .ob_base = {
142602 : : .ob_refcnt = 999999999,
142603 : : .ob_type = &PyTuple_Type,
142604 : : },
142605 : : .ob_size = 5,
142606 : : },
142607 : : .ob_item = {
142608 : : & runpy_toplevel_consts_15_consts_0._ascii.ob_base,
142609 : : &_Py_ID(__main__),
142610 : : & importlib__bootstrap_external_toplevel_consts_43_consts_4._ascii.ob_base,
142611 : : Py_None,
142612 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
142613 : : },
142614 : : },
142615 : : };
142616 : : static
142617 : : struct {
142618 : : PyASCIIObject _ascii;
142619 : : uint8_t _data[25];
142620 : : }
142621 : : const_str__get_main_module_details = {
142622 : : ._ascii = {
142623 : : .ob_base = {
142624 : : .ob_refcnt = 999999999,
142625 : : .ob_type = &PyUnicode_Type,
142626 : : },
142627 : : .length = 24,
142628 : : .hash = -1,
142629 : : .state = {
142630 : : .kind = 1,
142631 : : .compact = 1,
142632 : : .ascii = 1,
142633 : : },
142634 : : },
142635 : : ._data = "_get_main_module_details",
142636 : : };
142637 : : static
142638 : : struct {
142639 : : PyGC_Head _gc_head;
142640 : : struct {
142641 : : PyObject_VAR_HEAD
142642 : : PyObject *ob_item[11];
142643 : : }_object;
142644 : : }
142645 : : runpy_toplevel_consts_15_names = {
142646 : : ._object = {
142647 : : .ob_base = {
142648 : : .ob_base = {
142649 : : .ob_refcnt = 999999999,
142650 : : .ob_type = &PyTuple_Type,
142651 : : },
142652 : : .ob_size = 11,
142653 : : },
142654 : : .ob_item = {
142655 : : & const_str__get_module_details._ascii.ob_base,
142656 : : & const_str__Error._ascii.ob_base,
142657 : : & const_str__get_main_module_details._ascii.ob_base,
142658 : : & const_str_sys._ascii.ob_base,
142659 : : & const_str_executable._ascii.ob_base,
142660 : : & const_str_exit._ascii.ob_base,
142661 : : &_Py_ID(modules),
142662 : : &_Py_ID(__dict__),
142663 : : & const_str_origin._ascii.ob_base,
142664 : : & const_str_argv._ascii.ob_base,
142665 : : & const_str__run_code._ascii.ob_base,
142666 : : },
142667 : : },
142668 : : };
142669 : : static
142670 : : struct {
142671 : : PyASCIIObject _ascii;
142672 : : uint8_t _data[20];
142673 : : }
142674 : : const_str__run_module_as_main = {
142675 : : ._ascii = {
142676 : : .ob_base = {
142677 : : .ob_refcnt = 999999999,
142678 : : .ob_type = &PyUnicode_Type,
142679 : : },
142680 : : .length = 19,
142681 : : .hash = -1,
142682 : : .state = {
142683 : : .kind = 1,
142684 : : .compact = 1,
142685 : : .ascii = 1,
142686 : : },
142687 : : },
142688 : : ._data = "_run_module_as_main",
142689 : : };
142690 : : static
142691 : : struct {
142692 : : PyObject_VAR_HEAD
142693 : : Py_hash_t ob_shash;
142694 : : char ob_sval[215];
142695 : : }
142696 : : runpy_toplevel_consts_15_linetable = {
142697 : : .ob_base = {
142698 : : .ob_base = {
142699 : : .ob_refcnt = 999999999,
142700 : : .ob_type = &PyBytes_Type,
142701 : : },
142702 : : .ob_size = 214,
142703 : : },
142704 : : .ob_shash = -1,
142705 : : .ob_sval = "\x80\x00\xf0\x1c\x07\x05\x16\xd8\x0b\x15\xf0\x00\x03\x09\x48\x01\x98\x18\xa0\x5a\xd2\x19\x2f\xf0\x00\x03\x09\x48\x01\xdd\x27\x3a\xb8\x38\xc5\x56\xd4\x27\x4c\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xa0\x04\xe5\x27\x3f\xc5\x06\xd4\x27\x47\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xf5\x08\x00\x14\x17\x97\x3b\x91\x3b\x98\x7a\xd4\x13\x2a\xd7\x13\x33\xd1\x13\x33\x80\x4c\xd8\x07\x11\xf0\x00\x01\x05\x26\xd8\x16\x1e\x97\x6f\x91\x6f\x8d\x03\x8f\x08\x89\x08\x90\x11\x89\x0b\xdd\x0b\x14\x90\x54\x98\x3c\xa8\x14\xd8\x15\x1f\xa0\x18\xf4\x03\x01\x0c\x2b\xf0\x00\x01\x05\x2b\xf8\xf5\x0d\x00\x0c\x12\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xf0\x00\x02\x05\x16\xdd\x1a\x1d\x9f\x2e\x99\x2e\x98\x2e\x98\x2e\xa8\x23\xa8\x23\xd0\x0e\x2e\x88\x03\xdd\x08\x10\x8f\x08\x89\x08\x90\x13\x8c\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\x88\x0d\xf8\xf8\xf8\xf8\xf0\x05\x02\x05\x16\xf8\xf8\xf8",
142706 : : };
142707 : : static
142708 : : struct {
142709 : : PyObject_VAR_HEAD
142710 : : Py_hash_t ob_shash;
142711 : : char ob_sval[24];
142712 : : }
142713 : : runpy_toplevel_consts_15_exceptiontable = {
142714 : : .ob_base = {
142715 : : .ob_base = {
142716 : : .ob_refcnt = 999999999,
142717 : : .ob_type = &PyBytes_Type,
142718 : : },
142719 : : .ob_size = 23,
142720 : : },
142721 : : .ob_shash = -1,
142722 : : .ob_sval = "\x82\x36\x42\x0a\x00\xc2\x0a\x0a\x43\x0b\x03\xc2\x14\x2d\x43\x06\x03\xc3\x06\x05\x43\x0b\x03",
142723 : : };
142724 : : static
142725 : : struct {
142726 : : PyASCIIObject _ascii;
142727 : : uint8_t _data[11];
142728 : : }
142729 : : const_str_alter_argv = {
142730 : : ._ascii = {
142731 : : .ob_base = {
142732 : : .ob_refcnt = 999999999,
142733 : : .ob_type = &PyUnicode_Type,
142734 : : },
142735 : : .length = 10,
142736 : : .hash = -1,
142737 : : .state = {
142738 : : .kind = 1,
142739 : : .compact = 1,
142740 : : .ascii = 1,
142741 : : },
142742 : : },
142743 : : ._data = "alter_argv",
142744 : : };
142745 : : static
142746 : : struct {
142747 : : PyASCIIObject _ascii;
142748 : : uint8_t _data[13];
142749 : : }
142750 : : const_str_main_globals = {
142751 : : ._ascii = {
142752 : : .ob_base = {
142753 : : .ob_refcnt = 999999999,
142754 : : .ob_type = &PyUnicode_Type,
142755 : : },
142756 : : .length = 12,
142757 : : .hash = -1,
142758 : : .state = {
142759 : : .kind = 1,
142760 : : .compact = 1,
142761 : : .ascii = 1,
142762 : : },
142763 : : },
142764 : : ._data = "main_globals",
142765 : : };
142766 : : static
142767 : : struct {
142768 : : PyGC_Head _gc_head;
142769 : : struct {
142770 : : PyObject_VAR_HEAD
142771 : : PyObject *ob_item[7];
142772 : : }_object;
142773 : : }
142774 : : runpy_toplevel_consts_15_localsplusnames = {
142775 : : ._object = {
142776 : : .ob_base = {
142777 : : .ob_base = {
142778 : : .ob_refcnt = 999999999,
142779 : : .ob_type = &PyTuple_Type,
142780 : : },
142781 : : .ob_size = 7,
142782 : : },
142783 : : .ob_item = {
142784 : : & const_str_mod_name._ascii.ob_base,
142785 : : & const_str_alter_argv._ascii.ob_base,
142786 : : & const_str_mod_spec._ascii.ob_base,
142787 : : &_Py_ID(code),
142788 : : & const_str_exc._ascii.ob_base,
142789 : : &_Py_ID(msg),
142790 : : & const_str_main_globals._ascii.ob_base,
142791 : : },
142792 : : },
142793 : : };
142794 : : static
142795 : : struct _PyCode_DEF(412)
142796 : : runpy_toplevel_consts_15 = {
142797 : : .ob_base = {
142798 : : .ob_base = {
142799 : : .ob_refcnt = 999999999,
142800 : : .ob_type = &PyCode_Type,
142801 : : },
142802 : : .ob_size = 206,
142803 : : },
142804 : : .co_consts = & runpy_toplevel_consts_15_consts._object.ob_base.ob_base,
142805 : : .co_names = & runpy_toplevel_consts_15_names._object.ob_base.ob_base,
142806 : : .co_exceptiontable = & runpy_toplevel_consts_15_exceptiontable.ob_base.ob_base,
142807 : : .co_flags = 3,
142808 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
142809 : : ._co_linearray_entry_size = 0,
142810 : : .co_argcount = 2,
142811 : : .co_posonlyargcount = 0,
142812 : : .co_kwonlyargcount = 0,
142813 : : .co_framesize = 14 + FRAME_SPECIALS_SIZE,
142814 : : .co_stacksize = 7,
142815 : : .co_firstlineno = 173,
142816 : : .co_nlocalsplus = 7,
142817 : : .co_nlocals = 7,
142818 : : .co_nplaincellvars = 0,
142819 : : .co_ncellvars = 0,
142820 : : .co_nfreevars = 0,
142821 : : .co_localsplusnames = & runpy_toplevel_consts_15_localsplusnames._object.ob_base.ob_base,
142822 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_39_consts_12_localspluskinds.ob_base.ob_base,
142823 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
142824 : : .co_name = & const_str__run_module_as_main._ascii.ob_base,
142825 : : .co_qualname = & const_str__run_module_as_main._ascii.ob_base,
142826 : : .co_linetable = & runpy_toplevel_consts_15_linetable.ob_base.ob_base,
142827 : : ._co_code = NULL,
142828 : : ._co_linearray = NULL,
142829 : : .co_code_adaptive = "\x97\x00\x09\x00\x7c\x01\x73\x06\x7c\x00\x64\x01\x6b\x03\x00\x00\x00\x00\x72\x18\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x6e\x16\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x02\x7d\x03\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x06\x7c\x01\x72\x1e\x7f\x02\x6a\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x3c\x00\x00\x00\x74\x15\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7f\x03\x7c\x06\x64\x03\x64\x01\x7f\x02\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x23\x00\x74\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x37\x7d\x04\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x01\x64\x02\x7c\x04\x9b\x01\x9d\x03\x7d\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x59\x00\x64\x03\x7d\x04\x7e\x04\x8c\x8e\x64\x03\x7d\x04\x7e\x04\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01",
142830 : : ._co_firsttraceable = 0,
142831 : : };
142832 : : static
142833 : : struct {
142834 : : PyCompactUnicodeObject _compact;
142835 : : uint16_t _data[801];
142836 : : }
142837 : : runpy_toplevel_consts_17_consts_0 = {
142838 : : ._compact = {
142839 : : ._base = {
142840 : : .ob_base = {
142841 : : .ob_refcnt = 999999999,
142842 : : .ob_type = &PyUnicode_Type,
142843 : : },
142844 : : .length = 800,
142845 : : .hash = -1,
142846 : : .state = {
142847 : : .kind = 2,
142848 : : .compact = 1,
142849 : : .ascii = 0,
142850 : : },
142851 : : },
142852 : : },
142853 : : ._data = {
142854 : : 69, 120, 101, 99, 117, 116, 101, 32, 97, 32, 109, 111, 100, 117, 108, 101,
142855 : : 39, 115, 32, 99, 111, 100, 101, 32, 119, 105, 116, 104, 111, 117, 116, 32,
142856 : : 105, 109, 112, 111, 114, 116, 105, 110, 103, 32, 105, 116, 46, 10, 10, 32,
142857 : : 32, 32, 32, 32, 32, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 45,
142858 : : 45, 32, 97, 110, 32, 97, 98, 115, 111, 108, 117, 116, 101, 32, 109, 111,
142859 : : 100, 117, 108, 101, 32, 110, 97, 109, 101, 32, 111, 114, 32, 112, 97, 99,
142860 : : 107, 97, 103, 101, 32, 110, 97, 109, 101, 46, 10, 10, 32, 32, 32, 32,
142861 : : 32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108, 32, 97, 114, 103, 117,
142862 : : 109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32, 32, 32, 32, 105, 110,
142863 : : 105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32, 45, 45, 32, 100, 105,
142864 : : 99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115, 101, 100, 32, 116, 111,
142865 : : 32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97, 116, 101, 32, 116, 104,
142866 : : 101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10, 32, 32, 32, 32, 32,
142867 : : 32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100, 105, 99, 116, 105, 111,
142868 : : 110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101, 32,
142869 : : 99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101, 99, 117, 116, 101, 100,
142870 : : 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114, 117, 110, 95, 110, 97,
142871 : : 109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111, 116, 32, 78, 111, 110,
142872 : : 101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108, 108, 32, 98, 101, 32,
142873 : : 117, 115, 101, 100, 32, 102, 111, 114, 32, 115, 101, 116, 116, 105, 110, 103,
142874 : : 32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
142875 : : 32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 95, 95, 110,
142876 : : 97, 109, 101, 95, 95, 32, 119, 105, 108, 108, 32, 98, 101, 32, 115, 101,
142877 : : 116, 32, 116, 111, 32, 109, 111, 100, 95, 110, 97, 109, 101, 32, 43, 32,
142878 : : 39, 95, 95, 109, 97, 105, 110, 95, 95, 39, 32, 105, 102, 32, 116, 104,
142879 : : 101, 10, 32, 32, 32, 32, 32, 32, 32, 110, 97, 109, 101, 100, 32, 109,
142880 : : 111, 100, 117, 108, 101, 32, 105, 115, 32, 97, 32, 112, 97, 99, 107, 97,
142881 : : 103, 101, 32, 97, 110, 100, 32, 116, 111, 32, 106, 117, 115, 116, 32, 109,
142882 : : 111, 100, 95, 110, 97, 109, 101, 32, 111, 116, 104, 101, 114, 119, 105, 115,
142883 : : 101, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 97, 108, 116, 101, 114,
142884 : : 95, 115, 121, 115, 32, 45, 45, 32, 105, 102, 32, 84, 114, 117, 101, 44,
142885 : : 32, 115, 121, 115, 46, 97, 114, 103, 118, 91, 48, 93, 32, 105, 115, 32,
142886 : : 117, 112, 100, 97, 116, 101, 100, 32, 119, 105, 116, 104, 32, 116, 104, 101,
142887 : : 32, 118, 97, 108, 117, 101, 32, 111, 102, 10, 32, 32, 32, 32, 32, 32,
142888 : : 32, 95, 95, 102, 105, 108, 101, 95, 95, 32, 97, 110, 100, 32, 115, 121,
142889 : : 115, 46, 109, 111, 100, 117, 108, 101, 115, 91, 95, 95, 110, 97, 109, 101,
142890 : : 95, 95, 93, 32, 105, 115, 32, 117, 112, 100, 97, 116, 101, 100, 32, 119,
142891 : : 105, 116, 104, 32, 97, 32, 116, 101, 109, 112, 111, 114, 97, 114, 121, 10,
142892 : : 32, 32, 32, 32, 32, 32, 32, 109, 111, 100, 117, 108, 101, 32, 111, 98,
142893 : : 106, 101, 99, 116, 32, 102, 111, 114, 32, 116, 104, 101, 32, 109, 111, 100,
142894 : : 117, 108, 101, 32, 98, 101, 105, 110, 103, 32, 101, 120, 101, 99, 117, 116,
142895 : : 101, 100, 46, 32, 66, 111, 116, 104, 32, 97, 114, 101, 10, 32, 32, 32,
142896 : : 32, 32, 32, 32, 114, 101, 115, 116, 111, 114, 101, 100, 32, 116, 111, 32,
142897 : : 116, 104, 101, 105, 114, 32, 111, 114, 105, 103, 105, 110, 97, 108, 32, 118,
142898 : : 97, 108, 117, 101, 115, 32, 98, 101, 102, 111, 114, 101, 32, 116, 104, 101,
142899 : : 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 101, 116, 117, 114, 110,
142900 : : 115, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116, 117, 114,
142901 : : 110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105, 110, 103,
142902 : : 32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108, 115, 32,
142903 : : 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32, 32, 32,
142904 : : },
142905 : : };
142906 : : static
142907 : : struct {
142908 : : PyGC_Head _gc_head;
142909 : : struct {
142910 : : PyObject_VAR_HEAD
142911 : : PyObject *ob_item[1];
142912 : : }_object;
142913 : : }
142914 : : runpy_toplevel_consts_17_consts = {
142915 : : ._object = {
142916 : : .ob_base = {
142917 : : .ob_base = {
142918 : : .ob_refcnt = 999999999,
142919 : : .ob_type = &PyTuple_Type,
142920 : : },
142921 : : .ob_size = 1,
142922 : : },
142923 : : .ob_item = {
142924 : : & runpy_toplevel_consts_17_consts_0._compact._base.ob_base,
142925 : : },
142926 : : },
142927 : : };
142928 : : static
142929 : : struct {
142930 : : PyGC_Head _gc_head;
142931 : : struct {
142932 : : PyObject_VAR_HEAD
142933 : : PyObject *ob_item[3];
142934 : : }_object;
142935 : : }
142936 : : runpy_toplevel_consts_17_names = {
142937 : : ._object = {
142938 : : .ob_base = {
142939 : : .ob_base = {
142940 : : .ob_refcnt = 999999999,
142941 : : .ob_type = &PyTuple_Type,
142942 : : },
142943 : : .ob_size = 3,
142944 : : },
142945 : : .ob_item = {
142946 : : & const_str__get_module_details._ascii.ob_base,
142947 : : & const_str__run_module_code._ascii.ob_base,
142948 : : & const_str__run_code._ascii.ob_base,
142949 : : },
142950 : : },
142951 : : };
142952 : : static
142953 : : struct {
142954 : : PyObject_VAR_HEAD
142955 : : Py_hash_t ob_shash;
142956 : : char ob_sval[82];
142957 : : }
142958 : : runpy_toplevel_consts_17_linetable = {
142959 : : .ob_base = {
142960 : : .ob_base = {
142961 : : .ob_refcnt = 999999999,
142962 : : .ob_type = &PyBytes_Type,
142963 : : },
142964 : : .ob_size = 81,
142965 : : },
142966 : : .ob_shash = -1,
142967 : : .ob_sval = "\x80\x00\xf5\x2a\x00\x20\x33\xb0\x38\xd4\x1f\x3c\xd1\x04\x1c\x80\x48\x88\x68\x98\x04\xd8\x07\x0f\xf0\x00\x01\x05\x1c\xd8\x13\x1b\x88\x08\xd8\x07\x10\xf0\x00\x04\x05\x45\x01\xdd\x0f\x1f\xa0\x04\xa0\x6c\xb0\x48\xb8\x68\xd4\x0f\x47\xd0\x08\x47\xf5\x06\x00\x10\x19\x98\x14\x98\x72\xa0\x3c\xb0\x18\xb8\x38\xd4\x0f\x44\xd0\x08\x44",
142968 : : };
142969 : : static
142970 : : struct {
142971 : : PyASCIIObject _ascii;
142972 : : uint8_t _data[9];
142973 : : }
142974 : : const_str_run_name = {
142975 : : ._ascii = {
142976 : : .ob_base = {
142977 : : .ob_refcnt = 999999999,
142978 : : .ob_type = &PyUnicode_Type,
142979 : : },
142980 : : .length = 8,
142981 : : .hash = -1,
142982 : : .state = {
142983 : : .kind = 1,
142984 : : .compact = 1,
142985 : : .ascii = 1,
142986 : : },
142987 : : },
142988 : : ._data = "run_name",
142989 : : };
142990 : : static
142991 : : struct {
142992 : : PyASCIIObject _ascii;
142993 : : uint8_t _data[10];
142994 : : }
142995 : : const_str_alter_sys = {
142996 : : ._ascii = {
142997 : : .ob_base = {
142998 : : .ob_refcnt = 999999999,
142999 : : .ob_type = &PyUnicode_Type,
143000 : : },
143001 : : .length = 9,
143002 : : .hash = -1,
143003 : : .state = {
143004 : : .kind = 1,
143005 : : .compact = 1,
143006 : : .ascii = 1,
143007 : : },
143008 : : },
143009 : : ._data = "alter_sys",
143010 : : };
143011 : : static
143012 : : struct {
143013 : : PyGC_Head _gc_head;
143014 : : struct {
143015 : : PyObject_VAR_HEAD
143016 : : PyObject *ob_item[6];
143017 : : }_object;
143018 : : }
143019 : : runpy_toplevel_consts_17_localsplusnames = {
143020 : : ._object = {
143021 : : .ob_base = {
143022 : : .ob_base = {
143023 : : .ob_refcnt = 999999999,
143024 : : .ob_type = &PyTuple_Type,
143025 : : },
143026 : : .ob_size = 6,
143027 : : },
143028 : : .ob_item = {
143029 : : & const_str_mod_name._ascii.ob_base,
143030 : : & const_str_init_globals._ascii.ob_base,
143031 : : & const_str_run_name._ascii.ob_base,
143032 : : & const_str_alter_sys._ascii.ob_base,
143033 : : & const_str_mod_spec._ascii.ob_base,
143034 : : &_Py_ID(code),
143035 : : },
143036 : : },
143037 : : };
143038 : : static
143039 : : struct _PyCode_DEF(114)
143040 : : runpy_toplevel_consts_17 = {
143041 : : .ob_base = {
143042 : : .ob_base = {
143043 : : .ob_refcnt = 999999999,
143044 : : .ob_type = &PyCode_Type,
143045 : : },
143046 : : .ob_size = 57,
143047 : : },
143048 : : .co_consts = & runpy_toplevel_consts_17_consts._object.ob_base.ob_base,
143049 : : .co_names = & runpy_toplevel_consts_17_names._object.ob_base.ob_base,
143050 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
143051 : : .co_flags = 3,
143052 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143053 : : ._co_linearray_entry_size = 0,
143054 : : .co_argcount = 4,
143055 : : .co_posonlyargcount = 0,
143056 : : .co_kwonlyargcount = 0,
143057 : : .co_framesize = 13 + FRAME_SPECIALS_SIZE,
143058 : : .co_stacksize = 7,
143059 : : .co_firstlineno = 201,
143060 : : .co_nlocalsplus = 6,
143061 : : .co_nlocals = 6,
143062 : : .co_nplaincellvars = 0,
143063 : : .co_ncellvars = 0,
143064 : : .co_nfreevars = 0,
143065 : : .co_localsplusnames = & runpy_toplevel_consts_17_localsplusnames._object.ob_base.ob_base,
143066 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
143067 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143068 : : .co_name = & const_str_run_module._ascii.ob_base,
143069 : : .co_qualname = & const_str_run_module._ascii.ob_base,
143070 : : .co_linetable = & runpy_toplevel_consts_17_linetable.ob_base.ob_base,
143071 : : ._co_code = NULL,
143072 : : ._co_linearray = NULL,
143073 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x00\x7d\x04\x7d\x05\x7c\x02\x80\x02\x7c\x00\x7d\x02\x7c\x03\x72\x10\x74\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x7c\x01\x7c\x02\x7c\x04\xab\x04\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x69\x00\x7c\x01\x7c\x02\x7c\x04\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00",
143074 : : ._co_firsttraceable = 0,
143075 : : };
143076 : : static
143077 : : struct {
143078 : : PyASCIIObject _ascii;
143079 : : uint8_t _data[12];
143080 : : }
143081 : : runpy_toplevel_consts_18_consts_2 = {
143082 : : ._ascii = {
143083 : : .ob_base = {
143084 : : .ob_refcnt = 999999999,
143085 : : .ob_type = &PyUnicode_Type,
143086 : : },
143087 : : .length = 11,
143088 : : .hash = -1,
143089 : : .state = {
143090 : : .kind = 1,
143091 : : .compact = 1,
143092 : : .ascii = 1,
143093 : : },
143094 : : },
143095 : : ._data = "can't find ",
143096 : : };
143097 : : static
143098 : : struct {
143099 : : PyASCIIObject _ascii;
143100 : : uint8_t _data[12];
143101 : : }
143102 : : runpy_toplevel_consts_18_consts_3 = {
143103 : : ._ascii = {
143104 : : .ob_base = {
143105 : : .ob_refcnt = 999999999,
143106 : : .ob_type = &PyUnicode_Type,
143107 : : },
143108 : : .length = 11,
143109 : : .hash = -1,
143110 : : .state = {
143111 : : .kind = 1,
143112 : : .compact = 1,
143113 : : .ascii = 1,
143114 : : },
143115 : : },
143116 : : ._data = " module in ",
143117 : : };
143118 : : static
143119 : : struct {
143120 : : PyGC_Head _gc_head;
143121 : : struct {
143122 : : PyObject_VAR_HEAD
143123 : : PyObject *ob_item[5];
143124 : : }_object;
143125 : : }
143126 : : runpy_toplevel_consts_18_consts = {
143127 : : ._object = {
143128 : : .ob_base = {
143129 : : .ob_base = {
143130 : : .ob_refcnt = 999999999,
143131 : : .ob_type = &PyTuple_Type,
143132 : : },
143133 : : .ob_size = 5,
143134 : : },
143135 : : .ob_item = {
143136 : : Py_None,
143137 : : &_Py_ID(__main__),
143138 : : & runpy_toplevel_consts_18_consts_2._ascii.ob_base,
143139 : : & runpy_toplevel_consts_18_consts_3._ascii.ob_base,
143140 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
143141 : : },
143142 : : },
143143 : : };
143144 : : static
143145 : : struct {
143146 : : PyGC_Head _gc_head;
143147 : : struct {
143148 : : PyObject_VAR_HEAD
143149 : : PyObject *ob_item[6];
143150 : : }_object;
143151 : : }
143152 : : runpy_toplevel_consts_18_names = {
143153 : : ._object = {
143154 : : .ob_base = {
143155 : : .ob_base = {
143156 : : .ob_refcnt = 999999999,
143157 : : .ob_type = &PyTuple_Type,
143158 : : },
143159 : : .ob_size = 6,
143160 : : },
143161 : : .ob_item = {
143162 : : & const_str_sys._ascii.ob_base,
143163 : : &_Py_ID(modules),
143164 : : & const_str__get_module_details._ascii.ob_base,
143165 : : & const_str_ImportError._ascii.ob_base,
143166 : : & const_str_str._ascii.ob_base,
143167 : : &_Py_ID(path),
143168 : : },
143169 : : },
143170 : : };
143171 : : static
143172 : : struct {
143173 : : PyObject_VAR_HEAD
143174 : : Py_hash_t ob_shash;
143175 : : char ob_sval[196];
143176 : : }
143177 : : runpy_toplevel_consts_18_linetable = {
143178 : : .ob_base = {
143179 : : .ob_base = {
143180 : : .ob_refcnt = 999999999,
143181 : : .ob_type = &PyBytes_Type,
143182 : : },
143183 : : .ob_size = 195,
143184 : : },
143185 : : .ob_shash = -1,
143186 : : .ob_sval = "\x80\x00\xf0\x0a\x00\x11\x1b\x80\x49\xdd\x11\x14\x97\x1b\x91\x1b\x98\x59\xd4\x11\x27\x80\x4a\xdd\x08\x0b\x8f\x0b\x89\x0b\x90\x49\xd0\x08\x1e\xf0\x02\x08\x05\x2c\xdd\x0f\x22\xa0\x39\xd4\x0f\x2d\xf0\x0e\x00\x22\x2c\x8d\x03\x8f\x0b\x89\x0b\x90\x49\xd1\x08\x1e\xd0\x08\x1e\xf8\xf5\x0d\x00\x0c\x17\xf0\x00\x04\x05\x0e\xf0\x00\x04\x05\x0e\xf0\x00\x04\x05\x0e\xd8\x0b\x14\x9d\x03\x98\x43\x9c\x08\xd0\x0b\x20\xf0\x00\x02\x09\x41\x01\xd8\x12\x17\x90\x25\x90\x25\xd8\x1f\x28\x98\x79\x98\x79\xad\x23\xaf\x28\xa9\x28\xb0\x31\xac\x2b\xa8\x2b\xf0\x03\x01\x19\x37\xf4\x00\x01\x13\x38\xd8\x3d\x40\xf0\x03\x01\x0d\x41\x01\xe0\x08\x0d\xf8\xf8\xf8\xf8\xf0\x09\x04\x05\x0e\xf8\xf8\xf8\xf8\xf0\x0c\x00\x22\x2c\x8d\x03\x8f\x0b\x89\x0b\x90\x49\xd1\x08\x1e\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b\xd0\x08\x2b",
143187 : : };
143188 : : static
143189 : : struct {
143190 : : PyObject_VAR_HEAD
143191 : : Py_hash_t ob_shash;
143192 : : char ob_sval[36];
143193 : : }
143194 : : runpy_toplevel_consts_18_exceptiontable = {
143195 : : .ob_base = {
143196 : : .ob_base = {
143197 : : .ob_refcnt = 999999999,
143198 : : .ob_type = &PyBytes_Type,
143199 : : },
143200 : : .ob_size = 35,
143201 : : },
143202 : : .ob_shash = -1,
143203 : : .ob_sval = "\xad\x0c\x41\x0e\x00\xc1\x0e\x0a\x42\x12\x03\xc1\x18\x35\x42\x0d\x03\xc2\x0d\x05\x42\x12\x03\xc2\x12\x03\x42\x15\x00\xc2\x15\x16\x42\x2b\x03",
143204 : : };
143205 : : static
143206 : : struct {
143207 : : PyASCIIObject _ascii;
143208 : : uint8_t _data[10];
143209 : : }
143210 : : const_str_main_name = {
143211 : : ._ascii = {
143212 : : .ob_base = {
143213 : : .ob_refcnt = 999999999,
143214 : : .ob_type = &PyUnicode_Type,
143215 : : },
143216 : : .length = 9,
143217 : : .hash = -1,
143218 : : .state = {
143219 : : .kind = 1,
143220 : : .compact = 1,
143221 : : .ascii = 1,
143222 : : },
143223 : : },
143224 : : ._data = "main_name",
143225 : : };
143226 : : static
143227 : : struct {
143228 : : PyASCIIObject _ascii;
143229 : : uint8_t _data[11];
143230 : : }
143231 : : const_str_saved_main = {
143232 : : ._ascii = {
143233 : : .ob_base = {
143234 : : .ob_refcnt = 999999999,
143235 : : .ob_type = &PyUnicode_Type,
143236 : : },
143237 : : .length = 10,
143238 : : .hash = -1,
143239 : : .state = {
143240 : : .kind = 1,
143241 : : .compact = 1,
143242 : : .ascii = 1,
143243 : : },
143244 : : },
143245 : : ._data = "saved_main",
143246 : : };
143247 : : static
143248 : : struct {
143249 : : PyGC_Head _gc_head;
143250 : : struct {
143251 : : PyObject_VAR_HEAD
143252 : : PyObject *ob_item[4];
143253 : : }_object;
143254 : : }
143255 : : runpy_toplevel_consts_18_localsplusnames = {
143256 : : ._object = {
143257 : : .ob_base = {
143258 : : .ob_base = {
143259 : : .ob_refcnt = 999999999,
143260 : : .ob_type = &PyTuple_Type,
143261 : : },
143262 : : .ob_size = 4,
143263 : : },
143264 : : .ob_item = {
143265 : : & const_str_error._ascii.ob_base,
143266 : : & const_str_main_name._ascii.ob_base,
143267 : : & const_str_saved_main._ascii.ob_base,
143268 : : & const_str_exc._ascii.ob_base,
143269 : : },
143270 : : },
143271 : : };
143272 : : static
143273 : : struct _PyCode_DEF(348)
143274 : : runpy_toplevel_consts_18 = {
143275 : : .ob_base = {
143276 : : .ob_base = {
143277 : : .ob_refcnt = 999999999,
143278 : : .ob_type = &PyCode_Type,
143279 : : },
143280 : : .ob_size = 174,
143281 : : },
143282 : : .co_consts = & runpy_toplevel_consts_18_consts._object.ob_base.ob_base,
143283 : : .co_names = & runpy_toplevel_consts_18_names._object.ob_base.ob_base,
143284 : : .co_exceptiontable = & runpy_toplevel_consts_18_exceptiontable.ob_base.ob_base,
143285 : : .co_flags = 3,
143286 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143287 : : ._co_linearray_entry_size = 0,
143288 : : .co_argcount = 1,
143289 : : .co_posonlyargcount = 0,
143290 : : .co_kwonlyargcount = 0,
143291 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
143292 : : .co_stacksize = 8,
143293 : : .co_firstlineno = 231,
143294 : : .co_nlocalsplus = 4,
143295 : : .co_nlocals = 4,
143296 : : .co_nplaincellvars = 0,
143297 : : .co_ncellvars = 0,
143298 : : .co_nfreevars = 0,
143299 : : .co_localsplusnames = & runpy_toplevel_consts_18_localsplusnames._object.ob_base.ob_base,
143300 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_33_localspluskinds.ob_base.ob_base,
143301 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143302 : : .co_name = & const_str__get_main_module_details._ascii.ob_base,
143303 : : .co_qualname = & const_str__get_main_module_details._ascii.ob_base,
143304 : : .co_linetable = & runpy_toplevel_consts_18_linetable.ob_base.ob_base,
143305 : : ._co_code = NULL,
143306 : : ._co_linearray = NULL,
143307 : : .co_code_adaptive = "\x97\x00\x64\x01\x7d\x01\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3d\x00\x09\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x53\x00\x23\x00\x74\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x3a\x7d\x03\x7c\x01\x74\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x76\x00\x72\x25\x02\x00\x7c\x00\x64\x02\x7c\x01\x9b\x02\x64\x03\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9b\x02\x9d\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\x82\x02\x82\x00\x64\x00\x7d\x03\x7e\x03\x77\x01\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x7c\x02\x74\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x3c\x00\x00\x00\x77\x00\x78\x03\x59\x00\x77\x01",
143308 : : ._co_firsttraceable = 0,
143309 : : };
143310 : : static
143311 : : struct {
143312 : : PyASCIIObject _ascii;
143313 : : uint8_t _data[10];
143314 : : }
143315 : : const_str_read_code = {
143316 : : ._ascii = {
143317 : : .ob_base = {
143318 : : .ob_refcnt = 999999999,
143319 : : .ob_type = &PyUnicode_Type,
143320 : : },
143321 : : .length = 9,
143322 : : .hash = -1,
143323 : : .state = {
143324 : : .kind = 1,
143325 : : .compact = 1,
143326 : : .ascii = 1,
143327 : : },
143328 : : },
143329 : : ._data = "read_code",
143330 : : };
143331 : : static
143332 : : struct {
143333 : : PyGC_Head _gc_head;
143334 : : struct {
143335 : : PyObject_VAR_HEAD
143336 : : PyObject *ob_item[1];
143337 : : }_object;
143338 : : }
143339 : : runpy_toplevel_consts_19_consts_2 = {
143340 : : ._object = {
143341 : : .ob_base = {
143342 : : .ob_base = {
143343 : : .ob_refcnt = 999999999,
143344 : : .ob_type = &PyTuple_Type,
143345 : : },
143346 : : .ob_size = 1,
143347 : : },
143348 : : .ob_item = {
143349 : : & const_str_read_code._ascii.ob_base,
143350 : : },
143351 : : },
143352 : : };
143353 : : static
143354 : : struct {
143355 : : PyGC_Head _gc_head;
143356 : : struct {
143357 : : PyObject_VAR_HEAD
143358 : : PyObject *ob_item[4];
143359 : : }_object;
143360 : : }
143361 : : runpy_toplevel_consts_19_consts = {
143362 : : ._object = {
143363 : : .ob_base = {
143364 : : .ob_base = {
143365 : : .ob_refcnt = 999999999,
143366 : : .ob_type = &PyTuple_Type,
143367 : : },
143368 : : .ob_size = 4,
143369 : : },
143370 : : .ob_item = {
143371 : : Py_None,
143372 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
143373 : : & runpy_toplevel_consts_19_consts_2._object.ob_base.ob_base,
143374 : : & const_str_exec._ascii.ob_base,
143375 : : },
143376 : : },
143377 : : };
143378 : : static
143379 : : struct {
143380 : : PyASCIIObject _ascii;
143381 : : uint8_t _data[8];
143382 : : }
143383 : : const_str_pkgutil = {
143384 : : ._ascii = {
143385 : : .ob_base = {
143386 : : .ob_refcnt = 999999999,
143387 : : .ob_type = &PyUnicode_Type,
143388 : : },
143389 : : .length = 7,
143390 : : .hash = -1,
143391 : : .state = {
143392 : : .kind = 1,
143393 : : .compact = 1,
143394 : : .ascii = 1,
143395 : : },
143396 : : },
143397 : : ._data = "pkgutil",
143398 : : };
143399 : : static
143400 : : struct {
143401 : : PyGC_Head _gc_head;
143402 : : struct {
143403 : : PyObject_VAR_HEAD
143404 : : PyObject *ob_item[10];
143405 : : }_object;
143406 : : }
143407 : : runpy_toplevel_consts_19_names = {
143408 : : ._object = {
143409 : : .ob_base = {
143410 : : .ob_base = {
143411 : : .ob_refcnt = 999999999,
143412 : : .ob_type = &PyTuple_Type,
143413 : : },
143414 : : .ob_size = 10,
143415 : : },
143416 : : .ob_item = {
143417 : : & const_str_pkgutil._ascii.ob_base,
143418 : : & const_str_read_code._ascii.ob_base,
143419 : : & const_str_os._ascii.ob_base,
143420 : : &_Py_ID(path),
143421 : : & const_str_abspath._ascii.ob_base,
143422 : : & const_str_fsdecode._ascii.ob_base,
143423 : : & const_str_io._ascii.ob_base,
143424 : : & const_str_open_code._ascii.ob_base,
143425 : : & const_str_compile._ascii.ob_base,
143426 : : &_Py_ID(read),
143427 : : },
143428 : : },
143429 : : };
143430 : : static
143431 : : struct {
143432 : : PyASCIIObject _ascii;
143433 : : uint8_t _data[20];
143434 : : }
143435 : : const_str__get_code_from_file = {
143436 : : ._ascii = {
143437 : : .ob_base = {
143438 : : .ob_refcnt = 999999999,
143439 : : .ob_type = &PyUnicode_Type,
143440 : : },
143441 : : .length = 19,
143442 : : .hash = -1,
143443 : : .state = {
143444 : : .kind = 1,
143445 : : .compact = 1,
143446 : : .ascii = 1,
143447 : : },
143448 : : },
143449 : : ._data = "_get_code_from_file",
143450 : : };
143451 : : static
143452 : : struct {
143453 : : PyObject_VAR_HEAD
143454 : : Py_hash_t ob_shash;
143455 : : char ob_sval[281];
143456 : : }
143457 : : runpy_toplevel_consts_19_linetable = {
143458 : : .ob_base = {
143459 : : .ob_base = {
143460 : : .ob_refcnt = 999999999,
143461 : : .ob_type = &PyBytes_Type,
143462 : : },
143463 : : .ob_size = 280,
143464 : : },
143465 : : .ob_shash = -1,
143466 : : .ob_sval = "\x80\x00\xe0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xd0\x04\x21\xdd\x13\x15\x97\x37\x91\x37\x97\x3f\x91\x3f\xa5\x32\xa7\x3b\xa1\x3b\xa8\x75\xd4\x23\x35\xd4\x13\x36\x80\x4c\xdd\x09\x15\x8f\x1c\x89\x1c\x90\x6c\xd4\x09\x23\xf0\x00\x01\x05\x1c\xa0\x71\xd8\x0f\x18\x88\x79\x98\x11\x8c\x7c\x88\x04\xf0\x03\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf4\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xe0\x07\x0b\xf0\x00\x03\x05\x34\xe5\x0d\x19\x8f\x5c\x89\x5c\x98\x2c\xd4\x0d\x27\xf0\x00\x01\x09\x34\xa8\x31\xdd\x13\x1a\x98\x31\x9f\x36\x99\x36\x9c\x38\xa0\x55\xa8\x46\xd4\x13\x33\x88\x44\xf0\x03\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf4\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xe0\x0b\x0f\x90\x15\x88\x3b\xd0\x04\x16\xf0\x0d\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf0\x00\x01\x05\x1c\xf8\xf8\xf8\xf0\x08\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf0\x00\x01\x09\x34\xf8\xf8\xf8",
143467 : : };
143468 : : static
143469 : : struct {
143470 : : PyObject_VAR_HEAD
143471 : : Py_hash_t ob_shash;
143472 : : char ob_sval[25];
143473 : : }
143474 : : runpy_toplevel_consts_19_exceptiontable = {
143475 : : .ob_base = {
143476 : : .ob_base = {
143477 : : .ob_refcnt = 999999999,
143478 : : .ob_type = &PyBytes_Type,
143479 : : },
143480 : : .ob_size = 24,
143481 : : },
143482 : : .ob_shash = -1,
143483 : : .ob_sval = "\xc1\x14\x0a\x42\x2c\x03\xc2\x00\x1f\x42\x38\x03\xc2\x2c\x05\x42\x35\x07\xc2\x38\x05\x43\x01\x07",
143484 : : };
143485 : : static
143486 : : struct {
143487 : : PyASCIIObject _ascii;
143488 : : uint8_t _data[13];
143489 : : }
143490 : : const_str_decoded_path = {
143491 : : ._ascii = {
143492 : : .ob_base = {
143493 : : .ob_refcnt = 999999999,
143494 : : .ob_type = &PyUnicode_Type,
143495 : : },
143496 : : .length = 12,
143497 : : .hash = -1,
143498 : : .state = {
143499 : : .kind = 1,
143500 : : .compact = 1,
143501 : : .ascii = 1,
143502 : : },
143503 : : },
143504 : : ._data = "decoded_path",
143505 : : };
143506 : : static
143507 : : struct {
143508 : : PyGC_Head _gc_head;
143509 : : struct {
143510 : : PyObject_VAR_HEAD
143511 : : PyObject *ob_item[6];
143512 : : }_object;
143513 : : }
143514 : : runpy_toplevel_consts_19_localsplusnames = {
143515 : : ._object = {
143516 : : .ob_base = {
143517 : : .ob_base = {
143518 : : .ob_refcnt = 999999999,
143519 : : .ob_type = &PyTuple_Type,
143520 : : },
143521 : : .ob_size = 6,
143522 : : },
143523 : : .ob_item = {
143524 : : & const_str_run_name._ascii.ob_base,
143525 : : & const_str_fname._ascii.ob_base,
143526 : : & const_str_read_code._ascii.ob_base,
143527 : : & const_str_decoded_path._ascii.ob_base,
143528 : : & const_str_f._ascii.ob_base,
143529 : : &_Py_ID(code),
143530 : : },
143531 : : },
143532 : : };
143533 : : static
143534 : : struct _PyCode_DEF(392)
143535 : : runpy_toplevel_consts_19 = {
143536 : : .ob_base = {
143537 : : .ob_base = {
143538 : : .ob_refcnt = 999999999,
143539 : : .ob_type = &PyCode_Type,
143540 : : },
143541 : : .ob_size = 196,
143542 : : },
143543 : : .co_consts = & runpy_toplevel_consts_19_consts._object.ob_base.ob_base,
143544 : : .co_names = & runpy_toplevel_consts_19_names._object.ob_base.ob_base,
143545 : : .co_exceptiontable = & runpy_toplevel_consts_19_exceptiontable.ob_base.ob_base,
143546 : : .co_flags = 3,
143547 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143548 : : ._co_linearray_entry_size = 0,
143549 : : .co_argcount = 2,
143550 : : .co_posonlyargcount = 0,
143551 : : .co_kwonlyargcount = 0,
143552 : : .co_framesize = 12 + FRAME_SPECIALS_SIZE,
143553 : : .co_stacksize = 6,
143554 : : .co_firstlineno = 250,
143555 : : .co_nlocalsplus = 6,
143556 : : .co_nlocals = 6,
143557 : : .co_nplaincellvars = 0,
143558 : : .co_ncellvars = 0,
143559 : : .co_nfreevars = 0,
143560 : : .co_localsplusnames = & runpy_toplevel_consts_19_localsplusnames._object.ob_base.ob_base,
143561 : : .co_localspluskinds = & importlib__bootstrap_toplevel_consts_23_consts_4_localspluskinds.ob_base.ob_base,
143562 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143563 : : .co_name = & const_str__get_code_from_file._ascii.ob_base,
143564 : : .co_qualname = & const_str__get_code_from_file._ascii.ob_base,
143565 : : .co_linetable = & runpy_toplevel_consts_19_linetable.ob_base.ob_base,
143566 : : ._co_code = NULL,
143567 : : ._co_linearray = NULL,
143568 : : .co_code_adaptive = "\x97\x00\x64\x01\x64\x02\x6c\x00\x6d\x01\x7d\x02\x01\x00\x74\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x09\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x74\x05\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x02\x00\x7c\x02\x7c\x04\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7f\x05\x80\x3f\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x04\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x04\x6a\x13\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x01\x64\x03\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x00\x64\x00\x64\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x7c\x05\x7c\x01\x66\x02\x53\x00\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x4e\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x8c\x19\x78\x03\x59\x00\x77\x01",
143569 : : ._co_firsttraceable = 0,
143570 : : };
143571 : : static
143572 : : struct {
143573 : : PyCompactUnicodeObject _compact;
143574 : : uint16_t _data[531];
143575 : : }
143576 : : runpy_toplevel_consts_20_consts_0 = {
143577 : : ._compact = {
143578 : : ._base = {
143579 : : .ob_base = {
143580 : : .ob_refcnt = 999999999,
143581 : : .ob_type = &PyUnicode_Type,
143582 : : },
143583 : : .length = 530,
143584 : : .hash = -1,
143585 : : .state = {
143586 : : .kind = 2,
143587 : : .compact = 1,
143588 : : .ascii = 0,
143589 : : },
143590 : : },
143591 : : },
143592 : : ._data = {
143593 : : 69, 120, 101, 99, 117, 116, 101, 32, 99, 111, 100, 101, 32, 108, 111, 99,
143594 : : 97, 116, 101, 100, 32, 97, 116, 32, 116, 104, 101, 32, 115, 112, 101, 99,
143595 : : 105, 102, 105, 101, 100, 32, 102, 105, 108, 101, 115, 121, 115, 116, 101, 109,
143596 : : 32, 108, 111, 99, 97, 116, 105, 111, 110, 46, 10, 10, 32, 32, 32, 32,
143597 : : 32, 32, 32, 112, 97, 116, 104, 95, 110, 97, 109, 101, 32, 45, 45, 32,
143598 : : 102, 105, 108, 101, 115, 121, 115, 116, 101, 109, 32, 108, 111, 99, 97, 116,
143599 : : 105, 111, 110, 32, 111, 102, 32, 97, 32, 80, 121, 116, 104, 111, 110, 32,
143600 : : 115, 99, 114, 105, 112, 116, 44, 32, 122, 105, 112, 102, 105, 108, 101, 44,
143601 : : 10, 32, 32, 32, 32, 32, 32, 32, 111, 114, 32, 100, 105, 114, 101, 99,
143602 : : 116, 111, 114, 121, 32, 99, 111, 110, 116, 97, 105, 110, 105, 110, 103, 32,
143603 : : 97, 32, 116, 111, 112, 32, 108, 101, 118, 101, 108, 32, 95, 95, 109, 97,
143604 : : 105, 110, 95, 95, 46, 112, 121, 32, 115, 99, 114, 105, 112, 116, 46, 10,
143605 : : 10, 32, 32, 32, 32, 32, 32, 32, 79, 112, 116, 105, 111, 110, 97, 108,
143606 : : 32, 97, 114, 103, 117, 109, 101, 110, 116, 115, 58, 10, 32, 32, 32, 32,
143607 : : 32, 32, 32, 105, 110, 105, 116, 95, 103, 108, 111, 98, 97, 108, 115, 32,
143608 : : 45, 45, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 117, 115,
143609 : : 101, 100, 32, 116, 111, 32, 112, 114, 101, 45, 112, 111, 112, 117, 108, 97,
143610 : : 116, 101, 32, 116, 104, 101, 32, 109, 111, 100, 117, 108, 101, 8217, 115, 10,
143611 : : 32, 32, 32, 32, 32, 32, 32, 103, 108, 111, 98, 97, 108, 115, 32, 100,
143612 : : 105, 99, 116, 105, 111, 110, 97, 114, 121, 32, 98, 101, 102, 111, 114, 101,
143613 : : 32, 116, 104, 101, 32, 99, 111, 100, 101, 32, 105, 115, 32, 101, 120, 101,
143614 : : 99, 117, 116, 101, 100, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 114,
143615 : : 117, 110, 95, 110, 97, 109, 101, 32, 45, 45, 32, 105, 102, 32, 110, 111,
143616 : : 116, 32, 78, 111, 110, 101, 44, 32, 116, 104, 105, 115, 32, 119, 105, 108,
143617 : : 108, 32, 98, 101, 32, 117, 115, 101, 100, 32, 116, 111, 32, 115, 101, 116,
143618 : : 32, 95, 95, 110, 97, 109, 101, 95, 95, 59, 10, 32, 32, 32, 32, 32,
143619 : : 32, 32, 111, 116, 104, 101, 114, 119, 105, 115, 101, 44, 32, 39, 60, 114,
143620 : : 117, 110, 95, 112, 97, 116, 104, 62, 39, 32, 119, 105, 108, 108, 32, 98,
143621 : : 101, 32, 117, 115, 101, 100, 32, 102, 111, 114, 32, 95, 95, 110, 97, 109,
143622 : : 101, 95, 95, 46, 10, 10, 32, 32, 32, 32, 32, 32, 32, 82, 101, 116,
143623 : : 117, 114, 110, 115, 32, 116, 104, 101, 32, 114, 101, 115, 117, 108, 116, 105,
143624 : : 110, 103, 32, 109, 111, 100, 117, 108, 101, 32, 103, 108, 111, 98, 97, 108,
143625 : : 115, 32, 100, 105, 99, 116, 105, 111, 110, 97, 114, 121, 46, 10, 32, 32,
143626 : : 32, 32,
143627 : : },
143628 : : };
143629 : : static
143630 : : struct {
143631 : : PyASCIIObject _ascii;
143632 : : uint8_t _data[11];
143633 : : }
143634 : : runpy_toplevel_consts_20_consts_2 = {
143635 : : ._ascii = {
143636 : : .ob_base = {
143637 : : .ob_refcnt = 999999999,
143638 : : .ob_type = &PyUnicode_Type,
143639 : : },
143640 : : .length = 10,
143641 : : .hash = -1,
143642 : : .state = {
143643 : : .kind = 1,
143644 : : .compact = 1,
143645 : : .ascii = 1,
143646 : : },
143647 : : },
143648 : : ._data = "<run_path>",
143649 : : };
143650 : : static
143651 : : struct {
143652 : : PyASCIIObject _ascii;
143653 : : uint8_t _data[13];
143654 : : }
143655 : : const_str_get_importer = {
143656 : : ._ascii = {
143657 : : .ob_base = {
143658 : : .ob_refcnt = 999999999,
143659 : : .ob_type = &PyUnicode_Type,
143660 : : },
143661 : : .length = 12,
143662 : : .hash = -1,
143663 : : .state = {
143664 : : .kind = 1,
143665 : : .compact = 1,
143666 : : .ascii = 1,
143667 : : },
143668 : : },
143669 : : ._data = "get_importer",
143670 : : };
143671 : : static
143672 : : struct {
143673 : : PyGC_Head _gc_head;
143674 : : struct {
143675 : : PyObject_VAR_HEAD
143676 : : PyObject *ob_item[1];
143677 : : }_object;
143678 : : }
143679 : : runpy_toplevel_consts_20_consts_5 = {
143680 : : ._object = {
143681 : : .ob_base = {
143682 : : .ob_base = {
143683 : : .ob_refcnt = 999999999,
143684 : : .ob_type = &PyTuple_Type,
143685 : : },
143686 : : .ob_size = 1,
143687 : : },
143688 : : .ob_item = {
143689 : : & const_str_get_importer._ascii.ob_base,
143690 : : },
143691 : : },
143692 : : };
143693 : : static
143694 : : struct {
143695 : : PyASCIIObject _ascii;
143696 : : uint8_t _data[4];
143697 : : }
143698 : : const_str_imp = {
143699 : : ._ascii = {
143700 : : .ob_base = {
143701 : : .ob_refcnt = 999999999,
143702 : : .ob_type = &PyUnicode_Type,
143703 : : },
143704 : : .length = 3,
143705 : : .hash = -1,
143706 : : .state = {
143707 : : .kind = 1,
143708 : : .compact = 1,
143709 : : .ascii = 1,
143710 : : },
143711 : : },
143712 : : ._data = "imp",
143713 : : };
143714 : : static
143715 : : struct {
143716 : : PyASCIIObject _ascii;
143717 : : uint8_t _data[13];
143718 : : }
143719 : : const_str_NullImporter = {
143720 : : ._ascii = {
143721 : : .ob_base = {
143722 : : .ob_refcnt = 999999999,
143723 : : .ob_type = &PyUnicode_Type,
143724 : : },
143725 : : .length = 12,
143726 : : .hash = -1,
143727 : : .state = {
143728 : : .kind = 1,
143729 : : .compact = 1,
143730 : : .ascii = 1,
143731 : : },
143732 : : },
143733 : : ._data = "NullImporter",
143734 : : };
143735 : : static
143736 : : struct {
143737 : : PyGC_Head _gc_head;
143738 : : struct {
143739 : : PyObject_VAR_HEAD
143740 : : PyObject *ob_item[2];
143741 : : }_object;
143742 : : }
143743 : : runpy_toplevel_consts_20_consts_10 = {
143744 : : ._object = {
143745 : : .ob_base = {
143746 : : .ob_base = {
143747 : : .ob_refcnt = 999999999,
143748 : : .ob_type = &PyTuple_Type,
143749 : : },
143750 : : .ob_size = 2,
143751 : : },
143752 : : .ob_item = {
143753 : : & const_str_pkg_name._ascii.ob_base,
143754 : : & const_str_script_name._ascii.ob_base,
143755 : : },
143756 : : },
143757 : : };
143758 : : static
143759 : : struct {
143760 : : PyGC_Head _gc_head;
143761 : : struct {
143762 : : PyObject_VAR_HEAD
143763 : : PyObject *ob_item[11];
143764 : : }_object;
143765 : : }
143766 : : runpy_toplevel_consts_20_consts = {
143767 : : ._object = {
143768 : : .ob_base = {
143769 : : .ob_base = {
143770 : : .ob_refcnt = 999999999,
143771 : : .ob_type = &PyTuple_Type,
143772 : : },
143773 : : .ob_size = 11,
143774 : : },
143775 : : .ob_item = {
143776 : : & runpy_toplevel_consts_20_consts_0._compact._base.ob_base,
143777 : : Py_None,
143778 : : & runpy_toplevel_consts_20_consts_2._ascii.ob_base,
143779 : : &_Py_STR(dot),
143780 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
143781 : : & runpy_toplevel_consts_20_consts_5._object.ob_base.ob_base,
143782 : : Py_False,
143783 : : & const_str_imp._ascii.ob_base,
143784 : : & const_str_NullImporter._ascii.ob_base,
143785 : : Py_True,
143786 : : & runpy_toplevel_consts_20_consts_10._object.ob_base.ob_base,
143787 : : },
143788 : : },
143789 : : };
143790 : : static
143791 : : struct {
143792 : : PyGC_Head _gc_head;
143793 : : struct {
143794 : : PyObject_VAR_HEAD
143795 : : PyObject *ob_item[21];
143796 : : }_object;
143797 : : }
143798 : : runpy_toplevel_consts_20_names = {
143799 : : ._object = {
143800 : : .ob_base = {
143801 : : .ob_base = {
143802 : : .ob_refcnt = 999999999,
143803 : : .ob_type = &PyTuple_Type,
143804 : : },
143805 : : .ob_size = 21,
143806 : : },
143807 : : .ob_item = {
143808 : : & const_str_rpartition._ascii.ob_base,
143809 : : & const_str_pkgutil._ascii.ob_base,
143810 : : & const_str_get_importer._ascii.ob_base,
143811 : : & const_str_type._ascii.ob_base,
143812 : : &_Py_ID(__module__),
143813 : : &_Py_ID(__name__),
143814 : : &_Py_ID(isinstance),
143815 : : & const_str__get_code_from_file._ascii.ob_base,
143816 : : & const_str__run_module_code._ascii.ob_base,
143817 : : & const_str_sys._ascii.ob_base,
143818 : : &_Py_ID(path),
143819 : : & const_str_insert._ascii.ob_base,
143820 : : & const_str__get_main_module_details._ascii.ob_base,
143821 : : & const_str__TempModule._ascii.ob_base,
143822 : : & const_str__ModifiedArgv0._ascii.ob_base,
143823 : : & const_str_module._ascii.ob_base,
143824 : : &_Py_ID(__dict__),
143825 : : & const_str__run_code._ascii.ob_base,
143826 : : &_Py_ID(copy),
143827 : : & const_str_remove._ascii.ob_base,
143828 : : & const_str_ValueError._ascii.ob_base,
143829 : : },
143830 : : },
143831 : : };
143832 : : static
143833 : : struct {
143834 : : PyObject_VAR_HEAD
143835 : : Py_hash_t ob_shash;
143836 : : char ob_sval[737];
143837 : : }
143838 : : runpy_toplevel_consts_20_linetable = {
143839 : : .ob_base = {
143840 : : .ob_base = {
143841 : : .ob_refcnt = 999999999,
143842 : : .ob_type = &PyBytes_Type,
143843 : : },
143844 : : .ob_size = 736,
143845 : : },
143846 : : .ob_shash = -1,
143847 : : .ob_sval = "\x80\x00\xf0\x1e\x00\x08\x10\xf0\x00\x01\x05\x20\xd8\x13\x1f\x88\x08\xd8\x0f\x17\xd7\x0f\x22\xd1\x0f\x22\xa0\x33\xd4\x0f\x27\xa8\x01\xd4\x0f\x2a\x80\x48\xd8\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd0\x04\x24\xd8\x0f\x1b\x88\x7c\x98\x49\xd4\x0f\x26\x80\x48\xe0\x16\x1b\x80\x4f\xdd\x07\x0b\x88\x48\x84\x7e\xd7\x07\x20\xd1\x07\x20\xa0\x45\xd2\x07\x29\xf0\x00\x02\x05\x23\xdd\x0b\x0f\x90\x08\x8c\x3e\xd7\x0b\x22\xd1\x0b\x22\xa0\x6e\xd2\x0b\x34\xf0\x00\x01\x09\x23\xd8\x1e\x22\x88\x4f\xdd\x07\x11\x90\x28\x9d\x44\xa0\x14\x9c\x4a\xd4\x07\x27\xf0\x00\x1b\x05\x15\xa8\x3f\xf0\x00\x1b\x05\x15\xf5\x06\x00\x17\x2a\xa8\x28\xb0\x49\xd4\x16\x3e\x89\x0b\x88\x04\x88\x65\xdd\x0f\x1f\xa0\x04\xa0\x6c\xb0\x48\xd8\x29\x31\xb8\x75\xf0\x03\x01\x10\x46\x01\xf4\x00\x01\x10\x46\x01\xf0\x00\x01\x09\x46\x01\xf5\x0a\x00\x09\x0c\x8f\x08\x89\x08\x8f\x0f\x89\x0f\x98\x01\x98\x39\xd4\x08\x25\xd0\x08\x25\xf0\x02\x11\x09\x15\xf5\x0e\x00\x28\x40\x01\xd4\x27\x41\xd1\x0c\x24\x88\x48\x90\x68\xa0\x04\xdd\x11\x1c\x98\x58\xd4\x11\x26\xf0\x00\x04\x0d\x49\x01\xa8\x2b\xdd\x11\x1f\xa0\x09\xd4\x11\x2a\xf0\x03\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xe0\x1e\x29\xd7\x1e\x30\xd1\x1e\x30\xd7\x1e\x39\xd1\x1e\x39\x90\x0b\xdd\x17\x20\xa0\x14\xa0\x7b\xb0\x4c\xd8\x24\x2c\xa8\x68\xb8\x08\xf4\x03\x01\x18\x42\x01\xdf\x42\x46\xc1\x24\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\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x0c\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf0\x11\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf8\xf8\xf8\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf4\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf0\x00\x04\x0d\x49\x01\xf8\xf8\xf8\xf0\x0c\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf0\x05\x03\x0d\x15\xdd\x10\x13\x97\x08\x91\x08\x97\x0f\x91\x0f\xa0\x09\xd4\x10\x2a\xd0\x10\x2a\xd0\x10\x2a\xf8\xdd\x13\x1d\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xf0\x00\x01\x0d\x15\xd8\x10\x14\x90\x04\xf0\x03\x01\x0d\x15\xf8\xf8\xf8\xf8\xf8\xf8",
143848 : : };
143849 : : static
143850 : : struct {
143851 : : PyObject_VAR_HEAD
143852 : : Py_hash_t ob_shash;
143853 : : char ob_sval[139];
143854 : : }
143855 : : runpy_toplevel_consts_20_exceptiontable = {
143856 : : .ob_base = {
143857 : : .ob_base = {
143858 : : .ob_refcnt = 999999999,
143859 : : .ob_type = &PyBytes_Type,
143860 : : },
143861 : : .ob_size = 138,
143862 : : },
143863 : : .ob_shash = -1,
143864 : : .ob_sval = "\xc3\x07\x1d\x47\x07\x00\xc3\x24\x0e\x46\x06\x03\xc3\x32\x37\x45\x30\x05\xc4\x29\x0a\x46\x06\x03\xc4\x33\x0a\x47\x07\x00\xc4\x3e\x21\x45\x20\x02\xc5\x20\x0a\x45\x2d\x05\xc5\x2c\x01\x45\x2d\x05\xc5\x30\x05\x45\x39\x09\xc5\x35\x07\x46\x06\x03\xc5\x3c\x0a\x47\x07\x00\xc6\x06\x05\x46\x0f\x07\xc6\x0b\x07\x47\x07\x00\xc6\x13\x21\x46\x36\x00\xc6\x36\x0a\x47\x04\x03\xc7\x03\x01\x47\x04\x03\xc7\x07\x01\x47\x3b\x03\xc7\x09\x21\x47\x2b\x04\xc7\x2a\x01\x47\x3b\x03\xc7\x2b\x0a\x47\x38\x07\xc7\x35\x02\x47\x3b\x03\xc7\x37\x01\x47\x38\x07\xc7\x38\x03\x47\x3b\x03",
143865 : : };
143866 : : static
143867 : : struct {
143868 : : PyASCIIObject _ascii;
143869 : : uint8_t _data[10];
143870 : : }
143871 : : const_str_path_name = {
143872 : : ._ascii = {
143873 : : .ob_base = {
143874 : : .ob_refcnt = 999999999,
143875 : : .ob_type = &PyUnicode_Type,
143876 : : },
143877 : : .length = 9,
143878 : : .hash = -1,
143879 : : .state = {
143880 : : .kind = 1,
143881 : : .compact = 1,
143882 : : .ascii = 1,
143883 : : },
143884 : : },
143885 : : ._data = "path_name",
143886 : : };
143887 : : static
143888 : : struct {
143889 : : PyASCIIObject _ascii;
143890 : : uint8_t _data[9];
143891 : : }
143892 : : const_str_importer = {
143893 : : ._ascii = {
143894 : : .ob_base = {
143895 : : .ob_refcnt = 999999999,
143896 : : .ob_type = &PyUnicode_Type,
143897 : : },
143898 : : .length = 8,
143899 : : .hash = -1,
143900 : : .state = {
143901 : : .kind = 1,
143902 : : .compact = 1,
143903 : : .ascii = 1,
143904 : : },
143905 : : },
143906 : : ._data = "importer",
143907 : : };
143908 : : static
143909 : : struct {
143910 : : PyASCIIObject _ascii;
143911 : : uint8_t _data[16];
143912 : : }
143913 : : const_str_is_NullImporter = {
143914 : : ._ascii = {
143915 : : .ob_base = {
143916 : : .ob_refcnt = 999999999,
143917 : : .ob_type = &PyUnicode_Type,
143918 : : },
143919 : : .length = 15,
143920 : : .hash = -1,
143921 : : .state = {
143922 : : .kind = 1,
143923 : : .compact = 1,
143924 : : .ascii = 1,
143925 : : },
143926 : : },
143927 : : ._data = "is_NullImporter",
143928 : : };
143929 : : static
143930 : : struct {
143931 : : PyGC_Head _gc_head;
143932 : : struct {
143933 : : PyObject_VAR_HEAD
143934 : : PyObject *ob_item[13];
143935 : : }_object;
143936 : : }
143937 : : runpy_toplevel_consts_20_localsplusnames = {
143938 : : ._object = {
143939 : : .ob_base = {
143940 : : .ob_base = {
143941 : : .ob_refcnt = 999999999,
143942 : : .ob_type = &PyTuple_Type,
143943 : : },
143944 : : .ob_size = 13,
143945 : : },
143946 : : .ob_item = {
143947 : : & const_str_path_name._ascii.ob_base,
143948 : : & const_str_init_globals._ascii.ob_base,
143949 : : & const_str_run_name._ascii.ob_base,
143950 : : & const_str_pkg_name._ascii.ob_base,
143951 : : & const_str_get_importer._ascii.ob_base,
143952 : : & const_str_importer._ascii.ob_base,
143953 : : & const_str_is_NullImporter._ascii.ob_base,
143954 : : &_Py_ID(code),
143955 : : & const_str_fname._ascii.ob_base,
143956 : : & const_str_mod_name._ascii.ob_base,
143957 : : & const_str_mod_spec._ascii.ob_base,
143958 : : & const_str_temp_module._ascii.ob_base,
143959 : : & const_str_mod_globals._ascii.ob_base,
143960 : : },
143961 : : },
143962 : : };
143963 : : static
143964 : : struct _PyCode_DEF(1020)
143965 : : runpy_toplevel_consts_20 = {
143966 : : .ob_base = {
143967 : : .ob_base = {
143968 : : .ob_refcnt = 999999999,
143969 : : .ob_type = &PyCode_Type,
143970 : : },
143971 : : .ob_size = 510,
143972 : : },
143973 : : .co_consts = & runpy_toplevel_consts_20_consts._object.ob_base.ob_base,
143974 : : .co_names = & runpy_toplevel_consts_20_names._object.ob_base.ob_base,
143975 : : .co_exceptiontable = & runpy_toplevel_consts_20_exceptiontable.ob_base.ob_base,
143976 : : .co_flags = 3,
143977 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
143978 : : ._co_linearray_entry_size = 0,
143979 : : .co_argcount = 3,
143980 : : .co_posonlyargcount = 0,
143981 : : .co_kwonlyargcount = 0,
143982 : : .co_framesize = 23 + FRAME_SPECIALS_SIZE,
143983 : : .co_stacksize = 10,
143984 : : .co_firstlineno = 262,
143985 : : .co_nlocalsplus = 13,
143986 : : .co_nlocals = 13,
143987 : : .co_nplaincellvars = 0,
143988 : : .co_ncellvars = 0,
143989 : : .co_nfreevars = 0,
143990 : : .co_localsplusnames = & runpy_toplevel_consts_20_localsplusnames._object.ob_base.ob_base,
143991 : : .co_localspluskinds = & posixpath_toplevel_consts_32_localspluskinds.ob_base.ob_base,
143992 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
143993 : : .co_name = & const_str_run_path._ascii.ob_base,
143994 : : .co_qualname = & const_str_run_path._ascii.ob_base,
143995 : : .co_linetable = & runpy_toplevel_consts_20_linetable.ob_base.ob_base,
143996 : : ._co_code = NULL,
143997 : : ._co_linearray = NULL,
143998 : : .co_code_adaptive = "\x97\x00\x7c\x02\x80\x02\x64\x02\x7d\x02\x7c\x02\x6a\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x03\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x03\x64\x04\x64\x05\x6c\x01\x6d\x02\x7d\x04\x01\x00\x02\x00\x7c\x04\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x05\x64\x06\x7d\x06\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x07\x6b\x02\x00\x00\x00\x00\x72\x1d\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x0a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x02\x64\x09\x7d\x06\x74\x0d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x05\x74\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x73\x02\x7c\x06\x72\x23\x74\x0f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x02\x00\x00\x7d\x07\x7d\x08\x74\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x01\x7c\x02\x7c\x03\x7c\x08\xac\x0a\xab\x05\x00\x00\x00\x00\x00\x00\x00\x00\x53\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x17\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x04\x7c\x00\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x5c\x03\x00\x00\x7d\x09\x7d\x0a\x7d\x07\x74\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x02\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x7d\x0b\x74\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x35\x00\x01\x00\x7c\x0b\x6a\x1e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x20\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7d\x0c\x74\x23\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x07\x7c\x0c\x7c\x01\x7c\x02\x7c\x0a\x7c\x03\xab\x06\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x25\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x63\x02\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x53\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x64\x01\x64\x01\x64\x01\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x6e\x0c\x23\x00\x31\x00\x73\x01\x77\x02\x01\x00\x59\x00\x01\x00\x01\x00\x6e\x03\x78\x03\x59\x00\x77\x01\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x01\x53\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x04\x01\x00\x59\x00\x64\x01\x53\x00\x77\x00\x78\x03\x59\x00\x77\x01\x23\x00\x09\x00\x74\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x14\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6a\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x77\x00\x23\x00\x74\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x24\x00\x72\x03\x01\x00\x59\x00\x77\x00\x77\x00\x78\x03\x59\x00\x77\x01\x78\x03\x59\x00\x77\x01",
143999 : : ._co_firsttraceable = 0,
144000 : : };
144001 : : static
144002 : : struct {
144003 : : PyASCIIObject _ascii;
144004 : : uint8_t _data[34];
144005 : : }
144006 : : runpy_toplevel_consts_23 = {
144007 : : ._ascii = {
144008 : : .ob_base = {
144009 : : .ob_refcnt = 999999999,
144010 : : .ob_type = &PyUnicode_Type,
144011 : : },
144012 : : .length = 33,
144013 : : .hash = -1,
144014 : : .state = {
144015 : : .kind = 1,
144016 : : .compact = 1,
144017 : : .ascii = 1,
144018 : : },
144019 : : },
144020 : : ._data = "No module specified for execution",
144021 : : };
144022 : : static
144023 : : struct {
144024 : : PyGC_Head _gc_head;
144025 : : struct {
144026 : : PyObject_VAR_HEAD
144027 : : PyObject *ob_item[3];
144028 : : }_object;
144029 : : }
144030 : : runpy_toplevel_consts_27 = {
144031 : : ._object = {
144032 : : .ob_base = {
144033 : : .ob_base = {
144034 : : .ob_refcnt = 999999999,
144035 : : .ob_type = &PyTuple_Type,
144036 : : },
144037 : : .ob_size = 3,
144038 : : },
144039 : : .ob_item = {
144040 : : Py_None,
144041 : : Py_None,
144042 : : Py_False,
144043 : : },
144044 : : },
144045 : : };
144046 : : static
144047 : : struct {
144048 : : PyGC_Head _gc_head;
144049 : : struct {
144050 : : PyObject_VAR_HEAD
144051 : : PyObject *ob_item[29];
144052 : : }_object;
144053 : : }
144054 : : runpy_toplevel_consts = {
144055 : : ._object = {
144056 : : .ob_base = {
144057 : : .ob_base = {
144058 : : .ob_refcnt = 999999999,
144059 : : .ob_type = &PyTuple_Type,
144060 : : },
144061 : : .ob_size = 29,
144062 : : },
144063 : : .ob_item = {
144064 : : & runpy_toplevel_consts_0._ascii.ob_base,
144065 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 0],
144066 : : Py_None,
144067 : : & const_str_run_module._ascii.ob_base,
144068 : : & const_str_run_path._ascii.ob_base,
144069 : : & runpy_toplevel_consts_5.ob_base.ob_base,
144070 : : & const_str__TempModule._ascii.ob_base,
144071 : : & runpy_toplevel_consts_7.ob_base.ob_base,
144072 : : & const_str__ModifiedArgv0._ascii.ob_base,
144073 : : & runpy_toplevel_consts_9.ob_base.ob_base,
144074 : : & runpy_toplevel_consts_10.ob_base.ob_base,
144075 : : & runpy_toplevel_consts_11.ob_base.ob_base,
144076 : : & runpy_toplevel_consts_12.ob_base.ob_base,
144077 : : & const_str__Error._ascii.ob_base,
144078 : : Py_True,
144079 : : & runpy_toplevel_consts_15.ob_base.ob_base,
144080 : : Py_False,
144081 : : & runpy_toplevel_consts_17.ob_base.ob_base,
144082 : : & runpy_toplevel_consts_18.ob_base.ob_base,
144083 : : & runpy_toplevel_consts_19.ob_base.ob_base,
144084 : : & runpy_toplevel_consts_20.ob_base.ob_base,
144085 : : &_Py_ID(__main__),
144086 : : (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + 2],
144087 : : & runpy_toplevel_consts_23._ascii.ob_base,
144088 : : & importlib__bootstrap_toplevel_consts_18_consts_3._object.ob_base.ob_base,
144089 : : & codecs_toplevel_consts_12_consts_7._object.ob_base.ob_base,
144090 : : & importlib__bootstrap_external_toplevel_consts_83._object.ob_base.ob_base,
144091 : : & runpy_toplevel_consts_27._object.ob_base.ob_base,
144092 : : & importlib__bootstrap_toplevel_consts_37_consts_12._object.ob_base.ob_base,
144093 : : },
144094 : : },
144095 : : };
144096 : : static
144097 : : struct {
144098 : : PyASCIIObject _ascii;
144099 : : uint8_t _data[20];
144100 : : }
144101 : : runpy_toplevel_names_2 = {
144102 : : ._ascii = {
144103 : : .ob_base = {
144104 : : .ob_refcnt = 999999999,
144105 : : .ob_type = &PyUnicode_Type,
144106 : : },
144107 : : .length = 19,
144108 : : .hash = -1,
144109 : : .state = {
144110 : : .kind = 1,
144111 : : .compact = 1,
144112 : : .ascii = 1,
144113 : : },
144114 : : },
144115 : : ._data = "importlib.machinery",
144116 : : };
144117 : : static
144118 : : struct {
144119 : : PyASCIIObject _ascii;
144120 : : uint8_t _data[15];
144121 : : }
144122 : : runpy_toplevel_names_4 = {
144123 : : ._ascii = {
144124 : : .ob_base = {
144125 : : .ob_refcnt = 999999999,
144126 : : .ob_type = &PyUnicode_Type,
144127 : : },
144128 : : .length = 14,
144129 : : .hash = -1,
144130 : : .state = {
144131 : : .kind = 1,
144132 : : .compact = 1,
144133 : : .ascii = 1,
144134 : : },
144135 : : },
144136 : : ._data = "importlib.util",
144137 : : };
144138 : : static
144139 : : struct {
144140 : : PyGC_Head _gc_head;
144141 : : struct {
144142 : : PyObject_VAR_HEAD
144143 : : PyObject *ob_item[29];
144144 : : }_object;
144145 : : }
144146 : : runpy_toplevel_names = {
144147 : : ._object = {
144148 : : .ob_base = {
144149 : : .ob_base = {
144150 : : .ob_refcnt = 999999999,
144151 : : .ob_type = &PyTuple_Type,
144152 : : },
144153 : : .ob_size = 29,
144154 : : },
144155 : : .ob_item = {
144156 : : &_Py_ID(__doc__),
144157 : : & const_str_sys._ascii.ob_base,
144158 : : & runpy_toplevel_names_2._ascii.ob_base,
144159 : : &_Py_ID(importlib),
144160 : : & runpy_toplevel_names_4._ascii.ob_base,
144161 : : & const_str_io._ascii.ob_base,
144162 : : & const_str_os._ascii.ob_base,
144163 : : &_Py_ID(__all__),
144164 : : & const_str_type._ascii.ob_base,
144165 : : & const_str_ModuleType._ascii.ob_base,
144166 : : & const_str_object._ascii.ob_base,
144167 : : & const_str__TempModule._ascii.ob_base,
144168 : : & const_str__ModifiedArgv0._ascii.ob_base,
144169 : : & const_str__run_code._ascii.ob_base,
144170 : : & const_str__run_module_code._ascii.ob_base,
144171 : : & const_str_ImportError._ascii.ob_base,
144172 : : & const_str__get_module_details._ascii.ob_base,
144173 : : & const_str_Exception._ascii.ob_base,
144174 : : & const_str__Error._ascii.ob_base,
144175 : : & const_str__run_module_as_main._ascii.ob_base,
144176 : : & const_str_run_module._ascii.ob_base,
144177 : : & const_str__get_main_module_details._ascii.ob_base,
144178 : : & const_str__get_code_from_file._ascii.ob_base,
144179 : : & const_str_run_path._ascii.ob_base,
144180 : : &_Py_ID(__name__),
144181 : : &_Py_ID(len),
144182 : : & const_str_argv._ascii.ob_base,
144183 : : & const_str_print._ascii.ob_base,
144184 : : &_Py_ID(stderr),
144185 : : },
144186 : : },
144187 : : };
144188 : : static
144189 : : struct {
144190 : : PyObject_VAR_HEAD
144191 : : Py_hash_t ob_shash;
144192 : : char ob_sval[531];
144193 : : }
144194 : : runpy_toplevel_linetable = {
144195 : : .ob_base = {
144196 : : .ob_base = {
144197 : : .ob_refcnt = 999999999,
144198 : : .ob_type = &PyBytes_Type,
144199 : : },
144200 : : .ob_size = 530,
144201 : : },
144202 : : .ob_shash = -1,
144203 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x02\x07\x01\x04\xf0\x00\x07\x01\x04\xf0\x18\x00\x01\x0b\x80\x0a\x80\x0a\x80\x0a\xd8\x00\x1a\xd0\x00\x1a\xd0\x00\x1a\xd0\x00\x1a\xd8\x00\x15\xd0\x00\x15\xd0\x00\x15\xd0\x00\x15\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xd8\x00\x09\x80\x09\x80\x09\x80\x09\xf0\x06\x00\x05\x11\x90\x2a\xf0\x03\x02\x0b\x02\x80\x07\xf0\x0a\x00\x0e\x12\x88\x54\x90\x23\x8c\x59\x80\x0a\xf0\x04\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x00\x15\x01\x20\x90\x26\xf4\x00\x15\x01\x20\xf0\x00\x15\x01\x20\xf0\x2e\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\x90\x56\xf4\x00\x0d\x01\x28\xf0\x00\x0d\x01\x28\xf0\x20\x00\x2f\x33\xd8\x17\x1b\xd8\x17\x1b\xf0\x05\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x00\x18\x01\x17\xf0\x34\x00\x29\x2d\xd8\x1d\x21\xd8\x1d\x21\xf0\x05\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x00\x0b\x01\x1e\xf0\x1c\x00\x29\x34\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x00\x3b\x01\x20\xf0\x7a\x01\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\x88\x59\xf4\x00\x01\x01\x4d\x01\xf0\x00\x01\x01\x4d\x01\xf0\x0e\x00\x2e\x32\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x00\x1a\x01\x2b\xf0\x38\x00\x27\x2b\xd8\x18\x1c\xf0\x03\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x00\x1c\x01\x45\x01\xf0\x3c\x00\x24\x2f\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x00\x10\x01\x2c\xf0\x26\x0a\x01\x17\xf0\x00\x0a\x01\x17\xf0\x00\x0a\x01\x17\xf0\x18\x00\x26\x2a\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x00\x34\x01\x15\xf0\x6e\x01\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x06\x01\x29\xe0\x07\x0a\x80\x73\x88\x33\x8f\x38\x89\x38\x84\x7d\x90\x71\xd2\x07\x18\xf0\x00\x04\x05\x29\xd8\x08\x0d\x88\x05\xd0\x0e\x31\xb8\x03\xbf\x0a\xb9\x0a\xd0\x08\x43\xd4\x08\x43\xd0\x08\x43\xd0\x08\x43\xd0\x08\x43\xe0\x0c\x0f\x8f\x48\x89\x48\x90\x51\x88\x4b\xd8\x08\x1b\xd0\x08\x1b\x98\x43\x9f\x48\x99\x48\xa0\x51\x9c\x4b\xd4\x08\x28\xd0\x08\x28\xd0\x08\x28\xd0\x08\x28\xf0\x0d\x06\x01\x29\xf0\x00\x06\x01\x29",
144204 : : };
144205 : : static
144206 : : struct _PyCode_DEF(414)
144207 : : runpy_toplevel = {
144208 : : .ob_base = {
144209 : : .ob_base = {
144210 : : .ob_refcnt = 999999999,
144211 : : .ob_type = &PyCode_Type,
144212 : : },
144213 : : .ob_size = 207,
144214 : : },
144215 : : .co_consts = & runpy_toplevel_consts._object.ob_base.ob_base,
144216 : : .co_names = & runpy_toplevel_names._object.ob_base.ob_base,
144217 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144218 : : .co_flags = 0,
144219 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144220 : : ._co_linearray_entry_size = 0,
144221 : : .co_argcount = 0,
144222 : : .co_posonlyargcount = 0,
144223 : : .co_kwonlyargcount = 0,
144224 : : .co_framesize = 5 + FRAME_SPECIALS_SIZE,
144225 : : .co_stacksize = 5,
144226 : : .co_firstlineno = 1,
144227 : : .co_nlocalsplus = 0,
144228 : : .co_nlocals = 0,
144229 : : .co_nplaincellvars = 0,
144230 : : .co_ncellvars = 0,
144231 : : .co_nfreevars = 0,
144232 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144233 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144234 : : .co_filename = & runpy_toplevel_consts_5_consts_2_filename._ascii.ob_base,
144235 : : .co_name = &_Py_STR(anon_module),
144236 : : .co_qualname = &_Py_STR(anon_module),
144237 : : .co_linetable = & runpy_toplevel_linetable.ob_base.ob_base,
144238 : : ._co_code = NULL,
144239 : : ._co_linearray = NULL,
144240 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x64\x02\x6c\x01\x5a\x01\x64\x01\x64\x02\x6c\x02\x5a\x03\x64\x01\x64\x02\x6c\x04\x5a\x03\x64\x01\x64\x02\x6c\x05\x5a\x05\x64\x01\x64\x02\x6c\x06\x5a\x06\x64\x03\x64\x04\x67\x02\x5a\x07\x02\x00\x65\x08\x65\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x09\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0b\x02\x00\x47\x00\x64\x07\x84\x00\x64\x08\x65\x0a\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x0c\x09\x00\x09\x00\x09\x00\x64\x19\x64\x09\x84\x01\x5a\x0d\x09\x00\x09\x00\x09\x00\x64\x19\x64\x0a\x84\x01\x5a\x0e\x65\x0f\x66\x01\x64\x0b\x84\x01\x5a\x10\x02\x00\x47\x00\x64\x0c\x84\x00\x64\x0d\x65\x11\xab\x03\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x12\x64\x1a\x64\x0f\x84\x01\x5a\x13\x09\x00\x09\x00\x64\x1b\x64\x11\x84\x01\x5a\x14\x65\x0f\x66\x01\x64\x12\x84\x01\x5a\x15\x64\x13\x84\x00\x5a\x16\x64\x1c\x64\x14\x84\x01\x5a\x17\x65\x18\x64\x15\x6b\x02\x00\x00\x00\x00\x72\x56\x02\x00\x65\x19\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x64\x16\x6b\x00\x00\x00\x00\x00\x72\x17\x02\x00\x65\x1b\x64\x17\x65\x01\x6a\x38\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xac\x18\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x3d\x00\x02\x00\x65\x13\x65\x01\x6a\x34\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\x19\x00\x00\x00\x00\x00\x00\x00\x00\x00\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00\x64\x02\x53\x00",
144241 : : ._co_firsttraceable = 0,
144242 : : };
144243 : 1480 : static void runpy_do_patchups(void) {
144244 : 1480 : }
144245 : :
144246 : : PyObject *
144247 : 1480 : _Py_get_runpy_toplevel(void)
144248 : : {
144249 : 1480 : runpy_do_patchups();
144250 : 1480 : return Py_NewRef((PyObject *) &runpy_toplevel);
144251 : : }
144252 : :
144253 : : static
144254 : : struct {
144255 : : PyASCIIObject _ascii;
144256 : : uint8_t _data[17];
144257 : : }
144258 : : const_str_TestFrozenUtf8_1 = {
144259 : : ._ascii = {
144260 : : .ob_base = {
144261 : : .ob_refcnt = 999999999,
144262 : : .ob_type = &PyUnicode_Type,
144263 : : },
144264 : : .length = 16,
144265 : : .hash = -1,
144266 : : .state = {
144267 : : .kind = 1,
144268 : : .compact = 1,
144269 : : .ascii = 1,
144270 : : },
144271 : : },
144272 : : ._data = "TestFrozenUtf8_1",
144273 : : };
144274 : : static
144275 : : struct {
144276 : : PyCompactUnicodeObject _compact;
144277 : : uint8_t _data[2];
144278 : : }
144279 : : __hello___toplevel_consts_1_consts_1 = {
144280 : : ._compact = {
144281 : : ._base = {
144282 : : .ob_base = {
144283 : : .ob_refcnt = 999999999,
144284 : : .ob_type = &PyUnicode_Type,
144285 : : },
144286 : : .length = 1,
144287 : : .hash = -1,
144288 : : .state = {
144289 : : .kind = 1,
144290 : : .compact = 1,
144291 : : .ascii = 0,
144292 : : },
144293 : : },
144294 : : },
144295 : : ._data = {
144296 : : 182,
144297 : : },
144298 : : };
144299 : : static
144300 : : struct {
144301 : : PyGC_Head _gc_head;
144302 : : struct {
144303 : : PyObject_VAR_HEAD
144304 : : PyObject *ob_item[3];
144305 : : }_object;
144306 : : }
144307 : : __hello___toplevel_consts_1_consts = {
144308 : : ._object = {
144309 : : .ob_base = {
144310 : : .ob_base = {
144311 : : .ob_refcnt = 999999999,
144312 : : .ob_type = &PyTuple_Type,
144313 : : },
144314 : : .ob_size = 3,
144315 : : },
144316 : : .ob_item = {
144317 : : & const_str_TestFrozenUtf8_1._ascii.ob_base,
144318 : : & __hello___toplevel_consts_1_consts_1._compact._base.ob_base,
144319 : : Py_None,
144320 : : },
144321 : : },
144322 : : };
144323 : : static
144324 : : struct {
144325 : : PyASCIIObject _ascii;
144326 : : uint8_t _data[19];
144327 : : }
144328 : : __hello___toplevel_consts_1_filename = {
144329 : : ._ascii = {
144330 : : .ob_base = {
144331 : : .ob_refcnt = 999999999,
144332 : : .ob_type = &PyUnicode_Type,
144333 : : },
144334 : : .length = 18,
144335 : : .hash = -1,
144336 : : .state = {
144337 : : .kind = 1,
144338 : : .compact = 1,
144339 : : .ascii = 1,
144340 : : },
144341 : : },
144342 : : ._data = "<frozen __hello__>",
144343 : : };
144344 : : static
144345 : : struct {
144346 : : PyObject_VAR_HEAD
144347 : : Py_hash_t ob_shash;
144348 : : char ob_sval[20];
144349 : : }
144350 : : __hello___toplevel_consts_1_linetable = {
144351 : : .ob_base = {
144352 : : .ob_base = {
144353 : : .ob_refcnt = 999999999,
144354 : : .ob_type = &PyBytes_Type,
144355 : : },
144356 : : .ob_size = 19,
144357 : : },
144358 : : .ob_shash = -1,
144359 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x10\x80\x4c\x80\x4c\x80\x4c",
144360 : : };
144361 : : static
144362 : : struct _PyCode_DEF(18)
144363 : : __hello___toplevel_consts_1 = {
144364 : : .ob_base = {
144365 : : .ob_base = {
144366 : : .ob_refcnt = 999999999,
144367 : : .ob_type = &PyCode_Type,
144368 : : },
144369 : : .ob_size = 9,
144370 : : },
144371 : : .co_consts = & __hello___toplevel_consts_1_consts._object.ob_base.ob_base,
144372 : : .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
144373 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144374 : : .co_flags = 0,
144375 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144376 : : ._co_linearray_entry_size = 0,
144377 : : .co_argcount = 0,
144378 : : .co_posonlyargcount = 0,
144379 : : .co_kwonlyargcount = 0,
144380 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
144381 : : .co_stacksize = 1,
144382 : : .co_firstlineno = 3,
144383 : : .co_nlocalsplus = 0,
144384 : : .co_nlocals = 0,
144385 : : .co_nplaincellvars = 0,
144386 : : .co_ncellvars = 0,
144387 : : .co_nfreevars = 0,
144388 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144389 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144390 : : .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
144391 : : .co_name = & const_str_TestFrozenUtf8_1._ascii.ob_base,
144392 : : .co_qualname = & const_str_TestFrozenUtf8_1._ascii.ob_base,
144393 : : .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
144394 : : ._co_code = NULL,
144395 : : ._co_linearray = NULL,
144396 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
144397 : : ._co_firsttraceable = 0,
144398 : : };
144399 : : static
144400 : : struct {
144401 : : PyASCIIObject _ascii;
144402 : : uint8_t _data[17];
144403 : : }
144404 : : const_str_TestFrozenUtf8_2 = {
144405 : : ._ascii = {
144406 : : .ob_base = {
144407 : : .ob_refcnt = 999999999,
144408 : : .ob_type = &PyUnicode_Type,
144409 : : },
144410 : : .length = 16,
144411 : : .hash = -1,
144412 : : .state = {
144413 : : .kind = 1,
144414 : : .compact = 1,
144415 : : .ascii = 1,
144416 : : },
144417 : : },
144418 : : ._data = "TestFrozenUtf8_2",
144419 : : };
144420 : : static
144421 : : struct {
144422 : : PyCompactUnicodeObject _compact;
144423 : : uint16_t _data[2];
144424 : : }
144425 : : __hello___toplevel_consts_3_consts_1 = {
144426 : : ._compact = {
144427 : : ._base = {
144428 : : .ob_base = {
144429 : : .ob_refcnt = 999999999,
144430 : : .ob_type = &PyUnicode_Type,
144431 : : },
144432 : : .length = 1,
144433 : : .hash = -1,
144434 : : .state = {
144435 : : .kind = 2,
144436 : : .compact = 1,
144437 : : .ascii = 0,
144438 : : },
144439 : : },
144440 : : },
144441 : : ._data = {
144442 : : 960,
144443 : : },
144444 : : };
144445 : : static
144446 : : struct {
144447 : : PyGC_Head _gc_head;
144448 : : struct {
144449 : : PyObject_VAR_HEAD
144450 : : PyObject *ob_item[3];
144451 : : }_object;
144452 : : }
144453 : : __hello___toplevel_consts_3_consts = {
144454 : : ._object = {
144455 : : .ob_base = {
144456 : : .ob_base = {
144457 : : .ob_refcnt = 999999999,
144458 : : .ob_type = &PyTuple_Type,
144459 : : },
144460 : : .ob_size = 3,
144461 : : },
144462 : : .ob_item = {
144463 : : & const_str_TestFrozenUtf8_2._ascii.ob_base,
144464 : : & __hello___toplevel_consts_3_consts_1._compact._base.ob_base,
144465 : : Py_None,
144466 : : },
144467 : : },
144468 : : };
144469 : : static
144470 : : struct _PyCode_DEF(18)
144471 : : __hello___toplevel_consts_3 = {
144472 : : .ob_base = {
144473 : : .ob_base = {
144474 : : .ob_refcnt = 999999999,
144475 : : .ob_type = &PyCode_Type,
144476 : : },
144477 : : .ob_size = 9,
144478 : : },
144479 : : .co_consts = & __hello___toplevel_consts_3_consts._object.ob_base.ob_base,
144480 : : .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
144481 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144482 : : .co_flags = 0,
144483 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144484 : : ._co_linearray_entry_size = 0,
144485 : : .co_argcount = 0,
144486 : : .co_posonlyargcount = 0,
144487 : : .co_kwonlyargcount = 0,
144488 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
144489 : : .co_stacksize = 1,
144490 : : .co_firstlineno = 6,
144491 : : .co_nlocalsplus = 0,
144492 : : .co_nlocals = 0,
144493 : : .co_nplaincellvars = 0,
144494 : : .co_ncellvars = 0,
144495 : : .co_nfreevars = 0,
144496 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144497 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144498 : : .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
144499 : : .co_name = & const_str_TestFrozenUtf8_2._ascii.ob_base,
144500 : : .co_qualname = & const_str_TestFrozenUtf8_2._ascii.ob_base,
144501 : : .co_linetable = & __hello___toplevel_consts_1_linetable.ob_base.ob_base,
144502 : : ._co_code = NULL,
144503 : : ._co_linearray = NULL,
144504 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
144505 : : ._co_firsttraceable = 0,
144506 : : };
144507 : : static
144508 : : struct {
144509 : : PyASCIIObject _ascii;
144510 : : uint8_t _data[17];
144511 : : }
144512 : : const_str_TestFrozenUtf8_4 = {
144513 : : ._ascii = {
144514 : : .ob_base = {
144515 : : .ob_refcnt = 999999999,
144516 : : .ob_type = &PyUnicode_Type,
144517 : : },
144518 : : .length = 16,
144519 : : .hash = -1,
144520 : : .state = {
144521 : : .kind = 1,
144522 : : .compact = 1,
144523 : : .ascii = 1,
144524 : : },
144525 : : },
144526 : : ._data = "TestFrozenUtf8_4",
144527 : : };
144528 : : static
144529 : : struct {
144530 : : PyCompactUnicodeObject _compact;
144531 : : uint32_t _data[2];
144532 : : }
144533 : : __hello___toplevel_consts_5_consts_1 = {
144534 : : ._compact = {
144535 : : ._base = {
144536 : : .ob_base = {
144537 : : .ob_refcnt = 999999999,
144538 : : .ob_type = &PyUnicode_Type,
144539 : : },
144540 : : .length = 1,
144541 : : .hash = -1,
144542 : : .state = {
144543 : : .kind = 4,
144544 : : .compact = 1,
144545 : : .ascii = 0,
144546 : : },
144547 : : },
144548 : : },
144549 : : ._data = {
144550 : : 128512,
144551 : : },
144552 : : };
144553 : : static
144554 : : struct {
144555 : : PyGC_Head _gc_head;
144556 : : struct {
144557 : : PyObject_VAR_HEAD
144558 : : PyObject *ob_item[3];
144559 : : }_object;
144560 : : }
144561 : : __hello___toplevel_consts_5_consts = {
144562 : : ._object = {
144563 : : .ob_base = {
144564 : : .ob_base = {
144565 : : .ob_refcnt = 999999999,
144566 : : .ob_type = &PyTuple_Type,
144567 : : },
144568 : : .ob_size = 3,
144569 : : },
144570 : : .ob_item = {
144571 : : & const_str_TestFrozenUtf8_4._ascii.ob_base,
144572 : : & __hello___toplevel_consts_5_consts_1._compact._base.ob_base,
144573 : : Py_None,
144574 : : },
144575 : : },
144576 : : };
144577 : : static
144578 : : struct {
144579 : : PyObject_VAR_HEAD
144580 : : Py_hash_t ob_shash;
144581 : : char ob_sval[23];
144582 : : }
144583 : : __hello___toplevel_consts_5_linetable = {
144584 : : .ob_base = {
144585 : : .ob_base = {
144586 : : .ob_refcnt = 999999999,
144587 : : .ob_type = &PyBytes_Type,
144588 : : },
144589 : : .ob_size = 22,
144590 : : },
144591 : : .ob_shash = -1,
144592 : : .ob_sval = "\x80\x00\x80\x00\x80\x00\x80\x00\x80\x00\xd8\x04\x14\xd0\x04\x14\xd0\x04\x14\xd0\x04\x14",
144593 : : };
144594 : : static
144595 : : struct _PyCode_DEF(18)
144596 : : __hello___toplevel_consts_5 = {
144597 : : .ob_base = {
144598 : : .ob_base = {
144599 : : .ob_refcnt = 999999999,
144600 : : .ob_type = &PyCode_Type,
144601 : : },
144602 : : .ob_size = 9,
144603 : : },
144604 : : .co_consts = & __hello___toplevel_consts_5_consts._object.ob_base.ob_base,
144605 : : .co_names = & runpy_toplevel_consts_12_names._object.ob_base.ob_base,
144606 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144607 : : .co_flags = 0,
144608 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144609 : : ._co_linearray_entry_size = 0,
144610 : : .co_argcount = 0,
144611 : : .co_posonlyargcount = 0,
144612 : : .co_kwonlyargcount = 0,
144613 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
144614 : : .co_stacksize = 1,
144615 : : .co_firstlineno = 9,
144616 : : .co_nlocalsplus = 0,
144617 : : .co_nlocals = 0,
144618 : : .co_nplaincellvars = 0,
144619 : : .co_ncellvars = 0,
144620 : : .co_nfreevars = 0,
144621 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144622 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144623 : : .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
144624 : : .co_name = & const_str_TestFrozenUtf8_4._ascii.ob_base,
144625 : : .co_qualname = & const_str_TestFrozenUtf8_4._ascii.ob_base,
144626 : : .co_linetable = & __hello___toplevel_consts_5_linetable.ob_base.ob_base,
144627 : : ._co_code = NULL,
144628 : : ._co_linearray = NULL,
144629 : : .co_code_adaptive = "\x97\x00\x65\x00\x5a\x01\x64\x00\x5a\x02\x64\x01\x5a\x03\x64\x02\x53\x00",
144630 : : ._co_firsttraceable = 0,
144631 : : };
144632 : : static
144633 : : struct {
144634 : : PyASCIIObject _ascii;
144635 : : uint8_t _data[13];
144636 : : }
144637 : : __hello___toplevel_consts_7_consts_1 = {
144638 : : ._ascii = {
144639 : : .ob_base = {
144640 : : .ob_refcnt = 999999999,
144641 : : .ob_type = &PyUnicode_Type,
144642 : : },
144643 : : .length = 12,
144644 : : .hash = -1,
144645 : : .state = {
144646 : : .kind = 1,
144647 : : .compact = 1,
144648 : : .ascii = 1,
144649 : : },
144650 : : },
144651 : : ._data = "Hello world!",
144652 : : };
144653 : : static
144654 : : struct {
144655 : : PyGC_Head _gc_head;
144656 : : struct {
144657 : : PyObject_VAR_HEAD
144658 : : PyObject *ob_item[2];
144659 : : }_object;
144660 : : }
144661 : : __hello___toplevel_consts_7_consts = {
144662 : : ._object = {
144663 : : .ob_base = {
144664 : : .ob_base = {
144665 : : .ob_refcnt = 999999999,
144666 : : .ob_type = &PyTuple_Type,
144667 : : },
144668 : : .ob_size = 2,
144669 : : },
144670 : : .ob_item = {
144671 : : Py_None,
144672 : : & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
144673 : : },
144674 : : },
144675 : : };
144676 : : static
144677 : : struct {
144678 : : PyGC_Head _gc_head;
144679 : : struct {
144680 : : PyObject_VAR_HEAD
144681 : : PyObject *ob_item[1];
144682 : : }_object;
144683 : : }
144684 : : __hello___toplevel_consts_7_names = {
144685 : : ._object = {
144686 : : .ob_base = {
144687 : : .ob_base = {
144688 : : .ob_refcnt = 999999999,
144689 : : .ob_type = &PyTuple_Type,
144690 : : },
144691 : : .ob_size = 1,
144692 : : },
144693 : : .ob_item = {
144694 : : & const_str_print._ascii.ob_base,
144695 : : },
144696 : : },
144697 : : };
144698 : : static
144699 : : struct {
144700 : : PyObject_VAR_HEAD
144701 : : Py_hash_t ob_shash;
144702 : : char ob_sval[20];
144703 : : }
144704 : : __hello___toplevel_consts_7_linetable = {
144705 : : .ob_base = {
144706 : : .ob_base = {
144707 : : .ob_refcnt = 999999999,
144708 : : .ob_type = &PyBytes_Type,
144709 : : },
144710 : : .ob_size = 19,
144711 : : },
144712 : : .ob_shash = -1,
144713 : : .ob_sval = "\x80\x00\xdd\x04\x09\x88\x2e\xd4\x04\x19\xd0\x04\x19\xd0\x04\x19\xd0\x04\x19",
144714 : : };
144715 : : static
144716 : : struct _PyCode_DEF(32)
144717 : : __hello___toplevel_consts_7 = {
144718 : : .ob_base = {
144719 : : .ob_base = {
144720 : : .ob_refcnt = 999999999,
144721 : : .ob_type = &PyCode_Type,
144722 : : },
144723 : : .ob_size = 16,
144724 : : },
144725 : : .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
144726 : : .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
144727 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144728 : : .co_flags = 3,
144729 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144730 : : ._co_linearray_entry_size = 0,
144731 : : .co_argcount = 0,
144732 : : .co_posonlyargcount = 0,
144733 : : .co_kwonlyargcount = 0,
144734 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
144735 : : .co_stacksize = 3,
144736 : : .co_firstlineno = 12,
144737 : : .co_nlocalsplus = 0,
144738 : : .co_nlocals = 0,
144739 : : .co_nplaincellvars = 0,
144740 : : .co_ncellvars = 0,
144741 : : .co_nfreevars = 0,
144742 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144743 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144744 : : .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
144745 : : .co_name = & const_str_main._ascii.ob_base,
144746 : : .co_qualname = & const_str_main._ascii.ob_base,
144747 : : .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
144748 : : ._co_code = NULL,
144749 : : ._co_linearray = NULL,
144750 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
144751 : : ._co_firsttraceable = 0,
144752 : : };
144753 : : static
144754 : : struct {
144755 : : PyGC_Head _gc_head;
144756 : : struct {
144757 : : PyObject_VAR_HEAD
144758 : : PyObject *ob_item[10];
144759 : : }_object;
144760 : : }
144761 : : __hello___toplevel_consts = {
144762 : : ._object = {
144763 : : .ob_base = {
144764 : : .ob_base = {
144765 : : .ob_refcnt = 999999999,
144766 : : .ob_type = &PyTuple_Type,
144767 : : },
144768 : : .ob_size = 10,
144769 : : },
144770 : : .ob_item = {
144771 : : Py_True,
144772 : : & __hello___toplevel_consts_1.ob_base.ob_base,
144773 : : & const_str_TestFrozenUtf8_1._ascii.ob_base,
144774 : : & __hello___toplevel_consts_3.ob_base.ob_base,
144775 : : & const_str_TestFrozenUtf8_2._ascii.ob_base,
144776 : : & __hello___toplevel_consts_5.ob_base.ob_base,
144777 : : & const_str_TestFrozenUtf8_4._ascii.ob_base,
144778 : : & __hello___toplevel_consts_7.ob_base.ob_base,
144779 : : &_Py_ID(__main__),
144780 : : Py_None,
144781 : : },
144782 : : },
144783 : : };
144784 : : static
144785 : : struct {
144786 : : PyASCIIObject _ascii;
144787 : : uint8_t _data[12];
144788 : : }
144789 : : const_str_initialized = {
144790 : : ._ascii = {
144791 : : .ob_base = {
144792 : : .ob_refcnt = 999999999,
144793 : : .ob_type = &PyUnicode_Type,
144794 : : },
144795 : : .length = 11,
144796 : : .hash = -1,
144797 : : .state = {
144798 : : .kind = 1,
144799 : : .compact = 1,
144800 : : .ascii = 1,
144801 : : },
144802 : : },
144803 : : ._data = "initialized",
144804 : : };
144805 : : static
144806 : : struct {
144807 : : PyGC_Head _gc_head;
144808 : : struct {
144809 : : PyObject_VAR_HEAD
144810 : : PyObject *ob_item[6];
144811 : : }_object;
144812 : : }
144813 : : __hello___toplevel_names = {
144814 : : ._object = {
144815 : : .ob_base = {
144816 : : .ob_base = {
144817 : : .ob_refcnt = 999999999,
144818 : : .ob_type = &PyTuple_Type,
144819 : : },
144820 : : .ob_size = 6,
144821 : : },
144822 : : .ob_item = {
144823 : : & const_str_initialized._ascii.ob_base,
144824 : : & const_str_TestFrozenUtf8_1._ascii.ob_base,
144825 : : & const_str_TestFrozenUtf8_2._ascii.ob_base,
144826 : : & const_str_TestFrozenUtf8_4._ascii.ob_base,
144827 : : & const_str_main._ascii.ob_base,
144828 : : &_Py_ID(__name__),
144829 : : },
144830 : : },
144831 : : };
144832 : : static
144833 : : struct {
144834 : : PyObject_VAR_HEAD
144835 : : Py_hash_t ob_shash;
144836 : : char ob_sval[169];
144837 : : }
144838 : : __hello___toplevel_linetable = {
144839 : : .ob_base = {
144840 : : .ob_base = {
144841 : : .ob_refcnt = 999999999,
144842 : : .ob_type = &PyBytes_Type,
144843 : : },
144844 : : .ob_size = 168,
144845 : : },
144846 : : .ob_shash = -1,
144847 : : .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xf0\x04\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf4\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x06\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf4\x00\x01\x01\x11\xf0\x00\x01\x01\x11\xf0\x06\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf4\x00\x01\x01\x15\xf0\x00\x01\x01\x15\xf0\x06\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x06\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x01\x01\x0b\xf0\x00\x01\x01\x0b",
144848 : : };
144849 : : static
144850 : : struct _PyCode_DEF(114)
144851 : : __hello___toplevel = {
144852 : : .ob_base = {
144853 : : .ob_base = {
144854 : : .ob_refcnt = 999999999,
144855 : : .ob_type = &PyCode_Type,
144856 : : },
144857 : : .ob_size = 57,
144858 : : },
144859 : : .co_consts = & __hello___toplevel_consts._object.ob_base.ob_base,
144860 : : .co_names = & __hello___toplevel_names._object.ob_base.ob_base,
144861 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144862 : : .co_flags = 0,
144863 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144864 : : ._co_linearray_entry_size = 0,
144865 : : .co_argcount = 0,
144866 : : .co_posonlyargcount = 0,
144867 : : .co_kwonlyargcount = 0,
144868 : : .co_framesize = 4 + FRAME_SPECIALS_SIZE,
144869 : : .co_stacksize = 4,
144870 : : .co_firstlineno = 1,
144871 : : .co_nlocalsplus = 0,
144872 : : .co_nlocals = 0,
144873 : : .co_nplaincellvars = 0,
144874 : : .co_ncellvars = 0,
144875 : : .co_nfreevars = 0,
144876 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144877 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144878 : : .co_filename = & __hello___toplevel_consts_1_filename._ascii.ob_base,
144879 : : .co_name = &_Py_STR(anon_module),
144880 : : .co_qualname = &_Py_STR(anon_module),
144881 : : .co_linetable = & __hello___toplevel_linetable.ob_base.ob_base,
144882 : : ._co_code = NULL,
144883 : : ._co_linearray = NULL,
144884 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x47\x00\x64\x01\x84\x00\x64\x02\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x01\x02\x00\x47\x00\x64\x03\x84\x00\x64\x04\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x02\x02\x00\x47\x00\x64\x05\x84\x00\x64\x06\xab\x02\x00\x00\x00\x00\x00\x00\x00\x00\x5a\x03\x64\x07\x84\x00\x5a\x04\x65\x05\x64\x08\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x04\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x09\x53\x00\x64\x09\x53\x00",
144885 : : ._co_firsttraceable = 0,
144886 : : };
144887 : 20 : static void __hello___do_patchups(void) {
144888 : 20 : }
144889 : :
144890 : : PyObject *
144891 : 20 : _Py_get___hello___toplevel(void)
144892 : : {
144893 : 20 : __hello___do_patchups();
144894 : 20 : return Py_NewRef((PyObject *) &__hello___toplevel);
144895 : : }
144896 : :
144897 : : static
144898 : : struct {
144899 : : PyASCIIObject _ascii;
144900 : : uint8_t _data[20];
144901 : : }
144902 : : __phello___toplevel_consts_1_filename = {
144903 : : ._ascii = {
144904 : : .ob_base = {
144905 : : .ob_refcnt = 999999999,
144906 : : .ob_type = &PyUnicode_Type,
144907 : : },
144908 : : .length = 19,
144909 : : .hash = -1,
144910 : : .state = {
144911 : : .kind = 1,
144912 : : .compact = 1,
144913 : : .ascii = 1,
144914 : : },
144915 : : },
144916 : : ._data = "<frozen __phello__>",
144917 : : };
144918 : : static
144919 : : struct _PyCode_DEF(32)
144920 : : __phello___toplevel_consts_1 = {
144921 : : .ob_base = {
144922 : : .ob_base = {
144923 : : .ob_refcnt = 999999999,
144924 : : .ob_type = &PyCode_Type,
144925 : : },
144926 : : .ob_size = 16,
144927 : : },
144928 : : .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
144929 : : .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
144930 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
144931 : : .co_flags = 3,
144932 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
144933 : : ._co_linearray_entry_size = 0,
144934 : : .co_argcount = 0,
144935 : : .co_posonlyargcount = 0,
144936 : : .co_kwonlyargcount = 0,
144937 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
144938 : : .co_stacksize = 3,
144939 : : .co_firstlineno = 3,
144940 : : .co_nlocalsplus = 0,
144941 : : .co_nlocals = 0,
144942 : : .co_nplaincellvars = 0,
144943 : : .co_ncellvars = 0,
144944 : : .co_nfreevars = 0,
144945 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
144946 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
144947 : : .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
144948 : : .co_name = & const_str_main._ascii.ob_base,
144949 : : .co_qualname = & const_str_main._ascii.ob_base,
144950 : : .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
144951 : : ._co_code = NULL,
144952 : : ._co_linearray = NULL,
144953 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
144954 : : ._co_firsttraceable = 0,
144955 : : };
144956 : : static
144957 : : struct {
144958 : : PyGC_Head _gc_head;
144959 : : struct {
144960 : : PyObject_VAR_HEAD
144961 : : PyObject *ob_item[4];
144962 : : }_object;
144963 : : }
144964 : : __phello___toplevel_consts = {
144965 : : ._object = {
144966 : : .ob_base = {
144967 : : .ob_base = {
144968 : : .ob_refcnt = 999999999,
144969 : : .ob_type = &PyTuple_Type,
144970 : : },
144971 : : .ob_size = 4,
144972 : : },
144973 : : .ob_item = {
144974 : : Py_True,
144975 : : & __phello___toplevel_consts_1.ob_base.ob_base,
144976 : : &_Py_ID(__main__),
144977 : : Py_None,
144978 : : },
144979 : : },
144980 : : };
144981 : : static
144982 : : struct {
144983 : : PyGC_Head _gc_head;
144984 : : struct {
144985 : : PyObject_VAR_HEAD
144986 : : PyObject *ob_item[3];
144987 : : }_object;
144988 : : }
144989 : : __phello___toplevel_names = {
144990 : : ._object = {
144991 : : .ob_base = {
144992 : : .ob_base = {
144993 : : .ob_refcnt = 999999999,
144994 : : .ob_type = &PyTuple_Type,
144995 : : },
144996 : : .ob_size = 3,
144997 : : },
144998 : : .ob_item = {
144999 : : & const_str_initialized._ascii.ob_base,
145000 : : & const_str_main._ascii.ob_base,
145001 : : &_Py_ID(__name__),
145002 : : },
145003 : : },
145004 : : };
145005 : : static
145006 : : struct {
145007 : : PyObject_VAR_HEAD
145008 : : Py_hash_t ob_shash;
145009 : : char ob_sval[64];
145010 : : }
145011 : : __phello___toplevel_linetable = {
145012 : : .ob_base = {
145013 : : .ob_base = {
145014 : : .ob_refcnt = 999999999,
145015 : : .ob_type = &PyBytes_Type,
145016 : : },
145017 : : .ob_size = 63,
145018 : : },
145019 : : .ob_shash = -1,
145020 : : .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xf0\x04\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x00\x01\x01\x1a\xf0\x06\x00\x04\x0c\x88\x7a\xd2\x03\x19\xf0\x00\x01\x01\x0b\xd8\x04\x08\x80\x44\x84\x46\x80\x46\x80\x46\x80\x46\xf0\x03\x01\x01\x0b\xf0\x00\x01\x01\x0b",
145021 : : };
145022 : : static
145023 : : struct _PyCode_DEF(48)
145024 : : __phello___toplevel = {
145025 : : .ob_base = {
145026 : : .ob_base = {
145027 : : .ob_refcnt = 999999999,
145028 : : .ob_type = &PyCode_Type,
145029 : : },
145030 : : .ob_size = 24,
145031 : : },
145032 : : .co_consts = & __phello___toplevel_consts._object.ob_base.ob_base,
145033 : : .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
145034 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145035 : : .co_flags = 0,
145036 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145037 : : ._co_linearray_entry_size = 0,
145038 : : .co_argcount = 0,
145039 : : .co_posonlyargcount = 0,
145040 : : .co_kwonlyargcount = 0,
145041 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
145042 : : .co_stacksize = 2,
145043 : : .co_firstlineno = 1,
145044 : : .co_nlocalsplus = 0,
145045 : : .co_nlocals = 0,
145046 : : .co_nplaincellvars = 0,
145047 : : .co_ncellvars = 0,
145048 : : .co_nfreevars = 0,
145049 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145050 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145051 : : .co_filename = & __phello___toplevel_consts_1_filename._ascii.ob_base,
145052 : : .co_name = &_Py_STR(anon_module),
145053 : : .co_qualname = &_Py_STR(anon_module),
145054 : : .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
145055 : : ._co_code = NULL,
145056 : : ._co_linearray = NULL,
145057 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x65\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
145058 : : ._co_firsttraceable = 0,
145059 : : };
145060 : 8 : static void __phello___do_patchups(void) {
145061 : 8 : }
145062 : :
145063 : : PyObject *
145064 : 8 : _Py_get___phello___toplevel(void)
145065 : : {
145066 : 8 : __phello___do_patchups();
145067 : 8 : return Py_NewRef((PyObject *) &__phello___toplevel);
145068 : : }
145069 : :
145070 : : static
145071 : : struct {
145072 : : PyASCIIObject _ascii;
145073 : : uint8_t _data[24];
145074 : : }
145075 : : __phello___ham_toplevel_filename = {
145076 : : ._ascii = {
145077 : : .ob_base = {
145078 : : .ob_refcnt = 999999999,
145079 : : .ob_type = &PyUnicode_Type,
145080 : : },
145081 : : .length = 23,
145082 : : .hash = -1,
145083 : : .state = {
145084 : : .kind = 1,
145085 : : .compact = 1,
145086 : : .ascii = 1,
145087 : : },
145088 : : },
145089 : : ._data = "<frozen __phello__.ham>",
145090 : : };
145091 : : static
145092 : : struct {
145093 : : PyObject_VAR_HEAD
145094 : : Py_hash_t ob_shash;
145095 : : char ob_sval[16];
145096 : : }
145097 : : __phello___ham_toplevel_linetable = {
145098 : : .ob_base = {
145099 : : .ob_base = {
145100 : : .ob_refcnt = 999999999,
145101 : : .ob_type = &PyBytes_Type,
145102 : : },
145103 : : .ob_size = 15,
145104 : : },
145105 : : .ob_shash = -1,
145106 : : .ob_sval = "\xf0\x03\x01\x01\x01\xf0\x00\x01\x01\x01\xf0\x00\x01\x01\x01",
145107 : : };
145108 : : static
145109 : : struct _PyCode_DEF(6)
145110 : : __phello___ham_toplevel = {
145111 : : .ob_base = {
145112 : : .ob_base = {
145113 : : .ob_refcnt = 999999999,
145114 : : .ob_type = &PyCode_Type,
145115 : : },
145116 : : .ob_size = 3,
145117 : : },
145118 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
145119 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
145120 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145121 : : .co_flags = 0,
145122 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145123 : : ._co_linearray_entry_size = 0,
145124 : : .co_argcount = 0,
145125 : : .co_posonlyargcount = 0,
145126 : : .co_kwonlyargcount = 0,
145127 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
145128 : : .co_stacksize = 1,
145129 : : .co_firstlineno = 1,
145130 : : .co_nlocalsplus = 0,
145131 : : .co_nlocals = 0,
145132 : : .co_nplaincellvars = 0,
145133 : : .co_ncellvars = 0,
145134 : : .co_nfreevars = 0,
145135 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145136 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145137 : : .co_filename = & __phello___ham_toplevel_filename._ascii.ob_base,
145138 : : .co_name = &_Py_STR(anon_module),
145139 : : .co_qualname = &_Py_STR(anon_module),
145140 : : .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
145141 : : ._co_code = NULL,
145142 : : ._co_linearray = NULL,
145143 : : .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
145144 : : ._co_firsttraceable = 0,
145145 : : };
145146 : 1 : static void __phello___ham_do_patchups(void) {
145147 : 1 : }
145148 : :
145149 : : PyObject *
145150 : 1 : _Py_get___phello___ham_toplevel(void)
145151 : : {
145152 : 1 : __phello___ham_do_patchups();
145153 : 1 : return Py_NewRef((PyObject *) &__phello___ham_toplevel);
145154 : : }
145155 : :
145156 : : static
145157 : : struct {
145158 : : PyASCIIObject _ascii;
145159 : : uint8_t _data[29];
145160 : : }
145161 : : __phello___ham_eggs_toplevel_filename = {
145162 : : ._ascii = {
145163 : : .ob_base = {
145164 : : .ob_refcnt = 999999999,
145165 : : .ob_type = &PyUnicode_Type,
145166 : : },
145167 : : .length = 28,
145168 : : .hash = -1,
145169 : : .state = {
145170 : : .kind = 1,
145171 : : .compact = 1,
145172 : : .ascii = 1,
145173 : : },
145174 : : },
145175 : : ._data = "<frozen __phello__.ham.eggs>",
145176 : : };
145177 : : static
145178 : : struct _PyCode_DEF(6)
145179 : : __phello___ham_eggs_toplevel = {
145180 : : .ob_base = {
145181 : : .ob_base = {
145182 : : .ob_refcnt = 999999999,
145183 : : .ob_type = &PyCode_Type,
145184 : : },
145185 : : .ob_size = 3,
145186 : : },
145187 : : .co_consts = & importlib__bootstrap_toplevel_consts_1_consts._object.ob_base.ob_base,
145188 : : .co_names = (PyObject *)& _Py_SINGLETON(tuple_empty),
145189 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145190 : : .co_flags = 0,
145191 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145192 : : ._co_linearray_entry_size = 0,
145193 : : .co_argcount = 0,
145194 : : .co_posonlyargcount = 0,
145195 : : .co_kwonlyargcount = 0,
145196 : : .co_framesize = 1 + FRAME_SPECIALS_SIZE,
145197 : : .co_stacksize = 1,
145198 : : .co_firstlineno = 1,
145199 : : .co_nlocalsplus = 0,
145200 : : .co_nlocals = 0,
145201 : : .co_nplaincellvars = 0,
145202 : : .co_ncellvars = 0,
145203 : : .co_nfreevars = 0,
145204 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145205 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145206 : : .co_filename = & __phello___ham_eggs_toplevel_filename._ascii.ob_base,
145207 : : .co_name = &_Py_STR(anon_module),
145208 : : .co_qualname = &_Py_STR(anon_module),
145209 : : .co_linetable = & __phello___ham_toplevel_linetable.ob_base.ob_base,
145210 : : ._co_code = NULL,
145211 : : ._co_linearray = NULL,
145212 : : .co_code_adaptive = "\x97\x00\x64\x00\x53\x00",
145213 : : ._co_firsttraceable = 0,
145214 : : };
145215 : 0 : static void __phello___ham_eggs_do_patchups(void) {
145216 : 0 : }
145217 : :
145218 : : PyObject *
145219 : 0 : _Py_get___phello___ham_eggs_toplevel(void)
145220 : : {
145221 : 0 : __phello___ham_eggs_do_patchups();
145222 : 0 : return Py_NewRef((PyObject *) &__phello___ham_eggs_toplevel);
145223 : : }
145224 : :
145225 : : static
145226 : : struct {
145227 : : PyASCIIObject _ascii;
145228 : : uint8_t _data[25];
145229 : : }
145230 : : __phello___spam_toplevel_consts_1_filename = {
145231 : : ._ascii = {
145232 : : .ob_base = {
145233 : : .ob_refcnt = 999999999,
145234 : : .ob_type = &PyUnicode_Type,
145235 : : },
145236 : : .length = 24,
145237 : : .hash = -1,
145238 : : .state = {
145239 : : .kind = 1,
145240 : : .compact = 1,
145241 : : .ascii = 1,
145242 : : },
145243 : : },
145244 : : ._data = "<frozen __phello__.spam>",
145245 : : };
145246 : : static
145247 : : struct _PyCode_DEF(32)
145248 : : __phello___spam_toplevel_consts_1 = {
145249 : : .ob_base = {
145250 : : .ob_base = {
145251 : : .ob_refcnt = 999999999,
145252 : : .ob_type = &PyCode_Type,
145253 : : },
145254 : : .ob_size = 16,
145255 : : },
145256 : : .co_consts = & __hello___toplevel_consts_7_consts._object.ob_base.ob_base,
145257 : : .co_names = & __hello___toplevel_consts_7_names._object.ob_base.ob_base,
145258 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145259 : : .co_flags = 3,
145260 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145261 : : ._co_linearray_entry_size = 0,
145262 : : .co_argcount = 0,
145263 : : .co_posonlyargcount = 0,
145264 : : .co_kwonlyargcount = 0,
145265 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
145266 : : .co_stacksize = 3,
145267 : : .co_firstlineno = 3,
145268 : : .co_nlocalsplus = 0,
145269 : : .co_nlocals = 0,
145270 : : .co_nplaincellvars = 0,
145271 : : .co_ncellvars = 0,
145272 : : .co_nfreevars = 0,
145273 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145274 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145275 : : .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
145276 : : .co_name = & const_str_main._ascii.ob_base,
145277 : : .co_qualname = & const_str_main._ascii.ob_base,
145278 : : .co_linetable = & __hello___toplevel_consts_7_linetable.ob_base.ob_base,
145279 : : ._co_code = NULL,
145280 : : ._co_linearray = NULL,
145281 : : .co_code_adaptive = "\x97\x00\x74\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x00\x53\x00",
145282 : : ._co_firsttraceable = 0,
145283 : : };
145284 : : static
145285 : : struct {
145286 : : PyGC_Head _gc_head;
145287 : : struct {
145288 : : PyObject_VAR_HEAD
145289 : : PyObject *ob_item[4];
145290 : : }_object;
145291 : : }
145292 : : __phello___spam_toplevel_consts = {
145293 : : ._object = {
145294 : : .ob_base = {
145295 : : .ob_base = {
145296 : : .ob_refcnt = 999999999,
145297 : : .ob_type = &PyTuple_Type,
145298 : : },
145299 : : .ob_size = 4,
145300 : : },
145301 : : .ob_item = {
145302 : : Py_True,
145303 : : & __phello___spam_toplevel_consts_1.ob_base.ob_base,
145304 : : &_Py_ID(__main__),
145305 : : Py_None,
145306 : : },
145307 : : },
145308 : : };
145309 : : static
145310 : : struct _PyCode_DEF(48)
145311 : : __phello___spam_toplevel = {
145312 : : .ob_base = {
145313 : : .ob_base = {
145314 : : .ob_refcnt = 999999999,
145315 : : .ob_type = &PyCode_Type,
145316 : : },
145317 : : .ob_size = 24,
145318 : : },
145319 : : .co_consts = & __phello___spam_toplevel_consts._object.ob_base.ob_base,
145320 : : .co_names = & __phello___toplevel_names._object.ob_base.ob_base,
145321 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145322 : : .co_flags = 0,
145323 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145324 : : ._co_linearray_entry_size = 0,
145325 : : .co_argcount = 0,
145326 : : .co_posonlyargcount = 0,
145327 : : .co_kwonlyargcount = 0,
145328 : : .co_framesize = 2 + FRAME_SPECIALS_SIZE,
145329 : : .co_stacksize = 2,
145330 : : .co_firstlineno = 1,
145331 : : .co_nlocalsplus = 0,
145332 : : .co_nlocals = 0,
145333 : : .co_nplaincellvars = 0,
145334 : : .co_ncellvars = 0,
145335 : : .co_nfreevars = 0,
145336 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145337 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145338 : : .co_filename = & __phello___spam_toplevel_consts_1_filename._ascii.ob_base,
145339 : : .co_name = &_Py_STR(anon_module),
145340 : : .co_qualname = &_Py_STR(anon_module),
145341 : : .co_linetable = & __phello___toplevel_linetable.ob_base.ob_base,
145342 : : ._co_code = NULL,
145343 : : ._co_linearray = NULL,
145344 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x64\x01\x84\x00\x5a\x01\x65\x02\x64\x02\x6b\x02\x00\x00\x00\x00\x72\x0a\x02\x00\x65\x01\xab\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x03\x53\x00\x64\x03\x53\x00",
145345 : : ._co_firsttraceable = 0,
145346 : : };
145347 : 5 : static void __phello___spam_do_patchups(void) {
145348 : 5 : }
145349 : :
145350 : : PyObject *
145351 : 5 : _Py_get___phello___spam_toplevel(void)
145352 : : {
145353 : 5 : __phello___spam_do_patchups();
145354 : 5 : return Py_NewRef((PyObject *) &__phello___spam_toplevel);
145355 : : }
145356 : :
145357 : : static
145358 : : struct {
145359 : : PyGC_Head _gc_head;
145360 : : struct {
145361 : : PyObject_VAR_HEAD
145362 : : PyObject *ob_item[3];
145363 : : }_object;
145364 : : }
145365 : : frozen_only_toplevel_consts = {
145366 : : ._object = {
145367 : : .ob_base = {
145368 : : .ob_base = {
145369 : : .ob_refcnt = 999999999,
145370 : : .ob_type = &PyTuple_Type,
145371 : : },
145372 : : .ob_size = 3,
145373 : : },
145374 : : .ob_item = {
145375 : : Py_True,
145376 : : & __hello___toplevel_consts_7_consts_1._ascii.ob_base,
145377 : : Py_None,
145378 : : },
145379 : : },
145380 : : };
145381 : : static
145382 : : struct {
145383 : : PyGC_Head _gc_head;
145384 : : struct {
145385 : : PyObject_VAR_HEAD
145386 : : PyObject *ob_item[2];
145387 : : }_object;
145388 : : }
145389 : : frozen_only_toplevel_names = {
145390 : : ._object = {
145391 : : .ob_base = {
145392 : : .ob_base = {
145393 : : .ob_refcnt = 999999999,
145394 : : .ob_type = &PyTuple_Type,
145395 : : },
145396 : : .ob_size = 2,
145397 : : },
145398 : : .ob_item = {
145399 : : & const_str_initialized._ascii.ob_base,
145400 : : & const_str_print._ascii.ob_base,
145401 : : },
145402 : : },
145403 : : };
145404 : : static
145405 : : struct {
145406 : : PyASCIIObject _ascii;
145407 : : uint8_t _data[21];
145408 : : }
145409 : : frozen_only_toplevel_filename = {
145410 : : ._ascii = {
145411 : : .ob_base = {
145412 : : .ob_refcnt = 999999999,
145413 : : .ob_type = &PyUnicode_Type,
145414 : : },
145415 : : .length = 20,
145416 : : .hash = -1,
145417 : : .state = {
145418 : : .kind = 1,
145419 : : .compact = 1,
145420 : : .ascii = 1,
145421 : : },
145422 : : },
145423 : : ._data = "<frozen frozen_only>",
145424 : : };
145425 : : static
145426 : : struct {
145427 : : PyObject_VAR_HEAD
145428 : : Py_hash_t ob_shash;
145429 : : char ob_sval[30];
145430 : : }
145431 : : frozen_only_toplevel_linetable = {
145432 : : .ob_base = {
145433 : : .ob_base = {
145434 : : .ob_refcnt = 999999999,
145435 : : .ob_type = &PyBytes_Type,
145436 : : },
145437 : : .ob_size = 29,
145438 : : },
145439 : : .ob_shash = -1,
145440 : : .ob_sval = "\xf0\x03\x01\x01\x01\xd8\x0e\x12\x80\x0b\xd8\x00\x05\x80\x05\x80\x6e\xd4\x00\x15\xd0\x00\x15\xd0\x00\x15\xd0\x00\x15",
145441 : : };
145442 : : static
145443 : : struct _PyCode_DEF(28)
145444 : : frozen_only_toplevel = {
145445 : : .ob_base = {
145446 : : .ob_base = {
145447 : : .ob_refcnt = 999999999,
145448 : : .ob_type = &PyCode_Type,
145449 : : },
145450 : : .ob_size = 14,
145451 : : },
145452 : : .co_consts = & frozen_only_toplevel_consts._object.ob_base.ob_base,
145453 : : .co_names = & frozen_only_toplevel_names._object.ob_base.ob_base,
145454 : : .co_exceptiontable = (PyObject *)&_Py_SINGLETON(bytes_empty),
145455 : : .co_flags = 0,
145456 : : .co_warmup = QUICKENING_INITIAL_WARMUP_VALUE,
145457 : : ._co_linearray_entry_size = 0,
145458 : : .co_argcount = 0,
145459 : : .co_posonlyargcount = 0,
145460 : : .co_kwonlyargcount = 0,
145461 : : .co_framesize = 3 + FRAME_SPECIALS_SIZE,
145462 : : .co_stacksize = 3,
145463 : : .co_firstlineno = 1,
145464 : : .co_nlocalsplus = 0,
145465 : : .co_nlocals = 0,
145466 : : .co_nplaincellvars = 0,
145467 : : .co_ncellvars = 0,
145468 : : .co_nfreevars = 0,
145469 : : .co_localsplusnames = (PyObject *)& _Py_SINGLETON(tuple_empty),
145470 : : .co_localspluskinds = (PyObject *)&_Py_SINGLETON(bytes_empty),
145471 : : .co_filename = & frozen_only_toplevel_filename._ascii.ob_base,
145472 : : .co_name = &_Py_STR(anon_module),
145473 : : .co_qualname = &_Py_STR(anon_module),
145474 : : .co_linetable = & frozen_only_toplevel_linetable.ob_base.ob_base,
145475 : : ._co_code = NULL,
145476 : : ._co_linearray = NULL,
145477 : : .co_code_adaptive = "\x97\x00\x64\x00\x5a\x00\x02\x00\x65\x01\x64\x01\xab\x01\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x64\x02\x53\x00",
145478 : : ._co_firsttraceable = 0,
145479 : : };
145480 : 0 : static void frozen_only_do_patchups(void) {
145481 : 0 : }
145482 : :
145483 : : PyObject *
145484 : 0 : _Py_get_frozen_only_toplevel(void)
145485 : : {
145486 : 0 : frozen_only_do_patchups();
145487 : 0 : return Py_NewRef((PyObject *) &frozen_only_toplevel);
145488 : : }
145489 : :
145490 : : void
145491 : 2935 : _Py_Deepfreeze_Fini(void) {
145492 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_0);
145493 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_AttributeError);
145494 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_type);
145495 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_1_filename);
145496 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__object_name);
145497 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1);
145498 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_3_consts_0);
145499 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasattr);
145500 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_setattr);
145501 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_update);
145502 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap);
145503 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new);
145504 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_old);
145505 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3);
145506 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys);
145507 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__new_module);
145508 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4);
145509 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__DeadlockError);
145510 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5);
145511 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLock);
145512 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_1);
145513 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__thread);
145514 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_allocate_lock);
145515 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lock);
145516 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wakeup);
145517 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_owner);
145518 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_count);
145519 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_waiters);
145520 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_2_qualname);
145521 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_self);
145522 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2);
145523 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_ident);
145524 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set);
145525 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__blocking_on);
145526 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_deadlock);
145527 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_3_qualname);
145528 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_me);
145529 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tid);
145530 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_seen);
145531 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3);
145532 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_0);
145533 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_consts_5);
145534 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire);
145535 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_release);
145536 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_4_qualname);
145537 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4);
145538 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_consts_1);
145539 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeError);
145540 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_5_qualname);
145541 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5);
145542 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_consts_1);
145543 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_format);
145544 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_id);
145545 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_7_consts_6_qualname);
145546 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6);
145547 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7);
145548 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__DummyModuleLock);
145549 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_1);
145550 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_2_qualname);
145551 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2);
145552 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_3_qualname);
145553 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3);
145554 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_4_qualname);
145555 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4);
145556 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_consts_1);
145557 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_9_consts_5_qualname);
145558 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5);
145559 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9);
145560 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModuleLockManager);
145561 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__name);
145562 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__lock);
145563 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_1_qualname);
145564 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1);
145565 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_lock);
145566 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_2_qualname);
145567 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2);
145568 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_11_consts_3_qualname);
145569 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_args);
145570 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwargs);
145571 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3);
145572 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11);
145573 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_0);
145574 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp);
145575 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_acquire_lock);
145576 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_locks);
145577 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_release_lock);
145578 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cb);
145579 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_13_consts_2_qualname);
145580 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ref);
145581 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2);
145582 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeyError);
145583 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__weakref);
145584 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13);
145585 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_14_consts_0);
145586 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14);
145587 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_15_consts_0);
145588 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__call_with_frames_removed);
145589 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_f);
145590 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_kwds);
145591 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15);
145592 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbosity);
145593 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_0);
145594 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_0);
145595 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_1_1);
145596 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_18_consts_2);
145597 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file);
145598 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_flags);
145599 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_verbose);
145600 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_startswith);
145601 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_print);
145602 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__verbose_message);
145603 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_message);
145604 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18);
145605 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_0);
145606 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_consts_1);
145607 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module_names);
145608 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportError);
145609 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin_wrapper);
145610 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_19_consts_1_qualname);
145611 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullname);
145612 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fxn);
145613 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1);
145614 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_builtin);
145615 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19);
145616 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_0);
145617 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_consts_1);
145618 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen);
145619 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen_wrapper);
145620 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_20_consts_1_qualname);
145621 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1);
145622 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__requires_frozen);
145623 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20);
145624 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_0);
145625 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_21_consts_1);
145626 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__warnings);
145627 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_warn);
145628 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_DeprecationWarning);
145629 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_loader);
145630 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__exec);
145631 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__load);
145632 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_module_shim);
145633 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec);
145634 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module);
145635 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21);
145636 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_0);
145637 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_repr);
145638 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_5);
145639 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_6);
145640 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_7);
145641 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_22_consts_8);
145642 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr_from_spec);
145643 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Exception);
145644 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_repr);
145645 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader);
145646 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22);
145647 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleSpec);
145648 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_1);
145649 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_origin);
145650 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_state);
145651 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_package);
145652 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_submodule_search_locations);
145653 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_fileattr);
145654 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__cached);
145655 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_4_qualname);
145656 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4);
145657 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_1);
145658 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_2);
145659 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_3);
145660 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_4);
145661 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_consts_5);
145662 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_5_qualname);
145663 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5);
145664 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cached);
145665 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_has_location);
145666 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplemented);
145667 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_6_qualname);
145668 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_other);
145669 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_smsl);
145670 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6);
145671 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_external);
145672 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotImplementedError);
145673 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_cached);
145674 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_7_qualname);
145675 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7);
145676 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8);
145677 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_consts_0);
145678 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rpartition);
145679 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_9_qualname);
145680 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9);
145681 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_23_consts_10_qualname);
145682 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10);
145683 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bool);
145684 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_value);
145685 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11);
145686 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_property);
145687 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_setter);
145688 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23);
145689 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_26_consts_0);
145690 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ORIGIN);
145691 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_filename);
145692 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spec_from_file_location);
145693 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_search);
145694 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26);
145695 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___cached__);
145696 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_list);
145697 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__spec_from_module);
145698 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_location);
145699 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27);
145700 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_override);
145701 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceLoader);
145702 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path);
145703 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_module_attrs);
145704 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30);
145705 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_0);
145706 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_module);
145707 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_module);
145708 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_31_consts_4);
145709 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_from_spec);
145710 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31);
145711 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_0);
145712 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_32_consts_6);
145713 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32);
145714 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_0);
145715 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_1);
145716 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_4);
145717 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_33_consts_8);
145718 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ImportWarning);
145719 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_load_module);
145720 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pop);
145721 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33);
145722 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_backward_compatible);
145723 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34);
145724 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_35_consts_6);
145725 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__load_unlocked);
145726 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35);
145727 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_36_consts_0);
145728 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36);
145729 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BuiltinImporter);
145730 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_1);
145731 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_2);
145732 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_0);
145733 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_1);
145734 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_2);
145735 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_3);
145736 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_consts_4);
145737 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_3_qualname);
145738 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3);
145739 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_builtin);
145740 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_spec);
145741 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_5_qualname);
145742 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cls);
145743 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_target);
145744 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5);
145745 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_0);
145746 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_consts_1);
145747 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_module);
145748 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_6_qualname);
145749 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6);
145750 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_consts_0);
145751 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_builtin);
145752 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_7_qualname);
145753 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7);
145754 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_consts_0);
145755 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_builtin);
145756 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_8_qualname);
145757 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8);
145758 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_consts_0);
145759 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_code);
145760 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_9_qualname);
145761 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9);
145762 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_consts_0);
145763 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_10_qualname);
145764 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10);
145765 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_consts_0);
145766 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_37_consts_11_qualname);
145767 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11);
145768 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_staticmethod);
145769 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_classmethod);
145770 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37);
145771 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FrozenImporter);
145772 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_1);
145773 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozen);
145774 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_consts_1);
145775 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_3_qualname);
145776 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_m);
145777 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3);
145778 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___origname__);
145779 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_consts_2);
145780 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_origname);
145781 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_vars);
145782 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_frozen_package);
145783 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_filename);
145784 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_implementation);
145785 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_insert);
145786 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sorted);
145787 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_4_qualname);
145788 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_state);
145789 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispkg);
145790 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgdir);
145791 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4);
145792 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__stdlib_dir);
145793 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_win32);
145794 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_4);
145795 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_5);
145796 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_6);
145797 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_8);
145798 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_11);
145799 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_consts_12);
145800 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__SEP);
145801 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_platform);
145802 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_7_qualname);
145803 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_alias);
145804 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sep);
145805 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_relfile);
145806 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7);
145807 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_frozen);
145808 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_8_qualname);
145809 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_info);
145810 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8);
145811 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_0);
145812 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_consts_1);
145813 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_9_qualname);
145814 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9);
145815 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_consts_0);
145816 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_10_qualname);
145817 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10);
145818 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_frozen_object);
145819 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec);
145820 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_11_qualname);
145821 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11);
145822 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_consts_0);
145823 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_12_qualname);
145824 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12);
145825 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_consts_0);
145826 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_13_qualname);
145827 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13);
145828 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_consts_0);
145829 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_14_qualname);
145830 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14);
145831 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_consts_0);
145832 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_39_consts_15_qualname);
145833 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15);
145834 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39);
145835 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ImportLockContext);
145836 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_1);
145837 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_consts_0);
145838 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_2_qualname);
145839 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2);
145840 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_consts_0);
145841 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_41_consts_3_qualname);
145842 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_type);
145843 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_value);
145844 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_traceback);
145845 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3);
145846 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41);
145847 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_0);
145848 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_3);
145849 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_43_consts_5);
145850 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rsplit);
145851 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__resolve_name);
145852 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_package);
145853 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_level);
145854 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bits);
145855 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_base);
145856 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43);
145857 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_44_consts_1);
145858 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_legacy);
145859 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_finder);
145860 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44);
145861 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_0);
145862 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_2);
145863 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_45_consts_3);
145864 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_meta_path);
145865 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec);
145866 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_reload);
145867 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45);
145868 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_0);
145869 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_1);
145870 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_3);
145871 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_4);
145872 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_5);
145873 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_46_consts_6);
145874 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_str);
145875 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_TypeError);
145876 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValueError);
145877 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__sanity_check);
145878 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46);
145879 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_47);
145880 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_48);
145881 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_3);
145882 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_6);
145883 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_49_consts_7);
145884 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG);
145885 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleNotFoundError);
145886 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_and_load_unlocked);
145887 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_);
145888 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_spec);
145889 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module);
145890 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_child);
145891 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49);
145892 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_0);
145893 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_50_consts_5);
145894 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__NEEDS_LOADING);
145895 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50);
145896 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_52_consts_0);
145897 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__gcd_import);
145898 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52);
145899 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_recursive);
145900 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_0);
145901 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_1);
145902 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_2);
145903 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_3);
145904 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_4);
145905 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_54_consts_5);
145906 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fromlist);
145907 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_x);
145908 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_where);
145909 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_name);
145910 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc);
145911 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54);
145912 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_0);
145913 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_4);
145914 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_5);
145915 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_6);
145916 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stacklevel);
145917 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_55_consts_9);
145918 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc___package__);
145919 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals);
145920 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55);
145921 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_57_consts_0);
145922 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_partition);
145923 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_locals);
145924 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_globals_);
145925 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cut_off);
145926 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57);
145927 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_58_consts_1);
145928 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__builtin_from_name);
145929 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58);
145930 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_59_consts_0);
145931 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__setup);
145932 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_module);
145933 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__imp_module);
145934 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_type);
145935 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_self_module);
145936 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_name);
145937 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_builtin_module);
145938 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59);
145939 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_60_consts_0);
145940 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__install);
145941 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60);
145942 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_toplevel_consts_61_consts_0);
145943 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib_external);
145944 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__install_external_importers);
145945 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61);
145946 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ERR_MSG_PREFIX);
145947 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_object);
145948 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel);
145949 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_0);
145950 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_filename);
145951 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_6_localsplusnames_0);
145952 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6);
145953 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_8_consts_0);
145954 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_s);
145955 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8);
145956 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_win);
145957 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cygwin);
145958 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_darwin);
145959 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONCASEOK);
145960 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_consts_0);
145961 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_environment);
145962 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__os);
145963 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_environ);
145964 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__relax_case);
145965 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3_qualname);
145966 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_key);
145967 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3);
145968 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4_consts_0);
145969 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4);
145970 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS);
145971 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_STR_KEY);
145972 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__make_relax_case);
145973 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11);
145974 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_12_consts_0);
145975 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_int);
145976 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_to_bytes);
145977 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__pack_uint32);
145978 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12);
145979 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_13_consts_0);
145980 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_from_bytes);
145981 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint32);
145982 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_data);
145983 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13);
145984 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_14_consts_0);
145985 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__unpack_uint16);
145986 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14);
145987 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_0);
145988 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rstrip);
145989 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_separators);
145990 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5_qualname);
145991 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_p);
145992 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5);
145993 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_map);
145994 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_splitroot);
145995 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep_tuple);
145996 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_endswith);
145997 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_sep);
145998 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_casefold);
145999 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_join);
146000 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_parts);
146001 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_root);
146002 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_root);
146003 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail);
146004 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15);
146005 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_part);
146006 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1);
146007 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16);
146008 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_0);
146009 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rfind);
146010 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1_qualname);
146011 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1);
146012 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_max);
146013 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_split);
146014 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_i);
146015 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17);
146016 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_18_consts_0);
146017 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat);
146018 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_stat);
146019 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18);
146020 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_19_consts_0);
146021 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_OSError);
146022 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mode);
146023 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_is_mode_type);
146024 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stat_info);
146025 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19);
146026 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_20_consts_0);
146027 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isfile);
146028 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20);
146029 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_21_consts_0);
146030 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwd);
146031 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isdir);
146032 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21);
146033 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_0);
146034 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_22_consts_6);
146035 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_isabs);
146036 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22);
146037 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23);
146038 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_25_consts_0);
146039 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wb);
146040 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_EXCL);
146041 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_CREAT);
146042 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_WRONLY);
146043 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__io);
146044 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileIO);
146045 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_unlink);
146046 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__write_atomic);
146047 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_tmp);
146048 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fd);
146049 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25);
146050 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___pycache__);
146051 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_31);
146052 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_33);
146053 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_34);
146054 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimization);
146055 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_0);
146056 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_2);
146057 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_3);
146058 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_7);
146059 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_9);
146060 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_36_consts_10);
146061 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fspath);
146062 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_tag);
146063 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_optimize);
146064 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isalnum);
146065 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__OPT);
146066 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BYTECODE_SUFFIXES);
146067 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_prefix);
146068 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstrip);
146069 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__PYCACHE);
146070 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_from_source);
146071 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_debug_override);
146072 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_head);
146073 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rest);
146074 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tag);
146075 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_almost_filename);
146076 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36);
146077 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_0);
146078 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_5);
146079 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_8);
146080 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_12);
146081 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_13);
146082 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_37_consts_14);
146083 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SOURCE_SUFFIXES);
146084 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_from_cache);
146085 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache_filename);
146086 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_found_in_pycache_prefix);
146087 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stripped_path);
146088 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pycache);
146089 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot_count);
146090 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_opt_level);
146091 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_filename);
146092 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37);
146093 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_38_consts_0);
146094 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_py);
146095 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower);
146096 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode_path);
146097 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension);
146098 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_path);
146099 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38);
146100 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple);
146101 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39);
146102 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_40_consts_0);
146103 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__calc_mode);
146104 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40);
146105 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_0);
146106 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_1);
146107 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_consts_2);
146108 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name_wrapper);
146109 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2_qualname);
146110 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_method);
146111 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2);
146112 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3_qualname);
146113 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3);
146114 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_name);
146115 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41);
146116 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_0);
146117 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_1);
146118 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_42_consts_3);
146119 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_loader);
146120 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_module_shim);
146121 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_portions);
146122 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42);
146123 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_0);
146124 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_3);
146125 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_4);
146126 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_5);
146127 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_7);
146128 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_10);
146129 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_43_consts_11);
146130 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAGIC_NUMBER);
146131 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_EOFError);
146132 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__classify_pyc);
146133 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_details);
146134 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_magic);
146135 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43);
146136 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_0);
146137 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_44_consts_4);
146138 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_timestamp_pyc);
146139 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_mtime);
146140 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_size);
146141 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44);
146142 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_0);
146143 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_45_consts_3);
146144 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__validate_hash_pyc);
146145 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_hash);
146146 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45);
146147 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_0);
146148 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_1);
146149 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_46_consts_3);
146150 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_marshal);
146151 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loads);
146152 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_type);
146153 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__fix_co_filename);
146154 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_bytecode);
146155 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46);
146156 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_47_consts_0);
146157 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray);
146158 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dumps);
146159 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_timestamp_pyc);
146160 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mtime);
146161 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47);
146162 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_49_consts_0);
146163 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__code_to_hash_pyc);
146164 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_checked);
146165 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49);
146166 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_50_consts_0);
146167 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tokenize);
146168 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesIO);
146169 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_detect_encoding);
146170 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalNewlineDecoder);
146171 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decode_source);
146172 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes);
146173 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_bytes_readline);
146174 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_newline_decoder);
146175 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50);
146176 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_52_consts_0);
146177 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_supported_file_loaders);
146178 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__POPULATE);
146179 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_class);
146180 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffixes);
146181 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirname);
146182 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52);
146183 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_WindowsRegistryFinder);
146184 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_1);
146185 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_2);
146186 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_3);
146187 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_4);
146188 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_winreg);
146189 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_OpenKey);
146190 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_CURRENT_USER);
146191 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HKEY_LOCAL_MACHINE);
146192 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__open_registry);
146193 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5_qualname);
146194 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5);
146195 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_consts_1);
146196 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sys_version);
146197 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BUILD);
146198 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY_DEBUG);
146199 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_REGISTRY_KEY);
146200 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_version_info);
146201 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_QueryValue);
146202 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__search_registry);
146203 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6_qualname);
146204 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_registry_key);
146205 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hkey);
146206 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_filepath);
146207 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6);
146208 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8_qualname);
146209 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8);
146210 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_0);
146211 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_consts_1);
146212 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9_qualname);
146213 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9);
146214 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__MS_WINDOWS);
146215 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_EXTENSION_SUFFIXES);
146216 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53);
146217 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LoaderBasics);
146218 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_1);
146219 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_consts_0);
146220 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2_qualname);
146221 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_filename_base);
146222 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_name);
146223 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2);
146224 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_consts_0);
146225 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3_qualname);
146226 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3);
146227 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_0);
146228 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_consts_2);
146229 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4_qualname);
146230 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4);
146231 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_consts_0);
146232 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5_qualname);
146233 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5);
146234 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55);
146235 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceLoader);
146236 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_consts_0);
146237 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_mtime);
146238 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1_qualname);
146239 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1);
146240 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_consts_0);
146241 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_stats);
146242 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2_qualname);
146243 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2);
146244 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_consts_0);
146245 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_data);
146246 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__cache_bytecode);
146247 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3_qualname);
146248 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_path);
146249 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3);
146250 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_consts_0);
146251 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4_qualname);
146252 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4);
146253 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_0);
146254 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_consts_1);
146255 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_data);
146256 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5_qualname);
146257 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5);
146258 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__optimize);
146259 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_consts_0);
146260 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_inherit);
146261 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_compile);
146262 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source_to_code);
146263 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8_qualname);
146264 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8);
146265 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_0);
146266 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_never);
146267 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_always);
146268 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_size);
146269 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_13);
146270 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_consts_15);
146271 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_memoryview);
146272 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_hash_based_pycs);
146273 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__RAW_MAGIC_NUMBER);
146274 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dont_write_bytecode);
146275 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9_qualname);
146276 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash_based);
146277 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_source);
146278 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st);
146279 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_data);
146280 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_code_object);
146281 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9);
146282 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57);
146283 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileLoader);
146284 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_1);
146285 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_consts_0);
146286 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2_qualname);
146287 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2);
146288 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3_qualname);
146289 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3);
146290 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hash);
146291 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4_qualname);
146292 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4);
146293 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_consts_0);
146294 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_super);
146295 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5_qualname);
146296 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5);
146297 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_consts_0);
146298 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6_qualname);
146299 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6);
146300 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_consts_0);
146301 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_r);
146302 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ExtensionFileLoader);
146303 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_open_code);
146304 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7_qualname);
146305 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7);
146306 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileReader);
146307 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_names_0);
146308 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_resource_reader);
146309 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8_qualname);
146310 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8);
146311 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59);
146312 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourceFileLoader);
146313 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_1);
146314 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_consts_0);
146315 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_mtime);
146316 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_size);
146317 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2_qualname);
146318 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2);
146319 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__mode);
146320 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3_qualname);
146321 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3);
146322 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_0);
146323 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_1);
146324 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_consts_3);
146325 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkdir);
146326 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileExistsError);
146327 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6_qualname);
146328 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6);
146329 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61);
146330 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SourcelessFileLoader);
146331 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_1);
146332 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2_qualname);
146333 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2);
146334 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_consts_0);
146335 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3_qualname);
146336 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3);
146337 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63);
146338 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_1);
146339 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2_qualname);
146340 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2);
146341 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3_qualname);
146342 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3);
146343 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4_qualname);
146344 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4);
146345 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_0);
146346 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_consts_1);
146347 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_create_dynamic);
146348 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5_qualname);
146349 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5);
146350 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_0);
146351 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_consts_1);
146352 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_dynamic);
146353 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6_qualname);
146354 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6);
146355 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_0);
146356 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2_qualname);
146357 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_suffix);
146358 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_name);
146359 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2);
146360 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_any);
146361 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_qualname);
146362 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7);
146363 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_consts_0);
146364 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8_qualname);
146365 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8);
146366 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_consts_0);
146367 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9_qualname);
146368 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9);
146369 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10_qualname);
146370 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10);
146371 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65);
146372 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespacePath);
146373 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_1);
146374 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_parent_path);
146375 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_parent_path);
146376 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__epoch);
146377 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__last_epoch);
146378 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_finder);
146379 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3_qualname);
146380 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_finder);
146381 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3);
146382 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_consts_0);
146383 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_parent_path_names);
146384 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4_qualname);
146385 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dot);
146386 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4);
146387 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5_qualname);
146388 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_module_name);
146389 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_attr_name);
146390 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5);
146391 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__recalculate);
146392 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6_qualname);
146393 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_path);
146394 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6);
146395 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7_qualname);
146396 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7);
146397 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8_qualname);
146398 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_index);
146399 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8);
146400 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9_qualname);
146401 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9);
146402 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10_qualname);
146403 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10);
146404 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_consts_1);
146405 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11_qualname);
146406 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11);
146407 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12_qualname);
146408 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_item);
146409 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12);
146410 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13_qualname);
146411 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13);
146412 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67);
146413 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1_qualname);
146414 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1);
146415 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_1);
146416 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_consts_2);
146417 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2_qualname);
146418 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2);
146419 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3_qualname);
146420 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3);
146421 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4_qualname);
146422 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4);
146423 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5_qualname);
146424 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5);
146425 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6_qualname);
146426 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6);
146427 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7_qualname);
146428 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7);
146429 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_0);
146430 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_consts_1);
146431 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8_qualname);
146432 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8);
146433 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NamespaceReader);
146434 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9_qualname);
146435 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9);
146436 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69);
146437 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathFinder);
146438 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_1);
146439 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_consts_0);
146440 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_invalidate_caches);
146441 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_importer_cache);
146442 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2_qualname);
146443 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2);
146444 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_0);
146445 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_consts_2);
146446 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hooks);
146447 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_hooks);
146448 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3_qualname);
146449 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hook);
146450 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3);
146451 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_consts_0);
146452 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileNotFoundError);
146453 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_importer_cache);
146454 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4_qualname);
146455 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4);
146456 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_consts_2);
146457 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__legacy_get_spec);
146458 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5_qualname);
146459 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5);
146460 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_0);
146461 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_consts_3);
146462 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_spec);
146463 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7_qualname);
146464 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace_path);
146465 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_entry);
146466 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7);
146467 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_consts_0);
146468 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8_qualname);
146469 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8);
146470 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_0);
146471 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_consts_1);
146472 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9_qualname);
146473 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9);
146474 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_consts_0);
146475 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MetadataPathFinder);
146476 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_names_0);
146477 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find_distributions);
146478 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10_qualname);
146479 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10);
146480 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71);
146481 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FileFinder);
146482 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_1);
146483 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_0);
146484 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1_qualname);
146485 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1);
146486 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__loaders);
146487 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_mtime);
146488 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_cache);
146489 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__relaxed_path_cache);
146490 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_qualname);
146491 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_details);
146492 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loaders);
146493 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2);
146494 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_consts_0);
146495 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3_qualname);
146496 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3);
146497 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_0);
146498 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_consts_1);
146499 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4_qualname);
146500 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4);
146501 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5_qualname);
146502 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5);
146503 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_0);
146504 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_7);
146505 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_consts_9);
146506 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__fill_cache);
146507 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7_qualname);
146508 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_namespace);
146509 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tail_module);
146510 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache);
146511 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cache_module);
146512 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_base_path);
146513 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_filename);
146514 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_full_path);
146515 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7);
146516 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_0);
146517 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4_qualname);
146518 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fn);
146519 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4);
146520 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_listdir);
146521 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PermissionError);
146522 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NotADirectoryError);
146523 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_qualname);
146524 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_contents);
146525 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lower_suffix_contents);
146526 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_name);
146527 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8);
146528 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_0);
146529 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_0);
146530 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_consts_1);
146531 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook_for_FileFinder);
146532 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1_qualname);
146533 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1);
146534 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_hook);
146535 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_qualname);
146536 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9);
146537 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_consts_1);
146538 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10_qualname);
146539 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10);
146540 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73);
146541 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ns);
146542 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathname);
146543 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cpathname);
146544 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75);
146545 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_76_consts_0);
146546 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_extension_suffixes);
146547 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_extensions);
146548 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_source);
146549 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytecode);
146550 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76);
146551 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__set_bootstrap_module);
146552 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__bootstrap_module);
146553 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77);
146554 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib__bootstrap_external_toplevel_consts_78_consts_0);
146555 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supported_loaders);
146556 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78);
146557 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_nt);
146558 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_posix);
146559 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_all);
146560 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__pathseps_with_colon);
146561 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__CASE_INSENSITIVE_PLATFORMS_BYTES_KEY);
146562 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___code__);
146563 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEBUG_BYTECODE_SUFFIXES);
146564 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_OPTIMIZED_BYTECODE_SUFFIXES);
146565 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__NamespaceLoader);
146566 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_external_toplevel);
146567 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_0);
146568 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipImportError);
146569 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_zipimporter);
146570 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_7_filename);
146571 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_7);
146572 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_1);
146573 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_1);
146574 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_2);
146575 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_consts_7);
146576 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_alt_path_sep);
146577 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_directory_cache);
146578 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__read_directory);
146579 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__files);
146580 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_archive);
146581 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefix);
146582 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_2_qualname);
146583 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_basename);
146584 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_files);
146585 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2);
146586 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_consts_0);
146587 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_info);
146588 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_path);
146589 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_dir);
146590 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_4_qualname);
146591 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_info);
146592 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_modpath);
146593 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4);
146594 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_consts_0);
146595 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_code);
146596 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_5_qualname);
146597 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ispackage);
146598 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5);
146599 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_consts_0);
146600 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_data);
146601 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_6_qualname);
146602 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_toc_entry);
146603 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6);
146604 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_consts_0);
146605 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_7_qualname);
146606 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7);
146607 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_consts_0);
146608 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_consts_2);
146609 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_8_qualname);
146610 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mi);
146611 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fullpath);
146612 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8);
146613 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_consts_0);
146614 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_9_qualname);
146615 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9);
146616 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_0);
146617 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_1);
146618 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_4);
146619 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_5);
146620 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_consts_6);
146621 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_type);
146622 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_10_qualname);
146623 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod);
146624 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10);
146625 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_consts_0);
146626 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ZipReader);
146627 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_11_qualname);
146628 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11);
146629 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_consts_0);
146630 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_12_qualname);
146631 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12);
146632 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_consts_1);
146633 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_consts_2);
146634 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_11_consts_13_qualname);
146635 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13);
146636 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_11);
146637 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_12);
146638 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_18);
146639 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirpath);
146640 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_19);
146641 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__zip_searchorder);
146642 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytecode);
146643 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_20);
146644 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_1);
146645 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_4);
146646 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_7);
146647 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_8);
146648 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_12);
146649 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_13);
146650 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_14);
146651 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_17);
146652 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_28);
146653 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii);
146654 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_21_consts_34);
146655 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_END_CENTRAL_DIR_SIZE);
146656 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_STRING_END_ARCHIVE);
146657 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX_COMMENT_LEN);
146658 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnicodeDecodeError);
146659 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_translate);
146660 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cp437_table);
146661 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp);
146662 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_position);
146663 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_size);
146664 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_max_comment_start);
146665 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pos);
146666 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_size);
146667 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_header_offset);
146668 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_arc_offset);
146669 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_compress);
146670 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_time);
146671 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_date);
146672 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_crc);
146673 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_size);
146674 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_name_size);
146675 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_extra_size);
146676 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_comment_size);
146677 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_offset);
146678 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_t);
146679 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_21);
146680 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_22);
146681 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_1);
146682 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_2);
146683 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decompress);
146684 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_23_consts_7);
146685 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__importing_zlib);
146686 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_zlib);
146687 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_decompress_func);
146688 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_23);
146689 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_2);
146690 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_9);
146691 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_24_consts_12);
146692 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_datapath);
146693 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_raw_data);
146694 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_24);
146695 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs);
146696 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__eq_mtime);
146697 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_t1);
146698 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_t2);
146699 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_25);
146700 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_11);
146701 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_26_consts_12);
146702 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_pyc_source);
146703 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_mtime_and_size_of_source);
146704 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__unmarshal_code);
146705 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_26);
146706 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__normalize_line_endings);
146707 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_27);
146708 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__compile_source);
146709 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_28);
146710 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mktime);
146711 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__parse_dostime);
146712 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_d);
146713 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_29);
146714 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_c);
146715 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_o);
146716 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_IndexError);
146717 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_uncompressed_size);
146718 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_30);
146719 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_31);
146720 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_1);
146721 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&zipimport_toplevel_consts_32_consts_5);
146722 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_import_error);
146723 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel_consts_32);
146724 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__frozen_importlib);
146725 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&zipimport_toplevel);
146726 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_0);
146727 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_consts_0);
146728 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_1_filename);
146729 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractmethod);
146730 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcobj);
146731 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_1);
146732 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractclassmethod);
146733 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_1);
146734 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_2_consts_3_qualname);
146735 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_callable);
146736 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2_consts_3);
146737 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_2);
146738 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractstaticmethod);
146739 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_1);
146740 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_4_consts_3_qualname);
146741 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4_consts_3);
146742 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_4);
146743 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstractproperty);
146744 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_6_consts_1);
146745 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_6);
146746 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_cache_token);
146747 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_init);
146748 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_register);
146749 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_instancecheck);
146750 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_subclasscheck);
146751 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_dump);
146752 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_registry);
146753 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__reset_caches);
146754 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABCMeta);
146755 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_1);
146756 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_2_qualname);
146757 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mcls);
146758 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bases);
146759 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_namespace);
146760 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_2);
146761 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_consts_0);
146762 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_register);
146763 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_3_qualname);
146764 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_subclass);
146765 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_3);
146766 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_consts_0);
146767 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_4_qualname);
146768 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_instance);
146769 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_4);
146770 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_consts_0);
146771 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_5_qualname);
146772 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_5);
146773 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_0);
146774 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_1);
146775 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_4);
146776 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_5);
146777 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_6);
146778 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_7);
146779 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_consts_8);
146780 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__dump_registry);
146781 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_7_qualname);
146782 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry);
146783 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_cache);
146784 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache);
146785 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_negative_cache_version);
146786 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_7);
146787 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_consts_0);
146788 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_registry_clear);
146789 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_8_qualname);
146790 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_8);
146791 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_consts_0);
146792 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc_caches_clear);
146793 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_10_consts_9_qualname);
146794 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10_consts_9);
146795 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_10);
146796 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abc);
146797 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_14_consts_0);
146798 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_frozenset);
146799 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_update_abstractmethods);
146800 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abstracts);
146801 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_scls);
146802 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_14);
146803 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ABC);
146804 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&abc_toplevel_consts_15_consts_1);
146805 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel_consts_15);
146806 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abc);
146807 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__py_abc);
146808 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&abc_toplevel);
146809 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_0);
146810 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_4);
146811 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup);
146812 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_EncodedFile);
146813 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM);
146814 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_BE);
146815 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_LE);
146816 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_BE);
146817 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM32_LE);
146818 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_BE);
146819 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM64_LE);
146820 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF8);
146821 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16);
146822 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_LE);
146823 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF16_BE);
146824 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32);
146825 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_LE);
146826 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BOM_UTF32_BE);
146827 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_CodecInfo);
146828 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Codec);
146829 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalEncoder);
146830 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_IncrementalDecoder);
146831 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReader);
146832 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamWriter);
146833 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamReaderWriter);
146834 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StreamRecoder);
146835 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getencoder);
146836 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getdecoder);
146837 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementalencoder);
146838 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getincrementaldecoder);
146839 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getreader);
146840 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwriter);
146841 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterencode);
146842 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterdecode);
146843 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_strict_errors);
146844 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ignore_errors);
146845 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_replace_errors);
146846 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace_errors);
146847 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace_errors);
146848 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace_errors);
146849 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_error);
146850 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lookup_error);
146851 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_1);
146852 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementalencoder);
146853 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_incrementaldecoder);
146854 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamwriter);
146855 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_streamreader);
146856 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_filename);
146857 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_5_qualname);
146858 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_5);
146859 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_consts_1);
146860 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_12_consts_6_qualname);
146861 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12_consts_6);
146862 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_12);
146863 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_1);
146864 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_consts_0);
146865 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_3_qualname);
146866 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_input);
146867 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_3);
146868 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_consts_0);
146869 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_14_consts_4_qualname);
146870 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14_consts_4);
146871 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_14);
146872 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_1);
146873 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_consts_0);
146874 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_3_qualname);
146875 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_3);
146876 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_consts_0);
146877 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_5_qualname);
146878 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_final);
146879 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_5);
146880 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_consts_0);
146881 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_6_qualname);
146882 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_6);
146883 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_consts_0);
146884 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_7_qualname);
146885 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_7);
146886 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_consts_0);
146887 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_16_consts_8_qualname);
146888 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16_consts_8);
146889 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_16);
146890 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalEncoder);
146891 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_1);
146892 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_3_qualname);
146893 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_3);
146894 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_encode);
146895 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_4_qualname);
146896 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_4);
146897 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_6_qualname);
146898 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_result);
146899 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_consumed);
146900 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_6);
146901 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_7_qualname);
146902 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_7);
146903 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_8_qualname);
146904 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_8);
146905 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_18_consts_9_qualname);
146906 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18_consts_9);
146907 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_18);
146908 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_1);
146909 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_consts_0);
146910 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_3_qualname);
146911 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_3);
146912 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_consts_0);
146913 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_5_qualname);
146914 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_5);
146915 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_consts_0);
146916 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_6_qualname);
146917 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_6);
146918 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_consts_0);
146919 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_7_qualname);
146920 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_7);
146921 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_consts_0);
146922 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_20_consts_8_qualname);
146923 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20_consts_8);
146924 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_20);
146925 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIncrementalDecoder);
146926 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_1);
146927 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_3_qualname);
146928 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_3);
146929 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__buffer_decode);
146930 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_4_qualname);
146931 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_4);
146932 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_6_qualname);
146933 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_6);
146934 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_7_qualname);
146935 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_7);
146936 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_8_qualname);
146937 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_8);
146938 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_22_consts_9_qualname);
146939 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22_consts_9);
146940 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_22);
146941 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_consts_0);
146942 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stream);
146943 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_2_qualname);
146944 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_2);
146945 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_consts_0);
146946 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_3_qualname);
146947 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_3);
146948 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_consts_0);
146949 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_writelines);
146950 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_4_qualname);
146951 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_4);
146952 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_consts_0);
146953 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_5_qualname);
146954 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_5);
146955 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_7_qualname);
146956 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_whence);
146957 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_7);
146958 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_consts_0);
146959 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_8_qualname);
146960 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_8);
146961 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_9_qualname);
146962 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_9);
146963 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_24_consts_10_qualname);
146964 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tb);
146965 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24_consts_10);
146966 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_24);
146967 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_consts_0);
146968 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytebuffer);
146969 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffertype);
146970 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__empty_charbuffer);
146971 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_charbuffer);
146972 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_linebuffer);
146973 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_2_qualname);
146974 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_2);
146975 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_3_qualname);
146976 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_3);
146977 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_consts_0);
146978 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_keepends);
146979 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_start);
146980 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitlines);
146981 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_6_qualname);
146982 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chars);
146983 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_firstline);
146984 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_newdata);
146985 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_newchars);
146986 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodedbytes);
146987 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lines);
146988 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_6);
146989 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_0);
146990 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_consts_9);
146991 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes);
146992 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_9_qualname);
146993 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_readsize);
146994 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withend);
146995 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_line0withoutend);
146996 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_9);
146997 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_consts_0);
146998 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlines);
146999 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_10_qualname);
147000 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sizehint);
147001 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_10);
147002 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_consts_0);
147003 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_11_qualname);
147004 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_11);
147005 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_consts_0);
147006 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_13_qualname);
147007 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_13);
147008 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_consts_0);
147009 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopIteration);
147010 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_14_qualname);
147011 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_14);
147012 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_15_qualname);
147013 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_15);
147014 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_16_qualname);
147015 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_16);
147016 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_17_qualname);
147017 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_17);
147018 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_26_consts_18_qualname);
147019 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26_consts_18);
147020 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_26);
147021 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_1);
147022 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_unknown);
147023 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_consts_0);
147024 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_reader);
147025 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_writer);
147026 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_4_qualname);
147027 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reader);
147028 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Writer);
147029 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_4);
147030 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_6_qualname);
147031 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_6);
147032 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_8_qualname);
147033 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_8);
147034 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_9_qualname);
147035 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_9);
147036 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_10_qualname);
147037 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_10);
147038 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_11_qualname);
147039 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_11);
147040 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_12_qualname);
147041 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_12);
147042 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_13_qualname);
147043 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_13);
147044 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_14_qualname);
147045 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_14);
147046 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_16_qualname);
147047 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_16);
147048 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_17_qualname);
147049 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_17);
147050 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_18_qualname);
147051 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_18);
147052 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_28_consts_19_qualname);
147053 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28_consts_19);
147054 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_28);
147055 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_1);
147056 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_consts_0);
147057 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_4_qualname);
147058 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_4);
147059 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_6_qualname);
147060 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesencoded);
147061 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_6);
147062 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_8_qualname);
147063 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_8);
147064 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_9_qualname);
147065 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_9);
147066 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_10_qualname);
147067 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_10);
147068 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_11_qualname);
147069 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_11);
147070 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_12_qualname);
147071 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytesdecoded);
147072 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_12);
147073 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_13_qualname);
147074 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_13);
147075 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_14_qualname);
147076 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_14);
147077 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_16_qualname);
147078 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_16);
147079 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_17_qualname);
147080 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_17);
147081 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_18_qualname);
147082 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_18);
147083 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_30_consts_19_qualname);
147084 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30_consts_19);
147085 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_encoding);
147086 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_encoding);
147087 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_30);
147088 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_35_consts_0);
147089 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_b);
147090 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_buffering);
147091 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_srw);
147092 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_35);
147093 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_36_consts_0);
147094 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_data_info);
147095 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_file_info);
147096 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sr);
147097 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_36);
147098 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_37_consts_0);
147099 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_37);
147100 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_38_consts_0);
147101 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_38);
147102 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_39_consts_0);
147103 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LookupError);
147104 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_encoder);
147105 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_39);
147106 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_40_consts_0);
147107 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoder);
147108 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_40);
147109 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_41_consts_0);
147110 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_41);
147111 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_42_consts_0);
147112 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_42);
147113 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_43_consts_0);
147114 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_iterator);
147115 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_output);
147116 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_43);
147117 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_44_consts_0);
147118 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_44);
147119 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_0);
147120 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_45_consts_1_qualname);
147121 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45_consts_1);
147122 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_identity_dict);
147123 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rng);
147124 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_45);
147125 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&codecs_toplevel_consts_46_consts_0);
147126 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_make_encoding_map);
147127 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoding_map);
147128 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_k);
147129 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_v);
147130 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel_consts_46);
147131 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_xmlcharrefreplace);
147132 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_backslashreplace);
147133 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_namereplace);
147134 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__codecs);
147135 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_why);
147136 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemError);
147137 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_byteorder);
147138 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__false);
147139 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodings);
147140 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&codecs_toplevel);
147141 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_0);
147142 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_1);
147143 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BlockingIOError);
147144 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_IOBase);
147145 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_RawIOBase);
147146 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StringIO);
147147 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedIOBase);
147148 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedReader);
147149 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedWriter);
147150 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRWPair);
147151 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BufferedRandom);
147152 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_TextIOBase);
147153 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UnsupportedOperation);
147154 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_SET);
147155 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_CUR);
147156 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SEEK_END);
147157 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_DEFAULT_BUFFER_SIZE);
147158 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_text_encoding);
147159 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_io);
147160 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__IOBase);
147161 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&io_toplevel_consts_9_filename);
147162 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_9);
147163 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__RawIOBase);
147164 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_12);
147165 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__BufferedIOBase);
147166 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_14);
147167 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__TextIOBase);
147168 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel_consts_16);
147169 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__WindowsConsoleIO);
147170 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___author__);
147171 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_klass);
147172 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&io_toplevel);
147173 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_0);
147174 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_5_filename);
147175 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__f);
147176 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_5);
147177 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Awaitable);
147178 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Coroutine);
147179 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterable);
147180 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncIterator);
147181 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_AsyncGenerator);
147182 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Hashable);
147183 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterable);
147184 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Iterator);
147185 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Generator);
147186 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Reversible);
147187 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sized);
147188 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Container);
147189 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Callable);
147190 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Collection);
147191 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Set);
147192 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSet);
147193 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Mapping);
147194 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableMapping);
147195 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MappingView);
147196 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_KeysView);
147197 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ItemsView);
147198 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ValuesView);
147199 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Sequence);
147200 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MutableSequence);
147201 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ByteString);
147202 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_7);
147203 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_13);
147204 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__coro);
147205 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_14);
147206 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ag);
147207 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_15);
147208 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___mro__);
147209 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_methods);
147210 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_C);
147211 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_methods);
147212 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_B);
147213 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_16);
147214 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_2_qualname);
147215 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2);
147216 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_17_consts_3_qualname);
147217 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3);
147218 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_17);
147219 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_2_qualname);
147220 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2);
147221 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_20_consts_3_qualname);
147222 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3);
147223 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_GenericAlias);
147224 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_20);
147225 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_consts_0);
147226 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_2_qualname);
147227 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2);
147228 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_consts_0);
147229 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_with_traceback);
147230 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_4_qualname);
147231 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_typ);
147232 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_val);
147233 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4);
147234 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_0);
147235 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_consts_1);
147236 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_GeneratorExit);
147237 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_5_qualname);
147238 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5);
147239 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_22_consts_6_qualname);
147240 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6);
147241 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_22);
147242 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_2_qualname);
147243 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2);
147244 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_24_consts_3_qualname);
147245 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3);
147246 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_24);
147247 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_consts_0);
147248 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_StopAsyncIteration);
147249 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_2_qualname);
147250 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2);
147251 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_3_qualname);
147252 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3);
147253 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_26_consts_4_qualname);
147254 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4);
147255 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_26);
147256 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_consts_0);
147257 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_asend);
147258 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_2_qualname);
147259 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2);
147260 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_consts_0);
147261 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_3_qualname);
147262 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3);
147263 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_consts_0);
147264 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_athrow);
147265 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_5_qualname);
147266 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5);
147267 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_consts_2);
147268 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_aclose);
147269 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_6_qualname);
147270 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6);
147271 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_28_consts_7_qualname);
147272 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7);
147273 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_28);
147274 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_2_qualname);
147275 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2);
147276 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_30_consts_3_qualname);
147277 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3);
147278 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_30);
147279 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_consts_0);
147280 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_2_qualname);
147281 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2);
147282 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_3_qualname);
147283 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3);
147284 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_32_consts_4_qualname);
147285 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4);
147286 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_32);
147287 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_2_qualname);
147288 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2);
147289 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_34_consts_3_qualname);
147290 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3);
147291 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_34);
147292 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_consts_0);
147293 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_2_qualname);
147294 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2);
147295 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_consts_0);
147296 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_3_qualname);
147297 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3);
147298 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_consts_0);
147299 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_5_qualname);
147300 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5);
147301 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_0);
147302 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_consts_1);
147303 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_6_qualname);
147304 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6);
147305 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_36_consts_7_qualname);
147306 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7);
147307 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_36);
147308 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_2_qualname);
147309 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2);
147310 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_38_consts_3_qualname);
147311 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3);
147312 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_38);
147313 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_2_qualname);
147314 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2);
147315 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_40_consts_3_qualname);
147316 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3);
147317 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_40);
147318 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_42_consts_2_qualname);
147319 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2);
147320 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_42);
147321 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__CallableGenericAlias);
147322 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_1);
147323 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_2);
147324 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_consts_3);
147325 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__is_param_expr);
147326 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_3_qualname);
147327 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_args);
147328 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_t_result);
147329 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3);
147330 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_3);
147331 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__type_repr);
147332 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5_qualname);
147333 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_a);
147334 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5);
147335 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_7);
147336 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_8);
147337 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_4_qualname);
147338 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4);
147339 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_5_qualname);
147340 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5);
147341 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_44_consts_6_qualname);
147342 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_args);
147343 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6);
147344 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_44);
147345 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_0);
147346 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ParamSpec);
147347 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ConcatenateGenericAlias);
147348 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_typing);
147349 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_46_consts_4_qualname);
147350 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4);
147351 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Ellipsis);
147352 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_names);
147353 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_46);
147354 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_0);
147355 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_47_consts_3);
147356 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_repr);
147357 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FunctionType);
147358 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_47);
147359 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_2_qualname);
147360 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2);
147361 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_48_consts_3_qualname);
147362 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3);
147363 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_48);
147364 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_1);
147365 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_3_qualname);
147366 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_elem);
147367 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3);
147368 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_4_qualname);
147369 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4);
147370 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_5_qualname);
147371 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5);
147372 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_6_qualname);
147373 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6);
147374 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_7_qualname);
147375 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7);
147376 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_consts_0);
147377 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__from_iterable);
147378 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_8_qualname);
147379 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_it);
147380 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8);
147381 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1_qualname);
147382 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1);
147383 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_9_qualname);
147384 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9);
147385 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_consts_0);
147386 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdisjoint);
147387 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_10_qualname);
147388 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10);
147389 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1_qualname);
147390 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_e);
147391 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1);
147392 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_11_qualname);
147393 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chain);
147394 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11);
147395 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1_qualname);
147396 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1);
147397 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_12_qualname);
147398 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12);
147399 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1_qualname);
147400 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1);
147401 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_13_qualname);
147402 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13);
147403 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_14_qualname);
147404 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14);
147405 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_consts_0);
147406 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_maxsize);
147407 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__hash);
147408 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_50_consts_15_qualname);
147409 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAX);
147410 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MASK);
147411 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_n);
147412 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_h);
147413 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hx);
147414 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15);
147415 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_50);
147416 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_1);
147417 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_consts_0);
147418 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_3_qualname);
147419 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3);
147420 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_consts_0);
147421 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_discard);
147422 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_4_qualname);
147423 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4);
147424 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_consts_0);
147425 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove);
147426 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_5_qualname);
147427 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5);
147428 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_consts_0);
147429 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_6_qualname);
147430 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6);
147431 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_consts_0);
147432 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_7_qualname);
147433 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7);
147434 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_8_qualname);
147435 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8);
147436 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_9_qualname);
147437 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9);
147438 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_10_qualname);
147439 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10);
147440 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_52_consts_11_qualname);
147441 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11);
147442 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_52);
147443 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_1);
147444 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_4_qualname);
147445 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4);
147446 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_consts_0);
147447 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_6_qualname);
147448 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6);
147449 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_7_qualname);
147450 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7);
147451 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_consts_0);
147452 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_8_qualname);
147453 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8);
147454 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_consts_0);
147455 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_9_qualname);
147456 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9);
147457 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_consts_0);
147458 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_10_qualname);
147459 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10);
147460 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict);
147461 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_54_consts_11_qualname);
147462 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11);
147463 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_54);
147464 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__mapping);
147465 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_2_qualname);
147466 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mapping);
147467 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2);
147468 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_3_qualname);
147469 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3);
147470 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_consts_1);
147471 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_56_consts_4_qualname);
147472 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4);
147473 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_56);
147474 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_2_qualname);
147475 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2);
147476 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_3_qualname);
147477 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3);
147478 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_58_consts_4_qualname);
147479 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4);
147480 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_58);
147481 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_2_qualname);
147482 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2);
147483 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_3_qualname);
147484 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3);
147485 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_60_consts_4_qualname);
147486 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4);
147487 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_60);
147488 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_2_qualname);
147489 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2);
147490 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_62_consts_3_qualname);
147491 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3);
147492 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_62);
147493 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_1);
147494 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_3_qualname);
147495 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3);
147496 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_4_qualname);
147497 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4);
147498 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_consts_0);
147499 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__MutableMapping__marker);
147500 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_5_qualname);
147501 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5);
147502 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_consts_0);
147503 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_popitem);
147504 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_6_qualname);
147505 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6);
147506 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_consts_0);
147507 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_7_qualname);
147508 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7);
147509 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_consts_0);
147510 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_8_qualname);
147511 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8);
147512 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_consts_0);
147513 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_setdefault);
147514 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_64_consts_10_qualname);
147515 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10);
147516 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_64);
147517 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_1);
147518 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_4_qualname);
147519 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4);
147520 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_5_qualname);
147521 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5);
147522 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_6_qualname);
147523 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6);
147524 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_range);
147525 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_7_qualname);
147526 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7);
147527 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_consts_0);
147528 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_10_qualname);
147529 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_stop);
147530 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10);
147531 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_0);
147532 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1_qualname);
147533 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1);
147534 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sum);
147535 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_66_consts_11_qualname);
147536 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11);
147537 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_66);
147538 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_68_consts_1);
147539 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_68);
147540 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_1);
147541 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_3_qualname);
147542 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3);
147543 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_4_qualname);
147544 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4);
147545 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_consts_0);
147546 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_5_qualname);
147547 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5);
147548 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_consts_0);
147549 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_6_qualname);
147550 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6);
147551 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_consts_0);
147552 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_7_qualname);
147553 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7);
147554 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_consts_0);
147555 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_reverse);
147556 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_8_qualname);
147557 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8);
147558 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_consts_0);
147559 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_9_qualname);
147560 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9);
147561 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_consts_0);
147562 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_11_qualname);
147563 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11);
147564 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_consts_0);
147565 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_12_qualname);
147566 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12);
147567 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_collections_abc_toplevel_consts_70_consts_13_qualname);
147568 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13);
147569 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel_consts_70);
147570 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_EllipsisType);
147571 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytes_iterator);
147572 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bytearray_iterator);
147573 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keyiterator);
147574 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_valueiterator);
147575 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_itemiterator);
147576 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_iterator);
147577 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_list_reverseiterator);
147578 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_range_iterator);
147579 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_longrange_iterator);
147580 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_iterator);
147581 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_str_iterator);
147582 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tuple_iterator);
147583 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip);
147584 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_zip_iterator);
147585 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_keys);
147586 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_values);
147587 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dict_items);
147588 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mappingproxy);
147589 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_generator);
147590 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_coroutine);
147591 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_async_generator);
147592 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_collections_abc_toplevel);
147593 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_0);
147594 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Quitter);
147595 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_eof);
147596 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_filename);
147597 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_1_qualname);
147598 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1);
147599 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_1);
147600 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_2);
147601 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_consts_3);
147602 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_2_qualname);
147603 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2);
147604 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SystemExit);
147605 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_3_consts_4_qualname);
147606 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4);
147607 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_3);
147608 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer);
147609 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_1);
147610 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2_qualname);
147611 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir);
147612 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_os);
147613 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2);
147614 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__name);
147615 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__data);
147616 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__lines);
147617 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__filenames);
147618 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_4_qualname);
147619 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirs);
147620 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4);
147621 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_consts_3);
147622 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_split);
147623 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__linecnt);
147624 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___setup);
147625 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_5_qualname);
147626 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5);
147627 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_consts_2);
147628 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Printer__setup);
147629 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MAXLINES);
147630 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_6_qualname);
147631 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6);
147632 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_consts_1);
147633 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_q);
147634 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_5_consts_7_qualname);
147635 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_prompt);
147636 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7);
147637 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_5);
147638 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Helper);
147639 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_1);
147640 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_consts_1);
147641 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_2_qualname);
147642 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2);
147643 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pydoc);
147644 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_help);
147645 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&_sitebuiltins_toplevel_consts_7_consts_3_qualname);
147646 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3);
147647 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel_consts_7);
147648 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&_sitebuiltins_toplevel);
147649 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_0);
147650 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonprefix);
147651 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exists);
147652 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getatime);
147653 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getctime);
147654 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getmtime);
147655 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsize);
147656 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isdir);
147657 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isfile);
147658 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_samefile);
147659 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sameopenfile);
147660 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_samestat);
147661 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_consts_0);
147662 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_4_filename);
147663 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_4);
147664 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_5_consts_0);
147665 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISREG);
147666 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_5);
147667 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_6_consts_0);
147668 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDIR);
147669 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_6);
147670 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_7_consts_0);
147671 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_7);
147672 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_8_consts_0);
147673 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_8);
147674 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_9_consts_0);
147675 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_atime);
147676 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_9);
147677 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_10_consts_0);
147678 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ctime);
147679 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_10);
147680 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_11_consts_0);
147681 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_min);
147682 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_enumerate);
147683 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_s1);
147684 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_s2);
147685 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_11);
147686 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_12_consts_0);
147687 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_ino);
147688 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_st_dev);
147689 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_12);
147690 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_13_consts_0);
147691 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_f1);
147692 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_f2);
147693 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_13);
147694 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_14_consts_0);
147695 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstat);
147696 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp1);
147697 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fp2);
147698 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_14);
147699 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_15_consts_0);
147700 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__splitext);
147701 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsep);
147702 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_extsep);
147703 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sepIndex);
147704 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_altsepIndex);
147705 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotIndex);
147706 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_filenameIndex);
147707 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_15);
147708 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_3);
147709 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&genericpath_toplevel_consts_16_consts_4);
147710 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_arg_types);
147711 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_funcname);
147712 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasstr);
147713 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_hasbytes);
147714 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel_consts_16);
147715 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&genericpath_toplevel);
147716 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_0);
147717 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_2);
147718 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_4);
147719 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_6);
147720 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_nul);
147721 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_normcase);
147722 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isabs);
147723 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitdrive);
147724 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_splitext);
147725 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_islink);
147726 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lexists);
147727 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ismount);
147728 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_expanduser);
147729 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_expandvars);
147730 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_normpath);
147731 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abspath);
147732 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_curdir);
147733 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pardir);
147734 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathsep);
147735 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_defpath);
147736 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_devnull);
147737 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_realpath);
147738 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_unicode_filenames);
147739 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_relpath);
147740 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_commonpath);
147741 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_consts_2);
147742 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_12_filename);
147743 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_bothseps);
147744 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_12);
147745 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMapStringEx);
147746 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LOCALE_NAME_INVARIANT);
147747 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LCMAP_LOWERCASE);
147748 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_14_consts_0);
147749 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_surrogateescape);
147750 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencoding);
147751 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMapStringEx);
147752 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LOCALE_NAME_INVARIANT);
147753 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LCMAP_LOWERCASE);
147754 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_14);
147755 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsencode);
147756 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fsdecode);
147757 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_15);
147758 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_0);
147759 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_16_consts_7);
147760 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_16);
147761 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_BytesWarning);
147762 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_genericpath);
147763 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_paths);
147764 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_seps);
147765 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_colon);
147766 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_drive);
147767 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_result_path);
147768 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_drive);
147769 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_p_path);
147770 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_17);
147771 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_0);
147772 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_18_consts_9);
147773 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_upper);
147774 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_find);
147775 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_unc_prefix);
147776 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_normp);
147777 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_index2);
147778 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_18);
147779 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_19_consts_0);
147780 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_19);
147781 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_20);
147782 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_21_consts_0);
147783 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_21);
147784 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_22_consts_0);
147785 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_22);
147786 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_23_consts_0);
147787 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lstat);
147788 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISLNK);
147789 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_23);
147790 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_24_consts_0);
147791 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_24);
147792 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__getvolumepathname);
147793 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_26_consts_0);
147794 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_y);
147795 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_26);
147796 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_0);
147797 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_27_consts_2);
147798 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERPROFILE);
147799 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEPATH);
147800 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOMEDRIVE);
147801 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_USERNAME);
147802 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_tilde);
147803 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_userhome);
147804 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_drive);
147805 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_target_user);
147806 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_current_user);
147807 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_27);
147808 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_0);
147809 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_5);
147810 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_environb);
147811 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_11);
147812 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_28_consts_13);
147813 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_string);
147814 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ascii_letters);
147815 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_digits);
147816 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_varchars);
147817 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_quote);
147818 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_percent);
147819 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_brace);
147820 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rbrace);
147821 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dollar);
147822 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_res);
147823 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathlen);
147824 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_var);
147825 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_28);
147826 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__path_normpath);
147827 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_30_consts_0);
147828 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_30);
147829 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_31_consts_10_0);
147830 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_special_prefixes);
147831 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_comps);
147832 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_31);
147833 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_32_consts_0);
147834 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getcwdb);
147835 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__abspath_fallback);
147836 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cwd);
147837 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_32);
147838 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfullpathname);
147839 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_34_consts_0);
147840 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_34);
147841 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname);
147842 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_readlink);
147843 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__nt_readlink);
147844 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_winerror);
147845 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__readlink_deep);
147846 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_allowed_winerror);
147847 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_old_path);
147848 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ex);
147849 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_36);
147850 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__getfinalpathname_nonstrict);
147851 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_path);
147852 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_37);
147853 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_6);
147854 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_40_consts_8);
147855 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_unc_prefix);
147856 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_had_prefix);
147857 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_winerror);
147858 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spath);
147859 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_40);
147860 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getwindowsversion);
147861 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_0);
147862 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_8);
147863 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_9);
147864 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_10);
147865 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_44_consts_11_qualname);
147866 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11);
147867 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12);
147868 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_abs);
147869 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_abs);
147870 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_drive);
147871 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_rest);
147872 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_drive);
147873 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_rest);
147874 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_start_list);
147875 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_list);
147876 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_e1);
147877 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_e2);
147878 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rel_list);
147879 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_44);
147880 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_0);
147881 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_1);
147882 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_9_qualname);
147883 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9);
147884 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10);
147885 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_11_qualname);
147886 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11);
147887 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_12);
147888 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14);
147889 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_16);
147890 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17);
147891 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&ntpath_toplevel_consts_45_consts_18_consts_0_qualname);
147892 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0);
147893 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18);
147894 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_drivesplits);
147895 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_split_paths);
147896 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_common);
147897 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel_consts_45);
147898 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__isdir);
147899 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__winapi);
147900 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&ntpath_toplevel);
147901 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_0);
147902 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_5);
147903 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_7);
147904 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_11_filename);
147905 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_sep);
147906 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_11);
147907 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_12_consts_0);
147908 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_12);
147909 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_13);
147910 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_14_consts_0);
147911 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_14);
147912 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_15_consts_0);
147913 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_15);
147914 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_16);
147915 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_17_consts_0);
147916 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_17);
147917 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_18);
147918 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_19);
147919 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_20_consts_0);
147920 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_20);
147921 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_21);
147922 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_22_consts_0);
147923 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev1);
147924 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dev2);
147925 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino1);
147926 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ino2);
147927 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_22);
147928 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_23_consts_0);
147929 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HOME);
147930 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ASCII);
147931 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_vxworks);
147932 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwd);
147933 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwuid);
147934 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuid);
147935 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pw_dir);
147936 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getpwnam);
147937 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pwent);
147938 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_23);
147939 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_0);
147940 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_24_consts_9);
147941 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprogb);
147942 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_re);
147943 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__varprog);
147944 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_span);
147945 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_group);
147946 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_end);
147947 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_j);
147948 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_24);
147949 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_26);
147950 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_empty);
147951 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dotdot);
147952 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_initial_slashes);
147953 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_new_comps);
147954 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_comp);
147955 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_27);
147956 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_28_consts_0);
147957 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_28);
147958 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&posixpath_toplevel_consts_31_consts_0);
147959 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__joinrealpath);
147960 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ok);
147961 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_31);
147962 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_newpath);
147963 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_link);
147964 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_32);
147965 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9);
147966 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10);
147967 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_34);
147968 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7);
147969 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8);
147970 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0);
147971 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11);
147972 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel_consts_35);
147973 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&posixpath_toplevel);
147974 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_0);
147975 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_linesep);
147976 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_exec_path);
147977 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fdopen);
147978 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_5_filename);
147979 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__exists);
147980 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_5);
147981 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_6_consts_1_qualname);
147982 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6_consts_1);
147983 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_exports_list);
147984 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_6);
147985 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__exit);
147986 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__have_functions);
147987 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_14);
147988 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_15);
147989 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_16);
147990 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__globals);
147991 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__set);
147992 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__add);
147993 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_19);
147994 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FACCESSAT);
147995 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_access);
147996 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMODAT);
147997 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chmod);
147998 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWNAT);
147999 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chown);
148000 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATAT);
148001 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMESAT);
148002 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_utime);
148003 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LINKAT);
148004 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_link);
148005 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKDIRAT);
148006 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKFIFOAT);
148007 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mkfifo);
148008 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_MKNODAT);
148009 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mknod);
148010 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_OPENAT);
148011 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_READLINKAT);
148012 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_RENAMEAT);
148013 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rename);
148014 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_SYMLINKAT);
148015 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_symlink);
148016 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UNLINKAT);
148017 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rmdir);
148018 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_UTIMENSAT);
148019 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHDIR);
148020 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chdir);
148021 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHMOD);
148022 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FCHOWN);
148023 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FDOPENDIR);
148024 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir);
148025 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FEXECVE);
148026 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execve);
148027 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FTRUNCATE);
148028 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMENS);
148029 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FUTIMES);
148030 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FPATHCONF);
148031 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pathconf);
148032 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_statvfs);
148033 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fstatvfs);
148034 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_FSTATVFS);
148035 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHFLAGS);
148036 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_chflags);
148037 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHMOD);
148038 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lchown);
148039 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LCHOWN);
148040 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LUTIMES);
148041 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_HAVE_LSTAT);
148042 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_MS_WINDOWS);
148043 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_80_consts_0);
148044 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exist_ok);
148045 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_makedirs);
148046 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cdir);
148047 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_80);
148048 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_81_consts_0);
148049 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_removedirs);
148050 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_81);
148051 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_82_consts_0);
148052 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_renames);
148053 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_82);
148054 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_0);
148055 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_85_consts_1);
148056 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_audit);
148057 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__walk);
148058 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk);
148059 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_topdown);
148060 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_onerror);
148061 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_followlinks);
148062 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_85);
148063 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_dir);
148064 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_symlink);
148065 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_nondirs);
148066 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_dirs);
148067 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_scandir_it);
148068 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_error);
148069 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_walk_into);
148070 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_86);
148071 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_follow_symlinks);
148072 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dir_fd);
148073 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_0);
148074 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_90_consts_1);
148075 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_O_RDONLY);
148076 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__fwalk);
148077 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fwalk);
148078 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_st);
148079 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_topfd);
148080 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_90);
148081 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_toppath);
148082 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isbytes);
148083 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_entries);
148084 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dirfd);
148085 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_err);
148086 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_91);
148087 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_93_consts_0);
148088 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execv);
148089 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execl);
148090 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_93);
148091 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_94_consts_0);
148092 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execle);
148093 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_env);
148094 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_94);
148095 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_95_consts_0);
148096 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvp);
148097 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlp);
148098 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_95);
148099 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_96_consts_0);
148100 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execvpe);
148101 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execlpe);
148102 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_96);
148103 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_97_consts_0);
148104 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__execvpe);
148105 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_97);
148106 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_98_consts_0);
148107 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_98);
148108 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_func);
148109 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_argrest);
148110 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_exc);
148111 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_last_exc);
148112 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_100);
148113 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_0);
148114 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PATH);
148115 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_101_consts_6);
148116 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_catch_warnings);
148117 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_simplefilter);
148118 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_bytes_environ);
148119 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_listb);
148120 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_101);
148121 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Environ);
148122 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodekey);
148123 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodekey);
148124 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodevalue);
148125 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decodevalue);
148126 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__data);
148127 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_1_qualname);
148128 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_1);
148129 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_2_qualname);
148130 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_2);
148131 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_putenv);
148132 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_3_qualname);
148133 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_3);
148134 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_unsetenv);
148135 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_4_qualname);
148136 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_encodedkey);
148137 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_4);
148138 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_5_qualname);
148139 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_5);
148140 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_6_qualname);
148141 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_6);
148142 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_2_qualname);
148143 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2);
148144 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_3);
148145 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_consts_4);
148146 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_7_qualname);
148147 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_formatted_items);
148148 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_7);
148149 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_8_qualname);
148150 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_8);
148151 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_9_qualname);
148152 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_9);
148153 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_10_qualname);
148154 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_10);
148155 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_11_qualname);
148156 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_11);
148157 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_103_consts_12_qualname);
148158 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103_consts_12);
148159 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_103);
148160 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_consts_1);
148161 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_str);
148162 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_2_qualname);
148163 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_2);
148164 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_3_qualname);
148165 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_3);
148166 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_4_qualname);
148167 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_4);
148168 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_105_consts_5_qualname);
148169 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105_consts_5);
148170 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__createenviron);
148171 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_105);
148172 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_106_consts_0);
148173 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenv);
148174 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_106);
148175 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_108_consts_1);
148176 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__check_bytes);
148177 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_108);
148178 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_109_consts_0);
148179 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getenvb);
148180 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_109);
148181 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_consts_0);
148182 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_1_qualname);
148183 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_1);
148184 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_consts_0);
148185 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_111_consts_2_qualname);
148186 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111_consts_2);
148187 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getfilesystemencodeerrors);
148188 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__fscodec);
148189 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_111);
148190 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fork);
148191 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnv);
148192 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_WAIT);
148193 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAIT);
148194 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_P_NOWAITO);
148195 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_1);
148196 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_116_consts_3);
148197 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitpid);
148198 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_WIFSTOPPED);
148199 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_waitstatus_to_exitcode);
148200 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__spawnvef);
148201 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_func);
148202 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pid);
148203 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wpid);
148204 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sts);
148205 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_116);
148206 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_117_consts_0);
148207 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_117);
148208 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_118_consts_0);
148209 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnve);
148210 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_118);
148211 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_119_consts_0);
148212 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvp);
148213 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_119);
148214 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_120_consts_0);
148215 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnvpe);
148216 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_120);
148217 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_122_consts_0);
148218 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnl);
148219 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_122);
148220 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_123_consts_0);
148221 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnle);
148222 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_123);
148223 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_127_consts_0);
148224 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlp);
148225 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_127);
148226 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_128_consts_0);
148227 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_spawnlpe);
148228 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_128);
148229 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_1);
148230 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_w);
148231 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_3);
148232 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_134_consts_5);
148233 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_shell);
148234 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bufsize);
148235 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_subprocess);
148236 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Popen);
148237 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PIPE);
148238 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__wrap_close);
148239 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_popen);
148240 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cmd);
148241 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_proc);
148242 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_134);
148243 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__stream);
148244 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__proc);
148245 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_1_qualname);
148246 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_1);
148247 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wait);
148248 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_2_qualname);
148249 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_returncode);
148250 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_2);
148251 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_3_qualname);
148252 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_3);
148253 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_4_qualname);
148254 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_4);
148255 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_5_qualname);
148256 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_5);
148257 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_135_consts_6_qualname);
148258 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135_consts_6);
148259 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_135);
148260 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_138_consts_1);
148261 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_138);
148262 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_0);
148263 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_2);
148264 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_139_consts_3);
148265 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__fspath);
148266 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_type);
148267 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_repr);
148268 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_139);
148269 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PathLike);
148270 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_1);
148271 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_consts_0);
148272 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_2_qualname);
148273 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_2);
148274 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_141_consts_3_qualname);
148275 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141_consts_3);
148276 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_141);
148277 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__AddedDllDirectory);
148278 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__cookie);
148279 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__remove_dll_directory);
148280 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_1_qualname);
148281 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_cookie);
148282 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_remove_dll_directory);
148283 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_1);
148284 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_2_qualname);
148285 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_2);
148286 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_3_qualname);
148287 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_3);
148288 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_4_qualname);
148289 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_4);
148290 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_1);
148291 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_consts_2);
148292 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_143_consts_5_qualname);
148293 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143_consts_5);
148294 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_143);
148295 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&os_toplevel_consts_145_consts_0);
148296 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__add_dll_directory);
148297 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_add_dll_directory);
148298 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel_consts_145);
148299 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__collections_abc);
148300 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__names);
148301 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_posixpath);
148302 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ntpath);
148303 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_dir_fd);
148304 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_effective_ids);
148305 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_fd);
148306 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_supports_follow_symlinks);
148307 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&os_toplevel);
148308 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_0);
148309 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_3_filename);
148310 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__trace);
148311 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_3);
148312 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_makepath);
148313 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_4);
148314 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_5_consts_0);
148315 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_abs_paths);
148316 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_loader_module);
148317 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_5);
148318 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_6_consts_0);
148319 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_removeduppaths);
148320 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_L);
148321 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_known_paths);
148322 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dircase);
148323 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_6);
148324 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_7_consts_0);
148325 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__init_pathinfo);
148326 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_itemcase);
148327 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_7);
148328 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_0);
148329 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_4);
148330 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_9_1);
148331 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_10);
148332 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_14);
148333 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_8_consts_15);
148334 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_strip);
148335 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_traceback);
148336 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_format_exception);
148337 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exc_info);
148338 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_addpackage);
148339 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedir);
148340 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_record);
148341 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_8);
148342 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_0);
148343 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_1);
148344 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_consts_0);
148345 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_9_consts_5_qualname);
148346 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9_consts_5);
148347 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitedir);
148348 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitedircase);
148349 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_9);
148350 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_10_consts_0);
148351 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_geteuid);
148352 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getgid);
148353 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getegid);
148354 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_user_site);
148355 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_check_enableusersite);
148356 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_10);
148357 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PYTHONUSERBASE);
148358 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_emscripten);
148359 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wasi);
148360 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_joinuser);
148361 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_3_qualname);
148362 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11_consts_3);
148363 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_APPDATA);
148364 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Python);
148365 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Library);
148366 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_11_consts_12);
148367 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__framework);
148368 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__getuserbase);
148369 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_env_base);
148370 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_11);
148371 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_4);
148372 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_5);
148373 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_7);
148374 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_8);
148375 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_12_consts_11);
148376 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_winver);
148377 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_path);
148378 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_userbase);
148379 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ver_nodot);
148380 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_12);
148381 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_13_consts_0);
148382 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_BASE);
148383 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getuserbase);
148384 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_13);
148385 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_14_consts_0);
148386 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_USER_SITE);
148387 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ENABLE_USER_SITE);
148388 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getusersitepackages);
148389 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_14);
148390 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_0);
148391 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_15_consts_1);
148392 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_addusersitepackages);
148393 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_site);
148394 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_15);
148395 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_0);
148396 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_lib);
148397 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_4);
148398 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_16_consts_6);
148399 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Lib);
148400 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_PREFIXES);
148401 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_platlibdir);
148402 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_getsitepackages);
148403 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_prefixes);
148404 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitepackages);
148405 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdirs);
148406 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_libdir);
148407 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_16);
148408 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_0);
148409 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_17_consts_1);
148410 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_addsitepackages);
148411 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_17);
148412 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_0);
148413 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_2);
148414 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_18_consts_3);
148415 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_quit);
148416 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exit);
148417 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__sitebuiltins);
148418 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_setquit);
148419 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_18);
148420 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_0);
148421 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_copyright);
148422 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_java);
148423 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_credits);
148424 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_6);
148425 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_7);
148426 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_10);
148427 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LICENSE);
148428 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_license);
148429 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_19_consts_13);
148430 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_setcopyright);
148431 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_here);
148432 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_19);
148433 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sethelper);
148434 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_20);
148435 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_0);
148436 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_libedit);
148437 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_5);
148438 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_6);
148439 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_8);
148440 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history_file);
148441 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_write_history);
148442 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_consts_9_qualname);
148443 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_history);
148444 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9);
148445 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_atexit);
148446 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_rlcompleter);
148447 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parse_and_bind);
148448 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_init_file);
148449 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_current_history_length);
148450 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_history_file);
148451 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_register_readline);
148452 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_21_consts_1_qualname);
148453 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_readline_doc);
148454 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21_consts_1);
148455 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___interactivehook__);
148456 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_enablerlcompleter);
148457 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_21);
148458 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___PYVENV_LAUNCHER__);
148459 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_3);
148460 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_4_qualname);
148461 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_conffile);
148462 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22_consts_4);
148463 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_true);
148464 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_9);
148465 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_22_consts_10);
148466 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_home);
148467 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__base_executable);
148468 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_executable);
148469 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__home);
148470 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exec_prefix);
148471 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_venv);
148472 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_exe_dir);
148473 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_site_prefix);
148474 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_conf_basename);
148475 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_candidate_confs);
148476 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_virtual_conf);
148477 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_system_site);
148478 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_22);
148479 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_0);
148480 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_sitecustomize);
148481 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_23_consts_4);
148482 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execsitecustomize);
148483 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_23);
148484 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_0);
148485 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_usercustomize);
148486 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_24_consts_4);
148487 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_execusercustomize);
148488 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_24);
148489 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_25_consts_0);
148490 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_isolated);
148491 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_main);
148492 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_orig_path);
148493 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_25);
148494 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_1);
148495 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_3);
148496 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_4);
148497 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_5);
148498 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_consts_2);
148499 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_7_qualname);
148500 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26_consts_7);
148501 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_8);
148502 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_11);
148503 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_12);
148504 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_14);
148505 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&site_toplevel_consts_26_consts_15);
148506 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_argv);
148507 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_textwrap);
148508 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_dedent);
148509 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__script);
148510 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_user_base);
148511 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel_consts_26);
148512 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_no_site);
148513 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&site_toplevel);
148514 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_0);
148515 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_consts_0);
148516 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_11_filename);
148517 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IMODE);
148518 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_11);
148519 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_12_consts_0);
148520 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFMT);
148521 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_12);
148522 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_20_consts_0);
148523 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDIR);
148524 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_20);
148525 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_21_consts_0);
148526 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFCHR);
148527 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISCHR);
148528 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_21);
148529 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_22_consts_0);
148530 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFBLK);
148531 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISBLK);
148532 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_22);
148533 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_23_consts_0);
148534 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFREG);
148535 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_23);
148536 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_24_consts_0);
148537 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFIFO);
148538 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISFIFO);
148539 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_24);
148540 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_25_consts_0);
148541 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFLNK);
148542 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_25);
148543 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_26_consts_0);
148544 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFSOCK);
148545 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISSOCK);
148546 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_26);
148547 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_27_consts_0);
148548 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISDOOR);
148549 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_27);
148550 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_28_consts_0);
148551 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISPORT);
148552 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_28);
148553 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_29_consts_0);
148554 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISWHT);
148555 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_29);
148556 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_l);
148557 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_47);
148558 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S);
148559 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_T);
148560 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&stat_toplevel_consts_58_consts_0);
148561 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__filemode_table);
148562 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_filemode);
148563 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_perm);
148564 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_table);
148565 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_bit);
148566 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_char);
148567 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel_consts_58);
148568 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MODE);
148569 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_INO);
148570 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_DEV);
148571 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_NLINK);
148572 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_UID);
148573 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_GID);
148574 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_SIZE);
148575 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_ATIME);
148576 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_MTIME);
148577 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ST_CTIME);
148578 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFDOOR);
148579 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFPORT);
148580 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IFWHT);
148581 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISUID);
148582 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISGID);
148583 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ENFMT);
148584 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_ISVTX);
148585 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IREAD);
148586 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWRITE);
148587 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IEXEC);
148588 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXU);
148589 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRUSR);
148590 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWUSR);
148591 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXUSR);
148592 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXG);
148593 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRGRP);
148594 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWGRP);
148595 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXGRP);
148596 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IRWXO);
148597 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IROTH);
148598 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IWOTH);
148599 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_S_IXOTH);
148600 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NODUMP);
148601 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_IMMUTABLE);
148602 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_APPEND);
148603 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_OPAQUE);
148604 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_NOUNLINK);
148605 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_COMPRESSED);
148606 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_UF_HIDDEN);
148607 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_ARCHIVED);
148608 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_IMMUTABLE);
148609 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_APPEND);
148610 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_NOUNLINK);
148611 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_SF_SNAPSHOT);
148612 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ARCHIVE);
148613 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_COMPRESSED);
148614 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DEVICE);
148615 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_DIRECTORY);
148616 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_ENCRYPTED);
148617 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_HIDDEN);
148618 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_INTEGRITY_STREAM);
148619 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NORMAL);
148620 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NOT_CONTENT_INDEXED);
148621 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_NO_SCRUB_DATA);
148622 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_OFFLINE);
148623 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_READONLY);
148624 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_REPARSE_POINT);
148625 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SPARSE_FILE);
148626 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_SYSTEM);
148627 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_TEMPORARY);
148628 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_FILE_ATTRIBUTE_VIRTUAL);
148629 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__stat);
148630 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&stat_toplevel);
148631 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_0);
148632 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_Loader);
148633 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextmanager);
148634 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_consts_0);
148635 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_16_filename);
148636 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_16);
148637 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_2);
148638 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_17_consts_3);
148639 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_resolve_name);
148640 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_character);
148641 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_17);
148642 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_0);
148643 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_2);
148644 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_18_consts_3);
148645 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__find_spec_from_path);
148646 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_18);
148647 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_0);
148648 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_5);
148649 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_19_consts_6);
148650 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_parent_name);
148651 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_19);
148652 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___initializing__);
148653 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__module_to_load);
148654 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_20);
148655 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_0);
148656 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_consts_1);
148657 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package_wrapper);
148658 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_21_consts_1_qualname);
148659 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1);
148660 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_functools);
148661 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_wraps);
148662 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_package);
148663 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_21);
148664 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_0);
148665 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader_wrapper);
148666 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_22_consts_1_qualname);
148667 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1);
148668 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_set_loader);
148669 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_22);
148670 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_0);
148671 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader_wrapper);
148672 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_23_consts_4_qualname);
148673 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4);
148674 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_module_for_loader);
148675 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_23);
148676 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyModule);
148677 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_1);
148678 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_0);
148679 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_2);
148680 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_consts_3);
148681 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_types);
148682 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_ModuleType);
148683 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_2_qualname);
148684 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_attr);
148685 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_original_name);
148686 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_then);
148687 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_now);
148688 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_attrs_updated);
148689 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2);
148690 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_consts_0);
148691 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_delattr);
148692 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_24_consts_3_qualname);
148693 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3);
148694 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_24);
148695 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_LazyLoader);
148696 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_1);
148697 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_consts_2);
148698 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str___check_eager_loader);
148699 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_2_qualname);
148700 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2);
148701 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_0);
148702 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1_qualname);
148703 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1);
148704 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__LazyLoader__check_eager_loader);
148705 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_factory);
148706 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_3_qualname);
148707 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3);
148708 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_4_qualname);
148709 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4);
148710 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_5_qualname);
148711 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5);
148712 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_consts_0);
148713 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_util_toplevel_consts_26_consts_6_qualname);
148714 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6);
148715 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel_consts_26);
148716 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_contextlib);
148717 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_util_toplevel);
148718 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_0);
148719 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_consts_0);
148720 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&importlib_machinery_toplevel_consts_13_filename);
148721 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_all_suffixes);
148722 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel_consts_13);
148723 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&importlib_machinery_toplevel);
148724 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_0);
148725 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_module);
148726 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_path);
148727 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__TempModule);
148728 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_1);
148729 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_name);
148730 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_module);
148731 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_filename);
148732 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_2_qualname);
148733 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_2);
148734 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_3_qualname);
148735 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_3);
148736 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_5_consts_4_qualname);
148737 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5_consts_4);
148738 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_5);
148739 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__ModifiedArgv0);
148740 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__saved_value);
148741 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__sentinel);
148742 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_1_qualname);
148743 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_1);
148744 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_consts_1);
148745 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_2_qualname);
148746 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_2);
148747 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_7_consts_3_qualname);
148748 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7_consts_3);
148749 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_7);
148750 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_9_consts_0);
148751 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_code);
148752 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_globals);
148753 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_init_globals);
148754 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_spec);
148755 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_name);
148756 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_script_name);
148757 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_fname);
148758 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_9);
148759 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_10_consts_0);
148760 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_code);
148761 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_temp_module);
148762 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_mod_globals);
148763 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_10);
148764 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_2);
148765 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_6);
148766 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_8);
148767 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_10);
148768 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_12);
148769 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_13);
148770 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_14);
148771 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_16);
148772 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_17);
148773 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_18);
148774 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_19);
148775 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_20);
148776 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_11_consts_21);
148777 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_RuntimeWarning);
148778 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_util);
148779 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_module_details);
148780 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_existing);
148781 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkg_main_name);
148782 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_11);
148783 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__Error);
148784 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_12_consts_1);
148785 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_12);
148786 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_15_consts_0);
148787 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_main_module_details);
148788 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__run_module_as_main);
148789 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_argv);
148790 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_globals);
148791 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_15);
148792 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_17_consts_0);
148793 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_run_name);
148794 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_alter_sys);
148795 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_17);
148796 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_2);
148797 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_18_consts_3);
148798 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_main_name);
148799 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_saved_main);
148800 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_18);
148801 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_read_code);
148802 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_pkgutil);
148803 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str__get_code_from_file);
148804 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_decoded_path);
148805 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_19);
148806 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_0);
148807 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_20_consts_2);
148808 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_get_importer);
148809 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_imp);
148810 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_NullImporter);
148811 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_path_name);
148812 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_importer);
148813 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_is_NullImporter);
148814 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel_consts_20);
148815 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_consts_23);
148816 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_2);
148817 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&runpy_toplevel_names_4);
148818 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&runpy_toplevel);
148819 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_1);
148820 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_consts_1);
148821 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_1_filename);
148822 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_1);
148823 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_2);
148824 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_3_consts_1);
148825 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_3);
148826 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_TestFrozenUtf8_4);
148827 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_5_consts_1);
148828 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_5);
148829 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__hello___toplevel_consts_7_consts_1);
148830 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel_consts_7);
148831 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&const_str_initialized);
148832 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__hello___toplevel);
148833 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__phello___toplevel_consts_1_filename);
148834 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel_consts_1);
148835 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___toplevel);
148836 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_toplevel_filename);
148837 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_toplevel);
148838 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__phello___ham_eggs_toplevel_filename);
148839 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___ham_eggs_toplevel);
148840 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&__phello___spam_toplevel_consts_1_filename);
148841 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel_consts_1);
148842 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&__phello___spam_toplevel);
148843 : 2935 : _PyStaticUnicode_Dealloc((PyObject *)&frozen_only_toplevel_filename);
148844 : 2935 : _PyStaticCode_Dealloc((PyCodeObject *)&frozen_only_toplevel);
148845 : 2935 : }
148846 : : int
148847 : 3113 : _Py_Deepfreeze_Init(void) {
148848 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1) < 0) {
148849 : 0 : return -1;
148850 : : }
148851 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3) < 0) {
148852 : 0 : return -1;
148853 : : }
148854 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4) < 0) {
148855 : 0 : return -1;
148856 : : }
148857 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5) < 0) {
148858 : 0 : return -1;
148859 : : }
148860 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2) < 0) {
148861 : 0 : return -1;
148862 : : }
148863 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3) < 0) {
148864 : 0 : return -1;
148865 : : }
148866 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4) < 0) {
148867 : 0 : return -1;
148868 : : }
148869 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5) < 0) {
148870 : 0 : return -1;
148871 : : }
148872 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6) < 0) {
148873 : 0 : return -1;
148874 : : }
148875 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7) < 0) {
148876 : 0 : return -1;
148877 : : }
148878 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_2) < 0) {
148879 : 0 : return -1;
148880 : : }
148881 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_3) < 0) {
148882 : 0 : return -1;
148883 : : }
148884 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_4) < 0) {
148885 : 0 : return -1;
148886 : : }
148887 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9_consts_5) < 0) {
148888 : 0 : return -1;
148889 : : }
148890 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_9) < 0) {
148891 : 0 : return -1;
148892 : : }
148893 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_1) < 0) {
148894 : 0 : return -1;
148895 : : }
148896 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_2) < 0) {
148897 : 0 : return -1;
148898 : : }
148899 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11_consts_3) < 0) {
148900 : 0 : return -1;
148901 : : }
148902 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_11) < 0) {
148903 : 0 : return -1;
148904 : : }
148905 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13_consts_2) < 0) {
148906 : 0 : return -1;
148907 : : }
148908 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_13) < 0) {
148909 : 0 : return -1;
148910 : : }
148911 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_14) < 0) {
148912 : 0 : return -1;
148913 : : }
148914 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_15) < 0) {
148915 : 0 : return -1;
148916 : : }
148917 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_18) < 0) {
148918 : 0 : return -1;
148919 : : }
148920 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19_consts_1) < 0) {
148921 : 0 : return -1;
148922 : : }
148923 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_19) < 0) {
148924 : 0 : return -1;
148925 : : }
148926 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20_consts_1) < 0) {
148927 : 0 : return -1;
148928 : : }
148929 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_20) < 0) {
148930 : 0 : return -1;
148931 : : }
148932 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_21) < 0) {
148933 : 0 : return -1;
148934 : : }
148935 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_22) < 0) {
148936 : 0 : return -1;
148937 : : }
148938 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_4) < 0) {
148939 : 0 : return -1;
148940 : : }
148941 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_5) < 0) {
148942 : 0 : return -1;
148943 : : }
148944 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_6) < 0) {
148945 : 0 : return -1;
148946 : : }
148947 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_7) < 0) {
148948 : 0 : return -1;
148949 : : }
148950 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_8) < 0) {
148951 : 0 : return -1;
148952 : : }
148953 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_9) < 0) {
148954 : 0 : return -1;
148955 : : }
148956 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_10) < 0) {
148957 : 0 : return -1;
148958 : : }
148959 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23_consts_11) < 0) {
148960 : 0 : return -1;
148961 : : }
148962 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_23) < 0) {
148963 : 0 : return -1;
148964 : : }
148965 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_26) < 0) {
148966 : 0 : return -1;
148967 : : }
148968 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_27) < 0) {
148969 : 0 : return -1;
148970 : : }
148971 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_30) < 0) {
148972 : 0 : return -1;
148973 : : }
148974 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_31) < 0) {
148975 : 0 : return -1;
148976 : : }
148977 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_32) < 0) {
148978 : 0 : return -1;
148979 : : }
148980 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_33) < 0) {
148981 : 0 : return -1;
148982 : : }
148983 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_34) < 0) {
148984 : 0 : return -1;
148985 : : }
148986 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_35) < 0) {
148987 : 0 : return -1;
148988 : : }
148989 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_36) < 0) {
148990 : 0 : return -1;
148991 : : }
148992 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_3) < 0) {
148993 : 0 : return -1;
148994 : : }
148995 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_5) < 0) {
148996 : 0 : return -1;
148997 : : }
148998 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_6) < 0) {
148999 : 0 : return -1;
149000 : : }
149001 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_7) < 0) {
149002 : 0 : return -1;
149003 : : }
149004 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_8) < 0) {
149005 : 0 : return -1;
149006 : : }
149007 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_9) < 0) {
149008 : 0 : return -1;
149009 : : }
149010 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_10) < 0) {
149011 : 0 : return -1;
149012 : : }
149013 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37_consts_11) < 0) {
149014 : 0 : return -1;
149015 : : }
149016 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_37) < 0) {
149017 : 0 : return -1;
149018 : : }
149019 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_3) < 0) {
149020 : 0 : return -1;
149021 : : }
149022 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_4) < 0) {
149023 : 0 : return -1;
149024 : : }
149025 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_7) < 0) {
149026 : 0 : return -1;
149027 : : }
149028 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_8) < 0) {
149029 : 0 : return -1;
149030 : : }
149031 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_9) < 0) {
149032 : 0 : return -1;
149033 : : }
149034 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_10) < 0) {
149035 : 0 : return -1;
149036 : : }
149037 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_11) < 0) {
149038 : 0 : return -1;
149039 : : }
149040 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_12) < 0) {
149041 : 0 : return -1;
149042 : : }
149043 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_13) < 0) {
149044 : 0 : return -1;
149045 : : }
149046 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_14) < 0) {
149047 : 0 : return -1;
149048 : : }
149049 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39_consts_15) < 0) {
149050 : 0 : return -1;
149051 : : }
149052 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_39) < 0) {
149053 : 0 : return -1;
149054 : : }
149055 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_2) < 0) {
149056 : 0 : return -1;
149057 : : }
149058 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41_consts_3) < 0) {
149059 : 0 : return -1;
149060 : : }
149061 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_41) < 0) {
149062 : 0 : return -1;
149063 : : }
149064 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_43) < 0) {
149065 : 0 : return -1;
149066 : : }
149067 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_44) < 0) {
149068 : 0 : return -1;
149069 : : }
149070 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_45) < 0) {
149071 : 0 : return -1;
149072 : : }
149073 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_46) < 0) {
149074 : 0 : return -1;
149075 : : }
149076 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_49) < 0) {
149077 : 0 : return -1;
149078 : : }
149079 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_50) < 0) {
149080 : 0 : return -1;
149081 : : }
149082 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_52) < 0) {
149083 : 0 : return -1;
149084 : : }
149085 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_54) < 0) {
149086 : 0 : return -1;
149087 : : }
149088 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_55) < 0) {
149089 : 0 : return -1;
149090 : : }
149091 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_57) < 0) {
149092 : 0 : return -1;
149093 : : }
149094 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_58) < 0) {
149095 : 0 : return -1;
149096 : : }
149097 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_59) < 0) {
149098 : 0 : return -1;
149099 : : }
149100 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_60) < 0) {
149101 : 0 : return -1;
149102 : : }
149103 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_61) < 0) {
149104 : 0 : return -1;
149105 : : }
149106 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel) < 0) {
149107 : 0 : return -1;
149108 : : }
149109 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_6) < 0) {
149110 : 0 : return -1;
149111 : : }
149112 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_8) < 0) {
149113 : 0 : return -1;
149114 : : }
149115 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_3) < 0) {
149116 : 0 : return -1;
149117 : : }
149118 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11_consts_4) < 0) {
149119 : 0 : return -1;
149120 : : }
149121 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_11) < 0) {
149122 : 0 : return -1;
149123 : : }
149124 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_12) < 0) {
149125 : 0 : return -1;
149126 : : }
149127 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_13) < 0) {
149128 : 0 : return -1;
149129 : : }
149130 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_14) < 0) {
149131 : 0 : return -1;
149132 : : }
149133 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15_consts_5) < 0) {
149134 : 0 : return -1;
149135 : : }
149136 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_15) < 0) {
149137 : 0 : return -1;
149138 : : }
149139 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16_consts_1) < 0) {
149140 : 0 : return -1;
149141 : : }
149142 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_16) < 0) {
149143 : 0 : return -1;
149144 : : }
149145 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17_consts_1) < 0) {
149146 : 0 : return -1;
149147 : : }
149148 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_17) < 0) {
149149 : 0 : return -1;
149150 : : }
149151 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_18) < 0) {
149152 : 0 : return -1;
149153 : : }
149154 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_19) < 0) {
149155 : 0 : return -1;
149156 : : }
149157 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_20) < 0) {
149158 : 0 : return -1;
149159 : : }
149160 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_21) < 0) {
149161 : 0 : return -1;
149162 : : }
149163 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_22) < 0) {
149164 : 0 : return -1;
149165 : : }
149166 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_23) < 0) {
149167 : 0 : return -1;
149168 : : }
149169 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_25) < 0) {
149170 : 0 : return -1;
149171 : : }
149172 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_36) < 0) {
149173 : 0 : return -1;
149174 : : }
149175 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_37) < 0) {
149176 : 0 : return -1;
149177 : : }
149178 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_38) < 0) {
149179 : 0 : return -1;
149180 : : }
149181 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_39) < 0) {
149182 : 0 : return -1;
149183 : : }
149184 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_40) < 0) {
149185 : 0 : return -1;
149186 : : }
149187 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_2) < 0) {
149188 : 0 : return -1;
149189 : : }
149190 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41_consts_3) < 0) {
149191 : 0 : return -1;
149192 : : }
149193 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_41) < 0) {
149194 : 0 : return -1;
149195 : : }
149196 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_42) < 0) {
149197 : 0 : return -1;
149198 : : }
149199 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_43) < 0) {
149200 : 0 : return -1;
149201 : : }
149202 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_44) < 0) {
149203 : 0 : return -1;
149204 : : }
149205 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_45) < 0) {
149206 : 0 : return -1;
149207 : : }
149208 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_46) < 0) {
149209 : 0 : return -1;
149210 : : }
149211 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_47) < 0) {
149212 : 0 : return -1;
149213 : : }
149214 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_49) < 0) {
149215 : 0 : return -1;
149216 : : }
149217 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_50) < 0) {
149218 : 0 : return -1;
149219 : : }
149220 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_52) < 0) {
149221 : 0 : return -1;
149222 : : }
149223 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_5) < 0) {
149224 : 0 : return -1;
149225 : : }
149226 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_6) < 0) {
149227 : 0 : return -1;
149228 : : }
149229 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_8) < 0) {
149230 : 0 : return -1;
149231 : : }
149232 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53_consts_9) < 0) {
149233 : 0 : return -1;
149234 : : }
149235 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_53) < 0) {
149236 : 0 : return -1;
149237 : : }
149238 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_2) < 0) {
149239 : 0 : return -1;
149240 : : }
149241 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_3) < 0) {
149242 : 0 : return -1;
149243 : : }
149244 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_4) < 0) {
149245 : 0 : return -1;
149246 : : }
149247 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55_consts_5) < 0) {
149248 : 0 : return -1;
149249 : : }
149250 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_55) < 0) {
149251 : 0 : return -1;
149252 : : }
149253 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_1) < 0) {
149254 : 0 : return -1;
149255 : : }
149256 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_2) < 0) {
149257 : 0 : return -1;
149258 : : }
149259 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_3) < 0) {
149260 : 0 : return -1;
149261 : : }
149262 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_4) < 0) {
149263 : 0 : return -1;
149264 : : }
149265 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_5) < 0) {
149266 : 0 : return -1;
149267 : : }
149268 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_8) < 0) {
149269 : 0 : return -1;
149270 : : }
149271 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57_consts_9) < 0) {
149272 : 0 : return -1;
149273 : : }
149274 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_57) < 0) {
149275 : 0 : return -1;
149276 : : }
149277 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_2) < 0) {
149278 : 0 : return -1;
149279 : : }
149280 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_3) < 0) {
149281 : 0 : return -1;
149282 : : }
149283 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_4) < 0) {
149284 : 0 : return -1;
149285 : : }
149286 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_5) < 0) {
149287 : 0 : return -1;
149288 : : }
149289 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_6) < 0) {
149290 : 0 : return -1;
149291 : : }
149292 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_7) < 0) {
149293 : 0 : return -1;
149294 : : }
149295 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59_consts_8) < 0) {
149296 : 0 : return -1;
149297 : : }
149298 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_59) < 0) {
149299 : 0 : return -1;
149300 : : }
149301 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_2) < 0) {
149302 : 0 : return -1;
149303 : : }
149304 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_3) < 0) {
149305 : 0 : return -1;
149306 : : }
149307 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61_consts_6) < 0) {
149308 : 0 : return -1;
149309 : : }
149310 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_61) < 0) {
149311 : 0 : return -1;
149312 : : }
149313 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_2) < 0) {
149314 : 0 : return -1;
149315 : : }
149316 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63_consts_3) < 0) {
149317 : 0 : return -1;
149318 : : }
149319 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_63) < 0) {
149320 : 0 : return -1;
149321 : : }
149322 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_2) < 0) {
149323 : 0 : return -1;
149324 : : }
149325 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_3) < 0) {
149326 : 0 : return -1;
149327 : : }
149328 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_4) < 0) {
149329 : 0 : return -1;
149330 : : }
149331 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_5) < 0) {
149332 : 0 : return -1;
149333 : : }
149334 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_6) < 0) {
149335 : 0 : return -1;
149336 : : }
149337 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7_consts_2) < 0) {
149338 : 0 : return -1;
149339 : : }
149340 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_7) < 0) {
149341 : 0 : return -1;
149342 : : }
149343 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_8) < 0) {
149344 : 0 : return -1;
149345 : : }
149346 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_9) < 0) {
149347 : 0 : return -1;
149348 : : }
149349 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65_consts_10) < 0) {
149350 : 0 : return -1;
149351 : : }
149352 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_65) < 0) {
149353 : 0 : return -1;
149354 : : }
149355 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_3) < 0) {
149356 : 0 : return -1;
149357 : : }
149358 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_4) < 0) {
149359 : 0 : return -1;
149360 : : }
149361 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_5) < 0) {
149362 : 0 : return -1;
149363 : : }
149364 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_6) < 0) {
149365 : 0 : return -1;
149366 : : }
149367 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_7) < 0) {
149368 : 0 : return -1;
149369 : : }
149370 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_8) < 0) {
149371 : 0 : return -1;
149372 : : }
149373 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_9) < 0) {
149374 : 0 : return -1;
149375 : : }
149376 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_10) < 0) {
149377 : 0 : return -1;
149378 : : }
149379 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_11) < 0) {
149380 : 0 : return -1;
149381 : : }
149382 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_12) < 0) {
149383 : 0 : return -1;
149384 : : }
149385 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67_consts_13) < 0) {
149386 : 0 : return -1;
149387 : : }
149388 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_67) < 0) {
149389 : 0 : return -1;
149390 : : }
149391 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_1) < 0) {
149392 : 0 : return -1;
149393 : : }
149394 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_2) < 0) {
149395 : 0 : return -1;
149396 : : }
149397 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_3) < 0) {
149398 : 0 : return -1;
149399 : : }
149400 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_4) < 0) {
149401 : 0 : return -1;
149402 : : }
149403 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_5) < 0) {
149404 : 0 : return -1;
149405 : : }
149406 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_6) < 0) {
149407 : 0 : return -1;
149408 : : }
149409 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_7) < 0) {
149410 : 0 : return -1;
149411 : : }
149412 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_8) < 0) {
149413 : 0 : return -1;
149414 : : }
149415 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69_consts_9) < 0) {
149416 : 0 : return -1;
149417 : : }
149418 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_69) < 0) {
149419 : 0 : return -1;
149420 : : }
149421 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_2) < 0) {
149422 : 0 : return -1;
149423 : : }
149424 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_3) < 0) {
149425 : 0 : return -1;
149426 : : }
149427 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_4) < 0) {
149428 : 0 : return -1;
149429 : : }
149430 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_5) < 0) {
149431 : 0 : return -1;
149432 : : }
149433 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_7) < 0) {
149434 : 0 : return -1;
149435 : : }
149436 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_8) < 0) {
149437 : 0 : return -1;
149438 : : }
149439 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_9) < 0) {
149440 : 0 : return -1;
149441 : : }
149442 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71_consts_10) < 0) {
149443 : 0 : return -1;
149444 : : }
149445 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_71) < 0) {
149446 : 0 : return -1;
149447 : : }
149448 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2_consts_1) < 0) {
149449 : 0 : return -1;
149450 : : }
149451 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_2) < 0) {
149452 : 0 : return -1;
149453 : : }
149454 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_3) < 0) {
149455 : 0 : return -1;
149456 : : }
149457 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_4) < 0) {
149458 : 0 : return -1;
149459 : : }
149460 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_5) < 0) {
149461 : 0 : return -1;
149462 : : }
149463 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_7) < 0) {
149464 : 0 : return -1;
149465 : : }
149466 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8_consts_4) < 0) {
149467 : 0 : return -1;
149468 : : }
149469 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_8) < 0) {
149470 : 0 : return -1;
149471 : : }
149472 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9_consts_1) < 0) {
149473 : 0 : return -1;
149474 : : }
149475 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_9) < 0) {
149476 : 0 : return -1;
149477 : : }
149478 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73_consts_10) < 0) {
149479 : 0 : return -1;
149480 : : }
149481 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_73) < 0) {
149482 : 0 : return -1;
149483 : : }
149484 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_75) < 0) {
149485 : 0 : return -1;
149486 : : }
149487 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_76) < 0) {
149488 : 0 : return -1;
149489 : : }
149490 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_77) < 0) {
149491 : 0 : return -1;
149492 : : }
149493 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel_consts_78) < 0) {
149494 : 0 : return -1;
149495 : : }
149496 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_external_toplevel) < 0) {
149497 : 0 : return -1;
149498 : : }
149499 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_7) < 0) {
149500 : 0 : return -1;
149501 : : }
149502 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_2) < 0) {
149503 : 0 : return -1;
149504 : : }
149505 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_4) < 0) {
149506 : 0 : return -1;
149507 : : }
149508 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_5) < 0) {
149509 : 0 : return -1;
149510 : : }
149511 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_6) < 0) {
149512 : 0 : return -1;
149513 : : }
149514 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_7) < 0) {
149515 : 0 : return -1;
149516 : : }
149517 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_8) < 0) {
149518 : 0 : return -1;
149519 : : }
149520 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_9) < 0) {
149521 : 0 : return -1;
149522 : : }
149523 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_10) < 0) {
149524 : 0 : return -1;
149525 : : }
149526 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_11) < 0) {
149527 : 0 : return -1;
149528 : : }
149529 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_12) < 0) {
149530 : 0 : return -1;
149531 : : }
149532 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11_consts_13) < 0) {
149533 : 0 : return -1;
149534 : : }
149535 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_11) < 0) {
149536 : 0 : return -1;
149537 : : }
149538 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_18) < 0) {
149539 : 0 : return -1;
149540 : : }
149541 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_19) < 0) {
149542 : 0 : return -1;
149543 : : }
149544 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_20) < 0) {
149545 : 0 : return -1;
149546 : : }
149547 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_21) < 0) {
149548 : 0 : return -1;
149549 : : }
149550 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_23) < 0) {
149551 : 0 : return -1;
149552 : : }
149553 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_24) < 0) {
149554 : 0 : return -1;
149555 : : }
149556 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_25) < 0) {
149557 : 0 : return -1;
149558 : : }
149559 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_26) < 0) {
149560 : 0 : return -1;
149561 : : }
149562 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_27) < 0) {
149563 : 0 : return -1;
149564 : : }
149565 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_28) < 0) {
149566 : 0 : return -1;
149567 : : }
149568 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_29) < 0) {
149569 : 0 : return -1;
149570 : : }
149571 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_30) < 0) {
149572 : 0 : return -1;
149573 : : }
149574 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_31) < 0) {
149575 : 0 : return -1;
149576 : : }
149577 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel_consts_32) < 0) {
149578 : 0 : return -1;
149579 : : }
149580 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&zipimport_toplevel) < 0) {
149581 : 0 : return -1;
149582 : : }
149583 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_1) < 0) {
149584 : 0 : return -1;
149585 : : }
149586 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2_consts_3) < 0) {
149587 : 0 : return -1;
149588 : : }
149589 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_2) < 0) {
149590 : 0 : return -1;
149591 : : }
149592 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4_consts_3) < 0) {
149593 : 0 : return -1;
149594 : : }
149595 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_4) < 0) {
149596 : 0 : return -1;
149597 : : }
149598 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_6) < 0) {
149599 : 0 : return -1;
149600 : : }
149601 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_2) < 0) {
149602 : 0 : return -1;
149603 : : }
149604 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_3) < 0) {
149605 : 0 : return -1;
149606 : : }
149607 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_4) < 0) {
149608 : 0 : return -1;
149609 : : }
149610 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_5) < 0) {
149611 : 0 : return -1;
149612 : : }
149613 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_7) < 0) {
149614 : 0 : return -1;
149615 : : }
149616 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_8) < 0) {
149617 : 0 : return -1;
149618 : : }
149619 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10_consts_9) < 0) {
149620 : 0 : return -1;
149621 : : }
149622 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_10) < 0) {
149623 : 0 : return -1;
149624 : : }
149625 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_14) < 0) {
149626 : 0 : return -1;
149627 : : }
149628 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel_consts_15) < 0) {
149629 : 0 : return -1;
149630 : : }
149631 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&abc_toplevel) < 0) {
149632 : 0 : return -1;
149633 : : }
149634 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_5) < 0) {
149635 : 0 : return -1;
149636 : : }
149637 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12_consts_6) < 0) {
149638 : 0 : return -1;
149639 : : }
149640 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_12) < 0) {
149641 : 0 : return -1;
149642 : : }
149643 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_3) < 0) {
149644 : 0 : return -1;
149645 : : }
149646 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14_consts_4) < 0) {
149647 : 0 : return -1;
149648 : : }
149649 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_14) < 0) {
149650 : 0 : return -1;
149651 : : }
149652 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_3) < 0) {
149653 : 0 : return -1;
149654 : : }
149655 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_5) < 0) {
149656 : 0 : return -1;
149657 : : }
149658 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_6) < 0) {
149659 : 0 : return -1;
149660 : : }
149661 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_7) < 0) {
149662 : 0 : return -1;
149663 : : }
149664 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16_consts_8) < 0) {
149665 : 0 : return -1;
149666 : : }
149667 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_16) < 0) {
149668 : 0 : return -1;
149669 : : }
149670 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_3) < 0) {
149671 : 0 : return -1;
149672 : : }
149673 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_4) < 0) {
149674 : 0 : return -1;
149675 : : }
149676 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_6) < 0) {
149677 : 0 : return -1;
149678 : : }
149679 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_7) < 0) {
149680 : 0 : return -1;
149681 : : }
149682 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_8) < 0) {
149683 : 0 : return -1;
149684 : : }
149685 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18_consts_9) < 0) {
149686 : 0 : return -1;
149687 : : }
149688 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_18) < 0) {
149689 : 0 : return -1;
149690 : : }
149691 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_3) < 0) {
149692 : 0 : return -1;
149693 : : }
149694 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_5) < 0) {
149695 : 0 : return -1;
149696 : : }
149697 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_6) < 0) {
149698 : 0 : return -1;
149699 : : }
149700 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_7) < 0) {
149701 : 0 : return -1;
149702 : : }
149703 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20_consts_8) < 0) {
149704 : 0 : return -1;
149705 : : }
149706 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_20) < 0) {
149707 : 0 : return -1;
149708 : : }
149709 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_3) < 0) {
149710 : 0 : return -1;
149711 : : }
149712 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_4) < 0) {
149713 : 0 : return -1;
149714 : : }
149715 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_6) < 0) {
149716 : 0 : return -1;
149717 : : }
149718 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_7) < 0) {
149719 : 0 : return -1;
149720 : : }
149721 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_8) < 0) {
149722 : 0 : return -1;
149723 : : }
149724 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22_consts_9) < 0) {
149725 : 0 : return -1;
149726 : : }
149727 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_22) < 0) {
149728 : 0 : return -1;
149729 : : }
149730 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_2) < 0) {
149731 : 0 : return -1;
149732 : : }
149733 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_3) < 0) {
149734 : 0 : return -1;
149735 : : }
149736 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_4) < 0) {
149737 : 0 : return -1;
149738 : : }
149739 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_5) < 0) {
149740 : 0 : return -1;
149741 : : }
149742 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_7) < 0) {
149743 : 0 : return -1;
149744 : : }
149745 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_8) < 0) {
149746 : 0 : return -1;
149747 : : }
149748 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_9) < 0) {
149749 : 0 : return -1;
149750 : : }
149751 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24_consts_10) < 0) {
149752 : 0 : return -1;
149753 : : }
149754 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_24) < 0) {
149755 : 0 : return -1;
149756 : : }
149757 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_2) < 0) {
149758 : 0 : return -1;
149759 : : }
149760 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_3) < 0) {
149761 : 0 : return -1;
149762 : : }
149763 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_6) < 0) {
149764 : 0 : return -1;
149765 : : }
149766 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_9) < 0) {
149767 : 0 : return -1;
149768 : : }
149769 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_10) < 0) {
149770 : 0 : return -1;
149771 : : }
149772 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_11) < 0) {
149773 : 0 : return -1;
149774 : : }
149775 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_13) < 0) {
149776 : 0 : return -1;
149777 : : }
149778 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_14) < 0) {
149779 : 0 : return -1;
149780 : : }
149781 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_15) < 0) {
149782 : 0 : return -1;
149783 : : }
149784 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_16) < 0) {
149785 : 0 : return -1;
149786 : : }
149787 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_17) < 0) {
149788 : 0 : return -1;
149789 : : }
149790 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26_consts_18) < 0) {
149791 : 0 : return -1;
149792 : : }
149793 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_26) < 0) {
149794 : 0 : return -1;
149795 : : }
149796 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_4) < 0) {
149797 : 0 : return -1;
149798 : : }
149799 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_6) < 0) {
149800 : 0 : return -1;
149801 : : }
149802 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_8) < 0) {
149803 : 0 : return -1;
149804 : : }
149805 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_9) < 0) {
149806 : 0 : return -1;
149807 : : }
149808 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_10) < 0) {
149809 : 0 : return -1;
149810 : : }
149811 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_11) < 0) {
149812 : 0 : return -1;
149813 : : }
149814 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_12) < 0) {
149815 : 0 : return -1;
149816 : : }
149817 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_13) < 0) {
149818 : 0 : return -1;
149819 : : }
149820 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_14) < 0) {
149821 : 0 : return -1;
149822 : : }
149823 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_16) < 0) {
149824 : 0 : return -1;
149825 : : }
149826 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_17) < 0) {
149827 : 0 : return -1;
149828 : : }
149829 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_18) < 0) {
149830 : 0 : return -1;
149831 : : }
149832 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28_consts_19) < 0) {
149833 : 0 : return -1;
149834 : : }
149835 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_28) < 0) {
149836 : 0 : return -1;
149837 : : }
149838 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_4) < 0) {
149839 : 0 : return -1;
149840 : : }
149841 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_6) < 0) {
149842 : 0 : return -1;
149843 : : }
149844 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_8) < 0) {
149845 : 0 : return -1;
149846 : : }
149847 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_9) < 0) {
149848 : 0 : return -1;
149849 : : }
149850 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_10) < 0) {
149851 : 0 : return -1;
149852 : : }
149853 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_11) < 0) {
149854 : 0 : return -1;
149855 : : }
149856 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_12) < 0) {
149857 : 0 : return -1;
149858 : : }
149859 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_13) < 0) {
149860 : 0 : return -1;
149861 : : }
149862 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_14) < 0) {
149863 : 0 : return -1;
149864 : : }
149865 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_16) < 0) {
149866 : 0 : return -1;
149867 : : }
149868 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_17) < 0) {
149869 : 0 : return -1;
149870 : : }
149871 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_18) < 0) {
149872 : 0 : return -1;
149873 : : }
149874 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30_consts_19) < 0) {
149875 : 0 : return -1;
149876 : : }
149877 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_30) < 0) {
149878 : 0 : return -1;
149879 : : }
149880 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_35) < 0) {
149881 : 0 : return -1;
149882 : : }
149883 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_36) < 0) {
149884 : 0 : return -1;
149885 : : }
149886 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_37) < 0) {
149887 : 0 : return -1;
149888 : : }
149889 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_38) < 0) {
149890 : 0 : return -1;
149891 : : }
149892 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_39) < 0) {
149893 : 0 : return -1;
149894 : : }
149895 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_40) < 0) {
149896 : 0 : return -1;
149897 : : }
149898 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_41) < 0) {
149899 : 0 : return -1;
149900 : : }
149901 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_42) < 0) {
149902 : 0 : return -1;
149903 : : }
149904 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_43) < 0) {
149905 : 0 : return -1;
149906 : : }
149907 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_44) < 0) {
149908 : 0 : return -1;
149909 : : }
149910 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45_consts_1) < 0) {
149911 : 0 : return -1;
149912 : : }
149913 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_45) < 0) {
149914 : 0 : return -1;
149915 : : }
149916 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel_consts_46) < 0) {
149917 : 0 : return -1;
149918 : : }
149919 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&codecs_toplevel) < 0) {
149920 : 0 : return -1;
149921 : : }
149922 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_9) < 0) {
149923 : 0 : return -1;
149924 : : }
149925 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_12) < 0) {
149926 : 0 : return -1;
149927 : : }
149928 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_14) < 0) {
149929 : 0 : return -1;
149930 : : }
149931 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel_consts_16) < 0) {
149932 : 0 : return -1;
149933 : : }
149934 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&io_toplevel) < 0) {
149935 : 0 : return -1;
149936 : : }
149937 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_5) < 0) {
149938 : 0 : return -1;
149939 : : }
149940 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_13) < 0) {
149941 : 0 : return -1;
149942 : : }
149943 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_14) < 0) {
149944 : 0 : return -1;
149945 : : }
149946 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_15) < 0) {
149947 : 0 : return -1;
149948 : : }
149949 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_16) < 0) {
149950 : 0 : return -1;
149951 : : }
149952 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_2) < 0) {
149953 : 0 : return -1;
149954 : : }
149955 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17_consts_3) < 0) {
149956 : 0 : return -1;
149957 : : }
149958 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_17) < 0) {
149959 : 0 : return -1;
149960 : : }
149961 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_2) < 0) {
149962 : 0 : return -1;
149963 : : }
149964 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20_consts_3) < 0) {
149965 : 0 : return -1;
149966 : : }
149967 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_20) < 0) {
149968 : 0 : return -1;
149969 : : }
149970 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_2) < 0) {
149971 : 0 : return -1;
149972 : : }
149973 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_4) < 0) {
149974 : 0 : return -1;
149975 : : }
149976 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_5) < 0) {
149977 : 0 : return -1;
149978 : : }
149979 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22_consts_6) < 0) {
149980 : 0 : return -1;
149981 : : }
149982 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_22) < 0) {
149983 : 0 : return -1;
149984 : : }
149985 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_2) < 0) {
149986 : 0 : return -1;
149987 : : }
149988 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24_consts_3) < 0) {
149989 : 0 : return -1;
149990 : : }
149991 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_24) < 0) {
149992 : 0 : return -1;
149993 : : }
149994 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_2) < 0) {
149995 : 0 : return -1;
149996 : : }
149997 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_3) < 0) {
149998 : 0 : return -1;
149999 : : }
150000 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26_consts_4) < 0) {
150001 : 0 : return -1;
150002 : : }
150003 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_26) < 0) {
150004 : 0 : return -1;
150005 : : }
150006 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_2) < 0) {
150007 : 0 : return -1;
150008 : : }
150009 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_3) < 0) {
150010 : 0 : return -1;
150011 : : }
150012 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_5) < 0) {
150013 : 0 : return -1;
150014 : : }
150015 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_6) < 0) {
150016 : 0 : return -1;
150017 : : }
150018 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28_consts_7) < 0) {
150019 : 0 : return -1;
150020 : : }
150021 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_28) < 0) {
150022 : 0 : return -1;
150023 : : }
150024 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_2) < 0) {
150025 : 0 : return -1;
150026 : : }
150027 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30_consts_3) < 0) {
150028 : 0 : return -1;
150029 : : }
150030 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_30) < 0) {
150031 : 0 : return -1;
150032 : : }
150033 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_2) < 0) {
150034 : 0 : return -1;
150035 : : }
150036 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_3) < 0) {
150037 : 0 : return -1;
150038 : : }
150039 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32_consts_4) < 0) {
150040 : 0 : return -1;
150041 : : }
150042 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_32) < 0) {
150043 : 0 : return -1;
150044 : : }
150045 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_2) < 0) {
150046 : 0 : return -1;
150047 : : }
150048 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34_consts_3) < 0) {
150049 : 0 : return -1;
150050 : : }
150051 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_34) < 0) {
150052 : 0 : return -1;
150053 : : }
150054 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_2) < 0) {
150055 : 0 : return -1;
150056 : : }
150057 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_3) < 0) {
150058 : 0 : return -1;
150059 : : }
150060 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_5) < 0) {
150061 : 0 : return -1;
150062 : : }
150063 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_6) < 0) {
150064 : 0 : return -1;
150065 : : }
150066 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36_consts_7) < 0) {
150067 : 0 : return -1;
150068 : : }
150069 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_36) < 0) {
150070 : 0 : return -1;
150071 : : }
150072 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_2) < 0) {
150073 : 0 : return -1;
150074 : : }
150075 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38_consts_3) < 0) {
150076 : 0 : return -1;
150077 : : }
150078 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_38) < 0) {
150079 : 0 : return -1;
150080 : : }
150081 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_2) < 0) {
150082 : 0 : return -1;
150083 : : }
150084 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40_consts_3) < 0) {
150085 : 0 : return -1;
150086 : : }
150087 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_40) < 0) {
150088 : 0 : return -1;
150089 : : }
150090 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42_consts_2) < 0) {
150091 : 0 : return -1;
150092 : : }
150093 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_42) < 0) {
150094 : 0 : return -1;
150095 : : }
150096 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_3) < 0) {
150097 : 0 : return -1;
150098 : : }
150099 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4_consts_5) < 0) {
150100 : 0 : return -1;
150101 : : }
150102 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_4) < 0) {
150103 : 0 : return -1;
150104 : : }
150105 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_5) < 0) {
150106 : 0 : return -1;
150107 : : }
150108 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44_consts_6) < 0) {
150109 : 0 : return -1;
150110 : : }
150111 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_44) < 0) {
150112 : 0 : return -1;
150113 : : }
150114 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46_consts_4) < 0) {
150115 : 0 : return -1;
150116 : : }
150117 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_46) < 0) {
150118 : 0 : return -1;
150119 : : }
150120 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_47) < 0) {
150121 : 0 : return -1;
150122 : : }
150123 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_2) < 0) {
150124 : 0 : return -1;
150125 : : }
150126 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48_consts_3) < 0) {
150127 : 0 : return -1;
150128 : : }
150129 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_48) < 0) {
150130 : 0 : return -1;
150131 : : }
150132 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_3) < 0) {
150133 : 0 : return -1;
150134 : : }
150135 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_4) < 0) {
150136 : 0 : return -1;
150137 : : }
150138 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_5) < 0) {
150139 : 0 : return -1;
150140 : : }
150141 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_6) < 0) {
150142 : 0 : return -1;
150143 : : }
150144 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_7) < 0) {
150145 : 0 : return -1;
150146 : : }
150147 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_8) < 0) {
150148 : 0 : return -1;
150149 : : }
150150 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9_consts_1) < 0) {
150151 : 0 : return -1;
150152 : : }
150153 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_9) < 0) {
150154 : 0 : return -1;
150155 : : }
150156 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_10) < 0) {
150157 : 0 : return -1;
150158 : : }
150159 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11_consts_1) < 0) {
150160 : 0 : return -1;
150161 : : }
150162 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_11) < 0) {
150163 : 0 : return -1;
150164 : : }
150165 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12_consts_1) < 0) {
150166 : 0 : return -1;
150167 : : }
150168 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_12) < 0) {
150169 : 0 : return -1;
150170 : : }
150171 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13_consts_1) < 0) {
150172 : 0 : return -1;
150173 : : }
150174 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_13) < 0) {
150175 : 0 : return -1;
150176 : : }
150177 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_14) < 0) {
150178 : 0 : return -1;
150179 : : }
150180 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50_consts_15) < 0) {
150181 : 0 : return -1;
150182 : : }
150183 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_50) < 0) {
150184 : 0 : return -1;
150185 : : }
150186 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_3) < 0) {
150187 : 0 : return -1;
150188 : : }
150189 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_4) < 0) {
150190 : 0 : return -1;
150191 : : }
150192 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_5) < 0) {
150193 : 0 : return -1;
150194 : : }
150195 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_6) < 0) {
150196 : 0 : return -1;
150197 : : }
150198 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_7) < 0) {
150199 : 0 : return -1;
150200 : : }
150201 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_8) < 0) {
150202 : 0 : return -1;
150203 : : }
150204 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_9) < 0) {
150205 : 0 : return -1;
150206 : : }
150207 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_10) < 0) {
150208 : 0 : return -1;
150209 : : }
150210 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52_consts_11) < 0) {
150211 : 0 : return -1;
150212 : : }
150213 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_52) < 0) {
150214 : 0 : return -1;
150215 : : }
150216 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_4) < 0) {
150217 : 0 : return -1;
150218 : : }
150219 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_6) < 0) {
150220 : 0 : return -1;
150221 : : }
150222 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_7) < 0) {
150223 : 0 : return -1;
150224 : : }
150225 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_8) < 0) {
150226 : 0 : return -1;
150227 : : }
150228 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_9) < 0) {
150229 : 0 : return -1;
150230 : : }
150231 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_10) < 0) {
150232 : 0 : return -1;
150233 : : }
150234 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54_consts_11) < 0) {
150235 : 0 : return -1;
150236 : : }
150237 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_54) < 0) {
150238 : 0 : return -1;
150239 : : }
150240 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_2) < 0) {
150241 : 0 : return -1;
150242 : : }
150243 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_3) < 0) {
150244 : 0 : return -1;
150245 : : }
150246 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56_consts_4) < 0) {
150247 : 0 : return -1;
150248 : : }
150249 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_56) < 0) {
150250 : 0 : return -1;
150251 : : }
150252 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_2) < 0) {
150253 : 0 : return -1;
150254 : : }
150255 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_3) < 0) {
150256 : 0 : return -1;
150257 : : }
150258 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58_consts_4) < 0) {
150259 : 0 : return -1;
150260 : : }
150261 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_58) < 0) {
150262 : 0 : return -1;
150263 : : }
150264 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_2) < 0) {
150265 : 0 : return -1;
150266 : : }
150267 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_3) < 0) {
150268 : 0 : return -1;
150269 : : }
150270 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60_consts_4) < 0) {
150271 : 0 : return -1;
150272 : : }
150273 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_60) < 0) {
150274 : 0 : return -1;
150275 : : }
150276 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_2) < 0) {
150277 : 0 : return -1;
150278 : : }
150279 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62_consts_3) < 0) {
150280 : 0 : return -1;
150281 : : }
150282 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_62) < 0) {
150283 : 0 : return -1;
150284 : : }
150285 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_3) < 0) {
150286 : 0 : return -1;
150287 : : }
150288 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_4) < 0) {
150289 : 0 : return -1;
150290 : : }
150291 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_5) < 0) {
150292 : 0 : return -1;
150293 : : }
150294 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_6) < 0) {
150295 : 0 : return -1;
150296 : : }
150297 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_7) < 0) {
150298 : 0 : return -1;
150299 : : }
150300 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_8) < 0) {
150301 : 0 : return -1;
150302 : : }
150303 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64_consts_10) < 0) {
150304 : 0 : return -1;
150305 : : }
150306 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_64) < 0) {
150307 : 0 : return -1;
150308 : : }
150309 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_4) < 0) {
150310 : 0 : return -1;
150311 : : }
150312 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_5) < 0) {
150313 : 0 : return -1;
150314 : : }
150315 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_6) < 0) {
150316 : 0 : return -1;
150317 : : }
150318 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_7) < 0) {
150319 : 0 : return -1;
150320 : : }
150321 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_10) < 0) {
150322 : 0 : return -1;
150323 : : }
150324 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11_consts_1) < 0) {
150325 : 0 : return -1;
150326 : : }
150327 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66_consts_11) < 0) {
150328 : 0 : return -1;
150329 : : }
150330 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_66) < 0) {
150331 : 0 : return -1;
150332 : : }
150333 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_68) < 0) {
150334 : 0 : return -1;
150335 : : }
150336 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_3) < 0) {
150337 : 0 : return -1;
150338 : : }
150339 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_4) < 0) {
150340 : 0 : return -1;
150341 : : }
150342 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_5) < 0) {
150343 : 0 : return -1;
150344 : : }
150345 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_6) < 0) {
150346 : 0 : return -1;
150347 : : }
150348 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_7) < 0) {
150349 : 0 : return -1;
150350 : : }
150351 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_8) < 0) {
150352 : 0 : return -1;
150353 : : }
150354 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_9) < 0) {
150355 : 0 : return -1;
150356 : : }
150357 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_11) < 0) {
150358 : 0 : return -1;
150359 : : }
150360 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_12) < 0) {
150361 : 0 : return -1;
150362 : : }
150363 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70_consts_13) < 0) {
150364 : 0 : return -1;
150365 : : }
150366 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel_consts_70) < 0) {
150367 : 0 : return -1;
150368 : : }
150369 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_collections_abc_toplevel) < 0) {
150370 : 0 : return -1;
150371 : : }
150372 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_1) < 0) {
150373 : 0 : return -1;
150374 : : }
150375 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_2) < 0) {
150376 : 0 : return -1;
150377 : : }
150378 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3_consts_4) < 0) {
150379 : 0 : return -1;
150380 : : }
150381 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_3) < 0) {
150382 : 0 : return -1;
150383 : : }
150384 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4_consts_2) < 0) {
150385 : 0 : return -1;
150386 : : }
150387 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_4) < 0) {
150388 : 0 : return -1;
150389 : : }
150390 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_5) < 0) {
150391 : 0 : return -1;
150392 : : }
150393 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_6) < 0) {
150394 : 0 : return -1;
150395 : : }
150396 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5_consts_7) < 0) {
150397 : 0 : return -1;
150398 : : }
150399 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_5) < 0) {
150400 : 0 : return -1;
150401 : : }
150402 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_2) < 0) {
150403 : 0 : return -1;
150404 : : }
150405 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7_consts_3) < 0) {
150406 : 0 : return -1;
150407 : : }
150408 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel_consts_7) < 0) {
150409 : 0 : return -1;
150410 : : }
150411 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&_sitebuiltins_toplevel) < 0) {
150412 : 0 : return -1;
150413 : : }
150414 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_4) < 0) {
150415 : 0 : return -1;
150416 : : }
150417 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_5) < 0) {
150418 : 0 : return -1;
150419 : : }
150420 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_6) < 0) {
150421 : 0 : return -1;
150422 : : }
150423 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_7) < 0) {
150424 : 0 : return -1;
150425 : : }
150426 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_8) < 0) {
150427 : 0 : return -1;
150428 : : }
150429 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_9) < 0) {
150430 : 0 : return -1;
150431 : : }
150432 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_10) < 0) {
150433 : 0 : return -1;
150434 : : }
150435 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_11) < 0) {
150436 : 0 : return -1;
150437 : : }
150438 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_12) < 0) {
150439 : 0 : return -1;
150440 : : }
150441 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_13) < 0) {
150442 : 0 : return -1;
150443 : : }
150444 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_14) < 0) {
150445 : 0 : return -1;
150446 : : }
150447 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_15) < 0) {
150448 : 0 : return -1;
150449 : : }
150450 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel_consts_16) < 0) {
150451 : 0 : return -1;
150452 : : }
150453 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&genericpath_toplevel) < 0) {
150454 : 0 : return -1;
150455 : : }
150456 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_12) < 0) {
150457 : 0 : return -1;
150458 : : }
150459 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_14) < 0) {
150460 : 0 : return -1;
150461 : : }
150462 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_15) < 0) {
150463 : 0 : return -1;
150464 : : }
150465 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_16) < 0) {
150466 : 0 : return -1;
150467 : : }
150468 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_17) < 0) {
150469 : 0 : return -1;
150470 : : }
150471 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_18) < 0) {
150472 : 0 : return -1;
150473 : : }
150474 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_19) < 0) {
150475 : 0 : return -1;
150476 : : }
150477 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_20) < 0) {
150478 : 0 : return -1;
150479 : : }
150480 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_21) < 0) {
150481 : 0 : return -1;
150482 : : }
150483 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_22) < 0) {
150484 : 0 : return -1;
150485 : : }
150486 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_23) < 0) {
150487 : 0 : return -1;
150488 : : }
150489 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_24) < 0) {
150490 : 0 : return -1;
150491 : : }
150492 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_26) < 0) {
150493 : 0 : return -1;
150494 : : }
150495 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_27) < 0) {
150496 : 0 : return -1;
150497 : : }
150498 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_28) < 0) {
150499 : 0 : return -1;
150500 : : }
150501 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_30) < 0) {
150502 : 0 : return -1;
150503 : : }
150504 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_31) < 0) {
150505 : 0 : return -1;
150506 : : }
150507 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_32) < 0) {
150508 : 0 : return -1;
150509 : : }
150510 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_34) < 0) {
150511 : 0 : return -1;
150512 : : }
150513 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_36) < 0) {
150514 : 0 : return -1;
150515 : : }
150516 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_37) < 0) {
150517 : 0 : return -1;
150518 : : }
150519 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_40) < 0) {
150520 : 0 : return -1;
150521 : : }
150522 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_11) < 0) {
150523 : 0 : return -1;
150524 : : }
150525 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44_consts_12) < 0) {
150526 : 0 : return -1;
150527 : : }
150528 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_44) < 0) {
150529 : 0 : return -1;
150530 : : }
150531 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_9) < 0) {
150532 : 0 : return -1;
150533 : : }
150534 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_10) < 0) {
150535 : 0 : return -1;
150536 : : }
150537 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_11) < 0) {
150538 : 0 : return -1;
150539 : : }
150540 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_14) < 0) {
150541 : 0 : return -1;
150542 : : }
150543 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_17) < 0) {
150544 : 0 : return -1;
150545 : : }
150546 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18_consts_0) < 0) {
150547 : 0 : return -1;
150548 : : }
150549 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45_consts_18) < 0) {
150550 : 0 : return -1;
150551 : : }
150552 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel_consts_45) < 0) {
150553 : 0 : return -1;
150554 : : }
150555 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&ntpath_toplevel) < 0) {
150556 : 0 : return -1;
150557 : : }
150558 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_11) < 0) {
150559 : 0 : return -1;
150560 : : }
150561 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_12) < 0) {
150562 : 0 : return -1;
150563 : : }
150564 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_13) < 0) {
150565 : 0 : return -1;
150566 : : }
150567 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_14) < 0) {
150568 : 0 : return -1;
150569 : : }
150570 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_15) < 0) {
150571 : 0 : return -1;
150572 : : }
150573 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_16) < 0) {
150574 : 0 : return -1;
150575 : : }
150576 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_17) < 0) {
150577 : 0 : return -1;
150578 : : }
150579 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_18) < 0) {
150580 : 0 : return -1;
150581 : : }
150582 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_19) < 0) {
150583 : 0 : return -1;
150584 : : }
150585 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_20) < 0) {
150586 : 0 : return -1;
150587 : : }
150588 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_21) < 0) {
150589 : 0 : return -1;
150590 : : }
150591 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_22) < 0) {
150592 : 0 : return -1;
150593 : : }
150594 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_23) < 0) {
150595 : 0 : return -1;
150596 : : }
150597 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_24) < 0) {
150598 : 0 : return -1;
150599 : : }
150600 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_26) < 0) {
150601 : 0 : return -1;
150602 : : }
150603 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_27) < 0) {
150604 : 0 : return -1;
150605 : : }
150606 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_28) < 0) {
150607 : 0 : return -1;
150608 : : }
150609 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_31) < 0) {
150610 : 0 : return -1;
150611 : : }
150612 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_32) < 0) {
150613 : 0 : return -1;
150614 : : }
150615 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_9) < 0) {
150616 : 0 : return -1;
150617 : : }
150618 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34_consts_10) < 0) {
150619 : 0 : return -1;
150620 : : }
150621 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_34) < 0) {
150622 : 0 : return -1;
150623 : : }
150624 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_7) < 0) {
150625 : 0 : return -1;
150626 : : }
150627 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_8) < 0) {
150628 : 0 : return -1;
150629 : : }
150630 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11_consts_0) < 0) {
150631 : 0 : return -1;
150632 : : }
150633 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35_consts_11) < 0) {
150634 : 0 : return -1;
150635 : : }
150636 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel_consts_35) < 0) {
150637 : 0 : return -1;
150638 : : }
150639 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&posixpath_toplevel) < 0) {
150640 : 0 : return -1;
150641 : : }
150642 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_5) < 0) {
150643 : 0 : return -1;
150644 : : }
150645 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6_consts_1) < 0) {
150646 : 0 : return -1;
150647 : : }
150648 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_6) < 0) {
150649 : 0 : return -1;
150650 : : }
150651 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_19) < 0) {
150652 : 0 : return -1;
150653 : : }
150654 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_80) < 0) {
150655 : 0 : return -1;
150656 : : }
150657 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_81) < 0) {
150658 : 0 : return -1;
150659 : : }
150660 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_82) < 0) {
150661 : 0 : return -1;
150662 : : }
150663 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_85) < 0) {
150664 : 0 : return -1;
150665 : : }
150666 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_86) < 0) {
150667 : 0 : return -1;
150668 : : }
150669 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_90) < 0) {
150670 : 0 : return -1;
150671 : : }
150672 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_91) < 0) {
150673 : 0 : return -1;
150674 : : }
150675 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_93) < 0) {
150676 : 0 : return -1;
150677 : : }
150678 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_94) < 0) {
150679 : 0 : return -1;
150680 : : }
150681 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_95) < 0) {
150682 : 0 : return -1;
150683 : : }
150684 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_96) < 0) {
150685 : 0 : return -1;
150686 : : }
150687 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_97) < 0) {
150688 : 0 : return -1;
150689 : : }
150690 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_98) < 0) {
150691 : 0 : return -1;
150692 : : }
150693 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_100) < 0) {
150694 : 0 : return -1;
150695 : : }
150696 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_101) < 0) {
150697 : 0 : return -1;
150698 : : }
150699 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_1) < 0) {
150700 : 0 : return -1;
150701 : : }
150702 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_2) < 0) {
150703 : 0 : return -1;
150704 : : }
150705 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_3) < 0) {
150706 : 0 : return -1;
150707 : : }
150708 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_4) < 0) {
150709 : 0 : return -1;
150710 : : }
150711 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_5) < 0) {
150712 : 0 : return -1;
150713 : : }
150714 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_6) < 0) {
150715 : 0 : return -1;
150716 : : }
150717 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7_consts_2) < 0) {
150718 : 0 : return -1;
150719 : : }
150720 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_7) < 0) {
150721 : 0 : return -1;
150722 : : }
150723 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_8) < 0) {
150724 : 0 : return -1;
150725 : : }
150726 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_9) < 0) {
150727 : 0 : return -1;
150728 : : }
150729 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_10) < 0) {
150730 : 0 : return -1;
150731 : : }
150732 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_11) < 0) {
150733 : 0 : return -1;
150734 : : }
150735 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103_consts_12) < 0) {
150736 : 0 : return -1;
150737 : : }
150738 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_103) < 0) {
150739 : 0 : return -1;
150740 : : }
150741 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_2) < 0) {
150742 : 0 : return -1;
150743 : : }
150744 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_3) < 0) {
150745 : 0 : return -1;
150746 : : }
150747 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_4) < 0) {
150748 : 0 : return -1;
150749 : : }
150750 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105_consts_5) < 0) {
150751 : 0 : return -1;
150752 : : }
150753 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_105) < 0) {
150754 : 0 : return -1;
150755 : : }
150756 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_106) < 0) {
150757 : 0 : return -1;
150758 : : }
150759 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_108) < 0) {
150760 : 0 : return -1;
150761 : : }
150762 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_109) < 0) {
150763 : 0 : return -1;
150764 : : }
150765 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_1) < 0) {
150766 : 0 : return -1;
150767 : : }
150768 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111_consts_2) < 0) {
150769 : 0 : return -1;
150770 : : }
150771 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_111) < 0) {
150772 : 0 : return -1;
150773 : : }
150774 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_116) < 0) {
150775 : 0 : return -1;
150776 : : }
150777 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_117) < 0) {
150778 : 0 : return -1;
150779 : : }
150780 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_118) < 0) {
150781 : 0 : return -1;
150782 : : }
150783 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_119) < 0) {
150784 : 0 : return -1;
150785 : : }
150786 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_120) < 0) {
150787 : 0 : return -1;
150788 : : }
150789 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_122) < 0) {
150790 : 0 : return -1;
150791 : : }
150792 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_123) < 0) {
150793 : 0 : return -1;
150794 : : }
150795 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_127) < 0) {
150796 : 0 : return -1;
150797 : : }
150798 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_128) < 0) {
150799 : 0 : return -1;
150800 : : }
150801 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_134) < 0) {
150802 : 0 : return -1;
150803 : : }
150804 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_1) < 0) {
150805 : 0 : return -1;
150806 : : }
150807 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_2) < 0) {
150808 : 0 : return -1;
150809 : : }
150810 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_3) < 0) {
150811 : 0 : return -1;
150812 : : }
150813 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_4) < 0) {
150814 : 0 : return -1;
150815 : : }
150816 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_5) < 0) {
150817 : 0 : return -1;
150818 : : }
150819 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135_consts_6) < 0) {
150820 : 0 : return -1;
150821 : : }
150822 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_135) < 0) {
150823 : 0 : return -1;
150824 : : }
150825 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_138) < 0) {
150826 : 0 : return -1;
150827 : : }
150828 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_139) < 0) {
150829 : 0 : return -1;
150830 : : }
150831 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_2) < 0) {
150832 : 0 : return -1;
150833 : : }
150834 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141_consts_3) < 0) {
150835 : 0 : return -1;
150836 : : }
150837 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_141) < 0) {
150838 : 0 : return -1;
150839 : : }
150840 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_1) < 0) {
150841 : 0 : return -1;
150842 : : }
150843 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_2) < 0) {
150844 : 0 : return -1;
150845 : : }
150846 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_3) < 0) {
150847 : 0 : return -1;
150848 : : }
150849 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_4) < 0) {
150850 : 0 : return -1;
150851 : : }
150852 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143_consts_5) < 0) {
150853 : 0 : return -1;
150854 : : }
150855 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_143) < 0) {
150856 : 0 : return -1;
150857 : : }
150858 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel_consts_145) < 0) {
150859 : 0 : return -1;
150860 : : }
150861 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&os_toplevel) < 0) {
150862 : 0 : return -1;
150863 : : }
150864 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_3) < 0) {
150865 : 0 : return -1;
150866 : : }
150867 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_4) < 0) {
150868 : 0 : return -1;
150869 : : }
150870 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_5) < 0) {
150871 : 0 : return -1;
150872 : : }
150873 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_6) < 0) {
150874 : 0 : return -1;
150875 : : }
150876 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_7) < 0) {
150877 : 0 : return -1;
150878 : : }
150879 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_8) < 0) {
150880 : 0 : return -1;
150881 : : }
150882 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9_consts_5) < 0) {
150883 : 0 : return -1;
150884 : : }
150885 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_9) < 0) {
150886 : 0 : return -1;
150887 : : }
150888 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_10) < 0) {
150889 : 0 : return -1;
150890 : : }
150891 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11_consts_3) < 0) {
150892 : 0 : return -1;
150893 : : }
150894 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_11) < 0) {
150895 : 0 : return -1;
150896 : : }
150897 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_12) < 0) {
150898 : 0 : return -1;
150899 : : }
150900 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_13) < 0) {
150901 : 0 : return -1;
150902 : : }
150903 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_14) < 0) {
150904 : 0 : return -1;
150905 : : }
150906 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_15) < 0) {
150907 : 0 : return -1;
150908 : : }
150909 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_16) < 0) {
150910 : 0 : return -1;
150911 : : }
150912 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_17) < 0) {
150913 : 0 : return -1;
150914 : : }
150915 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_18) < 0) {
150916 : 0 : return -1;
150917 : : }
150918 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_19) < 0) {
150919 : 0 : return -1;
150920 : : }
150921 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_20) < 0) {
150922 : 0 : return -1;
150923 : : }
150924 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1_consts_9) < 0) {
150925 : 0 : return -1;
150926 : : }
150927 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21_consts_1) < 0) {
150928 : 0 : return -1;
150929 : : }
150930 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_21) < 0) {
150931 : 0 : return -1;
150932 : : }
150933 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22_consts_4) < 0) {
150934 : 0 : return -1;
150935 : : }
150936 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_22) < 0) {
150937 : 0 : return -1;
150938 : : }
150939 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_23) < 0) {
150940 : 0 : return -1;
150941 : : }
150942 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_24) < 0) {
150943 : 0 : return -1;
150944 : : }
150945 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_25) < 0) {
150946 : 0 : return -1;
150947 : : }
150948 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26_consts_7) < 0) {
150949 : 0 : return -1;
150950 : : }
150951 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel_consts_26) < 0) {
150952 : 0 : return -1;
150953 : : }
150954 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&site_toplevel) < 0) {
150955 : 0 : return -1;
150956 : : }
150957 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_11) < 0) {
150958 : 0 : return -1;
150959 : : }
150960 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_12) < 0) {
150961 : 0 : return -1;
150962 : : }
150963 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_20) < 0) {
150964 : 0 : return -1;
150965 : : }
150966 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_21) < 0) {
150967 : 0 : return -1;
150968 : : }
150969 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_22) < 0) {
150970 : 0 : return -1;
150971 : : }
150972 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_23) < 0) {
150973 : 0 : return -1;
150974 : : }
150975 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_24) < 0) {
150976 : 0 : return -1;
150977 : : }
150978 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_25) < 0) {
150979 : 0 : return -1;
150980 : : }
150981 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_26) < 0) {
150982 : 0 : return -1;
150983 : : }
150984 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_27) < 0) {
150985 : 0 : return -1;
150986 : : }
150987 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_28) < 0) {
150988 : 0 : return -1;
150989 : : }
150990 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_29) < 0) {
150991 : 0 : return -1;
150992 : : }
150993 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel_consts_58) < 0) {
150994 : 0 : return -1;
150995 : : }
150996 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&stat_toplevel) < 0) {
150997 : 0 : return -1;
150998 : : }
150999 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_16) < 0) {
151000 : 0 : return -1;
151001 : : }
151002 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_17) < 0) {
151003 : 0 : return -1;
151004 : : }
151005 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_18) < 0) {
151006 : 0 : return -1;
151007 : : }
151008 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_19) < 0) {
151009 : 0 : return -1;
151010 : : }
151011 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_20) < 0) {
151012 : 0 : return -1;
151013 : : }
151014 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21_consts_1) < 0) {
151015 : 0 : return -1;
151016 : : }
151017 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_21) < 0) {
151018 : 0 : return -1;
151019 : : }
151020 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22_consts_1) < 0) {
151021 : 0 : return -1;
151022 : : }
151023 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_22) < 0) {
151024 : 0 : return -1;
151025 : : }
151026 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23_consts_4) < 0) {
151027 : 0 : return -1;
151028 : : }
151029 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_23) < 0) {
151030 : 0 : return -1;
151031 : : }
151032 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_2) < 0) {
151033 : 0 : return -1;
151034 : : }
151035 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24_consts_3) < 0) {
151036 : 0 : return -1;
151037 : : }
151038 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_24) < 0) {
151039 : 0 : return -1;
151040 : : }
151041 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_2) < 0) {
151042 : 0 : return -1;
151043 : : }
151044 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3_consts_1) < 0) {
151045 : 0 : return -1;
151046 : : }
151047 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_3) < 0) {
151048 : 0 : return -1;
151049 : : }
151050 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_4) < 0) {
151051 : 0 : return -1;
151052 : : }
151053 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_5) < 0) {
151054 : 0 : return -1;
151055 : : }
151056 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26_consts_6) < 0) {
151057 : 0 : return -1;
151058 : : }
151059 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel_consts_26) < 0) {
151060 : 0 : return -1;
151061 : : }
151062 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_util_toplevel) < 0) {
151063 : 0 : return -1;
151064 : : }
151065 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel_consts_13) < 0) {
151066 : 0 : return -1;
151067 : : }
151068 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib_machinery_toplevel) < 0) {
151069 : 0 : return -1;
151070 : : }
151071 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_2) < 0) {
151072 : 0 : return -1;
151073 : : }
151074 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_3) < 0) {
151075 : 0 : return -1;
151076 : : }
151077 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5_consts_4) < 0) {
151078 : 0 : return -1;
151079 : : }
151080 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_5) < 0) {
151081 : 0 : return -1;
151082 : : }
151083 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_1) < 0) {
151084 : 0 : return -1;
151085 : : }
151086 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_2) < 0) {
151087 : 0 : return -1;
151088 : : }
151089 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7_consts_3) < 0) {
151090 : 0 : return -1;
151091 : : }
151092 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_7) < 0) {
151093 : 0 : return -1;
151094 : : }
151095 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_9) < 0) {
151096 : 0 : return -1;
151097 : : }
151098 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_10) < 0) {
151099 : 0 : return -1;
151100 : : }
151101 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_11) < 0) {
151102 : 0 : return -1;
151103 : : }
151104 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_12) < 0) {
151105 : 0 : return -1;
151106 : : }
151107 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_15) < 0) {
151108 : 0 : return -1;
151109 : : }
151110 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_17) < 0) {
151111 : 0 : return -1;
151112 : : }
151113 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_18) < 0) {
151114 : 0 : return -1;
151115 : : }
151116 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_19) < 0) {
151117 : 0 : return -1;
151118 : : }
151119 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel_consts_20) < 0) {
151120 : 0 : return -1;
151121 : : }
151122 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&runpy_toplevel) < 0) {
151123 : 0 : return -1;
151124 : : }
151125 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_1) < 0) {
151126 : 0 : return -1;
151127 : : }
151128 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_3) < 0) {
151129 : 0 : return -1;
151130 : : }
151131 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_5) < 0) {
151132 : 0 : return -1;
151133 : : }
151134 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel_consts_7) < 0) {
151135 : 0 : return -1;
151136 : : }
151137 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__hello___toplevel) < 0) {
151138 : 0 : return -1;
151139 : : }
151140 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel_consts_1) < 0) {
151141 : 0 : return -1;
151142 : : }
151143 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___toplevel) < 0) {
151144 : 0 : return -1;
151145 : : }
151146 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_toplevel) < 0) {
151147 : 0 : return -1;
151148 : : }
151149 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___ham_eggs_toplevel) < 0) {
151150 : 0 : return -1;
151151 : : }
151152 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel_consts_1) < 0) {
151153 : 0 : return -1;
151154 : : }
151155 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&__phello___spam_toplevel) < 0) {
151156 : 0 : return -1;
151157 : : }
151158 [ - + ]: 3113 : if (_PyStaticCode_InternStrings((PyCodeObject *)&frozen_only_toplevel) < 0) {
151159 : 0 : return -1;
151160 : : }
151161 : 3113 : return 0;
151162 : : }
|