Update zlib from 3.12.6 and _ZlibDecompressor implementation#5476
Update zlib from 3.12.6 and _ZlibDecompressor implementation#5476youknowone merged 16 commits intoRustPython:mainfrom
Conversation
|
To fix the failing test, you can run |
|
I can't seem to see how can produce a |
|
Sorry, I just checked CPython code but it doesn't look like that |
…assed to it's __init__
…ates pre-emptively
|
I resolved a few issues, but currently I'm getting a bunch of |
|
Additionally |
|
Also it seems to my knowledge |
|
Each class need to implement Oh... unlike setstate, getstate doesn't have many implementations |
|
|
||
| has_fork_support = hasattr(os, "fork") and not is_emscripten and not is_wasi | ||
|
|
||
| # From python 3.12.6 |
There was a problem hiding this comment.
I am sorry to confuse you. Version was required for commit message, but this is also fine too
After this is merged a few GZip tests are unblocked.