RustPython Pre-Release 2025-09-01-main #45
Pre-release
Pre-release
·
53 commits
to main
since this release
What's Changed
- PyTypeFlags::{SEQUENCE,MAPPING} by @youknowone in #6109
- Fix PyNumber::boolean by @youknowone in #6111
- New Instruction ToBool,PopJumpIfFalse by @youknowone in #6112
- Fix mkdir error args by @youknowone in #6114
- Add sorted.py to microbenchmarks by @jackoconnordev in #6086
- More Pattern matching implementation mapping + class by @youknowone in #6110
- Rework crt_fd to be more aligned with io-safety by @coolreader18 in #5789
Full Changelog: 2025-08-25-main-44...2025-09-01-main-45