@@ -70,7 +70,7 @@ static PyGetSetDef _demo_mode___DummyLogger_getseters[] = {
70
70
static PyMethodDef _demo_mode___DummyLogger_methods[] = {
71
71
{"info",
72
72
(PyCFunction)CPyPy__demo_mode___DummyLogger___info,
73
- METH_FASTCALL | METH_KEYWORDS, NULL},
73
+ METH_FASTCALL | METH_KEYWORDS | METH_STATIC , NULL},
74
74
{"__setstate__", (PyCFunction)CPyPickle_SetState, METH_O, NULL},
75
75
{"__getstate__", (PyCFunction)CPyPickle_GetState, METH_NOARGS, NULL},
76
76
{NULL} /* Sentinel */
@@ -152,29 +152,21 @@ PyObject *CPyInit_dank_mids____demo_mode(void)
152
152
return NULL;
153
153
}
154
154
155
- char CPyDef__demo_mode___DummyLogger___info(PyObject *cpy_r_self, PyObject * cpy_r_args, PyObject *cpy_r_kwargs) {
155
+ char CPyDef__demo_mode___DummyLogger___info(PyObject *cpy_r_args, PyObject *cpy_r_kwargs) {
156
156
return 1;
157
157
}
158
158
159
159
PyObject *CPyPy__demo_mode___DummyLogger___info(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames) {
160
- PyObject *obj_self = self;
161
160
static const char * const kwlist[] = {0};
162
161
static CPyArg_Parser parser = {"%:info", kwlist, 0};
163
162
PyObject *obj_args;
164
163
PyObject *obj_kwargs;
165
164
if (!CPyArg_ParseStackAndKeywords(args, nargs, kwnames, &parser, &obj_args, &obj_kwargs)) {
166
165
return NULL;
167
166
}
168
- PyObject *arg_self;
169
- if (likely(Py_TYPE(obj_self) == CPyType__demo_mode___DummyLogger))
170
- arg_self = obj_self;
171
- else {
172
- CPy_TypeError("dank_mids._demo_mode.DummyLogger", obj_self);
173
- goto fail;
174
- }
175
167
PyObject *arg_args = obj_args;
176
168
PyObject *arg_kwargs = obj_kwargs;
177
- char retval = CPyDef__demo_mode___DummyLogger___info(arg_self, arg_args, arg_kwargs);
169
+ char retval = CPyDef__demo_mode___DummyLogger___info(arg_args, arg_kwargs);
178
170
CPy_DECREF(obj_args);
179
171
CPy_DECREF(obj_kwargs);
180
172
if (retval == 2) {
@@ -186,7 +178,7 @@ PyObject *CPyPy__demo_mode___DummyLogger___info(PyObject *self, PyObject *const
186
178
fail: ;
187
179
CPy_DECREF(obj_args);
188
180
CPy_DECREF(obj_kwargs);
189
- CPy_AddTraceback("dank_mids/_demo_mode.py", "info", 17 , CPyStatic__demo_mode___globals);
181
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "info", 18 , CPyStatic__demo_mode___globals);
190
182
return NULL;
191
183
}
192
184
@@ -338,15 +330,15 @@ CPyL3: ;
338
330
PyErr_SetString(PyExc_NameError, "value for final name \"DEMO_MODE\" was not set");
339
331
cpy_r_r31 = 0;
340
332
if (unlikely(!cpy_r_r31)) {
341
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 29 , CPyStatic__demo_mode___globals);
333
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 30 , CPyStatic__demo_mode___globals);
342
334
goto CPyL24;
343
335
}
344
336
CPy_Unreachable();
345
337
CPyL14: ;
346
338
cpy_r_r32 = PyObject_IsTrue(cpy_r_r30);
347
339
cpy_r_r33 = cpy_r_r32 >= 0;
348
340
if (unlikely(!cpy_r_r33)) {
349
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 29 , CPyStatic__demo_mode___globals);
341
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 30 , CPyStatic__demo_mode___globals);
350
342
goto CPyL24;
351
343
}
352
344
cpy_r_r34 = cpy_r_r32;
@@ -356,15 +348,15 @@ CPyL14: ;
356
348
cpy_r_r37 = CPyStatics[5]; /* 'getLogger' */
357
349
cpy_r_r38 = CPyDict_GetItem(cpy_r_r36, cpy_r_r37);
358
350
if (unlikely(cpy_r_r38 == NULL)) {
359
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 30 , CPyStatic__demo_mode___globals);
351
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 31 , CPyStatic__demo_mode___globals);
360
352
goto CPyL24;
361
353
}
362
354
PyObject *cpy_r_r39[1] = {cpy_r_r35};
363
355
cpy_r_r40 = (PyObject **)&cpy_r_r39;
364
356
cpy_r_r41 = _PyObject_Vectorcall(cpy_r_r38, cpy_r_r40, 1, 0);
365
357
CPy_DECREF(cpy_r_r38);
366
358
if (unlikely(cpy_r_r41 == NULL)) {
367
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 30 , CPyStatic__demo_mode___globals);
359
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 31 , CPyStatic__demo_mode___globals);
368
360
goto CPyL24;
369
361
}
370
362
cpy_r_r42 = CPyStatic__demo_mode___globals;
@@ -373,14 +365,14 @@ CPyL14: ;
373
365
CPy_DECREF(cpy_r_r41);
374
366
cpy_r_r45 = cpy_r_r44 >= 0;
375
367
if (unlikely(!cpy_r_r45)) {
376
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 30 , CPyStatic__demo_mode___globals);
368
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 31 , CPyStatic__demo_mode___globals);
377
369
goto CPyL24;
378
370
} else
379
371
goto CPyL21;
380
372
CPyL19: ;
381
373
cpy_r_r46 = CPyDef__demo_mode___DummyLogger();
382
374
if (unlikely(cpy_r_r46 == NULL)) {
383
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 32 , CPyStatic__demo_mode___globals);
375
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 33 , CPyStatic__demo_mode___globals);
384
376
goto CPyL24;
385
377
}
386
378
cpy_r_r47 = CPyStatic__demo_mode___globals;
@@ -389,15 +381,15 @@ CPyL19: ;
389
381
CPy_DECREF(cpy_r_r46);
390
382
cpy_r_r50 = cpy_r_r49 >= 0;
391
383
if (unlikely(!cpy_r_r50)) {
392
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 32 , CPyStatic__demo_mode___globals);
384
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 33 , CPyStatic__demo_mode___globals);
393
385
goto CPyL24;
394
386
}
395
387
CPyL21: ;
396
388
cpy_r_r51 = CPyStatic__demo_mode___globals;
397
389
cpy_r_r52 = CPyStatics[17]; /* '_logger' */
398
390
cpy_r_r53 = CPyDict_GetItem(cpy_r_r51, cpy_r_r52);
399
391
if (unlikely(cpy_r_r53 == NULL)) {
400
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 34 , CPyStatic__demo_mode___globals);
392
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 35 , CPyStatic__demo_mode___globals);
401
393
goto CPyL24;
402
394
}
403
395
CPyStatic__demo_mode___demo_logger = cpy_r_r53;
@@ -408,7 +400,7 @@ CPyL21: ;
408
400
CPy_DECREF(cpy_r_r53);
409
401
cpy_r_r57 = cpy_r_r56 >= 0;
410
402
if (unlikely(!cpy_r_r57)) {
411
- CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 34 , CPyStatic__demo_mode___globals);
403
+ CPy_AddTraceback("dank_mids/_demo_mode.py", "<module>", 35 , CPyStatic__demo_mode___globals);
412
404
goto CPyL24;
413
405
}
414
406
return 1;
@@ -38828,7 +38820,7 @@ CPyModule *CPyModule_dank_mids___semaphores;
38828
38820
PyObject *CPyStatic__demo_mode___demo_logger = NULL;
38829
38821
PyTypeObject *CPyType__demo_mode___DummyLogger;
38830
38822
PyObject *CPyDef__demo_mode___DummyLogger(void);
38831
- char CPyDef__demo_mode___DummyLogger___info(PyObject *cpy_r_self, PyObject * cpy_r_args, PyObject *cpy_r_kwargs);
38823
+ char CPyDef__demo_mode___DummyLogger___info(PyObject *cpy_r_args, PyObject *cpy_r_kwargs);
38832
38824
PyObject *CPyPy__demo_mode___DummyLogger___info(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
38833
38825
char CPyDef__demo_mode_____top_level__(void);
38834
38826
PyObject *CPyStatic__eth_utils___hexlify = NULL;
0 commit comments