concurrent.interpreters queue documentation doesn't match reality
オープン
まだ誰も着手していません。
3.14
3.15
docs
stdlib
topic-subinterpreters
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
I don't know if this is a problem with the documentation or with reality but:
-
QueueEmptyErrorandQueueFullErrordon't exist (https://docs.python.org/3.14/library/concurrent.interpreters.html#concurrent.interpreters.QueueEmptyError). They appear to be calledQueueEmptyandQueueFull. -
queue.getdoesn't take a block keyword argument. The documentation sayswhich implements the queue.Queue interface.
and
queue.Queue.getis documented as having ablockmethod.
Linked PRs
- gh-139358
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
concurrent.interpreters のドキュメント、特に QueueEmptyError、QueueFullError、queue.get への参照から始め、報告された名前とシグネチャーと比較してください。変更を加える前に、リンクされた PR gh-139358 を確認してください。完了とは、ドキュメントが実際の API の動作と一致していることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 20/100