RustPython Pre-Release 2025-03-03-main #14
Pre-release
Pre-release
·
273 commits
to main
since this release
What's Changed
- Update the csv for website what's left by @arihant2math in #5545
- Fix a bunch of
random
tests by @coolreader18 in #5533 - Update to syn2 by @coolreader18 in #5556
- Enable
unsafe_op_in_unsafe_fn
andmissing_unsafe_on_extern
lints by @coolreader18 in #5557 - Use non-env-var methods from openssl_probe by @coolreader18 in #5558
- Enable rust2024-incompatible pat and keyword-ident lints by @coolreader18 in #5559
- Add extra tests for issue by @arihant2math in #5551
- Switch to libz-rs-sys for zlib implementation by @coolreader18 in #5562
- Fix a bunch of zlib tests & update gzip.py to Python 3.13 by @coolreader18 in #5563
- Migrate to the 2024 edition by @arihant2math in #5560
- Remove redundant lints now that we're on edition2024 by @coolreader18 in #5565
- Update license dates by @arihant2math in #5568
- fix devcontainer.json by @arihant2math in #5567
- _ctypes addressof and Structure by @arihant2math in #5573
- Warn on elided_lifetimes_in_paths by @coolreader18 in #5570
- Actions caching for nodejs by @arihant2math in #5575
- _ctypes pt. 3 by @arihant2math in #5530
Full Changelog: 2025-02-24-main-13...2025-03-03-main-14