New
RustPython Pre-Release 2025-11-03-main #54
What's Changed
- Allow #[pyexception] on module attr by @youknowone in https://github.com/RustPython/RustPython/pull/6218
- PySSLCertificate by @youknowone in https://github.com/RustPython/RustPython/pull/6219
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/RustPython/RustPython/pull/6220
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/RustPython/RustPython/pull/6221
- 5539 - CTRL+Z then Enter will now close shell on Windows. by @JazzGlobal in https://github.com/RustPython/RustPython/pull/6223
- Resolve number slots via MRO in PyNumber and operator, ensure inherit… by @YashSuthar983 in https://github.com/RustPython/RustPython/pull/6222
- More SSL impl by @youknowone in https://github.com/RustPython/RustPython/pull/6224
- Update ssl.py from CPython 3.13.9 by @youknowone in https://github.com/RustPython/RustPython/pull/6217
- Implement minimal builtins.anext() by @YashSuthar983 in https://github.com/RustPython/RustPython/pull/6226
- more ssl impl by @youknowone in https://github.com/RustPython/RustPython/pull/6228
- Add callable validation to by @ever0de in https://github.com/RustPython/RustPython/pull/6229