C implementation of parts of copy.deepcopy
オープン
まだ誰も着手していません。
3.12
extension-modules
performance
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 28607 |
|---|---|
| Nosy | @villemoes, @pablogsal |
| 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 2016-11-03.23:11:36.119>
labels = ['extension-modules', '3.7', 'performance']
title = 'C implementation of parts of copy.deepcopy'
updated_at = <Date 2019-01-20.21:43:41.055>
user = 'https://github.com/villemoes'
bugs.python.org fields:
activity = <Date 2019-01-20.21:43:41.055>
actor = 'pablogsal'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2016-11-03.23:11:36.119>
creator = 'villemoes'
dependencies = []
files = ['45344', '45400']
hgrepos = []
issue_num = 28607
keywords = ['patch']
message_count = 3.0
messages = ['280032', '280360', '334105']
nosy_count = 2.0
nosy_names = ['villemoes', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue28607'
versions = ['Python 3.7']
- PR: gh-91610
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まずリンクされているdeepcopy.patchファイルとPR gh-91610を確認し、次に既存のcopy.deepcopy実装とissueのtest-neededステータスを調べます。提案されたC実装がリグレッションなしで統合され、その動作が関連するテストでカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- c, python
- 領域
- backend, performance
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 20/100