Skip to content

Commit 2ebac59

Browse files
committed
chore: extract _RequestEvent to its own module
1 parent 96a81e8 commit 2ebac59

File tree

55 files changed

+154502
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+154502
-31
lines changed
1.63 MB
Binary file not shown.
1.43 MB
Binary file not shown.

Makefile

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,39 @@ benchmark:
1313
poetry run brownie run examples/benchmark
1414

1515
mypyc:
16-
mypyc dank_mids/_batch.py dank_mids/_demo_mode.py dank_mids/_envs.py dank_mids/_eth_utils.py dank_mids/_exceptions.py dank_mids/_logging.py dank_mids/_tasks.py dank_mids/_uid.py dank_mids/_vendor/aiolimiter/src dank_mids/_web3/abi.py dank_mids/_web3/formatters.py dank_mids/brownie_patch/__init__.py dank_mids/brownie_patch/_abi.py dank_mids/brownie_patch/call.py dank_mids/brownie_patch/overloaded.py dank_mids/brownie_patch/types.py dank_mids/helpers/__init__.py dank_mids/helpers/_codec.py dank_mids/helpers/_errors.py dank_mids/helpers/_gather.py dank_mids/helpers/_rate_limit.py dank_mids/helpers/_weaklist.py dank_mids/helpers/batch_size.py dank_mids/helpers/hashing.py dank_mids/helpers/lru_cache.py dank_mids/helpers/method.py dank_mids/stats/__init__.py dank_mids/constants.py dank_mids/controller.py dank_mids/ENVIRONMENT_VARIABLES.py --strict --pretty --disable-error-code=unused-ignore
16+
mypyc dank_mids/_batch.py \
17+
dank_mids/_demo_mode.py \
18+
dank_mids/_envs.py \
19+
dank_mids/_eth_utils.py \
20+
dank_mids/_exceptions.py \
21+
dank_mids/_logging.py \
22+
dank_mids/_tasks.py \
23+
dank_mids/_uid.py \
24+
dank_mids/_vendor/aiolimiter/src \
25+
dank_mids/_web3/abi.py \
26+
dank_mids/_web3/formatters.py \
27+
dank_mids/brownie_patch/__init__.py \
28+
dank_mids/brownie_patch/_abi.py \
29+
dank_mids/brownie_patch/call.py \
30+
dank_mids/brownie_patch/overloaded.py \
31+
dank_mids/brownie_patch/types.py \
32+
dank_mids/helpers/__init__.py \
33+
dank_mids/helpers/_codec.py \
34+
dank_mids/helpers/_errors.py \
35+
dank_mids/helpers/_event.py \
36+
dank_mids/helpers/_gather.py \
37+
dank_mids/helpers/_rate_limit.py \
38+
dank_mids/helpers/_weaklist.py \
39+
dank_mids/helpers/batch_size.py \
40+
dank_mids/helpers/hashing.py \
41+
dank_mids/helpers/lru_cache.py \
42+
dank_mids/helpers/method.py \
43+
dank_mids/stats/__init__.py \
44+
dank_mids/constants.py \
45+
dank_mids/controller.py \
46+
dank_mids/ENVIRONMENT_VARIABLES.py \
47+
--strict --pretty \
48+
--disable-error-code=unused-ignore
1749

1850

1951
# Vendoring

build/__native_0bf4c1c413ed1d8eb97f.h

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
<<<<<<< HEAD:build/__native_0bf4c1c413ed1d8eb97f.h
12
#ifndef MYPYC_NATIVE_0bf4c1c413ed1d8eb97f_H
23
#define MYPYC_NATIVE_0bf4c1c413ed1d8eb97f_H
4+
=======
5+
<<<<<<< HEAD:build/__native_6486cd47b6f59329387b.h
6+
#ifndef MYPYC_NATIVE_6486cd47b6f59329387b_H
7+
#define MYPYC_NATIVE_6486cd47b6f59329387b_H
8+
=======
9+
#ifndef MYPYC_NATIVE_e533ac94cbe235f69297_H
10+
#define MYPYC_NATIVE_e533ac94cbe235f69297_H
11+
>>>>>>> chore: extract _RequestEvent to its own module:build/__native_e533ac94cbe235f69297.h
12+
>>>>>>> chore: extract _RequestEvent to its own module:build/__native_6486cd47b6f59329387b.h
313
#include <Python.h>
414
#include <CPy.h>
515
#ifndef MYPYC_DECLARED_tuple_T3CIO
@@ -611,8 +621,28 @@ typedef struct {
611621
typedef struct {
612622
PyObject_HEAD
613623
CPyVTableItem *vtable;
624+
<<<<<<< HEAD:build/__native_0bf4c1c413ed1d8eb97f.h
625+
=======
626+
vectorcallfunc vectorcall;
627+
} dank_mids___helpers____codec_____mypyc_lambda__0_objObject;
628+
629+
typedef struct {
630+
PyObject_HEAD
631+
CPyVTableItem *vtable;
632+
<<<<<<< HEAD:build/__native_6486cd47b6f59329387b.h
633+
>>>>>>> chore: extract _RequestEvent to its own module:build/__native_6486cd47b6f59329387b.h
614634
PyObject *___mypyc_generator_attribute__coros;
615635
PyObject *___mypyc_generator_attribute__name;
636+
=======
637+
PyObject *__owner;
638+
} dank_mids___helpers____event___RequestEventObject;
639+
640+
typedef struct {
641+
PyObject_HEAD
642+
CPyVTableItem *vtable;
643+
PyObject *_coros;
644+
PyObject *_name;
645+
>>>>>>> chore: extract _RequestEvent to its own module:build/__native_e533ac94cbe235f69297.h
616646
int32_t ___mypyc_next_label__;
617647
PyObject *___mypyc_generator_attribute__loop;
618648
PyObject *___mypyc_temp__0;

0 commit comments

Comments
 (0)