| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
That allows us to avoid cpython's GIL and gives us full ability to
leverage async/concurrent code to speed up python operations.
I have also taken the opportunity to change the `InfoJson` struct to an
untyped json value, as that is what it actually is.
|
| |
|
| |
|
| |
|
|
|
|
| |
correct name
|
|
|
|
| |
This keeps the jsons, which we internally parse, shorter.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There are too many possible extractors to mandate hard-coding them in a
enumeration.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|