Skip to content
Open
17,903 changes: 10,594 additions & 7,309 deletions build/__native_5f8b22f5f815a3776376.c → build/__native_2c3297a056130187a890.c

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MYPYC_NATIVE_5f8b22f5f815a3776376_H
#define MYPYC_NATIVE_5f8b22f5f815a3776376_H
#ifndef MYPYC_NATIVE_2c3297a056130187a890_H
#define MYPYC_NATIVE_2c3297a056130187a890_H
#include <Python.h>
#include <CPy.h>
#ifndef MYPYC_DECLARED_tuple_T3CIO
Expand Down Expand Up @@ -38,6 +38,14 @@ typedef struct tuple_T3OOO {
} tuple_T3OOO;
#endif

#ifndef MYPYC_DECLARED_tuple_T2II
#define MYPYC_DECLARED_tuple_T2II
typedef struct tuple_T2II {
CPyTagged f0;
CPyTagged f1;
} tuple_T2II;
#endif

#ifndef MYPYC_DECLARED_tuple_T1O
#define MYPYC_DECLARED_tuple_T1O
typedef struct tuple_T1O {
Expand Down Expand Up @@ -147,28 +155,28 @@ typedef struct tuple_T6OOOOOO {
typedef struct {
PyObject_HEAD
CPyVTableItem *vtable;
PyObject *__original_text;
char _restricted;
PyObject *__original_codepoints;
PyObject *__original_text;
PyObject *__normalized_codepoints;
char _restricted;
} faster_ens____normalization___TokenObject;

typedef struct {
PyObject_HEAD
CPyVTableItem *vtable;
PyObject *__original_text;
char _restricted;
PyObject *__original_codepoints;
PyObject *__original_text;
PyObject *__normalized_codepoints;
char _restricted;
} faster_ens____normalization___EmojiTokenObject;

typedef struct {
PyObject_HEAD
CPyVTableItem *vtable;
PyObject *__original_text;
char _restricted;
PyObject *__original_codepoints;
PyObject *__original_text;
PyObject *__normalized_codepoints;
char _restricted;
} faster_ens____normalization___TextTokenObject;

typedef struct {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef MYPYC_NATIVE_INTERNAL_5f8b22f5f815a3776376_H
#define MYPYC_NATIVE_INTERNAL_5f8b22f5f815a3776376_H
#ifndef MYPYC_NATIVE_INTERNAL_2c3297a056130187a890_H
#define MYPYC_NATIVE_INTERNAL_2c3297a056130187a890_H
#include <Python.h>
#include <CPy.h>
#include "__native_5f8b22f5f815a3776376.h"
#include "__native_2c3297a056130187a890.h"

int CPyGlobalsInit(void);

extern PyObject *CPyStatics[2318];
extern PyObject *CPyStatics[2344];
extern const char * const CPyLit_Str[];
extern const char * const CPyLit_Bytes[];
extern const char * const CPyLit_Int[];
Expand Down Expand Up @@ -196,6 +196,10 @@ extern PyObject *CPyStatic_time_based___globals;
extern CPyModule *CPyModule_collections;
extern CPyModule *CPyModule_math;
extern CPyModule *CPyModule_operator;
extern CPyModule *CPyModule_faster_web3___logs__internal;
extern CPyModule *CPyModule_faster_web3___logs;
extern PyObject *CPyStatic_logs___globals;
extern CPyModule *CPyModule_faster_web3____utils___events;
extern CPyModule *CPyModule_faster_web3___providers___eth_tester__internal;
extern CPyModule *CPyModule_faster_web3___providers___eth_tester;
extern PyObject *CPyStatic_eth_tester___globals;
Expand Down Expand Up @@ -249,8 +253,22 @@ extern CPyModule *CPyModule_faster_web3___utils___exception_handling__internal;
extern CPyModule *CPyModule_faster_web3___utils___exception_handling;
extern PyObject *CPyStatic_exception_handling___globals;
extern char CPyDef_faster_ens_____top_level__(void);
extern PyObject *CPyStatic__normalization___NFC;
extern PyObject *CPyStatic__normalization___NFD;
extern PyObject *CPyStatic__normalization____NFC__QC_NO_OR_MAYBE;
extern PyObject *CPyStatic__normalization____NFD__QC_NO;
extern PyObject *CPyStatic__normalization____NON_ZERO_CCC_TABLE;
extern PyObject *CPyStatic__normalization____COMPOSITION_EXCLUSIONS;
extern PyObject *CPyStatic__normalization____COMPOSITE_BY_CDECOMP;
extern PyObject *CPyStatic__normalization____FULL_CDECOMP_BY_CHAR;
extern PyObject *CPyStatic__normalization____LB;
extern PyObject *CPyStatic__normalization____LL;
extern PyObject *CPyStatic__normalization____SB;
extern PyObject *CPyStatic__normalization____SL;
extern PyObject *CPyStatic__normalization____TB;
extern PyObject *CPyStatic__normalization____TL;
extern PyObject *CPyStatic__normalization____TCOUNT;
extern PyObject *CPyStatic__normalization____VB;
extern PyObject *CPyStatic__normalization____VL;
extern PyObject *CPyStatic__normalization____VCOUNT;
extern PyObject *CPyStatic__normalization___NORMALIZATION_SPEC;
extern PyObject *CPyStatic__normalization___EMOJI_NORMALIZATION_SPEC;
extern PyObject *CPyStatic__normalization___NORMALIZATION_SPEC_CM;
Expand Down Expand Up @@ -312,10 +330,22 @@ extern PyObject *CPyDef__normalization____validate_tokens_and_get_label_type(PyO
extern PyObject *CPyPy__normalization____validate_tokens_and_get_label_type(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____build_and_validate_label_from_tokens(PyObject *cpy_r_tokens);
extern PyObject *CPyPy__normalization____build_and_validate_label_from_tokens(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____buffer_codepoints_to_chars(PyObject *cpy_r_buffer);
extern PyObject *CPyPy__normalization____buffer_codepoints_to_chars(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization___normalize_name_ensip15(PyObject *cpy_r_name);
extern PyObject *CPyPy__normalization___normalize_name_ensip15(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization___NFC(PyObject *cpy_r_unistr);
extern PyObject *CPyPy__normalization___NFC(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____compose(PyObject *cpy_r_elements_);
extern PyObject *CPyPy__normalization____compose(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____compose_hangul_syllable(CPyTagged cpy_r_x, CPyTagged cpy_r_y);
extern PyObject *CPyPy__normalization____compose_hangul_syllable(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization___NFD(PyObject *cpy_r_unistr);
extern PyObject *CPyPy__normalization___NFD(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____reorder(PyObject *cpy_r_elements);
extern PyObject *CPyPy__normalization____reorder(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____decompose(PyObject *cpy_r_unistr);
extern PyObject *CPyPy__normalization____decompose(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern PyObject *CPyDef__normalization____decompose_hangul_syllable(CPyTagged cpy_r_cp);
extern PyObject *CPyPy__normalization____decompose_hangul_syllable(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern char CPyDef__normalization_____top_level__(void);
extern PyObject *CPyStatic_faster_ens___auto___ns;
extern char CPyDef_faster_ens___auto_____top_level__(void);
Expand Down Expand Up @@ -2817,6 +2847,11 @@ extern PyObject *CPyPy_time_based___time_based_gas_price_strategy_construct_time
extern PyObject *CPyDef_time_based___construct_time_based_gas_price_strategy(CPyTagged cpy_r_max_wait_seconds, CPyTagged cpy_r_sample_size, CPyTagged cpy_r_probability, char cpy_r_weighted);
extern PyObject *CPyPy_time_based___construct_time_based_gas_price_strategy(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
extern char CPyDef_time_based_____top_level__(void);
extern PyObject *CPyStatic_logs___DISCARD;
extern PyObject *CPyStatic_logs___IGNORE;
extern PyObject *CPyStatic_logs___STRICT;
extern PyObject *CPyStatic_logs___WARN;
extern char CPyDef_logs_____top_level__(void);
extern char CPyDef_eth_tester_____top_level__(void);
extern PyObject *CPyStatic_defaults___null_if_block_not_found;
extern PyObject *CPyStatic_defaults___null_if_transaction_not_found;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ PyMODINIT_FUNC
PyInit_faster_ens(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/_normalization.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit__normalization(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens____normalization");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens____normalization");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens____normalization");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/auto.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_auto(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___auto");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___auto");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___auto");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/base_ens.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_base_ens(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___base_ens");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___base_ens");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___base_ens");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_constants(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___constants");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___constants");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___constants");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_exceptions(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___exceptions");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___exceptions");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___exceptions");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_ens/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_utils(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___utils");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___utils");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___utils");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/async_transactions.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_async_transactions(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___async_transactions");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___async_transactions");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___async_transactions");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/batching.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_batching(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___batching");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___batching");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___batching");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/blocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_blocks(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___blocks");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___blocks");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___blocks");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/caching.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_caching(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___caching");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___caching");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___caching");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/caching/caching_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_caching_utils(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___caching___caching_utils");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___caching___caching_utils");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___caching___caching_utils");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/caching/request_caching_validation.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_request_caching_validation(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___caching___request_caching_validation");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___caching___request_caching_validation");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___caching___request_caching_validation");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/contracts.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_contracts(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___contracts");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___contracts");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___contracts");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/datatypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_datatypes(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___datatypes");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___datatypes");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___datatypes");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/decorators.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_decorators(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___decorators");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___decorators");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___decorators");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
4 changes: 2 additions & 2 deletions build/faster_web3/_utils/encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PyMODINIT_FUNC
PyInit_encoding(void)
{
PyObject *tmp;
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___encoding");
Py_DECREF(tmp);
if (capsule == NULL) return NULL;
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_web3____utils___encoding");
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_web3____utils___encoding");
Py_DECREF(capsule);
if (!init_func) {
return NULL;
Expand Down
Loading