RustPython Pre-Release 2025-05-05-main #28
Pre-release
Pre-release
·
30 commits
to main
since this release
What's Changed
- Replace puruspe to pymath by @youknowone in #5733
- skip flaky test_weakref test by @youknowone in #5760
- copilot-instructions by @youknowone in #5719
- Bump dependencies by @arihant2math in #5759
- Support multiline function/class definitions in REPL and InteractiveConsole by @aneeshdurg in #5743
- More stdlib updates by @arihant2math in #5737
- Fix Cargo.lock by @youknowone in #5761
- Increase numerical precision of log1p by @kralka in #5757
- Cleaner panic output for codegen errors by @arihant2math in #5716
- Fix usize not using the same hash as PyInt when used as key into a di… by @hbina in #5756
- Fix build by @youknowone in #5765
- Enable test_mtestfile by @kralka in #5767
New Contributors
- @aneeshdurg made their first contribution in #5743
- @kralka made their first contribution in #5757
Full Changelog: 2025-04-28-main-27...2025-05-05-main-28