GenericPyCData_new does not invoke new or init
オープン
まだ誰も着手していません。
3.7 (EOL)
3.8 (EOL)
3.9 (EOL)
topic-ctypes
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 38860 |
|---|---|
| Nosy | @aeros, @LewisGaul, @rebeccamorgan, @b1tninja |
| 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 2019-11-20.02:34:04.100>
labels = ['3.8', 'ctypes', 'type-bug', '3.7', '3.9']
title = 'GenericPyCData_new does not invoke new or init'
updated_at = <Date 2020-02-19.04:46:34.580>
user = 'https://github.com/b1tninja'
bugs.python.org fields:
activity = <Date 2020-02-19.04:46:34.580>
actor = 'aeros'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['ctypes']
creation = <Date 2019-11-20.02:34:04.100>
creator = 'b1tninja'
dependencies = []
files = ['48723']
hgrepos = []
issue_num = 38860
keywords = []
message_count = 7.0
messages = ['357022', '358223', '358265', '358276', '360452', '362210', '362248']
nosy_count = 4.0
nosy_names = ['aeros', 'LewisGaul', 'beccamorgan', 'b1tninja']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38860'
versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
アップロードされたctypesnew.pyの例と7件のメッセージからなるissueの議論から始め、報告された構築動作を理解します。関連するCPython ctypesのエントリポイントを特定し、回帰テストのカバレッジを確立します。完了条件は、GenericPyCData_newが意図したとおり一貫してnewまたはinitを呼び出すことです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100