Hood Chatham
Hood Chatham
As @camillol said: > The root issue is that `BaseException` has a custom `__reduce__` that can't handle subclasses with required keyword-only arguments. Overriding reduce is the right fix (barring a...
I think if you use the version on branch #47, then it should work.
> we cannot change the type signature of the core C library functions open/close/read/write without breaking existing code Interesting, so it's not just an ABI break but an actual API...
I think the type rendering shows something different depending on whether you put `Optional[X]` vs `X | None`. It's not clear how much this is the intended behavior vs how...
> Just if you see anything wrong in those changes please report that on https://github.com/asottile/pyupgrade/issues. There's nothing wrong with the changes, it's certainly not a pyupgrade bug. `Optional[X]` and `X...
Two problems: 1. docs didn't deploy 2. [Update cross-build metadata file](https://github.com/pyodide/pyodide/actions/workflows/update_cross_build_releases.yml) failed I can fix docs.
Okay I fixed the docs.
First we need httpx support. I have a quick hack to get it working, but I'd like to see it done a bit more carefully.
Rather than using my hack, at this point it would probably be better to build httpx from @joemarshall's branch: https://github.com/encode/httpx/pull/3330