Skip to content

Commit 4ac7f2f

Browse files
chore: compile C files for source control
1 parent 8ba25d7 commit 4ac7f2f

Some content is hidden

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

45 files changed

+15236
-1552
lines changed
Lines changed: 14884 additions & 1462 deletions
Large diffs are not rendered by default.
Lines changed: 105 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef MYPYC_NATIVE_5eb755c420396fbb03a5_H
2-
#define MYPYC_NATIVE_5eb755c420396fbb03a5_H
1+
#ifndef MYPYC_NATIVE_856844b9e5997769ff1d_H
2+
#define MYPYC_NATIVE_856844b9e5997769ff1d_H
33
#include <Python.h>
44
#include <CPy.h>
55
#ifndef MYPYC_DECLARED_tuple_T4CIOO
@@ -1194,6 +1194,109 @@ typedef struct {
11941194
PyObject *___mypyc_generator_attribute__exc;
11951195
} faster_web3____utils___encoding____json_list_errors_FriendlyJsonSerde_genObject;
11961196

1197+
typedef struct {
1198+
PyObject_HEAD
1199+
CPyVTableItem *vtable;
1200+
PyObject *_event_abi;
1201+
PyObject *_abi_codec;
1202+
PyObject *_formatter;
1203+
PyObject *_event_topic;
1204+
PyObject *_args;
1205+
PyObject *__ordered_arg_names;
1206+
PyObject *__from_block;
1207+
PyObject *__to_block;
1208+
PyObject *__address;
1209+
char __immutable;
1210+
} faster_web3____utils___events___BaseEventFilterBuilderObject;
1211+
1212+
typedef struct {
1213+
PyObject_HEAD
1214+
CPyVTableItem *vtable;
1215+
PyObject *_event_abi;
1216+
PyObject *_abi_codec;
1217+
PyObject *_formatter;
1218+
PyObject *_event_topic;
1219+
PyObject *_args;
1220+
PyObject *__ordered_arg_names;
1221+
PyObject *__from_block;
1222+
PyObject *__to_block;
1223+
PyObject *__address;
1224+
char __immutable;
1225+
} faster_web3____utils___events___EventFilterBuilderObject;
1226+
1227+
typedef struct {
1228+
PyObject_HEAD
1229+
CPyVTableItem *vtable;
1230+
PyObject *_event_abi;
1231+
PyObject *_abi_codec;
1232+
PyObject *_formatter;
1233+
PyObject *_event_topic;
1234+
PyObject *_args;
1235+
PyObject *__ordered_arg_names;
1236+
PyObject *__from_block;
1237+
PyObject *__to_block;
1238+
PyObject *__address;
1239+
char __immutable;
1240+
} faster_web3____utils___events___AsyncEventFilterBuilderObject;
1241+
1242+
typedef struct {
1243+
PyObject_HEAD
1244+
CPyVTableItem *vtable;
1245+
PyObject *_arg_type;
1246+
PyObject *__match_values;
1247+
char __immutable;
1248+
} faster_web3____utils___events___BaseArgumentFilterObject;
1249+
1250+
typedef struct {
1251+
PyObject_HEAD
1252+
CPyVTableItem *vtable;
1253+
PyObject *_arg_type;
1254+
PyObject *__match_values;
1255+
char __immutable;
1256+
} faster_web3____utils___events___DataArgumentFilterObject;
1257+
1258+
typedef struct {
1259+
PyObject_HEAD
1260+
CPyVTableItem *vtable;
1261+
PyObject *_arg_type;
1262+
PyObject *__match_values;
1263+
char __immutable;
1264+
PyObject *_abi_codec;
1265+
} faster_web3____utils___events___TopicArgumentFilterObject;
1266+
1267+
typedef struct {
1268+
PyObject_HEAD
1269+
CPyVTableItem *vtable;
1270+
PyObject *___mypyc_generator_attribute__self;
1271+
PyObject *___mypyc_generator_attribute__async_w3;
1272+
int32_t ___mypyc_next_label__;
1273+
PyObject *___mypyc_temp__0;
1274+
PyObject *___mypyc_temp__1;
1275+
PyObject *___mypyc_generator_attribute__arg;
1276+
PyObject *___mypyc_temp__2;
1277+
tuple_T3OOO ___mypyc_temp__3;
1278+
PyObject *___mypyc_generator_attribute__log_filter;
1279+
} faster_web3____utils___events___deploy_AsyncEventFilterBuilder_genObject;
1280+
1281+
typedef struct {
1282+
PyObject_HEAD
1283+
CPyVTableItem *vtable;
1284+
PyObject *___mypyc_generator_attribute__event_abi;
1285+
PyObject *___mypyc_generator_attribute__abi_codec;
1286+
int32_t ___mypyc_next_label__;
1287+
PyObject *___mypyc_temp__4;
1288+
PyObject *___mypyc_temp__5;
1289+
PyObject *___mypyc_generator_attribute__item;
1290+
PyObject *___mypyc_generator_attribute__key;
1291+
PyObject *___mypyc_generator_attribute__value;
1292+
} faster_web3____utils___events____build_argument_filters_from_event_abi_genObject;
1293+
1294+
typedef struct {
1295+
PyObject_HEAD
1296+
CPyVTableItem *vtable;
1297+
vectorcallfunc vectorcall;
1298+
} faster_web3____utils___events___flag_options_EventLogErrorFlags_objObject;
1299+
11971300
typedef struct {
11981301
PyObject_HEAD
11991302
CPyVTableItem *vtable;

build/__native_internal_5eb755c420396fbb03a5.h renamed to build/__native_internal_856844b9e5997769ff1d.h

Lines changed: 144 additions & 6 deletions
Large diffs are not rendered by default.

build/faster_ens.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ PyMODINIT_FUNC
77
PyInit_faster_ens(void)
88
{
99
PyObject *tmp;
10-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
10+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
1111
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens");
1212
Py_DECREF(tmp);
1313
if (capsule == NULL) return NULL;
14-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens");
14+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens");
1515
Py_DECREF(capsule);
1616
if (!init_func) {
1717
return NULL;

build/faster_ens/_normalization.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit__normalization(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens____normalization");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens____normalization");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens____normalization");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/auto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_auto(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___auto");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens___auto");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens___auto");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/base_ens.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_base_ens(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___base_ens");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens___base_ens");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens___base_ens");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/constants.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_constants(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___constants");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens___constants");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens___constants");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/exceptions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_exceptions(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___exceptions");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens___exceptions");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens___exceptions");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_utils(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5eb755c420396fbb03a5__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("856844b9e5997769ff1d__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___utils");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5eb755c420396fbb03a5__mypyc.init_faster_ens___utils");
11+
void *init_func = PyCapsule_GetPointer(capsule, "856844b9e5997769ff1d__mypyc.init_faster_ens___utils");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

0 commit comments

Comments
 (0)