ABC Recursion Error on isinstance() with less than recursion limit class hierarchy depth
オープン
まだ誰も着手していません。
3.10
3.11
3.9 (EOL)
stdlib
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 29221 |
|---|---|
| Nosy | @rhettinger, @AstraLuma, @serhiy-storchaka, @scopatz, @iritkatriel |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2017-01-10.04:18:47.408>
labels = ['type-bug', 'library', '3.9', '3.10', '3.11']
title = 'ABC Recursion Error on isinstance() with less than recursion limit class hierarchy depth'
updated_at = <Date 2021-12-11.23:00:45.493>
user = 'https://github.com/scopatz'
bugs.python.org fields:
activity = <Date 2021-12-11.23:00:45.493>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-01-10.04:18:47.408>
creator = 'scopatz'
dependencies = []
files = ['46236', '46251', '46252']
hgrepos = []
issue_num = 29221
keywords = []
message_count = 6.0
messages = ['285090', '285185', '285189', '285342', '407760', '408347']
nosy_count = 5.0
nosy_names = ['rhettinger', 'AstraLuma', 'serhiy.storchaka', 'scopatz', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue29221'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず abc_rec_fail.py と cache_example.py を実行してください。これらは報告された階層の深さで isinstance() の失敗を再現します。リンク先の issue のコンテキストと cache-scaling fibo.png を確認してください。作業はまだ特定の変更に絞り込まれていないため、完了には、合意された期待動作と、報告された再帰エラーが発生しなくなったことを示す回帰チェックが必要です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100