Refactor `xml.etree.ElementTree._namespaces`
オープン
まだ誰も着手していません。
stdlib
topic-XML
type-refactor
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
Feature or enhancement
Proposal:
Refactor of xml.etree.ElementTree._namespaces in preparation to simplify the logic to address the following gh issues, all of which require some changes to _namespaces:
- https://github.com/python/cpython/issues/118416 (bug)
- https://github.com/python/cpython/issues/61290 (bug)
- https://github.com/python/cpython/issues/113581 (fix for 61290 also fixes this)
- https://github.com/python/cpython/issues/57587 (new feature)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
- gh-120772
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
xml.etree.ElementTree._namespaces から始め、リンクされた PR gh-120772 を issue 118416、61290、113581、57587 と併せて確認します。提案されたリファクタリングが、この関数をそれらの変更にどのように備えるものなのかを判断します。完了とは、リファクタリングが完了し、参照された issue の要件を引き続きサポート可能であることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100