Document that asyncio doesn't support generator-based coroutines
オープン
まだ誰も着手していません。
docs
topic-asyncio
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
Documentation
asyncio dropped generator-based coroutines in 3.12, but the docs never say so
Proposed fix: state this in the Awaitables section, note the TypeError on create_task(), and add the missing versionchanged:: 3.12 to iscoroutine()
have a fix for that
Linked PRs
- gh-157787
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず asyncio ドキュメントの Awaitables セクションと iscoroutine() の項目を読んでください。完了条件は、ドキュメントにジェネレーターベースのコルーチンがサポートされていないことが記載され、create_task() からの TypeError が説明され、iscoroutine() の versionchanged:: 3.12 ノートが含まれていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 30/100