Calling built-in locals() and globals() in C++ leads to SystemError
オープン
まだ誰も着手していません。
stdlib
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 35536 |
|---|---|
| Nosy | @benjaminp |
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 2018-12-19.14:54:20.890>
labels = ['type-bug', 'library']
title = 'Calling built-in locals() and globals() in C++ leads to SystemError'
updated_at = <Date 2018-12-20.06:03:51.696>
user = None
bugs.python.org fields:
activity = <Date 2018-12-20.06:03:51.696>
actor = '\xd0\x9d\xd0\xb8\xd0\xba\xd0\xb8\xd1\x82\xd0\xb0 \xd0\xa1\xd0\xb8\xd1\x80\xd0\xb3\xd0\xb8\xd0\xb5\xd0\xbd\xd0\xba\xd0\xbe'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-12-19.14:54:20.890>
creator = '\xd0\x9d\xd0\xb8\xd0\xba\xd0\xb8\xd1\x82\xd0\xb0 \xd0\xa1\xd0\xb8\xd1\x80\xd0\xb3\xd0\xb8\xd0\xb5\xd0\xbd\xd0\xba\xd0\xbe'
dependencies = []
files = []
hgrepos = []
issue_num = 35536
keywords = []
message_count = 3.0
messages = ['332144', '332175', '332178']
nosy_count = 2.0
nosy_names = ['benjamin.peterson', '\xd0\x9d\xd0\xb8\xd0\xba\xd0\xb8\xd1\x82\xd0\xb0 \xd0\xa1\xd0\xb8\xd1\x80\xd0\xb3\xd0\xb8\xd0\xb5\xd0\xbd\xd0\xba\xd0\xbe']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35536'
versions = ['Python 2.7', 'Python 3.6']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ソースファイル、エントリポイント、テストのいずれも指定されていません。まず、C++ から組み込みの locals() と globals() を呼び出したときの失敗を再現し、その後、影響を受けるライブラリまたはランタイムの動作を追跡してください。これらの呼び出しで SystemError が発生しなくなり、その動作が回帰テストでカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100