WeakKeyDictionary should support lookup by id instead of hash
Offen
Dieses Issue hat noch niemand übernommen.
stdlib
type-feature
- Vorherrschende Sprache
- Python
- Sterne
- 77.2k
- Forks
- 36k
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
| BPO | 44140 |
|---|---|
| Nosy | @MojoVampire, @youtux, @brandtbucher, @conchylicultor, @akulakov |
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 2021-05-15.08:42:51.954>
labels = ['3.7', '3.8', '3.9', '3.10', '3.11', 'type-feature', 'library']
title = 'WeakKeyDictionary should support lookup by id instead of hash'
updated_at = <Date 2021-08-26.22:27:51.360>
user = 'https://github.com/conchylicultor'
bugs.python.org fields:
activity = <Date 2021-08-26.22:27:51.360>
actor = 'youtux'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-15.08:42:51.954>
creator = 'conchylicultor'
dependencies = []
files = []
hgrepos = []
issue_num = 44140
keywords = []
message_count = 4.0
messages = ['393707', '396362', '396451', '396452']
nosy_count = 5.0
nosy_names = ['josh.r', 'youtux', 'brandtbucher', 'conchylicultor', 'andrei.avk']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44140'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Lokalisieren Sie die WeakKeyDictionary-Implementierung und ihre bestehenden Tests in der CPython-Standardbibliothek. Lesen Sie das aktuelle hash-basierte Verhalten und bestimmen Sie, wie sich die angeforderte id-basierte Suche verhalten sollte. Fügen Sie anschließend eine gezielte Testabdeckung hinzu und führen Sie die relevanten Tests aus, um die neue Suchsemantik ohne Regressionen zu verifizieren.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- backend
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 48/100