python / python/mypy

Union types for dict keys are not inferred in union context

オープン
#6,079 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

bug false-positive needs discussion priority-1-normal topic-join-v-union topic-union-types
主要言語
Python
スター
20.6k
フォーク
3.3k
PR マージ指標
PR 指標を取得中

説明

mypy: 0.650
Python: 3.7.1

I'm not sure if this is a bug or a new feature, however the following code is unexpected (in my mind, especially coming from TypeScript):

d = {"1": 2, 3: 4}
reveal_type(d)  # builtins.dict[builtins.object*, builtins.int*]

I would have expected mypy to infer the type of d as builtins.dict[Union[builtins.str*, builtins.int*], builtins.int*].

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、mypy 0.650 と Python 3.7.1 で報告された辞書の型推論を再現し、その後、辞書リテラルの型推論のエントリポイントを追跡します。例がキー型として str と int のユニオンを持つ辞書を報告し、その動作をカバーする回帰テストがある状態を完了とします。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
devtools
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。