RustPython Pre-Release 2025-08-11-main #42
Pre-release
Pre-release
·
98 commits
to main
since this release
What's Changed
- Update
configparser.py
from 3.13.5 by @ShaharNaveh in #6062 - Update
gettext.py
from 3.13.5 by @ShaharNaveh in #6063 - Update
pickle{tools,}.py
from 3.13.5 by @ShaharNaveh in #6064 - Update
genericpath.py
from 3.13.5 by @ShaharNaveh in #6065 - Implement unsupported ops for
sqlite3.Blob
by @ever0de in #6066 - Update
difflib.py
from 3.13.5 by @ShaharNaveh in #6067 - Update
{nt,posix}path.py
from 3.13.5 by @ShaharNaveh in #6070 - Reorder
struct lconv
members to match locale.h by @jackoconnordev in #6073 - Update rustyline & socket2 by @ShaharNaveh in #6074
- Update
zipapp.py
from 3.13.5 by @jackoconnordev in #6075 - Fix ImportError fields by @youknowone in #6079
- Update
os.py
from 3.13.5 by @ShaharNaveh in #6076 - Rust 1.89 clippy fix by @youknowone in #6082
- Implement type check in member descriptor
__set__
by @ever0de in #6080 - Add return annotation to
__annotations__
last by @jackoconnordev in #6071 - Renewd DictUpdate instruction by @youknowone in #6085
Full Changelog: 2025-08-04-main-41...2025-08-11-main-42