Branch data Line data Source code
1 : : #ifndef Py_INTERNAL_UNICODEOBJECT_GENERATED_H
2 : : #define Py_INTERNAL_UNICODEOBJECT_GENERATED_H
3 : : #ifdef __cplusplus
4 : : extern "C" {
5 : : #endif
6 : :
7 : : #ifndef Py_BUILD_CORE
8 : : # error "this header requires Py_BUILD_CORE define"
9 : : #endif
10 : :
11 : : /* The following is auto-generated by Tools/build/generate_global_objects.py. */
12 : : static inline void
13 : 29 : _PyUnicode_InitStaticStrings(void) {
14 : : PyObject *string;
15 : 29 : string = &_Py_ID(CANCELLED);
16 : : assert(_PyUnicode_CheckConsistency(string, 1));
17 : 29 : PyUnicode_InternInPlace(&string);
18 : 29 : string = &_Py_ID(FINISHED);
19 : : assert(_PyUnicode_CheckConsistency(string, 1));
20 : 29 : PyUnicode_InternInPlace(&string);
21 : 29 : string = &_Py_ID(False);
22 : : assert(_PyUnicode_CheckConsistency(string, 1));
23 : 29 : PyUnicode_InternInPlace(&string);
24 : 29 : string = &_Py_ID(JSONDecodeError);
25 : : assert(_PyUnicode_CheckConsistency(string, 1));
26 : 29 : PyUnicode_InternInPlace(&string);
27 : 29 : string = &_Py_ID(PENDING);
28 : : assert(_PyUnicode_CheckConsistency(string, 1));
29 : 29 : PyUnicode_InternInPlace(&string);
30 : 29 : string = &_Py_ID(Py_Repr);
31 : : assert(_PyUnicode_CheckConsistency(string, 1));
32 : 29 : PyUnicode_InternInPlace(&string);
33 : 29 : string = &_Py_ID(TextIOWrapper);
34 : : assert(_PyUnicode_CheckConsistency(string, 1));
35 : 29 : PyUnicode_InternInPlace(&string);
36 : 29 : string = &_Py_ID(True);
37 : : assert(_PyUnicode_CheckConsistency(string, 1));
38 : 29 : PyUnicode_InternInPlace(&string);
39 : 29 : string = &_Py_ID(WarningMessage);
40 : : assert(_PyUnicode_CheckConsistency(string, 1));
41 : 29 : PyUnicode_InternInPlace(&string);
42 : 29 : string = &_Py_ID(_);
43 : : assert(_PyUnicode_CheckConsistency(string, 1));
44 : 29 : PyUnicode_InternInPlace(&string);
45 : 29 : string = &_Py_ID(_WindowsConsoleIO);
46 : : assert(_PyUnicode_CheckConsistency(string, 1));
47 : 29 : PyUnicode_InternInPlace(&string);
48 : 29 : string = &_Py_ID(__IOBase_closed);
49 : : assert(_PyUnicode_CheckConsistency(string, 1));
50 : 29 : PyUnicode_InternInPlace(&string);
51 : 29 : string = &_Py_ID(__abc_tpflags__);
52 : : assert(_PyUnicode_CheckConsistency(string, 1));
53 : 29 : PyUnicode_InternInPlace(&string);
54 : 29 : string = &_Py_ID(__abs__);
55 : : assert(_PyUnicode_CheckConsistency(string, 1));
56 : 29 : PyUnicode_InternInPlace(&string);
57 : 29 : string = &_Py_ID(__abstractmethods__);
58 : : assert(_PyUnicode_CheckConsistency(string, 1));
59 : 29 : PyUnicode_InternInPlace(&string);
60 : 29 : string = &_Py_ID(__add__);
61 : : assert(_PyUnicode_CheckConsistency(string, 1));
62 : 29 : PyUnicode_InternInPlace(&string);
63 : 29 : string = &_Py_ID(__aenter__);
64 : : assert(_PyUnicode_CheckConsistency(string, 1));
65 : 29 : PyUnicode_InternInPlace(&string);
66 : 29 : string = &_Py_ID(__aexit__);
67 : : assert(_PyUnicode_CheckConsistency(string, 1));
68 : 29 : PyUnicode_InternInPlace(&string);
69 : 29 : string = &_Py_ID(__aiter__);
70 : : assert(_PyUnicode_CheckConsistency(string, 1));
71 : 29 : PyUnicode_InternInPlace(&string);
72 : 29 : string = &_Py_ID(__all__);
73 : : assert(_PyUnicode_CheckConsistency(string, 1));
74 : 29 : PyUnicode_InternInPlace(&string);
75 : 29 : string = &_Py_ID(__and__);
76 : : assert(_PyUnicode_CheckConsistency(string, 1));
77 : 29 : PyUnicode_InternInPlace(&string);
78 : 29 : string = &_Py_ID(__anext__);
79 : : assert(_PyUnicode_CheckConsistency(string, 1));
80 : 29 : PyUnicode_InternInPlace(&string);
81 : 29 : string = &_Py_ID(__annotations__);
82 : : assert(_PyUnicode_CheckConsistency(string, 1));
83 : 29 : PyUnicode_InternInPlace(&string);
84 : 29 : string = &_Py_ID(__args__);
85 : : assert(_PyUnicode_CheckConsistency(string, 1));
86 : 29 : PyUnicode_InternInPlace(&string);
87 : 29 : string = &_Py_ID(__asyncio_running_event_loop__);
88 : : assert(_PyUnicode_CheckConsistency(string, 1));
89 : 29 : PyUnicode_InternInPlace(&string);
90 : 29 : string = &_Py_ID(__await__);
91 : : assert(_PyUnicode_CheckConsistency(string, 1));
92 : 29 : PyUnicode_InternInPlace(&string);
93 : 29 : string = &_Py_ID(__bases__);
94 : : assert(_PyUnicode_CheckConsistency(string, 1));
95 : 29 : PyUnicode_InternInPlace(&string);
96 : 29 : string = &_Py_ID(__bool__);
97 : : assert(_PyUnicode_CheckConsistency(string, 1));
98 : 29 : PyUnicode_InternInPlace(&string);
99 : 29 : string = &_Py_ID(__build_class__);
100 : : assert(_PyUnicode_CheckConsistency(string, 1));
101 : 29 : PyUnicode_InternInPlace(&string);
102 : 29 : string = &_Py_ID(__builtins__);
103 : : assert(_PyUnicode_CheckConsistency(string, 1));
104 : 29 : PyUnicode_InternInPlace(&string);
105 : 29 : string = &_Py_ID(__bytes__);
106 : : assert(_PyUnicode_CheckConsistency(string, 1));
107 : 29 : PyUnicode_InternInPlace(&string);
108 : 29 : string = &_Py_ID(__call__);
109 : : assert(_PyUnicode_CheckConsistency(string, 1));
110 : 29 : PyUnicode_InternInPlace(&string);
111 : 29 : string = &_Py_ID(__cantrace__);
112 : : assert(_PyUnicode_CheckConsistency(string, 1));
113 : 29 : PyUnicode_InternInPlace(&string);
114 : 29 : string = &_Py_ID(__class__);
115 : : assert(_PyUnicode_CheckConsistency(string, 1));
116 : 29 : PyUnicode_InternInPlace(&string);
117 : 29 : string = &_Py_ID(__class_getitem__);
118 : : assert(_PyUnicode_CheckConsistency(string, 1));
119 : 29 : PyUnicode_InternInPlace(&string);
120 : 29 : string = &_Py_ID(__classcell__);
121 : : assert(_PyUnicode_CheckConsistency(string, 1));
122 : 29 : PyUnicode_InternInPlace(&string);
123 : 29 : string = &_Py_ID(__complex__);
124 : : assert(_PyUnicode_CheckConsistency(string, 1));
125 : 29 : PyUnicode_InternInPlace(&string);
126 : 29 : string = &_Py_ID(__contains__);
127 : : assert(_PyUnicode_CheckConsistency(string, 1));
128 : 29 : PyUnicode_InternInPlace(&string);
129 : 29 : string = &_Py_ID(__copy__);
130 : : assert(_PyUnicode_CheckConsistency(string, 1));
131 : 29 : PyUnicode_InternInPlace(&string);
132 : 29 : string = &_Py_ID(__ctypes_from_outparam__);
133 : : assert(_PyUnicode_CheckConsistency(string, 1));
134 : 29 : PyUnicode_InternInPlace(&string);
135 : 29 : string = &_Py_ID(__del__);
136 : : assert(_PyUnicode_CheckConsistency(string, 1));
137 : 29 : PyUnicode_InternInPlace(&string);
138 : 29 : string = &_Py_ID(__delattr__);
139 : : assert(_PyUnicode_CheckConsistency(string, 1));
140 : 29 : PyUnicode_InternInPlace(&string);
141 : 29 : string = &_Py_ID(__delete__);
142 : : assert(_PyUnicode_CheckConsistency(string, 1));
143 : 29 : PyUnicode_InternInPlace(&string);
144 : 29 : string = &_Py_ID(__delitem__);
145 : : assert(_PyUnicode_CheckConsistency(string, 1));
146 : 29 : PyUnicode_InternInPlace(&string);
147 : 29 : string = &_Py_ID(__dict__);
148 : : assert(_PyUnicode_CheckConsistency(string, 1));
149 : 29 : PyUnicode_InternInPlace(&string);
150 : 29 : string = &_Py_ID(__dictoffset__);
151 : : assert(_PyUnicode_CheckConsistency(string, 1));
152 : 29 : PyUnicode_InternInPlace(&string);
153 : 29 : string = &_Py_ID(__dir__);
154 : : assert(_PyUnicode_CheckConsistency(string, 1));
155 : 29 : PyUnicode_InternInPlace(&string);
156 : 29 : string = &_Py_ID(__divmod__);
157 : : assert(_PyUnicode_CheckConsistency(string, 1));
158 : 29 : PyUnicode_InternInPlace(&string);
159 : 29 : string = &_Py_ID(__doc__);
160 : : assert(_PyUnicode_CheckConsistency(string, 1));
161 : 29 : PyUnicode_InternInPlace(&string);
162 : 29 : string = &_Py_ID(__enter__);
163 : : assert(_PyUnicode_CheckConsistency(string, 1));
164 : 29 : PyUnicode_InternInPlace(&string);
165 : 29 : string = &_Py_ID(__eq__);
166 : : assert(_PyUnicode_CheckConsistency(string, 1));
167 : 29 : PyUnicode_InternInPlace(&string);
168 : 29 : string = &_Py_ID(__exit__);
169 : : assert(_PyUnicode_CheckConsistency(string, 1));
170 : 29 : PyUnicode_InternInPlace(&string);
171 : 29 : string = &_Py_ID(__file__);
172 : : assert(_PyUnicode_CheckConsistency(string, 1));
173 : 29 : PyUnicode_InternInPlace(&string);
174 : 29 : string = &_Py_ID(__float__);
175 : : assert(_PyUnicode_CheckConsistency(string, 1));
176 : 29 : PyUnicode_InternInPlace(&string);
177 : 29 : string = &_Py_ID(__floordiv__);
178 : : assert(_PyUnicode_CheckConsistency(string, 1));
179 : 29 : PyUnicode_InternInPlace(&string);
180 : 29 : string = &_Py_ID(__format__);
181 : : assert(_PyUnicode_CheckConsistency(string, 1));
182 : 29 : PyUnicode_InternInPlace(&string);
183 : 29 : string = &_Py_ID(__fspath__);
184 : : assert(_PyUnicode_CheckConsistency(string, 1));
185 : 29 : PyUnicode_InternInPlace(&string);
186 : 29 : string = &_Py_ID(__ge__);
187 : : assert(_PyUnicode_CheckConsistency(string, 1));
188 : 29 : PyUnicode_InternInPlace(&string);
189 : 29 : string = &_Py_ID(__get__);
190 : : assert(_PyUnicode_CheckConsistency(string, 1));
191 : 29 : PyUnicode_InternInPlace(&string);
192 : 29 : string = &_Py_ID(__getattr__);
193 : : assert(_PyUnicode_CheckConsistency(string, 1));
194 : 29 : PyUnicode_InternInPlace(&string);
195 : 29 : string = &_Py_ID(__getattribute__);
196 : : assert(_PyUnicode_CheckConsistency(string, 1));
197 : 29 : PyUnicode_InternInPlace(&string);
198 : 29 : string = &_Py_ID(__getinitargs__);
199 : : assert(_PyUnicode_CheckConsistency(string, 1));
200 : 29 : PyUnicode_InternInPlace(&string);
201 : 29 : string = &_Py_ID(__getitem__);
202 : : assert(_PyUnicode_CheckConsistency(string, 1));
203 : 29 : PyUnicode_InternInPlace(&string);
204 : 29 : string = &_Py_ID(__getnewargs__);
205 : : assert(_PyUnicode_CheckConsistency(string, 1));
206 : 29 : PyUnicode_InternInPlace(&string);
207 : 29 : string = &_Py_ID(__getnewargs_ex__);
208 : : assert(_PyUnicode_CheckConsistency(string, 1));
209 : 29 : PyUnicode_InternInPlace(&string);
210 : 29 : string = &_Py_ID(__getstate__);
211 : : assert(_PyUnicode_CheckConsistency(string, 1));
212 : 29 : PyUnicode_InternInPlace(&string);
213 : 29 : string = &_Py_ID(__gt__);
214 : : assert(_PyUnicode_CheckConsistency(string, 1));
215 : 29 : PyUnicode_InternInPlace(&string);
216 : 29 : string = &_Py_ID(__hash__);
217 : : assert(_PyUnicode_CheckConsistency(string, 1));
218 : 29 : PyUnicode_InternInPlace(&string);
219 : 29 : string = &_Py_ID(__iadd__);
220 : : assert(_PyUnicode_CheckConsistency(string, 1));
221 : 29 : PyUnicode_InternInPlace(&string);
222 : 29 : string = &_Py_ID(__iand__);
223 : : assert(_PyUnicode_CheckConsistency(string, 1));
224 : 29 : PyUnicode_InternInPlace(&string);
225 : 29 : string = &_Py_ID(__ifloordiv__);
226 : : assert(_PyUnicode_CheckConsistency(string, 1));
227 : 29 : PyUnicode_InternInPlace(&string);
228 : 29 : string = &_Py_ID(__ilshift__);
229 : : assert(_PyUnicode_CheckConsistency(string, 1));
230 : 29 : PyUnicode_InternInPlace(&string);
231 : 29 : string = &_Py_ID(__imatmul__);
232 : : assert(_PyUnicode_CheckConsistency(string, 1));
233 : 29 : PyUnicode_InternInPlace(&string);
234 : 29 : string = &_Py_ID(__imod__);
235 : : assert(_PyUnicode_CheckConsistency(string, 1));
236 : 29 : PyUnicode_InternInPlace(&string);
237 : 29 : string = &_Py_ID(__import__);
238 : : assert(_PyUnicode_CheckConsistency(string, 1));
239 : 29 : PyUnicode_InternInPlace(&string);
240 : 29 : string = &_Py_ID(__imul__);
241 : : assert(_PyUnicode_CheckConsistency(string, 1));
242 : 29 : PyUnicode_InternInPlace(&string);
243 : 29 : string = &_Py_ID(__index__);
244 : : assert(_PyUnicode_CheckConsistency(string, 1));
245 : 29 : PyUnicode_InternInPlace(&string);
246 : 29 : string = &_Py_ID(__init__);
247 : : assert(_PyUnicode_CheckConsistency(string, 1));
248 : 29 : PyUnicode_InternInPlace(&string);
249 : 29 : string = &_Py_ID(__init_subclass__);
250 : : assert(_PyUnicode_CheckConsistency(string, 1));
251 : 29 : PyUnicode_InternInPlace(&string);
252 : 29 : string = &_Py_ID(__instancecheck__);
253 : : assert(_PyUnicode_CheckConsistency(string, 1));
254 : 29 : PyUnicode_InternInPlace(&string);
255 : 29 : string = &_Py_ID(__int__);
256 : : assert(_PyUnicode_CheckConsistency(string, 1));
257 : 29 : PyUnicode_InternInPlace(&string);
258 : 29 : string = &_Py_ID(__invert__);
259 : : assert(_PyUnicode_CheckConsistency(string, 1));
260 : 29 : PyUnicode_InternInPlace(&string);
261 : 29 : string = &_Py_ID(__ior__);
262 : : assert(_PyUnicode_CheckConsistency(string, 1));
263 : 29 : PyUnicode_InternInPlace(&string);
264 : 29 : string = &_Py_ID(__ipow__);
265 : : assert(_PyUnicode_CheckConsistency(string, 1));
266 : 29 : PyUnicode_InternInPlace(&string);
267 : 29 : string = &_Py_ID(__irshift__);
268 : : assert(_PyUnicode_CheckConsistency(string, 1));
269 : 29 : PyUnicode_InternInPlace(&string);
270 : 29 : string = &_Py_ID(__isabstractmethod__);
271 : : assert(_PyUnicode_CheckConsistency(string, 1));
272 : 29 : PyUnicode_InternInPlace(&string);
273 : 29 : string = &_Py_ID(__isub__);
274 : : assert(_PyUnicode_CheckConsistency(string, 1));
275 : 29 : PyUnicode_InternInPlace(&string);
276 : 29 : string = &_Py_ID(__iter__);
277 : : assert(_PyUnicode_CheckConsistency(string, 1));
278 : 29 : PyUnicode_InternInPlace(&string);
279 : 29 : string = &_Py_ID(__itruediv__);
280 : : assert(_PyUnicode_CheckConsistency(string, 1));
281 : 29 : PyUnicode_InternInPlace(&string);
282 : 29 : string = &_Py_ID(__ixor__);
283 : : assert(_PyUnicode_CheckConsistency(string, 1));
284 : 29 : PyUnicode_InternInPlace(&string);
285 : 29 : string = &_Py_ID(__le__);
286 : : assert(_PyUnicode_CheckConsistency(string, 1));
287 : 29 : PyUnicode_InternInPlace(&string);
288 : 29 : string = &_Py_ID(__len__);
289 : : assert(_PyUnicode_CheckConsistency(string, 1));
290 : 29 : PyUnicode_InternInPlace(&string);
291 : 29 : string = &_Py_ID(__length_hint__);
292 : : assert(_PyUnicode_CheckConsistency(string, 1));
293 : 29 : PyUnicode_InternInPlace(&string);
294 : 29 : string = &_Py_ID(__lltrace__);
295 : : assert(_PyUnicode_CheckConsistency(string, 1));
296 : 29 : PyUnicode_InternInPlace(&string);
297 : 29 : string = &_Py_ID(__loader__);
298 : : assert(_PyUnicode_CheckConsistency(string, 1));
299 : 29 : PyUnicode_InternInPlace(&string);
300 : 29 : string = &_Py_ID(__lshift__);
301 : : assert(_PyUnicode_CheckConsistency(string, 1));
302 : 29 : PyUnicode_InternInPlace(&string);
303 : 29 : string = &_Py_ID(__lt__);
304 : : assert(_PyUnicode_CheckConsistency(string, 1));
305 : 29 : PyUnicode_InternInPlace(&string);
306 : 29 : string = &_Py_ID(__main__);
307 : : assert(_PyUnicode_CheckConsistency(string, 1));
308 : 29 : PyUnicode_InternInPlace(&string);
309 : 29 : string = &_Py_ID(__matmul__);
310 : : assert(_PyUnicode_CheckConsistency(string, 1));
311 : 29 : PyUnicode_InternInPlace(&string);
312 : 29 : string = &_Py_ID(__missing__);
313 : : assert(_PyUnicode_CheckConsistency(string, 1));
314 : 29 : PyUnicode_InternInPlace(&string);
315 : 29 : string = &_Py_ID(__mod__);
316 : : assert(_PyUnicode_CheckConsistency(string, 1));
317 : 29 : PyUnicode_InternInPlace(&string);
318 : 29 : string = &_Py_ID(__module__);
319 : : assert(_PyUnicode_CheckConsistency(string, 1));
320 : 29 : PyUnicode_InternInPlace(&string);
321 : 29 : string = &_Py_ID(__mro_entries__);
322 : : assert(_PyUnicode_CheckConsistency(string, 1));
323 : 29 : PyUnicode_InternInPlace(&string);
324 : 29 : string = &_Py_ID(__mul__);
325 : : assert(_PyUnicode_CheckConsistency(string, 1));
326 : 29 : PyUnicode_InternInPlace(&string);
327 : 29 : string = &_Py_ID(__name__);
328 : : assert(_PyUnicode_CheckConsistency(string, 1));
329 : 29 : PyUnicode_InternInPlace(&string);
330 : 29 : string = &_Py_ID(__ne__);
331 : : assert(_PyUnicode_CheckConsistency(string, 1));
332 : 29 : PyUnicode_InternInPlace(&string);
333 : 29 : string = &_Py_ID(__neg__);
334 : : assert(_PyUnicode_CheckConsistency(string, 1));
335 : 29 : PyUnicode_InternInPlace(&string);
336 : 29 : string = &_Py_ID(__new__);
337 : : assert(_PyUnicode_CheckConsistency(string, 1));
338 : 29 : PyUnicode_InternInPlace(&string);
339 : 29 : string = &_Py_ID(__newobj__);
340 : : assert(_PyUnicode_CheckConsistency(string, 1));
341 : 29 : PyUnicode_InternInPlace(&string);
342 : 29 : string = &_Py_ID(__newobj_ex__);
343 : : assert(_PyUnicode_CheckConsistency(string, 1));
344 : 29 : PyUnicode_InternInPlace(&string);
345 : 29 : string = &_Py_ID(__next__);
346 : : assert(_PyUnicode_CheckConsistency(string, 1));
347 : 29 : PyUnicode_InternInPlace(&string);
348 : 29 : string = &_Py_ID(__notes__);
349 : : assert(_PyUnicode_CheckConsistency(string, 1));
350 : 29 : PyUnicode_InternInPlace(&string);
351 : 29 : string = &_Py_ID(__or__);
352 : : assert(_PyUnicode_CheckConsistency(string, 1));
353 : 29 : PyUnicode_InternInPlace(&string);
354 : 29 : string = &_Py_ID(__orig_class__);
355 : : assert(_PyUnicode_CheckConsistency(string, 1));
356 : 29 : PyUnicode_InternInPlace(&string);
357 : 29 : string = &_Py_ID(__origin__);
358 : : assert(_PyUnicode_CheckConsistency(string, 1));
359 : 29 : PyUnicode_InternInPlace(&string);
360 : 29 : string = &_Py_ID(__package__);
361 : : assert(_PyUnicode_CheckConsistency(string, 1));
362 : 29 : PyUnicode_InternInPlace(&string);
363 : 29 : string = &_Py_ID(__parameters__);
364 : : assert(_PyUnicode_CheckConsistency(string, 1));
365 : 29 : PyUnicode_InternInPlace(&string);
366 : 29 : string = &_Py_ID(__path__);
367 : : assert(_PyUnicode_CheckConsistency(string, 1));
368 : 29 : PyUnicode_InternInPlace(&string);
369 : 29 : string = &_Py_ID(__pos__);
370 : : assert(_PyUnicode_CheckConsistency(string, 1));
371 : 29 : PyUnicode_InternInPlace(&string);
372 : 29 : string = &_Py_ID(__pow__);
373 : : assert(_PyUnicode_CheckConsistency(string, 1));
374 : 29 : PyUnicode_InternInPlace(&string);
375 : 29 : string = &_Py_ID(__prepare__);
376 : : assert(_PyUnicode_CheckConsistency(string, 1));
377 : 29 : PyUnicode_InternInPlace(&string);
378 : 29 : string = &_Py_ID(__qualname__);
379 : : assert(_PyUnicode_CheckConsistency(string, 1));
380 : 29 : PyUnicode_InternInPlace(&string);
381 : 29 : string = &_Py_ID(__radd__);
382 : : assert(_PyUnicode_CheckConsistency(string, 1));
383 : 29 : PyUnicode_InternInPlace(&string);
384 : 29 : string = &_Py_ID(__rand__);
385 : : assert(_PyUnicode_CheckConsistency(string, 1));
386 : 29 : PyUnicode_InternInPlace(&string);
387 : 29 : string = &_Py_ID(__rdivmod__);
388 : : assert(_PyUnicode_CheckConsistency(string, 1));
389 : 29 : PyUnicode_InternInPlace(&string);
390 : 29 : string = &_Py_ID(__reduce__);
391 : : assert(_PyUnicode_CheckConsistency(string, 1));
392 : 29 : PyUnicode_InternInPlace(&string);
393 : 29 : string = &_Py_ID(__reduce_ex__);
394 : : assert(_PyUnicode_CheckConsistency(string, 1));
395 : 29 : PyUnicode_InternInPlace(&string);
396 : 29 : string = &_Py_ID(__repr__);
397 : : assert(_PyUnicode_CheckConsistency(string, 1));
398 : 29 : PyUnicode_InternInPlace(&string);
399 : 29 : string = &_Py_ID(__reversed__);
400 : : assert(_PyUnicode_CheckConsistency(string, 1));
401 : 29 : PyUnicode_InternInPlace(&string);
402 : 29 : string = &_Py_ID(__rfloordiv__);
403 : : assert(_PyUnicode_CheckConsistency(string, 1));
404 : 29 : PyUnicode_InternInPlace(&string);
405 : 29 : string = &_Py_ID(__rlshift__);
406 : : assert(_PyUnicode_CheckConsistency(string, 1));
407 : 29 : PyUnicode_InternInPlace(&string);
408 : 29 : string = &_Py_ID(__rmatmul__);
409 : : assert(_PyUnicode_CheckConsistency(string, 1));
410 : 29 : PyUnicode_InternInPlace(&string);
411 : 29 : string = &_Py_ID(__rmod__);
412 : : assert(_PyUnicode_CheckConsistency(string, 1));
413 : 29 : PyUnicode_InternInPlace(&string);
414 : 29 : string = &_Py_ID(__rmul__);
415 : : assert(_PyUnicode_CheckConsistency(string, 1));
416 : 29 : PyUnicode_InternInPlace(&string);
417 : 29 : string = &_Py_ID(__ror__);
418 : : assert(_PyUnicode_CheckConsistency(string, 1));
419 : 29 : PyUnicode_InternInPlace(&string);
420 : 29 : string = &_Py_ID(__round__);
421 : : assert(_PyUnicode_CheckConsistency(string, 1));
422 : 29 : PyUnicode_InternInPlace(&string);
423 : 29 : string = &_Py_ID(__rpow__);
424 : : assert(_PyUnicode_CheckConsistency(string, 1));
425 : 29 : PyUnicode_InternInPlace(&string);
426 : 29 : string = &_Py_ID(__rrshift__);
427 : : assert(_PyUnicode_CheckConsistency(string, 1));
428 : 29 : PyUnicode_InternInPlace(&string);
429 : 29 : string = &_Py_ID(__rshift__);
430 : : assert(_PyUnicode_CheckConsistency(string, 1));
431 : 29 : PyUnicode_InternInPlace(&string);
432 : 29 : string = &_Py_ID(__rsub__);
433 : : assert(_PyUnicode_CheckConsistency(string, 1));
434 : 29 : PyUnicode_InternInPlace(&string);
435 : 29 : string = &_Py_ID(__rtruediv__);
436 : : assert(_PyUnicode_CheckConsistency(string, 1));
437 : 29 : PyUnicode_InternInPlace(&string);
438 : 29 : string = &_Py_ID(__rxor__);
439 : : assert(_PyUnicode_CheckConsistency(string, 1));
440 : 29 : PyUnicode_InternInPlace(&string);
441 : 29 : string = &_Py_ID(__set__);
442 : : assert(_PyUnicode_CheckConsistency(string, 1));
443 : 29 : PyUnicode_InternInPlace(&string);
444 : 29 : string = &_Py_ID(__set_name__);
445 : : assert(_PyUnicode_CheckConsistency(string, 1));
446 : 29 : PyUnicode_InternInPlace(&string);
447 : 29 : string = &_Py_ID(__setattr__);
448 : : assert(_PyUnicode_CheckConsistency(string, 1));
449 : 29 : PyUnicode_InternInPlace(&string);
450 : 29 : string = &_Py_ID(__setitem__);
451 : : assert(_PyUnicode_CheckConsistency(string, 1));
452 : 29 : PyUnicode_InternInPlace(&string);
453 : 29 : string = &_Py_ID(__setstate__);
454 : : assert(_PyUnicode_CheckConsistency(string, 1));
455 : 29 : PyUnicode_InternInPlace(&string);
456 : 29 : string = &_Py_ID(__sizeof__);
457 : : assert(_PyUnicode_CheckConsistency(string, 1));
458 : 29 : PyUnicode_InternInPlace(&string);
459 : 29 : string = &_Py_ID(__slotnames__);
460 : : assert(_PyUnicode_CheckConsistency(string, 1));
461 : 29 : PyUnicode_InternInPlace(&string);
462 : 29 : string = &_Py_ID(__slots__);
463 : : assert(_PyUnicode_CheckConsistency(string, 1));
464 : 29 : PyUnicode_InternInPlace(&string);
465 : 29 : string = &_Py_ID(__spec__);
466 : : assert(_PyUnicode_CheckConsistency(string, 1));
467 : 29 : PyUnicode_InternInPlace(&string);
468 : 29 : string = &_Py_ID(__str__);
469 : : assert(_PyUnicode_CheckConsistency(string, 1));
470 : 29 : PyUnicode_InternInPlace(&string);
471 : 29 : string = &_Py_ID(__sub__);
472 : : assert(_PyUnicode_CheckConsistency(string, 1));
473 : 29 : PyUnicode_InternInPlace(&string);
474 : 29 : string = &_Py_ID(__subclasscheck__);
475 : : assert(_PyUnicode_CheckConsistency(string, 1));
476 : 29 : PyUnicode_InternInPlace(&string);
477 : 29 : string = &_Py_ID(__subclasshook__);
478 : : assert(_PyUnicode_CheckConsistency(string, 1));
479 : 29 : PyUnicode_InternInPlace(&string);
480 : 29 : string = &_Py_ID(__truediv__);
481 : : assert(_PyUnicode_CheckConsistency(string, 1));
482 : 29 : PyUnicode_InternInPlace(&string);
483 : 29 : string = &_Py_ID(__trunc__);
484 : : assert(_PyUnicode_CheckConsistency(string, 1));
485 : 29 : PyUnicode_InternInPlace(&string);
486 : 29 : string = &_Py_ID(__typing_is_unpacked_typevartuple__);
487 : : assert(_PyUnicode_CheckConsistency(string, 1));
488 : 29 : PyUnicode_InternInPlace(&string);
489 : 29 : string = &_Py_ID(__typing_prepare_subst__);
490 : : assert(_PyUnicode_CheckConsistency(string, 1));
491 : 29 : PyUnicode_InternInPlace(&string);
492 : 29 : string = &_Py_ID(__typing_subst__);
493 : : assert(_PyUnicode_CheckConsistency(string, 1));
494 : 29 : PyUnicode_InternInPlace(&string);
495 : 29 : string = &_Py_ID(__typing_unpacked_tuple_args__);
496 : : assert(_PyUnicode_CheckConsistency(string, 1));
497 : 29 : PyUnicode_InternInPlace(&string);
498 : 29 : string = &_Py_ID(__warningregistry__);
499 : : assert(_PyUnicode_CheckConsistency(string, 1));
500 : 29 : PyUnicode_InternInPlace(&string);
501 : 29 : string = &_Py_ID(__weaklistoffset__);
502 : : assert(_PyUnicode_CheckConsistency(string, 1));
503 : 29 : PyUnicode_InternInPlace(&string);
504 : 29 : string = &_Py_ID(__weakref__);
505 : : assert(_PyUnicode_CheckConsistency(string, 1));
506 : 29 : PyUnicode_InternInPlace(&string);
507 : 29 : string = &_Py_ID(__xor__);
508 : : assert(_PyUnicode_CheckConsistency(string, 1));
509 : 29 : PyUnicode_InternInPlace(&string);
510 : 29 : string = &_Py_ID(_abc_impl);
511 : : assert(_PyUnicode_CheckConsistency(string, 1));
512 : 29 : PyUnicode_InternInPlace(&string);
513 : 29 : string = &_Py_ID(_abstract_);
514 : : assert(_PyUnicode_CheckConsistency(string, 1));
515 : 29 : PyUnicode_InternInPlace(&string);
516 : 29 : string = &_Py_ID(_active);
517 : : assert(_PyUnicode_CheckConsistency(string, 1));
518 : 29 : PyUnicode_InternInPlace(&string);
519 : 29 : string = &_Py_ID(_annotation);
520 : : assert(_PyUnicode_CheckConsistency(string, 1));
521 : 29 : PyUnicode_InternInPlace(&string);
522 : 29 : string = &_Py_ID(_anonymous_);
523 : : assert(_PyUnicode_CheckConsistency(string, 1));
524 : 29 : PyUnicode_InternInPlace(&string);
525 : 29 : string = &_Py_ID(_argtypes_);
526 : : assert(_PyUnicode_CheckConsistency(string, 1));
527 : 29 : PyUnicode_InternInPlace(&string);
528 : 29 : string = &_Py_ID(_as_parameter_);
529 : : assert(_PyUnicode_CheckConsistency(string, 1));
530 : 29 : PyUnicode_InternInPlace(&string);
531 : 29 : string = &_Py_ID(_asyncio_future_blocking);
532 : : assert(_PyUnicode_CheckConsistency(string, 1));
533 : 29 : PyUnicode_InternInPlace(&string);
534 : 29 : string = &_Py_ID(_blksize);
535 : : assert(_PyUnicode_CheckConsistency(string, 1));
536 : 29 : PyUnicode_InternInPlace(&string);
537 : 29 : string = &_Py_ID(_bootstrap);
538 : : assert(_PyUnicode_CheckConsistency(string, 1));
539 : 29 : PyUnicode_InternInPlace(&string);
540 : 29 : string = &_Py_ID(_check_retval_);
541 : : assert(_PyUnicode_CheckConsistency(string, 1));
542 : 29 : PyUnicode_InternInPlace(&string);
543 : 29 : string = &_Py_ID(_dealloc_warn);
544 : : assert(_PyUnicode_CheckConsistency(string, 1));
545 : 29 : PyUnicode_InternInPlace(&string);
546 : 29 : string = &_Py_ID(_feature_version);
547 : : assert(_PyUnicode_CheckConsistency(string, 1));
548 : 29 : PyUnicode_InternInPlace(&string);
549 : 29 : string = &_Py_ID(_fields_);
550 : : assert(_PyUnicode_CheckConsistency(string, 1));
551 : 29 : PyUnicode_InternInPlace(&string);
552 : 29 : string = &_Py_ID(_finalizing);
553 : : assert(_PyUnicode_CheckConsistency(string, 1));
554 : 29 : PyUnicode_InternInPlace(&string);
555 : 29 : string = &_Py_ID(_find_and_load);
556 : : assert(_PyUnicode_CheckConsistency(string, 1));
557 : 29 : PyUnicode_InternInPlace(&string);
558 : 29 : string = &_Py_ID(_fix_up_module);
559 : : assert(_PyUnicode_CheckConsistency(string, 1));
560 : 29 : PyUnicode_InternInPlace(&string);
561 : 29 : string = &_Py_ID(_flags_);
562 : : assert(_PyUnicode_CheckConsistency(string, 1));
563 : 29 : PyUnicode_InternInPlace(&string);
564 : 29 : string = &_Py_ID(_get_sourcefile);
565 : : assert(_PyUnicode_CheckConsistency(string, 1));
566 : 29 : PyUnicode_InternInPlace(&string);
567 : 29 : string = &_Py_ID(_handle_fromlist);
568 : : assert(_PyUnicode_CheckConsistency(string, 1));
569 : 29 : PyUnicode_InternInPlace(&string);
570 : 29 : string = &_Py_ID(_initializing);
571 : : assert(_PyUnicode_CheckConsistency(string, 1));
572 : 29 : PyUnicode_InternInPlace(&string);
573 : 29 : string = &_Py_ID(_io);
574 : : assert(_PyUnicode_CheckConsistency(string, 1));
575 : 29 : PyUnicode_InternInPlace(&string);
576 : 29 : string = &_Py_ID(_is_text_encoding);
577 : : assert(_PyUnicode_CheckConsistency(string, 1));
578 : 29 : PyUnicode_InternInPlace(&string);
579 : 29 : string = &_Py_ID(_length_);
580 : : assert(_PyUnicode_CheckConsistency(string, 1));
581 : 29 : PyUnicode_InternInPlace(&string);
582 : 29 : string = &_Py_ID(_limbo);
583 : : assert(_PyUnicode_CheckConsistency(string, 1));
584 : 29 : PyUnicode_InternInPlace(&string);
585 : 29 : string = &_Py_ID(_lock_unlock_module);
586 : : assert(_PyUnicode_CheckConsistency(string, 1));
587 : 29 : PyUnicode_InternInPlace(&string);
588 : 29 : string = &_Py_ID(_loop);
589 : : assert(_PyUnicode_CheckConsistency(string, 1));
590 : 29 : PyUnicode_InternInPlace(&string);
591 : 29 : string = &_Py_ID(_needs_com_addref_);
592 : : assert(_PyUnicode_CheckConsistency(string, 1));
593 : 29 : PyUnicode_InternInPlace(&string);
594 : 29 : string = &_Py_ID(_pack_);
595 : : assert(_PyUnicode_CheckConsistency(string, 1));
596 : 29 : PyUnicode_InternInPlace(&string);
597 : 29 : string = &_Py_ID(_restype_);
598 : : assert(_PyUnicode_CheckConsistency(string, 1));
599 : 29 : PyUnicode_InternInPlace(&string);
600 : 29 : string = &_Py_ID(_showwarnmsg);
601 : : assert(_PyUnicode_CheckConsistency(string, 1));
602 : 29 : PyUnicode_InternInPlace(&string);
603 : 29 : string = &_Py_ID(_shutdown);
604 : : assert(_PyUnicode_CheckConsistency(string, 1));
605 : 29 : PyUnicode_InternInPlace(&string);
606 : 29 : string = &_Py_ID(_slotnames);
607 : : assert(_PyUnicode_CheckConsistency(string, 1));
608 : 29 : PyUnicode_InternInPlace(&string);
609 : 29 : string = &_Py_ID(_strptime_datetime);
610 : : assert(_PyUnicode_CheckConsistency(string, 1));
611 : 29 : PyUnicode_InternInPlace(&string);
612 : 29 : string = &_Py_ID(_swappedbytes_);
613 : : assert(_PyUnicode_CheckConsistency(string, 1));
614 : 29 : PyUnicode_InternInPlace(&string);
615 : 29 : string = &_Py_ID(_type_);
616 : : assert(_PyUnicode_CheckConsistency(string, 1));
617 : 29 : PyUnicode_InternInPlace(&string);
618 : 29 : string = &_Py_ID(_uninitialized_submodules);
619 : : assert(_PyUnicode_CheckConsistency(string, 1));
620 : 29 : PyUnicode_InternInPlace(&string);
621 : 29 : string = &_Py_ID(_warn_unawaited_coroutine);
622 : : assert(_PyUnicode_CheckConsistency(string, 1));
623 : 29 : PyUnicode_InternInPlace(&string);
624 : 29 : string = &_Py_ID(_xoptions);
625 : : assert(_PyUnicode_CheckConsistency(string, 1));
626 : 29 : PyUnicode_InternInPlace(&string);
627 : 29 : string = &_Py_ID(a);
628 : : assert(_PyUnicode_CheckConsistency(string, 1));
629 : 29 : PyUnicode_InternInPlace(&string);
630 : 29 : string = &_Py_ID(abs_tol);
631 : : assert(_PyUnicode_CheckConsistency(string, 1));
632 : 29 : PyUnicode_InternInPlace(&string);
633 : 29 : string = &_Py_ID(access);
634 : : assert(_PyUnicode_CheckConsistency(string, 1));
635 : 29 : PyUnicode_InternInPlace(&string);
636 : 29 : string = &_Py_ID(add);
637 : : assert(_PyUnicode_CheckConsistency(string, 1));
638 : 29 : PyUnicode_InternInPlace(&string);
639 : 29 : string = &_Py_ID(add_done_callback);
640 : : assert(_PyUnicode_CheckConsistency(string, 1));
641 : 29 : PyUnicode_InternInPlace(&string);
642 : 29 : string = &_Py_ID(after_in_child);
643 : : assert(_PyUnicode_CheckConsistency(string, 1));
644 : 29 : PyUnicode_InternInPlace(&string);
645 : 29 : string = &_Py_ID(after_in_parent);
646 : : assert(_PyUnicode_CheckConsistency(string, 1));
647 : 29 : PyUnicode_InternInPlace(&string);
648 : 29 : string = &_Py_ID(aggregate_class);
649 : : assert(_PyUnicode_CheckConsistency(string, 1));
650 : 29 : PyUnicode_InternInPlace(&string);
651 : 29 : string = &_Py_ID(append);
652 : : assert(_PyUnicode_CheckConsistency(string, 1));
653 : 29 : PyUnicode_InternInPlace(&string);
654 : 29 : string = &_Py_ID(argdefs);
655 : : assert(_PyUnicode_CheckConsistency(string, 1));
656 : 29 : PyUnicode_InternInPlace(&string);
657 : 29 : string = &_Py_ID(arguments);
658 : : assert(_PyUnicode_CheckConsistency(string, 1));
659 : 29 : PyUnicode_InternInPlace(&string);
660 : 29 : string = &_Py_ID(argv);
661 : : assert(_PyUnicode_CheckConsistency(string, 1));
662 : 29 : PyUnicode_InternInPlace(&string);
663 : 29 : string = &_Py_ID(as_integer_ratio);
664 : : assert(_PyUnicode_CheckConsistency(string, 1));
665 : 29 : PyUnicode_InternInPlace(&string);
666 : 29 : string = &_Py_ID(ast);
667 : : assert(_PyUnicode_CheckConsistency(string, 1));
668 : 29 : PyUnicode_InternInPlace(&string);
669 : 29 : string = &_Py_ID(attribute);
670 : : assert(_PyUnicode_CheckConsistency(string, 1));
671 : 29 : PyUnicode_InternInPlace(&string);
672 : 29 : string = &_Py_ID(authorizer_callback);
673 : : assert(_PyUnicode_CheckConsistency(string, 1));
674 : 29 : PyUnicode_InternInPlace(&string);
675 : 29 : string = &_Py_ID(autocommit);
676 : : assert(_PyUnicode_CheckConsistency(string, 1));
677 : 29 : PyUnicode_InternInPlace(&string);
678 : 29 : string = &_Py_ID(b);
679 : : assert(_PyUnicode_CheckConsistency(string, 1));
680 : 29 : PyUnicode_InternInPlace(&string);
681 : 29 : string = &_Py_ID(backtick);
682 : : assert(_PyUnicode_CheckConsistency(string, 1));
683 : 29 : PyUnicode_InternInPlace(&string);
684 : 29 : string = &_Py_ID(base);
685 : : assert(_PyUnicode_CheckConsistency(string, 1));
686 : 29 : PyUnicode_InternInPlace(&string);
687 : 29 : string = &_Py_ID(before);
688 : : assert(_PyUnicode_CheckConsistency(string, 1));
689 : 29 : PyUnicode_InternInPlace(&string);
690 : 29 : string = &_Py_ID(big);
691 : : assert(_PyUnicode_CheckConsistency(string, 1));
692 : 29 : PyUnicode_InternInPlace(&string);
693 : 29 : string = &_Py_ID(binary_form);
694 : : assert(_PyUnicode_CheckConsistency(string, 1));
695 : 29 : PyUnicode_InternInPlace(&string);
696 : 29 : string = &_Py_ID(block);
697 : : assert(_PyUnicode_CheckConsistency(string, 1));
698 : 29 : PyUnicode_InternInPlace(&string);
699 : 29 : string = &_Py_ID(buffer);
700 : : assert(_PyUnicode_CheckConsistency(string, 1));
701 : 29 : PyUnicode_InternInPlace(&string);
702 : 29 : string = &_Py_ID(buffer_callback);
703 : : assert(_PyUnicode_CheckConsistency(string, 1));
704 : 29 : PyUnicode_InternInPlace(&string);
705 : 29 : string = &_Py_ID(buffer_size);
706 : : assert(_PyUnicode_CheckConsistency(string, 1));
707 : 29 : PyUnicode_InternInPlace(&string);
708 : 29 : string = &_Py_ID(buffering);
709 : : assert(_PyUnicode_CheckConsistency(string, 1));
710 : 29 : PyUnicode_InternInPlace(&string);
711 : 29 : string = &_Py_ID(buffers);
712 : : assert(_PyUnicode_CheckConsistency(string, 1));
713 : 29 : PyUnicode_InternInPlace(&string);
714 : 29 : string = &_Py_ID(bufsize);
715 : : assert(_PyUnicode_CheckConsistency(string, 1));
716 : 29 : PyUnicode_InternInPlace(&string);
717 : 29 : string = &_Py_ID(builtins);
718 : : assert(_PyUnicode_CheckConsistency(string, 1));
719 : 29 : PyUnicode_InternInPlace(&string);
720 : 29 : string = &_Py_ID(byteorder);
721 : : assert(_PyUnicode_CheckConsistency(string, 1));
722 : 29 : PyUnicode_InternInPlace(&string);
723 : 29 : string = &_Py_ID(bytes);
724 : : assert(_PyUnicode_CheckConsistency(string, 1));
725 : 29 : PyUnicode_InternInPlace(&string);
726 : 29 : string = &_Py_ID(bytes_per_sep);
727 : : assert(_PyUnicode_CheckConsistency(string, 1));
728 : 29 : PyUnicode_InternInPlace(&string);
729 : 29 : string = &_Py_ID(c);
730 : : assert(_PyUnicode_CheckConsistency(string, 1));
731 : 29 : PyUnicode_InternInPlace(&string);
732 : 29 : string = &_Py_ID(c_call);
733 : : assert(_PyUnicode_CheckConsistency(string, 1));
734 : 29 : PyUnicode_InternInPlace(&string);
735 : 29 : string = &_Py_ID(c_exception);
736 : : assert(_PyUnicode_CheckConsistency(string, 1));
737 : 29 : PyUnicode_InternInPlace(&string);
738 : 29 : string = &_Py_ID(c_return);
739 : : assert(_PyUnicode_CheckConsistency(string, 1));
740 : 29 : PyUnicode_InternInPlace(&string);
741 : 29 : string = &_Py_ID(cached_statements);
742 : : assert(_PyUnicode_CheckConsistency(string, 1));
743 : 29 : PyUnicode_InternInPlace(&string);
744 : 29 : string = &_Py_ID(cadata);
745 : : assert(_PyUnicode_CheckConsistency(string, 1));
746 : 29 : PyUnicode_InternInPlace(&string);
747 : 29 : string = &_Py_ID(cafile);
748 : : assert(_PyUnicode_CheckConsistency(string, 1));
749 : 29 : PyUnicode_InternInPlace(&string);
750 : 29 : string = &_Py_ID(call);
751 : : assert(_PyUnicode_CheckConsistency(string, 1));
752 : 29 : PyUnicode_InternInPlace(&string);
753 : 29 : string = &_Py_ID(call_exception_handler);
754 : : assert(_PyUnicode_CheckConsistency(string, 1));
755 : 29 : PyUnicode_InternInPlace(&string);
756 : 29 : string = &_Py_ID(call_soon);
757 : : assert(_PyUnicode_CheckConsistency(string, 1));
758 : 29 : PyUnicode_InternInPlace(&string);
759 : 29 : string = &_Py_ID(cancel);
760 : : assert(_PyUnicode_CheckConsistency(string, 1));
761 : 29 : PyUnicode_InternInPlace(&string);
762 : 29 : string = &_Py_ID(capath);
763 : : assert(_PyUnicode_CheckConsistency(string, 1));
764 : 29 : PyUnicode_InternInPlace(&string);
765 : 29 : string = &_Py_ID(category);
766 : : assert(_PyUnicode_CheckConsistency(string, 1));
767 : 29 : PyUnicode_InternInPlace(&string);
768 : 29 : string = &_Py_ID(cb_type);
769 : : assert(_PyUnicode_CheckConsistency(string, 1));
770 : 29 : PyUnicode_InternInPlace(&string);
771 : 29 : string = &_Py_ID(certfile);
772 : : assert(_PyUnicode_CheckConsistency(string, 1));
773 : 29 : PyUnicode_InternInPlace(&string);
774 : 29 : string = &_Py_ID(check_same_thread);
775 : : assert(_PyUnicode_CheckConsistency(string, 1));
776 : 29 : PyUnicode_InternInPlace(&string);
777 : 29 : string = &_Py_ID(clear);
778 : : assert(_PyUnicode_CheckConsistency(string, 1));
779 : 29 : PyUnicode_InternInPlace(&string);
780 : 29 : string = &_Py_ID(close);
781 : : assert(_PyUnicode_CheckConsistency(string, 1));
782 : 29 : PyUnicode_InternInPlace(&string);
783 : 29 : string = &_Py_ID(closed);
784 : : assert(_PyUnicode_CheckConsistency(string, 1));
785 : 29 : PyUnicode_InternInPlace(&string);
786 : 29 : string = &_Py_ID(closefd);
787 : : assert(_PyUnicode_CheckConsistency(string, 1));
788 : 29 : PyUnicode_InternInPlace(&string);
789 : 29 : string = &_Py_ID(closure);
790 : : assert(_PyUnicode_CheckConsistency(string, 1));
791 : 29 : PyUnicode_InternInPlace(&string);
792 : 29 : string = &_Py_ID(co_argcount);
793 : : assert(_PyUnicode_CheckConsistency(string, 1));
794 : 29 : PyUnicode_InternInPlace(&string);
795 : 29 : string = &_Py_ID(co_cellvars);
796 : : assert(_PyUnicode_CheckConsistency(string, 1));
797 : 29 : PyUnicode_InternInPlace(&string);
798 : 29 : string = &_Py_ID(co_code);
799 : : assert(_PyUnicode_CheckConsistency(string, 1));
800 : 29 : PyUnicode_InternInPlace(&string);
801 : 29 : string = &_Py_ID(co_consts);
802 : : assert(_PyUnicode_CheckConsistency(string, 1));
803 : 29 : PyUnicode_InternInPlace(&string);
804 : 29 : string = &_Py_ID(co_exceptiontable);
805 : : assert(_PyUnicode_CheckConsistency(string, 1));
806 : 29 : PyUnicode_InternInPlace(&string);
807 : 29 : string = &_Py_ID(co_filename);
808 : : assert(_PyUnicode_CheckConsistency(string, 1));
809 : 29 : PyUnicode_InternInPlace(&string);
810 : 29 : string = &_Py_ID(co_firstlineno);
811 : : assert(_PyUnicode_CheckConsistency(string, 1));
812 : 29 : PyUnicode_InternInPlace(&string);
813 : 29 : string = &_Py_ID(co_flags);
814 : : assert(_PyUnicode_CheckConsistency(string, 1));
815 : 29 : PyUnicode_InternInPlace(&string);
816 : 29 : string = &_Py_ID(co_freevars);
817 : : assert(_PyUnicode_CheckConsistency(string, 1));
818 : 29 : PyUnicode_InternInPlace(&string);
819 : 29 : string = &_Py_ID(co_kwonlyargcount);
820 : : assert(_PyUnicode_CheckConsistency(string, 1));
821 : 29 : PyUnicode_InternInPlace(&string);
822 : 29 : string = &_Py_ID(co_linetable);
823 : : assert(_PyUnicode_CheckConsistency(string, 1));
824 : 29 : PyUnicode_InternInPlace(&string);
825 : 29 : string = &_Py_ID(co_name);
826 : : assert(_PyUnicode_CheckConsistency(string, 1));
827 : 29 : PyUnicode_InternInPlace(&string);
828 : 29 : string = &_Py_ID(co_names);
829 : : assert(_PyUnicode_CheckConsistency(string, 1));
830 : 29 : PyUnicode_InternInPlace(&string);
831 : 29 : string = &_Py_ID(co_nlocals);
832 : : assert(_PyUnicode_CheckConsistency(string, 1));
833 : 29 : PyUnicode_InternInPlace(&string);
834 : 29 : string = &_Py_ID(co_posonlyargcount);
835 : : assert(_PyUnicode_CheckConsistency(string, 1));
836 : 29 : PyUnicode_InternInPlace(&string);
837 : 29 : string = &_Py_ID(co_qualname);
838 : : assert(_PyUnicode_CheckConsistency(string, 1));
839 : 29 : PyUnicode_InternInPlace(&string);
840 : 29 : string = &_Py_ID(co_stacksize);
841 : : assert(_PyUnicode_CheckConsistency(string, 1));
842 : 29 : PyUnicode_InternInPlace(&string);
843 : 29 : string = &_Py_ID(co_varnames);
844 : : assert(_PyUnicode_CheckConsistency(string, 1));
845 : 29 : PyUnicode_InternInPlace(&string);
846 : 29 : string = &_Py_ID(code);
847 : : assert(_PyUnicode_CheckConsistency(string, 1));
848 : 29 : PyUnicode_InternInPlace(&string);
849 : 29 : string = &_Py_ID(command);
850 : : assert(_PyUnicode_CheckConsistency(string, 1));
851 : 29 : PyUnicode_InternInPlace(&string);
852 : 29 : string = &_Py_ID(comment_factory);
853 : : assert(_PyUnicode_CheckConsistency(string, 1));
854 : 29 : PyUnicode_InternInPlace(&string);
855 : 29 : string = &_Py_ID(consts);
856 : : assert(_PyUnicode_CheckConsistency(string, 1));
857 : 29 : PyUnicode_InternInPlace(&string);
858 : 29 : string = &_Py_ID(context);
859 : : assert(_PyUnicode_CheckConsistency(string, 1));
860 : 29 : PyUnicode_InternInPlace(&string);
861 : 29 : string = &_Py_ID(cookie);
862 : : assert(_PyUnicode_CheckConsistency(string, 1));
863 : 29 : PyUnicode_InternInPlace(&string);
864 : 29 : string = &_Py_ID(copy);
865 : : assert(_PyUnicode_CheckConsistency(string, 1));
866 : 29 : PyUnicode_InternInPlace(&string);
867 : 29 : string = &_Py_ID(copyreg);
868 : : assert(_PyUnicode_CheckConsistency(string, 1));
869 : 29 : PyUnicode_InternInPlace(&string);
870 : 29 : string = &_Py_ID(coro);
871 : : assert(_PyUnicode_CheckConsistency(string, 1));
872 : 29 : PyUnicode_InternInPlace(&string);
873 : 29 : string = &_Py_ID(count);
874 : : assert(_PyUnicode_CheckConsistency(string, 1));
875 : 29 : PyUnicode_InternInPlace(&string);
876 : 29 : string = &_Py_ID(cwd);
877 : : assert(_PyUnicode_CheckConsistency(string, 1));
878 : 29 : PyUnicode_InternInPlace(&string);
879 : 29 : string = &_Py_ID(d);
880 : : assert(_PyUnicode_CheckConsistency(string, 1));
881 : 29 : PyUnicode_InternInPlace(&string);
882 : 29 : string = &_Py_ID(data);
883 : : assert(_PyUnicode_CheckConsistency(string, 1));
884 : 29 : PyUnicode_InternInPlace(&string);
885 : 29 : string = &_Py_ID(database);
886 : : assert(_PyUnicode_CheckConsistency(string, 1));
887 : 29 : PyUnicode_InternInPlace(&string);
888 : 29 : string = &_Py_ID(decode);
889 : : assert(_PyUnicode_CheckConsistency(string, 1));
890 : 29 : PyUnicode_InternInPlace(&string);
891 : 29 : string = &_Py_ID(decoder);
892 : : assert(_PyUnicode_CheckConsistency(string, 1));
893 : 29 : PyUnicode_InternInPlace(&string);
894 : 29 : string = &_Py_ID(default);
895 : : assert(_PyUnicode_CheckConsistency(string, 1));
896 : 29 : PyUnicode_InternInPlace(&string);
897 : 29 : string = &_Py_ID(defaultaction);
898 : : assert(_PyUnicode_CheckConsistency(string, 1));
899 : 29 : PyUnicode_InternInPlace(&string);
900 : 29 : string = &_Py_ID(delete);
901 : : assert(_PyUnicode_CheckConsistency(string, 1));
902 : 29 : PyUnicode_InternInPlace(&string);
903 : 29 : string = &_Py_ID(depth);
904 : : assert(_PyUnicode_CheckConsistency(string, 1));
905 : 29 : PyUnicode_InternInPlace(&string);
906 : 29 : string = &_Py_ID(detect_types);
907 : : assert(_PyUnicode_CheckConsistency(string, 1));
908 : 29 : PyUnicode_InternInPlace(&string);
909 : 29 : string = &_Py_ID(deterministic);
910 : : assert(_PyUnicode_CheckConsistency(string, 1));
911 : 29 : PyUnicode_InternInPlace(&string);
912 : 29 : string = &_Py_ID(device);
913 : : assert(_PyUnicode_CheckConsistency(string, 1));
914 : 29 : PyUnicode_InternInPlace(&string);
915 : 29 : string = &_Py_ID(dict);
916 : : assert(_PyUnicode_CheckConsistency(string, 1));
917 : 29 : PyUnicode_InternInPlace(&string);
918 : 29 : string = &_Py_ID(dictcomp);
919 : : assert(_PyUnicode_CheckConsistency(string, 1));
920 : 29 : PyUnicode_InternInPlace(&string);
921 : 29 : string = &_Py_ID(difference_update);
922 : : assert(_PyUnicode_CheckConsistency(string, 1));
923 : 29 : PyUnicode_InternInPlace(&string);
924 : 29 : string = &_Py_ID(digest);
925 : : assert(_PyUnicode_CheckConsistency(string, 1));
926 : 29 : PyUnicode_InternInPlace(&string);
927 : 29 : string = &_Py_ID(digest_size);
928 : : assert(_PyUnicode_CheckConsistency(string, 1));
929 : 29 : PyUnicode_InternInPlace(&string);
930 : 29 : string = &_Py_ID(digestmod);
931 : : assert(_PyUnicode_CheckConsistency(string, 1));
932 : 29 : PyUnicode_InternInPlace(&string);
933 : 29 : string = &_Py_ID(dir_fd);
934 : : assert(_PyUnicode_CheckConsistency(string, 1));
935 : 29 : PyUnicode_InternInPlace(&string);
936 : 29 : string = &_Py_ID(discard);
937 : : assert(_PyUnicode_CheckConsistency(string, 1));
938 : 29 : PyUnicode_InternInPlace(&string);
939 : 29 : string = &_Py_ID(dispatch_table);
940 : : assert(_PyUnicode_CheckConsistency(string, 1));
941 : 29 : PyUnicode_InternInPlace(&string);
942 : 29 : string = &_Py_ID(displayhook);
943 : : assert(_PyUnicode_CheckConsistency(string, 1));
944 : 29 : PyUnicode_InternInPlace(&string);
945 : 29 : string = &_Py_ID(dklen);
946 : : assert(_PyUnicode_CheckConsistency(string, 1));
947 : 29 : PyUnicode_InternInPlace(&string);
948 : 29 : string = &_Py_ID(doc);
949 : : assert(_PyUnicode_CheckConsistency(string, 1));
950 : 29 : PyUnicode_InternInPlace(&string);
951 : 29 : string = &_Py_ID(dont_inherit);
952 : : assert(_PyUnicode_CheckConsistency(string, 1));
953 : 29 : PyUnicode_InternInPlace(&string);
954 : 29 : string = &_Py_ID(dst);
955 : : assert(_PyUnicode_CheckConsistency(string, 1));
956 : 29 : PyUnicode_InternInPlace(&string);
957 : 29 : string = &_Py_ID(dst_dir_fd);
958 : : assert(_PyUnicode_CheckConsistency(string, 1));
959 : 29 : PyUnicode_InternInPlace(&string);
960 : 29 : string = &_Py_ID(duration);
961 : : assert(_PyUnicode_CheckConsistency(string, 1));
962 : 29 : PyUnicode_InternInPlace(&string);
963 : 29 : string = &_Py_ID(e);
964 : : assert(_PyUnicode_CheckConsistency(string, 1));
965 : 29 : PyUnicode_InternInPlace(&string);
966 : 29 : string = &_Py_ID(effective_ids);
967 : : assert(_PyUnicode_CheckConsistency(string, 1));
968 : 29 : PyUnicode_InternInPlace(&string);
969 : 29 : string = &_Py_ID(element_factory);
970 : : assert(_PyUnicode_CheckConsistency(string, 1));
971 : 29 : PyUnicode_InternInPlace(&string);
972 : 29 : string = &_Py_ID(encode);
973 : : assert(_PyUnicode_CheckConsistency(string, 1));
974 : 29 : PyUnicode_InternInPlace(&string);
975 : 29 : string = &_Py_ID(encoding);
976 : : assert(_PyUnicode_CheckConsistency(string, 1));
977 : 29 : PyUnicode_InternInPlace(&string);
978 : 29 : string = &_Py_ID(end);
979 : : assert(_PyUnicode_CheckConsistency(string, 1));
980 : 29 : PyUnicode_InternInPlace(&string);
981 : 29 : string = &_Py_ID(end_lineno);
982 : : assert(_PyUnicode_CheckConsistency(string, 1));
983 : 29 : PyUnicode_InternInPlace(&string);
984 : 29 : string = &_Py_ID(end_offset);
985 : : assert(_PyUnicode_CheckConsistency(string, 1));
986 : 29 : PyUnicode_InternInPlace(&string);
987 : 29 : string = &_Py_ID(endpos);
988 : : assert(_PyUnicode_CheckConsistency(string, 1));
989 : 29 : PyUnicode_InternInPlace(&string);
990 : 29 : string = &_Py_ID(env);
991 : : assert(_PyUnicode_CheckConsistency(string, 1));
992 : 29 : PyUnicode_InternInPlace(&string);
993 : 29 : string = &_Py_ID(errors);
994 : : assert(_PyUnicode_CheckConsistency(string, 1));
995 : 29 : PyUnicode_InternInPlace(&string);
996 : 29 : string = &_Py_ID(event);
997 : : assert(_PyUnicode_CheckConsistency(string, 1));
998 : 29 : PyUnicode_InternInPlace(&string);
999 : 29 : string = &_Py_ID(eventmask);
1000 : : assert(_PyUnicode_CheckConsistency(string, 1));
1001 : 29 : PyUnicode_InternInPlace(&string);
1002 : 29 : string = &_Py_ID(exc_type);
1003 : : assert(_PyUnicode_CheckConsistency(string, 1));
1004 : 29 : PyUnicode_InternInPlace(&string);
1005 : 29 : string = &_Py_ID(exc_value);
1006 : : assert(_PyUnicode_CheckConsistency(string, 1));
1007 : 29 : PyUnicode_InternInPlace(&string);
1008 : 29 : string = &_Py_ID(excepthook);
1009 : : assert(_PyUnicode_CheckConsistency(string, 1));
1010 : 29 : PyUnicode_InternInPlace(&string);
1011 : 29 : string = &_Py_ID(exception);
1012 : : assert(_PyUnicode_CheckConsistency(string, 1));
1013 : 29 : PyUnicode_InternInPlace(&string);
1014 : 29 : string = &_Py_ID(exp);
1015 : : assert(_PyUnicode_CheckConsistency(string, 1));
1016 : 29 : PyUnicode_InternInPlace(&string);
1017 : 29 : string = &_Py_ID(extend);
1018 : : assert(_PyUnicode_CheckConsistency(string, 1));
1019 : 29 : PyUnicode_InternInPlace(&string);
1020 : 29 : string = &_Py_ID(facility);
1021 : : assert(_PyUnicode_CheckConsistency(string, 1));
1022 : 29 : PyUnicode_InternInPlace(&string);
1023 : 29 : string = &_Py_ID(factory);
1024 : : assert(_PyUnicode_CheckConsistency(string, 1));
1025 : 29 : PyUnicode_InternInPlace(&string);
1026 : 29 : string = &_Py_ID(false);
1027 : : assert(_PyUnicode_CheckConsistency(string, 1));
1028 : 29 : PyUnicode_InternInPlace(&string);
1029 : 29 : string = &_Py_ID(family);
1030 : : assert(_PyUnicode_CheckConsistency(string, 1));
1031 : 29 : PyUnicode_InternInPlace(&string);
1032 : 29 : string = &_Py_ID(fanout);
1033 : : assert(_PyUnicode_CheckConsistency(string, 1));
1034 : 29 : PyUnicode_InternInPlace(&string);
1035 : 29 : string = &_Py_ID(fd);
1036 : : assert(_PyUnicode_CheckConsistency(string, 1));
1037 : 29 : PyUnicode_InternInPlace(&string);
1038 : 29 : string = &_Py_ID(fd2);
1039 : : assert(_PyUnicode_CheckConsistency(string, 1));
1040 : 29 : PyUnicode_InternInPlace(&string);
1041 : 29 : string = &_Py_ID(fdel);
1042 : : assert(_PyUnicode_CheckConsistency(string, 1));
1043 : 29 : PyUnicode_InternInPlace(&string);
1044 : 29 : string = &_Py_ID(fget);
1045 : : assert(_PyUnicode_CheckConsistency(string, 1));
1046 : 29 : PyUnicode_InternInPlace(&string);
1047 : 29 : string = &_Py_ID(file);
1048 : : assert(_PyUnicode_CheckConsistency(string, 1));
1049 : 29 : PyUnicode_InternInPlace(&string);
1050 : 29 : string = &_Py_ID(file_actions);
1051 : : assert(_PyUnicode_CheckConsistency(string, 1));
1052 : 29 : PyUnicode_InternInPlace(&string);
1053 : 29 : string = &_Py_ID(filename);
1054 : : assert(_PyUnicode_CheckConsistency(string, 1));
1055 : 29 : PyUnicode_InternInPlace(&string);
1056 : 29 : string = &_Py_ID(fileno);
1057 : : assert(_PyUnicode_CheckConsistency(string, 1));
1058 : 29 : PyUnicode_InternInPlace(&string);
1059 : 29 : string = &_Py_ID(filepath);
1060 : : assert(_PyUnicode_CheckConsistency(string, 1));
1061 : 29 : PyUnicode_InternInPlace(&string);
1062 : 29 : string = &_Py_ID(fillvalue);
1063 : : assert(_PyUnicode_CheckConsistency(string, 1));
1064 : 29 : PyUnicode_InternInPlace(&string);
1065 : 29 : string = &_Py_ID(filters);
1066 : : assert(_PyUnicode_CheckConsistency(string, 1));
1067 : 29 : PyUnicode_InternInPlace(&string);
1068 : 29 : string = &_Py_ID(final);
1069 : : assert(_PyUnicode_CheckConsistency(string, 1));
1070 : 29 : PyUnicode_InternInPlace(&string);
1071 : 29 : string = &_Py_ID(find_class);
1072 : : assert(_PyUnicode_CheckConsistency(string, 1));
1073 : 29 : PyUnicode_InternInPlace(&string);
1074 : 29 : string = &_Py_ID(fix_imports);
1075 : : assert(_PyUnicode_CheckConsistency(string, 1));
1076 : 29 : PyUnicode_InternInPlace(&string);
1077 : 29 : string = &_Py_ID(flags);
1078 : : assert(_PyUnicode_CheckConsistency(string, 1));
1079 : 29 : PyUnicode_InternInPlace(&string);
1080 : 29 : string = &_Py_ID(flush);
1081 : : assert(_PyUnicode_CheckConsistency(string, 1));
1082 : 29 : PyUnicode_InternInPlace(&string);
1083 : 29 : string = &_Py_ID(follow_symlinks);
1084 : : assert(_PyUnicode_CheckConsistency(string, 1));
1085 : 29 : PyUnicode_InternInPlace(&string);
1086 : 29 : string = &_Py_ID(format);
1087 : : assert(_PyUnicode_CheckConsistency(string, 1));
1088 : 29 : PyUnicode_InternInPlace(&string);
1089 : 29 : string = &_Py_ID(frequency);
1090 : : assert(_PyUnicode_CheckConsistency(string, 1));
1091 : 29 : PyUnicode_InternInPlace(&string);
1092 : 29 : string = &_Py_ID(from_param);
1093 : : assert(_PyUnicode_CheckConsistency(string, 1));
1094 : 29 : PyUnicode_InternInPlace(&string);
1095 : 29 : string = &_Py_ID(fromlist);
1096 : : assert(_PyUnicode_CheckConsistency(string, 1));
1097 : 29 : PyUnicode_InternInPlace(&string);
1098 : 29 : string = &_Py_ID(fromtimestamp);
1099 : : assert(_PyUnicode_CheckConsistency(string, 1));
1100 : 29 : PyUnicode_InternInPlace(&string);
1101 : 29 : string = &_Py_ID(fromutc);
1102 : : assert(_PyUnicode_CheckConsistency(string, 1));
1103 : 29 : PyUnicode_InternInPlace(&string);
1104 : 29 : string = &_Py_ID(fset);
1105 : : assert(_PyUnicode_CheckConsistency(string, 1));
1106 : 29 : PyUnicode_InternInPlace(&string);
1107 : 29 : string = &_Py_ID(func);
1108 : : assert(_PyUnicode_CheckConsistency(string, 1));
1109 : 29 : PyUnicode_InternInPlace(&string);
1110 : 29 : string = &_Py_ID(future);
1111 : : assert(_PyUnicode_CheckConsistency(string, 1));
1112 : 29 : PyUnicode_InternInPlace(&string);
1113 : 29 : string = &_Py_ID(generation);
1114 : : assert(_PyUnicode_CheckConsistency(string, 1));
1115 : 29 : PyUnicode_InternInPlace(&string);
1116 : 29 : string = &_Py_ID(genexpr);
1117 : : assert(_PyUnicode_CheckConsistency(string, 1));
1118 : 29 : PyUnicode_InternInPlace(&string);
1119 : 29 : string = &_Py_ID(get);
1120 : : assert(_PyUnicode_CheckConsistency(string, 1));
1121 : 29 : PyUnicode_InternInPlace(&string);
1122 : 29 : string = &_Py_ID(get_debug);
1123 : : assert(_PyUnicode_CheckConsistency(string, 1));
1124 : 29 : PyUnicode_InternInPlace(&string);
1125 : 29 : string = &_Py_ID(get_event_loop);
1126 : : assert(_PyUnicode_CheckConsistency(string, 1));
1127 : 29 : PyUnicode_InternInPlace(&string);
1128 : 29 : string = &_Py_ID(get_loop);
1129 : : assert(_PyUnicode_CheckConsistency(string, 1));
1130 : 29 : PyUnicode_InternInPlace(&string);
1131 : 29 : string = &_Py_ID(get_source);
1132 : : assert(_PyUnicode_CheckConsistency(string, 1));
1133 : 29 : PyUnicode_InternInPlace(&string);
1134 : 29 : string = &_Py_ID(getattr);
1135 : : assert(_PyUnicode_CheckConsistency(string, 1));
1136 : 29 : PyUnicode_InternInPlace(&string);
1137 : 29 : string = &_Py_ID(getstate);
1138 : : assert(_PyUnicode_CheckConsistency(string, 1));
1139 : 29 : PyUnicode_InternInPlace(&string);
1140 : 29 : string = &_Py_ID(gid);
1141 : : assert(_PyUnicode_CheckConsistency(string, 1));
1142 : 29 : PyUnicode_InternInPlace(&string);
1143 : 29 : string = &_Py_ID(globals);
1144 : : assert(_PyUnicode_CheckConsistency(string, 1));
1145 : 29 : PyUnicode_InternInPlace(&string);
1146 : 29 : string = &_Py_ID(groupindex);
1147 : : assert(_PyUnicode_CheckConsistency(string, 1));
1148 : 29 : PyUnicode_InternInPlace(&string);
1149 : 29 : string = &_Py_ID(groups);
1150 : : assert(_PyUnicode_CheckConsistency(string, 1));
1151 : 29 : PyUnicode_InternInPlace(&string);
1152 : 29 : string = &_Py_ID(handle);
1153 : : assert(_PyUnicode_CheckConsistency(string, 1));
1154 : 29 : PyUnicode_InternInPlace(&string);
1155 : 29 : string = &_Py_ID(hash_name);
1156 : : assert(_PyUnicode_CheckConsistency(string, 1));
1157 : 29 : PyUnicode_InternInPlace(&string);
1158 : 29 : string = &_Py_ID(header);
1159 : : assert(_PyUnicode_CheckConsistency(string, 1));
1160 : 29 : PyUnicode_InternInPlace(&string);
1161 : 29 : string = &_Py_ID(headers);
1162 : : assert(_PyUnicode_CheckConsistency(string, 1));
1163 : 29 : PyUnicode_InternInPlace(&string);
1164 : 29 : string = &_Py_ID(hi);
1165 : : assert(_PyUnicode_CheckConsistency(string, 1));
1166 : 29 : PyUnicode_InternInPlace(&string);
1167 : 29 : string = &_Py_ID(hook);
1168 : : assert(_PyUnicode_CheckConsistency(string, 1));
1169 : 29 : PyUnicode_InternInPlace(&string);
1170 : 29 : string = &_Py_ID(id);
1171 : : assert(_PyUnicode_CheckConsistency(string, 1));
1172 : 29 : PyUnicode_InternInPlace(&string);
1173 : 29 : string = &_Py_ID(ident);
1174 : : assert(_PyUnicode_CheckConsistency(string, 1));
1175 : 29 : PyUnicode_InternInPlace(&string);
1176 : 29 : string = &_Py_ID(ignore);
1177 : : assert(_PyUnicode_CheckConsistency(string, 1));
1178 : 29 : PyUnicode_InternInPlace(&string);
1179 : 29 : string = &_Py_ID(imag);
1180 : : assert(_PyUnicode_CheckConsistency(string, 1));
1181 : 29 : PyUnicode_InternInPlace(&string);
1182 : 29 : string = &_Py_ID(importlib);
1183 : : assert(_PyUnicode_CheckConsistency(string, 1));
1184 : 29 : PyUnicode_InternInPlace(&string);
1185 : 29 : string = &_Py_ID(in_fd);
1186 : : assert(_PyUnicode_CheckConsistency(string, 1));
1187 : 29 : PyUnicode_InternInPlace(&string);
1188 : 29 : string = &_Py_ID(incoming);
1189 : : assert(_PyUnicode_CheckConsistency(string, 1));
1190 : 29 : PyUnicode_InternInPlace(&string);
1191 : 29 : string = &_Py_ID(indexgroup);
1192 : : assert(_PyUnicode_CheckConsistency(string, 1));
1193 : 29 : PyUnicode_InternInPlace(&string);
1194 : 29 : string = &_Py_ID(inf);
1195 : : assert(_PyUnicode_CheckConsistency(string, 1));
1196 : 29 : PyUnicode_InternInPlace(&string);
1197 : 29 : string = &_Py_ID(inheritable);
1198 : : assert(_PyUnicode_CheckConsistency(string, 1));
1199 : 29 : PyUnicode_InternInPlace(&string);
1200 : 29 : string = &_Py_ID(initial);
1201 : : assert(_PyUnicode_CheckConsistency(string, 1));
1202 : 29 : PyUnicode_InternInPlace(&string);
1203 : 29 : string = &_Py_ID(initial_bytes);
1204 : : assert(_PyUnicode_CheckConsistency(string, 1));
1205 : 29 : PyUnicode_InternInPlace(&string);
1206 : 29 : string = &_Py_ID(initial_value);
1207 : : assert(_PyUnicode_CheckConsistency(string, 1));
1208 : 29 : PyUnicode_InternInPlace(&string);
1209 : 29 : string = &_Py_ID(initval);
1210 : : assert(_PyUnicode_CheckConsistency(string, 1));
1211 : 29 : PyUnicode_InternInPlace(&string);
1212 : 29 : string = &_Py_ID(inner_size);
1213 : : assert(_PyUnicode_CheckConsistency(string, 1));
1214 : 29 : PyUnicode_InternInPlace(&string);
1215 : 29 : string = &_Py_ID(input);
1216 : : assert(_PyUnicode_CheckConsistency(string, 1));
1217 : 29 : PyUnicode_InternInPlace(&string);
1218 : 29 : string = &_Py_ID(insert_comments);
1219 : : assert(_PyUnicode_CheckConsistency(string, 1));
1220 : 29 : PyUnicode_InternInPlace(&string);
1221 : 29 : string = &_Py_ID(insert_pis);
1222 : : assert(_PyUnicode_CheckConsistency(string, 1));
1223 : 29 : PyUnicode_InternInPlace(&string);
1224 : 29 : string = &_Py_ID(instructions);
1225 : : assert(_PyUnicode_CheckConsistency(string, 1));
1226 : 29 : PyUnicode_InternInPlace(&string);
1227 : 29 : string = &_Py_ID(intern);
1228 : : assert(_PyUnicode_CheckConsistency(string, 1));
1229 : 29 : PyUnicode_InternInPlace(&string);
1230 : 29 : string = &_Py_ID(intersection);
1231 : : assert(_PyUnicode_CheckConsistency(string, 1));
1232 : 29 : PyUnicode_InternInPlace(&string);
1233 : 29 : string = &_Py_ID(isatty);
1234 : : assert(_PyUnicode_CheckConsistency(string, 1));
1235 : 29 : PyUnicode_InternInPlace(&string);
1236 : 29 : string = &_Py_ID(isinstance);
1237 : : assert(_PyUnicode_CheckConsistency(string, 1));
1238 : 29 : PyUnicode_InternInPlace(&string);
1239 : 29 : string = &_Py_ID(isoformat);
1240 : : assert(_PyUnicode_CheckConsistency(string, 1));
1241 : 29 : PyUnicode_InternInPlace(&string);
1242 : 29 : string = &_Py_ID(isolation_level);
1243 : : assert(_PyUnicode_CheckConsistency(string, 1));
1244 : 29 : PyUnicode_InternInPlace(&string);
1245 : 29 : string = &_Py_ID(istext);
1246 : : assert(_PyUnicode_CheckConsistency(string, 1));
1247 : 29 : PyUnicode_InternInPlace(&string);
1248 : 29 : string = &_Py_ID(item);
1249 : : assert(_PyUnicode_CheckConsistency(string, 1));
1250 : 29 : PyUnicode_InternInPlace(&string);
1251 : 29 : string = &_Py_ID(items);
1252 : : assert(_PyUnicode_CheckConsistency(string, 1));
1253 : 29 : PyUnicode_InternInPlace(&string);
1254 : 29 : string = &_Py_ID(iter);
1255 : : assert(_PyUnicode_CheckConsistency(string, 1));
1256 : 29 : PyUnicode_InternInPlace(&string);
1257 : 29 : string = &_Py_ID(iterable);
1258 : : assert(_PyUnicode_CheckConsistency(string, 1));
1259 : 29 : PyUnicode_InternInPlace(&string);
1260 : 29 : string = &_Py_ID(iterations);
1261 : : assert(_PyUnicode_CheckConsistency(string, 1));
1262 : 29 : PyUnicode_InternInPlace(&string);
1263 : 29 : string = &_Py_ID(join);
1264 : : assert(_PyUnicode_CheckConsistency(string, 1));
1265 : 29 : PyUnicode_InternInPlace(&string);
1266 : 29 : string = &_Py_ID(jump);
1267 : : assert(_PyUnicode_CheckConsistency(string, 1));
1268 : 29 : PyUnicode_InternInPlace(&string);
1269 : 29 : string = &_Py_ID(keepends);
1270 : : assert(_PyUnicode_CheckConsistency(string, 1));
1271 : 29 : PyUnicode_InternInPlace(&string);
1272 : 29 : string = &_Py_ID(key);
1273 : : assert(_PyUnicode_CheckConsistency(string, 1));
1274 : 29 : PyUnicode_InternInPlace(&string);
1275 : 29 : string = &_Py_ID(keyfile);
1276 : : assert(_PyUnicode_CheckConsistency(string, 1));
1277 : 29 : PyUnicode_InternInPlace(&string);
1278 : 29 : string = &_Py_ID(keys);
1279 : : assert(_PyUnicode_CheckConsistency(string, 1));
1280 : 29 : PyUnicode_InternInPlace(&string);
1281 : 29 : string = &_Py_ID(kind);
1282 : : assert(_PyUnicode_CheckConsistency(string, 1));
1283 : 29 : PyUnicode_InternInPlace(&string);
1284 : 29 : string = &_Py_ID(kw);
1285 : : assert(_PyUnicode_CheckConsistency(string, 1));
1286 : 29 : PyUnicode_InternInPlace(&string);
1287 : 29 : string = &_Py_ID(kw1);
1288 : : assert(_PyUnicode_CheckConsistency(string, 1));
1289 : 29 : PyUnicode_InternInPlace(&string);
1290 : 29 : string = &_Py_ID(kw2);
1291 : : assert(_PyUnicode_CheckConsistency(string, 1));
1292 : 29 : PyUnicode_InternInPlace(&string);
1293 : 29 : string = &_Py_ID(lambda);
1294 : : assert(_PyUnicode_CheckConsistency(string, 1));
1295 : 29 : PyUnicode_InternInPlace(&string);
1296 : 29 : string = &_Py_ID(last);
1297 : : assert(_PyUnicode_CheckConsistency(string, 1));
1298 : 29 : PyUnicode_InternInPlace(&string);
1299 : 29 : string = &_Py_ID(last_exc);
1300 : : assert(_PyUnicode_CheckConsistency(string, 1));
1301 : 29 : PyUnicode_InternInPlace(&string);
1302 : 29 : string = &_Py_ID(last_node);
1303 : : assert(_PyUnicode_CheckConsistency(string, 1));
1304 : 29 : PyUnicode_InternInPlace(&string);
1305 : 29 : string = &_Py_ID(last_traceback);
1306 : : assert(_PyUnicode_CheckConsistency(string, 1));
1307 : 29 : PyUnicode_InternInPlace(&string);
1308 : 29 : string = &_Py_ID(last_type);
1309 : : assert(_PyUnicode_CheckConsistency(string, 1));
1310 : 29 : PyUnicode_InternInPlace(&string);
1311 : 29 : string = &_Py_ID(last_value);
1312 : : assert(_PyUnicode_CheckConsistency(string, 1));
1313 : 29 : PyUnicode_InternInPlace(&string);
1314 : 29 : string = &_Py_ID(latin1);
1315 : : assert(_PyUnicode_CheckConsistency(string, 1));
1316 : 29 : PyUnicode_InternInPlace(&string);
1317 : 29 : string = &_Py_ID(leaf_size);
1318 : : assert(_PyUnicode_CheckConsistency(string, 1));
1319 : 29 : PyUnicode_InternInPlace(&string);
1320 : 29 : string = &_Py_ID(len);
1321 : : assert(_PyUnicode_CheckConsistency(string, 1));
1322 : 29 : PyUnicode_InternInPlace(&string);
1323 : 29 : string = &_Py_ID(length);
1324 : : assert(_PyUnicode_CheckConsistency(string, 1));
1325 : 29 : PyUnicode_InternInPlace(&string);
1326 : 29 : string = &_Py_ID(level);
1327 : : assert(_PyUnicode_CheckConsistency(string, 1));
1328 : 29 : PyUnicode_InternInPlace(&string);
1329 : 29 : string = &_Py_ID(limit);
1330 : : assert(_PyUnicode_CheckConsistency(string, 1));
1331 : 29 : PyUnicode_InternInPlace(&string);
1332 : 29 : string = &_Py_ID(line);
1333 : : assert(_PyUnicode_CheckConsistency(string, 1));
1334 : 29 : PyUnicode_InternInPlace(&string);
1335 : 29 : string = &_Py_ID(line_buffering);
1336 : : assert(_PyUnicode_CheckConsistency(string, 1));
1337 : 29 : PyUnicode_InternInPlace(&string);
1338 : 29 : string = &_Py_ID(lineno);
1339 : : assert(_PyUnicode_CheckConsistency(string, 1));
1340 : 29 : PyUnicode_InternInPlace(&string);
1341 : 29 : string = &_Py_ID(listcomp);
1342 : : assert(_PyUnicode_CheckConsistency(string, 1));
1343 : 29 : PyUnicode_InternInPlace(&string);
1344 : 29 : string = &_Py_ID(little);
1345 : : assert(_PyUnicode_CheckConsistency(string, 1));
1346 : 29 : PyUnicode_InternInPlace(&string);
1347 : 29 : string = &_Py_ID(lo);
1348 : : assert(_PyUnicode_CheckConsistency(string, 1));
1349 : 29 : PyUnicode_InternInPlace(&string);
1350 : 29 : string = &_Py_ID(locale);
1351 : : assert(_PyUnicode_CheckConsistency(string, 1));
1352 : 29 : PyUnicode_InternInPlace(&string);
1353 : 29 : string = &_Py_ID(locals);
1354 : : assert(_PyUnicode_CheckConsistency(string, 1));
1355 : 29 : PyUnicode_InternInPlace(&string);
1356 : 29 : string = &_Py_ID(logoption);
1357 : : assert(_PyUnicode_CheckConsistency(string, 1));
1358 : 29 : PyUnicode_InternInPlace(&string);
1359 : 29 : string = &_Py_ID(loop);
1360 : : assert(_PyUnicode_CheckConsistency(string, 1));
1361 : 29 : PyUnicode_InternInPlace(&string);
1362 : 29 : string = &_Py_ID(mapping);
1363 : : assert(_PyUnicode_CheckConsistency(string, 1));
1364 : 29 : PyUnicode_InternInPlace(&string);
1365 : 29 : string = &_Py_ID(match);
1366 : : assert(_PyUnicode_CheckConsistency(string, 1));
1367 : 29 : PyUnicode_InternInPlace(&string);
1368 : 29 : string = &_Py_ID(max_length);
1369 : : assert(_PyUnicode_CheckConsistency(string, 1));
1370 : 29 : PyUnicode_InternInPlace(&string);
1371 : 29 : string = &_Py_ID(maxdigits);
1372 : : assert(_PyUnicode_CheckConsistency(string, 1));
1373 : 29 : PyUnicode_InternInPlace(&string);
1374 : 29 : string = &_Py_ID(maxevents);
1375 : : assert(_PyUnicode_CheckConsistency(string, 1));
1376 : 29 : PyUnicode_InternInPlace(&string);
1377 : 29 : string = &_Py_ID(maxmem);
1378 : : assert(_PyUnicode_CheckConsistency(string, 1));
1379 : 29 : PyUnicode_InternInPlace(&string);
1380 : 29 : string = &_Py_ID(maxsplit);
1381 : : assert(_PyUnicode_CheckConsistency(string, 1));
1382 : 29 : PyUnicode_InternInPlace(&string);
1383 : 29 : string = &_Py_ID(maxvalue);
1384 : : assert(_PyUnicode_CheckConsistency(string, 1));
1385 : 29 : PyUnicode_InternInPlace(&string);
1386 : 29 : string = &_Py_ID(memLevel);
1387 : : assert(_PyUnicode_CheckConsistency(string, 1));
1388 : 29 : PyUnicode_InternInPlace(&string);
1389 : 29 : string = &_Py_ID(memlimit);
1390 : : assert(_PyUnicode_CheckConsistency(string, 1));
1391 : 29 : PyUnicode_InternInPlace(&string);
1392 : 29 : string = &_Py_ID(message);
1393 : : assert(_PyUnicode_CheckConsistency(string, 1));
1394 : 29 : PyUnicode_InternInPlace(&string);
1395 : 29 : string = &_Py_ID(metaclass);
1396 : : assert(_PyUnicode_CheckConsistency(string, 1));
1397 : 29 : PyUnicode_InternInPlace(&string);
1398 : 29 : string = &_Py_ID(method);
1399 : : assert(_PyUnicode_CheckConsistency(string, 1));
1400 : 29 : PyUnicode_InternInPlace(&string);
1401 : 29 : string = &_Py_ID(mod);
1402 : : assert(_PyUnicode_CheckConsistency(string, 1));
1403 : 29 : PyUnicode_InternInPlace(&string);
1404 : 29 : string = &_Py_ID(mode);
1405 : : assert(_PyUnicode_CheckConsistency(string, 1));
1406 : 29 : PyUnicode_InternInPlace(&string);
1407 : 29 : string = &_Py_ID(module);
1408 : : assert(_PyUnicode_CheckConsistency(string, 1));
1409 : 29 : PyUnicode_InternInPlace(&string);
1410 : 29 : string = &_Py_ID(module_globals);
1411 : : assert(_PyUnicode_CheckConsistency(string, 1));
1412 : 29 : PyUnicode_InternInPlace(&string);
1413 : 29 : string = &_Py_ID(modules);
1414 : : assert(_PyUnicode_CheckConsistency(string, 1));
1415 : 29 : PyUnicode_InternInPlace(&string);
1416 : 29 : string = &_Py_ID(mro);
1417 : : assert(_PyUnicode_CheckConsistency(string, 1));
1418 : 29 : PyUnicode_InternInPlace(&string);
1419 : 29 : string = &_Py_ID(msg);
1420 : : assert(_PyUnicode_CheckConsistency(string, 1));
1421 : 29 : PyUnicode_InternInPlace(&string);
1422 : 29 : string = &_Py_ID(mycmp);
1423 : : assert(_PyUnicode_CheckConsistency(string, 1));
1424 : 29 : PyUnicode_InternInPlace(&string);
1425 : 29 : string = &_Py_ID(n);
1426 : : assert(_PyUnicode_CheckConsistency(string, 1));
1427 : 29 : PyUnicode_InternInPlace(&string);
1428 : 29 : string = &_Py_ID(n_arg);
1429 : : assert(_PyUnicode_CheckConsistency(string, 1));
1430 : 29 : PyUnicode_InternInPlace(&string);
1431 : 29 : string = &_Py_ID(n_fields);
1432 : : assert(_PyUnicode_CheckConsistency(string, 1));
1433 : 29 : PyUnicode_InternInPlace(&string);
1434 : 29 : string = &_Py_ID(n_sequence_fields);
1435 : : assert(_PyUnicode_CheckConsistency(string, 1));
1436 : 29 : PyUnicode_InternInPlace(&string);
1437 : 29 : string = &_Py_ID(n_unnamed_fields);
1438 : : assert(_PyUnicode_CheckConsistency(string, 1));
1439 : 29 : PyUnicode_InternInPlace(&string);
1440 : 29 : string = &_Py_ID(name);
1441 : : assert(_PyUnicode_CheckConsistency(string, 1));
1442 : 29 : PyUnicode_InternInPlace(&string);
1443 : 29 : string = &_Py_ID(name_from);
1444 : : assert(_PyUnicode_CheckConsistency(string, 1));
1445 : 29 : PyUnicode_InternInPlace(&string);
1446 : 29 : string = &_Py_ID(namespace_separator);
1447 : : assert(_PyUnicode_CheckConsistency(string, 1));
1448 : 29 : PyUnicode_InternInPlace(&string);
1449 : 29 : string = &_Py_ID(namespaces);
1450 : : assert(_PyUnicode_CheckConsistency(string, 1));
1451 : 29 : PyUnicode_InternInPlace(&string);
1452 : 29 : string = &_Py_ID(narg);
1453 : : assert(_PyUnicode_CheckConsistency(string, 1));
1454 : 29 : PyUnicode_InternInPlace(&string);
1455 : 29 : string = &_Py_ID(ndigits);
1456 : : assert(_PyUnicode_CheckConsistency(string, 1));
1457 : 29 : PyUnicode_InternInPlace(&string);
1458 : 29 : string = &_Py_ID(new_limit);
1459 : : assert(_PyUnicode_CheckConsistency(string, 1));
1460 : 29 : PyUnicode_InternInPlace(&string);
1461 : 29 : string = &_Py_ID(newline);
1462 : : assert(_PyUnicode_CheckConsistency(string, 1));
1463 : 29 : PyUnicode_InternInPlace(&string);
1464 : 29 : string = &_Py_ID(newlines);
1465 : : assert(_PyUnicode_CheckConsistency(string, 1));
1466 : 29 : PyUnicode_InternInPlace(&string);
1467 : 29 : string = &_Py_ID(next);
1468 : : assert(_PyUnicode_CheckConsistency(string, 1));
1469 : 29 : PyUnicode_InternInPlace(&string);
1470 : 29 : string = &_Py_ID(node_depth);
1471 : : assert(_PyUnicode_CheckConsistency(string, 1));
1472 : 29 : PyUnicode_InternInPlace(&string);
1473 : 29 : string = &_Py_ID(node_offset);
1474 : : assert(_PyUnicode_CheckConsistency(string, 1));
1475 : 29 : PyUnicode_InternInPlace(&string);
1476 : 29 : string = &_Py_ID(ns);
1477 : : assert(_PyUnicode_CheckConsistency(string, 1));
1478 : 29 : PyUnicode_InternInPlace(&string);
1479 : 29 : string = &_Py_ID(nstype);
1480 : : assert(_PyUnicode_CheckConsistency(string, 1));
1481 : 29 : PyUnicode_InternInPlace(&string);
1482 : 29 : string = &_Py_ID(nt);
1483 : : assert(_PyUnicode_CheckConsistency(string, 1));
1484 : 29 : PyUnicode_InternInPlace(&string);
1485 : 29 : string = &_Py_ID(null);
1486 : : assert(_PyUnicode_CheckConsistency(string, 1));
1487 : 29 : PyUnicode_InternInPlace(&string);
1488 : 29 : string = &_Py_ID(number);
1489 : : assert(_PyUnicode_CheckConsistency(string, 1));
1490 : 29 : PyUnicode_InternInPlace(&string);
1491 : 29 : string = &_Py_ID(obj);
1492 : : assert(_PyUnicode_CheckConsistency(string, 1));
1493 : 29 : PyUnicode_InternInPlace(&string);
1494 : 29 : string = &_Py_ID(object);
1495 : : assert(_PyUnicode_CheckConsistency(string, 1));
1496 : 29 : PyUnicode_InternInPlace(&string);
1497 : 29 : string = &_Py_ID(offset);
1498 : : assert(_PyUnicode_CheckConsistency(string, 1));
1499 : 29 : PyUnicode_InternInPlace(&string);
1500 : 29 : string = &_Py_ID(offset_dst);
1501 : : assert(_PyUnicode_CheckConsistency(string, 1));
1502 : 29 : PyUnicode_InternInPlace(&string);
1503 : 29 : string = &_Py_ID(offset_src);
1504 : : assert(_PyUnicode_CheckConsistency(string, 1));
1505 : 29 : PyUnicode_InternInPlace(&string);
1506 : 29 : string = &_Py_ID(on_type_read);
1507 : : assert(_PyUnicode_CheckConsistency(string, 1));
1508 : 29 : PyUnicode_InternInPlace(&string);
1509 : 29 : string = &_Py_ID(onceregistry);
1510 : : assert(_PyUnicode_CheckConsistency(string, 1));
1511 : 29 : PyUnicode_InternInPlace(&string);
1512 : 29 : string = &_Py_ID(only_keys);
1513 : : assert(_PyUnicode_CheckConsistency(string, 1));
1514 : 29 : PyUnicode_InternInPlace(&string);
1515 : 29 : string = &_Py_ID(oparg);
1516 : : assert(_PyUnicode_CheckConsistency(string, 1));
1517 : 29 : PyUnicode_InternInPlace(&string);
1518 : 29 : string = &_Py_ID(opcode);
1519 : : assert(_PyUnicode_CheckConsistency(string, 1));
1520 : 29 : PyUnicode_InternInPlace(&string);
1521 : 29 : string = &_Py_ID(open);
1522 : : assert(_PyUnicode_CheckConsistency(string, 1));
1523 : 29 : PyUnicode_InternInPlace(&string);
1524 : 29 : string = &_Py_ID(opener);
1525 : : assert(_PyUnicode_CheckConsistency(string, 1));
1526 : 29 : PyUnicode_InternInPlace(&string);
1527 : 29 : string = &_Py_ID(operation);
1528 : : assert(_PyUnicode_CheckConsistency(string, 1));
1529 : 29 : PyUnicode_InternInPlace(&string);
1530 : 29 : string = &_Py_ID(optimize);
1531 : : assert(_PyUnicode_CheckConsistency(string, 1));
1532 : 29 : PyUnicode_InternInPlace(&string);
1533 : 29 : string = &_Py_ID(options);
1534 : : assert(_PyUnicode_CheckConsistency(string, 1));
1535 : 29 : PyUnicode_InternInPlace(&string);
1536 : 29 : string = &_Py_ID(order);
1537 : : assert(_PyUnicode_CheckConsistency(string, 1));
1538 : 29 : PyUnicode_InternInPlace(&string);
1539 : 29 : string = &_Py_ID(out_fd);
1540 : : assert(_PyUnicode_CheckConsistency(string, 1));
1541 : 29 : PyUnicode_InternInPlace(&string);
1542 : 29 : string = &_Py_ID(outgoing);
1543 : : assert(_PyUnicode_CheckConsistency(string, 1));
1544 : 29 : PyUnicode_InternInPlace(&string);
1545 : 29 : string = &_Py_ID(overlapped);
1546 : : assert(_PyUnicode_CheckConsistency(string, 1));
1547 : 29 : PyUnicode_InternInPlace(&string);
1548 : 29 : string = &_Py_ID(owner);
1549 : : assert(_PyUnicode_CheckConsistency(string, 1));
1550 : 29 : PyUnicode_InternInPlace(&string);
1551 : 29 : string = &_Py_ID(p);
1552 : : assert(_PyUnicode_CheckConsistency(string, 1));
1553 : 29 : PyUnicode_InternInPlace(&string);
1554 : 29 : string = &_Py_ID(pages);
1555 : : assert(_PyUnicode_CheckConsistency(string, 1));
1556 : 29 : PyUnicode_InternInPlace(&string);
1557 : 29 : string = &_Py_ID(parent);
1558 : : assert(_PyUnicode_CheckConsistency(string, 1));
1559 : 29 : PyUnicode_InternInPlace(&string);
1560 : 29 : string = &_Py_ID(password);
1561 : : assert(_PyUnicode_CheckConsistency(string, 1));
1562 : 29 : PyUnicode_InternInPlace(&string);
1563 : 29 : string = &_Py_ID(path);
1564 : : assert(_PyUnicode_CheckConsistency(string, 1));
1565 : 29 : PyUnicode_InternInPlace(&string);
1566 : 29 : string = &_Py_ID(pattern);
1567 : : assert(_PyUnicode_CheckConsistency(string, 1));
1568 : 29 : PyUnicode_InternInPlace(&string);
1569 : 29 : string = &_Py_ID(peek);
1570 : : assert(_PyUnicode_CheckConsistency(string, 1));
1571 : 29 : PyUnicode_InternInPlace(&string);
1572 : 29 : string = &_Py_ID(persistent_id);
1573 : : assert(_PyUnicode_CheckConsistency(string, 1));
1574 : 29 : PyUnicode_InternInPlace(&string);
1575 : 29 : string = &_Py_ID(persistent_load);
1576 : : assert(_PyUnicode_CheckConsistency(string, 1));
1577 : 29 : PyUnicode_InternInPlace(&string);
1578 : 29 : string = &_Py_ID(person);
1579 : : assert(_PyUnicode_CheckConsistency(string, 1));
1580 : 29 : PyUnicode_InternInPlace(&string);
1581 : 29 : string = &_Py_ID(pi_factory);
1582 : : assert(_PyUnicode_CheckConsistency(string, 1));
1583 : 29 : PyUnicode_InternInPlace(&string);
1584 : 29 : string = &_Py_ID(pid);
1585 : : assert(_PyUnicode_CheckConsistency(string, 1));
1586 : 29 : PyUnicode_InternInPlace(&string);
1587 : 29 : string = &_Py_ID(policy);
1588 : : assert(_PyUnicode_CheckConsistency(string, 1));
1589 : 29 : PyUnicode_InternInPlace(&string);
1590 : 29 : string = &_Py_ID(pos);
1591 : : assert(_PyUnicode_CheckConsistency(string, 1));
1592 : 29 : PyUnicode_InternInPlace(&string);
1593 : 29 : string = &_Py_ID(pos1);
1594 : : assert(_PyUnicode_CheckConsistency(string, 1));
1595 : 29 : PyUnicode_InternInPlace(&string);
1596 : 29 : string = &_Py_ID(pos2);
1597 : : assert(_PyUnicode_CheckConsistency(string, 1));
1598 : 29 : PyUnicode_InternInPlace(&string);
1599 : 29 : string = &_Py_ID(posix);
1600 : : assert(_PyUnicode_CheckConsistency(string, 1));
1601 : 29 : PyUnicode_InternInPlace(&string);
1602 : 29 : string = &_Py_ID(print_file_and_line);
1603 : : assert(_PyUnicode_CheckConsistency(string, 1));
1604 : 29 : PyUnicode_InternInPlace(&string);
1605 : 29 : string = &_Py_ID(priority);
1606 : : assert(_PyUnicode_CheckConsistency(string, 1));
1607 : 29 : PyUnicode_InternInPlace(&string);
1608 : 29 : string = &_Py_ID(progress);
1609 : : assert(_PyUnicode_CheckConsistency(string, 1));
1610 : 29 : PyUnicode_InternInPlace(&string);
1611 : 29 : string = &_Py_ID(progress_handler);
1612 : : assert(_PyUnicode_CheckConsistency(string, 1));
1613 : 29 : PyUnicode_InternInPlace(&string);
1614 : 29 : string = &_Py_ID(proto);
1615 : : assert(_PyUnicode_CheckConsistency(string, 1));
1616 : 29 : PyUnicode_InternInPlace(&string);
1617 : 29 : string = &_Py_ID(protocol);
1618 : : assert(_PyUnicode_CheckConsistency(string, 1));
1619 : 29 : PyUnicode_InternInPlace(&string);
1620 : 29 : string = &_Py_ID(ps1);
1621 : : assert(_PyUnicode_CheckConsistency(string, 1));
1622 : 29 : PyUnicode_InternInPlace(&string);
1623 : 29 : string = &_Py_ID(ps2);
1624 : : assert(_PyUnicode_CheckConsistency(string, 1));
1625 : 29 : PyUnicode_InternInPlace(&string);
1626 : 29 : string = &_Py_ID(query);
1627 : : assert(_PyUnicode_CheckConsistency(string, 1));
1628 : 29 : PyUnicode_InternInPlace(&string);
1629 : 29 : string = &_Py_ID(quotetabs);
1630 : : assert(_PyUnicode_CheckConsistency(string, 1));
1631 : 29 : PyUnicode_InternInPlace(&string);
1632 : 29 : string = &_Py_ID(r);
1633 : : assert(_PyUnicode_CheckConsistency(string, 1));
1634 : 29 : PyUnicode_InternInPlace(&string);
1635 : 29 : string = &_Py_ID(raw);
1636 : : assert(_PyUnicode_CheckConsistency(string, 1));
1637 : 29 : PyUnicode_InternInPlace(&string);
1638 : 29 : string = &_Py_ID(read);
1639 : : assert(_PyUnicode_CheckConsistency(string, 1));
1640 : 29 : PyUnicode_InternInPlace(&string);
1641 : 29 : string = &_Py_ID(read1);
1642 : : assert(_PyUnicode_CheckConsistency(string, 1));
1643 : 29 : PyUnicode_InternInPlace(&string);
1644 : 29 : string = &_Py_ID(readable);
1645 : : assert(_PyUnicode_CheckConsistency(string, 1));
1646 : 29 : PyUnicode_InternInPlace(&string);
1647 : 29 : string = &_Py_ID(readall);
1648 : : assert(_PyUnicode_CheckConsistency(string, 1));
1649 : 29 : PyUnicode_InternInPlace(&string);
1650 : 29 : string = &_Py_ID(readinto);
1651 : : assert(_PyUnicode_CheckConsistency(string, 1));
1652 : 29 : PyUnicode_InternInPlace(&string);
1653 : 29 : string = &_Py_ID(readinto1);
1654 : : assert(_PyUnicode_CheckConsistency(string, 1));
1655 : 29 : PyUnicode_InternInPlace(&string);
1656 : 29 : string = &_Py_ID(readline);
1657 : : assert(_PyUnicode_CheckConsistency(string, 1));
1658 : 29 : PyUnicode_InternInPlace(&string);
1659 : 29 : string = &_Py_ID(readonly);
1660 : : assert(_PyUnicode_CheckConsistency(string, 1));
1661 : 29 : PyUnicode_InternInPlace(&string);
1662 : 29 : string = &_Py_ID(real);
1663 : : assert(_PyUnicode_CheckConsistency(string, 1));
1664 : 29 : PyUnicode_InternInPlace(&string);
1665 : 29 : string = &_Py_ID(reducer_override);
1666 : : assert(_PyUnicode_CheckConsistency(string, 1));
1667 : 29 : PyUnicode_InternInPlace(&string);
1668 : 29 : string = &_Py_ID(registry);
1669 : : assert(_PyUnicode_CheckConsistency(string, 1));
1670 : 29 : PyUnicode_InternInPlace(&string);
1671 : 29 : string = &_Py_ID(rel_tol);
1672 : : assert(_PyUnicode_CheckConsistency(string, 1));
1673 : 29 : PyUnicode_InternInPlace(&string);
1674 : 29 : string = &_Py_ID(reload);
1675 : : assert(_PyUnicode_CheckConsistency(string, 1));
1676 : 29 : PyUnicode_InternInPlace(&string);
1677 : 29 : string = &_Py_ID(repl);
1678 : : assert(_PyUnicode_CheckConsistency(string, 1));
1679 : 29 : PyUnicode_InternInPlace(&string);
1680 : 29 : string = &_Py_ID(replace);
1681 : : assert(_PyUnicode_CheckConsistency(string, 1));
1682 : 29 : PyUnicode_InternInPlace(&string);
1683 : 29 : string = &_Py_ID(reserved);
1684 : : assert(_PyUnicode_CheckConsistency(string, 1));
1685 : 29 : PyUnicode_InternInPlace(&string);
1686 : 29 : string = &_Py_ID(reset);
1687 : : assert(_PyUnicode_CheckConsistency(string, 1));
1688 : 29 : PyUnicode_InternInPlace(&string);
1689 : 29 : string = &_Py_ID(resetids);
1690 : : assert(_PyUnicode_CheckConsistency(string, 1));
1691 : 29 : PyUnicode_InternInPlace(&string);
1692 : 29 : string = &_Py_ID(return);
1693 : : assert(_PyUnicode_CheckConsistency(string, 1));
1694 : 29 : PyUnicode_InternInPlace(&string);
1695 : 29 : string = &_Py_ID(reverse);
1696 : : assert(_PyUnicode_CheckConsistency(string, 1));
1697 : 29 : PyUnicode_InternInPlace(&string);
1698 : 29 : string = &_Py_ID(reversed);
1699 : : assert(_PyUnicode_CheckConsistency(string, 1));
1700 : 29 : PyUnicode_InternInPlace(&string);
1701 : 29 : string = &_Py_ID(s);
1702 : : assert(_PyUnicode_CheckConsistency(string, 1));
1703 : 29 : PyUnicode_InternInPlace(&string);
1704 : 29 : string = &_Py_ID(salt);
1705 : : assert(_PyUnicode_CheckConsistency(string, 1));
1706 : 29 : PyUnicode_InternInPlace(&string);
1707 : 29 : string = &_Py_ID(sched_priority);
1708 : : assert(_PyUnicode_CheckConsistency(string, 1));
1709 : 29 : PyUnicode_InternInPlace(&string);
1710 : 29 : string = &_Py_ID(scheduler);
1711 : : assert(_PyUnicode_CheckConsistency(string, 1));
1712 : 29 : PyUnicode_InternInPlace(&string);
1713 : 29 : string = &_Py_ID(seek);
1714 : : assert(_PyUnicode_CheckConsistency(string, 1));
1715 : 29 : PyUnicode_InternInPlace(&string);
1716 : 29 : string = &_Py_ID(seekable);
1717 : : assert(_PyUnicode_CheckConsistency(string, 1));
1718 : 29 : PyUnicode_InternInPlace(&string);
1719 : 29 : string = &_Py_ID(selectors);
1720 : : assert(_PyUnicode_CheckConsistency(string, 1));
1721 : 29 : PyUnicode_InternInPlace(&string);
1722 : 29 : string = &_Py_ID(self);
1723 : : assert(_PyUnicode_CheckConsistency(string, 1));
1724 : 29 : PyUnicode_InternInPlace(&string);
1725 : 29 : string = &_Py_ID(send);
1726 : : assert(_PyUnicode_CheckConsistency(string, 1));
1727 : 29 : PyUnicode_InternInPlace(&string);
1728 : 29 : string = &_Py_ID(sep);
1729 : : assert(_PyUnicode_CheckConsistency(string, 1));
1730 : 29 : PyUnicode_InternInPlace(&string);
1731 : 29 : string = &_Py_ID(sequence);
1732 : : assert(_PyUnicode_CheckConsistency(string, 1));
1733 : 29 : PyUnicode_InternInPlace(&string);
1734 : 29 : string = &_Py_ID(server_hostname);
1735 : : assert(_PyUnicode_CheckConsistency(string, 1));
1736 : 29 : PyUnicode_InternInPlace(&string);
1737 : 29 : string = &_Py_ID(server_side);
1738 : : assert(_PyUnicode_CheckConsistency(string, 1));
1739 : 29 : PyUnicode_InternInPlace(&string);
1740 : 29 : string = &_Py_ID(session);
1741 : : assert(_PyUnicode_CheckConsistency(string, 1));
1742 : 29 : PyUnicode_InternInPlace(&string);
1743 : 29 : string = &_Py_ID(setcomp);
1744 : : assert(_PyUnicode_CheckConsistency(string, 1));
1745 : 29 : PyUnicode_InternInPlace(&string);
1746 : 29 : string = &_Py_ID(setpgroup);
1747 : : assert(_PyUnicode_CheckConsistency(string, 1));
1748 : 29 : PyUnicode_InternInPlace(&string);
1749 : 29 : string = &_Py_ID(setsid);
1750 : : assert(_PyUnicode_CheckConsistency(string, 1));
1751 : 29 : PyUnicode_InternInPlace(&string);
1752 : 29 : string = &_Py_ID(setsigdef);
1753 : : assert(_PyUnicode_CheckConsistency(string, 1));
1754 : 29 : PyUnicode_InternInPlace(&string);
1755 : 29 : string = &_Py_ID(setsigmask);
1756 : : assert(_PyUnicode_CheckConsistency(string, 1));
1757 : 29 : PyUnicode_InternInPlace(&string);
1758 : 29 : string = &_Py_ID(setstate);
1759 : : assert(_PyUnicode_CheckConsistency(string, 1));
1760 : 29 : PyUnicode_InternInPlace(&string);
1761 : 29 : string = &_Py_ID(shape);
1762 : : assert(_PyUnicode_CheckConsistency(string, 1));
1763 : 29 : PyUnicode_InternInPlace(&string);
1764 : 29 : string = &_Py_ID(show_cmd);
1765 : : assert(_PyUnicode_CheckConsistency(string, 1));
1766 : 29 : PyUnicode_InternInPlace(&string);
1767 : 29 : string = &_Py_ID(signed);
1768 : : assert(_PyUnicode_CheckConsistency(string, 1));
1769 : 29 : PyUnicode_InternInPlace(&string);
1770 : 29 : string = &_Py_ID(size);
1771 : : assert(_PyUnicode_CheckConsistency(string, 1));
1772 : 29 : PyUnicode_InternInPlace(&string);
1773 : 29 : string = &_Py_ID(sizehint);
1774 : : assert(_PyUnicode_CheckConsistency(string, 1));
1775 : 29 : PyUnicode_InternInPlace(&string);
1776 : 29 : string = &_Py_ID(skip_file_prefixes);
1777 : : assert(_PyUnicode_CheckConsistency(string, 1));
1778 : 29 : PyUnicode_InternInPlace(&string);
1779 : 29 : string = &_Py_ID(sleep);
1780 : : assert(_PyUnicode_CheckConsistency(string, 1));
1781 : 29 : PyUnicode_InternInPlace(&string);
1782 : 29 : string = &_Py_ID(sock);
1783 : : assert(_PyUnicode_CheckConsistency(string, 1));
1784 : 29 : PyUnicode_InternInPlace(&string);
1785 : 29 : string = &_Py_ID(sort);
1786 : : assert(_PyUnicode_CheckConsistency(string, 1));
1787 : 29 : PyUnicode_InternInPlace(&string);
1788 : 29 : string = &_Py_ID(sound);
1789 : : assert(_PyUnicode_CheckConsistency(string, 1));
1790 : 29 : PyUnicode_InternInPlace(&string);
1791 : 29 : string = &_Py_ID(source);
1792 : : assert(_PyUnicode_CheckConsistency(string, 1));
1793 : 29 : PyUnicode_InternInPlace(&string);
1794 : 29 : string = &_Py_ID(source_traceback);
1795 : : assert(_PyUnicode_CheckConsistency(string, 1));
1796 : 29 : PyUnicode_InternInPlace(&string);
1797 : 29 : string = &_Py_ID(src);
1798 : : assert(_PyUnicode_CheckConsistency(string, 1));
1799 : 29 : PyUnicode_InternInPlace(&string);
1800 : 29 : string = &_Py_ID(src_dir_fd);
1801 : : assert(_PyUnicode_CheckConsistency(string, 1));
1802 : 29 : PyUnicode_InternInPlace(&string);
1803 : 29 : string = &_Py_ID(stacklevel);
1804 : : assert(_PyUnicode_CheckConsistency(string, 1));
1805 : 29 : PyUnicode_InternInPlace(&string);
1806 : 29 : string = &_Py_ID(start);
1807 : : assert(_PyUnicode_CheckConsistency(string, 1));
1808 : 29 : PyUnicode_InternInPlace(&string);
1809 : 29 : string = &_Py_ID(statement);
1810 : : assert(_PyUnicode_CheckConsistency(string, 1));
1811 : 29 : PyUnicode_InternInPlace(&string);
1812 : 29 : string = &_Py_ID(status);
1813 : : assert(_PyUnicode_CheckConsistency(string, 1));
1814 : 29 : PyUnicode_InternInPlace(&string);
1815 : 29 : string = &_Py_ID(stderr);
1816 : : assert(_PyUnicode_CheckConsistency(string, 1));
1817 : 29 : PyUnicode_InternInPlace(&string);
1818 : 29 : string = &_Py_ID(stdin);
1819 : : assert(_PyUnicode_CheckConsistency(string, 1));
1820 : 29 : PyUnicode_InternInPlace(&string);
1821 : 29 : string = &_Py_ID(stdout);
1822 : : assert(_PyUnicode_CheckConsistency(string, 1));
1823 : 29 : PyUnicode_InternInPlace(&string);
1824 : 29 : string = &_Py_ID(step);
1825 : : assert(_PyUnicode_CheckConsistency(string, 1));
1826 : 29 : PyUnicode_InternInPlace(&string);
1827 : 29 : string = &_Py_ID(store_name);
1828 : : assert(_PyUnicode_CheckConsistency(string, 1));
1829 : 29 : PyUnicode_InternInPlace(&string);
1830 : 29 : string = &_Py_ID(strategy);
1831 : : assert(_PyUnicode_CheckConsistency(string, 1));
1832 : 29 : PyUnicode_InternInPlace(&string);
1833 : 29 : string = &_Py_ID(strftime);
1834 : : assert(_PyUnicode_CheckConsistency(string, 1));
1835 : 29 : PyUnicode_InternInPlace(&string);
1836 : 29 : string = &_Py_ID(strict);
1837 : : assert(_PyUnicode_CheckConsistency(string, 1));
1838 : 29 : PyUnicode_InternInPlace(&string);
1839 : 29 : string = &_Py_ID(strict_mode);
1840 : : assert(_PyUnicode_CheckConsistency(string, 1));
1841 : 29 : PyUnicode_InternInPlace(&string);
1842 : 29 : string = &_Py_ID(string);
1843 : : assert(_PyUnicode_CheckConsistency(string, 1));
1844 : 29 : PyUnicode_InternInPlace(&string);
1845 : 29 : string = &_Py_ID(sub_key);
1846 : : assert(_PyUnicode_CheckConsistency(string, 1));
1847 : 29 : PyUnicode_InternInPlace(&string);
1848 : 29 : string = &_Py_ID(symmetric_difference_update);
1849 : : assert(_PyUnicode_CheckConsistency(string, 1));
1850 : 29 : PyUnicode_InternInPlace(&string);
1851 : 29 : string = &_Py_ID(tabsize);
1852 : : assert(_PyUnicode_CheckConsistency(string, 1));
1853 : 29 : PyUnicode_InternInPlace(&string);
1854 : 29 : string = &_Py_ID(tag);
1855 : : assert(_PyUnicode_CheckConsistency(string, 1));
1856 : 29 : PyUnicode_InternInPlace(&string);
1857 : 29 : string = &_Py_ID(target);
1858 : : assert(_PyUnicode_CheckConsistency(string, 1));
1859 : 29 : PyUnicode_InternInPlace(&string);
1860 : 29 : string = &_Py_ID(target_is_directory);
1861 : : assert(_PyUnicode_CheckConsistency(string, 1));
1862 : 29 : PyUnicode_InternInPlace(&string);
1863 : 29 : string = &_Py_ID(task);
1864 : : assert(_PyUnicode_CheckConsistency(string, 1));
1865 : 29 : PyUnicode_InternInPlace(&string);
1866 : 29 : string = &_Py_ID(tb_frame);
1867 : : assert(_PyUnicode_CheckConsistency(string, 1));
1868 : 29 : PyUnicode_InternInPlace(&string);
1869 : 29 : string = &_Py_ID(tb_lasti);
1870 : : assert(_PyUnicode_CheckConsistency(string, 1));
1871 : 29 : PyUnicode_InternInPlace(&string);
1872 : 29 : string = &_Py_ID(tb_lineno);
1873 : : assert(_PyUnicode_CheckConsistency(string, 1));
1874 : 29 : PyUnicode_InternInPlace(&string);
1875 : 29 : string = &_Py_ID(tb_next);
1876 : : assert(_PyUnicode_CheckConsistency(string, 1));
1877 : 29 : PyUnicode_InternInPlace(&string);
1878 : 29 : string = &_Py_ID(tell);
1879 : : assert(_PyUnicode_CheckConsistency(string, 1));
1880 : 29 : PyUnicode_InternInPlace(&string);
1881 : 29 : string = &_Py_ID(template);
1882 : : assert(_PyUnicode_CheckConsistency(string, 1));
1883 : 29 : PyUnicode_InternInPlace(&string);
1884 : 29 : string = &_Py_ID(term);
1885 : : assert(_PyUnicode_CheckConsistency(string, 1));
1886 : 29 : PyUnicode_InternInPlace(&string);
1887 : 29 : string = &_Py_ID(text);
1888 : : assert(_PyUnicode_CheckConsistency(string, 1));
1889 : 29 : PyUnicode_InternInPlace(&string);
1890 : 29 : string = &_Py_ID(threading);
1891 : : assert(_PyUnicode_CheckConsistency(string, 1));
1892 : 29 : PyUnicode_InternInPlace(&string);
1893 : 29 : string = &_Py_ID(throw);
1894 : : assert(_PyUnicode_CheckConsistency(string, 1));
1895 : 29 : PyUnicode_InternInPlace(&string);
1896 : 29 : string = &_Py_ID(timeout);
1897 : : assert(_PyUnicode_CheckConsistency(string, 1));
1898 : 29 : PyUnicode_InternInPlace(&string);
1899 : 29 : string = &_Py_ID(times);
1900 : : assert(_PyUnicode_CheckConsistency(string, 1));
1901 : 29 : PyUnicode_InternInPlace(&string);
1902 : 29 : string = &_Py_ID(timetuple);
1903 : : assert(_PyUnicode_CheckConsistency(string, 1));
1904 : 29 : PyUnicode_InternInPlace(&string);
1905 : 29 : string = &_Py_ID(top);
1906 : : assert(_PyUnicode_CheckConsistency(string, 1));
1907 : 29 : PyUnicode_InternInPlace(&string);
1908 : 29 : string = &_Py_ID(trace_callback);
1909 : : assert(_PyUnicode_CheckConsistency(string, 1));
1910 : 29 : PyUnicode_InternInPlace(&string);
1911 : 29 : string = &_Py_ID(traceback);
1912 : : assert(_PyUnicode_CheckConsistency(string, 1));
1913 : 29 : PyUnicode_InternInPlace(&string);
1914 : 29 : string = &_Py_ID(trailers);
1915 : : assert(_PyUnicode_CheckConsistency(string, 1));
1916 : 29 : PyUnicode_InternInPlace(&string);
1917 : 29 : string = &_Py_ID(translate);
1918 : : assert(_PyUnicode_CheckConsistency(string, 1));
1919 : 29 : PyUnicode_InternInPlace(&string);
1920 : 29 : string = &_Py_ID(true);
1921 : : assert(_PyUnicode_CheckConsistency(string, 1));
1922 : 29 : PyUnicode_InternInPlace(&string);
1923 : 29 : string = &_Py_ID(truncate);
1924 : : assert(_PyUnicode_CheckConsistency(string, 1));
1925 : 29 : PyUnicode_InternInPlace(&string);
1926 : 29 : string = &_Py_ID(twice);
1927 : : assert(_PyUnicode_CheckConsistency(string, 1));
1928 : 29 : PyUnicode_InternInPlace(&string);
1929 : 29 : string = &_Py_ID(txt);
1930 : : assert(_PyUnicode_CheckConsistency(string, 1));
1931 : 29 : PyUnicode_InternInPlace(&string);
1932 : 29 : string = &_Py_ID(type);
1933 : : assert(_PyUnicode_CheckConsistency(string, 1));
1934 : 29 : PyUnicode_InternInPlace(&string);
1935 : 29 : string = &_Py_ID(tz);
1936 : : assert(_PyUnicode_CheckConsistency(string, 1));
1937 : 29 : PyUnicode_InternInPlace(&string);
1938 : 29 : string = &_Py_ID(tzname);
1939 : : assert(_PyUnicode_CheckConsistency(string, 1));
1940 : 29 : PyUnicode_InternInPlace(&string);
1941 : 29 : string = &_Py_ID(uid);
1942 : : assert(_PyUnicode_CheckConsistency(string, 1));
1943 : 29 : PyUnicode_InternInPlace(&string);
1944 : 29 : string = &_Py_ID(unlink);
1945 : : assert(_PyUnicode_CheckConsistency(string, 1));
1946 : 29 : PyUnicode_InternInPlace(&string);
1947 : 29 : string = &_Py_ID(unraisablehook);
1948 : : assert(_PyUnicode_CheckConsistency(string, 1));
1949 : 29 : PyUnicode_InternInPlace(&string);
1950 : 29 : string = &_Py_ID(uri);
1951 : : assert(_PyUnicode_CheckConsistency(string, 1));
1952 : 29 : PyUnicode_InternInPlace(&string);
1953 : 29 : string = &_Py_ID(usedforsecurity);
1954 : : assert(_PyUnicode_CheckConsistency(string, 1));
1955 : 29 : PyUnicode_InternInPlace(&string);
1956 : 29 : string = &_Py_ID(value);
1957 : : assert(_PyUnicode_CheckConsistency(string, 1));
1958 : 29 : PyUnicode_InternInPlace(&string);
1959 : 29 : string = &_Py_ID(values);
1960 : : assert(_PyUnicode_CheckConsistency(string, 1));
1961 : 29 : PyUnicode_InternInPlace(&string);
1962 : 29 : string = &_Py_ID(version);
1963 : : assert(_PyUnicode_CheckConsistency(string, 1));
1964 : 29 : PyUnicode_InternInPlace(&string);
1965 : 29 : string = &_Py_ID(volume);
1966 : : assert(_PyUnicode_CheckConsistency(string, 1));
1967 : 29 : PyUnicode_InternInPlace(&string);
1968 : 29 : string = &_Py_ID(warnings);
1969 : : assert(_PyUnicode_CheckConsistency(string, 1));
1970 : 29 : PyUnicode_InternInPlace(&string);
1971 : 29 : string = &_Py_ID(warnoptions);
1972 : : assert(_PyUnicode_CheckConsistency(string, 1));
1973 : 29 : PyUnicode_InternInPlace(&string);
1974 : 29 : string = &_Py_ID(wbits);
1975 : : assert(_PyUnicode_CheckConsistency(string, 1));
1976 : 29 : PyUnicode_InternInPlace(&string);
1977 : 29 : string = &_Py_ID(week);
1978 : : assert(_PyUnicode_CheckConsistency(string, 1));
1979 : 29 : PyUnicode_InternInPlace(&string);
1980 : 29 : string = &_Py_ID(weekday);
1981 : : assert(_PyUnicode_CheckConsistency(string, 1));
1982 : 29 : PyUnicode_InternInPlace(&string);
1983 : 29 : string = &_Py_ID(which);
1984 : : assert(_PyUnicode_CheckConsistency(string, 1));
1985 : 29 : PyUnicode_InternInPlace(&string);
1986 : 29 : string = &_Py_ID(who);
1987 : : assert(_PyUnicode_CheckConsistency(string, 1));
1988 : 29 : PyUnicode_InternInPlace(&string);
1989 : 29 : string = &_Py_ID(withdata);
1990 : : assert(_PyUnicode_CheckConsistency(string, 1));
1991 : 29 : PyUnicode_InternInPlace(&string);
1992 : 29 : string = &_Py_ID(writable);
1993 : : assert(_PyUnicode_CheckConsistency(string, 1));
1994 : 29 : PyUnicode_InternInPlace(&string);
1995 : 29 : string = &_Py_ID(write);
1996 : : assert(_PyUnicode_CheckConsistency(string, 1));
1997 : 29 : PyUnicode_InternInPlace(&string);
1998 : 29 : string = &_Py_ID(write_through);
1999 : : assert(_PyUnicode_CheckConsistency(string, 1));
2000 : 29 : PyUnicode_InternInPlace(&string);
2001 : 29 : string = &_Py_ID(x);
2002 : : assert(_PyUnicode_CheckConsistency(string, 1));
2003 : 29 : PyUnicode_InternInPlace(&string);
2004 : 29 : string = &_Py_ID(year);
2005 : : assert(_PyUnicode_CheckConsistency(string, 1));
2006 : 29 : PyUnicode_InternInPlace(&string);
2007 : 29 : string = &_Py_ID(zdict);
2008 : : assert(_PyUnicode_CheckConsistency(string, 1));
2009 : 29 : PyUnicode_InternInPlace(&string);
2010 : 29 : }
2011 : : /* End auto-generated code */
2012 : : #ifdef __cplusplus
2013 : : }
2014 : : #endif
2015 : : #endif /* !Py_INTERNAL_UNICODEOBJECT_GENERATED_H */
|