mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary Implement #16408. Currently doesn't avoid recompiling the bytecode when it is already compiled which should be fine since the compiler script skips things which are already compiled. pyodide is currently unsupported due to it using a zip for its standard library and also because it misreports the location of the standard library. ## Test Plan Styling of the status report was manually tested, there is a new test for testing the actual functionality.