Skip to content

Commit 01bf139

Browse files
committed
Merge branch 'default' of https://github.com/BobTheBuidler/web3.py into default
2 parents f9adca2 + 06d5cb6 commit 01bf139

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

+47471
-4428
lines changed

build/__native_f8380e4197eb622eb831.c renamed to build/__native_7851e3006a0e003ffac8.c

Lines changed: 46510 additions & 4333 deletions
Large diffs are not rendered by default.

build/__native_f8380e4197eb622eb831.h renamed to build/__native_7851e3006a0e003ffac8.h

Lines changed: 382 additions & 2 deletions
Large diffs are not rendered by default.

build/__native_internal_f8380e4197eb622eb831.h renamed to build/__native_internal_7851e3006a0e003ffac8.h

Lines changed: 457 additions & 13 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("f8380e4197eb622eb831__mypyc"))) return NULL;
10+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__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, "f8380e4197eb622eb831__mypyc.init_faster_ens");
14+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__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("f8380e4197eb622eb831__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__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, "f8380e4197eb622eb831__mypyc.init_faster_ens____normalization");
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__mypyc.init_faster_ens____normalization");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/async_ens.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#include <Python.h>
2+
3+
PyMODINIT_FUNC
4+
PyInit_async_ens(void)
5+
{
6+
PyObject *tmp;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__mypyc"))) return NULL;
8+
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___async_ens");
9+
Py_DECREF(tmp);
10+
if (capsule == NULL) return NULL;
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__mypyc.init_faster_ens___async_ens");
12+
Py_DECREF(capsule);
13+
if (!init_func) {
14+
return NULL;
15+
}
16+
return ((PyObject *(*)(void))init_func)();
17+
}
18+
19+
// distutils sometimes spuriously tells cl to export CPyInit___init__,
20+
// so provide that so it chills out
21+
PyMODINIT_FUNC PyInit___init__(void) { return PyInit_async_ens(); }

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("f8380e4197eb622eb831__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__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, "f8380e4197eb622eb831__mypyc.init_faster_ens___auto");
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__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("f8380e4197eb622eb831__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__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, "f8380e4197eb622eb831__mypyc.init_faster_ens___base_ens");
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__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("f8380e4197eb622eb831__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__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, "f8380e4197eb622eb831__mypyc.init_faster_ens___constants");
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__mypyc.init_faster_ens___constants");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/ens.c

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#include <Python.h>
2+
3+
PyMODINIT_FUNC
4+
PyInit_ens(void)
5+
{
6+
PyObject *tmp;
7+
if (!(tmp = PyImport_ImportModule("7851e3006a0e003ffac8__mypyc"))) return NULL;
8+
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___ens");
9+
Py_DECREF(tmp);
10+
if (capsule == NULL) return NULL;
11+
void *init_func = PyCapsule_GetPointer(capsule, "7851e3006a0e003ffac8__mypyc.init_faster_ens___ens");
12+
Py_DECREF(capsule);
13+
if (!init_func) {
14+
return NULL;
15+
}
16+
return ((PyObject *(*)(void))init_func)();
17+
}
18+
19+
// distutils sometimes spuriously tells cl to export CPyInit___init__,
20+
// so provide that so it chills out
21+
PyMODINIT_FUNC PyInit___init__(void) { return PyInit_ens(); }

0 commit comments

Comments
 (0)