◐ Shell
clean mode source ↗

Introduce `/upgrade-pylib-next` by moreal · Pull Request #6827 · RustPython/RustPython

@moreal mentioned this pull request

Jan 21, 2026

youknowone

youknowone

This was referenced

Jan 23, 2026

youknowone pushed a commit that referenced this pull request

Jan 23, 2026
This pull request updates `types` module to v3.14.2. While doing it, it
fixes also async-related feature. This pull request's base is generated
by #6827.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Generators that act as iterable coroutines are now recognized as
awaitable, improving async behavior.
* Yield-from and await interactions now handle coroutine-iterable
sources more consistently.

* **Bug Fixes**
* Reduces spurious TypeError cases when awaiting or yielding from
wrapped coroutine-like generators.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

@moreal moreal marked this pull request as ready for review

January 30, 2026 22:35

coderabbitai[bot]

youknowone