You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Roll back actions/upload-artifact to v3 (#62)
For whatever reason, v4 breaks the upload job now. See
actions/upload-artifact#478. I'm just going to
roll it back for the time being and retry the 1.4.0 release.
Add `pyawaitable_set*` and `pyawaitable_get*` functions (#28)
Needed for [view.py](https://github.com/ZeroIntensity/view.py) to switch
to the PyPI copy instead of a vendor. `set` functions are generally used
for mutating state between calls, while `get` functions are there
because it's kind of weird to have `set` without `get`.